* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

body {
	color: #333;
	background: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.wrap {
	max-width: 1920px;
	margin: 0 auto;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2
}

h1 {
	font-size: 38px
}

h2 {
	font-size: 35px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px
}

.btn,
a {
	text-decoration: none
}

.btn,
.circle-arrow-btn,
a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

a {
	color: inherit
}

a:active,
a:hover {
	color: #000
}

ul {
	list-style: none
}

input.btn {
	padding-top: 0
}

.btn,
.circle-arrow-btn {
	background: #008acc
}

.btn {
	display: inline-block;
	border: 0;
	outline: 0;
	padding-top: 25px;
	min-width: 336px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 0;
	height: 70px
}

.btn:hover {
	background: rgba(255, 255, 255, .3);
	color: #fff
}
.single-sidebar-form .btn:hover {
	background: #333;
	color: #fff
}

address,
body {
	font-style: normal;
	font-weight: 400
}

.circle-arrow-btn {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.circle-arrow-btn--rotate {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.circle-arrow-btn .cls-1 {
	fill: #fff;
	fill-rule: evenodd;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.circle-arrow-btn:hover {
	background: #fff
}

.circle-arrow-btn:hover .cls-1 {
	fill: #008acc
}

.d-block,
.has-children:hover .sub-menu,
.menu-type-2 .has-children:hover ul {
	display: block
}

.d-inblock {
	display: inline-block
}

.lefter {
	float: left
}

.bolder {
	font-weight: 700
}

.w400 {
	font-weight: 400
}

.w900 {
	font-weight: 900
}

.w300 {
	font-weight: 300
}

.logo img,
.w100 {
	width: 100%
}

.text-white {
	color: #fff
}

.header-main__menu a:hover,
.text-blue,
.text-blue a {
	color: #008acc
}

.text-black {
	color: #000
}

.upper {
	text-transform: uppercase
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}



.container--sm {
	max-width: 1066px
}

.cols-4 {
	width: 25%
}

.cols-3 {
	width: 33%
}

.cols-2 {
	width: 50%
}

.center-x-y,
.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-display: flex
}

.center-x-y {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center
}

.d-flex {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.justify-space {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.m-left {
	margin-left: auto
}

.m-right {
	margin-right: auto
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.f44 {
	font-size: 44px
}

.f35 {
	font-size: 35px
}

.f30 {
	font-size: 30px
}

.f25 {
	font-size: 25px
}

.f24 {
	font-size: 24px
}

.f22 {
	font-size: 22px
}

.f20 {
	font-size: 20px
}

.f18 {
	font-size: 18px
}

.f16 {
	font-size: 16px
}

.f15 {
	font-size: 15px
}

.f14 {
	font-size: 14px
}

.box-shadow {
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15)
}

.top {
	background: #f5f5f5;
	padding: 4px 0
}

.top__contacts {
	justify-content: flex-end;
}
.top__contacts li{
	margin-left: 15px;
}

.tg-svg,
.max-svg{
	width: 30px;
}

.top__contacts li:last-child{
	margin-left: 5px;
}
.header-main {
	padding: 15px 0 20px
}

.header-main__logo {
	
}

.header-main__menu {
	
}
.header-main>.container{
	justify-content: space-between;
}
.header-main__menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header-main__menu li {
	margin-right: 20px
}

.header-main__menu li:last-child {
	margin-right: 0
}

.logo {
	width: 184px
}

.header-menu {
	background: rgba(0, 0, 0, .75);
	position: relative;
	z-index: 2
}

.header-menu .main-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.header-menu a:hover {
	color: #fff
}

.header-menu .main-menu>li>a {
	position: relative;
	display: inline-block;
	padding: 18px 0px;
	
}

.header-menu .main-menu>li>a:before {
	background-color: #008acc;
	height: 4px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0
}

.header-menu .main-menu>li>a:hover:before {
	opacity: 1
}

.search-form {
	background-color: #f5f5f5;
	position: relative;
	width: 310px;
	padding: 15px 20px;
	font-size: 15px;
	border-radius: 70px
}

.search-form input {
	width: 100%;
	outline: 0;
	background: 0 0;
	border: 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal
}

.search-form input::-webkit-input-placeholder {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal
}

.search-form input::-moz-placeholder {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal
}

.search-form input:-ms-input-placeholder,
.search-form input::-ms-input-placeholder {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal
}

.search-form input::placeholder {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal
}

.search-form__btn {
	position: absolute;
	border: 0;
	right: 25px;
	background: 0 0;
	outline: 0
}

.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	background: #008acc;
	padding: 30px 60px 40px;
	z-index: 2;
}

.sub-menu a {
	border-bottom: 2px solid transparent
}

.sub-menu a:hover {
	border-color: #fff
}

.list-type-1 li {
	margin-left: 24px;
	position: relative;
	color: #333;
	margin-bottom: 30px
}
.list-type-2 li {
    margin-left: 24px;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}
.list-type-2 li:before {
    background: #fff;
}
.list-type-1 li:last-child,
.header-menu .sub-menu li:last-child {
	margin-bottom: 0
}

.list-type-1 li:before, .list-type-2 li:before,
.header-menu .sub-menu li:before {
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	left: -24px;
	top: 6px;
	border-radius: 50%
}

.list-type-1 li:before {
	background: #008acc
}

.header-menu .sub-menu li {
	margin-left: 24px;
	position: relative;
	color: #fff;
	margin-bottom: 30px
}

.header-menu .sub-menu li:before {
	background: #fff
}

.list-type--mb-2 li {
	margin-bottom: 15px
}
.list-type--mb-2 li a:hover{
		color: #fff;
		text-decoration: underline;
	}
.main-section,.main-section-single {
	background: url(../img/main-bg.webp) no-repeat left center;
	position: relative;
	margin-top: -60px;
	padding-top: 70px;
	padding-bottom: 10px;
	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;
	min-height: calc(100vh - 180px)
}

.main-section:after,.main-section-single:after {
	content: '';
	position: absolute;
	background: #000;
	opacity: .5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.main-section__content {
	width: 595px
}

.main-section .container,.main-section-single .container{
	position: relative;
	z-index: 1
}

.main-section__container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main-section__title {
	margin-bottom: 60px;
	line-height: 1.3;
	font-weight: 700
}

.main-section__content-item {
	margin-right: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px
}

.main-section__content-item-icon {
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 16px
}

.main-section__content-item-icon img {
	width: 55%
}

.main-section__lead {
	width: 373px;
	margin-left: auto
}

.lead-form {
	background: rgba(0, 0, 0, .5);
	border: 4px solid #008acc;
	padding: 25px 25px 30px
}

.lead-form__head {
	padding-bottom: 23px
}

.lead-form input:not(.btn) {
	background: rgba(255, 255, 255, .3);
	margin-bottom: 13px;
	width: 100%;
	border: 0;
	outline: 0;
	color: #fff;
	display: block;
	padding: 8px 10px;
	font-size: 15px
}

.lead-form input::-webkit-input-placeholder {
	color: #c1c2c4;
	font-size: 15px
}

.lead-form input::-moz-placeholder {
	color: #c1c2c4;
	font-size: 15px
}

.lead-form input:-ms-input-placeholder,
.lead-form input::-ms-input-placeholder {
	color: #c1c2c4;
	font-size: 15px
}

.lead-form input::placeholder {
	color: #c1c2c4;
	font-size: 15px
}

.lead-form__head-btn {
	min-width: auto;
	width: 100%;
	height: 56px
}

.lead-form .check {
	padding-top: 8px;
	padding-bottom: 15px;
	position: relative;
	margin-left: 35px
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px
}

.checkbox+label {
	position: relative;
	cursor: pointer;
	color: #bebfc1;
	font-size: 14px
}

.checkbox+label:after,
.checkbox+label:before {
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.checkbox+label:before {
	width: 18px;
	height: 18px;
	background: 0 0;
	border: 2px solid #0b71a4;
	content: '';
	top: -2px;
	left: -35px
}

.checkbox+label:after {
	content: url(../img/icons/check.svg);
	top:-3px;
	left: -29px;
	opacity: 0
}

.checkbox:checked+label:after {
	opacity: 1
}

.section-title {
	max-width: 767px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.section-title__head {
	line-height: 1.6
}

.section-title__head:after {
	content: '';
	display: block;
	background-color: #ededed;
	width: 85px;
	height: 7px;
	border-radius: 10px;
	margin: 20px auto 0
}

.main-about {
	padding-top: 45px
}

.main-about-items {
	margin-top: 60px
}

.main-about-item {
	padding: 60px 54px;
	color: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 27px
}

.main-about-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	display: block;
	z-index: 1
}

.main-about-item__content {
	z-index: 1
}

.main-about-item img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main-about-item__title {
	margin-bottom: 20px
}

.main-about-item--sm {
	width: calc(50% - 14px);
	padding: 45px 54px
}

.main-about-item--sm img {
	left: 50%;
	top: 0;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.material-base {
	padding-top: 46px;
	padding-bottom: 70px
}

.material-base-items {
	margin-top: 45px
}

.material-base-item {
	border: 3px solid #008bc8;
	padding: 50px 36px 40px;
	width: calc(33.33% - 12px);
	margin-bottom: 24px
}
.material-base-item span{
	color: #008bc8;
}
.material-base-item__heading {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	margin-bottom: 35px;
	line-height: 1.2
}

.section-count {
	padding-bottom: 115px
}

.section-count-items {
	margin-top: 60px
}

.section-count-item {
	width: calc(25% - 24px)
}

.section-count-item__icon {
	margin: 0 auto 10px;
	height: 63px
}

.section-count-item__icon img {
	height: 100%
}

.section-count-item__text {
	line-height: 1.7
}

.section-banner {
	background: url(../img/section-banner-bg.webp) no-repeat center bottom;
	padding: 102px 0 145px;
	background-size: cover
}

.section-banner__content {
	width: 735px;
	padding-top: 20px
}

.section-banner__heading {
	max-width: 586px;
	margin-bottom: 55px
}

.section-banner__sertificates {
	width: 393px;
	position: relative
}

.section-banner__sertificate-2 {
	position: absolute;
	top: 48px;
	right: 0
}

.section-banner__items {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.section-banner__item {
	width: 224px;
	margin-right: 12px;
	padding-left: 18px;
	border-left: 3px solid #008acc
}

.section-banner__item--lg {
	width: 250px
}

.d-none,
.menu-type-2>ul>li>a~ul {
	display: none
}

.section-history {
	padding-top: 57px
}

.section-history .container {
	border-bottom: 2px dotted #e6e6e6
}

.section-history__heading-title {
	margin-bottom: 25px
}

.section-history__heading-descr {
	margin: 0 auto;
	max-width: 507px
}

.section-history__items {
	margin-top: 35px;
	margin-bottom: 30px
}

.section-history__item {
	width: calc(50% - 25px);
	margin-bottom: 40px
}

.section-history__item-time-line {
	position: relative;
	margin-bottom: 45px
}

.section-history__item-time-line-line {
	height: 9px;
	background-color: #008acc;
	width: 100%;
	border-radius: 10px
}

.section-history__item-time-line-markers {
	position: relative;
	top: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.section-history__item-time-line-marker {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 7px solid #008acc;
	position: relative
}

.section-history__item-time-line-year {
	position: absolute;
	top: -34px;
	color: #999;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-history__item-logo {
	height: 87px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 32px
}

.section-history__item-logo img {
	max-width: 222px;
	max-height: 100%
}

.section-history__item-title {
	margin-bottom: 44px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus {
	outline: 0
}

.owl-nav .owl-next {
	right: -62px
}

.owl-nav .owl-prev {
	left: -62px
}

.section-mails {
	padding-top: 47px;
	padding-bottom: 70px
}

.section-mails-slider {
	margin-top: 60px
}

.section-mails-slider .item {
	padding: 10px
}

.section-mails-slider img {
	-webkit-box-shadow: 0 3px 12px #dcdcdc;
	box-shadow: 0 3px 12px #dcdcdc
}

.section-clients-slider {
	margin-top: 60px;
	margin-bottom: 113px
}

.section-clients-slider .item {
	text-align: center
}

.section-clients-slider img {
	width: auto!important;
	max-width: 175px;
	margin: 0 auto
}

.section-clients-slider .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.section-clients .container {
	border-bottom: 2px dotted #e6e6e6
}

.section-people {
	padding-top: 40px
}

.section-people__items {
	margin-top: 60px
}

.section-people__item {
	width: calc(33.33% - 23px);
	margin-bottom: 87px
}

.section-people__item-img {
	margin-bottom: -108px
}

.section-people__item-img img {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: auto
}

.section-people__item-content {
	padding: 143px 30px 50px
}

.section-people__item-title {
	max-width: 268px;
	margin-bottom: 10px
}

.section-people__text span {
	display: block;
	font-weight: 700;
	padding-bottom: 10px
}

.section-people__text a {
	color: #008acc;
	padding-top: 30px;
	display: inline-block
}

.lead-banner {
	padding: 72px 0;
	background: url(../img/lead-banner-bg.webp) no-repeat center;
	background-size: cover
}

.lead-banner__content {
	width: 100%;
	max-width: 660px
}

.lead-banner__heading {
	line-height: 1.4;
	max-width: 513px;
	margin-bottom: 30px;
	font-size: 38px
}

.lead-banner__descr {
	max-width: 570px;
	line-height: 1.7;
	margin-bottom: 75px
}

.lead-banner__bottom {
	padding-left: 34px;
	border-left: 3px solid #0492d4
}

.lead-banner__bottom-title {
	margin-bottom: 10px
}

.lead-banner__bottom-descr {
	margin-bottom: 20px
}

.lead-banner__bottom-phones a:after {
	content: '/';
	display: inline-block;
	padding-left: 40px;
	padding-right: 25px
}

.lead-banner__bottom-phones a:last-child:after {
	display: none
}

.lead-banner__lead {
	max-width: 373px
}

.section-news {
	padding-top: 60px;
	padding-bottom: 110px
}

.section-news-slider {
	padding-top: 50px
}

.section-news-card__img {
	height: 260px;
	overflow: hidden;
	margin-bottom: 17px;
	border-radius: 4px
}

.section-news-card__img img {
	width: auto;
	height: 100%
}

.section-news-card__title {
	margin-bottom: 10px;
	min-height: 60px
}

.section-news-card__date {
	margin-bottom: 5px;
	color: #999
}

.section-news-card__descr {
	margin-bottom: 15px
}

.section-news-card__link {
	border-bottom: 2px solid #0492d4
}

.menu-type-2 a:hover,
.section-news-card__link:hover {
	color: #0492d4
}

.section-banner-bottom {
	padding: 24px 0 27px;
	background: #595959
}

.section-banner-bottom .logo {
	width: 183px
}

.menu-type-2>ul>li>a~ul li a {
	color: #999;
	font-size: 14px;
	text-decoration: underline;
	line-height: 15px;
	margin-top: 10px;
	display: block
}
.menu-type-2>ul>li>a~ul li a:hover{
	color: #fff;
}
.menu-type-2>ul>li {
	color: #0492d4;
	margin-bottom: 12px
}

.menu-type-2 .has-children {
	position: relative;
	margin-left: 20px
}

.menu-type-2 .has-children:before {
	content: url(../img/carret.png);
	position: absolute;
	left: -20px
}

.menu-type-2 .has-children:hover:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.footer {
	padding-top: 38px;
	padding-bottom: 62px;
	background-color: #fff
}

.footer__item {
	width: 20%
}

.footer__item-1,
.footer__item-2 {
	width: 300px
}

.footer__item-3 {
	width: 198px
}

.footer__item-4 {
	width: 220px
}

.footer__item-5 {
	width: 175px
}

.footer__item-body {
	line-height: 1.8
}

.footer__item-email {
	margin-top: 20px
}

.mod-top-nav {
	background: #fff;
	padding: 16px 0 20px;
	position: relative;
	z-index: 40
}

.mod-top-nav__logo {
	width: 100px
}

.mod-top-nav__logo img {
	width: 100%
}

.burger {
	width: 30px;
	cursor: pointer
}

.burger div {
	background: #298acc;
	border-radius: 5px;
	height: 4px;
	width: 100%;
	margin: 4px 0
}

.burger div:nth-child(2) {
	width: 20px
}

.burger div:nth-child(3) {
	width: 15px
}

.mod-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	font-size: 12px
	background: #44423f
}

.mod-bottom-nav__item {
	width: 33.33%;
	background: #44423f
}

.mod-bottom-nav__item .max-svg{
	max-width: 20px;
}

.mod-bottom-nav__container {
	height: 57px
}

.mod-bottom-nav__container a:hover {
	color: #fff
}

.fixed-mob-menu {
	position: fixed;
	height: 100vh;
	overflow-y: scroll;
	top: 0;
	left: -3000px;
	width: 100%;
	background: #fff;
	padding: 30px 0;
	-webkit-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s
}

.fixed-mob-menu__main-menu,
.fixed-mob-menu__second-menu {
	margin-bottom: 18px
}

.fixed-mob-menu.active {
	left: 0
}


.tab-visible {
	display: none
}

.green {
	color: #fff;
	background: #4bae50
}
.blue {
	color: #fff;
	background: #0b86cf
}


.body-fixed {
	overflow: hidden
}

.first-lead-form,.first-lead-form2,.first-lead-form3,.first-lead-form4 {
	display: none
}

.owl-dot:focus {
	outline: 0
}

.owl-dot span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: block;
	margin: 0 2px;
	border: 1px solid #eee
}

.owl-dot.active span {
	background: #2989d0
}

.owl-dots {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 10px auto
}

.section-news-slider .owl-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -70px;
	position: relative
}

.section-news-slider .owl-nav .owl-next,
.section-news-slider .owl-nav .owl-prev {
	position: static;
	margin: 0 13px
}

@media (max-width:1230px) {
	.container {
		width: 100%
	}
	.container--sm {
		width: calc(100% - 120px)
	}
	.header-main__logo {
		margin-right: 40px
	}
	.header-main__menu {
		margin-left: 40px
	}
	.header-main__menu li {
		margin-right: 28px
	}
	.main-section__content {
		width: 565px
	}
	.section-banner__sertificates {
		width: 300px
	}
	.section-banner__content {
		width: 550px
	}
	.section-banner__item {
		width: 100%;
		margin-bottom: 10px
	}
	.lead-banner__content {
		max-width: 420px
	}
	.lead-banner__heading {
		font-size: 35px;
		margin-bottom: 20px
	}
	.lead-banner__descr {
		font-size: 18px;
		margin-bottom: 40px
	}
	.lead-banner__bottom-phones {
		font-size: 18px
	}
	.section-banner-bottom__text {
		font-size: 25px
	}
	.footer__item-4,
	.footer__item-5 {
		width: 360px
	}
	.footer__item-1,
	.footer__item-2 {
		width: 30%
	}
}

@media (max-width:1023px) {
	.tab-hide {
		display: none
	}
	.tab-visible {
		display: block
	}
	.footer__item {
		width: 100%
	}
	.footer__item-4 {
		text-align: center
	}
	.footer__item-email {
		margin-top: 0
	}
	.main-section__content,
	.main-section__lead {
		width: 100%
	}
	.lead-form {
		background: rgba(0, 0, 0, .9)
	}
	/*.lead-form input {
		background: #737373
	}*/
	.lead-form .close-btn {
		top: 10px;
		right: 15px
	}
	.main-about-item img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
		width: 100%
	}
	.main-about-item--sm,
	.material-base-item {
		width: 100%
	}
	.section-count-item {
		width: calc(50% - 24px);
		margin-bottom: 30px
	}
	.section-banner {
		padding: 50px 0
	}
	.section-banner__heading {
		font-size: 25px;
		margin-bottom: 25px
	}
	.section-banner__sertificates {
		width: 276px;
		margin: 0 auto 70px
	}
	.section-banner__sertificates img {
		width: 174px
	}
	.section-banner__content {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}
	.section-history__item,
	.section-people__item {
		width: 100%
	}
	.section-people__item-img {
		padding: 0 50px
	}
	.lead-banner__content {
		width: 100%;
		max-width: none
	}
	.lead-banner__bottom {
		margin-top: 50px
	}
	.footer__item-5,
	.section-banner-botto__container {
		text-align: center
	}
	.section-banner-botto__container .logo {
		margin: 0 auto 20px
	}
	.footer .footer__item {
		max-width: 295px;
		margin-left: auto;
		margin-right: auto
	}
	.footer .d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__item-5 {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	body {
		font-size: 15px
	}
	h1 {
		font-size: 25px
	}
	h2 {
		font-size: 19px
	}
	h3 {
		font-size: 18px
	}
	h4 {
		font-size: 14px
	}
	.lead-form .checkbox+label,
	h5 {
		font-size: 12px
	}
	h6 {
		font-size: 10px
	}
	.container {
		padding: 0 7px
	}
	.main-section {
		padding-top: 100px;
		padding-bottom: 40px
	}
	.main-section__title {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 20px
	}
	.list-type--mb-2 li,
	.main-section__content-item {
		margin-bottom: 10px
	}

	.main-section__content-item-icon {
		width: 35px;
		height: 35px
	}
	.main-section__content-items {
		margin-bottom: 20px
	}
	.btn {
		min-width: 295px;
		font-size: 13px;
		height: 54px;
		padding-top: 19px;
		font-weight: 400
	}
	.section-title__head {
		font-size: 18px
	}
	.section-title__head:after {
		width: 60px;
		height: 5px;
		margin-top: 12px
	}
	.main-about {
		padding-top: 25px
	}
	.main-about-items {
		margin-top: 40px
	}
	.main-about-item {
		padding: 20px 10px;
		margin-bottom: 10px
	}
	.main-about-item__title {
		font-size: 18px
	}
	.list-type-1 li:before,
	.header-menu .sub-menu li:before {
		width: 8px;
		height: 8px
	}
	.material-base {
		padding-top: 20px;
		padding-bottom: 0
	}
	.material-base-items {
		margin-top: 25px
	}
	.material-base-item {
		padding: 30px 20px 20px
	}
	.material-base-item__heading {
		font-size: 18px;
		margin-bottom: 15px
	}
	.section-count {
		padding-bottom: 25px
	}
	.section-count-item {
		width: calc(50% - 5px)
	}
	.section-count-item__icon {
		height: 40px;
		margin-bottom: 5px
	}
	.section-count-item__count {
		font-size: 20px
	}
	.section-count-item__text {
		font-size: 10px;
		line-height: 1.2
	}
	.section-count-items {
		margin-top: 30px
	}
	.section-banner {
		padding: 10px 0 25px
	}
	.section-banner__heading {
		font-size: 20px
	}
	.section-banner__item {
		margin-bottom: 20px
	}
	.section-history {
		padding-top: 35px
	}
	.section-history__items {
		margin-top: 10px
	}
	.section-history__item-title {
		font-size: 16px;
		margin-bottom: 27px
	}
	.section-history__heading-title {
		margin-bottom: 10px
	}
	.section-history__heading-descr {
		font-size: 16px
	}
	.section-history__item-time-line-year {
		font-size: 10px;
		top: -18px
	}
	.section-history__item-time-line-line {
		height: 5px
	}
	.section-history__item-time-line-marker {
		width: 10px;
		height: 10px;
		border: 3px solid #008acc
	}
	.section-history__item-time-line-markers {
		top: 7px
	}
	.section-history__item-time-line {
		margin-bottom: 35px
	}
	.section-history__item-logo {
		height: 50px
	}
	.section-history__item-logo img {
		max-width: 122px
	}
	.owl-nav {
		display: none
	}
	.section-mails-slider {
		margin-top: 20px
	}
	.section-mails {
		padding-top: 27px;
		padding-bottom: 20px
	}
	.section-clients-slider {
		margin-top: 20px;
		margin-bottom: 20px
	}
	.section-clients-slider img {
		max-width: 65px
	}
	.section-people__items {
		margin-top: 50px
	}
	.section-people__item {
		margin-bottom: 5px
	}
	.section-people__item-title {
		font-size: 16px;
		line-height: 1.2
	}
	.section-people__item-content {
		padding: 133px 20px 30px
	}
	.section-people__text {
		line-height: 1.3
	}
	.section-people__text a {
		padding-top: 20px
	}
	.owl-carousel .owl-stage-outer {
		overflow: inherit
	}
	.lead-banner {
		padding: 22px 0 43px
	}
	.lead-banner__heading {
		font-size: 19px
	}
	 .main-section__lead {
   
    padding: 0 15px;
	}
	
	.lead-banner__descr {
		font-size: 15px;
		margin-bottom: 20px;
		font-weight: 400
	}
	.lead-banner__bottom {
		margin-top: 40px;
		padding-left: 20px
	}
	.lead-banner__bottom-title {
		font-size: 16px;
		margin-bottom: 5px
	}
	.lead-banner__bottom-descr {
		margin-bottom: 10px
	}
	.lead-banner__bottom-phones {
		font-size: 14px
	}
	.lead-banner__bottom-phones a:after {
		padding-left: 10px;
		padding-right: 0
	}
	.section-news {
		padding-top: 30px;
		padding-bottom: 20px
	}
	.section-banner-botto__container .logo {
		width: 120px;
		margin-bottom: 10px
	}
	.section-banner-bottom {
		padding: 15px 0 13px
	}
	.section-banner-bottom__text {
		font-size: 17px
	}
	.footer {
		padding-top: 25px
	}
	.footer .footer__item-3 {
		margin-top: 10px;
		padding-top: 20px;
		border-top: 2px dotted #e6e6e6;
		margin-bottom: 5px
	}
	.lead-form {
		padding: 20px 12px;
		width: 100%;
		max-width: 305px
	}
	.lead-form__head {
		font-size: 17px
	}
	.lead-form .check {
		padding-top: 10px;
		padding-bottom: 10px
	}
	.lead-form .btn {
		min-width: auto;
		width: 100%
	}
	.section-news-card__img {
		height: auto
	}
	.btn {
		max-width: 400px
	}
	.main-section {
		background-size: cover;
		background-position: -140px
	}
	.main-section .btn {
		margin-left: auto;
		margin-right: auto
	}
	.mod-top-nav {
		padding: 20px 0
	}
	.mod-top-nav .container {
		padding-left: 20px;
		padding-right: 20px
	}
	.main-section__content-items,
	.main-section__title,
	.section-history__items {
		padding-left: 15px;
		padding-right: 15px
	}
	.mod-bottom-nav .container {
		padding: 0
	}
	.container--sm {
		width: 100%
	}
	.mod-top-nav__logo,
	.mod-top-nav__phone {
		width: 130px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.mod-top-nav__phone {
		width: 30px
	}
	.burger {
		padding-top: 6px;
		width: 35px
	}
	.menu-type-2>ul>li>a~ul li a{
		color: #fff;
	}
}

.mfp-counter {
	display: none
}

.wpcf7-not-valid-tip{
	display: none!important;
}
 
span .wpcf7-not-valid {
    border: 2px solid #af4242 !important;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin: 0!important;
    padding: 15px!important;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
    background-color: #af4242!important;
    border: none!important;
    border-radius: unset!important;
    color: #fff!important;
    max-width: 377px;
}
.wpcf7-form-control-wrap .codedropz-upload-handler {
    border: 2px dashed #797878;
    border-radius: 0;
}
.wpcf7-form-control-wrap .codedropz-upload-container {
    padding: 5px 20px;
}
.wpcf7-form-control-wrap .codedropz-upload-inner h6,.codedropz-upload-inner span{
display: none;
}
.codedropz-upload-inner a:active,.codedropz-upload-inner a:hover {
    color: #797878;
}