@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: 700;
}
body{
    background: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: #0B1F35 !important;
}

.login{
    background: white;
    display: flex;
    /*position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: calc(100vw / 2.049092849519744);
    */
    min-height: 100vh;
}
.login *{
    font-family: 'Montserrat', sans-serif;
}
.person{
    background: #F3F6FB;
    width: 41vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.newYear .person{
    background: url("../images/ny/snowBg.png") no-repeat bottom;
    display: flex;
    justify-content: space-between;
}

.newYear .person .animation img{
    height: 700px;
}

.person video{
    width: 29vw;
    max-width: 100%;
}
.actions-wrapper{
    position: relative;
    width: 59vw;

    display: flex;
}

/* start of redesign */

.login-page-content {
    width: 100%;
    padding: 2.5vw 2.5vw 1vw;

    display: flex;
    flex-direction: column;
}

.tabs-headers {
    display: flex;
    /*justify-content: space-between;*/
    padding: 0 70px;
    border-bottom: 1px #d6d6d6 solid;
}
.tab-header-item {
    font-size: 18px;
    color: #6D7986;
    line-height: 140%;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    width: 25%;
    margin-right: 50px;
}
.tab-header-item:hover {
    text-decoration: none;
    color: #6D7986;
}
.tab-header-item.active {
    color: #0B1F35;
    font-weight: bold;
    border-bottom-color: #F50882;
    background: #fff !important;
}

.tabs-content {
    flex-grow: 1;
}

.tab-content {
    display: none;
}
.tab-content.tab-active {
    display: block;
}
.padding-top {
    padding-top: 94px;
}

body.modal-open {
    overflow: hidden;
}

.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    height: 100%;

    justify-content: center;
    padding: 4rem 0;
    overflow-y: auto;
    z-index: 11;
}
.modal-container.open {
    display: flex;
}

.modal-overlay {
    display: none;
    background: rgba(19, 29, 38, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.custom-modal-wrap {
    position: absolute;
    padding: 64px;
    background: #FFFFFF;
    border-radius: 10px;
    /*max-width: 70%;*/
    width: 1464px;
}

.custom-modal-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-modal-close-btn:before,
.custom-modal-close-btn:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 26px;
    background: #C4C4C4;
}
.custom-modal-close-btn:before {
    transform: rotate(45deg);
}
.custom-modal-close-btn:after {
    transform: rotate(135deg);
}

.custom-modal-header {
    font-weight: bold;
    font-size: 38px;
    line-height: 120%
}

.custom-modal-text {
    font-size: 18px;
    line-height: 120%;
    color: #474749;
}
.demo-access-select-subject {
    margin-top: 24px;
}

.select-subjects-selection-container {
    display: flex;
    margin: 12px -12px 0;
}

.select-subjct-container {
    padding: 0 12px;
    width: 25%;
    display: flex!important;
    height: 500px!important;
    margin-bottom: 40px;
}

.select-subject-item {
    width: 100%;
    background: linear-gradient(145.66deg, #E5097F 34.06%, #EE5546 70.04%, #F27E26 82.2%, #F7A707 99.15%);
    border: 1px solid rgba(225, 54, 80, 0.4);
    box-sizing: border-box;
    box-shadow: 2px 15px 24px rgba(240, 99, 60, 0.5);
    border-radius: 20px;

    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;

    cursor: pointer;
}

.select-subject-item-img {
    width: 100px;
    height: 100px;
}

.select-subject-item-title {
    margin-top: 36px;
    font-weight: bold;
    font-size: 26px;
    line-height: 150%;
}

.select-subject-item-description {
    margin-top: 24px;
    font-size: 18px;
    line-height: 150%;
    flex-grow: 1;
}

.select-subject-item-details {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.select-subject-item-details:hover {
    text-decoration: underline;
}

.select-subject-item-details img {
    margin-left: 8px;
}

.detailed-subject {
    display: none;

    justify-content: space-between;
}
.detailed-subject.open {
    display: flex;
}

.detailed-subject-text-block,
.detailed-subject-images {
    width: 50%;
}

.detailed-subject-text-block {
    padding-right: 120px;
    display: flex;
    flex-direction: column;
}

.detailed-subject-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detailed-subject-big-image {
    width: 100%;
}
.detailed-subject-small-image {
    width: calc(50% - 12px);
    margin-top: 24px;
}

.detailed-subject-big-image img,
.detailed-subject-small-image img {
    width: 100%;
}

.detailed-subject-desc {
    margin-top: 48px;
    color: #474749;
    font-size: 18px;
    line-height: 150%;
}
.detailed-subject-images-on-mobile {
    display: none;
}
.detailed-subject-list {
    margin-top: 40px;
    color: #474749;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0;
    padding-left: 12px;
}

.detailed-subject-list li {
    margin: 8px 0;
}

.detailed-subject-list li::marker {
    color: #2899F9;
    /*content: url("../images/login/modal-demo-access/list-disc.svg");*/
}

.detailed-subject-btn-container {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
}
.detailed-subject-btn-container button {
    margin: 0 !important;
}

/* end of redesign */

.login-tab{
    position: absolute;
    top: 48px;
    right: 48px;
    left: 48px;
    bottom: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tab-header{
    margin-bottom: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.tab-footer{
    margin-top: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.tab-header a{
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #6D7986;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease;
}
.tab-header a img{
    margin-right: 8px;
    width: 33px;
}
.tab-header a:hover{
    color: #0B1F35;
    text-decoration: none;
}
.tab-header a:hover img{
    opacity: 1;
}
.tab-footer > div{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 65px;
}
.tab-footer > div > ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab-footer > div > ul li{
    width: 110px;
}
.tab-footer > div > ul li img{
    width: 100%;
}
.tab-footer > div > ul li:hover{
    filter: drop-shadow(2px 4px 5px rgba(74, 77, 85, 0.3));
}
.tab-footer > div > span{
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #6D7986;
    margin-top: 16px;
}
.tab-footer a strong{
    font-weight: 700;
    color: #0B1F35;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
}
.tab-footer a:hover{
    text-decoration: none;
}
.tab-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab-body h3{
    font-weight: 700;
    color: #0B1F35;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 27px;
}
.login-page-form{
    width: 460px;
    margin: 0 auto;
}
.login-page-input{
    color: #0B1F35;
    font-size: 18px;
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    margin-bottom: 23px;
    padding: 0 20px;
    letter-spacing: 0.02em;
    outline: none;
}
.login-page-input::placeholder{
    color: #6D7986;
}
.login-page-button{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    position: static;
    width: 100%;
    height: 54px;
    background: #F50882;
    border-radius: 15px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin: 25px 0;
    border: 0;
}
.login-page-button:hover{
    background: #d6006e;
    color: white;
    text-decoration: none;
}

.tab-body .additional-links{
    cursor: pointer;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #474749;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
.tab-body .show-mobile{
    display: none;
}
.tab-body > p{
    padding: 0 10px;
    margin: -15px 0 48px;
    color: #474749;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    max-width: 530px;
}
.tab-body p.agreement{
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #6D7986;
    text-align: center;
}
.tab-body p.agreement a{
    color: #03A0E3;
    text-decoration: underline;
}

.flex{
    display: flex;
}
.error-wrapper, .error-empty-wrapper{
    color: #EB2525;
    font-size: 14px;
    line-height: 150%;
    margin-top: -17px;
}
.error-empty-wrapper{
    margin-bottom: 24px;
    display: none;
}

input.error, [data-valid-input="no"]{
    border-color: #FF8080;
}
.success-wrapper{
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 48px 88px;
    background: #FFFFFF;
    border: 1px solid rgba(89, 89, 89, 0.15);
    box-shadow: 0px 0px 20px rgba(11, 58, 98, 0.15);
    border-radius: 10px;
}
[data-success-text]{
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #6D7986;
    margin-top: 40px;
}
[data-success-text] strong{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0B1F35;
}
.success-wrapper .login-page-button{
    max-width: 330px;
}
[data-input-wrapper="password"]{
    position: relative;
}

[data-input-wrapper="subject"] select {
    appearance: none;
}

[data-input-wrapper="subject"] select:focus {
    outline: none;
    border-color: #4A4B56;
}

[data-input-wrapper="subject"] select.error {
    border-color: #FF8080;
}
.password-change-vision img{
    width: 100%;
}
.password-change-vision{
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 18px;
    top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url("../images/login/icons/c-eye.png");
    background-size: contain;
    background-position: center center;
}
.input-password:placeholder-shown + .password-change-vision{
    display: none;
}
.input-password[type="text"] + .password-change-vision{
    background-image: url("../images/login/icons/eye.png");
}
.logo-and-lang{
    display: flex;
    margin-top: 48px;
    width: 100%;
    justify-content: space-between;
    padding: 0px 24px;
    align-items: center;
    margin-bottom: 24px;
}
.logo{
    max-height: 50px;
    margin-top: 0px;
}
.logo.smartum{
    max-height: 90px;
}
.lang-selector-wrapper{

}
.lang-selector-wrapper .custom-select-container{
    width: 183px;
    height: 60px;
    margin-bottom: 0;
}
.lang-selector-wrapper .custom-select-wrapper{
    padding: 0px;
}
.lang-selector-wrapper .custom-select-label-wrapper{
    padding: 14px 12px;
}
.lang-selector-wrapper .custom-select-label, .lang-selector-wrapper .custom-select-option{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #0B1F35;
    text-transform: capitalize;
}
.lang-selector-wrapper .custom-select-wrapper.opened .custom-select-options-wrapper{
    max-height: 400px;
}
.lang-selector-wrapper .custom-select-option{
    min-height: 50px;
    height: 50px;
}
.lang-selector-wrapper .custom-select-option.selected:before{
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #2899F9;
    content: " ";
    position: absolute;
    margin-left: -13px;
}


.login .langs-list{
    top: 70px;
    right: 0;
    border: 1px solid rgba(180, 180, 180, 0.6);
    box-shadow: 0px 4px 15px rgba(60, 54, 54, 0.15);
    border-radius: 5px;
    position: absolute;
    display: none;
    background: white;
    z-index: 150;
    width: 244px;
}
.login .langs-list ul{
    justify-content: flex-start;
    list-style: none;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0;
}
.login .langs-list li{
    width: 58px;
    height: 58px;
    margin: 8px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: all .02s ease;
}
.login .langs-list li:hover{
    box-shadow: 2px 4px 5px rgba(74, 77, 85, 0.35);
}
.login .langs-list li img{
    width: 100%;
}
.tab-static-maximus{
    display: none;
}
.img-success{
    width: 76px;
}

/*ITI*/
.phoneWrapper{
    position: relative;
    width: 100%;
}
.phoneWrapper .iti input[name="phone"]{
    position: relative;
    transition: all .13s ease;
}
.phoneWrapper .iti:after{
    content: '+';
    color: #0B1F35;
    position: absolute;
    left: 20px;
    top: calc(50% - 9px);
    line-height: 1em;
    display: none;
    font-size: 18px;
}
.iti__flag-container{
    opacity: 0;
    transition: all .1s ease;
}
.phoneWrapper .activeInput.iti:after{
    display: inline-block;
}
.phoneWrapper .activeInput .iti__flag-container{
    opacity: 1;
    right: 11px;
}
.activeInput input[name="phone"]{
    padding-left: 32px;
}
.activeInput input::placeholder{
    color: transparent;
}
.phoneWrapper .iti{
    margin-bottom: 23px;
}
.errorPhone.hide{
    display: none;
}
.phoneWrapper .errorPhone{
    position: relative;
    margin-top: -15px;
    margin-bottom: 24px;
    display: block;
    font-size: 14px;
    color: #EB2525;
}
/*ITI*/
/*modal select country*/
.modal-select-country{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 200;
    background: rgba(19, 29, 38, 0.4);
    display: none;
}
.modal-select-country-wrapper{
    width: 900px;
    background: white;
    margin: 80px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(89, 89, 89, 0.15);
    box-shadow: 0px 0px 20px rgba(11, 58, 98, 0.15);
    border-radius: 10px;
    padding: 48px;
}
.modal-select-country-wrapper .login-page-button{
    max-width: 264px;
    margin: 0;
}
.modal-select-country-wrapper h4{
    font-size: 26px;
    font-weight: bold;
    color: #0B1F35;
    margin: 0 0 48px 0;
}

/*  Кастомный селект  */
.custom-select-container{
    position: relative;
    height: 60px;
    width: 460px;
    margin-bottom: 24px;
}
.custom-select-wrapper{
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 0 0 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    transition: border-color .3s ease, background-color .1s ease;
}
.custom-select-wrapper:hover{
    border: 1px solid #4A4B56;
    background: #f2f2f4;
}
.custom-select-label-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 15px 24px;
}
.custom-select-label{
    font-size: 18px;
    line-height: 120%;
    color: #6D7986;
    width: 100%;
}
.custom-select-label input {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 1em;
    border-radius: 0;
    width: 100%;
    outline: none;
}
.custom-select-label-wrapper .arrow{
    width: 30px;
    height: 30px;
}
.custom-select-options-wrapper{
    display: none;
    flex-direction: column;
    position: relative;
}
.custom-select-wrapper.opened{
    z-index: 1000;
    background: white;
    border: 1px solid #4A4B56;
}
.custom-select-wrapper.opened .custom-select-options-wrapper{
    display: flex;
    max-height: 288px;
    overflow: auto;
}
.custom-select-wrapper.opened .custom-select-options-wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
    position: relative;
    right: 10px;
}

.custom-select-wrapper.opened .custom-select-options-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #6d7986;
}

.custom-select-wrapper.opened .custom-select-options-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.custom-select-option{
    display: flex;
    font-size: 18px;
    line-height: 120%;
    color: #0B1F35;
    align-items: center;
    cursor: pointer;
    padding: 10px 0 10px 24px;
    position: relative;
}
.custom-select-option:hover{
    background: rgba(211, 213, 218, 0.4);
}
.modal-select-country-wrapper{
    position: relative;
}
.close-select-country-btn{
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
}
.back-button-mobile{
    display: none;
}

@media (max-width: 1600px) {
    .custom-modal-wrap {
        max-width: 80%;
    }
}

@media (max-width: 1400px) {
    .phoneWrapper .iti__flag {
        transform: scale(1.2);
    }

    .custom-modal-wrap {
        /*max-width: 80%;*/
        padding: 40px;
    }

    .custom-modal-header {
        font-size: 30px;
    }

    .select-subject-item-title {
        font-size: 20px;
    }
    .select-subject-item-description {
        font-size: 16px;
    }

    .detailed-subject-desc, .detailed-subject-list {
        font-size: 16px;
    }
    .detailed-subject-text-block {
        padding-right: 80px;
    }

    .logo{
        max-height: 40px;
    }
    .logo.smartum{
        max-height: 80px;
    }

}
@media (max-width: 1200px) {
    .phoneWrapper .iti__flag {
        transform: scale(.8);
    }
    .padding-top {
        padding-top: 30px;
    }

    .tabs-headers {
        padding: 0 24px;
    }
    .tab-header-item {
        font-size: 16px;
        margin-right: 20px;
    }

    .custom-modal-wrap {
        max-width: 90%;
        padding: 24px;
    }

    .custom-modal-header {
        font-size: 24px;
    }

    .select-subjects-selection-container {
        margin: 24px -6px 0;
    }

    .select-subjct-container {
        padding: 0 6px;
    }

    .select-subject-item {
        padding: 12px;
    }

    .detailed-subject-desc, .detailed-subject-list {
        margin-top: 20px;
        font-size: 14px;
    }

    .detailed-subject-text-block {
        width: 40%;
        padding-right: 20px;
    }

    .detailed-subject-images {
        width: 60%;
    }

    .logo-and-lang{
        flex-direction: column;
    }
    .lang-selector-wrapper{
        margin-top: 24px;
        width: 100%;
        max-width: 240px;
    }
    .lang-selector-wrapper .custom-select-container{
        width: 100%;
    }
}
@media (max-width: 960px) {
    .tab-header-item {
        font-size: 12px;
    }
    .tabs-headers {
        padding: 0 12px;
    }
}
/*TODO*/
@media (max-width: 767px) {
    /* redesign */
    .tabs-headers {
        flex-wrap: wrap;
    }
    .tab-header-item {
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-top: 10px;
        font-size: 3.8vw;
    }
    .select-subjects-selection-container {
        margin-top: 14px;
        flex-wrap: wrap;
    }
    .select-subjct-container {
        width: 50%;
        margin-top: 10px;
    }
    .select-subject-item {
        padding: 24px;
    }
    .set-subject-id-btn {
        height: 39px !important;
        border-radius: 15px !important;
        font-size: 14px !important;
    }

    .detailed-subject-text-block {
        width: 100%;
    }

    .detailed-subject-images {
        display: none;
    }

    .detailed-subject-images-on-mobile {
        display: block;
    }
    /* end redesign */

    .phoneWrapper .iti:after {
        content: '+';
        left: 4.0625vw;
        top: calc(50% - 2.5vw);
        font-size: 5vw;
    }
    .phoneWrapper .errorPhone {
        margin-top: -3.125vw;
    }
    .activeInput input[name="phone"] {
        padding-left: 7.8125vw;
    }
    .phoneWrapper .iti {
        margin-bottom: 3.75vw;
    }
    .tab-body .hide-mobile{
        display: none;
    }
    .tab-body .show-mobile{
        display: block;
    }
    .tab-static-maximus{
        display: block;
        margin-bottom: 5vw;
    }
    .tab-static-maximus img{
        width: 30.9375vw;
    }
    .lang-switcher {
        position: absolute;
        width: 11.875vw;
        height: 11.875vw;
        right: 0;
        z-index: 10;
        top: 21.875vw;
    }
    .login .langs-list{
        width: 51.87500000000vw;
        top: 15.625vw;
    }
    .login .langs-list li{
        width: 11.875vw;
        height: 11.875vw;
        margin: 1.5625vw;
        border-radius: 1.5625vw;
    }
    .login .langs-list ul{
        padding: 3.125vw;
    }
    .login{
        max-width: 87.5vw;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        margin: auto;
        flex-direction: column;
        height: auto;
    }
    .person{
        width: 100%;
        background: white;
        overflow: visible;
    }
    .actions-wrapper{
        width: 100%;
        margin-top: 6.25vw;
    }
    .login-tab {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }
    .logo{
        /*margin: 7.5vw 0 0 0;*/
        /*width: 44.0625vw;*/
        /*height: 6.87500000000vw;*/
    }
    .logo.smartum{
         max-height: 80px;
    }
    .logo img {
        width: 44.0625vw;
    }
    .animation video{
        display: none;
    }
    .tab-header{
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .tab-header a img{
        width: 7.18749999999vw;
        margin-right: 1.5625vw;
    }
    .tab-header a{
        font-size: 3.125vw;
        margin-bottom: 5vw;
    }
    .tab-body h3 {
        font-size: 6.25vw;
        text-align: center;
        margin-bottom: 3.75vw;
    }
    .login-page-form{
        width: 87.5vw;
    }
    .login-page-input {
        width: 87.5vw;
        height: 12.5vw;
        padding: 3.125vw;
        font-size: 5vw;
        margin-bottom: 3.75vw;
    }
    .password-change-vision{
        width: 5.625vw;
        height: 4.6875vw;
        right: 3.75vw;
        top: 3.75vw;
    }
    .login-page-button{
        height: 12.1875vw;
        border-radius: 4.6875vw;
        font-size: 4.375vw;
        margin: 7.5vw 0 0 0;
    }
    .tab-body .additional-links{
        font-size: 4.375vw;
        margin-bottom: 7.5vw;
        text-align: center;
    }
    .tab-footer {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 20vw;
    }
    .tab-footer > div > ul li{
        width: 26.875vw;
    }
    .tab-footer > div{
        height: auto;
        margin-bottom: 7.5vw;
    }
    .tab-footer a strong{
        font-size: 4.375vw;
    }
    .tab-footer > div > span{
        margin-top: 2.5vw;
    }
    .tab-body > p{
        font-size: 4.375vw;
        margin: 0 0 7.5vw 0;
    }
    .tab-body p.agreement{
        margin-top: 3.75vw;
        font-size: 3.125vw;
    }
    .error-wrapper{
        text-align: center;
        margin: 4.6875vw 0;
    }
    .success-wrapper{
        width: 87.5vw;
        padding: 10vw 3.125vw;
        margin: 15vw 0 0 0;
        border: 0.3125vw solid rgba(89, 89, 89, 0.15);
        box-shadow: 0vw 3.125vw 4.6875vw rgba(11, 58, 98, 0.15);
        border-radius: 3.125vw;
    }
    .img-success{
        width: 18.75vw;
    }
    [data-success-text]{
        margin: 3.75vw 0 0 0;
        font-size: 4.375vw;
    }
    [data-success-text] strong {
        font-size: 6.25vw;
    }
    .modal-select-country-wrapper{
        width: 100%;
        padding: 9.375vw 3.125vw;
    }
    .modal-select-country-wrapper h4 {
        font-size: 6.25vw;
        text-align: center;
        margin-bottom: 3.75vw;
    }
    .custom-select-container{
        width: 100%;
        height: 14.0625vw;
    }
    .close-select-country-btn {
        right: 0vw;
        top: -12.5vw;
        background: white;
        padding: 4.6875vw;
        border-radius: 1.5625vw;
    }
    .custom-select-label input{
        font-size: 5vw;
    }
    .custom-select-label-wrapper {
        padding-top: 0;
        padding-bottom: 1.5625vw;
    }
    .custom-select-wrapper{
        padding-top: 1.5625vw
    }
    .custom-select-option{
        font-size: 5vw;
        padding: 2.5vw 3.125vw 2.5vw 7.5vw;
    }
    .error-wrapper, .error-empty-wrapper, .phoneWrapper .errorPhone{
        font-size: 3.125vw;
        margin-top: -1.875vw;
        margin-bottom: 4.6875vw;
    }
    [data-login-tab="forgot-password"] .tab-header, [data-login-tab="forgot-password"] .tab-footer{
        display: none;
    }
    [data-login-tab="forgot-password"]{
        z-index: 300;
        background: white;
    }
    .back-button-mobile{
        display: block;
        position: absolute;
        left: 0;
        top: -13.125vw;
        width: 8.125vw;
        height: 6.5625vw;
    }
    .back-button-mobile img{
        width: 100%;
    }
}

@media (max-width: 560px) {
    .login {
        max-width: 94.5vw;
    }
    .tabs-headers {
        flex-wrap: wrap;
    }
    .tab-header-item {
        margin-top: 10px;
        padding-bottom: 0;
    }
    .custom-modal-header {
        font-size: 18px;
    }
    .custom-modal-text {
        font-size: 14px;
    }
    .demo-access-select-subject {
        margin-top: 14px;
    }
    .select-subject-item {
        padding: 20px;
    }
    .select-subject-item-title {
        margin-top: 20px;
        font-size: 14px;
    }
    .select-subject-item-description {
        /*display: none;*/
    }
    .select-subject-item-details {
        font-size: 14px;
    }
    .detailed-subject-images-on-mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .detailed-subject-images-on-mobile img {
        width: 100%;
    }
    .select-subjct-container {
        width: 100%;
    }
}

.carousel-navs{
    margin-top: 48px;
}
.carousel-nav{
    cursor: pointer;
}
.carousel-nav:first-of-type{
    margin-right: 18px;
}
.next-slide{
    transform: rotateY(180deg);
}

/*founder*/
.tab-footer > div.requisitesFounder{
    position: absolute;
    right: 0;
    top: -15px;
    transform: translate(0, -100%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.tab-footer > div.requisitesFounder p{
    color: #6D7986;
    font-size: 12px;
    margin-bottom: 5px;
}
/*founder*/

.massCaptcha{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}