

/* Start:/local/templates/quiz/css/slick.css?15626077721776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/quiz/template_styles.css?177782337136600*/
.tablebodytext{
display:none;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	min-height: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	background: #00b3af;
	background: -moz-linear-gradient(-45deg, #00b3af 0%, #84dcf4 50%, #47e2cf 100%);
	background: -webkit-linear-gradient(-45deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	background: linear-gradient(135deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3af', endColorstr='#47e2cf',GradientType=1 );
	color: #fff;
}
button{
	outline: none !important;
}
a{
	text-decoration: none;
	color: #f35a6c;
	transition: color 0.3s linear;
	outline: none !important;
}
a:hover{
	text-decoration: none;
	color: #fd3850;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4{
	line-height: 1.3;
}
.right{
	float: right;
}
.layout{
	background: #00b3af;
	background: -moz-linear-gradient(-45deg, #00b3af 0%, #84dcf4 50%, #47e2cf 100%);
	background: -webkit-linear-gradient(-45deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	background: linear-gradient(135deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3af', endColorstr='#47e2cf',GradientType=1 );
}
.header{
	background-color: #008085;
	width: 100%;
	padding: 12px 0;
}
.header__logo{
	float: left;
	margin-right: 35px;
	height: 75px;
	width: 35px;
	background: url(/local/templates/quiz/images/logo.svg) no-repeat left center;
	background-size: contain;
}
.header__menu{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin: 18px 0;
}
.header__menu.open{
	display: block !important;
}

.header__menu li{
	height: 38px;
	display: inline-block;
	margin-right: 35px;
}
.header__menu li a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.header__menu li a:after{
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.2);
	width: 0;
	transition: width 0.2s linear;
}
.header__menu li a:hover:after{
	width: 100%;
}
.header__menu li.selected a:after{
	background-color: rgba(255,255,255,0.6);
	width: 100%;
}

.header__btn{
	float: right;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 16px;
	margin: 18px 0;
	font-size: 18px;
	font-weight: 600;
	transition: background-color 0.3s linear;
}
.header__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}

.header__menu-btn{
	display: block;
	padding: 0;
	border: none;
	background-color: transparent;
	float: right;
	line-height: 38px;
	text-align: center;
	width: 38px;
	height: 38px;
	font-size: 32px;
	color: #fff;
	margin: 6px 0 6px 0px;
}


.promo{
	overflow: hidden;
	padding: 60px 0 50px;
	background: #00b3af;
	background: -moz-linear-gradient(-45deg, #00b3af 0%, #84dcf4 50%, #47e2cf 100%);
	background: -webkit-linear-gradient(-45deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	background: linear-gradient(135deg, #00b3af 0%,#84dcf4 50%,#47e2cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3af', endColorstr='#47e2cf',GradientType=1 );
}
.promo__image{
	text-align: center;
}
.promo__image img{
	max-width: 100%;
}
.promo__h1{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 900;
	font-size: 44px;
	line-height: 1.3;
	padding: 0;
	margin-top: 85px;
	margin-bottom: 20px;
}
.promo__h2{
	color: #222;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	padding: 0;
	margin-bottom: 40px;
}
.promo__btn{
	display: inline-block;
	height: 43px;
	line-height: 43px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 22px;
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.promo__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}

.promo__social{
	margin-top: 100px;
}
.promo__social a{
	border-color: rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.3s, border-color 0.3s;
}
.promo__social a:hover{
	border-color: #f35a6c;
	color: #f35a6c;
}

.social{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.social li{
	display: inline-block;
	margin-right: 5px;
}
.social a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	border: 1px solid;
	border-radius: 50px;
}

.schedule{
	background-color: #343434;
}
.schedule__h2{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 900;
	font-size: 26px;
	line-height: 1;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.schedule__btn{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}
.schedule__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}
.schedule__slider__box{
	position: relative;
}
.schedule__slider__nav{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	z-index: 90;
}
.schedule__slider__nav button{
	background-color: transparent;
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0 7px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	color: rgba(144, 144, 144, 0.5);
	transition: color 0.3s linear;
}
.schedule__slider__nav button:hover{
	color: #909090;
}
.schedule__slider{
	letter-spacing: 0;
	padding-right: 120px;
	position: relative;
}
.schedule__item{
	display: block;
	width: 50%;
	float: left;
	outline: 0 !important;
    outline-offset: 0 !important;
}
.schedule__item__box{
	padding: 20px 30px;
	position: relative;
	transition: background-color 0.3s;
	display: block;
	outline: none;
}
.schedule__item__box:hover{
	background-color: #222;
}
.schedule__item__title{
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	line-height: 1.1;
	min-height: 50px;
}
.schedule__item__date{
	position: relative;
	padding-left: 32px;
	display: block;
	font-weight: normal;
	line-height: 22px;
	font-size: 16px;
	color: #909090;
	margin-bottom: 20px;
	transition: color 0.3s;
}
.schedule__item__date .fa{
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 24px;
}
.schedule__item__place{
	position: relative;
	padding-left: 32px;
	display: block;
	font-weight: normal;
	line-height: 22px;
	font-size: 16px;
	color: #909090;
	margin-bottom: 20px;
	transition: color 0.3s;
}
.schedule__item__place .fa{
	position: absolute;
	top: -4px;
	left: 3px;
	font-size: 24px;
}
.schedule__item__box:hover .schedule__item__date, 
.schedule__item__box:hover .schedule__item__place{
	color: #fff;
}
.schedule__item__bar{
	border-top: 1px solid #909090;
	margin-top: 24px;
	padding-top: 20px;
	padding-bottom: 0px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
.schedule__item__reg{
	text-align: right;
	float: right;
	color: #47e24d;
	position: relative;
	padding-right: 30px;
}
.schedule__item__reg .fa{
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0px;
}
.schedule__item__status{
	float: left;
	text-align: left;
	position: relative;
	padding-left: 33px;
}
.schedule__item__status .fa{
	font-size: 22px;
	position: absolute;
	left: 0;
	top: -2px;
}
.schedule__item__status.green{
	color: #47e24d;
}
.schedule__item__status.yellow{
	color: rgba(255, 247, 66, 0.86);
}
.schedule__item__status.red{
	color: #f35a6c;
}
.schedule__item__bar:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.about{
	padding: 40px 0;
	background: url(/local/templates/quiz/images/about_bg.png) repeat center top #fff;
}
.about__h2{
	color: #fff;
	display: block;
	font-size: 60px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1;
	text-align: center;
	color: #47e2cf;
}
.about__item{
	max-width: 280px;
	min-height: 290px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto 40px;
	padding: 25px;
}
.about__item__image{
	height: 135px;
	text-align: center;
	margin-bottom: 30px;
}
.about__item__image img{
	max-height: 135px;
}
.about__item__text{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #343434;
}
.about__btn__box{
	text-align: center;
}
.about__btn{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.about__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}

.how{
	padding: 40px 0;
	background: url(/local/templates/quiz/images/how_bg.png) repeat center top #00b3af;
}
.how__h2{
	color: #fff;
	display: block;
	font-size: 60px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}
.how__btn{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: transparent;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear, border-color 0.15s linear;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #fff;
}
.how__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
	border-color: #fd3850;
}
.how__item{
	margin-bottom: 45px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	padding-top: 30px;
}
.how__item .num{
	position: absolute;
	top: 0;
	display: block;
	width: 125px;
	height: 107px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.how__item__1 .num{
	background-image: url(/local/templates/quiz/images/how_to_1.png);
	left: 0;
}
.how__item__2 .num{
	background-image: url(/local/templates/quiz/images/how_to_2.png);
	right: 0;
}
.how__item__3 .num{
	background-image: url(/local/templates/quiz/images/how_to_3.png);
	left: 0;
}
.how__item__4 .num{
	background-image: url(/local/templates/quiz/images/how_to_4.png);
	right: 0;
}
.how__item__1, .how__item__3{
	padding-left: 125px;
}
.how__item__2, .how__item__4{
	padding-right: 125px;
	text-align: right;
}

.info{
	padding: 40px 0;
	background: #fff;
}
.info-news{
	background-color: #343434;
	height: 420px;
	position: relative;
	padding-bottom: 60px;
}
.info-news__h2{
	display: block;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1;
	color: rgba(0, 0, 0, 0.25);
}
.info-news__item{
	min-height: 164px;
	padding: 7px 7px 30px 164px;
	transition: background-color 0.3s linear;
	position: relative;
	display: block;
}
.info-news__item:hover{
	background-color: #222222;
}
.info-news__item:hover .info-news__item__more{
	color: #47e24d;
}
.info-news__item__image{
	position: absolute;
	top: 7px;
	left: 7px;
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
	background-color: rgba(255,255,255,0.3);
}
.info-news__item__image img{
	width: 100%;
}
.info-news__item__title{
	font-size: 17px;
	  font-weight: 600;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.4;
	  letter-spacing: normal;
	  color: #fff;
}
.info-news__item__bar{
	position: absolute;
	line-height: 15px;
	height: 15px;
	bottom: 7px;
	left: 164px;
	right: 7px;
	font-weight: normal;
}
.info-news__item__bar:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.info-news__item__date{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	float: left;
}
.info-news__item__more{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	float: right;
	transition: color 0.3s linear;
}
.info-news__more{
	position: absolute;
	bottom: 20px;
	height: 20px;
	line-height: 20px;
	left: 7px;
	right: 7px;
}
.info-news__more a{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.3s linear;
}
.info-news__more a:hover{
	color: #fff;
}
.info-photo{
	position: relative;
	height: 420px;
	overflow: hidden;
}
.info-photo__h2{
	display: block;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1;
	color: rgba(0, 0, 0, 0.25);
}	
.info-photo__item{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.25);
	height: 420px;
}
.info-photo__bar{
	position: absolute;
	bottom: 40px;
	left: 65px;
	right: 65px;
	background-color: #405a72;
	display: block;
	z-index: 100;
	padding: 10px 155px 10px 30px;
}
.info-photo__name{
	font-size: 22px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1;
	color: #ffffff;
}
.info-photo__date{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.8);
}
.info-photo__slider__nav{
	position: absolute;
	top: 11px;
	right: 30px;
	z-index: 120;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.info-photo__slider__nav button{
	background-color: transparent;
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0 0;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.3s linear;
}
.info-photo__slider__nav button:hover{
	color: rgba(255, 255, 255, 0.8);
}
.info-photo__slider__cnt{
	line-height: 1;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.4);
	position: relative;
	top: -2px;
}	
.info-photo__more{
	position: absolute;
	color: rgba(255, 255, 255, 0.4);
	right: 30px;
	bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: underline;
}
.info-photo__more:hover{
	color: #fff;
}

.questions{
	padding: 40px 0;
	background-image: linear-gradient(to top, #47e2cf, #00b3af);
}
.questions__h2{
	display: block;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 40px;
	padding: 0;
	line-height: 1;
	color: rgba(255,255,255,0.8);
}	
.questions__phone, .questions__email{
	display: block;
	font-size: 32px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
}
.questions__btn{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 25px;
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	position: relative;
	top: -5px;
}
.questions__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}


.footer{
	padding: 20px 0 0;
	background-color: #343434;
}
.footer__logo{
	float: left;
	margin-right: 35px;
	height: 75px;
	width: 35px;
	background: url(/local/templates/quiz/images/logo.svg) no-repeat left center;
	background-size: contain;
}
.footer__social{
	margin-top: 10px;
	text-align: right;
}
.footer__social a{
	border-color: rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.3s, border-color 0.3s;
}
.footer__social a:hover{
	border-color: #f35a6c;
	color: #f35a6c;
}
.footer__bottom{
	margin-top: 20px;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.1);
}
.footer__bottom__copyright{
	float: left;
	line-height: 18px;
	font-size: 13px;
	color: #909090;
	font-weight: normal;
}
.footer__bottom__create{
	float: right;
	text-align: right;
}
.footer__menu{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin: 18px 0;
}
.footer__menu.open{
	display: block !important;
}

.footer__menu li{
	height: 38px;
	display: inline-block;
	margin-right: 25px;
}
.footer__menu li a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.footer__menu li a:after{
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.2);
	width: 0;
	transition: width 0.2s linear;
}
.footer__menu li a:hover:after{
	width: 100%;
}
.footer__menu li.selected a:after{
	background-color: rgba(255,255,255,0.6);
	width: 100%;
}

.h1__inner{
	padding: 40px 20px;
	text-align: center;
	font-size: 44px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	text-transform: uppercase;
}
.news{
	padding: 30px 0 50px;
	background: url(/local/templates/quiz/images/how_bg.png) center top;
}
.news__item{
	margin-bottom: 30px;
	min-height: 255px;
	position: relative;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 20px 20px 50px 255px;
	position: relative;
	transition: background-color 0.3s linear;
	display: block;
}
.news__item:hover{
	background-color: #343434;
}
.news__item:hover .news__item__more{
	color: #47e24d;
}
.news__item__image{
	display: block;
	width: 215px;
	height: 215px;
	background-color: rgba(255,255,255,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 20px;
	left: 20px;
}
.news__item__title{
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 10px;
	display: block;
}
.news__item__text{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	color: #ffffff;
	display: block;
}  
.news__item__bar{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 255px;
	right: 20px;
}
.news__item__bar:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.news__item__date{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #ffffff;
	float: left;
} 

.news__item__more{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #ffffff;
	float: right;
	transition: color 0.3s linear;
}
.news-detail{
	padding: 20px 0 50px;
	background: url(/local/templates/quiz/images/how_bg.png) center top;
}
.news-detail p{
	margin-bottom: 40px;
	line-height: 1.4;
}
h1.news-detail__title{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0 0 20px;
	display: block;	
}
.news-detail__date{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 40px;
} 
.news-detail__image{
	margin: 0 0 40px;
	text-align: center;
}
.news-detail__image img{
	max-width: 100%;
}
.news-detail__back{
	margin: 40px 0 0;
	line-height: 20px;
}
.news-detail__back a{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}
.news-detail__back a i{
	font-size: 16px;
}

.about-page{
	padding: 30px 0 50px;
	background: url(/local/templates/quiz/images/how_bg.png) center top;
}
.about-page__logo{
	width: 80%;
}
.about-page__title{
	margin: 0 0 40px;
	padding: 0;
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
.about-page__text{
	font-size: 18px;
}
.about-page__text p{
	font-size: 18px;
	margin-bottom: 40px;
}
.about-page h3{
	margin: 0 0 40px;
	padding: 0;
	font-size: 30px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: rgba(255,255,255,0.8);
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

h3.questions__h3{
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.25);
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
.questions__box{
	background-color: rgba(0, 0, 0, 0.25);
	padding: 20px 20px 60px;
	position: relative;
	border-radius: 5px;
}
.questions__item{
	margin-right: 1px;
}
.questions__item__image{
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.questions__item__image img{
	max-width: 100%;
}
.questions__item__title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.questions__item__text{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
.questions__nav{
	position: absolute;
	bottom: 20px;
	height: 20px;
	left: 20px;
	right: 20px;
	line-height: 20px;
	text-align: center;
}
.questions__nav button{
	background-color: transparent;
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.4);
	transition: color 0.3s linear;
}
.questions__nav button:hover{
	color: rgba(255, 255, 255, 0.8);
}

.schedule-page{
	padding: 30px 0 50px;
	background: url(/local/templates/quiz/images/how_bg.png) center top;
}
.schedule-page__item{
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.25);
	position: relative;
	display: block;
	padding: 30px 25px 30px;
}
.schedule-page__item__day{
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	line-height: 1;
}
.schedule-page__item__title{
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	line-height: 1.1;
}
.schedule-page__item__date, .schedule-page__item__place, .schedule-page__item__price{
	position: relative;
	padding-left: 32px;
	display: block;
	font-weight: normal;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	transition: color 0.3s;
}
.schedule-page__item__date .fa, .schedule-page__item__place .fa, .schedule-page__item__price .fa{
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 24px;
}
.schedule-page__item__price b{
	font-weight: 600;
}
.schedule-page__item__place .fa{
	left: 3px;
}
.schedule-page__item__price .fa{
	top: -1px;
	left: -1px;
	font-size: 22px;
}
.schedule-page__item__bar{
	margin-top: 20px;
	padding-bottom: 0px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.schedule-page__item__reg{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	float: right;
}
.schedule-page__item__reg1{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	float: left;
}
.schedule-page__item__reg2{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	float: right;
}


.schedule-page__item__reg:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}
.schedule-page__item__status{
	float: left;
	text-align: left;
	position: relative;
	padding-left: 33px;
}
.schedule-page__item__status .fa{
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 5px;
}
.schedule-page__item__status.green{
	color: #47e24d;
}
.schedule-page__item__status.yellow{
	color: rgba(255, 247, 66, 0.86);
}
.schedule-page__item__status.red{
	color: #f35a6c;
}
.schedule-page__item__bar:after{
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

.rating{
	padding: 30px 0 50px;
	background: url(/local/templates/quiz/images/how_bg.png) center top;
}
.rating__box{
	background-color: rgba(0, 0, 0, 0.25);
	padding: 0 30px 30px;
	margin-bottom: 30px;
}
.rating__head{
	margin: 0 -30px;
	padding: 10px 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.rating__item{
	padding: 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.rating__item:last-child{
	border-bottom: none;
}
.rating__archive__link{
	color: #fff;
	display: inline-block;
	margin: 0 0 10px;
}
.rating__item a{
	color: #fff;
}
.archive .rating__item{
	font-size: 20px;
}

.contacts{
	padding: 40px 0 70px;
}
.contacts h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 44px;
	line-height: 1;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 40px;
}
.contacts__item{
	padding-left: 65px;
	position: relative;
	color: #fff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-bottom: 40px;
	line-height: 38px;
}
.contacts__item a{
	color: #fff;
}
.contacts__item .fa{
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 38px;
	width: 28px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.mf-field{
	margin-bottom: 20px;
}
.mf-text{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	margin-bottom: 10px;
}
.mf-input{
	display: block;
	width: 100%;
	background-color: #fff;
	border: solid 0 rgba(255, 255, 255, 0.8);
	height: 40px;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #343434;
	border-radius: 5px;
}
.mf-textarea{
	display: block;
	width: 100%;
	background-color: #fff;
	border: solid 0 rgba(255, 255, 255, 0.8);
	min-height: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #343434;
	border-radius: 5px;
}
.mf-submit{
	border: none;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	float: right;
}
.mf-submit:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}
.mf-ok-text{
	color: #47e24d;
	font-size: 16px;
}

.reg-section{
	padding: 40px 0 95px;
}
.reg-section h1{
	line-height: 1;
	font-size: 44px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.46);
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.reg__title{
	border-bottom: solid 1px #909090;
	padding: 10px;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #343434;
	text-align: center;
}
.reg__box{
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.reg{
	margin: 0 auto;
	padding: 40px 20px 40px;
	max-width: 450px; 
}
.reg__item{
	margin-bottom: 20px;
}
.reg__game{
	padding: 10px;
	border: solid 1px #909090;
	color: #666;
	border-radius: 5px;
}
.reg__game h3{
	color: #000;
	font-weight: 600;
	margin: 0 0 5px;
}
.reg__game h6{
	margin: 10px 0 5px;
}
.reg__game h4{
	margin: 5px 0 5px;
	color: #333;
}
.reg__game h5{
	margin: 5px 0 10px;
}
.reg__game h5 b{
	font-weight: 600;
	color: #333;
}

.reg__label{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #909090;
	line-height: 1;
}
.reg__buttons{
	margin-top: 40px;
	text-align: center;
}
.reg__btn{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 5px;
	background-color: #f35a6c;
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	font-weight: 900;
	transition: background-color 0.3s linear;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border: none;
}
.reg__btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fd3850;
}
.reg__btn.blue{
	background-color: #00b3af;
}
.reg__btn.blue:hover{
	background-color: #08e0dd;
}
.reg__or{
	font-size: 14px;
	color: #909090;
	margin: 20px 0;
}
.reg__select{
	width: 100%;
	height: 40px;
	position: relative;
}
.reg__input{
	display: block;
	width: 100%;
	background-color: #fff;
	border: solid 0 rgba(255, 255, 255, 0.8);
	height: 40px;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #343434;
	border-radius: 5px;
	border: solid 1px #909090;
}
.reg__select select{
	display: block;
	width: 100%;
	background-color: #fff;
	border: solid 0 rgba(255, 255, 255, 0.8);
	height: 40px;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #343434;
	border-radius: 5px;
	border: solid 1px #909090;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
		background-image: url(/local/templates/quiz/images/select-bg.png);
	background-position: 97% center;
	background-repeat: no-repeat;
}
.reg__success{
	text-align: center;
}
.reg__success h3{
	margin: 0 auto 30px;
	padding: 15px 0 0 60px;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #343434;
	position: relative;
}
.reg__success h3 .fa{
	position: absolute;
	top: 0;
	left: 0;
	color: #47e24d;
	font-size: 50px;
}
.reg__success.error h3{
	padding-top: 12px;
	padding-left: 50px;
}
.reg__success.error h3 .fa{
	color: red;
}
.reg__success p{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	color: #909090;
}

.confirm__info{
	color: #909090;
	line-height: 1.4;
	padding-bottom: 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.confirm__info h2{
	line-height: 1;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.color-blue{
	color: #00b3af;
}	
.confirm__info h5{
	line-height: 1;
	font-size: 14px;
	color: #909090;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.confirm__info__item{
	margin-bottom: 20px;
}
.confirm__info__item b{
	font-family: 'Roboto', sans-serif;
	color: #00b3af;
	font-size: 20px;
}
.errortext{
	font-size: 12px;
	color: red;
	margin-bottom: -10px;
}

@media (max-width: 1199px)
{
	.header__menu li{
		margin-right: 20px;
	}
	.promo__social{
		margin-top: 40px;
	}
	.promo__h1{
		margin-top: 30px;
	}
	.schedule__btn{
		margin-top: 34px;
	}
	.schedule__slider{
		margin-left: -30px;
	}
	.schedule__h2{
		margin-bottom: 15px;
	}
	.schedule__btn{
		margin-bottom: 15px;
	}
	.info-photo__bar{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.news__item{
		min-height: 205px;
		padding-left: 205px;
		display: block;
	}
	.news__item__image{
		display: block;
		width: 165px;
		height: 165px;
		top: 20px;
		left: 20px;
	}
	.news__item__bar{
		left: 205px;
	}
}

@media (max-width: 991px)
{
	.header{
		text-align: center;
	}
	.header__logo{
		height: 50px;
		margin-right: 0;
	}
	.header__menu{
		margin: 12px 0 0;
		padding: 7px 0 0;
		border-top: 1px solid rgba(255,255,255,0.1);
		float: none;
	}
	.header__menu li{
		margin: 0 10px;
	}
	.header__btn{
		font-size: 14px;
		padding: 0 10px;
		margin: 6px auto;
		float: none;
	}
	.promo{
		padding: 40px 0 30px;
	}
	.promo__h1{
		margin-top: 30px;
		font-size: 30px;
	}
	.promo__h2{
		font-size: 22px;
	}
	.info-photo{
		margin-bottom: 40px;
		height: auto;
	}
	.info-news{
		height: auto;
	}
	.info-news__h2{
		margin-bottom: 10px;
	}
	.info-photo__h2{
		margin-bottom: 10px;
	}
	.info-news__item__image{
		width: 100px;
		height: 100px;
	}
	.info-news__item{
		padding-left: 114px;
		min-height: 114px;
	}
	.info-news__item__title{
		font-size: 14px;
	}
	.info-news__item__bar{
		left: 114px;
	}
	.questions{
		padding: 20px 0;
	}
	.questions__h2{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.questions__btn{
		top: 0;
	}
	.questions__phone, .questions__email{
		margin-bottom: 15px;
		display: inline-block;
		font-size: 18px;
	}
}	

@media (max-width: 767px)
{
	.h1__inner{
		padding: 20px 0;
		font-size: 28px;
	}
	.promo{
		padding: 30px 0 25px;
	}
	.promo__h1{
		margin-top: 20px;
		font-size: 24px;
	}
	.promo__h2{
		margin-top: 0;
		font-size: 18px;
	}
	.promo__image{
		padding: 0 20px;
	}
	.schedule__h2{
		margin-bottom: 15px;
	}
	.schedule__btn{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.schedule__slider{
		padding-right: 0;
		margin-left: 0px;
	}
	.about__h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.how__h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.how__item .num{
		width: 50px;
		height: 40px;
		left: -10px;
		right: auto;
	}
	.how__item{
		margin-bottom: 30px;
		font-size: 14px;
		padding-top: 8px;
	}
	.how__item__1, .how__item__3{
		padding-left: 45px;
	}
	.how__item__2, .how__item__4{
		padding-left: 45px;
		padding-right: 0;
		text-align: left;
	}	
	.info-news__h2{
		font-size: 20px;
	}
	.info-news__item__more{
		display: none;
	}
	.info-photo__h2{
		font-size: 20px;
	}
	.info-photo__item{
		height: 250px;
	}
	.info-photo__bar{
		position: static;
		padding: 10px;
	}
	.info-photo__name{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.info-photo__slider__nav{
		right: 11px;
	}
	.info-photo__more{
		right: 10px;
	}
	
	.footer{
		padding: 20px 0 0;
	}
	.news__item{
		min-height: auto;
		padding-left: 20px;
		display: block;
	}
	.news__item__image{
		width: 100%;
		position: static;
		margin-bottom: 10px;
	}
	.news__item__bar{
		left: 20px;
	}
	.about-page__title{
		margin: 0 0 30px;
		font-size: 22px;
	}
	.about-page__text p{
		margin-bottom: 20px;
	}
	.about-page h3{
		margin-bottom: 20px;
	}
	.schedule-page__item{
		padding: 15px;
	}
	.schedule-page__item__day{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.schedule-page__item__title{
		font-size: 22px;
	}
	.schedule-page__item__bar{
		margin-top: 10px;
	}
	.schedule-page__item__status{
		float: none;
		display: block;
	}
	.schedule-page__item__reg{
		float: none;
		margin-top: 10px;
	}
	.schedule-page__item__date, .schedule-page__item__place, .schedule-page__item__price{
		font-size: 14px;
	}
	.rating__box{
		padding: 0 5px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.rating__head{
		font-size: 12px;
		margin: 0 0px 0;
		padding: 5px 15px;
	}
	.rating__item{
		font-size: 12px;
	}
	.rating__item .row{
		margin: 0;
	}
	.rating__item .col-xs-1, .rating__item .col-xs-2, .rating__item .col-xs-7, 
	.rating__head .col-xs-1, .rating__head .col-xs-2, .rating__head .col-xs-7
	{
		padding: 0;
	}
	.contacts h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.contacts__item{
		font-size: 18px;
		margin-bottom: 10px;
		padding-left: 35px;
	}
	.contacts__item .fa{
		font-size: 20px;
	}
	.reg-section h1{
		font-size: 28px;
	}
	.reg__title{
		font-size: 18px;
		line-height: 1.1;
	}
	.reg{
		padding: 15px 15px 20px;
	}
	.reg__item{
		margin-bottom: 10px;
	}
	.reg__buttons{
		margin-top: 20px;
	}
	.reg__or{
		margin: 10px 0;
	}
	.reg__select select, 
	.reg__input{
		font-size: 12px;
	}
}
/* End */
/* /local/templates/quiz/css/slick.css?15626077721776 */
/* /local/templates/quiz/template_styles.css?177782337136600 */
