

/* Start:/local/components/kryuchkov/clothes/templates/.default/style.css?176136961114605*/
@font-face {
    font-family: "HelveticaNeue";
    src: url("/local/templates/mp_projects_custom/fontsc/HelveticaNeueCyr-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DrukWide";
    src: url("/local/templates/mp_projects_custom/fontsc/DrukTextWideCyrMedium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


html {
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'HelveticaNeue';
	position: relative;
	width: 100%;
    height: 100%;
	color: #000;
	font-family: 'Source Sans Pro', 'Arial', sans-serif;;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-decoration-skip-ink: none;
    font-size: 22px;

}

.logo {
    position: absolute;
    display: block;
    width: 150px;
    top: 60px;
    left: 60px;
}

.logo img {
    width: 100%;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-position: bottom;
}

.wrapper-body {
    align-items: unset;
}

.buttons-row {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    display: -webkit-flex;
    width: calc(100% - 120px);
    justify-content: space-between;
    margin: 0 60px;
}

.buttons-row--bottom {
    top: unset;
    bottom: 135px;
    transform: unset;
}

@media (max-width: 480px) {
    .buttons-row--bottom {
        bottom: unset;
    }
    .buttons-row {
        display: flex;
        display: -webkit-flex;
        width: calc(100% - 80px);
        justify-content: space-between;
        position: relative;
        margin: 50px 40px 25px;
        transform: unset;
        top: unset;
        left: unset;
    }
    .btn {
        width: 100px;
        height: 100px;
    }
    .btn-prev, .btn-next {
        position: relative;
    }
}

.btn-prev {
    position: absolute;
    left: 0;
    transform: scaleX(-1);
    -moz-transform:    scaleX(-1);
    -o-transform:      scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.btn-next {
    position: absolute;
    right: 0;
}
.hidden {
    display: none;
}

.btn {
    /* width: 100px; */
    /* height: 100px; */
    cursor: pointer;
}

.btn img {
    width: 100%;
}


.custom-img {
    height: 400px;
    overflow: hidden;
}

.custom-img > img {
    height: 100%;
}

@media (max-width: 1400px) {
    .btn {
        /* width: 60px; */
        /* height: 60px; */
    }
    .wrapper {
        /* align-items: unset; */
    }
    .custom-img {
        height: 300px;
    }


}

@media (max-width: 1199px) {
    .logo {
        width: 100px;
        top: 30px;
        left: 30px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .wrapper {
        flex-direction: column;
        /* padding-top: 110px; */
        height: auto;
    }

    .logo {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
    }
}


/*  START   */

.start-block {
    padding: 80px 100px;
    max-width: 40%;
}

@media (max-width: 991px) {
    .start-block {
        max-width: calc(100% - 40px);
    }
}

.start-block__title {
    font-family: 'DrukWide';
    font-size: 28px;
    text-align: center;
}

.start-block__line {
    width: 90px;
    height: 5px;
    background: #000;
    margin: 45px auto;
}

.start-block__button {
    font-family: 'DrukWide';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 44px auto 0;
    padding: 42px 100px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 991px) {
    .start-block {
        background: none;
        width: 100%;
        padding: 50px 20px;
        margin: 80px 0 0;
    }
    .start-block__text {
        text-align: center;
    }
    .start-block__button {
        padding: 42px 25px;
    }
}
@media (max-width: 480px) {
    .start-block {
        margin: 135px 0 30px;
    }
}

/*  START END */


/*  SELECT  */

.line-top {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 5px;
    background: #000;
}

.main {
    width: 468px;
}

.main__block {
    text-align: center;
}

.main__block-title {
    font-family: 'DrukWide';
    text-transform: uppercase;
    margin: 55px 0 0;
}

.main__block-row {
    display: flex;
    justify-content: space-between;
    margin: 50px 35px 0;
    align-items: flex-start;
}

.select-icon {
    cursor: pointer;
    position: relative;
}

.select-icon--active::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

.main__block-line {
    width: 100%;
    height: 2px;
    background: #000;
}

.select-color {
    border-radius: 100%;
    width: 48px;
    height: 48px;
}

.color--white { background: #e3c9ae; }
.color--metis { background: #b99786; }
.color--brown { background: #906756;}
.color--gray { background: #6d778b;}
.color--red { background: #3f002d;}
.color--black { background: #1d1a1a;}
.color--pink { background: #957a7c;}

.input-name {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    font-family: 'DrukWide';
    width: 100%;
    border: 0;
    outline: none;
    color: #626262;
    text-align: center;
    font-size: 20px;
    padding: 62px 0 50px;
}

.row-name {
    margin: 0px 35px;
}

@media (max-width: 1400px) {

    .line-top {
        top: 20px;
    }
    .main {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .main {
        margin-top: 80px;
        width: 100%;
    }

}

.picture {
    width: 514px;
    height: 594px;
    background: url('/local/components/kryuchkov/clothes/templates/.default/img/face-bg.png') no-repeat center;
    background-size: contain;
    overflow: hidden;
    position: relative;
}
.picture img {
    position: absolute;
    top: 7%;
    left: -40%;
}

@media (max-width: 1400px) {
    .wrapper-column {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
}

@media (max-width: 991px) {
    .picture {
        display: none;
    }
    .picture-mobile {
        display: block;
    }
}

@media (max-width: 480px) {
    .picture img {
        top: 0;
        left: 69%;
        margin-right: -50%;
        transform: translate(-50%);
    }
    .picture {
        width: 100%;
        height: 450px;
    }
}

/*  SELECT END   */



/*  BODY    */

.body {
    width: 1238px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    /* padding: 135px 0 50px; */
    margin: 135px 0 50px;
}

.body > img {
    position: absolute;
    width: 430px;
    left: 52%;
    margin-right: -50%;
    transform: translate(-50%);
}

.title-center {
    text-transform: uppercase;
    font-family: 'DrukWide';
    position: absolute;
    top: 100px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.select-row {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    width: 450px;
    left: 51%;
    margin-right: -50%;
    transform: translate(-50%);
}

.picture-mobile {
    display: none;
}
.select-head {
    top: 70px;
}
.select-top {
    top: 230px;
}
.select-bottom {
    top: 400px;
}
.select-shoes {
    top: 555px;
}
.select-prev,
.select-next {
    cursor: pointer;
}
.select-prev {
    transform: scaleX(-1);
    -moz-transform:    scaleX(-1);
    -o-transform:      scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.select-row img {
    width: 32px;
}

.body-finish__text {
    position: absolute;
    font-family: 'DrukWide';
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    top: 35%;
    left: 66%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.body-finish__text-name {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 0;
}

@media (min-width: 2560px) {
    .body-finish {
        margin: 20% 0 50px;
    }
    .body-finish__text {
        top: 51%;
        left: 69%;
    }
}

@media (max-width: 1600px) {
    .body > img {
        width: 385px;
    }
}

@media (max-width: 1400px) {
    .body > img {
        width: 325px;
    }
    .select-head {
        top: 50px;
    }
    .select-top {
        top: 160px;
    }
    .select-bottom {
        top: 310px;
    }
    .select-shoes {
        top: 445px;
    }

}

@media (max-width: 1366px) {
    .body {
        margin-top: 110px;
        width: 700px;
    }
    .select-head {
        top: 50px;
    }
    .select-top {
        top: 160px;
    }
    .select-bottom {
        top: 310px;
    }
    .select-shoes {
        top: 445px;
    }
}



@media (max-width: 991px) {
    .select-row {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .title-center {
        top: 180px;
    }
    .body {
        width: 100%;
        height: 570px;
        margin: 293px 0 50px;
    }
    .body-finish__text {
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
        padding: 0 15px;
        margin: 100px 0 0;
    }
}

/*  BODY END    */



/*  FINISH  */

.name-center {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #626262;

}


.body-finish a {
    position: absolute;
    color: #fff;
    font-family: 'DrukWide';
    font-size: 18px;
    display: flex;
    align-items: center;
    background: url('/local/components/kryuchkov/clothes/templates/.default/img/mark.png') no-repeat center;
    background-size: contain;
    text-decoration: none;
    width: 175px;
    height: 79px;
}
.body-info {
    left: 317px;
    top: 32px;
}
.body-info::after {
    content: url('/local/components/kryuchkov/clothes/templates/.default/img/curve-top.svg');
    position: absolute;
    right: -30px;
    top: -66px;
}
.shorts-info {
    right: 310px;
    top: 440px;
}
.shorts-info::after {
    content: url('/local/components/kryuchkov/clothes/templates/.default/img/curve-bottom.svg');
    position: absolute;
    right: -91px;
    top: -293px;
}
.body-finish a span {
    padding: 15px 30px 15px 10px;
    display: block;
}

@media (max-width: 1366px) {
    .body-finish {
        width: 1238px;
    }
}

@media (max-width: 1199px) {
    .body-finish {
        width: 700px;
    }
    .body-info {
        left: 95px;
    }
    .shorts-info {
        right: 95px;
        top: 322px;
    }
}

@media (max-width: 480px) {
    .name-center {
        top: 135px;
    }
    .body-finish {
        width: 100%;
        height: 650px;
        background-image: url('/local/components/kryuchkov/clothes/templates/.default/img/final-bg-mobile.png');
        margin: 0;
    }

    .body-finish a {
        width: 125px;
        height: 57px;
        font-size: 12px;
    }
    .wrapper-body {
        padding: 0;
    }
    .body-info::after,
    .shorts-info::after {
        content: none;;
    }

    .body-info {
        left: 41px;
        top: 108px;
    }
    .shorts-info {
        right: 95px;
        top: 322px;
    }
}

.share {
    font-family: 'DrukWide';
    color: #7b7b7b;
    position: absolute;
    bottom: 60px;
    left: 60px;
    display: flex;
    align-items: center;
    user-select: none;
}

@media (max-width: 480px) {
    .share {
        position: relative;
        left: unset;
        bottom: unset;
        margin: 0 15px 30px;
        justify-content: center;
    }
}


.restart {
    font-family: 'DrukWide';
    color: #7b7b7b;
    position: absolute;
    bottom: 80px;
    right: 60px;
    display: flex;
    align-items: center;
    user-select: none;
    text-decoration: none;
}


@media (max-width: 480px) {
    .restart {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 0 15px 30px;
        justify-content: center;
    }
}


@keyframes arrow-up-down {
    0%   { transform: translateY(0); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0); }
}

@-webkit-keyframes arrow-up-down {
    0%   { transform: translateY(0); }
    50% { transform: translateY(30px); }
    100% { transform: translateY(0); }
}


.final-arrow {
    display: none;
}

.final-text {
    transform: translateY(0);
    transition: 0.4s ease-in all;
    font-family: 'DrukWide';
    font-size: 16px;
    width: 300px;
    padding: 30px;
    background: #333;
    color: #fff;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.final-text--noshow {
    opacity: 0;
    transform: translateY(-60%);
}

@media (max-width: 1440px) {
    .final-text {
        transform: translateY(-75%);
    }
    .final-text--noshow {
        transform: translateY(-85%);
    }
}

@media (max-width: 1199px) {
    .final-text {
        transform: translateY(0);
        bottom: -268px;
        right: unset;
        top: unset;
        width: auto;
    }
    .final-text--noshow {
        transform: translateY(-10%);
    }
}

@media (max-width: 480px) {
    .final-arrow {
        animation: arrow-up-down 2s infinite;
        -webkit-animation: arrow-up-down 2s infinite;
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .wrapper-body--finish {
        /* padding: 0 0 50px; */
    }

    .final-text--noshow {
        transform: translateY(-10px);
    }

    .final-text {
        width: auto;
        transform: translateY(0);
        transition: 0.6s ease-in all;
        font-family: 'DrukWide';
        font-size: 18px;
        margin: 40px 30px;
        padding: 20px;
        background: #333;
        color: #fff;
        bottom: unset;
        position: relative;
    }
}

.final-text--hidden {
    display: none;
}


.final-text a {
    color: #fff;
}



/* End */
/* /local/components/kryuchkov/clothes/templates/.default/style.css?176136961114605 */
