a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt,
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li,
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed {
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
:focus,
:active,
:hover {
	outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


html,
body {
	min-width: 320px;
	font-family: 'Arial', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
}
a {
	color: #064497;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select {
	color: #666670;
}
input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
}

h1, h2, h3 {
	color: #064497;
}

h1 {
	/*text-transform: uppercase;*/
	margin-bottom: 50px;
	font-size: 42px;
}

h2 {
	font-size: 22px;
	padding-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

/*------------------------------------------------------------
Fonts
------------------------------------------------------------*/

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

/*------------------------------------------------------------
Wrapper
------------------------------------------------------------*/

.layout {
	position: relative;
}
.wrapper {
	margin: 0 auto;
	/*max-width: 1270px;*/
	max-width: 1360px;
	padding: 0 15px;
}
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
}
.wrapper:after {
	clear: both;
}

/*------------------------------------------------------------
Adaptive slider container
------------------------------------------------------------*/

.s-adaptive-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
	background: #E6ECF5;
	border-radius: 0 0 24px 24px;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);

	-webkit-box-shadow: 0px 0px 20px 0px rgba(13 14 14 / 25%);
	-moz-box-shadow: 0px 0px 20px 0px rgba(13, 14, 14, 0.25);
	box-shadow: 0px 10px 20px -10px rgba(13 14 14 / 25%);

}
.s-adaptive-slide.s-adaptive-slide--open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.s-adaptive-slide__box {
	/*border-top: 1px solid #99bbdd;*/
	padding: 15px;
}
.s-adaptive-slide__actions {
	letter-spacing: -10px;
}
.s-adaptive-slide__action {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	letter-spacing: 0;
}
.s-adaptive-slide__action:first-child{
	width: 100%;
}
.s-adaptive-slide__action:first-child a{
	display: block;
	text-align: center;
	width: 100%;
}
.s-adaptive-slide__action .header-top__login {
	margin: 0;
}
.s-adaptive-slide__action a {
	font-size: 14px;
}
.s-adaptive-slide__box .header-see {
	margin: 0 0 10px 0;
}
.s-adaptive-slide__box .header-see__link span {
	border-bottom: 1px solid #2277bb;
}
.s-adaptive-slide__box .header-see__link:hover {
	text-decoration: none;
}
.s-adaptive-slide__box .header-see__link:hover span {
	border: none;
}
.adaptive-search__form {
	position: relative;
}
.adaptive-search__input {
	width: 100%;
	height: 30px;
	border: 1px solid #99bbdd;
	background: #fff;
	padding: 0 45px 0 15px;
	color: #2277bb;
	font-size: 14px;
	line-height: 28px;
}
.adaptive-search__submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	border: none;
	width: 30px;
	height: 30px;
	background: #2277bb url(../images/i/i-search-lightblue.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.adaptive-search__submit:hover {
	opacity: 0.8;
}
.adaptive-menu,
.adaptive-smmenu {
	border-top: 1px solid #99bbdd;
}
.adaptive-menu__item,
.adaptive-smmenu__item {
	border-bottom: 1px solid #ddf0ff;
}
.adaptive-menu__item:last-child,
.adaptive-smmenu__item:last-child {
	border: none;
}
.adaptive-menu__link {
	display: block;
	padding: 12px 35px 12px 15px;
	font-weight: bold;
}
.adaptive-menu__link:hover,
.adaptive-menu__link--active {
	color: #f17b2b;
}
.adaptive-menu__link--hassub {
	position: relative;
}
.adaptive-menu__link--hassub:before {
	position: absolute;
	right: 20px;
	top: -2px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #064497;
	border-bottom: 1px solid #064497;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.adaptive-menu__link--active:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.adaptive-submenu {
	display: none;
	margin: 0 0 0 30px;
	padding: 0 0 15px 0;
}
.adaptive-submenu__item {
	margin: 0 0 5px 0;
}
.adaptive-submenu__item:last-child {
	margin: 0;
}
.adaptive-submenu__link {
	font-size: 14px;
}
.adaptive-smmenu__link {
	display: block;
	padding: 12px 15px;
	color: #2277bb;
	font-size: 14px;
}
.adaptive-smmenu__link:hover {
	color: #f17b2b;
}
.s-adaptive-slide__box .header-soc__title {
	text-align: left;
}
.s-adaptive-slide__box .header-soc__item {
	margin: 0 4px 0 0;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/

.header {
	margin: 0;
}
.header-adaptive {
	display: none;
}
.header-top__inner {
	background: #ddf0ff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-nav ul {
	letter-spacing: -10px;
}
.top-nav__item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 36px 0 0;
	letter-spacing: 0;
}
.top-nav__item:after {
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	content: '';
	width: 1px;
	background: #2277bb;
}
.top-nav__item:first-child{
	padding-left: 15px;
}
.top-nav__item:last-child {
	padding: 0;
}
.top-nav__item:last-child:after {
	content: none;
}
.top-nav__link {
	color: #2277bb;
	font-size: 16px;
}
.top-nav__link:hover {
	color: #064497;
}
.header__right{
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}
.header-see__link {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	color: #2277bb;
}
.header-see__link:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-eye-blue.png) no-repeat;
	width: 20px;
	height: 13px;
}
.header-top__login,
.header-top__reg,
.header-top__fns{
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.header-top__fns{
	background: #f17b2b;
}
.header-top__login {
	/*background: #f17b2b;*/
	background: #064497;
	position: relative;
}
.header-top__login i {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
	background: url(../images/i/i-user-white.png) no-repeat;
	width: 13px;
	height: 14px;
}
.header-top__reg {
	background: #2277bb;
}
.header-top__login:hover,
.header-top__reg:hover,
.header-top__fns:hover{
	opacity: 0.6;
	text-decoration: none;
}
.header-middle {
	padding: 12px 0;
}
.header-middle__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-middle__first {
	display: flex;
	align-items: center;	
}
.header-middle__logo {
	flex: auto;
	max-width: 190px;
}
.header-middle__description {
	margin: 0 0 0 20px;
	color: #064497;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.header-middle__description a:hover{
	text-decoration: none;
	color: #2277bb;
}

.header-middle__description span {
	color: #F17B2B;
}

.header-middle__contact {
	margin: 0 0 15px 0;
}
.header-middle__contact:last-child {
	margin: 0;
}
.header-middle__tel,
.header-middle__email {
	position: relative;
	padding: 0 0 0 28px;
	color: #064497;
}
.header-middle__tel {
	font-size: 26px;
	font-weight: bold;
}
.header-middle__tel:hover,
.header-middle__email:hover {
	color: #2277bb;
}
.header-middle__tel:before,
.header-middle__email:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.header-middle__tel:before {
	background: url(../images/i/i-tel-blue.png) no-repeat;
	width: 18px;
	height: 18px;
}
.header-middle__email:before {
	background: url(../images/i/i-email-blue.png) no-repeat;
	width: 15px;
	height: 11px;
}
.header-middle__callfree {
	margin: 5px 0 0 28px;
	color: #2277bb;
}
.header-soc__title {
	margin: 0 0 10px 0;
	color: #064497;
	font-weight: bold;
	text-align: center;
}
.header-soc ul {
	letter-spacing: -10px;
}
.header-soc__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	letter-spacing: 0;
}
.header-soc__link {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: none;
}
.header-soc__link:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 30px;
	height: 30px;
}
.header-soc__link--vk:before {
	background: url(../images/i/newsoc/vk-new.svg) center no-repeat;
	background-size: contain;
}
/*.header-soc__link--ok:before {*/
/*	background: url(../images/i/i-ok-blue.png) center no-repeat;*/
/*}*/
/*.header-soc__link--fb:before {*/
/*	background: url(../images/i/newsoc/fb.svg) center no-repeat;*/
/*}*/
/*.header-soc__link--inst:before {*/
/*	background: url(../images/i/newsoc/insta.svg) center no-repeat;*/
/*}*/
/*.header-soc__link--tw:before {*/
/*	background: url(../images/i/i-tw-blue.png) center no-repeat;*/
/*}*/
/*.header-soc__link--gp:before {*/
/*	background: url(../images/i/i-gp-blue.png) center no-repeat;*/
/*}*/
/*.header-soc__link--youtube:before {*/
/*	background: url(../images/i/newsoc/youtube.svg) center no-repeat;*/
/*}*/

.header-soc__link--tg:before {
	background: url(../images/i/newsoc/tg.svg) center no-repeat;
	background-size: contain;
}

.header-soc__link--ok:before {
	background: url(../images/i/newsoc/ok.svg) center no-repeat;
	background-size: contain;
}

.header-basket__ico {
	position: relative;
	display: block;
	background: url(../images/i/i-basket-blue.png) no-repeat;
	width: 34px;
	height: 29px;
}
.header-basket__count {
	position: absolute;
	right: -13px;
	top: -13px;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #f17b2b;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
.header-basket__total {
	margin: 12px 0 0 0;
	color: #064497;
	font-size: 24px;
	font-weight: bold;
}
.header-basket__ru {
	font-family: 'ALSRubl';
	display: inline-block;
	vertical-align: middle;
}
.header-bottom__inner {
	position: relative;
	height: 44px;
	background: #ddf0ff;
}
.header-menu ul {
	letter-spacing: -10px;
}
.header-menu__item {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	letter-spacing: 0;
}
.header-menu__link {
	display: block;
	padding: 0 15px;
	color: #064497;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
}
.header-menu__link--active,
.header-menu__link:hover,
.header-menu__item:hover .header-menu__link {
	color: #2277bb;
	text-decoration: none;
}
.header-menu__link--hassub {
	position: relative;
}

.header-submenu {
	background: #e6ecf5;
	border-radius: 16px;
	left: 0;
	opacity: 0;
	position: absolute;
	padding: 20px;
	top: 100%;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 300px;
	z-index: 2;
}

.header-submenu__item {
	margin: 0 0 16px 0;
	letter-spacing: 0;
}
.header-submenu__item:last-child {
	margin: 0;
}
.header-submenu__link {
	color: #064497;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
}
.header-submenu__link:hover,
.header-submenu__link--active {
	color: #2277bb;
	text-decoration: none;
}

.header-menu__item:hover .header-submenu {
	opacity: 1;
	visibility: visible;
}


.header-search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border-left: 1px solid #2277bb;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-search--active {
	width: 500px;
	border-left: none;
}
.header-search__form {
	height: 100%;
}
.header-search--active .header-search__form {
	position: relative;
	z-index: 2;
}
.header-search__trigger {
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	background: #ddf0ff url(../images/i/i-search-blue.png) center no-repeat;
}
.header-search__input {
	position: relative;
	border: none;
	background: #fff;
	width: 100%;
	margin: 5px 0;
	height: 34px;
	font-size: 14px;
	line-height: 32px;
	padding: 0 15px 0 15px;
}
.header-search--active .header-search__input{
	padding: 0 45px 0 15px;
}
.header-search__submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #ddf0ff url(../images/i/i-search-blue.png) center no-repeat;
	width: 44px;
	height: 100%;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-search__submit:hover {
	opacity: 0.6;
}
.header-adaptive__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-adaptive__logo a {
	display: block;
	color: #064497;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-adaptive__logo a:hover {
	text-decoration: none;
}
.header-adaptive__logo a img{
	max-width: 130px;
}
.header-adaptive__basket .header-basket__count {
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
}
.adaptive-menu-toggle {
	display: block;
	position: relative;
	width: 25px;
	height: 20px;
}
.menu-toggle-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.menu-toggle-line {
	position: absolute;
	background: #064497;
	display: block;
	margin: auto;
	height: 4px;
	width: 100%;
}
.menu-toggle-line--1 {
	top: 0;
	-webkit-transition: width 0.2s ease 0.4s;
	-o-transition: width 0.2s ease 0.4s;
	transition: width 0.2s ease 0.4s;
}
.menu-toggle-line--2 {
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: width 0.2s ease 0.3s;
	-o-transition: width 0.2s ease 0.3s;
	transition: width 0.2s ease 0.3s;
}
.menu-toggle-line--3 {
	bottom: 0;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.menu-toggle-line--4,
.menu-toggle-line--5 {
	opacity: 0;
	top: 8px;
}
.menu-toggle-line--4 {
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	-o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
	-moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-line--5 {
	-webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s, -o-transform 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
}
.adaptive-menu-toggle--open .menu-toggle-line {
	background: #064497;
}
.adaptive-menu-toggle--open .menu-toggle-line--1 {
	width: 0;
	-webkit-transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
}
.adaptive-menu-toggle--open .menu-toggle-line--2 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.1s;
	-o-transition: width 0.2s ease 0.1s;
	transition: width 0.2s ease 0.1s;
}
.adaptive-menu-toggle--open .menu-toggle-line--3 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.adaptive-menu-toggle--open .menu-toggle-line--4 {
	opacity: 1;
	-webkit-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg) translateZ(0);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	-o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
	-moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.adaptive-menu-toggle--open .menu-toggle-line--5 {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translateZ(0);
	-ms-transform: rotate(-45deg) translateZ(0);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
	transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
	-o-transition: opacity 0.2s ease 0.4s, -o-transform 0.2s ease 0.4s;
	-moz-transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s, -moz-transform 0.2s ease 0.4s;
}

/*------------------------------------------------------------
Hero slider
------------------------------------------------------------*/

.hero-slider__item {
	height: 285px;
	padding: 0 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-slider__title {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0;
	width: 60%;
}
.hero-slider__description, .hero-slider__description p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	margin: 15px 0 0 0;
}
.hero-slider__description p{
	margin: 0;
}
.hero-slider__more {
	margin: 30px 0 0 0;
}
.hero-slider__link {
	font-weight: bold;
	background: #f17b2b;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 13px 20px;
	text-decoration: none;
	text-align: center;
}
.hero-slider__link:hover {
	text-decoration: none;
}
.hero-slider.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero-slider.owl-carousel .owl-nav span:hover {
	color: #2277bb;
}
.hero-slider.owl-carousel .owl-nav span {
	color: #fff;
	font-size: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.hero-slider.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}
.hero-slider.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	text-align: center;
}
.hero-slider.owl-carousel button.owl-dot {
	display: inline-block;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.hero-slider.owl-carousel button.owl-dot:hover,
.hero-slider.owl-carousel button.owl-dot.active {
	background: #fff;
}

/*------------------------------------------------------------
Direction section
------------------------------------------------------------*/

.s-directions {
	margin: 10px 0;
}
.s-directions__inner {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
}
.s-directions__col {
	padding: 0 5px;
	width: 33.333%;
}
.s-directions__left {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 10px 20px;
	border: 3px solid #064497;
	background: #fff;
}
.s-directions__cover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #064497;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.s-directions__left:hover .s-directions__cover,
.s-directions__cover.s-directions__cover--active {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}
.s-directions__enter {
	border-radius: 5px;
	color: #f17b2b;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
}
.s-directions__covert {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 15px 20px 15px 120px;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.s-directions__covert:before {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-employee-white.png) no-repeat;
	width: 70px;
	height: 70px;
}
.b-direction-list__item {
	margin: 0 0 12px 0;
	padding: 0 0 0 30px;
	position: relative;
}
.b-direction-list__item:last-child {
	margin: 0;
}
.b-direction-list__item:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: #064497;
	height: 2px;
	width: 24px;
}
.b-direction-list__link {
	color: #064497;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.b-direction-list__link:hover {
	color: #2277bb;
	text-decoration: none;
}
.b-direction-pay, .b-direction-gos {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 15px 20px 15px 120px;
	background: #2277bb;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.b-direction-pay::before {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-rub-white.png) no-repeat;
	width: 70px;
	height: 70px;
}
.b-direction-pay:hover, .b-direction-gos:hover {
	background: #064497;
	text-decoration: none;
}

.b-direction-gos{
	background: #03579b;
}

.b-direction-gos::before {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-sert-white2.png) no-repeat;
	width: 70px;
	height: 70px;
}

	/*------------------------------------------------------------
    Services
    ------------------------------------------------------------*/

.s-services {
	margin: 10px 0 0 0;
}
.services-slider {
	padding: 0 20px;
}
.services-slider__item {
	text-align: center;
}
.services-slider__ico {
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-slider__ico a:hover {
	text-decoration: none;
}
.services-slider.owl-carousel .owl-item img {
	display: inline-block;
	width: 70%;
}
.services-slider.owl-carousel .owl-item img.services-slider__img2 {
	display: none;
}
.services-slider .services-slider__ico:hover img.services-slider__img1 {
	display: none;
}
.services-slider .services-slider__ico:hover img.services-slider__img2 {
	display: inline-block;
}
.services-slider__name {
	margin: 5px 0 0 0;
}
.services-slider__link {
	color: #164896;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.services-slider__link:hover {
	color: #f17b2b;
	text-decoration: none;
}
.services-slider.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -5px 0 0 0;
}
.services-slider.owl-carousel .owl-nav span:hover {
	color: #2277bb;
}
.services-slider.owl-carousel .owl-nav span {
	color: #064497;
	font-size: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.services-slider.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.services-slider.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.services-more {
	display: none;
	text-align: center;
}
.services-more__btn {
	display: inline-block;
	padding: 15px 20px;
	background: #064497;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.services-more__btn:hover {
	text-decoration: none;
	background: #2277bb;
}

/*------------------------------------------------------------
Schedule section
------------------------------------------------------------*/

.s-schedule {
	margin: 20px 0 0 0;
}
.s-schedule__heading {
	margin: 0 0 15px 0;
	text-align: center;
}
.s-schedule__title {
	margin: 0 0 5px 0;
	color: #164896;
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
}
.s-schedule__description {
	color: #2277bb;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
.b-schedule-filter {
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
}
.b-schedule-filters__col {
	letter-spacing: -10px;
}
.b-schedule-filters__trigger {
	display: none;
	height: 30px;
	text-align: center;
}
.b-schedule-filters__col {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	letter-spacing: 0;
	margin: 0 5px 5px 0;
}
.b-schedule-filters__select {
	width: 100%;
}
.select2-container {
	display: block;
}
.select2-container .select2-selection--single {
	height: 30px;
	padding: 0 20px 0 10px;
	background: #ddf0ff;
	border: none;
	color: #2277bb;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: #2277bb;
	line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #2277bb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	bottom: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2277bb transparent transparent transparent;
}
.select2-dropdown {
	border-color: #ddf0ff;
}
.b-schedule-filter__clear {
	flex: 0 0 200px;
}
.b-schedule-filter__clearbtn {
	background: #fff;
	border-radius: 3px;
	border: 2px solid #064497;
	display: block;
	position: relative;
	height: 30px;
	padding: 0 15px;
	color: #064497;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.b-schedule-filter__clearbtn:hover {
	background: #064497;
	color: #fff;
	text-decoration: none;
}
.b-schedule-filter__clearbtn i {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	background: url(../images/i/i-cross-blue.png) center no-repeat;
	width: 12px;
	height: 12px;
}
.b-schedule-filter__clearbtn:hover i {
	background: url(../images/i/i-cross-white.png) center no-repeat;
}
.b-schedule {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px 0;
	padding: 25px 25px 80px;
	border: 3px solid #064497;
	position: relative;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.b-schedule:hover {
	border-color: #3b82c0;
}
.b-schedule__action {
	position: absolute;
	right: -12px;
	top: 22px;
	display: inline-block;
	background: #dd3040;
	padding: 12px 18px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;
}

.labels_wrapper{
	position: absolute;
	left: 110%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: flex-start;
}

.labels_wrapper__item{
	margin-right: 5px;
	padding: 8px 16px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;
}

.b-schedule__action-2{
	background: #dd3040;
}

.b-schedule__novinka{
	background: #f17b2b;
}

.b-schedule__popular{
	background: #2277bb;
}

.b-schedule__category {
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	color: #2277bb;
	font-size: 16px;
}
.b-schedule__title {
	margin: 0 0 5px 0;
	color: #164896;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.b-schedule__title a:hover{
	text-decoration: none;
}
.b-schedule__post {
	color: #164896;
	font-size: 16px;
	line-height: 20px;
}
.b-schedule__content {
	width: 65%;
	padding: 0 30px 0 0;
	border-right: 1px solid #064497;
}
.b-schedule-bottom__desktop {
	letter-spacing: -10px;
	text-align: right;
}
.b-schedule-bottom__prices,
.b-schedule-bottom__order {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.b-schedule-bottom__prices {
	margin: 0 10px 0 0;
}
.b-schedule-bottom__oldprice,
.b-schedule-bottom__newprice {
	display: inline-block;
	vertical-align: middle;
}
.b-schedule-bottom__oldprice {
	margin: 0 10px 0 0;
	color: #2277bb;
	font-size: 20px;
	text-decoration: line-through;
}
.b-schedule-bottom__newprice {
	color: #164896;
	font-size: 26px;
	font-weight: bold;
}
.b-schedule-bottom__oldprice span,
.b-schedule-bottom__newprice span {
	font-family: 'ALSRubl';
}
.b-schedule-bottom__orderbtn {
	background: #f17b2b;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 22px;
}
.b-schedule-bottom__orderbtn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.b-schedule__details{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5% 30px;
	padding: 0;
	width: auto;
}

.b-schedule__detail {
	align-items: flex-start;
	background: #fff;
	border: 2px solid #e6e6e6;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	justify-content: space-between;
	line-height: 22px;
	margin: 0 0.5% 1%;
	min-height: 44px;
	padding: 24px;
	position: relative;
	width: 24%;
}

.b-schedule__detail_adress{
	background: #f17b2b url(../images/2024/Pattern.svg) center center no-repeat;
	background-size: 100%;
	border-color: #f17b2b;
	transition: all 0.3s ease-in-out;
}
.b-schedule__detail_adress:hover{
	background-size: 105%;
	text-decoration: none;
}
.detail_adress_whide{
	/*margin: 0 0 1%;*/
	width: 49%;
}

.elementShedule__name{
	align-items: center;
	color: #064497;
	display: flex;
	font-weight: 500;
	font-size: 18px;
	gap: 10px;
	line-height: 1.2;
	margin-bottom: 35px;
}

.b-schedule__detail_adress .elementShedule__name{
	color: #fff;
}

.b-schedule__detail_adress a{
	color: #fff;
	text-decoration: underline;
}

.elementShedule__name img{
	height: 32px;
	width: 32px;
}

.b-schedule__detail span {
	color: #F17B2B;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.1;
}

.element__lectors .b-schedule__detail span{
	font-size: 22px;
}

.element__dataProvedenia{
	align-items: center;
	color: #164896;
	display: flex;
	font-weight: bold;
	margin: 15px 0;
}

.item-schedule__detail{
	align-items: flex-start;
	color: #064497;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	margin-bottom: 15px;
}
.item-schedule__detail span{
	color: #164896;
	font-weight: bold;
}

.element__docImg{
	text-align: center;
}

.element__docImg a{
	display: inline-block;
}
/*.b-schedule__detail:before {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	!*bottom: 0;*!*/
/*	margin: auto;*/
/*	content: '';*/
/*}*/
/*.b-schedule__detail--learn::before {*/
/*	background: url(../images/i/forma.png) no-repeat;*/
/*	width: 26px;*/
/*	height: 24px;*/
/*	left: 2px;*/
/*}*/
/*.b-schedule__detail--code::before{*/
/*	background: url(../images/i/barcode.svg) no-repeat;*/
/*	width: 22px;*/
/*	height: 22px;*/
/*	left: 2px;*/
/*}*/
/*.b-schedule__detail--period::before {*/
/*	background: url(../images/i/i-calendar-blue.png) no-repeat;*/
/*	width: 23px;*/
/*	height: 25px;*/
/*	left: 2px;*/
/*}*/
/*.b-schedule__detail--time::before {*/
/*	background: url(../images/i/i-clock-blue.png) no-repeat;*/
/*	width: 26px;*/
/*	height: 27px;*/
/*}*/
/*.b-schedule__detail--trainMode::before {*/
/*	background: url(../images/i/i-user-blue.png) no-repeat;*/
/*	width: 23px;*/
/*	height: 25px;*/
/*	background-size: contain;*/
/*	left: 2px;*/
/*}*/
.b-schedule-bottom {
	position: absolute;
	bottom: 25px;
	right: 25px;
	margin: 38px 0 0 0;
}
.b-schedule-bottom__mobile {
	display: none;
}
.b-schedule__more {
	margin: 25px 0 0 0;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.b-schedule__btn {
	border-radius: 3px;
	background: #2277bb;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 25px;
	text-align: center;
}
.b-schedule__btn:hover {
	background: #064497;
	text-decoration: none;
}
.b-schedule__info {
	width: 35%;
	padding: 0 0 0 30px;
}
.b-schedule-actions {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding-top: 16px;
	text-align: center;
}
.b-schedule-actions__col {
	display: inline-block;
	vertical-align: middle;
}
.b-schedule-action__more,
.b-schedule-action__open {
	display: inline-block;
	border: 2px solid #17498E;
	border-radius: 8px;
	width: 200px;
	/*height: 40px;*/
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	padding: 12px 16px;
	text-align: center;
}
.b-schedule-action__more {
	background: #17498E;
	color: #fff;
}
.b-schedule-action__more:hover {
	background: #2277bb;
	border-color: #2277bb;
	text-decoration: none;
}
.b-schedule-action__open {
	background: #fff;
	color: #064497;
}
.b-schedule-action__open:hover {
	background: #2277bb;
	border-color: #2277bb;
	color: #fff;
	text-decoration: none;
}

.b-faq {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px 0;
	border: 1px solid #99bbde;
	padding: 20px;
	position: relative;

	/*transition: all 0.4s ease 0s;*/

	border-radius: 3px;
}

.b-faq__title {
	margin: 0 0 20px 0;
	color: #164896;
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
}
.b-faq__title a:hover{
	text-decoration: none;
}
.b-faq__post {
	color: #164896;
	font-size: 16px;
	line-height: 1.3;
}
.b-faq__content {
	width: 100%
}

.b-faq__more {
	margin: 25px 0 0 0;
	bottom: 25px;
	left: 25px;
}

.b-faq__btn {
	display: inline-block;
	color: #0a64b6;
	font-size: 16px;
}

.b-faq__btn:hover {
	color: #0a64b6;
	text-decoration: underline;
}


/*------------------------------------------------------------
Footer
------------------------------------------------------------*/

.footer {
	margin: 50px 0 0 0;
	padding: 35px 0 15px;
	background: #064497;
}
.footer-top__inner {
	display: flex;
	justify-content: space-between;
	margin: 0 -1%;
	width: auto;
}

.footer-top__col{
	margin: 0 1%;
}

.footer-top__description {
	margin: 0 0 30px 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.footer24__contacts__item {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	margin: 0 0 15px 0;
}

.footer24__contacts__item:last-child {
	margin: 0;
}

.footer24__contacts__link{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
}

.footer-contact__freecall {
	margin: 3px 0 0 0;
	color: rgba(255, 255, 255, 0.5);
}

.b-footer-menu__title {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 118%;
	margin: 0 0 20px 0;
	position: relative;
	padding: 0 0 20px 0;
}
.b-footer-menu__title:after {
	background: #fff;
	bottom: 0;
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
}
.footer-menu__item {
	margin: 0 0 12px 0;
}
.footer-menu__item:last-child {
	margin: 0;
}
.footer-menu__link {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
}
.footer-menu__link:hover {
	color: #f17b2b;
}
.footer-subscribe {
	margin: 0 0 24px 0;
}
.footer-subscribe__title {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	margin: 0 0 12px;
}
.footer-subscribe-form {
	display: flex;
	gap: 8px;
}
.footer-subscribe-form__input {
	background: transparent;
	border: 2px solid #e6e6e6;
	border-radius: 8px;
	color: #fff;
	font-family: "Golos Text", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	padding: 12px 16px;
	width: 100%;
}
.footer-subscribe-form__input::placeholder{
	color: #fff;
	opacity: 1;
}
.footer-subscribe-form__input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-subscribe-form__input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-subscribe-form__submit {
	border: 2px solid #fff;
	border-radius: 8px;
	background: #fff;
	color: #17498e;
	cursor: pointer;
	font-family: "Golos Text", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	padding: 12px 16px;
	text-transform: lowercase;
	transition: all 0.4s ease 0s;
}
.footer-subscribe-form__submit:hover {
	background: #fff;
	color: #064497;	
}

.footer-socials {
	margin: 0 0 25px 0;
}
.footer-soc {
	margin: 0 0 8px 0;
	display: flex;
	align-items: center;
}

.footer-soc__text {
	color: #fff;
	font-size: 16px;
}
.footer-soc__text a {
	color: #fff;
	text-decoration: underline;
}
.footer-soc__text a:hover {
	text-decoration: none;
}
.footer-soc:last-child {
	margin: 0;
}
.footer-smnav__item {
	margin: 0 0 20px 0;
}
.footer-smnav__item:last-child {
	margin: 0;
}
.footer-smnav__link {
	color: #ddf0ff;
	text-decoration: underline;
}
.footer-smnav__link:hover {
	text-decoration: none;
}
.footer-bottom {
	margin: 30px 0 0 0;
}
.footer-bottom__inner {
	border-top: 1px solid #2277bb;
	padding: 30px 0 0;
}
.footer-copyright p {
	color: #2277bb;
	font-size: 14px;
	line-height: 18px;
}
.footer-copyright a {
	color: #2277bb;
	text-decoration: underline;
}
.footer-copyright a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------
Modal
----------------------------------------------------------------*/

.modal {
	display: none;
}
.fancybox-scroll-disable {
    overflow: hidden;
}
.fancybox-bg {
	background: #42607a;
}
.modal-success {
	background: #fff;
	max-width: 620px;
	padding: 45px 35px;
	text-align: center;
	width: 100%;
}
.modal-success__title {
	text-align: center;
	margin: 0 0 25px 0;
	color: #064497;
	font-size: 30px;
	font-weight: bold;
}

.modal-success__tag{
	color: #2277bb;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
}
.modal-success__description {
	color: #010010;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	margin-bottom: 6px;
}

.modal-success__nameTovar{
	color: #2277bb;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
}

.modal-success__actions {
	margin: 40px 0 0 0;
}
.modal-success__continue,
.modal-success__order {
	display: inline-block;
	margin: 0 1%;
	padding: 17px 40px;
	border: none;
	font-weight: bold;
	width: 46%;
}

.modal-success__continue {
	background: #2277bb;
	color: #fff;
}
.modal-success__order {
	background: #f17b2b;
	color: #fff;
}
.modal-success__continue:hover,
.modal-success__order:hover {
	text-decoration: none;
}
.modal-success__continue:hover{
	opacity: 0.6;
	text-decoration: none;
}
.modal-success__order:hover {
	opacity: 0.6;
	text-decoration: none
}

.page-not-found {
	/*display: grid;*/
	/*grid-template-columns: auto 1fr 1fr 1fr 0.5fr;*/
	/*grid-template-rows: auto 1fr 1fr auto auto;*/
	/*grid-gap: 1rem;*/
	font-size: 4em;
	/*transform: rotate(-45deg);*/
	/*width: 66vw;*/
	/*margin: auto;*/
}

.page-not-found div:nth-child(1) { /* 404 */
	/*grid-column: 3 / 4;*/
	/*grid-row: 2 / 5;*/
	/*justify-self: end;*/
	color: #f9423a;
	/*writing-mode: vertical-lr;*/
}
.page-not-found div:nth-child(2) { /* page */
	/*grid-column: 1 / 4;*/
	/*text-align: right;*/
}

.read_more {
	display: none;
}

.form-field__conf {
	display: none;
}

.form-field__conf_js{
	display: none;
}


/* edu props */

.prop_hide{
	display: none;
}

/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/

@media only screen and (max-width: 1250px) {
	.header-menu__link{
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1200px) {
	
	.top-nav__item {
		padding: 0 20px 0 0;
	}
	.top-nav__item:after {
		right: 10px;
	}

	.header-middle__logo{
		max-width: 170px;
	}

	.header-menu__link{
		font-size: 14px;
		line-height: 40px;
	}
	
	.header-top__login,
	.header-top__reg {
		display: block;
		text-align: center;
	}
	.header-top__login {
		margin: 0 0 2px 0;
	}
	.header-middle__description {
		font-size: 16px;
		line-height: 20px;
		text-transform: none;
	}
	.header-middle__tel {
		font-size: 20px;
	}
	.header-middle__soc {
		display: none;
	}
	.s-directions__left {
		padding: 25px;
	}
	.s-directions__covert,
	.b-direction-pay,
	.b-direction-gos {
		padding: 15px 15px 15px 100px;
		font-size: 18px;
		line-height: 22px;
	}



	.s-directions__covert::before,
	.b-direction-pay::before,
	.b-direction-gos::before {
		left: 15px;
	}

	.b-schedule__content {
		width: 60%;
		padding: 0 15px 0 0;
	}
	.b-schedule__info {
		width: 40%;
		padding: 0 0 0 15px;
	}


	/* element 2024 */

	.b-schedule__detail{
		padding: 20px;
	}

	.b-schedule__detail span{
		font-size: 24px;
	}

	.element__lectors .b-schedule__detail span{
		font-size: 22px;
	}

	/* footer */
	.b-footer-menu__title {
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 1000px) {
	.header-top,
	.header-middle,
	.header-bottom {
		display: none;
	}
	.header-adaptive {
		padding: 5px 0;
		display: block;
	}
	.header-basket__ico {
		width: 24px;
		height: 19px;
		background-size: cover;
	}

	.hero-slider__item {
		padding: 0 70px;
	}

	.hero-slider__title{
		font-size: 30px;
	}
	.hero-slider__description, .hero-slider__description p {

	}
	.hero-slider__more {
		margin: 30px 0 0 0;
	}
	.s-directions__left {
		padding: 25px 15px;
	}
	.b-direction-list__item {
		padding: 0 0 0 20px;
	}
	.b-direction-list__item:before {
		width: 12px;
	}
	.b-direction-list__link {
		font-size: 16px;
		line-height: 20px;
	}
	.s-directions{
		margin: 10px 0;
	}
	.s-directions__covert,
	.b-direction-pay,
	.b-direction-gos {
		padding: 15px 15px 15px 80px;
		font-size: 18px;
		line-height: 22px;
	}
	.s-directions__covert::before,
	.b-direction-pay::before,
	.b-direction-gos::before{
		background-size: cover;
	}
	.s-directions__covert::before {
		width: 50px;
		height: 50px;
	}
	.b-direction-pay::before {
		width: 50px;
		height: 50px;
	}
	.b-direction-gos::before{
		width: 50px;
		height: 50px;
	}

	.b-schedule {
		padding: 20px 15px;
		display: block;
	}
	.b-schedule__content,
	.b-schedule__info {
		width: 100%;
	}
	.b-schedule__content {
		padding: 0;
		border: none;
	}
	.b-schedule__info {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
		border-top: 1px solid #064497;
	}
	.b-schedule__action {
		font-size: 16px;
		padding: 7px 10px;
		top: 5px;
	}
	.b-schedule__more {
		display: none;
	}
	.b-schedule__category {
		font-weight: bold;
	}
	.b-schedule__title {
		font-size: 18px;
		line-height: 22px;
	}
	.b-schedule__post {
		font-size: 14px;
		line-height: 18px;
	}
	.b-schedule-bottom {
		position: static;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		border-top: 2px solid #99bbdd;
	}
	.b-schedule-bottom__desktop {
		display: none;
	}
	.b-schedule-bottom__mobile {
		display: block;
	}
	.b-schedule-bottom-mob {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.b-schedule-bottom-mob__title {
		flex: 0 0 120px;
		color: #064497;
		font-size: 20px;
		font-weight: bold;
	}
	.b-schedule-bottom-mob__price {
		text-align: right;
	}
	.b-schedule-bottom-mob__price--old {
		margin: 0 0 5px 0;
		color: #2277bb;
		font-size: 20px;
		font-weight: bold;
		text-decoration: line-through;
	}
	.b-schedule-bottom-mob__price--new {
		color: #164896;
		font-size: 26px;
		font-weight: bold;
	}
	.b-schedule-bottom-mob__price--old span,
	.b-schedule-bottom-mob__price--new span {
		font-family: 'ALSRubl';
	}
	.b-schedule-bottom-actions {
		margin: 12px 0 0 0;
	}
	.b-schedule-bottom-action {
		display: block;
		padding: 12px 0;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.b-schedule-bottom-action--more {
		margin: 0 0 7px 0;
		background: #2277bb;
	}
	.b-schedule-bottom-action--order {
		background: #f17b2b;
	}
	.b-schedule-bottom-action:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.footer-top__inner {
		flex-wrap: wrap;
	}

	/*.footer-top__col:first-child{*/
	/*	flex-basis: auto;*/
	/*	order: 0;*/
	/*}*/

	.footer-top__col {
		margin: 0 1% 30px;
		width: 48%;
	}

	.footer-top__col:last-child{
		margin-bottom: 0;
	}

	/* element 2024 */

	.b-schedule__detail{
		width: 49%;
	}

}

@media only screen and (max-width: 900px) {
	.hero-slider__title{
		width: 100%;
	}
	.s-directions__inner{
		display: block;
	}
	.s-directions__col {
		margin: 0 0 5px 0;
		width: 100%;
	}
	.s-directions__covert, .b-direction-pay, .b-direction-gos{
		padding: 20px 15px 20px 80px;
	}

}

@media only screen and (max-width: 767px) {

	.hero-slider__description, .hero-slider__description p{
		font-size: 18px;
	}
	.s-hero .wrapper {
		padding: 0;
	}
	.hero-slider__item {
		height: 320px;
		padding: 0 15px;
	}
	.hero-slider__title {
		font-size: 20px;
	}
	.hero-slider__link {
		display: inline-block;
		padding: 13px 20px;
		background: #f17b2b;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		text-align: center;
	}
	.hero-slider__link:hover {
		opacity: 0.8;
	}
	.s-directions__inner {
		display: block;
	}
	.s-directions__col {
		margin: 0 0 5px 0;
		width: 100%;
	}
	.s-directions__col:last-child {
		margin: 0;
	}
	.s-services {
		margin: 20px 0 0 0;
	}
	.services-slider.owl-carousel {
		margin: 0 -5px;
		padding: 0;
		display: block;
		letter-spacing: -10px;
	}
	.services-slider__item {
		display: none;
		width: 50%;
		margin: 0 0 30px 0;
		padding: 0 5px;
		letter-spacing: 0;
	}
	.services-slider__item--active {
		display: inline-block;
	}
	.services-more {
		padding: 0;
		display: block;
	}
	.services-slider__img2,
	.services-slider__ico:hover .services-slider__img1 {
		display: none;
	}
	.services-slider__ico:hover .services-slider__img2 {
		display: block;
	}
	.services-slider__name {
		margin: 10px 0 0 0;
	}
	.s-schedule__heading {
		text-align: left;
	}
	.s-schedule__title {
		font-size: 34px;
		line-height: 40px;
	}
	.b-schedule-filter {
		margin: 0 -0.5%;
		width: auto;
	}
	.b-schedule-filters__trigger {
		display: block;
	}
	.b-schedule-filters__left {
		width: 49%;
		margin: 0 0.5%;
	}
	.b-schedule-filters__triggerbtn {
		display: block;
		height: 30px;
		border: 1px solid #ddf0ff;
		background: #ddf0ff;
		color: #2277bb;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		letter-spacing: 0;
	}
	.b-schedule-filters__triggerbtn:hover {
		text-decoration: none;
	}
	.b-schedule-filters__triggerbtn i {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: -1px;
		margin: 0 10px 0 0;
		background: url(../images/i/i-filter-blue.png) center no-repeat;
		width: 13px;
		height: 13px;
	}
	.b-schedule-filters {
		position: relative;
	}
	.b-schedule-filters__dropdown {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		border: 1px solid #2277bb;
		z-index: 1;
	}
	.b-schedule-filters__dropdowninn {
		padding: 10px;
	}
	.b-schedule-filters__col {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.b-schedule-filters__col:last-child {
		margin: 0;
	}
	.b-schedule-filter__clear {
		flex: 0 0 50%;
		padding: 0 5px;
	}
	.b-schedule-filter__clearbtn {
		padding: 0;
		border: 1px solid #99bbdd;
		color: #99bbdd;
		line-height: 28px;
		font-weight: bold;
	}
	.b-schedule-filter__clearbtn i {
		background: url(../images/i/i-cross-lightblue.png) no-repeat;	
	}
	.b-schedule-filter__clearbtn span {
		display: none;
	}
	.b-schedules {
		margin: 15px 0 0 0;
	}

	.footer {
		margin: 45px 0 0 0;
		padding: 25px 0 15px 0;
	}
	.footer-top__inner{
		margin: 0;
		width: 100%;
	}
	.footer-top__col {
		margin: 0;
		order: 0;
		padding: 15px 0;
		width: 100%;
	}

	.footer-top__col:nth-child(2) {
		margin: 0;
		border-top: 1px solid #0a64b6;
		border-bottom: 1px solid #0a64b6;
	}

	.b-footer-menu__title {
		cursor: pointer;
		font-size: 16px;
		font-weight: 400;
		margin: 0;
		padding: 0 20px 0 0;
		text-transform: none;
	}
	.b-footer-menu__title:after {
		left: auto;
		right: 0;
		top: -3px;
		bottom: 0;
		margin: auto;
		width: 10px;
		height: 10px;
		background: transparent;
		border-right: 1px solid #ddf0ff;
		border-bottom: 1px solid #ddf0ff;
		transform: rotate(45deg);
		transition: all 0.4s ease 0s;
	}
	.b-footer-menu__title--active:after {
		transform: rotate(225deg);	
	}

	.b-footer-menu__dropdown {
		display: none;
		margin: 15px 0 0 15px;
	}
	.footer-soc__text,
	.footer-smnav__link {
		font-size: 14px;
	}

	.footer-menu__link{
		font-size: 14px;
	}

	.footer24__contacts__item{
		font-size: 14px;
		font-weight: normal;
	}

	.footer-bottom{
		margin-top: 15px;
	}

	.footer-bottom__inner{
		padding-top: 15px;
	}


	/* element 2024 */

	.b-schedule__detail{
		padding: 16px;
	}

	.elementShedule__name{
		font-size: 16px;
	}

	.elementShedule__name img{
		height: 24px;
		width: 24px;
	}

	.b-schedule__detail span{
		font-size: 20px;
	}

	.element__lectors .b-schedule__detail span{
		font-size: 18px;
	}

}

@media only screen and (max-width: 640px) {
	
	.modal-success {
		padding: 25px 15px;
	}
	.modal-success__title {
		font-size: 24px;
		line-height: 28px;
	}
	.modal-success__continue,
	.modal-success__order {
		width: 100%;
		padding: 20px;
	}
	.modal-success__continue {
		margin: 0;
	}
	.modal-success__order {
		margin: 10px 0 0 0;
	}

	.labels_wrapper{
		position: static;
		transform: none;
		left: auto;
		top: auto;

		flex-wrap: wrap;
	}

	.labels_wrapper__item{
		margin-top: 5px;
	}

	.b-schedule__category{
		margin: 0 0 5px 0;
	}
	
}

@media only screen and (max-width: 480px) {

	.s-directions .wrapper{
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.s-directions__inner{
		margin: 0;
	}
	.s-directions__col{
		padding: 0;
	}
	
	.footer-subscribe-form {
		display: block;
	}
	.footer-subscribe-form__submit {
		display: inline-block;
		padding: 0 20px;
		margin: 5px 0 0 0;
	}
	.services-slider__link {
		font-size: 12px;
		line-height: 14px;
	}
	.b-schedule-filters__dropdown {
		width: 290px;
	}


	/* element 2024 */

	.b-schedule__details{
		margin: 0;
		width: 100%;
	}

	.b-schedule__detail{
		margin: 0 0 12px;
		width: 100%;
	}

}

.selectize-container .selectize-control, .selectize-container .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    height: auto;
}
.selectize-container .selectize-control .selectize-input > input {
	padding-left: 10px !important;
	width: 100% !important;
	top: 5px;
}
.selectize-control.multi .selectize-input.has-items > input {
	order: 1;
	margin-left: 0 !important;
}