@font-face {
	font-family: "HappyFox";
	src:
		url("../inc/fonts/happyfox.eot?#iefix") format("embedded-opentype"),
		url("../inc/fonts/happyfox.woff") format("woff"),
		url("../inc/fonts/happyfox.ttf")  format("truetype"),
		url("../inc/fonts/happyfox.svg#HappyFox-Condensed") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PFDinTextProRegular";
	src: url("../inc/fonts/pfdintextpro-regular.eot");
	src:
		url("../inc/fonts/pfdintextpro-regular.eot?#iefix") format("embedded-opentype"),
		url("../inc/fonts/pfdintextpro-regular.woff2") format("woff2"),
		url("../inc/fonts/pfdintextpro-regular.woff") format("woff"),
		url("../inc/fonts/pfdintextpro-regular.ttf") format("truetype"),
		url("../inc/fonts/pfdintextpro-regular.svg#PFDinTextPro-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "PFDinTextProBold";
	src: url("../inc/fonts/pfdintextpro-bold.eot");
	src:
		url("../inc/fonts/pfdintextpro-bold.eot?#iefix") format("embedded-opentype"),
		url("../inc/fonts/pfdintextpro-bold.woff2") format("woff2"),
		url("../inc/fonts/pfdintextpro-bold.woff") format("woff"),
		url("../inc/fonts/pfdintextpro-bold.ttf") format("truetype"),
		url("../inc/fonts/pfdintextpro-bold.svg#PFDinTextPro-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "PFDinTextProRegular";
	margin: 0;
	outline: none !important;
	padding: 0;
}

html, body {
	background: #fff;
	color: #6e6e6e;
	height: 100%;
}

a {
	color: #ff3a1f;
	text-decoration: none;
}

a:hover {
	color: #f41d00;
}

strong {
	font-family: "PFDinTextProBold";
	font-weight: normal;
}

.wrap {
	margin: 0 auto;
	width: 980px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.slow {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1,
h2,
h3 {
	font-family: "HappyFox";
	font-weight: normal;
}

h2 {
	color: #ff3a1f;
	font-size: 70px;
	text-align: center;
}

h2:after {
	background: #ff3a1f;
	content: "";
	display: block;
	height: 4px;
	margin: 14px auto 23px;
	width: 40px;
}

.byline {
	font-size: 20px;
	line-height: 26px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

button {
	cursor: pointer;
}

.small {
	font-family: "PFDinTextProBold";
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.button,
.button-border {
	border-radius: 0;
	display: block;
	font-family: "PFDinTextProBold";
	font-size: 14px;
	letter-spacing: 1.4px;
	text-align: center;
	text-transform: uppercase;
}

.button {
	background: #ff3a1f;
	border: 0;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.button:hover {
	background: #f41d00;
	color: #fff;
}

.button-border {
	background: transparent;
	border: 2px solid #ff3a1f;
	color: #ff3a1f;
	height: 50px;
	line-height: 46px;
}

.button-border:hover {
	background: #ff3a1f;
	color: #fff;
}

.shadow {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.hidden {
	overflow: hidden;
}


/* Header * * * * * * * * * * * * * * * * * * * * * * * * * * */

header {
	background: #fff;
	height: 70px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.logos {
	float: left;
	margin: 15px 0 0 20px;
}

.logos > * {
	float: left;
}

.logo-wv {
	height: 40px;
}

.logos > span {
	color: #6e6e6e;
	font-family: "HappyFox";
	font-size: 30px;
	line-height: 36px;
	margin: 0 8px;
}

.logo-ren {
	height: 44px;
	position: relative;
	top: -2px;
}

.menu {
	float: right;
}

nav {
	float: left;
	line-height: 70px;
}

nav a {
	color: #6e6e6e;
	font-size: 18px;
	margin-left: 20px;
}

nav a:hover {
	color: #ff3a1f;
}

.header-help {
	float: right;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	margin-left: 30px;
	width: 140px;
}


/* Intro * * * * * * * * * * * * * * * * * * * * * * * * * * */

.intro {
	background: #6e6e6e url(../img/intro6.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	height: 750px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
}

.intro h1 {
	color: #fff;
	font-size: 130px;
	line-height: 500px;
	text-align: center;
}


/* Short * * * * * * * * * * * * * * * * * * * * * * * * * * */

.short {
	background: #f2f2f2;
	position: relative;
	z-index: 2;
}

.short .wrap > div {
	background: #fff;
	float: left;
	height: 360px;
	margin: -180px 0 0 40px;
	padding: 30px;
	text-align: center;
	width: 300px;
}

.short .wrap > div:first-child {
	margin-left: 0;
}

.short .wrap > div strong {
	color: #ff3a1f;
	display: block;
	font-family: "HappyFox";
	font-size: 45px;
	font-weight: normal;
}

.short .wrap > div strong:after {
	background: #ff3a1f;
	content: "";
	display: block;
	height: 4px;
	margin: 14px auto 23px;
	width: 40px;
}

.short .wrap > div p {
	font-size: 18px;
	line-height: 24px;
}


/* Children * * * * * * * * * * * * * * * * * * * * * * * * * * */

.children {
	background: #f2f2f2;
	padding: 60px 0;
}

.children-list {
	height: 450px;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.children-block {
	float: left;
	height: 400px;
	width: 980px;
}

.children-block > div {
	height: 400px;
	position: relative;
	width: 980px;
}

.slick-slide {
	margin-right: 10px;
}

.slick-list {
	margin-right: -10px;
}

.children-block-media {
	background: #ddd;
	height: 320px;
	left: 0;
	position: absolute;
	top: 0;
	width: 480px;
	z-index: 2;
}

.children-block-media-photo {
	background: no-repeat center center;
	background-size: cover;
	height: 320px;
	width: 480px;
}

.children-block-content {
	background: #fff;
	bottom: 0;
	height: 340px;
	padding: 40px 40px 40px 470px;
	position: absolute;
	right: 0;
	width: 920px;
	z-index: 1;
}

.children-block-content span.programm {
	background: #eee;
	display: block;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.children-block-content > strong {
	color: #ff3a1f;
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.children-block-content p {
	font-size: 16px;
	line-height: 19px;
	margin: 14px 0 35px;
}

.children-block-content div.progress {
	background: #eee;
	height: 4px;
}

.children-block-content div.progress div {
	background: #ff3a1f;
	height: 4px;
}

.children-block-content div.progress-text {
	font-size: 18px;
	margin-top: 10px;
}

.children-block-content-buttons {
	bottom: 40px;
	position: absolute;
	right: 40px;
	width: 410px;
}

.children-block-content .button {
	float: left;
	width: 195px;
}

.children-block-content .button-border {
	float: right;
	width: 190px;
}

.children-block-social {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 490px;
	z-index: 2;
}

.children-block-social a {
	margin: 0 8px;
}

.children-block-social svg {
	height: 20px;
	width: 20px;
}

.children-block-social a:hover svg path {
	fill: #999;
}

.children-list .prev,
.children-list .next {
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
	height: 40px;
	padding-top: 11px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 3;
}

.children-list .prev.slick-disabled,
.children-list .next.slick-disabled {
	cursor: default;
}

.children-list .prev {
	right: 50px;
}

.children-list .next {
	right: 0;
}

.children-list .prev svg,
.children-list .next svg {
	height: 18px;
	position: relative;
	width: 9px;
}

.children-list .prev svg {
	left: -2px;
}

.children-list .next svg {
	right: -2px;
}

.children-list .prev svg path,
.children-list .next svg path {
	fill: #ff3a1f;
}

.children-list .prev.slick-disabled svg path,
.children-list .next.slick-disabled svg path {
	fill: #ccc;
}

.children-list .prev:hover:not(.slick-disabled),
.children-list .next:hover:not(.slick-disabled) {
	background: #ff3a1f;
}

.children-list .prev:hover:not(.slick-disabled) svg path,
.children-list .next:hover:not(.slick-disabled) svg path {
	fill: #fff;
}

.slick-dots {
	bottom: 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 10px;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background: #999;
}

.slick-dots li button:before {
	background: transparent;
	border-radius: 5px;
	border: 1px solid #999;
	content: "";
	font-size: 0;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}

.slick-dots li.slick-active button:before {
	background: #999;
	color: black;
}


/* Pay Form * * * * * * * * * * * * * * * * * * * * * * * * * * */

.payment {
	background: #fafafa;
	padding: 60px 0;
}

.pay-block {
	margin-top: 50px;
	position: relative;
}

.pay-block-tabs {
	height: 80px;
}

.pay-block-tabs > a {
	background: #f2f2f2;
	color: #6e6e6e;
	display: block;
	float: left;
	font-family: "HappyFox";
	font-size: 38px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 326px;
}

.pay-block-tabs > a:first-child {
	width: 328px;
}

.pay-block-tabs > a.selected {
	background: #fff;
}

.pay-block-content {
	background: #fff;
	padding: 40px;
}

#pay-block-sms,
#pay-block-bank {
	display: none;
}

.pay-block-line {
	height: 50px;
	margin-bottom: 20px;
	padding-left: 200px;
	position: relative;
}

.pay-block-label {
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
}

select.pay-block-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fefefe;
	background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8 6"><path fill="#000000" d="M0,0h8L4,6l0,0L0,0z"></path></svg>');
	background-position: right 19px top 21px;
	background-repeat: no-repeat;
	background-size: 8px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #6e6e6e;
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	width: 100%;
}

.pay-block-line.pay {
	height: 110px !important;
}

.pay-block-pay .radio:nth-child(1) label,
.pay-block-pay .radio:nth-child(5) label {
	margin-left: 0 !important;
}

.pay-block-pay .radio:nth-child(1) label,
.pay-block-pay .radio:nth-child(2) label,
.pay-block-pay .radio:nth-child(3) label,
.pay-block-pay .radio:nth-child(4) label {
	margin-top: 0 !important;
}

.pay-block-pay label {
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #dddddd;
	cursor: pointer;
	display: block;
	float: left;
	height: 50px;
	margin: 10px 0 0 10px;
	width: 167px;
}

.pay-block-pay input[type=radio]:checked + label {
	background: url(../img/pay-select.png) no-repeat left top !important;
	box-shadow: inset 0 0 0 2px #ff3a1f;
}

.pay-block-pay label:after {
	content: "";
	display: block;
	height: 50px;
	width: 167px;
}

#pay-cards:after {
	background: url("/static_site/img/pay_logo--1.svg") center center no-repeat;
	background-size: 230%;
}

#pay-webmoney:after {
	background: url(../img/pay-webmoney.png) center center no-repeat;
}

#pay-tinkoff:after {
	background: url("/static_site/img/pay-t.svg") center center no-repeat;
	background-size: auto 60%;
}

#pay-qiwi:after {
	background: url("/static_site/img/pay_logo--3.svg") center center no-repeat;
}

#pay-sber:after {
	background: url("/static_site/img/pay_logo--4.svg") center center no-repeat;
}

#pay-yandex:after {
	background: url("/static_site/img/pay_logo--5.svg") center center no-repeat;
}

#pay-paypal:after {
	background: url("/static_site/img/pay_logo--6.svg") center center no-repeat;
}

#pay-rbk:after {
	background: url(../img/pay-rbk.png) center center no-repeat;
}

#pay-alfa:after {
	background: url("/static_site/img/pay_logo--7.svg") center center no-repeat;
}

#pay-sbp:after {
	background: url("/static_site/img/pay_logo--10.svg") center center no-repeat;
	background-size: 40%;
}


.pay-block label,
.pay-sum label {
	cursor: pointer;
}

.pay-block input[type=radio] {
	display: none;
}

.pay-block-type label,
.pay-block-sum label {
	border-radius: 3px;
	color: #6e6e6e;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}

.pay-block-type label {
	background: #f2f2f2 url(../img/radio.png) no-repeat 25px center;
	padding-left: 50px;
	width: 240px;
}

.pay-block-sum label {
	background: #f2f2f2 url(../img/radio.png) no-repeat 15px center;
	padding-left: 40px;
	width: 120px;
}

.pay-block-type input[type=radio]:checked + label,
.pay-block-sum input[type=radio]:checked + label {
	background: #ff3a1f url(../img/radio-mark.png) no-repeat 25px center !important;
	color: #fff;
}

.pay-block .pay-block-sum input[type=radio]:checked + label {
	background: #ff3a1f url(../img/radio-mark.png) no-repeat 15px center !important;
}

.inp {
	background: #fefefe;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	font-size: 16px;
	height: 50px;
	padding: 0 20px;
}

.pay-block-contacts input[type=text],
.pay-block-contacts input[type=email] {
	float: left;
	margin-right: 10px;
	width: 280px;
}

.pay-block input[type=checkbox] {
	position: relative;
	top: -1px;
}

.pay-block-contacts .checkbox {
	font-size: 16px;
	line-height: 50px;
	text-align: right;
}

.pay-block-contacts input[type=checkbox] {
	margin-right: 8px;
}

.pay-block-sum-other {
	float: right;
	width: 180px;
}

.pay-method {
	margin-top: 10px;
}

.pay-block-bottom {
	background: #f2f2f2;
	bottom: -40px;
	font-size: 16px;
	height: 110px;
	left: -40px;
	margin-top: -20px;
	padding: 30px 40px;
	position: relative;
	width: 980px;
}

.pay-block-bottom button {
	float: right;
	width: 200px;
}

.pay-block-bottom .checkbox {
	line-height: 50px;
}

.pay-block-bottom .checkbox input[type=checkbox] {
	margin-right: 8px;
}

#pay-block-sms {
	font-size: 16px;
}

#pay-block-sms ol {
	margin-left: 20px;
}

#pay-block-sms p,
#pay-block-sms li {
	margin: 16px 0;
}

#pay-block-sms {
	padding: 24px 40px !important;
}

#pay-block-bank p {
	margin-bottom: 20px;
}

#pay-block-bank table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	margin-bottom: 40px;
	width: 100%;
}

#pay-block-bank table:last-child {
	margin-bottom: 0;
}

#pay-block-bank td {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 8px 12px;
	vertical-align: top;
}

#pay-block-bank tr:nth-child(2n+1) {
	background: #f5f5f5;
}


/* Picture * * * * * * * * * * * * * * * * * * * * * * * * * * */

.picture {
	background: #ccc url(../img/child.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	font-family: "HappyFox";
	font-size: 90px;
	height: 340px;
	line-height: 340px;
	text-align: center;
}


/* Reportages * * * * * * * * * * * * * * * * * * * * * * * * * * */

.reportages-list {
	margin: 40px 0 0;
}

.reportages-list > div {
	float: left;
	margin: 0 0 40px 40px;
	width: 300px;
}

.reportages-list > div:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.reportages-list > div > a strong {
	display: block;
	font-size: 24px;
	margin-top: 20px;
}

.reportages-list > div > p
.reportages-list > div > span {
	font-size: 16px;
	line-height: 20px;
}

.reportages-list > div > p {
	margin: 9px 0;
}

.reportages {
	padding: 60px 0;
}


/* Reports * * * * * * * * * * * * * * * * * * * * * * * * * * */

.reports {
	background: #f2f2f2;
	padding-top: 60px;
}

.reports > div {
	margin-bottom: -100px;
	position: relative;
	position: relative;
	z-index: 2;
}

.reports-table {
	background: #fff;
	margin: 40px auto 0;
	padding: 20px 40px 40px;
	width: 600px;
}

.reports-table table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	width: 100%;
}

.reports-table table th,
.reports-table table td {
	border-bottom: 1px solid #e6e6e6;
	line-height: 49px;
	text-align: left;
}

.reports-table .button-border {
	height: 40px;
	font-size: 12px;
	line-height: 38px;
	margin: 30px auto 0;
	width: 140px;
}


/* Reports * * * * * * * * * * * * * * * * * * * * * * * * * * */

footer {
	background: #1d1d1d;
	height: 250px;
	padding-top: 133px;
	position: relative;
	z-index: 1;
}

footer p {
	color: #666;
	font-size: 16px;
	text-align: center;
}

footer p span {
	border: 1px solid #383838;
	border-radius: 18px;
	display: inline-block;
	font-size: 12px;
	height: 36px;
	line-height: 34px;
	margin-left: 12px;
	text-align: center;
	width: 36px;
}

.footer-social {
	margin: 16px auto 0;
	text-align: center;
}

.footer-social a {
	display: inline-block;
	margin: 0 8px;
}

.footer-social svg {
	height: 20px;
	width: 20px;
}

.footer-social a:hover svg path {
	fill: #999;
}


/* Overlay * * * * * * * * * * * * * * * * * * * * * * * * * * */

.overlay {
	background: rgba(29, 29, 29, 0.8);
	display: none;
	height: 100%;
	left: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.overlay > div {
	background: #fff;
	margin: 60px auto;
	padding: 40px;
	position: relative;
	width: 840px;
}

.close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
}

.close {
	background: url(../img/close.png) no-repeat center center;
	background-size: 24px 24px;
	height: 24px;
	opacity: 0.6;
	position: absolute;
	right: -44px;
	top: 0;
	width: 24px;
}

.close:hover {
	opacity: 1;
}

#offer p,
#offer li,
#agreement p,
#agreement li,
#after-pay p {
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

#offer ul {
	list-style: circle;
	margin-left: 20px;
}

#offer h3,
#agreement h3,
#after-pay h3 {
	font-size: 48px;
	margin-bottom: 20px;
}

#offer .header {
	font-family: "PFDinTextProBold";
	font-size: 20px;
	margin: 34px 0 20px;
}


	.intro {
		background-attachment: scroll;
	}

	.picture {
		background-attachment: scroll;
	}

iframe.main_video video {
	width: 480px;
	height: 320px;
}

.video_preview {
	position: relative;
	cursor: pointer;
}

.video_preview img {
	width: 300px;
	height: 200px;
}

.video_preview:after {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1rem;
    box-sizing: border-box;
    width: 3rem;
    height: 3rem;
    background: rgba(255,255,255,0.75) url(/static/tvc/img/play.svg) center no-repeat;
    background-size: 50% auto;
    border: 0.25rem solid rgba(255,255,255,0);
    border-radius: 10rem;
    content: '';
}