/* made by GlobalCode. https://globalcode.ru/ */
/* general */
/*@media (min-width: 1200px){
    .container {
        max-width: 1440px;
    }
}*/
a:hover{
	opacity: .5;
}
.subscribe form input[type=text]::-webkit-input-placeholder {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */

}

/* webkit */
.subscribe form input[type=text]::-moz-placeholder {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */

}

/* Firefox 19+ */
.subscribe form input[type=text]:-moz-placeholder {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */

}

/* Firefox 18- */
.subscribe form input[type=text]:-ms-input-placeholder {
	color: white;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */

}
ul,ol,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0
}

body {
	font-family: 'Gotham Pro';
	font-size: 16px;
	color: black;
	/*cursor : url('../img/icons/cursor.png') 25 25, default;*/
	/*cursor : none!important;*/
	-webkit-transition: cursor .2s ease-in-out;
	-moz-transition: cursor .2s ease-in-out;
	-ms-transition: cursor .2s ease-in-out;
	-o-transition: cursor .2s ease-in-out;
	transition: cursor .2s ease-in-out;
}
div{
	position: relative;
}
a:hover{
	text-decoration: none;
}
a{
	/*cursor: none;*/
}
.logo_made__a{
	display: block;
	position: relative;
}

.logo_made__img{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	height: 42px;
}
.logo_made__img:last-of-type{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.logo_made__a:hover .logo_made__img:last-of-type{
	opacity: 1;
}
.about-section-content{
	padding-top: 173px;
}
.header{
	height: 173px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	padding-left: 95px;
	padding-right: 95px;
	/*background: white;*/
}
.header__link a{
	font-size: 13px;
	color: #13759C;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-right: -25px;
	font-weight: bold;
	z-index: 2;
	position: relative;
}
.header__burger{
	margin-right: -55px;
	z-index: 100000;
}
.header__burger__container {
	/*cursor : url('../img/icons/cursor-2.png') 30 30, default;*/
	display: flex;
	transform: scale(.7);
	top: -3px;
	-webkit-transition: cursor .2s ease;
	-moz-transition: cursor .2s ease;
	-ms-transition: cursor .2s ease;
	-o-transition: cursor .2s ease;
	transition: cursor .2s ease;
}
.tplogosvg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .active svg {
	transform: rotate(90deg);
}
.header path {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header path:nth-child(1) {
	transform-origin: 36% 40%;
}
.header path:nth-child(2) {
	stroke-dasharray: 29 299;
}
.header path:nth-child(3) {
	transform-origin: 35% 63%;
}
.header path:nth-child(4) {
	stroke-dasharray: 29 299;
}
.header path:nth-child(5) {
	transform-origin: 61% 52%;
}
.header path:nth-child(6) {
	transform-origin: 62% 52%;
}
.header .active path:nth-child(1) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}
.header .active path:nth-child(2) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}
.header .active path:nth-child(3) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.header .active path:nth-child(4) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}
.header .active path:nth-child(5) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.header .active path:nth-child(6) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}
.logounder2.d2{
	transform: translateZ(30px)!important;
}
.logounder1.d2{
	transform: translateZ(70px)!important;
}
.logounderb.d2{
	transform: translateZ(130px)!important;
}
.done.d2{
	transition:none;
}
.logounderb.done{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.logounderb{
	z-index: 4;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.logounder1.done{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	opacity: 1;
	transform: rotate(0);
}
.logounder1{
	z-index: 3;
	opacity: 0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
	-webkit-transition: all .6s ease-in-out 0.5s;
	-moz-transition: all .6s ease-in-out 0.5s;
	-ms-transition: all .6s ease-in-out 0.5s;
	-o-transition: all .6s ease-in-out 0.5s;
	transition: all .6s ease-in-out 0.5s;
}
.logounder2.done{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	opacity: 1;
	transform: rotate(0);
}
.logounder2{
	z-index: 3;
	opacity: 0;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transition: all .9s ease-in-out 0.7s;
	-moz-transition: all .9s ease-in-out 0.7s;
	-ms-transition: all .9s ease-in-out 0.7s;
	-o-transition: all .9s ease-in-out 0.7s;
	transition: all .9s ease-in-out 0.7s;
	z-index: 2;
}
.logounder3.done{
	opacity: 1;
	pointer-events: none;
	transform: translateZ(0);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.logounder3{
	opacity: 0;
	width: 1039px;
	margin-left: 37px;
	margin-top: 8px;
	-webkit-transition: all .9s ease-in-out 1.3s;
	-moz-transition: all .9s ease-in-out 1.3s;
	-ms-transition: all .9s ease-in-out 1.3s;
	-o-transition: all .9s ease-in-out 1.3s;
	transition: all .9s ease-in-out 1.3s;
}
.welcome-block{
	height: 100%;
	pointer-events: none;
	transform: translateZ(0);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.tabs-tab__body--inner{
	z-index: 1;
}
.logounder{
	position: absolute;
}
.preloader{
	position: fixed;
	z-index: 1000;
	background: white;
	height: 100vh;
	display: flex;
	width: 100vw;
}
.preloader__logo{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.welcome-text{
	font-size: 34px;
	font-weight: 900;
	width: 439px;
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 42px;
	position: absolute;
	top: 213px;
	left: 95px;
	background: linear-gradient(45deg, #056A96 33%, #045A8A 66%, #043970);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
}
.demo-text{
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 42px;
	background: linear-gradient(45deg, #056A96 33%, #045A8A 66%, #043970);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
}
.welcome-socials{
	left: 95px;
	position: absolute;
	bottom: 72px;
}
.welcome-socials ul{
	list-style-type: none;
	padding-left: 0;
}
.welcome-socials li:last-of-type{
	margin-right: 0;
}
.welcome-socials li{
	margin-right: 18px;
}
.welcome-socials li a{
	display: block;
	border: 3px solid #13759C;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.header__logo.active>img:last-of-type{
	opacity: 1;
}
.header__logo{
	top: -14px;
}
.header__logo>img:first-of-type{
	top: 2px;
}
.header__logo>img:last-of-type{
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.navigation-menu__form2.opacit form,
.navigation-menu__form.opacit form{
	opacity: 0;
}
.navigation-menu__form2 form,
.navigation-menu__form form{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navigation-menu__form .button-tableft,
.navigation-menu__form2 .button-tableft{
	border: none!important;
}
.header__logo>img{
	position: absolute;
	top: 0;
}
#info-section{
	background-image: linear-gradient(-77deg, #E8F6FF 0%, #CCEAFF 100%);
	background-image: linear-gradient(168deg, #D0E6F0 12%, #C5E0EC 25%, #86BFD7 45%, #2D90BA 77%, #0D5180 100%);
}
.navigation-menu__logo.navlogo-white{
	z-index: 50;
}
.partners-row{
	width: 1200px;
	height: 170px;
}
.partners-row.partners-row_bordered{
	border-top: 1px solid #D8D8D8;
	border-bottom:  1px solid #D8D8D8;
}
#partners-section .demo-text{
	margin-bottom: 50px;
}
.partners-item{
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	max-width: calc(100% / 5);
}
.footer{
	height:38%;
	background-image: linear-gradient(228deg, #1691B1 0%, #072E65 100%);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 90px;
}
.contacts-section-content{
	height:62%;
}
.contacts-section-wrapper{
	height: calc(100% - 173px);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.contacts-section-inner{
	height: 100%;
}
.wave-wrapper svg path{
	-webkit-transition: d 1s ease-in-out;
	-moz-transition: d 1s ease-in-out;
	-ms-transition: d 1s ease-in-out;
	-o-transition: d 1s ease-in-out;
	transition: d 1s ease-in-out;
	will-change: d;
}
.footer-phones ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;

}
.footer-phones{
	margin-right: 230px;
}
.footer-phones-list{
	margin-bottom: 25px;
}
.footer-mail-list li a{
	font-size: 20px;
	color: #0086FF;
	line-height: 28px;
	font-weight: 500;
}
.footer-phones-list li a{
	font-size: 20px;
	color: #0086FF;
	line-height: 28px;
}
.footer-post-adress{
	margin-right: 57px;
	max-width: 364px;
	color: white;
}
.footer b{
	font-weight: 500;
}
.footer p:last-of-type{
	margin-bottom: 0;
}
.footer p{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 24px;
}
.footer h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
	display: block;
}
.footer-fact-adress{
	color: white;
}
.logounder-height{
	display: none;
}
.footer-fact-adress span{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	max-width: 270px;
	margin-top: 30px;
	display: block;
}
.about-section-inner{
	height: 100%;
}
.full-waves-container{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.about-section-content{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#waves-container{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
#wave-mid-container{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
#wave-bot-container{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.logounder-height-min{
	display: none;
}
.mobile-start-list{
	display: none;
	padding: 0 25px;
}
.mycont{
	padding: 0 95px;
}

.about-section-head .demo-text{
	margin-bottom: 27px;
}

.about-section-item{
	padding-left: 105px;
}
.ab-ite-cent.is-out  {
	transform: rotateX(0) rotateY(0) !important;
	transition-duration: 1s;
}
.about-section-item{
	width: 30vw
}
.ab-ite-cent{
	/*width: 30vw;*/

	background: #FFFFFF;
	border-radius: 5px;
	outline: none!important;
	-webkit-box-shadow: 8px 8px 24px 0 rgba(34,52,157,0.22);
	-moz-box-shadow: 8px 8px 24px 0 rgba(34,52,157,0.22);
	box-shadow: 8px 8px 24px 0 rgba(34,52,157,0.22);

	padding: 40px 80px;




	transform: rotateX(0) rotateY(0);
	transform-style: preserve-3d;


	-webkit-transition: transform .2s ease;
	-moz-transition: transform .2s ease;
	-ms-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}
div.about-section-content>.mycont#mycont-slider{
	padding-right: 0!important;
	padding-left: 0 !important;
}
.about-section-slider .slick-list{
	padding-left: 10px;
	margin-left: -10px;
}
.about-section-slider .slick-track{
	padding: 20px 0px 40px;
}
.about-section-item__header{
	font-weight: bold;

	opacity: 0.79;
	font-size: 38px;
	color: #000000;
	line-height: 45px;
	margin-bottom: 15px;
	transform: translateZ(30px);

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-section-item__border{
	height: 4px;
	width: 100%;
	background: linear-gradient(to right, #142D6D, #F62C29);
	transform: translateZ(30px);
	margin-bottom: 38px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-section-item__text{
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transform: translateZ(15px);

}
.about-section-item{
	outline: none;
}
.about-section-nav{
	outline: none!important;
	width: 56px;
	position: relative;
	border: none;
	background: transparent;
	height: 56px;
}
.button-sect-slider{
	position: absolute;
	display: block;

	/*cursor: none;*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #05749E;
	width: 56px;
	height: 56px;
	top: 0;
	outline: none!important;

	transition-property: opacity, width, height, top;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;

}
.about-section-nav_prev{
	margin-right: 20px;
}
.about-section-nav_prev .button-sect-slider{
	right: 0;
}
.about-section-nav_next .button-sect-slider{
	left: 0;
}
.about-section-nav:hover .button-sect-slider{
	width: 74px;
	height: 74px;
	top: -9px;
	opacity: .5;
}
.about-section-nav_prev img{
	position: relative;
	left: -2px;
}
.about-section-nav_next img{
	position: relative;
	right: -2px;
}
.slide-beforeact{
	box-shadow: none!important;
}
.about-section-item .about-section-item .about-section-item__header,
.about-section-item .about-section-item .about-section-item__border,
.about-section-item .about-section-item .about-section-item__text{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.about-section-item.slick-active[tabindex="0"] + .about-section-item + .about-section-item .about-section-item__header,
.about-section-item.slick-active[tabindex="0"] + .about-section-item + .about-section-item .about-section-item__border,
.about-section-item.slick-active[tabindex="0"] + .about-section-item + .about-section-item .about-section-item__text{
	opacity: 0.79!important;
}
.about-section-item.slick-active[tabindex="0"] ~ .about-section-item + .about-section-item .about-section-item__header,
.about-section-item.slick-active[tabindex="0"] ~ .about-section-item + .about-section-item .about-section-item__border,
.about-section-item.slick-active[tabindex="0"] ~ .about-section-item + .about-section-item .about-section-item__text{
	opacity: 0.28;
}

.navigation-wrapper.active{
	display: block;
}
.navigation-wrapper.active .navigation-menu{
	right: 0;
}
.navigation-wrapper.active .navigation-bg{
	left: 0;
}
.navigation-bg{
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 32, 59, .86);
	left: -100%;
	-webkit-transition: left .9s ease-in-out;
	-moz-transition: left .9s ease-in-out;
	-ms-transition: left .9s ease-in-out;
	-o-transition: left .9s ease-in-out;
	transition: left .9s ease-in-out;
	position: fixed;
	z-index: 50000;
}
.navigation-menu__form{
	display: none;
}
.navigation-menu__form2{
	display: none;
}
.navigation-wrapper.demo-dostup .navigation-menu__list,
.navigation-wrapper.demo-dostup .navigation-menu__border,
.navigation-wrapper.form-nav .navigation-menu__list,
.navigation-wrapper.form-nav .navigation-menu__border{
	display: none;
}
.navigation-wrapper.demo-dostup .navigation-menu__form2{
	display: block;
}
.navigation-wrapper.form-nav .navigation-menu__form{
	display: block;
}



.navigation-wrapper .navigation-menu .navigation-menu__logo.navlogo-white{
	display: none;
}
.navigation-wrapper.demo-dostup .navigation-menu .navigation-menu__logo.navlogo-white,
.navigation-wrapper.form-nav .navigation-menu .navigation-menu__logo.navlogo-white{
	display: block;
}
.navigation-wrapper.demo-dostup .navigation-menu .navigation-menu__logo,
.navigation-wrapper.form-nav .navigation-menu .navigation-menu__logo{
	display: none;
}
.navigation-wrapper.demo-dostup .navigation-menu,
.navigation-wrapper.form-nav .navigation-menu{
	background: white!important;
}
.navigation-menu{
	position: fixed;
	z-index: 50000;
	background: linear-gradient(to top,#0B5B8C,#CFE6F0);
	right: -100%;
	top: 0;
	width: 638px;
	height: 100%;
	-webkit-transition: right .8s ease-in-out;
	-moz-transition: right .8s ease-in-out;
	-ms-transition: right .8s ease-in-out;
	-o-transition: right .8s ease-in-out;
	transition: right .8s ease-in-out;

	padding: 79px 108px 115px;
}
.navigation-menu__label{
	font-size: 14px;
	color: #152F6C;
	letter-spacing: 7.2px;
	text-align: left;
	margin-bottom: 85px;
}
.navigation-menu__list{
	margin-bottom: 50px;
}
.navigation-menu__list ul{
	list-style-type: none;
	padding-left: 0;
}
.navigation-menu__list li:hover a{
	opacity: .5;
}
.navigation-menu__list li a{
	font-weight: 300;
	font-size: 36px;
	color: #152F6C;
	text-transform: uppercase;
	line-height: 80px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: block;
}
.navigation-menu__border{
	height: 4px;
	width: 108px;
	background: #132D6E;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.navigation-menu__logo{
	width: 380px;
}
.info-section__wrapper{
	height: 100%;
}
.info-section-left{
	width: 790px;
}
.info-section-right{
	width: 344px;
}
#info-section .demo-text{
	margin-bottom: 29px;
}
.info-section-left__tabs .tabs-tab__body{
	padding: 32px;
	background: white;
}
.tabs-tab__body{
	display: none;
}
.info-section-left__tabs .tabs-tab:last-of-type{
	border-bottom: none;
}
.info-section-left__tabs .tabs-tab.active {
	border-color: transparent;
}
.info-section-left__tabs .tabs-tab__body:after {
	display: none;
}
.info-section-left__tabs .tabs-tab__body:before {
	content: '';
	display: block;
	height: 32px;
	background: red;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, #DFE7F4 0%, #FFFFFF 100%);
}
.info-section-left__tabs .tabs-tab {
	margin-bottom: 5px;
	/*-webkit-transition: all .2s ease-in-out;*/
	/*-moz-transition: all .2s ease-in-out;*/
	/*-ms-transition: all .2s ease-in-out;*/
	/*-o-transition: all .2s ease-in-out;*/
	/*transition: all .2s ease-in-out;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	overflow: hidden;
}

.tabs-tab__header:hover{
	color: rgba(19, 117, 156,0.5)!important;
}
.tabs-tab__header{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.info-section-left__tabs .tabs-tab.active .tabs-tab__header svg{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.info-section-left__tabs .tabs-tab__header svg{
	position: absolute;
	right: 15px;
	top: 27px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.info-section-left__tabs .tabs-tab__header {

	background: white;
	font-size: 19.8px;
	color: rgba(19, 117, 156,1);
	line-height: 35.1px;
	font-weight: 500;
	padding: 14px 32px;
}
.info-section-left__tabs .tabs-wrapper{
	overflow: hidden;
	/*background: white;*/
}
.info-section-left__tabs .tabs-tab__body p:last-child{
	margin-bottom: 0;
}
.info-section-left__tabs .tabs-tab__body p{
	font-size: 12.6px;
	line-height: 16px;
	opacity: .8;
	margin-bottom: 9px;
}
.nfo-section-left__format{
	margin-top: 25px;
}
.nfo-section-left__format-item:first-of-type{
	margin-right: 20px;
}
.tabs-tab__body--nright{
	width: 269px;
}
.tabs-tab__body--nleft{
	width: calc(100% - 269px);
	padding-right: 25px;
}
.info-section-left__tabs .tabs-tab.active .tabs-tab__header:after{
	bottom: -12px!important;
}
.info-section-left__tabs .tabs-tab .tabs-tab__header:after{
	content: '';
	display: block;
	width: 32px;
	height: 12px;
	position: absolute;
	background: url(../img/icons/trin.svg);
	left: 24px;
	bottom: 0px;
	z-index: 50;
	/*-webkit-transition: bottom .2s ease-in-out;*/
	/*-moz-transition: bottom .2s ease-in-out;*/
	/*-ms-transition: bottom .2s ease-in-out;*/
	/*-o-transition: bottom .2s ease-in-out;*/
	/*transition: bottom .2s ease-in-out;*/
}
.tabs-tab__body--nright b{
	margin-bottom: 15px;
}
.button-tableft{
	text-transform: uppercase;
	width: 100%;
	max-width: 222px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 12.6px;
	background: #13759C;
	background-image: radial-gradient(70% 200%, #19A0BC 0%, #082F66 100%);
	box-shadow: 9px 9px 14px 0 rgba(34,52,157,0.22);
	border-radius: 4.5px;
	display: block;
	text-align: center;
	color:white!important;
	outline: none!important;
}

.info-section-right h3{
	font-weight: 300;
	opacity: 0.8;
	font-size: 35px;
	color: #13759C;
	letter-spacing: 0;
	line-height: 47px;
	text-transform: uppercase;
	margin-bottom: 40px;
}


.info-section-right__tabs .tabs-tab:last-of-type .tabs-tab__body{
	border-bottom-color: transparent!important;
}
.info-section-right__tabs .tabs-tab .tabs-tab__body{
	border-bottom: 1px solid transparent;
}
.info-section-right__tabs .tabs-tab.active .tabs-tab__body{
	border-bottom-color: #5893B9;
}
.info-section-right__tabs .tabs-tab__body{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}
.info-section-right__tabs .tabs-tab.active .tabs-tab__header{
	color: #2C2C2C;
}
.info-section-right__tabs .tabs-tab .tabs-tab__header svg{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.info-section-right__tabs .tabs-tab.active .tabs-tab__header svg g.continue{
	stroke:#2C2C2C;
}
.info-section-right__tabs .tabs-tab.active .tabs-tab__header svg{

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.info-section-right__tabs .tabs-tab__header svg g.continue{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.info-section-right__tabs .tabs-tab__header svg{
	margin-right: 15px;
}
.info-section-right__tabs .tabs-tab__header{
	font-weight: 500;
	font-size: 18px;
	line-height: 55px;
	color: white;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.contacts-section-content .about-section-content{
	margin-top: 0!important;
	padding-top: 0!important;
}
.contacts-content{
	width: 308px;
}
.contacts-map{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	height: 444px;
	width: 830px;
}
.contacts-section-content p{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 75px;
	display: block;
}
.contacts-section-content .demo-text{
	margin-bottom: 50px;
}
.contacts-section-buttons a:last-of-type{
	margin-bottom: 0;
}
.contacts-section-buttons a{
	margin-bottom: 22px;
}
.button-tableft.button-blanc{
	background: white;
	border: 3px solid #0195B7;
	color: #13759C!important;
}



/*.cursor{*/
/*width: 14px;*/
/*height: 14px;*/
/*background: tomato;*/
/*position: absolute;*/
/*z-index: 100000;*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*margin-left: -7px;*/
/*margin-top: -7px;*/
/*}*/




.cursor__inner {
	z-index: 999999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	/* 	mix-blend-mode: difference; */
	border-radius: 50%;
}

.cursor__inner--dot {
	width: 30px;
	height: 30px;
	background: linear-gradient(to right,#3F5AD1,#D03956);
	transition-property: width,height,opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
}

.cursor__inner--circle {
	width: 50px;
	height: 50px;
	border: none;
	background: linear-gradient(to right,#C3CDF2,#F0C2CA);
	transition-property: width,height,opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;

}
.cursor{
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500000;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}


.hovered-cursor{
	opacity: .8;
}
.hovered-cursor .cursor__inner--circle{
	width: 60px;
	height: 60px;
}
.hovered-cursor .cursor__inner--dot{
	width: 36px;
	height: 36px;
}
.navigation-menu__form2 textarea,
.navigation-menu__form2 input[type=text],
.navigation-menu__form2 input[type=email],
.navigation-menu__form2 input[type=phone],
.navigation-menu__form textarea,
.navigation-menu__form input[type=text],
.navigation-menu__form input[type=email],
.navigation-menu__form input[type=phone]{
	display: block;
	width: 282px;
	margin-bottom: 21px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	resize: none;
	outline: none;
	height: 56px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 16px 23px;
	max-width: 100%;
}
.navigation-menu__form2 textarea:focus,
.navigation-menu__form2 input[type=text]:focus,
.navigation-menu__form2 input[type=email]:focus,
.navigation-menu__form2 input[type=phone]:focus,
.navigation-menu__form textarea:focus,
.navigation-menu__form input[type=text]:focus,
.navigation-menu__form input[type=email]:focus,
.navigation-menu__form input[type=phone]:focus{
	box-shadow: 2px 2px 8px 0 rgba(34,52,157,0.22);
}
.navigation-menu__form textarea{
	margin-bottom: 32px;
	height: 163px;
}
.fsubmit{
	margin-top: 28px;
}
.navigation-menu__thanks{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 65px 38px;
	background: white;
	display: none;
}
.navigation-menu__thanks img{
	margin-bottom: 62px;
}
.navigation-menu__thanks p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	max-width: 250px;
}


[data-activehover]:hover{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .5;
}
[data-activehover-menu]:hover{
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: .5;
}

[data-activehover-menu]{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
[data-activehover]{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


[data-activehover-min]:hover{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: .5;
}



[data-activehover-min]{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.sld-ar{
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fp-tableCell {
		display:block;
	}
	.welcome-text, .demo-text{
	    background: transparent;
	    color: #0B2349;
	}
	.welcome-block {
		transform: none !important;
		-webkit-transform: none !important;
	    -moz-transform: none !important;
	    position:absolute;
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 929px !important;
		height: 562px !important
	}
	.logounder3 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 40px;
		margin: auto;
		width: 929px;
		height: 562px;
	}
	.logounder2 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 487px;
		height: 487px;
	}
	.logounder1 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 489px;
		height: 493px;
	}
	.logounderb {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: auto;
		max-width: 255px;
		max-height: 105px;
	}
	.logounder-height {
		display: none;
	}
	.logounder-height-min {
		display: none;
	}
	#waves-container {
		height: 768px;
	}
	#wave-mid-container {
		height: 407px;
	}
	#wave-bot-container {
		height: 368px;
	}
	#partners-section .fp-tableCell {
		display: table-cell;
	}
	.partners-item {
		width: 20%;
	}
	body, a {
		cursor: default !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1440px) {
	.welcome-block {
		transform: none !important;
		-webkit-transform: none !important;
	    -moz-transform: none !important;
	    position:absolute;
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 750px !important;
		height: 420px !important
	}
	.logounder3 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 40px;
		margin: auto;
		width: 675px;
		height: 406px;
	}
	.logounder2 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 352px;
		height: 352px;
	}
	.logounder1 {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: 356px;
		height: 356px;
	}
	.logounderb {
		top: 0px;
		right:0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		width: auto;
		max-width: 218px;
		max-height: 90px;
	}
	.logounder-height {
		display:none;
	}
	.logounder-height-min {
		display:none;
	}
	#map, #map > ymaps {
		height: 300px !important;
	}
}