.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    opacity: 0;
}

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}

body input:required:valid,
body textarea:required:valid {
}

.ajax-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #79bc1e transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

html.js .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute;
}

body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1.25;
    font-family: "RobotoRegular", Arial, sans-serif;
    overflow-x: clip;
}

body.menu-open {
    overflow: hidden;
}

body::-webkit-scrollbar {
    margin-right: 10px;
    width: 4px;
    min-height: 50px;
    background: rgba(121, 188, 30, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #79bc1e;
}

section,
footer {
    position: relative;
    top: 42px;
}

.container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1920px;
    width: 100%;
}

.hidden {
    display: none;
}

.button {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: #ffdd00;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #3b4047;
    font-weight: 300;
}

.button:hover {
    text-decoration: none;
    color: #3b4047;
    background-color: #ecd124;
}

.button:focus {
    text-decoration: none;
    color: #3b4047;
}

.section-light {
    color: #3b4047;
}

.section-dark {
    color: #fff;
}

h2 {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    color: #333;
}

h3 {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
}

/* HEADER START	*/
.main-header {
    position: relative;
}

.main-header .top-nav {
    background-image: url('../img/header-img/nav-panell.webp');
    background-color: #3b4047;
    left: 0;
    z-index: 1001;
    position: fixed;
    right: 0;
    top: 0;
}

.top-nav .header-phone {
    margin: 0;
}

.top-nav .header-phone__number {
    display: none;
}

.top-nav .nav,
.top-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-nav .nav {
    text-align: center;
}

.top-nav .nav > li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
}

.top-nav li:first-child {
    margin-left: 0;
}

.top-nav li a:hover {
    color: #ffdd00;
}

.top-nav li.active a {
    color: #3b4047;
    box-shadow: 0 2px 6px -2px #777;
    background-color: #ffdd00;
}

.top-nav li.active a:hover {
    background-color: #ecd124;
}

.top-nav li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    background-color: #fff;
    width: 1px;
    height: 18px;
    opacity: 0.1;
}

.top-nav li:last-child::after {
    display: none;
}

/* Double menu-link START */
.top-nav li span {
    font-family: "RobotoMedium", Arial, sans-serif;
    padding: 11px 20px;
    display: inline-flex;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

.top-nav li > span a {
    padding: 0;
}

.top-nav li > span span {
    padding: 0 5px;
}

/* Double menu-link END */

.top-nav li a {
    font-family: "RobotoMedium", Arial, sans-serif;
    padding: 11px 21px;
    display: block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
}

.banner {
    /*background-image: url('../img/header-img/header-bg.webp');*/
    background-image: url('../img/header-img/header-bg.jpg');
    /*background-position: center 0;*/
    background-position: center -42px;
    background-repeat: no-repeat;
    top: 42px;
    position: relative;
}

/*.banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #4eb121;
    z-index: -1;
    height: 701px;
}*/

.banner .container__inner {
    margin: 0 auto;
    max-width: 1108px;
    position: relative;
}

.banner .container__inner .row {
    position: relative;
    z-index: 1;
}

#gl-animation #default-progress-bar {
    display: none !important;
}

#gl-animation #default-poster {
    opacity: .8;
}

.animation-container {
    width: 400px;
    height: 400px;
    aspect-ratio: 1;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-55%);
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    .animation-container {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .animation-container {
        width: 250px;
        height: 250px;
        transform: translate(-50%,-35%);
    }
}
@media screen and (max-width: 480px) {
    .animation-container {
        width: 150px;
        height: 150px;
        transform: translate(-50%,-40%);
    }
}

.animation-container .animation-logo {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.logo-wrapper {
    margin-top: 36px;
}

.logo-wrapper .logo-link {
    text-decoration: none;
}

.logo-wrapper img {
    display: inline-block;
    float: left;
    margin-right: 2px;
}

.logo-wrapper .logo-text {
    display: inline-block;
    position: relative;
}

/*.logo-wrapper .logo-header {
    display: inline-block;
    font-family: "Cuprum", sans-serif;
    font-size: 62px;
    font-weight: 400;
    line-height: .8;
    color: #ffffff;
    text-transform: uppercase;
}

.logo-wrapper .logo-tm {
    font-family: "RobotoRegular", sans-serif;
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 4px;
    transform: translate(0, -100%);
}

.logo-wrapper .logo-teaser {
    margin-left: 4px;
    font-size: 11.5px;
    line-height: 1;
    color: #fff;
    text-transform: lowercase;
    position: absolute;
    !*bottom: -8px;*!
    bottom: -12px;
}*/

.logo-wrapper .logo-text img.logo-image {
    display: block;
    float: none;
    margin-left: 6px;
    margin-top: -6px;
}

.header-phone {
    text-align: right;
    margin-top: 30px;
    color: #fff;
}

.header-phone__number {
    margin-right: -20px;
    display: inline-block;
    text-align: left;
    line-height: 1.25;
}

.header-phone__number p.note_fix {
    margin: 8px 0 0;
}

.header-phone__number .mob_fix,
.header-phone__number .note_fix {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.header-phone__number > span:not(.mob_fix) {
    margin-top: 6px;
}

.header-phone__number > span:not(.mob_fix),
.header-phone__number a {
    display: inline-block;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    color: #ffffff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.head-button {
    margin-left: 13px;
    display: inline-block;
    vertical-align: text-bottom;
}

.button_header {
    padding: 5px 20px 7px;
    font-size: 18px;
}

.banner-text {
    text-align: center;
    /*margin-bottom: 44px;*/
    /*margin-bottom: 76px;*/
    margin-bottom: 40px;
}

.banner-text .h1 {
    margin-top: 86px;
    margin-bottom: 36px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}

.banner-text .price {
    margin-bottom: 35px;
    display: inline-block;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

/*.banner-text .price > span {
    font-size: 64px;
    line-height: 67px;
    vertical-align: middle;
}*/

.banner-text .price_desktop {
    margin-top: 14px;
    margin-bottom: 0;
}

.banner-button {
    display: inline-block;
    position: relative;
}

.button_banner {
    display: block;
    padding: 16px 30px 14px;
    font-size: 36px;
    font-weight: 400;
    border-radius: 50px;
    background: #FFE30B;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

.button_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
    0% {
        left: -100%;
        transition-property: left;
    }
    20%,
    100% {
        left: 100%;
        transition-property: left;
    }
}

.banner-button::before,
.banner-button::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #FFE30B;
    transition: all 0.3s;
    animation: clippath 3s infinite linear;
    border-radius: 50px;
}
.banner-button::after {
    animation-delay: -1.5s;
}

.banner-button:hover::after,
.banner-button:hover::before {
    opacity: 0;
    transition-duration: .3s;
}

@keyframes clippath {
    0%, 100% {
        clip-path: inset(0 0 80% 0);
    }
    25% {
        clip-path: inset(0 80% 0 0);
    }
    50% {
        clip-path: inset(80% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 80%);
    }
}

/*
.animated-button {
    background: linear-gradient(-30deg, #FFE30B 50%, #fff189 50%);
    display: inline-block;
    transform: translate(0%, 0%);
    overflow: hidden;
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff189;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#FFE30B));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #FFE30B);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#FFE30B));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #FFE30B);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#FFE30B));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #FFE30B);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#FFE30B));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #FFE30B);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}*/

.button_banner:hover {
    transition-duration: .3s;
}

.carousel-sites {
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-95px);
}

.carousel-sites .carousel-item {
    text-align: center;
    outline: none;
    z-index: 1000;
}

.carousel-sites .carousel-item img {
    display: inline-block;
    height: auto;

    /*TO_DO*/
    /*width: auto;*/
    /*max-width: 100%;*/
    width: 100%;
    max-width: 1730px;
    max-height: 880px;
    aspect-ratio: 1.9659;
}

/* HEADER END	*/

/* BLOCK ЧОМУ МЫ? START	*/
.main-why {
    /*padding-top: 50px;*/
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-why h2 {
    /*margin: 0 auto 20px;*/
    margin: 0 auto;
    color: #333;
}

.main-why .why-sticky-header {
    padding-top: 20px;
    position: sticky;
    top: 40px;
    background: white;
    z-index: 1;
}

.we-block,
.we-block__item {
    text-align: right;
}

.why-top-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
}

.why_mobile_scroll_wrap {
    padding-top: 10px;
}

.we-block,
.beginer-block {
    width: calc(50% - 250px);
}

.we-block__item,
.beginer-block__item {
    margin-top: 10px;
    width: calc(50% - 136px);
    min-height: 240px;
}

.we-block h3,
.beginer-block h3 {
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #454D52;
    display: flex;
    align-items: center;
}

.we-block h3::before,
.beginer-block h3::after {
    content: '';
    display: inline-block;
    background-color: #979797;
    height: 2px;
    flex-grow: 1;
    opacity: .4;
}

.we-block h3::before {
    margin-right: 40px;
}

.beginer-block h3::after {
    margin-left: 40px;
}

.main-why .block-item {
    margin: 20px auto 22px;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.main-why .icon-block {
    margin: 0 40px;
    min-width: 128px;
    width: 128px;
    height: 128px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(143deg, #8BC929 0%, #6BAF19 100%);
}

.main-why .icon-block img {
    width: 100%;
    height: auto;
}

.main-text {
    margin-bottom: 20px;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #3B4047;
}

.second-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #3B4047;
    position: relative;
}

.second-text > span {
    font-weight: bold;
}

.line-wrapper {
    margin: 30px 40px 0;
    height: 2px;
    min-width: 418px;
    width: 418px;
    display: inline-block;
    background-color: #979797;
    opacity: .4;
}

.star-line {
    margin: 0 auto 20px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
    background: url('../img/block-why-img/star.svg') no-repeat 50% 0 / 30px;
}

.star-line::before,
.star-line::after {
    content: '';
    display: inline-block;
    width: 600px;
    height: 1px;
}

.star-line::before {
    background: linear-gradient(-90deg, #D6D6D6 0%, #FDFDFD 100%);
}

.star-line::after {
    background: linear-gradient(270deg, #FDFDFD 0%, #D6D6D6 100%);
}

.block-item:last-child .icon-block::after,
.block-item:last-child::after,
.block-item:last-child::before {
    display: none;
}

/* BLOCK ЧОМУ МЫ? END	*/

/* ЩО МИ ПРОПОНУЄМО START */
.main-offer {
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: -10px;
    background-image: url('../img/block-offer-img/offer-bg.png');
}

.main-offer h2 {
    margin: 0 0 50px;
    color: #fff;
}

@media screen and (min-width: 1700px) {
    .main-offer > .container > .row {
        width: 82%;
        margin: auto;
    }
}

.main-offer .offer-item {
    text-align: center;
    margin-bottom: 92px;
}

.main-offer .offer-item p {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

/* ЩО МИ ПРОПОНУЄМО END	*/

/* ВІДГУКИ КЛІЄНТІВ (ВІДЕО) START */
.main-reviews-text {
    padding-top: 50px;
    background: url("../img/block-reviews-text-img/block-reviews-text-bg.jpg");
    overflow: clip;
}

.main-reviews-text h2 {
    margin: 0;
}

.main-reviews-text h3 {
    margin: 20px 0 0;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.main-reviews-text .container__inner {
    position: relative;
    padding-bottom: 290px;
}

.main-reviews-text .container__inner::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 293px;
    height: 326px;
    transform: translate(-50%, 4px);
    background: url("../img/block-reviews-text-img/smiling-optimistic-man-show-thumb-up.png") no-repeat center bottom / contain;
}

@media screen and (min-width: 768px) {
    .main-reviews-text .container__inner::before {
        left: -60px;
        transform: translate(0, 4px);
    }
}

@media screen and (min-width: 992px) {
    .main-reviews-text .container__inner::before {
        transform: translateY(40px);
    }
}

@media screen and (min-width: 1200px) {
    .main-reviews-text .container__inner::before {
        left: -100px;
        width: 446px;
        height: 493px;
    }
}

@media screen and (min-width: 1500px) {
    .main-reviews-text .container__inner::before {
        left: -56px;
        transform: translate(0, 4px);
    }
}

@media screen and (min-width: 1700px) {
    .main-reviews-text .container__inner::before {
        /*left: -120px;*/
    }
}

.main-reviews-text .slider-reviews-text {
    margin: 45px auto 0;
    max-width: 800px;
}

.main-reviews-text .slick-list {
    margin: 0 -15px;
    overflow: hidden;
}

.main-reviews-text .slick-arrow {
    position: absolute;
    bottom: -55px;
    right: 0;
    border: 0;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    outline: none;
    transition: background-color 250ms ease;
}

.main-reviews-text .slick-arrow.slick-next {
    right: 0;
    background: url('../img/1.svg') no-repeat center center;
    transform: rotate(180deg);
}

.main-reviews-text .slick-arrow.slick-next:hover {
    background: url('../img/2.svg') no-repeat center center #000000;
    transform: rotate(0deg);
}

.main-reviews-text .slick-arrow.slick-prev {
    right: 60px;
    background: url('../img/1.svg') no-repeat center center;
}

.main-reviews-text .slick-arrow.slick-prev:hover {
    background: url('../img/2.svg') no-repeat center center #000000;
    transform: rotate(180deg);
}

.main-reviews-text .review-item {
    padding: 15px 15px 15px 20px;
    margin: 15px;
    height: 314px;
    overflow-x: clip;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.main-reviews-text .review-item::-webkit-scrollbar {
    margin-right: 10px;
    width: 4px;
    min-height: 50px;
    background: rgba(121, 188, 30, 0.3);
}

.main-reviews-text .review-item::-webkit-scrollbar-thumb {
    background-color: #79bc1e;
    min-height: 30px;
    max-height: 30px;
}

.main-reviews-text .review-item .review-text {
    position: relative;
    font-style: italic;
}

.main-reviews-text .review-item .review-text p {
    margin-bottom: 0;
    margin-top: 0;
}

.main-reviews-text .review-item .review-text img.review-text-image {
    width: 100%;
    height: auto;
}

.main-reviews-text .review-item .review-user-name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}

.mark-reviews-text__mark {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translate(50%, 0);

    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.mark-reviews-text__top {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.mark-reviews-text__top span {
    padding: 10px 18px;
    display: inline-block;
    font-weight: 700;
    border-radius: 20px;
    background: #FFF;
}

@media screen and (min-width: 480px) {
    .mark-reviews-star {
        width: 80px;
        height: 80px;
    }
}

.mark-reviews-text__stars {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 20px;*/
    gap: 10px;
}

.mark-reviews-text__stars img {
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 575px) {
    .mark-reviews-text__stars img {
        width: 60px;
        height: 60px;
    }
}

.mark-reviews-text__stars img:hover {
    opacity: .8;
    cursor: pointer;
    transition-duration: .3s;
}

@media screen and (min-width: 768px) {
    .mark-reviews-text__top {
        font-size: 60px;
    }
}

@media screen and (min-width: 1600px) {
    .main-reviews-text .container__inner {
        padding-bottom: 86px;
    }

    .mark-reviews-text__mark {
        right: -40px;
        bottom: calc(50% + 42px);
        transform: translate(0, 50%);
        flex-direction: column;
    }

    .mark-reviews-text__top {
        font-size: 68px;
        gap: 25px;
    }
}

@media screen and (min-width: 1800px) {
    .mark-reviews-text__mark {
        /*right: -20px;*/
        right: 0;
    }

    .mark-reviews-text__top {
        font-size: 82px;
    }
}

/* ВІДГУКИ КЛІЄНТІВ (ВІДЕО) END	*/

/* НАШІ РОБОТИ START	*/
.main-works {
    padding-top: 100px;
    padding-bottom: 50px;
}

.main-works h2 {
    margin-top: 0;
    margin-bottom: 33px;
}

.main-works .tabs {
    text-align: center;
    margin: 0 2px 50px;
}

.main-works .tabs .tabs-wrapper {
    max-width: 1774px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 2px;
}

.main-works .tabs .tab {
    padding: 10px 20px;
    width: 100%;
    min-height: 100px;
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #333;
    border-radius: 10px 10px 0 0;
    background: #F1F1F1;
    transform: translateY(1px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-works .tabs .tab:hover,
.main-works .tabs .tab:focus {
    opacity: .8;
    cursor: pointer;
    transition-duration: .3s;
}

.main-works .tabs .tab .tab-desc {
    margin-top: 10px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #9AA2A7;
    display: block;
}

.main-works .tabs .tab:last-child {
    margin-right: 0;
}

.main-works .tabs .tab.active {
    color: #fff;
    background: #51A90D;
    pointer-events: none;
}

.main-works .tabs .tab.active .tab-desc {
    color: #F5F5F5;
}

.main-works .tab_item {
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.tab_block__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9px;
    width: 92%;
    font-size: 14px;
    z-index: 11;
    color: #fff;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

.tab_block {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*margin-bottom: 25px;*/
    /*width: 25%;*/
}

.tab_block {
    position: relative;
    /*width: 275px !important;*/
    /*height: 375px !important;*/
    /*width: 427px !important;*/
    width: 420px !important;
    height: 526px !important;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.tab_block .tab_block-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    transition-duration: .3s;
}

.tab_block .tab_block-link:hover,
.tab_block .tab_block-link:focus {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
    transition-duration: .3s;
}

.tab_block span {
    content: '';
    display: block;
    /*width: 275px;*/
    /*height: 375px;*/
    width: 100%;
    height: 100%;
    background: url('../img/block-works-img/site-page-frame.svg') no-repeat top left / 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.tab_block span img {
    /*width: 253px !important;*/
    /*height: 361px !important;*/
    width: 100%;
    height: auto;
    /*aspect-ratio: 6/7;*/
    aspect-ratio: 11/13;
    /*border-radius: 0 0 5px 2px !important;*/
    max-width: none !important;
    position: relative;
    /*top: 23px;*/
    top: 30px;
}

.main-works .tab_item img {
    /*box-shadow: 0 2px 11px rgba(0, 0, 0, 0.15);*/
    /*border-radius: 0 0 6px 6px;*/
}

.main-works .button-wrapper {
    text-align: center;
    margin-top: 60px;
}

.button_works {
    margin: 0 auto;
    padding: 8px 44px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #3B4047;
    text-align: center;
    text-shadow: none;

    display: inline-flex;
    justify-content: center;
    gap: 10px;
}

.button_works:hover {
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.8);
    text-decoration: none;
    opacity: .8;
    transition-duration: .3s;
}

.button_works .arrow-right {
    transform: translate(0, -1px);
    transition-duration: .3s;
}

.button_works:hover .arrow-right {
    transform: translate(20px, -1px);
    transition-duration: .3s;
}

/* НАШІ РОБОТИ END	*/

/* НАШІ КЛІЄНТИ START	*/
.main-clients {
    padding-top: 56px;
    padding-bottom: 100px;
}

.main-clients h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.main-clients .teaser {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.main-clients .slider-clients {
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.main-clients .slider-clients .item {
    outline: none;
    vertical-align: baseline;
    line-height: 100px;
    width: 16% !important;
    display: inline-block;
    float: none;
}

.main-clients .slider-clients .item img {
    display: inline-block;
}

.slider-clients .slick-prev,
.slider-clients .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -3px;
    display: block;
    width: 52px;
    height: 52px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.slider-clients .slick-prev {
    left: -44px;
}

.slider-clients .slick-next {
    right: -44px;
}

.slider-clients .slick-prev:hover {
    border: 1px solid #72bd28;;
}

.slider-clients .slick-next:hover {
    border: 1px solid #72bd28;;
}

.slider-clients .slick-prev::before {
    content: url('../img/carousel-clients/arr-left.png');
}

.slider-clients .slick-next::before {
    content: url('../img/carousel-clients/arr-right.png');
}

.slider-clients .slick-prev:hover::before {
    content: url('../img/carousel-clients/arr-left-hover.png');
}

.slider-clients .slick-next:hover::before {
    content: url('../img/carousel-clients/arr-right-hover.png');
}

.main-clients__more {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-align: right;
}

/* НАШІ КЛІЄНТИ END	*/

/* ГАРАНТІЇ START */
.main-warranty {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../img/block-warranty-img/warranty-bg-00.jpg") no-repeat center / cover;
    position: relative;
}

/*.main-warranty::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.9);
    z-index: -1;
}*/

.main-warranty h2 {
    margin-top: 0;
    margin-bottom: 60px;
    color: #fff;
}

.main-warranty .warranty-list {
    margin: 0;
    padding: 0;
    list-style-type: none;

    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
    /*flex-wrap: wrap;*/
    /*column-gap: 130px;*/
    /*row-gap: 50px;*/
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 200px);
    grid-template-rows: repeat(2, 1fr);
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 50px;
}

@media screen and (min-width: 1700px) {
    .main-warranty > .container > .warranty-list {
        width: 95%;
        margin: auto;
    }
}

.main-warranty .warranty-item {
    margin: 0 auto;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.main-warranty .warranty-item__icon {
    min-width: 62px;
    width: 62px;
    height: 62px;
}

.main-warranty .warranty-item__text {
    margin: 0;
    font-size: 18px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* ГАРАНТІЇ END	*/

/* ЗАЛИШТЕ ЗАЯВКУ START	*/
.main-callback {
    background-color: #F8E71C;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    transform: translate(0, 0);
}

.main-callback .ajax-loader {
    background-color: #F8E71C;
}

.main-callback h2 {
    margin: 0;
}

.main-callback h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.main-callback .form-callback {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.form-callback .inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.form-callback .input {
    width: 250px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    padding: 6px 12px 6px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    opacity: .5;
    transition-duration: .3s;
}

.form-callback .input:hover,
.form-callback .input:focus {
    border-bottom: 1px solid #333;
    opacity: 1;
    cursor: pointer;
    transition-duration: .3s;
}

.form-callback .submit {
    padding: 8px 48px;
    min-width: fit-content;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 100px;
    background: #79BC1E;
    outline: none;
    transition-duration: .3s;
}

.form-callback .submit:hover,
.form-callback .submit:focus {
    background-color: #50AB09;
    color: #fff;
    transition-duration: .3s;
}

/* ЗАЛИШТЕ ЗАЯВКУ END */

/* ВІДГУКИ КЛІЄНТІВ (ВІДЕО) START */
.main-reviews-video {
    padding-top: 100px;
    /*padding-bottom: 180px;*/
    /*LAST EDIT NO-SLIDER*/
    padding-bottom: 80px;
}

.main-reviews-video h2 {
    margin: 0;
}

.main-reviews-video h3 {
    margin: 20px 0 0;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.main-reviews-video .slider-reviews-video {
    margin: 35px auto 0;
    /*max-width: 1502px;*/ /*LAST EDIT NO-SLIDER*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.main-reviews-video .review-item {
    aspect-ratio: 16/9;
    width: 100%;
    /*margin: 0 15px;*/
    /*LAST EDIT NO-SLIDER*/
}
/*LAST EDIT NO-SLIDER*/
@media screen and (min-width: 992px) {
    .main-reviews-video .slider-reviews-video {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .main-reviews-video .review-item {
        width: calc((100% - 20px) / 2);
    }

    .main-reviews-video .review-item:nth-child(odd):last-child {
        margin: auto;
    }
}

.main-reviews-video .slick-list {
    margin: 0 -15px;
    overflow: hidden;
}

.main-reviews-video .slick-arrow {
    position: absolute;
    bottom: -60px;
    right: 0;
    border: 0;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    outline: none;
    transition: background-color 250ms ease;
}

.main-reviews-video .slick-arrow.slick-next {
    right: 0;
    background: url('../img/1.svg') no-repeat center center;
    transform: rotate(180deg);
}

.main-reviews-video .slick-arrow.slick-next:hover {
    background: url('../img/2.svg') no-repeat center center #000000;
    transform: rotate(0deg);
}

.main-reviews-video .slick-arrow.slick-prev {
    right: 60px;
    background: url('../img/1.svg') no-repeat center center;
}

@media only screen and (min-width: 1800px) {
    .main-reviews-video .slick-arrow.slick-prev {
        right: -60px;
        bottom: -80px;
    }

    .main-reviews-video .slick-arrow.slick-next {
        right: -120px;
        bottom: -80px;
    }
}

.main-reviews-video .slick-arrow.slick-prev:hover {
    background: url('../img/2.svg') no-repeat center center #000000;
    transform: rotate(180deg);
}

.main-reviews-video .review-item .review-youtube {
    width: 100%;
    aspect-ratio: 16/9;
}

.main-reviews-video .review-item::-webkit-scrollbar {
    margin-right: 10px;
    width: 8px;
    min-height: 50px;
    background: rgba(121, 188, 30, 0.1);
}

.main-reviews-video .review-item::-webkit-scrollbar-thumb {
    background-color: #79bc1e;
    min-height: 30px;
    max-height: 30px;
    border-radius: 6px;
}

.main-reviews-video .review-video.is-active .review-youtube {
    display: block;
}

.main-reviews-video .review-video.is-active .review-img {
    display: none;
}

.main-reviews-video .review-item .review-youtube {
    display: none;
    width: 100%;
    border: none;
}

.main-reviews-video .review-img {
    height: 100%;
    position: relative;
    cursor: pointer;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.main-reviews-video .review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-reviews-video .review-item .review-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../img/youtube-logo.svg') rgba(0, 0, 0, .4) no-repeat center;
    z-index: 2;
    transition-duration: .5s;
}

.main-reviews-video .review-item .review-text {
    position: relative;
    font-style: italic;
}

.main-reviews-video .review-item .review-text p {
    margin-bottom: 0;
    margin-top: 0;
}

.main-reviews-video .review-item .review-user-name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}

/* ВІДГУКИ КЛІЄНТІВ (ВІДЕО) END	*/

/* КОЛЕКТИВ START */
.main-collective {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('../img/block-collective-img/collective-bg.png');
}

.main-collective h2 {
    color: #fff;
    margin-top: 0;
    /*margin-bottom: 40px;*/
    /*LAST EDIT*/
    margin-bottom: 20px;
}

.main-collective h3 {
    margin: 0;
    position: relative;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    font-variant: small-caps;
    line-height: 1.25;
}

.main-collective h3::after {
    /*margin: 36px auto 38px;*/
    /*LAST EDIT*/
    margin: 26px auto 28px;

    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background-color: #fff;
}

.main-collective .no-problem {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.main-collective__wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}

.main-collective__column img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
    .main-collective__wrapper {
        flex-direction: row;
        justify-content: center;
    }
    .main-collective__column {
        max-width: 50%;
        width: calc((100% - 20px) / 2);
    }
    .main-collective__column.left-column {
        width: 40%;
    }
    .main-collective__column.right-column {
        text-align: left;
    }
    .main-collective__column img {
        max-height: 460px;
    }
}
@media screen and (min-width: 1200px) {
    .main-collective__wrapper {
        flex-direction: row;
        justify-content: center;
    }
    .main-collective__column {
        max-width: 50%;
        width: calc((100% - 20px) / 2);
    }
    .main-collective__column.left-column {
        width: 30%;
    }
    .main-collective__column.right-column {
        text-align: left;
    }
    .main-collective__column img {
        max-height: 460px;
    }
}
@media screen and (min-width: 1500px) {
    .main-collective__wrapper {
        flex-direction: row;
        justify-content: center;
    }
    .main-collective__column {
        max-width: 50%;
        width: 40%;
    }
    .main-collective__column.right-column {
        text-align: left;
    }
    .main-collective__column img {
        max-height: 460px;
    }
}

.main-collective .big-number {
    /*margin-top: 100px;*/
    /*LAST EDIT*/
    margin-top: 20px !important;

    font-size: 288px;
    font-weight: 400;
    line-height: .8;
    color: #FFE30B;
}

.main-collective .big-number-teaser {
    /*margin-top: 30px;*/
    /*LAST EDIT*/
    margin-top: 20px;

    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
    color: #FFE30B;
    text-transform: lowercase;
}

.main-collective .big-number-teaser:first-of-type {
    margin-top: 0;
}

.main-collective .instagram-btn-block {
    /*margin: 50px auto 0;*/
    /*LAST EDIT*/
    margin: 30px auto 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/*.main-collective .instagram-btn-label {
    margin: 0;
    font-size: 24px;
}*/

.main-collective .instagram-btn-link {
    padding: 8px 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FFE20B;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #2D3037;
    transition-duration: .3s;
}

.main-collective .instagram-btn-link:hover {
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.8);
    text-decoration: none;
    opacity: .8;
    transition-duration: .3s;
}

/*.main-collective .instagram-btn-link .arrow-right {
    transform: translateX(0);
    transition-duration: .3s;
}

.main-collective .instagram-btn-link:hover .arrow-right {
    transform: translateX(20px);
    transition-duration: .3s;
}*/
/* КОЛЕКТИВ END	*/

/* ЯК ДІСТАТИСЬ START */
.main-reach {
    padding-top: 92px;
    padding-bottom: 100px;
}

.main-reach h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 25px;
}

.main-reach__video-title {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 25px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.main-reach__address-list {
    margin: 30px 44px 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-reach__road-desc,
.main-reach__address-item,
.main-reach__address-item * {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.main-reach__address-item {
    text-align: center;
    display: inline-flex;
}

.main-reach .address,
.main-reach .address-link,
.main-reach .show_map,
.main-reach a {
    font-style: normal;
    line-height: 1.25;
}

.main-reach .show_address-link,
.main-reach .show_map,
.main-reach a {
    text-decoration: underline;
    transition-duration: .3s;
}

.main-reach .show_address-link:hover,
.main-reach .show_map:hover,
.main-reach a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    transition-duration: .3s;
}

.main-reach__map-block {
    margin-top: 50px;
    display: flex;
}

.main-reach__map,
.main-reach__image {
    width: 100%;
    height: 100%;
}

.main-reach__map-link {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: .3s;
}

.main-reach__map-link:hover {
    filter: brightness(.8);
    transition-duration: .3s;
}

.main-reach__map img,
.main-reach__image img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
}

.main-reach__road-list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.main-reach__road-item {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}

.main-reach__road-item--office {
    display: none;
}

.main-reach__road-item img {
    width: 100%;
    height: auto;
}

.main-reach__road-item img:hover {
    cursor: pointer;
}

.main-reach__video-block {
    margin: 60px auto 0;
    /*max-width: 1170px;*/
}

.main-reach__video-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.main-reach__video-item-wrapper {
    max-width: calc((100% - 30px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.main-reach__video-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: clip;
    transition-duration: .3s;
}

.main-reach__video-item-caption {
    margin: 0;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.main-reach__video-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../img/block-to-reach-img/video-play-icon.svg') no-repeat center / 58px;
    z-index: 2;
    transition-duration: .3s;
}

.main-reach__video-item:hover {
    cursor: pointer;
}

.main-reach__video-item:hover img {
    transform: scale(1.05);
    transition-duration: .3s;
}

.main-reach__video-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
}

.main-reach__video-item .video-youtube {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    display: none;
}

.main-reach__video-item img {
    width: 100%;
    aspect-ratio: 16/9;
    transition-duration: .3s;
}

/*.main-reach__video-item.is-active .video-youtube {
    display: block;
}

.main-reach__video-item.is-active img {
    display: none;
}

.main-reach__video-item.is-active::before {
    display: none;
}*/

/* ЯК ДІСТАТИСЬ END */

/* ГОТОВІ END */
.main-order {
    background-image: url('../img/block-order-img/order-bg-1.jpg');
    position: relative;
    overflow: clip;
}

.main-order .container__inner::before,
.main-order .container__inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 260px;
    height: 388px;
    transform: translateY(2px);
}

.main-order .container__inner::before {
    background: url("../img/block-order-img/girl-think.png") no-repeat center bottom / contain;
    left: -25px;
}

.main-order .container__inner::after {
    background: url("../img/block-order-img/man-smile.png") no-repeat center bottom / contain;
    right: -20px;
}

@media screen and (min-width: 1200px) {
    .main-order .container__inner::before,
    .main-order .container__inner::after {
        width: 268px;
        height: 400px;
    }

    .main-order .container__inner::before {
        /*left: -40px;*/
        left: 0;
    }

    .main-order .container__inner::after {
        /*right: -40px;*/
        right: -8px;
    }
}

.main-order h2 {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.main-order .container__inner {
    padding-top: 80px;
    padding-bottom: 118px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
}

.main-order .container::before,
.main-order .container::after {
    display: none;
}

.main-order .order-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.main-order .order-buttons .order-btn {
    padding: 8px 46px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 1px solid #fff;
    transition-duration: .3s;
}

.main-order .order-buttons .order-btn:hover,
.main-order .order-buttons .order-btn:focus {
    box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.8);
    text-decoration: none;
    opacity: .8;
    transition-duration: .3s;
}

.main-order .order-buttons .order-btn--dark {
    color: #fff;
}

.main-order .order-buttons .order-btn--light {
    color: #333;
    background: #fff;
}

/* ГОТОВІ END */

/* КОНТАКТИ START */
.main-contacts {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-contacts h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.main-contacts h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
}

.main-contacts .container__inner {
    margin: 50px 0 0;
    display: flex;
    justify-content: flex-start;
    gap: 72px;
}

.main-contacts .container::before,
.main-contacts .container::after {
    display: none;
}

.main-contacts .photo-office {
    max-width: 978px;
    width: 978px;
    /*width: 100%;*/
    border-radius: 5px;
    overflow: clip;
}

.main-contacts .photo-office img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56%;
}

.main-contacts__list {
    width: 482px;
    min-width: 482px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    text-align: left;
    flex-grow: 1;
}

/*.main-contacts__item {
    min-width: 440px;
}*/

.main-contacts .text {
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    color: #333;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.main-contacts .text img {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.main-contacts .address,
.main-contacts .map_link,
.main-contacts .show_map,
.main-contacts .phone,
.main-contacts .email,
.main-contacts a {
    color: #08A018;
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
}

.main-contacts .show_number,
.main-contacts .show_address,
.main-contacts .show_map,
.main-contacts .email > span,
.main-contacts a {
    text-decoration: underline;
    transition-duration: .3s;
}

.main-contacts .show_number:hover,
.main-contacts .show_address:hover,
.main-contacts .show_map:hover,
.main-contacts .email > span:hover,
.main-contacts a:hover {
    text-decoration: none;
    cursor: pointer;
    transition-duration: .3s;
}

.main-contacts .teaser {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}

/* КОНТАКТИ END	*/

/* SEO START	*/
.seo-text {
    padding-bottom: 100px;
}

.seo-text .scroll-text {
    padding-top: 4px;
    max-height: 157px;
    -webkit-overflow-scrolling: touch;
    overflow-x: clip;
    overflow-y: scroll;
    font-size: 18px;
    padding-right: 10px;
}

.scroll-text::-webkit-scrollbar {
    width: 7px;
    background: #ECF1F3;
}

.scroll-text::-webkit-scrollbar-thumb {
    background-color: #50AB09;
    border-radius: 20px;
}

.seo-text .scroll-text h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
}

.seo-text .scroll-text > *:first-child {
    margin-top: 0;
}

.seo-text .scroll-text > *:last-child {
    margin-bottom: 0;
}

.seo-text .scroll-text > p,
.seo-text .scroll-text > ul,
.seo-text .scroll-text > li {
    margin: 20px 0;
}

/* SEO END	*/

/* POPUP section */
.popup-section {
    display: none;
}

/* ------------- */

/* FOOTER START	*/
.main-footer {
    padding: 40px 0;
}

.main-footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.main-footer .footer-logo img {
    width: 208px;
    height: auto;
}

.main-footer h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main-footer h3 > span {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

/*@media screen and (min-width: 767px) {
    .main-footer h3 > span::before {
        content: '';
        display: block;
        position: absolute;
        left: -18px;
        top: 50%;
        transform: translate(-50%, -50%);

        width: 14px;
        height: 2px;
        background: #50AB09;
    }
}*/

.main-footer h3 > a {
    font-family: "RobotoBold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #50AB09;
    text-align: left;
    text-decoration: none;
}

.main-footer h3 > a:hover {
    text-decoration: none;
}

.main-footer .contacts-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.main-footer .contacts-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.main-footer .contacts-item__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.main-footer .benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-footer .benefits-item {
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 7px;
}

.main-footer .benefits-item img {
    height: 26px;
    width: auto;
}

/*.main-footer .benefits-item img[alt="Starlink"] {
    transform: translateX(25%);
}*/

.main-footer .contacts-item__inner p,
.main-footer .benefits-item p {
    margin: 0;
}

.main-footer .contacts-item__inner * {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #333;
    text-align: center;
    transition-duration: .3s;
}

.main-footer .contacts-item__inner a:hover {
    color: #50AB09;
    transition-duration: .3s;
}

/*.main-footer .contacts-item__inner .phone,
.main-footer .contacts-item__inner .phone .show_number,
.main-footer .contacts-item__inner .phone > a {
    font-size: 20px;
}

.main-footer .contacts-item__inner .phone .show_number {
    text-decoration: underline;
    cursor: pointer;
}*/

.main-footer .contacts-item__inner .teaser {
    width: 280px;
    font-size: 14px;
    text-align: center;
}

.main-footer .contacts-item__inner .teaser-attention {
    color: #50AB09;
    text-decoration: none;
}

/*.main-footer .contacts-item__inner .contacts-item__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.main-footer .contacts-item__inner .contacts-item__map {
    color: #50AB09;
    text-decoration: underline;
    transition-duration: .3s;
}

.main-footer .contacts-item__inner .contacts-item__map:hover {
    opacity: .8;
    text-decoration: none;
    transition-duration: .3s;
}

.main-footer .contacts-item__inner .contacts-item__map img {
    margin-right: 10px;
}*/

.main-footer .benefits-item * {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.25;
}

@media screen and (min-width: 480px) {
    /*.main-footer .contacts-item__inner .phone,
    .main-footer .contacts-item__inner .phone .show_number,
    .main-footer .contacts-item__inner .phone > a {
        font-size: 24px;
    }*/
}

@media screen and (min-width: 680px) {
    /*.main-footer .contacts-list {
        flex-direction: row;
    }*/
    /*.main-footer .contacts-item {
        width: 50%;
    }*/
    .main-footer .benefits {
        flex-direction: column;
    }

    .main-footer .benefits-item {
        max-width: 200px;
        align-items: center;
        text-align: center;
    }
}

@media screen and (min-width: 767px) {
    .main-footer .footer-logo img {
        width: 270px;
        height: auto;
    }

    .main-footer .footer-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        gap: 50px;
        flex-wrap: wrap;
    }

    .main-footer h3 {
        text-align: left;
        align-items: flex-start;
    }

    .main-footer .contacts-item__inner .teaser {
        width: 350px;
        font-size: 18px;
        text-align: left;
    }

    .main-footer .contacts-item__inner * {
        font-size: 18px;
        text-align: left;
    }

    .main-footer .benefits {
        flex-direction: row;
        align-items: flex-start;
    }

    .main-footer .benefits-item {
        /*width: 50%;*/
        align-items: flex-start;
        text-align: left;
    }

    /*.main-footer .benefits-item img[alt="Starlink"] {
        transform: translateX(0);
    }*/
}

@media screen and (min-width: 1440px) {
    .main-footer .footer-wrapper {
        justify-content: space-between;
    }
}

/*@media screen and (min-width: 1600px) {
    .main-footer .footer-item {
        min-width: 25%;
    }
    .main-footer .site {
        min-width: calc(25% - 80px);
    }
}*/
/* FOOTER END	*/

/* SCROLL TO ID STYLE START	*/
.top-nav li a.mPS2id-highlight {
    color: #ffdd00;
}

.top-nav li.active a.mPS2id-highlight {
    color: #3b4047;
    text-decoration: underline;
}

/* SCROLL TO ID STYLE END	*/

/* ANIMATE STYLE START	*/
.top-nav li.active {
    animation-delay: 0.75s;
}

.head-button {
    animation-delay: 1.25s;
}

.banner-button {
    animation-delay: 1.75s;
}

.colum-left {
    animation-delay: 0.25s;
}

.colum-center {
    animation-delay: .5s;
}

.colum-right {
    animation-delay: .75s;
}

/* ANIMATE STYLE END */

/* MOBILE MENU START */
.sandwich {
    position: relative;
    /*display: inline-block;*/
    height: 32px;
    width: 32px;
    cursor: pointer;
    padding: 6px;
    /*background-color: #79BC1E;*/
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    z-index: 2100;
    display: none;
}

.sandwich-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.sandwich-line {
    height: 2px;
    width: 20px;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    transition: all ease-in-out 0.5s;
}

.sandwich-line--top {
    top: 3px;
}

.sandwich-line--middle {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.sandwich-line--bottom {
    bottom: 3px;
}

.sandwich-on .sandwich-line--top {
    transform: rotate(405deg) translateY(-50%);
    top: 50%;
}

.sandwich-on .sandwich-line--middle {
    opacity: 0;
    transform: rotate(360deg) translateY(-50%);
}

.sandwich-on .sandwich-line--bottom {
    transform: rotate(-405deg) translateY(50%);
    bottom: 50%;
}

.top-menu {
    overflow: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    right: 0;
    top: 0;
    display: none;
    z-index: 2000;
}

.top-menu ul,
.top-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu ul {
    margin-top: 20px;
    text-align: center;
}

.top-menu ul a {
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.5s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    display: block;
}

.top-menu ul a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

/* MOBILE MENU END */

.confirmation div {
    font-size: 72px;
    text-align: center;
}

.confirmation div + div {
    font-size: 36px;
}

.header-phone__number .show_number {
    cursor: pointer;
    text-decoration: underline;
}

#lhc_status_container .lhc-text-status {
    display: none;
}

#lhc_status_container > a::after {
    content: 'Допомога онлайн';
}

#lhc_status_container > a::after {
    content: 'Допомога онлайн';
    border-radius: 100%;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
    color: #454545;
    padding: 25px 10px 10px 9px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
}

.сarousel-wrapper {
    margin: 0 -84px;
}

/* EDIT */
.to_top {
    margin-top: 0;
}

.price.price_mobile {
    display: none;
}

/* Other */
.mfp-bg.mfp-zoom-in.popup {
    background: linear-gradient(119.36deg, #F6F6F6 0%, #FFFFFF 50.76%, #E5E5E5 100%);
    opacity: 1;
}

.mfp-zoom-in.popup .mfp-close {
    color: #333333 !important;
    font-size: 80px !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
}

.mfp-zoom-in.popup .mfp-close:hover {
    color: red !important;
}

.mfp-zoom-in.popup .mfp-content {
    height: 100%;
}

.form-send-presentation__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.form-send-presentation__wrapper .popup-elements {
    max-width: 550px;
    margin-right: 175px;
}

.form-description-wrapper .form-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.form-description-wrapper .form-description {
    font-size: 16px;
    line-height: 23px;
}

.form-send-presentation__wrapper .popup-layout {
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.form-send-presentation__wrapper .screens {
    position: static;
}

.form-send-presentation__wrapper .screens img {
    border-radius: 11px;
}

.form-send-presentation__wrapper .screens .screen-item {
    box-shadow: 0 24px 32px rgba(8, 35, 48, 0.1);
    border-radius: 11px;
    margin-bottom: 45px;
}

.form-send-presentation__wrapper .screens .screen-item:last-child {
    margin-bottom: 0;
}

#form-3 label {
    display: block;
    font-size: 12px;
    margin-bottom: 23px;
}

#form-3 .viber-icon {
    display: inline-block;
    text-indent: -9999px;
    background: url('../img/viber.svg') no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    position: absolute;
    left: 11px;
    top: 11px;
}

#form-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-3 .tel-wrpper {
    position: relative;
}

#form-3 input {
    margin-left: 0;
    border: 1px solid #3B4047;
    width: 260px;
    height: 50px;
    padding: 0 15px 0 50px;
    outline: none;
    border-radius: 45px;
}

#form-3 input[type="tel"] {
    transition: 0.3s;
    font-size: 18px;
    font-weight: 700;
}

#form-3 input[type="tel"]:focus {
    border-color: #ffdd00;
}

#form-3 input::placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

#form-3 .inputs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-3 input[type="submit"] {
    color: #fff;
    background: #333333;
    border-radius: 40px;
    border: none;
    width: 260px;
    line-height: 0;
    padding: 15px 0;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 700;
}

#form-3 input[type="submit"]:hover {
    background: #ffdd00;
    color: #333;
}

#form-3 {
    margin-top: 25px;
}

.mfp-container {
    z-index: 10000;
}

#__replain_widget {
    display: none;
}

#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 955;
    object-fit: fill;
    cursor: pointer;
    background-image: url("../img/long_up.svg");
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center;
    display: none;
    border-radius: 4px;
    background-color: #50AB09;
}

@media only screen and (min-width: 1200px) {
    #online-chat-wrapper .b-callback__icon:nth-of-type(3),
    #online-chat-wrapper .b-callback__icon:nth-of-type(4) {
        margin: 10px -2px !important;
    }

    #online-chat-wrapper .b-callback__icon:nth-of-type(5) {
        margin-top: -8px !important;
        margin-left: 26px !important;
    }
}

/* keyframes */
@keyframes translateTableScroll {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -30px;
    }
}

@keyframes translateHandScroll {
    0% {
        opacity: 0;
        right: 0;
    }

    10% {
        opacity: 1;
        transform: translate(50%, 0) scale(.6);
    }

    90% {
        opacity: 1;
        transform: translate(50%, 0) scale(.6);
    }

    100% {
        opacity: 0;
        right: 30px;
    }
}