/*
 *
 *
 *
 *
 *                 _____                    _____                    _____                   _______                   _____          
 *                /\    \                  /\    \                  /\    \                 /::\    \                 /\    \         
 *               /::\    \                /::\    \                /::\    \               /::::\    \               /::\____\        
 *              /::::\    \              /::::\    \              /::::\    \             /::::::\    \             /::::|   |        
 *             /::::::\    \            /::::::\    \            /::::::\    \           /::::::::\    \           /:::::|   |        
 *            /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \         /:::/~~\:::\    \         /::::::|   |        
 *           /:::/  \:::\    \        /:::/__\:::\    \        /:::/__\:::\    \       /:::/    \:::\    \       /:::/|::|   |        
 *          /:::/    \:::\    \      /::::\   \:::\    \      /::::\   \:::\    \     /:::/    / \:::\    \     /:::/ |::|   |        
 *         /:::/    / \:::\    \    /::::::\   \:::\    \    /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/  |::|   | _____  
 *        /:::/    /   \:::\    \  /:::/\:::\   \:::\    \  /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/   |::|   |/\    \ 
 *       /:::/____/     \:::\____\/:::/__\:::\   \:::\____\/:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:: /    |::|   /::\____\
 *       \:::\    \      \::/    /\:::\   \:::\   \::/    /\::/   |::::\  /:::|____| \:::\    \   /:::/    / \::/    /|::|  /:::/    /
 *        \:::\    \      \/____/  \:::\   \:::\   \/____/  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \/____/ |::| /:::/    / 
 *         \:::\    \               \:::\   \:::\    \            |:::::::::/    /     \:::\    /:::/    /            |::|/:::/    /  
 *          \:::\    \               \:::\   \:::\____\           |::|\::::/    /       \:::\__/:::/    /             |::::::/    /   
 *           \:::\    \               \:::\   \::/    /           |::| \::/____/         \::::::::/    /              |:::::/    /    
 *            \:::\    \               \:::\   \/____/            |::|  ~|                \::::::/    /               |::::/    /     
 *             \:::\    \               \:::\    \                |::|   |                 \::::/    /                /:::/    /      
 *              \:::\____\               \:::\____\               \::|   |                  \::/____/                /:::/    /       
 *               \::/    /                \::/    /                \:|   |                   ~~                      \::/    /        
 *                \/____/                  \/____/                  \|___|                                            \/____/         
 *                                                                                                                                    
 *
 *
 *
 *
 *
 *                              Ceron v2.66     Copyright (c) 2019 Ceron, Inc.     Website: https://ceron.pw
 *
 *
 *
 *                                                _______ ______ _   _ _______ _____ ____  _   _ 
 *                                             /\|__   __|  ____| \ | |__   __|_   _/ __ \| \ | |
 *                                            /  \  | |  | |__  |  \| |  | |    | || |  | |  \| |
 *                                           / /\ \ | |  |  __| | . ` |  | |    | || |  | | . ` |
 *                                          / ____ \| |  | |____| |\  |  | |   _| || |__| | |\  |
 *                                         /_/    \_\_|  |______|_| \_|  |_|  |_____\____/|_| \_|
 *                                                                                                
 *
 *                             Этот файл сгенерирован программой Ceron, все дальнейшие изменения файла будут утеряны!
 *                Вносить изменения в файл можно если Вы на 100% уверены, что верстка полностью готова и больше не будет не каких изменений!
 *                       Если же вам нужно что-то поменять, то пожалуйста создайте дополнительный файл и там вносите изменения
 *
 */





@font-face {
	font-family: "Scania SansCY";
	font-display: swap;
	src: 
		url("../fonts/ScaniaSansCY/ScaniaSansCY-Regular.eot") format("embedded-opentype"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Regular.woff2") format("woff2"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Regular.woff") format("woff"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Scania SansCY";
	font-display: swap;
	src: 
		url("../fonts/ScaniaSansCY/ScaniaSansCY-Bold.eot") format("embedded-opentype"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Bold.woff2") format("woff2"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Bold.woff") format("woff"),
    	url("../fonts/ScaniaSansCY/ScaniaSansCY-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Scania SansCY";
	font-display: swap;
	src: 
		url("../fonts/ScaniaSansCYH/ScaniaSansCYHeadline-Bold.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:after,
*:before{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::placeholder {
	color: #6a6a6a;
	opacity: 1;
}


body{
	line-height: 1.2;
    font-size: 16px;
    color: #071252;
    position: relative;
    font-family: "Scania SansCY", sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit;
}

p{
	margin: 0;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover{
	text-decoration: none;
}

button,
input,
textarea,{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

input,
textarea,
button,
.swiper-button{
	outline: none;
	border: 0;
}

input,
select,
textarea{
	-webkit-appearance: none;
 	-moz-appearance: none;
}

table{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

@media (min-width: 1200px){
	.cn-container {
	    max-width: 1170px;
	}
}




@-webkit-keyframes move {
  0% {right: -15.00em}
  50% {right: -12.00em}
  100% {right: -15.00em}
}

@-moz-keyframes move {
  0% {right: -15.00em}
  50% {right: -12.00em}
  100% {right: -15.00em}
}

@-o-keyframes move {
  0% {right: -15.00em}
  50% {right: -12.00em}
  100% {right: -15.00em}
}

@keyframes move {
  0% {right: -15.00em}
  50% {right: -12.00em}
  100% {right: -15.00em}
}

/* Bootstrap */

.wrap{
    overflow: hidden;
    width: 710px;
    height: 500px;
    position: relative
}
.hide{
    display: none
}
.tabs-body{
    display: none
}

/* Modal */

.blocker{
    z-index: 10
}

/* Section */

.section{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative
}

/* Текста */

.typo-gossip{
    font-size: 1.88em;
    font-weight: 700
}
.typo-unite{
    font-size: 1.2em;
    font-weight: 700
}
.s-ask__kit p {
    padding: 0 1em;
}
.typo-wash{
    font-size: 0.88em;
    font-weight: 700
}
.typo-speech{
    font-size: 1.50em;
    font-weight: 700;

}

/* Color */

.color__white{
    color: #ffffff
}

/* Btn */

.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.btn-clasp{
    color: #ffffff;
    font-size: 0.88em;
    font-family: Scania SansCY;
    font-weight: 700;
    background-color: #071252;

    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 4.12em;
    padding-left: 2.13em;
    padding-right: 2.13em
}

/* Form */

.form-control{
    border: 1px solid #dddddd;
    padding-left: 0.60em;
    padding-right: 0.60em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    width: 100%
}
.form-group{
    margin-bottom: 0.60em
}
.form-label{
    display: block;
    font-weight: 400
}
.form-checkbox{
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

/* Input */

.input{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

/* S-main */

.s-main{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.s-main__logo{
    position: absolute;
    left: 2.20em;
    top: 2.20em;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}
.s-main__track{
    position: absolute;
    bottom: 0;
    right: -15.00em;
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    -moz-transition: all 800ms;
    transition: all 800ms;
    -webkit-animation: move 2s infinite;
       -moz-animation: move 2s infinite;
         -o-animation: move 2s infinite;
            animation: move 2s infinite
}
.s-main__lead{
    position: absolute;
    left: 1.20em;
    bottom: 6.40em;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}
.s-main__note{
    position: absolute;
    left: 2.50em;
    bottom: 2.50em;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}
.s-main__make{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    -moz-transition: all 1000ms;
    transition: all 1000ms
}
.s-main.out .s-main__make{
    -webkit-transform: scaleY(1.19) scaleX(1.19);
       -moz-transform: scaleY(1.19) scaleX(1.19);
        -ms-transform: scaleY(1.19) scaleX(1.19);
         -o-transform: scaleY(1.19) scaleX(1.19);
            transform: scaleY(1.19) scaleX(1.19)
}
.s-main.out .s-main__lead, .s-main.out .s-main__note, .s-main.out .s-main__logo{
    -webkit-transform: translateX(-390px);
       -moz-transform: translateX(-390px);
        -ms-transform: translateX(-390px);
         -o-transform: translateX(-390px);
            transform: translateX(-390px)
}
.s-main.out .s-main__track{
    -webkit-transform: translateX(-270px);
       -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
         -o-transform: translateX(-270px);
            transform: translateX(-270px);
    opacity: 0
}

/* S-ask */

.s-ask{
    background-image: url(../img/background/s1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4.20em;
    opacity: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    pointer-events: none
}
.s-ask__kit{
    background-color: transparent;
    border:3px solid #ffffff;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 38.40em;
    text-align: center;
    padding-top: 1.70em;    width: 68%;
    padding-bottom: 1.70em;
    cursor: pointer
}
.s-ask--s2{
    background-image: url(../img/background/s2.png)
}
.s-ask--s3{
    background-image: url(../img/background/s3.png)
}
.s-ask--s4{
    background-image: url(../img/background/s4.png)
}
.s-ask--s5{
    background-image: url(../img/background/s5.png)
}
.s-ask--s6{
    background-image: url(../img/background/s6.png)
}
.s-ask__kit + .s-ask__kit{
    margin-top: 1.70em
}
.s-ask.active{
    opacity: 1;
    pointer-events: auto
}

/* B-head */

.b-head{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    padding-top: 2.10em;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    opacity: 0
}
.b-head__logo{
    position: absolute;
    left: 2.70em;
    top: 2.00em
}
.b-head__count{
    position: absolute;
    top: 2.70em;
    right: 2.60em
}
.b-head.active{
    opacity: 1
}

/* B-result */

.b-result{
    background-color: #ffffff;
    position: absolute;
    left: 2.20em;
    top: 2.20em;
    z-index: 4;
    right: 2.20em;
    bottom: 2.20em;
    border-top: 8px solid #035831;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-120%);
       -moz-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
         -o-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms
}
.b-result__lining{
    position: relative;
    padding-left: 3.20em;
    padding-right: 3.20em;
    padding-top: 2.10em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.b-result__name{
    color: #0B5934
}
.b-result__btn{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #010a51;
    width: 3.40em;
    height: 3.40em;
    background-image: url(../img/icons/next.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer
}
.b-result--wrong{
    border-top-color: #ED1A3A
}
.b-result--social{
    border: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    pointer-events: none
}
.b-result.active{
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)
}
.b-result--wrong .b-result__name{
    color: #ED1A3A
}
.b-result--social > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.60em;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.b-result--social.active{
    pointer-events: auto
}
/*
 * CASCADE
 */

.tabs-body.active{
    display: block
}
.nice-select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none
}
.nice-select .current{
    line-height: 1.2;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}
.nice-select .list{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.nice-select .option{
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}
.form-checkbox > input:checked ~ .check:after{
    opacity: 1
}
.form-checkbox > input, .form-checkbox > span.check{
    width: 1.00em;
    height: 1.00em
}
.form-checkbox > input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none
}
.form-checkbox > span.check{
    border: 1px solid #dddddd;
    display: block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}
.form-checkbox > span.check:after{
    position: absolute;
    left: 0.32em;
    top: 0;
    content: '';
    width: 0.40em;
    height: 0.70em;
    border-width: 2px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    border-color: #000000;
    border-right-style: solid;
    border-bottom-style: solid;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    opacity: 0
}
/*
 * MEDIA
 */

@media screen and (max-width: 575px){
    
    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
}




@media (max-width: 575px){
    .s-main__track{display: none;}
.wrap{    width: 100%}
.s-main__logo{left: 0;
    margin: auto;
    right: 0;}
    .s-main__lead{    position: absolute;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    font-size: 1.5em;
    bottom: 0;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;}
    .typo-unite{font-size: 1em}
    .s-ask__kit{width: 88%}
    .s-main__note{    left: 0;
    margin: auto;
    right: 0;}
    .typo-speech{font-size: 1em}
    .b-result__lining{padding-left:2em;padding-right: 2em;}
    h4.typo-unite.cn-fw-900{    margin-left: auto;
    margin-right: auto;}
    .b-result{left: 1em;right: 1em;top: 1em;bottom: 1em}
    .b-head{display: flex;justify-content: center;}
    h4.typo-unite.cn-fw-900{    max-width: 170px;}
}