* {
	margin: 0;
	padding: 0;
	outline: none;
	touch-action: manipulation;
}
main {
	overflow: hidden;
}
/*html, 
body.inner-page {
    height: 100%;
}*/
img {
	display: block;
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
.img-position {
	display: block;
	position: relative;
	font-size: 0;
}
.img-position img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

a img {
	border: none;
}
rect,
rect:hover,
path,
path:hover,
stroke,
stroke:hover,
circle,
circle:hover,
use,
use:hover,
a,
a:hover {
	transition: 0.3s ease all;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: 'DM Sans', sans-serif;
	line-height: 1;
	color: #5C5C5C;
	background: #fff;
	font-weight: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
::-webkit-input-placeholder {color: #5C5C5C;}
::-moz-placeholder          {color: #5C5C5C;}
:-moz-placeholder           {color: #5C5C5C;}
:-ms-input-placeholder      {color: #5C5C5C;}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
/* end */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.a-i_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
.buttonDrop,
.buttonMenu {
	display: none;
}
@media screen and (min-width: 1279px) {
	.mobileMenu {
		display: none;
	}
}
.width-1200 {
	max-width: 1200px;
	margin: 0 auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top: 1px;
	transition: 0.3s ease all;
}
header:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	background: linear-gradient(90deg, rgba(101, 189, 194, 1) 0%, rgba(14, 48, 85, 1) 100%);
	transition: 0.3s ease all;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.header.is-sticky:before {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.headerTop {
    padding-top: 15px;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.headerBottom {
	padding-bottom: 15px;
}
.headerMessengers {
	margin-right: 14px;
}
.headerMessengers a {
    margin: 0 6px 0 0;
}
.headerSocial a use,
.headerMessengers a use {
    fill: #fff;
}
.headerSocial a:hover,
.headerMessengers a:hover {
	opacity: 0.8;
}
.headerSocial {
	margin-left: 30px;
}
.headerSocial a {
	margin-right: 8px;
}
.headerMessengers a:last-child,
.headerSocial a:last-child {
	margin-right: 0;
}
.headerContacts {
	padding-right: 21px;
	position: relative;
}
.headerContacts:after {
	display: block;
	content: "";
	position: absolute;
	top: -4px;
	bottom: -4px;
	width: 3px;
	right: 0;
	background: #65BDC2;
}
.headerContacts p {
	font-size: 10px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 3px;
}
.headerContacts a {
	text-decoration: none;
	color: #fff;
}
.headerContacts a:hover {
	text-decoration: underline;
}
.boxRunning {
	width: 100%;
	box-sizing: border-box;
	margin: 0 19px;
	overflow: hidden;
}
.boxRunning:after {
	display: block;
	content: "...";
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 3px;
}
.boxRunning_item {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.boxRunning_item p {
	color: #FFF;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 3px;
	margin-right: 15px;
}
.boxLanguages {
	position: relative;
	margin-left: 30px;
}
.boxLanguages_button {
	background: transparent;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
    padding-right: 17px;
    position: relative;
}
.boxLanguages_modal a svg,
.boxLanguages_button svg {
	margin-right: 4px;
}
.boxLanguages_button:before {
	display: block;
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 5px;
    height: 5px;
    border: solid 1px #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);
}
.boxLanguages.open .boxLanguages_button:before {
	top: 7px;
	-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);
}
.boxLanguages_modal {
	display: none;
	position: absolute;
	top: 100%;
	left: -7px;
	right: 0;
	z-index: 2;
	background: #FFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-top: 5px;
	box-sizing: border-box;
	padding: 7px 10px 6px 7px;
	border-radius: 3px;
}
.headerAddress {
	position: relative;
}
.headerAddress_item {
	max-width: 260px;
	cursor: pointer;
}
.headerAddress_item p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding-right: 5px;
}
.headerAddress_button {
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 1;
	position: relative;
	background: transparent;
}
.headerAddress_button:before {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    right: 7px;
    width: 5px;
    height: 5px;
    border: solid 1px #fff;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);
}
.headerAddress.open .headerAddress_button:before {
	top: 9px;
	-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);
}
.headerAddress_modal {
	display: none;
	width: 320px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	background: #FFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-top: 5px;
	box-sizing: border-box;
	padding: 7px 10px 6px 10px;
	border-radius: 3px;
}
.headerLogo {
	display: inline-block;
	max-width: 109px;
	height: auto;
}
.headerBottom_link {
	max-width: 149px;
	box-sizing: border-box;
	padding: 11px 10px; 
	background: #65BDC2;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.headerBottom_link:hover {
	background: #0E3055;
}


@media screen and (min-width: 1279px) {
	.menuTop {
		width: 100%;
		margin: 0 15px;
		background: #FFF;
		box-sizing: border-box;
	    padding: 11px;
	}
	.menuTop > ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menuTop > ul > li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		position: relative;
	}
	.menuTop > ul > li > a {
		display: block;
	    padding: 6px;
	    box-sizing: border-box;
		color: #908F8F;
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.menuTop > ul > li.current-menu-item > a,
	.menuTop > ul > li.menu-item-has-children:hover > a,
	.sub-menu li.menu-item-has-children:hover > span,
	.sub-menu li.menu-item-has-children:hover > a,
	.sub-menu > li > span:hover,
	.sub-menu > li > a:hover,
	.menuTop > ul > li > a:hover {
		color: #0E3055;
	}
	.menuTop > ul > li.menu-item-has-children > .sub-menu {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		width: 255px;
		background: #FFF;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		position: absolute;
		top: 100%;
		left: -7px;
		z-index: 2;
		padding: 13px 0px;
		transition: 0.3s ease all;
	}
	.menuTop > ul > li.menu-item-has-children:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		z-index: 1;
		transition: 0.3s ease all;
	}
	.sub-menu {

	}
	.sub-menu > li {
		position: relative;
	}
	.sub-menu > li > a,
	.sub-menu > li > span {
		display: block;
		width: 100%;
		color: #908F8F;
		font-size: 14px;
		line-height: 1.25;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none;
		box-sizing: border-box;
	    padding: 3px 13px;
	    cursor: pointer;
	}
	.sub-menu > li .sub-menu {
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		position: absolute;
		top: -13px;
		left: 100%;
		margin-left: 4px;
		width: 255px;
		background: #FFF;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		padding: 13px 0px;
		transition: 0.3s ease all;
	}
	.sub-menu > li .sub-menu:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: -5px;
		bottom: 0;
		width: 5px;
	}
	.sub-menu li.menu-item-has-children > a,
	.sub-menu li.menu-item-has-children > span {
		padding-right: 25px;
		position: relative;
	}
	.sub-menu li.menu-item-has-children > span:after,
	.sub-menu li.menu-item-has-children > a:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 9px;
	    right: 13px;
	    width: 5px;
	    height: 5px;
	    border: solid 1px #5C5C5C;
	    border-left: none;
	    border-top: none;
	    transform: rotate(-45deg);
	    transition: 0.3s ease all;
	}
	.sub-menu li.menu-item-has-children:hover > a:hover,
	.sub-menu li.menu-item-has-children:hover > span:hover {
		border-color: #0E3055;
		transition: 0.3s ease all;
	}
	.sub-menu li.menu-item-has-children:hover > ul {
		opacity: 1;
		visibility: visible;
		z-index: 1;
		transition: 0.3s ease all;
	}
}
.sectionTop {
	position: relative;
}
.bigSlider {
	position: relative;
	font-size: 0;
}
.bigSlider,
.bigSlider_thumb {
	height: 772px;
}
.bigSlider .swiper-slide {
	position: relative;
	overflow: hidden;
}
.bigSlider_thumb {
	position: relative;
	z-index: 1;
}
.bigSlider_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bigSlider_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(101, 189, 194, 0.77) 0%, rgba(14, 48, 85, 0.77) 100%);
}
.bigSlider_item {
    position: absolute;
    top: 46.6%;
    left: 60.2%;
    z-index: 2;
    max-width: 560px;
}
.bigSlider_item h2 {
	color: #fff;
    letter-spacing: 0.05em;
	text-shadow: 0px 10px 30px rgba(12,23,37,0.65);
	font-size: 50px;
	font-weight: 500;
}
.bigSlider_item p {
	color: #fff;
	font-size: 18px;
	line-height: 1.55;
	margin-top: 31px;
}
.swiper.smallSlider {
	font-size: 0;
	width: 265px;
	position: absolute;
	top: 180px;
	bottom: 91px;
	left: 93px;
	z-index: 2;
}
.smallSlider_item {
	cursor: pointer;
	box-sizing: border-box;
	padding: 19px 24px;
	background: #0E3055;
	opacity: 0.65;
	transition: 0.3s ease all;
}
.swiper-slide-thumb-active .smallSlider_item {
	opacity: 1;
	transition: 0.3s ease all;
}
.swiper-slide-thumb-active .smallSlider_item hr {
	background: #65BDC2;
	transition: 0.3s ease all;
}
.smallSlider_item hr {
	display: block;
	width: 100%;
	border: 0;
	height: 3px;
	background: #FFFFFF;
	margin-bottom: 14px;
	transition: 0.3s ease all;
}
.smallSlider_item h3 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.11;
}
.smallSlider_item p {
	min-height: 74px;
	color: rgba(255, 255, 255, 0.50);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.42;
	margin-top: 11px;
}
.sectionForm {
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: -45px auto 51px auto;
	box-sizing: border-box;
	padding: 20px;
}
.sectionForm:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.89;
	background: linear-gradient(174deg, #65BDC2 0%, #0E3055 100%);
	z-index: 1;
}
.sectionForm_item {
	width: 25%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 15px;
}
.sectionForm_input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	height: 42px;
	padding: 0 10px 0 20px; 
	line-height: 40px;
	background: transparent;
	font-size: 15px !important;
	color: #fff;
}
.sectionForm_input::-webkit-input-placeholder {color: #fff;}
.sectionForm_input::-moz-placeholder          {color: #fff;}
.sectionForm_input:-moz-placeholder           {color: #fff;}
.sectionForm_input:-ms-input-placeholder      {color: #fff;}
.sectionForm_button {
	display: block;
	width: 100%;
	height: 42px;
	background: #65BDC2;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;
	transition: 0.3s ease all;
}
.sectionForm_button:hover {
	background: #0E3055;
	transition: 0.3s ease all;
}
.homeAbout {
	width: 100%;
	margin-bottom: 92px;
}
.homeAbout_thumb {
	width: 550px;
	font-size: 0;
}
.homeAbout_thumb img {
	max-width: 100%;
}
.homeAbout_right {
	width: 100%;
	box-sizing: border-box;
    padding: 65px 0 0 100px;
}
.homeAbout_right h2,
.homeAbout_right h1 {
	font-size: 80px;
	color: #2E2E2E;
	letter-spacing: 2px;
}
.homeAbout_description {
	color: #5C5C5C;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	margin-top: 39px;
}
.homeAbout_link {
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 31px;
	background: #65BDC2;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 3px;
	text-decoration: none;
	margin-top: 40px;
	text-transform: uppercase;
}
.homeAbout_link:hover {
	background: #0E3055;
}
.boxHooks {
	max-width: 290px;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
    background-color: rgb(246, 246, 246);
    border: 1px solid #65BDC2;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}
.boxHooks p {
	font-size: 14px;
	line-height: 1.25;
 	color: #000;
}
.boxHooks p a {
	color: #000;
	text-decoration: underline;
}
.boxHooks p a:hover {
	text-decoration: none;
}
.boxHooks_button {
	display: block;
	width: 100%;
	height: 28px;
	margin-top: 15px;
	background: #65BDC2;
	transition: 0.3s ease all;
    color: #FFF;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.boxHooks_button:hover {
	background: #0E3055;
	transition: 0.3s ease all;
}

@media screen and (max-width: 1679px) {
	.swiper.smallSlider {
		left: 15px;
	}
}
@media screen and (max-width: 1479px) {
	.bigSlider, .bigSlider_thumb {
	    height: 630px;
	}
	.bigSlider_item {
		left: 50%;
		top: 44%;
	}
	.swiper.smallSlider {
	    top: 200px;
	}

}
@media screen and (max-width: 1279px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.sectionForm {
	    margin: -45px 15px 51px 15px;
	}
	.homeAbout_right {
		padding-left: 40px;
	}
	.homeAbout {
		margin-bottom: 60px;
	}
	.swiper.smallSlider {
		display: none !important;
	}
	.bigSlider_item {
	    left: 15px;
	    right: 15px;
	    top: 180px;
	    bottom: 80px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.menuTop {
		display: none;
	}
	.buttonMenu {
		display: block;
		width: 44px;
		height: 40px;
		background: #123F6E;
		border: 1px solid #65BDC2;
		font-size: 0;
		margin-right: 15px;
	}
	.buttonMenu use {
		fill: #fff;
	}
	.mobileMenu {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    background: linear-gradient(135deg, rgba(101, 189, 194, 1) 0%, rgba(14, 48, 85, 1) 100%);
	    box-sizing: border-box;
	    width: 360px;
	    z-index: 700;
	    -webkit-transform: translate3d(-360px, 0, 0);
	    transform: translate3d(-360px, 0, 0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease, -webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    padding: 15px 20px 20px 20px;
	}
	.open-menu {
		overflow-y: hidden;
	}
	.open-menu:before {
	    display: block;
	    content: "";
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 300;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.8);
	}
	.open-menu .mobileMenu {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	    box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
	}
	.mobileMenu_top {
		margin-bottom: 10px;
	}
	.mobileMenu_close {
		display: block;
		width: 20px;
		height: 20px;
		background: transparent;
		font-size: 0;
	}
	.mobileMenu .custom-logo-link,
	.mobileMenu .boxLogo {
	    width: 56px;
	    margin: 0 10px 0 0;
	}
	.mobileMenu_close use {
		fill: #fff;
	}
	.mobileMenu_scroll {
	    height: calc(100% - 72px);
	    box-sizing: border-box;
	    padding: 11px 7px 11px 0;
	    overflow: hidden;
	    overflow-y: auto;
	    scrollbar-color: #fff transparent;
	}
	.mobileMenu_scroll::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobileMenu_scroll::-webkit-scrollbar-thumb {
		background: #65BDC2;
	}
	.mobileMenu_scroll::-webkit-scrollbar {
		background-color: #fff;
		width: 5px;
	}
	.mobileMenu .headerSocial {
		display: flex;
	}
	.mobileMenu .headerMessengers {
		display: flex;
		margin: 0 0 15px 0;
	}
	.mobileMenu .headerAddress,
	.mobileMenu .headerContacts {
	    display: block;
	    margin: 0 0 15px 0;
	}
	.mobileMenu .headerContacts:after {
		display: none;
	}
	.mobileMenu .headerAddress_item {
	    max-width: 100%;
	}
	.mobileMenu .headerAddress_modal p {
		font-size: 12px;
	}
	.mobileMenu .headerAddress_modal {
		top: initial;
	    margin: 10px 0 0 0;
	    position: relative;
	    width: 100%;
	}
	.mobileMenu .menuTop {
		display: block;
		margin-bottom: 15px;
	}
	.menuTop > ul li {
		position: relative;
	}
	.menuTop > ul > li span,
	.menuTop > ul > li a {
		display: block;
	    padding: 6px 0;
	    box-sizing: border-box;
	    color: #fff;
	    font-size: 14px;
	    line-height: 1.2;
	    letter-spacing: 1px;
	    text-transform: uppercase;
	    text-decoration: none;
	    cursor: pointer;
	}
	.menuTop > ul li.menu-item-has-children > a {
		box-sizing: border-box;
		padding-right: 30px;
	}
	.menuTop > ul > li.current-menu-item > a {
		color: #0E3055;
		text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	}
	.buttonDrop {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 18px;
		height: 18px;
		font-size: 0;
		background: transparent;
	}
	.buttonDrop:before,
	.buttonDrop:after {
		display: block;
		content: "";
		background: #fff;
		position: absolute;
	}
	.buttonDrop:before {
		top: 2px;
		right: 8px;
		height: 14px;
		width: 2px;
	}
	.buttonDrop:after {
		height: 2px;
		width: 14px;
		top: 8px;
		right: 2px;
	}
	.menuTop ul > li.menu-item-has-children.open > .buttonDrop:before {
		display: none;
	}
	.sub-menu {
		display: none;
		box-sizing: border-box;
		padding: 0 0 10px 15px;
	}
	.menuTop .sub-menu > li a {
		font-size: 13px;
	}


}
@media screen and (max-width: 1199px) {
	.sectionForm_item {
	    padding: 7px;
	}
	.homeAbout_right h2, .homeAbout_right h1 {
		font-size: 56px;
	}
	.homeAbout_thumb {
	    width: 460px;
	}
	.homeAbout_right {
		padding-top: 25px;
	}
	.headerAddress {
		display: none;
	}
	.headerSocial {
	    margin-left: 0;
	}





}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 979px) {
	.sectionForm_item {
		width: 50%;
	}
	.homeAbout {
		display: block;
		margin-bottom: 40px;
	}
	.homeAbout_thumb {
	    max-width: 550px;
	    margin: 0 auto;
	    width: 100%;
	}
	.homeAbout_right {
	    padding: 40px 0 0 0;
	}
	.homeAbout_right h2, .homeAbout_right h1 {
	    font-size: 44px;
	}
	.homeAbout_description {
		margin-top: 25px;
	}
	.homeAbout_link {
		margin-top: 25px;
	}
	.headerSocial {
		display: none;
	}
	.boxLanguages {
		margin-left: 0;
	}
	.bigSlider_item h2 {
		font-size: 44px;
	}
	.bigSlider_item p {
		margin-top: 25px;
	}



}
@media screen and (max-width: 799px) {

}
@media screen and (max-width: 768px) {
	.headerContacts {
		display: none;
	}
	.bigSlider_item h2 {
	    font-size: 34px;
	}
	.bigSlider_item p {
		font-size: 16px;
	}
	.headerBottom_link {
	    padding: 10px;
	    font-size: 12px;
	}
	.headerBottom {
	    padding-bottom: 10px;
	}
	.headerTop {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

}
@media screen and (max-width: 639px) {
	.sectionForm {
		padding: 10px;
	}
	.homeAbout_right h2, .homeAbout_right h1 {
	    font-size: 36px;
	}
	.headerMessengers {
		display: none;
	}
	.boxRunning {
		margin-left: 0;
	}

}
@media screen and (max-width: 479px) {
	.boxHooks {
	    max-width: 100%;
	    width: 100%;
	    bottom: 0;
	    right: 0;
	    border-radius: 0;
	}
	.sectionForm_item {
	    width: 100%;
	}




}
@media screen and (max-width: 374px) {
	.bigSlider_item h2,
	.homeAbout_right h2, .homeAbout_right h1 {
	    font-size: 28px;
	}

}
@media screen and (max-width: 359px) {
	.mobileMenu {
	    width: 100vw;
	    -webkit-transform: translate3d(-100vw, 0, 0);
	    transform: translate3d(-100vw, 0, 0);
	}
	.headerBottom_link {
		display: none;
	}
}