* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, 
body.inner-page {
    height: 100%;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');






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;
}
path,
path: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: 'Montserrat';
	line-height: 1;
	color: #565656;
	background: #fff;
	font-weight: normal;

	-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: #565656;}
::-moz-placeholder          {color: #565656;}
:-moz-placeholder           {color: #565656;}
:-ms-input-placeholder      {color: #565656;}
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%;
}
.buttonFilter,
.buttonMenu {
	display: none;
}
@media screen and (min-width: 769px) {
	.mobileMenu {
		display: none;
	}
}
.width-1270 {
	max-width: 1270px;
	margin: 0 auto;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

}
/*header,*/
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
main > canvas {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 250;
}
.inner-page header {
	position: relative;
}
.boxHeader {
	position: relative;
    padding-top: 23px;
}
.boxHeader_left {
display: flex;
  align-items: center; /* Aligns logo and nav items vertically */
}
.boxLogo {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	margin-right: 150px;
}
.menuTop {

}
.menuTop ul {
	font-size: 0;
}
.menuTop li {
	display: inline-block;
	vertical-align: top;
	margin-right: 53px;
}
.menuTop li:last-child {
	margin-right: 0;
}
.menuTop a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	padding: 2px 0;
}
.inner-page .language a,
.inner-page .boxHeader_telephone a,
.inner-page .menuTop a {
	color: #1F2D30;
}
.inner-page .boxHeader_telephone a use {
	fill: #1F2D30;
}

.inner-page .language li.active a, 
.inner-page .language a:hover {
	color: #fff;
}

.menuTop a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    left: 50%;
    width: 0;
    background: #0474DC;
    transition: 0.3s ease all;
}
.menuTop li.active a:before,
.menuTop a:hover:before {
	left: 0;
	width: 100%;
	transition: 0.3s ease all;
}
.boxHeader_right {
	position: relative;
}
.language {
	position: absolute;
	top: -13px;
	right: 0;
	font-size: 0;
	white-space: nowrap;
}
.language li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
}
.language a {
	display: block;
	width: 28px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
}
.language li.active a,
.language a:hover {
	background: #0474DC;
}
.boxHeader_button.button {
	width: 161px;
	height: 32px;
	font-size: 12px;
	line-height: 34px;
}
.boxHeader_telephone {
	margin-right: 34px;
}
.boxHeader_telephone a {
	font-weight: 600;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
.boxHeader_telephone a svg {
	margin-right: 18px;
}
.boxHeader_telephone a use {
	fill: #fff;
}
.boxHeader_telephone a span {
	position: relative;
}
.boxHeader_telephone a span:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    height: 2px;
    left: 50%;
    width: 0;
    background: #0474DC;
    transition: 0.3s ease all;
}
.boxHeader_telephone a:hover span:before {
	left: 0;
	width: 100%;
	transition: 0.3s ease all;
}
.socialNetworks {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: -39px;
    z-index: 2;
}
.inner-page .socialNetworks {
    bottom: -30px;
}
.socialNetworks a {
	display: block;
	text-decoration: none;
	margin-right: 10px;
}
.socialNetworks a:last-child {
	margin-right: 0;
}
.socialNetworks a use {
	fill: #fff;
}
.inner-page .socialNetworks a use {
	fill: #1F2D30;
}
.socialNetworks a:hover {
	opacity: 0.7;
}
.sectionTop {
	height: 806px;
	position: relative;
}
.sliderTop {
	font-size: 0;
	height: 100%;
}
.sliderTop_thumb {
	width: 100%;
	height: 100%;
}
.sliderTop_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sliderTop_navigation {
    position: absolute;
    z-index: 3;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    text-align: center;
}
.sliderTop_navigation .swiper-pagination-bullet {
	display: block;
	border: 2px solid transparent;
	margin: 34px auto;
	box-sizing: border-box;
}
.sliderTop_navigation .swiper-pagination-bullet:before {
	top: 8px;
	left: 8px;
}
.sliderTop_navigation .swiper-pagination-bullet:hover,
.sliderTop_navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #0474DC;
}
.sliderTop_navigation .swiper-pagination-bullet:hover:before, 
.sliderTop_navigation .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #C4C4C4;
}
.sectionTop_partners {
    position: absolute;
    z-index: 2;
    bottom: 35px;
    right: 50%;
    margin-right: -635px;
}
.sectionTop_partners img {
	margin-right: 24px;
}
.sectionTop_partners img:last-child {
	margin-right: 0;
}
.sliderTop_navigation hr {
    width: 2px;
    height: 136px;
    background: #C4C4C4;
    margin: 0 auto;
    border: 0;
}
.swiper-number {
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	margin-top: 34px;
}
.swiper-number .swiper-pagination-current {
	font-size: 24px;
}
.swiper-number .dash {
	font-size: 14px;
	margin: 0 3px 0 2px;
}
.sectionTop_item {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	max-width: 580px;
	box-sizing: border-box;
	padding-left: 23px;
	margin-top: 30px;
}
.sectionTop_item:before {
    display: block;
    content: "";
    width: 3px;
    position: absolute;
    top: -4px;
    left: 0;
    bottom: -10px;
    background: #0474DC;
}
.sectionTop_item h2 {
	font-weight: 800;
	font-size: 96px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.sectionTop_item p {
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
    padding: 2px 0 0 6px;
}
.boxStrategy {
	padding-top: 24px;
    padding-bottom: 24px;
	background: linear-gradient(0deg, rgba(8,95,182,1) 0%, rgba(6,99,189,1) 100%);
}
.boxStrategy_title {
    font-size: 36px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}
.boxBreadcrubms {
	box-sizing: border-box;
    padding: 16px 200px 6px 0;
}
.boxBreadcrubms li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.25;
	color: #1F2D30;
	margin-bottom: 5px;
    padding-right: 23px;
}
.boxBreadcrubms li:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #0474DC;
    border-right: 0;
    position: absolute;
    right: 9px;
    top: 5px;
}
.boxBreadcrubms li:last-child {
	padding-right: 0;
}
.boxBreadcrubms li:last-child:after {
	display: none;
}
.boxBreadcrubms a {
	display: block;
	text-decoration: none;
	color: #1F2D30;
}
.boxBreadcrubms a:hover {
	color: #0474DC;
}
.boxTop {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 289px;
	position: relative;
	box-sizing: border-box;
    padding-top: 77px;
    padding-bottom: 39px;
}
.boxTop:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 1, 1, 0.67);
	backdrop-filter: blur(3.5px);
	z-index: 1;
}
.boxTop_item {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.boxTop_title {
	font-weight: 800;
	font-size: 64px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.boxTop_text {
	font-size: 16px;
	line-height: 1.25;
	color: #FFFFFF;
	margin-top: 9px;
}




.page404 {
	width: 100%;
	height: 100%;
	position: relative;
}
.page404 img {
	font-size: 0;
	height: auto;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 98;
}
.page404 a {
	width: 20%;
	height: 30%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}



.kal_main{overflow:hidden;width: 100%;height: 100%;}
.kal_cont{width:140%;height: 140%;left:-20%;top:-20%;position:relative;margin:auto}
.kal_cont .ks{
	-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;
	transform-origin:right top;
	width: 50%;
	height: 100%;
	position:absolute;top:50%;left:0;z-index:10;
	overflow:hidden;
}
.kal_cont .ksc{
	height:100%;width:100%;-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg);position:relative;-webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;left:100%;top:0;
	background-image:url(../images/pic.jpg)
}
.kal_cont .s1 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.kal_cont .s2 {
  -webkit-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(30deg) matrix(-1,0,0,1,0,0);
  transform: rotate(30deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s3 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.kal_cont .s4 {
  -webkit-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(90deg) matrix(-1,0,0,1,0,0);
  transform: rotate(90deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s5 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kal_cont .s6 {
  -webkit-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(150deg) matrix(-1,0,0,1,0,0);
  transform: rotate(150deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s7 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.kal_cont .s8 {
  -webkit-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(210deg) matrix(-1,0,0,1,0,0);
  transform: rotate(210deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s9 {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.kal_cont .s10 {
  -webkit-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(270deg) matrix(-1,0,0,1,0,0);
  transform: rotate(270deg) matrix(-1,0,0,1,0,0);
}
.kal_cont .s11 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.kal_cont .s12 {
  -webkit-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -moz-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  -o-transform: rotate(330deg) matrix(-1,0,0,1,0,0);
  transform: rotate(330deg) matrix(-1,0,0,1,0,0);
}






@media screen and (max-width: 1600px) {
	main > canvas,
	.sectionTop {
	    height: 600px;
	}

	.sliderTop_navigation .swiper-pagination-bullet {
		margin: 15px auto;
	}
	.sliderTop_navigation hr {
	    height: 50px;
	}
	.sliderTop_navigation {
		right: 20px;
	}


}
@media screen and (max-width: 1480px) {
	.width-1270 {
	    max-width: 1200px;
	}
	.menuTop li {
	    margin-right: 35px;
	}
	.boxLogo {
		margin-right: 50px;
	}
	.boxStrategy_title {
	    font-size: 28px;
	    max-width: 1000px;
	}
	.sectionTop_partners {
	    bottom: 30px;
	    margin-right: -600px;
	}


}
@media screen and (max-width: 1279px) {
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.boxBreadcrubms.pd-15 {
		padding-right: 200px !important;
	}
	.sectionTop_partners {
	    bottom: 20px;
	    margin-right: 0;
	    right: 15px;
	}
	.sectionTop_partners img {
	    margin-right: 15px;
	    height: 44px;
	}
	.socialNetworks {
		bottom: -20px;
	}
	.sectionTop_item h2 {
		font-size: 70px;
	}
	.sectionTop_item p {
		font-size: 15px;
	}



}
@media screen and (max-width: 1199px) {
	.boxBreadcrubms.pd-15 {
		padding-right: 15px !important;
	}
	.boxHeader_right,
	.menuTop {
		display: none;
	}
	.boxHeader {
	    padding-top: 15px;
	}
	main > canvas,
	.sectionTop {
	    height: 510px;
	}
	.sliderTop_navigation .swiper-pagination-bullet {
	    margin: 10px auto;
	}
	.sliderTop_navigation {
	    right: 10px;
	}
	.swiper-number {
	    margin-top: 15px;
	}
	.boxHeader {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.buttonMenu {
	    display: block;
	    width: 28px;
	    height: 28px;
	    font-size: 0;
	    background: transparent;
	    margin-right: 9px;
	}
	.inner-page .buttonMenu path {
		fill: #1F2D30;
	}
	.buttonMenu path {
		fill: #fff;
	}
	.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.6);
	}
	.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 {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    background: #fff;
	    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;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center left;
	}
	.inner-page .socialNetworks a use {
		fill: #fff;
	}
	.inner-page .language a, .inner-page .boxHeader_telephone a, .inner-page .menuTop a {
		color: #fff;
	}

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

}
@media screen and (max-width: 979px) {
	.boxTop_title {
	    font-size: 42px;
	}
	.boxTop_text {
	    font-size: 14px;
	}
	.boxTop {
	    min-height: auto;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}




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

}
@media screen and (max-width: 768px) {
	.sectionTop_item {
	    left: 15px;
	    transform: translate(0, -50%);
	    margin-top: 0;
	}


}
@media screen and (max-width: 639px) {
	.sectionTop_item {
		max-width: 280px;
	}
	.sectionTop_item h2 {
	    font-size: 46px;
	}
	.sectionTop_item p {
	    line-height: 1.25;
	}
	.boxStrategy_title {
		font-size: 18px;
	}
	.sliderTop_navigation .swiper-pagination-bullet:before {
	    top: 5px;
	    left: 5px;
	}
	.boxLogo {
	    margin-right: 0;
	    max-width: 150px;
	}



}
@media screen and (max-width: 479px) {
	.sectionTop_partners img {
		height: 32px;
	}
	.sectionTop_item h2 {
	    font-size: 40px;
	}
	.sectionTop_item p {
	    font-size: 14px;
	    padding: 2px 0 0 2px;
	}
	.sectionTop_item {
	    max-width: 235px;
	    padding-left: 15px;
	}
	.swiper-number .swiper-pagination-current {
	    font-size: 18px;
	}


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

}