html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;.hero .text h1
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/*START CUSTOM STYLES*/
@font-face {
  font-family: "Lobster-Regular";
  src: url("../fonts/Lobster-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
}

body{
   font-family: "Manrope-Regular";
   font-size: 16px;
   line-height: 19px;
   color: #312A25;
}
strong{
   font-family: "Manrope-ExtraBold";
}
.container{
    max-width: 1170px;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
}
.flex-2col{
    display: flex;
}
.flex-2col > .col{
    width: 50%;
}
.hero .flex-2col {
    min-height: auto;
    align-items: center;
    padding-top: 150px;
}
.flex-col{
    width: 50%;
}
.flex3-col{
    display: flex;
}
.flex3-col .col{
    width: 33%;
}
.button{
    background: linear-gradient(180deg, #96E4DD 0%, #5DC4B8 100%);
    border-radius: 20px;
    width: 100%;
    height: 70px;
    font-size: 28px;
    border: none;
    color: #fff;
    transition:  0.1s;
    position: relative;
    z-index: 1;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}
.button:hover{
     background: linear-gradient(180deg, #96E4DD 50%, #5DC4B8 100%);
    transition:  0.2s;
}
.header {
    padding-top: 46px;
    position: absolute;
    width: 100%;
    top: 0;
}
.header .logo {
    margin-top: 2px;
}
.header .flex{
    display: flex;
    justify-content: space-between;
}
.header .nav {
    margin-top: 12px;
    position: relative;
}
.header .nav ul li{
    display: inline-block; 
    margin: 0 20px;
}
.header .nav ul li a{
    font-size: 15px;
    text-decoration: none;
    color: inherit;
}
.header .nav ul li a:hover{
    color: #EF633E;
}
.header .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/close.svg);
    position: absolute;
    top: 18px;
    right: 18px;
    display: none;
}
.header .burger{
    width: 38px;
    height: 38px;
    background: url(../img/menu.svg);
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.header:after {
    content: "";
    width: 620px;
    height: 580px;
    background: url(../img/oval.svg);
    display: -webkit-box;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.consult-form{
    max-width: 465px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #F9F9F9;
    box-shadow: 0px 2px 2px rgba(45, 45, 45, 0.0495075), 0px 4px 4px rgba(49, 49, 49, 0.0529325), 0px 8px 8px rgba(42, 42, 42, 0.0540648), 0px 16px 16px rgba(32, 32, 32, 0.0527627), 0px 32px 32px rgba(73, 73, 73, 0.0471298), 0px 64px 64px rgba(53, 53, 53, 0.0518852);
    border-radius: 30px;
}
.consult-form h2{
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #272728;
    font-family: "Manrope-ExtraBold";
    margin-bottom: 20px;
}
.consult-form p{
    font-size: 18px;
    line-height: 33px;
    color: #5C5C5C;
    margin-bottom: 40px;
}
.consult-form .form-input label{
    font-family: "Manrope-ExtraBold";
    font-size: 12px;
    line-height: 100%;
    display: block;
    margin-bottom: 5px;
}
.consult-form .form-input input{
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    color: inherit;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    width: 100%;
    background: transparent;
}
.consult-form .btn-wrap {
    text-align: center;
}
.consult-form input.button{
    height: 70px;
    margin: auto;
    font-family: "Manrope-Bold";
}
.consult-form .form-input{
    margin-bottom: 20px;
}
.consult-form .messages {
    margin-top: 20px;
}
.form-input input::placeholder{
    color: #9197A0;
}
.form-input.checkbox input{
    width: 25px;
    height: 25px;
    background: #F3F3F3;
    border-radius: 2px;
}
.consult-form .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
  padding-top: 3px;
}
.consult-form .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.consult-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}
.consult-form .checkbox-wrap input:checked ~ .checkmark {
  background-color: #4AE390;
    border: 1px solid #4ae390;
}
.consult-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.consult-form .checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}
.consult-form .checkbox-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.consult-form .checkbox-wrap label{
    font-size: 12px;
}
button[disabled], html input[disabled]{
    cursor: not-allowed;
}

.orange{
    color:  #EF633E;
}
.hero{
    background: url(../img/hero.png);
    background-size: 70%;
    background-position: 61% center;
    background-repeat: no-repeat;
}
.hero .flex-col:last-child {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.hero .text .uptitle{
    font-size: 20px;
    line-height: 32px;
    color: #EF633E; 
    font-family: "Manrope-Bold";
}
.hero .text h1{
    margin-top: 25px;
    font-size: 50px;
    line-height: 60px;
    color: #333333;

    margin-bottom: 20px;
}
.hero .text p{
    font-size: 20px;
    line-height: 30px;
    color: #312A25;
    margin-bottom: 30px;
    max-width: 450px;
}
.hero .text ul{
    
}
.hero .text li{
    font-size: 24px;
    line-height: 140%;
    font-family: "Manrope-Bold";
}
.heading{
    max-width: 470px;
    margin: auto;
    text-align: center;
}
.heading .uptitle{
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-family: "Manrope-Bold";
    margin-bottom: 25px;
}
.heading .title{
    font-size: 56px;
    line-height: 64px;
    color: #333;
    font-family: "Lobster-Regular";
    margin-bottom: 20px;
}
.heading .subtitle{
    font-size: 20px;
    line-height: 30px;
    color: #312A25;
}
.about{
    margin-bottom: 230px;
}
.about .heading{
    margin-bottom: 80px;
}
.about .flex3-col{
    justify-content: center;
}   
.about .col{
    text-align: center;
    max-width: 270px;
    background: #FFFFFF;
    box-shadow: 0px 24px 48px rgba(0, 24, 52, 0.080899);
    border-radius: 100px 24px 24px 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
}
.about .col:nth-child(2) {
    transform: translateY(50px);
}

.about .col .icon{
    transform: translateY(-15px);
    margin-bottom: 10px;   
}
.about .col .title{
    font-size: 23px;
    line-height: 32px;
    font-family: "Manrope-ExtraBold";
    margin-bottom: 30px;
}
.about .col .text{
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);

}
.income{
    background: url(../img/incomebg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.income .container{
    display: flex;
    justify-content: flex-end;
}
.income .inner{
    max-width: 770px;
}
.income .image{
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 9px 7px rgb(31 30 30 / 5%);
    margin-bottom: 65px;
    overflow: hidden;
    position: relative;
}
.income .image img{
    width: 100%;
}
.income .image .button{
    position: absolute;
    max-width: 270px;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
}
.income .info{
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 9px 7px rgb(31 30 30 / 5%);
    padding: 30px;
}
.income .info .num{
    font-size: 47px;
    line-height: 53px;
    margin-bottom: 10px;
    font-family: "Manrope-ExtraBold";
}
.income .info .text{
    font-size: 16px;
    line-height: 24px;
    color: #292B2C;
    margin-bottom: 10px;
}
.income .info .sub{
    font-size: 12px;
    line-height: 19px;
    color: #636C72;
}
.steps{
    padding-top: 120px;
    padding-bottom: 80px;
}
.steps .flex3-col {
    justify-content: center;
}
.steps .col{
    max-width: 275px;
    margin: 0 20px;
    text-align: center;
}
.steps .num{
    font-size: 70px;
    line-height: 64px;
    color: #333333;
    font-family: "Lobster-Regular";
    margin-bottom: 10px;
}
.steps .title{
    font-size: 20px;
    line-height: 140%;
    font-family: "Manrope-Bold";
    max-width: 200px;
    margin: auto;
    margin-bottom: 30px;
    min-height: 85px;
}
.steps .text{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
}
.steps .button{
    font-size: 22px;
    font-family: "Manrope-Bold";
}
.faq .heading{
    margin-bottom: 50px;
}
.faq .b-faq .faq__title {
    position: relative;
    display: block;
    color: #EF633E;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-family: "Manrope-Bold";
    margin-bottom: 15px;
}
.faq .b-faq .faq__title:hover {
    color: inherit;
}
.faq .b-faq .faq__active {
  
}
.faq .b-faq .faq__content {
    display: none;
    font-size: 16px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.5);
    padding-left: 20px;
    padding-bottom: 15px;
}
.faq .inner {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 24px 48px rgb(0 24 52 / 8%);
    border-radius: 100px 24px 24px 24px;
    max-width: 1082px;
    padding-left: 250px;
    padding-right: 140px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.faq .inner:before{
    content: "";
    width: 270px;
    height: 320px;
    background: url(../img/faq1.png);
    position: absolute;
    top: -24px;
    left: -80px;
    z-index: 1;
}
.faq{
    position: relative;
    padding-bottom: 60px;
}
.faq:before{
    content: "";
    width: 445px;
    height: 891px;
    background: url(../img/oval2.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.testimonials{
    position: relative;
}
.testimonials .heading{
    margin-bottom: 70px;
}
.testimonials:before{
    content: "";
    height: 550px;
    width: 100%;
    max-width: 1305px;
    background: linear-gradient(135deg, #FCEEE9 0%, #ECF8F8 100%);
    border-radius: 100px 0px 0px 24px;
    position: absolute;
    right: 0;
    top: 255px;
    z-index: -1;
}
.testimonials .flex3-col{
    justify-content: center;
}
.testimonials .col{
    max-width: 270px;
    background: #FFFFFF;
    box-shadow: 0px 24px 48px rgba(0, 24, 52, 0.080899);
    border-radius: 100px 24px 24px 24px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 40px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    box-sizing: border-box;
}
.testimonials .col:before{
    content: "";
    width: 60px;
    height: 40px;
    background: url(../img/q.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    right: 33px;
}
.testimonials .col .text{
    font-size: 16px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 40px;
}
.testimonials .col .stars{
    display: block;
    margin-bottom: 10px;
}
.testimonials .col .ava{
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    right: 32px;
    bottom: -32px;
}
.testimonials .col .ava img{
    width: 100%;
    height: 100%;
    object-fit: cover;           
}
.testimonials .btn-wrap{
    text-align: center;
    margin-top: 140px;
}
.testimonials .btn-wrap .button{
    max-width: 380px;
}
.footer{
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #636C72;
    padding-bottom: 40px;
}
.footer .flex3-col{
    font-size: 19px;
    max-width: 620px;
    margin: auto;
    margin-bottom: 30px;
}
.footer a{
    color: inherit;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.logopay{
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
}

@media(max-width: 1200px){
   .hero {
        background-position: 43% center;
    }
}
@media(max-width: 991px){
    .header .nav {
        margin-top: 0;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        background: #ea633e;
        width: 200px;
        z-index: 9;
        transform: translateX(100%);
        transition: transform 0.2s;
        padding-top: 40px;
    }
    .header .nav ul li {
        display: block;
        margin: 20px 20px;
    }
    .header .burger,
    .header .close{
        display: block;
    }
    .header .nav ul li a{
        color: #fff;
        font-family: "Manrope-Bold";
    }
    .header .nav ul li a:hover{
        color: inherit;
    }
    .hero .flex-2col{
        display: block;
        padding-top: 0;
    }
    .hero {
        padding-top: 123px;
        background-position: 125px top;
        background-size: 100%;
    }
    .hero .flex-col:last-child{
        width: 100%;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .about .col .title {
        font-size: 20px;
        line-height: 26px;
    }
    .steps .button {
        font-size: 17px;
    }
}
.info-link {
    width: 270px;
    margin: 30px auto;
    padding: 10px;
    background: linear-gradient(180deg, #96E4DD 0%, #5DC4B8 100%);
    text-align: center;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}
.info-board {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    overflow: auto;
}
.info-show {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}
.info-board__body {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-board__area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.info-cancel {
    height: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.info-box {
    display: flex;
    justify-content: center;
    position: relative;
}

.info-img {
    height: 550px;
}
.info-btn {
    text-align: center;
    display: block;
    color: #fff;
    background: #5DC4B8;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 12px;
    text-decoration: none;
    z-index: 120;
    position: relative;
}
@media(max-width: 767px){
    .flex-2col,
    .services .items,
    .flex3-col{
        display: block;
    }
    .header .logo img{
        max-width: 200px;
    }
    .hero h1 {
        font-size: 32px;
        line-height: 45px
    }
    .hero .flex-col:first-child,
    .hero .flex-col:last-child,
    .flex-col,
    .flex-2col > .col,
    .algorythm .items .item,
    .flex3-col .col{
        width: 100%;
    }
    .button{
        width: 100%;
        font-size: 20px;
    }
    .header .burger{
        top: 43px;
        right: 20px;
    }
    .header .button-round{
        background: transparent;
    }
    .consult-form{
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero{
        background: none;
    }
    .hero .text h1{
        font-size: 54px;
        line-height: 63px;
    }
    .faq .inner{
        padding-right: 20px;
        padding-left: 20px;
    }
    .faq:before,
    .faq .inner:before,
    .testimonials:before{
        display: none;
    }
    .about .col:nth-child(2) {
        transform: translateY(0);
    }
    .about .col{
        margin: 0;
        margin-bottom: 70px;
    }
    .steps .col{
        margin: 0;
        margin-bottom: 40px;
    }
    .income .info .num {
        font-size: 39px;
        line-height: 47px;
    }
    .faq .inner{
        border-radius: 24px;
    }
    .testimonials .col{
        margin: 0;
        margin-bottom: 60px;
    }
    .footer .flex3-col .col{
        margin-bottom: 30px;
    }

}

@media(max-width: 500px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero .text .uptitle {
        font-size: 16px;
        line-height: 22px;
    }
    .hero .text h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .hero .text p {
        font-size: 16px;
        line-height: 26px;
    }
    .hero .text li {
        font-size: 20px;
        line-height: 120%;
    }
    .consult-form h2 {
        font-size: 18px;
    }
    .consult-form input.button {
        height: 40px;
    }
    
    .about {
        margin-bottom: 100px;
    }
    .about .col .icon {
        height: 100px;
    }
    .about .col {
        margin: 0 auto;
        margin-bottom: 70px;
    }
    .income .image .button {
        left: 50%;
        transform: translateX(-50%);
    }
    .steps .col {
        margin: 0 auto 40px auto;
        
    }
    .income .info .num {
        font-size: 28px;
        line-height: 34px;
    }
    .steps {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .testimonials .col {
        margin: 0 auto 60px auto;
    }
    .heading .title {
        font-size: 40px;
        line-height: 42px;
    }
    .heading .subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .info-img {
        height: auto;
        width: 100%;
    }
}