@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Formular.ttf) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Formular";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Formular-Bold.ttf) format("truetype");
	font-display: swap;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
    font-family: 'Formular';
}

*::selection{
	background: #eee;
}

.wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
	color:  #373936;
}

.wrapper.header__stick{
	padding-top: 104px;
}

.container{
	width: 1340px;
	margin: 0 auto;
}

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

p{
	margin: 0 0 15px;
}

.btn__icon{
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

.btn__icon__search{
	background: url('../img/search.png') no-repeat center;
	background-size: contain;	
	margin-right: 30px;
}

.btn__icon__email{
	background: url('../img/mail.png') no-repeat center;
	background-size: contain;		
}

.btn__icon:hover, .btn__icon:focus{
	text-decoration: none;	
}

.btn__link{
	text-decoration: none;
	color: #000;
}

.btn__link:hover, .btn__link:focus{
	text-decoration: none;	
	color: red;	
}

.btn__with__icon{
	display: table;
	padding: 12px 64px 12px 24px;
	text-transform: uppercase;
	color: #0046BE;
	background: #ffffff;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	transition: all .3s linear;
	letter-spacing: 0.02em;
}

.btn__with__icon:hover, .btn__with__icon:focus{
	text-decoration: none;
	background: #0046BE;
	color: #ffffff;
}

.btn__with__icon:after{
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/btn.png') no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 8px;
	transform: scale(1);
	transition: all .3s linear;
}

.btn__with__icon:hover:after, .btn__with__icon:focus:after{
	transform: scale(.9);
}


/*====================================================================

	HEADER

=====================================================================*/
.header{
	background: #fff;
	box-shadow: 0px 4px 12px rgba(58, 75, 109, 0.16);
	padding: 8px 0;
}

.header.stick{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header.stick .header__icons{
	display: none;
}

.header.stick .header__contact__block{
	display: none;
}

.header.stick .logo{
	max-width: 120px;
}

.header.stick .logo img{
	min-height: initial;
}

.header .container{
	align-items: center;
	justify-content: space-between;
}

.header .logo{
	display: block;
	max-height: 88px;
	max-width: 257px;
}
.header .logo img{
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.header .nav-container{
	justify-content: center;
	align-items: center;
}

.header .nav-container .nav{
	justify-content: center;
	padding: 0;
	margin: 0;
}

.header .nav-container .nav li{
	display: block;
	margin-right: 44px;
}

.header .nav-container .nav li:last-child{
	margin: 0;
}

.header .nav-container .nav a{
	color: #0046BE;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	display: block;
}

.header .nav-container .nav li a:hover, .header .nav-container .nav li a:focus{
	color: #0046BE;
}

.header__contact__block{
	flex-direction: column;
	align-items: flex-end;
}

.lang__switcher{
	align-items: center;
	margin: 0 0 10px;
	padding: 0;
}

.lang__switcher li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.lang__switcher a{
	text-decoration: none;
	color:   #0070C7;
	font-size: 14px;
	line-height: 16px;
}

.lang__switcher a:hover, .lang__switcher a:focus, .lang__switcher li.active a{
	text-decoration: none;
	color: #0046BE;
}

.lang__switcher li:after{
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	margin: 0 3px;
	background: #0046BE;
}

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

.header .phone{
	text-decoration: none;
	color: #0046BE;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 10px;
}

.header .phone:hover, .header .phone:focus{
	text-decoration: none;
}

.header .btn__link{
	color:   #0070C7;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	margin-right: 0;
}

.banner__tb{
	background: url('../img/main-banner.jpg') no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 104px);
	overflow: hidden;
	position: relative;
}

.banner__tb__text{
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: calc(100vh - 104px);
	padding: 5% 0 0;
}

.banner__tb__text p{
	color: #fff;
	text-align: center;
}

.banner__tb__text p.banner__tb__text__big{
	font-size: 72px;
	line-height: 84px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px;

}

.banner__tb__text p.banner__tb__text__small{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 45px;
	color: #fff;
}

.banner__tb__text .btn__with__icon{
	margin: 0 auto;
}

.banner__tb__text .btn__with__icon.rounded{
	border-radius: 100px;
}

.scroll__down{
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	background: url('../img/mouse-icon.png') no-repeat center;
}

.scroll__down:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/scroll.png') no-repeat center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -12px;
	animation: 1s ease-in-out infinite scroll;
}

@keyframes scroll {
	0% { bottom:-30px; }
	50% { bottom:-35px; }
	100%{bottom: -30px}
}

.breadcrumbs{
	padding: 15px 0;

}

.breadcrumbs ul{
	padding: 0;
	margin: 0;
}

.breadcrumbs ul li{
	display: block;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin: 0 16px 0 0;
}

.breadcrumbs ul li:last-child{
	margin: 0;
}

.breadcrumbs ul li.separator{
	width: 16px;
	height: 16px;
	background: url('../img/breadcrumbs.jpg') no-repeat center;
}

.breadcrumbs ul li a{
	color: #98989A;
	text-decoration: none;
}

.breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus{
	text-decoration: none;
}

.breadcrumbs ul li span{
	color:  #373936;
}

.banner__title{
	background: url('../img/banner-title.jpg') no-repeat center;
	min-height: 372px;
}

.banner__title .container{
	align-items: center;
	justify-content: center;
	min-height: 372px;
}

.banner__title .container h1{
	margin: 0;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
}

/*====================================================================

	CONTENT

=====================================================================*/
.content{
	padding: 70px 0 50px;
}

.content a{
	color:   #0070C7;
	text-decoration: none;
	border-bottom: 1px solid;
}

.content a:hover{
	border: none;
}

.content h1{
	font-size: 32px;
	line-height: 37px;
	text-transform: uppercase;
	color: #0046BE;
	margin: 0 0 50px;
}

.content h1:after{
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #0046BE;
	margin: 12px 0 0;
}

.content h2{
	font-size: 32px;
	line-height: 37px;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 30px;
}

.content h2:after{
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #0046BE;
	margin: 12px 0 0;
}

.content h3{

}

.content h4{

}

.content h5{

}

.content h6{

}

.content__text{
	max-width: 1000px;
	margin: 0 auto;
}

.content__text ol{
	padding: 0 0 0 20px;
	margin: 0;
}

.content__text ol li{
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	color:   #0070C7;
	margin: 0 0 35px;
}

.content__text ul{
	padding: 0;
	margin: 0;
}

.content__text ol ul{
	margin-top: 25px;
}

.content__text ul li{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #98989A;
	position: relative;
	display: block;
	padding: 0 0 0 18px;
	margin: 0 0 10px;
}

.content__text ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 8px;
	height: 8px;
	background:   #0070C7;
	border-radius: 100%;
}

.content a{

}

.content__text p{
	color:  #373936;
}

.content__text p strong{
	color:  #373936;
}

.content__text h3{
	font-family: Lato;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 35px;
}

.fullwidth__image{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	display: block;
}

.horizontal__list{
	width: 100%;
}

.horizontal__list__item{
	align-items: center;
	justify-content: center;
	margin: 0 auto 100px;
}

.horizontal__list__item.reverse{
	flex-direction: row-reverse;
}

.horizontal__list__item__text{
	min-height: 265px;
	background: #fff;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	padding: 30px 32px;
	box-sizing: border-box;
	width: 725px;
}

.horizontal__list__item__text:before{

}

.horizontal__list__item__text h2{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
}

.horizontal__list__item__text h2:after{
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #0046BE;
	margin: 0;
	position: absolute;
	top: 0;
	left: -35px;
}

.horizontal__list__item.reverse .horizontal__list__item__text h2:after{
	left: auto;
	right: -35px;
}

.horizontal__list__item__text h2 a{
	text-decoration: none;
	color:   #0070C7;
}

.horizontal__list__item__text h2 a:hover, .horizontal__list__item__text h2 a:focus{
	text-decoration: none;
}

.horizontal__list__item__text p{
    font-family: 'Lato';
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color:  #373936;
}

.horizontal__list__item__img{
	position: relative;
}

.horizontal__list__item__img img{
	background: #eee;
	display: block;
}

.horizontal__list__item .btn__with__icon{
	position: absolute;
	bottom: 30px;
	right: -10px;
}

.horizontal__list__item.reverse .btn__with__icon{
	right: auto;
	left: -10px;
}

.vertical__list{
	flex-wrap: wrap;
}

.vertical__list__item{
	margin: 0 30px 40px 0;
	width: 425px;
}

.vertical__list__item .btn__with__icon{
	padding: 0;
	width: 48px;
	height: 48px;
	bottom: 16px;
}

.vertical__list__item:nth-of-type(3n+3){
	margin: 0 0 30px 0;
}

.vertical__list__item__text{
	padding: 25px 32px;
	box-sizing: border-box;
	width: 395px;
	margin: 0 auto;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	min-height: 265px;
}

.vertical__list__item__text h2{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
}

.vertical__list__item__text h2:after{
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #0046BE;
	margin: 0;
	position: absolute;
	top: 0;
	left: -35px;
}

.vertical__list__item__text h2 a{
	text-decoration: none;
	color:   #0070C7;
}

.vertical__list__item__text h2 a:hover, .vertical__list__item__text h2 a:focus{
	text-decoration: none;
}

.vertical__list__item__text p{
	font-family: Lato;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color:  #373936;
}

.vertical__list__item__img{
	position: relative;
}

.vertical__list__item__img img{
	background: #eee;
	width: 100%;
	display: block;
}

.vertical__list__item .btn__with__icon{
	position: absolute;
	bottom: 30px;
	right: -15px;
}

.vertical__list__item.reverse .btn__with__icon{
	right: auto;
	left: -10px;
}

.vertical__list__small{
	margin: 0 -17%;
}

.vertical__list__small .vertical__list__item{
	width: 260px;
	margin: 0 10px 30px 0;
}

.vertical__list__small .vertical__list__item:nth-of-type(5){
	margin: 0 0 30px 0;
}

.vertical__list__small .vertical__list__item__text{
	width: 250px;
	min-height: auto;
	padding: 24px 8px 24px 12px;
	min-height: 88px;
}

.vertical__list__small .vertical__list__item__text h2{
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	margin: 0;
}

.vertical__list__small .vertical__list__item__text h2:after{
    left: -15px;
}

.wall__list{
	flex-wrap: wrap;
}

.wall__list__item{
	width: 25%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-top: none;
	border-left: none;
	height: 120px;
	box-sizing: border-box;
	padding: 2%;
	border: 0!important;
}

.wall__list__item img{
	transform: scale(1);
	transition: all 3s linear;
}

.wall__list__item:hover img{
	transform: scale(.8);
}

.decision__list{
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 115px 0 0;
}

.decision__list__item{
	width: 648px;
	align-items: center;
}

.decision__list__item .btn__with__icon{
	width: 48px;
	height: 48px;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: -10px;
}

.decision__list__item h2{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.decision__list__item h2:after{
	display: none;
}

.decision__list__item h2 a{
	color:   #0070C7;
	text-decoration: none;
}

.decision__list__item__text{
	max-height: 150px;
	padding: 30px 52px 30px 16px;
	background: #fff;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	position: relative;
    box-sizing: border-box;
}

.decision__list__item__text p{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #98989A;
}

.certification{
	padding: 50px 0 0;
}

.content .certification{
	padding: 0;
}

.vertical__list + .certification{
	padding-top: 50px;
}

.certification h2{
	margin: 0 0 30px;
}

.slider__img{
	position: relative;
}

#certification .owl-item a{
	display: block;
	padding: 8px;
	background: #fff;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	max-width: 300px;
	margin: 30px;
}

#certification .owl-item img{
	width: 100%;
	height: auto;
	max-width: 285px;
	display: block;
	margin: 0 auto;
}

#certification .owl-prev, #certification .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	display: block;
	outline: none;
	transition: all .3s linear;
	transform: scale(1);
}

#certification .owl-prev:hover, #certification .owl-next:hover{
	transform: scale(.9);
}

#certification .owl-prev{
	left: 10px;
	background: url('../img/arrow-l.png') no-repeat center ;
	background-size: contain;
}

#certification .owl-next{
	right: 10px;
	background: url('../img/arrow-r.png') no-repeat center;
	background-size: contain;
}

#certification .owl-dots{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 0;
	justify-content: center;
}

#certification .owl-dot{
	width: 50px;
	height: 2px;
	background:   #0070C7;
	opacity: 0.5;
	margin: 0 4px;
	border: none !important;
	outline: none;
	transition: all .3s linear;
}

#certification .owl-dot.active{
	background:  #0046BE;
	opacity: 1;
}

.contact__block{
	align-items: center;
	margin: 0 0 110px;
}

.contact__block__text{
	min-height: 264px;
	background: #fff;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	width: 500px;
    padding: 30px 32px;
	box-sizing: border-box;
	position: relative;
}

.contact__block__text__item{
	margin: 0 0 10px;
}

.contact__block__text p{
	font-style: normal;
	color:  #373936;
	margin: 0 0 5px;
}

.contact__block__text p a{
	text-decoration: none;
	color: #373936;
}

p.contact__block__text__title{
	margin: 0 0 15px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #0046BE;
}

.contact__block__text__title:after{
	content: '';
    display: block;
    width: 6px;
    height: 24px;
    background: #0046BE;
    margin: 0;
    position: absolute;
    top: 0;
    left: -35px;
}

.contact__block__map{
	width: 820px;
	background: url('../img/map.jpg') no-repeat center;
}

.contact__block__map iframe{
	width: 100%;
	height: 295px;
}

.contact__form__block{
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 3px 8px 32px rgba(88, 118, 166, 0.15);
	padding: 48px 58px 48px 38px;
	justify-content: space-between;
}

.contact__form__block__item{
	width: 580px;
}

.contact__form__block__item input, .contact__form__block__item textarea{
	padding: 10px 15px;
	border: 1px solid   #0070C7;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	height: 40px;
}

.contact__form__block__item input.captcha{
	border: 1px solid #0046BE;
}

.contact__form__block__item input.captcha{
    background: url(../img/mouse-pointer-icon.png) no-repeat 98% center;
}

.contact__form__block__item textarea{
	resize: vertical;
	height: 200px;
}

.contact__form__block__full{
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.contact__form__block__full button{
	background: #0046BE;
	color: #fff;
	border: none;
	outline: none;
	font-weight: bold;
	cursor: pointer;
}
button:disabled{
	opacity: 0.5;
}

.policity{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #757B82;
	align-items: center;
	margin: 0;
}

.policity input{
	margin: 0 8px 0 0;
}

.policity a{
	margin: 0 5px;
}

.policity a:hover{
	text-decoration: none;
}

.contact__form__block .alert__msg{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #EB5757;
}

.contact__form__element{
	padding-left: 48px;
	position: relative;
	height: 60px;
	margin: 0 0 20px;
}
.contact__form__element label{
	display: block;
	margin-bottom: 4px;
}
.contact__form__element.no__valid:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: -40px;
	background: url('../img/alert-icon.png') no-repeat center;
}

.contact__form__element.valid:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: -40px;
	background: url('../img/check-icon.png') no-repeat center;
}

.contact__form__element.name:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url('../img/man.svg') no-repeat center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.contact__form__element.email:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url('../img/envelope.svg') no-repeat center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.contact__form__element.phone:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url('../img/phone-blue.png') no-repeat center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.contact__form__element.captcha:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url('../img/lock.svg') no-repeat center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.contact__form__element.captcha .form__elements_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact__form__element.captcha input[type="text"]{
	width: 58%;
	padding: 10px 15px;
	border: 1px solid   #0070C7;
	box-sizing: border-box;
	outline: none;
	height: 40px;
}

.contact__form__element.message{
	height: auto;
}

.contact__form__element.message:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url('../img/pencil.svg') no-repeat center;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.contact__form__block__full button{
	border-radius: 100px;
}
.horizontal__list__item .btn__with__icon{
	border-radius: 100px;
}
.horizontal__list__item.reverse .btn__with__icon{
	border-radius: 100px;
}
.vertical__list__item .btn__with__icon{
	border-radius: 100px;
}

#callback{
	padding: 30px 58px 30px 30px;
}

#callback h2{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0046BE;
	margin: 0 0 30px;
}

#callback h2:after{
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #0046BE;
	margin: 7px 0 0;
}

#callback .contact__form__block{
	display: block;
	max-width: 500px;
    box-shadow: none;
	padding: 0;
}

#callback .contact__form__block__item{
	width: 100%;
}

#callback .contact__form__block__full{
	flex-direction: column;
}

#callback .policity{
	display: block;
	margin: 0 0 30px;
}

#callback .policity a{
	margin: 0;
}

#backTop{
	display: none;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-l.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    transform: rotate(90deg);
	cursor: pointer;

}

/*====================================================================

	FOOTER

=====================================================================*/
.footer{
	font-size: 14px;
	color: #fff;
}

.top__footer{
	padding: 45px 0 90px;
	background:   #0070C7;
}

.bottom__footer{
	padding: 20px 0;
	background: #0046BE;
}

.footer__list{
	justify-content: space-between;
}

.footer__info{
	width: 610px;
}

.footer__info__title{
	border-bottom: 1px solid #fff;
	padding: 0 0 5px;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.footer__info .nav-container{
	align-items: center;
}

.footer__info .nav-container .nav{
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.footer__info .nav-container .nav li{
	display: block;
	margin: 0 35px 0 0;
}

.footer__info .nav-container .nav li:last-child{
	margin: 0;
}

.footer__info .nav-container .nav a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.footer__info .nav-container .nav li a:hover, .footer__info .nav-container .nav li a:focus{
	color: #0046BE;
}

.contact__it{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	line-height: 19px;
	margin: 0 30px 0 0;
}

.contact__it.contact__it__adress {
	max-width: 230px;
}

.contact__it:last-child{
	margin: 0;
}

.contact__it:before{
	content: '';
	display: block;
	margin: 0 10px 0 0;
	width: 24px;
	height: 24px;
	color: #fff;
}

.contact__it a{
	text-decoration: none;
	color: #fff;
}

.contact__it a:hover, .contact__it a:focus{
	text-decoration: none;
	color: #0046BE;
}

.contact__it__adress:before{
	background: url('../img/map-icon.png') no-repeat center;
	background-size: contain;
	width: 37px;
	height: 27px;
	margin: 0 8px 0 0;
}

.contact__it__email:before{
	background: url('../img/mail-icon.png') no-repeat center;
	background-size: contain;
}

.contact__it__phone:before{
	background: url('../img/phone-icon.png') no-repeat center;
	background-size: contain;
}

.copyright{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0;
}

.mobile__menu__container{
	display: none;
}

.confedencial{
	color: #fff;
	text-decoration: none;
}

.confed_contain{
	margin-top: 30px;

}
/*====================================================================

	ADAPTATION

=====================================================================*/
@media(max-width:1600px) {
	.banner__tb__text{
		padding: 3% 0 0;
	}
	.banner__tb__text p.banner__tb__text__big{
		font-size: 50px;
		line-height: 60px;
	}
	.banner__tb__text p.banner__tb__text__small{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 25px;
	}
}

@media(max-width:1340px) {
	.container{
		width: 1160px;
	}

	.contact__form__block__item{
		width: 480px;
	}
	
	.header .nav-container .nav li{
		margin-right: 7px;
		white-space: nowrap;
		font-size: 10px;
	}
	
	.header__contact__block {
		white-space: nowrap;
	}

	.vertical__list__item{
		width: 380px;
	}

	.vertical__list__item__text{
		width: 355px;
	}

	.footer__info{
		width: 48%;
	}

	.footer__info .nav-container .nav li{
		margin: 0 20px 0 0;
	}

	.footer__info .nav-container .nav li:last-child{
		margin: 0;
	}

	.contact__it{
		font-size: 14px;
		margin: 0 23px 0 0;
	}

	.decision__list__item{
		width: 548px;
	}

	.decision__list__item h2{
		margin: 0 0 10px;
	}

	.decision__list__item__text{
		padding: 15px 52px 15px 16px;
	}

	.vertical__list__small{
		margin: 0 -2%;
	}

	.vertical__list__small .vertical__list__item{
		width: 200px;
	}

	.vertical__list__small .vertical__list__item__text{
		width: 190px;
		min-height: 108px;
	}

}

@media(max-width:1200px) {

	.container{
		width: 1000px;
	}

	.header .logo{
		max-width: 200px;
	}

	.header .logo img{
		min-height: none;
	}

	.header .nav-container .nav li{
		margin-right: 7px;
		white-space: nowrap;
		font-size: 10px;
	}

	.header .nav-container .nav li:last-child{
		margin: 0;
	}

	.horizontal__list__item__img{
		width: 50%;
	}

	.horizontal__list__item__img img{
		width: 100%;
	}

	.horizontal__list__item__text{
		width: 50%;
	}

	.vertical__list__item, .vertical__list__item:nth-of-type(3n+3){
		margin: 0 60px 40px;
	}

	.vertical__list__small .vertical__list__item{
		margin: 0 10px 30px 0;
	}

	.footer__info .nav-container .nav li {
		margin: 0 11px 0 0;
	}

	.footer__info .nav-container .nav a{
		font-size: 14px;
	}

	.content{
		padding: 70px 0;
	}

	.content h2{
		margin: 0 0 58px;
	}

	.contact__form__block__item{
		width: 400px;
	}

	.wall__list__item img{
		max-width: 100%;
	}

	div.top__footer .footer__info div.flex{
		flex-direction: column;
	}

	.contact__it{
		margin-bottom: 20px;
	}

	.contact__it__adress:before {
		margin: 0 10px 0 0;
	}

	.decision__list__item{
		width: 48%;
	}

	.decision__list__item h2{
		margin: 0 0 10px;
	}

}

@media(max-width:1100px){
	.banner__tb__text p.banner__tb__text__big{
		font-size: 30px;
		line-height: 20px;
	}
	.container{
		max-width: 1000px;
		width: 96%;
		padding: 0% 2%;
	}
	.top__footer{
		padding: 25px 0 20px;
	}
}


@media(max-width:1000px) {

	.wrapper{
		padding-top: 58px;
	}

	.container{
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}

	#menu-icon{
		position: fixed;
		top: 15px;
		right: 10px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		z-index: 9999;
		background: url('../img/menu-icon.png') no-repeat center;
		display: block;
	}

	#menu-icon.active{
		background: url('../img/menu-icon-close.png') no-repeat center;
	}

	.header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.header .container{
		position: relative;
		z-index: 100;
	}

	.mobile__menu__container{
		display: none;
		position: absolute;
		top: 58px;
		left: 0;
		background:   #0070C7;
		z-index: 100;
		color: #fff;
		width: 100%;
		padding: 32px 12px;
		box-sizing: border-box;
		transition: all .3s linear;
	}

	.mobile__menu__search{
		position: relative;
		margin: 0 auto 40px;
	}

	.mobile__menu__search input[type="text"]{
		border-radius: 100px;
		border: none;
		background: url('../img/search.png') #fff 8px center no-repeat;
		padding: 8px 40px;
		box-sizing: border-box;
		width: 100%;
		color:  #373936;
		line-height: 40px;
		height: 40px;
		outline: none;
	}

	.mobile__menu__search input[type="submit"]{
		border: none;
		width: 24px;
		height: 24px;
		outline: none;
		background: url('../img/search-btn.png') no-repeat center;
		position: absolute;
		top: 8px;
		right: 8px;
	}

	.mobile__menu__container .nav{
		padding: 38px 0 0;
		margin: 0 0 40px;
		display: block;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.mobile__menu__container .nav li{
		display: block;
		margin-bottom: 38px;
		text-align: center;
	}

	.mobile__menu__container .nav li a{
		color: #fff;
		text-decoration: none;
		font-size: 24px;
		line-height: 28px;
	}

	.mobile__menu__info{
		justify-content: space-between;
	}

	.mobile__menu__info .btn__icon.btn__icon__email{
		background: url('../img/mail-icon.png') no-repeat center;
		background-size: contain;
	}

	.mobile__menu__info .lang__switcher{
		display: flex !important;
	}

	.mobile__menu__info .lang__switcher a{
		color: #fff !important;
		font-size: 14px;
		line-height: 16px;
	}

	.mobile__menu__info .lang__switcher li:after{
		background: #fff;
		margin: 0 5px;
	}

	.header{
		padding: 8px 0 8px;
	}

	.header .container{
		justify-content: flex-start;
	}

	.header .nav-container, .header__icons, .lang__switcher{
		display: none;
	}

	.header .logo{
		max-width: 120px;
		margin-right: 32px;
	}

	.header .logo img{
		min-height: auto;
	}

	.header .phone{
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}

	.header__contact__block{
		align-items: flex-start;
	}

	.header .btn__link{
		margin: 0;
	}

	.content h2{
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 28px;
	}

	.content h2:after{
		margin: 3px 0 0;
	}

	.horizontal__list__item, .horizontal__list__item.reverse{
		flex-direction: column;
		max-width: 500px;
		width: 100%;
	}

	.horizontal__list__item__img{
		order: 1;
		margin: 0 -7px;
		width: 100%;
	}

	.horizontal__list__item__text{
		width: 100%;
		order: 2;
	}

	.horizontal__list__item__img img{
		width: 100%;
	}

	.vertical__list__item, .vertical__list__item:nth-of-type(3n+3){
		width: 100%;
		margin: 0 auto 30px;
		max-width: 500px;
	}

	.vertical__list__item__text{
		width: 100%;
		min-height: 240px;
	}

	.vertical__list__small{
		margin: 0;
		flex-wrap: wrap;
	}

	.vertical__list__small .vertical__list__item, .vertical__list__small .vertical__list__item:nth-of-type(5){
		width: 260px;
		margin: 0 auto 30px;
	}

	.vertical__list__small .vertical__list__item__text{
		width: 100%;
	}

	.footer__info{
		width: 48%;
	}

	.footer__info .nav-container .nav li{
		margin: 0 0 10px;
	}

	.footer__info .nav-container{
		align-items: flex-start;
	}

	.footer__info .flex{
		flex-direction: column;
	}

	.contact__it{
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 16px;
	}

	.contact__it:before{
		width: 16px;
		height: 16px;
	}

	.contact__it.contact__it__adress {
		max-width: auto;
	}

	.contact__it__adress:before {
		min-width: 18px;
		width: 30px;
		height: 20px;
		margin: 0 8px 0 0;
	}

	.wall__list__item{
		width: 33%;
		padding: 2%;
	}

	.wall__list__item img{
		max-width: 100%;
		max-height: 100%;
		width: auto;

	}

	.decision__list__item{
		width: 100%;
		flex-direction: column;
		margin: 0 0 30px;
		position: relative;
	}

	.decision__list__item__img{
		width: 100%;
	}

	.decision__list__item__img img{
		width: 100%;
	}

	.decision__list__item__text{
		max-height: none;
		position: static;
	}

	.banner__title .container h1{
		display: block;
		width: 100%;
		font-size: 30px;
		line-height: 40px;
	}

	.content{
		padding: 70px 0;
	}

	.contact__page h2{
		display: none;
	}

	.contact__page .contact__form__block{
		display: none;
	}

	.contact__form__block{
		flex-direction: column;
	}

	.policity{
		display: block;
		margin: 0 0 30px;
	}

	.contact__form__block__full{
		display: block;
	}

	.contact__form__block__full button{
		margin: 0 auto;
	}

	.contact__form__block__item{
		width: 100%;
	}

	.contact__block{
		margin: 0;
		flex-direction: column;
	}

	.contact__block__map{
		order: 1;
		width: 100%;
		margin: 0 -7px;
	}

	.contact__block__text{
		order: 2;
		width: 100%;
	}
	.banner__tb__text{
		padding: 85px 0 0;
		box-sizing: border-box;
	}

	.banner__tb__text p.banner__tb__text__big{
		font-size: 40px;
		line-height: 47px;
	}

	.banner__tb__text p.banner__tb__text__small{
		font-size: 16px;
		line-height: 19px;
	}

	.horizontal__list__item{
		margin: 0 auto 48px;
	}

	.horizontal__list__item__text h2, .decision__list__item h2{
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
		position: relative;
	}

	.decision__list__item h2:after {
		content: '';
		display: block;
		width: 6px;
		height: 24px;
		background: #0046BE;
		margin: 0;
		position: absolute;
		top: 0;
		left: -35px;
	}

	.horizontal__list__item__text h2:after, .horizontal__list__item.reverse .horizontal__list__item__text h2:after, .decision__list__item h2:after{
		top: -5px;
		left: -15px;
		right: auto;
	}

	.decision__list__item h2:after{
		top: 0;
	}

	.horizontal__list__item__text, .decision__list__item__text{
		padding: 38px 12px 25px;
	}

	.decision__list__item .btn__with__icon{
		margin-top: 0;
		top: 61%;
	}

	.horizontal__list__item .btn__with__icon, .horizontal__list__item.reverse .btn__with__icon, .decision__list__item .btn__with__icon{
		font-size: 0;
		padding: 0;
		width: 40px;
		height: 40px;
		bottom: 0px;
		right: 0;
		left: auto;
	}

	.horizontal__list__item .btn__with__icon:after, .vertical__list__item .btn__with__icon:after, .decision__list__item .btn__with__icon:after{
		right: 50%;
		margin-right: -16px;
	}

	.vertical__list__item .btn__with__icon{
		width: 40px;
		height: 40px;
		right: 0;
		bottom: 0px;
	}

	.vertical__list__item__img{
		margin: 0 0px;
	}

	.vertical__list__item__text{
		padding: 38px 12px 25px;
	}

	.vertical__list__item__text h2{
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 10px;
	}

	.vertical__list__item__text h2:after{
		top: -5px;
		left: -15px;
	}

	#certification .owl-item a{
		margin: 0;
	}

	#certification .owl-prev, #certification .owl-next{
		width: 32px;
		height: 32px;
	}

	#certification .owl-prev{
		left: 0;
	}

	#certification .owl-next{
		right: 0;
	}

	.content__text ol li, .content__text ul li{
		text-align: left;
	}

	.content__text p{
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}

	#backTop{
		right: 15px;
		bottom: 15px;
	}

}

@media(max-width:768px) {
	.content{
		padding: 30px 0;
	}
}

@media(max-width:650px) {
	.wall__list__item{
		width: 50%;
	}
}

@media(max-width:400px){
	.banner__tb{
		/* min-height: 560px; */
		height: calc(100vh - 57px);
		background: url('../img/main-banner-mob.jpg') no-repeat center bottom;
		background-size: cover;
	}
}


@media(max-width:320px) {
	.header .logo{
		max-width: 90px;
	}

	.header .container{
		align-items: center;
		height: 41px;
	}

}
/*====================================================================

	404 NF

=====================================================================*/
.notf{
	text-decoration: none;
}
.search-top-fixed{
	display:none;
	position: fixed;
	width: 100%;
	padding: 30px 0px;
	left: 0px;
	top: 0px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	z-index: 999;
}
.search-top-fixed .search-form{
    max-width: 1340px;
    margin: 0px auto;
    width: 100%;
}
.search-top-fixed .search-form form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.search-top-fixed .search-form form input[type="text"]{
    padding: 10px 15px;
    border: 1px solid   #0070C7;
    width: 80%;
    box-sizing: border-box;
    outline: none;
    height: 40px;
}
.search-top-fixed .search-form form button{
	border: none;
	cursor: pointer;
}
.search-top-fixed .search-form .search-close{
	background: #0046BE;
	opacity: 1;
	position: static;
	color: #ccc;
	padding: 8px;
	width: 40px;
	height: 40px;
}
.search-close svg{
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.search-close svg path {
    fill: currentColor;
    stroke-width: 0;
}
.overlay{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.6);
	z-index: 998;
}
.search-page{
	margin-bottom: 0px;
}
.search-page form{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.search-page form input[type="text"]{
    padding: 10px 15px;
    border: 1px solid   #0070C7;
    width: 400px;
    box-sizing: border-box;
    outline: none;
    height: 45px;
    margin: 0px 20px 0px 0px;
}
.search-page form button{
	cursor: pointer;
	border: none;
}
.search-page .search-item{
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid   #0070C7;
}
.search-page .search-item a{
	text-decoration: none;
	border-bottom: 1px solid;
	color:   #0070C7;
	line-height: 16px;
}
.search-page .search-item a:hover{
	border: none;
}
.search-page .search-item p{
	padding: 15px 0px 0px;
}


@media(max-width:1000px){
.mobile__menu__search input[type="submit"]{
background-size: contain;
	}
#menu-icon{
top: 10px;
width: 30px;
    height: 30px;
background-size: contain;
	}
#menu-icon.active{
background-size: contain;
top: 12px;
    width: 24px;
    height: 24px;
	}
.mobile__menu__search input[type="text"]{
    background-size: 26px;
	}
}