

/* Start:/local/templates/main/fonts/fonts.css?17246554472322*/
    @font-face { 
        font-family: inter; 
        src: 
        url('/local/templates/main/fonts/Inter-Light.woff2') format('woff2'),
        url('/local/templates/main/fonts/Inter-Light.woff') format('woff'),
        url('/local/templates/main/fonts/Inter-Light.ttf') format('ttf');
        font-style: normal; 
        font-weight: 300; 
        }

    @font-face { 
        font-family: inter; 
        src: 
        url('/local/templates/main/fonts/Inter-Regular.woff') format('woff'),
        url('/local/templates/main/fonts/Inter-Regular.woff2') format('woff2'),
        url('/local/templates/main/fonts/Inter-Regular.ttf') format('ttf');
        font-style: normal; 
        font-weight: 400; 
        }
    
    @font-face { 
        font-family: roboto; 
        src: 
        url('/local/templates/main/fonts/Roboto-Light.woff') format('woff'),
        url('/local/templates/main/fonts/Roboto-Light.woff2') format('woff2'),
        url('/local/templates/main/fonts/Roboto-Light.ttf') format('ttf');
        font-style: normal; 
        font-weight: 300; 
        }

    @font-face { 
        font-family: roboto; 
        src: 
        url('/local/templates/main/fonts/Roboto-Regular.woff') format('woff'),
        url('/local/templates/main/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/local/templates/main/fonts/Roboto-Regular.ttf') format('ttf');
        font-style: normal; 
        font-weight: 400; 
        }

    @font-face { 
        font-family: roboto; 
        src: 
        url('/local/templates/main/fonts/Roboto-Medium.woff') format('woff'),
        url('/local/templates/main/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/local/templates/main/fonts/Roboto-Medium.ttf') format('ttf');
        font-style: normal; 
        font-weight: 500; 
        }

    @font-face { 
        font-family: roboto; 
        src: 
        url('/local/templates/main/fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('/local/templates/main/fonts/Roboto-SemiBold.woff') format('woff'),
        url('/local/templates/main/fonts/Roboto-SemiBold.ttf') format('ttf');
        font-style: normal; 
        font-weight: 600; 
        }

    @font-face { 
        font-family: roboto; 
        src: 
        url('/local/templates/main/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/local/templates/main/fonts/Roboto-Bold.woff') format('woff'),
        url('/local/templates/main/fonts/Roboto-Bold.ttf') format('ttf');
        font-style: normal; 
        font-weight: 700; 
        }

    @font-face { 
        font-family: rubik; 
        src: 
        url('/local/templates/main/fonts/Rubik-Medium.woff') format('woff'),
        url('/local/templates/main/fonts/Rubik-Medium.woff2') format('woff2'),
        url('/local/templates/main/fonts/Rubik-Medium.ttf') format('ttf');
        font-style: normal; 
        font-weight: 500; 
        }





    



/* End */


/* Start:/local/templates/main/css/reset.css?17206868031032*/
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, 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,
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;
}
body {
	line-height: 1;
}
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;
}
/* End */


/* Start:/local/templates/main/css/styles.css?178065529045034*/
html{
    box-sizing: border-box;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

body{

    font-family: roboto;
    font-weight: 400;
    line-height: 1.5;
    color:#072942;
    font-size: 20px;
    background: rgb(141,207,255);
    background: linear-gradient(90deg, rgba(141,207,255,1) 0%, rgba(242,250,255,1) 0%, rgba(182,219,254,1) 22%, rgba(146,209,255,1) 29%, rgba(144,240,253,1) 77%, rgba(126,209,250,1) 97%, rgba(117,193,249,1) 100%);
}
.site{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.body--hidden{
    overflow-y: hidden;
    background-color: #000;
}

a {
    color:inherit;
    text-decoration: none;
}
input {
    border:0;outline:0;
}
input:focus {
    outline:none!important;
}
button{
    margin: 0;
    border: 0;
    background-color: transparent;
}
.container{
    max-width: 1430px;
    padding: 0 10px;
    margin: 0 auto;
}
.tech{
    display: flex;
    font-size: 48px;
    padding: 10px;
    justify-content: center;
    text-align: center;
    background-color: #0038FF;
    color: white;
    border-radius: 20px;

    
}
.main{
    max-width: 1430px;
    padding: 0 10px;
    margin: 0 auto;
    flex: 1;
}
.menu__hide-background{
    position: absolute;
    background-color:#000;
}

.header__inner{
    display: flex;
    flex-direction: column;
}
.header__app{
    margin-bottom: 40px;
    padding: 0;
    max-width: 1920px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #4F7CD4;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
}
.header__app-text{
font-family: inter;
color: #fff;
padding-left: 30px;
padding-right: 30px;
margin-right: auto;
}
.header__app-actions{
    display: flex;
    flex-direction: row;
}
.header__app-link{
    background-color: #fff;
    font-size: 14px;
    padding: 7px 35px;
    border-radius: 20px;
    margin-right: 30px;
}
.header__app-link:hover{
    background-color: #2253b4;
    color: #fff;
    
}
.header__main{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 50px;
}
.header__naming-wrapper{
    display: flex;
    align-items: center;
}
.main-logo{
    margin-right: 20px;
}
.header__name{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-right: 144px;
}
.header__name-title{
    font-size: 32px;
    font-family: inter;
    color: #0078E8;
    letter-spacing: 0.05em;
}
.header__name-subtitle{
    font-size: 10px;
    font-family: roboto;
    color: #000C0F;
    letter-spacing: 0.05em;
}
.header__bottom-wrapper{
    display: flex;
    align-items: center;
}
.header__search{
    width: 210px;
    display: none;
    border-bottom: 1px solid #000;
    padding: 11px 0;
    margin-right: 30px;
    align-items: center;
}
.header__search-form{
    display: flex;
}
.search__field{
    width: 180px;
    background-color: transparent;
    font-size: 16px;
    font-family: inter;
    color: rgba(0, 0, 0, .5);
}
.search__submit{
    background: url(/local/templates/main/css/images/search-icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-color: transparent;
}
.header__information-wrapper{
    display: flex;
    align-items: center;
}
.header__social-media{
    display: flex;
    gap: 10px;
    padding-right:50px;
}
.header__phones{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: inter;
}
.header__phones-item{
    display: flex;
    gap:15px;
    padding: 10px 0;    
}
.header__phones-item:hover{
    color: #3D78EC;
}
.header__phones-line{
    display: block;
    border-bottom: 1px solid #000 ;
}
.header__social-media-link{
    width: 30px;
    height: 30px;
}
.header__social-media-link img {
    width: 30px;
    height: 30px;
}
.header__menu{
    margin-bottom: 40px;
}
.header__menu-btn{
    background-color: transparent;
    border: none;
    display: none;
    padding: 0;
}
.header__menu-close{
    width: 25px;
    display: none;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 45px;
    
}
.header__menu-close-btn{
    display: none;
    /* display: flex; */
    position: absolute;
    right: 50px;
    top: 10px;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;    
}
.header__menu-close-btn img{
    width: 25px;
    height: 25px;
}
.header__menu-list{
    display: flex;
    gap: 30px;
    font-size: 20px;
    color: #fff;
}
.header__menu-items{
    display: flex;
    width: 230px;
    padding: 16px 0;
    background-color: #3D78EC;
    border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.header__menu-link{
    text-align: center;
}

.header__menu-items:hover{
    background-color:#2253b4
}
.header__menu-items-active{
    background-color: transparent;
    outline:#3D78EC 2px solid;
    color: #072942;
}
.header__menu-items-lk{
    display: flex;
    padding: 16px 0;
    background-color: #3D78EC;
    border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 330px;
    margin-left: auto;
    background-color: #0038FF;
}
.header__lk-link{
    display: none;
}
/* .swiper {
    width: 1410px;
    max-width: 100%;
    height: 400px;
    min-height: 100%;
    margin-bottom: 80px;
    }
    
    .swiper-slide {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
} */
/* .swiper-slideimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.main__titles{
    display: block;
    margin: 0 10px;
    padding: 0 14%;
    font-family: rubik;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.news{
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.news__content-sm{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}
.news__content-card-sm{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 450px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.85);
}
.news__content-card-img-sm{
    min-height: 245px;
    max-height: 245px;
    width: 450px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.news__content-card-img-sm img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.news__content-card-title-sm{
    width: 100%;
    padding: 20px;
    margin: 0 10px;
    display: flex;
    justify-content: flex-start;
    background-color: #4F7CD4;
    color: #fff;
    font-weight: 500;
    border-radius: 20px 20px 0 0;
}
.news__content-card-title-sm:hover{
    background-color:#2253b4;
}
.news__content-card-text-sm{
    width: 410px;
    padding-top: 20px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news__content-card-text-sm p{
    margin: 0;
    margin-bottom: 0.3em;
}
.news__content-card-information-sm{
    position: absolute;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 20px;
    background-color: #4F7CD4;
    color: #fff;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    text-decoration: solid;
    font-weight: 300;
    margin-bottom:0;
    bottom: 0;
}
.read-more{
    text-decoration: underline;
    order: 1;
}
.read-more:hover{
    color: #99b8f7;
}
.main__content-link{
    display: block;
    order: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color:#2C69E0;
    border-radius: 20px;
    width: 210px;
    padding: 7px 0;
    margin: 0 auto;
}
.main__content-link:hover{
    background-color: #2253b4;
}
.contacts{
    margin-bottom: 80px;
}
.contacts__wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contacts__block{
    background-color:rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 690px;
}
.contacts__block-title{
    font-weight: 500;
    max-width: 500px;
    padding: 20px 30px;
}
.contacts__block-content{
    font-size: 16px;
    font-weight: 300;
    padding: 0px 30px 10px 30px;
}
.contacts__block-text{
    padding-bottom: 10px;
}
.contacts__block-text p{
    margin-bottom: .3em;
}
.feedback__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}
.feedback__block{
    display: block;
    width: 690px;
    background-color:rgba(255, 255, 255, 0.85);
    border-radius: 20px;    
}
.feedback__block-title{
    padding: 20px 30px 20px 30px;
    font-weight: 500;
}
.feedback__block-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.feedback__block-wrapper{
    display: flex;
    justify-content: space-between;
}
.feedback__block-inner-title{
    font-weight: 500;
}
.yandex__map{
    width: 690px;
    height: 550px;
}
.yandex__map-widget{
    display: flex;
    border-radius: 20px;
}
.feedback__form{
    display: flex;
    background-color: rgba(255, 255, 255, 0.85);
    width: 690px;
    height: 550px;
    border-radius: 20px;
    font-weight: 300;
    font-size: 16px;
}
.feedback__form-wrapper{
    padding: 30px;
    position: relative;
}
.success{
    display: flex;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    width: 50%;
    height: 20%;
    color: white;
    background: #27cf34;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.success p {
    text-align: center;
    padding: 10px;
}
.success img{
    width: 20px;
    height: 20px;
}
.success__btn-exit{
    position: absolute;
    width: auto;
    height: auto;
    top: 20px;
    right: 20px;
}
.success__btn-exit--close{
    display: none;
}
.feedback__form-title{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 20px;
}
.feedback__form-text{
    margin-bottom: 20px;
}
.feedback__form-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 390px;
    width: 100%;
}
/* .feedback__form-input:nth-last-child(3){
    width: 340px;
    height: 192px;
    display: flex;
    text-align: start;
} */
.feedback__form-input{
    border: #3D78EC 2px solid; 
    border-radius: 20px;
    padding: 10px;
    width: 257px;
    height: 47px;
    font-family: roboto;
    resize: none;
}
.feedback__form-invalid{
    border: red 2px solid;
}
.feedback__form-button{
    width: 250px;
    height: 44px;
    border-radius: 20px;
    background-color: #3D78EC;
    color: #fff;
}
.feedback__form-privacy{
    width: 340px;
}
.feedback__form-privacy-link{
    color:blue;
}
.f1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 250px;
    gap: 20px;
    margin-bottom: 20px;  
}
.f2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.f1 textarea{
    width: 360px;
    height: 100%;
    display: flex;
    text-align: start;
}

.feedback__form-consent {
    margin-bottom: 15px;
    width: 100%;
}

/* Обёртка label — flex для выравнивания квадратика и текста */
.feedback__form-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

/* Сам квадратик */
.feedback__form-checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;           /* чтобы не сжимался */
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #3D78EC;     /* ваш фирменный синий */
    cursor: pointer;
}

/* Текст рядом с чекбоксом */
.feedback__form-checkbox-text {
    display: inline;
}

/* Ссылки внутри чекбокса (и старые тоже) */
.feedback__form-privacy-link {
    color: #3D78EC;
    text-decoration: underline;
    font-weight: 400;
}
.feedback__form-privacy-link:hover {
    text-decoration: none;
    color: #2b5fc9;
}

/* ============ КНОПКА ОТПРАВКИ ============ */

/* Активная кнопка */
.feedback__form-button {
    width: 250px;
    height: 44px;
    border-radius: 20px;
    background-color: #3D78EC;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: roboto;
    font-size: 16px;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.feedback__form-button:hover:not(:disabled) {
    background-color: #2b5fc9;
}

/* Неактивная (серая) кнопка */
.feedback__form-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;       /* гарантированно не кликабельна */
    background-color: #8daee6;  /* бледно-синий вместо яркого */
}

/* ============ ПЕРЕОПРЕДЕЛЕНИЕ F2 (блок с кнопкой) ============ */

.f2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

/* Старый параграф "Отправляя данные..." — скрываем, он заменён чекбоксом */
.feedback__form-privacy {
    display: none;              /* или удалите этот класс из HTML, если хотите */
}

/* Honeypot — гарантированное скрытие */
.feedback__form-form div[aria-hidden="true"] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.gallery{
    margin-bottom: 80px;
}
.gallery-image{
    max-width: 330px;
    height: 270px;  
}
.gallery-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.gallery__wrapper{
    display: grid;
    grid-template-columns: repeat(4,330px);
    gap: 30px;
    margin-bottom: 20px;
}
.footer__wrapper{
    font-family: inter;
    display: block;
    font-size: 16px;
    font-weight: 300;
    background-color: #F3F8FB;
    text-align: center;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
.company__wrapper{
    width: 1410px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}
.company__content{
    background-color:#EFF9FF;
    max-width: 1050px;
    border-radius: 20px;
}
.company__content-title{
    font-family: inter;
    padding: 30px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}
.company__content-text{
    font-weight: 300;
    padding: 30px;
    padding-top: 0;
}
.company-image{
    position: relative;
    max-width: 1410px;
    height: 600px;
}

.company-image img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.documentation__wrapper{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
}
.documentation__items{
    display: flex;
    width: 450px;
    min-height: 100px;
    background-color: #EFF9FF;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.documentation__items-link{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.documentation__items-link:hover{
    background-color: #4F7CD4;
    color: #fff;

}
.news__wrapper{
    margin-bottom: 80px;
}
.news__content-md{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.news__content-card-md{
    width: 690px;
}
.news__content-card-img-md{
    width: 690px;
    min-height: 350px;
}
.news__content-card-img-md img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news__content-card-title-md{
    padding: 20px;
}
.news__content-card-text-md{
    width: 650px;
    -webkit-line-clamp: 10;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}
.pagination__button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FFFDFD;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.pagination__button.pagination__button--active{
    background-color: transparent;
    outline: #2253b4 2px solid;
    color: #2253b4;
}
.pagination__button:hover{
    background-color: #2253b4;
    color: #fff;
}
.news__content-card-lg{
    justify-content: center;
    width: 50%;
}
.news__content-card-img-lg{
    width: 100%;
    min-height: 350px;
}
.news__wrapper-lg{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.main__titles-news{
    display: block;
    font-family: rubik;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.news__content-card-text-ld{
    width: 100%;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 15%;
}
.news__content-card-text-ld p{
    margin-bottom: .5em;
}
.news__content-card-information-lg{
    height: 80px;
    font-size: 16px;
    padding: 10px 30px;
}
.read-more-lg{
    text-decoration: underline;
}
.full-gallery__wrapper{
    display: grid;
    grid-template-columns: repeat(3,450px);
    gap: 30px;
    margin-bottom: 80px;
}
.full-gallery__item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 300px;
}
.full-gallery__item--hide{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    z-index: 10;

}
.full-gallery__img{
    width: 100%;
    height: 100%;
    -webkit-transform:scale(1); 
    -moz-transform:scale(1);
    -o-transform:scale(1); 
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s; 
    -o-transition-duration: 0.5s; 
    margin: 0 10px 5px 0; 
    cursor: pointer;
    }

.full-gallery__wrapper img:hover{
-webkit-transform:scale(1.5);
-moz-transform:scale(1.5); 
-o-transform:scale(1.5);
box-shadow:0px 0px 30px gray; 
-webkit-box-shadow:0px 0px 30px gray; 
-moz-box-shadow:0px 0px 30px gray; 
opacity: 1;
z-index: 50;
}
.full-gallery__img--open{
    width: 100%;
    height: 100%;
    margin: 0;
}
.gallery__btn{
    display: flex;
    position: absolute;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: red;
}
.gallery__btn--hide{
    display: none;
}
.aboutapp__content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px;
}
.aboutapp__content-card{
    width: 330px;
    border-radius: 20px;
    background-color: #fff;
}
.aboutapp__content-card-title{
    background-color: #4F7CD4;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 24px;
    padding: 20px;

}
.aboutapp__content-card-text{
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
}
.aboutapp__content-card-text p{
    margin-bottom: 10px;
}
.aboutapp__content-card-text-subtitle{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.aboutapp__screenshots{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 80px;
}
.aboutapp__screenshots-image{
    width: 284px;
    height: 603px;
}
.aboutapp__download{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 80px;
}
.aboutapp__download-title{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.aboutapp__download-qrcode{
    width: 200px;
    height: 200px;
}
.aboutapp__disclaimer{
    display: flex;
    justify-content: center;
    text-align: center;
}
.questions {
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.questions h3 {
    text-align: left;
}

.questions__item {
    display: block;
    background-color: transparent;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;

}

.questions__item .questions__item-title {
    cursor: pointer;
    padding: 20px;
    transition: transform .1s linear;
    background-color: #3D78EC;
    border-radius: 20px;
}

.questions__item .questions__item-title.active-title {
    background-color: #3D78EC;
    margin-bottom: 20px;
    color: #fff;
}

.questions__item .questions__item-title h3 {
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.questions__item .questions__item-title i.fa-chevron-down {
    transform: rotate(0);
    transition: .5s;
}

.questions__item .questions__item-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
    color: #fff;
}

.questions__item .questions__item-content {
    /* display: none; */
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    color: #072942;
}

.questions__item .questions__item-content.active {
    display: block;
}

.questions__item .questions__item-content p {
    margin-bottom: .5em;
    font-size: 16px;
}


.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
  }
.back-to-top img{
    width: 100%;
    height: 100%;
}




/* ========== БАННЕР COOKIE ========== */

.cookie-banner {
    display: none;                    /* Скрыт по умолчанию */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    padding: 20px 0;
    animation: cookieSlideUp 0.5s ease-out;
}

@keyframes cookieSlideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-banner--visible {
    display: block;
}

.cookie-banner__wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-banner__text {
    flex: 1;
    min-width: 280px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.cookie-banner__text p {
    margin-bottom: 6px;
}

.cookie-banner__text p:last-child {
    margin-bottom: 0;
}

.cookie-banner__link {
    color: #3D78EC;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-banner__link:hover {
    text-decoration: none;
    color: #2b5fc9;
}

.cookie-banner__buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-banner__btn {
    padding: 12px 28px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border: 2px solid #3D78EC;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-banner__btn--accept {
    background-color: #3D78EC;
    color: #ffffff;
}

.cookie-banner__btn--accept:hover {
    background-color: #2b5fc9;
    border-color: #2b5fc9;
}

.cookie-banner__btn--decline {
    background-color: #ffffff;
    color: #3D78EC;
}

.cookie-banner__btn--decline:hover {
    background-color: #f0f4ff;
}

/* Адаптив */
@media (max-width: 768px) {
    .cookie-banner__wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
    }
    
    .cookie-banner__text {
        font-size: 13px;
    }
    
    .cookie-banner__buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .cookie-banner__btn {
        width: 100%;
        text-align: center;
    }
}












@media (max-width: 1450px){
    .company__wrapper{
        width: 100%;
    }
    .news{
        margin-bottom: 60px;
        align-items: center;
    }
    .contacts{
        margin-bottom: 60px;
    }
    .contacts__wrapper{
        justify-content: center;
    }
    .contacts__block{
    min-width: 80%;
    }
    .news__content-sm{
        justify-content: center;
    }
    .news__wrapper{
        margin-bottom: 60px;
    }
    .news__content-md{
        margin-bottom: 30px;
    }
    .contacts__block{
        min-height: 200px;
    }
    .feedback__wrapper{
        margin-bottom: 60px;
    }
    .feedback__block{
        min-width: 80%;
    }
    .feedback__block-wrapper{
        justify-content: flex-start;
        gap: 60px;
    }
    .yandex__map{
        width: 80%;
    }
    .feedback__form{
        width: 80%;
    }
    .f1 textarea{
        max-width: 50%;
        width: 600px;
    }
    .f2{
        justify-content: start;
        gap: 60px;
    }
    .company__content-title{
        padding: 20px 30px 10px;
    }
    .documentation__wrapper{
        justify-content: center;
    }
    .gallery{
        margin-bottom: 60px;
    }
    .gallery__wrapper{
        grid-template-columns: repeat(3,1fr);
        justify-content: center;
    }
    .gallery-image{
        min-width: 100%;
        min-height: 100%;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(3, 400px);
        justify-content: center;
    }
    .questions{
        margin-bottom: 60px;
    }
    .aboutapp__content{
        justify-content: center;
        margin-bottom: 60px;
    }
    .aboutapp__content-card{
        width: 500px;
    }
    .aboutapp__screenshots{
        margin-bottom: 60px;
    }
    .aboutapp__download-qrcode{
        width: 150px;
        height: 150px;
    }
    .back-to-top{
        width: 75px;
        height: 75px;
    }
}
@media (max-width: 1400px){
    .header__main{
        justify-content: space-between;
    }
    .header__app{
        gap: 30px;
        justify-content: space-evenly;
    }
    .header__social-media{
        flex-direction: column;
    }
    .header__phones-item{
        flex-direction: column;
        gap: 5px;
        padding: 0;
    }
    .header__phones-line{
        margin: 10px 0;
    }
}
@media (max-width: 1300px){
    .header__inner{
        margin-bottom: 0;
    }
    .header__app{
        gap: 0;
        margin-bottom: 30px;
    }
    .header__app-link{
        display: flex;
        padding: 8px 16px;     
    }
    .header__main{
        margin-bottom: 30px;
    }
    .header__menu{
        margin-bottom: 30px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(3, 350px);
        justify-content: center;

    }
}

@media (max-width: 1254px){
    .header__name{
        padding-right: 60px;
    }
    .header__menu-list{
        font-size: 16px;
    }
    .main__titles{
        margin-bottom: 30px;
        font-size: 40px;
    }
    .news__content-card-text-ld{
        margin-bottom: 12%;
    }
    .gallery__wrapper{
        grid-template-columns: repeat(2,1fr);
        justify-content: center;
    }
    .gallery-image{
        min-width: 100%;
        height: 50%;
        max-height: 400px;
    }
    .main__titles-news{
        font-size: 36px;
    }
    .news__content-card-lg{
        width: 80%;
    }
    .aboutapp__screenshots{
        display: grid;
        grid-template-columns: repeat(2,284px);
    }
}

@media (max-width: 1180px){
    .header__name{
        padding-right: 30px;
        max-width: 300px;
    }
    .header__app{
        justify-content: space-between;
    }
    .header__app-text{
        max-width: 450px;
    }
    .header__app-link{
        width: 200px;
        justify-content: center;
        align-items: center;
    }
    .company__content-title{
        font-size: 28px;
        padding: 20px;
        padding-bottom: 0;
    }
    .company__content-text{
        font-size: 20px;
        padding: 20px;
        padding-top: 10px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(3, 300px);
        justify-content: center;
    }
    .questions__item .questions__item-content p{
        font-size: 14px;
    }

}
@media (max-width: 1060px){
    /* .header__menu{
        display: flex;
        justify-content: space-between;
    }
    .header__menu-list{
        gap: 20px;
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }
    .header__menu-items{
        width: 200px;
        padding: 8px 16px;
        min-height: 52px;
    }
    .header__menu-items-lk{
        margin-left: 40px;
    } */
    .news__content-sm{
        gap: 20px;
    }
    .contacts__wrapper{
        gap: 20px;
    }
    .feedback__wrapper{
        gap: 20px;
    }
    .yandex__map{
        height: 450px;
    }
    .gallery__wrapper{
        grid-template-columns: repeat(1,100%);
        justify-items: center;
        gap: 20px;
      }
      .gallery-image{
        width: 90%;
        min-height: 100%;
        max-height: 350px;
    }
    .company-image{
        height: 500px;
    }
    .news__content-card-text-ld{
        margin-bottom: 15%;
    }
    .news__content-card-text-ld p{
        font-size: 18px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(2, 400px);
        justify-content: center;
    }
    .aboutapp__content-card{
        width: 80%;
    }

}

@media (max-width: 968px){
    .header__app-actions{
        flex-direction: column;
        gap: 20px;
    }
    .header__app-link{
        width: 200px;
        justify-content: center;
        align-items: center;

    }
    .header__name{
        max-width: 300px;
    }
    .header__name-title{
        font-size: 24px;
    }
    .header__social-media{
        flex-direction: column;
        padding-right: 0;
        margin-right: 20px;
    }
    .news__content-sm{
        margin: 20px auto;
        margin-top: 0;
        max-width: 75%;
    }
    .news__content-card-sm{
        min-width: 100%;

    }
    .news__content-card-img-sm{
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .news__content-card-title-sm{
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
        margin-bottom: 0;
    }
    .news__content-card-text-sm{
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
    }

    .news__content-card-lg{
        min-width: 80%;
    }

    .news__content-card-text-ld{
        margin-bottom: 14%;
    }
    .news__wrapper {
        display: flex;
        margin-bottom: 80px;
        flex-direction: column;
        align-items: center;
    }
    .company-image{
        height: 450px;
    }
    .documentation__wrapper{
        gap: 20px;
    }
    .questions__item {
        background-color: transparent;
        font-weight: 300;
        margin-bottom: 20px;
        color: #fff;
    }
    .aboutapp__content-card{
        width: 80%;
    }
    .pagination{
        gap: 20px;
    }
}
@media (max-width: 876px){
    .header__app-text{
        font-size: 16px;
    }
    .header__app-link{
        display: flex;
        align-items: center;
        width: auto;
        text-align: center;
    }
    .header__search{
        display: none;
        justify-content: space-between;
        width: 120px;
        padding: 2px 0;
    }
    .search__field{
        width: 90px;
        font-size: 10px;
    }
    .header__menu-list{
        font-size: 12px;
    }
    .header__phones{
        font-size: 12px;
    }
    .yandex__map{
        min-width: 80%;
        width: 690px;
        max-width: none;
        height: 400px;
    }
    .feedback__form{
        min-width: 80%;
        width: 690px;
    }
    .feedback__form-privacy{
        font-size: 14px;
    }
    .main__titles-news{
        font-size: 36px;
        font-size: 28px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(2, 350px);
        gap: 20px;
        justify-content: center;
    }
    .questions__item-title{
        font-size: 16px;
    }
    .back-to-top {
        width: 50px;
        height: 50px;
      }

}    
    @media (max-width: 768px){
    .header__inner{
        margin-bottom: 0;
    }
    .header__app{
        padding: 16px 0;
        gap: 20px;
        margin-bottom: 30px;
    }
    .main-logo{
        width: 60px;
        height: 60px;
    }
    .main-logo img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .header__app-text{
        padding-right: 0;
        font-size: 16px;
    }
    .header__app-link{
        font-size: 12px;
        min-width: 150px;
        display: flex;
        padding: 8px 16px;
        min-height: 30px;
        margin-right: 16px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .header__main{
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .header__name{
        padding-right: 20px;
        max-width: 211px;
    }
    .header__name-title{
        font-size: 21px;
    }
    .header__search{
        width: 170px;
        padding: 0;
    }
    .header__search-form{
        justify-content: space-between;
        width: 170px;
    }
    .search__field{
        width: 90px;
        font-size: 10px;
    }
    .header__social-media{
        flex-direction: column;
        justify-self: flex-start;
        margin-right: 20px;
        padding-right: 0;
    }
    .header__phones-item{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        font-size: 12px;
    }
    .header__phones-line{
        margin: 10px 0;
    }
    .header__menu-list{
        font-size: 12px;
        gap: 20px;
    }
    .header__menu-items{
        padding: 8px;
    }
    .header__menu-items-lk{
        margin-left: 0;
    }
    .main__titles{
        font-size: 36px;
    }
    .contacts__block{
        min-height: 150px;
    }
    .contacts__block-title{
        font-size: 16px;
    }
    .contacts__block-text{
        font-size: 14px;
    }

    .company-image{
        height: 400px;
    }
    .company__content-title{
        font-size: 24px;
        padding: 20px;
        padding-bottom: 0;
    }
    .company__content-text{
        font-size: 16px;
        padding: 20px;
        padding-top: 10px;
    }
    .news{
        margin-bottom: 30px;
    }
    .news__content-card-text-ld p{
        font-size: 16px;
    }
    .contacts{
        margin-bottom: 30px;
    }
    .feedback__wrapper{
        margin-bottom: 30px;
    }
    .feedback__block-title{
        font-size: 16px;
    }
    .feedback__block-content{
        font-size: 14px;
    }
    .yandex__map{
        height: 300px;
    }
    .feedback__form-wrapper{
        width: 100%;
    }
    .feedback__form{
        height: auto;
        width: auto;
        font-size: 14px;
    }
    .feedback__block-title{
        font-size: 16px;
    }
    .feedback__form-form{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .success{
        width: 80%;
    }
    .f1{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
        gap: 20px;
        margin-bottom: 20px;
    }
    .f1 textarea{
        min-width: 257px;
        max-width: none;
        width: 60%;
        height: 250px;

    }
    .f2{
        display: flex;
        justify-content: start;
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .feedback__form-privacy{
        width: auto;
    }
    .pagination__button{
        width: 50px;
        height: 50px;
    }
    .pagination__button-arrow{
        width: 50px;
        height: 50px;
    }
    .pagination__button-arrow img{
        width: 50px;
        height: 50px;
    }
    .news__content-card-text-ld{
        margin-bottom: 15%;
    }
    .news__content-card-text-ld{
        font-size: 16px;
    }
    .news__content-card-information-lg{
        height: 60px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(2, 300px);
        justify-content: center;
    }
    .aboutapp__download-qrcode{
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 676px){
        .header__menu-btn{
        display: flex;
        order: 1;
    }
    .header__main{
        flex-direction: column;
        gap: 16px;
    }
    .header__naming-wrapper{
        display: flex;
        align-items: center;
    }
    .header__bottom-wrapper{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .header__lk-link{
        display: flex;
        order: 2;
        background-color: #0038FF;
        border-radius: 20px;
        color: #fff;
        padding: 10px;
        font-size: 14px;
    }
    .header__information-wrapper{
        order: 3;
    }
    .header__search{
        order: 2;
        justify-content: flex-end;
        margin-right: 0;
    }
    .header__menu{
        display: flex;
        height: 100vh;
        width: 100vh;
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        justify-content: center;
        transform: translateX(-100%);
    }
    .header__menu--open{
        transform: translateX(0%);
        background-color: rgba(0, 0, 0, .8);
    }
    .header__menu-list{
        flex-direction: column;
        position: relative;
        top: 10%;
        height: 500px;
        width: 80%;
        padding: 80px 0;
        gap: 20px;
        align-items: center;
        margin: 0;
        background-color: #BDDEFC;
        transform: translateX(-100%);
        border-radius: 20px;
    }
    .header__menu-list--open{
        overflow-y: hidden;
        transform: translateX(0%);
    }
    .header__menu-close{
        display: flex;
        width: 25px;
        height: 25px;
        justify-content: center;
        position: absolute;
        right: 16px;
        top: 16px;
    }
    .header__menu-close-btn{
        display: flex;
        width: 25px;
        height: 25px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .header__menu-items{
        background-color: #3D78EC;
        color: #fff;
        font-size: 14px;
    }
    .header__menu-items:hover{
        color: #F3F8FB;
    }
    .header__menu-items-lk{
        margin-top: 30px;
        max-width: 80%;
    }
    .main__titles{
        font-size: 32px;
    }
    .news__content-card-sm{
        max-width: 100%;
    }
    .news__content-card-img-sm{
        max-width: 100%;
        margin-bottom: 10px;
        min-height: 250px;
    }
    .news__content-card-title-sm{
        max-width: 100%;
        font-size: 18px;

    }
    .news__content-card-text-sm{
        max-width: 100%;
        font-size: 16px;
    }
    .news__content-card-text-ld p{
        font-size: 14px;
    }
    .news__content-card-information-sm{
        font-size: 14px;
    }
    .feedback__block-wrapper{
        justify-content: space-between;
        gap: 0;
    }
    .gallery-image{
        width: 80%;
        min-height: 100%;
        max-height: 250px;
    }
    .documentation__wrapper{
        gap: 20px;
        min-width: 300px;
        font-size: 16px;
    }
    .documentation__items{
        min-height: 60px;
    }
    .news__content-card-text-md{
        font-size: 14px;
    }
    .news__content-card-lg {
        min-width: 90%;
    }
    .pagination{
        gap: 16px;
        font-size: 14px;
    }
    .pagination__button{
        width: 40px;
        height: 40px;
    }
    .pagination__button-arrow{
        width: 40px;
        height: 40px;
    }
    .pagination__button-arrow img{
        width: 40px;
        height: 40px;
    }
    .main__titles-news{
        font-size: 24px;
    }
    .news__content-card-img-lg{
        height: 250px;
    }
    .news__content-card-text-ld{
        margin-bottom: 15%;
    }
    .feedback__block-wrapper{
        justify-content: space-between;
        gap: 0;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(1, 500px);
        justify-content: center;
    }
    .questions__item-title{
        font-size: 14px;
        padding-right: 10px;
    }
    .questions__item .questions__item-content p{
        font-size: 12px;
    }
    .aboutapp__content{
        margin-bottom: 40px;
    }
    .aboutapp__content-card{
        width: 90%;
    }
    .aboutapp__screenshots{
        grid-template-columns: repeat(1,284px);
    }
}
@media (max-width: 550px){
    .header__app-actions{
        gap: 10px;
    }
    .header__menu-btn{
        width: 30px;
        height: 30px;
    }
    .header__menu-btn img{
        width: 30px;
        height: 30px; 
    }
    .main__titles{
        font-size: 28px;
    }
    .news__content-sm{
        max-width: 100%;
    }
    .main__content-link{
        font-size: 12px;
        width: 180px;
    }
    .contacts__block-content{
        font-size: 14px;
    }
    .footer__wrapper{
        font-size: 14px;
    }
    .company__wrapper{
        gap: 20px;
    }
    .company__content-title{
        font-size: 24px;
        padding: 20px;
        padding-bottom: 0;
    }
    .company__content-text{
        font-size: 16px;
        padding: 20px;
        padding-top: 10px;
    }
    .company-image{
        height: 350px;
    }
    .documentation__wrapper{
        font-size: 14px;
        gap: 16px;
    }
    .news__content-card-title-md{
        padding: 16px;
    }
    .news__content-card-text-md{
        padding: 16px;
        padding-bottom: 0;
    }
    .news__content-card-img-lg{
        height: 200px;
    }
    .news__content-card-text-ld{
        padding: 16px;
        padding-bottom: 0;
        margin-bottom: 18%;
    }
    .news__content-card-text-ld{
        font-size: 14px;
        padding-bottom: 0;
    }
    .news__content-card-information-lg{
        padding: 16px;
        height: 50px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(1, 400px);
        justify-content: center;
    }
    .questions__item{
        margin-bottom: 16px;
    }
    .questions__item-title{
        padding: 16px;
    }
    .questions__item-content{
        padding: 16px;
    }
    .questions__item .questions__item-content p{
        font-size: 12px;
    }
    .aboutapp__content-card-text{
        padding: 16px;
    }
    .aboutapp__download-qrcode{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 426px){
    .header__app-text{
        font-size: 12px;
        padding-left: 16px;
    }
    .header__app-link{
        font-size: 10px;
    }
    .header__bottom-wrapper{
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
    .header__search{
        order: 2;
        justify-content: flex-end;
        margin-right: 0;
        width: 210px;
    }
    .header__search-form{
        width: 210px;
    }
    .header__information-wrapper{
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }
    .header__social-media{
        flex-direction: row;
    }
    .header__phones{
        width: 210px;
    }
    .header__phones-item{
        flex-direction: row;
        justify-content: space-between;
    }

    .main__titles{
        font-size: 24px;
    }
    .news__content-card-img-sm{
        min-height: 200px;
    }
    .news__content-card-title-sm{
        font-size: 16px;
    }
    .news__content-card-text-sm{
        font-size: 14px;
    }
    .news__content-card-information-sm{
        font-size: 12px;
    }
    .contacts__block{
        min-height: 120px;
    }
    .feedback__block{
        padding-left: 16px;
        padding-right: 16px;
    }
    .feedback__block-title{
        padding: 16px;
    }
    .feedback__block-content{
        padding: 16px;
        padding-top: 0;
        font-size: 14px;
    }
    .company-image{
        height: 250px;
    }
    .company__content-title{
        font-size: 20px;
    }
    .company__content-text{
        font-size: 14px;
    }
    .pagination__button{
        width: 30px;
        height: 30px;
    }
    .pagination__button-arrow{
        width: 30px;
        height: 30px;
    }
    .pagination__button-arrow img{
        width: 30px;
        height: 30px;
    }
    .main__titles-news{
        font-size: 20px;
    }
    .news__content-card-text-ld{
        font-size: 12px;
    }
    .full-gallery__wrapper{
        grid-template-columns: repeat(1, 320px);
        justify-content: center;
    }
    .aboutapp__download-qrcode{
        width: 100px;
        height: 100px;
    }
}













/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?173892602622232*/
/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */
 @font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 1410px;
    max-width: 100%;
    height: 400px;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 80px;
    border-radius: 20px;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide img{

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 30px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
@media (max-width: 1280px){
    .swiper{
        margin-bottom: 60px;
    }
}
@media (max-width: 768px){
    .swiper{
        height: 300px;
        margin-bottom: 30px;
    }
}
@media (max-width: 530px){
    .swiper{
        height: 200px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/menu/style.min.css?1723036466490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/main/fonts/fonts.css?17246554472322 */
/* /local/templates/main/css/reset.css?17206868031032 */
/* /local/templates/main/css/styles.css?178065529045034 */
/* /local/templates/main/css/swiper-bundle.min.css?173892602622232 */
/* /local/templates/.default/components/bitrix/menu/menu/style.min.css?1723036466490 */
