body {
	/* font-family: 'Open Sans', Arial, sans-serif; */
	font-family: "Great Vibes", cursive;
  	font-size: 24px;
  	color: #1c1c1c;
  	line-height: 1.7em;
  	font-weight: 300;
}

/*===== SCROLL TOP CSS ================*/
.col-top-20{
	margin-top: 20px;
}
.grey-bg{
	background: #eee;
}
.blue-bg{
	background: #17719d;
}
.h2-colored{
	color: #fff;
}
.accordion-button{
	font-weight: bold;
}
#back-top {
    position: fixed;
    bottom: 40px;
    right: 0px;
    z-index:999;
}
#back-top a {
    width: 100px;
    display: block;
    text-align: left;
    font: 14px/100% Verdana;
    text-decoration: none;
    color: #fff;   
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #fff;
}
#back-top span {
    width: 44px;
	height: 44px;
	padding: 13px;
	display: block;
	margin-bottom: 7px;
	font-size: 18px;
	color: #fff;
	background-color: #333;
}
#back-top a:hover span {
    background-color: #777;
    opacity:1;
}
/*===end SCROLL TOP CSS =========================*/

/* шапка */

.container-menu{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f2f2f2;
}
.img-logo{
	height: 64px;
  	margin-top: 32px;
}
/* меню */

.col-menu{
	padding-top: 30px;
}

.col-menu a{
  	color: #2f2f2f;
	text-align: left;
	font-size: 24px;
}
.navbar-dark .navbar-nav .nav-link {
  	font-size: 24px;
  	font-weight: 600;
  	color: #292b29 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  	color: #2f2f2f;
	text-decoration: underline;
  }
/* конец меню */
.col-top-btn{
	padding-top: 45px;
}
.wrap-top-btn {
	text-align: right;
}
.wrap-top-btn a{
	font-size: 24px;
  	font-weight: 500;
  	fill: #2c2b1e;
  	color: #2c2b1e;
  	background-color: #e7e4e0;
  	border-radius: 1000px 1000px 1000px 1000px;
  	padding: 15px 30px;
	text-decoration: none;
}

/* шапка */

/* banner */
.banner-img{

	border-radius: 30px;
	margin-top: 20px;
}
/* end banner */
.poloska{
	background: url("/image/fon.png");
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.other-section--caption {
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #000;
}
.other-section--caption::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0eb8b8;
  position: absolute;
  left: 0;
  top: 55%;
  z-index: -1;
}

/* услуги */
.container-service{
	margin-top: 50px;
  	margin-bottom: 50px;
}
.container-service p{
	font-size: 40px;
  	text-align: center;
  	line-height: 1.5;
  
}
.main-serv{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
  	padding: 50px;
}
.main-serv h2{
  	text-align: center;
  	font-size: 38px;
  	color: #068e8e;
}
.main-serv p{
	text-align: center;
  	font-size: 28px;
}
.fa-hand-point-right{
	color: #bfbfbf;
  	font-size: 25px;
  	margin-left: 10px;
}
.col-podrobnee{
	margin-top: 50px;
}

.a-serv-podrobnee{
	color: #393939;
  	text-decoration: none;
  	/* font-family: Times New Roman; */
  	text-align: center;
  	font-size: 30px;
  	/* text-transform: uppercase; */
}
.a-serv-podrobnee:hover {
	color: #393939;
}
.a-serv-podrobnee:hover .fa-hand-point-right{
	color: #068e8e;
}
.col-service{

}
.item-service{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bfbfbf;
}
.col-service h3 {
}
.col-service h3 a {
	color: #068e8e;
  	text-decoration: none;
	font-size: 21px;
}
.col-service h3 a:hover {
	color: #111;
}
.col-service h3 a:hover .fas{
	color: #068e8e;
}
.col-service .fas{
	color: #bfbfbf;
  	font-size: 20px;
  	margin-right: 15px;
}
.col-uslugi p{
	text-align: center;
  	background: #d9ffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 32px;
	border-radius: 0px 0px 15px 15px;
}
.col-uslugi a{
	text-decoration: none;
	color:#393939;
	font-weight: 400;
}
/* конец услуги */

/* преимущества */
.container-preim{
	padding-top: 50px;
	padding-bottom: 50px;
}
.preim{
	flex: 0 0 auto;
    width: 20%;
}
.col-preim{
	padding: 15px;
	text-align: center;
	margin-top: 25px;
}
.col-preim .fas{
	font-size: 30px;
  	color: #0abbbb;
  	border-bottom: 1px solid;
  	padding: 20px 25px;
  	border-radius: 32px;
  	border-top: 1px solid #9d9d9d;
}
.col-preim h3{
	font-size: 28px;
  	margin-top: 25px;
  	margin-bottom: 25px;
}
.col-preim p{
	
}
.preim-p{
	text-align: center;
  	font-size: 30px;
  	padding-top: 25px;
  	padding-bottom: 50px;
  	border-bottom: 1px solid #0abbbb;
}
/*конец преимущества */

/* наша команда */
.col-komanda-item{
	padding: 1.5rem !important;
	margin-bottom: 1.5rem;
}
.container-komanda .other-section--caption{
	margin-bottom: 50px;
}
.text-primary {
  	color: #0abbbb !important;
}
/* конец наша команда */

/* до после */
.container-doposle{
	background: url("/image/fon.png");
  	padding-top: 40px;
  	padding-bottom: 50px;
}
.h2-do-posle{	
	/* font-family: Times New Roman; */
  	text-align: center;
  	font-size: 35px;
  	/* text-transform: uppercase; */
  	color: #353535;
	margin-bottom: 40px;
}
/* конец до после */

/* страница прайс */
.table-price{
	/* font-family: 'Times New Roman', Times, serif; */
  	/* text-transform: uppercase; */
  	letter-spacing: 1px;
  	font-size: 22px;
}
.container-price h2{

}
/*конец  страница прайс */

/* страница прайс */
.main-table-price{
	font-size: 22px;
}
.container-price-service{
	padding-top: 20px;
}
.accordion{
	padding-top: 50px;
	padding-bottom: 20px;
}
.accordion-button{
	font-size: 20px;
  	color: #019393;
  	/* letter-spacing: 1px; */
	font-weight: 400;
}
.accordion-button:not(.collapsed) {
	color: #3e3e3e;
  	background: #c8dddf;
}
.main-table-price tr td:last-child{
	text-align: center;
}
.span-price{
	background: #0abbbb;
  	padding: 5px 10px;
  	border-radius: 10px;
  	color: #fff;
}
.accordion-button:focus {
	box-shadow: 0 0 0 .0rem rgba(13,110,253,.25);
}

/*конец  страница прайс */

/* контакты */
.container-kontakti{
	padding-top: 120px;
	padding-bottom: 50px;
}
.row-contakti-content{
	padding-top: 50px;
}
.container-kontakti .fas {
	font-size: 30px;
  	color: #0abbbb;
  	border-bottom: 1px solid;
  	padding: 20px 25px;
  	border-radius: 32px;
  	border-top: 1px solid #9d9d9d;
	margin-right: 40px;
}
.fas-tel{
	padding: 20px 22px !important;
}

.container-kontakti .fab {
  font-size: 30px;
  color: #0abbbb;
  border-bottom: 1px solid;
  padding: 20px 18px;
  border-radius: 32px;
  border-top: 1px solid #9d9d9d;
  margin-right: 40px;
}
.col-bottom-adr p{
  	margin-top: 45px;
	margin-bottom: 45px;
}

.a-cont{
	color: #1a1a1a;
	text-decoration: none;
}
.a-cont:hover{
	color: #068e8e;
}
/* конец контакты */
/* footer */
.col-footer-logo img{
	height: 125px;
	margin-bottom: 20px;
}
footer{
	background: #fff;
}
.col-footer-logo a{
	color: #333;
	text-decoration: none;
}
.col-footer-logo .fas{
	color: #333;
}
.bottom-menu li {
	list-style-type: none;
	margin-bottom: 5px;
}
.bottom-menu li a{
	color: #333;
	text-decoration: none;
}
.py-3 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
	border-top: 1px solid #eee;
	background: #f2f2f2;
}
.footer-last-small {
	text-align: center;
	background: #dfdfdf;
	color: #333;
	padding-top: 15px;
}
.footer-last-small a{
	text-decoration: none;
	color: #333;
}
.bottom-menu{
	padding: 0px;
}
/*конец footer */
/* форма обратной связи */
.modal-header {
	background-color: #a1caff;
}
.modal-title{
	font-size: 20px;
  	text-align: center;
  	margin-right: 15px;
  	/* text-transform: uppercase; */
	color: #1a1a1a;
}
.close{
	border: 0px;
  	padding: 0px;
}
.close span{
	font-size: 18px;
  	color: #111;
  	background: #fff;
  	border: 0px;
  	padding: 5px 10px;
  	border-radius: 5px;
}
.callout-btn2{
	background: #2b4371;
	color: #eee;
}
.form-control{
	margin-bottom: 10px;
}
/* конец форма обратной связи */

/* сертификаты */
.single-gallery-item{
	text-align: center;
}
/* конец сертификаты */

/*  форма */
.container-page-form{
	background-image: url('/image/popup-bg.jpg');
	background-position: center center; 
	background-size: cover; 
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.container-page-form .container{
	/* background-color: #0ea2a882; */
  	padding-top: 15px;
  	padding-bottom: 15px;
  	border-radius: 20px;
}
.container-page-form p{
	text-align: center;
	font-weight: bold;
}
.form-control {
	border: 2px solid #ced4da;
	color: #000;
	
}
.form-control::placeholder{
	color: #000;
}

/* конец  форма */

/* всплывающая форма */
.row-otstup{
	margin-bottom: 25px;
	margin-top: 10px;
}
.modal-body{
	padding-top: 30px;
  	padding-bottom: 30px;
}
.modal-content{
	background-image: url('/image/popup-bg.jpg');
	background-position: center center; 
	background-size: cover; 
	color: #fff;
}
.modal-title{
	color: #fff;
	/* font-family: "Montserrat",Sans-serif; */
	font-size: 40px;
	font-weight: 500;
	/* text-transform: uppercase; */
	font-style: normal;
	text-decoration: none;
	line-height: 44px;
	letter-spacing: .7px;
}
.modal-header p{
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	line-height: 24px;
}
.btn-close{
	fill: #fff;
}
.form-control{
	min-height: 59px;
	padding: 7px 20px;
	border-radius: 0px;
	border-color: #fff;
	background: #fff;
	color: #3e3e3e;
	color: #111;
}
.form-control::placeholder{
	color: #3e3e3e;
}
.form-control:focus {
	/* color: #fff; */
  	border-color: #0abbbb;
  	outline: 0;
  	box-shadow: 0 0 0 .0rem rgba(125, 193, 224, 0.24);
  	background: #fff;
}
.call-back-btn{
	background-color:#0abbbb;
	color: #333;
	border-color: transparent;
	padding: 11px 40px;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	width: 100%;
}

.col-call-back{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.btn-news-letter{
	background: #fff;
	border: 1px solid #bfbfbf;
	color: #000;
  	font-size: 30px;
  	/* text-transform: uppercase; */

}
.btn-news-letter .fas {
  color: #bfbfbf;
  font-size: 20px;
  margin-right: 15px;
}
.btn-primary:hover {
  color: #111;
  background-color:#0abbbb;
  border-color: #bfbfbf;
}
.btn-primary:focus {
  color: #111;
  background-color: #fff;
  border-color: #bfbfbf;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .0rem rgba(106, 106, 106, 0.5);
}
.btn-primary:focus {

  box-shadow: 0 0 0 .0rem rgba(49,132,253,.5);
}
.btn-primary:hover .fas {
  color: #068e8e;
}
/* конец всплывающая форма */
