@charset "UTF-8";
html, body {
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	font-size: 15px;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	color: #333;
	overflow-x: hidden;
}

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

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

img {
	height: auto;
	max-width: 100%;
	border: none;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

h2 {
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 34px;
	color: #0F1759;
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
	}
}

h4 {
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

.text-white {
	color: #fff;
}

.no-scroll {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/**Убрать стрелочки у number**/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

/**End Убрать стрелочки у number**/
/* style of input */

input::-webkit-input-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	opacity: 1;
}

input::placeholder {
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
	outline: none;
	box-shadow: none;
}

input[type="email"]:focus:invalid,
input[type="number"]:focus:invalid,
input[type="password"]:focus:invalid,
input[type="tel"]:focus:invalid,
input[type="url"]:focus:invalid,
input[type="text"]:focus:invalid,
input[type="number"]:focus:invalid,
textarea:focus:invalid {
	border-color: red;
}

input[type="checkbox"]:focus:invalid ~ label::before {
	border-color: red;
}


input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	outline: none;
	box-shadow: none;
	color: #999;
	font-size: 13px;
	border-radius: 0;
	border: solid 1px #E0E0E0;
	background-color: #ffffff;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
textarea:focus {
	border-color: #84B8DF;
}

textarea {
	resize: none;
	min-height: 104px;
}

/* End style of input */
/*** .option-checkbox ***/
.form-group {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.form-group {
		margin-bottom: 15px;
	}
}

.option-checkbox {
	position: relative;
	color: #333333;
}

.option-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.option-checkbox label {
	padding-left: 36px;
	margin-bottom: 0;
	font-size: 12px;
	color: #999;
}

.option-checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: solid 1px #ddd;
	background: #fff;
}

.option-checkbox label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/svg/done.svg);
	background-position: 50%;
	background-size: 12px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 0;
}

.option-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.form-group-submit .btn-def {
	margin-left: auto;
	margin-right: auto;
}

/*** End .option-checkbox ***/

.message-done {
	padding: 44px;
	font-size: 18px;
}

.btn-def {
	padding: 10px 28px;
	background: #84B8DF;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	color: #fff;
	font-weight: 600;
	border: solid 2px #84B8DF;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.btn-def:hover, .btn-def:active, .btn-def:focus {
	outline: none;
	opacity: .7;
}

.btn-def.transparent {
	background-color: transparent;
	color: #84B8DF;
}

.btn-def.icon {
	min-width: 219px;
}

/*** breadcrumb ***/
.panel-page {
	padding: 16px 0 28px;
	background: #84B8DF;
	margin-bottom: 58px;
}

@media (max-width: 575px) {
	.panel-page {
		padding: 5px 0 16px;
		margin-bottom: 40px;
	}
}

.panel-page .title-page {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.panel-page .title-page {
		font-size: 24px;
	}
}

.panel-page .nav-top {
	padding-left: 28px;
	position: relative;
}

.panel-page .nav-top:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 2px;
	height: -webkit-calc(100% - 4px);
	height: calc(100% - 4px);
	background: #FFF;
}

@media (max-width: 1199px) {
	.panel-page .nav-top:before {
		left: 0;
	}
}

@media (max-width: 1199px) {
	.panel-page .nav-top {
		padding-left: 32px;
	}
}

@media (max-width: 575px) {
	.panel-page .nav-top {
		padding-left: 15px;
	}
}

.breadcrumb {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
	padding-right: 3px;
}

.breadcrumb a {
	color: #fff;
	font-size: 14px;
}

/*** End breadcrumb ***/
/*** pagination ***/
.pagination {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination a {
	padding: 2px;
	min-width: 24px;
	height: 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: solid 3px transparent;
	margin: 0 2px 8px 0;
	font-size: 15px;
	color: #999;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.pagination a:last-child {
	margin-right: 0;
}

.pagination a.transparent-border {
	border-color: transparent;
}

.pagination span.active {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 3px transparent;
	margin: 0 2px 8px 0;
	padding: 3px;
	min-width: 24px;
	height: 28px;
	font-weight: bold;
	color: #333;
	border-color: #84B8DF;
}

.pagination a:hover, .pagination a:focus {
	border-color: #84B8DF;
}

/*** End pagination ***/
/*** blockquote ***/
blockquote {
	padding-left: 30px;
	margin: 0;
	line-height: 26px;
	color: #0F1759;
	font-size: 15px;
	padding-bottom: 5px;
	border-left: 3px solid #84B8DF;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote strong {
	font-size: 17px;
}

@media (max-width: 575px) {
	blockquote {
		padding-left: 15px;
	}
}

/***End blockquote ***/
/*** panel-default ***/
.panel-default {
	padding: 13px 0;
	margin-bottom: 16px;
	background: #F5F5F5;
	margin-top: 7px;
}

.panel-default .panel-row {
	margin: 0 -14px;
}

.panel-default .list {
	width: 100%;
	font-size: 14px;
}

.panel-default .list a {
	display: block;
	padding: 15px 30px;
	color: #000;
	border-left: solid 2px transparent;
	font-size: 14px;
}

.panel-default .list a:hover, .panel-default .list a:focus {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	background: rgba(153, 153, 153, 0.08);
	font-weight: 600;
	border-color: #84B8DF;
}

.panel-default .list li.active a {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	background: rgba(153, 153, 153, 0.08);
	font-weight: 600;
	border-color: #84B8DF;
}

/*** End panel-default ***/
/*________ header ________*/
@media (max-width: 1199px) {
	.header .container {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

@media (max-width: 767px) {
	.header .container {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.12);
	background: #fff;
	z-index: 100;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.header.fixed .logo img {
	max-width: 76%;
}

@media (max-width: 1199px) {
	.header.fixed .logo img {
		max-width: 100%;
	}
}

.header.fixed .part-nav-line {
	padding: 3px 0;
}

@media (max-width: 1199px) {
	.header.fixed .part-nav-line {
		padding: 0;
	}
}

.header.fixed .menu {
	padding-top: 0;
}

@media (max-width: 1199px) {
	.header.fixed .menu > ul > li.has-submenu > a {
		padding: 14px;
	}
}

@media (max-width: 1199px) {
	.header.fixed .menu a {
		padding: 14px;
	}
}

.header.fixed .submenu-container {
	margin-top: 0px;
}

.header.fixed .search-wrapper {
	top: 3px;
}

@media (max-width: 1199px) {
	.header.fixed .search-wrapper {
		top: 24px;
	}
}

@media (max-width: 767px) {
	.header.fixed .search-wrapper {
		top: 16px;
	}
}

@media (max-width: 575px) {
	.header.fixed .search-wrapper {
		margin-top: 0;
	}
}
.header {
	position: relative;
	z-index: 100;
}
.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.header .container {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
}

@media (max-width: 575px) {
	.header .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.header .logo {
	margin-right: 60px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	.header .logo {
		margin-top: 0;
		max-width: 171px;
		margin-right: 61px;
	}
}

@media (max-width: 991px) {
	.header .logo {
		margin-right: 36px;
	}
}

@media (max-width: 767px) {
	.header .logo {
		max-width: 141px;
		margin-right: 25px;
	}
}

.header .part-nav {
	width: 100%;
}

@media (max-width: 575px) {
	.header .part-nav {
		margin-left: auto;
		width: auto;
	}
}

.header .part-nav-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 8px 0;
	border-bottom: solid 1px #eee;
}

@media (max-width: 1199px) {
	.header .part-nav-line {
		border-bottom: none;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.header .part-nav-line {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.header .part-nav-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.header .part-nav-col:first-child {
		display: none;
	}
}

.header .date-current {
	margin-right: 34px;
}

@media (max-width: 991px) {
	.header .date-current {
		margin-right: 27px;
	}
}

.header .weather {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .weather-icon {
	margin: 3px 10px 0 0;
}

.header .weather-icon img {
	width: 21px;
	height: 22px
}

.header .contacts {
	font-size: 17px;
	margin-right: 57px;
	min-width: 15px;
}

@media (max-width: 1199px) {
	.header .contacts {
		margin-right: 27px;
	}
}

@media (max-width: 767px) {
	.header .contacts {
		margin-right: 0;
		width: 24px;
		height: 24px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header .contacts svg {
		width: 100%;
		height: 100%;
	}
}

.header .contacts .icon {
	display: none;
}

@media (max-width: 767px) {
	.header .contacts .icon {
		width: 24px;
		height: 24px;
		display: inline-block;
	}

	.header .contacts .icon svg {
		width: 100%;
		height: 100%;
	}
}

.header .contacts a {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .contacts a:hover {
	color: #84B8DF;
}

@media (max-width: 767px) {
	.header .contacts strong {
		display: none;
	}
}

.header .search {
	margin-right: 24px;
}

@media (max-width: 767px) {
	.header .search {
		margin-right: 0;
		margin-left: 13px;
	}
}

.header .search-icon {
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .search-icon:hover path, .header .search-icon:focus path {
	fill: #84B8DF;
}

.header .special {
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .special:hover path, .header .special:focus path {
	fill: #84B8DF;
}

@media (max-width: 767px) {
	.header .special {
		display: none;
	}
}

.menu {
	padding-top: 10px;
	margin-left: -22px;
	z-index: 2;
}

.menu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199px) {
	.menu > ul {
		display: block;
	}
}

.menu > ul > li {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	.menu > ul > li {
		margin-left: 0;
	}
}

.menu > ul > li:first-child {
	margin-left: 0;
}

.menu > ul > li.has-submenu {
	position: static;
}

.menu > ul > li.has-submenu > a {
	position: relative;
	z-index: 999;
}

.menu > ul > li.has-submenu > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: -webkit-calc(100% - 6px);
	top: calc(100% - 6px);
	height: 32px;
	background: #fff;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 1199px) {
	.menu > ul > li.has-submenu > a:before {
		display: none;
	}
}

.menu > ul > li.has-submenu > a:after {
	content: '';
	position: absolute;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
	height: 32px;
	left: -18px;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 1199px) {
	.menu > ul > li.has-submenu > a:after {
		display: none;
	}
}

.menu > ul > li.has-submenu:hover > a, .menu > ul > li.has-submenu:focus > a {
	color: #84B8DF;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
	background: #fff;
}

@media (max-width: 1199px) {
	.menu > ul > li.has-submenu:hover > a, .menu > ul > li.has-submenu:focus > a {
		color: #fff;
		box-shadow: none;
		background-color: #84B8DF;
	}
}

.menu > ul > li.has-submenu:hover > a svg path, .menu > ul > li.has-submenu:focus > a svg path {
	fill: #84B8DF;
}

@media (max-width: 1199px) {
	.menu > ul > li.has-submenu:hover > a svg path, .menu > ul > li.has-submenu:focus > a svg path {
		fill: #fff;
	}
}

.menu > ul > li.has-submenu:hover > a:before, .menu > ul > li.has-submenu:hover > a:after, .menu > ul > li.has-submenu:focus > a:before, .menu > ul > li.has-submenu:focus > a:after {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.menu > ul > li.has-submenu:hover .submenu, .menu > ul > li.has-submenu:focus .submenu {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.menu > ul strong {
	font-weight: 600;
}

.menu svg path {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu a {
	padding: 15px 22px;
	display: inline-block;
	font-size: 15px;
}

.menu a strong {
	font-weight: 600;
}

@media (max-width: 1199px) {
	.menu a strong {
		font-weight: normal;
	}
}

.menu a:hover, .menu a:focus, .menu a.active {
	color: #84B8DF;
}

@media (max-width: 1199px) {
	.menu a:hover, .menu a:focus {
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.menu a {
		padding: 14px;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background: #F5F5F5;
	}

	.menu a:hover, .menu a:focus {
		background: #84B8DF;
	}
}

@media (max-width: 1199px) {
	.menu .menu-icon {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.menu .menu-icon svg path {
		fill: #999999;
	}
}

.menu > li:hover:not(.has-submenu) {
	box-shadow: 0 -1px 16px 1px rgba(0, 0, 0, 0.15);
	background: #fff;
}

@media (max-width: 1199px) {
	.menu {
		position: fixed;
		right: 100%;
		opacity: 0;
		top: 79px;
		width: 100%;
		margin-left: 0;
		padding-top: 0;
		background: #F5F5F5;
	}

	.menu.show {
		right: 0;
		opacity: 1;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
}

@media (max-width: 767px) {
	.menu {
		top: 60px;
	}
}

@media (max-width: 575px) {
	.menu {
		top: 64px;
	}
}

.submenu-container {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
	padding: 30px 26px;
	background: #fff;
}

@media (max-width: 1199px) {
	.submenu-container {
		box-shadow: none;
		max-width: 100%;
	}
}

.submenu-container .submenu-item {
	width: 33.33%;
}

.submenu-container a {
	font-size: 13px;
	font-weight: 600;
}

.submenu-container a:hover, .submenu-container a:focus {
	color: #84B8DF;
}

@media (max-width: 1199px) {
	.submenu-container a:hover, .submenu-container a:focus {
		color: #fff;
	}
}

.submenu-container .has-submenu ul a,
.submenu-container .has-submenu-child ul a {
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 1199px) {
	.submenu-container .has-submenu ul a,
	.submenu-container .has-submenu-child ul a {
		padding: 14px;
	}
}

.menu li.active > a {
	color: #84B8DF;
}

.back-link {
	display: none;
	padding: 16px 0;
	width: 100%;
	color: #999;
	font-weight: normal;
}

@media (max-width: 1199px) {
	.menu {
		overflow: auto;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
	}
}

@media (max-width: 1199px) {
	.menu > ul {
		padding-top: 14px;
		padding-bottom: 120px;
	}
}

.menu .has-submenu > .submenu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 100%;
}

@media (max-width: 1199px) {
	.menu .has-submenu > .submenu {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
	}
}

@media (max-width: 1199px) {
	.menu-link-item:not(:last-child) {
		border-bottom: 1px solid #E0E0E0;
	}

	.menu-link-item a {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu-link-item a .back-link {
		display: none;
	}

	.menu-link-item .submenu-container {
		display: block;
		padding: 0;
	}

	.menu-link-item .submenu-container .submenu-item {
		width: 100%;
	}

	.menu-link-item .submenu-container a {
		font-size: 15px;
		font-weight: normal;
		border-bottom: 1px solid #E0E0E0;
	}
}

.menu-link-item.opened,
.menu-link-item-child.opened {
	border-bottom: none;
}

.menu-link-item.opened:hover > a,
.menu-link-item-child.opened:hover > a {
	background-color: transparent !important;
}

.menu-link-item.opened:hover > a svg path,
.menu-link-item-child.opened:hover > a svg path {
	fill: #999 !important;
}

@media (max-width: 1199px) {
	.menu-link-item.opened > a,
	.menu-link-item-child.opened > a {
		background: transparent;
		font-size: 17px;
	}

	.menu-link-item.opened > a:hover, .menu-link-item.opened > a:focus,
	.menu-link-item-child.opened > a:hover,
	.menu-link-item-child.opened > a:focus {
		background: #f5f5f5;
	}

	.menu-link-item.opened > a strong,
	.menu-link-item-child.opened > a strong {
		font-weight: bold;
	}

	.menu-link-item.opened > a:hover,
	.menu-link-item-child.opened > a:hover {
		color: #333;
	}

	.menu-link-item.opened > a:hover svg path,
	.menu-link-item-child.opened > a:hover svg path {
		fill: #999 !important;
	}

	.menu-link-item.opened > a .menu-icon,
	.menu-link-item-child.opened > a .menu-icon {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (max-width: 1199px) {
	.menu-link-item.opened.has-submenu > a,
	.menu-link-item-child.opened.has-submenu > a {
		color: #333 !important;
	}
}

@media (max-width: 1199px) {
	.menu-link-item.opened .submenu,
	.menu-link-item-child.opened .submenu {
		display: block;
	}
}

.menu-link-item.opened .back-link,
.menu-link-item-child.opened .back-link {
	display: block;
}

.menu-link-item .has-submenu-child .menu-icon {
	display: none;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 1199px) {
	.menu-link-item .has-submenu-child .menu-icon {
		display: inline-block;
	}
}

@media (max-width: 1199px) {
	.menu-link-item .has-submenu-child ul li a {
		padding-left: 28px;
	}
}

@media (max-width: 1199px) {
	.menu-link-item-child a:hover {
		color: #fff !important;
	}

	.menu-link-item-child a:hover svg path {
		fill: #fff !important;
	}
}

@media (max-width: 1199px) {
	.menu-link-item-child ul {
		display: none;
	}
}

@media (max-width: 1199px) {
	.menu-link-item-child.opened-child strong {
		font-weight: 600;
	}

	.menu-link-item-child.opened-child ul {
		display: block;
	}

	.menu-link-item-child.opened-child .menu-icon {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.menu-link-item-child > a {
	cursor: pointer;
}

.btn-mobile {
	display: none;
	width: 24px;
	height: 24px;
	padding: 0;
	background: url(../img/svg/burger.svg) transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: 24px;
}

.btn-mobile:focus {
	outline: none;
}

.btn-mobile.active {
	background: url(../img/svg/close.svg) transparent;
	background-position: 50%;
	background-repeat: no-repeat;
}

@media (max-width: 1199px) {
	.btn-mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	.btn-mobile {
		margin-left: 14px;
	}
}

.header-search .container {
	position: relative;
}

.search.show .search-icon {
	background: url(../img/svg/close.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 13px;
}

.search.show .search-icon svg {
	opacity: 0;
}

.search-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 403px;
	position: absolute;
	right: 99px;
	top: 8px;
	visibility: hidden;
	z-index: -1;
}

.search-wrapper.show {
	visibility: visible;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199px) {
	.search-wrapper {
		width: 377px;
		right: 146px;
		top: 26px;
	}
}

@media (max-width: 991px) {
	.search-wrapper {
		top: 24px;
	}
}

@media (max-width: 767px) {
	.search-wrapper {
		width: 275px;
		right: 99px;
		top: 16px;
	}
}

@media (max-width: 575px) {
	.search-wrapper {
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
		right: inherit;
		margin-top: 15px;
		margin-bottom: 15px;
		display: none;
	}
}

.search-wrapper button {
	background: #84B8DF;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33px;
	height: 100%;
	padding: 4px;
}

@media (max-width: 575px) {
	.search-wrapper button {
		height: 48px;
		width: 48px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.search-wrapper button svg path {
	fill: #fff;
}

.search-wrapper input {
	padding: 7px 15px;
}

@media (max-width: 575px) {
	.search-wrapper input {
		height: 48px;
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*________ End header ________*/
/*________ footer ________*/
.footer {
	background: #0F1759;
	padding: 83px 0 46px 0;
	color: #fff;
	margin-top: 56px;
}

@media (max-width: 1199px) {
	.footer {
		padding: 70px 0 46px 0;
	}
}

@media (max-width: 991px) {
	.footer {
		padding: 66px 0 46px 0;
	}
}

@media (max-width: 767px) {
	.footer {
		margin-top: 34px;
		padding-top: 53px;
		padding-bottom: 30px;
	}
}

.footer a {
	color: #fff;
}

.footer-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
}

@media (max-width: 991px) {
	.footer-row:not(.footer-bottom-link) {
		width: 27%;
		padding-top: 0;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (max-width: 991px) and (max-width: 767px) {
	.footer-row:not(.footer-bottom-link) {
		display: none;
	}
}

.footer-bottom-link {
	padding-top: 55px;
	font-size: 13px;
}

@media (max-width: 991px) {
	.footer-bottom-link {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.footer-bottom-link {
		padding-top: 44px;
		font-size: 12px;
	}
}

@media (max-width: 575px) {
	.footer-bottom-link {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 36px;
	}
}

.footer-bottom-link a {
	border-bottom: solid 1px transparent;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	font-size: 13px;
}

@media (max-width: 767px) {
	.footer-bottom-link a {
		font-size: 12px;
	}
}

.footer-bottom-link a:hover {
	border-color: #fff;
}

.footer-bottom-link .mobile-link {
	display: none;
}

@media (max-width: 991px) {
	.footer-bottom-link .mobile-link {
		display: inline-block;
		margin-top: 5px;
	}
}

@media (max-width: 991px) {
	.footer-bottom-link li:nth-child(2) {
		display: none;
	}
}

@media (max-width: 575px) {
	.footer-bottom-link li:last-child {
		display: none;
	}
}

@media (max-width: 991px) {
	.footer .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
	.footer .footer-item-contact {
		width: 63%;
		margin-left: auto;
		margin-right: -7px;
	}
}

@media (max-width: 767px) {
	.footer .footer-item-contact {
		width: 100%;
		margin-right: 0;
	}
}

.footer .footer-item-contact .networks {
	display: none;
}

@media (max-width: 991px) {
	.footer .footer-item-contact .networks {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.footer .footer-item-contact .networks {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 27px;
	}
}

@media (max-width: 991px) {
	.footer .footer-item-networks {
		display: none;
	}
}

.contact-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.contact-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -7px;
	}
}

.contact-list li {
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	margin: 0 15px;
}

@media (max-width: 991px) {
	.contact-list li {
		width: -webkit-calc(50% - 17px);
		width: calc(50% - 17px);
		margin: 7px;
	}
}

@media (max-width: 575px) {
	.contact-list li {
		width: 100%;
	}
}

.contact-list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #FFFFFF;
	height: 48px;
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
	.contact-list li a {
		font-size: 15px;
	}
}

.contact-list li a strong {
	font-weight: 600;
}

.contact-list li a:hover {
	border-color: #84B8DF;
	color: #84B8DF;
}

.contact-list li a:hover svg path {
	fill: #84B8DF;
}

.contact-list li .icon {
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

.contact-list li .icon svg {
	width: 100%;
	height: 100%;
}

.contact-list li .icon svg path {
	fill: #fff;
}

.footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.footer-menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-menu li:not(:last-child) {
	margin-right: 30px;
}

@media (max-width: 991px) {
	.footer-menu li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.footer-menu a {
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.footer-menu a:hover {
	color: #84B8DF;
}

@media (max-width: 991px) {
	.footer-menu a {
		font-size: 14px;
	}
}

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

.networks li:not(:first-child) {
	margin-left: 16px;
}

.networks a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.networks a.vk {
	background: #4C75A3;
}

.networks a.instagram {
	background: #EA4C89;
}

.networks a.facebook {
	background: #314A7E;
}

.networks .vk svg {
	width: 22px;
	height: 14px;
}

.networks .facebook svg {
	width: 8px;
	height: 18px;
}

.networks .instagram svg {
	width: 18px;
	height: 17px;
}

/*________ End footer ________*/
/*________ page-main ________*/
.page-main .main-baner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.page-main .main-baner {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	.page-main .main-baner {
		padding: 124px 0 0 0;
	}
}

@media (max-width: 767px) {
	.page-main .main-baner {
		padding: 63px 0 0 0;
	}
}

@media (max-width: 575px) {
	.page-main .main-baner {
		padding-top: 69px;
	}
}

.page-main .main-baner-item {
	width: 50%;
}

@media (max-width: 1199px) {
	.page-main .main-baner-item:first-child {
		margin-top: 80px;
	}
}

@media (max-width: 991px) {
	.page-main .main-baner-item:first-child {
		margin-top: 0;
		z-index: 1;
	}
}

@media (max-width: 991px) {
	.page-main .main-baner-item {
		width: 69%;
	}
}

@media (max-width: 767px) {
	.page-main .main-baner-item {
		width: 79%;
	}
}

@media (max-width: 575px) {
	.page-main .main-baner-item {
		width: 100%;
	}
}

.page-main .main-baner-img img {
	margin-left: 65px;
}

@media (max-width: 1199px) {
	.page-main .main-baner-img img {
		margin-left: 92px;
		width: 76%;
	}
}

@media (max-width: 991px) {
	.page-main .main-baner-img {
		position: absolute;
		right: 0;
		width: 444px;
		top: 59px;
	}
}

@media (max-width: 767px) {
	.page-main .main-baner-img {
		width: 363px;
		top: 45px;
	}
}

@media (max-width: 575px) {
	.page-main .main-baner-img {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-main .main-baner h1 {
		width: 65%;
	}
}

@media (max-width: 575px) {
	.page-main .main-baner h1 {
		width: 100%;
	}
}

.page-main .main-baner p {
	margin-bottom: 3px;
}

.page-main .main-baner h1 {
	color: #0F1759;
}

.page-main .main-baner h1 span {
	color: #84B8DF;
}

.menu-extra {
	border-radius: 2px;
	margin-top: -29px;
	position: relative;
	z-index: 1;
	border-radius: 2px;
}

@media (max-width: 1199px) {
	.menu-extra {
		margin-top: -83px;
	}
}

@media (max-width: 991px) {
	.menu-extra {
		margin-top: 143px;
	}
}

@media (max-width: 767px) {
	.menu-extra {
		margin-top: 74px;
	}
}

@media (max-width: 575px) {
	.menu-extra {
		margin-top: 85px;
	}
}

.menu-extra ul {
	background: #0F1759;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.menu-extra ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.menu-extra ul {
		padding: 10px 0;
	}
}

.menu-extra li {
	width: 25%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.menu-extra li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-extra li:last-child {
	width: 20%;
}

@media (max-width: 1199px) {
	.menu-extra li:last-child {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.menu-extra li:last-child {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.menu-extra li:first-child {
		border-top: none;
	}
}

@media (max-width: 1199px) {
	.menu-extra li {
		width: 50%;
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
}

@media (max-width: 575px) {
	.menu-extra li {
		width: 100%;
	}
}

.menu-extra a {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	padding: 26px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.icon svg path {
	-webkit-transition: fill 0.25s ease-in-out;
	transition: fill 0.25s ease-in-out;
}

.menu-extra a:hover {
	color: #84B8DF;
}

.menu-extra a:hover svg path {
	fill: #84B8DF;
}

@media (max-width: 1199px) {
	.menu-extra a {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 15px;
		padding: 16px 15px;
	}
}

@media (max-width: 767px) {
	.menu-extra a {
		padding: 11px 15px;
	}
}

@media (max-width: 575px) {
	.menu-extra a {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 12px 32px;
	}
}

.menu-extra .title {
	display: inline-block;
}

.menu-extra .icon {
	height: 36px;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.menu-extra .icon {
		width: 24px;
		height: 24px;
		margin-right: 25px;
	}

	.menu-extra .icon svg {
		width: 100%;
		height: 100%;
	}
}

.tabs {
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.tabs {
		margin-bottom: 53px;
	}
}

@media (max-width: 991px) {
	.tabs {
		margin-bottom: 43px;
	}
}

@media (max-width: 767px) {
	.tabs {
		margin-bottom: 33px;
	}
}

@media (max-width: 575px) {
	.tabs {
		margin-bottom: 63px;
	}
}

.tabs-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tabs li {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin-right: 40px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.tabs li {
		margin-right: 80px;
	}
}

@media (max-width: 767px) {
	.tabs li {
		margin-right: 43px;
	}
}

@media (max-width: 575px) {
	.tabs li {
		margin-right: 25px;
	}
}

.tabs li .icon {
	margin-right: 13px;
	display: inline-block;
}

@media (max-width: 767px) {
	.tabs li .icon {
		width: 25px;
		height: 25px;
	}

	.tabs li .icon svg {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 575px) {
	.tabs li .icon {
		display: none;
	}
}

.tabs li .title {
	padding-bottom: 5px;
	border-bottom: solid 2px transparent;
	color: #0F1759;
}

.tabs li.active .title {
	border-color: #84B8DF;
}

@media (max-width: 1199px) {
	.tabs .link-more {
		margin-top: 0;
	}
}

.tabs-content {
	margin-top: 33px;
	font-size: 14px;
}

@media (max-width: 991px) {
	.tabs-content {
		margin-top: 29px;
	}
}

@media (max-width: 767px) {
	.tabs-content {
		margin-top: 40px;
	}
}

.tabs-content .tab {
	display: none;
}

.tabs-content .tab.show {
	display: block;
}

.page-main .tabs {
	margin-top: 67px;
}

@media (max-width: 1199px) {
	.page-main .tabs {
		margin-top: 44px;
	}
}

@media (max-width: 991px) {
	.page-main .tabs {
		margin-top: 64px;
	}
}

@media (max-width: 767px) {
	.page-main .tabs {
		margin-top: 36px;
	}
}

@media (max-width: 575px) {
	.page-main .tabs {
		margin-bottom: 63px;
	}
}

.page-main .tabs li {
	font-size: 24px;
}

@media (max-width: 767px) {
	.page-main .tabs li {
		font-size: 15px;
	}
}

.page-main .tabs-content {
	border-top: solid 2px #EEEEEE;
}

@media (max-width: 767px) {
	.page-main .tabs-content {
		border-top: none;
	}
}

.heading-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

@media (max-width: 767px) {
	.link-more {
		margin-top: 0;
	}
}

.link-more a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0F1759;
}

@media (max-width: 575px) {
	.link-more .hide-mobile {
		display: none;
	}
}

.link-more .icon {
	margin-right: 13px;
	width: 32px;
	height: 32px;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.link-more .icon svg path {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
	.link-more .icon {
		width: 25px;
		height: 25px;
	}

	.link-more .icon svg {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 575px) {
	.link-more .icon {
		display: none;
	}
}

.link-more .title {
	border-bottom: solid 2px #84B8DF;
	font-weight: 600;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 575px) {
	.link-more .title {
		border-color: #84B8DF;
	}
}

.link-more:hover .title {
	color: #84B8DF;
}

.link-more:hover svg path {
	fill: #84B8DF;
}

.table-list-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.table-list-heading {
		display: none;
	}
}

.table-list-heading .table-list__li {
	font-weight: bold;
	font-size: 15px;
	padding: 22px 0;
}

.table-list-body .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.table-list-body .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.table-list-body .container {
		padding: 0;
	}
}

.table-list-body .table-list__li {
	padding: 18px 0;
}

@media (max-width: 767px) {
	.table-list-body .table-list__li {
		padding: 9px 15px;
	}
}

.table-list__li {
	max-width: 176px;
	font-size: 15px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.table-list__li {
		width: 100% !important;
		max-width: 100% !important;
		background: #f8f8f8;
		font-size: 13px;
	}
}

.table-list__li:not(:last-child) {
	margin-right: 78px;
}

@media (max-width: 1199px) {
	.table-list__li:not(:last-child) {
		margin-right: 43px;
	}
}

@media (max-width: 991px) {
	.table-list__li:not(:last-child) {
		margin-right: 23px;
	}
}

@media (max-width: 767px) {
	.table-list__li:not(:last-child) {
		margin-right: 0;
	}
}

.table-list__li:first-child {
	width: 111px;
}

@media (max-width: 575px) {
	.table-list__li:first-child {
		padding-top: 22px;
	}
}

.table-list__li:last-child {
	width: 125px;
}

.table-list__li:nth-child(2) {
	width: 176px;
}

.table-list__li:nth-child(3) {
	width: 76px;
}

.table-list__li:nth-child(4) {
	width: 158px;
}

@media (max-width: 991px) {
	.table-list__li:nth-child(4) {
		display: none;
	}
}

.table-list__li:nth-child(5) {
	width: 70px;
}

@media (max-width: 991px) {
	.table-list__li:nth-child(5) {
		width: 110px;
	}
}

.table-list__li .label {
	display: none;
}

@media (max-width: 767px) {
	.table-list__li .label {
		display: inline-block;
		margin-right: 5px;
		width: 153px;
	}
}

@media (max-width: 767px) {
	.table-list__li .flight,
	.table-list__li .status,
	.table-list__li .aircraft {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.table-list-item {
	position: relative;
}

@media (max-width: 767px) {
	.table-list-item {
		margin-bottom: 15px;
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
}

.table-list-item:nth-child(2n+1) {
	background: #f8f8f8;
}

@media (max-width: 767px) {
	.table-list-item:nth-child(2n+1) {
		background: transparent;
	}
}

.change {
	width: 24px;
	height: 24px;
	background-image: url(../img/change.png);
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 12px;
	right: 19px;
	cursor: pointer;
}

.airline img {
	margin-right: 15px;
}

@media (max-width: 991px) {
	.aircraft {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
}

.aircraft img {
	display: none;
}

@media (max-width: 991px) {
	.aircraft img {
		display: inline-block;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.aircraft img {
		position: absolute;
		top: 21px;
		right: 48px;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.aircraft img {
		top: 18px;
		right: 15px;
	}
}

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

.when-date {
	color: #999;
	padding-left: 13px;
}

.direction {
	position: relative;
}

@media (max-width: 767px) {
	.direction {
		font-weight: 600;
	}
}

.buy-tickets {
	padding: 74px 0 81px;
	background: #84b8df;
}

@media (max-width: 1199px) {
	.buy-tickets {
		padding: 51px 0 63px;
	}
}

@media (max-width: 991px) {
	.buy-tickets {
		padding: 60px 0 66px;
	}
}

@media (max-width: 767px) {
	.buy-tickets {
		padding: 55px 0 51px;
	}
}

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

@media (max-width: 1199px) {
	.searchform {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -14px;
	}
}

.searchform input[type=text] {
	width: 100%;
	background: #fff;
	height: 64px;
	padding: 34px 20px 14px;
	font-weight: 600;
	font-size: 13px;
	border: none;
	border-radius: 0;
	border: 2px solid #fff;
}

@media (max-width: 767px) {
	.searchform input[type=text] {
		height: 48px;
		padding: 14px 20px 5px;
	}
}

.searchform input[type=text]:focus ~ .has-value {
	top: 13px;
}

@media (max-width: 767px) {
	.searchform input[type=text]:focus ~ .has-value {
		top: 4px;
	}
}

.searchform input[type=text]:hover, .searchform input[type=text]:focus {
	border-color: #0F1759;
}

.searchform .passengers-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 208px;
	background: #fff;
	height: 64px;
	padding: 22px 20px;
	font-weight: 600;
	font-size: 13px;
	border: none;
	border-radius: 0;
	margin-right: 8px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.searchform .passengers-select {
		width: -webkit-calc(33.33% - 28px);
		width: calc(33.33% - 28px);
		margin: 7px 14px;
	}
}

@media (max-width: 991px) {
	.searchform .passengers-select {
		width: -webkit-calc(50% - 28px);
		width: calc(50% - 28px);
	}
}

@media (max-width: 767px) {
	.searchform .passengers-select {
		height: 48px;
		padding: 14px 20px;
	}
}

@media (max-width: 575px) {
	.searchform .passengers-select {
		width: 100%;
	}
}

.searchform .passengers-select .count {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.searchform .passengers-select .class {
	color: #999;
	padding-left: 3px;
}

.searchform .passengers-select .drop {
	height: 24px;
	width: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
}

.searchform .passengers-select .drop svg path {
	fill: #999;
}

.searchform .btn-search {
	border: solid 2px #fff;
	padding: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	min-width: 130px;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.searchform .btn-search:hover {
	background: #EEEEEE;
	border-color: #EEEEEE;
	color: #333;
}

@media (max-width: 1199px) {
	.searchform .btn-search {
		width: -webkit-calc(33.33% - 28px);
		width: calc(33.33% - 28px);
		margin: 7px 14px;
	}
}

@media (max-width: 991px) {
	.searchform .btn-search {
		width: -webkit-calc(50% - 28px);
		width: calc(50% - 28px);
	}
}

@media (max-width: 767px) {
	.searchform .btn-search {
		height: 48px;
		padding: 14px 20px;
	}
}

@media (max-width: 575px) {
	.searchform .btn-search {
		width: 100%;
	}
}
/*
.searchform .autocomplete {
	display: none;
}
*/
.searchform .has-value {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 13px;
	color: #999;
	margin-bottom: 0;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
	.searchform .has-value {
		top: 15px;
	}
}

.searchform .has-value.active {
	top: 13px;
}

@media (max-width: 767px) {
	.searchform .has-value.active {
		top: 4px;
	}
}

.searchform .departure,
.searchform .arrival,
.searchform .date-departure,
.searchform .date-arrival {
	position: relative;
	margin-right: 8px;
}

.searchform .date-departure,
.searchform .date-arrival {
	width: 157px;
}

@media (max-width: 1199px) {
	.searchform .input-field {
		width: -webkit-calc(33.33% - 28px);
		width: calc(33.33% - 28px);
		margin: 7px 14px;
	}
}

@media (max-width: 991px) {
	.searchform .input-field {
		width: -webkit-calc(50% - 28px);
		width: calc(50% - 28px);
	}
}

@media (max-width: 575px) {
	.searchform .input-field {
		width: 100%;
	}
}

.news-section {
	padding: 75px 0 0 0;
}

@media (max-width: 1199px) {
	.news-section {
		padding: 62px 0 0 0;
	}
}

@media (max-width: 575px) {
	.news-section {
		padding-top: 56px;
	}
}

.page-main .news-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 48px;
}

@media (max-width: 1199px) {
	.page-main .news-wrapper {
		padding-top: 10px;
	}
}

@media (max-width: 991px) {
	.page-main .news-wrapper {
		padding: 17px 0 27px 0;
	}
}

@media (max-width: 767px) {
	.page-main .news-wrapper {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.page-main .news-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.page-main .news-item {
	width: 33%;
	margin-left: 30px;
}

@media (max-width: 1199px) {
	.page-main .news-item {
		width: 30%;
		margin-left: 41px;
	}
}

@media (max-width: 991px) {
	.page-main .news-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.page-main .news-item {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.page-main .news-item {
		margin-left: 0;
		margin-bottom: 17px;
	}
}

.page-main .news-item:first-child {
	margin-left: 0;
}

@media (max-width: 991px) {
	.page-main .news-item:last-child {
		display: none;
	}
}

/*** .main-slider ***/
.main-slider .slide {
	padding: 30px 0 43px;
}

.main-slider .slide .mobile {
	display: none;
}

.main-slider .slide .desktop {
	width: 100%;
}

@media (max-width: 767px) {
	.main-slider .slide .mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	.main-slider .slide .desktop {
		display: none;
	}
}

@media (max-width: 1199px) {
	.main-slider .slide {
		padding: 35px 0 43px;
	}
}

@media (max-width: 767px) {
	.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
		display: none;
	}
}

.swiper-button-next, .swiper-button-prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	outline: none;
	opacity: .85;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	top: 48%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button-next {
	background: url(../img/arrow-next.png) #fff no-repeat 50%;
	right: 30px;
}

@media (max-width: 991px) {
	.swiper-button-next {
		right: 15px;
	}
}

.swiper-button-prev {
	background: url(../img/arrow-prev.png) #fff no-repeat 50%;
	left: 30px;
}

@media (max-width: 991px) {
	.swiper-button-prev {
		left: 15px;
	}
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #E0E0E0;
	opacity: 1;
}

.swiper-pagination-bullet:hover {
	background: #84B8DF;
}

.swiper-pagination-bullet-active {
	background: #84B8DF;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.partners-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 80px 0 0 0;
}

@media (max-width: 1199px) {
	.partners-wrapper {
		padding: 22px 0 0 0;
	}
}

@media (max-width: 991px) {
	.partners-wrapper {
		padding: 61px 0 0;
	}
}

@media (max-width: 575px) {
	.partners-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.partners-item {
	width: 33.33%;
	height: 68px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199px) {
	.partners-item {
		width: 20%;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.partners-item {
		width: 22%;
	}
}

@media (max-width: 575px) {
	.partners-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.partners-item img {
		width: 85%;
	}
}

/*** End .main-slider ***/
/*________ End page-main ________*/
/*________ page-flights ________*/
.card-wrapper [class*="col-"] {
	margin-bottom: 30px;
}

.card-view {
	border: 1px solid #EEEEEE;
	position: relative;
	height: 255px;
}

@media (max-width: 1199px) {
	.card-view {
		height: 210px;
	}
}

.card-view:hover .card-view__title {
	color: #84B8DF;
}

@media (max-width: 991px) {
	.card-view {
		height: 330px;
	}
}

@media (max-width: 767px) {
	.card-view {
		height: 240px;
	}
}

@media (max-width: 575px) {
	.card-view {
		height: 288px;
		max-width: 288px;
		margin-left: auto;
		margin-right: auto;
	}
}

.card-view__img {
	height: 100%;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.card-view__img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #C4C4C4;
	z-index: -1;
}

.card-view__img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.card-view__title {
	background: rgba(255, 255, 255, 0.95);
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #0F1759;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.card-view__title:hover {
	color: #84B8DF;
}

/*________ End page-flights ________*/
/*________ page-service ________*/
.default-content {
	font-size: 15px;
	line-height: 24px;
	color: #000;
}

.default-content a {
	color: #84B8DF;
	border-bottom: solid 1px #84B8DF;
}

.default-content a:hover {
	border-color: transparent;
}

.default-content p {
	margin-bottom: 25px;
}

.default-content p img {
	max-width: -webkit-calc(49.7% - 15px);
	max-width: calc(49.7% - 15px);
	margin: 15px;
}

.default-content p img:first-child {
	margin-left: 0;
}

.default-content p img:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.default-content p img {
		margin: 8px;
	}
}

@media (max-width: 575px) {
	.default-content p img {
		margin: 0 0 8px;
		width: 100%;
		max-width: 100%;
	}
}

.default-content h2 {
	font-size: 24px;
	margin: 25px 0 20px 0;
	padding: 0;
	font-weight: 600;
	color: #0F1759;
}

.default-content h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 30px 0 20px 0;
	padding: 0;
	color: #000;
}

.default-content strong {
	font-weight: bold;
}

.default-content li {
	padding-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.default-content li:last-child {
	padding-bottom: 0;
}

.default-content ol {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 20px;
}

.default-content ol li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(item) " ";
	counter-increment: item;
	color: #84B8DF;
	font-weight: bold;
	font-size: 15px;
}

.default-content ul {
	margin-bottom: 20px;
}

.default-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #84B8DF;
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
}

.default-content img.left, .default-content img.right {
	max-width: -webkit-calc(50% - 10px);
	max-width: calc(50% - 10px);
}

@media (max-width: 767px) {
	.default-content img.left, .default-content img.right {
		max-width: 100%;
	}
}

.default-content img.left {
	float: left;
	margin-right: 30px;
}

@media (max-width: 991px) {
	.default-content img.left {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.default-content img.left {
		float: none;
		margin: 30px auto;
		display: block;
	}
}

.default-content img.right {
	float: right;
	margin-left: 30px;
}

@media (max-width: 991px) {
	.default-content img.right {
		margin-left: 15px;
	}
}

@media (max-width: 767px) {
	.default-content img.right {
		float: none;
		margin: 30px auto;
		display: block;
	}
}

.default-content blockquote {
	color: #000;
	margin-bottom: 25px;
}

.default-content blockquote p {
	margin-bottom: 10px;
}

.default-content blockquote p:last-child {
	margin-bottom: 0;
}

.default-content blockquote strong {
	color: #000;
}

.default-content table {
	width: 100%;
	border-top: solid 2px #EEEEEE;
}

.default-content table td, .default-content table th {
	padding: 8px;
}

.default-content table td:first-child, .default-content table th:first-child {
	padding-left: 30px;
}

@media (max-width: 991px) {
	.default-content table td:first-child, .default-content table th:first-child {
		width: auto;
	}
}

.default-content table td:last-child, .default-content table th:last-child {
	padding-right: 30px;
}

.default-content table td:nth-child(3), .default-content table th:nth-child(3) {
	width: 162px;
}

@media (max-width: 991px) {
	.default-content table td:nth-child(3), .default-content table th:nth-child(3) {
		width: auto;
	}
}

.default-content table img {
	margin-right: 10px;
}

.default-content table span {
	color: #999999;
	padding-left: 13px;
}

.default-content table thead {
	font-weight: bold;
}

.default-content table thead th {
	padding: 20px 8px;
	color: #333;
}

.default-content table tbody {
	color: #333333;
}

.default-content table tbody tr:nth-child(2n+1) {
	background: rgba(245, 245, 245, 0.75);
}

.default-content .contact-item {
	white-space: nowrap;
	border-bottom: none;
	color: #333;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.default-content .contact-item:hover, .default-content .contact-item:focus {
	color: #84B8DF;
}

.table-wrapper {
	overflow: auto;
	margin: 30px 0;
	padding-bottom: 20px;
}

.table-wrapper table {
	min-width: 825px;
}

.table-wrapper .type-plane, .table-list-body .type-plane {
	white-space: nowrap;
}

@media (max-width: 991px) {
	.table-wrapper table {
		min-width: 750px;
	}
}

@media (max-width: 767px) {
	.table-wrapper table {
		min-width: 600px;
	}
}

/*________ End page-service ________*/
/*________ page-certificate ________*/
.certificate-item {
	margin-bottom: 48px;
	max-width: 287px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 575px) {
	.certificate-item {
		margin-bottom: 25px;
	}
}

.certificate-item__img {
	position: relative;
	height: 0;
	padding: 0 0 143% 0;
	margin-bottom: 20px;
}

.certificate-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.certificate-item__title {
	font-size: 15px;
	font-weight: 600;
}

/*________ End page-certificate ________*/
/*________ page-contacts ________*/
.page-contacts {
	margin-bottom: -56px;
}

@media (max-width: 991px) {
	.page-contacts .contact-col {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (max-width: 991px) {
	.page-contacts .contact-col .contact-item {
		margin-bottom: 62px;
	}
}

@media (max-width: 767px) {
	.page-contacts .contact-col .contact-item {
		margin-bottom: 20px;
	}
}

.contact-item {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.contact-item {
		margin-bottom: 20px;
	}
}

.contact-item h4 {
	margin-bottom: 5px;
}

.contact-item a {
	color: #84B8DF;
	border-bottom: solid 1px #84B8DF;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.contact-item a:hover {
	border-color: transparent;
}

.contact-item p {
	margin-bottom: 3px;
}

.map-wrapper {
	position: relative;
	overflow: hidden;
	height: 350px;
	margin: 70px 0 -56px;
}

@media (max-width: 767px) {
	.map-wrapper {
		margin-top: 20px;
	}
}

.map-wrapper:before {
	padding-top: 56.25%;
	content: '';
	display: block;
}

@media (max-width: 575px) {
	.map-wrapper:before {
		padding-top: 100%;
	}
}

.map-wrapper .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 575px) {
	.map-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/*________ End page-contacts ________*/
/*________ page-news ________*/
.page-news .news-item {
	margin-bottom: 37px;
}

.page-news .news-item-data {
	padding-top: 10px;
}

@media (max-width: 575px) {
	.page-news .news-item a {
		font-size: 15px;
	}
}

.page-news .link-all-news {
	margin-top: 18px;
}

@media (max-width: 575px) {
	.page-news .btn-def {
		max-width: 290px;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-news .data-news {
	color: #999;
	padding-bottom: 18px;
}

.news-item a {
	font-weight: bold;
	color: #333;
	font-size: 17px;
	line-height: 26px;
	border-bottom: solid 1px #fff;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

@media (max-width: 991px) {
	.news-item a {
		font-size: 16px;
	}
}

.news-item a:hover {
	color: #84B8DF;
	border-color: #84B8DF;
}

.news-item-data {
	color: #999;
	padding-top: 23px;
}

@media (max-width: 575px) {
	.news-item-data {
		padding-top: 13px;
		font-size: 14px;
	}
}

/*________ End page-news ________*/
/*________ page-feedback ________*/
.page-feadback .default-content {
	color: #333333;
}

.page-feadback .default-content h3 {
	color: #333;
}

.page-feadback .default-content > h3 {
	margin-top: 0;
}

.page-feadback .option-checkbox {
	margin-top: 10px;
}

@media (max-width: 575px) {
	.page-feadback .btn-def {
		max-width: 100%;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.default-form {
	margin-top: 52px;
}

@media (max-width: 767px) {
	.default-form {
		margin-top: 25px;
	}
}

/*________ End page-feedback ________*/
/*________ page-question ________*/
@media (max-width: 767px) {
	.category-question {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.category-question .tabs-content {
		margin-top: 20px;
	}
}

.category-question ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.category-question ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.category-question li {
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 1px;
}

@media (max-width: 767px) {
	.category-question li {
		font-size: 15px;
	}
}

.category-question li .title {
	color: #333;
}

.category-question li:not(:last-child) {
	margin-right: 38px;
}

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

@media (max-width: 767px) {
	.category-question li {
		width: 100%;
		margin: 0 0 7px 0;
	}
}

.accordion-item {
	color: #000;
	padding: 37px 30px;
	background: #F5F5F5;
	margin-bottom: 15px;
	cursor: pointer;
}

.accordion-item.active .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-item__title {
	font-size: 15px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion-item__content {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	padding-top: 10px;
	display: none;
}

.accordion-item .icon {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.accordion-item .icon svg path {
	fill: #999;
}

/*________ End page-question ________*/
/*________ page-gallery ________*/
.gallery-item {
	width: 184px;
	height: 184px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

@media (max-width: 1199px) {
	.gallery-item {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 767px) {
	.gallery-item {
		width: 105px;
		height: 105px;
	}
}

@media (max-width: 575px) {
	.gallery-item {
		width: 126px;
		height: 126px;
		margin-left: auto;
		margin-right: auto;
	}
}

.gallery-item a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 575px) {
	.gallery [class*="col-"] {
		text-align: right;
	}

	.gallery [class*="col-"]:nth-child(2n) {
		text-align: left;
	}
}

/*________ End page-gallery ________*/

.social-link .link-icon {
	width: 18px;
	height: 18px;
	color: var(--white);
}

.btn-def {
	border-bottom: solid 2px #84B8DF !important;
}

/*________ SEARCH PAGE ________*/

.search-page form {
	display: flex;
}

.search-page input[type="submit"] {
	width: 15%;
}

/*________ End SEARCH PAGE ________*/

.airline-info-block {
	margin: 0 0 30px 0;
}

.airline-info-block .image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 90px;
}

.airline-info-block .image img {
	max-width: 100%;
	max-height: 100%;
}

.airline-info-block .heading {
	margin: 15px 0;
	font-size: 18px;
}

.airline-info-block .contacts {
	margin: 0;
	font-size: 16px;
}

.default-content .icon-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0 0 15px 0;
	border: none;
}

.default-content  .icon-link img {
	max-width: 100%;
	max-height: 100%;
}