html {
-ms-overflow-style: scrollbar;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbalink{
	display: none;
}
body {
	font-family: sans-serif;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	font-family: 'Montserrat Alternates', sans-serif;
	overflow-x: hidden;
	margin: 0;
	font-weight: 400;
	color: #737373;
}
a{
	text-decoration: none;
	color: inherit;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul li,
ol li{
	list-style: none;
}
ul, ol{
	margin: 0;
	padding-left: 0;
}
button{
	font: inherit;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
.hidden {
	display: none;
}
.container{
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1170px;
}
.wrapper{
	overflow: hidden;
}
.flex-class{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}
.align-items-flex-end {
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.align-items-flex-start {
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.text-align-left{
	text-align: left;
}
.text-align-center{
	text-align: center;
}
.text-align-right{
	text-align: right;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-flex-end {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.justify-content-flex-start {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.flex-wrap-reverse{
	flex-wrap: wrap-reverse;
}
.no-padding-0 {
	margin-right: 0;
	margin-left: 0;
}
.no-padding-0 > .col,
.no-padding-0 > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.no-padding-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.no-padding-10 > .col,
.no-padding-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}


.no-padding-15 {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.no-padding-15 > .col,
.no-padding-15 > [class*="col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.no-padding-20 {
	margin-right: -10px;
	margin-left: -10px;
}
.no-padding-20 > .col,
.no-padding-20 > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.col-five, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-five{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}
.mrb-0{
	margin-bottom: 0px;
}
.mrb-5{
	margin-bottom: 5px;
}
.mrb-10{
	margin-bottom: 10px;
}
.mrb-15{
	margin-bottom: 15px;
}
.mrb-20{
	margin-bottom: 20px;
}
.mrb-25{
	margin-bottom: 25px;
}
.mrb-30{
	margin-bottom: 30px;
}
.mrb-35{
	margin-bottom: 35px;
}
.mrb-40{
	margin-bottom: 40px;
}
.mrb-45{
	margin-bottom: 45px;
}
.mrb-50{
	margin-bottom: 50px;
}
.menu a {
	color: #000000;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	display: inline-block;
	padding-bottom: 7px;
	transition: all 0.4s;
}
.menu a:hover{
	border-color: #9abaed;
}
.tel-contact{
	color: #262626;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 800;
}
.title-tel-contacts-page{
	color: #8c8c8c;
	font-size: 10px;
}
.tel-contacts-page {
	text-align: right;
	line-height: 7px;
}
.menu li {
	margin: 0 20px;
}
.header {
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.bvi-body .header {
	top: 90px;
}
.main-section-content {
	overflow: hidden;
	padding-top: 235px;
	position: relative;
}
.title-page-h1{
	color: #262626;
	font-size: 36px;
	font-weight: 800;
	line-height: 48px;
	position: relative;
	margin: 0;
}
.main-content-block {
	max-width: 570px;
	width: 100%;
	position: relative;
	z-index: 3;
	padding-bottom: 30px;
}
.text-main-content-block {
	max-width: 492px;
	width: 100%;
	color: #737373;
	font-size: 16px;
	line-height: 30px;
	margin-top: 28px;
}
.btn {
	display: inline-block;
	border-radius: 28px;
	background-color: #9abaed;
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	padding: 17px 47px;
	transition: all 0.4s;
}
.btn:hover{
	background-color: #163d7d;
	color: #fff;
}
.btn-main-content-block {
	margin-top: 41px;
}
.img-main-content-block {
	position: relative;
	margin-top: -100px;
	text-align: center;
}
.img-main-content-block img{
	position: relative;
	z-index: 3;
}
.img-main-content-block::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -171px;
	width: 681px;
	height: 681px;
	background-color: #9abaed;
	border-radius: 50%;
	transform: translate(-50%);
}
.circle-block {
	width: 240px;
	height: 240px;
	background-color: #9abaed;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translate(-41%);
	border-radius: 50%;
}
.about-section {
	padding-top: 105px;
	padding-bottom: 84px;
	background-color: #fafafa;
	position: relative;
}
.about-section::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	width: 833px;
	height: 100%;
	background-image: url(../img/image-1.png);
	background-size: cover;
	background-position: center;
	transform: translate(-116%);
}
.title-page-h2 {
	margin: 0;
	color: #262626;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	position: relative;
	padding-bottom: 23px;
}
.title-page-h2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #9abaed;
}
.semi-bold{
	font-weight: 600;
	color: #262626;
}
.it-img-block img{
	border-radius: 10px;
}
.it-img-block-1 {
	position: relative;
	z-index: 3;
	margin-top: 101px;
}
.it-img-block-1 img{
	position: relative;
	z-index: 2;
}
.it-img-block-1::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 140px;
	height: 140px;
	background-color: #9abaed;
	border-radius: 50%;
	top: -55px;
}
.mr-30 {
	margin-bottom: 30px;
}
.advant-section {
	padding-top: 80px;
	padding-bottom: 97px;
}
.title-page-block{
	text-align: center;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}
.text-title-page-block{
	margin-top: 20px;
}
.title-page-center::before {
	left: 50%;
	transform: translate(-50%);
}
.crew-section {
	padding-top: 100px;
	padding-bottom: 20px;
}
.items-crew-wrapper {
	margin-top: 38px;
}
.item-crew {
	margin-bottom: 20px;
	text-align: center;
}
.title-item-crew {
	color: #262626;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-top: 30px;
}
.text-item-crew {
	line-height: 24px;
}
.item-advant {
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 100%;
	padding: 53px 33px 41px 33px;
}
.items-advant-wrapper .col-4:nth-child(4) .item-advant,
.items-advant-wrapper .col-4:nth-child(5) .item-advant,
.items-advant-wrapper .col-4:nth-child(6) .item-advant{
	border-bottom: 0;
}
.items-advant-wrapper .col-4:nth-child(3n) .item-advant{
	border-right: 0;
}
.title-item-advant {
	color: #262626;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 31px;
	margin-bottom: 15px;
}
.items-advant-wrapper {
	margin-top: 68px;
}
.text-item-advant {
	line-height: 24px;
}
.documents-section {
	padding-top: 100px;
	padding-bottom: 20px;
}
.items-documents-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.item-documents {
	text-align: center;
	padding: 10px;
	min-height: 180px;
}
.img-item-documents {

}
.title-item-documents {

}
.items-links-wrapper {
	padding: 40px 0;
	display: flex;
	align-items: center;
  flex-direction: column;
}
.item-link {
	margin-bottom: 15px;
	color: #045087;
  font-weight: 600;
  text-align: center;
}
.certificates-section {
	padding-top: 103px;
	padding-bottom: 83px;
	background-size: cover;
	background-image: url(../img/bg-1.jpg);
	background-position: center;
}
.txt-left-info-certif {
	color: #262626;
	font-weight: 600;
	line-height: 24px;
	margin-top: 21px;
}
.left-info-certif{
	width: 260px;
}
.slider-certif-wrapper {
	width: calc(100% - 260px);
	padding-left: 15px;
	margin-top: -26px;
}
.btn-slider-block {
	position: relative;
}
.slide-certif-link {
	display: inline-block;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 10px solid #fff;
}
.slider-certif {
	padding: 24px 18px 24px 18px;
}
.fancybox-infobar {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {   
	width: 40px;
	height: 40px;
	border: 1px solid #d9d9d9;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	background-color: #d9d9d9;
}
.swiper-button-prev{
	background-image: url('../img/swiper-button-prev.png');
}
.swiper-button-next{
	background-image: url('../img/swiper-button-next.png');
}
.btn-slider-block {
	width: 90px;
	margin-top: 73px;
}
.map-page{
	width: 100%;
	height: 481px;
}
.map{
	width: 100%;
	height: 100%;
	border: 0;
}
.list-contacts-page p{
	margin: 0;
}
.icon-item-contacts-page {
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
}
.item-contacts-page-content {
	position: relative;
	padding-left: 55px;
}
.txt-info-item-contacts-page{
	font-weight: 600;
}
.title-info-item-contacts-page {
	margin-bottom: 4px;
}
.list-contacts-page li {
	margin-bottom: 24px;
}
.list-contacts-page li:last-child{
	margin-bottom: 0px;
}
.list-contacts-page {
	line-height: 24px;
	margin-top: 30px;
}
.info-contacts-block {
	padding-left: 36px;
	padding-top: 21px;
}
.contacts-section {
	padding-top: 101px;
	padding-bottom: 99px;
}
.footer {
	border-top: 1px solid #e6e6e6;
	padding-top: 63px;
	padding-bottom: 60px;
}
.txt-footer-info {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 31px;
	max-width: 208px;
}
.list-item-content-footer a {
	display: inline-block;
	padding-left: 20px;
	color: #737373;
	font-size: 12px;
	font-weight: 500;
	position: relative;
}
.list-item-content-footer a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/arr.png);
	width: 11px;
	height: 7px;
}
.list-item-content-footer a:hover{
	text-decoration: underline;
}
.list-item-content-footer li {
	margin-bottom: 9px;
}
.list-item-content-footer li:last-child{
	margin-bottom: 0px;
}
.title-item-content-footer {
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 21px;
}
.list-social a {
	font-size: 12px;
	font-weight: 500;
	position: relative;
	padding-left: 24px;
}
.list-social a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
.list-social a.vk::before{
	background-image: url('../img/vkontakte.png');
}
.list-social a.insta::before{
	background-image: url('../img/insta.png');
}
.list-social li{
	margin-bottom: 10px;
}
.list-social li:last-child{
	margin-bottom: 0px;
}
.btn-footer-block .btn {
	font-size: 12px;
	padding: 12px 35px;
}
.row-flex {
	display: flex;
	flex-wrap: wrap;
	padding-right: 75px;
}
.btn-footer-block {
	padding-top: 7px;
}
.popup{
	width: 480px;
	padding: 20px;

}
.input-page{
	width: 100%;
	height: 40px;
	outline: none;
	padding-left: 20px;
	font: inherit;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}
.title-page-h4{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 24px;
	color: #000;
}
.form-page{
	margin-top: 20px;
}
.logo-footer-block {
	width: 220px;
}
.menuToggle {
	width: 37px;
	height: 22px;
	position: relative;
	cursor: pointer;
	align-items: center;
	display: none;
	z-index: 100;
}
.menuToggle span {
	display: block;
	width: 100%;
	height: 4px;
	background: #9abaed;
	border-radius: 10px;
}
.menuToggle span::before, .menuToggle span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	display: block;
	background: #9abaed;
	border-radius: 10px;
}
.menuToggle span::before {
	top: 0;
}
.menuToggle span::after {
	bottom: 0;
}
.overlay-page{
	display: none;
}

.menuToggle.active span::before, 
.menuToggle.active span::after,
.menuToggle.active span {
	background: #fff;
}

.pop span {
	color: #B02828;
	margin-bottom: 5px;
	display: block;
}
.btn-mobile{
	display: none;
}

.info-content-footer {
	width: 25%;
	font-size: 12px;
}
.info-content-footer > div {
	margin-bottom: 15px;
}

.bvi-container {
	position: fixed;
	top: 95px;
	z-index: 10;
	display: flex;
  justify-content: end;
  width: 100%;
}
.btn.btn-bvi {
	text-align: center;
	padding: 10px 25px;
	margin: 0 10px;
}