@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #787878;
}
img {
	max-width: 100%;
	height: auto;
}
.navbar-brand {
	width:120px;  
}
article img {
	border-radius: 20px;
} 
b,strong {
	font-weight: 700;
}
h1,h2 {
	font-weight: 700;
	font-size: 28px;
	color: #4c4c4c;
}
a,
.main-color {
	color: #002a62;
}
a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
	color: #004cb1;
}
.nav-links {
	display: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #787878;
    border: none;
    border-radius: 25px;
    padding: 14px 20px;
    font-size: 16px;
    background: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
textarea {
	height: 160px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
}
form .btn-main {
	margin-top: 30px;
}
.container-fluid { 
	max-width: 1230px;
}
.color-black p {
	color: #111;
}
.modal-content {
	background: #e8eaee;
	border-radius: 20px;
}
.modal-title {
	color: #4c4c4c;
	font-weight: 700;
	text-transform: uppercase;
}
.modal-subtitle {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1190px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 20px;
	    padding-left: 20px;
	}
}
.main__menu li {
	text-transform: uppercase;
	font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
	color: #787878;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #002a62;
}
.navbar-nav .active>.nav-link span {
	border-bottom: 1px solid #002a62;
}
.section__start {
	padding: 100px 0 50px 0;
	background: url(../img/bg-home.jpg) center center no-repeat;
	background-size: cover;
}
.service-page-start {
	padding: 100px 0 50px 0;
}
.page-wrap {
	padding-top: 40px;
}
.article-content img {
	border-radius: 20px;
}
.page-breadcrumbs {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 15px;
}
.page-breadcrumbs p {
	margin: 0;
}
.page-breadcrumbs a {
	color: #002a62;
}
.section__start h1 {
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;;
}
.section__start-subtitle {
	margin-bottom: 35px;
}
.section__start-info {
	margin-bottom: 50px;
	color: #4c4c4c;
}
.btn-main {
	display: block;
	width: 100%;
	max-width: 220px;
	background: #002a62;
	color: #fff;
	font-size: 14px;
	padding: 15px 10px;
	text-transform: uppercase;;
	font-weight: 700;
	border-radius: 30px;
	transition: all 0.3s;
	text-align: center;
	border: 2px solid #002a62;
}
.btn-main:hover,
.btn-main:focus {
	background: transparent;
	color: #002a62;
}
.btn-main-center {
	margin: 20px auto 0 auto;
}
.btn-main-right {
	float: right;
}
.header-top {
	padding: 5px 0;
	background: #f8f9fa;
}
.header-bottom {
	width: 100%;
	display: block;
}/*
.lang-widget ul {
	float: right;
}*/
.lang-widget {
	width:24px;
  margin-left: 10px;
}
.lang-widget ul li {
	display: inline-block;
	margin-right: 5px;
}
.lang-widget ul li:last-child {
	margin-right: 0;
}
.lang-widget ul li>span {
	display: block;
	border-radius: 50%;
}
.lang-widget ul li.active>span {
	font-weight: 700;
	color: #002a62;
}
.header-contacts p,
.footer-contacts p {
	margin: 0;
}
.social-widget {
margin-left:10px;
}
.social-widget p {
  margin-bottom:3px;
}
.social-widget p:last-child {
  margin-bottom:0;
}
.tel-widget,
.email-widget {
	padding-left: 25px;
}
.header-contacts .tel-widget,
.sidenav .tel-widget {
	background: url(../img/tel-dark.svg) no-repeat;
	background-size: 16px;
	background-position: 0 50%;
}
.header-contacts .email-widget,
.sidenav .email-widget {
	background: url(../img/mail-dark.svg) no-repeat;
	background-size: 16px;
	background-position: 0 50%;
}
.header-contacts a,
.sidenav a {
	color: #343434;
	transition: all 0.3s;
}
.header-contacts a:hover,
.sidenav a:hover {
	color: #004cb1;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #e8eaee;
  overflow-x: hidden;
  transition: 0.5s;
 padding-top: 40px;
  box-sizing:border-box;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  color:#444;
  transition:all 0.3s;
}
.sidenav .closebtn:hover {
	color:#000;
}
.offcanv__menu {
	margin-left: 15px;
  	margin-bottom:5px;
}
.offcanv__menu li {
 	display: block;
  	width: 100%;
  	margin-bottom: 10px;
}
.main__menu-mobile li a {
  	text-transform:uppercase;
}
.main__menu-mobile li a:hover {
	color: #002a62;
}
.main__menu-mobile .current-menu-item a {
	color: #002a62;
 	border-bottom: 1px solid #002a62
}
.sidenav .tel-widget p,
.sidenav .email-widget p {
	margin: 0;
}
.sidenav .tel-widget,
.sidenav .email-widget,
.sidenav .social-widget {
	margin-left:15px;
}
.sidenav .social-widget  {
	margin-top:15px;
}
.sidenav .social-widget p {
	display:inline-block;
}


@media(max-width: 992px) {
	.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
		/*justify-content: stretch;*/
		justify-content: space-between;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: center;
	}
} 
.services__info-main h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.section__features {
	background: url(../img/bg-features.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.features-info {
	width: 100%;
	max-width: 260px;
	margin: 0 auto 30px auto;
	color: #4c4c4c;
}
.features-info p {
	margin: 10px 0 0 0;
}
.main__services-item {
	background: #e8eaee;
	border-radius: 20px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.main__services-item img {
	transition: all 0.4s;
} 
.main__services-item:hover img {
	transform: scale(0.9);
}
.content-heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	color: #4c4c4c;
}
.content-heading-section {
	margin-bottom: 30px;
}
.main__services-item .content-heading {
	margin-bottom: 20px;
}
.main__services-item .btn-main {
	margin-top: 55px;
}
.main__services-item p {
	font-size: 18px;
	color: #787878;
}
.service-text-right {
	text-align: right;
}
.service-text-right .btn-more {
	float: right;
}
.choose__service {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 18px;
}
.choose__service p {
	margin-bottom: 5px;
}
.gallery__services {
	padding-top: 40px;
}
.gallery__services-item {
	margin-bottom: 20px;
}
.gallery__services-item-img {
	position: relative;
	margin-bottom: 10px;
  height:250px;
  overflow:hidden;
  border-radius:20px;
}
.news__item .gallery__services-item-img {
  height:auto;
}
.gallery__services-item-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.gallery__services-item-img a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,42,98,0.4) /*url(../img/plus.svg)*/;
	background-repeat: no-repeat;
	background-position: 50% 50%;  
	background-size: 48px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 20px;
}
.gallery__services-item-img a:hover:before {
	display: block;
	opacity: 1;
}
.gallery__services-item-img img {
	display: block;
	margin: 0 auto;
	border-radius: 20px;
}
.gallery__services-item-title a {
	color: #4c4c4c;
	transition: all 0.3s;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.gallery__services-item-title a:hover {
	color: #004cb1;
}
.section__info {
	padding: 30px 0 60px 0;
}
.section__info .content-heading {
	margin: 40px 0 10px 0;
}
.section__info-subhead {
	text-transform: uppercase;
	color: #696767;
}
.section__info-item {
	display: flex;
	align-items: center;
	color: #787878;
	margin-top: 20px;
}
.reviews_slider-item img {
	display: block;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	margin: 0 auto;
}
.reviews_slider-item {
	background: #fff;
	padding: 0 10px;
}
.reviews_slider .owl-prev,
.reviews_slider .owl-next {
	top: 40px !important;
}
.reviews_slider-head {
	text-align: center;
	color: #4c4c4c;
	margin-top: 15px;
	font-weight: 700;
	font-size: 21px;
}
.reviews_slider-text {
	margin-top: 15px;
	color: #787878;
	text-align: justify;
}
.btn-feedback {
	margin: 20px auto 0 auto;
}
.section__sertificate-top {
	margin-top: 50px;
}
.section__sertificate {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #e8eaee;
	border-radius: 20px;
}
.section-seo {
	padding-top: 40px; 
	padding-bottom: 60px;
}
.btn-more-seo {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
}
.site-footer {
	background: #212121;
	padding: 50px 0;
	margin-top: 40px;
}
.menu-icons-wrap {
	margin: 0 20px;
	width: 80px;
} 
.menu-footer {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-footer li.current-menu-item a {
	border-bottom:1px solid #eaebed;
}
.menu-footer li {
	margin-bottom:1px;  
}
.menu-footer li:last-child {
	margin-bottom: 0;
}
.menu-footer a {
	color: #eaebed;
	transition: all 0.3s;
}
.menu-footer a:hover,
.footer-contacts a {
	color: #fff;
}
.footer-contacts .tel-widget {
	background: url(../img/tel-white.svg) no-repeat;
	background-size: 16px;
	background-position: 0 50%;
	margin-bottom: 5px;
}
.footer-contacts .email-widget {
	background: url(../img/mail-white.svg) no-repeat;
	background-size: 16px;
	background-position: 0 50%;
} 
.social-footer {
	margin-bottom: 5px;
}
.social-footer img {
	margin-right: 5px;
}
.section__prices-item {
	background: #e8eaee;
	padding: 40px 30px;
	border-radius: 20px;
	transition: all 0.3s;
	margin-top: 30px;
}
.section__prices-item:hover {
	background: #d5d8e0;
}
.services__time {
	font-size: 40px;
	line-height: 1;
	color: #4c4c4c;
}
.round-time {
	height: 130px;
	width: 130px;
	border: 1px solid #fbfcfc;
	border-radius: 50%;
	text-align: center;
	background: #e5e7ec;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.round-time span {
	font-size: 24px;
	display: block;
	color: #4c4c4c;
}
.services__cost {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.section__prices-item:hover .services__cost {
	color: #4c4c4c;
}
.section__prices-item .btn-main {
	margin: 40px auto 0 auto;
}
.services__price-bottom {
	margin-top: 30px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.card-slider img {
	border-radius: 20px;
}
.service-card-right {
	padding-top: 20px;
}
.card-service-price {
	font-weight: 700;
	color: #4c4c4c;
	font-size: 28px; 
} 
.btn-select__price {
	color: #787878;
    font-size: 20px;
    padding-left: 20px;
}
.list-group {
	align-items: center;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
}
.card-info-heading {
	font-size: 17px;
	color: #002a62;
	text-transform: uppercase;
   	margin-top: 10px;
}
.card-info-common-ico {
	padding-left: 50px;
	margin-top: 20px;
	font-size: 14px;
}
.card-info-common-ico p {
	color: #4c4c4c;
}
.card-info-common-ico p span {
	color: #002a62;
}
.card-info-place {
	background: url(../img/ico-location.png) no-repeat;
	background-position: 0 0;

}
.card-info-season {
	background: url(../img/ico-season.png) no-repeat;
	background-position: 0 0;

}
.card-info-seats {
	background: url(../img/ico-people.png) no-repeat;
	background-position: 0 0;

}
.card-info-time {
	background: url(../img/ico-time.png) no-repeat;
	background-position: 0 0;
}
.card-info-short {
	color: #787878;
	margin-top: 25px;
}
.card-info-short ul {
	padding: 0 0 0 15px;
}
.card-bottom {
	margin-top: 25px;
}
.section__steps {
	padding: 30px 0;
}
.section__steps-item {
	display: block;
	position: relative;
	border-radius: 20px;
	padding: 35px 25px 25px 25px;
	overflow: hidden;
	height: 100%; 
}

.section__steps [class*="col-"] {
  margin-bottom: 30px;
}

.steps-item_a {
	background:  #e8eaee url(../img/number1.png) no-repeat;
	background-position: 0 0;
	background-size: 60% 100%;
}
.steps-item_b {
	background:  #e8eaee url(../img/number2.png) no-repeat;
	background-position: 90% 0;
	background-size: 70% 100%;
}
.steps-item_c {
	background:  #e8eaee url(../img/number3.png) no-repeat;
	background-position: 90% 0;
	background-size: 70% 100%;
}
.steps-item_d {
	background:  #e8eaee url(../img/number4.png) no-repeat;
	background-position: 95% 0;
	background-size: 70% 100%;
}
.steps-item_e {
	background:  #e8eaee url(../img/number5.png) no-repeat;
	background-position: 15% 0;
	background-size: 70% 100%;
}
.steps-item_f {
	background:  #e8eaee url(../img/number6.png) no-repeat;
	background-position: 15% 0;
	background-size: 70% 100%;
} 
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.news__title {
	margin: 15px 0 25px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.news__item {
	margin-bottom: 40px;
}
.article-content-intro-img {
	margin-bottom: 15px;
}
.contacts-bg {
	background: #e8eaee;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contacts-wrap iframe {
	border-radius: 50px !important;
}
.thanks-page-inner,
.page-error-404 {
	padding: 100px 0;
	background: url(../img/bg-home.jpg) center center no-repeat;
	background-size: cover;
	color: #222;
	font-weight: 700;
}
.btn-home {
	margin: 30px auto 0 auto;
}
.number404 {
	font-size: 46px;
	margin-bottom: 15px;
}
.pagination-links {
	display: block;
	width: 100%;
}
@media(max-width:1199px) {
	.gallery__services-item-img {
   	height: 190px;   
  }
}
@media(max-width: 991px) {
	.gallery__services-item-img img {
  		height:100%;
  	}
  .header-bottom .header-contacts,
  .header-bottom .social-widget {
  	display:none;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
  }
  .navbar .container {
  	width:100%;
  }
}
@media(max-width: 767px) {
	.section__start,
	.service-page-start {
		padding: 30px 0;
	}
  	.section__start h1 {
  		margin-top:15px;
  	}	
	.section__start-img {
		width: 100%; 
		max-width: 400px;
	}
	.main__services-item p {
	    font-size: 16px;
	}
	.main__services-item .btn-main {
	    margin-top: 30px;
	}
	.service-text-right {
	    text-align: left;
	}
	.service-text-right .btn-more {
		float: none;
	}
  .gallery__services-item-img img {
  		height: auto;
  	}
}
@media(max-width:575px) {
  .gallery__services-item-img {
  	height:auto;
  }
}
@media(max-width:519px) {
	.top__contacts {
   		/*width:100%;
    	justify-content: space-between;*/
  }
}
@media(max-width: 479px) {
	h1, h2, .content-heading {
		font-size: 24px;
	}
}
@media(max-width: 419px) {
	.footer-contacts {
		margin-top: 20px;
	}
} 
@media(max-width: 350px) {
	.tel-widget, .email-widget {
      padding-left: 20px;
  }
    .social-widget,
    .lang-widget {
      margin-left: 6px;
  }
} 

