/* -- GLOBAL -- */
header {
    position: sticky;
    z-index: 4;
    top: 0;    
}
.en-container {
    display: none;
}
.btn,
.t-submit {
    border: double 1px transparent !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 4px;
    overflow: hidden !important;
    border-width: 1px;
    background-image:linear-gradient(white, white), linear-gradient(to right, #373737, #969696) !important;
    border-style: solid !important;
    padding: 0 !important;
}
button.t-submit {
    width: 278px !important;
    height: 60px !important;    
}
.btn::before,
.t-submit::before {
    content: '';
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #232227, #48474d);
    z-index: 2;
}
.btn > a.tn-atom,
.t-submit > span {
    transition: all 0.3s ease-in-out, transform 0.as ease-in-out;
    position: relative;
    z-index: 3;
    background-color: transparent !important;
}
.btn:hover,
.t-submit:hover {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.25) !important;
}
.btn:hover:before,
.t-submit:hover:before{
    width: 100%;
}
.btn:hover > a.tn-atom,
.t-submit:hover > span {
    color: #fff !important;
}

.btn-dark {
    border: double 4px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
    border-width: 1px;
    /*border-image: linear-gradient(45deg, #373737, #969696);*/
    background-image:linear-gradient(black, black), linear-gradient(to right, #373737, #969696);
    border-style: solid;    
}
.btn-dark::before {
    content: '';
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #232227, #48474d);
    z-index: 2;
}
.btn-dark > a.tn-atom {
    color: #fff !important;
    transition: all 0.3s ease-in-out, transform 0.as ease-in-out;
    position: relative;
    z-index: 3;
    background-color: transparent !important;
}
.btn-dark:hover {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.25);
}

/* -- Language Switcher -- */
.language-switcher div.active a.tn-atom {
    color: #2F2E32 !important;
    background-color: #fff !important;
}

/* -- Header Slider -- */
.header-slider__pagination {
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1;
    height: 48px;
    width: 180px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTgwIDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNy4xMDA4IDE3Ljc2OEMyMy4zMTE1IDYuNzg4MTkgMzQuOTUwMiAwIDQ3LjU2NDggMEwxMzEuMTQ5IDBDMTQzLjM3NCAwIDE1NC43MTMgNi4zNzg5MSAxNjEuMDYxIDE2LjgyNzFMMTgwIDQ4TDAgNDhMMTcuMTAwOCAxNy43NjhaIiBmaWxsPSIjMTgxNzFDIi8+PC9zdmc+");
}
.header-slider__pagination > span {
    background-color: #49474d;    
    opacity: 1;
}
.header-slider__pagination > span[class*="active"] {
    background-color: #fff;
}
.header-slider__navigation {
    position: absolute;
    z-index: 1;
    left: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    height: 32px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAxOCAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMS43NjE3MiAwTDE3Ljc2MTcgMTZMMS43NjE3MiAzMkwgMCAzMC4yMzgzTDE0LjIzODMgMTZMMC4wMDAwMDAwMDAgMS43NjE3MkwxLjc2MTcyIDBaIiBmaWxsPSJ3aGl0ZSIgLz4KPC9zdmc+");
}
.header-slider__navigation.prev {
    transform: rotate(180deg);
}
.header-slider__navigation.next {
    left: auto;
    right: 20%;
}
@media screen and (max-width: 1199px) {
    .header-slider__navigation.prev {
        left: 10%;
    }
    .header-slider__navigation.next {
        right: 10%;
    }
}
@media screen and (max-width: 959px) {
    .header-slider__pagination {
        height: 28px;
        width: 160px !important;  
    }
}
@media screen and (max-width: 479px) {
    .header-slider__navigation.prev {
        left: 3%;
    }
    .header-slider__navigation.next {
        right: 3%;
    }
}



/* -- Solutions Slider -- */
.solutions-slider .solutions-slides {
    position: relative;
}
.solutions-slider .solutions-toggles div[class*="solutions-slide-"] {
    cursor: pointer;
}
.solutions-slider .solutions-toggles div[class*="solutions-slide-"] .icon-hide,
.solutions-slider .solutions-toggles .active-slide .icon-visible {
    display: none !important;
}
.solutions-slider .solutions-toggles .active-slide > div {
    background: linear-gradient(103deg, #fff 0%, rgba(255, 255, 255, 0.85) 100%) !important;
} 
.solutions-slider .solutions-toggles .active-slide div[data-elem-type="text"] .tn-atom {
    color: #26282C !important;
}
.solutions-slider .solutions-toggles div[class*="solutions-slide-"].active-slide .icon-hide {
    display: flex !important;
}
.solutions-slider .solutions-slides .solutions-slide-2,
.solutions-slider .solutions-slides .solutions-slide-2,
.solutions-slider .solutions-slides .solutions-slide-3,
.solutions-slider .solutions-slides .solutions-slide-4,
.solutions-slider .solutions-slides .solutions-slide-5,
.solutions-slider .solutions-slides .solutions-slide-6 {
    display: none;
}

/* -- Price Accordion -- */
.accord_title {
    cursor: pointer;
}
.accord_title .accord_btn {
    transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: rotate(180deg);
}
.accord_title.opened .accord_btn {
    transform: rotate(0deg);
}
.accord_title .accord_btn > div > div:first-child .tn-atom {
    background: linear-gradient(0deg, #18171c 0%, #2f2e32 100%);
}
.accord_title .accord_btn > div > div:last-child .tn-atom img {
    filter: invert(100%) hue-rotate(180deg);
}
.accord_title.opened .accord_btn > div > div:first-child .tn-atom {
    background: #e0e0e0
}
.accord_title.opened .accord_btn > div > div:last-child .tn-atom img {
    filter: invert(0) hue-rotate(180deg);
}
/* -- Results Slider -- */
.results-nav-next,
.results-nav-prev {
    cursor: pointer;
}
.uc-results-slider .slide-blur {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;    
}
.uc-results-slider .before-block:hover .slide-blur {
    opacity: 0;
}
.uc-results-slider .swiper-container.swiper .swiper-wrapper {
    flex-direction: row !important;
}

input[type="text"].t-input,
.t-input-phonemask__wrap {
    backdrop-filter: blur(45px);
    background-color: transparent !important;
}
.t-checkbox__control a {
    text-decoration: underline !important;
}
input[type="text"].t-input::placeholder {
    /*color: #fff !important;*/
}
.t-checkbox__indicator {
    border-radius: 5px;
}

/* -- Popup Form -- */
.uc-ssl-form .t-popup__container {
    border-radius: 8px;
    overflow:hidden;
    background: #303030;
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.25);
}
.uc-ssl-form .t-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.uc-ssl-form div[class*="__wrapper"] {
    position: relative;
}
.uc-ssl-form .t-align_center {
    text-align: left;
}
.uc-ssl-form .t-descr_xs {
    max-width: 515px;
}
.uc-ssl-form form {
    max-width: 800px;
}
.uc-ssl-form form .t-form__inputsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.uc-ssl-form form .t-input-group.t-input-group_nm,
.uc-ssl-form form .t-input-group.t-input-group_ph {
    width: calc(50% - 8px);
    max-width: 392px;
}

.uc-ssl-form form .t-form__submit {
    text-align: left;
    margin-top: 0;
}
@media screen and (max-width: 575px) {
    .uc-ssl-form form .t-input-group.t-input-group_nm,
    .uc-ssl-form form .t-input-group.t-input-group_ph {
        width: 100%;
        max-width: 392px;
    }  
}

/* -- Accordion -- */
#rec1337159641.uc-accordion .accord > div > div.hide,
#rec1340423231.uc-accordion .accord > div > div.hide {
    display: none;
}
.uc-accordion .accord {
    height: 80px !important;
}
.uc-accordion .accord.initial-height {
    height: initial !important;
}

/* -- Contacts -- */
.tn-atom__html iframe{
    border-radius: 16px
}
.mapframe{
    border-radius: 16px !important;
    border: 1px solid #5E5E5E;
}


/* -- Mobile Menu -- */
@media screen and (max-width: 1200px) {
    .uc-mobilemenu {
        box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.25);
        max-width: 500px;
        margin-left: 0;
        height: 100vh;
    }
    .uc-mobilemenu > div,
    .uc-mobilemenu > div > div,
    .uc-mobilemenu > div > div > div.t396__artboard {
        height: 100% !important;
    }
    .close-btn::before, .close-btn::after {
        content: '';
        display: flex;
        width: 2px;
        height: 23px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #000;
        transform: rotate(45deg);
    }    
    .close-btn::after {
        transform: rotate(-45deg);
    }
    div[data-tooltip-hook="#mobilemenu"] .t-popup__close {
        display: none;
    }
}