@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-Bold.woff2') format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-Medium.woff2') format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-Regular.woff2') format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo2-SemiBold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-ExtraBold.woff2') format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Regular.woff2') format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Bold.woff2') format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: 'Exo 2', sans-serif;
	-webkit-font-feature-settings: 'pnum'on, 'lnum'on;
	font-feature-settings: 'pnum'on, 'lnum'on;
	color: #333;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

body.overflow {
	overflow: hidden;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

ul {
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.c-container {
	width: 1300px;
	margin: auto;
	position: relative;
}

.section {
	padding: 35px 0;
}

.s-title {
	font-size: 33px;
	font-weight: 800;
	font-family: "Roboto Slab", sans-serif;
	color: #223466;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.s-title span {
	font-weight: normal;
}

.s-title.white {
	color: #fff;
}

/* Header section */
.header {
	background-color: #fff;
	padding: 30px 0;
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-lang {
	border: 1px solid #223466;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 10px 13px;
}

.header-lang li {
	margin-right: 7px;
}

.header-lang li:last-child {
	margin-right: 0;
}

.header-lang li.active a {
	color: #223466;
	font-weight: bold;
}

.header-lang a {
	font-size: 19px;
	text-transform: uppercase;
	color: #666;
}

.header-lang-wrapper {
	margin-left: 40px;
	padding-left: 25px;
	border-left: 1px solid #BBC5D8;
}

.header-desc {
	margin-top: 25px;
	font-size: 14px;
	color: #223466;
	font-family: "Roboto Slab", sans-serif;
}

.header-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.header-social li {
	margin-right: 5px;
}

.header-social li:last-child {
	margin-right: 0;
}

.header-social a:hover {
	opacity: 0.7;
}

.header-right {
	text-align: right;
}

.header-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-phone {
	background: url('../img/phone.svg') no-repeat left top;
	padding-bottom: 5px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
}

.header-phone-wrap {
	margin-left: 5px;
}

.header-phone-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.header-email {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	padding-left: 35px;
}

.header-btn {
	border: 1px solid #223466;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 60px;
	text-align: center;
}

.header-btn:hover {
	background-color: #129448;
	border-color: #129448;
	color: #fff;
}

.header-request {
	background-color: #223466;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.header-request:hover {
	background-color: #2f488c;
}

.header-mnu {
	margin-top: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 13px 20px;
	background-color: #F7F7F7;
	text-align: left;
	position: relative;
	z-index: 10;
}

.header-mnu li {
	margin-right: 13px;
}

.header-mnu li:last-child {
	margin-right: 0;
}

.header-mnu a {
	font-size: 14px;
	font-weight: 600;
	color: #223466;
	text-transform: uppercase;
}

.header-mnu a:hover {
	color: #129448;
}

.header-mnu-item {
	position: relative;
	padding-right: 15px;
}

.header-mnu-item:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url('../img/mnu-arrow.svg') no-repeat center;
	position: absolute;
	right: 0;
	top: 6px;
}

.header-mnu-drop {
	position: absolute;
	width: 200px;
	left: -20px;
	padding-top: 13px;
	display: none;
}

.header-mnu-drop ul {
	background-color: #F7F7F7;
	padding: 10px 20px;
}

.header-mnu-drop li {
	display: block;
	margin-right: 0;
	margin-bottom: 15px;
}

.header-mnu-drop li:last-child {
	margin: 0;
}

.toggle-mnu {
	margin-left: 20px;
	cursor: pointer;
	display: none;
}

.mnu li {
	display: block;
	margin-bottom: 15px;
}

.mnu li:last-child {
	margin-bottom: 0;
}

.mnu a {
	font-weight: 600;
	font-size: 18px;
	color: #223466;
	text-transform: uppercase;
}

.mnu-item {
	position: relative;
}

.mnu-item.active>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mnu-item>a {
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.mnu-item>a:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url('../img/mnu-arrow.svg') no-repeat center;
	position: absolute;
	top: 6px;
	right: 0;
}

.mnu-drop {
	padding-top: 15px;
	padding-left: 15px;
	display: none;
}

.mnu-bottom {
	margin-top: 30px;
}

.mnu-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mnu-close {
	cursor: pointer;
}

.mnu-wrapper {
	position: fixed;
	top: 0;
	right: -100%;
	width: 400px;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	z-index: 100;
	padding: 20px 30px 50px;
	-webkit-transition: .5s;
	transition: .5s;
}

.mnu-wrapper.active {
	right: 0;
}

.mnu-wrapper .header-lang {
	/*margin-bottom: 20px;*/
}

.mnu-wrapper .header-phone-wrapper {
	margin-bottom: 20px;
}

.mnu-wrapper .header-btn {
	width: 100%;
	margin: 0;
}

.mnu-wrapper .header-request {
	width: 100%;
	margin-top: 10px;
}

.body-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.body-dark.active {
	opacity: 1;
	z-index: 90;
}

/* Main section */
.main {
	padding: 30px 0;
}

.main-wrapper {
	background-color: #223466;
	padding: 50px 15px 60px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-info {
	width: 510px;
}

.main-title {
	font-size: 40px;
	font-weight: 800;
	font-family: "Roboto Slab", sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.main-desc {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 25px;
}

.main-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-btn {
	background-color: #fff;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 30px;
}

.main-btn:last-of-type {
	margin-right: 0;
}

.main-btn:hover {
	background-color: #129448;
	color: #fff;
}

.main-btn.green {
	background-color: #129448;
	color: #fff;
}

.main-btn.green:hover {
	background-color: #18c15e;
}

/* About section */
.about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-img {
	width: 440px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.about-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.about p:last-of-type {
	margin-bottom: 0;
}

.about p span {
	font-weight: bold;
}

.about-advantages {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-advantages-item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-advantages-item-icon {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(188, 188, 188, 0.1);
	border: 1px solid rgba(30, 83, 124, 0.1);
}

.about-advantages-item-text {
	font-size: 18px;
	line-height: 1.4;
}

.about-advantages-item-text span {
	display: block;
	font-size: 38px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 800;
	line-height: 1;
	color: #223466;
	margin-bottom: 2px;
}

/* Tracking section */
.tracking {
	border: 2px dashed #129448;
	padding: 20px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tracking-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
}

.tracking .s-title {
	margin-bottom: 15px;
}

.tracking-desc {
	font-size: 20px;
	margin-bottom: 20px;
}

.tracking-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tracking-form-input {
	width: 275px;
	height: 45px;
	border: 1px solid #223466;
	padding: 0 15px;
	font: 14px 'Exo 2', sans-serif;
	color: #333;
	margin-right: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.tracking-form-input:focus {
	border-color: #129448;
}

.tracking-form-input::-webkit-input-placeholder {
	color: #333;
}

.tracking-form-input::-moz-placeholder {
	color: #333;
}

.tracking-form-input:-ms-input-placeholder {
	color: #333;
}

.tracking-form-input::-ms-input-placeholder {
	color: #333;
}

.tracking-form-input::placeholder {
	color: #333;
}

.tracking-form-btn {
	background-color: #129448;
	padding: 13px 30px;
	border: none;
	cursor: pointer;
	font: bold 14px 'Exo 2', sans-serif;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.tracking-form-btn:hover {
	background-color: #223466;
}

/* Steps section */
.steps-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.steps-item {
	width: 310px;
	margin: 0 10px 20px;
	background-color: #223466;
	padding: 40px 15px 60px;
	position: relative;
}

.steps-item-number {
	font-size: 75px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}

.steps-item-title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.steps-item-desc {
	height: 120px;
	overflow: hidden;
	position: relative;
}

.steps-item-desc:after {
	content: '';
	width: 100%;
	height: 50%;
	background: -webkit-gradient(linear, left bottom, left top, from(#223466), to(rgba(34, 52, 102, 0)));
	background: linear-gradient(360deg, #223466 0%, rgba(34, 52, 102, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.steps-item-desc.active {
	overflow: visible;
	height: auto;
}

.steps-item-desc.active:after {
	display: none;
}

.steps-item p {
	line-height: 1.8;
	color: #fff;
}

.steps-item-more {
	padding: 15px 15px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.steps-item-more-2 {
	display: none;
}

.steps-item-more.active .steps-item-more-1 {
	display: none;
}

.steps-item-more.active .steps-item-more-2 {
	display: block;
}

/* Schools section */
.schools-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.schools-item {
	border: 1px solid #223466;
	padding: 20px 20px 90px;
	position: relative;
	width: 310px;
	height: auto;
	margin: 0 10px 20px;
}

.schools-item.swiper-slide {
	width: auto;
	margin: 0;
}

.schools-item-hidden {
	display: none;
}

.schools-item-icon {
	margin-bottom: 20px;
}

.schools-item-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-family: "Roboto Slab", sans-serif;
	text-transform: uppercase;
	color: #223466;
	margin-bottom: 20px;
}

.schools-item p {
	line-height: 1.4;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}

.schools-item p span {
	font-weight: bold;
}

.schools-item-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

.schools-item-btn {
	border: 1px solid #223466;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #223466;
}

.schools-item-btn:hover {
	background-color: #223466;
	color: #fff;
}

.schools-all {
	margin-top: 40px;
	background-color: #223466;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.schools-all:hover {
	background-color: #129448;
}

.schools-more {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.schools-more-btn {
	display: inline-block;
	background-color: #223466;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.schools-more-btn:hover {
	background-color: #2f488c;
}

.swiper-pagination {
	position: static;
	margin-top: 15px;
	display: none;
}

.swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	border: 1px solid #223466;
	-webkit-transition: .3s;
	transition: .3s;
}

.swiper-pagination-bullet-active {
	background-color: #223466;
}

.camp-promo {
	background-color: #129448;
	padding: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.camp-promo-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.camp-promo .s-title {
	margin-bottom: 5px;
}

.camp-promo p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.camp-promo-btn {
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 30px;
}

.camp-promo-btn:hover {
	background-color: #223466;
	color: #fff;
}

/* Advantages section */
.advantages-item {
	border: 1px solid rgba(34, 52, 102, 0.4);
	padding: 30px 20px;
	height: auto;
}

.advantages-item-icon {
	margin-bottom: 20px;
}

.advantages-item-title {
	font-size: 20px;
	font-weight: bold;
	color: #223466;
	margin-bottom: 5px;
}

.advantages-item p {
	line-height: 1.8;
}

.slider-wrapper {
	position: relative;
}

.s-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}

.s-nav-prev {
	left: -90px;
}

.s-nav-next {
	right: -90px;
}

/* Articles section */
.articles-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px -20px;
}

.articles-items .articles-item-img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.articles-item {
	width: 310px;
	margin: 0 10px 20px;
	padding-bottom: 60px;
	position: relative;
}

.articles-item.swiper-slide {
	width: auto;
	margin: 0;
	height: auto;
}

.articles-item-hidden {
	display: none;
}

.articles-item-img {
	display: block;
	height: 200px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
}

.articles-item-img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.articles-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.articles-item-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #223466;
	margin-bottom: 10px;
}

.articles-item-date {
	font-weight: 300;
	margin-bottom: 10px;
}

.articles-item p {
	font-size: 14px;
	line-height: 1.4;
}

.articles-item-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 1px;
}

.articles-item-btn {
	border: 1px solid #223466;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #223466;
}

.articles-item-btn:hover {
	background-color: #223466;
	color: #fff;
}

.articles-more {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.articles-more-btn {
	display: inline-block;
	background-color: #223466;
	padding: 13px 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.articles-more-btn:hover {
	background-color: #2f488c;
}

/* Consultate section */
.consultate {
	background-color: #223466;
	padding: 45px 60px;
}

.consultate .s-title {
	margin-bottom: 10px;
}

.consultate-desc {
	color: #fff;
	font-size: 18px;
	margin-bottom: 35px;
}

.consultate-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.consultate-form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.consultate-form-inputs {
	width: 300px;
	margin-right: 20px;
}

.consultate-form-input {
	width: 100%;
	height: 45px;
	background-color: #fff;
	padding: 0 15px;
	border: 1px solid #CAD1E1;
	font: 16px 'Exo 2', sans-serif;
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 15px;
}

.consultate-form-input:last-of-type {
	margin-bottom: 0;
}

.consultate-form-input:focus {
	border-color: #129448;
}

.consultate-form-input::-webkit-input-placeholder {
	color: #95A1BB;
}

.consultate-form-input::-moz-placeholder {
	color: #95A1BB;
}

.consultate-form-input:-ms-input-placeholder {
	color: #95A1BB;
}

.consultate-form-input::-ms-input-placeholder {
	color: #95A1BB;
}

.consultate-form-input::placeholder {
	color: #95A1BB;
}

.consultate-form-subtitle {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.consultate-form-btn {
	margin-top: 15px;
	background-color: #129448;
	padding: 13px 30px;
	border: none;
	cursor: pointer;
	font: bold 14px 'Exo 2', sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.consultate-form-btn:hover {
	background-color: #18c15e;
}

.consultate-form-text {
	margin-top: 25px;
	font-size: 12px;
	color: #fff;
}

.consultate-form-text a {
	display: inline;
	color: #fff;
	text-decoration: underline;
}

.consultate-form-text a:hover {
	color: #129448;
}

.consultate-contacts {
	margin-left: 80px;
}

.consultate-contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

.consultate-contacts-item:last-of-type {
	margin-bottom: 0;
}

.consultate-contacts-item span {
	width: 25px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.consultate-contacts-inner {
	margin-bottom: 25px;
}

.consultate-about {
	width: 375px;
}

.consultate-about-title {
	font-size: 23px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.consultate-about p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.consultate-about p span {
	font-weight: bold;
}

.form-radios {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
	cursor: pointer;
}

.form-radio:last-of-type {
	margin-right: 0;
}

.form-radio-input {
	display: none;
}

.form-radio-custom {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 10px;
	position: relative;
}

.form-radio-custom:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url('../img/check.svg') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.form-radio-text {
	color: #fff;
}

.form-radio-input:checked+.form-radio-custom {
	background-color: #129448;
}

.form-radio-input:checked+.form-radio-custom:before {
	opacity: 1;
}

/* Footer */
.footer {
	padding: 35px 0 70px;
}

.footer-wrapper {
	border: 1px solid #223466;
	padding: 30px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-left {
	width: 220px;
}

.footer-subtitle {
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto Slab", sans-serif;
	color: #223466;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-mnu li {
	display: block;
	margin-bottom: 15px;
}

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

.footer-mnu a:hover {
	color: #223466;
}

.footer-mnu-wrap {
	width: 240px;
}

.footer-contacts {
	width: 280px;
}

.footer-phone {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.footer-phone:hover {
	color: #223466;
}

.footer-phone span {
	font-weight: bold;
}

.footer-address {
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 10px;
}

.footer-email {
	display: block;
	font-weight: 300;
}

.footer-email:hover {
	color: #223466;
}

.footer-msg-list {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.footer-msg-list li {
	margin-right: 10px;
}

.footer-msg-list li:last-child {
	margin-right: 0;
}

.footer-msg-list a:hover {
	opacity: 0.7;
}

.footer-right {
	width: 350px;
}

.footer-copy {
	font-size: 14px;
	color: #999;
	line-height: 1.4;
	margin-bottom: 15px;
}

.footer-link {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-decoration: underline;
}

.footer-link:hover {
	color: #223466;
	text-decoration: underline;
}

.p-main {
	padding: 20px 0 35px;
}

.p-main-title {
	font-size: 46px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #223466;
	margin-bottom: 15px;
}

.crumbs li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.crumbs li:after {
	content: '-';
	font-size: 20px;
	color: #999;
	position: absolute;
	right: -13px;
	top: 0;
}

.crumbs li:last-child {
	margin-right: 0;
}

.crumbs li:last-child:after {
	display: none;
}

.crumbs li:last-child a {
	cursor: auto;
}

.crumbs li:last-child a:hover {
	color: #999;
}

.crumbs a {
	font-size: 20px;
	color: #999;
}

.crumbs a:hover {
	color: #223466;
}

/* Catalog page */
.filter-title {
	display: none;
}

.filter-form {
	background-color: #223466;
	padding: 30px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-item {
	width: 18%;
}

.filter-item-title {
	color: #fff;
	margin-bottom: 10px;
}

.filter-item-big {
	width: 28%;
}

.filter-select {
	width: 170px;
	height: 40px;
}

.filter-select.opened .jq-selectbox__select:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-select-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.filter-select-wrap:last-of-type {
	margin-right: 0;
}

.filter-select-text {
	color: #fff;
	margin-right: 10px;
}

.filter-selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filter-selects .filter-select {
	width: 100px;
}

.filter-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.filter-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-sort-title {
	font-size: 20px;
	margin-right: 40px;
}

.filter-sort-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-sort-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	cursor: pointer;
	margin-right: 30px;
}

.filter-sort-radio:last-of-type {
	margin-right: 0;
}

.filter-sort-radio-input {
	display: none;
}

.filter-sort-radio-text {
	font-size: 20px;
	font-weight: bold;
	color: #223466;
}

.filter-sort-radio-custom {
	margin-left: 15px;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.filter-sort-radio-custom path {
	-webkit-transition: .3s;
	transition: .3s;
}

/* Sort controls — "Price" static label + two clickable arrows (D-008, Step 3).
   "Price" never highlights; the two arrows highlight based on current ?sort=.
   New class names (not .filter-sort-radio-*) so the camp catalogs
   catalog-camps.php / zimnie-lagerya.php are unaffected. Anchor tags carry
   the navigation; the form's auto-submit handler is not involved. */
.filter-sort-label {
	color: #888;
	font-weight: 500;
	font-size: 20px;
	margin-right: 8px;
}
.filter-sort-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* min 40x40 for mobile touch target (Apple HIG / Material). Padding adds
	   visual breathing room beyond the minimum. */
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	margin: 0 4px;
	color: #888;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.filter-sort-arrow.is-active {
	color: #223466;
	font-weight: bold;
}

/* Catalog filter state — Reset link, chips strip, result counter
   (D-008, Step 4, 2026-05-14; Reset moved to counter-row per Vlad's
   visual review on the same day). */

.catalog-chips {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	/* No own vertical margin. Above-chips gap comes from the second
	   .section's natural padding-top (35px). Below-chips gap comes from
	   the adjacent-sibling rule on .catalog-counter-row (12px). */
	margin: 0;
}
.catalog-chip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 6px 10px 6px 12px;
	background-color: #f7f7f7;
	color: #223466;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
.catalog-chip:hover {
	background-color: #cad1e1;
}
.catalog-chip-x {
	font-size: 18px;
	color: #888;
	line-height: 1;
	margin-left: 2px;
}

.catalog-counter-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	/* No top margin — chips/counter live in the same .section as the schools
	   grid now (D-008 Step 4 final restructure 2026-05-15), so the section's
	   natural padding-top: 35px supplies the above-counter gap when no
	   chips precede us. When chips DO precede, the adjacent-sibling rule
	   below overrides to 12px.
	   Bottom: 16px breathing room above first card — matches the gap from
	   the original Step 4 round-1 render Vlad approved. */
	margin: 0 0 16px 0;
}
.catalog-chips + .catalog-counter-row {
	margin-top: 12px;
}

/* Tighten the inter-section padding on the catalog page only.
   .section default is 35px top + 35px bottom; we shrink the boundary
   between filter section and grid section to 16+16 = 32px total. Other
   pages keep the default since we're scoping by added page-specific
   classes, not modifying the global .section rule. (D-008, Step 4, 2026-05-15) */
.catalog-section-filter {
	padding-bottom: 16px;
}
.catalog-section-grid {
	padding-top: 16px;
}

/* Sticky filter bar attempted then abandoned 2026-05-15 — see Notion
   Known Issues "Sticky filter bar attempt — abandoned" for the technical
   findings (overflow-x: clip spec quirk, containing-block-too-small trap,
   Playwright as the definitive diagnostic). Catalog filter scrolls with
   the page now (original pre-D-008-Step-5 behaviour). */
.catalog-counter {
	font-size: 16px;
	color: #333;
}
.catalog-reset {
	margin-left: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	color: #223466;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 3px;
	-webkit-transition: color .2s;
	transition: color .2s;
}
.catalog-reset:hover {
	color: #3a5080;
}
.catalog-reset-x {
	font-size: 16px;
	line-height: 1;
}

/* Pre-existing inconsistency: <input type=number/text/search> inside the
   filter inherit the UA default monospace, not the theme's body font.
   Reported during 2026-05-14 mobile visual review (Issue 1). Same sprint
   touches CSS so we land the fix here. */
.filter input[type="number"],
.filter input[type="text"],
.filter input[type="search"] {
	font-family: inherit;
	font-size: 14px;
}

.filter-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-search-title {
	font-size: 20px;
	margin-right: 40px;
}

.filter-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #223466;
	padding-right: 10px;
}

.filter-search-input {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background-color: transparent;
	border: none;
	font: 16px 'Exo 2', sans-serif;
	color: #333;
}

.filter-search-input::-webkit-input-placeholder {
	color: #999;
}

.filter-search-input::-moz-placeholder {
	color: #999;
}

.filter-search-input:-ms-input-placeholder {
	color: #999;
}

.filter-search-input::-ms-input-placeholder {
	color: #999;
}

.filter-search-input::placeholder {
	color: #999;
}

.filter-search-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.filter-sort-radio-input:checked+.filter-sort-radio-custom {
	-webkit-transform: rotate(-180deg) translateY(2px);
	-ms-transform: rotate(-180deg) translateY(2px);
	transform: rotate(-180deg) translateY(2px);
}

.filter-sort-radio-input:checked+.filter-sort-radio-custom path {
	fill: #223466;
}

.jq-selectbox__select {
	height: 100%;
	cursor: pointer;
	background: #fff;
	position: relative;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

.jq-selectbox__select:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url('../img/select-arrow.svg') no-repeat center;
	position: absolute;
	top: 16px;
	right: 10px;
}

.jq-selectbox__select-text {
	width: 100% !important;
	font-size: 16px;
	color: #000;
	line-height: 1;
	overflow: visible;
}

.jq-selectbox__dropdown {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	margin-top: 10px;
}

.jq-selectbox__dropdown li {
	font-size: 16px;
	padding: 5px 10px;
	color: #000;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}

.jq-selectbox__dropdown li:last-child {
	border: none;
}

.jq-selectbox__dropdown li:hover {
	color: #223466;
}

.jq-selectbox__dropdown li.sel {
	display: none;
}

.jq-selectbox__dropdown li.disabled {
	display: none;
}

/* Custom multi-select dropdown — Accommodation filter (D-008, 2026-05-14).
   Mirrors the formstyler-wrapped <select> chips next to it. Underlying form
   elements are <input type="checkbox" name="offers[]"> so server-side query
   and no-JS users still get tickable checkboxes. */
.filter-multi-select {
	position: relative;
	display: inline-block;
	/* z-index dynamic: no stacking context when closed (so sibling
	   .jq-selectbox dropdowns at z-index:10 can paint above our closed
	   chip), high when open (so our panel paints above all siblings).
	   See .filter-multi-select.opened below. Lesson learned: a permanent
	   z-index:100 here fixed Accommodation-over-neighbours but broke
	   neighbours-over-Accommodation in the inverse direction. */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filter-multi-select.opened {
	z-index: 100;
}
.filter-multi-select__display {
	height: 100%;
	cursor: pointer;
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px 0 10px;
	text-align: left;
}
.filter-multi-select__display:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url('../img/select-arrow.svg') no-repeat center;
	position: absolute;
	top: 16px;
	right: 10px;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}
.filter-multi-select.opened .filter-multi-select__display:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-multi-select__label {
	width: 100%;
	font-size: 16px;
	color: #000;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.filter-multi-select__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	/* min-width keeps the panel readable on mobile when the chip is
	   constrained to 170px but the .filter-item is 100% wide. */
	min-width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	margin-top: 10px;
	z-index: 11;
}
.filter-multi-select.opened .filter-multi-select__dropdown {
	display: block;
}
.filter-multi-select__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	padding: 5px 10px;
	color: #000;
	cursor: pointer;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.filter-multi-select__option:hover {
	color: #223466;
}
.filter-multi-select__option input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #223466;
	cursor: pointer;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.text-wrap {
	margin-bottom: 50px;
}

.text-wrap:last-of-type {
	margin-bottom: 0;
}

.text-wrap p {
	line-height: 1.6;
	margin-bottom: 20px;
}

.text-wrap p a {
	display: inline;
	text-decoration: underline;
}

.text-wrap p a:hover {
	color: #223466;
	text-decoration: underline;
}

.text-wrap-withimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-wrap-withimg-photo {
	width: 570px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
}

.text-wrap-withimg-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.text-subtitle {
	font-size: 33px;
	font-weight: bold;
	color: #223466;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3.text-subtitle{
	font-size: 26px;
}

.text-list {
	margin-bottom: 20px;
}

.text-list li {
	display: block;
	padding-left: 25px;
	line-height: 1.6;
	margin-bottom: 5px;
	position: relative;
}

.text-list li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	top: 11px;
	left: 10px;
}

.text-list li:last-child {
	margin-bottom: 0;
}

.text-list li a {
	display: inline;
	text-decoration: underline;
}

.text-list li a:hover {
	color: #223466;
	text-decoration: underline;
}

/* Faq section */
.faq-item {
	margin-bottom: 20px;
}

.faq-item:first-of-type .faq-item-drop {
	display: block;
}

.faq-item:last-of-type {
	margin-bottom: 0;
}

.faq-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #223466;
	cursor: pointer;
}

.faq-item-title.active .faq-item-arrow {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq-item-arrow {
	width: 35px;
	height: 35px;
	border: 4px solid #223466;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: .3s;
	transition: .3s;
	margin-right: 35px;
}

.faq-item-drop {
	padding-top: 15px;
	padding-left: 70px;
	display: none;
}

.faq-item-drop p {
	margin-bottom: 10px;
}

/* Card page */
.card-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-img {
	width: 100%;
	overflow: hidden;
}

.card-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	transition: .3s;
}

.card-photos {
	width: 360px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -10px;
}

.card-photos-item {
	width: 49%;
	margin-bottom: 10px;
	overflow: hidden;
}

.card-photos-item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.card-photos-item img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	transition: .3s;
}

.card-btn {
	background-color: #129448;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.card-btn:hover {
	background-color: #18c15e;
}

.card-info {
	width: 420px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #223466;
	padding: 35px 35px 50px;
}

.card-info-item {
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.4;
}

.card-info-item span {
	font-weight: bold;
}

.card-info-item a {
	display: inline;
	color: #fff;
	text-decoration: underline;
	word-wrap: break-word;
}

.card-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.programms-top {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #223466;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.programms-top-item {
	width: 25%;
	font-size: 18px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.programms-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}

.programms-item-title {
	margin-bottom: 10px;
	display: none;
}

.programms-item-info {
	width: 25%;
}

.programms-item-text span {
	font-size: 18px;
	font-weight: 600;
}

.programms-item-btn {
	background-color: #223466;
	padding: 7px 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.programms-item-btn:hover {
	background-color: #2f488c;
}

.programms-item-btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-img {
	margin-bottom: 50px;
}

/* Guardianship page */
.guard-main {
	position: relative;
	margin-bottom: 50px;
}

.guard-main-info {
	position: absolute;
	left: 40px;
	bottom: 25px;
	width: 710px;
	background-color: #223466;
	padding: 30px;
}

.guard-main-info p {
	line-height: 1.6;
	color: #fff;
	margin-bottom: 20px;
}

.guard-main-info p:last-of-type {
	margin-bottom: 0;
}

.guard-text-withimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.guard-text-withimg-photo {
	width: 350px;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.guard-text-withimg-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.guard-text-withimg-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.guard-text-withimg-reverse .guard-text-withimg-photo {
	margin-right: 0;
	margin-left: 30px;
}

/* Camp page */
.camp-video {
	height: 440px;
	position: relative;
	margin-bottom: 50px;
}

.camp-video-play {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.camp-video-play:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

.camp-video iframe,
.camp-video video {
	width: 100%;
	height: 100%;
}

/* Reviews section */
.reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -30px;
}

.reviews-item {
	width: 49%;
	margin-bottom: 30px;
}

.reviews-item-info {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reviews-item p {
	line-height: 1.6;
}

.reviews-item-ava {
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews-item-ava img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.reviews-item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.reviews-item-desc {
	font-size: 14px;
	font-weight: 600;
	color: #999;
}

/* Popup */
.popup {
	display: none;
}

.request-popup {
	max-width: 420px;
	margin: auto;
	background-color: #223466;
	padding: 50px 30px;
	position: relative;
}

.request-popup-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.request-popup .consultate-form-input:last-of-type {
	margin-bottom: 15px;
}

.mfp-close-btn-in .mfp-close {
	opacity: 1;
	color: #fff;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Adaptive */
@media only screen and (max-width: 1550px) {
	.s-nav {
		position: static;
		margin-right: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.s-nav:last-of-type {
		margin-right: 0;
	}

	.s-nav-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1360px) {
	.c-container {
		width: 100%;
		padding: 0 30px;
	}

	.header {
		padding: 20px 0;
	}

	.header .header-btn {
		display: none;
	}

	.header .header-request {
		margin-left: 30px;
	}

	.header-mnu {
		display: none;
	}

	.header-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-lang-wrapper {
		padding: 0;
		border: none;
	}

	.header-desc {
		display: none;
	}

	.toggle-mnu {
		display: block;
	}

	.main {
		padding-top: 0;
	}

	.main-wrapper {
		padding: 50px 30px;
	}

	.main-title {
		font-size: 35px;
	}

	.main-btn {
		padding: 13px;
		margin-right: 15px;
	}

	.about-img {
		width: 40%;
	}

	.steps-item {
		width: 22.9%;
		padding: 30px 15px 60px;
	}

	.steps-item-number {
		font-size: 60px;
	}

	.steps-item-title {
		font-size: 20px;
	}

	.advantages-item p {
		line-height: 1.4;
	}

	.consultate {
		padding: 50px 30px;
	}

	.consultate-contacts {
		margin-left: 30px;
	}

	.footer-wrapper {
		padding: 30px;
	}

	.footer-right {
		width: 300px;
	}

	.filter-form {
		padding: 30px;
	}

	.filter-item {
		width: 17%;
		padding-right: 10px;
	}

	.filter-item-big {
		width: 32%;
	}

	.filter-select {
		width: 100%;
	}

	.filter-sort-title {
		margin-right: 20px;
	}

	.filter-search-title {
		margin-right: 20px;
	}

	.schools-item {
		width: 22.9%;
	}

	.programms-top-item {
		font-size: 16px;
	}

	.articles-item {
		width: 22.9%;
	}

	.text-wrap-withimg-photo {
		width: 45%;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.header .header-lang {
		display: none;
	}

	.header .header-request {
		display: none;
	}

	.main-wrapper {
		display: block;
		padding: 50px 30px 30px;
	}

	.main-info {
		width: 100%;
	}

	.main-img {
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.about-img {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}

	.about-img img {
		width: auto;
	}

	.tracking {
		padding: 30px;
	}

	.tracking-img {
		display: none;
	}

	.steps-items {
		margin: 0 -5px -15px;
	}

	.steps-item {
		width: 31.9%;
		margin: 0 5px 15px;
	}

	.schools-slider .swiper-pagination {
		display: block;
	}

	.schools-item {
		padding: 20px 15px 90px;
	}

	.schools-item-bottom {
		padding: 15px;
	}

	.camp-promo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-bottom: 0;
		text-align: center;
	}

	.camp-promo-info {
		width: 100%;
	}

	.camp-promo-img {
		margin-top: 30px;
		width: 100%;
		text-align: center;
	}

	.s-nav {
		display: none;
	}

	.swiper-pagination {
		display: block;
	}

	.consultate-wrapper {
		display: block;
	}

	.consultate-contacts {
		margin-left: 0;
		margin-top: 30px;
	}

	.footer-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-left {
		width: 33%;
	}

	.footer-mnu-wrap {
		width: 33%;
	}

	.footer-contacts {
		width: 33%;
	}

	.footer-right {
		width: 100%;
		margin-top: 30px;
	}

	.filter {
		display: none;
	}

	.filter-title {
		display: inline-block;
		padding-right: 20px;
		position: relative;
	}

	.filter-title:after {
		content: '';
		width: 10px;
		height: 10px;
		background: url('../img/select-arrow.svg') no-repeat center;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}

	.filter-title.active:after {
		-webkit-transform: rotate(-180deg) translateY(50%);
		-ms-transform: rotate(-180deg) translateY(50%);
		transform: rotate(-180deg) translateY(50%);
	}

	.filter-title-desctop {
		display: none;
	}

	.filter-form {
		padding-bottom: 10px;
	}

	.filter-item {
		width: 50%;
		margin-bottom: 20px;
		padding-right: 20px;
	}

	.filter-item-big {
		width: 50%;
	}

	.filter-selects .filter-select {
		width: 90px;
	}

	.filter-other {
		display: block;
	}

	.filter-sort {
		margin-bottom: 20px;
	}

	.schools-item {
		width: 30.5%;
	}

	.schools-more {
		margin-top: 20px;
	}

	.consultate-about {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.card-photos {
		width: 33%;
	}

	.card-info {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.card-info-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.programms-top {
		display: none;
	}

	.programms-item-title {
		display: block;
	}

	.programms-item-btn {
		margin-top: 10px;
	}

	.programms-item-btn-wrapper {
		display: block;
	}

	.articles-item {
		width: 30.5%;
	}

	.articles-more {
		margin-top: 20px;
	}

	.text-subtitle {
		font-size: 25px;
	}
	h3.text-subtitle {
		font-size: 20px;
	}

	.text-wrap {
		margin-bottom: 30px;
	}

	.text-wrap-withimg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.text-wrap-withimg-photo {
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}

	.text-wrap-withimg-photo img {
		width: auto;
	}

	.guard-main-info {
		width: 100%;
		position: static;
		margin-top: 20px;
	}

	.guard-text-withimg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.guard-text-withimg-photo {
		margin: 0;
		margin-top: 10px;
		width: 100%;
	}

	.guard-text-withimg-photo img {
		width: auto;
	}

	.guard-text-withimg-reverse .guard-text-withimg-photo {
		margin-left: 0;
	}

	.p-main-title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.main .c-container {
		padding: 0;
	}

	.about-advantages-item-icon {
		margin-right: 15px;
	}

	.about-advantages-item-text {
		font-size: 16px;
	}

	.about-advantages-item-text span {
		font-size: 30px;
	}

	.tracking-desc {
		font-size: 18px;
	}

	.tracking-form {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.tracking-form-input {
		width: 48%;
		margin: 0;
	}

	.tracking-form-btn {
		width: 48%;
		padding: 15px;
	}

	.steps-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		margin-bottom: -15px;
	}

	.steps-item {
		width: 48.5%;
		margin: 0;
		margin-bottom: 15px;
	}

	.consultate-form-inputs {
		width: 100%;
		margin-bottom: 15px;
	}

	.consultate-form-wrap {
		display: block;
	}

	.consultate-form-text {
		margin-top: 15px;
	}

	.footer-left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-mnu-wrap {
		width: 50%;
	}

	.footer-contacts {
		width: 50%;
	}

	.filter-item-big {
		width: 100%;
	}

	.filter-sort-title {
		font-size: 16px;
	}

	.filter-sort-radio-text {
		font-size: 16px;
	}

	.filter-search-title {
		font-size: 16px;
	}

	.schools-items {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.schools-item {
		width: 48.5%;
		margin: 0;
		margin-bottom: 20px;
	}

	.faq-item-arrow {
		margin-right: 20px;
	}

	.faq-item-drop {
		padding-left: 0;
	}

	.consultate-contacts-inner {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.consultate-contacts-inner-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.programms-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.programms-item-info {
		width: 33%;
		margin-bottom: 10px;
	}

	.programms-item-info:last-of-type {
		width: 100%;
	}

	.articles-items {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.articles-item {
		width: 49%;
		margin: 0;
		margin-bottom: 20px;
	}

	.p-main-title {
		font-size: 30px;
	}

	.crumbs li:after {
		font-size: 14px;
	}

	.crumbs a {
		font-size: 14px;
	}

	.reviews-item {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #223466;
	}

	.reviews-item:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
}

@media only screen and (max-width: 589px) {
	.c-container {
		padding: 0 15px;
	}

	.header-logo {
		width: 130px;
	}

	.header .header-phone-wrapper {
		display: none;
	}

	.mnu-wrapper {
		width: 100%;
		padding: 10px 15px 50px;
	}

	.header {
		padding: 10px 0;
	}

	.main {
		padding: 0;
	}

	.main-wrapper {
		padding: 30px 15px 15px;
	}

	.main-title {
		font-size: 26px;
	}

	.main-desc {
		font-size: 16px;
	}

	.main-btns {
		display: block;
	}

	.main-btn {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.main-btn:last-of-type {
		margin-bottom: 0;
	}

	p {
		font-size: 14px;
	}

	.s-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.about p {
		font-size: 14px;
	}

	.about-advantages {
		display: block;
		margin-top: 30px;
	}

	.about-advantages-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.about-advantages-item:last-of-type {
		margin-bottom: 0;
	}

	.tracking {
		padding: 30px 15px;
	}

	.tracking-desc {
		font-size: 14px;
	}

	.tracking-form {
		display: block;
	}

	.tracking-form-input {
		width: 100%;
		margin-bottom: 10px;
	}

	.tracking-form-btn {
		width: 100%;
		text-align: center;
	}

	.steps-item {
		width: 100%;
	}

	.steps-item-number {
		font-size: 50px;
	}

	.steps-item-more {
		font-size: 16px;
	}

	.schools-item-icon {
		width: 70px;
	}

	.schools-all {
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}

	.consultate {
		padding: 30px 15px;
	}

	.consultate-desc {
		font-size: 16px;
	}

	.consultate-form-btn {
		width: 100%;
		text-align: center;
	}

	.footer-wrapper {
		padding: 30px 15px;
	}

	.footer-mnu-wrap {
		width: 100%;
	}

	.footer-contacts {
		width: 100%;
		margin-top: 30px;
	}

	.filter-form {
		padding: 30px 15px 10px;
	}

	.filter-item {
		width: 100%;
	}

	.filter-sort {
		display: block;
	}

	.filter-sort-title {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.filter-search {
		display: block;
	}

	.filter-search-title {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.filter-search-form {
		width: 100%;
	}

	.schools-item {
		width: 100%;
	}

	.schools-more {
		margin-top: 10px;
	}

	.text-list li {
		padding-left: 15px;
		font-size: 14px;
	}

	.text-list li:before {
		left: 0;
	}

	.faq-item-title {
		font-size: 18px;
	}

	.consultate-about-title {
		font-size: 18px;
	}

	.consultate-about p {
		font-size: 14px;
	}

	.card-top {
		display: block;
	}

	.card-photos {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}

	.card-info {
		padding: 30px 15px;
	}

	.card-btn {
		width: 100%;
		text-align: center;
	}

	.programms-item-info {
		width: 50%;
	}

	.programms-item-info:last-of-type {
		width: 50%;
	}

	.programms-item-title {
		font-size: 14px;
	}

	.articles-item {
		width: 100%;
	}

	.articles-more {
		margin-top: 10px;
	}

	.text-subtitle {
		font-size: 20px;
	}
	h3.text-subtitle {
		font-size: 18px;
	}

	.guard-main-info {
		padding: 30px 15px;
	}

	.reviews-item-info {
		margin-top: 20px;
	}

	.reviews-item-ava {
		margin-right: 10px;
	}

	.reviews-item-title {
		font-size: 16px;
	}

	.request-popup {
		margin: 30px 15px;
		padding: 50px 20px;
	}

	.request-popup-title {
		font-size: 22px;
	}
}

/*страница контакты*/
.page-contacts, .page-contacts .phones, .page-contacts .messenger {
	display: flex;
}
.page-contacts .page-contacts-left, .page-contacts-right {
	width: 50%;
}

.page-contacts .phones, .page-contacts .email, .page-contacts .messenger, .page-contacts .adress, .page-contacts .time, .page-contacts .info {
	margin-bottom: 20px;
}

.page-contacts .block-title {
	text-transform: uppercase;
	color: #223466;
	margin-bottom: 20px;
	font-weight: 500;
}
.page-contacts .phones div, .page-contacts .messenger div, .page-contacts .email div {
  position: relative;
  margin-right: 20px;
}

.page-contacts .info div, .page-contacts .time, .page-contacts .adress {
  position: relative;
}

.page-contacts .phones div a, .page-contacts .messenger div a, .page-contacts .email div a {
  padding-left: 35px;
}
.page-contacts .info div{
	padding-left: 35px;
	margin-bottom: 20px;
}
.page-contacts .adress, .page-contacts .time {
	padding-left: 35px;
}
.page-contacts .adress::after {
	  content: "";
	  background-image: url('../img/adress.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  left: 0;
}

.page-contacts .time::after {
	  content: "";
	  background-image: url('../img/time.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  left: 0;
}

.page-contacts .info .ip::after {
	  content: "";
	  background-image: url('../img/ip.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  left: 0;
}

.page-contacts .info .inn::after {
	  content: "";
	  background-image: url('../img/inn.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  left: 0;
}

.page-contacts .info .adr::after {
	  content: "";
	  background-image: url('../img/adr.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
	  left: 0;
}

.page-contacts .email div::before {
	  content: "";
	  background-image: url('../img/email.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
}

.page-contacts .phones div::before {
	  content: "";
	  background-image: url('../img/rus.png');
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  top: -2px;
	  background-size: contain;
	  background-repeat: no-repeat;
}
.page-contacts .pagepage-contacts-right .phones div::before {
  background-image: url('../img/kz.png');
}

.page-contacts .messenger div::before {
  content: "";
  background-image: url('../img/tg.png');
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contacts .messenger .messenger-wp::before {
  background-image: url('../img/wp.png');

}

.contacts-table {
	margin-top: 45px;
}

.contacts-table td{
	width: 50%;
	text-align: center;
  border-bottom:1px solid #999;
  border-image:linear-gradient(to right, #f7f5f542 5% 10%, #223466ab 65% 50%, #f7f5f542 85%);
  border-image-slice: 100%;
  border-bottom:3px solid #999;
  border-image-slice: 1;
  	padding: 15px 0;
}
.contacts-table tr td:first-child{
	font-weight: 600;
}



@media only screen and (max-width: 1023px) {
	.page-contacts, .page-contacts .phones, .page-contacts .messenger {
		display: block;
	}
	.page-contacts .page-contacts-left, .page-contacts-right {
		width: 100%;
	}
	.page-contacts .phones div, .page-contacts .messenger div, .page-contacts .email div {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
.contacts-table td{
	font-size: 14px;
}
}
/*страница контакты end*/


.qsm-quiz-container input,
.qsm-quiz-container button,
.qsm-quiz-container textarea,
.qsm-quiz-container select
{
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    outline: auto;
}

.footer__dev {
  display:flex;
  align-items:center;
  text-decoration:none;
  transition:all .3s;
  width:100%
}
.footer__dev:hover {
  opacity:.8
}
.footer__dev:active {
  opacity:.6
}
.footer__dev-logo {
  max-width:120px;
  display:block;
  margin-right:10px
}
.footer__dev-text {
text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width:1100px) {
  .footer__dev-logo {
    margin-right:0;
    margin-bottom:5px
  }
}
.footer_devWrap {
  display:flex;
  flex-direction:column;
  margin-top: 15px;
}

.consultate-contacts-item {
	color: #fff !important;
}

.consultate-contacts-item a{
	color: #fff !important;
}

.quiz_section.qsm-question-wrapper.question-type-0 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.quiz_section.qsm-question-wrapper.question-type-0 .mlw_qmn_new_question {
	order: 3;
}
.quiz_section.qsm-question-wrapper.question-type-0 .mlw_qmn_question_number {
	order: 2;
}
.quiz_section.qsm-question-wrapper.question-type-0 .mlw_qmn_question.qsm_remove_bold {
	order: 1;
}

.quiz_section.qsm-question-wrapper.question-type-0 fieldset {
	order: 4;
}

.welcome-screen {
background-image: url('../img/12505.jpg');
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat;
  align-content: center;
}

.welcome-screen-text{
	background: #31313185;
  text-align: center;
  color: #fff !important;
  padding: 50px;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #fff;
}
.qsm-quiz-container .welcome-screen-text h2 {
color: #fff !important;
}
.dropbtn-lang {
  background-color: #fff;
  /*background-color: #f7f7f7;*/

  color: #223466;
  padding: 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding-right: 24px;
  padding-left: 36px;
  font-size: 19px;
  font-weight: 600;
}

.dropbtn-lang:hover, .dropbtn:focus {
  background-color: #fff;
  /*background-color: #f7f7f7;*/

}

.dropdown-lang {
  position: relative;
  display: inline-block;
  margin-left: 66px;
}

.dropdown-lang-mob {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 20px;
}

.dropdown-content-lang {
  display: none;
  position: absolute;
  background-color: #f7f7f7;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content-lang a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-lang-mob a:hover {background-color: #ddd;}
.dropdown-lang a:hover {background-color: #ddd;}

.show-lang {display: block;}

.dropbtn-lang img {
	 width: 26px;
  height: 26px;
}
.dropdown-lang-mob .header-lang {
	display: block;
	border: 2px solid #223466 !important;
	padding: 5px 10px;
}
.dropdown-lang .header-lang {
	display: block;
	border: 2px solid #223466 !important;
	padding: 5px 10px;
}
.dropdown-lang-mob .header-lang a{
	padding: 0;
}
.dropdown-lang .header-lang a{
	padding: 0;
}

.dropbtn-lang:before {
background-image: url('../img/lang.png');
  content: '';
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  margin-left: 5px;
  background-size: contain;
  left: 0px;
}

/*.dropbtn-lang span:after {
	background-image: url('../img/dd.png');
	content: '';
  width: 10px;
  height: 10px;
background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  margin-left: 5px;
  background-size: contain;
}*/
.mnu-bottom .dropbtn-lang:after {
	background-image: url('../img/dd.png');
	content: '';
  width: 10px;
  height: 10px;
background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  margin-left: 5px;
  background-size: contain;
}

.dropbtn-lang:after {
	background-image: url('../img/dd.png');
	content: '';
  width: 10px;
  height: 10px;
background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  margin-left: 10px;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
	.dropdown-lang .dropbtn-lang {
		display: none;
	}
}

.article-top {
	display: flex;
}
.article-top .reading-time, .article-top .date, .article-top .views, .article-top .author {
	width: 25%;
	position: relative;
	padding-left: 45px;
	padding-top: 4px;
}
 .article-top .reading-time:before, .article-top .date:before, .article-top .views:before, .article-top .author:before{
  content: '';
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  margin-left: 0px;
  background-size: contain;
  left: 0px;
}

.article-top .reading-time:before {
background-image: url('../img/clock.png');
}
.article-top .date:before {
background-image: url('../img/calendar.png');
}
.article-top .views:before {
background-image: url('../img/views.png');
top: 5px;
}
.article-top .author:before {
background-image: url('../img/author.png');
}

.section-article {
	padding: 4px 0 !important;
}

.commercial-button {
	text-align: center;
  background: #223466;
  font-size: 24px;
  margin: 32px 0;
}
.commercial-button a {
  color: #fff;
  cursor: pointer;
}
.commercial-button:hover {
  background: #2f488c;
}
.commercial-button a {
	width: 100%;
  display: block !important;
  height: 100%;
  padding: 32px;
  text-decoration: none !important;
}
.commercial-button a:hover {
  color: #fff !important;
}

.article-block {
	display: flex;
}

.article-block .article-left {
	min-width: 292px;
	margin-right: 44px;
}

.contents-title, .kamatoc-wrap__title {
	font-weight: 700;
	font-size: 18px;
	font-style: uppercase;
	margin-bottom: 18px;
	color: #223466;
}

.kamatoc_js li{
	list-style: none;

}

.kamatoc_js li a{
	border-left: 2px solid #CAD1E1;
	padding-bottom: 8px;
}

.kamatoc_js li a{
	color: #999999;
	Line-height:25.6px;
	font-size: 16px;
	padding-left: 16px;
}

.consultate-form-subtitle a {
	color: #fff; 
	text-decoration: underline;
}
.commercial-cards {
	margin-top: 40px;
}
.commercial-cards .commercial-cards-item{
	background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 24px;
  text-align: center;
  min-height: 185px;
  align-content: end;
  margin-bottom: 16px;
  background-color: #b7b7b7;
  background-blend-mode: multiply;
}
.commercial-cards .commercial-cards-item .commercial-cards-item-link a {
	color: #fff !important;
	font-weight: 800;
	font-size: 18px;
}
.commercial-cards-mobile {
	display: none;
}

.article .text-wrap h2{
font-size: 33px;
  font-weight: bold;
  color: #223466;
  text-transform: uppercase;
  margin-bottom: 20px;
}
	.contents-decs {
		display: block;
	}
	.contents-mobile {
		display: none;
	}
.kamatoc-wrap__title{
	background: #f3f3f3;
  padding: 11px 8px;
  margin-bottom: 25px;
}

.contents-block {
  top: 167px;
  position: sticky;
}
#tocmenu .active {
	border-left: 2px solid #223466;
}
@media only screen and (max-width: 1023px) {
	.article-block .article .guard-main {
		margin-bottom: 21px;
	}
	.contents-decs {
		display: none;
	}
	.contents-mobile {
		display: block;
		margin-bottom: 20px;
	}
	.article-top .reading-time, .article-top .date, .article-top .views, .article-top .author {
		font-size: 14px;
		  padding-left: 28px;
		  padding-top: 1px;
	}
	 .article-top .reading-time:before, .article-top .date:before, .article-top .views:before, .article-top .author:before{
	  width: 19px;
	  height: 19px;
	}
	  .guard-main-info {
	    margin-top: 0px;
	  }
	.article-block {
		display: block;
	}
	.article-block .article-left {
	min-width: auto;
	margin-right: 0;
	}
	.commercial-cards {
		display: none;
	}
	.commercial-cards-mobile {
		display: block !important;
		margin: 0 29px;
	}
	.commercial-cards-mobile .commercial-cards-item{
		min-height: 80px;
		background-position: center;
	}
}

@media only screen and (max-width: 589px) {
	.article-top .reading-time, .article-top .date, .article-top .views, .article-top .author {
		width: 50%;
		margin-bottom: 8px;
	}
	.article-top {
		flex-wrap: wrap;
	}
	.article-top .reading-time .reading-time-desc {
		display: none;
	}
	.commercial-button {
	  margin: 24px 0;
	}
	.commercial-button a{
	  font-size: 16px;
	  padding: 8px;
	}
}


.article-block table, .card-desc table {
  border: 1px solid #223466;
  width: 100%;
  margin:0;
  padding:0;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.article-block table tr, .card-desc table tr {
  border: 1px solid #223466;
  padding: 5px;
}

.article-block table th, .article-block table td, .card-desc table td{
  padding: 10px;
  text-align: center;
  border-right: 1px solid #223466;
}


/* Посадочная страница  */

.posad-page-head .guard-main-img{
	background-repeat: no-repeat;
  	background-size: cover;
  	  background-color: #b7b7b7;
  background-blend-mode: multiply;
}
.posad-page-head .guard-main-info {
	position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  padding: 30px;
  text-align: center;

}
.posad-page-head h1 {
	color: #fff;
	max-width: 846px;
  margin: 0 auto;
  font-size: 46px;
  margin-top: 231px;
}
.posad-page-head p {
	max-width: 846px;
  margin: 0 auto;
  font-size: 32px;
   margin-top: 48px;
}
.p-btn {
	padding: 16px;
  background: #fff;
  border: 1px solid #223466;
  color: #223466;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
.posad-page-head .advantages {
	background-color: #223466;
	padding: 16px 0;
}
.posad-page-head .advantages .c-container {
	/*display: flex;*/
}
.posad-page-head .advantages .advantages-item {
	width: 25%;
	font-size: 24px;
	color: #fff;
	padding: 0 64px;
	text-align: center;
	border-left: 1px solid #fff;
	
	/*margin-right: 44px;*/
}
.posad-page-head .advantages .advantages-item:last-child {
border-right: 1px solid #fff;

}

.posad-page-price {
	background-color: #223466;
	color: #fff;
	text-align: center;
}
.posad-page-price h2{
	font-size: 32px;
	margin-bottom: 42px;
}
.posad-page-price .price-text{
	margin-bottom: 32px;
	font-size: 48px;
	font-weight: 800;
}
.posad-page-price .price-text-include {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px;
}
.posad-page-price-advantages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.posad-page-price-advantages-item {
	width: 20%;
	text-align: center;
	min-width: 101px;
	margin-bottom: 40px;
}
.posad-page-price-advantages-item img{
margin-bottom: 16px;
}
.posad-page-price .modal-btn {
	background-color: #129448;
	border: none;
}
.posad-page-price .posad-page-price-btn{
	text-align: center;
	margin-top: 54px;
}
.posad-page-price .posad-page-price-btn a{
	color: #fff;
}
.posad-page-price .c-container {
	padding-top: 32px;
	padding-bottom: 63px;
}
.section-zachem-block h2, .partners-block h2, .advantages-block h2, .variants-block h2, .reviews-pos-block h2 {
	text-align: center;
	text-transform: uppercase;
}
.partners-block h2, .advantages-block h2, .variants-block h2, .reviews-pos-block h2 {
	color: #223466;
	font-size: 33px;
}
.section-zachem-block .zachem-block {
	display: flex;
}
.section-zachem-block .zachem-block p {
	font-size: 24px;
}
.section-zachem-block .zachem-block-right {
	max-width: 408px;
	text-align: center;
	margin: 0 auto;
	width: 35%;
}

.section-zachem-block .zachem-block-left {
	margin-right:43px;
	width: 65%;
}

.advantages .swiper-pagination-bullet-active {
  background-color: #129448;
}

.schools-slider_new {
	margin-top: 32px;
}
.schools-slider_new .swiper-pagination {
	display: block;
}

	.advantages-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: auto;
      margin-top: 32px;
    }
.advantages-cards .advantages-cards-item .advantages-cards-item-title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 800;
}
.advantages-cards .advantages-cards-item .advantages-cards-item-text{
	font-size: 16px;
}
    .advantages-cards .advantages-cards-item {
    	padding-top: 40px;
      background: #4CAF50;
      color: white;
      padding: 40px 16px;
      box-sizing: border-box;
      height: 461px;
background-repeat: no-repeat;
  background-size: cover;
  background-color: #7d7d7d;
  background-blend-mode: multiply;
  background-position: center;
    }

    /* Используем шаблон: каждые 7 элементов: 3-2-2 */
    .advantages-cards .advantages-cards-item {
      flex: 0 0 calc(100% / 3 - 7.66px); /* по умолчанию 3 в строке */
    }

    .advantages-cards .advantages-cards-item:nth-child(7n+4),
    .advantages-cards .advantages-cards-item:nth-child(7n+5),
    .advantages-cards .advantages-cards-item:nth-child(7n+6),
    .advantages-cards .advantages-cards-item:nth-child(7n+7) {
      flex: 0 0 calc(50% - 5px); /* эти 4 элемента идут по 2 в строку */
    }
    .advantages-cards-mobile {
    	display: none;
    }

  .variants-block .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
  }

  .variants-block .tab > input[type="radio"] {
    display: none;
  }

  .variants-block .tab-content {
    display: none;
    width: 100%;
    margin-top: 32px;
  }

  .variants-block #tab-btn-1:checked~#content-1,
  .variants-block #tab-btn-2:checked~#content-2,
  .variants-block #tab-btn-3:checked~#content-3,
  .variants-block #tab-btn-4:checked~#content-4 {
    display: flex;
  }

  .variants-block .tab > label {
    display: block;
    padding: 13px 57px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    color: #fff;
    border: 0;
    background: #223466;
    border: 1px solid #223466;
    margin-right: 16px;
  }

  .variants-block .tab > input[type="radio"]:checked + label {
    color: #223466;
    background-color: #fff;
  }

  .variants-block .tab-content-left, .variants-block .tab-content-right {
  	width: 50%;
  }
  .tab-content-left {
  	font-size: 24px;
  	margin-right: 44px;
  }


.tab-content-left ul li:before {
position: absolute;
content: '·';
left: -20px;
}
.tab-content-left ul li {
margin:10px 0;
position: relative;
list-style: none;
}
.tab-content-left ul {
margin:10px 0 25px 20px;
list-style: unset !important;
}

  .variants-block .modal-btn {
  	  font-size: 24px;
	  color: #223466;
	  text-transform: uppercase;
	  font-weight: 600;
	  border: 2px solid #223466;
	  padding: 16px;
  }
  .variants-block .btn-block {
  	text-align: center;
  	margin-top: 64px;
  }
.reviews-pos-slider {
	margin-top: 60px;
}
.reviews-pos-slider .swiper-pagination {
	display: block;
}
.reviews-pos-slider .reviews-pos-item {
border: 1px solid #223466;
  padding: 20px 20px 90px;
  position: relative;
  width: 310px;
  height: auto;
}
.reviews-pos-slider .reviews-pos-item-img {
	text-align: center;
}
.reviews-pos-slider .reviews-pos-item-img img {
	width: 150px;
	height: 150px;
	object-fit: cover;
  border-radius: 120px;
}
.reviews-pos-item-title {
	font-size: 20px;
	color: #223466;
	font-weight: 600;
	margin-bottom: 16px;
	top: 16px;
	text-align: center;
}

.reviews-pos-item-descr {
	font-size: 14px;
	margin-bottom: 16px;
}
.reviews-pos-item-raiting {
	display: flex;
	position: absolute;
	bottom: 24px;
	justify-content: center;
  width: 100%;
}
.reviews-pos-item-raiting .star {
	background-image: url('../img/Star.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 8px;
}
@media only screen and (max-width: 1023px) {
	.reviews-pos-item-title {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.reviews-pos-item-descr {
		margin-bottom: 16px;
		text-align: center;
	}
	.reviews-pos-item-text {
		text-align: center;
	}
	.variants-block .tab-content {
	  margin-top: 14px;
	}
	.variants-block .btn-block {
	  margin-top: 48px;
	}
	.variants-block .modal-btn {
	  font-size: 18px;
	}
	.variants-block #tab-btn-1:checked ~ #content-1, .variants-block #tab-btn-2:checked ~ #content-2, .variants-block #tab-btn-3:checked ~ #content-3, .variants-block #tab-btn-4:checked ~ #content-4{
		display: block;
	}
	.variants-block .tab-content-left {
	  	font-size: 16px;
	  	margin-right: 0px;
	  	width: 100%;
	}
	.variants-block .tab-content-right {
	  	width: 100%;
	}
	.advantages-cards {
    	display: none;
    }
    .advantages-cards-mobile {
    	display: block ;
    	overflow: hidden;
    }
	.advantages-cards .advantages-cards-item .advantages-cards-item-title{
		font-size: 18px;
		margin-bottom: 24px;
	}
    .advantages-cards-mobile .advantages-cards-item,
    .advantages-cards-mobile .advantages-cards-item:nth-child(7n+4),
    .advantages-cards-mobile .advantages-cards-item:nth-child(7n+5),
    .advantages-cards-mobile .advantages-cards-item:nth-child(7n+6),
    .advantages-cards-mobile .advantages-cards-item:nth-child(7n+7) {
      flex: none;
    }

	.schools-slider_new {
		margin-top: 24px;
	}
	.posad-page-head h1 {
	  font-size: 28px;
	   margin-top: 16px;
	}
	.posad-page-head p {
		max-width: 846px;
	  margin: 0 auto;
	  font-size: 19px;
	     margin-top: 32px;
	}
	.p-btn {
	  font-size: 18px;
	}
	.posad-page-price h2, .advantages-block h2, .variants-block h2, .reviews-pos-block h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}
	.posad-page-price .price-text{
		margin-bottom: 32px;
		font-size: 32px;
	}
	.posad-page-price .price-text-include {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.posad-page-price-advantages-item {
		margin-bottom: 24px;
	}
	.posad-page-price .posad-page-price-btn{
		margin-top: 24px;
	}
	.section-zachem-block .zachem-block {
	flex-flow: column;
	}
	.section-zachem-block .zachem-block-right {
		order:1;
		margin-bottom: 24px;
		width: 100%;
	}
	.section-zachem-block .zachem-block-left {
		order:2;
		margin-right: 0;
		width: 100%;
	}
	.section-zachem-block .zachem-block p {
		font-size: 16px;
	}
	.section-zachem-block h2, .partners-block h2 {
		font-size: 24px !important;
	}
	.posad-page-head .advantages .advantages-item {
		font-size: 18px;
	}
}
@media only screen and (max-width: 810px) {
	.variants-block .tab > label {
	  width: 100%;
	}
}
@media only screen and (max-width: 589px) {
/*  .advantages-cards .advantages-cards-item,
    .advantages-cards .advantages-cards-item:nth-child(7n+4),
    .advantages-cards .advantages-cards-item:nth-child(7n+5),
    .advantages-cards .advantages-cards-item:nth-child(7n+6),
    .advantages-cards .advantages-cards-item:nth-child(7n+7) {
      flex: 0 0 calc(100%); }/* эти 4 элемента идут по 2 в строку */
    
    .advantages-cards-mobile .advantages-cards-item{
    	height: 281px;
    }
}
/* Посадочная страница END */

#cookie_note {
   display: none;
	position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 12px;
  color: #555555;
  background: #ffffff;
  box-shadow: 0 3px 20px -5px rgba(41, 44, 56, 0.2);
  z-index: 9999;
  font-size: 13px;
  border-radius: 12px;
  transition: .3s;
}
#cookie_note .c-container {
	text-align: center;
}
#cookie_note span {
	margin-bottom: 10px;
	width: 100%;
  display: block;
}


.cookie_accept{
background: #223466;
  color: #fff;
  border: 0;
  padding: .2em .8em;
  margin: 0 0 0 .5em;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}

#cookie_note.show {
    display: flex;
}

/* Страница каталог */
.up-desc {
	margin-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
	.up-desc {
		margin-bottom: 40px;
}	
}

.consultate-catalog-form-wrap {
 display: flex;
 border: 1px solid #223466;
  padding: 46px 60px;
  margin-top: 96px;
   margin-bottom: 70px;
  position: relative;
}
.consultate-catalog-form-wrap-left {
	width: 620px;
}
.consultate-catalog-form-wrap .s-title, .consultate-catalog-form-wrap p, .consultate-catalog-form-wrap .consultate-form-subtitle, .consultate-catalog-form-wrap .consultate-form-subtitle a{
	color: #223466;
}
.consultate-catalog-form-wrap .s-title {
	margin-bottom: 9px;
}
.consultate-form-inputs {
  width: 475px;
  text-align: center;
  margin-bottom: 24px;
}
.consultate-catalog-form-wrap-right img{
position: absolute;
  height: 490px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1209px) {
	.consultate-catalog-form-wrap-left {
		width: 50%;
	}
}
@media only screen and (max-width: 1023px) {
	.consultate-catalog-form-wrap .s-title {
		margin-bottom: 16px;
	}	
	.consultate-form-inputs {
	  margin-bottom: 16px;
	}
	.consultate-catalog-form-wrap {
	  padding: 20px 8px;
	  margin-top: 14px;
	  margin-bottom: 40px;
	}
	.consultate-catalog-form-wrap {
	 display: block;
	}
	.consultate-catalog-form-wrap-left {
		width: 100%;
	}

	.consultate-form-inputs {
	  width: 100%;
	  text-align: center;
	}
	.consultate-catalog-form-wrap {
		text-align: center;
	}
	.consultate-catalog-form-wrap-right img{
	position: relative;
	    height: 255px;
	    bottom: 0;
	    right: 0;
	    margin-bottom: -20px;
	}
}


/* Страница каталог END */

/* BLOG */
.rubrika-blog-category {
  display: flex;
  flex-wrap: wrap;
}
.rubrika-blog-category .blog-category-item {
	border: 1px solid #C5D5FF;
	background: #fff;
	margin-right: 44px;
	margin-bottom: 16px;
	text-align: center;
	width: 292px;
}
.rubrika-blog-category .blog-category-item:nth-child(4n) {
	margin-right: 0;
}
.rubrika-blog-category .blog-category-item:hover{
	background: #223466;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}
.rubrika-blog-category .blog-category-item a:hover{
	color: #fff;
}
.rubrika-blog-category .blog-category-item a{
	color: #111;
	padding: 13px 59px;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
}
.rubrika-blog-category .blog-category-item.active {
	background: #223466;
}
.rubrika-blog-category .blog-category-item.active a{
	color: #fff;
}

    .dropdown-blog {
      position: relative;
      display: none;
    }

    /* Скрываем чекбокс */
    .dropdown-blog input[type="checkbox"] {
      display: none;
    }

    .dropdown-label {
	  width: 100%;
	  text-align: center;
	  text-transform: uppercase;
	  background: #223466;
	  border-radius: 0;
	  padding: 13px 47px;
	  font-weight: 600;
      display: inline-block;
      color: #fff;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 160px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);
      z-index: 1;
	  width: 100%;
	  text-align: center;
	  border-radius: 0;
      overflow: hidden;
      padding: 8px 47px 16px 47px;
    }

    .dropdown-content a {
      color: #223466;
      padding: 10px 16px;
      text-decoration: none;
      display: block;
      text-transform: uppercase;
      border-bottom: 1px solid #223466;

    }

    .dropdown-content a:hover {
      /*background-color: #f1f1f1;*/
      font-weight: 600;
      	-webkit-transition: .1s;
	transition: .1s;
    }

    /* Показать меню, если чекбокс отмечен */
    .dropdown-blog input[type="checkbox"]:checked + .dropdown-label + .dropdown-content {
      display: block;
    }
.blog-category-item.active a {
	font-weight: 600;
}
@media only screen and (max-width: 1359px) {
	.rubrika-blog-category .blog-category-item{
	 	margin-right: 10px;
	 }
}
@media only screen and (max-width: 1259px) {
	.rubrika-blog-category .blog-category-item:nth-child(4n) {
		margin-right: 10px;
	}
	.rubrika-blog-category .blog-category-item:nth-child(3n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1023px) {
	.rubrika-blog-category {
		display: none;
	}
	.dropdown-blog {
      display: inline-block;
      width: 100%;
    }
}

/* BLOG END */

/* Страница о нас */
.about-page h2 {
font-size: 33px;
  font-weight: bold;
  color: #223466;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nashi_uslugi-pos-slider .swiper-pagination {
	display: block;
}

.nashi_uslugi-pos-slider .reviews-pos-item, .akkreditacziya .reviews-pos-item{
padding: 20px;
border: 1px solid #CACACA;
text-align: center;
min-height: 440px;
}
.nashi_uslugi-pos-slider .reviews-pos-item .reviews-pos-item-title, .akkreditacziya .reviews-pos-item .reviews-pos-item-title{
	font-size: 18px;
	color: #111;
	margin-top: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pochemu_edvision-pos-slider, .akkreditacziya {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pochemu_edvision-pos-slider .reviews-pos-item {
width: 308.75px;
  background: rgb(18, 148, 72);
  height: 300px;
  width: 300px !important;
  border-radius: 200px;
  text-align: center;
  align-content: center;
  margin-right: 20px;
  color: #fff;
  margin-top: 10px;
}
.pochemu_edvision-pos-slider .reviews-pos-item .reviews-pos-item-title{
	  color: #fff;
}

 .akkreditacziya .reviews-pos-item img {
width: 291px;
  height: 292px;
  object-fit: contain;
 }
 .akkreditacziya .reviews-pos-item  {
 	margin-right: 30px;
 	margin-bottom: 10px;
 }

 .nasha_komanda img {
width: 291px;
  object-fit: contain;
  border-radius: 200px;
 }
.istoriya_kompanii .istoriya_kompanii_item {
	margin-bottom: 10px;
}
.istoriya_kompanii .istoriya_kompanii_item-title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.istoriya_kompanii .istoriya_kompanii_item .istoriya_kompanii_item-text {
	border-left: 2px solid #223466;
  padding-left: 40px;
  margin-left: 20px;
}
.istoriya_kompanii .istoriya_kompanii_item:last-child .istoriya_kompanii_item-text {
		border-left: none;
  padding-left: 42px;
  margin-left: 20px;
}

.istoriya_kompanii .istoriya_kompanii_item .istoriya_kompanii_item-title::before {
  content: url('/wp-content/themes/edvision_theme/img/Vector(2).png');
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; 
}
@media only screen and (min-width: 1024px) {
	.istoriya_kompanii {
		width: 50%;
	}
}
/* Страница о нас */
.header-left img{
max-width: 167px !important;
}

/* Фильтр */
/* Для Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.filter-item-big .filter-selects {
  width: 170px;
  height: 40px;
}
.filter-item-big .filter-selects .filter-select-wrap {
	position: relative;
}
.filter-item-big .filter-selects input{
	height: 100%;
  cursor: pointer;
  background: #fff;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}



@media only screen and (min-width: 1024px) {
	.filter-select-age {
	width: 90px;
}

.filter-item-age {
	width: 11%;
}

.filter-item-price {
	width: 24%;
}
}
/* Фильтр END */

@media only screen and (max-width: 589px) {
	.header-left img {
	padding-left: 20px;
}

.articles-item.swiper-slide {
	height: auto !important;
}

