@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-100 {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: 100;
     font-style: normal;
 }

.montserrat-400 {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: 400;
     font-style: normal;
 }

.montserrat-600 {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: 600;
     font-style: normal;
 }

.montserrat-700 {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: 700;
     font-style: normal;
 }

.montserrat-900 {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: 900;
     font-style: normal;
 }

@font-face {
    font-family: 'SFPD';
    src: url('/fonts/SFProDisplay-Regular.eot');
    src: local('/fonts/SFProDisplay-Regular-Black'),
    url('/fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Regular.woff') format('woff'),
    url('/fonts/SFProDisplay-Regular.ttf') format('truetype'),
    font-weight: 400;
    font-style: normal;
}

a, button {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F1F;
}

.orange_btn,
.green_btn {
    width: fit-content;
    border-radius: 30px;
    max-width: 100%;
    border: none;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 8px rgb(0 48 32 / 24%);
    box-sizing: border-box;
    text-decoration: none;
}

.orange_btn {
    background: #FE9D2A;
}

.orange_btn span,
.green_btn span {
    margin-right: 10px;
    display: flex;
}

.orange_btn:hover {
    background-color: #B96808;
}

/*!*#009867*!  - #53AF9F*/
/*#4ebb73*/

.green_btn {
    background: #4ebb73;
}

.green_btn:hover {
    background-color: #009867;
}

.container {
    max-width: 1154px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

header {
    background: linear-gradient(180deg, #4ebb73 0%, rgba(255, 255, 255, 0) 100%), #009867;
    border-top: 5px solid #009867;
    border-bottom: 5px solid #4ebb73;
    box-sizing: border-box;
    padding: 5px 22px 5px 22px;
}

header .header-content {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

header .header-content:before {
    content: '';
    position: absolute;
    top: 27px;
    left: -102%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 100%;
    border-radius: 25px;
}

header .header-content:after {
    content: '';
    position: absolute;
    top: 27px;
    right: -102%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 100%;
    border-radius: 25px;
}

header .header-logo {
    width: 152px;
    margin-right: 50px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 5px;
}

header .header-logo .header-logo_img {
    margin-bottom: 15px;
    max-width: 152px;
}

header .header-social {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

header .header-logo ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}

header .header-logo ul a {
    width: 25px;
    height: 25px;
    display: block;
}

header .header-logo ul a img {
    height: 100%;
    object-fit: cover;
}

header .header-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .header-menu a {
    font-family: 'SFPD';
    font-size: 14px;
    line-height: 19px;
    color: #323232;
    background: rgba(255, 255, 255, .5);
    padding: 6px 15px 5px;
    text-decoration: none;
    border-radius: 25px;
}

header .header-menu li.active {
    border-radius: 25px;
}

header .header-menu a:hover,
header .header-menu li.active a {
    background: #FE9D2A;
    line-height: 19px;
    color: #FFFFFF;
}

@media screen and (max-width: 1266px) {
    header .header-content:before,
    header .header-content:after {
        display: none;
    }

    header .header-menu {
        justify-content: flex-end;
        width: 100%;
    }

    header .header-menu a {
        font-size: 14px;
    }

    header .header-logo {
        width: 100px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    header {
        padding: 10px 0;
    }

    .header-content {
        display: flex;
        flex-direction: column-reverse;
    }

    header .header-menu {
        display: none;
    }

    header .header-top {
        flex-direction: column-reverse;
        align-items: flex-end;
        margin-top: 10px;
        padding: 0;
    }

    header .top_nav-box {
        display: flex;
        align-items: center;
        gap: 0 25px;
    }
}

@media screen and (max-width: 767px) {
    header .header-logo {
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    header .header-logo ul {
        margin-top: 5px;
    }

    header .header-logo .header-logo_img {
        max-width: 125px;
        margin-bottom: 0;
    }

    header .top_nav-box {
        width: 100%;
        gap: 0;
    }
}

@media screen and (max-width: 479px) {
    header .header-logo > a {
        width: 100px;
    }
}

body {
    overflow-x: hidden;
}

nav {
    display: none;
}

.mobile-menu {
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

.mobile-menu input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

.mobile-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

.mobile-menu span:first-child {
    transform-origin: 0% 0%;
}

.mobile-menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.mobile-menu input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

.mobile-menu input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.mobile-menu input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

.mobile-menu ul{
    height: 100vh;
    position: fixed;
    width: 300px;
    margin: -70px 0 0 0;
    padding: 50px;
    right: -100px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.mobile-menu  li {
    padding: 10px 0;
    font-size: 16px;
}

.mobile-menu li a {
    text-decoration: none;
    color: #333333;
}

.mobile-menu input:checked ~ ul {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    nav {
        display: block;
    }
}

.intro {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}

.intro:before {
    content: '';
    position: absolute;
    top: 300px;
    left: -675px;
    width: 927px;
    height: 927px;
    background-image: url(../img/image_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.intro-content {
    display: flex;
    align-items: center;
}

.intro-content_left,
.intro-content_right {
    width: 50%;
}

.intro-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    color: #333333;
    margin-bottom: 25px;
}

.intro-subtitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 35px;
}

.intro-title span,
.intro-subtitle span {
    color: #4ebb73;
}

.intro-text {
    font-family: 'SFPD';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #323232;
    margin-bottom: 15px;
    width: 100%;
    max-width: 520px;
}

.intro-subtext {
    font-family: 'SFPD';
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    margin-bottom: 75px;
}

.intro-btn {
    display: flex;
    align-items: center;
}

.intro-btn a {
    width: 100%;
    max-width: 190px;
    border-radius: 50px;
    padding: 11px 0 12px;
    font-family: 'SFPD';
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.intro-btn .orange_btn {
    border: 1px solid #FE9D2A;
    margin-right: 20px;
}

.hom1_1-image {
    width: 600px;
    margin-right: -100px;
}

.intro-stat {
    box-shadow: 0 30px 40px rgb(0 0 0 / 15%);
    padding: 33px 45px;
    box-sizing: border-box;
    margin-top: 87px;
    display: flex;
    align-items: center;
    background: rgba(34, 37, 41, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 25px;
}

.intro-downloads,
.estimate-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
}

.intro-downloads .counter_block {
    display: flex;
    align-items: center;
}

.intro-downloads .counter_block,
.intro-downloads p,
.estimate-container p {
    font-family: 'SFPD';
    font-weight: 600;
    font-size: 64px;
    line-height: 50px;
    color: #FFFFFF;
}

.intro-downloads .counter_block,
.estimate-container p {
    margin-bottom: 33px;
}

.intro-downloads img,
.estimate-container img {
    max-width: 130px;
    margin-bottom: 10px;
}

.intro-downloads span,
.estimate-container span {
    font-family: 'SFPD';
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #7A7B7F;
}

.join-to-us-container {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
}

.join-to-us-container p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.join-to-us-container a {
    display: block;
    /*width: 50%;*/
    text-align: center;
}

.join-to-us-container a:first-of-type {
    margin-right: 15px;
}

.join-to-us-container a:hover {
    opacity: .7;
}

@media screen and (max-width: 1299px) {
    .hom1_1-image {
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .intro:before {
        display: none;
    }

    .intro {
        padding-top: 25px;
    }

    .intro-content {
        flex-direction: column;
    }

    .intro-content_left, .intro-content_right {
        width: 100%;
    }

    .intro-text {
        max-width: 100%;
    }

    .hom1_1-image {
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }

    .intro-subtext {
        margin-bottom: 25px;
    }

    .intro-stat {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .intro-stat {
        flex-wrap: wrap;
    }

    .intro-downloads, .estimate-container {
        width: 49%;
    }

    .join-to-us-container {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    .intro-downloads, .estimate-container {
        width: 100%;
    }

    .estimate-container {
        margin-top: 15px;
    }

    .join-to-us-container a {
        width: 100%;
    }

    .join-to-us-container a:first-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .intro-title {
        font-size: 44px;
    }

    .intro-btn {
        flex-direction: column;
    }

    .intro-btn .orange_btn {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .join-to-us-container p {
        font-size: 23px;
        line-height: 36px;
    }
}

.need-our-service-container {
    padding-top: 100px;
    padding-bottom: 99px;
    position: relative;
}

.need-our-service-container:before {
    content: '';
    position: absolute;
    top: 200px;
    right: -370px;
    width: 900px;
    height: 900px;
    background-image: url(../img/image_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.need-our-service-container .container {
    display: flex;
}

.need-our-service-container .home_2-our_service-left {
    position: relative;
}

.need-our-service-container .home_2-our_service-left:before {
    content: '';
    position: absolute;
    top: -83px;
    right: -300px;
    background: #4ebb73;
    height: 120%;
    width: 1000%;
    border-radius: 0 100px 100px 0;
    z-index: -1;
}

.need-our-service-container .home_2-our_service-left p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 15px;
    max-width: 630px;
    width: 100%;
}

.need-our-service-container .home_2-our_service-left p span {
    display: inline-block;
    width: 210px;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-left: 35px;
}

.need-our-service-container .home_2-our_service-left ul {
    margin-bottom: 25px;
}

.need-our-service-container .home_2-our_service-left ul li {
    display: flex;
    align-items: center;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

.need-our-service-container .home_2-our_service-left ul li:not(:last-of-type) {
    margin-bottom: 16px;
}

.need-our-service-container .home_2-our_service-left ul li img {
    width: 59px;
    height: 59px;
    margin-right: 27px;
}

.need-our-service-container .home_2-our_service-right {
    padding-left: 25px;
    box-sizing: border-box;
}

.need-our-service-container .home_2-our_service-right img {
    margin-left: 150px;
    max-width: 577px;
}

.need-our-service-container .notify {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
}

@media screen and (max-width: 1266px) {
    .need-our-service-container .home_2-our_service-left:after {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .need-our-service-container .home_2-our_service-left {
        width: 100%;
    }

    .need-our-service-container .home_2-our_service-left:before {
        right: 0;
    }

    .need-our-service-container.home_2-our_service-right {
        display: none;
    }

    .need-our-service-container.home_2-our_service-left {
        padding-right: 50px;
    }

    .need-our-service-container .notify {
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .need-our-service-container.home_2-our_service-left p {
        font-size: 26px;
        line-height: 36px;
    }
}

.steps-container {
    padding-top: 100px;
}

.steps p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    max-width: 700px;
    margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
    .steps p {
        font-size: 21px;
        line-height: 21px;
    }
}

.faq-container {
    padding: 35px 0 150px;
    position: relative;
}

.faq-container:before {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -5%;
    width: 788px;
    height: 788px;
    background-image: url(../img/image_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.faq-container .top-block {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
    position: relative;
}

.faq-container .top-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/faq_title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 100px 100px 0;
    width: 135%;
    height: 240px;
    z-index: -1;
    right: 0%;
}

.faq-container .top-block svg {
    margin-right: 60px;
}

.faq-container .top-block p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq-container .top-block p span {
    display: inline-block;
    width: 210px;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 15px;
}

.accordion-container {
    padding-left: 25px;
    box-sizing: border-box;
}

.accordion-container .accordion {
    background: transparent;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 0;
}

.accordion-container .accordion:after {
    background-image: url(../img/plus.svg);
    right: inherit;
    left: -30px;
}

.accordion-container .active:after {
    background-image: url(../img/minus.svg);
    right: inherit;
    left: -30px;
    bottom: 0;
}

.accordion-container .active-panel {
    padding: 0px 27px;
}

.accordion-container .panel {
    overflow: hidden;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

@media screen and (max-width: 1266px) {
    .faq-container .top-block:before {
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .faq-container .top-block {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .faq-container .top-block p {
        font-size: 21px;
    }
}

.offers-container {
    padding: 150px 0 70px;
}

.title p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    mix-blend-mode: normal;
    text-align: center;
    margin: 0 auto 40px;
}

.offer-box {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
}

.offer-box_item {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.offer-box_item-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 35px;
    border: 1px solid rgba(166, 166, 166, 0.50);
    background: #FFF;
    padding: 11px 44px 20px;
}

.offer-box_item p {
    font-family: "Montserrat", sans-serif;
    color: #333333;
    margin-bottom: 45px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: center;
    margin-top: 20px;
}

.offer-box_item-divider {
    background: #333333;
    opacity: 0.2;
    border-radius: 5px;
    height: 1px;
    width: 100%;
    margin: 8px 0;
    display: block;
}

.offer-box_item ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.offer-box_item ul li {
    position: relative;
    font-family: 'SFPD';
    padding-left: 69px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.32px;
}

.offer-box_item ul li:first-of-type span {
    color: #009867;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
}

.offer-box_item ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.offer-box_item ul li:before {
    width: 26px;
    height: 18px;
    background-image: url("../img/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-box_item ul li.exclude:before {
    width: 19px;
    height: 19px;
    background-image: url("../img/wrong.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.offer-box_item-list_box {
    display: flex;
}

.offer-box_item-list_box ul {
    width: 100%;
}

.offer-box_item-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 25px;
}

.offer-box_item-buttons button {
    width: 45%;
    font-size: 14px;
    letter-spacing: -0.4px;
    text-align: center;
}

.offer-box_item-buttons .price_theory {
    color: #333;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.48px;
    padding: 15px;
    background: transparent;
    border: none;
}

.offer-box_item p.offers-list-descr {
    width: 100%;
    color: #333;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-top: 16px;
    margin-bottom: 0;
}

/*---tabs---*/
.offers-list {
    margin: 32px 0;
    padding-bottom: 16px;
}

.offers-list-desc {
    display: block;
}

.offers-list-mobile {
    display: none;
}

.offer-content {
    display: none;
    color: #333;
    border: 2px solid rgba(166, 166, 166, 0.50);
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    border-radius: 35px;
}

.offer-content {
    display: block;
    padding: 78px 32px 32px;
}


.offers-table {
    display: flex;
    flex-direction: column;
}

.offer-row {
    display: flex;
    justify-content: space-between;
    padding: 26px 0 20px;
    border-bottom: 1px solid #66AEA1;
}

.offer-row:last-of-type {
    border-bottom: none;
}

.offers-table_header .offer-col {
    display: flex;
    flex-direction: column;
}

.offers-table_header .offer-col p {
    color: #009867;
    text-align: center;
    font-family: 'SFPD';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.offers-table_header .offer-col span {
    color: #333;
    text-align: center;
    font-family: 'SFPD';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.24px;
}

.offer-col {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009867;
    font-family: 'SFPD';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.offer-col:first-of-type {
    width: 50%;
    justify-content: flex-start;
    color: #333;
    font-family: 'SFPD';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.36px;
}

.offer-col img {
    width: 27px;
    height: auto;
}

.offers-table_footer .offer-col {
    flex-direction: column;
    color: #333;
    text-align: center;
    font-family: 'SFPD';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.28px;
}

.offers-table_footer .offer-col button {
    margin-top: 38px;
    width: 160px;
    max-width: 90%;
    padding: 13px 16px;
}

.offers-table_mob .offer-row {
    border-bottom: none;
    padding: 5px 0;
}

.offers-table_mob .offers-table_header {
    padding-bottom: 25px;
    justify-content: space-evenly;
}

.offers-table_mob .offers-table_header .offer-col {
    padding: 10px 0;
    border: 1px solid transparent;
}

.offers-table_mob .offers-table_header .offer-col.active_column {
    border-radius: 10px;
    border: 1px solid #4BC0B1;
}

.offers-table_mob .offers-table_header .offer-col {
    width: 50%;
}

.offers-table_mob .offers-table_header .offer-col p {
    font-size: 16px;
}

.offers-table_mob .offers-table_header .offer-col span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.16px;
}

.offers-table_mob .offer-col:not(:first-of-type),
.offers-table_mob .offers-table_header .offer-col {
    opacity: .2;
}

.offers-table_mob .offer-col.active_column {
    opacity: 1;
}

.offers-table_mob .offers-table_footer .offer-col {
    opacity: 1;
}

.offers-table_mob .offers-table_footer .offer-col {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .offers-container {
        padding: 100px 0 70px;
    }

    .offer-box_item-box {
        padding: 11px 25px 20px;
    }

    .offer-box_item ul li {
        padding-left: 50px;
    }

    .offer-box_item-list_box {
        flex-direction: column;
    }

    .offer-box_item-list_box ul {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .offer-box_item-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        flex-wrap: nowrap;
    }

    .offer-box_item-buttons button {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .offers-container {
        padding: 70px 0;
    }

    .offers-list-desc {
        display: none;
    }

    .offers-list-mobile {
        display: block;

        color: #333;
        border: 2px solid rgba(166, 166, 166, 0.50);
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
        border-radius: 35px;
        padding: 25px;
    }

    .title p {
        max-width: 479px;
    }

    .offers-list-mobile .offer-content {
        border: none;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0 !important;
    }

    .offers-table_footer .offer-col button {
        width: 300px;
    }
}

@media screen and (max-width: 639px) {

}

@media screen and (max-width: 575px) {
    .offers-list-mobile {
        padding: 18px;
    }

    .title p {
        font-size: 21px;
        line-height: 21px;
        max-width: 300px;
    }

    .offer-col img {
        width: 18px;
    }

    .offer-col:first-of-type {
        font-size: 12px;
        line-height: 21px;
    }

    .offer-col {
        line-height: 27px;
        font-size: 12px;
    }
}

.title_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.title_button button {
    max-width: 250px;
}

.join_us {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 56px;
    color: #323232;
    margin: 60px 0;
}

.join_us p {
    margin-right: 30px;
}

.join_us button {
    background: transparent;
    border: none;
    margin-right: 30px;
}

.join_us button:hover {
    opacity: .7;
}

@media screen and (max-width: 991px) {
    .join_us {
        flex-direction: column;
    }

    .join_us p,
    .join_us button {
        margin: 0;
    }

    .title_button {
        flex-direction: column;
    }

    .title_button button {
        margin-top: 25px;
    }
}

/*---footer---*/
footer {
    background-color: #222529;
    padding: 30px 0 20px;
    position: relative;
}

footer .copyright {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.exit-btn {
    background: transparent;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #323232;
    margin-top: 38px;
    margin-right: auto;
}

.select_cat {
    flex: inherit !important;
    width: 100%;
    margin: 0 0 20px;
}

/*---accordion---*/
.accordion {
    background: #D8D8D8;
    border-radius: 6px;
    color: #444;
    cursor: pointer;
    width: 100%;
    margin-top: 13px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 38px 15px 25px;
    box-sizing: border-box;
}

.active {
    background: #D8D8D8;
}

.accordion:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;*/
}

.active-panel {
    padding: 18px;
}


@media screen and (max-width: 479px) {
    .accordion:after,
    .active:after {
        right: 15px;
    }

    .accordion {
        padding: 13px 50px 15px 10px;
    }
}

.banner-result {
    background: #D8D8D8;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #323232;
    padding: 37px 0;
}

/*---modalLeftForm---*/
form.new-request-form {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    overflow-y: scroll;
}

form.new-request-form::-webkit-scrollbar {
    width: 0;
}

form.new-request-form input {
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    border: 2px solid #FFFFFF;
    width: 100%;
    padding: 7px 22px 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

form.new-request-form input.error {
    border: 2px solid red;
}

form.new-request-form input::placeholder {
    color: #33333399;
}

form#form_user .orange_btn {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.select_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 30px;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}

.select_wrap:last-of-type {
    margin-bottom: 25px;
}

.select_wrap label {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #33333399;
    padding: 7px 22px 8px;
    box-sizing: border-box;
}

.select_wrap select {
    -webkit-appearance: none;
    width: 41%;
    height: 40px;
    border: none;
    background-color: #4BC0B1;
    box-shadow: 0 4px 4px rgb(0 48 32 / 24%);
    border-radius: 0 60px 60px 0px;
    padding: 8px 30px 8px 15px;
    box-sizing: border-box;
    font-family: 'SFPD';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    cursor: pointer;
    background-image: url('../img/select_arrow.svg');
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

form.new-request-form p {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #33333399;
    margin-bottom: 40px;
}

.form_connect_controls {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.form_connect_controls #html_element {
    margin-bottom: 25px;
}

.modal-logo {
    width: 100%;
    max-width: 575px;
    margin: 25px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-logo:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -70%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 90%;
    border-radius: 25px;
}

.modal-logo:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -70%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 90%;
    border-radius: 25px;
}

.modal-logo .header-logo {
    width: 160px;
    margin: 0 auto;
}

.toggle {
    left: 0;
    box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
}

.toggle + .modalLeft_overlay {
    width: 100%;
    height: 100vh;
    background: #33333399;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.close-form {
    width: 40px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 639px) {
    .select_wrap select,
    .select_wrap label {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {

    .select_wrap {
        flex-direction: column;
    }

    .select_wrap select,
    .select_wrap label {
        width: 100%;
    }

    .select_wrap select {
        border-radius: 0 0 30px 30px;
        text-align: center;
        padding: 8px 5px;
    }

    form.new-request-form input,
    .select_wrap {
        margin-bottom: 20px;
    }

    form.new-request-form p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .modal-logo {
        margin: 25px auto;
    }

    .modal-logo:before,
    .modal-logo:after {
        width: 80%;
    }

    form.new-request-form input,
    .select_wrap label,
    .select_wrap select,
    form.new-request-form p {
        font-size: 12px;
        line-height: 18px;
    }
}

/*---modalLeftForm---*/
.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    z-index: 999;
}

.custom-modal-dialog {
    max-width: 767px;
    width: 100%;
    height: fit-content;
    border-radius: 0px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}

.custom-modal-content {
    background-color: #4ebb73;
    background-image: url(../img/modal-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-modal .success-message {
    color: white;
    padding: 20px 0 40px 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.custom-modal .success-message h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
