

/* Start:/local/templates/tentery/css/style.css?178781831088710*/
@font-face {
    font-family: 'Ping';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Regular'), url('/local/templates/tentery/css/fonts/Ping LCG Regular.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG Hairline';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Hairline'), url('/local/templates/tentery/css/fonts/Ping LCG Hairline.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Thin'), url('/local/templates/tentery/css/fonts/Ping LCG Thin.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG ExtraLight'), url('/local/templates/tentery/css/fonts/Ping LCG ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG Light';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Light'), url('/local/templates/tentery/css/fonts/Ping LCG Light.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Medium'), url('/local/templates/tentery/css/fonts/Ping LCG Medium.woff') format('woff');
}


@font-face {
    font-family: 'Ping Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Bold'), url('/local/templates/tentery/css/fonts/Ping LCG Bold.woff') format('woff');
}


@font-face {
    font-family: 'Ping Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Heavy'), url('/local/templates/tentery/css/fonts/Ping LCG Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Ping LCG Black';
    font-style: normal;
    font-weight: normal;
    src: local('Ping LCG Black'), url('/local/templates/tentery/css/fonts/Ping LCG Black.woff') format('woff');
}

:root {
    --mb: 30px;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: clip;
}

img {
    width: 100%;
    height: auto;
}

svg {
    display: block;
}

body {
    margin: 0;
    font-family: Ping;
    background-color: #FAFAFC;
    overflow-x: clip;
    font-size: 16px;
    color: #0a1f34;
}


ymaps[id*='id_']>ymaps[class*='-svg-icon'] {
    background-image: url(/img/map-pin.svg) !important;
    background-size: 36px 52px;
    width: 36px !important;
    height: 52px !important
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px !important;
    border-color: #18324C !important
}



h1,
h2,
h3,
h4,
h5 {
    font-family: Ping Heavy;
    color: #0A1F34
}

#ourWorks h2 {
    color: #ffffff
}

#aboutUs h1 {
    font-size: 2rem;
    color: #ffffff
}

.arrow-prev,
.arrow-next {
    cursor: pointer
}

.arrow-prev path,
.arrow-next path {
    fill: #ffffff;
}

.arrow-prev.swiper-button-disabled path,
.arrow-next.swiper-button-disabled path {
    fill: #32506F;
}

.adm-workarea img {
    width: auto;
    height: auto;
}

.hidden {
    display: none;
}

@media(min-width:1024px) {
    .wrapper.wt.ma-rw {
        width: calc(100% - 140px);
    }

    .wrapper.wt {
        width: calc(100% - 120px);
        margin: 0 auto;
        padding: 0 10px;
        max-width: 1530px;
    }
}

.wrapper {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1530px;

}

.form input,
.form textarea,
#serviceForm input,
#serviceForm textarea,
#specialForm input,
#specialForm textarea,
.service-form input,
.service-form textarea,
textarea {
    font-family: Ping;
    font-size: 14px;
}

.form-control,
.form__field,
textarea {
    font-family: Ping;
    font-size: 14px;
}

textarea.form-control {
    padding-top: 15px;
}

.row {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap: wrap;
}

/*PAGINATION*/
.pagination {
    display: flex;
}

.page_button {
    background: #EAEFF3;
    width: 72px;
    height: 53px;
    display: block;
    text-align: center;
    line-height: 53px;
    text-decoration: none;
    cursor: pointer;
    color: #5F7890;
    font-size: 18px;
    font-family: Ping Heavy;
    margin: 0 2px;
}

.page_button.current,
.page_button:hover {
    background: #1082F2;
    color: #ffffff;
}


#sideMenu {
    position: fixed;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #0A1F34;
    z-index: 999;
    width: 63px;
    justify-content: space-between;
    padding: 35px 0 60px;
    align-items: center;
    flex-direction: column;
    color: #FFFFFF;
    animation-name: close_panel;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    display: flex;
    animation-name: open_panel;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@media(min-width:1740px) {
    #sideMenu {
        width: 90px
    }
}

@keyframes open_panel {
    0% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    100% {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes close_panel {
    0% {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    99% {
        display: flex;
        opacity: .1;
        visibility: visible;
    }

    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}



.spacer {
    flex-grow: 1
}

.sidebar-phone {
    margin-bottom: 15px
}

.sidebar-search {
    margin-bottom: 45px
}


/*breadcrumbs*/
#bx_breadcrumb_001 a {
    margin-right: 10px
}

#bx_breadcrumb_001 i {
    margin-right: 0px
}

.product-page__breadcrumbs .breadcrumbs-wrp {
    margin-bottom: 30px;
    padding-top: 5px
}

/*breadcrumbs*/



/**/
.desktop-menu h3 {
    color: #ffffff;
    width: 100%;
    margin: 10px 0 10px
}

.desktop-menu {
    padding: 30px 60px 30px 120px
}

.desktop-menu__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.desktop-menu__col {
    width: 25%
}



a.works-slider__btn {
    display: flex;
    height: 52px;
    background: #FFB800;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 10px;
    color: #0A1F34;
    font-weight: bold;
}

#service-type {
    appearance: none;
    overflow: hidden;
    background: url(/img/caret.svg) no-repeat right;
    background-position: bottom 20px right 15px;
}

.arrow-down.to-top {
    cursor: pointer
}

.menu-button {
    cursor: pointer
}

.menu-button span,
.side-close span {
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 8px;
    transition: .3s
}

.menu-button__title {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px
}

.menu-button.active span.first,
.side-close span.first {
    transform: rotate(45deg);
    left: 0;
    margin-left: -0%;
    margin-bottom: 0;
}

.side-close {
    width: 40px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

.menu-button.active span.second,
.side-close span.second {
    transform: rotate(-45deg);
    right: 0;
    margin-top: -3px;
    margin-left: -0%;
    margin-bottom: 0;
}

.menu-button .lines,
.menu-button.active .lines {
    height: 14px;
    margin-bottom: 8px;
}

.side-menu__wrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #0a1f34;
    display: block;
    z-index: 99;
    transform: translateX(-100%);
    transition: .5s;
    top: 0;
}

.side-menu__wrapper.open {
    display: block !important;
    transform: translateX(0);
}







.work-item a {
    outline: none !important
}





.product-item-detail-slider-container {
    transition: background 0ms ease !important;
}






#firstBlock {
    position: relative;
}

#firstBlock .row {
    position: relative;
}

.top-logo {
    padding: 26px 0;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    flex-direction: column;
    text-decoration: none !important;
}

.top-logo svg {
    margin-bottom: 5px;
}

.top-logo__title {
    font-family: Ping Bold;
    font-size: 12px;
    line-height: 14px;

}


.top-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu nav {
    height: 100%;
}

.top-menu ul {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.top-menu li {
    height: 100%;
    display: flex;

    padding: 0 15px;
}

.top-menu li a {
    font-family: Ping Heavy;
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    height: 100%;
    border-top: 6px solid #ffffff00;
    border-bottom: 6px solid #ffffff00;
}

.top-menu li a.selected,
.top-menu li a.current,
.top-menu li a:hover {
    border-top: 6px solid #1082F2;
}


.top-contacts {
    padding: 26px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.top-panel .phone-block {
    text-align: right;
}

.top-panel .phone-block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #B3C6D8;
}

.top-panel a.phone-block__link {
    font-size: 23px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}

.top-panel a.phone-block__link,
.top-panel .phone-block__text {
    font-family: Ping Bold;

}

.top-panel a.search-button {
    margin-right: 20px;
}

.top-icons {
    display: flex;
}

.top-panel a.phone {
    margin-right: 65px;
}







.swiper.mainSwiper {
    height: 100vh;
}

.swiper.mainSwiper .swiper-slide {
    background-position: bottom center !important;
    background-size: cover !important;
}

.top-panel {
    position: absolute;

    top: 0;
    width: 100%;
    z-index: 9;
}

.top-panel.pages-panel {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.top-panel.pages-panel a.phone-block__link,
.top-panel.pages-panel .top-menu li a {
    color: #0A1F34;
}








.slider-controlls {
    display: flex;
    position: absolute;
    bottom: 80px;
    right: 0px;
    z-index: 9;
    align-items: center;
}

.slider-controlls .swiper-pagination {
    bottom: unset;
    position: relative;
    padding: 0 60px;
    display: flex;
    align-items: center;
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #5F7890;
}

.slider-controlls span.swiper-pagination-current {
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 30px;
}

span.swiper-pagination-total {
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #5F7890;
    padding-left: 10px;
}


.mainSlider-info {
    max-width: 470px;
    margin-bottom: 110px;
}

.mainSlider-info .title {
    font-family: Ping Heavy;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.mainSlider-info .text {
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.mainSlider-info .button {
    height: 62px;
    display: flex;
    justify-content: center;
    background: #FFB800;
    align-items: center;
    font-family: Ping Heavy;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0A1F34;
    text-decoration: none;
}

.mainSlider-info .button:hover {
    background: #FFCE4F;
}

.swiper-slide .wrapper,
.swiper-slide .wrapper .row.ms {
    height: 100%;
}

.swiper-slide .wrapper .row.ms {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}



/*CATALOG*/
.catalog-description {
    margin-bottom: 40px
}

.product-bottom {
    display: flex;
    flex-wrap: wrap;
}

.product-bottom .col {
    width: 50%;
    padding: 0 15px;
}

.tab-selectors {
    display: flex;
    margin-bottom: 40px;
}

.tab-selector.current {
    border-bottom: 2px solid #1082F2;
    padding-bottom: 10px;
}

.tab-selector {
    cursor: pointer;
    margin-right: 30px;
    color: #0A1F34;
    font-size: 14px;
    font-family: 'Ping Heavy'
}

.complectactions__title .title {
    cursor: pointer;
    color: #0A1F34;
    font-size: 14px;
    font-family: 'Ping Heavy'
}

.complectactions__title {
    margin-bottom: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.complectactions__title .link {
    font-size: 12px;
    color: #0A1F34;
    text-decoration: none
}

.complectactions__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.complectactions__items .item {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 15px;
    text-decoration: none;
    color: #0a1f34;
}

.complectactions__items .stock {
    background: #FFEFC6;
    padding: 0 20px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.complectactions__items .item img {
    display: block;
    width: 40%;
    margin-right: 20px
}

.complectactions__items .item .item__description {
    flex-grow: 1
}

.complectactions__items .item .description__text {
    color: #5F7890;
    font-size: 12px;
}

.complectactions__items .item .description__title {
    font-size: 14px;
    font-family: 'Ping Heavy';
    margin-bottom: 10px
}

.product-bottom .tab {
    font-size: 14px;
    color: #0A1F34;
}




#urrentOffers {}

#currentOffers {
    padding: 135px 0 154px;
}

#currentOffers .left {
    flex: 0 0 auto;
    width: 30%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}

#currentOffers .right {
    flex: 0 0 auto;
    width: 70%;
}

#currentOffers h2.title {
    margin: 0 0 30px;
    ;
}


#currentOffers p {
    font-size: 14px;
    line-height: 22px;
    color: #0A1F34;
}


.offers-wrapper a {
    font-family: 'Ping Heavy';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    color: #0A1F34;
    text-decoration: none;
}

.offers-wrapper.dark {
    flex-grow: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.dark .arrows .swiper-button-disabled path {
    fill: #C5CFDA;
}

.dark .arrows path {
    fill: #0A1F34;
}

.offers-wrapper .arrow-prev {
    margin-right: 20px;
}

.offerSwiper .swiper-slide {
    width: 40%;
}

.offerSwiper {
    overflow: unset !important;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.offerSwiper .image {
    margin-bottom: 20px;
}

.offerSwiper .image,
.offerSwiper .image img {
    position: relative;
    display: block;
}

.offerSwiper .marker {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    right: 0;
    top: 0;
    height: 28px;
    width: 120px;
    background-color: #1082F2;
    color: #ffffff;
    font-family: 'Ping Heavy';
    font-size: 12px;
    line-height: 1;
    text-align: center;

    color: #FFFFFF;
}

.offerSwiper .marker.alert {
    background-color: #FFB800;
}

.offerSwiper .title {
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: #0A1F34;
    margin-bottom: 20px;
}

.offerSwiper .text {
    font-size: 14px;
    line-height: 17px;
    color: #0A1F34;
}

.offerSwiper .title a,
.offerSwiper .text a {
    text-decoration: none;
    color: #0A1F34;
}








#aboutUs {
    padding: 150px 0;
    background-image: url(/img/aboutus.jpg);
    background-size: cover;

}

#aboutUs .column {
    flex: 0 0 auto;
    width: 50%;
}

#aboutUs .video-about {
    cursor: pointer
}

#aboutUs .video-about ellipse,
#aboutUs .video-about circle {
    transform-origin: center center;
    transform-box: fill-box;
    transition: .5s;
}

#aboutUs .desktop-view .video-about:hover ellipse {
    fill: #FFCE4F;
    transform: scale(1.1);
}

#aboutUs .desktop-view .video-about:hover circle {
    transform: scale(1.1);
}


#aboutUs h2 {
    font-family: Ping Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 50px;
}

#aboutUs .about-wrapper p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    color: #FFFFFF;
}

#aboutUs .numbers {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 50px;
}

#aboutUs .numbers .item {
    text-align: center;
}

#aboutUs .number {
    font-family: Ping Heavy;
    font-size: 48px;
    line-height: 77px;
    color: #1082F2;
}

#aboutUs .numbers .text {
    font-family: Ping Heavy;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}

.link-more {
    font-family: Ping Heavy;
    font-size: 18px;
    line-height: 1.1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.link-more svg {
    margin-left: 20px
}

#opportunities {
    padding: 150px 0
}

#opportunities .center {
    position: relative
}

#opportunities .left-panel {
    z-index: 8
}

#opportunities h2.title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 80px;
    width: 100%;
    margin-top: 0
}

#opportunities .center-wrapper {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    position: relative;
}

#opportunities .center-wrapper .center {
    flex: 0 0 auto;
    width: 40%
}

#opportunities .center-wrapper .left-panel,
#opportunities .center-wrapper .right-panel {
    flex: 0 0 auto;
    width: 30%
}

#opportunities .left-panel .opportunities-cards,
#opportunities .right-panel .opportunities-cards {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#opportunities .card-item {
    position: relative;
    height: calc(100%/3 - 10px);
    padding: 25px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 100px rgba(71, 83, 95, 0.06);
    cursor: pointer
}

#opportunities .card-item .img {
    padding-right: 20px;
    z-index: 9
}

#opportunities .card-item .content {
    z-index: 9
}

#opportunities .card-item .title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: Ping Heavy;
    margin-bottom: 10px;
    transition: .7s
}

#opportunities .card-item .text {
    font-size: 14px;
    line-height: 17px;
    color: #5F7890;
    transition: .7s
}

#opportunities .card-item svg path {
    fill: #000000;
    transition: .7s
}

#opportunities .center svg {
    width: 100%;
    height: auto
}

#opportunities .card-item .background-blue {
    position: absolute;
    width: 3px;
    height: 54px;
    background: #1082F2;
    left: 0;
    top: 0;
    transition: .7s
}

#opportunities .card-item:hover .text,
#opportunities .card-item:hover .title,
#opportunities .card-item.active .text,
#opportunities .card-item.active .title {
    color: #FFFFFF
}

#opportunities .card-item:hover svg path,
#opportunities .card-item.active svg path {
    fill: #FFFFFF
}

#opportunities .card-item:hover .background-blue,
#opportunities .card-item.active .background-blue {
    width: 100%;
    height: 100%
}

a.works-slider__btn {
    display: flex;
    height: 62px;
    max-width: 290px;
    background: #FFB800;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 10px;
    color: #0A1F34;
    font-weight: bold;
}



.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
    cursor: pointer
}









#ourWorks {
    background: #18324C;
    color: #ffffff;
    padding: 117px 0 196px;
}

#ourWorks h2.title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 37px;
}

#ourWorks .left {
    flex: 0 0 auto;
    width: 30%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}

.products-wrapper {
    flex-grow: 1;
    align-items: center;
}

.products-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

#ourWorks .right {
    flex: 0 0 auto;
    width: 70%;
}

.swiper.worksSwiper {
    overflow: unset;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.work-item {
    color: #0A1F34;
    padding: 60px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 100px rgba(71, 83, 95, 0.06);
    display: flex;
    justify-content: space-between;

}

.work-item .column {
    flex: 0 0 auto;
    width: calc(50% - 20px);
}

.work-item .thumbs {
    display: flex;
    justify-content: space-between;
}

.work-item .thumbs a {
    flex: 0 0 auto;
    width: calc(70%/3 - 6px);
}

.work-item img {
    display: block;
}

.work-item .image a {
    display: block;
    margin-bottom: 10px;
}

.work-item .thumbs a.go {
    background-color: #F0F3F6;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #0A1F34;
    width: calc(30% - 6px);
}

.work-item .thumbs a.go:hover {
    background-color: #2D74BA;
    color: #ffffff !important;
}

.work-item .thumbs a.go:hover svg path {
    fill: #ffffff;
}

.work-item .thumbs a.go svg {
    margin-right: 8px;
}

.work-item .thumbs a.go span {
    display: block;
}


.work-item h4 {
    font-family: Ping Heavy;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 29px;
}

.work-item p {
    margin: 0 0 30px;
    font-size: 14px;
}

.work-item .list-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #E2E6EB;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 800;
}

.work-item .list-row .text {
    font-family: Ping Heavy;
    text-align: right;
}

.products-wrapper,
.arrows {
    display: flex
}

.products-wrapper a {
    margin-right: 50px
}

.products-wrapper .arrows>div {
    padding: 0 10px
}

footer {
    padding: 56px 0 75px;
    background-color: #0A1F34;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #5F7891;
}

footer .footer-logo svg {
    margin-top: -27px;
    margin-left: 0;
}

footer .footer-logo {
    text-align: center
}

footer .right,
footer .left {
    flex: 0 0 auto;
    width: 20%;
}

footer .center .column {
    flex: 0 0 auto;
    width: calc(100%/3);
    padding: 0 10px;
}

footer .center {
    flex: 0 0 auto;
    width: 60%;
    display: flex;
}

footer .social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .social-icons a:hover svg path {
    fill: #1082F2;
}

footer .social-icons a:hover svg #inwp {
    fill: #0A1F34;
}

.footer-logo__title {
    font-size: 12px;
    color: #5F7890;
}

footer .menu-title {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 4px;
    height: 50px;
}

footer .phone-block {
    display: flex;
    flex-direction: column;
    justify-content: right;
    margin-bottom: var(--mb);
}

footer .phone-block__text {
    text-align: right;
}

footer a.phone-block__link {
    font-family: Ping Bold;
    font-size: 23px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
}

footer .phone-block__text {
    font-family: Ping Bold;
}


footer .info {
    line-height: 17px;
}

footer .info div {
    margin-bottom: 8px;
}

footer .copy {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu a {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #5F7890;
    text-decoration: none;
    margin-bottom: 15px;
}

ul.footer-menu a:hover,
ul.footer-menu a.current {
    color: #FFFFFF;
}

ul.footer-menu li {
    margin-bottom: 15px;
}

footer a.policy {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

/*CONTACTS*/
.contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.contacts-map {
    margin-bottom: 30px
}

.contacts-wrapper .left,
.contacts-wrapper .right {
    padding: 70px
}

.contacts-wrapper .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 40%;
    background-color: #0A1F34;
}

.contacts-wrapper .left label {
    color: #ffffff
}

.contacts-wrapper .right {
    background-color: #ffffff;
    flex: 0 0 auto;
    width: 60%
}

.contacts-wrapper label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}

.contacts-wrapper input {
    height: 54px;
    border: 1px solid #D9D9E0;
    box-sizing: border-box;
    padding-left: 20px
}

.contacts-wrapper textarea {
    border: 1px solid #D9D9E0;
    height: 150px;
    box-sizing: border-box;
    padding: 20px
}

.contacts-wrapper h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

.contacts-wrapper .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.contacts-wrapper .send-contacts {
    height: 62px;
    display: flex;
    justify-content: center;
    background: #FFB800;
    align-items: center;
    font-family: Ping Heavy;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0A1F34;
    text-decoration: none;
    cursor: pointer;
    max-width: 286px;
    margin-bottom: 20px;
}

.contacts-wrapper .send-contacts:hover {
    background: #FFCE4F
}

.contacts-wrapper .policy {
    color: #5F7890;
    line-height: 1.4
}

.contacts-wrapper a.contacts-email,
.contacts-wrapper a.contacts-phone,
.contacts-wrapper .contacts-adress {
    color: #ffb800;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.contacts-wrapper .social-icons {
    font-size: 18px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    max-width: 200px;
}

.contacts-wrapper .social-icons path {
    fill: #ffffff
}

a.first-el {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #0A1F34;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 1px !important;
    white-space: nowrap;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 10px;
    color: #C5CFDA;
    font-weight: bold
}

.breadcrumbs-wrp {
    display: flex;
    align-items: center;
    margin-bottom: 60px
}

span.first-delimiter {
    font-weight: bold;
    font-size: 14px;
    color: #C5CFDA;
    margin-right: 4px
}



.breadcrumbs-wrp a,
.breadcrumbs-wrp .bx-breadcrumb-item {
    font-size: 14px
}

.product-bottom {
    margin-bottom: 100px
}

.mob-accordion__title {
    display: none
}

.spec-title {
    color: #5F7890;
    font-weight: bold;
}

div#proSpecifications ul {
    list-style: none;
    padding: 0;
}

.spec-iten {
    color: #0A1F34;
    font-weight: bold;
}

#proSpecifications ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #EFEFEF;
}

.contacts-wrapper .right {
    padding: 0 !important
}

.contacts-wrapper .right .video-company {
    height: 100%;
    width: 100%;
    margin: 0
}

.contacts-wrapper .right .video-company #video {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.contacts-wrapper .right .video-company img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

/*OPP CARDS*/
.c1-active .center-wrapper,
.c2-active .center-wrapper,
.c3-active .center-wrapper,
.c4-active .center-wrapper,
.c5-active .center-wrapper,
.c6-active .center-wrapper {
    background-image: none !important;
}

#opportunities .center {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/img/opportunities/c0.jpg');
}

.c1-active .center {
    background-image: url('/img/opportunities/card1b.jpg') !important;
}

.c2-active .center {
    background-image: url('/img/opportunities/card2.jpg') !important;
}

.c3-active .center {
    background-image: url('/img/opportunities/card3.jpg') !important;
}

.c4-active .center {
    background-image: url('/img/opportunities/card4.jpg') !important;
}

.c5-active .center {
    background-image: url('/img/opportunities/card5.jpg') !important;
}

.c6-active .center {
    background-image: url('/img/opportunities/card6.jpg') !important;
}


@media(max-width:1186px) {
    .top-panel .top-phone {
        display: none
    }
}


@media(max-width:900px) {
    .product-bottom .col {
        width: 100%;
        padding: 0;
    }

    .tab-selectors,
    .complectactions__title .link {
        display: none;
    }

    .complectactions__items .item {
        width: 100%;
    }

    .product-bottom .col {
        margin-bottom: 30px
    }

    .tab {
        display: block !important;
    }



    .mob-accordion {
        display: block
    }

    .mob-accordion__title {
        position: relative;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Ping Heavy';
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #0A1F34;
        height: 50px;
        border: 1px solid rgba(95, 120, 144, 0.2);
    }

    .mob-accordion .mob-accordion__body {
        display: none;
        padding: 30px 0;
    }

    .mob-accordion.active .mob-accordion__body {
        display: block
    }

    .mob-accordion__title svg {
        position: absolute;
        right: 40px;
    }

    .mob-accordion.active .mob-accordion__title svg {
        transform: rotate(90deg);
    }


    .work-item h4 {
        padding-top: 15px
    }

    h1 {
        margin-bottom: 30px;
    }

    .breadcrumbs-wrp {
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .breadcrumbs-wrp a,
    .bx-breadcrumb .bx-breadcrumb-item {
        font-size: 10px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {}

    .contacts-wrapper {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .contacts-wrapper .left {
        width: 100%;
        padding: 38px 20px;
    }

    .contacts-wrapper h3 {
        margin-top: 0;
        margin-bottom: 24px;
        font-weight: 800;
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
    }

    .contacts-wrapper label {
        font-size: 12px;
        line-height: 18px;
    }

    .contacts-wrapper a.contacts-email,
    .contacts-wrapper a.contacts-phone,
    .contacts-wrapper .contacts-adress {
        font-size: 14px;
    }

    .contacts-wrapper .right {
        background-color: #ffffff;
        flex: 0 0 auto;
        width: 100%;
        padding: 38px 20px;
    }

    .contacts-map {
        padding: 0;
        margin-bottom: 90px;
    }

    iframe {
        border: none;
    }

    .contacts-wrapper .policy {
        color: #5F7890;
        line-height: 1.4;
        font-size: 12px;
    }

    .contacts-wrapper input {
        height: 54px;
        font-size: 14px;
        padding-left: 18px;
    }

    .contacts-wrapper textarea {
        font-size: 14px;
        padding-left: 18px;
    }



}

/*CONTACTS*/

/*DOWNLOADS*/
.downloads__tab-selectors {
    display: flex;
    flex-wrap: wrap;
}

.downloads__tab-selectors {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.downloads__selector,
.download__mobile-toggle {
    cursor: pointer;
    padding: 15px 30px;
    background-color: #EAEFF3;
    margin-right: 2px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.download__mobile-toggle {
    display: none;
}

.download__mobile-toggle span {
    margin-right: 10px
}

.downloads__selector.current {
    color: #ffffff;
    background-color: #1082F2;
}

.download-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 100px rgb(71 83 95 / 6%);
    width: calc(25% - 20px);
    margin: 0 10px 22px;
    display: flex;
}

.downloads__tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.download-card .left {
    flex-grow: 1;
    padding: 26px;
    border-right: 1px solid #EFEFEF;
}

.download-card .download-format {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #C5CFDA;
    font-family: Ping Bold;
    margin-bottom: 10px;
}

.download-card .download-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;
    color: #0A1F34;
    margin-bottom: 10px;
}

.download-card .download-size {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    color: #C5CFDA;
}

.download-card .right {
    display: flex;
    flex-direction: column;
}

.download-button a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.download-button {
    height: 100%
}

.view-button {
    cursor: pointer;
    padding: 26px;
    border-bottom: 1px solid #EFEFEF;
    display: block;
}

.view-button.disabled {
    pointer-events: none;
}

.view-button.disabled path {
    fill: #c5cfda;
}

/*DOWNLOADS*/

/*QUALITY+ECO+SERVICE*/
.photo__block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
    background-color: #ffffff
}

.photo__block .photo,
.photo__block .text {
    flex: 0 0 auto;
    width: 50%;
    position: relative
}

.photo__block img {
    display: block
}

.photo__block .photo-info {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: #0A1F34;
    box-shadow: 0px 4px 100px rgba(71, 83, 95, 0.06);
}

.photo__block:nth-child(even) .photo {
    order: 0
}

.photo__block:nth-child(odd) .photo {
    order: 2
}

.photo__block:nth-child(odd) .photo-info {
    right: 0;
    left: unset
}

.photo__block h4 {
    margin: 0 0 20px;
    font-size: 22px
}

.photo__block .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px
}

.photo__block p {
    margin: 0
}

.photo__block .block-number {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1082F2;
    color: #ffffff;
}

p a {
    color: #1082F2;
    text-decoration: none
}

.service-form {
    display: flex;
    flex-wrap: wrap
}

.sf-left h4 {
    color: #ffffff;
    font-size: 22px
}

.sf-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 33%;
    padding: 50px 50px 100px;
    background-color: #0A1F34;
    color: #ffffff
}

.sf-right {
    flex: 0 0 auto;
    width: 67%;
    padding: 50px 50px 100px;
    background-color: #ffffff
}

.sf-left .photo__position {
    font-size: 14px;
    color: #5F7890;
}

.sf-left_photo img {
    width: 109px;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}



.card-slider img {
    display: none !important;
}

.card-slider img.active {
    display: block !important;
}






.field label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    height: 54px;
    border: 1px solid #D9D9E0;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 16px;
}

.policy-agree {
    font-size: 12px;
    color: #5F7890;
    max-width: 300px;
}

.policy-agree u {
    cursor: pointer
}

/*QUALITY*/
/*SPECIALS*/
.specials {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.special-card {
    width: calc(100%/3 - 20px);
    margin: 0 10px 30px;
    background-color: #ffffff
}

.card-slider {
    position: relative
}

.card-text {
    padding: 30px 20px
}

.card-slider img {
    display: block;
}

.btn-left,
.btn-right {
    position: absolute;
    bottom: 0;
    padding: 20px;
    cursor: pointer;
    background-color: #0A1F34
}

.btn-left {
    left: 0;
}

.btn-right {
    right: 0;
}

.special-card .card-text .title {
    font-weight: 800;
    font-size: 22px;
    font-family: 'Ping Bold';
    margin-bottom: 18px;
}

.special-card .card-text .price .title {
    font-size: 12px;
    line-height: 1.1;
    color: #5F7890;
    margin-bottom: 5px;
}

.special-card .card-text .text {
    font-size: 14px;
    line-height: 1.3;
    color: #5F7890;
    margin-bottom: 24px;
    text-align: justify;
    text-indent: 0px;
    ;
    text-indent: 0px;
    ;
}

.special-card .card-text .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-card .card-text .price span {
    font-size: 12px;
    line-height: 1.1;
    color: #5F7890;
}

.special-card .card-text .bottom .default-btn {
    padding: 0px 30px;
    font-size: 13px;
    cursor: pointer;
}

.special-card .card-text .bottom .summ {
    font-size: 22px;
    font-family: Ping Bold
}

/*SPECIALS*/




/*SERVICES*/
.services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.service-card {
    width: calc(100%/3 - 20px);
    margin: 0 10px 30px;
    padding: 20px 20px 30px;
    background: #0A1F34;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.service-card .card-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.service-card .title {
    font-weight: 800;
    font-size: 20px;
    font-family: 'Ping Bold';
    margin-bottom: 18px;
}

.service-card .text {
    font-size: 14px;
    flex-grow: 1;
    margin-bottom: 20px;
}

.card-icon {
    margin-bottom: 30px;
}

.card-icon svg {
    height: 70px;
}

.service-btn {
    display: flex;
    width: 100%;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    height: 54px;
    background: #1082F2;
    cursor: pointer;
}

/*SERVICES*/











/*company*/
.company-history {
    margin-bottom: 100px
}

.company-info .column.rp-20 {
    padding-right: 20px;
    text-align: justify;
    text-indent: 0px;
    ;
    text-indent: 0px;
    ;
}

h2.team {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 0;
}

.company-team {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.team-card {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    background: #FFFFFF;
    box-shadow: 0px 1.824px 45.6px rgba(71, 83, 95, 0.1);
    padding: 40px 30px;
}

.team-card .photo img {
    width: 159px;
    height: 159px;
}

.team-card .photo {
    display: flex;
    position: relative;
    width: 159px;
    margin-bottom: 30px;
}

.team-card .photo a {
    position: absolute;
    bottom: 0;
    right: 12px;
}

.team-card .name {
    margin-bottom: 6px;
    font-family: Ping Bold;
    font-weight: bold;
    font-size: 18px;
    color: #0A1F34;
}

.team-card .position {
    font-size: 12px;
    color: #5F7890;
    margin-bottom: 20px;
}

.team-card .contacts a {
    font-family: Ping Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #1082F2;
    text-decoration: none;
    display: block;
}

.video-company {
    position: relative;
}

.video-company svg {

    position: absolute;
    cursor: pointer;
    top: calc(50% - 47.5px);
    left: calc(50% - 47.5px);
}

.company-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}

.company-info .column {
    flex: 0 0 auto;
    width: 50%;
}

.company-info .number {
    font-size: 30px;
    font-family: 'Ping Heavy';
    color: #1082F2;
    margin-bottom: 15px
}

.company-info .number span {
    font-size: 18px
}

.company-info .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.company-info .numbers .item {
    width: calc(100%/3 - 5px)
}

.company-info .numbers .text {
    font-weight: 800;
    font-size: 12px;
}

.company-history h2 {
    font-size: 30px;
    margin: 0 0 50px;
}

.company-history {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}

.company-history .swiper-slide {
    width: 30%;
    align-self: stretch;
    height: unset
}

.company-history .left {
    width: 30%;
}

.company-history .right {
    width: 70%;
}

.swiper.historySwiper {
    overflow: unset !important;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.historySwiper .item {
    padding: 60px 25px 40px;
    background: #0A1F34;
    color: #ffffff;
    font-size: 14px;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.historySwiper .year {
    font-size: 48px;
    font-weight: 800;
    color: #FFB800;
}

.historySwiper a {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #1082F2;
}

.historySwiper a svg {
    display: block;
    width: 24px;
    height: 18px;
}

/*company*/









.bottom-pages {
    height: 100px
}



.default-btn {
    font-weight: 800;
    width: auto;
    padding: 0 50px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #0A1F34;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFB800;
    height: 54px;
    max-width: 286px;
}

.top-panel.pages-panel .top-logo {
    flex-direction: column
}

.top-panel.pages-panel .top-logo__title {
    color: #0a1f34
}

.top-panel.pages-panel .top-logo svg {
    margin-right: 0
}

.mobile-view,
.mobile-panel {
    display: none;
}

.desktop-view {
    display: block
}


/*FORMS MODAL*/
button.carousel__button.is-close {
    top: 0 !important;
    color: #0A1F34 !important
}

.field__title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px
}

.form__row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.form__field {
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #D9D9E0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 10px 20px
}

.form__send-btn {
    font-weight: bold;
    width: 286px;
    background-color: #FFB800;
    height: 54px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
}

.form__policy {
    width: calc(100% - 286px);
    padding-left: 20px;
    display: flex;
    color: #5F7890;
    align-items: center
}

#serviceForm,
#specialForm,
#tentBuy,
#tentRent {
    width: 100%;
    max-width: 740px
}

.btn-blue {
    background: #1082F2 !important;
    color: #ffffff
}

#tentBuy .top-title span {
    color: #FFB800;
    font-weight: bold
}

#tentRent .top-title span {
    color: #1082F2;
    font-weight: bold
}

#tentRent h3.form__title,
#tentBuy h3.form__title {
    margin: 5px 0 25px
}

/*FORMS MODAL*/


.view-button.disabled {
    cursor: unset
}

.view-button.disabled path {
    fill: #c5cfda
}

.downloads__tab-wrapper {
    display: none !important
}

.downloads__tab-wrapper.active {
    display: flex !important
}







.search-wrap {
    display: none;
    background-color: #0A1F34;
    height: 98px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.search-wrap.active {
    display: flex
}

.search-wrap.active {
    animation-name: open;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: fade;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

@keyframes open {
    0% {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    100% {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
}




.search-wrap #search {
    position: relative;
    border: 2px solid #1082F2;
    padding: 0 15px;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
}

input.search-input {
    background-color: #0A1F34;
    color: #ffffff;
    outline: none !important;
    width: calc(100% - 100px);
    height: 46px;
    background: none;
    border: none;
}

.search-wrap input:-internal-autofill-selected {
    background-color: #0A1F34 !important;
    color: #ffffff !important;
}

#search-close,
#search-submit {
    cursor: pointer
}

#search .tips {
    position: absolute;
    top: 46px;
    left: -2px;
    background-color: #122c46;
    right: -2px;
    padding: 10px;
    border: 2px solid #1082F2;
    border-top: 2px solid #5F7890;
}

#search.ins {
    background-color: #122c46;
}

#search .tips .scroll {
    width: 100%
}

#search .tips .tip {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    margin: 10px 0;
    justify-content: flex-start;
    align-items: center;
}

#search .tips .info {
    padding-left: 15px;
    flex-grow: 1;
}

#search .tips .s-none {
    color: #ffffff !important;
}

.footer-logo__title,
.top-logo__title {
    display: none
}

/**/
@media(max-width:1024px) {
    footer .footer-logo svg {
        margin: -20px auto -24px;
    }

    .m-hide {
        display: none
    }

    .footer-logo__title,
    .top-logo__title {
        display: block
    }

    .team-card {
        width: calc(100%/3 - 20px);
        padding: 20px
    }

    .special-card,
    .service-card {
        width: calc(50% - 20px)
    }

    #opportunities .center-wrapper .left-panel,
    #opportunities .center-wrapper .right-panel {
        width: calc(50% - 10px)
    }

    #opportunities .center-wrapper .center {
        width: 20px
    }
}



.desktop-menu__col ul {
    padding: 0 10px
}

.desktop-menu__col ul li {
    margin-bottom: 20px
}

.desktop-menu__col ul li a {
    color: #5F7890;
    text-decoration: none;
    font-size: 14px
}


.mobile {
    display: none
}

.tab {
    display: none
}

.tab.active {
    display: block !important;
}


.mobile-view.s-video {
    color: #ffffff;
    font-family: Ping Heavy;
    font-size: 16px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.bx-section-desc-post {
    margin-bottom: 100px;
    max-width: 1020px;
}

#video-play {
    width: 95px !important;
    height: 95px !important;
    box-shadow: none !important
}

.arrow-down {
    transition: 1s;
    cursor: pointer
}

.arrow-down.to-top {
    transform: rotate(180deg);
}

.company-history .item a {
    background-image: url('/img/comp-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.team-card .photo a {
    display: block;
    width: 35px;
    height: 35px;
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('/img/comp-mail2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#video-play {
    background-image: url('/img/play-btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section-banner {
    background-position: center left !important;
    box-sizing: border-box;
    display: flex;
    min-height: 667px;
    padding: 168px 0 30px !important;
}

.section-banner > .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 469px;
}

.section-banner .banner__title {
    max-width: 760px;
    margin: 0 0 48px;
    font-family: "Ping";
    font-weight: 800;
    font-size: 96px;
    line-height: 1;
    color: #FFFFFF;
}

.section-banner .banner__description {
    max-width: 900px;
    margin: 0;
    font-family: "Ping";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #C5CFDA;
}

.section-banner .custom-breadcrumbs {
    margin-top: auto;
}



@media screen and (max-width:1024px),
screen and (max-height:860px) {
    .desktop-menu__row {
        margin-bottom: 24px
    }
}

@media screen and (max-width:1024px),
screen and (max-height:760px) {
    .desktop-menu__col ul li {
        margin-bottom: 12px;
    }
}

@media(max-width:1024px) {
    .section-banner {
        background-position: center !important;
        min-height: 560px;
        padding-top: 160px !important;
    }

    .section-banner > .wrapper {
        min-height: 370px;
    }

    .section-banner .banner__title {
        font-size: 72px;
        max-width: 640px;
    }

    .slider-controlls span.swiper-pagination-current {
        margin-right: 10px
    }

    #video-play {
        width: 50px !important;
        height: 50px !important;
    }

    .search-wrap.active {
        padding: 0 10px
    }

    #firstBlock .swiper-pagination {
        justify-content: center;
        margin-right: 10px
    }

    #firstBlock .slider-controlls span.swiper-pagination-current {
        font-size: 18px
    }

    .historySwiper a svg {
        transform: rotate(90deg);
    }

    .company-info .column.rp-20 {
        padding-right: 0
    }

    .desktop-menu,
    .product-page__main .product-page__breadcrumbs,
    .product-page__main h1 {
        display: none
    }

    .mobile {
        display: block
    }

    .form__row {
        flex-direction: column
    }

    .form__send-btn {
        margin-bottom: 15px;
        width: 100%
    }

    .form__policy {
        width: 100%;
        padding-left: 0;
        display: flex;
        color: #5F7890;
        text-align: center;
        font-size: 12px
    }

    .fancybox__content {
        padding: 36px 15px
    }

    .fancybox__content .top-title {
        font-size: 15px
    }

    .video-company svg {
        width: 50px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }

    .download__mobile-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .team-card {
        width: calc(50% - 20px);
        padding: 20px
    }

    .special-card,
    .service-card {
        width: 100%;
    }

    .special-card .card-text .bottom {
        display: flex;
        align-items: unset;
        justify-content: space-between;
        flex-direction: column;
    }

    .special-card .card-text .price {
        margin-bottom: 20px;
    }



    .wrapper {
        width: 100%;
    }

    section#currentOffers .arrows,
    .desktop-view,
    .top-panel {
        display: none;
    }

    .mobile-view {
        display: block
    }

    body {
        padding-top: 72px;
    }

    .mobile-panel {
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        background-color: #0A1F34;
        top: 0;
    }

    .mobile-panel .row {
        justify-content: space-between;
        align-items: center;
    }

    .mobile-panel .menu-button.active span.first {
        transform: unset;
    }

    .mobile-panel .menu-button.active span.second {
        transform: unset;
        margin-top: 8px;
    }

    .mobile-panel .menu-button span {
        height: 2px;
        transition: unset
    }

    .mobile-panel .menu-button__title {
        color: #ffffff;
        font-size: 10px;
        line-height: 10px;
    }

    .mobile-panel .menu-button .lines,
    .mobile-panel .menu-button.active .lines {
        height: 14px;
        margin-bottom: 4px;
    }

    /*MOBILE MENU*/
    .mobile__top-panel {
        border-bottom: 1px solid #1A3753;
        display: flex;
        justify-content: space-between;
        height: 68px;
        align-items: center;
        padding: 0 10px;
    }

    .mobile__top-panel .buttons-left {
        display: flex;
    }

    .mobile__top-panel a.search-button {
        margin-right: 20px;
    }

    .menu-list {
        height: calc(100vh - 68px);
        overflow: scroll
    }

    .menu-list ul.menu {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .menu-list ul.menu>li {
        padding: 0 25px;
        border-bottom: 1px solid #1A3753;
    }

    li.has-submenu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .menu-list ul.menu>li>a {
        font-family: Ping;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 1.1;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
        padding: 25px 0;
        display: inline-block;
        width: 100%;
    }

    .menu-list ul.menu>li.has-submenu>a {
        width: calc(100% - 48px)
    }

    .menu-list .submenu {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .has-submenu.open .submenu {
        display: block;
    }

    .menu-list .submenu li a {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.1;
        color: #5F7890;
    }

    ul.submenu li {
        padding-top: 25px;
    }

    ul.submenu li a {
        text-decoration: none;
    }

    .has-submenu .menu-open-arrow svg {
        transition: .5s;
    }

    .has-submenu.open .menu-open-arrow svg {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: .5s;
    }

    .menu-list ul.menu li.has-submenu {
        padding: 0 0 0 25px;
    }

    li.has-submenu>a {
        width: calc(100% - 48px);
    }

    .menu-open-arrow {
        padding: 25px 20px;
    }

    /*MOBILE MENU*/


    /*DOWNLOADS*/
    .downloads__selector {
        width: 100%;
        text-align: center;
        background-color: #ffffff;
        margin-bottom: 3px;
    }

    .downloads__tab-selectors {
        display: none;
        margin-bottom: 0px;
    }

    .downloads__menu-wrapper {
        margin-bottom: 40px;
    }

    .downloads__menu-wrapper.open .downloads__tab-selectors {
        display: flex;
    }

    .download-card {
        width: calc(50% - 20px);
    }

    /*DOWNLOADS*/
    /*QUALITY+ECO+SERVICE*/
    .photo__block .photo,
    .photo__block .text {
        width: 100%
    }

    .photo__block .photo-info {
        position: relative;
        width: 100%;
        padding: 20px
    }

    .photo__block:nth-child(even) .photo {
        order: unset
    }

    .photo__block.qua:nth-child(even) .photo {
        order: unset
    }

    .photo__block:nth-child(odd) .photo {
        order: unset
    }

    .photo__block .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 20px 30px;
    }

    .photo__block p {
        margin: 0;
    }

    .photo__block .block-number {
        position: relative;
        margin-bottom: 20px;
        margin-left: -20px;
        margin-top: -20px;
    }

    .photo__block {
        margin-bottom: 15px
    }

    .sf-left,
    .sf-right {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 10px 20px;
    }


    .field label {
        font-size: 12px;
        line-height: 18px;
    }

    .form-control {
        height: 54px;
        font-size: 14px;
        padding-left: 18px;
    }

    /*QUALITY*/


    /*company*/
    .company-info .numbers .item {
        width: 100%;
    }

    .company-info .numbers .text {
        margin-bottom: 30px;
        font-family: 'Ping Heavy';
    }

    .company-info .column {
        flex: 0 0 auto;
        width: 100%;
    }

    .company-history .right,
    .company-history .left {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
    }

    .company-history .arrows {
        display: none;
    }

    .company-history .swiper-slide {
        width: 100%;
        margin-bottom: 15px;
    }

    .company-history .swiper-wrapper {
        flex-wrap: wrap;
    }

    .company-info {
        margin-bottom: 100px;
    }

    .team-card {
        display: flex;
    }

    .team-card .photo img {
        width: 65px;
        height: 65px
    }

    .team-card .photo {
        width: 65px;
        margin-right: 20px
    }

    .team-card .photo a {
        bottom: 0;
        right: 0
    }

    .team-card .photo a svg {
        width: 24px;
        height: 24px
    }

    /*company*/



    #currentOffers h2.title {
        font-size: 30px;
        margin-bottom: 14px;
    }

    #currentOffers p {
        font-size: 14px;
        line-height: 1.1;
        color: #0A1F34;
        margin-top: 0;
    }

    #currentOffers .swiper.offerSwiper .swiper-wrapper {
        flex-wrap: wrap;
    }

    #currentOffers .offerSwiper .swiper-slide {
        width: 100%;
        margin-bottom: 24px;
    }

    #currentOffers .right {
        flex: 0 0 auto;
        width: 100%;
    }

    #currentOffers .offers-wrapper.dark {
        margin-bottom: 34px;
    }

    .mainSlider-info h1 {
        font-size: 24px;
    }

    .mainSlider-info .text {
        font-size: 12px;
        line-height: 16px;
    }

    .slider-controlls {
        display: flex;
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0;
        z-index: 9;
        align-items: center;
    }

    .slider-controlls .swiper-pagination {
        padding: 0px 40px;
    }

    #currentOffers {
        padding: 85px 0;
    }

    #currentOffers .left {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }




    #aboutUs {
        padding-top: 68px;
    }

    #aboutUs .row .column {
        width: 100%
    }

    #aboutUs .numbers {
        flex-wrap: wrap;
    }

    #aboutUs .row .column:first-child {
        padding-top: 97px;
        order: 2;
    }

    #aboutUs .numbers .item,
    #aboutUs .numbers .text {
        width: 100%;
        text-align: left;
    }

    #aboutUs .numbers .item {
        margin-bottom: 26px;
    }

    #aboutUs .row .column:first-child svg {
        width: 100%;
        height: auto;
    }

    #opportunities h2.title {
        font-size: 30px;
        margin-bottom: 45px;
    }

    #opportunities {
        padding: 85px 0;
    }

    .card-item .img svg {
        width: 40px;
    }

    #opportunities .card-item {
        position: relative;
        height: auto;
        padding: 25px;
        display: flex;
        background: #FFFFFF;
        box-shadow: 0px 4px 100px rgb(71 83 95 / 6%);
        cursor: pointer;
        margin-bottom: 10px;
    }

    #opportunities .center-wrapper .right-panel,
    #opportunities .center-wrapper .left-panel {
        position: relative;
        width: 100%
    }

    #opportunities .left-panel .opportunities-cards {
        padding-right: 0;
    }

    #opportunities .right-panel .opportunities-cards {
        padding-left: 0;
    }

    #opportunities .center-wrapper .center {
        display: none;
    }

    #opportunities .center-wrapper {
        flex-wrap: wrap;
    }

    #opportunities .card-item .text {
        font-size: 12px;
        line-height: 1.3;
    }

    #opportunities .card-item .title {
        font-size: 16px;
        line-height: 1.4;
    }

    #ourWorks .left {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
    }

    #ourWorks {
        padding: 85px 0;
    }

    #ourWorks h2.title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    section#ourWorks p {
        font-size: 14px;
        line-height: 1.1;
        margin-top: 0;
    }

    #ourWorks .arrows {
        display: none;
    }

    #ourWorks .right {
        flex: 0 0 auto;
        width: 100%;
    }

    .work-item {
        padding: 12px;
        flex-direction: column;
    }

    .swiper.worksSwiper .swiper-slide {
        margin-bottom: 23px;
    }

    .work-item .column {
        flex: 0 0 auto;
        width: 100%;
    }



    .swiper.worksSwiper .swiper-wrapper {
        flex-wrap: wrap;
    }


    .top-logo__title {
        font-family: Ping Bold;
        font-size: 10px;
        line-height: 14px;
    }

    * {
        box-sizing: border-box;
    }

    div {
        display: block;
    }

    .top-logo {
        flex-direction: row;
        padding: 10px 0;
    }

    .mobile-panel .top-logo {
        flex-grow: 1;
    }

    .mobile-panel a.phone {
        margin-right: 15px
    }

    .top-logo svg {
        margin-right: 16px;
        width: 70px;
    }

    footer .right,
    footer .left,
    footer .center {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-logo {
        justify-content: space-between;
        align-items: center;
        display: flex;
        height: auto;
        margin-bottom: 30px;
    }

    .footer-logo__title {
        max-width: 100%;
        width: auto;
        flex-grow: 1;
        padding: 5px 0 0 10px;

    }

    .mob-footer-row {}

    footer .right {
        order: 2;
        display: flex;
        flex-direction: column;
    }

    footer .left {
        order: 1;
    }

    footer .center {
        order: 3;
        margin-bottom: 70px;
        flex-wrap: wrap;
    }

    footer a.phone-block__link,
    footer .phone-block__text {
        text-align: left;
    }

    footer .right .phone-block {
        order: 2;
    }

    footer .right .phone-block {
        order: 2;
    }

    footer .right .social-icons {
        order: 1;
        margin-bottom: 25px;
    }

    footer .copy {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    footer .center .column {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    footer .menu-title {
        height: auto;
        margin-bottom: 28px;
    }

    ul.footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    ul.footer-menu li {
        flex: 0 0 auto;
        width: 50%;
    }

    footer .center .column.mob-col-1 {
        margin-bottom: 0 !important;
    }

    .column.mob-col-2 .menu-title {
        display: none;
    }

    h1.mobile {
        font-size: 24px;
    }

    .product-page__photo,
    .product-page__main {
        padding-right: 0 !important;
    }

    .product-page__container {
        padding: 0 !important
    }

    .product-item-detail-slider-image img {
        position: relative;
        top: unset;
        left: unset;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        transform: none;
    }

    .product-item-detail-slider-image,
    .product-item-detail-slider-images-container {
        position: relative;
    }

    .product-item-detail-slider-block {
        position: relative;
        padding-top: 0;
        height: auto
    }

    .product-page__description {
        margin-bottom: 30px;
    }

    #currentOffers h2.title.mob-card {
        font-size: 24px;
        margin-bottom: 14px;
    }

    #currentOffers.mob-prod .tent-item-container {
        margin-left: 0;
        margin-right: 0;
    }

    .complectactions__title .title,
    a.mobile-view.allcat {
        cursor: pointer;
        color: #0A1F34;
        font-family: 'Ping Heavy';
        font-size: 12px;
        text-transform: uppercase;
    }

}



@media(max-width:540px) {
    .works-item {
        width: 100% !important;
    }

    .contacts-wrapper .send-contacts,
    .sf-send.default-btn {
        max-width: 100%
    }

    .team-card {
        width: 100%;
    }

    .gallery-item {
        width: calc(100%/3) !important;
        padding: 0
    }

    .gallery-item .img,
    .gallery-item img {
        display: block;
    }

    a.works-slider__btn {
        max-width: 100%;
    }

    .download-card {
        width: 100%;
    }

    .service-btn {
        max-width: 100%;
    }
}


.tent-item-container {
    width: calc(25% - 20px);
    background-color: #ffffff;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}


.bx-section-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.tent-item-title {
    height: 46px;
}


.tent-item-container .product-item {
    padding: 0
}

.tents_section-wrapper {
    display: flex;
    flex-wrap: wrap
}

.tent-item-title,
.tent-item-area,
.tent-item-height {
    margin: 15px 20px;
}

.tent-item-area,
.tent-item-height {
    font-size: 14px;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    justify-content: space-between;
}

.tent-item-title,
.tent-item-area {
    margin-bottom: 15px
}

.tent-item-height {
    margin-bottom: 30px
}

.tent-item-title a {
    font-family: Ping Heavy;
    font-weight: 800;
    text-decoration: none;
    font-size: 18px;
    color: #0A1F34
}

.tent-item-prices {
    border-top: 1px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap
}

.tent-item-prices .prices-buy,
.tent-item-prices .prices-rent {
    width: 50%;
    padding: 15px 0 15px 20px;
}

.tent-item-prices .prices-buy {
    border-right: 1px solid #EBEBEB
}

.tent-item-prices .title,
.tent-item-prices .currency {
    color: #5F7890;
    font-size: 12px;
    font-weight: bold
}

.tent-item-prices .currency {
    padding-left: 5px;
}

.tent-item-prices .summ {
    font-size: 20px;
    font-family: Ping Heavy;
    font-weight: 800;
}

.order-block .summ {
    font-size: 30px;
    font-family: Ping Heavy;
    font-weight: 800;
}


.product-page__container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background-color: #ffffff
}

.product-page__photo {
    flex: 0 0 auto;
    width: 55%;
    padding-right: 40px;
}

.product-page__main {
    flex: 0 0 auto;
    width: 45%
}

.product-page__breadcrumbs .breadcrumbs-wrp {
    margin-bottom: 30px
}

.product-page__main h1 {
    font-family: Ping Heavy;
    font-weight: 800;
    margin: 0 0 15px;
}

.breadcrumbs-wrp a {
    color: #0a1f34;
    text-decoration: none
}

.product-parameters {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.product-parameters .col {
    width: calc(100%/3)
}

.product-parameters .col .title {
    color: #5F7890;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold
}

.product-parameters .col .value {
    font-weight: bold
}

.lenght {
    display: flex
}

.lenght .val {
    padding: 0 10px
}

.lenght .down,
.lenght .up {
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #B3BEC8;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.lenght .down:hover,
.lenght .up:hover {
    background-color: #1082F2;
    border: 1px solid #1082F2;
    color: #ffffff
}

.profil-type .title,
.title-props {
    font-family: Ping;
    width: 100%;
    color: #5F7890;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold
}

.order-block {
    display: flex;
    margin-bottom: 40px
}

.order-block .button {
    width: 60%
}

.order-block .price {
    width: 40%
}

.order-block .price .title,
.order-block .price .currency {
    color: #5F7890;
    font-size: 14px;
    font-weight: bold
}

.order-block .price .currency {
    padding-left: 10px
}

.product-item-detail-info-section {
    padding: 0;
}


a.btn-buy,
a.btn-rent {
    height: 56px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: Ping Heavy;
    font-size: 14px
}

a.btn-buy {
    background: #FFB800;
    color: #0a1f34
}

a.btn-rent {
    background: #1082F2;
    color: #ffffff
}



.product-page__container .row {
    display: none
}

.description-catalog {
    margin-bottom: 100px;
}

.catalog2-wrapper {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}

.catalog2-item {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}

h1 {
    margin-bottom: 50px
}

.catalog2-item .link {
    background-color: #0a1f34;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    Width: 100%;
    height: 100%;
}

.catalog2-item .image {
    margin-bottom: 15px;
}

.catalog2-item .title {
    font-size: 18px;
    font-family: Ping Heavy;
    margin-bottom: 10px;
    height: 44px;
}

.catalog2-item .description {
    padding-right: 20px;
    font-size: 14px
}




/*О компании*/
#video {
    width: 100%;
    position: relative;
}

#video-over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

#video-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s ease;
    transition-property: opacity, visibility;
}

#video-play:hover::before {
    transform: scale(1.2);
}

#video video {
    width: 100%;
    display: block;
}

#video.video-is-playing #video-over {
    display: block;
}

#video.video-is-playing #video-play {
    opacity: 0;
    visibility: hidden;
}

/*О компании*/



.works-item {
    width: calc(100%/3 - 8px);
    margin-bottom: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 8px;
}

.works-item.main {
    width: calc(100%/3 - 20px);
    margin-bottom: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 20px;
}

.works-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    margin-right: 0;
    justify-content: flex-start;
}

.works-item .title {
    font-family: 'Ping Heavy';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 29px;
    color: #0A1F34;
    margin-bottom: 7px;
    margin-top: 14px;
}

.works-item .number-photo {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #5F7890;
}

.works-item .description {
    font-weight: normal;
    font-size: 14px;
    color: #0A1F34;
    margin-bottom: 30px
}

.works-item .link {
    font-family: 'Ping Heavy';
    display: flex;
    align-items: center;
    color: #0A1F34;
    text-decoration: none;
    font-size: 14px;
}

.works-item .link svg {
    margin-left: 10px
}

.b-container {
    height: 200px
}

@media(max-width:1024px) {
    .tent-item-container {
        width: calc(100%/3 - 20px)
    }
}

@media(max-width:767px) {
    span.spec-title {
        max-width: 50%;
        width: 100%;
        padding-right: 5px;
    }

    span.spec-iten {
        max-width: 50%;
        width: 100%;
        padding-left: 5px;
        text-align: right
    }

    .product-page__container h1 {
        margin: 0 5px 20px
    }

    .product-page__breadcrumbs .breadcrumbs-wrp {
        margin-bottom: 15px
    }

    .mob-prod .offers-wrapper.dark {
        padding-top: 0
    }

    .product-bottom {
        margin-bottom: 0px
    }

    footer .right .social-icons {
        padding-right: 50%
    }

    .gallery-wrapper .gallery-item {
        margin-bottom: 0;
    }

    .b-container {
        height: 100px
    }

    .works-item {
        width: calc(100%/2 - 8px);
    }

    .side-menu__wrapper {
        display: none
    }

    footer .footer-logo svg {
        margin: 0;
    }

    footer {
        padding-top: 28px
    }

    #sideMenu {
        display: none
    }

    .team-card .photo a {
        width: 24px;
        height: 24px;
    }

    .catalog2-item {
        width: 50%;
        padding: 0 5px;
    }

    .product-page__photo,
    .product-page__main {
        width: 100%
    }

    .product-parameters .col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px
    }

    .product-parameters {
        margin-bottom: 0
    }

    .order-block {
        flex-wrap: wrap
    }

    .order-block .price,
    .order-block .button {
        width: 100%;
    }
}


.btn-up_hide,
.btn-up-mob {
    display: none;
}

@media(max-width:540px) {
    .works-wrapper .works-item {
        margin-right: 0px;
    }

    .works-wrapper {
        padding: 0px;
    }

    .swiper.mainSwiper {
        height: 719px;
    }

    .mainSlider-info .title {
        font-size: 28px
    }

    .company-history h2 br {
        display: none
    }

    .btn-up-mob.btn-up_hide {
        display: none
    }

    .btn-up-mob {
        position: fixed;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 40px;
        z-index: 999;
        background: transparent no-repeat center center;
        background-size: 100% 100%;
    }

    ul.footer-menu li:nth-child(odd) {
        padding-right: 5px
    }

    ul.footer-menu li:nth-child(even) {
        padding-left: 5px
    }

    .special-btn {
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .tent-item-container {
        width: 100%
    }

    .catalog2-item {
        width: 100%;
        padding: 0;
    }

    .col .product-item-detail-info-container {
        width: 100%;
        display: flex
    }

    .product-bottom,
    .product-page__main {
        padding-left: 10px;
        padding-right: 10px !important
    }

    .product-page__description {
        padding-top: 15px
    }

}


@media(min-width:1024px) {
    footer .social-icons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    footer .social-icons a.icon {
        margin-left: 39px;
    }

}

.price-row {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap: wrap;
}

.product-page__main .product-item-detail-info-container {
    margin-bottom: 28px;
}

.product-page__main .product-item-detail-info-container-title.title-props {
    margin-bottom: 10px;
    font-family: "Ping";
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #5F7890;
}

.product-page__main .product-item-scu-container,
.product-page__main .product-item-scu-list {
    padding: 0;
    margin: 0;
}

.product-page__main .product-item-scu-item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.product-page__main .product-item-scu-item-text-container.btn-select {
    display: block;
    box-sizing: border-box;
    min-width: 53px;
    padding: 0;
}

.product-page__main .product-item-scu-item-text-block {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 30px;
    padding: 0 15px;
    border: 1px solid #D9D9E0;
    border-radius: 999px;
    outline: none !important;
    background-color: #FFFFFF;
    cursor: pointer;
}

.product-page__main .product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    font-family: "Ping";
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #0A1F34;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-page__main .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border-color: #FFB800;
    background-color: #FFE6A3;
}

.product-page__main .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    outline: none !important;
    border-color: #D9D9E0 !important;
}

.product-page__main .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
    display: none;
}

.product-page__main .product-item-scu-item-text-container[data-onevalue="0"] {
    display: none;
}

.product-page__main .tent-manufacturer .product-item-scu-item-text-container.btn-select,
.product-page__main .manufacturer-options-col .product-item-scu-item-text-container.btn-select,
.product-page__main .col100:not(.size-options-col):not(.length-options-col) .product-item-scu-item-text-container.btn-select {
    width: 215px;
}

.product-page__main .tent-manufacturer .product-item-scu-item-text-block,
.product-page__main .manufacturer-options-col .product-item-scu-item-text-block,
.product-page__main .col100:not(.size-options-col):not(.length-options-col) .product-item-scu-item-text-block {
    width: 100%;
}

/* Базовые стили для таблицы (десктоп) */
.price-table {
    width: 100%;
    margin-bottom: 20px;
}

/* Перебиваем глобальный стиль .price-row */
.price-table .price-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap !important;
}

.price-table .title,
.price-table .price-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.price-table .title {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #0A1F34;
}

/* Все элементы по умолчанию по центру */
.price-table .title-element,
.price-table .price-row .row-element {
    flex: 1;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
}

/* Первый столбец (Размер) — по левому краю и уже */
.price-table .title-element:first-child,
.price-table .price-row .row-element:first-child {
    flex: 0 0 18%;
    text-align: left;
    padding-left: 10px;
}

.price-table .title-element {
    color: #0A1F34;
    font-weight: 700;
}

.price-table .price-row .row-element {
    color: #5F7890;
    font-weight: 600;
    font-size: 15px;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .price-table .title {
        display: none !important;
    }

    .price-table .price-row {
        display: block !important;
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #e8e8e8;
        border-radius: 0 !important;
        background: #fff;
    }

    .price-table .price-row .row-element {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        text-align: right;
        font-size: 14px;
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .price-table .price-row .row-element:last-child {
        border-bottom: none;
    }

    .price-table .price-row .row-element::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0A1F34;
        text-align: left;
        padding-right: 15px;
        flex-shrink: 0;
    }

    .price-table .price-row .row-element:first-child {
        font-weight: 700;
        color: #0A1F34;
        font-size: 16px;
        border-bottom: 2px solid #1082F2;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 0 !important;
    }

    .price-table .price-row .row-element:first-child::before {
        content: "Размер: ";
    }

    .price-table .price-row .row-element {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .price-table .price-row {
        padding: 12px;
    }

    .price-table .price-row .row-element {
        font-size: 13px;
    }
}

/* Цифры красным */
.col:nth-child(1) .dd_select-name,
.col:nth-child(2) .dd_select-name {
    color: #ff0000 !important;
    font-weight: 600;
}

/* Стрелка - меняем цвет через filter */
.col:nth-child(1) .dd_select-name:after,
.col:nth-child(2) .dd_select-name:after {
    filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(6497%) hue-rotate(359deg) brightness(96%) contrast(101%);
    /* Это делает стрелку красной #ff0000 */
}



.default-btn--clear {
    border: none;
    outline: none;
    box-shadow: none;
}

.section-title-h2 {
    font-family: "Ping";
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    color: #0A1F34;
    margin: 0;
}

.section-top {
    margin-bottom: 60px;
}

.section {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .section-title-h2 {
        font-size: 34px;
    }

    .section-top {
        margin-bottom: 30px;
    }

    .section {
        margin-bottom: 60px;
    }
}

@media (max-width: 675px) {
    .section-title-h2 {
        font-size: 28px;
    }
}

/* #contactModal */

button.carousel__button.is-close svg {
    stroke: #fff !important;
}

#contactModal {
    background-color: #0A1F34;
    padding: 60px;
    font-family: "Ping";
    display: flex;
    flex-direction: column;
}

#contactModal .intro {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 124%;
    color: #5F7890;
    display: none;
}

@media(max-width:767px) {
    .section-banner {
        min-height: 520px;
        padding: 150px 0 24px !important;
    }

    .section-banner > .wrapper {
        min-height: 346px;
    }

    .section-banner .banner__title {
        margin-bottom: 32px;
        font-size: 42px;
    }

    .section-banner .banner__description {
        font-size: 14px;
    }
}

#contactModal .intro.is-visible {
    display: block;
}

#contactModal .intro .yellow {
    font-weight: 700;
    color: #FFB800;
}

#contactModal .intro .blue {
    font-weight: 700;
    color: #1082F2;
}

#contactModal .title {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 121%;
    color: white;
    margin-bottom: 40px;
}

#contactModal .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #233E59;
}

#contactModal .cell:nth-child(1),
#contactModal .cell:nth-child(2) {
    border-bottom: 1px solid #233E59;
}

#contactModal .cell:nth-child(1),
#contactModal .cell:nth-child(3) {
    border-right: 1px solid #233E59;
}

#contactModal .cell {
    padding: 20px;
}

#contactModal .cell-title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

#contactModal .cell-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#contactModal .cell-content-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFB800;
}

#contactModal .socials {
    display: flex;
    gap: 6px;
}

#contactModal .socials-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 49 / 36;
    max-height: 72px;
}

#contactModal .telegram {
    background-color: #419FD9;
}

#contactModal .vk {
    background-color: #0077FF;
}

#contactModal .youtube {
    background-color: #C42525;
}

#contactModal .max {
    background: linear-gradient(90deg, #841BF7 0%, #1DB2F9 100%);
}

#contactModal .socials-item img {
    width: 28px;
    aspect-ratio: 1 / 1;
}

@media (max-width: 900px) {

    #contactModal {
        padding: 30px;
    }

    #contactModal .intro {
        font-size: 16px;
    }

    #contactModal .title {
        font-size: 24px;
    }
    
    #contactModal .cell-content-item {
        font-size: 16px;
    }

    #contactModal .socials-item img {
    width: 20px;
}
}

@media (max-width: 580px) {
    #contactModal .socials {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    #contactModal {
        padding: 20px;
    }  
    
    
    #contactModal .grid {
    grid-template-columns: 1fr;
}
}

/* End */


/* Start:/local/templates/tentery/components/bitrix/menu/left-menu/style.min.css?1787816578490*/
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/tentery/components/bitrix/menu/left-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 */


/* Start:/local/templates/tentery/components/bitrix/menu/top-menu-tentery/style.min.css?1787816579490*/
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/tentery/components/bitrix/menu/top-menu-tentery/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 */


/* Start:/local/templates/tentery/components/bitrix/breadcrumb/breadcrumbs-ttry/style.min.css?1787816451467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/tentery/components/bitrix/menu/footer-menu/style.min.css?1787816577490*/
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/tentery/components/bitrix/menu/footer-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 */


/* Start:/local/templates/tentery/css/swiper-bundle.min.css?178781664216478*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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 .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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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}
/* End */


/* Start:/local/templates/tentery/css/fancybox.css?178781664115602*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:rgb(255 255 255);stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */
/* /local/templates/tentery/css/style.css?178781831088710 */
/* /local/templates/tentery/components/bitrix/menu/left-menu/style.min.css?1787816578490 */
/* /local/templates/tentery/components/bitrix/menu/top-menu-tentery/style.min.css?1787816579490 */
/* /local/templates/tentery/components/bitrix/breadcrumb/breadcrumbs-ttry/style.min.css?1787816451467 */
/* /local/templates/tentery/components/bitrix/menu/footer-menu/style.min.css?1787816577490 */
/* /local/templates/tentery/css/swiper-bundle.min.css?178781664216478 */
/* /local/templates/tentery/css/fancybox.css?178781664115602 */
