/*
Load1
 */
@font-face {
    font-family: 'SFPD';
    src: url('../fonts/SFPD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Black';
    src: url('../fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

a, button {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

body {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F1F;
}

.orange_btn,
.green_btn {
    width: fit-content;
    border-radius: 30px;
    max-width: 100%;
    border: none;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 8px rgb(0 48 32 / 24%);
    box-sizing: border-box;
    text-decoration: none;
}

.orange_btn span,
.green_btn span {
    margin-right: 10px;
    display: flex;
}

.container-web {
    max-width: 1154px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*---header---*/


header .header-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .header-app_btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .header-top a:hover {
    opacity: .7;
}

header .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .lang_switch {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

header .lang_switch-mob {
    display: none;
}

header .lang_switch button {
    border: none;
    background: transparent;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
}

header .header-logo {
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

header .header-logo .logo-img > a {
    width: 75px;
    height: 75px;
}

header .header-logo .logo-img > a img {
    object-fit: cover;
    object-position: center;
}

header .header-logo .logo-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .header-logo .logo-img .logo-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .header-logo .logo-img .logo-info .header-social_tel {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    font-family: 'SFPD';
}


header .header-social {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

header .header-logo ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}

header .header-logo ul a {
    width: 25px;
    height: 25px;
    display: block;
}

header .header-logo ul a img {
    height: 100%;
    object-fit: cover;
}

header .header-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .header-menu a {
    font-family: 'SFPD';
    font-size: 14px;
    line-height: 19px;
    color: #323232;
    background: rgba(255, 255, 255, .5);
    padding: 6px 15px 5px;
    text-decoration: none;
    border-radius: 25px;
}

header .header-menu li.active {
    border-radius: 25px;
}

header .header-auth_btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

header .header-auth_btn a {
    font-family: 'SFPD';
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px 14px 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
}

header .header-auth_btn a:first-of-type img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
}

header .header-auth_btn .orange_btn {
    border: 0;
    font-weight: 400;
    max-width: 150px;
}

header .header-auth_btn a {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
}

@media screen and (max-width: 1266px) {
    header .header-bottom:before,
    header .header-bottom:after {
        display: none;
    }

    header .header-menu {
        justify-content: flex-end;
        width: 100%;
    }

    header .header-menu a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        padding: 10px 0;
    }

    .header-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }

    header .header-menu {
        display: none;
    }

    header .header-top {
        flex-direction: row;
        align-items: center;
        padding-right: 50px;
        margin-top: 20px;
        z-index: 1;
    }

    header #menuToggle {
        top: 38px;
        right: 15px;
    }

    header .header-top .header-app_btn {
        margin-bottom: 5px;
    }

    header .header-logo {
        margin: 0;
    }

    header .header-auth_btn {
        margin: 0;
    }

    header .lang_switch-desc {
        display: none;
    }

    header .lang_switch-mob {
        display: flex;
    }

    header .top_nav-box {
        display: flex;
        align-items: center;
    }

    header .header-bottom {
        margin-top: -60px;
    }
}

@media screen and (max-width: 767px) {
    header .header-content {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    header .header-top, header .header-bottom {
        margin: 0;
    }

    header .header-auth_btn {
        flex-direction: column;
    }

    header .header-auth_btn a {
        width: 100%;
    }

    header #menuToggle {
        top: 41px;
    }
}

@media screen and (max-width: 575px) {
    header .header-top {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

@media screen and (max-width: 478px) {
    header .header-content {
        flex-direction: column-reverse;
        gap: 10px;
    }

    header #menuToggle {
        top: 38px;
    }

    header .header-top {
        padding: 0;
    }

    header .header-auth_btn {
        flex-direction: row;
    }

    header .top_nav-box {
        justify-content: flex-end;
        width: 100%;
    }
}

/*---header---*/

/*---burger-menu---*/

body {
    overflow-x: hidden;
}

.burger-menu {
    display: none;
}

#menuToggle {
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    height: 100vh;
    position: fixed;
    width: 300px;
    margin: -70px 0 0 0;
    padding: 50px;
    right: -100px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 16px;
}

#menu li a {
    text-decoration: none;
    color: #333333;
}

#menuToggle input:checked ~ ul {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .burger-menu {
        display: block;
    }
}

/*@media screen and (max-width: 768px) {*/
/*    #menu {*/
/*        transform: none;*/
/*        opacity: 0;*/

/*        transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);*/
/*    }*/
/*}*/

/*---burger-menu---*/

/*---home---*/
/*--home_1--*/
.home_1 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.home_1:before {
    content: '';
    position: absolute;
    top: 300px;
    left: -675px;
    width: 927px;
    height: 927px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.home_1-content {
    display: flex;
    align-items: center;
}

.home_1-content_left {
    width: 60%;
}

.home_1-content_right {
    width: 40%;
}

.home_1-title {

    font-style: normal;

    font-size: 30px;
    line-height: 61px;
    color: #333333;
    margin-bottom: 5px;
}

.home_1-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 35px;
}

.home_1-text {
    font-family: 'SFPD';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #323232;
    margin-bottom: 15px;
    width: 100%;
    max-width: 520px;
}

.home_1-subtext {
    color: #323232;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
}

.home_1-btn {
    display: flex;
    align-items: center;
}

.home_1-btn a {
    width: 100%;
    max-width: 190px;
    border-radius: 50px;
    padding: 17px 0 16px;
    font-family: 'SFPD';
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02rem;
}


.home_1-image {
    width: 600px;
    margin-right: -100px;
}

.home_1-image_left {
    display: none;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.home_1-stat {
    box-shadow: 0 30px 40px rgb(0 0 0 / 15%);
    padding: 33px 45px;
    box-sizing: border-box;
    margin-top: 87px;
    display: flex;
    align-items: center;
    background: rgba(34, 37, 41, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 25px;
}

.home_1-downloads,
.home_1-estimate {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
}

.home_1-downloads .counter_block {
    display: flex;
    align-items: center;
}

.home_1-downloads .counter_block,
.home_1-downloads p,
.home_1-estimate p {
    font-family: 'SFPD';
    font-weight: 600;
    font-size: 64px;
    line-height: 50px;
    color: #FFFFFF;
}

.home_1-downloads .counter_block,
.home_1-estimate p {
    margin-bottom: 33px;
}

.home_1-downloads img,
.home_1-estimate img {
    max-width: 130px;
    margin-bottom: 10px;
}

.home_1-downloads span,
.home_1-estimate span {
    font-family: 'SFPD';
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #7A7B7F;
}

.home_1-join_us {
    display: flex;
    flex-wrap: wrap;
    max-width: 502px;
    justify-content: center;
    background: #D8D8D8;
    margin-top: 47px;
    border-radius: 25px;
    padding: 17px 49px 29px;
    box-sizing: border-box;
    box-shadow: 0px 13px 40px 0px #00000026;
}

.home_1-join_us p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #323232;
    margin-bottom: 23px;
    width: 100%;
    text-align: center;
}

.home_1-join_us a {
    display: block;
    /*width: 50%;*/
    text-align: center;
}

.home_1-join_us a:first-of-type {
    margin-right: 28px;
}

.home_1-join_us a:hover {
    opacity: .7;
}

.home_1-stat_divider {
    width: 2px;
    height: 125px;
    background: #12151A;
    display: block;
}

@media screen and (max-width: 1299px) {
    .home_1 {
        padding-top: 37px;
        padding-bottom: 37px;
    }

    .home_1-image {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .home_1-content {
        flex-direction: column;
    }

    .home_1-content_left, .home_1-content_right {
        width: 100%;
    }

    .home_1-content_right {
        display: none;
    }

    .home_1-image_left {
        display: block;
        margin-top: 15px;
    }

    .home_1-title, .home_1-subtext {
        text-align: center;
    }

    .home_1-btn {
        justify-content: center;
    }

    .home_1-join_us {
        align-items: center;
        justify-content: center;
        margin: 47px auto 0;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .home_1-title {
        font-size: 30px;
        line-height: 50px;
    }

    .home_1-subtext {
        font-size: 26px;
        line-height: 28px;
    }

    .home_1-btn a {
        max-width: 140px;
        padding: 8px 0px 9px;
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .home_1-title {
        font-size: 20px;
        line-height: 30px;
    }

    .home_1-subtext {
        font-size: 22px;
        line-height: 28px;

    }

    .home_1-btn a {
        max-width: 120px;
        padding: 5px 0px 6px;
        font-size: 12px;
    }

    .home_1-join_us {
        padding: 17px 40px 29px;
    }

    .home_1-join_us p {
        font-size: 21px;
    }

    .home_1-join_us a:first-of-type {
        margin-right: 18px;
    }

    .home_1-join_us a {
        width: 110px;
    }

    .home_1-join_us a svg {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {

}

/*--home_1--*/
/*--home_2--*/
.home_2 {
    padding-top: 100px;
    padding-bottom: 99px;
    position: relative;
}

.home_2:before {
    content: '';
    position: absolute;
    top: 200px;
    right: -370px;
    width: 900px;
    height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.home_2-our_service {
    display: flex;
}

.home_2-our_service-left {
    position: relative;
}

.home_2-our_service-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -650px;
    width: 577px;
    height: 699px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home_2-our_service-left p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 15px;
    max-width: 630px;
    width: 100%;
}

.home_2-our_service-left p span {
    display: inline-block;
    width: 210px;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-left: 35px;
}

.home_2-our_service-left ul {
    margin-bottom: 25px;
}

.home_2-our_service-left ul li {
    display: flex;
    align-items: center;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

.home_2-our_service-left ul li:not(:last-of-type) {
    margin-bottom: 16px;
}

.home_2-our_service-left ul li img {
    width: 59px;
    height: 59px;
    margin-right: 27px;
}

.home_2-our_service-right {
    padding-left: 25px;
    box-sizing: border-box;
}

.home_2-our_service-right img {
    margin-left: 150px;
    max-width: 577px;
}

.home_2-alert {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
}

@media screen and (max-width: 1266px) {
    .home_2-our_service-left:after {
        display: none;
    }

    /*.home_2-our_service-right img {*/
    /*    margin-left: 0;*/
    /*}*/
}

@media screen and (max-width: 991px) {
    .home_2-our_service-left {
        width: 100%;
    }

    .home_2-our_service-left:before {
        right: 0;
    }

    .home_2-our_service-right {
        display: none;
    }

    .home_2-our_service-left {
        padding-right: 50px;
    }

    .home_2-alert {
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .home_2-our_service-left p {
        font-size: 26px;
        line-height: 36px;
    }
}

/*--home_2--*/
/*--home_3--*/
.home_3 {
    padding-top: 100px;
}

.home_3-instruction {
    display: flex;
    margin-bottom: 80px;
}

.home_3-instruction_video {
    max-width: 766px;
    width: 100%;
    margin-right: -150px;
    background-image: url(../images/notebook-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.home_3-instruction_video video {
    height: 300px;
    max-height: 100%;
    width: 460px;
    margin: 30px auto;
    display: block;
}

.home_3-instruction_video .play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 92px;
    height: auto;
    z-index: 10;
    background-image: url(../images/notebook-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
    cursor: pointer;
}

.home_3-instruction_video .play:hover {
    transform: scale(1.1);
}

.home_3-instruction_video .play.o {
    background: none;
}

.home_3-instruction_text {
    width: 60%;
}

.home_3-instruction_text p:first-of-type {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #333333;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.home_3-instruction_text ul {
    margin-top: 30px;
    margin-bottom: 40px;
}

.home_3-instruction_text ul li {
    position: relative;
    font-family: 'SFPD';
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    padding-left: 24px;
}

.home_3-instruction_text ul li:not(:last-of-type) {
    margin-bottom: 15px;
}


.home_3-instruction_text .orange_btn {
    max-width: 190px;
    font-size: 16px;
    letter-spacing: -0.4px;
}

.home_3-steps p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    max-width: 700px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1266px) {
    .home_3-instruction_video {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .home_3-instruction {
        flex-direction: column;
        align-items: center;
    }

    .home_3-instruction_text {
        width: 100%;
        margin-bottom: 50px;
    }

    .home_3-instruction_text ul {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .home_3-instruction_text .orange_btn {
        max-width: 190px;
        margin: 0 auto;
    }

    .home_3-instruction_text p:first-of-type {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .home_3-instruction_text p:last-of-type {
        text-align: center;
        margin: 0 0 25px 0;
    }

    .home_3-instruction_video {
        max-width: 639px;
        padding: 20px 50px 40px;
        box-sizing: border-box;
    }

    .home_3-instruction_video video {
        height: 250px;
    }

    .home_3-instruction_video .play {
        width: 60px;
    }
}

@media screen and (max-width: 639px) {
    .home_3-instruction_video {
        max-width: 575px;
        padding: 20px 50px 40px;
    }
}

@media screen and (max-width: 575px) {
    .home_3-instruction_text p:first-of-type {
        font-size: 24px;
    }

    .home_3-instruction_text p:last-of-type,
    .home_3-steps p {
        font-size: 21px;
        line-height: 21px;
    }

    .home_3-instruction_video {
        max-width: 375px;
        padding: 20px;
    }

    .home_3-instruction_video video {
        height: 200px;
        width: 280px;
        margin: -10px auto 0;
    }

    .home_3-instruction_video .play {
        width: 30px;
    }
}

@media screen and (max-width: 320px) {
    .home_3-instruction_video {
        max-width: 320px;
        padding: 20px;
    }

    .home_3-instruction_video video {
        height: 145px;
        width: 200px;
        margin: -10px auto 0;
    }
}


/*--home_3--*/
/*--home_4--*/
.home_4 {
    padding: 70px 0 200px;
    position: relative;
}

.home_4:before {
    content: '';
    position: absolute;
    top: -15%;
    left: -350px;
    width: 788px;
    height: 788px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.home_4-content {
    display: flex;
}

.home_4-content_img {
    padding-right: 50px;
    box-sizing: border-box;
}

.home_4-content_img img {
    width: 450px;
    margin-left: -150px;
}

.home_4-content_text {
    max-width: 60%;
    margin-left: auto;
    position: relative;
}

.home_4-content_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    mix-blend-mode: normal;
    margin-bottom: 38px;
}

.home_4-content_subtext {
    font-family: 'SFPD';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #2B4754;
    mix-blend-mode: normal;
    margin-bottom: 33px;
    text-align: center;
}

.home_4-content_select {
    background: rgba(34, 37, 41, 0.2);
    border-radius: 20px;
    position: relative;
    padding: 22px 30px 22px 28px;
    max-width: 529px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.home_4-content_select:last-of-type {
    margin-bottom: 55px;
}

.home_4-content_select-wrapper {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}

.home_4-content_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.home_4-content_select select,
.home_4-content_select input {
    width: calc(100% - 150px);
    background: transparent;
    border-radius: 20px;
    border: none;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #B3B3B3;
    padding: 7px 27px;
    z-index: 1;
    box-sizing: border-box;
}

.home_4-content_select input + span svg,
.home_4-content_select select + span svg {
    display: none;
}

.home_4-content_select svg {
    width: 24px;
    display: block;
}


.home_4-content_select span + svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 160px;
    cursor: pointer;
}

.subscription_valid {
    font-weight: normal;
}

.home_4-content .orange_btn {
    max-width: 250px;
    width: fit-content;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}


@media screen and (max-width: 1266px) {
    .home_4-content_img img {
        width: 300px;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .home_4 {
        padding: 0 0 70px;
    }

    .home_4-content_img {
        display: none;
    }

    .home_4-content_text {
        max-width: 100%;
    }

    .home_4-content_select {
        margin: 0 auto 16px;
    }

    .home_4-content_title {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .home_4-content_title {
        font-size: 21px;
        line-height: 28px;
    }

    .home_4-content_select {
        padding: 15px 15px 15px 25px;
    }

    .home_4-content_select input + span p,
    .home_4-content_select select + span p {
        display: none;
    }

    .home_4-content_select input + span svg,
    .home_4-content_select select + span svg {
        display: block;
    }

    .home_4-content_select span {
        width: 70px;
    }

    .home_4-content_select input,
    .home_4-content_select select {
        width: calc(100% - 70px);
    }

    .home_4-content_select span + svg {
        right: 80px;
    }
}

/*--home_4--*/
/*--home_5--*/
.home_5 {
    padding: 70px 0;
}

.home_5-video_course {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.home_5-video_course p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    margin-right: 120px;
}


.home_5-video_course p small {
    font-size: 30px;
}

.home_5-video_course button {
    position: relative;
    font-family: 'SFPD';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #222529;
    border-radius: 60px;
    border: none;
    padding: 12px 6px 11px 24px;
    display: flex;
    align-items: center;
    max-width: 323px;
    width: 100%;
}

.home_5-video_course button svg {
    margin-right: 10px;
}

.home_5-video_course button:after {
    content: '';
    position: absolute;
    height: 240px;
    background: #D8D8D8;
    border-radius: 100px 0 0 100px;
    width: 1000%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -70px;
    z-index: -1;
}

.home_5-advantage {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.home_5-advantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 21px 30px;
    border: 3px dashed #8C97AC;
    border-radius: 27px;
    width: 32%;
    box-sizing: border-box;
}

.home_5-advantage_item p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #323232;
    margin-bottom: 45px;
}


.home_5-place_study-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.home_5-place_study-title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #323232;
}


.home_5-place {
    background-image: url("../images/home_5-place_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 25px 24px 25px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.home_5-place_item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_5-place_item svg {
    height: 150px;
    margin-bottom: 20px;
}

.home_5-place_item p {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.home_6 {
    padding: 35px 0 150px;
    position: relative;
}

.home_6:before {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -5%;
    width: 788px;
    height: 788px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.home_6-title {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
    position: relative;
}

.home_6-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/faq_title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 100px 100px 0;
    width: 135%;
    height: 240px;
    z-index: -1;
    right: 0%;
}

.home_6-title svg {
    margin-right: 60px;
}

.home_6-title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 670px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home_6-title p span {
    display: inline-block;
    width: 210px;
    height: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 15px;
}

.home_6-accordion {
    padding-left: 25px;
    box-sizing: border-box;
}

.home_6-accordion .accordion {
    background: transparent;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 0;
}

.home_6-accordion .accordion:after {
    background-image: url(../images/plus.svg);
    right: inherit;
    left: -30px;
}

.home_6-accordion .active:after {
    background-image: url(../images/minus.svg);
    right: inherit;
    left: -30px;
    bottom: 0;
}

.home_6-accordion .activeP {
    padding: 18px 27px;
}

.home_6-accordion .panel {
    overflow: hidden;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

@media screen and (max-width: 1266px) {
    .home_5-place_study-title {
        flex-direction: column;
        text-align: center;
    }

    .home_5-place_study-title p:first-of-type {
        margin-bottom: 15px;
    }

    .home_6-title:before {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .home_5-video_course {
        flex-direction: column;
    }

    .home_5-video_course p {
        margin: 0;
        text-align: center;
    }

    .home_5-video_course button {
        margin: 110px 0;
    }

    .home_5-advantage {
        flex-direction: column;
    }

    .home_5-advantage_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .home_5-place {
        flex-wrap: wrap;
    }

    .home_5-place_item {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .home_5-video_course p,
    .home_5-place_study-title p:first-of-type {
        font-size: 21px;
        line-height: 24px;
    }

    .home_5-video_course p small {
        font-size: 18px;
    }

    .home_6-title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .home_6-title p {
        font-size: 21px;
    }
}

@media screen and (max-width: 479px) {
    .home_5-place_item {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*--home_5--*/
/*--home_7--*/
.home_7 {
    padding: 150px 0 70px;
}

.theory_packs .theory_packs-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    color: #333333;
    mix-blend-mode: normal;
    text-align: center;
    margin: 0 auto 40px;
}

.theory_packs-box {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
}

.theory_packs-box_item {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.theory_packs-box_item-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 0 0 35px 35px;
    border-right: 1px solid rgba(166, 166, 166, 0.50);
    border-bottom: 1px solid rgba(166, 166, 166, 0.50);
    border-left: 1px solid rgba(166, 166, 166, 0.50);
    background: #FFF;
    padding: 11px 44px 20px;
}

.theory_packs-box_item p {
    font-family: 'Montserrat';
    color: #333333;
    margin-bottom: 45px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.theory_packs-box_item-divider {
    background: #333333;
    opacity: 0.2;
    border-radius: 5px;
    height: 1px;
    width: 100%;
    margin: 8px 0;
    display: block;
}

.theory_packs-box_item ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.theory_packs-box_item ul li {
    position: relative;
    font-family: 'SFPD';
    padding-left: 69px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.32px;
}

.theory_packs-box_item ul li:first-of-type span {
    color: #53AF9F;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
}

.theory_packs-box_item ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.theory_packs-box_item ul li.theory_yeah:before {
    width: 26px;
    height: 18px;
    background-image: url("../images/yeah.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.theory_packs-box_item ul li.theory_nope:before {
    width: 19px;
    height: 19px;
    background-image: url("../images/nope.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.theory_packs-box_item-list_box {
    display: flex;
}

.theory_packs-box_item-list_box ul {
    width: 100%;
}

.theory_packs-box_item-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 25px;
}

.theory_packs-box_item-btns button {
    width: 45%;
    font-size: 14px;
    letter-spacing: -0.4px;
    text-align: center;
}

.theory_packs-box_item-btns .price_theory {
    color: #333;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.48px;
    padding: 15px;
    background: transparent;
    border: none;
}

.theory_packs-box_item p.theory_packs-descr {
    width: 100%;
    color: #333;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-top: 16px;
    margin-bottom: 0;
}

/*---tabs---*/
.theory_packs-tabbed {
    margin: 32px 0;
    padding-bottom: 16px;
}

.theory_packs-desc {
    display: block;
}

.theory_packs-mob {
    display: none;
}

.theory_packs-tabbed [type="radio"] {
    display: none;
}

.theory_packs-tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-bottom: -42px;
}

.theory_packs-tab:not(:first-of-type) {
    margin-left: -70px;
}

.theory_packs-tab {
    width: 430px;
}

.theory_packs-tab > label {
    display: block;
    padding: 34px 32px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat';
    box-sizing: border-box;
    height: 100%;
    border-radius: 35px;
    border: 1px solid rgba(166, 166, 166, 0.50);
    background: #FFF;
    color: rgba(51, 51, 51, 0.80);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.theory_packs-tab-content {
    display: none;
    color: #333;
    border: 2px solid rgba(166, 166, 166, 0.50);
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    border-radius: 35px;
}

.theory_packs-tabbed [type="radio"]:nth-of-type(1):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(1) label p,
.theory_packs-tabbed [type="radio"]:nth-of-type(2):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(2) label p {
    position: relative;
    display: inline-block;
    width: fit-content;
}


.theory_packs-tabbed [type="radio"]:nth-of-type(1):checked ~ .theory_packs-tab-content:nth-of-type(1),
.theory_packs-tabbed [type="radio"]:nth-of-type(2):checked ~ .theory_packs-tab-content:nth-of-type(2) {
    display: block;
    padding: 78px 32px 32px;
}

.theory_packs-mob .theory_packs-tabs {
    margin: 0 0 45px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

/*---tabs---*/


.table-packs {
    display: flex;
    flex-direction: column;
}

.table-packs_row {
    display: flex;
    justify-content: space-between;
    padding: 26px 0 20px;
    border-bottom: 1px solid #66AEA1;
}

.table-packs_row:last-of-type {
    border-bottom: none;
}

.table-packs_header .table-packs_col {
    display: flex;
    flex-direction: column;
}

.table-packs_header .table-packs_col p {
    color: #53AF9F;
    text-align: center;
    font-family: 'SFPD';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.table-packs_header .table-packs_col span {
    color: #333;
    text-align: center;
    font-family: 'SFPD';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.24px;
}

.table-packs_col {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #53AF9F;
    font-family: 'SFPD';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.36px;
}

.table-packs_col:first-of-type {
    width: 50%;
    justify-content: flex-start;
    color: #333;
    font-family: 'SFPD';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.36px;
}

.table-packs_col img {
    width: 27px;
    height: auto;
}

.table-packs_footer .table-packs_col {
    flex-direction: column;
    color: #333;
    text-align: center;
    font-family: 'SFPD';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.28px;
}

.table-packs_footer .table-packs_col button {
    margin-top: 38px;
    width: 160px;
    max-width: 90%;
    padding: 13px 16px;
}

.table-packs_mob .table-packs_row {
    border-bottom: none;
    padding: 5px 0;
}

.table-packs_mob .table-packs_header {
    padding-bottom: 25px;
    justify-content: space-evenly;
}

.table-packs_mob .table-packs_header .table-packs_col {
    padding: 10px 0;
    border: 1px solid transparent;
}


.table-packs_mob .table-packs_header .table-packs_col {
    width: 50%;
}

.table-packs_mob .table-packs_header .table-packs_col p {
    font-size: 16px;
}

.table-packs_mob .table-packs_header .table-packs_col span {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.16px;
}

.table-packs_mob .table-packs_col:not(:first-of-type),
.table-packs_mob .table-packs_header .table-packs_col {
    opacity: .2;
}

.table-packs_mob .table-packs_col.active_column {
    opacity: 1;
}

.table-packs_mob .table-packs_footer .table-packs_col {
    opacity: 1;
}

.table-packs_mob .table-packs_footer .table-packs_col {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .home_7 {
        padding: 100px 0 70px;
    }

    .theory_packs-box_item-box {
        padding: 11px 25px 20px;
    }

    .theory_packs-box_item ul li {
        padding-left: 50px;
    }

    .theory_packs-box_item-list_box {
        flex-direction: column;
    }

    .theory_packs-box_item-list_box ul {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .theory_packs-tab > label {
        font-size: 16px;
        line-height: 24px;
    }

    .theory_packs-box_item-btns {
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        flex-wrap: nowrap;
    }

    .theory_packs-box_item-btns button {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home_7 {
        padding: 70px 0;
    }

    .theory_packs-desc {
        display: none;
    }

    .theory_packs-mob {
        display: block;

        color: #333;
        border: 2px solid rgba(166, 166, 166, 0.50);
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
        border-radius: 35px;
        padding: 25px;
    }

    .theory_packs .theory_packs-title {
        max-width: 479px;
    }

    .theory_packs-mob .theory_packs-tab-content {
        border: none;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0 !important;
    }

    .theory_packs-mob .theory_packs-tab:not(:first-of-type) {
        margin-left: 0;
    }

    .theory_packs-mob .theory_packs-tab {
        width: 296px;
    }

    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(1):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(1) label,
    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(2):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(2) label {
        padding: 12px 32px 13px;
        width: 279px;
        margin: 0 auto;
        font-size: 17px;
    }

    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(1):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(1) label p:after,
    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(2):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(2) label p:after {
        bottom: -5px;
    }

    .theory_packs-mob .theory_packs-tab label {
        color: rgba(51, 51, 51, 0.70);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        line-height: 22px;
        letter-spacing: -0.4px;
        padding: 9px 24px 10px;
        width: 230px;
        margin: 0 auto;
    }

    .table-packs_footer .table-packs_col button {
        width: 300px;
    }
}

@media screen and (max-width: 639px) {

}

@media screen and (max-width: 575px) {
    .theory_packs-mob {
        padding: 18px;
    }

    .theory_packs .theory_packs-title {
        font-size: 21px;
        line-height: 21px;
        max-width: 300px;
    }

    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(1):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(1) label,
    .theory_packs-mob.theory_packs-tabbed [type="radio"]:nth-of-type(2):checked ~ .theory_packs-tabs .theory_packs-tab:nth-of-type(2) label {
        width: 249px;
    }

    .theory_packs-mob .theory_packs-tab label {
        width: 200px;
    }

    .table-packs_col img {
        width: 18px;
    }

    .table-packs_col:first-of-type {
        font-size: 12px;
        line-height: 21px;
    }

    .table-packs_col {
        line-height: 27px;
        font-size: 12px;
    }
}

/*--home_7--*/
/*---home---*/
/*---main-display---*/
.main-display {
    padding: 50px 0 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.main-title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 32px;
}

.main-title p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;
    line-height: 61px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 32px;
}

.main-subtitle {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 42px;
}

.main-display_content {
    display: flex;
    justify-content: space-between;
}

.main-display_content-text {
    width: 50%;

    font-family: 'SFPD';
    font-size: 16px;
    line-height: 30px;
    color: #323232;
}

.main-display_content-text ul {
    list-style: inside;
}

.main-display_content-image {
    width: 50%;
    max-width: 478px;
}

.main-display_content-image img {
    height: 100%;
}

.main-display_btn {
    display: flex;
    align-items: center;
    width: 100%;
}

.transp_btn {
    display: block;
    font-family: 'SFPD';
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    border: 1px solid #333333;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 50px;
    width: 239px;
    padding: 12px 15px 13px;
}

.transp_btn:hover,
.school_btn:hover {
    opacity: .7;
}


.main-display_btn .school_btn {
    font-family: 'SFPD';
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    border: 0.5px solid #333333;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 50px;
    width: 321px;
    padding: 6px 25px 5px;
    display: flex;
    align-items: center;
}


.main-display_btn .school_btn img {
    margin-left: 15px;
    width: 47px;
    height: 47px;
}

@media screen and (max-width: 991px) {
    .main-display_content-image {
        display: none;
    }

    .main-display_content-text {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {

    .main-title {
        font-size: 25px;
        line-height: 36px;
    }

    .main-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .main-display_btn {
        flex-direction: column;
    }

    .main-display_btn .orange_btn {
        margin: 0 0 15px;
    }
}

/*---main-display---*/
/*---video-theme_display---*/
.title_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.title_button .main-title {
    margin: 0;
}

.title_button button {
    max-width: 250px;
}

.video-theme_display1 {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.video-theme_display1:after {
    content: url("../images/video-disp-1.svg");
    position: absolute;
    top: -30%;
    right: -29%;
    width: 100%;
    z-index: -2;
}

.video-theme_display1:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 650px;
}

.video-title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #333333;
    mix-blend-mode: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.video-theme_banner {
    background: #D8D8D8;
    border-radius: 6px;
    padding: 25px 29px;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    width: 100%;
    max-width: 772px;
    cursor: pointer;
    box-sizing: border-box;
}

.video-theme_banner .video-theme_banner-img {
    width: 70px;
    margin-right: 40px;
}

.video-theme_banner .video-theme_banner-text {
    display: flex;
    flex-direction: column;
}

.video-theme_banner .video-theme_banner-text p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F1F;
}

.video-theme_banner .video-theme_banner-text span {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #1D1F1F;
}

.video-theme_banner .orange_btn {
    max-width: 258px;
    border-radius: 50px;
    padding: 9px 0 10px;
    margin-left: auto;
}

.video-theme_banner .video-theme_banner-container {
    display: flex;
}

.video-theme_banner + .progress-menu_themes {
    max-width: 772px;
}

.video-theme_banner + .progress-menu_themes li .progress-container {
    max-width: 662px;
    flex: 1;
}

.video-theme_display2 {
    position: relative;
    padding-top: 0;
    padding-bottom: 50px;
}

.video-theme_display2 .video-theme_content {
    max-width: 772px;
    width: 100%;
    margin-left: auto;
}

.video-theme_display2:after {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    z-index: -2;
}

.video-theme_display2:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: -1;
    width: 490px;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.join_us {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 32px;
    line-height: 56px;
    color: #323232;
    margin: 0 0 50px;
}

.join_us p {
    margin-right: 30px;
}

.join_us button {
    background: transparent;
    border: none;
    margin-right: 30px;
}

.join_us button:hover {
    opacity: .7;
}

/*--progress--*/
.progress-menu_themes li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.progress-menu_themes li .progress-container {
    height: 85px;
    position: relative;
    width: 100%;
    max-width: 350px;
}

.progress-menu_themes li:last-of-type {
    margin-bottom: 10px;
}

.progress_info {
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 25px;
    box-sizing: border-box;
}

.progress-menu_themes .progress_info-theme {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    width: 250px;
}

.progress_info-theme_stat {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.progress_info-theme_stat p:last-of-type {
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.progress-menu_themes .progress {
    background: inherit;
    height: 100%;
}

.progress-menu_themes .value {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.progress-menu_themes .progress ::-webkit-progress-bar {
    border-radius: 10px;
    background-color: #F2F2F2;
}

.progress-menu_themes .progress progress::-webkit-progress-value {
    border-radius: 10px;
    background-color: #dadada;
}

.progress-menu_themes .progress ::-moz-progress-bar {
    border-radius: 10px;
    background-color: #dadada;
}


/*--progress--*/
@media screen and (max-width: 1199px) {
    .video-theme_display1:before,
    .video-theme_display2:before {
        display: none;
    }

    .video-theme_banner,
    .video-theme_banner + .progress-menu_themes {
        max-width: 100%;
    }

    .progress-menu_themes li .progress-container {
        max-width: calc(100% - 110px);
    }

    .video-theme_display2 .video-theme_content {
        max-width: 100%;
        width: 100%;
    }

    .video-theme_display1 {
        padding-top: 25px;
        padding-bottom: 75px;
    }

    .video-theme_display2 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .join_us {
        flex-direction: column;
    }

    .join_us p,
    .join_us button {
        margin: 0;
    }

    .join_us p {
        margin-bottom: 15px;
    }

    .title_button {
        flex-direction: column;
    }

    .title_button button {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .video-theme_banner,
    .video-theme_banner .video-theme_banner-container {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .video-theme_banner .video-theme_banner-img {
        margin-bottom: 15px;
    }

    .video-theme_banner .orange_btn {
        margin-left: inherit;
    }

    .join_us {
        margin: 25px 0;
    }
}

@media screen and (max-width: 575px) {
    .video-title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .progress-menu_themes li span {
        display: none;
    }

    .progress-menu_themes li .progress-container {
        max-width: 100%;
    }

    /*.progress-menu_themes .progress_info-theme {*/
    /*    width: 130px;*/
    /*}*/
    .join_us p {
        text-align: center;
        font-size: 27px;
    }
}

@media screen and (max-width: 479px) {
    .title_button {
        margin-bottom: 15px;
    }
}

/*---video-theme_display---*/
/*---footer---*/
footer {
    background-color: #222529;
    padding: 70px 0 60px;
    position: relative;
}

footer:before {
    content: url("../images/footer_bg.svg");
    position: absolute;
    top: -35%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: -2;
}

footer .copyright,
footer .copyright a {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

footer .copyright .copyright-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .copyright .copyright-bottom p {
    font-size: 14px;
}

footer .footer-content {
    margin-bottom: 45px;
    display: flex;
}

footer .footer-content_left {
    max-width: 400px;
    margin-right: 95px;
}

footer .footer-content_left .footer-logo {
    margin-left: -15px;
    margin-bottom: 30px;
    max-width: 320px;
}

footer .technical_requirements {
    font-family: 'SFPD';
    margin-bottom: 29px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

footer .social-links {
    display: flex;
    align-items: center;
}

footer .social-links li:not(:last-of-type) {
    margin-right: 24px;
}

footer .footer-content_right {
    display: flex;
}

footer .footer-content_right ul {
    display: flex;
    flex-direction: column;
}

footer .footer-content_right ul:not(:last-of-type) {
    margin-right: 50px;
}

footer .footer-content_right ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

footer .footer-content_right ul li:first-of-type {
    margin-bottom: 15px;
}

footer .footer-content_right ul li a,
footer .footer-content_right ul li {
    font-family: 'SFPD';
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

footer .footer-content_right ul li a:hover,
footer .footer-content_right ul li:hover {
    font-size: 16px;
    color: #B3B3B3;
    cursor: pointer;

}

footer .footer-content_right ul:last-of-type li:last-of-type {
    margin-top: 33px;
}

@media screen and (max-width: 1199px) {
    footer .footer-content {
        flex-direction: column;
    }

    footer .footer-content_left {
        margin-bottom: 25px;
    }

    footer .footer-content_right {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    footer .copyright .copyright-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 639px) {
    footer .footer-content_right {
        flex-direction: column;
    }

    footer .footer-content_left {
        margin-right: 0;
    }
}

/*---footer---*/
/*---video-lessons---*/
.breadcrambs {
    padding: 19px 0 20px;
    margin-bottom: 16px;
}

.breadcrambs a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    text-decoration: none;
}

.breadcrambs a:last-of-type {
    font-weight: 600;
}

.video-lessons .video-theme_banner {
    max-width: 100%;
}

.video-lessons .lessons-list {
    display: flex;
    margin-bottom: 35px;
}

.video-lessons .lessons-list_theme,
.video-lessons .lessons-list_lessons {
    flex: 0 0 50%;
}

.lessons-menu_themes li:not(:last-of-type) {
    margin-bottom: 10px;
}

.lessons_info {
    background: #F2F2F2;
    border-radius: 6px;
    min-height: 91px;
    padding: 13px 13px 13px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lessons_info-box_done {
    opacity: .7;
}

.lessons_info-theme {
    display: flex;
    align-items: center;
    width: 70%;
}

.lessons_info-theme_point {
    margin-right: 10px;
}

.lessons_info-progress,
.lessons_info-done {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #056554;
}

.lessons_info-done {
    font-weight: 500;
    color: #1D1F1F;
}

.theme_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}


.theme_controls button:hover,
.theme_controls button:disabled {
    background: #C4C4C4;
}

.video_less-list-box {
    display: flex;
    justify-content: space-between;
}

.video_less-list-box .video_less-list-box_item {
    flex: 0 0 48%;
}

.video-lessons .video_less-list-box_item .lessons-list_theme,
.video-lessons .video_less-list-box_item .lessons-list_lessons {
    flex: 0 0 100%;
}


.video_less-list-box .progress-menu_themes li .progress-container {
    flex: 1 0 auto;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 1199px) {
    .video-lessons .lessons-list {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .video_less-list-box {
        flex-direction: column;
    }
}

@media screen and (max-width: 479px) {
    .theme_controls {
        flex-direction: column;
        align-items: center;
    }

    .theme_controls button {
        width: 100%;
    }

    .theme_controls button:first-of-type {
        margin-bottom: 15px;
    }
}

/*---lessons-list---*/
/*---video-less--*/
body.popup_active {
    overflow-y: hidden;
}

#wr_video_list .popup {
    width: 95%;
    max-width: 850px;
    overflow: hidden;
}

#wr_video_list .popup .popup_header {
    padding: 34px 0 35px;
}

#wr_video_list .popup .popup_header:before,
#wr_video_list .popup .popup_header:after {
    content: none;
}

#wr_video_list .popup .popup_body {
    padding: 20px 25px 25px;
}

.popup .popup_body .video_less p {
    text-align: center;
}

/*---youtube-embed---*/
.popup .popup_body .video_less-list {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.popup .popup_body .video_less-list iframe {
    width: 50% !important;
    overflow: hidden;
    border-radius: 10px;
    height: fit-content !important;
    min-height: 225px;
}

.popup .popup_body .video_less-list_container {
    height: 310px;
    overflow-y: scroll;
    padding-right: 15px;
    margin-top: 25px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.popup .popup_body .video_less-list_container::-webkit-scrollbar {
    background: linear-gradient(0deg, #FBFAFA, #FBFAFA), #FBFAFA;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    width: 15px;
}

.popup .popup_body .video_less-list_container::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    border-radius: 14px;
}

.popup .popup_body .video_less .control {
    display: flex;
    margin-top: 25px;
    gap: 15px;
}

.popup .popup_body .video_less .control button {
    max-width: 100%;
    padding: 15px 15px 16px;
    font-size: 12px;
    line-height: 16px;
}

/* Hide scrollbar for IE, Edge and Firefox */
/*.popup .popup_body .video_less-list_container {*/
/*    -ms-overflow-style: none; !* IE and Edge *!*/
/*    scrollbar-width: none; !* Firefox *!*/
/*}*/
/*---youtube-embed---*/
/*---video-less--*/
/*---modal---*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup::-webkit-scrollbar {
    width: 0;
    display: none;
}

.popup {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 550px;
    position: absolute;
    /*transition: all 5s ease-in-out;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    max-height: 80%;
    overflow-y: scroll;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* transition: all 200ms; */
    font-size: 50px;
    font-weight: 200;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .popup_header {
    background: #C4C4C4;
    text-align: center;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 44px 0 45px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.popup .popup_header:before,
.popup .popup_header:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFFFFF;
    width: 58px;
    height: 8px;
}

.popup .popup_header:before {
    left: 5px;
}

.popup .popup_header:after {
    right: 5px;
}

.popup .popup_body {
    padding: 20px 52px 40px;
}

.popup .popup_body p {
    font-family: 'SFPD';
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #333333;
}


.popup .popup_body form {
    display: flex;
    flex-direction: column;
}

.popup .popup_body form label {
    margin-bottom: 15px;
}

.popup .popup_body form label,
.popup .popup_body form input {
    width: 100%;
}

.popup .popup_body form input {
    background: #FFFFFF;
    border: 1px solid #999CA0;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 24px 9px;
}

.popup .popup_body form input::placeholder {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #B3B3B3;
}

.popup .popup_body form .control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 38px;
}

.popup .popup_body form .control button:hover,
.popup .popup_body form .control .cancel_btn,
.popup .popup_body .video_less button:hover,
.popup .popup_body .video_less .cancel_btn {
    background-color: #c4c4c4;
}

.popup .popup_body form .sub_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup .popup_body form .sub_control button {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    color: #4AAB9A;
    background-color: transparent;
    border: none;
    position: relative;
}

.popup .popup_body form .sub_control button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4AAB9A;
}

.popup .popup_body form .sub_control .cancel_btn {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.popup .popup_body form .sub_control .cancel_btn:after {
    content: none;
}

@media screen and (max-width: 767px) {
    #wr_video_list .popup .popup_body {
        padding: 20px 15px 25px;
    }

    .popup .popup_body .video_less-list iframe {
        width: 100% !important;
        height: initial !important;
        min-height: 300px;
        max-height: 300px;
    }
}

@media screen and (max-width: 639px) {
    #wr_video_list .popup {
        padding-bottom: 50px;
    }

    .popup .popup_body .video_less .control {
        flex-direction: column;
    }

    .popup {
        width: 95%;
        overflow: scroll;
    }

    .popup .popup_body form .control,
    .popup .popup_body form .sub_control {
        flex-direction: column;
    }

    .popup .popup_body form .control button,
    .popup .popup_body form .sub_control button {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .popup .popup_body form .control {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .popup .popup_body .video_less-list iframe {
        min-height: 25vh;
        max-height: 300px;
    }
}

@media screen and (max-width: 479px) {
    .popup .popup_body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*---modal---*/
/*---settings---*/
.settings-sec {
    background: url("../images/settings_bg.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.settings-sec:after {
    position: absolute;
    top: 550px;
    right: -15%;
    z-index: -1;
}

.settings-container {
    display: flex;
}

.settings-container .settings {
    flex: 0 0 60%;
    padding-bottom: 50px;
}

.notSettings-container .settings {
    flex: 0 0 100%;
    padding-bottom: 50px;
}

.settings.about_program_sec .about-program {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #1D1F1F;
    margin-bottom: 25px;
}

.settings.about_program_sec .certifacate {
    max-width: 550px;
    display: block;
    margin: 25px auto;
}

.settings-container .settings-info {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 0 45px 60px
}

.settings-main .main-title {
    padding: 50px 0;
}

.settings-list li {
    background: #E7E6E6;
    border-radius: 6px;
    padding: 32px 25px 33px 40px;
    cursor: pointer;
}

.settings-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.settings-list li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #1D1F1F;
    cursor: pointer;
}

.settings-list li a svg:first-of-type {
    margin-right: 15px;
    width: 100%;
    max-width: 45px;
    height: 45px;
    object-fit: contain;
}

.settings-list li a svg:last-of-type {
    margin-left: auto;
}

.settings-info_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.settings-info_img {
    margin-bottom: 20px;
    width: fit-content;
}

.settings-info_img.settings-info_imgLogo {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.settings-info_img svg {
    width: 100%;
}

.settings-rate {
    display: none;
    align-items: center;
    gap: 0 20px;
}

.settings-info_rate-title,
.review-content p.settings-rate_title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    color: #333333;
    text-align: center;
}

.settings-info_rate-rating {
    margin: 10px 0;
}

.settings-info_rate-subtitle,
.review-content p.settings-rate_subtitle {
    color: #2B4754;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}

.settings-info_button .header-auth_btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.settings-info_button .automoto_school svg,
.settings-info_button .automoto_school img {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.settings-container .settings-info.subscription-box {
    align-items: inherit;
}

.subscription-box p {
    color: #333;
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
}

.subscription-box ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscription-box ul li {
    color: #333;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.24px;
    padding-left: 40px;
    position: relative;
}

.subscription-box ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.subscription-box ul li.theory_yeah:before {
    width: 26px;
    height: 18px;
    background-image: url('../images/yeah.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.subscription-box ul li.theory_nope:before {
    width: 26px;
    height: 18px;
    background-image: url('../images/nope.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.form-fields_box {
    padding-bottom: 70px;
}

.form-fields_box .form-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.form-fields_box .form-row .form-fields {
    flex: 0 0 50%;
}

.form-fields_item {
    margin-bottom: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    max-width: 345px;
}

.form-fields_item label {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    color: #323232;
}

.form-fields_item input,
.form-fields_item select {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    padding: 17px 16px 17px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.form-fields_item select {
    padding: 8px 16px 8px;
}

.form-fields_item input::placeholder,
.form-fields_item select {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
}

.registrationForm-box .form-row {
    display: flex;
    gap: 0 25px;
    flex-wrap: nowrap;
}

.registrationForm-box .form-row .form-fields {
    flex: 0 0 calc(50% - 12px);
    width: 100%;
}

.registrationForm-box .form-row .form-fields .form-fields_item {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.profile-photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.profile-photo img {
    height: 100%;
    object-fit: cover;
}

.profile-photo button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    width: fit-content;
    margin-top: 25px;
}

.profile-photo button svg {
    margin-right: 10px;
}

.profile_ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
}

.profile_ctrl .del-btn {
    color: red;
    font-weight: 600;
}

.exit-btn {
    background: transparent;
    border: none;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #323232;
    margin-top: 38px;
    margin-right: auto;
}

#setting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-box {
    padding: 20px 15px 30px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    flex: 0 0 50%;
    box-sizing: border-box;
    max-width: 330px;
    margin-right: 5px;
}

.select_cat {
    flex: inherit !important;
    width: 100%;
    margin: 0 0 20px;
}

.select_lang {
    margin-bottom: 35px;
}

.select-box_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C4C4C4;
}

/*---checkbox---*/
.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    width: 3px;
    height: 5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*---radio---*/
.form-group input[type=radio] + label:before {
    border-radius: 50%;
}

.form-group input[type=radio]:checked + label:before {
    background: transparent;
}

/*---radio---*/
/*---checkbox---*/
.agreement {
    margin: 25px 0 30px;
}

.agreement label {
    flex-direction: row;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.015em;
    color: #323232;
    justify-content: flex-start;
}

.agreement label:before {
    margin-right: 15px;
}

.agreement input:checked + label:after {
    left: 8px;
    right: unset;
}

.agreement label a {
    color: #599dc4;
    text-decoration: none;
}

.select_service_packages label {
    flex-direction: row;
    justify-content: flex-start;
}

.select_service_packages label p {
    padding-left: 17px;
}

.select_service_packages .form-group input[type=radio]:checked + label:after {
    right: inherit;
    left: 4px;
}

.select_service_packages .form-group {
    border-top: 1px dashed #C4C4C4;
    border-bottom: 1px dashed #C4C4C4;
    padding: 20px 0;
}

.select_service_packages .form-group:not(.select_service_packages .form-group:first-of-type) {
    border-top: none;
}

.select_service_packages .form-group label {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1D1F1F;
}

.select_service_packages .form-group label p {
    width: 85%;
}

.service_packages-alert {
    margin: 30px 0 35px;
    font-weight: 500;
    line-height: 17px;
    color: #1D1F1F;
    text-align: justify;
}

.service_packages-descr {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
    color: rgba(29, 31, 31, 0.6);
}


.referral_balance-box {
    padding: 22px 15px 11px;
    background: #F2F2F2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 25px;
    width: 100%;
    box-sizing: border-box;
}

.referral_balance-box p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1D1F1F;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C4C4C4;
}

.referral_balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.referral_balance span {
    color: #056554;
}

.content-partnership_title p,
.content-autoschools_title p,
.review-content p {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1D1F1F;
}

.content-autoschools_title {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #C4C4C4;
}

.content-partnership_title p {
    margin-bottom: 35px;
}

.partnership_list li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.partnership_list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    width: 20%;
    height: 50px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #999CA0;
    border: 1px dashed #999CA0;
    border-radius: 50%;
}

.partnership_list li p {
    width: 80%;
    padding-left: 25px;
    box-sizing: border-box;
}

/*---rating---*/
.review-rating_profile {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.review-rating_profile .profile-photo {
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0 25px 0 0;
}

.review-rating_profile p {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.review-rating_profile .review-rating_profile-rate_bottom {
    display: flex;
    align-items: center;
}

.review-rating_profile .review-rating_profile-rate_bottom .rating {
    margin-right: 15px;
}

.review-list .review-list_answer li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.review-list .review-list_answer .review-list_answer-left {
    padding-right: 25px;
}

.review-list .review-list_answer .review-list_answer-left img {
    width: 20px;
}

.review-list .review-list_answer .review-list_answer-right {
    border-left: 1px dashed #c4c4c4;
    padding-left: 25px;
}

.review-rating_profile .review-rating_profile-rate_bottom span {
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}

.review-list {
    margin-top: 50px;
}

.review-list > li {
    border-top: 1px dashed #c4c4c4;
    border-bottom: 1px dashed #c4c4c4;
    padding: 15px 0;
}

.review-rating_box {
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
    height: 100px;
    margin-bottom: 35px;
}

.review-rating_box .rating {
    padding: 0 19px;
}

.review-rating_box textarea {
    height: 85px;
    width: 100%;
    border: none;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    border-left: 1px dashed #c4c4c4;
    border-radius: 6px;
}

.review-rating_box textarea::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
}

.review-rating_profile-rate {
    display: flex;
    flex-direction: column;
}

.review-rating_profile-rate .rating__star {
    width: 15px;
    height: 15px;
}

.review-rating_profile-rate .rating__filled-stars {
    height: 14px;
}

.rating__bar {
    position: relative;
    display: inline-flex;
}

.rating__filled-stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 26px;
    background-image: url('../images/stars-filled.png');
    background-repeat: space;
    background-size: cover;
}

.rating__star {
    width: 28px;
    height: 26px;
    background-image: url('../images/star_2.png');
    cursor: pointer;
    background-size: cover;
}

.rating__star--1:hover ~ .rating__filled-stars, .rating__star--1 + input:checked ~ .rating__filled-stars {
    width: 20%;
}

.rating__star--2:hover ~ .rating__filled-stars, .rating__star--2 + input:checked ~ .rating__filled-stars {
    width: 40%;
}

.rating__star--3:hover ~ .rating__filled-stars, .rating__star--3 + input:checked ~ .rating__filled-stars {
    width: 60%;
}

.rating__star--4:hover ~ .rating__filled-stars, .rating__star--4 + input:checked ~ .rating__filled-stars {
    width: 80%;
}

.rating__star--5:hover ~ .rating__filled-stars, .rating__star--5 + input:checked ~ .rating__filled-stars {
    width: 100%;
}

/*---rating---*/
.form-fields_box {
    padding-bottom: 18px;
}

@media screen and (max-width: 1024px) {
    .select-box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .settings-container {
        flex-direction: column;
    }

    .settings-container .settings-info {
        padding-left: inherit;
    }

    .settings-container .settings-info.profile_settings-info {
        display: flex;
        width: fit-content;
        margin: 0 auto;
    }

    .settings-rate {
        display: flex;
    }

    .accordion-container.content-menu_themes {
        margin: 0;
        max-width: 100% !important;
    }

    .profile_ctrl {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-top: 15px;
    }

    .profile_ctrl button {
        margin: 15px auto;
    }
}

@media screen and (max-width: 991px) {
    .form-fields_box .form-row .form-fields {
        flex: 0 0 100%;
    }

    .form-fields_item {
        max-width: 100%;
    }

    .form-fields_box.registrationForm-box .form-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {

    .form-fields_box {
        padding-bottom: inherit;
    }

    .settings-info {
        padding-bottom: 70px;
    }

    .settings-sec:after {
        display: none;
    }

}

/*---settings---*/
/*---test-theme-display-1---*/
.test-theme_display2 {
    padding: 0 0 75px;
    position: relative;
}

.test-theme_display2 .test-theme_content {
    display: flex;
    justify-content: space-between;
}

.test-theme_content-phone {
    margin-left: -10%;
    /* position: absolute; */
    top: 0;
    left: 0;
    max-height: 550px;
    max-width: 350px;
}

.test-theme_content-phone img {
    height: 100%;
    width: auto;
}

/*.test-theme_display2:before {*/
/*    content: url(../images/statistic_phone.png);*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    left: 70px;*/
/*}*/
.test-theme_display2:after {
    position: absolute;
    top: -350px;
    left: -50px;
    width: 100%;
    z-index: -1;
}

.accordion-container.content-menu_themes {
    width: 100%;
    max-width: 772px;
    margin-left: auto;
}

.content-menu_themes .accordion .content-menu_themes-image {
    margin-right: 55px;
    width: 66px;
}

.content-menu_themes .accordion .content-menu_themes-info p:first-of-type {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #1D1F1F;
}

.content-menu_themes .accordion .content-menu_themes-info p:last-of-type {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #1D1F1F;
}

.content-menu_themes .panel-box {
    display: flex;
    justify-content: space-between;
}

.content-menu_themes .panel-box .progress-menu_themes {
    flex: 1 0 auto;
}

.content-menu_themes .panel-box .statistic-chart {
    width: 200px;
}

/*---accordion---*/
.accordion {
    background: #D8D8D8;
    border-radius: 6px;
    color: #444;
    cursor: pointer;
    width: 100%;
    margin-top: 13px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 38px 15px 25px;
    box-sizing: border-box;
}

.active {
    background: #D8D8D8;
}

.accordion:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url('../images/accordion-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

/*.active:after {*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background-image: url('../images/accordion-arrow.svg');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 25px;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    transform: rotate(180deg);*/
/*    transition: .2s;*/
/*}*/

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;*/
}

.activeP {
    padding: 18px;
}

/*---accordion---*/
@media screen and (max-width: 1199px) {
    .test-theme_content-phone {
        display: none;
    }

    .accordion-container.content-menu_themes {
        margin: 0;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 479px) {
    .accordion:after,
    .active:after {
        right: 15px;
    }

    .accordion {
        padding: 13px 50px 15px 10px;
    }

    .content-menu_themes .accordion .content-menu_themes-image {
        margin-right: 25px;
    }

    .content-menu_themes .accordion .content-menu_themes-image svg {
        width: 100%;
    }

    .review-content p {
        font-size: 11px;
    }

    .service_packages-box button {
        width: 100%
    }
}

/*---test-theme-display-1---*/
/*---testing---*/
/*---questions_bar---*/
.question-sec {
    padding-bottom: 150px;
}

.question-sec .orange_btn {
    border-radius: 50px;
    max-width: 260px;
}

.exam_timer svg {
    margin-right: 5px;
}

.question-variants_image {
    border-radius: 6px;
    margin-bottom: 25px;
    margin-left: 55px;
}

.question-variants_image img.test-zoomImg {
    border-radius: 6px;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    width: 100%;
}

.question-variants_image img.test-zoomImg:hover {
    width: 150%;
}

.question-numbers {
    background: #D8D8D8;
    border-radius: 6px;
    padding: 22px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-numbers .prev,
.question-numbers .next {
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.question-numbers .prev {
    padding-right: 10px;
}

.question-numbers .next {
    padding-left: 10px;
}

.question-numbers .prev span,
.question-numbers .next span {
    display: block;
    width: 40px;
    height: 70px;
    background-image: url('../images/accordion-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}

.question-numbers .prev span {
    transform: rotate(90deg);
}

.question-numbers .next span {
    transform: rotate(-90deg);
}


.questions_bar #title_question li a.question-done {
    border-color: #5AB2A2;
    background-color: #5AB2A2;
    color: #fff;
}

.questions_bar {
    margin-top: 15px;
}

.questions_bar ul {
    display: flex;
    align-items: center;
    height: 60px;
    width: calc(100% - 140px);
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

/* хром, сафари */
.questions_bar ul::-webkit-scrollbar {
    width: 0;
    display: none;
}

.questions_bar #title_question li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions_bar #title_question li a {
    text-align: center;
    font-size: 14px;
    width: 32px !important;
    height: 32px;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

.questions_bar #title_question li a.question-error {
    border-color: #e55252;
    background-color: rgba(219, 15, 15, 0.72);
    color: #fff;
}

.questions_bar #title_question li a.blue_test {
    border-color: green;
    transform: scale(1.2);
}

.question_content {
    display: flex;
    margin-top: 19px;
    position: relative;
}

.question_content .question_content-right {
    width: 100%;
    margin-left: auto;
}

.main-question {
    position: relative;
}

.main-question .curr_question {
    width: 100%;
}

.main-question p {
    background: #F2F2F2;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1D1F1F;
    margin-bottom: 22px;
    width: 100%;
    display: block;
}

.answer_options .answer_options-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F1F;
    padding: 16px 25px 18px 25px;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}

.answer_options .answer_options-item:not(:last-of-type) {
    margin-bottom: 7px;
}

.hint_box {
    position: relative;
    bottom: 10px;
}

.question-hint {
    position: absolute;
    top: 30px;
    left: -100%;
    width: 100%;
}

button.hint_button {
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 50% 50% 0;
    border: none;
    position: absolute;
    left: -15px;
    bottom: -30px;
}

.question-hint_descr {
    position: relative;
    left: -100%;
    transition: ease-out .3s;
    padding: 7px 16px 16px 60px;
    font-size: 14px;
    line-height: 17px;
    color: #1D1F1F;
    background: #FFE7CA;
    border-radius: 6px 6px 6px 6px;
    margin-top: -19px;
}

button.hint_active-btn {
    background-color: #FFE7CA;
}

.question-hint.hint_active .question-hint_descr {
    left: calc(100% - 15px);
    transition: ease-in .3s;
}

.answer_options {
    margin-bottom: 20px;
}

.answer_options-item.answer_options-item_error {
    background-color: #E55252;
    border: 2px solid #E55252;
}

/*---questions_bar---*/
.testing_result {
    padding-bottom: 150px;
    position: relative;
}

.testing_result:before {
    content: '';
    position: absolute;
    top: -62%;
    left: -25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 736px;
    height: 736px;
    z-index: -1;
}

.testing_result:after {
    content: '';
    position: absolute;
    bottom: -70%;
    right: -20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 736px;
    height: 736px;
    z-index: -1;
}

.banner-result {
    background: #D8D8D8;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #323232;
    padding: 37px 0;
}

.chartStat {
    width: 98px;
    height: 98px;
    margin: 0 auto;
}

.result-chart {
    max-width: 350px;
    width: 100%;
    margin: 50px auto;
}

.result-chart p.result-subtitle {
    text-align: center;
}

.green_btn.testing_repeat {
    max-width: 350px;
    margin: 0 auto;
}

.testing_btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 991px) {
    .main-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-title label {
        font-size: 35px;
        line-height: 40px;
    }

    .question-variants_image img.test-zoomImg:hover {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main-title label {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .testing_btn {
        flex-direction: column;
    }
}

/*---testing---*/
/*---mistake---*/
.mistake_sec .main-display_content-text {
    width: 65%;
}

.not_registered-text {
    margin-top: 115px;
}

.not_registered-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #333333;
    margin-bottom: 40px;
}

.not_registered-text .not_registered-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.not_registered-text .not_registered-btn a {
    text-decoration: none;
    border-radius: 30px;
    box-sizing: border-box;
}

.not_registered-text .not_registered-btn a.green_btn {
    max-width: 400px;
}

.not_registered-text .not_registered-btn a.orange_btn {
    max-width: 150px;
}

.mistake_sec .accordion-container {
    margin-top: 60px;
}

.mistake_join-us {
    position: relative;
}

.mistake_join-us:after {
    position: absolute;
    bottom: -700%;
    right: 0;
    width: 764px;
    height: 764px;
    z-index: -1;
}

@media screen and (max-width: 1450px) {

    .video-theme_display2:before {
        top: 20px;
        left: 0;
        width: 370px;
        height: 650px;
    }

    .video-theme_display1:before {
        top: 100px;
        right: 0;
        width: 400px;
        height: 650px;
    }
}

@media screen and (max-width: 991px) {
    .mistake_sec .main-display_content-text {
        width: 100%;
    }

    .not_registered-text .not_registered-btn {
        justify-content: flex-end;
    }

    .not_registered-text .not_registered-btn a.orange_btn {
        margin-left: 15px;
    }

    .mistake_sec .accordion-container {
        max-width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .video-theme_display2 {
        padding-bottom: 0;
    }

    .content-menu_themes .panel-box {
        flex-direction: column;
    }

    .content-menu_themes .panel-box .statistic-chart {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .review-rating_box {
        flex-direction: column;
        height: fit-content;
    }

    .review-rating_box .rating {
        padding: 15px 0;
    }

    .review-rating_box textarea {
        border: none;
        border-top: 1px dashed #c4c4c4;
    }

}

@media screen and (max-width: 479px) {
    .not_registered-text p {
        font-size: 25px;
        line-height: 36px;
    }

    .not_registered-text .not_registered-btn {
        flex-direction: column;
    }

    .not_registered-text .not_registered-btn a.orange_btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

/*---mistake---*/
/*---statistic---*/
.statistic-chart {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
}

/*---statistic---*/
/*---modalLeftForm---*/
form#new_user {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    overflow-y: scroll;
}

form#new_user::-webkit-scrollbar {
    width: 0;
}

form#new_user input {
    background: #FFFFFF;
    border-radius: 30px;
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333333;

    width: 100%;
    padding: 7px 22px 8px;
    border: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
}

form#new_user input::placeholder {
    color: #33333399;
}

form#form_user .orange_btn {
    font-size: 16px;
    letter-spacing: -0.4px;
}

.modalLeft-select_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 30px;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}

.modalLeft-select_wrap:last-of-type {
    margin-bottom: 25px;
}

.modalLeft-select_wrap label {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #33333399;
    padding: 7px 22px 8px;
    box-sizing: border-box;
}

form#new_user p {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #33333399;
    margin-bottom: 40px;
}

.form_connect_controls {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.form_connect_controls #html_element {
    margin-bottom: 25px;
}

.header_modalLeft {
    width: 100%;
    max-width: 575px;
    margin: 25px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_modalLeft:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -70%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 90%;
    border-radius: 25px;
}

.header_modalLeft:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -70%;
    background-color: rgba(255, 255, 255, .5);
    height: 30px;
    width: 90%;
    border-radius: 25px;
}

.header_modalLeft .header-logo {
    width: 160px;
    margin: 0 auto;
}

.toggle {
    left: 0;
    box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
}

.toggle + .modalLeft_overlay {
    width: 100%;
    height: 100vh;
    background: #33333399;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

/*.toggle-form {*/
/*    position: fixed;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    width: 40px;*/
/*    height: 30px;*/
/*    cursor: pointer;*/
/*}*/

.close-form {
    width: 40px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .modalLeft_form-bar {
        width: 65%;
    }
}

@media screen and (max-width: 991px) {
    .modalLeft_form-bar {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .modalLeft_form-bar {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .modalLeft-select_wrap select,
    .modalLeft-select_wrap label {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {

    .modalLeft-select_wrap {
        flex-direction: column;
    }

    .modalLeft-select_wrap select,
    .modalLeft-select_wrap label {
        width: 100%;
    }

    .modalLeft-select_wrap select {
        border-radius: 0 0 30px 30px;
        text-align: center;
        padding: 8px 5px;
    }

    form#new_user input,
    .modalLeft-select_wrap {
        margin-bottom: 20px;
    }

    form#new_user p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .header_modalLeft {
        margin: 25px auto;
    }

    .header_modalLeft:before,
    .header_modalLeft:after {
        width: 80%;
    }

    form#new_user input,
    .modalLeft-select_wrap label,
    .modalLeft-select_wrap select,
    form#new_user p {
        font-size: 12px;
        line-height: 18px;
    }
}

/*---modalLeftForm---*/
.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    z-index: 999;
}

.custom-modal-dialog {
    max-width: 767px;
    width: 100%;
    height: fit-content;
    border-radius: 0px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.auth-sec {
    padding-top: 80px;
    padding-bottom: 200px;
}

.auth-sec .form-fields_box,
.auth-sec .form-fields_box .form-fields_item,
.auth-sec .form-fields_box .form-fields_item input {
    margin: 0;
}

.auth-sec .form-fields_box .form-fields {
    display: flex;
    align-items: end;
}

.auth-sec .form-fields_box .form-fields_item {
    width: 100%;
    max-width: 340px;
}

.auth-sec .form-fields_box .form-fields input[type=number] {
    width: 100%;
}

.auth-sec .form-fields_box .form-fields input[type=button] {
    padding: 9px;
    margin-left: 50px;
    max-width: 160px;
    width: 100%;
}

.auth_messengers {
    margin-top: 40px;
}

.auth_messengers p {
    font-weight: bold;
    margin-bottom: 25px;
}

.auth_messengers .auth_messengers-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 340px;
    width: 100%;
}

.auth_messengers .auth_messengers-btn a {
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
}

.auth_messengers .auth_messengers-btn a img {
    margin-right: 15px;
}

.form-fields_btns {
    margin-top: 28px;
}

.form-fields_btns .form-fields_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.form-fields_btns .form-fields_item input {
    margin: 0 !important;
}

.auth_controls a {
    /*color: rgba(0, 0, 0, 0.60);*/
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration-line: underline;
}

.auth_controls p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

#wr_timer {
    margin-top: 15px;
    max-width: 600px;
    line-height: 21px;
}

#wr_timer p {
    width: fit-content;
    display: inline-block;
}

.news-box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-news {
    width: 100%;
    margin: 20px auto 50px;
}

.swiper-news .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 48, 32, 0.16);
    border-radius: 25px;
    padding: 24px;
    height: fit-content;
    box-sizing: border-box;
}

.swiper-news .swiper-slide .news-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 25px;
}

.swiper-news .swiper-slide .news-content {
    font-family: 'SFPD';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    margin-top: 25px;
}

.news-box .swiper-news_arrows {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 168px;
}

.news-box .swiper-news_arrows .swiper-button-next,
.news-box .swiper-news_arrows .swiper-button-prev {
    position: static !important;
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border-radius: 50px;
}

.news-box .swiper-news_arrows .swiper-button-next:after,
.news-box .swiper-news_arrows .swiper-button-prev:after {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .subscription-box p {
        text-align: center;
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    .auth-sec .form-fields_box .form-fields {
        align-items: center;
        flex-direction: column;
    }

    .auth-sec .form-fields_box .form-fields_item {
        max-width: 100%;
    }

    .auth-sec .form-fields_box .form-fields input[type=button] {
        max-width: 100%;
        margin: 15px 0 0;
    }
}


.answer_options-item.answer_options-item_done {
    background-color: #5AB2A2;
    border: 2px solid #5AB2A2;
}

.answer_options-item.answer_options-item_true {
    border: 2px solid #5AB2A2;
}