.menu li {
    position: relative;
}

.menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    background: #fff;
    min-width: 160px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 0 !important;
    z-index: 999;
}

.menu li ul li ul {
    left: 100%;
    top: 0;
}

.menu li ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menu li ul li a {
    display: block;
    padding: 12px;
    text-align: left;
    transition: .3s;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu li ul li a:hover {
    background: #eee;
}




.yuramaxImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.bg-grey {
    background: #F5F5F7;
}

.tcl-dynamic-section__container {
    background: #F5F5F7;
    border: 1px solid #eee;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb40 {
    padding-bottom: 40px !important
}

.service img {
    transition: .3s;
}

.tcl-layout__main--top {
    border-radius: 12px !important;
    overflow: hidden;
}

.tcl-dynamic-section__container {
    border: none;
}

.service .tcl-text-line a {
    display: block;
    min-height: 88px;
}


.service a:hover img {
    transform: scale(1.2);
}

.swiper-slideRight .tds-layout {
    padding-left: 0;
}


.feature {
    background: #fff;
    border: 1px solid #eee;
    width: calc((100% - 32px) / 3);
    padding: 24px;
    position: relative;
}

.feature .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #1E77C8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.feature .icon svg {
    width: 60%;
}

.feature .icon svg path {
    fill: #fff;
}

.feature h3 {
    font-size: 1.5rem;
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

.t228__rightcontainer {
    display: flex;
    align-items: center;
}


.phone {
    font-size: 16px;
    color: #898989;
    text-wrap: nowrap;
}

.tds-site-header {
    align-items: center;
    padding-right: 48px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

#tds-site-header-wrapper {
    width: 100%;
}

.dx-nav-item-group {
    display: flex;
    gap: 12px
}


.phone span {
    color: #fafafa;
}

.mobile-btn {
    width: 24px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.tds-align--end {
    padding-top: 0;
}

.tds-site-header .yuramaxFlex {
    align-items: center;
}

body {
    overflow-x: auto;
}

.mobile-btn span {
    display: block;
    background: #fff;
    height: 2px;
    transition: .3s !important;
}

.menuOpen .mobile-btn span:nth-of-type(1) {
    transform: rotateZ(-45deg) translateX(-6px) translateY(5px);
}

.menuOpen .mobile-btn span:nth-of-type(2) {
    opacity: 0;
}

.menuOpen .mobile-btn span:nth-of-type(3) {
    transform: rotateZ(45deg) translateX(-6px) translateY(-7px)
}

.menuOpen .menu {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    width: 100%;
}


.menuOpen .mobile-btn {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 16px;
    margin-top: 24px;
}

.menuOpen .phone {
    display: none;
}

html {
    scroll-behavior: smooth;
}


.menuOpen .tds-site-header {
    padding-right: 64px;
}

.tds-site-logo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tds-site-logo img {
    max-width: 160px
}

.dx-mega-menu .tds--product-name {
    text-wrap: nowrap;
}


.tds-site-nav-item {
    padding: 4px;
}

.tds-site-nav-items {
    padding-right: 8px !important;
}

.tds-btn {
    block-size: 44px;
}

.tds-site-header .tcl-button {
    padding-top: 0;
    padding-bottom: 0;
}

.tcl-component-padding {
    padding-top: 0;
}

@media (max-width: 768px) {

    .tcl-button-group,
    .tcl-flex-module__component,
    .tcl-flex-module__component a {
        width: 100% !important;
    }

    .tds-layout.tcl-layout--vertical-tablet {
        display: flex !important;
    }

    .tcl-layout__aside,
    .tcl-layout__child,
    .tcl-layout__main:not(.tcl-layout__main--with-children) {
        width: 50% !important;
    }
}

.tcl-button {
    text-wrap: nowrap;
}


.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
}

.slider {
    overflow: visible;
}

.shift-start {
    transform: translateX(0) !important;
}

.shift-left {
    transform: translateX(-2%) !important;
}

.shift-right {
    transform: translateX(2%) !important;
}

.mainslider {
    overflow: visible;
}


.swiper-wrapper {
    transition: transform 1s ease;
}

/* при старте */
.swiper-wrapper.start-shift {
    transform: translateX(-calc(50% - 32px));
    /* 32px — padding слева */
}

.swiper-button-disabled {
    pointer-events: none !important;
    opacity: .4;
}

.two-blocks {
    display: flex;
    gap: 24px;
    align-items: center;
}




.slider-mask {
    overflow: hidden;
    padding: 0 32px;
}

.yuramax-slider-wrapper {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.yuramax_slide {
    flex: 0 0 70%;
    user-select: none;
}

.sliderEnd .yuramax-slider-wrapper {
    padding-right: 32px;
}


.slider .swiper-slide {
    width: 80% !important;
}


@media (max-width: 768px) {
    .slider-mask {
        padding: 0;
        /* убираем 32px */
    }

    .yuramax-slider-wrapper {
        gap: 0;
        /* можно убрать gap */
    }

    .yuramax_slide {
        flex: 0 0 100%;
    }

    .sliderEnd .yuramax-slider-wrapper {
        padding-right: 0;
    }

    .slider-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.custom-slider {
    position: relative;
    margin-top: 24px;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.sliderBtn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}

.sliderMobile {
    display: none
}

.mainslider .swiper-slide {
    width: 70%
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 8px;
}

@media (max-width: 1000px) {

    .custom-slider {
        margin-top: 0;
    }

    .menu li ul {
        background: #000;
        padding-left: 12px !important;
    }



    .breadcrumbs {
        margin-top: 40px !important;
    }

    .tds-site-logo img {
        max-width: 120px;
    }

    .phone {
        font-size: 12px;
        margin-left: auto;
        padding-right: 12px;
    }

    .tds-site-header .yuramaxFlex {
        gap: 0;
    }

    .phone strong {
        color: #000;
    }

    .sliderDesctop {
        display: none !important;
    }


    .slider .swiper-slide {
        width: 100% !important;
    }


    .sliderMobile {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .menu {
        display: none;
    }

    .tds-site-nav-items.tds-align--end li+li {
        display: none;
    }

    .tcl-section-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .feature {
        width: calc((100% - 16px) / 2);
    }

    .mobile-btn {
        display: flex;
    }

    .tds-site-header {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tcl-section--mobile-inline-padding-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .tds-site-logo-link {
        padding-left: 0;
    }

    .feature svg {
        max-width: 50px;
        position: static;
    }

    .feature h3 {
        position: static;
        font-size: 20px;
        line-height: 24px;
    }

    .feature {
        display: block;
        min-height: 0;
    }
}

.yuramaxSection {
    padding-top: 160px;
    padding-bottom: 80px;
}

.o-hidden {
    overflow: hidden;
    padding-left: 32px;
}


.logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width: 1600px) {
    .serviceImg {
        height: 224px !important;
    }
}


.logo img {
    width: 60%;
    height: auto;
}

.mobile-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt40 {
    margin-top: 40px;
}

.container.container--small {
    max-width: 700px
}

.uk-section-secondary {
    background: #252525;
}

.uk-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}


.uk-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.footer h4 {
    color: #fff;
}


.footer a {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.footer ul li {
    color: #fff !important;
}

.footer p {
    color: #fff;
}

.opacity-50 {
    opacity: .5;
}


.socialsFixed {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.socialsFixed a {
    transition: .3s;
}

.socialsFixed a:hover {
    transform: scale(1.2);
}

.socialsFixed svg {
    width: 40px;
    height: 40px;
}

.uk-first-column {
    width: 100%;
}

.breadcrumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    color: rgba(33, 37, 41, 0.5);
    margin-bottom: 8px;
}

.yuramaxSectionSmall {
    padding-top: 40px;
    padding-bottom: 40px;
}

p {
    max-inline-size: none
}

.yuramaxSection h2 {
    padding-top: 0;
}

.breadcrumbs a {
    display: flex;
    gap: 12px;
    color: rgba(33, 37, 41, 0.5);
}

.breadcrumbs a:hover {
    color: #000;
}


.breadcrumbs a:after {
    content: '/';
    display: block;
}

.service {
    width: calc((100% - 48px) / 4);
    margin-bottom: 24px;
}

.serviceImg {
    display: block;
    height: 364px;
    margin-bottom: 16px;
    overflow: hidden;
}


.service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tcl-homepage-no-scroll-snapping {
    width: 100%;
}

.tcl-text--f48l56 {
    font-size: 2rem;
    line-height: 2rem;
}

.tds-site-header .tds-align--start {
    padding-left: 0;
    padding-right: 0;
}

.tds-site-logo-link {
    padding: 0;
}

.tds-site-header {
    padding: 0 !important;
}

.dx-mega-menu .tds--product-name {
    font-size: 14px;
}

.justify-between {
    justify-content: space-between;
}

.mt80 {
    margin-top: 80px;
}

.uk-text-2xsmall {
    flex: 1;
}

.footerLast {
    margin-top: 32px;
}

@media(max-width: 768px) {

    .footer a {
        display: block;
    }

    .footer-logo {
        width: 200px;
    }

    .mb-m24 {
        margin-bottom: 24px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .slider-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .tcl-layout__aside,
    .tcl-layout__child,
    .tcl-layout__main:not(.tcl-layout__main--with-children) {
        width: 100% !important;
    }

    .tcl-flex-module__container {
        padding: 12px !important;
    }

    .tds-layout-2col-has_main {
        flex-direction: column !important;
    }

    .tds-site-header {
        background: #fff;
    }

    .tds-layout {
        padding-inline: 0 !important;
    }

    .mobile-btn span {
        background: #000;
    }

    .menuOpen .mobile-btn span {
        background: #fff !important;
    }

    .yuramaxSectionSmall {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tcl-flex-module__component .tcl-button-group.tcl-button-group--flex {
        flex-direction: column;
    }

    .service {
        width: 100%;
        margin-bottom: 24px;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mobile-center {
        text-align: center;
        margin-bottom: 24px;
    }

    .logos {
        gap: 0 !important;
        margin-bottom: 24px;
    }

    .logo {
        width: 50%;
    }

    .yuramaxSection {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .menu li ul {
        position: static;
        min-width: 160px;
        width: 100%;
        height: 0;
        overflow: hidden;
    }


    .menu li:hover>ul {
        height: auto;
        overflow: visible;
    }

    .menu li ul li.open>ul a {
        padding-left: 24px !important;
    }


    .menu li ul li.open>ul li ul a {
        padding-left: 36px !important;
    }

    .menu li ul {
        display: none !important;
    }

    .menu li.open>ul {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        opacity: 1;
        visibility: visible;
    }

    .tcl-text--f48l56 {
        font-size: 24px;
        line-height: 24px;
    }

    .block-inline-blockflex-module {
        padding-left: 12px;
        padding-right: 12px;
    }


    .uk-text-large {
        font-size: 1.5rem !important;
    }

    .uk-margin-medium input,
    .uk-form-controls textarea {
        width: 100%;
    }

    .uk-margin-medium {
        width: 100% !important;
    }

    .uk-tile {
        padding: 24px !important;
    }

    .yuramaxFlex {
        flex-wrap: wrap;
    }

}


@media (min-width: 1200px) {
    .uk-child-width-1-4\@l>* {
        width: 25%;
    }
}

@media(max-width: 1300px) {
    .features .service {
        width: calc((100% - 32px) / 2);
    }
}

.uk-tile {
    padding: 40px;
}

.yuramaxFlex {
    display: flex;
    gap: 24px;
}

.uk-margin-medium {
    margin-bottom: 16px;
}

.uk-text-large {
    font-size: 1.5rem;
}

.uk-text-primary {
    color: rgb(62, 106, 225);
}


@media (max-width: 480px) {
    .feature {
        width: 100%;
    }
}

.uk-checkbox {
    border: 2px solid #000 !important
}

@media (min-width: 600px) and (max-width: 1000px) {
    .mobile-btn span {
        background: #000
    }

    .menu a {
        color: #fff !important;
    }

    .menuOpen .mobile-btn span {
        background: #fff;
    }

}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.uk-text-large {
    font-size: 2.5rem;
}

.yuramaxBorder {
    border: 2px dashed rgb(62, 106, 225);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: block;
}

.uk-form-label {
    font-size: .8125rem;
    width: 100%;
}

.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.uk-form-custom input[type=file],
.uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}

h3 {
    line-height: 1.2;
}

.uk-form-stacked {
    width: 100%;
}

.uk-margin-medium {
    width: 50%;
}


.uk-margin-medium input {
    width: 100%;
    height: 45px;
    padding-left: 12px;
}

.uk-margin-medium input,
.uk-form-controls textarea {
    border: none;
    border-bottom: 2px solid #000;
    background: none;
    width: 100%;
}

.uk-form-controls>#form-comment {
    height: 90px !important;
    line-height: 16px;
    outline: none;
    border-bottom: 2px solid #000;
    padding-left: 12px;
}

.uk-flex {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: #000;
}

.uk-checkbox:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-checkbox,
.uk-radio {
    display: inline-block;
    height: 16px !important;
    width: 16px !important;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.w100 {
    width: 100%;
    height: auto;
    display: block;
}



.container {
    width: 100%;
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}

.tds-layout {
    padding-inline: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
    .features .service {
        width: 100%;
    }

    .map {
        margin-top: 24px;
    }

    .contact {
        padding-left: 12px !important;
    }
}

.vstack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.slider-wrapper {
    margin-top: 24px;
}