a {
    transition: 0.15s;
}

a:hover {
    color: #853fa0;
    text-decoration: none;
    font-weight: 600;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: url('../fonts/HelveticaNeueCyr-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

[v-cloak] {
    display: none;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 8.8px 0;
}

.desktop_nav .social_block {
    width: 11%;
    display: flex;
    justify-content: space-around;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1.7px rgba(0, 34, 0, 0), 0px 0px 1px rgba(0, 60, 0, 0);
    background: #e4e4e4;
    border-radius: 9.1px;
    border: 1.3px solid #b7b7b7;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 2.6px 2.6px 3.7px rgba(224, 172, 36, 0), 0px 0px 2.6px rgba(227, 180, 58, 0);
    border: 2.1px solid #e0ac24;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #edc31a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10.1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f1f1f1;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1.7px rgba(0, 34, 0, 0), 0px 0px 1px rgba(0, 60, 0, 0);
    background: #e4e4e4;
    border-radius: 9.1px;
    border: 1.3px solid #b7b7b7;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 2.6px 2.6px 3.7px rgba(224, 172, 36, 0), 0px 0px 2.6px rgba(227, 180, 58, 0);
    border: 2.1px solid #e0ac24;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #edc31a;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #d7d7d7;
    border: 1.3px solid #b7b7b7;
    border-radius: 18.2px;
    box-shadow: 1px 1px 1.7px rgba(0, 34, 0, 0), 0px 0px 1px rgba(0, 60, 0, 0);
}

input[type=range]::-ms-fill-upper {
    background: #e4e4e4;
    border: 1.3px solid #b7b7b7;
    border-radius: 18.2px;
    box-shadow: 1px 1px 1.7px rgba(0, 34, 0, 0), 0px 0px 1px rgba(0, 60, 0, 0);
}

input[type=range]::-ms-thumb {
    box-shadow: 2.6px 2.6px 3.7px rgba(224, 172, 36, 0), 0px 0px 2.6px rgba(227, 180, 58, 0);
    border: 2.1px solid #e0ac24;
    height: 23px;
    width: 23px;
    border-radius: 12px;
    background: #edc31a;
    cursor: pointer;
    height: 5.4px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #e4e4e4;
}

input[type=range]:focus::-ms-fill-upper {
    background: #f1f1f1;
}

.py-2 {
    color: #8f4ea1;
}

#slider_block {
    background-image: url("../imgs/slider.jpg");
    background-size: 101% 100%;
    height: 741px;
}

#slider_block .text_block {

    width: 800px;
    padding: 100px;
    top: 158px;
    left: 216px;
    position: absolute;
    background-image: url(../imgs/light.png);
    background-size: 100% 100%;
}

#slider_block .text_block .slider_text {
    font-size: 17px;
}

.site-header .shapka {
    background: #ffffffd1;
    position: fixed;
}

.shapka,
.podval {
    padding: 0 10%;
    width: 100%;
    align-items: center;
    height: 74px;
}

/* .shapka .py-2 {
    flex-grow: 1;
}

.shapka .py-2.logo {
    flex-grow: 6;
} */

.vertical_line {
    width: 2px;
    height: 48px;
    background: #853fa0;
    margin: 0 15px;
}

.neposredstvenno_menu {
    display: none;
}

.neposredstvenno_menu.active {
    display: block;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #853fa0e6;
    width: 100%;

}

.neposredstvenno_menu a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
}

.shapka .phone_icon {
    height: 30px;
}

.shapka .langs {
    margin-right: 15px;
}

.desktop_nav .shapka_item.logo{
    width: 30%;
}

.shapka .phone {
    font-size: 21px;
    color: #853fa0;
    font-weight: bold;
}

#slider_block .text_block h1 {
    color: #853fa0;
    font-size: 72px;
    font-family: 'Roboto';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.desktop_nav.footer {
    background-color: #8f4ea1;
    color: #e9dcec;
}

.desktop_nav.footer a,
.desktop_nav.footer .text_under_phone {
    color: #e9dcec;
}

#slider_block .text_block .slider_text {
    font-size: 36px;
    color: #853fa0;
    font-family: 'Roboto';
    margin-left: 41px;
    line-height: 1.25;
}

.text_under_phone {
    width: 200px;
    line-height: 1.1;
    color: #853fa0;
}

.site-footer .podval {
    background-color: #8f4ea1;
    color: #fff;
}

.site-footer .podval * {
    color: #fff;
}

.site-footer .podval .vertical_line {
    background: #fff;
}

.site-footer .podval .phone_icon {
    margin-right: 20px;
}

.site-footer .podval .social_block a {
    margin-right: 10px;
}

#conditions_block {
    height: 200px;
    position: relative;
    padding-bottom: 10px;
}

.conditions_block_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.condition_item {
    width: 200px;
    text-align: center;
}

.condition_item img {
    height: 50px;
    margin-bottom: 10px;
}

.condition_text {
    font-size: 18px;
    color: #853fa0;
}

.condition_big_text {
    font-size: 30px;
    line-height: 1.15;
    color: #853fa0;
}

.arrow_down {
    bottom: 10px;
    left: 49%;
    position: absolute;
    font-size: 30px;
    animation-duration: 1.2s;
    animation-name: aaasdaa;
    animation-iteration-count: infinite;
}

#description_block {
    background-image: url("../imgs/slider2.jpg");
    padding: 40px 20%;
    background-size: 100% 100%;
}

.flex_block {
    display: flex;
    justify-content: space-between;
    color: #380a4a;
}

#description_block .item {
    width: 47%;
    font-size: 1.1vw;
}

#description_block .item .big_text {
    font-size: 1.5vw;
    font-weight: bold;
}

.dop_item {
    margin-top: 30px;
    font-size: 1.12vw;
    font-weight: 600;
    text-align: center;
    color: #380a4a;
}

.download_block {
    width: 446px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    border: 1px solid #d9a029;
    padding: 11px 25px;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    color: #441a54;
    font-size: 24px;
}

#grayback_block {
    padding: 0 400px;
    background: #fafafa;
}

.calculator-items-wrap {
    width: 100%;
    height: 63%;
}

.calculator_row {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    height: 40%;
}

.title_block {
    text-align: center;
}

.title_block h3 {
    font-size: 30px;
    color: #380a4a;
}

.title_block .podtitle {
    color: #380a4a;
    font-size: 24px;
}

.calculator_content {
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}

.calculator_content .calculator-content-wrap {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 3%;
    position: relative;
    width: 47%;
    max-width: 600px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    opacity: 0.4;
}

.calculator_content .calculator-content-wrap.active {
    opacity: unset;
}

.calculator_content .calculator-content-wrap .calc_image {
    width: 61px;
    height: 61px;
    background-image: url('../imgs/gray_unchecked.png');
    background-size: 61px 61px;
}

.calculator_content .calculator-content-wrap.active .calc_image {
    background-image: url('../imgs/vio_checked.png');
}

#calculator_block,
#howtoget_block,
#grayback_block {
    padding-top: 33px;
    padding-bottom: 33px;
}

#howtoget_block.kaz_version .wage-questions-content h4,#howtoget_block.kaz_version .wage-questions-content h5{
    font-family: Roboto;
}

#howtoget_block.kaz_version .wage-questions-content h4{
   font-size: 1.8vh;
}

.h5,
h5 {
    font-size: 1.05rem;
}

.calculator-item {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calculator-item input {
    margin: 13% 0 7%;
}

.calculator-price-number {
    color: #8f4ea1;
    font-family: Roboto;
    font-size: 1.3vw;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    font-weight: bold;
}

/* .calculator-content-title {
    font-size: 0.8vw;
    color: #575656;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto Light';
} */

.calculator-price-title {
    color: #575656;
    text-align: left;
    /* font-size: 0.8vw; */
    color: #575656;
    text-align: left;
    text-transform: uppercase;
    font-family: Roboto;
}

.calculator_row.first {
    margin-top: 5%;
    height: 50%;
}

.calculator_row.sec {
    margin-top: 10%;
    height: 30%;
}

.calculator-content-wrap.calculator-content-left.passive {
    filter: grayscale(100%);
    opacity: 0.5;
}

#partners_bank_images {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bank_item {
    width: 20%;
    margin: 29px 3% 29px 0;
    text-align: center;
}

.bank_item img{
    width: 100%;
}

#partners_bank_block .title_block {
    margin-top: 66px;
    margin-bottom: 66px;
}

.calc_result {
    width: 100%;
    background-color: #8f4ea1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 66px;
}

.result_text {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.calc_result_otvet {
    color: #ffea00;
    text-align: center;
    font-size: 35px;
}

.wage-questions-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    background-image: url(../imgs/layer-wage.png);
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position: center center;
    background-size: 100%;
    height: 93vh;
    background-size: 100%;
}

.wage-questions-item {
    width: 30%;
    height: 202px;
    color: #444444;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 16px 0;
    margin-top: 3%;
    overflow: hidden;
    background-color: #fff;
}

.wage-questions-content .wage-questions-item:nth-child(4) {
    margin-left: 14.8%;
}

.wage-questions-content .wage-questions-item:nth-child(5) {
    margin-right: 15%;
}


.wage-questions-content h2 {
    color: #8f4ea1;
    font-family: HelveticaNeueCyr;
    font-size: 36px;
}

.wage-questions-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr;
}

.wage-questions-content h5:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e9a100;
    display: block;
    margin: 12px auto;
}

.wage-questions-content h4 {
    font-size: 16px;
    font-size: 1.8vh;
    font-family: HelveticaNeueCyr;
    line-height: 1.5;
}

.wage-questions-content .wage-questions-item:nth-child(4),
.wage-questions-content .wage-questions-item:nth-child(5) {
    margin-top: 24%;
}

.desktop_nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffffe3;
    position: absolute;
    width: 100%;
    padding: 10px 10%;
}

.desktop_nav.logo {
    width: 30%;
}

.desktop_nav.footer .logo {
    width: 17%;
}

.ipad_nav {
    display: none;
}

.desktop_nav a {
    color: #853fa0;
}

.mobile_nav a {
    color: #853fa0;
}

.neposredstvenno_menu.active a{
    color: #fff;
}

.mobile_nav {
    display: none;
}

.mobile_nav .logo_mini {
    display: none;
}

.desktop_nav .phone{
    font-weight: bold;
    font-size: 18px;
}

.mobile_version {
    display: none;
}

.calculator_content #small_calc.calculator-content-wrap.hidden,
.calculator_content #big_calc.calculator-content-wrap.hidden {
    display: none;
}

.mobile_footer {
    display: none;
}

@media screen and (max-width:1550px) {

    .h5,
    h5 {
        FONT-SIZE: 0.95rem;
    }

    #grayback_block {
        padding: 0 300px;
    }
}

@media screen and (max-width:1450px) {
    .desktop_nav {
        padding: 10px 20px;
    }

    #grayback_block {
        padding: 0 200px;
    }

    .h5,
    h5 {
        font-size: 1.05rem;
    }

    .wage-questions-item {
        margin-top: 3%;
    }
}

@media screen and (max-width:1200px) {
    .desktop_nav .shapka_item.logo {
        width: unset;
    }

    .h5,
    h5 {
        font-size: 0.85rem;
    }

    #grayback_block {
        padding: 0 100px;
    }

    #slider_block .text_block {
        width: 56%;
        padding: 10% 5%;
        top: 25%;
        left: 10%;
        position: absolute;
        background-image: url(../imgs/light.png);
        background-size: 100% 100%;
    }

    #slider_block .text_block h1 {
        color: #853fa0;
        font-size: 45px;
        font-family: Roboto;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    #slider_block .text_block .slider_text {
        font-size: 25px;
        color: #853fa0;
        font-family: Roboto;
        margin-left: 41px;
        line-height: 1.25;
    }

    .bank_item {
        width: 30%;
    }
}

@media screen and (max-width: 950px) {

    .desktop_nav .vertical_line,
    .desktop_nav .phone,
    .desktop_nav .text_under_phone {
        display: none;
    }

    .desktop_nav.footer .logo {
        width: unset;
    }

    .desktop_nav.footer .social_block {
        width: unset;
    }

    .bank_item {
        width: 40%;
    }
}


@media only screen and (max-width: 768px) {
    .desktop_nav {
        display: none;
    }

    .mobile_footer {
        display: flex;
        color: #c191d2;
        display: flex;
        background-color: #8f4ea1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .mobile_footer a {
        color: #c191d2;
        width: 40%;
        text-align: center;
    }

    .mobile_footer .phone {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .mobile_footer .text_under_phone {
        color: #c191d2;
        width: 100%;
        text-align: center;
    }

    .mobile_footer a:hover {
        color: #fff;
    }

    .mobile_footer .social_block {
        width: 31%;
        display: flex;
        justify-content: space-between;
    }

    .mobile_footer .footer_item {
        margin-bottom: 14px;
    }

    .footer_item.tell_block{
        text-align: center;
    }

    .footer_item.tell_block .phone{
        color: #fff;
        font-size: 24px;
    }

    .calculator_content {
        justify-content: center;
    }

    .calculator_content .calculator-content-wrap {
        width: 100%;
        opacity: unset;
    }

    .calculator_content #small_calc.calculator-content-wrap {
        display: none;
    }

    .mobile_version {
        display: flex;
        width: 100%;
    }

    .mobile_version .calc_mobile_header {
        width: 50%;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #big_calc .mobile_version .small_reg {
        width: 50%;
        background: #f4f4f4;
        padding: 20px 0;
        opacity: 0.5;
        filter: grayscale(0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    #small_calc .mobile_version .big_reg {
        width: 50%;
        background: #f4f4f4;
        padding: 20px 0;
        opacity: 0.5;
        filter: grayscale(0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #small_calc .mobile_version .small_reg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .calculator-price-title {
        font-size: 0.95rem;
    }

    .calculator-price-number {
        font-size: 0.95rem;
    }

    .calculator-item {
        padding: 0 20px;
    }

    .calculator-content-wrap.calculator-content-left div.checked.checked,
    .calculator-content-wrap.calculator-content-left .calculator-content-title {
        display: inline-block;
    }

    .calculator_content .calculator-content-wrap {
        height: unset;
        padding-bottom: 50px;

    }

    .calculator-content-wrap.calculator-content-left .checked.checked.desktop,
    .calculator-content-wrap.calculator-content-left .calculator-content-title.desktop {
        display: none;
    }

    .calculator-content-wrap.calculator-content-left .checked.checked {
        margin-bottom: 17px;
    }

    .h5,
    h5 {
        font-size: 0.95rem;
    }

    .mobile_nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 7px 0px;
        background-color: #ffffffe3;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .mobile_nav a:first-child {
        width: 50%;
    }

    .arrow_down {
        display: none;
    }

    #howtoget_block.kaz_version .wage-questions-content h4 {
        font-size: 2.4vh;
    }

    #slider_block {
        background-image: url(../imgs/slider.jpg);
        background-size: unset;
        height: 45vh;
        background-position: 65%;
    }

    #slider_block .text_block {
        padding: 15% 20%;
        top: 10%;
        left: -15%;
        position: absolute;
        background-image: url(../imgs/light.png);
        background-size: 100% 100%;
        width: unset;
    }

    #slider_block .text_block h1 {
        color: #853fa0;
        font-size: 33px;
        font-family: Roboto;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    #slider_block .text_block .slider_text {
        font-size: 17px;
        color: #853fa0;
        font-family: Roboto;
        margin-left: 14px;
        line-height: 1.25;
    }

    .condition_item {
        width: 47%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .condition_text {
        font-size: 17px;
        /* color: #5b396a; */
        color: #853fa0;
    }

    .condition_big_text {
        font-size: 25px;
        line-height: 1.15;
        /* color: #5b396a; */
        color: #853fa0;
    }

    #conditions_block {
        position: relative;
        padding-bottom: 10px;
        height: unset;
    }

    .conditions_block_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }



    #description_block {
        background-image: url(../imgs/slider2.jpg);
        padding: 40px 0;
        background-size: 100% 100%;
    }

    .flex_block {
        display: flex;
        justify-content: space-between;
        color: #380a4a;
        flex-wrap: wrap;
    }

    #description_block .item {
        width: 100%;
        margin-top: 30px;
        font-size: 18px;
    }

    .download_block {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-around;
        border: 1px solid #d9a029;
        padding: 11px 25px;
        background: #fff;
        border-radius: 4px;
        align-items: center;
        margin-top: 32px;
        color: #441a54;
        font-size: 17px;
        font-weight: 600;
    }

    #description_block .item .big_text {
        font-size: 18px;
        font-weight: bold;
    }

    .dop_item {
        margin-top: 30px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #380a4a;
    }

    #grayback_block {
        padding: unset;
        background: #fafafa;
    }

    #partners_bank_images {
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .bank_item {
        width: 40%;
        margin: 29px 0;
    }

    .wage-questions-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        background-image: unset;
        background-repeat: no-repeat;
        justify-content: space-between;
        background-position: center center;
        background-size: 100%;
        height: unset;
        background-size: 100%;
    }

    .wage-questions-item {
        width: 94%;
        height: 202px;
        color: #444444;
        text-align: center;
        border: 1px solid #bababa;
        border-radius: 5px;
        padding: 16px 0;
        margin-top: 6%;
        overflow: hidden;
        order: 1;
        background-color: #fff;
        margin-left: 3%;
        margin-right: 3%;
    }

    .wage-questions-content .wage-questions-item:nth-child(4),
    .wage-questions-content .wage-questions-item:nth-child(5) {
        margin-top: 6%;
    }

    .wage-questions-content .wage-questions-item:nth-child(1) {
        order: 1;
    }

    .wage-questions-content .wage-questions-item:nth-child(2) {
        order: 3;
    }

    .wage-questions-content .wage-questions-item:nth-child(3) {
        order: 5;
    }

    .wage-questions-content .wage-questions-item:nth-child(4) {
        margin-left: 3%;
        order: 2;
    }

    .wage-questions-content .wage-questions-item:nth-child(5) {
        margin-right: 3%;
        order: 4;
    }
}

@media screen and (max-width: 400px) {
    .mobile_nav a:first-child {
        width: 30%;
    }

    .mobile_nav .logo {
        display: none;
    }

    .mobile_nav .logo_mini {
        display: inline;
    }

    #slider_block .text_block h1 {
        color: #853fa0;
        font-size: 26px;
        font-family: Roboto;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    #slider_block .text_block .slider_text {
        font-size: 14px;
        color: #853fa0;
        font-family: Roboto;
        margin-left: 14px;
        line-height: 1.25;
    }

    .mobile_footer .social_block {
        width: 66%;
        display: flex;
        justify-content: space-between;
    }

    .condition_item {
        width: unset;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@keyframes aaasdaa {
    0% {

        bottom: 10px;
    }

    50% {
        bottom: 20px;
    }

    100% {
        bottom: 10px;
    }
}