@font-face {
    font-family: 'MTS Sans Regular';
    src: url('/assets/fonts/MTSSans/MTSSans-Regular.eot');
    src: url('/assets/fonts/MTSSans/MTSSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/MTSSans/MTSSans-Regular.svg#MTSSans-Medium') format('svg'),
    url('/assets/fonts/MTSSans/MTSSans-Regular.ttf') format('truetype'),
    url('/assets/fonts/MTSSans/MTSSans-Regular.woff') format('woff'),
    url('/assets/fonts/MTSSans/MTSSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MTS Sans Medium';
    src: url('/assets/fonts/MTSSans/MTSSans-Medium.eot');
    src: url('/assets/fonts/MTSSans/MTSSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/MTSSans/MTSSans-Medium.svg#MTSSans-Medium') format('svg'),
    url('/assets/fonts/MTSSans/MTSSans-Medium.ttf') format('truetype'),
    url('/assets/fonts/MTSSans/MTSSans-Medium.woff') format('woff'),
    url('/assets/fonts/MTSSans/MTSSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MTS Sans UltraWide";
    src: url('/assets/fonts/MTSSans/MTSSans-UltraWide.eot');
    src: url('/assets/fonts/MTSSans/MTSSans-UltraWide.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/MTSSans/MTSSans-UltraWide.svg#MTSSans-Medium') format('svg'),
    url('/assets/fonts/MTSSans/MTSSans-UltraWide.ttf') format('truetype'),
    url('/assets/fonts/MTSSans/MTSSans-UltraWide.woff') format('woff'),
    url('/assets/fonts/MTSSans/MTSSans-UltraWide.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.installment-instruction {
    max-width: 1920px;
    margin: 0 auto 50px;
    position: relative;
    min-height: 500vh;
    overflow: hidden;
}

.installment-instruction__wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    height: 600px;
    z-index: 2;
    position: relative;
}

.installment-instruction .installment-instruction__title {
    font: 30px/30px "MTS Sans Medium", "Arial", sans-serif;
    font-weight: 300;
    color: #333;
    margin: 0;
}

.installment-instruction ul.installment-instruction__counter {
    margin: 0;
    padding: 0;
    line-height: 200px;
    list-style: none;
    color: #333;
    display: inline-block;
}

.installment-instruction .installment-instruction__counter li {
    display: block;
    text-align: center;
    position: absolute;
    opacity: 0;
    left: 60px;
    font: 200px/200px "MTS Sans UltraWide", sans-serif;
}

.installment-instruction .installment-instruction__counter li:first-child {
    opacity: 1;
}

.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.static-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.installment-instruction__endpoint {
    position: absolute;
}

.installment-instruction__endpoint--first {
    bottom: 400vh;
}

.installment-instruction__endpoint--second {
    bottom: 300vh;
}

.installment-instruction__endpoint--third {
    bottom: 200vh;
}

.installment-instruction__endpoint--fourth {
    bottom: 100vh;
}

.installment-instruction__endpoint--fifth {
    bottom: 0;
}

.installment-instruction__circle-wrapper {
    width: 460px;
    height: 460px;
    margin: 0 auto;
    /*border-radius: 50%;*/
    position: relative;
}

.installment-instruction__circle {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.installment-instruction__circle.transparent svg {
    width: 100%;
    height: 100%;
}

.installment-instruction__circle.transparent::after,
.installment-instruction__circle.transparent svg {
    opacity: 0;
}

.installment-instruction__circle-bg-center {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e0e2e4;
}

.installment-instruction__circle::after {
    content: '';
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    top: 459px;
    left: 50%;
    transform: translateX(-50%);
}

.installment-instruction__description {
    list-style: none;
    padding: 0;
    margin: 0;
}

.installment-instruction__description .installment-instruction__description-block p {
    margin: 0 0 10px;
    font-size: 22px;
    font-family: "MTS Sans Regular", "Arial", sans-serif;
}

.installment-instruction__description-block {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
}

.installment-instruction__description-block--first {
    opacity: 1;
    max-width: 170px;
    right: 50px;
}

.installment-instruction__description-block--second {
    max-width: 190px;
    right: 80px;
}

.installment-instruction__description-block--third {
    max-width: 240px;
    right: 70px;
}

.installment-instruction__description-block--fourth {
    max-width: 230px;
    right: 70px;
}

.installment-instruction__description .installment-instruction__description-block .highlight {
    color: #e30613;
    font-size: 18px;
    margin: 0;
}

.installment-instruction__phone {
    width: 200px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -100px;
    bottom: -270px;
    border-radius: 30px;
    -webkit-box-shadow: -11px 10px 39px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: -11px 10px 39px -19px rgba(0,0,0,0.75);
    box-shadow: -11px 10px 39px -19px rgba(0,0,0,0.75);
}

.installment-instruction__pocket-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
}

.installment-instruction__pocket {
    width: 400px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    bottom: -15px;
    background-image: url(/assets/images/installment/mts-pocket.png);
    height: 415px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(1000px);
    opacity: 0;
}

.installment-instruction__pocket--front-side {
    height: 373px;
    background-size: cover;
    background-position: bottom;
    z-index: 5;
}

.installment-instruction .installment-instruction__pocket--front-side p {
    font-size: 36px;
    font-family: "MTS Sans UltraWide", "Arial", sans-serif;
    line-height: 42px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.installment-instruction__scroll-marker {
    display: block;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    bottom: 10px;
    position: absolute;
    background-color: #000000;
    opacity: .2;
    border-radius: 50%;
    z-index: 6;
}

.installment-instruction__scroll-marker::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    top: 45%;
    left: 50%;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.installment-instruction__dashed-line {
    display: block;
    width: 460px;
    right: 50%;
    height: 2px;
    top: 50%;
    z-index: 6;
    position: absolute;
    background-image: url("/assets/images/installment/svg/dashed-line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 460px;
}

.installment-instruction__icons {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translateX(-50px);
    width: 460px;
}

.installment-instruction ul.installment-instruction__icons {
    margin: 0;
}

.installment-instruction__icon {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-size: contain;
    box-sizing: border-box;
    border-radius: 50%;
}

.installment-instruction__icon-wrapper {
    height: 150px;
    width: 150px;
    position: absolute;
    top: -75px;
    left: -25px;
    background-size: contain;
    box-sizing: border-box;
    border: 1px solid #E0E2E4;
    border-radius: 50%;
    background: #FFFFFF;
    z-index: 6;
    opacity: 0;
}

.installment-instruction__icon-wrapper:first-child {
    opacity: 1;
}

.installment-instruction__icon--first {
    background: url("/assets/images/installment/svg/icon-basket.svg") no-repeat center;
}

.installment-instruction__icon--second {
    background: url("/assets/images/installment/svg/icon-choose.svg") no-repeat center;
}

.installment-instruction__icon--third {
    background: url("/assets/images/installment/svg/icon-anketa.svg") no-repeat center;
}

.installment-instruction__icon--fourth {
    background: url("/assets/images/installment/svg/icon-shop.svg") no-repeat center;
}

.installment-instruction__description-block .tablet-only {
    display: none;
}

.installment-instruction__description-block .mobile-only {
    display: none;
}

@media screen and (max-width: 1024px) {
    .installment-instruction__wrapper {
        max-width: 640px;
    }

    .installment-instruction .installment-instruction__title {
        font-size: 24px;
        margin-bottom: 90px;
    }

    .installment-instruction ul.installment-instruction__counter {
        position: absolute;
        top: 40px;
    }

    .installment-instruction__icon-wrapper {
        top: -15px;
    }

    .installment-instruction__dashed-line {
        top: 60%;
    }

    .installment-instruction .installment-instruction__description-block {
        z-index: 6;
        max-width: 490px;
        text-align: center;
        margin: auto;
        bottom: -15%;
        top: auto;
        right: 0;
        left: 0;
        padding: 0;
    }

    .installment-instruction__scroll-marker {
        bottom: -160px;
    }

    .installment-instruction ul.installment-instruction__counter li {
        left: 0;
    }

    .installment-instruction__description-block .desktop-only {
        display: none;
    }

    .installment-instruction__description-block .tablet-only {
        display: block;
    }

    .installment-instruction__description-block .tablet-hidden {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .installment-instruction__wrapper {
        max-width: 320px;
    }

    .installment-instruction .installment-instruction__title {
        font-size: 20px;
        margin-bottom: -30px;
        z-index: 2;
        position: relative;
    }

    .installment-instruction ul.installment-instruction__counter {
        display: none;
    }

    .installment-instruction__circle-wrapper {
        transform: translateX(-20%);
    }

    .installment-instruction__description .installment-instruction__description-block p {
        font-size: 18px;
    }

    .installment-instruction__description .installment-instruction__description-block .highlight {
        font-size: 14px;
    }

    .installment-instruction__icon-wrapper {
        top: -110px;
        width: 120px;
        height: 120px;
        left: -10px;
    }

    .installment-instruction__icon {
        top: 10px;
        left: 10px;
    }

    .installment-instruction__phone {
        width: 180px;
        margin-left: -90px;
    }

    .installment-instruction__dashed-line {
        top: 42%;
    }

    .installment-instruction .installment-instruction__description-block {
        bottom: -10px;
        width: 270px;
    }

    .installment-instruction__scroll-marker {
        bottom: -30px;
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }

    .installment-instruction__scroll-marker::after {
        width: 15px;
        height: 15px;
    }

    .installment-instruction__pocket {
        width: 300px;
        margin-left: -150px;
        height: 310px;
        bottom: 22px;
    }

    .installment-instruction__pocket--front-side {
        height: 280px;
    }

    .installment-instruction .installment-instruction__pocket--front-side p {
        font-size: 32px;
        top: 130px;
    }

    .installment-instruction__description-block .mobile-only {
        display: block;
    }

    .installment-instruction__description-block .tablet-hidden {
        display: block;
    }
}