

/* Start:/bitrix/templates/lift-ufa/css/reset.css?16161539881871*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}


.button-border-light {
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #844693;
    border-radius: 5px;
    display: flex;
    width: 269px;
    height: 61px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.button-border-light:hover {
    background: #844693;
    color: #fff;
}

@media(max-width:1200px) {

    .button-border-light { 
        width: 229px;
        height: 44px; 
        margin-top: 20px; 
    }


}

@media(max-width:1023px) {
	
    .button-border-light {
        width: 270px;
    }

}

@media(max-width:600px) {
	
    .button-border-light { 
        width: 100%;
        height: 42px; 
        font-size: 14px;
        margin-top: 10px; 
    }
}
/* End */


/* Start:/bitrix/templates/lift-ufa/css/layout.css?16170765745477*/
header {
    position: fixed;
    width: 100%;
    z-index: 15;
    top: 0;
    background: #D13A52;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 3%);
}

.main {
    margin-top: 82px;
    display: flex;
}

.header-phone { 
    display: flex;
    align-items: center;
}

.header-phone-svg svg {
    fill: #D13A52;
}

.header-phone-svg {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-phone-svg svg {
    fill: #D13A52;
    width: 22px;
    height: 22px;
}

.header__top-item {
    margin-left: 15px;
}

.header__top-call {
    margin-left: 65px;
}

.header-phone span {
    font-size: 32px;
    line-height: 150%;
    margin-left: 34px;
}
 
.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 55px;
    max-height: 80px;
}
 
.header__nav-items-wr {
    display: flex;
    height: 100%;
    align-items: center;
}

.header__nav-items {
    height: 100%;
}

.header__nav-item {
    margin: 0 17px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    /* font-size: 34px; */
    font-size: 29px;
    line-height: 41px;
    position: relative;
} 

.header__nav-item:hover ::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    bottom: -4px;
}

.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px; 
    color: #323232;
}

/* модальное окно НАЧАЛО*/
.feedback.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.feedback {
    position: fixed;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background-image: linear-gradient(145deg, rgba(0, 113, 187, .5) 0%, rgba(0, 0, 0, 0.5) 100%); 
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    transition: 0.4s;
    z-index: 1040;
}

.feedback-content {
    position: relative;
    width: 96%;
    max-width: 400px;
    background: #fff;
    margin: auto;
    padding:30px 54px 50px;  
}
.feedback-content__caption, .js-form-result__message {
    /* margin-bottom: 38px; */
    font-size: 25px;
    line-height: 30px;
}


.fos-span {
    display: block;
    margin-top: 24px;
}

.text-link {
    color: #D13A52;
    border-bottom: 1px solid #D13A52;
}

.check-label-modal:before {
    top: 13px;
}

.position-relative.feedback-content-body-checkbox.js-form-item.text-light.check {
    margin-top: 24px;
    font-size: 14px;
    line-height: 17px;
}

.feedback-content-body {
    margin-top: 10px;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.white {
    color: #fff;
}

.text-center {
    text-align: center;
}
.feedback-content-body-item {
    position: relative;
    display: block;
    margin-top: 13px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    box-shadow: inset 0px 5px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 7px 19px 11px;
}
.feedback-content-body-item__field {
    width: 100%;
    background: transparent;
    padding: 10px 0 0;
    line-height: 1.7; 
    resize: none;
    border: none; 
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.feedback-content-body-item__message {
    display: none;
    position: absolute;
    top: -63%;
    right: 0;
    background: #fff;
    padding: 3px 5px;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    line-height: 150%;
}
.feedback__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: 0.5s;
}
.feedback__close::before, .feedback__close::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 22px;
    height: 2px;
    background: #d2d2d2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.feedback__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.button.feedback-content-body__send {
    width: inherit;
    margin-top: 28px;
} 

.feedback-content-body-item textarea {
    height: 150px;
}

.modal-label {
    position: absolute;
    top: 6px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    font-size: 14px;
    line-height: 17px;
    color: #848484;
}
 
/* модальное окно КОНЕЦ*/

.pageup {
    position: fixed;
    right: 78px;
    bottom: 120px;
    z-index: 1;
    transition: 0.5s all;
    cursor: pointer;
    background: #F3F3F3;
    box-shadow: 0px 10px 30px rgb(209 58 82 / 40%);
    border-radius: 50%;
    display: flex;
    width: 67px;
    height: 67px;
    justify-content: center;
    align-items: center;
}

.pageup svg {
    width: 38px;
    height: 16px;
}

.pageup:hover {
    background: #FFE7EA;
    box-shadow: none;
}

.pageup.show {
    display: flex;
    justify-content: center;
    align-items: center;
} 
/* End */


/* Start:/bitrix/templates/lift-ufa/css/main.css?167057232713237*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
sup {
    font-weight: inherit;
}

img {
    max-width: 100%;
    max-height: 100%;
}

li {
    list-style: none;
}

input,
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Exo20', sans-serif !important;
}

body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Exo20', sans-serif !important;
    box-sizing: border-box;
    font-weight: normal;
    background: #E5E5E5;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

html {
    font-weight: normal;
    font-size: 20px;
    line-height: 135%;
    color: #000000;
}

.js-form.hide {
    display: none;
}

.desct-hidd {
    display: none;
}

.hidd {
    display: none;
}

.header__top-text span {
    color: #844693;
    font-weight: 600;
}

.js-form-result svg {
    display: none;
}


.js-form-result.show svg {
    display: flex;
    margin: 25px auto;
}

.feedback-privacy .feedback-content {
    max-width: 80%;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    width: max-content;
    transition: 0.8s;
    font-size: 18px;
    padding: 16px 51px;
    background: #D13A52;
    font-weight: normal;
    box-shadow: 0px 5px 18px 3px rgb(209 58 82 / 25%);
    text-align: center;
}

.button:hover {
    color: #D13A52;
    background: #fff;
}

.text_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #844693;
    border-bottom: 1px solid #844693;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.pageup {
    z-index: 5;
}

.text_link:hover {
    opacity: .8;
}

.scroll-hidd {
    display: none;
}

.header.totop .scroll-hidd {
    display: flex;
}

.header.totop .button-small {
    display: none;
}

.swiper-slide-wrapp a {
    position: relative;
}

.flex {
    display: flex;
}

.header__burger {
    display: none;
}

.header__top-wr.hidd {
    display: none;
}

.content p {
    margin-top: 10px;
}

.feedback-content-body-checkbox {
    position: relative;
}

.mt180 {
    margin-top: 180px;
}

.section__3-item:hover .section__3-item-img {
    box-shadow: 2px 2px 20px 0.5px rgb(0 0 0 / 30%);
}

.section__3-item-img {
    transition: .5s;
}

.mt60 {
    margin-top: 60px;
}

.contain {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer__top-item-right-info a {
    color: #ffff;
}

.header__nav-items {
    margin-right: auto;
}

@media(max-width:1700px) {
    .header__nav-item {
        font-size: 26px;
        line-height: 26px;
    }
}

@media(max-width: 1650px) {
    html {
        font-size: 16px;
    }

    .container {
        padding: 0 70px;
        box-sizing: border-box;
    }

    .header__nav {
        padding: 1px 10px;
    }

    .header__nav-logo img {
        width: 100px;
    }

    .main {
        margin-top: 54px;
    }

    .m90 {
        margin: 50px 0;
    }

    .mt180 {
        margin-top: 130px;
    }

    .header-phone span {
        font-size: 23px;
        line-height: 150%;
        margin-left: 25px;
    }

    .header__nav-item {
        font-size: 19px;
        margin: 0 9px;
    }

    .footer__top-item-left-address {
        font-size: 18px;
        line-height: 150%;
    }

    .footer__top-item-left-tel,
    .footer__top-item-left-mail {
        font-size: 18px;
        line-height: 24px;
    }

    .footer__top-item-right-form-title {
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px;
    }

    .footer__top-item-right-form-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__bottom-text,
    .footer-text.footer-privacy {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }

    .footer__top-item-right-form-body::before {
        right: -49px;
        width: 70px;
        height: 70px;
    }

    .title {
        font-size: 28px;
        line-height: 40px;
    }

    .button.footer__top-item-right-form-btn.feedback-content-body__send {
        margin: 0 60px;
    }

    .footer__top-item-right-form-body {
        padding: 3px 10px;
    }

    .footer-link img {
        max-width: 180px;
    }

    .mt180,
    .mt60 {
        margin-top: 50px;
    }

    /* .mt60 {
        margin-top: 40px;
    } */
}

@media(max-width: 1200px) {
    .header__logo-img {
        width: 90px;
    }

    .button {
        font-size: 17px;
        padding: 11px 18px;
    }

    .feedback-content {
        max-width: 450px;
        padding: 50px;
    }

    .button.feedback-content-body__send {
        margin-top: 20px;
    }

    .button-small {
        padding: 5px 20px;
    }

}

@media(max-width: 1023px) {

    .container {
        padding: 0 15px;
    }

    .top-location {
        margin: 0 20px 20px;
    }

    .header__nav {
        height: 45px;
    }

    .header__top-wr {
        display: none;
    }

    .main {
        margin-top: 85px;
    }

    .title {
        font-size: 30px;
        line-height: 38px;
    }

    .button {
        padding: 16px 40px;
    }

    .header {
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .header__nav-phone span {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__nav {
        padding: 10px 20px;
    }

    .header__nav-item {
        font-size: 20px;
        padding: 15px 0;
        height: auto;
        width: 100%;
        display: block;
    }

    .header__nav-item:hover {
        font-weight: 500;
        color: #323232;
    }

    .header__logo-img,
    .header__nav-phone,
    .header__burger {
        position: relative;
        z-index: 1;
    }

    .header__nav-phone-img {
        display: block;
    }

    .header__nav-items {
        overflow-y: auto;
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #D13A52;
        -webkit-transition: 0.6s all;
        -o-transition: 0.6s all;
        transition: 0.6s all;
    }

    .mob-hidd {
        display: none;
    }

    .desct-hidd {
        display: block;
    }

    .header__nav-call span {
        display: none;
    }

    .span-1,
    .span-2,
    .span-3 {
        display: block;
        height: 1px;
        width: 27px;
        background-color: #fff;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        transition: 0.5s all;
        margin-bottom: 5px;
    }

    .span-2 {
        width: 33px;
    }

    .span-3 {
        width: 16px;
    }

    .header__burger.active span:nth-child(1) {
        width: 35px;
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        -moz-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        -o-transform: translateY(9px) rotate(-45deg);
    }

    .header__burger.active span:nth-child(2) {
        display: none;
    }

    .header__burger.active span:nth-child(3) {
        width: 35px;
        -webkit-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
    }

    .header__nav-items.open {
        left: 0;
    }

    .header__nav-item:hover ::before {
        content: none;
    }

    .header__nav-item-mail {
        font-size: 24px;
        margin: 10px 0 12px;
        display: block;
        width: auto;
        border-bottom: 1px solid #fff;
    }

    .header__nav-item-address {
        font-size: 20px;
        display: block;
        margin-top: 10px;
    }

    .header-phone-svg {
        background: none;
    }

    .header-phone-svg svg {
        fill: #fff;
        width: 25px;
        height: 25px;
    }

    .dectop-hidd span {
        margin: 10px 0;
    }

    .header__nav-items-wr {
        display: flex;
        flex-direction: column;
        margin-top: 80px;
        align-items: flex-start;
        padding: 0 24px;
    }

    .feedback-content__caption,
    .js-form-result__message {
        margin-bottom: 15px;
    }

    .feedback-content {
        padding: 30px;
    }

    .text-middle {
        font-size: 35px;
        line-height: 40px;
    }

}

@media(max-width:900px) {
    .footer__top-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer__top-item-right {
        align-items: flex-start;
        border-top: 1px solid #959494;
        width: 100%;
    }

    .footer__top-item-right-info {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        border-bottom: none;
        width: max-content;
    }

    .footer__top-item-right-info span {
        margin-top: 10px;
    }

    .footer__top-item-left-address {
        font-size: 18px;
    }

    .footer__top-item-left-tel,
    .footer__top-item-left-mail {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__top-item-left-tel {
        margin: 12px 0;
    }

    .footer__top-item-left-mail {
        margin-bottom: 10px;
        display: flex;
    }

    .footer__top-item-right-form {
        align-items: flex-start;
        width: 100%;
    }

    .footer__top-item-right-form-title {
        font-size: 18px;
        line-height: 22px;
    }

    .footer__top-item-right-form-subtitle {
        font-size: 14px;
        line-height: 17px;
    }

    .footer__top-item-right-form-body {
        padding: 4px 46px 4px 19px;
        width: 87%;
    }

    .button.footer__top-item-right-form-btn.feedback-content-body__send {
        margin: auto 14px;
        max-width: 103px;
    }

    .footer__top-item-right-form-body::before {
        width: 60px;
        height: 60px;
        right: -45px;
    }

    .footer__top-item-right .js-form-result {
        margin: 2px 0;
    }

    .footer__bottom-wrapp {
        flex-direction: column;
        align-items: baseline;
    }

    .footer-link img {
        max-width: 200px;
    }

    .footer-rule {
        margin: 20px 0;
    }

    .feedback-content-body-item textarea {
        height: 35px;
    }
}

@media(max-width:601px) {
    .feedback-form input {
        margin-top: 15px;
    }

    div#feedback-privacy {
        font-size: 14px;
    }

    .mt180,
    .mt60 {
        margin-top: 40px;
    }

    /* .mt60 {
        margin-top: 30px;
    }  */

    .text_link {
        font-size: 16px;
    }

    .button {
        font-size: 14px;
        width: auto;
    }

    .pageup {
        display: none;
    }

    .feedback-content {
        padding: 20px;
        max-width: 250px;
    }

    .feedback-content__caption,
    .js-form-result__message {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .feedback-content-body-item__field {
        padding: 0 0 5px;
        font-size: 14px;
    }

    .feedback-content-body-item {
        margin-bottom: 8px;
    }

    .fos-span {
        margin-top: 14px;
        font-size: 12px !important;
    }

    .check-label {
        font-size: 11px;
        line-height: 16px;
        padding-left: 30px;
    }

    .check-label:before {
        width: 20px;
        height: 20px;
        top: 55 %;
    }

    .button.feedback-content-body__send {
        margin-top: 15px;
        font-size: 14px;
    }

    .feedback-content-body-item__message {
        top: 0%;
        right: 0;
        padding: 2px;
        font-size: 11px;
    }

    .title {
        font-size: 25px;
        line-height: 31px;
    }

    .text-middle {
        font-size: 30px;
        line-height: 28px;
    }

    .feedback-content-body-checkbox {
        font-size: 12px;
        line-height: 15px;
    }

    .footer__top-item-right-form-body::before {
        content: none;
    }

    .footer__top-item-right-form-body {
        padding: 10px;
        width: auto;
    }

    .footer__top-item-right-form-body {
        padding: 10px;
        width: 93%;
        flex-direction: column;
    }

    .button.footer__top-item-right-form-btn.feedback-content-body__send {
        margin: 10px 14px;
        max-width: 230px;
        padding: 10px 10px;
    }

    .footer__top-item-right-form-item p {
        font-size: 18px;
    }

    .footer__top-item-right-form-item input {
        font-size: 17px;
    }
}

@media(max-width:480px) {
    .title {
        font-size: 20px;
        line-height: 27px;
    }


}
/* End */


/* Start:/bitrix/templates/lift-ufa/css/glightbox.css?161615398821784*/
.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
    overflow: hidden;
}

.glightbox-container.inactive {
    display: none;
}

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

.glightbox-container .gslider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}


/* top: 0;
          left: 0;
          right: 0;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); */

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative;
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}

.glightbox-container .gslide-inner-content {
    width: 100%;
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
    width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
}

.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
}

.gslide-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-touch-action: none;
    touch-action: none;
    margin: auto;
    min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
    width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%;
}

.gslide-image img.zoomable {
    position: relative;
}

.gslide-image img.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none;
}

.gslide-video {
    width: 100%;
    max-width: 100%;
    position: relative;
    width: 100vh;
    max-width: 100vh;
    width: 100% !important;
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    /* max-width: 160vmin; */
    margin: auto;
}

.gslide-video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none;
}

.gslide-video.playing::before {
    display: none;
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh;
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important;
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%;
}

.gslide-inline .dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
    -webkit-transition: none;
    transition: none;
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1;
}

.gslide-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%;
}

.gslide-media {
    display: block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
}

.zoomed .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gslide-description {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%;
}

.gslide-description p {
    margin-bottom: 12px;
}

.gslide-description p:last-child {
    margin-bottom: 0;
}

.zoomed .gslide-description {
    display: none;
}



/*
   * Description for mobiles
   * something like facebook does the description
   * for the photos
  */

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: 15px;
    padding: 19px 11px;
    max-width: 100vw !important;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
    color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4;
}

.gdesc-open .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .4;
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
}

.greset {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gabsolute {
    position: absolute;
}

.grelative {
    position: relative;
}

.glightbox-desc {
    display: none !important;
}

.glightbox-open {
    overflow: hidden;
}

.gloader {
    height: 25px;
    width: 25px;
    -webkit-animation: lightboxLoader .8s infinite linear;
    animation: lightboxLoader .8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
}

.goverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    will-change: opacity;
}

.gprev,
.gnext,
.gclose {
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    display: block;
    background-position: 0 0;
    border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 100%;
    height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff;
}

iframe.wait-autoplay {
    opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
    background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
    padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
    font-size: 1em;
    font-weight: normal;
    font-family: arial;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
    font-size: 0.86em;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
    background: #000;
}

/* .gprev,
      .gnext,
      .gclose{
          border: none;
          background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
      } */

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
    background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
    background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
    fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
    outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
    position: absolute;
    top: 45%;
    left: 0;
    width: 40px;
    height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
    position: absolute;
    top: 45%;
    right: 0;
    width: 40px;
    height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
    opacity: .7;
    background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
    width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
    opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
    -webkit-animation: gfadeIn .5s ease;
    animation: gfadeIn .5s ease;
}

.gfadeOut {
    -webkit-animation: gfadeOut .5s ease;
    animation: gfadeOut .5s ease;
}

.gslideOutLeft {
    -webkit-animation: gslideOutLeft .3s ease;
    animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
    -webkit-animation: gslideInLeft .3s ease;
    animation: gslideInLeft .3s ease;
}

.gslideOutRight {
    -webkit-animation: gslideOutRight .3s ease;
    animation: gslideOutRight .3s ease;
}

.gslideInRight {
    -webkit-animation: gslideInRight .3s ease;
    animation: gslideInRight .3s ease;
}

.gzoomIn {
    -webkit-animation: gzoomIn .5s ease;
    animation: gzoomIn .5s ease;
}

.gzoomOut {
    -webkit-animation: gzoomOut .5s ease;
    animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }

    to {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 1;
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: calc(100% - 20px);
        max-width: 100%;
    }

    .gslide-image img.zoomable {
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

    .zoomed .gslide-image img.zoomable {
        cursor: -webkit-grab;
        cursor: grab;
    }

    .gslide-inline {
        max-height: 95vh;
    }

    .gslide-external {
        max-height: 100vh;
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px;
    }

    .glightbox-open {
        height: auto;
    }

    .glightbox-clean .gslide-media,
    .glightbox-modern .gslide-media {
        -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner,
    .glightbox-modern .description-left .gdesc-inner,
    .glightbox-modern .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto;
    }

    .glightbox-clean .gprev,
    .glightbox-modern .gprev {
        left: 30px;
    }

    .glightbox-clean .gnext,
    .glightbox-modern .gnext {
        right: 30px;
    }
}

@media (min-width: 992px) {

    .glightbox-clean .gclose,
    .glightbox-modern .gclose {
        right: 20px;
    }
}
/* End */
/* /bitrix/templates/lift-ufa/css/reset.css?16161539881871 */
/* /bitrix/templates/lift-ufa/css/layout.css?16170765745477 */
/* /bitrix/templates/lift-ufa/css/main.css?167057232713237 */
/* /bitrix/templates/lift-ufa/css/glightbox.css?161615398821784 */
