@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body,
html {
    height: 100%;
}

body {
    font-family: "Montserrat";
    overflow-x: hidden;
    height: 100%;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #000;
}

.wrapper {
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}

.content {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 64px;
    position: relative;
    background-color: transparent;
}

.content:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
        background-size: cover;
    background-position: center;
}

.container {
    padding-left: 0;
    padding-right: 0;
}


.title-page {
    color: #000000;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 28px;
}

.logo {
    color: #ffffff;
    line-height: 25px;
}

.logo__title {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.logo__color {
    color: #ffd700;
}


.btn {
    background-color: #ffd700;
    font-size: 15px;
    color: #000000;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
}

.btn:hover,
.btn:active,
.btn:focus {
   /* text-decoration: none;
    background-color: #eac500;
    color: #000000;
    border-color: transparent;*/
}



.btn-start {
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    max-width: 440px;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 40px;
    padding-right: 20px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    background: linear-gradient(to top, #fd9141, #ffc000);
    transition: 0.5s;
    box-shadow: 0px 0px 10px #ffd100;
}


.btn-start:hover,
.btn-start:active,
.btn-start:focus {
    text-decoration: none;
    background: linear-gradient(to top, #ffc000, #fd9141);
    border-color: transparent;
}



.btn-start:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }

}

.btn-next {
    display: block;
    position: relative;
    width: 270px;
    font-size: 20px;
    text-align: center;
    margin: 40px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 100px;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.btn-next:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: -45px;
    top: -30px;
    transform: rotate(29deg);
}
.btn-next_ok {
    width: 274px;
    text-transform: none;
}

.btn-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 55%;
    right: 90px;
    margin-top: -7.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='14px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.081,0.999 L9.000,6.499 L3.081,11.999 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 11px;
    height: 14px;
}
.btn-next.btn-next_ok:after {
    right: 60px;
}

.btn-next:hover,
.btn-next:active,
.btn-next:focus {
    text-decoration: none;
    background-color: #eac500;
}

.phone {
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    float: left;
    line-height: 85px;
}

.phone__code {
    color: #ffffff;
    margin-right: 10px;
    font-weight: normal;
}

.header__right .phone {
    margin-bottom: 10px;
}

.round__button {
	background: linear-gradient(180deg, #FFBE02 0%, #FE9739 100%);
	border: 1px solid rgba(255, 255, 255, 0.60);
	box-shadow: 0px 0px 9px #F9D674, inset 0px 4px 6px rgba(255, 255, 255, 0.25);
	position: relative;
	width: 96px;
	height: 96px;
	display: block;
	border-radius: 50px;
}
.round__button:hover {
	background: linear-gradient(180deg, #FE9739 0%, #FFBE02 100%);
}
#round {
	margin-left: 29px;
}
.round__button:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 33px;
	left: 7px;
	right: 0;
	top: 3px;
	bottom: 0;
	background: url(../img/icons/polygon.png);
	margin: auto;
}
.round__button:after {
	position: absolute;
	content: "";
	background: url(../img/icons/circle.png);
	top: -30px;
	left: -33px;
	width: 160px;
	height: 86px;
}

.logo__description,
.logo-wrap .phone {
    display: none;
}

.head-call-form {
    width: 85px;
    height: 85px;
    border: 7px solid rgba(255, 192, 0, 0.6);
    background: white;
    color: transparent!important;
    float: right;
    cursor: pointer;
    -webkit-animation: hoverWave linear 2s infinite;
    animation: hoverWave linear 2s infinite;
}

.head-call-form:hover {
    background-color: #ffd700;
    color: #000;
}

.slider-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    font-family: Montserrat-Bold;
}

.slider-title::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 37px;
    background-image: url(../img/template/arrow-slider_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    left: 130px;
    display: none;
}

.slider__wraper {
    max-width: 447px;
    padding: 7px 0;
    position: relative;
    margin: 30px 60px 0 70px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.slider {
    margin-left: -10px;
    width: 464px;
    position: relative;
    overflow: hidden;
}

.slider__item {
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
}

.slider .slick-list {
    border-radius: 5px;
}

.slider .slick-arrow {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 24px;
    height: 40px;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

.slider .slick-arrow:focus {
    outline: none;
}
.arrow-left, .arrow-right {
    fill: #ffd700;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.arrow-left {
    left: 24px;
}
.arrow-right {
    right: 24px;
}
.slider .slick-prev {
    background-image: url('../img/slider-prev.png');
    left: 24px;
}

.slider .slick-next {
    background-image: url('../img/slider-next.png');
    right: 24px;
}

.slider .slick-arrow:hover {
    background-position: bottom;
}

.text-select {
    color: #ffd700;
}


.header__right {
    text-align: right;
}

.header__about {
    color: #ffffff;
    padding: 0 10px;
    max-width: 550px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    margin-top: -7px;
}

.header__top {
    padding-top: 10px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__top_hide {
    display: none;
}

.online-test {
    position: relative;
}
@media(max-height: 765px) {
    .online-test {
        padding-bottom: 40px;
    }
}





.offer__list2 .offer__item span {
    text-align: center;
}

.offer__list2 .offer__item span img {
    max-height: 31px;
    margin-bottom: 10px;
}
    
    

.online-test__step {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
}

.online-test__step_active {
    display: block;
}

.online-test__step_active .online-test__answer {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.online-test__step_active .online-test__text-answer {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.online-test__step_active .online-test__answer-small {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


.online-test__step_active .online-test__input-wr {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.online-test__answer-small:nth-child(1),
.online-test__answer:nth-child(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.online-test__answer-small:nth-child(2),
.online-test__answer:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.online-test__answer-small:nth-child(3),
.online-test__answer:nth-child(3) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.online-test__answer-small:nth-child(4),
.online-test__answer:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}


.online-test__answer-small:nth-child(5),
.online-test__answer:nth-child(5) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.online-test__answer-small:nth-child(6),
.online-test__answer:nth-child(6) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}


.online-test__answer-small:nth-child(7),
.online-test__answer:nth-child(7) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.online-test__answer-small:nth-child(8),
.online-test__answer:nth-child(8) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}


.online-test__title {
    color: #ffffff;
    font-size: 32px;
    line-height: 39px;
    font-weight: 900;
    font-family: 'Montserrat-Black';
    margin-top: 100px;
}


.online-test__question-num {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.online-test__question-text {
    display: none;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 40px;
    color: #fff;
}

.online-test__question-text_active {
    display: block;
}

.online-test__instructor {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    margin-top: 22px;
}

.online-test__text-answer {
    padding-top: 86px;
    padding-bottom: 114px;
}

.online-test__input-wr {
    max-width: 670px;
    margin: 0 auto
}

.online-test__input {
    width: 100%;
    height: 56px;
    border: 1px solid #b19595;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    font-size: 18px;
    text-align: center;
}

.offer {
    color: #ffffff;
    padding-top: 30px;
    padding-right: 0px;
}

.offer__title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
}

.offer__list {
    padding-bottom: 25px;
}

.offer__item {
    font-size: 18px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0px 5px;
    margin-bottom: 10px;
    font-weight: 600;
    background: none!important;
}


.online-test__progress-bar {
    margin-top: 10px;
    margin-bottom: 12px;
}

.online-test__radio {
    display: none;
}

.online-test__label {
    position: relative;
    display: block;
    height: 294px;
}

.offer-btn__wrapper {
    position: relative;
    max-width: 500px;
}

.offer-btn__wrapper:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: 25px;
    top: -50px;
    display: none;
}


@media(max-width: 600px) {
    .offer-btn__wrapper:after {
        display: none;
    }
}


.online-test__label_small {
    height: 261px;
}

.online-test__answer {
    margin-bottom: 10px;
    /*    background: #fff;*/
}

.online-test__answer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}



.online-test__label {
    max-width: 252px;
    position: relative;
    background-color: #ffffff;
    margin: 0 20px;
    border-radius: 5px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    border: 2px solid #eaeaea;
}
.online-test__radio-selected {
    border: 2px solid #ffd700;
}
.online-test__label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #ffffff;
}

.online-test__label_disable .online-test__img:before {
    display: none;
}

.online-test__label_disable .online-test__img {
    border: 8px solid rgb(255, 215, 0);
}

.online-test__img {
    display: block;
    border: none !important;
    width: 270px;
    height: 227px;
    /* overflow: hidden; */
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc !important;
    left: -10px;
    top: 6px;
}


.online-test__img:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: -45px;
    border: 1px solid #ffd700;
}


.online-test__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
}

.online-test__answer_prize .online-test__img {
    width: 270px;
    margin: 0 auto;
    height: 135px;
    left: 0;
    top: 0;
}
.online-test__answer_prize .online-test__img:before {
    display: none;
}
.online-test__answer_prize .online-test__answer-text {
    padding-left: 10px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

@media(min-width: 1320px) {
    .online-test__answer_prize {
        margin-top: 35px;
    }
    .isho {
        position: absolute;
        left: -55px;
    }
}

.online-test__radio:checked+.online-test__radio-checked+.online-test__img:before {
    background-image: url(../img/gala.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255) !important;
}


.online-test__radio:checked+.online-test__radio-checked+.online-test__img {
    border: 8px solid rgb(255, 215, 0);
}


.online-test__answer-list-small {
    margin-bottom: 30px;
}


.online-test__radio-small {
    display: none;
}

.online-test__label-small {
    font-size: 16px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border: 2px solid #ffd700;
    padding: 11px 17px;
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.online-test__checkbox:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px;
    /* border: 2px solid #c5c4cc; */
    border-radius: 100%;
    z-index: 2;
}

.online-test__label-small_long {
    max-width: 570px;
}

.online-test__radio-small:checked+.online-test__checkbox:before {
    opacity: 1;
}

.online-test__radio-small:checked+.online-test__checkbox:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5f93cd00 !important;
    border-color: #5f93cd00 !important;
    background-image: url(../img/gala.png) !important;
    background-size: 20px !important;
}



.online-test__answer-text {
    display: block;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 50px;
    padding-top: 0;
    padding-left: 12px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}

.online-test__answer-text_small {
    font-size: 16px;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.online-test__thanks {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.online-test__calculate {
    font-size: 24px;
    font-weight: bold;
    max-width: 280px;
    margin: auto;
    color: #fff;
    height: 42px;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}

.thanks {
    display: inline-block;
    color: #fff;
}

.thanks__title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;

}

.thanks__text {
    font-size: 24px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
}



.video__iframe {
    border-radius: 10px;
    position: relative;
    width: 464px;
    width: 464px;
    height: 279px;
    margin-left: -10px;
    display: block;
        margin: 0 auto;
}

.video__iframe:after {
    content: '';
    display: block;
    width: 550px;
    height: 550px;
    background-image: url(/img/template/bg-video-round.png);
    position: absolute;
    top: -142px;
    left: 50%;
    z-index: -1;
    margin-left: -275px;
}

.video__shadow {
    display: block;
    height: 262px;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 22px;
    right: 15px;
    background-color: #00000094;
}
.video__shadow:after {
    content: "";
    display: block;
        width: 141px;
    height: 141px;
    background-image: url(/img/video-play-orange.png);
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: 50%;
    margin-top: -57px;
        background-repeat: no-repeat;
}
.progress-bar {
    display: none;
    font-size: 20px;
}

.progress-bar__done {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #aeaeae;
}

.progress-bar__inner {
    height: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-top: 8px;
}

.progress-bar__percent {
    font-weight: normal;
}

.progress-bar_active {
    display: block;
}
@media(max-width: 375px) {
    .progress-bar_hide-phone {
        display: none;
    }
}
.progress-bar__line {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -1px;
    background-color: #ffd700;
    border-radius: 5px 0px 0px 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-indent: 20px;
}

.count-question,
.count-all-question {
    font-weight: bold;
}

.form-politica {
    color: #e8e8e8;
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.form-politica a {
    text-decoration: underline;
    color: #e8e8e8;
}

.form-politica a:hover {
    text-decoration: none;
}


.loader {
    display: inline;
    vertical-align: middle;
}

.loader__item {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: loader 0.5s infinite;
    animation: loader 0.5s infinite;
    border-radius: 100%;
    margin: -5px 3px 0 3px;
}

.loader__item:nth-child(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader__item:nth-child(2) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loader__item:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.533);
        transform: scale(1.533);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.533);
        transform: scale(1.533);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.test-itog {
    display: none;
    color: #fff;
}

.test-itog__title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.test-itog__descr {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}


.calculate-itog {
    /* border: 1px solid #e6e6e6; */
    border-radius: 5px;
    padding: 9px;
}

.calculate-done {
    text-align: left;
    padding-left: 43px;
}

.calculate-done__title {
    font-size: 22px;
    font-weight: bold;
}

.calculate-done__descr {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.calculate-done__send-to {
    font-weight: bold;
    margin-top: 25px;
    display: block;
        font-size: 20px;
}

.send-to__title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.send-to__item:first-child {
    margin-left: 0;
}

.send-to__item {
    display: inline-block;
    margin-left: 10px;
}

.send-to__radio {
    display: none;
}

.send-to__radio:checked+.send-to__name {
    background-color: #f6f6f6;
}

.send-to__list {
    text-align: center;
    margin-bottom: 30px;
}

.send-to__name {
    width: 134px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
}

.send-to__name_watsapp {
    background-image: url('/img/template/watsapp.png');
    background-position: 14px center;
    padding-left: 47px;
}

.send-to__name_viber {
    background-image: url('/img/template/viber.png');
    background-position: 26px center;
    padding-left: 59px;
}

.send-to__name_sms {
    background-image: url('/img/template/sms.png');
    background-position: 33px center;
    padding-left: 67px;
}

.send-to__input-wr {
    width: 360px;
    margin: 0 auto 15px auto;
    display: inline-block;
    position: relative;
}

input[type="text"],
.send-to__input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 2px solid #fcd733;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.send-to__input-wr .send-to__input, .send-to__input-wr input[type="text"] {
    text-align: left;
    padding-left: 60px;
}

.send-to__submit {
    overflow: hidden;
    display: block;
    position: relative;
    border: none;
    width: 268px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 14px;
    cursor: pointer;
    border-radius: 100px;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}


.send-to__submit:hover,
.send-to__submit:active,
.send-to__submit:focus {
    text-decoration: none;
    background-color: #eac500;
    color: #000000;
    border-color: transparent;
}


.send-to__submit:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.send-to__input-wr:after {
        content: '';
        display: block;
        background: url(../img/phone_icon.png) no-repeat;
        width: 33px;
        height: 23px;
        top: 25%;
        position: absolute;
        left: 13px;
        border-right: 1px solid #b0b0b0;
    }

.send-to__submit-wr {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}


.send-to__submit-wr:before {
    content: "";
    width: 29px;
    height: 60px;
    background-image: url(/img/template/arrow-features.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    right: 15px;
    transform: rotate(52deg);
}

.isho {
    width: 216px;
    height: 73px;
    background-image: url(../img/iche_white.png);
}
.prize-col-left .arrow-left,
.prize-col-left .arrow-right  {
    display: none;
}

@media(max-width: 767px) {
    .send-to__submit-wr:before {
        top: -8px;
        right: 13px;
        transform: rotate(3deg);
        background-size: 22px;
    }
}


@media(max-width: 600px) {

    .send-to__submit-wr:before {
        top: -35px;
        right: -22px;
        transform: rotate(3deg);
        background-size: 22px;
    }
}

.video__show-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 50px auto 20px;
    width: 320px;
}


.video__show-label:after {
    content: "";
    position: absolute;
    width: 51px;
    height: 37px;
    background-image: url(../img/template/arrow-slider_white.png);
    background-repeat: no-repeat;
    z-index: 2;
left: 90px;
}
.video__wraper {
    max-width: 447px;
    padding: 7px 0 2px;
    position: relative;
    background-color: #ffffff;
    margin: 30px 60px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
}
.footer {
    margin-top: -64px;
    position: relative;
    background-color: rgba(60, 54, 82, 0.6);
}

.footer__vk {
	margin-top: 23px;
	display: block;
}

.footer__center {
	display: flex;
	align-items: center;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}
.video__iframe-phone {
        display: none;
    }
.footer__left {
    display: flex;
    align-items: center;
}

.footer__copyright {
    color: #ffffff;
    font-size: 13px;
    margin-right: 25px;
}

.footer__policy {
    color: #ffffff;
    font-size: 13px;
    text-decoration: underline;
}

.footer__policy:hover {
    color: #ffffff;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    max-width: 400px;
    display: flex;
    align-items: center;
}
.copyright__title {
    margin-right: 28px;
}
.copyright__link {
    display: block;
}
.copyright img {
    margin-top: -10px;
        width: 100px;
}

.progress-bar__progress {}

span.count-question {
    font-size: 35px;
    position: relative;
    top: 15px;
    color: #ffd700;
}

.progress-bar__count-question {
    position: relative;
    margin-top: -32px;
    color: #aeaeae;
}



.online-test__step a.btn-next {
    position: relative;
}

/*.online-test__step a.btn-next:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(/img/template/arrow-features.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: -65px;
    top: -4px;
}*/

.online-test__step {}

.send-to {
    text-align: center;
    position: relative;
}


.send-to__input-wr:before {
    content: "";
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: 15px;
    transform: rotate(-38deg);
}

.send-to .send-to__submit-wr:before {
    display: none;
}

.calculate-done__descr font b {
    font-size: 18px;
}

.arrow-left, .arrow-right {
    cursor: pointer;
}

@media(max-width: 1199px) {
    .send-to__item {
        margin-bottom: 15px;
    }
}

@media(max-width:1199px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
        width: auto;
    }

    .phone {
        font-size: 25px;
    }

    .logo__title {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }
}

@media(max-width: 991px) {

    .header__about {
        margin: 20px 0 0 0;
        text-align: center;
    }

    .offer {
        padding-top: 70px;
    }

    .container {
        padding: 0 15px;
    }

    .btn-start {
        left: 0;
    }

    .btn-start:before {
        display: none;
    }

    .video__iframe {
        margin-top: 20px;
    }

    .offer-list {
        padding-top: 40px;
    }

    .online-test__title {
        margin-top: 35px;
    }

    .video__iframe:after {
        top: -133px;
    }

    .online-test__question-text {
        font-size: 35px;
    }

    .online-test__answer-list-small {
        height: 230px;
    }
}

@media(max-width: 767px) {
.copyright img {
     margin: 0;
     /* position: absolute; */
     right: 10px;
     width: 66px;
     top: 61px;
}
.title-page {
    font-size: 18px;
}
    .header__top .phone {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .test-itog__title {
        font-size: 30px;
        line-height: 35px;
    }

    .online-test__title {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .online-test__label {
        margin: 0 auto;
    }

    .video__iframe {
        width: auto;
    }

    .online-test__question-text {
        font-size: 30px;
        margin-top: 40px;
        line-height: 35px;
    }

    .progress-bar {
        font-size: 16px;
    }
}

@media(max-width: 479px) {

    .logo {
        text-align: center;
    }

    .online-test__title {
        font-size: 23px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 34px;
    }

    .offer {
        color: #ffffff;
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .offer-list {
        margin-bottom: 20px;
        padding-top: 120px;
        padding-bottom: 0;
    }


    .slider {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .btn-start {
        font-size: 18px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
    }

    .video__iframe {
        margin-top: 50px;
    }

    .online-test__label-small {
        margin: 0 15px 14px 15px;
    }

    .online-test__answer-list-small {
        height: auto;
        min-height: 300px;
    }

    .online-test__label-small {
        font-size: 18px;
    }

    .calculate-done__title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .calculate-done__descr {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    .calculate-itog {
        padding: 25px;
    }

    .send-to__item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .send-to__list {
        text-align: center;
        margin-bottom: 20px;
    }

    .send-to__name {
        background-position: 10px center;
        padding-left: 47px;
    }
}


@media(min-height: 765px) {

    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0;
    }

}
.finish_slider{
    display: flex;
    justify-content: space-around;
}

@media(max-width: 376px) {
    .header__top {
        padding-bottom: 16px;
    }
    .logo-wrap {
          display: block;
        align-items: center;
    }

    .logo-wrap .logo {
        /* margin-right: 15px; */
    }
a.video__iframe {
    display: none;
}
.content {
    padding-bottom: 157px;
}
    .logo-wrap .phone {
       display: block;
       margin-top: 0;
       margin-bottom: 0;
       line-height: 0;
       font-size: 15px;
       text-align: center;
       width: 100%;
       margin: 0 auto;
    }
    .logo-wrap .phone::before {
    display: inline-block;
    position: relative;
    top: 6px;
}

    .logo__title {
        font-size: 15px;
    }
    .header__about {
        margin-top: 5px;
        margin-top: 10px;
        font-size: 13px;
    }
    .header__right {
        width: 216px;
        margin-top: 10px;
    }
    .header__right .phone {
        /* display: none; */
    }
    .head-call-form {
        height: 40px;
        font-size: 14px;
        line-height: 35px;
    }
    .online-test__title {
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }
    .offer {
        padding: 20px 0 0;

    }
    .offer__title {
        font-size: 16px;
        line-height: 24px;
        width: 216px;
    }
    .offer__list {
        padding-bottom: 18px;
    }
    .offer__item {
        font-size: 15px;
        line-height: 23px;
    }
    .btn-start {
        font-size: 14px;
        font-weight: bold;
    }
    .btn-start:before {
        border-width: 10px 0 10px 14px;
        display: block;
    }
    .slider-title {
        font-size: 15px;
        margin-top: 30px;
    }
    .slider-title::after {
        width: 28px;
        height: 27px;
        background-image: url(../img/template/arrow-slider-mobile_white.png);
        left: 55px;
        top: 5px;
    }
    .slider__wraper{
        background: 0;
        border: 0;
        margin: 0;
    }
    .slider {
        margin-top: 8px;
        width: 100%;
    }
    .slider__item {
        height: 190px;
    }
    .copyright__title {
        display: none;
    }
    .online-test__progress-bar {
        margin-top: 5px;
    }
    .online-test__question-text{
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .progress-bar__count-question {
        float: left;
        font-size: 20px;
        margin-top: -15px;
        margin-right: 10px;
    }
    .online-test__label-small {
        font-size: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .online-test__answer {
        margin: 0 15px 10px;
        width: 100%;
    }
    .online-test__answer_prize {
        margin: 0;
    }
    .online-test__label {
        min-height: 217px;
        height: auto;
        background: 0;
        border: 0;
        width: 100%;
        margin: 0;
        max-width: none;
    }

    .online-test__answer-list-small {
        margin-bottom: 6px;
        min-height: 230px;
    }
    .online-test__label:after {
        background: 0;
    }
    .online-test__img {
        left: 0px;
        top: 0px;
        width: 328px;
        height: 160px;
    }
    .online-test__img:before{
        right: 0;
    }
    .online-test__answer-text {
        color: #fff;
        padding-left: 0;
    }
    .btn-next {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
    }
    .test-itog__title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: normal;
    }
    .calculate-itog {
        padding: 0;
    }
    .calculate-done {
        padding-left: 0;
    }
    .calculate-done__descr {
        font-size: 15px;
        line-height: 1.533;
    }
    .calculate-done__send-to {
        margin-bottom: 25px;
    }
    .send-to__input {
        font-size: 15px;
        padding-left: 20px;
    }
    .send-to__submit-wr,
    .send-to__submit {
        margin: 0;
        width: 100%;
    }
    .send-to__input-wr:before {
        display: none;
    }
    .send-to__input-wr{
        width: 100%;
    }
    .send-to__submit {
        font-size: 17px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    .form-politica {
        display: none;
    }
    .isho {
        width: 174px;
        height: 55px;
        background-image: url(../img/iche_white-phone.png);
        margin-bottom: -30px;
    }
    .finish_slider {
        display: block;
    }
    .prize-col-left .arrow-left{
        display: block;
        top: 75px;
        left: 7px;
    }
    .prize-col-left .arrow-right{
        display: block;
        right: 7px;
        top: 75px;
    }
    .video__show-label{
        display: none;
    }
    .video__wraper{
        display: none;
    }
    .video__iframe-phone {
        display: block;
        width: 148px;
        height: 162px;
        position: absolute;
        background-image: url(/img/video-play__yellow.png);
        right: 0;
        top: -75px;
    }
    .online-test__thanks {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .thanks__title {
        font-size: 20px;
    }
    .thanks__text {
        font-size: 18px;
        line-height: 26px;
    }
    .btn-next.btn-next_ok:after {
        right: 100px;
    }
    .btn-next:after {
        right: 120px;
    }
    .btn-next:before {
        background-image: url(../img/template/arrow-features_white-mobile.png);
        right: -15px;
        transform: none;
        width: 34px;
    }
    .send-to__input:before {
        
    }
    
}
.header__contact span, .header__contact span a {
    display: block;
    color: #c4c2c5;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
}
.header__contact span svg {
    fill: #c4c2c5;
    position: absolute;
    left: -25px;
    top: 3px;
}
.header__contact span.adress svg {
    left: -23px;
}
.head-call-form svg {
    fill: #ffc000;
    width: 40px;
    margin-top: 15px;
    margin-left: -4px
}
a.footer__phone.phone {
    font-size: 18px;
}
 
a.footer__phone.phone::before {
    content: '';
    display: block;
    background: url(../img/phone-call.png) no-repeat center;
    width: 23px;
    height: 23px;
    margin-right: 12px;
} 
@media (max-width: 749px) {
    .video__shadow {
        background: url([[#1.video_mobile_bg]]) no-repeat center center;
        background-size: cover;
    }

    .video__iframe video {
        display: none;
    }
    .video__iframe {
        height: 100%;
        min-height: 297px;
    }
}
.offer__item:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background: white;
    border-radius: 50%;
    border: 5px solid #ffc000;margin: 3px 10px 0px 0px;
    transition: 0.5s;
}
.offer__item.active:before {
    box-shadow: 0px 0px 10px rgb(255, 192, 0);
}
.offer-btn__wrapper .percent {
    float: left;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body,
html {
    height: 100%;
}

body {
    font-family: "Montserrat";
    overflow-x: hidden;
    height: 100%;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #000;
}

.wrapper {
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}

.content {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 64px;
    position: relative;
    background-color: transparent;
}

.content:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
        background-size: cover;
    background-position: center;
       /* filter: blur(8px);*/
}

.container {
    padding-left: 0;
    padding-right: 0;
}


.title-page {
    color: #000000;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 28px;
}

.logo {
    color: #ffffff;
    line-height: 25px;
    position: relative;
    left: -15px;
}

.logo__title {
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.logo__color {
    color: #ffd700;
}


.btn {
    background-color: #ffd700;
    font-size: 15px;
    color: #000000;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
}

.btn:hover,
.btn:active,
.btn:focus {
   /* text-decoration: none;
    background-color: #eac500;
    color: #000000;
    border-color: transparent;*/
}



.btn-start {
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: right;
    height: 90px;
    width: 320px;
    padding: 22px 0px 20px 0px;
    max-width: 360px;
    text-align: center;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    margin-top: 20px;
    font-family: 'Montserrat-SemiBold';
}


.btn-start:hover,
.btn-start:active,
.btn-start:focus {
    text-decoration: none;
    background-color: #eac500;
    color: #000000;
    border-color: transparent;
}
.btn-start:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }

}

.btn-next {
    display: block;
    position: relative;
    width: 270px;
    font-size: 20px;
    text-align: center;
    margin: 40px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 100px;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.btn-next:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: -45px;
    top: -30px;
    transform: rotate(29deg);
}
.btn-next_ok {
    width: 274px;
    text-transform: none;
}

.btn-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 55%;
    right: 90px;
    margin-top: -7.5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='14px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.081,0.999 L9.000,6.499 L3.081,11.999 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 11px;
    height: 14px;
}
.btn-next.btn-next_ok:after {
    right: 60px;
}

.btn-next:hover,
.btn-next:active,
.btn-next:focus {
    text-decoration: none;
    background-color: #eac500;
}

.phone {
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    float: left;
    line-height: 85px;
}

.phone__code {
    color: #ffffff;
    margin-right: 10px;
    font-weight: normal;
}

.header__right .phone {
    margin-bottom: 10px;
    margin-right: 10px;
}

.logo__description,
.logo-wrap .phone {
    display: none;
}

.head-call-form {
    width: 85px;
    height: 85px;
    border: 7px solid rgba(255, 192, 0, 0.6);
    background: white;
    color: transparent!important;
    float: right;
    cursor: pointer;
    transition: 0.5s
    
}

.head-call-form:hover {
    background-color: #ffd700;
    color: #000;
}

.slider-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    font-family: Montserrat-Bold;
}

.slider-title::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 37px;
    background-image: url(../img/template/arrow-slider_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    left: 130px;
    display: none;
}

.slider__wraper {
    max-width: 447px;
    padding: 7px 0;
    position: relative;
    margin: 20px 60px 0 70px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.slider {
    margin-left: -10px;
    width: 464px;
    position: relative;
    overflow: hidden;
    max-width: 105%;
}

.slider__item {
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
}

.slider .slick-list {
    border-radius: 5px;
}

.slider .slick-arrow {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 24px;
    height: 40px;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

.slider .slick-arrow:focus {
    outline: none;
}
.arrow-left, .arrow-right {
    fill: #ffd700;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 999;
}

.arrow-left {
    left: 24px;
}
.arrow-right {
    right: 24px;
}
.slider .slick-prev {
    background-image: url('../img/slider-prev.png');
    left: 24px;
}

.slider .slick-next {
    background-image: url('../img/slider-next.png');
    right: 24px;
}

.slider .slick-arrow:hover {
    background-position: bottom;
}

.text-select {
    color: #ffd700;
}


.header__right {
    text-align: right;
    float: right;
    /* width: 45%; */
    /* margin: 0px 20px 0px 0px; */
}

.header__about {
    color: #ffffff;
    padding: 0 10px;
    max-width: 550px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    margin-top: -7px;
}

.header__top {
    padding-top: 10px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__top_hide {
    display: none;
}

.online-test {
    position: relative;
}
@media(max-height: 765px) {
    .online-test {
        padding-bottom: 40px;
    }
}

.online-test__step {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
}

.online-test__step_active {
    display: block;
}

.online-test__step_active .online-test__answer {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.online-test__step_active .online-test__text-answer {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.online-test__step_active .online-test__answer-small {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


.online-test__step_active .online-test__input-wr {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.online-test__answer-small:nth-child(1),
.online-test__answer:nth-child(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.online-test__answer-small:nth-child(2),
.online-test__answer:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.online-test__answer-small:nth-child(3),
.online-test__answer:nth-child(3) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.online-test__answer-small:nth-child(4),
.online-test__answer:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}


.online-test__answer-small:nth-child(5),
.online-test__answer:nth-child(5) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.online-test__answer-small:nth-child(6),
.online-test__answer:nth-child(6) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}


.online-test__answer-small:nth-child(7),
.online-test__answer:nth-child(7) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.online-test__answer-small:nth-child(8),
.online-test__answer:nth-child(8) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}


.online-test__title {
    color: #ffffff;
    font-size: 32px;
    line-height: 39px;
    font-weight: 900;
    font-family: 'Montserrat-Black';
    margin-top: 30px;
    letter-spacing: 3px;
}


.online-test__question-num {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.online-test__question-text {
    display: none;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 40px;
    color: #fff;
}

.online-test__question-text_active {
    display: block;
}

.online-test__instructor {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    margin-top: 22px;
}

.online-test__text-answer {
    padding-top: 86px;
    padding-bottom: 114px;
}

.online-test__input-wr {
    max-width: 670px;
    margin: 0 auto
}

.online-test__input {
    width: 100%;
    height: 56px;
    border: 1px solid #b19595;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    font-size: 18px;
    text-align: center;
}

.offer {
    color: #ffffff;
    padding-top: 30px;
    padding-right: 0px;
}

.offer__title {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
}

.offer__list {
    padding-bottom: 25px;
}

.offer__item {
    font-size: 18px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
    font-weight: 600;
    background: none!important;
}


.online-test__progress-bar {
    margin-top: 10px;
    margin-bottom: 12px;
}

.online-test__radio {
    display: none;
}

.online-test__label {
    position: relative;
    display: block;
    height: 294px;
}

.offer-btn__wrapper {
    position: relative;
    max-width: 500px;
    display: flow-root;
}

.offer-btn__wrapper:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: 25px;
    top: -50px;
    display: none;
}


@media(max-width: 600px) {
    .offer-btn__wrapper:after {
        display: none;
    }
}


.online-test__label_small {
    height: 261px;
}

.online-test__answer {
    margin-bottom: 10px;
    /*    background: #fff;*/
    overflow: hidden;
}

.online-test__answer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}



.online-test__label {
    max-width: 252px;
    position: relative;
    background-color: #ffffff;
    margin: -8px 20px 20px;
    border-radius: 5px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    border: 2px solid #eaeaea;
}
.online-test__radio-selected {
    border: 2px solid #ffd700;
}
.online-test__label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #ffffff;
}

.online-test__label_disable .online-test__img:before {
    display: none;
}

.online-test__label_disable .online-test__img {
    border: 8px solid rgb(255, 215, 0);
}

.online-test__img {
    display: block;
    border: none !important;
    width: 270px;
    height: 227px;
    /* overflow: hidden; */
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc !important;
    left: -10px;
    top: 6px;
}


.online-test__img:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: -45px;
    border: 1px solid #ffd700;
}


.online-test__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
}

.online-test__answer_prize .online-test__img {
    width: 270px;
    margin: 0 auto;
    height: 135px;
    left: 0;
    top: 0;
}
.online-test__answer_prize .online-test__img:before {
    display: none;
}
.online-test__answer_prize .online-test__answer-text {
    padding-left: 10px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

@media(min-width: 1320px) {
    .online-test__answer_prize {
        margin-top: 35px;
    }
    .isho {
        position: absolute;
        left: -55px;
    }
}

.online-test__radio:checked+.online-test__radio-checked+.online-test__img:before {
    background-image: url(../img/gala.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255) !important;
}


.online-test__radio:checked+.online-test__radio-checked+.online-test__img {
    border: 8px solid rgb(255, 215, 0);
}


.online-test__answer-list-small {
    margin-bottom: 30px;
}


.online-test__radio-small {
    display: none;
}

.online-test__label-small {
    font-size: 16px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border: 2px solid #ffd700;
    padding: 11px 17px;
    margin-bottom: 14px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.online-test__checkbox:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -12px;
    /* border: 2px solid #c5c4cc; */
    border-radius: 100%;
    z-index: 2;
}

.online-test__label-small_long {
    max-width: 570px;
}

.online-test__radio-small:checked+.online-test__checkbox:before {
    opacity: 1;
}

.online-test__radio-small:checked+.online-test__checkbox:after {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5f93cd00 !important;
    border-color: #5f93cd00 !important;
    background-image: url(../img/gala.png) !important;
    background-size: 20px !important;
}



.online-test__answer-text {
    display: block;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 50px;
    padding-top: 0;
    padding-left: 12px;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
}

.online-test__answer-text_small {
    font-size: 16px;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.online-test__thanks {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.online-test__calculate {
    font-size: 24px;
    font-weight: bold;
    max-width: 280px;
    margin: auto;
    color: #fff;
    height: 42px;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}

.thanks {
    display: inline-block;
    color: #fff;
}

.thanks__title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;

}

.thanks__text {
    font-size: 24px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
}



.video__iframe {
    border-radius: 10px;
    position: relative;
    width: 464px;
    width: 464px;
    height: 279px;
    margin-left: -10px;
    display: block;
        margin: 0 auto;
}

.video__iframe:after {
    content: '';
    display: block;
    width: 550px;
    height: 550px;
    background-image: url(/img/template/bg-video-round.png);
    position: absolute;
    top: -142px;
    left: 50%;
    z-index: -1;
    margin-left: -275px;
}

.video__shadow {
    display: block;
    height: 262px;
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 22px;
    right: 15px;
    background-color: #00000094;
}
.video__shadow:after {
    content: "";
    display: block;
        width: 141px;
    height: 141px;
    background-image: url(/img/video-play-orange.png);
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: 50%;
    margin-top: -57px;
        background-repeat: no-repeat;
}
.progress-bar {
    display: none;
    font-size: 20px;
}

.progress-bar__done {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #aeaeae;
}

.progress-bar__inner {
    height: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-top: 8px;
}

.progress-bar__percent {
    font-weight: normal;
}

.progress-bar_active {
    display: block;
}
@media(max-width: 375px) {
    .progress-bar_hide-phone {
        display: none;
    }
}
.progress-bar__line {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: -1px;
    background-color: #ffd700;
    border-radius: 5px 0px 0px 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-indent: 20px;
}

.count-question,
.count-all-question {
    font-weight: bold;
}

.form-politica {
    color: #e8e8e8;
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.form-politica a {
    text-decoration: underline;
    color: #e8e8e8;
}

.form-politica a:hover {
    text-decoration: none;
}


.loader {
    display: inline;
    vertical-align: middle;
}

.loader__item {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: loader 0.5s infinite;
    animation: loader 0.5s infinite;
    border-radius: 100%;
    margin: -5px 3px 0 3px;
}

.loader__item:nth-child(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader__item:nth-child(2) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loader__item:nth-child(3) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.533);
        transform: scale(1.533);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.533);
        transform: scale(1.533);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.test-itog {
    display: none;
    color: #fff;
}

.test-itog__title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.test-itog__descr {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}


.calculate-itog {
    /* border: 1px solid #e6e6e6; */
    border-radius: 5px;
    padding: 9px;
}

.calculate-done {
    text-align: left;
    padding-left: 43px;
}

.calculate-done__title {
    font-size: 22px;
    font-weight: bold;
}

.calculate-done__descr {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

.calculate-done__send-to {
    font-weight: bold;
    margin-top: 25px;
    display: block;
}

.send-to__title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.send-to__item:first-child {
    margin-left: 0;
}

.send-to__item {
    display: inline-block;
    margin-left: 10px;
}

.send-to__radio {
    display: none;
}

.send-to__radio:checked+.send-to__name {
    background-color: #f6f6f6;
}

.send-to__list {
    text-align: center;
    margin-bottom: 30px;
}

.send-to__name {
    width: 134px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
}

.send-to__name_watsapp {
    background-image: url('/img/template/watsapp.png');
    background-position: 14px center;
    padding-left: 47px;
}

.send-to__name_viber {
    background-image: url('/img/template/viber.png');
    background-position: 26px center;
    padding-left: 59px;
}

.send-to__name_sms {
    background-image: url('/img/template/sms.png');
    background-position: 33px center;
    padding-left: 67px;
}

.send-to__input-wr {
    width: 360px;
    margin: 0 auto 15px auto;
    display: inline-block;
    position: relative;
}

input[type="text"],
.send-to__input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 2px solid #fcd733;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.send-to__input-wr .send-to__input, .send-to__input-wr input[type="text"] {
    text-align: left;
    padding-left: 60px;
}

.send-to__submit {
    overflow: hidden;
    display: block;
    position: relative;
    border: none;
    width: 268px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-bottom: 14px;
    cursor: pointer;
    border-radius: 100px;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}


.send-to__submit:hover,
.send-to__submit:active,
.send-to__submit:focus {
    text-decoration: none;
    background-color: #eac500;
    color: #000000;
    border-color: transparent;
}


.send-to__submit:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.send-to__input-wr:after {
        content: '';
        display: block;
        background: url(../img/phone_icon.png) no-repeat;
        width: 33px;
        height: 23px;
        top: 25%;
        position: absolute;
        left: 13px;
        border-right: 1px solid #b0b0b0;
    }

.send-to__submit-wr {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}


.send-to__submit-wr:before {
    content: "";
    width: 29px;
    height: 60px;
    background-image: url(/img/template/arrow-features.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    right: 15px;
    transform: rotate(52deg);
}

.isho {
    width: 216px;
    height: 73px;
    background-image: url(../img/iche_white.png);
}
.prize-col-left .arrow-left,
.prize-col-left .arrow-right  {
    display: none;
}

@media(max-width: 767px) {
    .send-to__submit-wr:before {
        top: -8px;
        right: 13px;
        transform: rotate(3deg);
        background-size: 22px;
    }
}


@media(max-width: 600px) {

    .send-to__submit-wr:before {
        top: -35px;
        right: -22px;
        transform: rotate(3deg);
        background-size: 22px;
    }
}

.video__show-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 50px auto 20px;
    width: 320px;
}


.video__show-label:after {
    content: "";
    position: absolute;
    width: 51px;
    height: 37px;
    background-image: url(../img/template/arrow-slider_white.png);
    background-repeat: no-repeat;
    z-index: 2;
left: 90px;
}
.video__wraper {
    max-width: 447px;
    padding: 7px 0 2px;
    position: relative;
    background-color: #ffffff;
    margin: 30px 60px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
}
.footer {
    margin-top: -64px;
    position: relative;
    background-color: rgba(60, 54, 82, 0.6);
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}
.video__iframe-phone {
        display: none;
    }
.footer__left {
    display: flex;
    align-items: center;
}

.footer__copyright {
    color: #ffffff;
    font-size: 13px;
    margin-right: 25px;
}

.footer__policy {
    color: #ffffff;
    font-size: 13px;
    text-decoration: underline;
}

.footer__policy:hover {
    color: #ffffff;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    max-width: 400px;
    display: flex;
    align-items: center;
}
.copyright__title {
    margin-right: 28px;
}
.copyright__link {
    display: block;
}
.copyright img {
    margin-top: -10px;
    width: 100px;
}

.progress-bar__progress {}

span.count-question {
    font-size: 35px;
    position: relative;
    top: 15px;
    color: #ffd700;
}

.progress-bar__count-question {
    position: relative;
    margin-top: -32px;
    color: #aeaeae;
}



.online-test__step a.btn-next {
    position: relative;
}

/*.online-test__step a.btn-next:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 60px;
    background-image: url(/img/template/arrow-features.png);
    background-repeat: no-repeat;
    z-index: 2;
    right: -65px;
    top: -4px;
}*/

.online-test__step {}

.send-to {
    text-align: center;
    position: relative;
}


.send-to__input-wr:before {
    content: "";
    width: 29px;
    height: 60px;
    background-image: url(../img/template/arrow-features_white.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: 15px;
    transform: rotate(-38deg);
}

.send-to .send-to__submit-wr:before {
    display: none;
}

.calculate-done__descr font b {
    font-size: 18px;
}

.arrow-left, .arrow-right {
    cursor: pointer;
}

@media(max-width: 1199px) {
    .send-to__item {
        margin-bottom: 15px;
    }
}

@media(max-width:1199px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
        width: auto;
    }

    .phone {
        font-size: 25px;
    }

    .logo__title {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }
}

@media(max-width: 991px) {

    .header__about {
        margin: 20px 0 0 0;
        text-align: center;
    }

    .offer {
        padding-top: 70px;
    }

    .container {
        padding: 0 15px;
    }

    .btn-start {
        left: 0;
    }

    .btn-start:before {
        display: none;
    }

    .video__iframe {
        margin-top: 20px;
    }

    .offer-list {
        padding-top: 40px;
    }

    .online-test__title {
        margin-top: 35px;
    }

    .video__iframe:after {
        top: -133px;
    }

    .online-test__question-text {
        font-size: 35px;
    }

    .online-test__answer-list-small {
        height: 230px;
    }
}

@media(max-width: 767px) {
.copyright img {
     margin: 0;
     /* position: absolute; */
     /* right: 10px; */
     width: 66px;
     /* top: 61px; */
}
.title-page {
    font-size: 18px;
}
    .header__top .phone {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .test-itog__title {
        font-size: 30px;
        line-height: 35px;
    }

    .online-test__title {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }

    .online-test__label {
        margin: 0 auto;
    }

    .video__iframe {
        width: auto;
    }

    .online-test__question-text {
        font-size: 30px;
        margin-top: 40px;
        line-height: 35px;
    }

    .progress-bar {
        font-size: 16px;
    }
}

@media(max-width: 479px) {

    .logo {
        text-align: center;
    }

    .online-test__title {
        font-size: 23px;
        line-height: 38px;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 34px;
    }

    .offer {
        color: #ffffff;
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .offer-list {
        margin-bottom: 20px;
        padding-top: 120px;
        padding-bottom: 0;
    }


    .slider {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .btn-start {
        font-size: 18px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
    }

    .video__iframe {
        margin-top: 50px;
    }

    .online-test__label-small {
        margin: 0 15px 14px 15px;
    }

    .online-test__answer-list-small {
        height: auto;
        min-height: 300px;
    }

    .online-test__label-small {
        font-size: 18px;
    }

    .calculate-done__title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .calculate-done__descr {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }

    .calculate-itog {
        padding: 25px;
    }

    .send-to__item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .send-to__list {
        text-align: center;
        margin-bottom: 20px;
    }

    .send-to__name {
        background-position: 10px center;
        padding-left: 47px;
    }
}


@media(min-height: 765px) {

    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0;
    }

}
.finish_slider{
    display: flex;
    justify-content: space-around;
}

@media(max-width: 660px) {
    .header__top {
        padding-bottom: 16px;
    }
    .logo-wrap {
          display: block;
        align-items: center;
    }

    .logo-wrap .logo {
        /* margin-right: 15px; */
    }
a.video__iframe {
    display: none;
}
.content {
    padding-bottom: 157px;
}
    .logo-wrap .phone {
       display: block;
       margin-top: 0;
       margin-bottom: 0;
       line-height: 0;
       font-size: 15px;
       text-align: center;
       width: 100%;
       margin: 0 auto;
    }
    .logo-wrap .phone::before {
    display: inline-block;
    position: relative;
    top: 6px;
}

    .logo__title {
        font-size: 15px;
    }
    .header__about {
        margin-top: 5px;
        margin-top: 10px;
        font-size: 13px;
    }
    .header__right {
        width: 216px;
        margin-top: 10px;
    }
    .header__right .phone {
        /* display: none; */
    }
    .head-call-form {
        /* height: 40px; */
        /* font-size: 14px; */
        line-height: 35px;
    }
    .online-test__title {
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }
    .offer {
        padding: 20px 0 0;

    }
    .offer__title {
        font-size: 16px;
        line-height: 24px;
        width: 216px;
    }
    .offer__list {
        padding-bottom: 18px;
    }
    .offer__item {
        font-size: 15px;
        line-height: 23px;
    }
    .btn-start {
        font-size: 14px;
        font-weight: bold;
    }
    .btn-start:before {
        border-width: 10px 0 10px 14px;
        display: block;
    }
    .slider-title {
        font-size: 15px;
        margin-top: 30px;
    }
    .slider-title::after {
        width: 28px;
        height: 27px;
        background-image: url(../img/template/arrow-slider-mobile_white.png);
        left: 55px;
        top: 5px;
    }
    .slider__wraper{
        background: 0;
        border: 0;
        margin: 0;
    }
    .slider {
        margin-top: 8px;
        width: 100%;
    }
    .slider__item {
        height: 190px;
    }
    .copyright__title {
        display: none;
    }
    .online-test__progress-bar {
        margin-top: 5px;
    }
    .online-test__question-text{
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .progress-bar__count-question {
        float: left;
        font-size: 20px;
        margin-top: -15px;
        margin-right: 10px;
    }
    .online-test__label-small {
        font-size: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .online-test__answer {
        margin: 0 15px 10px;
        width: 100%;
    }
    .online-test__answer_prize {
        margin: 0;
    }
    .online-test__label {
        min-height: 217px;
        height: auto;
        background: 0;
        border: 0;
        width: 100%;
        margin: 0;
        max-width: none;
    }

    .online-test__answer-list-small {
        margin-bottom: 6px;
        min-height: 230px;
    }
    .online-test__label:after {
        background: 0;
    }
    .online-test__img {
        left: 0px;
        top: 0px;
        width: 328px;
        height: 160px;
    }
    .online-test__img:before{
        right: 0;
    }
    .online-test__answer-text {
        color: #fff;
        padding-left: 0;
    }
    .btn-next {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
    }
    .test-itog__title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: normal;
    }
    .calculate-itog {
        padding: 0;
    }
    .calculate-done {
        padding-left: 0;
    }
    .calculate-done__descr {
        font-size: 15px;
        line-height: 1.533;
    }
    .calculate-done__send-to {
        margin-bottom: 25px;
    }
    .send-to__input {
        font-size: 15px;
        padding-left: 20px;
    }
    .send-to__submit-wr,
    .send-to__submit {
        margin: 0;
        width: 100%;
    }
    .send-to__input-wr:before {
        display: none;
    }
    .send-to__input-wr{
        width: 100%;
    }
    .send-to__submit {
        font-size: 17px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    .form-politica {
        display: none;
    }
    .isho {
        width: 174px;
        height: 55px;
        background-image: url(../img/iche_white-phone.png);
        margin-bottom: -30px;
    }
    .finish_slider {
        display: block;
    }
    .prize-col-left .arrow-left{
        display: block;
        top: 75px;
        left: 7px;
    }
    .prize-col-left .arrow-right{
        display: block;
        right: 7px;
        top: 75px;
    }
    .video__show-label{
        display: none;
    }
    .video__wraper{
        display: none;
    }
    .video__iframe-phone {
        display: block;
        width: 148px;
        height: 162px;
        position: absolute;
        background-image: url(/img/video-play__yellow.png);
        right: 0;
        top: -75px;
    }
    .online-test__thanks {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .thanks__title {
        font-size: 20px;
    }
    .thanks__text {
        font-size: 18px;
        line-height: 26px;
    }
    .btn-next.btn-next_ok:after {
        right: 100px;
    }
    .btn-next:after {
        right: 120px;
    }
    .btn-next:before {
        background-image: url(../img/template/arrow-features_white-mobile.png);
        right: -15px;
        transform: none;
        width: 34px;
    }
    .send-to__input:before {
        
    }
    
}
.header__contact span, .header__contact span a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
}
.header__contact span svg {
    fill: #fff;
    position: absolute;
    left: -25px;
    top: 3px;
}
.header__contact span.adress svg {
    left: -23px;
}
.head-call-form svg {
    fill: #ffc000;
    width: 40px;
    margin-top: 15px;
    margin-left: -4px
}
a.footer__phone.phone {
    font-size: 18px;
    line-height: 20px;
    display: inline-flex;
    float: right;
}
 
a.footer__phone.phone::before {
    content: '';
    display: block;
    background: url(../img/phone-call.png) no-repeat center;
    width: 23px;
    height: 23px;
    margin-right: 12px;
} 
@media (max-width: 749px) {
    .video__shadow {
        background: url([[#1.video_mobile_bg]]) no-repeat center center;
        background-size: cover;
    }

    .video__iframe video {
        display: none;
    }
    .video__iframe {
        height: 100%;
        min-height: 297px;
    }
}

.offer-btn__wrapper .percent {
    float: left;
    position: relative;
    left: -20px;
    -webkit-animation: transform-tada 4000ms linear 0ms infinite normal both;
    -moz-animation: transform-tada 4000ms linear 0ms infinite normal both;
    animation: transform-tada 4000ms linear 0ms infinite normal both;
}
.offer-btn__wrapper .btn-block .share {
    position: absolute;
    bottom: -170px;
    left: 60px;
}
.btn-start span.select-text {
    font-family: 'Montserrat-Black';
    font-size: 18px;
}
.offer-btn__wrapper .btn-block {
    position: relative;
}

.offer-btn__wrapper .btn-block > img {
    position: absolute;
    right: -50px;
    top: 10px;
}
.offer__list2 {
    display: flex;
    margin: 30px auto;
    max-width: 447px;
}
.offer__list2 .offer__item {
    color: white;
    padding: 5px 8px 5px 8px;
    font-size: 16px;
    width: 33%;
}
.offer__list2 .offer__item:before {
    display: none;
}
.offer__list2 .offer__item span {
    display: block;
}
@-webkit-keyframes transform-tada
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-tada
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-tada
{
   0% { -o-transform: rotate(0deg) ;  }
   10% { -o-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -o-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -o-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -o-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -o-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -o-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -o-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -o-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -o-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-tada
{
   0% { -ms-transform: rotate(0deg) ;  }
   10% { -ms-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -ms-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -ms-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -ms-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -ms-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -ms-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -ms-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -ms-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -ms-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes hoverWave {
    0% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 0 rgba(255,192,0,0.2),0 0 0 0 rgba(255,192,0,0.2)
}
40% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 15px rgba(255,192,0,0.2),0 0 0 0 rgba(255,192,0,0.2)
}
80% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 20px rgba(255,192,0,0),0 0 0 26.7px rgba(255,192,0,0.4)
}
100% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 30px rgba(255,192,0,0),0 0 0 0px rgba(255,192,0,0.0)
}
}@keyframes hoverWave {
    0% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 0 rgba(255,192,0,0.2),0 0 0 0 rgba(255,192,0,0.2)
}
40% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 15px rgba(255,192,0,0.2),0 0 0 0 rgba(255,192,0,0.2)
}
80% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 20px rgba(255,192,0,0),0 0 0 26.7px rgba(255,192,0,0.3)
}
100% {
    box-shadow:0 8px 10px rgba(255,192,0,0.3),0 0 0 30px rgba(255,192,0,0),0 0 0 30px rgba(255,192,0,0.0)
}
}
.head-call-form:hover svg {
    fill: #fff;
    transition: 0.5s;
}
@media only screen and (max-width: 991px) {
    .col-md-3.header__contact {
    float: left;
    margin: 20px;
    /* width: 30%; */
}
.col-md-3.header__about {
    width: 50%;
    float: right;
    height: 40px;
}
#round {
	margin-left: 0;
	margin-right: 30px;
}

.header__top {
	flex-wrap: wrap;
}
.online-test__title {
    text-align: center;
}
.offer {
    text-align: center;
}
.offer__item:before {
    float: none;
    display: inline-block;
    position: relative;
    top: 5px;
}
.offer-btn__wrapper {
    margin: 0px auto;
    max-width: 525px;
}
.slider__wraper {
    margin: 0px auto;
}
.slider-title {
    margin-top: 80px;
    margin-bottom: 20px;
}
.footer {
    margin-top: -78px;
}

.offer__list2 {
    max-width: 650px;
}

.offer__list2 .offer__item span {
    float: left;
}
}
.offer-btn__wrapper.mobile {
    display: none;
}

@media only screen and (max-width: 660px) {
.offer-btn__wrapper.mobile {
    display: block;
}
.col-md-3.header__about {
    float: none;
    padding: 0px;
    width: 100%;
}
.col-md-4.header__right {
    width: 100%;
    float: none;
}
.header__right .phone {
    font-size: 20px;
    line-height: 40px;
}
.head-call-form {
    width: 55px;
    height: 55px;
    padding: 0px 7px;
}
.head-call-form svg {
    width: 25px;
    margin-top: 7px;
}
.online-test__title {
    font-size: 20px;
    margin-top: 20px;
}
.offer__title {
    width: 100%;
}
.offer__item {
    margin-bottom: 0px;
}
.offer-btn__wrapper .percent {
    display: none;
}
.offer-btn__wrapper .btn-block .share {
    display: none;
}
.btn-start {
    width: 100%;
    padding-top: 25px;
}
.offer__list2 {
    flex-direction: column;
}
.slider-title {
    margin-top: 30px;
}
.online-test {
    padding-bottom: 0px;
}
}
@media only screen and (min-width: 520px) {
    .footer__right {
        margin-left: 0px;    
    }
    .copyright__title {
        display: block;
        margin-right: 10px;
    }
}
.title-form {
    text-align: center;
    padding-bottom: 5px!important;
}
.online-test__step a.btn-next {
    /*display: none;*/
}
.online-test__step a.btn-next.btn-next_ok {
    display: block;
}
.sub-title-form {
    text-align: center;
    margin-bottom: 20px;
}
.offer__list2 .offer__item span img {
    width: 53px;
}
.logo img {
    width: 186px;
}

a.zamershik_btn {
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 320px;
    padding: 22px 0px 20px 0px;
    max-width: 360px;
    text-align: center;
    color: #000000;
    background-color: #ffd700;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    margin-top: 20px;
    font-family: 'Montserrat-SemiBold';
    background: linear-gradient(to top, #fd9141, #ffc000);
    box-shadow: 0px 0px 10px #ffd100;
    font-family: 'Montserrat-Black';
    font-size: 18px;
    color: #fff;
}
a.zamershik_btn:hover {
    background: linear-gradient(to top, #ffc000, #fd9141);
}

@media only screen and (max-width: 767px) {
	.footer__row {
		height: 78px;
		flex-direction: column;
	}
	.footer {
		padding: 10px 0;
		margin-top: -98px;
	}
}

@media only screen and (max-width: 480px) {
	.col-md-3.header__about {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	#round {
		margin-top: 36px;
	}
	.header__right {
		display: flex;
	}
	.head-call-form {
		flex-shrink: 0;
	}
}
