@font-face {
    font-family: 'NextArt';
    src: url('fonts/nextart-light.eot');
    src: local('Next Art Light'), local('nextart-Light'),
    url('fonts/nextart-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/nextart-light.woff2') format('woff2'),
    url('fonts/nextart-light.woff') format('woff'),
    url('fonts/nextart-light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'NextArt';
    src: url('fonts/nextart-semibold.eot');
    src: local('Next Art Semibold'), local('nextart-semibold'),
    url('fonts/nextart-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/nextart-semibold.woff2') format('woff2'),
    url('fonts/nextart-semibold.woff') format('woff'),
    url('fonts/nextart-semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'NextArt';
    src: url('fonts/nextart-bold.eot');
    src: local('Next Art Bold'), local('nextart-bold'),
    url('fonts/nextart-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/nextart-bold.woff2') format('woff2'),
    url('fonts/nextart-bold.woff') format('woff'),
    url('fonts/nextart-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: local('Montserrat Light'), local('Montserrat-Light'),
    url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Light.woff2') format('woff2'),
    url('fonts/Montserrat-Light.woff') format('woff'),
    url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Medium.woff2') format('woff2'),
    url('fonts/Montserrat-Medium.woff') format('woff'),
    url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('fonts/Montserrat-SemiBold.woff') format('woff'),
    url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/Montserrat-Bold.woff') format('woff'),
    url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{
    box-sizing: border-box;
    font-family: 'Montserrat';
}

body {
    margin: 0;
    left: 0;
    position: relative;
}

.heading-mobile {
    display: none;
}

.header {
    margin: 31px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1185px;
}

.logo {
    cursor: pointer;
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.navbtn{*/
/*    font-family: 'Montserrat';*/
/*    color: #B5B5B5;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 17px;*/
/*    text-transform: capitalize;*/
/*    margin-right: 60px;*/
/*    cursor: pointer;*/
/*}*/

.navbtn {
    margin-right: 60px;
}

.navbtn a {
    font-family: 'Montserrat';
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-transform: capitalize;
    color: #00133D;
    transition: all 0.4s;
}

.contact {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-shadow: 0px 4px 10px rgba(20, 213, 150, 0.25);
    background: linear-gradient(to right, rgba(0, 197, 106, 1), rgba(42, 225, 193, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
input.inp-email.mako_error {
    border: 1px solid red;
}

.container {
    margin: 0 auto;
    width: 1185px;
    justify-content: space-between;
}

.section-first {
    background: url("../img/s1-bg.svg") no-repeat;
    /* background-size: cover; */
    background-position: top right;
    position: relative;
    z-index: 0;
    padding-bottom: 250px;
}

.section-first .container {
    margin-top: 103px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.left-block {
    width: 570px;
    margin-right: 30px;
    /* margin-top: 37px; */
}

.heading {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    color: #14D596;
    margin-bottom: 15px;
}

.subtitle {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
}

a.callback-btn {
    color: #00c471;
    position:relative;
    background: #fff;
    transition: all 0.4s;
}

a.callback-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #2AE1C1 0%, #14D596 100%);
    box-shadow: 0px 17px 35px -10px rgba(20, 213, 150, 0.35);
    transition: all 0.4s;
}

a.callback-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #2AE1C1 0%, #14D596 100%);
    border-radius: 34px;
    z-index: -1;
}

a.navbtn-link:hover {
    color: #00C56A;
    transition: all 0.4s;
}

.btn-order-work {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 21px 44px 21px 45px;
    background: linear-gradient(90deg, #00C56A 0%, #2AE1C1 100%);
    box-shadow: 0px 17px 35px -10px rgba(20, 213, 150, 0.35);
    border-radius: 30px;
    display: inline;
    cursor: pointer;
    transition: all 0.4s;
    text-decoration: none;

}


.btn-order-work:hover {
    background: #FEFEFE;
    box-shadow: 0px 17px 35px -7px rgba(0, 19, 61, 0.1);
    border-radius: 30px;
    color: #C4C4C4;
    transition: all 0.4s;
}

.upper-block {
    width: 377px !important;
    height: 323px;
    background: #F4F4F4;
    box-shadow: 5px 20px 25px -7px rgba(75, 122, 206, 0.12);
    border-radius: 15px;
    position: relative;
    margin-right: 15px !important;
    margin-left: 15px !important;
    /* margin: 15px; */
    scroll-snap-align: start start;
    padding: 30px;
}

.icon-word {
    /* margin: 22px 0 35px 30px; */
}

.description {
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
    /* width: 331px; */
    font-weight: normal;
    /* margin: 0 auto; */
    line-height: 21px;
    color: #000000;
    text-align: left;
}

.lower-block {
    width: 410px;
    height: 377px;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(20, 213, 150, 0.05), rgba(20, 213, 150, 0.05)), rgba(255, 255, 255, 0.25);
    box-shadow: 5px 15px 35px -7px rgba(75, 122, 206, 0.1);
    backdrop-filter: blur(14px);
    bottom: -90px;
    left: 70px;
    position: absolute;
    z-index: -1;
    display: flex;
    align-items: flex-end;
}

.cost-window {
    width: auto;
    font-family: 'Montserrat';
    margin: 0 0 20px 0px;
    padding-top: 25px;
}

.ct-work {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #00133D;
}

.price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #00133D;
}

.ct-volume-work {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #00133D;
}

.section-second {
    background: url("../img/s2-bg.png") no-repeat;
    background-size: cover;
    padding: 60px 0 50px;
}

.create-request {
    /* margin: 126px 0 147px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cr-heading {
    display: inline;
    margin-bottom: 76px;
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.request {
    display: flex;
    flex-direction: column;
}

.inputs {
    display: flex;
}

input.inp-email {
    width: 300px;
    height: 16px;
    margin-right: 47px;
    box-shadow: 0px 15px 30px -7px rgba(0, 19, 61, 0.07);
    border-radius: 8px;
    outline: none;
    border: none;
}

.inp-email {
    padding: 17px 25px;
}

.req-email input::placeholder {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-transform: capitalize;
    color: #B5B5B5;
}

.selected::after {
    content: '';
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 9px;
    top: 30px;
    right: 29px;
}

.select-dropdown {
    width: 350px;
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 15px 30px -7px rgba(0, 19, 61, 0.07);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    text-align: left;
    outline: none;
}

.select-dropdown .selected {
    cursor: pointer;
    display: block;
    padding: 20px 25px;
}

.select-dropdown .selected>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.select-dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204);
}

.select-dropdown:active {
    background-color: #f8f8f8;
}

.select-dropdown.active:hover,
.select-dropdown.active {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px -7px rgba(0, 19, 61, 0.05);
    border-radius: 8px 8px 0px 0px;
}

.select-dropdown.active .selected>i {
    transform: rotate(-90deg);
}

.select-dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 0;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 264px;
    overflow-y: auto;
    z-index: 9;
}

.select-dropdown .dropdown-menu li {
    padding: 15px 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    color: #CDCDCD;
}

.select-dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
    border-radius: 0px 0px 8px 8px;
}

.select-dropdown .dropdown-menu li:hover {
    background: linear-gradient(90deg, rgba(0, 197, 106, 0.15) 0%, rgba(42, 225, 193, 0.15) 100%);
    color: #14D596;
}

.select-dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}

.selected {
    display: inline;
    padding: 17px 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    text-transform: capitalize;
    color: #B5B5B5;
    position: relative;
}

.check-and-sudmit {
    /* margin-top: 27px; */
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}

.text-checkbox {
    margin-top: 27px;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
}

.checkbox+label {
    cursor: pointer;
}

.checkbox:not(checked) {

    opacity: 0;

    transition: 0.3s;

    width: 0;

    height: 0;

    margin: 0;
}

.checkbox:not(checked)+label {
    position: relative;
    padding: 1px 0 0 31px;
    color: #1798D4;
    transition: 0.3s;
}

.checkbox:not(checked)+label::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    transition: 0.2s;
}

.checkbox:checked+label::after {
    content: '';
    width: 14px;
    height: 14px;
    background: #00133D;
    left: 2px;
    top: 2px;
    color: #ffffff;
    position: absolute;
    border-radius: 3px;
}

.checkbox:checked+label::before {
    /* background-color: #14D596; */
    border: none;
}

.submit {
    font-family: 'NextArt';
    position: relative;
    cursor: pointer;
    padding-right: 19px;
    border: none;
    background-color: transparent;
    margin-top: 50px;
    margin: 0 auto 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.4s;
    text-align: center;
    text-transform: uppercase;
    color: #00133D;
    padding: 10px 80px;
    background: #fff;
    max-width: 332px;
    box-shadow: 10px 10px 20px rgba(0, 19, 61, 0.2);
    border-radius: 30px;
}

.lesson_item .lower-block {
    cursor: pointer;
}

.submit::after {
    content: '';
    background-image: url("../img/arrow-sec.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: 6px;
    right: -5px;
}

.section-three {
    /* background: #F9F9F9; */
}

.universities-block {
    width: 1185px;
    margin: 0 auto;
    padding: 121px 0 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uni-heading {
    margin-bottom: 89px;
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030C2C;
}

.uni-heading span {
    color: #14D596;
}

.univers {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section-four {
    /* background: #F4F4F4; */
    z-index: -8;
}

.experts-help {
    padding: 99px 0 120px;
    z-index: -7;
}

.eh-heading {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #14D596;
    position: relative;
}

.eh-subtitle {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #ACACAC;
}

.eh-experts {
    margin-top: 106px;
    /* display: flex; */
}

.exp-photo img {
    width: 100%;
    border-radius: 100px;
}

.exp-photo:first-child {
    /* width: 70%; */
}

.exp-photo {
    width: 100%;
    max-height: 75px;
    overflow: hidden;
    border-radius: 100%;
}

.exp-rating img {
    width: 100%;
}

.exp-block {
    /* display: flex; */
    position: relative;
    padding: 25px 20px;
    width: 375px;
    height: 228px;
    background: #FBFBFB;
    box-shadow: 0px 10.133px 20.2661px -4.72876px rgba(0, 19, 61, 0.07);
    border-radius: 10.133px;
    margin-bottom: 40px;
}

.exp-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #04c872;
}

.exp-rating {
    margin-top: 5px;
    width: 65%;
}

.exp-name {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #14D596;
}

.exp-direction {
    display: none;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    color: #b7b7b7;
}

.exp-vals {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    color: #B5B5B5;
    margin: 10px 0 10px;
    display: inline-flex;
}

.exp-ttc {
    margin-right: 17px;
    position: relative;
}

.exp-ttc::after {
    content: "";
    background-image: url("../img/razdelitel-vals.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -8px;
    height: 15px;
    width: 1px;
    display: none;
}

.exp-artigo {
    display: none;
}

.exp-card-description {
    /* width: 300px; */
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #030C2C;
}

.section-five {
    background: url("../img/s5-bg.png") no-repeat;
    background-size: 100%;
}

.top-experts {
    display: flex;
    justify-content: space-between;
    padding: 113px 0 120px;
}

.te-left-block {
    width: 465px;
    min-height: 200px;
}

.lb-heading {
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 19, 61, 0.1);
    margin-bottom: 44px;
}

.mc-name {
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #14D596;
    margin-bottom: 14px;
}

.mc-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 178px;
    height: 200px;
    background: #F4F4F4;
    box-shadow: 0px 25px 45px -10px rgba(0, 19, 61, 0.15);
    border-radius: 8px;
}

.mc-rating {
    margin-top: -22px;
    margin-bottom: 9px;
}

.tabs {
    display: none;
    width: 574px;
}

.mini-cards {
    width: 574px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tmp-info {
    padding: 104px 0 93px;
}

.info-heading {
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #14D596;
}

.info-subtitle {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #00133D;
    margin: 17px 0 70px;
}

.info-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.first-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 86px;
}

.i-heading {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #030C2C;
    width: 130px;
}

.points li {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #00133D;
    list-style-type: none;
    position: relative;
}

.points li::before {
    content: url("../img/dot.svg");
    position: absolute;
    top: -4px;
    left: -20px;
}

.second-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 70px;
}

.tap-heading {
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #14D596;
    margin-top: -15px;
    margin-bottom: 18px;
}

.tap-description {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #030C2C;
    width: 330px;
}

.tap-terms {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-right: 70px;
    margin-right: 70px;
}

.icon-terms img {
    width: 100%;
}

.icon-terms {
    /* width: 45%; */
}

.icon-prices {
    /* width: 45%; */
}

.icon-prices img {
    width: 100%;
}

.tap-terms::after {
    content: '';
    background-image: url("../img/line-tmp-info.svg");
    position: absolute;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    width: 1px;
    height: 115px;
}

.tap-prices {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.i-left-block {
    display: flex;
    flex-direction: column;
    width: 47%;
}

ul.points {
    margin: 40px 0 0 0;
    padding: 0 0 0 20px;
}

.i-right-block .upper-block {
    width: 377px;
    height: 333px;
    background: #F4F4F4;
    border-radius: 15px;
    margin: 0 17px;
}

.i-right-block .lower-block {
    width: 410px;
    height: 410px;
    background: #F9F9F9;
    box-shadow: 5px 15px 45px -7px rgba(76, 110, 135, 0.15);
    border-radius: 15px;
    /* z-index: 1; */
    top: 30px;
    left: 57px;
}

.left-part {
    margin-right: 77px;
}

.section-seven {
    background: url("../img/s2-bg.png") no-repeat;
    background-size: cover;
    padding: 126px 0 70px;
    margin-bottom: 70px;
}

.section-eight {
    background: url("../img/s8-bg.svg") no-repeat;
    background-size: 100%;
    padding: 148px 0 123px;
}

.stages-heading {
    width: 714px;
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #030C2C;
}

.stages-subtitle {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #030C2C;
    margin: 42px 0 81px;
}

.stages {
    display: flex;
    flex-direction: column;
}

.stages-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.item-heading {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #14D596;
    margin-top: -17px;
    margin-bottom: 12px;
}

.item-description {
    width: 190px;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #030C2C;
}

.sti-icon {
    display: inline-flex;
    margin-left: -20px;
    width: 100%;
}

.sti-icon img {
    width: 55%;
}

.section-nine {
    background: #F4F4F4;
    padding: 118px 0;
}

.gp-heading {
    width: 341px;
    font-family: 'NextArt';
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.05em;
    color: #14D596;
    margin-bottom: 104px;
    padding-top: 32px;
}

.gp-content {
    width: 377px;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #717171;
    cursor: pointer;
    border-bottom: 1px solid #B5B5B5;
}

.gp-content:last-child {
    border: none;
}

.gpc-description {
    display: none;
    padding-bottom: 70px;
    cursor: default;
}

.gpc-heading {
    padding: 30px 0;
}

.gpc-active {}

.example-screen {
    display: none;
}

.es-active {
    display: block;
}

.section-ten {
    /* background: #F9F9F9; */
    padding: 80px 0 156px;
}

.faq {
    width: 1000px;
    margin: 0 auto;
}

.faq-heading {
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.1em;
    color: #14D596;
    text-align: center;
    margin-bottom: 70px;
}

.questions {
    width: 972px;
    background: #F9F9F9;
    box-shadow: 0px 30px 75px -10px rgba(0, 19, 61, 0.15);
    border-radius: 8px;
    padding-top: 70px;
    margin: 0 auto;
}

.q-content {
    border-bottom: 1px solid #CDCDCD;
}

.q-content:last-child {
    border: none;
}

.qc-heading {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #717171;
    cursor: pointer;
    position: relative;
    padding: 25px 0;
    padding-left: 49px;
    transition: 0.3s;
}

.qc-heading:last-child {
    border-bottom: none;
}

.qc-active {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #14D596;
    transition: 0.3s;
}

.qc-active::after {
    transform: rotate(-180deg);
}

.qc-description {
    display: none;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #00133D;
    padding: 0 0 54px 64px;
    width: 802px;
}

.qc-heading::after {
    content: '';
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    right: 65px;
    transition: .3s;
}

footer {
    /* background: #F4F4F4; */
}

.ftr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 65%;
    margin: 0 auto;
    padding: 92px 0 76px;
}

.feedback-links-foot {
    display: flex;
    flex-direction: column;
}

.questions-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    position: relative;
    display: inline-table;
    margin-top: 15px;
}

.links {
    display: flex;
    flex-direction: column;
    width: 170px;
    position: relative;
}

.links::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -20px;
    width: 2px;
    height: 132px;
    /* background-image: url('../img/line-footer.svg'); */
    border-right: 1px solid #fbfbfb;
    background-repeat: no-repeat;
    background-position-y: center;
}

.links a {
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #9C9C9C;
}

.feedback-links-foot {
    position: relative;
}

.feedback-links-foot::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -50px;
    width: 2px;
    height: 132px;
    /* background-image: url('../img/line-footer.svg'); */
    border-right: 1px solid #fbfbfb;
    background-repeat: no-repeat;
    background-position-y: center;
}

.feedback-links-foot a {
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 29px;
    position: relative;
}

.feedback-links-foot a:last-child {
    margin-bottom: 0;
}

.feedback-links-foot a:first-child::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -35px;
    width: 12px;
    height: 24px;
    background-image: url('../img/ic-phone.svg');
    background-repeat: no-repeat;
    background-position-y: center;
}

.feedback-links-foot a:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -40px;
    width: 24px;
    height: 24px;
    background-image: url('../img/ic-email.svg');
    background-repeat: no-repeat;
    background-position-y: center;
}

.feedback-links-foot a:nth-child(3)::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -44px;
    width: 30px;
    height: 30px;
    background-image: url('../img/lock.svg');
    background-repeat: no-repeat;
    background-position-y: center;
}

.social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 36px;
    /* margin-left: -20px; */
    width: 130px;
}

.questions-left {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #9C9C9C;
    padding-top: 10px;
}

.questions-left .btn-order-work {
    margin-top: 12px;
    font-size: 14px;
    line-height: 15px;
    padding: 17px 37px 18px;
}

.logo::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -75px;
    width: 2px;
    height: 132px;
    /* background-image: url('../img/line-footer.svg'); */
    border-right: 1px solid #fbfbfb;
    background-repeat: no-repeat;
    background-position-y: center;
}

.guide {
    display: flex;
}

.i-right-block {
    position: relative;
    z-index: 0;
}

.my-container {
    margin: 0 auto;
    width: 1185px;
    display: flex;
    justify-content: flex-end;
}

.right-block .swiper-container {
    width: 407px;
    height: 354px;
    touch-action: pan-y;
}

.eh-experts .slider-container {
    /* width: 1185px; */
    overflow: hidden;
}

.right-block {
    position: relative;
    z-index: 5;
    margin-top: 50px;
}

.te-right-block {
    /* display: none; */
}

.swiper-pagination-bullet {
    transition: all 0.3s ease 0s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 8px;
    background: #00123d;
}

.slider-pagination {
    position: absolute;
    right: 10%;
}

.eh-title {
    /* width: 710px; */
    text-align: center;
}

.swiper-pagination-bullet {
    background: none;
    opacity: 1;
    box-shadow: 0px 4px 7px -0.5px rgba(0, 19, 61, 0.15);
    outline: none;
    margin: 0 4px;
    border: 1px solid #00123d;
    width: 13px;
    height: 13px;
}

.right-block .lower-block .swiper-container {
    height: auto;
    width: 348px;
    margin: 0 auto;
}

.right-block .swiper-container .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.i-right-block .swiper-container {
    width: 407px;
    height: 360px;
    touch-action: pan-y;
}

.i-right-block .lower-block .swiper-container {
    height: auto;
    width: 304px;
    margin-left: 24px;
}

.arrow-yakor {
    position: absolute;
    bottom: 0px;
    right: 75px;
    cursor: pointer;
    z-index: 12;
}

.arrow-yakor svg {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

.arrow-yakor svg:hover {
    fill: #14D596;
}

.i-right-block .arrow-yakor {
    right: 60px;
}

section.section-five {
    display: none;
}

.callback-btn {
    height: 40px;
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    display: inline;
    cursor: pointer;
    transition: all 0.4s;
    box-shadow: 0px 17px 35px -7px rgba(0, 19, 61, 0.1);
    border-radius: 30px;
}

/* modal login */
.modal-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 90;
}

.modal-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    cursor: pointer;
}

.modal-callback {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 90%;
    max-width: 460px;
    padding: 1.875rem 3.125rem 1.875rem;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    z-index: 99;
    box-shadow: 5px 20px 25px -7px rgb(75 122 206 / 12%);
    border-radius: 15px;
}

.popup-login__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.popup-login__form-input {
    height: 56px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
    border: 2px solid #B5B5B5;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    margin-bottom: .625rem;
    padding: 1.25rem 1.5625rem;
    font-style: normal;
    font-weight: 450;
    font-size: 17px;
    line-height: 22px;
    color: #B5B5B5;
    font-family: 'Montserrat', sans-serif;
}

.popup-login__form-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1875rem;
    width: 100%;
    min-width: auto;
    margin-bottom: .9375rem;
    padding: 1.25rem 1.5625rem;
    height: 56px;
    background: #00C471;
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    border: none;
}

.popup-login__form-btn:hover{
    background: #009757;
}

.popup-login__form-link {
    font-family: 'Montserrat', sans-serif;
    font-size: .8125rem;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #B5B5B5;
}

.popup-login__form-link:hover {
    color: #00c471
}

.up_title {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    color: #00133D;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 19, 61, 0.15);
}

.up_img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 30px 30px;
}

.lower-block .swiper-pagination {
    width: 100%;
    bottom: 66px;
    z-index: 999999;
}

.topForm {
    max-width: 427px;
    flex-wrap: wrap;
}

.topForm .inputs {
    display: block;
    width: 100%;
}

.topForm .inputs input {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: all .5s ease;
    border: 1px solid #FBFBFB;
    font-size: 18px;
}

.select-dropdown {
    width: 100%;
}

.topForm .inputs input:hover, .topForm .inputs input:focus {
    box-shadow: 0 0 4px rgb(204 204 204);
    transition: all .5s ease;
}

.topForm .submit {
    background: linear-gradient(90deg, #00C56A 0%, #2AE1C1 100%);
    box-shadow: 0px 17px 35px -10px rgba(20, 213, 150, 0.35);
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 61px;
    width: 287px;
    transition: background 0.4s, box-shadow 0.4s, color 0.4s;
    margin: 0;
}

.topForm .submit::after {
    display: none;
}

.topForm .more_info {
    width: 127px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #00133D;
    padding: 10px 30px;
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-sizing: border-box;
    box-shadow: 0px 17px 30px -10px rgba(0, 19, 61, 0.1);
    border-radius: 30px;
    transition: all 0.4s;
}

.selected span {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00133D;
}

.select-dropdown ul.dropdown-menu li {
    font-weight: 500;
    font-size: 14px;
}

.topForm .submit:hover {
    background: #fff;
    color: #00C56A;
    border: 2px solid #00C56A;
    padding: 8px 61px;
    /* width: auto; */
    transition: background 0.4s, color 0.4s;
}

.topForm .more_info:hover {
    cursor: pointer;
    transition: all 0.4s;
    background: linear-gradient(90deg, #00C56A 0%, #2AE1C1 100%);
    box-shadow: 0px 17px 35px -10px rgba(20, 213, 150, 0.35);
    color:#fff;
}

.lessons_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lesson_item .upper-block {
    width: 282px !important;
    height: 242px;
    padding: 20px;
    background: #FBFBFB;
}

.lesson_item .up_title {
    font-size: 17px;
    padding-bottom: 10px;
}

.lesson_item .up_img {
    padding: 0 20px 20px;
}

.lesson_item .up_img img {
    width: 50px;
}

.lesson_item {
    position: relative;
    margin-bottom: 140px;
    cursor: pointer;
}

.lesson_item .lower-block {
    width: 282px !important;
    height: 242px;
}

.lesson_item .cost-window {
    width: 100%;
    padding: 0 20px;
}

.lesson_item .description {
    font-size: 15px;
}

.ib {
    text-align: center;
    margin-right: 30px;
}

.section_title {
    font-family: 'NextArt';
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #14D596;
    text-align: center;
    margin-bottom: 70px;
}

section.benefits .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.b_item {
    width: 350px;
    text-align: center;
    margin-bottom: 50px;
    /* background: #fbfbfb; */
    border-radius: 10px;
    padding: 20px;
}

section.benefits {
    padding: 50px 0 70px;
}

.bi_title {
    text-transform: uppercase;
    color: #14D596;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.fWrappr {
    display: flex;
    max-width: 1060px;
}

.fLeft_Block {
    width: 487px;
    margin-right: 90px;
}

input.inp-email {
    margin-bottom: 25px;
    height: auto;
    padding: 20px 30px;
    font-size: 20px;
    width: 487px;
}

label[for="def"] {
    margin-bottom: 10px;
}

.checkbox:not(checked)+label[for="emails"]::before {
    top: 10px;
}

.fRight_Block {
    max-width: 487px;
    /* width: 100%; */
}

.submit::after {
    display: none;
}

.topForm .check-and-sudmit {
    margin-top: 27px;
    flex-direction: row;
    justify-content: space-between;
}

.checkbox:checked+label[for="emails"]::after {
    top: 12px;
}

.bi_icon img {
    width: 130px;
}

.teachers-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-height: 515px;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 -15px;
    transition: max-height 0.4s;
}

.exp-photo img {
    width: 75px;
}

.eb_top {
    display: flex;
    height: 137px;
    overflow: hidden;
}

.eb_bot {
    margin-top: 20px;
    text-align: center;
    /* z-index: 10; */
}

.eb_button {
    font-weight: 600;
    font-size: 10.133px;
    line-height: 11px;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 auto;
    color: #01C66D;
    cursor: pointer;
    border: 1px solid #01C66D;
    border-radius: 5px;
    transition: all 0.4s;
}

.eb_button:hover {
    background: linear-gradient(90deg, #00C56B 0%, #29E0BF 100%);
    box-shadow: 0px 10.3253px 21.258px -6.07372px rgba(20, 213, 150, 0.35);
    color: #fff;
    transition: all 0.4s;
}

.more_event {
    display: block;
}

.show_more {
    padding: 10px 42px;
    display: none;
    max-width: 380px;
    margin: 60px auto 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(90deg, #00C56A 0%, #2AE1C1 100%);
    box-shadow: 0px 17px 35px -10px rgba(20, 213, 150, 0.35);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.4s;
}

.show_more:hover {
    background: #fff;
    color: #00be6a;
    transition: all 0.4s;
}

.reviews {
    position: relative;
    padding-bottom: 60px;
}

.reviews_wrapper {
    max-width: 1250px;
    display: flex;
    margin: 0 auto;
}

.reviews_wrapper .reviews_slider {
    width: 562px;
    padding: 84px 40px 30px 66px;
    background: #fbfbfb;
    box-shadow: 0px 30px 75px -10px rgba(0, 19, 61, 0.15);
    border-radius: 15px;
    margin-right: 30px;
    overflow-x: hidden;
}

.reviews_info {
    width: 640px;
}

.rs_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 134.4%;
    /* or 40px */
    color: #000000;
}

.rs_text {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 35px;
    max-width: 400px;
}

.r_slide {
    /* margin: 0 25px; */
}

.ri_title {
    font-weight: bold;
    font-size: 40px;
    max-width: 278px;
}

.mini_rew {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr_item {
    width: 200px;
    height: 139px;
    background: linear-gradient(90deg, #14D596 0%, #2AE1C1 100%);
    padding: 15px 15px;
    border-radius: 15px;
    position: relative;
}

.mri_text {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}

.show {
    display: block;
}

.hiden {
    display:none;
}

.ri_img {
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.mr_item:after {content: '';width: 107px;height: 19px;position: absolute;right: 12px;bottom: 10px;background: url(../img/fiveS.svg);}

.open_teachers {
    max-height: max-content;
    transition: max-height 0.4s;
}

.submit:hover {
    background: #00133D;
    color: #fff;
    transition: all 0.4s;
}

.panel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.more_event {
    display: block;
}

.ri_img {
    max-height: 94px;
}

.ri_img img:nth-child(1) {
    width: 170px;
}

@media (max-width: 1581px) {
    .logo::after {
        right: -55px;
    }

    .links:after {
        right: 10px;
    }

    .feedback-links-foot::after {
        right: -35px;
    }
}

@media (max-width: 1441px) {
    .logo::after {
        background: none;
    }

    .links:after {
        background: none;
    }

    .feedback-links-foot::after {
        background: none;
    }
}

@media (max-width: 1367px) {
    .ftr {
        justify-content: space-between;
        padding: 70px 0;
    }

    .section-first {
        padding-bottom: 170px;
    }

    .container {
        width: 80%;
    }

    .header {
        width: 85%;
    }

    .heading {
        font-size: 22px;
    }

    .subtitle {
        font-size: 16px;
    }

    .upper-block {
        width: 300px !important;
        height: 290px;
    }

    .i-right-block .upper-block {
        width: 300px !important;
        height: 290px;
    }

    .description {
        font-size: 15px;
        width: auto;
    }

    .right-block .swiper-container {
        width: 330px;
        height: 309px;
    }

    .i-right-block .swiper-container {
        width: 330px;
        height: 320px;
    }

    .icon-word {
        width: 55px;
        height: auto;
    }

    .lower-block {
        width: 320px;
        height: 335px;
        left: 50px;
        bottom: -86px;
    }

    .i-right-block .lower-block {
        width: 320px;
        height: 335px;
        left: 50px;
        top: 50px;
    }

    .ct-heading {
        font-size: 15px;
    }

    .price {
        font-size: 17px;
    }

    .cost-window {
        width: 280px;
    }

    .right-block .lower-block .swiper-container {
        width: 280px;
    }

    .i-right-block .lower-block .swiper-container {
        width: 280px;
    }

    .arrow-yakor {
        right: 10px;
    }

    .i-right-block .arrow-yakor {
        right: 10px;
    }

    .tap-terms::after {
        background: none;
        display: none;
    }

    .tap-description {
        width: 240px;
    }

    .section-second {
        padding: 0;
    }

    .create-request {
        padding: 70px 0;
    }

    .cr-heading {
        font-size: 20px;
        margin-bottom: 55px;
    }

    .text-checkbox {
        font-size: 13px;
    }

    input.inp-email {
        width: 100%;
    }

    .select-dropdown {
        width: 100%;
    }

    .submit {
        font-size: 20px;
    }

    .universities-block {
        width: 80%;
        padding: 100px 0;
    }

    .uni-img img {
        width: 70%;
    }

    .uni-heading {
        font-size: 20px;
    }

    .info-heading {
        font-size: 27px;
    }

    .section-seven {
        padding: 0;
    }

    .b_item {
        width: 330px;
    }

    .teachers-wrapper {
        justify-content: center;
    }

    .exp-block {
        margin-right: 30px;
    }
}

@media (max-width: 1310px) {
    .example {
        display: none;
    }

    .gp-heading {
        width: 100%;
        padding-top: 0;
        margin-bottom: 70px;
    }

    .guide {
        justify-content: center;
    }

    .gp-content {
        width: 100%;
    }

    .section-nine {
        padding: 80px;
    }

    .links {
        width: 100px;
        margin-right: 20px;
    }

    .ftr {
        width: 80%;
    }
}

@media (max-width: 1230px) {
    .section-first {
        background: none;
    }
}

@media (max-width: 1201px) {
    .subtitle {
        font-size: 15px;
    }

    .eh-heading {
        font-size: 22px;
    }

    .exp-img {
        width: 110px;
        margin: 0 20px 0 0;
        padding: 0 20px 0 0;
    }

    .exp-name {
        font-size: 18px;
    }

    .exp-card-description {
        font-size: 13px;
    }

    .exp-block {
        margin: 0 30px 30px;
    }

    .exp-block:first-child {
        /* margin-left: 0; */
    }

    .exp-block:last-child {
        margin-right: 0;
    }

    .top-experts {
        padding: 70px 0;
    }

    .tmp-info {
        padding: 70px 0;
    }

    .info-heading {
        font-size: 24px;
    }

    .info-subtitle {
        font-size: 15px;
    }

    .i-heading {
        width: 100%;
        font-size: 12px;
    }

    ul.points {
        margin-top: 20px;
    }

    .points li {
        font-size: 15px;
    }

    .first-row {
        margin-bottom: 60px;
    }

    .icon-terms {
        width: 40%;
    }

    .icon-prices {
        width: 40%;
    }

    .tap-terms {
        margin-right: 30px;
    }

    .tap-heading {
        font-size: 18px;
    }

    .tap-description {
        font-size: 13px;
    }

    .section-eight {
        padding: 100px 0 50px 0;
    }

    .my-container {
        width: 85%;
    }

    .stages-heading {
        font-size: 20px;
    }

    .stages-subtitle {
        margin: 35px 0 40px;
    }

    .sti-icon img {
        width: 45%;
    }

    .gp-heading {
        font-size: 22px;
    }

    .gpc-description {
        width: 521px;
    }

    .section-ten {
        padding: 70px 0;
    }

    .qc-active {
        font-size: 22px;
    }

    .lb-heading {
        margin-bottom: 30px;
    }

    .b_item {
        width: 260px;
    }

    .bi_title {
        font-size: 18px;
    }

    .bi_info {
        font-size: 14px;
    }

    .bi_icon img {
        width: 100px;
    }

    .icon-terms {
        width: 70px;
    }

    .icon-prices {
        width: 70px;
    }

    section.section-second {
        padding-right: 20px;
        padding-left: 20px;
    }

    section.section-seven {
        padding-right: 20px;
        padding-left: 20px;
    }

    input.inp-email {
        margin-right: 0;
    }

    .container {
        width: 90%;
    }

    .left-block {
        width: 500px;
        margin-right: 20px;
    }

    .lessons_wrapper {
        justify-content: space-around;
    }
    .ri_title {
        font-size: 32px;
        max-width: 100%;
    }

    .mini_rew {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mr_item {margin-right: 10px;margin-bottom: 10px;}

    .reviews_wrapper .reviews_slider {
        width: 450px;
        padding: 50px 25px 30px 25px;
    }

    .reviews_info {
        width: 500px;
    }
}

@media (max-width: 1170px) {
    .section-eight {
        background: none;
    }

    .my-container {
        width: 80%;
        justify-content: flex-start;
    }

    .stages-heading {
        width: 100%;
    }

    .left-part {
        margin-right: 45px;
    }

    .questions {
        width: 100%;
        padding-top: 0;
    }

    .faq {
        width: 80%;
    }

    .qc-description {
        width: 80%;
    }

    .qc-heading {
        font-size: 15px;
    }

    .qc-active {
        font-size: 17px;
    }

    .experts-help {
        padding: 80px 0;
    }
}

@media (max-width: 992px) {
    .logo {
        display: flex;
        justify-content: center;
        margin: 0 0 20px 0;
    }

    .logo img {
        width: 100%;
    }

    .header {
        flex-direction: column;
        align-items: center;
    }

    .navbtn {
        margin-right: 30px;
        font-size: 12px;
    }

    .contact {
        font-size: 12px;
    }

    .section-first .container {
        margin-top: 120px;
    }

    .heading {
        font-size: 16px;
        line-height: 24px;
    }

    .subtitle {
        font-size: 13px;
    }

    .lower-block {
        bottom: -86px;
    }

    .description {
        font-size: 13px;
    }

    .create-request {
        padding: 40px;
    }

    .cr-heading {
        font-size: 16px;
    }

    input.inp-email {
        /* height: 10px; */
        /* width: 200px; */
        margin-right: 30px;
    }

    .select-dropdown {
        /* width: 250px; */
        /* height: 45px; */
        height: auto;
    }

    .select-dropdown .selected {
        /* padding: 14px 25px; */
    }

    .uni-heading {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .universities-block {
        padding: 80px 0;
    }

    .eh-title {
        width: 100%;
    }

    .eh-heading {
        font-size: 20px;
    }

    .top-experts {
        padding: 45px 0;
    }

    .lb-heading {
        font-size: 18px;
    }

    .info-heading {
        font-size: 20px;
        line-height: 24px;
    }

    .i-right-block {
        display: none;
    }

    .i-left-block {
        width: 100%;
    }

    .first-row {
        justify-content: space-evenly;
    }

    .cr-heading {
        margin-bottom: 30px;
    }

    .section-eight {
        padding: 60px 0;
    }

    .stages-heading {
        font-size: 18px;
    }

    .item-heading {
        font-size: 13px;
    }

    .section-nine {
        padding: 60px 0;
    }

    .gp-heading {
        font-size: 20px;
    }

    .gpc-heading {
        font-size: 16px;
    }

    .gpc-description {
        width: 473px;
        font-size: 15px;
        padding-bottom: 50px;
    }

    .faq-heading {
        font-size: 36px;
    }

    .qc-description {
        width: 75%;
    }

    .ftr {
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
    }

    .links {
        margin: 20px 0;
        width: 90px;
    }

    .social {
        margin: 0;
        width: auto;
    }

    .feedback-links-foot {
        flex-direction: row;
        width: 500px;
        justify-content: space-between;
    }

    .feedback-links-foot a:first-child::before {
        left: -20px;
    }

    .feedback-links-foot a:nth-child(2)::before {
        left: -30px;
    }

    .questions-left {
        margin-top: 5px;
    }

    .feedback-links-foot a:last-child {
        margin-left: -25px;
    }

    .questions-left .btn-order-work {
        margin-top: 5px;
    }

    .left-block {
        width: 100%;
    }

    .container.mako_kost {flex-direction: column;align-items: center;}

    .topForm {
        margin: 0 auto;
    }

    .select-dropdown .selected {
        height: auto;
        width: 100%;
    }

    .second-row {
        flex-direction: column;
        align-items: center;
    }

    .tap-terms {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .fWrappr {flex-direction: column;align-items: center;}

    .fLeft_Block {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .logo::after {
        display: none;
    }

    .reviews_wrapper {flex-direction: column;align-items: center;}

    .reviews_wrapper .reviews_slider {
        max-width: 450px;
        margin: 0 auto 80px;
    }
}

@media (max-width: 768px) {
    .section-first .container {
        flex-direction: column;
        margin-top: 60px;
    }

    .left-block {
        width: auto;
        margin: 20px 0 100px 0;
    }

    .btn-block {
        text-align: center;
    }

    .lower-block {
        /* left: 110px; */
    }

    .section-first {
        padding-bottom: 100px;
    }

    .btn-order-work {
        font-size: 12px;
    }

    .cr-heading {
        font-size: 13px;
    }

    .create-request {
        padding: 22px 0;
    }

    .inp-email {
        padding: 15px 20px;
        font-size: 11px;
    }

    input.inp-email {
        /* width: 160px; */
    }

    .select-dropdown {
        width: 100%;
        /* height: 40px; */
    }

    .select-dropdown .selected {
        /* padding: 11px 20px; */
    }

    .selected::after {
        top: 17px;
        right: 15px;
    }

    .text-checkbox {
        font-size: 11px;
    }

    .submit {
        /* font-size: 11px; */
    }

    .checkbox:not(checked)+label::before {
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
    }

    .check-and-sudmit {
        align-items: baseline;
    }

    .submit::after {
        bottom: 3px;
    }

    .uni-heading {
        font-size: 15px;
    }

    .universities-block {
        padding: 50px 0;
    }

    .experts-help {
        padding: 50px 0;
    }

    .eh-heading {
        font-size: 16px;
        line-height: 22px;
    }

    .slider-pagination {
        top: 130%;
    }

    .eh-experts {
        margin-top: 50px;
    }

    .exp-img {
        width: 85px;
    }

    .exp-name {
        font-size: 15px;
    }

    .exp-direction {
        font-size: 13px;
    }

    .exp-vals {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .exp-card-description {
        font-size: 12px;
    }

    .eh-experts {
        margin-top: 50px;
    }

    .exp-img {
        width: 85px;
    }

    .exp-name {
        font-size: 15px;
    }

    .exp-direction {
        font-size: 13px;
    }

    .exp-vals {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .exp-card-description {
        font-size: 12px;
    }

    .top-experts {
        padding: 22px 0;
    }

    .lb-heading {
        font-size: 15px;
        line-height: 20px;
        width: 46%;
    }

    .tmp-info {
        padding: 50px 0;
    }

    .info-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .info-subtitle {
        font-size: 12px;
    }

    .i-heading {
        font-size: 11px;
    }

    .points li {
        font-size: 12px;
    }

    .icon-terms {
        /* width: 30%; */
    }

    .tap-description {
        font-size: 11px;
        width: 200px;
    }

    .icon-prices {
        /* width: 30%; */
    }

    .tap-heading {
        font-size: 15px;
        margin-top: -18px;
        margin-bottom: 5px;
    }

    .sti-icon img {
        padding-left: 10px;
        width: 30%;
    }

    .item-heading {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .item-description {
        font-size: 10px;
        width: 165px;
    }

    .stages-heading {
        font-size: 16px;
    }

    .stages-subtitle {
        font-size: 13px;
    }

    .section-eight {
        padding: 50px 0;
    }

    .gp-heading {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .section-nine {
        padding: 50px 0;
    }

    .gpc-heading {
        font-size: 14px;
        padding: 20px 0;
    }

    .gpc-description {
        font-size: 13px;
        width: 379px;
    }

    .section-ten {
        padding: 50px 0;
    }

    .faq-heading {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .qc-heading {
        font-size: 13px;
        padding: 20px 45px 20px 25px;
        line-height: 20px;
    }

    .qc-heading::after {
        right: 25px;
        bottom: 24px;
    }

    .feedback-links-foot a {
        font-size: 11px;
    }

    .questions-left {
        font-size: 18px;
    }

    .questions-left .btn-order-work {
        font-size: 12px;
    }

    .modal-callback {
        padding: 1.875rem .9375rem 1.875rem;
    }

    .popup-login__title {
        letter-spacing: -.125rem;
    }
}

@media (max-width: 576px) {
    .header {
        flex-direction: column;
        margin-top: 15px;
    }

    .heading {
        display: none;
    }

    .heading-mobile {
        display: block;
        font-family: 'NextArt';
        font-weight: bold;
        text-transform: uppercase;
        color: #14D596;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 35px;
    }

    .logo img {
        /* width: 35%; */
    }

    .logo {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    .navbtn {
        /* margin-right: 0; */
        font-size: 12px;
        max-width: 90px;
        margin-right: 15px;
        text-align: center;
    }

    .contact {
        font-size: 10px;
    }

    .nav {
        margin-top: 20px;
        justify-content: space-between;
    }

    .heading {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 35px;
    }

    .section-first .container {
        margin-top: 50px;
        padding: 0 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 60px;
    }

    .btn-order-work {
        font-size: 12px;
        padding: 15px 35px;
    }

    .upper-block {
        width: calc(100% - 30px) !important;
        height: 220px;
        box-sizing: border-box;
    }

    .right-block .swiper-container {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }

    .icon-word {
        width: 40px;
    }

    .description {
        font-size: 12px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .lower-block {
        width: calc(100% - 45px);
        box-sizing: border-box;
        height: 240px;
        left: 25px;
        bottom: -85px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ct-heading {
        font-size: 12px;
        margin-right: 75px;
    }

    .price {
        font-size: 14px;
    }

    .ct-volume-work {
        font-size: 12px;
    }

    .cost-window {
        width: 205px;
        margin-bottom: 25px;
    }

    .cr-heading {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center;
    }

    .request {
        width: 100%;
    }

    .inputs {
        flex-direction: column;
        align-items: center;
    }

    input.inp-email {
        width: 100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
        font-size: 14px;
        height: auto;
        padding: 15px;
    }

    .inp-email {
        font-size: 9px;
        padding: 10px;
    }

    .select-dropdown {
        /* width: 220px; */
        /* height: 36px; */
        /* font-size: 9px; */
    }

    .select-dropdown .selected {
        font-size: 12px;
        padding: 7px 7px 6px 7px;
        padding: 15px;
    }

    .select-dropdown .dropdown-menu {
        font-size: 9px;
    }

    .select-dropdown .dropdown-menu li {
        font-size: 12px;
        padding: 7px;
    }

    .create-request {
        padding: 30px 0px;
        width: 100%;
    }

    .section-second {
        background-size: cover;
    }

    .selected::after {
        top: 24px;
        right: 10px;
    }

    .check-and-sudmit {
        flex-direction: column;
        margin-top: 20px;
    }

    .text-checkbox {
        font-size: 12px;
    }

    .submit {
        margin-top: 25px;
        font-size: 13px;
        padding: 15px 53px;
    }

    input.inp-email::placeholder {
        font-size: 12px;
    }

    .universities-block {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .uni-heading {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 35px;
    }

    .uni-img img {
        width: 90%;
    }

    .experts-help {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .eh-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .eh-subtitle {
        font-size: 12px;
    }

    .exp-img {
        width: 60px;
        padding: 0 5px;
        margin-right: 0;
        border: navajowhite;
    }

    .exp-name {
        font-size: 12px;
        text-align: center;
    }

    .exp-direction {
        font-size: 12px;
    }

    .exp-vals {
        font-size: 11px;
        margin: 6px 0;
    }

    .exp-card-description {
        font-size: 10px;
        /* width: 180px; */
        height: auto;
    }

    .slider-pagination {
        top: 140%;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .section-five {
        background-size: cover;
    }

    .lb-heading {
        font-size: 14px;
        width: 100%;
        line-height: 18px;
    }

    .tmp-info {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .info-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .info-subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .i-heading {
        font-size: 10px;
    }

    .left-part {
        margin-right: 30px;
    }

    .points li {
        font-size: 11px;
    }

    ul.points {}

    .second-row {
        flex-direction: column;
        margin-top: 0;
    }

    .tap-terms {
        margin: 0;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .icon-terms {
        /* width: 20%; */
    }

    .tap-heading {
        font-size: 14px;
        margin-top: 0;
    }

    .tap-description {
        font-size: 12px;
        width: 300px;
    }

    .icon-prices {
        /* width: 20%; */
    }

    .first-row {
        margin-bottom: 25px;
    }

    .section-seven {
        padding: 10px 0;
        background-size: cover;
    }

    .section-eight {
        padding: 30px 0;
    }

    .stages-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .stages-heading {
        font-size: 14px;
        line-height: 18px;
    }

    .stages-subtitle {
        font-size: 12px;
        margin: 15px 0 25px;
    }

    .sti-icon img {
        width: 69px;
        height: 69px;
        padding: 0;
    }

    .item-heading {
        font-size: 14px;
        text-align: center;
        margin: 0px 0 10px 0;
    }

    .item-description {
        font-size: 12px;
        text-align: center;
    }

    .st-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }

    .gp-heading {
        font-size: 14px;
        line-height: 16px;
    }

    .gpc-heading {
        padding: 12px 0;
        font-size: 14px;
    }

    .gpc-description {
        width: auto;
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 30px;
    }

    .section-nine {
        padding: 0;
    }

    .faq-heading {
        font-size: 22px;
    }

    .section-ten {
        padding: 30px 0;
    }

    .qc-heading {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 32px 15px 15px;
    }

    .qc-description {
        padding: 0 0 15px 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .qc-heading::after {
        right: 5%;
        bottom: 35%;
    }

    .logo img {}

    .ftr .logo img {
        width: auto;
    }

    .social a img {
        width: 65%;
        height: auto;
    }

    .feedback-links-foot {
        flex-direction: column;
        width: auto;
        align-items: center;
    }

    .feedback-links-foot a {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .feedback-links-foot a:last-child {
        margin: 0;
    }

    .feedback-links-foot a:first-child::before {
        background-size: 100%;
        width: 8px;
        height: 22px;
        top: -4px;
        left: -15px;
    }

    .feedback-links-foot a:nth-child(2)::before {
        background-size: 100%;
        width: 16px;
        height: 15px;
        top: 0px;
        left: -25px;
    }

    .questions-left {
        font-size: 11px;
    }

    .questions-left .btn-order-work {
        font-size: 12px;
        padding: 10px 25px;
        margin-top: 15px;
    }

    .sti-icon {
        display: contents;
    }

    .top-experts {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .tap-prices {
        margin-bottom: 30px;
        flex-direction: column;
        margin-top: 30px;
    }

    .my-container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .container {
        width: 100%;
        padding: 30px 15px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .faq {
        width: 100%;
        overflow: hidden;
    }

    .ftr {
        width: 100%;
        padding: 40px 15px;
        box-sizing: border-box;
    }

    .te-left-block {
        width: 100%;
        min-height: auto;
        margin-bottom: 35px;
    }

    .tabs {
        width: 100%;
        overflow: scroll;
    }

    .mini-cards {
        /* width: 100%; */
        /* flex-direction: column; */
        align-items: center;
    }

    .mc-block {
        margin-bottom: 20px;
    }

    .logo::after {
        display: none;
    }

    .section-first .container.mako_kost {
        display: flex;
        flex-flow: column-reverse;
    }

    .left-block {
        margin-top: 130px;
        width: 100%;
        margin-bottom: 30px;
    }

    section.section-first {
        padding-bottom: 0px;
    }

    .right-block {
        /* margin-top: 35px; */
        width: 100%;
    }

    a.callback-btn {
        max-height: 85px;
        /* padding: 5px 5px; */
    }

    .header {
        width: 100%;
    }

    .navbtn.about {margin-right: 16px;}

    .section_title {
        margin-bottom: 30px;
    }

    .b_item {
        margin-bottom: 10px;
    }

    .nav {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .navbtn:nth-child(4) {
        max-width: none;
        margin-top: 35px;
        margin-bottom: 20px;
        display: none;
    }


    .ib {
        margin-right: 0;
    }

    .section_title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .fWrappr {
        width: 100%;
    }

    .fLeft_Block {
        width: 100%;
    }

    .selected span {
        font-size: 14px;
    }

    .fLeft_Block {
        margin-bottom: 15px;
    }

    .show_more {
        font-size: 12px;
        padding: 10px 25px;
    }

    .exp-photo img {
        width: 100%;
    }

    .eb_top {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .exp-block {
        margin: 15px 0;
        height: auto;
    }

    .exp-card {
        text-align: center;
    }

    .reviews_wrapper .reviews_slider {
        width: 100%;
    }

    .reviews_wrapper {
        padding: 0 15px;
    }

    .rs_title {
        font-size: 16px;
    }

    .rs_text {
        font-size: 14px;
        margin-top: 25px;
        width: 100%;
    }

    .rs_raiting {
        width: 100px;
    }

    .rs_raiting img {
        width: 100%;
    }

    .reviews_info {
        width: 100%;
    }

    .ri_title {
        font-size: 18px;
    }

    .ri_img img {
        /* width: 100%; */
        display: block;
        margin-bottom: 15px;
    }

    .mr_item {
        width: 100%;
    }

    .mri_text {
        font-size: 12px;
    }

    .topForm .submit {
        width: 100%;
        padding: 15px 27px;
        font-size: 16px;
    }

    .more_info {
        width: 40%;
    }

    .topForm .check-and-sudmit {
        flex-direction: column;
    }

    .topForm .more_info {
        width: 100%;
        margin-top: 25px;
    }

    .fRight_Block {
        width: 100%;
    }

    .ri_img {
        flex-direction: column;
        max-height: none;
    }
}