
.display-none {
	display: none !important;
}

/* ------ Общие контейнеры ------ */
.container {
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px rgba(0,0,0,0) solid;
	border-bottom: 1px rgba(0,0,0,0) solid;
}
.container-inner {	
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.anchor {
	position: relative;
	visibility: hidden;
}
.anchor-top-100 {top: -100px;}
.anchor-top-50 {top: -50px;}
.anchor-top-25 {top: -25px;}

/* ------ BACKGROUNDS ------ */
.bg-white {background-color: #ffffff !important;}
.bg-grey {background-color: #f7f7f7 !important;}
.bg-beige {background-color: #EFEEE4 !important;}
.bg-red {background-color: #C1272D !important;}
.bg-red-lighter {background-color: #ca474c !important;}
.bg-green {background-color: #22b573 !important;}
.bg-light-green {background-color: #ecf6f9 !important;}
.bg-dots {background-image: url(/images/bg/bg-square-dots.png);}

/* ------ ELEMENTS ------ */
a {
	text-decoration: none;
	color: #0084ce
}
a:hover {
	text-decoration: underline;
}
/* ------ BUTTONS ------ */
.container-button {
	margin: 50px 0;
	text-align: center;
}
.button {
	padding: 15px 20px;
	display: inline-block;
	min-width: 200px;	
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .25px;
	color: #ffffff;
	background-color: #C1272D;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;	
}
.button:hover {
	color: #ffffff;
	opacity: .9;
}

/* ------ Mobile Menu-slider ------ */
 
.hidden {
	display: none!important;
}
.mobile-menu-icon {
	display: inline-block;
	margin: 3px 15px 3px 0;
}
.mobile-slide-menu-toggle {
	/*Навешивать этот класс на объекты,
	которыми можно открывать или закрывать
	мобильное меню*/
	cursor: pointer;
}
.mobile-slide-menu {
	position: fixed;
	width: 270px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #31383f;
	z-index: 1000;	
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	transition: left 0.2s linear;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}
.hidden-mobile-slide-menu {
	left: -270px;	
}
.mobile-slide-menu-i {
	overflow: hidden;
}
.menu-slider-logo {
	display: block;
	padding: 20px 20px 5px 20px;
	position: relative;
	right: 0;
	-webkit-transition: right 0.2s linear;
	-moz-transition: right 0.2s linear;
	-o-transition: right 0.2s linear;
	transition: right 0.2s linear;
}
.menu-slider-logo-slide {
	right: -314px;
}
.mobile-menu-section {
	color: #ffffff;	
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
}
.mobile-menu-title {
	display: block;
	font-size: 15px;
	color: #ffffff;
	opacity: 0.5;
	padding: 20px 20px 5px 20px;
}
.mobile-menu-item {
	display: block;	
	padding: 10px 20px 10px 40px;
	color: #ffffff;
	font-size: 17px;
}
.mobile-menu-item:hover {
	background-color: #292f35;
	text-decoration: none;
}
.page-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: rgba(0,0,0,.5);
}
.hidden-page-overlay {
	display: none;
}
.close-menu-icon {
	position: absolute;
	top: 10px;
	left: 280px;
	width: 20px;
	height: 20px;
	background-image: url("/images/icon/close-menu-icon.svg");
}

/* ------ HEADER ------ */
.header {
	border-top: 0px;
	border-bottom: 0px;	
}
.header-fixed {
	position: fixed;
	background-color: #ffffff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 888;
	-webkit-box-shadow:	0px 0 5px 0 rgba(0,0,0,.25);
	-moz-box-shadow:	0px 0 5px 0 rgba(0,0,0,.25);
	box-shadow:			0px 0 5px 0 rgba(0,0,0,.25);
}
.header-index {
	position: absolute;
	left: 0;
	right: 0;
}
.header-inner {
	max-width: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
}
.header-fixed .header-inner {
	margin-top: initial;
	margin-bottom: initial;
	padding-top: 20px;
	padding-bottom: 10px;
}
.header-fixed + #content .container:first-child {
	margin-top: 69px;
}
.menu-icon {	
	width: 24px;
	height: 24px;
	background-image: url("/images/icon/icon-menu.svg");	
}
.header-logo {}
.header-logo.default-logo {
	display: initial;
}
.header-logo.mobile-logo {
	display: none;
}
.button-header {
	float: right;
	-webkit-border-radius: 8px 8px 8px 0;
	-moz-border-radius: 8px 8px 8px 0;
	-ms-border-radius: 8px 8px 8px 0;
	-o-border-radius: 8px 8px 8px 0;
	border-radius: 8px 8px 8px 0;
	text-transform: inherit;
	padding: 5px 8px;
	min-width: inherit;
	color: #ffffff;
	font-size: 13px;
}

/* ------ FOOTER ------ */
.footer {
	background-color: #434c57;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
}
.footer-inner {
	margin-top: 50px;
	margin-bottom: 25px;
	opacity: .65;
}
.footer-title {}
.footer-sub-title {
	margin-bottom: 10px;
	margin-top: 15px;
}
.footer-link {
	display: inline-block;
	margin-right: 50px;
	position: relative;
	padding-left: 26px;
}
.footer-link:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 18px;
	background-repeat: no-repeat;
	content: '';
}
.footer-link-fb:before {
	background-image: url(/images/icon/icon-social-fb-16x16-white.svg);
}
.footer-link-insta:before {
	background-image: url(/images/icon/icon-social-insta-16x16-white.svg);
}
.footer a {
	color: #ffffff;
}

/* ------ BLOCK Интро ------ */
.container-intro {
	min-height: 88vw;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain, cover;
}
.container-intro-index {
	background-image:
		url(/images/bg/intro-diagonal-flare.svg),
		url(/images/bg/bg-intro-clouds.jpg);
	background-size: auto 100%, cover;
	background-position: 100%, 50%;
	background-repeat: no-repeat;
}
.container-intro-index-inner {
	margin-top: 170px;
	margin-bottom: 200px;
	max-width: 1060px !important;
}
.container-intro-pobeditel {
	background-image:
		url(/images/bg/bg-intro-pobeditel-2019-03-layer-text.svg),
		url(/images/bg/bg-intro-pobeditel-2019-03-layer-bg.jpg);	
}
.container-intro-koroleva {
	background-image:
		url(/images/bg/bg-intro-koroleva-2019-09-3-layer-text.svg),
		url(/images/bg/bg-intro-koroleva-2019-09-2-layer-bg.jpg);	
}
.container-intro-question {
	max-width: 460px;
	margin: 0 auto;
}
.container-intro-index .question {
	border-left: 6px solid #ca474c;
	line-height: 1.1;
	padding-left: 15px;
}
.container-intro-index .question strong {
	color: #ca474c;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
.container-intro-index .intro-slogan {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.25;
	font-size: 24px;
}
.container-intro-index .intro-slogan strong {
	margin-top: 5px;
	display: block;
	font-size: 30px;
}

/* ------ BLOCK Слоган Motto ------ */
.container-motto {
	padding-left: 40px;
	background-color: #434c57;
	color: #ffffff;
	border-left: 12px solid #22c973;
}

/* ------ BLOCK Направление Direction ------ */
.container-direction {
	background-image:
		url(/images/bg/bg-square-dots.png),
		url(/images/bg/bg-room-light.jpg);
	background-size: auto, cover;
	background-position: 50%;
}
.container-direction .direction-list {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	position: relative;
	padding-left: 25px;
	margin-left: 30px;
}
.container-direction .direction-list:before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background: #ca474c;
	background-repeat: no-repeat;
	content: '';
}

/* ------ BLOCK О нас ------ */
.container-about {}
.container-about .left-margin {
	margin-left: 21px;
}
.container-about h2 {
	text-align: left;
	font-weight: 900;
	color: #22b573;
	font-size: 30px;
	border-left: 6px solid #22b573;
	padding-left: 15px;
}
.container-about h3 {
	margin: 0;
	font-size: 24px;
	padding: 5px 15px 0px 10px;
	display: inline-block;
	color: #ffffff;
	background-color: #22b573;
	font-weight: 800;
}
.container-about .mission {}


/* ------ BLOCK Навигация по странице ------ */
.container-navigation {}
.navigation-inner {	
	margin-top: 10px;
	margin-bottom: 20px;
}
.container-navigation a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.container-navigation a:last-child {
	border-bottom: 0px;
}

/* ------ BLOCK Чему Вы научитесь ------ */
.container-learn {}
.container-learn-koroleva {}
.container-learn-pobeditel {}
.learn-list {}
.learn-list h3 {
	margin-top: 0px;
	font-size: 0px;
	font-weight: 800;
	letter-spacing: .25px;
}
.learn-list h3 span {
	font-size: 24px;
	padding: 3px 0px 3px 10px;
	display: inline-block;
	color: #ffffff;
	background-color: #292929;
}
.learn-list h3 span:last-child {
	padding-right: 15px;
}
.container-learn-pobeditel .learn-list h3 span {
	background-color: #22b573;
}
.container-learn-koroleva .learn-list h3 span {
	background-color: #ca474c;
}
.learn-list p,
.learn-list ul,
.learn-list li {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.container-learn .result {
	border-top: 1px solid #292929;
	padding-top: 25px;
}
.container-learn-pobeditel .result {
	border-top: 1px solid #22b573;
}
.container-learn-koroleva .result {
	border-top: 1px solid #ca474c;
}
.container-learn-pobeditel .result ul.image {
	list-style-image: url(/images/icon/ul-arrow-green-8x14.svg);
}
.container-learn-koroleva .result ul.image {
	list-style-image: url(/images/icon/ul-arrow-red-lighter-8x14.svg);
}
.result li {
	padding-left: 5px;
	margin: 10px 0 !important;
}

/* ------ BLOCK Кому будет полезен курс? ------ */
.container-whom {
	background-image:
		url(/images/bg/bg-square-dots.png),
		url(/images/bg/bg-room-dark.jpg);
	background-size: auto, cover;
	background-position: 50% bottom;
	color: #ffffff;
}
.container-whom .whom-list {
	position: relative;
	padding-left: 25px;
}
.container-whom .whom-list span {
	font-size: 20px;	
	font-weight: 800;
}
.container-whom-pobeditel .whom-list span {
	color: #22c973;
}
.container-whom-koroleva .whom-list span {
	color: #ff5e64;
}
.container-whom .conclusion {
 	font-weight: 800;
 	font-size: 20px;
 	letter-spacing: .25px;
 }
 .container-whom .whom-list:before {
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background: #292929;
	background-repeat: no-repeat;
	content: '';
}
.container-whom-pobeditel .whom-list:before {
	background: #f79e36;
}
.container-whom-koroleva .whom-list:before {
	background: #ff5e64;
}

/* ------ BLOCK В программе курса ------ */
.container-program {}
.container-program-pobeditel {
	background-color: #ecf6f9 !important;
	background: linear-gradient(to bottom, #ffffff 60%, rgba(255,255,255,0) 40%), url(/images/bg/bg-square-dots.png);
}
.container-program-koroleva {
	background-color: #EFEEE4 !important;
	background: linear-gradient(to bottom, #ffffff 60%, rgba(255,255,255,0) 40%), url(/images/bg/bg-square-dots.png);
}
.program-inner {
	max-width: 1060px !important;
}
.program {
	position: relative;
	margin: 50px 0;
	background-color: #ffffff;
	border-top: 6px #C1272D solid;
	border-bottom: 1px #ffffff solid;
	padding: 0 20px 20px;
	-webkit-box-shadow:	0px 0 10px 0 rgba(0,0,0,.25);
	-moz-box-shadow:	0px 0 10px 0 rgba(0,0,0,.25);
	box-shadow:			0px 0 10px 0 rgba(0,0,0,.25);
}
.program-list {
	margin: 50px 0;
	font-size: 18px;
}
.container-program-pobeditel .program-list ul.image {
	list-style-image: url(/images/icon/ul-square-green-8x8.svg);
}
.container-program-koroleva .program-list ul.image {
	list-style-image: url(/images/icon/ul-square-red-lighter-8x8.svg);
}
.program-list li {
	padding-left: 8px;
}
.prog-title {
	font-weight: 900;
	font-size: 16px;
	margin: 20px 0;
	position: relative;
	padding-left: 26px;
}
.prog-title:before {
	position: absolute;
	left: 0;
	width: 16px;
	height: 19px;	
	background-repeat: no-repeat;
	content: '';
}
.container-work,
.container-time-table,
.container-place,
.container-price {
	margin: 50px 0;
}
.title-work,.title-place {}
.title-time-table {
	margin-bottom: 0;
}
.title-day-night {
	margin-bottom: 0;
	font-size: 16px;
}
.title-price {
	margin-bottom: 5px;
}
.title-work:before {
	background-image: url(/images/icon/16x18/icon-work-16x18-red.svg);
}
.title-time-table:before {
	background-image: url(/images/icon/16x18/icon-schedule-16x18-red.svg);
}
.title-place:before {
	background-image: url(/images/icon/16x18/icon-place-16x18-red.svg);
}
.title-price:before {
	background-image: url(/images/icon/16x18/icon-price-16x18-red.svg);
}
.container-month {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
		margin-left: 10px;
}
.month {
	margin: 20px 0 5px;
	font-size: 16px;
	font-weight: 900;
}
.dates {
	overflow: hidden;
}
.date {
	float: left;
	padding-right: 2px;
	margin: 0 2px 2px 0;
	font-size: 14px;
	width: 20px;
	height: 18px;
	text-align: right;
	background-color: #f7f7f7;
	border: 1px #f2f2f2 solid;
}
.d-____ {/* Пустой класс для удобства разметки календаря */
}
.d-empt {
	background-color: #ffffff;
	border: 1px #ffffff solid;
}
.d-mark {
	font-weight: 800;
	background-color: #ffffff;
	border: 1px #292929 solid;
}
.container-program-pobeditel .d-mark {
	color: #fff;
	border: 1px  #22b573 solid;
	background-color: #22b573;	
}
.container-program-koroleva .d-mark {
	color: #fff;
	border: 1px #ca474c solid;
	background-color: #ca474c;
}
.d-mark-blue {
	border-color: #6595fa!important;
	background-color: #6595fa!important;
}
.d-mark-red-blue {
	border-right-color: #6595fa!important;
	border-bottom-color: #6595fa!important;
	background: linear-gradient(-35deg, #6595fa 50%, #ca474c 50%);
}
.day {
	float: left;
	width: 26px;
	height: 25px;
	font-size: 14px;
	text-align: center;
}
.day-mark {
	color: #C1272D;
}

/* ------ BLOCK Будем знакомы ------ */
.container-acquaintance {}
.container-acquaintance h2 {}
.acquaintance-inner {
	max-width: 1060px !important;
}
.container-acquaintance ul {
	list-style-image: url(/images/icon/ul-square-red-lighter-8x8.svg);
}
.container-acquaintance li {
	padding-left: 10px;
}
.image-slider {
	margin-bottom: 25px;
}

/* ------ BLOCK Почему стоит учиться именно у меня ------ */
.container-why {}
.container-why-index {}
.container-why-pobeditel {}
.container-why-koroleva {}
.container-why h3 {
	border-left: 6px solid #292929;
	padding-left: 24px;
	margin-bottom: 25px;
	font-size: 30px;
	color: #292929;
	font-weight: 900;
}
.container-why-index h3 {
	border-left: 6px solid #ca474c;
	color: #ca474c;
}
.container-why-pobeditel h3 {
	border-left: 6px solid #22b573;
	color: #22b573;
}
.container-why-koroleva h3 {
	border-left: 6px solid #ca474c;
	color: #ca474c;
}
.container-why .text-block {
	padding-left: 30px;
}

/* ------ BLOCK Форма записи на курc ------ */
.container-form {
	background-image: url(/images/bg/bg-room-light.jpg);
	background-size: cover;
	background-position: 50% top;
	background-repeat: no-repeat;
}
@supports not (-webkit-overflow-scrolling: touch) {
	/* CSS for other than iOS mobile devices */
	.container-form {
		background-attachment: fixed;
	}
}
.chats {
	display: flex;
	justify-content: space-around;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
	font-size: 13px;
}
.chats a {
	width: 25%;
	padding: 65px 0 8px;
	border-radius: 8px;
	position: relative;
	text-decoration: none;
	color: #333;
	font-weight: 500;	
}
.chats a:hover {
	background: rgba(255,255,255,.25);
}
.chats a:before {
	content: "";
    width: 44px;
    background-color: #fff;
    height: 44px;     
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: calc(50% - 22px);
}
.chats .telegram:before {
	background: url(/images/icon/chat-logo/telegram.svg) no-repeat 50%, #fff;  
}
.chats .viber:before {
	background: url(/images/icon/chat-logo/viber.svg) no-repeat 50%, #fff;  
}
.chats .instagram:before {
	background: url(/images/icon/chat-logo/instagram.svg) no-repeat 50%, #fff;  
}
.chats .messenger:before {
	background: url(/images/icon/chat-logo/messenger.svg) no-repeat 50%, #fff;  
}

/* ------ BLOCK Contacts ------ */
.container-request {
	min-height: calc(100vh - 265px);
	text-align: center;
}
.contacts p {
	margin: 0 0 25px;
}
.icons-social-contacts {	
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* ------ BLOCK Программы обучения ------ */
.container-courses {}
.course-card {
	padding: 20px;
}
.course-card-inner {
	padding: 20px;
	-webkit-box-shadow:	0px 0 10px 0 rgba(0,0,0,.25);
	-moz-box-shadow:	0px 0 10px 0 rgba(0,0,0,.25);
	box-shadow:			0px 0 10px 0 rgba(0,0,0,.25);
	background-color: #ffffff;
	-webkit-transition:	box-shadow linear .2s;
	-moz-transition:	box-shadow linear .2s;
	transition:			box-shadow linear .2s;
}
.course-card-inner:hover {
	-webkit-box-shadow:	0px 0 10px 0 rgba(0,0,0,.5);
	-moz-box-shadow:	0px 0 10px 0 rgba(0,0,0,.5);
	box-shadow:			0px 0 10px 0 rgba(0,0,0,.5);
}
.course-card-inner:hover h3 {
	color: #C1272D;
}
.course-card h3 {
	font-size: 18px;
	text-align: right;
	-webkit-transition:	color linear .2s;
	-moz-transition:	color linear .2s;
	transition:			color linear .2s;
}
.course-card a {
	text-decoration: none;
	color: initial;
}



/* ------ RESPONSIVE ------ */

/* ------ MIN-WIDTH ------- */

@media only screen and (min-width: 500px) {
	.button-header {
		font-size: 15px;
		padding: 5px 15px;
	}
	.container-intro-index .question {
		margin-left: 30px;
	}
	.navigation-inner {	
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.container-navigation a {
		display: inline-block;			
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 0px;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.container-navigation a:last-child {
		border-right: 0px;
	}
	.program {
		padding: 0 50px 20px;
	}	
}

@media only screen and (min-width: 768px) {
	.container-learn .col-3-768 div {
		padding-right: 40px;
	}
	.container-fit .col-2-768 div {
		padding: 0 25px;
		margin-bottom: 0;
	}
	.container-navigation a {
		font-size: 18px;
	}
	.container-about .mission {
		padding-right: 40px;
	}
	.container-acquaintance h2 {
		text-align: left;
	}
	.image-slider {
		margin-right: 50px;
	}
	.container-why .item h3,
	.container-why .item div {
		padding-right: 50px;
	}
	.copyright {
		float: right;
	}
}

@media only screen and (min-width: 960px) {
	.container-intro {
		min-height: calc(100vh - 146px);
	}
	.container-intro-index .question {
		margin-left: 0px;
	}
	.container-navigation a {
		padding-left: 30px;
		padding-right: 30px;
	}	
	.program .col-4-960 .program-list {
		padding-right: 90px;
	}
	.program .col-3-960 .program-list {
		padding-right: 50px;
	}
	.title-day-night strong {
		display: block;
	}
	.guarantee {
		padding-left: 50px;
		padding-right: 50px;
	}
}


/* ------ MAX-WIDTH ------- */

@media only screen and (max-width: 768px) {
	.container-learn .learn-list-bonus {
		margin-top: 0;
	}
	.container-courses {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media only screen and (max-width: 425px) {
	.header-logo.default-logo {
		display: none;
	}
	.header-logo.mobile-logo {
		display: initial;
	}
	.header-index .header-logo.default-logo {
		display: initial !important;
	}
	.header-index .header-logo.mobile-logo {
		display: none !important;
	}
	.course-card-inner {
		padding: 10px;
	}
}

@media only screen and (max-width: 360px) {
	.header .button-header {
		font-size: 12px;
	}
	.mobile-menu-icon {
		margin-right: 10px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* ------ ASPECT RATIO ------- */

@media only screen and (min-aspect-ratio: 20/10) and (min-width: 960px) {
	.container-intro-koroleva {
		background-position-y: 30%;
	}
	.container-intro-pobeditel {
		background-position-y: 30%;
	}
}

