:root {
    --night-heat-50: rgb(243, 243, 244);
    --night-heat-100: rgb(219, 220, 223);
    --night-heat-200: rgb(196, 198, 202);
    --night-heat-300: rgb(173, 176, 181);
    --night-heat-400: rgb(152, 155, 161);
    --night-heat-500: rgb(130, 134, 140);
    --night-heat-600: rgb(110, 114, 120);
    --night-heat-700: rgb(91, 94, 100);
    --night-heat-800: rgb(72, 75, 80);
    --night-heat-900: rgb(55, 57, 60);
    --pure-white-50: rgb(243, 243, 243);
    --pure-white-100: rgb(221, 221, 221);
    --pure-white-200: rgb(198, 198, 198);
    --pure-white-300: rgb(176, 176, 176);
    --pure-white-400: rgb(155, 155, 155);
    --pure-white-500: rgb(134, 134, 134);
    --pure-white-600: rgb(113, 113, 113);
    --pure-white-700: rgb(94, 94, 94);
    --pure-white-800: rgb(75, 75, 75);
    --pure-white-900: rgb(57, 57, 57);
    --smell-of-asphalt-50: rgb(242, 243, 244);
    --smell-of-asphalt-100: rgb(218, 220, 223);
    --smell-of-asphalt-200: rgb(195, 198, 203);
    --smell-of-asphalt-300: rgb(172, 176, 182);
    --smell-of-asphalt-400: rgb(150, 155, 162);
    --smell-of-asphalt-500: rgb(129, 134, 141);
    --smell-of-asphalt-600: rgb(108, 114, 121);
    --smell-of-asphalt-700: rgb(89, 94, 101);
    --smell-of-asphalt-800: rgb(71, 75, 81);
    --smell-of-asphalt-900: rgb(54, 57, 61);
    --sunny-yellow-50: rgb(254, 241, 224);
    --sunny-yellow-100: rgb(248, 216, 167);
    --sunny-yellow-200: rgb(237, 191, 113);
    --sunny-yellow-300: rgb(221, 167, 62);
    --sunny-yellow-400: rgb(201, 145, 0);
    --sunny-yellow-500: rgb(178, 124, 0);
    --sunny-yellow-600: rgb(155, 104, 0);
    --sunny-yellow-700: rgb(131, 85, 0);
    --sunny-yellow-800: rgb(107, 67, 0);
    --sunny-yellow-900: rgb(83, 50, 0)
}

.novalid {
    border: red;
}

body {
    font-family: eUkraine;
    font-weight: 400;
    overflow-x: hidden;
}

input::placeholder {
    font-family: eUkraine !important;
}

input {
    font-family: eUkraine !important;
}

.body.active {
    overflow: hidden;
}

* {
    outline: none !important;
}

button {
    font-family: eUkraine;
}
.linkTransition:hover {
    transition: all 0.3s;
    color: #DDA83F;
}

.linkTransition:active {
    transition: all 0.3s;
    color: #F79C14;
}
.linkTransition2:hover {
    transition: all 0.3s;
    color: #A7CAFF !important;
}

.linkTransition2:active {
    transition: all 0.3s;
    color: #0C33FF !important;
}

.buttonlinkTransition:hover {
    transition: all 0.3s;
    background: #EDBF71 !important;
    cursor: pointer;
}

.buttonlinkTransition:active {
    transition: all 0.3s;
    background: #F79C14 !important;
    cursor: pointer;
}
.buttonlinkTransitionInput:hover {
    transition: all 0.3s;
    background: url(../img/IconLibrary2.svg), #EDBF71;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 212px 24px;
    cursor: pointer;
}

.buttonlinkTransitionInput:active {
    transition: all 0.3s;
    background: url(../img/IconLibrary2.svg), #F79C14;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 212px 24px;
    cursor: pointer;
}

input:focus {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 27.5px 32px 27.5px 64px;
    height: 49px;
    background: #FFFFFF;
    border: 3px solid rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    transition: all 0.3s;
}


.input::placeholder {
    font-family: eUkraine;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    transition: all 0.3s;
}

.input:hover::placeholder {
    color: #36393E;
    transition: all 0.3s;
}



header {
    width: 100vw;
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 190px;
    box-sizing: border-box;
}

header ul {
    display: flex;
    align-items: center;
    margin-left: 582px;
    padding: 21px 0;
    margin-right: 32px;
}

header ul li {
    padding: 4px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    white-space: nowrap;
}

header ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
}

header ul li:nth-last-of-type(1) {
    margin-right: 0;
}

header button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #F79C14;
    border-radius: 100px;
    border: none;
    transition: all 0.3s;
}

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

.banner {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    width: 100vw;
    height: 1000px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100vw;
}

.sun {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(60% 60% at 40% 16.25%, #F79C14 0%, #EA8135 53.05%, #E68858 85.42%, #F29A77 100%);
    box-shadow: 0px 13px 20px 15px rgba(213, 107, 61, 0.22), -29px 80px 249px 50px rgba(230, 112, 64, 0.8);
    filter: blur(2.5px);
    position: absolute;
    left: calc(1000px - 2vw);
    right: 0;
    transform: translate(100%, 100%);
    transition: all 2.5s;
}

.sun.active {
    transform: translate(2%, 5%);
    transition: all 2.5s;
}

.sun:after {
    content: "";
    position: absolute;
    width: 880px;
    height: 585px;
    left: -100px;
    top: -50px;
    background: radial-gradient(43.19% 52.32% at 50% 50%, #F79C15 0%, rgba(247, 156, 21, 0) 100%);
    z-index: -1;
}

.banner::after {
    content: "";
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    width: 100vw;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
}


.bannerImg {
    position: absolute;
    bottom: 34px;
    left: 682px;
    width: 1233px;
    height: 766px;
    z-index: 2;
    filter: grayscale(100%);
    transition: all 2.5s;
}

.bannerImg.active {
    filter: grayscale(0%);
    transition: all 2.5s;
}

.bannerImg img {
    width: 1233px;
    height: 766px;
    object-fit: cover;
}

/* .bannerImg.active {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 5s;
} */




@keyframes grayscaleAnimation {
    0% {
        filter: grayscale(0%);
    }

    100% {
        filter: grayscale(100%);
    }
}

@keyframes grayscaleAnimation2 {
    0% {
        filter: grayscale(0%);
    }

    100% {
        filter: grayscale(100%);
    }
}

@keyframes sunAnimation {
    0% {
        transform: translate(100%, 100%);
    }

    100% {
        transform: translate(10%, 8%);
    }

}

@keyframes sunClose {
    100% {
        transform: translate(100%, 100%);
    }

    0% {
        transform: translate(10%, 8%);
    }

}



.bannerContent {
    padding-top: 100px;
    display: flex;
    padding-left: 190px;
}

.sunBtnToggle {
    width: 288px;
    margin-right: 64px;
}

.sunBtnToggleClass.active {
    border: 3px solid #F79C14;
    transition: all 1.5s;
}

.sunBtnToggleClass {
    border: 3px solid transparent;
    transition: all 1.5s;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 288px;
    height: 76px;
    border-radius: 64px;
    margin-bottom: 32px;
}

.sunBtnToggle3 {
    margin-bottom: 0;
}

.sunBtnToggleClass p:nth-of-type(1) {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #474C51;
    margin-right: 16px;
    transition: all 5s;
}

.sunBtnToggleClass p:nth-of-type(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #474C51;
    transition: all 5s;
}

.sunBtnToggleClass.active p {
    color: #FFF2E1;
    transition: all 5s;
}

.bannerContentTittle h1 {
    font-weight: 500;
    font-size: 100px;
    line-height: 100%;
    display: flex;
    margin-top: -5px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.bannerContentTittle p {
    font-weight: 100;
    font-size: 50px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.bannerContentTittle button {
    display: flex;
    align-items: center;
    width: 260px;
    height: 72px;
    background: #F79C14;
    border-radius: 100px;
    box-sizing: border-box;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2F35;
    padding: 27.5px 24px;
    white-space: nowrap;
}

.bannerContentTittle .buttonlinkTransition img {
    margin-left: 8px;
}

.bannerBottomContent {
    display: flex;
    align-items: center;
    padding: 16px 0;
    position: absolute;
    left: 190px;
    bottom: 64px;
    z-index: 3;
}

.bannerBottomContent p {
    margin-left: 16px;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ACB1B7;
}

.burger {
    display: none;
}

header ul li:nth-of-type(1) {
    width: 50px;
    height: 26px;
    box-sizing: border-box;
    padding: 0;
}



/*Burger **********************************************/
.menu {
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    position: fixed;
    background: transparent;
    transition: right 0.3s ease, background-color 1.5s ease;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 100;
}

.menu.open_menu {
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease, background-color 1.5s ease;
}

.menu .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
    margin-left: auto;
    margin-bottom: 64px;
    box-sizing: border-box;
}

.menuContent {
    width: 288px;
    height: 100%;
    background: #2A2F35;
    padding: 16px;
    box-sizing: border-box;
    overflow-x: scroll;
    max-height: 812px;
}

.close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;

    width: 50px;
    height: 50px;

    /* Sunny yellow/source */

    background: #F79C14;
    border-radius: 100px;
}


.bar1 {
    margin-bottom: 1.5px;
}

.bar1,
.bar3 {
    width: 15px;
    height: 1.5px;
    background-color: #1E2126;
    border-radius: 15px;
}



.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 0px);
    transform: rotate(-45deg) translate(-2px, 0px);
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, 0px);
    transform: rotate(45deg) translate(-2px, 0px);
}

.menuContentNav {
    padding: 59px 0;
}

.menuContentNav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menuContentNav ul li {
    padding: 0px 16px;
    margin-bottom: 24px;
}

.menuContentNav ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.menuContentNav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.menuContentNav button {
    margin-top: 32px;
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2F35;
}

.menuContentNav button img {
    margin-left: 8px;
}

.menuContentContact {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menuContentContact>a:nth-of-type(1) {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 4px;
}

.menuContentContact>a:nth-of-type(2) {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.menuContentContactSocial {
    width: 100%;
    padding: 0 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.menuContentLogo {
    margin-top: 64px;
}

.menuContentLogo p {
    font-weight: 200;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-top: 16px;
}


.modal2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
}

.modal2.show {
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: hidden;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 1116px;
    background: #2A2F35;
    border-radius: 4px;
}

.modalHeader {
    height: 250px;
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.modalHeader button {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 72px;
    height: 72px;
    background: #F79C14;
    border-radius: 100px;
    box-sizing: border-box;
    border: none;
}

.modalHeaderContent {
    display: flex;
    align-items: center;
    padding-left: 95px;
}

.modalHeaderContent h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFF2E1;
    margin-right: 16px;
    margin-top: -2px;
}

.modalHeaderContent img {
    margin-top: 7px;
}

.modalMain {
    background: url(../img/whiteTexture.png);
    background-repeat: repeat;
    background-size: auto;
    padding: 45px 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modalMainLeft {
    width: 356px;
}

.modalMainRight {
    width: 450px;
}

.modalMainLeft h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 27px;
    margin-top: -7px;
}

.modalMainText {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.modalMainText b {
    color: #F79C14;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
}

.modalMainLeft2 {
    margin-top: -100px;
}

.modalMainRightTop {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}

.modalMainRightTop p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFF2E1;
    padding: 13.5px 14.5px;
    width: 379px;
    background: conic-gradient(from -86.87deg at 108.32% 100%, #F79D15 0deg, #524FA9 63.51deg, #1E2126 125.25deg, #1E2126 281.8deg, #1E2126 320.06deg, #1E2126 350.09deg, #F79D15 360deg);
}

.modalMainRightTopPrecent {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 13.5px 14.5px;
    width: 71px;
    height: 63px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #FFF2E1;
}

#ajax-contact-form {
    display: flex;
    flex-direction: column;
}

#ajax-contact-form2 {
    display: flex;
    flex-direction: column;
}

#ajax-contact-form input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 37px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    margin-bottom: 16px
}

#ajax-contact-form2 input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    padding-left: 37px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    margin-bottom: 16px
}

#ajax-contact-form2 textarea {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    height: 164px;
    background: url(../img/textArea.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 37px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    margin-bottom: 16px;
    font-family: eUkraine;
}

#ajax-contact-form2 textarea::placeholder {
    font-family: eUkraine;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #81878E;
    text-transform: uppercase;
}

#ajax-contact-form2 input::placeholder {
    font-family: eUkraine;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #81878E;
    text-transform: uppercase;
}

#ajax-contact-form input:nth-of-type(1) {
    background: url(../img/name.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
}

#ajax-contact-form input:nth-of-type(2) {
    background: url(../img/phone.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
}

#ajax-contact-form input:nth-of-type(3) {
    background: url(../img/homeInput.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
    margin-bottom: 0;
}

#ajax-contact-form .submit {
    box-sizing: border-box !important;
    padding: 16px !important;
    width: 144px !important;
    height: 50px !important;
    background: url(../img/message2.svg), #F79C14 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    border-radius: 100px !important;
    margin-left: auto !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #2A2F35 !important;
    margin-top: 32px !important;
}

#ajax-contact-form2 input:nth-of-type(1) {
    background: url(../img/name.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
}

#ajax-contact-form2 input:nth-of-type(2) {
    background: url(../img/phone.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 16px;
}



#ajax-contact-form2 .submit {
    box-sizing: border-box !important;
    padding: 16px !important;
    width: 144px !important;
    height: 50px !important;
    background: url(../img/message2.svg), #F79C14 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    border-radius: 100px !important;
    margin-left: auto !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #2A2F35 !important;
    margin-top: 32px !important;
    border: none !important;
}

.needed {
    background:#1E2126;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    z-index: 3;
    margin-top: -2px;
    overflow: hidden;
}
.needed::after {
    content: "";
    background: url(../img/whiteTexture.png);
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.gradient {
    position: absolute;
    z-index: 0;
    width: 1920px;
    height: 1304px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

}
.gradient img {
    object-fit: contain;
    width: 1395px;
    height: 1300px;
}
.needed .wrapper {
    max-width: 1116px;
    margin: 0 auto;
    position: relative;
    padding: 128px 0 175px 0;
    z-index: 5;
}

.neededContainerPosition {
    position: absolute;
    top: 369px;
    right: 264px;
}

.needed .wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFF2E1;
    margin-bottom: 155px;
}

.neededContainerRight .neededContainerLeftContainer {
    padding-left: 16px;
    box-sizing: border-box;
    border-left: 2px dashed #FFFFFF;
}

.neededContainerLeft .neededContainerLeftContainer {
    padding-right: 16px;
    box-sizing: border-box;
    border-right: 2px dashed #FFFFFF;
}

.neededContainer {
    display: flex;
    justify-content: space-between;
}

.neededContainerLeft {
    width: 261px;
}

.neededContainerRight {
    width: 261px;
}

.neededContainerIcon {
    margin-bottom: 32px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s;
}



.neededContainerLeftContainer h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-bottom: 8px;
}

.neededContainerLeftContainer h3 b {
    color: #F79C14;
}

.neededContainerLeftContainer p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFF2E1;
}

.neededContainerLeft .neededContainerLeftContainer:nth-of-type(2) {
    margin-bottom: 0;
}

.neededContainerRight .neededContainerLeftContainer:nth-of-type(2) {
    margin-bottom: 0;
}

.neededContainerLeftContainer {
    margin-bottom: 159px;
    cursor: pointer;
}

.CentralArtMobile {
    display: none;
}

.work {
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    padding: 107px 0 128px 0;
    margin-top: -2px;
}

.work .wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.work .wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFF2E1;
    margin-bottom: 64px;
}

.workSlider .slick-slide {
    width: calc(100% - 4px) !important;
    opacity: 0.25;
    position: relative;
    height: 200px;
    margin-bottom: 48px;
}

.workSlider .slick-slide.slick-center {
    opacity: 1;
}

.workSliderItem {
    width: 100%;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex !important;
    position: relative;
}

.workSlider .slick-slide.slick-center:after {
    content: "";
    background: url(../img/Dashedarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 50%;
    height: 48px;
    width: 6px;
}

.workSliderItemLeft,
.workSliderItemCenter,
.workSliderItemRight {
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
}

.workSliderItemCenter {
    background: #36393E;
}

.workSliderItemLeft {
    background: #2A2F35;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 24px;
}

.workSliderItemLeft p {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-bottom: 8px;
}

.workSliderItemLeft span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #F79C14;
}

.workSliderItemCenter {
    position: relative;
    padding: 31px 64px;
}

.workSliderItemCenter2 {
    padding: 46px 64px;
}

.workSliderItemCenter::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #2A2F35;
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.workSliderItemCenter p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #FFF2E1;
}

.workSliderItemCenter button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2F35;
    margin-top: 16px;
}

.workSliderItemCenter button img {
    margin-left: 8px;
}

.workSlider {
    height: 696px;
    overflow: hidden;
    width: 100%;
}

.workSlider .slick-list {
    padding: 0 !important;
}

.workSliderPrev,
.workSliderNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
}

.navigationSliderArrow {
    display: flex;
}

.workSliderNext {
    margin-left: 8px;
    transform: rotate(180deg);
}

.navigationSlider {
    margin-top: 36px;
    margin-left: auto;
    width: max-content;
}

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

.slideIndex {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-left: 16px;
}

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

.slideSeparator {
    background: #FFF2E1;
    height: 32px;
    width: 2px;
    display: flex;
    margin: 0 10px;
}

.slideCount {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFF2E1;
}

.workSliderdots {
    display: none;
}

.orderCalculation {
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    height: 982px;
    margin-top: -2px;
    overflow: hidden;
}

.orderCalculation .wrapper {
    max-width: 1116px;
    margin: 0 auto;
    padding: 128px 0;
    position: relative;
    z-index: 3;
}

.orderCalculation:after {
    content: "";
    background: url(../img/halo.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.giant {
    position: absolute;
    left: -420.1px;
    top: calc(50% - 666.64px/2 + 0px);
    width: 666.64px;
    height: 666.64px;
    border-radius: 50%;
    background: radial-gradient(60% 60% at 40% 16.25%, #F79C14 26.16%, #F79C14 63.48%, #F79C14 85.42%, #F79C14 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    box-shadow: 0px 5.0536px 77.7477px 3.88739px #F69713, -11.2734px 31.0991px 97.1847px 15.5495px #F79A14;

}

.orderCalculation::before {
    content: "";
    position: absolute;
    width: 20.81px;
    height: 20.81px;
    left: 155.78px;
    top: calc(50% - 20.81px/2 - 279.8px);
    background: linear-gradient(0deg, #F79413, #F79413), linear-gradient(319.83deg, rgba(246, 151, 19, 0.6) 4.78%, rgba(247, 151, 19, 0.6) 111.51%);
    opacity: 0.66;
    filter: blur(0.194369px);
    border-radius: 100%;
}

.moon {
    position: absolute;
    width: 430.77px;
    height: 430.77px;
    right: -70px;
    border-radius: 100%;
    top: calc(50% - 430.77px/2 + 81.99px);
    background: radial-gradient(65.04% 65.04% at 65.04% 26.97%, #8A8A8A 26.16%, #696969 41.77%, #4B4B4B 69.82%, #949494 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    box-shadow: 0px 5.0536px 77.7477px 3.88739px #555555, -11.2734px 31.0991px 97.1847px 15.5495px #414141;
}

.orderCalculation .wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.orderCalculationTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderCalculationTop p {
    width: 451px;
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFF2E1;
    padding: 16px 0;
    box-sizing: border-box;
}

.orderCalculationTopBlur {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.orderCalculationTopBlur div:nth-of-type(1) {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 27px 29px;
    width: 309px;
    height: 120px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFF2E1;
    background: conic-gradient(from -86.87deg at 108.32% 100%, #F79D15 0deg, #524FA9 63.51deg, #1E2126 125.25deg, #1E2126 281.8deg, #1E2126 320.06deg, #1E2126 350.09deg, #F79D15 360deg);
}

.orderCalculationTopBlur div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    color: #FFF2E1;
}

.orderCalculation form {
    margin-top: 96px;
}

.orderCalculationFormTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.orderCalculationFormTop input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px 32px 24px 64px;
    width: 356px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    border: none;
}

.orderCalculationFormTop input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
}

.orderCalculationFormTop input:nth-last-of-type(1) {
    margin-right: 0;
}

.orderCalculationFormTop input:nth-of-type(1) {
    background: url(../img/name.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 32px 26px;
    margin-bottom: 0;
}

.orderCalculationFormTop input:nth-of-type(2) {
    background: url(../img/phone.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 32px 22px;
    margin-bottom: 0;
}

.orderCalculationFormTop input:nth-of-type(3) {
    background: url(../img/homeInput.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 32px 22px;
    margin-bottom: 0;
}

.orderCalculationBtn input {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: url(../img/IconLibrary2.svg), #F79C14;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 212px 24px;
    align-items: center;
    padding: 24px;
    width: 260px;
    height: 72px;
    border-radius: 100px;
    border: none;
    margin: 0 auto;
    margin-top: 64px;
}

.orderCalculationBottom .orderCalculationBottomSpan {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: auto;
    margin-top: -6px;
    display: block;
    width: max-content;
}

.orderCalculationBottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.orderCalculationBottom p::before {
    content: "";
    background: url(../img/IconLibrary.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 24px;
    height: 24px;
    display: flex;
}

.irs-handle.single {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    position: relative;
}

.irs--flat .irs-handle {
    top: 10px;
}

.irs--flat .irs-bar {
    height: 4px;
    background: #F79C14;
}

.irs-from,
.irs-to,
.irs-single {
    top: -18px;
    z-index: 100;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #FFFFFF !important;
}

.irs-single {
    width: auto;
    height: 26px;
    background-color: #FFFFFF !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: eUkraine !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 150% !important;
    color: #27272A !important;
    padding: 4px 8px !important;
    box-sizing: border-box;
}

.irs-min {
    display: none;
}

.irs-max {
    display: none;
}

.irs-grid {
    display: none !important;
}

.irs--flat .irs-line {
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
}

.irs--flat .irs-handle>i {
    background: transparent !important;
}

.irs-handle.single:hover:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 48px;
    height: 48px;
    left: calc(50% - 48px/2);
    top: calc(50% - 48px/2);
    background: rgba(247, 156, 20, 0.4);
    border-radius: 25px;
    z-index: 0;
}

.howWork {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0;
    margin-top: -2px;
}

.howWorkTop {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.howWorkTop h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-right: 27px;
}

.howWorkF {
    max-width: 1116px;
    margin: 0 auto 64px auto;
}

.howWorkF>p {
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFF2E1;
    max-width: 546px;
}

.howWorkF>p b {
    color: #F79C14;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.howWork .navigationSlider {
    max-width: 1116px;
    width: 100%;
    margin: 0 auto 24px auto;
}

.howWork .howWorkSliderArrow {
    display: flex;
    margin-left: auto;
}

.howWork .howWorkSliderPrev,
.howWork .howWorkSliderNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
}

.howWork .howWorkSliderPrev {
    transform: rotate(-90deg);
}

.howWork .howWorkSliderNext {
    transform: rotate(90deg);
    margin-left: 8px;
}

.howWorksliderCounter {
    display: flex;
    align-items: center;
    margin-right: 9px;
}

.howWorkSliderItem {
    box-sizing: border-box;
    padding: 32px 16px 16px;
    background: #474C51;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    height: 500px;
    display: flex !important;
    flex-direction: column;
}

.howWorkSlider .slick-slide {
    margin: 0 12px;
    width: 546px;
    opacity: 0.5;
}

.howWorkSlider {
    margin-left: -283px;
}

.howWorkSlider .slick-slide.slick-center {
    opacity: 1;
}

.howWorkSliderItemImg {
    flex-grow: 1;
}

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

.howWorkSliderItem>span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #81878E;
    margin-bottom: 8px;
}

.howWorkSliderItem h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.howWorkSliderItemFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.howWorkSliderItemFlexSection {
    width: 33%;
    margin-right: 8px;
}

.howWorkSliderItemFlexSection:nth-last-of-type(1) {
    margin-right: 0;
}

.howWorkSliderItemFlexSection p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #81878E;
    margin-bottom: 4px;
    min-height: 44px;
}

.howWorkSliderItemFlexSection span {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
}

.howWorkSliderItem {
    width: 100%;
}

.howWorkSliderItemFlexSection span b {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-transform: none;
    color: #FFFFFF;
    margin-left: 8px;
}

.howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) {
    padding: 8px 16px;
    background: #36393E;

}

.howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #F79C14;
    margin-bottom: 4px;
    min-height: auto;
}

.howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) span {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    color: #F79C14;

}

.howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) span b {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #F79C14;
    margin-left: 0 !important;
}


.advantages {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0;
    margin-top: -2px;
}

.advantages .wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.advantages .wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 64px;
}

.advantagesContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantagesCard {
    padding: 32px 16px;
    width: calc(33.33% - 12px);
    height: 214px;
    background: rgba(30, 33, 38, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 24px;
    overflow: hidden;
}

.advantagesCardImg {
    padding: 0;
}

.advantagesCardImg img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.advantagesCard h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-bottom: 16px;
}

.advantagesCard p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #FFF2E1;
}

.advantagesText {
    margin-left: auto;
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 1px;
    color: #81878E;
    width: max-content;
}

.aboutUs {
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    padding: 128px 0;
    margin-top: -2px;
}

.aboutUs .wrapper {
    max-width: 1119px;
    margin: 0 auto;
}

.workSlider .slick-slide.slick-center:before {
    content: "";
    background: url(../img/Dashedarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    height: 48px;
    width: 6px;
}

.aboutUs .wrapper h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.aboutUsTop img {
    margin-bottom: 24px;
}

.aboutUsTop p {
    max-width: 546px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.aboutUsMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutUsMainRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 451px;
}

.aboutUsMainRightSection {
    width: 145px;
    height: 141.5px;
    margin-bottom: 8px;
    position: relative;
}


.aboutUsMainRightSectionImg:after {
    content: none;
}

.aboutUsMainRightSection img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    filter: grayscale(100%) sepia(100%);
}

.aboutUsMainLeft {
    max-width: 546px;
}

.aboutUsMainRightSectionImg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A2F35;
    border-radius: 4px;
}

.aboutUsMainRightSectionImg img {
    width: 64px;
    height: 20px;
    filter: none;
}

.aboutUsMainLeftSection {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.aboutUsMainLeftSection:nth-last-of-type(1) {
    margin-bottom: 0;
}

.aboutUsMainLeftSectionImg {
    margin-right: 16px;
}

.aboutUsMainLeftSection h3 {
    max-width: 203px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #F79C14;
    margin-right: 24px;
}

.aboutUsMainLeftSection p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFF2E1;
    max-width: 261px;
}

.aboutUsPosition {
    position: absolute;
    width: 649px;
    height: 650px;
    left: -328px;
    top: calc(50% - 650px/2);
    opacity: 0.5;
    border-radius: 50%;
}

.aboutUsPosition1 {
    position: absolute;
    width: 649px;
    height: 650px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.aboutUsPosition2 {
    position: absolute;
    width: 446px;
    height: 446px;
    left: 101px;
    top: 103px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.aboutUsPosition3 {
    position: absolute;
    width: 212px;
    height: 212px;
    left: 217px;
    top: 220px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.15) 100%);
}

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

.sertification {
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0;
    margin-top: -2px;
}

.sertification .wrapper {
    max-width: 1119px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.sertificationLeft {
    max-width: 791px;
    margin-right: 64px;
    padding-bottom: 65px;
}

.sertificationLeft h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.sertificationText {
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFF2E1;
}

.sertificationText b {
    color: #F79C14;
    text-transform: uppercase;
    font-weight: 600;
}

.sertificationRight {
    width: 261px;
    opacity: 0.25;
    border-radius: 4px;
    overflow: hidden;
    height: 370px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.sertificationRight p {
    padding: 16px;
    background: #2A2F35;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFFFFF;
}

#your-block-id {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.sertificationRight:hover {
    transition: all 0.5s;
    opacity: 1;
}

.sertificationRight:hover #your-block-id {
    transform: translate(-50%, -50%);
    top: 40%;
    transition: all 0.5s;
}

.warranty {
    background: url(../img/whiteTexture.png), #1E2126;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0;
    margin-top: -2px;
    padding-bottom: 102px;
}

.warranty .wrapper {
    max-width: 1119px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.warrantyLeft {
    width: 356px;
}

.warrantyRight {
    width: 641px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 32px;
    height: 757px;
    background: conic-gradient(from 106.83deg at 48.01% 94.81%, #F79D15 0deg, #524FA9 63.51deg, #292E34 158.44deg, #1E2126 281.8deg, #1E2126 320.06deg, #F79D15 360deg);
    border: 1px solid #36393E;
    border-radius: 4px;
}

.warrantyLeft h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-bottom: 16px;
}

.warrantyLeft p {
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.warrantyContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.warrantyContainerImg {
    background: #36393E;
    border: 1px solid #474C51;
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    width: calc(50% - 12px);
    height: 83.5px;
    margin-bottom: 24px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


.warrantyContainerImg img {
    object-fit: contain;
}

.warrantyRight h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.warrantyRightText {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.warrantyRightText::before {
    content: "";
    background: url(../img/list.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.warrantyRightText img {
    margin-left: 8px;
}

.warrantyRightTextMar {
    margin-bottom: 8px;
}

.warrantyRightText2 {
    padding-left: 32px;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.reviewsSliderItemText {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; */
}

/* .reviewsSliderItemText.expanded {
    -webkit-line-clamp: unset;
} */

.reviews {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0 0 0;
    margin-top: -2px;
    overflow: hidden;
}

.reviews .wrapper {
    max-width: 1116px;
    margin: 0 auto;
}


.reviewsTop h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.reviewsTopText {
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 4px;
    max-width: 546px;
}

.reviewsTopText b {
    color: #F79C14;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.reviewsTop button {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5D9EFF;
    background: transparent;
    border: none;
    text-decoration: none;
    padding-left: 0;
}

.reviewsNavigationSlider {
    margin-top: 70px;
}

.reviewsTop button svg {
    margin-left: 9px;
}

.reviewsNavigationSlider {
    display: flex;
    align-items: center;
    width: max-content;
    margin-left: auto;
    margin-bottom: 32px;
}

.reviewsSliderPrev,
.reviewsSliderNext {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
}

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

.reviewsSliderPrev {
    margin-right: 8px;
    transform: rotate(-90deg);
}

.reviewsSliderNext {
    transform: rotate(90deg);
}

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

.reviewsSlider {
    min-height: 549px;
}

.reviewsSlider .slick-list {
    overflow: visible;
}

.reviewsSlider .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 24px 32px;
    height: 100%;
    background: #F3F4F5;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 12px;
    min-height: 293px;
}

.reviewsSlider .slick-slide div {
    width: 100%;
}

.reviewsSliderItem h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #1E2126;
    margin-bottom: 16px;
}

.reviewsSliderItemText {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #1E2126;
    margin-bottom: 8px;
}

.btnSlider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #F79C14;
    border-radius: 100px;
    border: none;
    transform: rotate(180deg);
    margin-left: auto;
}


footer {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0 64px 0;
    position: relative;
}

footer .wrapper {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.LabelAgency {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footerLogo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footerLeft {
    width: 451px;
}

.footerLogo a span {
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFF2E1;
    margin-left: 16px;
}

.footerContact {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
}

.footerContact a:nth-of-type(1) {
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 4px;
}

.footerContact a:nth-of-type(2) {
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 24px;
}

.footerContactSocial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 144px;
}

.footerContactSocial a {
    margin-bottom: 0 !important;
    text-decoration: none;
}

.footeRight {
    max-width: 451px;
    width: 100%;
}

.footeRight ul {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.footeRight ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footeRight ul li {
    padding: 0 16px;
    margin-right: 8px;
    padding-top: 4px;
}

.footeRight ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.footeRight button {
    display: flex;
    justify-content: center;
    height: 72px;
    padding: 30px 0;
    background: #F79C14;
    border-radius: 100px;
    border: none;
    width: 100%;
    margin-bottom: 65px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2A2F35;
}

.footeRight button img {
    margin-left: 8px;
}

.footeRight p {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.5);
    width: 80%;
}

.Copyright {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.5);
    width: 80%;
    display: none;
}

.footerContactLink {
    display: flex;
    flex-direction: column;
}

.headerReviewSentMain {
    background: url(../img/whiteTexture.png), #2A2F35;
    background-repeat: repeat;
    background-size: auto;
    padding: 128px 0;
}

.headerReviewSentMain .headerReviewSentMainWrapper {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerReviewSentMainIcon {
    margin-bottom: 32px;
}

.headerReviewSentMainWrapper h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FFF2E1;
    margin-bottom: 32px;
}

.headerReviewSentMainWrapper span {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #F79C14;
}

.headerReviewSentMainWrapper p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    width: 95%;
    text-align: center;
    margin-bottom: 32px;
}

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

.headerReviewSentMainBtn a:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 289px;
    height: 72px;
    background: #F79C14;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2A2F35;
    text-decoration: none;
    margin-right: 24px;
}

.headerReviewSentMainBtn a:nth-of-type(1) img {
    margin-right: 8px;
}

.headerReviewSentMainBtn a:nth-of-type(2) {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 72px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.headerReviewSentMainBtn a:nth-of-type(2) img {
    margin-left: 8px;
}

video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.gradient {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}


.maps {
    height: 550px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

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

.mapPosition {
    position: absolute;
    top: 47%;
    left: 58%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.mapsImg {
    height: 100%;
}

.mapPositionText {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    background: #FFFFFF;
    margin-left: 16px;
    position: relative;
}

.mapPositionText:after {
    content: "";
    position: absolute;
    width: 22.4px;
    height: 22.4px;
    background: #FFFFFF;
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(45deg);
}

.mapPositionText img {
    margin-right: 16px;
}

.mapPositionText p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #2A2F35;
}

.novalid {
    border: 1px solid red !important;
}

.neededContainerRighth3 {
    margin-bottom: 3px;
}

.neededContainerLeftContainer2 {
    margin-bottom: 136px;
}

.orderCalculationBtnSub {
    padding: 27.5px 56px 27.5px 24px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #2A2F35;
}
#ajax-contact-form .submit.buttonlinkTransitionInput2:hover {
    transition: all 0.3s;
    background: url(../img/message2.svg), #EDBF71 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    cursor: pointer;
}

#ajax-contact-form .submit.buttonlinkTransitionInput2:active {
    transition: all 0.3s;
    background: url(../img/message2.svg), #F79C14 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    cursor: pointer;
}
#ajax-contact-form2 .submit.buttonlinkTransitionInput2:hover {
    transition: all 0.3s;
    background: url(../img/message2.svg), #EDBF71 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    cursor: pointer;
}

#ajax-contact-form2 .submit.buttonlinkTransitionInput2:active {
    transition: all 0.3s;
    background: url(../img/message2.svg), #F79C14 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 108px 16px !important;
    cursor: pointer;
}
.orderCalculationFormTop .select2  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 32px 24px 64px;
    width: 356px !important;
    height: 72px;
    background: #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E;
    border: none;
}
.orderCalculationFormTop .select2 {
    background: url(../img/homeInput.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 32px 22px;
    margin-bottom: 0;
}
.select2-selection__placeholder {
    font-family: eUkraine !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #81878E !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--open .select2-dropdown--below {
    border: none !important;
    top: -72px;
    border-radius:4px !important;
    height: 72px;
}
.select2-container .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
    padding-bottom: 20px;
}
.select2-container--open {
    border-radius: 50px !important;
    z-index: 22222;
}
.select2-results__options {
    position: absolute;
    top: -30px !important;
    width: 356px;
    background: #fff;
}
.select2-search__field {
    height: 30px !important;
    padding: 0 15px !important;
    font-family: eUkraine !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px !important;
    color: #81878E !important;
}
.select2-results {
    position: absolute;
    bottom: -30px;
}

.select2-selection__rendered {
    font-family: eUkraine !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px !important;
    color: #81878E !important;
}
.select2-results__options li {
    font-family: eUkraine !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px !important;
    color: #81878E !important;
}
.select2-container--default .select2-results>.select2-results__options {
    background: transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F79C14 !important;
    color: rgb(30, 33, 38) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px !important;
    color: #81878E !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    width: 255px;
    margin: 0 auto;
}

.select2-results__option.select2-results__message {
    background: transparent !important;
}
.select2-results__option--selectable {
    background:#FFFFFF !important;
}
.select2-search--dropdown {
    display: flex;
    justify-content: center;
    background: url(../img/homeInput.svg), #FFFFFF;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 32px 8px;
    border-radius: 50px;
    margin-top: 15px;
}
#ajax-contact-form .select2 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 16px 16px 16px 37px;
        height: 49px;
        border-radius: 4px;
        width: 100%;
        box-sizing: border-box;
        border: none;
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase;
        color: rgb(129, 135, 142);
        background: url(../img/homeInput.svg), #FFFFFF;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 16px 16px;
        margin-bottom: 0;
}

#ajax-contact-form .select2.select2-container--open {
    border-radius: 4px 4px 0 0!important;
}
.maps iframe {
    width: 100%;
    height: 100%;
}
.footerContactLinkMaps {
    margin-bottom: 8px;
}
.footerContactLinkMaps p {
    font-weight: 200;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 4px;
}
.footerContactLinkMaps > a {
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 17px !important;
    text-transform: uppercase !important;
    color: #5D9EFF !important;
    display: flex;
    align-items: center;
}
.footerContactLinkMaps > a svg {
    margin-left: 8px;
}
.footerContactLinkMaps > a:hover svg path {
    fill: #A7CAFF;
    transition: all 0.3s;
}
.footerContactLinkMaps > a:active svg path {
    fill: #0C33FF;
    transition: all 0.3s;
}
.reviewsTop > button:hover svg path {
    fill: #A7CAFF;
    transition: all 0.3s;
}
.reviewsTop > button:active svg path {
    fill: #0C33FF;
    transition: all 0.3s;
}
.body.active .select2-container .select2-dropdown {
    height: 49px !important;
    top: -49px;
}
.body.active .select2-container .select2-dropdown .select2-search--dropdown {
    margin-top: 0;
}
#ajax-contact-form .select2.select2-container--open {
    padding: 4px !important;
    border-radius: 4px 4px 0 0!important;
}
.body.active .select2-container.select2-container--open .select2-dropdown--below {
    border-radius: 4px !important;
}
.body.active .select2-container.select2-container--open .select2-dropdown--below .select2-search {
    background: url(../img/homeInput.svg), #FFFFFF !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 16px 16px !important;
    padding: 16px 16px 16px 32px!important;
    box-sizing: border-box;
    height: 100% !important;
    align-items: center;
}
.body.active .select2-container.select2-container--open .select2-dropdown--below .select2-search input {
    width: 100% !important;
}
.body.active .select2-container--default .select2-results>.select2-results__options {
    max-height: 120px !important;
    width: 450px !important;
}
.divFlexTrans:hover svg path{
    fill: #DDA83F;
    transition: all 0.3s;
}
.divFlexTrans:active svg path{
    fill: #F79C14;
    transition: all 0.3s;
}




























@media(min-width: 1920px) {
    .bannerImg {
        left: auto;
        right: 0;
    }

    .sun {
        left: auto;
        right: 235px;
    }

    @keyframes sunAnimation {
        0% {
            transform: translate(100%, 100%);
        }

        33.33% {
            transform: translate(0%, 0%);
        }

        44.44% {
            transform: translate(0%, 0%);
        }

        66.66% {
            transform: translate(100%, 100%);
        }

        100% {
            transform: translate(100%, 100%);
        }
    }
}



@media(max-width: 1679px) {
    .bannerContent {
        padding-left: 162px;
    }

    .bannerImg {
        left: 446px;
    }

    .bannerContentTittle h1 {
        font-size: 75px;
        line-height: 100%;
    }

    .bannerContentTittle p {
        font-size: 40px;
        line-height: 100%;
    }

    .bannerContentTittle {
        position: relative;
        z-index: 2;
    }

    .sun {
        left: calc(800px - 2vw);
    }

    header {
        padding: 0 162px;
    }

    .bannerBottomContent {
        left: 190px;
    }

    header ul {
        margin-left: 397px;
    }

    .sunBtnToggle {
        margin-right: 93px;
    }

    @keyframes sunAnimation {
        0% {
            transform: translate(100%, 100%);
        }

        33.33% {
            transform: translate(5%, 8%);
        }

        44.44% {
            transform: translate(5%, 8%);
        }

        66.66% {
            transform: translate(100%, 100%);
        }

        100% {
            transform: translate(100%, 100%);
        }
    }
}

@media(max-width: 1439px) {
    .bannerContent {
        padding-left: 42px;
    }

    .sunBtnToggle {
        margin-right: 92px;
    }

    .bannerContentTittle h1 {
        font-size: 60px;
        line-height: 100%;
        letter-spacing: 1px;
        margin-bottom: 21px;
    }

    .bannerContentTittle p {
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 34px;
    }

    .bannerContentTittle button {
        font-size: 13px;
    }

    .bannerImg {
        left: 201px;
    }

    .sun {
        left: 558px;
    }

    header {
        padding: 0 162px;
    }

    .bannerBottomContent {
        left: 162px;
    }

    header {
        padding: 0 42px;
    }

    .bannerBottomContent {
        left: 42px;
    }

    @keyframes sunAnimation {
        0% {
            transform: translate(100%, 100%);
        }

        33.33% {
            transform: translate(1%, 7%);
        }

        44.44% {
            transform: translate(1%, 7%);
        }

        66.66% {
            transform: translate(100%, 100%);
        }

        100% {
            transform: translate(100%, 100%);
        }
    }
}

@media(max-width: 1199px) {
    .bannerContent {
        padding: 64px 0 0 64px;
        flex-direction: column-reverse;
    }

    header {
        height: 82px;
    }

    .bannerContentTittle h1 {
        font-size: 50px;
        line-height: 100%;
    }

    .bannerContentTittle h1 br {
        display: none;
    }

    .bannerContentTittle p {
        font-size: 20px;
        line-height: 100%;
    }

    .bannerContentTittle button {
        width: 238px;
        height: 50px;
    }

    .buttonlinkTransition img {
        width: 18px;
        height: 18px;
    }

    .bannerContentTittle {
        margin-bottom: 134px;
    }

    .sunBtnToggleClass {
        margin-bottom: 16px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 42px;
        width: 288px;
        box-sizing: border-box;
    }

    .sunBtnToggleClass3 {
        margin-bottom: 0;
    }

    .sunBtnToggleClass p:nth-of-type(1) {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        margin-right: 8px;
    }

    .sunBtnToggleClass p:nth-of-type(2) {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        white-space: nowrap;
    }

    .sunBtnToggleClass.active p:nth-of-type(1) {
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        margin-right: 8px;
    }

    .modal2.show {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .sunBtnToggleClass.active p:nth-of-type(2) {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .bannerImg {
        left: 0px;
    }

    .bannerContent {
        position: relative;
        z-index: 3;
    }

    .banner {
        height: 882px;
    }

    .sun {
        left: 318px;
    }

    @keyframes sunAnimation {
        0% {
            transform: translate(100%, 100%);
        }

        33.33% {
            transform: translate(0%, 8%);
        }

        44.44% {
            transform: translate(0%, 8%);
        }

        66.66% {
            transform: translate(100%, 100%);
        }

        100% {
            transform: translate(100%, 100%);
        }
    }

    .burger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background: #F79C14;
        border-radius: 100px;
        padding: 22.5px 17.5px;
        box-sizing: border-box;
    }

    .bannerBottomContent {
        flex-direction: column;
        align-items: flex-start;
        bottom: 16px;
    }

    .bannerBottomContent p {
        font-size: 14px;
        line-height: 130%;
        margin-left: 0;
    }

    .bannerBottomContent p br {
        display: none;
    }

    .bannerBottomContent img {
        width: 45.38px;
        height: 20px;
        margin-bottom: 16.5px;
    }

    header ul {
        display: none;
    }

    .container {
        cursor: pointer;
        display: flex;
        flex-direction: column;
    }

    header button {
        display: none;
    }

    .logo a img {
        width: 80px;
        height: 25px;
    }

    header {
        padding: 0 64px;
    }

    .bannerContentTittle h1 {
        margin-top: -1px;
        margin-bottom: 19px;
    }

    .bannerContentTittle button {
        padding: 16.5px 42px 16.5px 16px;
    }

    .sunBtnToggleClass p:nth-of-type(2) {
        font-weight: 200;
    }

    .bannerImg {
        left: -34px;
    }

    .sunBtnToggle3 p:nth-of-type(2) {
        width: 50%;
    }

    .bannerBottomContent {
        left: 64px;
    }

    .sunBtnToggle3 p:nth-of-type(2) {
        white-space: pre-wrap;
    }

    .sunBtnToggleClass {
        padding: 8px 16px;
    }

    .modal.desktop {
        display: none;
    }

    .modal.mobile {
        display: block;
        animation: slide-in 0.3s forwards;
    }

    @keyframes slide-in {
        from {
            transform: translateX(100%);
        }

        to {
            transform: translateX(0);
        }
    }


    .modal-trigger:focus {
        outline: none;
    }

    .modal.show {
        align-items: flex-start;
        justify-content: flex-end;
    }

    .modalHeaderContent {
        padding-left: 0;
        flex-direction: column;
    }

    .modal-content {
        width: 288px;
        overflow: scroll;
        height: 100%;
        max-height: 985px;
    }

    .modalHeader {
        padding: 16px;
        box-sizing: border-box;
        height: 200px;

    }

    .modalHeaderContent2 {
        align-items: flex-start;
    }

    .modalHeaderContent2 h2 {
        width: 65%;
    }

    .modalMainLeft2 {
        margin-top: 0;
    }

    .modalHeader button {
        top: 16px;
        right: 16px;
        padding: 16px;
        width: 50px;
        height: 50px;
    }

    .modalHeaderContent h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 16px;
        padding-top: 34px;
    }

    .modalHeaderContent img {
        width: 64px;
        height: 20px;
        margin-right: auto;
    }

    .modalMain {
        padding: 32px 16px;
        flex-direction: column;
    }

    .modalMainLeft {
        width: 100%;
    }

    .modalMainLeft h3 {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 22px;
    }

    .modalMainText {
        font-weight: 200;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
        color: #FFFFFF;
        margin-bottom: 31px;
    }

    .modalMainRight {
        width: 100%;
    }

    .modalMainRightTop p {
        width: 185px;
        height: 99px;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #FFF2E1;
        box-sizing: border-box;
    }

    .modalMainRightTopPrecent {
        height: 99px;
    }

    .modalMainRightTop {
        margin-bottom: 23px;
    }

    #ajax-contact-form input {
        padding-left: 39px;
    }

    #ajax-contact-form input:nth-of-type(1) {
        background-position: 17px 17px;
    }

    #ajax-contact-form .submit {
        margin-top: 24px !important;
    }

    .CentralArtDes {
        display: none;
    }

    .CentralArtMobile {
        display: block;
    }

    .needed .wrapper {
        padding: 471px 64px 64px 64px;
    }

    .neededContainerPosition {
        top: 32px;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .needed .wrapper h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 16px;
    }

    .needed .wrapper h2 br {
        display: none;
    }

    .neededContainerLeftContainer {
        border-right: none !important;
        border-left: none !important;
        padding: 0 !important;
        margin-bottom: 0 !important;

    }

    .neededContainer {
        flex-direction: column;
    }

    .neededContainerLeft {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .neededContainerLeftContainer {
        width: 48%;
    }

    .neededContainerRight {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .neededContainerIcon svg {
        width: 32px;
        height: 32px;
    }

    .neededContainerIcon {
        width: 32px;
        height: 32px;
        margin-bottom: 16px;
    }

    .work {
        padding: 59px 0 64px 64px;
        margin-top: -2px;
        overflow: hidden;
    }

    .work .wrapper {
        max-width: 100%;
    }

    .navigationSliderArrow {
        display: none;
    }

    .navigationSlider {
        margin: 32px auto 0 auto;
    }

    .workSliderItemLeft {
        width: 100%;
        height: 88px;
        padding: 16px 24px;
    }

    .workSliderItem {
        margin: 0;
    }

    .workSliderItemCenter {
        width: 100%;
        height: 168px;
        padding: 24px 16px;
        box-sizing: border-box;
        background: #36393E;
        min-height: 168px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .workSliderItemCenter::after {
        left: 50%;
        top: -9px;
        transform: translateX(-50%) rotate(45deg);
    }

    .workSliderItemLeft p {
        font-size: 20px;
        line-height: 130%;
    }

    .workSliderItemLeft span {
        font-size: 16px;
        line-height: 140%;
    }

    .workSliderItem {
        height: 456px;
    }

    .work .wrapper h2 {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .workSlider .slick-slide {
        width: 288px !important;
        margin: 0 16px 0 0;
    }

    .workSlider {
        height: 462px;
    }

    .workSlider .slick-slide {
        opacity: 1;
        height: 100%;
    }

    .workSliderItem {
        flex-direction: column;
    }

    .sliderCounter {
        display: none;
    }

    .workSliderdots {
        display: flex;
    }

    .workSliderdots .slick-dots {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .workSliderdots .slick-dots li {
        width: 73px;
        height: 8px;
        background: #474C51;
        border-radius: 1px;
        margin-right: 8px;
    }

    .workSliderdots .slick-dots .slick-active {
        background: #F79C14;
    }

    .workSliderdots .slick-dots li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .workSliderdots .slick-dots li button {
        font-size: 0;
        padding: 0;
        border: none;
        background: transparent;
    }

    .orderCalculation {
        padding: 64px 64px 104px 64px;
        box-sizing: border-box;
    }

    .orderCalculation .wrapper {
        padding: 0;
        max-width: 100%;
    }

    .orderCalculation .wrapper h2 {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .orderCalculationTop p {
        max-width: 312px;
        padding-top: 25px;
        width: 100%;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
    }

    .orderCalculationTopBlur {
        width: 312px;
        height: 100px;
    }

    .orderCalculationTopBlur div:nth-of-type(2) {
        width: 118px;
        font-size: 35px;
        line-height: 46px;
        height: 100px;
    }

    .orderCalculationFormTop input::placeholder {
        white-space: pre-wrap;
    }

    .orderCalculationFormTop input {
        height: 66px;
        background: #FFFFFF;
        border-radius: 4px;
        width: calc(33.33% - 4px);
        padding: 16px 16px 16px 40px;
        background-position: 16px 22px !important;

    }

    .orderCalculationBottom p {
        margin-bottom: 24px;
    }

    .orderCalculationTopBlur div:nth-of-type(1) {
        padding: 23px 16px;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
        width: 194px;
        height: 100px;
        box-sizing: border-box;
    }

    .orderCalculationBtn input {
        font-size: 13px;
        line-height: 17px;
        width: 238px;
        height: 50px;
        padding: 16.5px 32px 16.5px 16px;
        background-position: 187px 14px;
        box-sizing: border-box;
    }

    .orderCalculationTopBlur {
        margin-top: 10px;
    }

    .orderCalculationBottom .orderCalculationBottomSpan {
        margin-top: 4px;
    }

    .irs--flat.irs-with-grid {
        height: 53px !important;
    }

    .orderCalculationBtn input {
        padding: 0 !important;
        padding-left: 16px !important;
        background-position: 201px 14px;
    }

    .orderCalculation form {
        margin-top: 32px;
    }

    .orderCalculation {
        height: 716px;
    }

    .giant {
        left: -463.1px;
        top: 471px;
    }

    .orderCalculation::before {
        left: 113px;
        top: 515px;
    }

    .moon {
        top: 224px;
        right: -203px;
    }

    .orderCalculation {
        padding-top: 62px;
    }

    .orderCalculation .wrapper h2 {
        margin-bottom: 13px;
    }

    .howWork {
        padding: 96px 0 64px 64px;
    }

    .howWorkTop {
        padding-right: 64px;
        margin-bottom: 30px;
    }

    .howWorkF>p {
        max-width: 100%;
        padding-right: 64px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .howWorkSlider {
        margin-left: 0;
    }

    .howWorkF>p b {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0;
    }

    .howWorkSliderdots {
        display: flex;
        margin-top: 34px;
    }

    .howWorkF {
        margin-bottom: 32px;
    }

    .navigationSlider {
        display: none;
    }

    .howWorkTop h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
    }

    .howWorkTop img {
        width: 64px;
        height: 20px;
        margin-left: auto;
    }

    .howWorkSlider .slick-slide {
        width: 288px !important;
        margin: 0 8px;
    }

    .howWorkSliderItem {
        width: 288px !important;
        padding: 24px 16px;
    }

    .howWorkSliderItem h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-transform: uppercase;
    }

    .howWorkSliderItemFlex {
        flex-direction: column;
    }

    .howWorkSliderItemFlexSection {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .howWorkSliderItemFlexSection:nth-last-of-type(1) {
        margin-bottom: 16px;
    }

    .howWorkSliderItemFlexSection p {
        min-height: auto;
    }

    .howWorkSliderItemFlexSection span {
        font-size: 16px;
        line-height: 140%;
    }

    .howWorkSliderItemFlexSection span b {
        font-size: 16px;
        line-height: 140%;
    }

    .howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) {
        width: 100%;
        padding: 8px 16px;
        box-sizing: border-box;
    }

    .howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) span {
        flex-direction: row;
        font-size: 16px;
        line-height: 140%;
    }

    .howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) span b {
        font-size: 16px;
        line-height: 140%;
    }

    .howWorkSliderItemFlex {
        margin-bottom: 0;
    }

    .howWorkSliderdots .slick-dots {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .howWorkSliderdots .slick-dots li {
        width: 73px;
        height: 8px;
        background: #474C51;
        border-radius: 1px;
        margin-right: 8px;
    }

    .howWorkSliderdots .slick-dots .slick-active {
        background: #F79C14;
    }

    .howWorkSliderdots .slick-dots li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .howWorkSliderdots .slick-dots li button {
        font-size: 0;
        padding: 0;
        border: none;
        background: transparent;
    }

    .howWorkSliderItemFlex {
        margin-bottom: 0;
    }

    .advantagesContainerdots .slick-dots {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .advantagesContainerdots .slick-dots li {
        width: 73px;
        height: 8px;
        background: #474C51;
        border-radius: 1px;
        margin-right: 8px;
    }

    .advantagesContainerdots .slick-dots .slick-active {
        background: #F79C14;
    }

    .advantagesContainerdots .slick-dots li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .advantagesContainerdots .slick-dots li button {
        font-size: 0;
        padding: 0;
        border: none;
        background: transparent;
    }

    .advantages {
        overflow: hidden;
    }

    .advantagesContainer .slick-slide {
        margin: 0 8px;
        width: 288px !important;
    }

    .advantages {
        padding: 64px 0 64px 64px;
    }

    .advantages .wrapper h2 {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 32px
    }

    .advantagesContainer {
        margin-left: -10px;
    }

    .advantagesCard {
        padding: 32px 16px;
    }

    .advantagesCard h3 {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 16px;
    }

    .advantagesContainerdots {
        margin-top: 8px;
        margin-bottom: 32px;
        box-sizing: border-box;
        width: 100%;
        padding-right: 64px;
    }

    .advantagesCard {
        min-height: 232px;
    }

    .advantagesCardImg img {
        height: 100%;
    }

    .advantagesText {
        width: 100%;
        box-sizing: border-box;
        max-width: 640px;
        margin: 0 auto;
    }

    .advantagesCardImg {
        padding: 0;
        border: none;
    }

    .workSliderdots {
        margin-top: 32px;
    }

    .workSliderdots ul {
        justify-content: flex-start;
    }

    .needed {
        margin-top: -2px;
    }

    .aboutUs {
        padding: 96px 64px 67px 64px;
    }

    .aboutUs .wrapper h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .aboutUsTop p {
        max-width: 640px;
        margin-bottom: 64px;
    }

    .aboutUsMainLeft {
        width: 50%;
        margin-right: 16px;
    }

    .aboutUsMainRight {
        width: 50%;
    }

    .aboutUsMainRightSection {
        width: calc(33.33% - 8px);
        height: 127px;
    }

    .aboutUsMainLeftSectionF {
        flex-direction: row;
        margin-bottom: 16px;
    }

    .aboutUsMainLeftSection {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutUsMainLeftSection h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        max-width: initial;
        margin-right: 0;
    }

    .aboutUsMainLeftSection {
        margin-bottom: 32px;
    }

    .aboutUsMainLeftSection p {
        max-width: max-content;
    }

    .aboutUsPosition {
        width: 649px;
        height: 650px;
        left: -315px;
        opacity: 0.5;
        top: -80px;
        z-index: 0;
    }

    .advantages {
        position: relative;
        z-index: 2;
    }

    .aboutUsTop img {
        width: 64px;
        height: 20px;
        margin-bottom: 8px;
    }

    .sertification {
        padding: 56px 64px 96px 64px;
    }

    .sertificationLeft {
        width: calc(100% - 304px);
        margin-right: 0;
    }

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

    .sertificationLeft h2 {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .sertificationText {
        font-weight: 200;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
    }

    .sertificationText b {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }

    .sertificationLeft {
        padding-bottom: 47px;
    }

    .sertificationRight {
        transition: all 0.5s;
        opacity: 1;
        width: 288px;
    }

    .sertificationImg img {
        width: 100%;
    }


    .sertificationRight #your-block-id {
        transform: translate(-50%, -50%);
        top: 50%;
        transition: all 0.5s;
    }

    .sertificationImg {
        height: 332px;
    }

    .sertificationImg img {
        height: 100%;
    }

    .sertificationRight {
        height: 400px;
    }

    .warranty {
        padding: 64px 64px 82px 64px;
    }

    .warrantyLeft {
        width: 50%;
        margin-right: 16px;
    }

    .warrantyRight {
        width: 50%;
    }

    .warranty .wrapper {
        align-items: flex-start;
    }

    .warrantyLeft h3 {
        margin-bottom: 24px;
    }

    .warrantyLeft p {
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 1px;
    }

    .warrantyRightText2 {
        padding-left: 0;
    }

    .warrantyRightTextMar {
        margin-bottom: 8px !important;
    }

    .warrantyContainerImg img {
        width: 75px;
        height: 20px;
    }

    .warrantyContainerImg {
        height: 63px;
    }

    .warrantyContainerImg {
        margin-bottom: 16px;
        width: calc(50% - 8px);
    }

    .warrantyRight {
        padding: 32px 16px;
        justify-content: flex-start;
        height: max-content;
        padding-bottom: 23px;
    }

    .warrantyRight h2 {
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .warrantyRightText {
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .warrantyRightText img {
        display: none;
    }

    .reviews {
        padding: 92px 0 96px 64px;
    }

    .reviewsTop {
        padding-right: 64px;
        box-sizing: border-box;
        margin-bottom: 32px;
    }

    .reviewsTop h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        margin-bottom: 36px;
    }

    .reviewsTopText {
        max-width: 100%;
        font-weight: 200;
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 8.5px;
        letter-spacing: 1px;
    }

    .reviewsSlider {
        margin-left: 0;
        min-height: auto;
    }

    .reviewsNavigationSlider {
        display: none;
    }

    .reviewsSliderdots {
        margin-top: 35px;
    }

    .reviewsSliderdots ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 64px;
        box-sizing: border-box;
    }

    .reviewsSliderdots .slick-dots li {
        width: 73px;
        height: 8px;
        background: #474C51;
        border-radius: 1px;
        margin-right: 8px;
    }

    .reviewsSliderdots .slick-dots .slick-active {
        background: #F79C14;
    }

    .reviewsSliderdots .slick-dots li:nth-last-of-type(1) {
        margin-right: 0;
    }

    .reviewsSliderdots .slick-dots li button {
        font-size: 0;
        padding: 0;
        border: none;
        background: transparent;
    }

    .reviewsSlider .slick-slide {
        width: 288px !important;
        margin: 0 8px;
    }

    footer {
        padding: 64px;
    }

    .footerLogo a img {
        width: 64px;
        height: 20px;
    }

    .footerLeft {
        width: 100%;
    }

    .footeRight {
        position: absolute;
        top: 145px;
        left: 48%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }

    .footeRight ul {
        max-width: 640px;
        width: 100%;
        padding: 0 80px;
        box-sizing: border-box;
        margin-bottom: 37px;
    }

    .footeRight ul li {
        margin-right: 17px;
    }

    .footeRight ul li:nth-last-of-type(1) {
        margin-right: 0;
    }

    footer {
        height: 526px;
        box-sizing: border-box;
    }

    .footerContact {
        margin-top: 240px;
    }

    .footerLogo a span {
        font-size: 12px;
    }

    .footeRight button {
        width: 238px;
        height: 50px;
        padding: 16.5px 0 16.5px 16px;
        margin-left: 30px;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .footerContactLink {
        display: flex;
        flex-direction: column;
    }

    .footerContact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .footerContact a:nth-of-type(2) {
        margin-bottom: 0;
    }

    .footeRight p {
        display: none;
    }

    .Copyright {
        display: flex;
        margin-top: 64px;
        width: 365px;
    }

    .headerReviewSentMain {
        padding: 128px 64px;
    }

    .headerReviewSentMainWrapper {
        max-width: 100%;
    }

    .headerReviewSentMainWrapper h1 {
        font-weight: 400;
        font-size: 25px;
        line-height: 130%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFF2E1;
    }

    .headerReviewSentMainWrapper span {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 8px;
    }

    .headerReviewSentMainWrapper p {
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 32px;
    }

    .headerReviewSentMainBtn {
        flex-direction: column;
    }

    .headerReviewSentMainBtn a:nth-of-type(1) {
        width: 267px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .headerReviewSentMainBtn a:nth-of-type(2) {
        width: 197px;
        height: 50px;
    }

    .workSliderItemRight {
        width: 100%;
    }

    .mapPosition {
        flex-direction: column-reverse;
    }

    .mapPositionText {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 24px 20px;
        width: 250px;
        box-sizing: border-box;
    }

    .mapPositionText img {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .mapPositionText:after {
        top: auto;
        bottom: -18px;
        left: 47%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mapPositionIcon {
        margin-top: 15px;
        width: 40px;
        height: 42px;
    }

    .mapPositionIcon img {
        width: 100%;
        height: 100%;
    }

    .mapPosition {
        top: 49%;
        left: 49%;
    }

    .maps {
        height: 350px;
    }

    .howWorkSlider .slick-slide {
        opacity: 1;
    }

    .advantages {
        padding-bottom: 92px;
    }
    .orderCalculationFormTop .select2 {
        width: calc(33.33% - 4px) !important;
        border-radius: 4px !important;
        padding: 16px 16px 16px 40px !important;
        background-position: 13px 19px !important;
        height: 66px !important;
    }
    .orderCalculationFormTop .select2.select2-container--open {
        border-radius: 4px 4px 0 0 !important;
    }
    .select2-results__options li {
        font-size: 10px;
    }
    .neededWrapper {
        background: transparent;
    }
    .select2-results__options {
        width: calc((33.33 / 100) * (100vw - 140px)) !important;
    }
    .howWorkSliderItemFlex .howWorkSliderItemFlexSection:nth-last-of-type(1) span b {
        margin-left: 5px !important;
    }
    .select2-container--open .select2-dropdown--below {
        border-radius: 4px !important;
        height: 66px !important;
        top: -66px !important;
    }
    .orderCalculationFormTop .select2.select2-container--open {
        border-radius: 4px !important;
    }
    .select2-search--dropdown {
        background-position: 13px 5px !important;
        border-radius: 4px !important;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: none;
        width: 100%;
        margin: 0 auto;
        margin-left: 35px !important;
        box-sizing: border-box;
        margin-top: -4px;
        padding: 0 !important;
    }
    .body.active .select2-results__options {
        width: 256px !important;
    }
    .body.active .select2-container--default .select2-results>.select2-results__options {
        width: 256px !important;
    }
    .body.active {
        position: relative;
    }
    .body.active .select2-container {
        left: calc(100% - 272px) !important;
      right:  0 !important;
    }
    .body.active .select2-container.select2-container--open .select2-dropdown--below {
        left: calc(100% - 272px) !important;
    }
    #ajax-contact-form {
        align-items: center;
    }
    #ajax-contact-form .select2 {
        width: 256px !important;
        margin-left: 32px;
    }
    .body.active .select2-container .select2-dropdown {
        top: -49px !important;
    }
    .body.active .select2-container.select2-container--open .select2-dropdown--below .select2-search input {
        margin-left: 5px !important;
    }
}

@media(max-width: 767px) {
    .bannerContent {
        padding-left: 32px;
    }

    .bannerContentTittle h1 br {
        display: block;
    }

    .bannerContentTittle {
        margin-bottom: 84px;
    }
    .footerContactLinkMaps {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 4px;
    }
    .bannerImg {
        left: -34px;
    }
    @keyframes sunAnimation {
        0% {
            transform: translate(100%, 100%);
        }

        33.33% {
            transform: translate(0%, 5%);
        }

        44.44% {
            transform: translate(0%, 5%);
        }

        66.66% {
            transform: translate(100%, 100%);
        }

        100% {
            transform: translate(100%, 100%);
        }
    }


    header {
        padding: 0 32px;
    }

    .bannerBottomContent {
        left: 32px;
        max-width: 448px;
        bottom: 16px;
    }

    .needed .wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .work {
        padding: 41px 0 64px 32px;
    }

    .workSlider {
        width: 180%;
    }

    .workSliderdots .slick-dots li {
        width: 57px;
    }

    .orderCalculationTop {
        flex-direction: column;
    }

    .orderCalculationTop p {
        max-width: 100%;
        padding: 0;
        margin-bottom: 8px;
    }

    .orderCalculation .wrapper h2 {
        margin-bottom: 24px;
    }


    .orderCalculationTopBlur {
        width: 400px;
        margin-left: auto;
    }

    .orderCalculationTopBlur div:nth-of-type(1) {
        width: 258px;
    }

    .orderCalculationTopBlur div:nth-of-type(2) {
        width: 142px;
    }

    .orderCalculationFormTop input:nth-of-type(3) {
        padding-top: 0;
    }

    .orderCalculation {
        padding: 64px 32px;
    }

    .giant {
        top: 550px;
        left: -505px;
    }

    .orderCalculation::before {
        left: 13px;
        top: 562px;
    }

    .moon {
        right: -315px
    }

    .howWork {
        padding: 96px 0 64px 32px;
    }

    .howWorkSliderdots .slick-dots li {
        width: 57px;
    }

    .howWorkSliderdots {
        padding-right: 32px;
    }

    .howWorkSliderdots ul {
        justify-content: center;
    }

    .advantages {
        padding: 64px 0 97px 32px;
    }

    .advantagesContainerdots .slick-dots li {
        width: 57px;
    }

    .advantagesContainerdots {
        padding-right: 32px;
    }

    .advantagesText {
        padding-right: 0;
        max-width: 512px;
    }

    .aboutUsMainLeftSection {
        margin-bottom: 29px;
    }

    .aboutUs {
        padding: 96px 32px 54px 32px;
    }

    .reviewsSlider {
        margin-left: -9px;
    }

    .aboutUsTop img {
        margin-bottom: 8px;
    }

    .aboutUsTop p {
        max-width: 512px;
    }

    .aboutUsMain {
        flex-direction: column;
    }

    .aboutUsMainLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 64px;
        max-width: 100%;
    }

    .aboutUsMainRightSection {
        height: 106.5px;
    }

    .aboutUsMainRightSection img {
        object-fit: cover;
    }

    .aboutUsMainRight {
        width: 100%;
        max-width: 100%;
    }

    .aboutUsPosition {
        left: calc(50% - 649px/2 - 387.5px);
        top: calc(50% - 650px/2 - 200px);
    }

    .sertification {
        padding: 64px 32px 96px 32px;
    }

    .sertificationLeft {
        padding-bottom: 0;
    }

    .sertification .wrapper {
        align-items: flex-start;
    }

    .warranty {
        padding: 64px 32px 96px 32px;
    }

    .warrantyContainerImg:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .warrantyRightText2 {
        padding-left: 0;
    }

    .warrantyRightTextMar {
        margin-bottom: 8px;
    }

    .warrantyContainerImg {
        height: 63px;
        box-sizing: border-box;
    }

    .warrantyRightText::before {
        min-width: 24px;
    }

    .reviews {
        padding: 95px 0 91px 32px;
    }

    .reviewsTop {
        padding-right: 32px;
    }

    .footeRight ul {
        width: 512px;
        max-width: 100%;
        padding: 0;
        margin-left: 55px;
    }

    .reviewsSliderdots .slick-dots li {
        width: 57px;
    }

    .maps {
        overflow: hidden;
    }

    footer {
        height: 582px;
        padding: 64px 32px;
        box-sizing: border-box;
    }

    .footeRight {
        top: 148px;
    }

    .footeRight ul {
        margin-bottom: 32px;
    }

    .footerContact {
        flex-direction: column;
    }

    .footerContactLink {
        align-items: center;
        margin-bottom: 24px;
    }

    .Copyright {
        font-size: 10px;
        line-height: 13px;
    }

    .headerReviewSentMain {
        padding: 128px 32px;
    }

    .orderCalculationFormTop input:nth-of-type(2) {
        padding-top: 0;
    }

    .howWorkTop {
        padding-right: 32px;
    }

    .orderCalculation::before {
        left: 18px;
        top: 552px;
    }

    .orderCalculation {
        height: 784px;
    }

    .giant {
        top: 510px;
        left: -554px;
    }

    .moon {
        right: -299px;
        top: 260px;
    }
    .select2-results__options {
        width: calc((33.33 / 100) * (100vw - 77px)) !important;
    }
    .select2-selection__rendered {
        font-size: 10px;
    }
    .orderCalculationFormTop input {
        font-size: 10px;
        padding-top: 17px !important;
        box-sizing: border-box;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        white-space: initial;
    }
}

@media(max-width: 575px) {
    .banner {
        height: 1082px;
    }

    .bannerContent {
        padding: 64px 16px 0 16px;
    }

    .bannerContentTittle h1 {
        font-size: 45px;
    }

    .bannerContentTittle {
        margin-bottom: 64px;
    }
    .orderCalculationFormTop .select2 {
        width: 100% !important;
        height: 49px !important;
        padding: 16px 16px 16px 40px !important;
        background-position: 13px 11px !important;
    }
    .bannerImg {
        width: 968.54px;
        height: 466.13px;
        bottom: 24px;
        left: 55%;
        transform: translateX(-50%);
    }

    .bannerImg img {
        width: 968.54px;
        height: 466.13px;
        object-fit: contain;
    }

    .sun {
        width: 395.38px;
        height: 395.38px;
        top: 580px;
        left: 0;
    }

    header {
        padding: 0 16px;
    }

    .bannerBottomContent {
        max-width: 288px;
        left: 16px;
        bottom: 16px;
    }

    .bannerContent {
        padding-top: 78px;
    }


    .sunBtnToggleClass p:nth-of-type(2) {
        letter-spacing: 1px;
    }

    .needed .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .neededContainerLeft {
        margin-bottom: 0;
        flex-direction: column;
    }

    .neededContainerRight {
        margin-bottom: 0;
        flex-direction: column;
    }

    .workSliderdots .slick-dots li {
        width: 29px;
    }

    .neededContainerLeftContainer {
        width: 100%;
        margin-bottom: 32px !important;
    }

    .neededContainerRight .neededContainerLeftContainer:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }

    .work {
        padding: 64px 16px;
    }

    .orderCalculation {
        padding: 64px 16px;
    }

    .orderCalculationTopBlur div:nth-of-type(1) {
        width: 50%;
        padding: 16px;
        height: auto;
    }

    .orderCalculationTopBlur {
        width: 100%;
        height: 100%;
    }

    .orderCalculationTopBlur div:nth-of-type(2) {
        width: 50%;
        height: auto;
    }

    .orderCalculationTopBlur {
        align-items: initial;
    }

    .howWorkSliderdots {
        padding-right: 0;
    }

    .orderCalculationFormTop {
        flex-direction: column;
    }

    .orderCalculationFormTop input {
        width: 100%;
        margin-bottom: 16px !important;
        height: 49px;
        padding: 16px 16px 16px 40px !important;
    }

    .orderCalculationFormTop input:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }

    .orderCalculationFormTop input:nth-of-type(1) {
        background-position: 16px 13px !important;
    }

    .orderCalculationFormTop input:nth-of-type(2) {
        background-position: 16px 13px !important;
    }

    .orderCalculationFormTop input:nth-of-type(3) {
        background-position: 16px 13px !important;
    }

    .orderCalculation {
        height: 100%;
    }

    .orderCalculationBottom .orderCalculationBottomSpan {
        width: 288px;
        text-align: right;
    }

    .moon {
        right: -400px;
    }

    .giant {
        top: 865px;
        left: -549px;
    }

    .howWork {
        padding: 64px 16px;
    }

    .howWorkSliderdots .slick-dots li {
        width: 29px;
    }

    .advantages {
        padding: 64px 16px;
        box-sizing: border-box;
    }

    .advantagesContainerdots .slick-dots li {
        width: 29px;
    }

    .advantagesContainerdots {
        padding-right: 0;
    }

    .advantagesText {
        padding-right: 0;
        max-width: 288px;
    }

    .orderCalculation::before {
        display: none;
    }

    .aboutUs {
        padding: 96px 16px 64px 16px;
    }

    .aboutUsMainRightSection {
        height: 81.5px;
    }

    .sertification {
        padding: 64px 16px 96px 16px;
    }

    .sertification .wrapper {
        flex-direction: column;
    }

    .sertification .wrapper {
        width: 100%;
        max-width: 100%;
    }

    .sertificationLeft {
        width: 100%;
        margin-bottom: 32px;
    }

    .sertificationRight {
        margin: 0 auto;
    }

    .warranty {
        padding: 64px 16px 96px 16px;
    }

    .warranty .wrapper {
        flex-direction: column;
    }

    .warrantyLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 64px;
    }

    .warrantyRight {
        width: 100%;
    }

    .reviews {
        padding: 96px 16px;
    }

    .reviewsTop {
        padding-right: 0;
    }

    .reviewsSliderdots ul {
        padding-right: 0;
    }

    .reviewsSliderdots .slick-dots li {
        width: 29px;
    }

    footer {
        height: 831px;
        padding: 64px 16px;
    }

    .footeRight ul {
        flex-direction: column;
    }

    .footerLogo a {
        flex-direction: column;
        align-items: flex-start;
    }

    .footerLogo a img {
        margin-bottom: 16px;
    }

    .footerLogo a span {
        margin-left: 0;
    }

    .footeRight {
        top: 198px;
    }

    .footeRight ul li {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .footerContact {
        margin-top: 374px;
    }

    .Copyright {
        width: 100%;
    }

    .headerReviewSentMain {
        padding: 64px 16px;
    }

    .headerReviewSentMainWrapper span {
        text-align: center;
    }

    .sun:after {
        content: none;
    }

    .sun {
        left: 20%;
    }

    .mapPosition {
        margin-left: 0;
    }

    .footeRight {
        top: 187px;
        left: 50%;
    }

    .footeRight button {
        margin-left: 0;
    }

    footer {
        height: 831px;
    }

    .footeRight ul {
        margin-bottom: 16px;
    }

    .sertification {
        padding-top: 59px;
    }

    footer {
        padding-top: 60px;
    }

    .footeRight ul {
        width: 100%;
        margin-left: 0;
    }

    .advantages {
        padding-bottom: 96px;
    }

    .advantagesContainerdots {
        margin-top: 3px;
    }

    .howWorkF {
        margin-bottom: 40px;
    }

    .howWorkF>p {
        padding-right: 0;
    }

    .howWork {
        padding-top: 95px;
    }

    .howWorkTop {
        padding-right: 0;
    }

    .work {
        padding-top: 54px;
    }

    .orderCalculationFormTop {
        margin-bottom: 44px;
    }

    .orderCalculation {
        padding-bottom: 94px;
    }
    .select2-container--open .select2-dropdown--below {
        height: 49px !important;
        top: -49px !important;
    }
    .select2-search--dropdown {
        margin-top: 7px;
    }
    .select2-results__options {
        width: calc(100vw - 32px) !important;
    }
    .select2-selection__rendered {
        font-size: 12px;
    }
    .orderCalculationFormTop input {
        font-size: 12px;
    }
}