/*!
Theme Name: Universal by Khomenko Vasya
Theme URI: 
Author: Khomenko Vasya
Author URI: 
Description: Universal theme by Khomenko Vasya
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uni
*/
* {
    transition: .4s;
}

:root {
    --inter: 'Inter', sans-serif;
    --mont: 'Montserrat', sans-serif;
    --primary: #B7D720;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #474747;
    background: linear-gradient(270deg, #EAEAEA 0%, rgba(255, 255, 255, 0) 100%);
    margin: 0;
}

div,
span,
input,
button,
textarea {
    outline: none;
}

button {
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: var(--mont);
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #333333;
}

h2 {
    font-family: var(--mont);
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}

ul {
    padding: 0;
    margin: 0;
}

main {
    background-image: url('/wp-content/themes/uni/img/back.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.home main {
    background: none;
}

.container {
    box-sizing: border-box;
    max-width: 1444px;
    margin: auto;
    padding: 0 15px;
}

@media (max-width: 1474px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 994px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
}


/* custom */


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

.header-lvl-1 {
    background: #B7D720;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 35px;	
    margin-bottom: 31px;
	position: fixed;
    z-index: 50;
    top: 0px;
}

.header-lvl-2 {
    padding-bottom: 31px;
	    padding-top: 150px;
}

header {
    background-color: #fff;
}

nav ul {
    display: flex;
    align-items: center;
}

nav li {
    list-style-type: none;
}

nav li:not(:last-child) {
    margin-right: 50px;
}

nav li a:hover {
    color: #B7D720;
    text-shadow: 0.7px 0 0 #B7D720;
}

nav li a {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.current-menu-item {
    color: #B7D720;
    text-shadow: 0.7px 0 0 #B7D720;
}

.btn-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-sizing: border-box;
    padding: 14px 89px;
    font-family: var(--inter);
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px rgba(183, 215, 32, 0.3);
}

.btn-1:hover {
    color: #B7D720;
    background: #fff;
}

.btn-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-sizing: border-box;
    font-family: var(--mont);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding: 25px 62px;
    border: 3px solid #B7D720;
}

.btn-2:hover {
    color: #fff;
    background: #B7D720;
    box-shadow: 0px 10px 20px rgba(86, 158, 15, 0.3);
    border: 3px solid #B7D720;
}

.btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-sizing: border-box;
    font-family: var(--inter);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 3px solid #B7D720;
    background: #B7D720;
    box-shadow: 0px 4px 30px rgba(183, 215, 32, 0.3);
    height: 78px;
}

.btn-3:hover {
    color: #333333;
    background: transparent;
    box-shadow: 0px 4px 30px rgba(183, 215, 32, 0.33);
}

.lang-phone {
    display: flex;
    align-items: flex-start;
}

.home main {
    position: relative;
    z-index: 1;
}

.home main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/h-back.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.current-menu-item a {
    color: #B7D720 !important;
    text-shadow: 0.7px 0 0 #b7d720 !important;
}

.header-social li {
    list-style-type: none;
}

.header-social li:not(:last-child) {
    margin-right: 30px;
}

.header-social li a {
    display: flex;
    align-items: center;
}

.header-social {
    display: flex;
    align-items: center;
}

.lang-phone {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.lang-phone .phone {
    display: flex;
    align-items: center;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.lang-phone .phone svg {
    margin-right: 15px;
}


.nice-select {
    background-color: transparent;
    border: none;
}

.nice-select:after {
    border: none;
    width: 9px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.12946 6.7984C4.17075 6.86057 4.22599 6.91141 4.29043 6.94653C4.35488 6.98165 4.42659 7 4.49939 7C4.57219 7 4.6439 6.98165 4.70835 6.94653C4.77279 6.91141 4.82803 6.86057 4.86932 6.7984L8.91964 0.73215C8.96652 0.662181 8.99401 0.580228 8.99913 0.495195C9.00424 0.410163 8.98679 0.325302 8.94866 0.249833C8.91053 0.174365 8.85318 0.111175 8.78284 0.0671292C8.71251 0.0230835 8.63188 -0.000133618 8.54971 5.78465e-07H0.449073C0.367096 0.000351679 0.286762 0.0238674 0.216711 0.0680186C0.14666 0.11217 0.089541 0.175286 0.0514976 0.25058C0.0134543 0.325874 -0.00407424 0.410497 0.000796921 0.495348C0.00566809 0.580199 0.0327547 0.662067 0.0791438 0.73215L4.12946 6.7984Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg) !important;
}

.current {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}

.lang-wrap {
    display: block;
    position: relative;
    width: fit-content;
    margin-right: 10px;
}

.header-wrap>div {
    display: flex;
    align-items: center;
}

.first {
    box-sizing: border-box;
    position: relative;
    height: 769px;
    padding-top: 74px;
}

.first__colored {
    background: #F0F2F6;
    width: 50%;
    height: 100%;
    display: block;
}

.first__img {
    width: 50%;
    height: 100%;
}

.first__img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.first__wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.first__box {
    box-sizing: border-box;
    background: #fff;
    width: 1100px;
    height: 695px;
    display: block;
    padding-top: 120px;
    padding-left: 114px;
}

.first h1 {
    max-width: 677px;
    margin-bottom: 68px;
}

.adv {
    position: relative;
    margin-top: -123px;
}

.adv__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.adv__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 173px;
    background: #FFFFFF;
    width: 33.3333%;
}

.adv__item:nth-child(2) {
    background: #F0F2F6;
}

.adv__item div {
    font-family: var(--mont);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-left: 20px;
}

.about {
    margin-top: 150px;
}

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

.about__wrapper img {
    width: 45%;
}

.about__text {
    max-width: 700px;
    margin-left: 150px;
}

.about__text p {
    margin: 0;
}

.about__text h2 {
    margin-bottom: 50px;
}

.request {
    background: #F0F2F6;
    box-sizing: border-box;
    padding: 60px 0;
    margin-top: 150px;
}

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

.page-template .request__wrapper {
    justify-content: flex-start;
}

.request h2 {
    max-width: 336px;
    margin-right: 160px;
}

.request form {
    max-width: 468px;
}

form input {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(52, 52, 52, .5);

    box-sizing: border-box;
    padding-left: 52px;
    border: none;
    height: 78px;
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(105, 105, 105, 0.25);
}

form input::placeholder {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(52, 52, 52, .5);
}

form button {
    width: 100% !important;
}

.wpcf7-response-output {
    display: none;
}

.how-pay {
    margin-top: 150px;
}

.how-pay h2 {
    margin-bottom: 50px;
}

.how-pay__wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 190px;
}

.how-pay__wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    width: 25%;
    background: #FFFFFF;
    padding: 23px 0;
    height: 100%;
    transition: .4s;
}

.how-pay__wrapper a:nth-child(2n) {
    background: #F0F2F6;
}

.how-pay__wrapper a img {
    margin-bottom: 20px;
}

.how-pay__wrapper a:hover {
    box-shadow: 0px 4px 30px rgba(183, 215, 32, 0.2);
}

.how-pay__wrapper div {
    font-family: var(--mont);
    font-weight: 600;
    text-align: center;
    text-decoration-line: underline;
    color: #474747;
}

.write {
    position: relative;
    margin-top: 150px;
    height: 683px;
}

.write__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.write__wrapper .container {
    width: 1444px;
}

.write__wrapper img {
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%;
    width: 55%;
    object-fit: cover;
}

.write__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 520px;
    margin-right: auto;
}

.write__text p {
    margin: 0;
    margin-bottom: 30px;
}

.write__text h2 {
    margin-bottom: 50px;
}

.home-tarif {
    margin-top: 150px;
}

.home-tarif h2 {
    margin-bottom: 50px;
}

.home-tarif p {
    margin: 0;
    margin-bottom: 50px;
    max-width: 50%;
}

.home-tarif__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
}

.home-tarif__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 20px);
    margin: 10px;
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0px 4px 30px rgba(105, 105, 105, 0.25);
}

.home-tarif__item div {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.home-tarif__item h3 {
    display: block;
    color: #B7D720;
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 17px;
    line-height: 100%;
}

.home-tarif__item span {
    display: block;
    font-size: 16px;
    color: #343434;
    margin-bottom: 30px;
}

.home-tarif__item p {
    display: block;
    font-size: 18px;
    margin: 0;
}

.text-wrap {
    max-width: 640px;
    margin-right: 91px;
}

.map {
    margin-top: 150px;
}

.map .container {
    position: relative;
}

.map h2 {
    margin-bottom: 50px;
}

.map iframe {
    width: 100%;
    height: 666px;
}

.map-info {
    box-sizing: border-box;
    background-color: #fff;
    padding: 45px;
    min-width: 467px;
    min-height: 300px;
    position: absolute;
    z-index: 99;
    top: 7rem;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.map-info h3 {
    margin-bottom: 10px;
}

.map-info a:not(:last-child) {
    margin-bottom: 10px;
}

.map-info h4 {
    margin: 30px 0;
}

.map-info p {
    margin: 0;
}

.map-info p:not(:last-of-type) {
    margin-bottom: 10px;
}

.map-info ul {
    display: flex;
    align-items: center;
}

.map-info li {
    list-style-type: none;
}

.map-info li:not(:last-child) {
    margin-right: 30px;
}

.home-seo {
    margin-top: 150px;
}

.home-seo img {
    margin-bottom: 45px;
}

.home-seo p {
    margin: 0;
}

.home-seo p:not(:last-child) {
    margin-bottom: 30px;
}

.home-seo__wrapper {
    max-width: 70%;
}

footer {
    margin-top: 150px;
    background-color: #F3F3F3;
    padding-top: 80px;
    padding-bottom: 85px;
}

.footer__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__col ul {
    display: flex;
    align-items: center;
}

.footer__col li {
    list-style-type: none;
}

.footer__col li:not(:last-child) {
    margin-right: 30px;
}

.footer__col:nth-child(1) li:not(:last-child) {
    margin-bottom: 30px;
}

.footer__col:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer__col:nth-child(2) p {
    margin: 0;
}

.footer__col:nth-child(2) a:nth-child(1) {
    margin-bottom: 25px;
}

.footer__col:nth-child(2) a:nth-child(2) {
    margin-bottom: 30px;
}

.footer__col:nth-child(3) a:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-style: 18px;
    color: var(--primary);
    font-weight: 700;
}

.footer__col:nth-child(3) a img {
    display: block;
    margin-right: 15px;
}

.footer__col:nth-child(3) a:nth-child(2) {
    margin-bottom: 30px;
    width: 290px;
}
.f-mob-row {
    display: none;
}
@media (max-width: 568px) {
    .footer__col:nth-child(3) a:nth-child(2) {
        width: 100%
    }
    .f-logo {
        display: none;
    }

    .f-soc {
        display: none !important;
    }

    .f-mob-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .f-mob-row .f-logo, .f-mob-row .f-soc {
        display: flex !important; 
    }
    
    .f-soc li {
        list-style-type: none;
    }

    .f-soc li:not(:last-child) {
        margin-right: 30px;
    }
}

.footer__col:nth-child(1) ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__col:nth-child(3) {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.text {
    margin-top: 100px;
}

.text .container>div {
    max-width: 60%;
    margin-right: auto;
}

.single .text .container>div {
    max-width: 100%;
    margin-right: unset;
}

.single .text .container .text>div {
    max-width: 60%;
    margin-right: auto;
}

.text figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.text figure:not(.payment-icon) {
    max-width: 80%;
}

.text h2 {
    margin-bottom: 50px;
}

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

.payment-icon img {
    width: 80px !important;
    margin-bottom: 30px;
}

.text a {
    text-decoration: underline;
    color: #B7D720;
}

.text .is-resized img {
    width: unset;
}

.payment {
    margin-top: 100px;
}

.payment h2 {
    margin-bottom: 50px;
}

.wp-block-columns {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-column {
    width: 50%;
}

.wp-block-media-text {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}

.wp-block-media-text__content {
    font-weight: 800;
    font-size: 100px;
    color: #B7D720;
    white-space: nowrap;
    font-family: var(--mont);
    margin-right: 20px;
    min-width: 10.5rem;
}

.wp-block-media-text__content strong {
    font-size: 40px;
    margin-left: 0.5rem;
}

.wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    box-sizing: border-box;
    font-family: var(--mont);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333 !important;
    padding: 25px 62px;
    margin-top: 30px;
    border: 3px solid #B7D720;
    cursor: pointer;
    text-decoration: none !important;
}

.wp-block-button__link:hover {
    color: #fff !important;
    background: #B7D720;
    box-shadow: 0px 10px 20px rgb(86 158 15 / 30%);
    border: 3px solid #B7D720;
}

.help {
    margin-top: 100px;
}

.help h2 {
    margin-bottom: 50px;
}

.payment_wrapper {}

.payment__wrapper-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}

.payment__wrapper-wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(33.33333% - 50px);
    margin: 25px;
    padding: 72px 15px 30px;
    text-align: center;
    background-color: #fff;
    transition: .4s;
}

.payment__wrapper-wrap a:nth-child(3n+2) {
    background-color: #F0F2F6;
}

.payment__wrapper-wrap a:hover {
    box-shadow: 0px 4px 30px rgba(183, 215, 32, 0.2);
}

.payment__wrapper-wrap a div {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 23px;
}

.payment__wrapper-wrap a span {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #B7D720;
    text-decoration: underline;
}

.topap {
    margin-top: 100px;
}

.topap h2 {
    margin-bottom: 50px;
}

.topap__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.topap__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    box-sizing: border-box;
    width: calc(50% - 20px);
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(105, 105, 105, 0.25);
}

.topap__item h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.topap__item div {
    display: flex;
    align-items: center;
}

.topap__item div:not(:last-child) {
    margin-bottom: 20px;
}

.topap__item div img {
    display: block;
    margin-right: 15px;
}

.mobile-header {
    display: none;
    box-sizing: border-box;
    height: 62px;
    padding: 0 15px;
}

/* media */

@media (min-width: 1024px) and (max-width: 1620px) {
    body {
        zoom: 90%;
    }
}

@media (max-width: 1200px) {
    .header-lvl-1 {
        display: none;
    }

    .header-lvl-2 {
        display: none;
    }

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

    .about__wrapper {
        flex-direction: column-reverse;
        padding: 0 15px;
    }

    .about__wrapper img {
        width: 100%;
        margin-top: 20px;
    }

    .write {
        height: max-content;
    }

    .write__wrapper img {
        width: 100%;
        position: relative;
        right: unset;
        top: unset;
        height: unset;
    }

    .about__text {
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .request__wrapper {
        flex-direction: column;
        margin: 0 15px;
    }

    .request__wrapper div {
        margin-top: 30px;
    }

    .request h2 {
        max-width: 100%;
        margin-right: 0;
    }

    .write__wrapper {
        flex-direction: column;
        padding: 0 15px;
    }

    .write__text {
        max-width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }

    .first__box {
        width: 100%;
        height: 100%;
        padding-top: 120px;
        padding-left: 15px;
        padding-bottom: 60px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .wp-block-column {
        width: 100%;
    }

    .wp-block-media-text {
        justify-content: center;
    }

    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-media-text__content {
        font-size: 50px;
        min-width: 5.5rem;
    }

    .wp-block-media-text__content strong {
        font-size: 20px;
    }

    .how-pay__wrapper a {
        width: 50%;
    }

    .how-pay__wrapper {
        flex-wrap: wrap;
        height: auto;
    }

    .footer__wrapper {
        flex-wrap: wrap;
    }

    .footer__col {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .footer__col:not(:last-child) {
        margin-bottom: 50px;
    }

    .payment__wrapper-wrap {
        flex-wrap: wrap;
    }

    .payment__wrapper-wrap a {
        width: calc(50% - 50px);
    }

    .single .text .container .text>div {
        max-width: 100%;
    }

    .topap__wrapper {
        margin: -10px 0;
    }

    .topap__item {
        width: 100%;
        margin: 10px 0;
        padding: 20px;
    }
}

@media (max-width: 700px) {
    .how-pay__wrapper a {
        width: 100%;
    }

    .home-tarif p {
        max-width: 100%;
    }

    .home-tarif__wrapper {
        flex-wrap: wrap;
    }

    .home-tarif__item {
        width: 100%;
    }

    .home-seo__wrapper {
        max-width: 100%;
    }

    .adv__wrapper {
        flex-wrap: wrap;
    }

    .adv__item {
        width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .btn-2 {
        font-size: 16px;
    }

    .about,
    .request,
    .how-pay,
    .write,
    .home-tarif,
    .map,
    .home-seo {
        margin-top: 90px;
    }
}

@media (max-width: 568px) {
    .payment__wrapper-wrap {
        margin: -25px 0;
    }

    .payment__wrapper-wrap a {
        width: 100%;
        margin: 25px 0;
    }

    .text-wrap {
        max-width: 100%;
        margin-right: 0;
    }

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

    .first__colored {
        display: none;
    }

    .first__img {
        width: 100%;
    }

    .first .container {
        margin-top: 192px;
    }

    .adv {
        margin-top: 0;
    }

    .btn-1, .btn-2, .btn-3 {
        width: 100%;
    }

    .single .wp-block-media-text.has-media-on-the-right {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .single .wp-block-media-text__media {
        width: 100%;
        max-width: 100%;
    }

    .single .text figure:not(.payment-icon) {
        max-width: 100%;
    }

}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    background-color: transparent;
    padding-left: 0;
    padding-bottom: 0;
}

.hamburger {
    display: none;
    margin-right: 0;
    margin-left: 0; }
  
  .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2.2rem;
    height: 2.2rem;
    margin-bottom: 0;
	  right:unset;
    cursor: pointer;
    z-index: 100000; }
  
  .menu__btn > span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #B7D720;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  
  .menu__btn > span::before {
    content: "";
    top: -10px;
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #B7D720;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  
  .menu__btn > span::after {
    content: "";
    bottom: -10px;
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #B7D720;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  
  #menu__toggle {
    display: none;
    opacity: 0; }

    #menu__toggle:checked ~ .menu__btn {
        top: 40px;
        
        right: 20px;
}

  
  #menu__toggle:checked ~ .menu__btn > span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  
  #menu__toggle:checked ~ .nav {
    display: block;
    visibility: visible;
    right: 12px; }
  
  .menu__box {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  
  .menu__item {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s; }
  
  @media (max-width: 1200px) {
    .hamburger {
      display: block;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }



      .mobile-header .logo {
        position: relative;
      }
      
    .hamburger .nav {
      display: none;
      visibility: hidden;
      position: fixed;
      top: 30px;
      bottom: 30px;
      right: -100%;
      left: 12px;
      width: calc(100% - 24px);
      padding: 2rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 100px rgb(0 0 0);
      margin: auto;
      z-index: 999;
      padding-top: 65px;
    }
    .hamburger .nav .logo {
        display: block;
        margin-bottom: 40px;
    }
    .hamburger .nav.close {
      display: none;
      visibility: hidden;
      right: -100%; }
    .hamburger .nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .hamburger .nav a {
      font-size: 1rem;
      line-height: 150%;
      color: #0D1115 !important;
      text-transform: inherit; }
    .hamburger .nav a:active, .hamburger .nav a:focus {
      color: #B7D720 !important; }
    .hamburger .nav li.active a {
      color: #B7D720; }
    .hamburger .nav li:not(:last-child) {
      margin-bottom: 1.2rem; }
    .hamburger .nav li:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .hamburger .nav li:last-child a:nth-child(2) {
      margin-top: 1.5rem; }
      .ttt {
        font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #B7D720 !important;
display: block;
margin-left: 15px;
      }
    }
	
.formvhod form input {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(52, 52, 52, .5);
    box-sizing: border-box;
    padding-left: 5px;
    border: none;
    height: 30px;
    width: 30%;
    margin-bottom: 0px;
    background: #ffffff00;
    box-shadow: 0px 4px 30px rgba(105, 105, 105, 0.25);
    border: 1px solid #FFFFFF;
}

.formvhod form input:nth-child(3) {
    font-family: var(--inter);
   font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    height: 30.2px;
    width: 30%;
    margin-bottom: 0px;
    background: #ffffff00;
    box-shadow: 0px 4px 30px rgba(105, 105, 105, 0.25);
    border: 1px solid #FFFFFF;
	margin-left: 15px;
}
.formvhod form input:nth-child(3):hover {
     color: #B7D720 !important;
    background: #fff;
	font-weight: 700;
}

.btnn-1 {
   color: #fff !important;
}
.btnn-1:hover {
    color: #B7D720 !important;
    background: #fff;
}

.formvhod form input::placeholder {
  color: #fff;
  text-align: center;
}
.formvhodmob {
    display: none;
}

@media (max-width: 767px) {
.formvhod form input {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(52, 52, 52, .5);
    box-sizing: border-box;
    padding-left: 5px;
    border: none;
    height: 30px;
    width: 30%;
    margin-bottom: 0px;
    background: #ffffff00;
 box-shadow: 0px 4px 30px rgb(105 105 105 / 0%);
    border: 1px solid #b7d720;
}

.formvhod form input:nth-child(3) {
    font-family: var(--inter);
   font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    height: 30.2px;
    width: 30%;
    margin-bottom: 0px;
    background: #b7d720;
 box-shadow: 0px 4px 30px rgb(105 105 105 / 0%);
    border: 1px solid #b7d720;
	margin-left: 0px;
	text-align: center;
}
.formvhod form input:nth-child(3):hover {
     color: #fff !important;
    background: #b7d720;
	font-weight: 600;
	text-align: center;
}

.btnn-1 {
   color: fff !important;
}
.btnn-1:hover {
    color: #fff !important;
    background: #B7D720
}

.formvhod form input::placeholder {
  color: #b7d720;
  text-align: center;
  font-size: 14px;
}
.formvhodmob {
    display: block;
}	
header {
    background-color: #fff;
    position: fixed;
    z-index: 50;
    top: 0px;
}
.first {   
    margin-top: 90px;
}
}	
	