

/* Start:/proekty/tyumenskiy-shmot/style.css?176140171412607*/
@font-face {
    font-family: "HelveticaNeue";
    src: url("/proekty/tyumenskiy-shmot/./fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DrukWide";
    src: url("/proekty/tyumenskiy-shmot/./fonts/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%;
    background: #dddddd;
	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%;
    color: #000;
}

.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;
}

.btn-prev {
    position: absolute;
    left: 0;
}

.btn-next {
    position: absolute;
    right: 0;
}
.hidden {
    display: none;
}

.btn {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.btn img {
    width: 100%;
}

@media (max-width: 1400px) {
    .btn {
        width: 60px;
        height: 60px;
    }
    .wrapper {
        align-items: unset;
    }
    
}

@media (max-width: 1199px) {
    .logo {
        width: 100px;
        top: 30px;
        left: 30px;
    }
}

@media (max-width: 480px) {
    .wrapper {
        flex-direction: column;
        height: auto;
    }
    .buttons-row {
        display: flex;
        display: -webkit-flex;
        width: calc(100% - 80px);
        justify-content: space-between;
        position: relative;
        margin: 0 40px 50px;
        transform: unset;
        top: unset;
        left: unset;
    }
    .btn-prev, .btn-next {
        position: relative;
    }
    .logo {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%);
    }
}


/*  START   */

.start-block {
    background: #fff;
    padding: 80px 100px;
}

.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: url('/proekty/tyumenskiy-shmot/img/start-bg.png') no-repeat 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: 0;
        margin: 80px 0 0;
    }
    .wrapper {
        padding: 0 15px;
    }
    .start-block__text {
        text-align: center;
    }
    .start-block__button {
        padding: 42px 25px;
    }
}
@media (max-width: 480px) {
    .start-block {
        margin: 135px 0 0;
    }
}

/*  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: 70px 35px 50px;
    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: url('/proekty/tyumenskiy-shmot/img/name-bg.png') no-repeat center;
    background-size: contain;
    width: 100%;
    border: 0;
    outline: none;
    color: #626262;
    text-align: center;
    font-size: 24px;
    padding: 62px 0 50px;
}

.row-name {
    margin: 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('/proekty/tyumenskiy-shmot/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-image: url('/proekty/tyumenskiy-shmot/img/body-bg.png');
    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-top {
    top: 230px;
}
.select-bottom {
    top: 450px;
}

.select-prev,
.select-next {
    cursor: pointer;
}

.select-row img {
    width: 32px;
}

@media (max-width: 1600px) {
    .body > img {
        width: 385px;
    }
}

@media (max-width: 1366px) {
    .body {
        width: 700px;
    }
    .select-top {
        top: 180px;
    }
    .select-bottom {
        top: 400px;
    }
}

@media (max-width: 1400px) {
    .body > img {
        width: 325px;
    }
    .select-top {
        top: 145px;
    }
    .select-bottom {
        top: 350px;
    }
}

@media (max-width: 991px) {
    .select-row {
        width: 300px;
    }
}

@media (max-width: 480px) {
    .title-center {
        top: 130px;
    }
    .body {
        width: 100%;
        height: 570px;
        margin: 165px 0 50px;
    }
}

/*  BODY END    */



/*  FINISH  */

.name-center {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #626262;

}

.body-finish {
    background-image: url('/proekty/tyumenskiy-shmot/img/final-bg.png');
}
.body-finish a {
    position: absolute;
    color: #fff;
    font-family: 'DrukWide';
    font-size: 18px;
    display: flex;
    align-items: center;
    background: url('/proekty/tyumenskiy-shmot/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('/proekty/tyumenskiy-shmot/img/curve-top.svg');
    position: absolute;
    right: -30px;
    top: -66px;
}
.shorts-info {
    right: 310px;
    top: 440px;
}
.shorts-info::after {
    content: url('/proekty/tyumenskiy-shmot/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('/proekty/tyumenskiy-shmot/img/final-bg-mobile.png');
        margin: 165px 0 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;
}

.vk-share {
    margin-left: 30px;
}

@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%);
}

.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;
    }

    .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 0;
        padding: 20px;
        background: #333;
        color: #fff;
        bottom: unset;
        position: relative;
    }
}

.final-text--hidden {
    display: none;
}


.final-text a {
    color: #fff;
}
/* End */
/* /proekty/tyumenskiy-shmot/style.css?176140171412607 */
