@import "https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito+Sans:wght@400;900&display=swap";

body {
    width: 100%;
    height: 100%;
    background-color: #FBD02B;
    font-family: 'Nunito Sans';
    color: #03090F
}

.white_bg {
    padding-bottom: 10px;
    background: -o-linear-gradient(top, #FFF 0, #F7F7F7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F7F7F7));
    background: linear-gradient(180deg, #FFF 0, #F7F7F7 100%)
}

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

input::-webkit-input-placeholder {
    font-family: 'Nunito Sans';
    color: #03090F
}

input::-moz-placeholder {
    font-family: 'Nunito Sans';
    color: #03090F
}

input:-ms-input-placeholder {
    font-family: 'Nunito Sans';
    color: #03090F
}

input::-ms-input-placeholder {
    font-family: 'Nunito Sans';
    color: #03090F
}

input,
input::placeholder {
    font-family: 'Nunito Sans';
    color: #03090F
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

a {
    color: #03090F;
    text-decoration: none
}

button,
.button {
    padding: 19px 0;
    text-align: center;
    font-weight: 900;
    background-color: #FBD02B;
    cursor: pointer;
    width: 264px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 62px
}

button:hover,
.button:hover {
    transform: scale(1.05)
}

.button_black {
    background: #03090F;
    border: 1px solid #000;
    color: #fff
}

.benefits__whatsapp:hover,
.benefits__telegram:hover {
    transform: scale(1)
}

.form__checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: none;
    margin-left: 22px
}

.wpcf7-form-control-wrap,
.wpcf7-acceptance {
    display: block;
    margin: auto
}

.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 14px
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff
}

.wpcf7-list-item label a {
    text-decoration: underline
}

.post {
    padding: 30px
}

.custom-logo {
    width: auto;
    max-height: 35px
}

.wrapper {
    margin: auto;
    max-width: 1039px
}

.wrapper_relative {
    position: relative;
    height: 329px
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.column-2 {
    width: 50%;
    background-color: #ffc0cb
}

.main-screen {
    background-color: #FBD02B
}

.main-screen__column-text {
    width: 55%;
    margin-top: 37px
}

.main-screen__column-img {
    width: 45%;
    text-align: right
}

.header {
    background-color: transparent;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    min-height: 150px
}

.header__height {
    background-color: #FBD02B
}

.header__wpapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: min-height .5s ease;
    min-height: 150px
}

.header_fixed {
    min-height: 82px
}

.main-screen_header-no {
    margin-top: 82px
}

.slideInDown {
    -webkit-animation: .6s slideInDown;
    animation: .6s slideInDown
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        webkit-transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        webkit-transform: translateZ(0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
        webkit-transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        webkit-transform: translateZ(0)
    }
}

.wrapper__main-screen,
.header__wpapper {
    max-width: 1180px;
    margin: auto
}

.logo {
    margin-right: 312px
}

.logo__img {
    width: 35px;
    height: 35px
}

.menu__list {
    list-style: none
}

.menu__item {
    display: inline-block;
    margin-right: 31px
}

.menu__item a {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 18px
}

.menu__item a:hover,
.menu__item .active {
    opacity: 1;
    border: none;
    text-shadow: 0 0 .8px #03090F, 0 0 .8px #03090F, 0 0 .8px #03090F
}

.header__button {
    margin-left: 21px
}

.main-screen__img {
    margin-top: 72px;
    margin-bottom: 122px;
    max-width: 495px;
    height: auto
}

.column-2_text-right {
    text-align: right
}

.main-screen__text {
    font-size: 22px;
    margin-top: unset;
    margin-bottom: 37px;
    max-width: 470px
}

.main-screen__text_top {
    margin-bottom: 15px
}

.main-screen__line {
    width: 56px;
    height: 2px;
    background-color: #03090F;
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px
}

.main-screen__title {
    font-weight: 900;
    font-size: 80px;
    line-height: 87px;
    margin-bottom: 27px
}

.benefits {
    padding-bottom: 80px;
    position: relative;
    background-color: #F6F6F6
}

.benefits__steps {
    position: absolute;
    z-index: 2;
    top: -135px;
    width: 100%
}

.benefits__step {
    width: 335px;
    height: 352px;
    background-color: #fff;
    padding: 29px 24px 31px 41px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25)
}

.benefits__step:not(:last-child) {
    margin-right: 17px
}

.benefits__step_yellow {
    background-color: #FBD02B
}

.benefits__number {
    font-weight: 900;
    font-size: 34.049px;
    margin: 0 0 76px
}

.benefits__title {
    margin-bottom: 23px
}

.benefits__line {
    margin: unset;
    width: 51px;
    border: none;
    height: 2px;
    background-color: #03090F
}

.benefits__content {}

.benefits__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.benefits__whatsapp:hover {
    background-color: #43D854
}

.benefits__telegram:hover {
    background-color: #36A1D4
}

.benefits__item {
    width: 250px;
    text-align: center
}

.benefits__item-title {
    font-weight: 900;
    font-size: 35px;
    color: #FBD02B;
    margin-bottom: 37px
}

.benefits__buttons {
    margin-top: 51px;
    text-align: center
}

.benefits__button {
    display: inline-block
}

.benefits__button:not(:last-child) {
    margin-right: 26px
}

.works {
    width: 100%;
    padding-top: 80px
}

.works__title {
    text-align: center;
    font-weight: 900;
    font-size: 80px;
    margin-bottom: 129px
}

.works__steps {
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 12%
}

.works__step {
    width: 250px;
    text-align: center;
    margin-right: 250px;
    position: relative
}

.works__step-title {
    font-size: 22px
}

.works__step-text {
    margin-top: 18px;
    margin-bottom: unset
}

.works__steps_top {
    padding-bottom: 40px
}

.works__steps_bottom {
    padding-top: 40px
}

.works__line {
    height: 3px;
    width: 100%;
    background-color: #FBD02B;
    border: none;
    margin-bottom: unset;
    margin-top: unset
}

.works__steps_top .works__step:after,
.works__steps_bottom .works__step:after {
    content: '';
    width: 33px;
    height: 33px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/works/line.svg);
    position: absolute
}

.works__steps_top .works__step:after {
    bottom: -56.5px
}

.works__steps_bottom .works__step:after {
    top: -56.5px
}

.works__bg {
    position: relative;
    margin-top: 35px;
    width: 100%;
    height: 188px
}

.works__gradient {
    margin-left: auto;
    width: 80%;
    height: 100%;
    background-image: -o-linear-gradient(top, #EDEDED 0, #F9F9F8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#F9F9F8));
    background-image: linear-gradient(180deg, #EDEDED 0, #F9F9F8 100%)
}

.works__img {
    position: absolute;
    bottom: 0
}

.works__step_margin-none {
    margin-right: unset
}

.reviews {
    width: 100%;
    padding-top: 80px
}

.reviews__title {
    margin-bottom: 85px
}

.title {
    font-weight: 900;
    font-size: 80px;
    line-height: 87px
}

.title_center {
    text-align: center
}

.reviews__carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 12px;
    position: relative
}

.reviews__item {
    width: 335px;
    height: 452px;
    margin-right: 8.5px;
    margin-left: 8.5px
}

.reviews__wrapper {
    position: relative;
    width: 100%;
    height: 332px;
    background-color: #F6F6F6;
    padding-left: 41px;
    padding-right: 24px
}

.reviews__icon {
    font-weight: 900;
    font-size: 80px;
    line-height: 61px
}

.reviews-quote {
    margin: 63px 0 0;
    padding: 0
}

.reviews-quote__text {
    letter-spacing: .02em;
    max-height: 90px;
    overflow: hidden
}

.reviews-quote__raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px
}

.reviews-quote__star {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/reviews/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 9.6px
}

.reviews-quote__star:last-child {
    margin-right: unset
}

.reviews-quote__author {
    bottom: -120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto
}

.reviews-quote__avatar {
    display: block;
    background-color: #dfdfdf;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 22px;
    width: 88px;
    height: 88px;
    object-fit: cover
}

.reviews-quote__name {
    font-weight: 900;
    font-size: 22px;
    width: 100%;
    text-align: center;
    display: block;
    font-style: normal;
    margin: 0
}

.reviews-quote__company {
    margin: 0;
    text-align: center;
    letter-spacing: .02em
}

.owl-nav {
    width: 110%;
    left: -5%;
    top: 140px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.owl-next,
.owl-prev {
    width: auto
}

.reviews__prev,
.reviews__next {
    width: 27px;
    height: 61px;
    background-image: url(../img/reviews/navigate.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.reviews__prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.faq {
    margin-top: unset;
    padding-top: 80px;
}

.faq__bg {
    background-color: #F6F6F6;
    padding: 80px 0;
}

.faq__title {
    padding: 0 50px;
    margin-bottom: 58px
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 490px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.accordion__item {
    width: 100%
}

.accordion__body {
    padding: 10px;
    display: none
}

.accordion__header {
    cursor: pointer;
    padding: 23px 5px;
    border-bottom: 2px solid #03090F;
    font-weight: 900;
    font-size: 22px;
    position: relative
}

.accordion__header:after {
    right: 10px;
    top: 50%;
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform 0.2s, -webkit-transform .2s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.36402 4.94998L1.41402 0L1.71661e-05 1.414L6.36402 7.77798L12.728 1.414L11.314 0L6.36402 4.94998Z' fill='%2303090F'/%3E%3C/svg%3E%0A")
}

.accordion__item_show .accordion__header::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.additionally {
    padding-top: 80px;
    width: 100%
}

.additionally__tile {
    margin: 80px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.additionally__item {
    cursor: pointer;
    padding: 41px 33px;
    margin-bottom: 0;
    background-color: #fff;
    width: 335px;
    height: 290px;
    border-bottom: 3px solid #FBD02B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.additionally__item:hover,
.additionally__item_active {
    background-color: #FBD02B
}

.additionally__subheading_short {
    width: 50%
}

.additionally__icon {
    max-height: 80px;
    max-width: 81px
}

.additionally__subheading {
    font-size: 22px;
    line-height: 24px
}

.text_center {
    text-align: center
}

.additionally__bottom {
    max-width: 639px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center
}

.additionally__info {
    margin-bottom: 80px
}

.additionally__buttons {
    text-align: center
}

.additionally__button {
    margin: auto
}

.form-block {
    padding: 80px;
    margin-top: 80px;
    width: 100%;
    background-color: #FBD02B;
    margin-bottom: 80px;
}

.form-block .form__checkbox {
    margin-left: unset
}

.form-block__title {
    font-size: 45px;
    line-height: 49px
}

.form-block__subheading {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px
}

.form-block__wrapper {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__input {
    padding: 17px 29px;
    margin: auto;
    width: 477px;
    display: block;
    margin-bottom: 16px;
    border: none;
    font-size: 16px;
    background-color: #F1F1F1
}

.form__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.form__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.form__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.form__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.form__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.form__input_margin-bottom {
    margin-bottom: 48px
}

.form__button {
    margin: auto
}

.contacts-wrap {
    margin: 80px 0;
    padding: 80px 60px;
    border: 3px solid #fbd02b;
}
.contacts-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.contacts-list a {
    font-weight: 900;
    font-size: 22px;
    text-align: center;
    transition: all .3s;
}
.contacts-list a:hover {
    transition: all .3s;
	color: #fbd02b;
}
.contacts-list ul {
    list-style-type: none;
    display: flex;
    gap: 15px;	
}
.contacts-list ul li {
	cursor: pointer;
}
.contacts-list ul li svg rect {
    transition: all .3s;
}
.contacts-list ul li svg:hover rect {
	fill: #000000;
    transition: all .3s;
}
@media screen and (max-width: 1199px) {
	.contacts-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.footer {
    background-color: #000203;
    text-align: center;
    height: 60px;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif
}

.footer__list {
    list-style: none
}

.footer__item {
    display: inline-block;
    margin: 0 10px
}

.footer__link,
.link_white {
    color: #fff
}

.footer__link:hover,
.link_white:hover {
    text-decoration: underline
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none
}

.popup {
    display: none;
    max-width: 600px;
    height: 500px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #FBD02B;
    z-index: 21;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px
}

.popup__title {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 30px
}

.menu-mobile {
    position: fixed;
    right: 25px;
    top: 24px;
    color: #000;
    padding-top: 5px;
    display: none;
    cursor: pointer;
    -webkit-transition: right .23s;
    -o-transition: right .23s;
    transition: right .23s;
    z-index: 15;
    width: 30px;
    height: 30px
}

.menu-mobile_animation-mobile {
    -webkit-animation: menu;
    animation: menu
}

.menu-mobile__span {
    display: block;
    height: 3px;
    background-color: #000;
    margin: 7px 0 0;
    -webkit-transition: all .1s linear .23s;
    -o-transition: all .1s linear .23s;
    transition: all .1s linear .23s;
    position: relative
}

.menu-mobile_first {
    margin-top: 0
}

.menu-mobile__checkbox {
    opacity: 0;
    display: none
}

.menu-mobile_second {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.menu-mobile__checkbox:checked~.menu-mobile__button .menu-mobile_first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

.menu-mobile__checkbox:checked~.menu-mobile__button .menu-mobile_second {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
}

.menu-mobile__checkbox:checked~.menu-mobile__button .menu-mobile_third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -14px
}

@-webkit-keyframes menu {
    from {
        left: 110%
    }

    to {
        left: 60%
    }
}

@keyframes menu {
    from {
        left: 110%
    }

    to {
        left: 60%
    }
}

.menu-mobile_animation-mobile-close {
    -webkit-animation: menu-close;
    animation: menu-close
}

@-webkit-keyframes menu-close {
    from {
        left: 60%
    }

    to {
        left: 110%
    }
}

@keyframes menu-close {
    from {
        left: 60%
    }

    to {
        left: 110%
    }
}

.hide_desc,
.button__mobile {
    display: none
}

@media screen and (min-width:1800px) {
    .works__steps {
        margin-left: 25%
    }
}

@media screen and (max-width:1399px) {
    .works__steps {
        margin-left: 15%
    }

    .works__img {
        height: 507px
    }
}

@media screen and (max-width:1199px) {
    .wrapper {
        max-width: 100%
    }

    .wrapper__main-screen {
        max-width: 100%;
        padding: 0 20px
    }

    button,
    .button {
        width: 194px
    }

    .main-screen__img {
        margin-top: 130px;
        width: auto
    }

    .main-screen__column-text {
        margin-top: 37px
    }

    .wrapper_relative {
        height: 600px
    }

    .benefits__content {}

    .benefits__item {
        width: 200px
    }

    .benefits__step {
        width: 30%;
        height: 312px;
        padding: 20px
    }

    .benefits__number {
        margin-bottom: 16px
    }

    .logo {
        margin-right: 50px
    }

    .works {
        padding-top: 150px
    }

    .faq__title {
        padding: 0
    }

    .additionally {
        padding-top: 80px
    }

    .accordion__column {
        width: 430px
    }

    .additionally__item {
        width: 32%;
        height: 250px;
        padding: 20px
    }

    .form-block {
        margin-top: 80px;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .works__img {
        height: 367px
    }

    .works__steps {
        margin-left: 15%
    }

    .works__step {
        width: 200px;
        margin-right: 200px
    }

    .works__step_margin-none {
        margin-right: unset
    }

    .works__bg {
        height: 110px
    }

    .reviews__carousel {
        margin: auto;
        width: 90%
    }

    .reviews__item {
        width: auto
    }

    .reviews-quote__author {
        bottom: -90px
    }

    .reviews-quote__avatar {
        width: 70px;
        height: 70px
    }

    .faq {
        padding-top: unset
    }

    .reviews__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:900px) {
    .main-screen__img {
        margin-top: unset;
        margin-bottom: -6px
    }

    .main-screen__column-text {
        width: 100%
    }

    .main-screen__column-img {
        margin-top: 50px;
        width: 100%;
        text-align: center
    }

    .benefits__step {
        width: 45%
    }

    .benefits__step:last-child {
        margin-top: 20px
    }

    .benefits__content {}

    .benefits__item {
        width: 50%;
        margin-bottom: 20px
    }

    .title {
        font-size: 60px;
        line-height: 67px
    }

    .additionally__item {
        width: 49%
    }

    .accordion {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .accordion__column {
        width: 100%
    }

    .works__steps {
        margin-left: unset
    }

    .works__step {
        margin-right: unset
    }

    .works__steps_bottom .works__step:after {
        top: -59.5px
    }

    .works__steps_top .works__step:first-child {
        margin-right: auto
    }

    .works__steps_top .works__step:last-child {
        margin-right: 130px
    }

    .works__steps_bottom .works__step:first-child {
        margin-right: 60px
    }

    .works__bg {
        margin-top: 240px;
        height: 110px
    }

    .works,
    .reviews {
        padding-top: 80px
    }

    .reviews__carousel {
        padding-bottom: 80px
    }

    .works__title,
    .reviews__title,
    .faq__title {
        margin-bottom: 60px
    }

    .title {
        font-size: 40px;
        line-height: 40px
    }

    .popup {
        max-width: 500px
    }

    .form__input {
        width: 400px
    }

    .menu-mobile {
        display: block
    }

    .header__wpapper {
        padding: 0 10px
    }

    .header,
    .header__wpapper {
        min-height: 82px
    }

    .header__button {
        margin-right: 50px
    }

    .menu {
        height: 100%;
        left: 110%;
        top: 0;
        width: 80%;
        position: fixed;
        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;
        background-color: #F6F6F6;
        z-index: 14;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: left .2s;
        -o-transition: left .2s;
        transition: left .2s;
        overflow-y: auto;
        overflow-x: hidden
    }

    .menu__ul {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
        border-bottom: 1px dashed #000
    }

    .menu__li {
        border-top: 1px dashed #000;
        width: 100%;
        padding: 15px 30px;
        display: block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu__li:hover {
        background-color: #FF0C35;
        border: none
    }

    .menu__li:hover .menu__link {
        font-weight: 900;
        color: #fff
    }

    .menu__item {
        display: block;
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
        margin: 0
    }

    .hide_desc {
        display: block
    }

    .menu__item:first-child {
        border-top: 1px solid #dfdfdf
    }

    .menu__navigation {
        width: 100%
    }

    .menu__item:last-child {
        border: none
    }

    .button__mobile {
        margin: auto;
        display: block
    }

    .menu__item a {
        opacity: 1
    }

    .header__button {
        display: none
    }
}

@media screen and (max-width:600px) {
    .benefits__step {
        width: 65%
    }

    .benefits__step:last-child {
        margin-top: unset
    }

    .benefits__step {
        margin-bottom: 20px
    }

    .wrapper_relative {
        height: 935px
    }

    .benefits__content {
        padding-top: unset
    }

    .popup {
        max-width: 320px;
        height: 460px
    }

    .form__input {
        width: 300px
    }

    .works__steps_bottom .works__step:first-child {
        margin-right: unset
    }

    .works__steps_top .works__step:last-child {
        margin-right: 110px
    }

    .works__bg {
        margin-top: 270px
    }

    .form-block {
        padding: 38px
    }
}

@media screen and (max-width:480px) {
    .main-screen__title {
        font-size: 40px;
        line-height: 47px
    }

    .main-screen__img {
        margin-bottom: 120px;
        width: 100%
    }

    .benefits__step {
        width: 90%;
        margin: auto;
        margin-bottom: 20px
    }

    .benefits__button {
        display: block;
        margin: auto;
        margin-bottom: 10px
    }

    .benefits__button:not(:last-child) {
        margin-right: auto;
        margin-top: 10px
    }

    .works__steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .works__step {
        margin: auto;
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 3px solid #FBD02B
    }

    .works__steps_top .works__step:after,
    .works__steps_bottom .works__step:after {
        bottom: -15.5px;
        top: auto
    }

    .works__step,
    .works__steps_top .works__step:first-child,
    .works__steps_top .works__step:last-child,
    .works__steps_bottom .works__step:first-child,
    .works__steps_bottom .works__step:last-child {
        margin-right: unset
    }

    .works__line {
        display: none
    }

    .works__steps_bottom {
        padding-top: unset
    }

    .works__steps_top {
        padding-bottom: unset
    }

    .works__img {
        max-width: 100%;
        height: auto
    }

    .reviews__wrapper {
        margin: auto;
        width: 95%
    }

    .additionally__item {
        width: 95%;
        margin: auto;
        margin-bottom: 20px
    }
	.additionally__item:last-child {
		margin-bottom: 0;
	}

    .title {
        font-size: 30px;
        line-height: 37px
    }

    .form-block__subheading {
        font-size: 18px
    }
}

.wpcf7-response-output,
.screen-reader-response,
.wpcf7-not-valid-tip {
    display: none
}

.error_valid {
    border: 2px solid #F61414
}

.popup-sucess {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    max-width: 500px;
    z-index: 99;
    background-color: #F6F6F6;
    padding: 20px;
    text-align: center
}

.popup-sucess .title {
    font-size: 40px
}

@media screen and (max-width:1200px) {
    .owl-nav {
        width: 200px;
        left: 50%;
        margin-left: -100px;
        bottom: 70px;
        top: unset
    }
}

@media screen and (max-width:599px) {
    .owl-nav {
        width: 90%;
        left: 5%;
        bottom: 90px;
        margin-left: unset
    }
}