/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}
html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}
/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}


.i {
    padding: 19.5px 40px;
font-size: 18px;
line-height: 21px;
color: #8f8f8f;
border-radius: 32px;
background: #fff;
border: 1;
width: 100%;
margin-bottom: 20px;
}
     /* Dropdown Button */
.dropbtn {

    font-size: 18px;
    color:#000;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;

    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #fff;
    text-decoration:none;
    font-size: 18px;
    color:#000;
} 

.newmenu, .newmenu:hover {
    background-color: #fff;


    font-size: 18px;
    color:#000;
} 
.myata {
    font-weight:bold;
    font-size: 120%;
}
.myata a {
    color: #335ba8;

}
.bg-banner {
    background-image: url(/assets/img/bg-banner.webp);
    background-position: right;
    min-height: 500px;
padding-top: 30px;
background-repeat: no-repeat;
    background-color:#dbdee7;
    background-size: cover;
}
.bg-banner-dog {
    background-image: url(/assets/img/bg-banner-dog.webp);
    background-position: right bottom;
    min-height: 500px;
padding-top: 30px;
background-repeat: no-repeat;
    background-color:#dbdee7;
    background-size: cover;
}
.bg-banner-category {
	min-height: 500px;
	padding-top: 80px;
	padding-bottom: 82px;
}
.bg-banner-category .banner-title {
	margin-bottom: 16px;
	font-weight: 700;
}
.bg-banner-category .banner-title::before {
	content: unset;
}
.bg-banner-category .banner-price {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}
.bg-banner-category .banner-form {
	padding: 16px 16px 8px;
	border-radius: 16px;
	background-color: #fff;
}
.bg-banner-category .banner-form-title {
	margin-bottom: 24px;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
}
.bg-banner-category .banner-list {
	margin-bottom: 50px;
	font-size: 24px;
}
.bg-banner-category .banner-list li {
	display: flex;
	align-items: center;
}
.bg-banner-category .banner-list li:not(:last-child) {
	margin-bottom: 16px;
}
.bg-banner-category .banner-list svg {
	margin-right: 16px;
}
.bg-banner-category .form-group {
	margin-bottom: 12px;
}
.bg-banner-category .i-banner {
	width: 100%;
	padding: 18px 24px;
	margin-bottom: 0;
	border: 1px solid #fff;
	border-radius: 32px;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}
.bg-banner-category .i-banner::placeholder {
	font-size: 18px;
	font-weight: 600;
	color: #878787;
}
.bg-banner-category .banner-btn {
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 32px;
	background-color: #103f59;
	border: 1px solid #103f59;
}
.i-banner {
  padding: 19.5px 40px;
  font-size: 18px;
  line-height: 21px;
  color: #8f8f8f;
  border-radius: 32px;
  background: #fff;
  border: 1;
  margin-bottom: 10px;
}
/*banner-utp*/
.banner-utp {
	padding-bottom: 34px;
}
.banner-utp .block-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.banner-utp .card {
	padding: 24px;
	border: 0;
	border-radius: 16px;
	font-size: 20px;
	text-align: center;
	box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.1);
}
.banner-utp .card img {
	display: block;
	margin: 0 auto 16px;
	max-width: 56px;
}
/*stages*/
.info-2.stages {
	padding-top: 24px;
	padding-bottom: 48px;
}
.stages h2:before {
	background: #fff;
} 
.stages-desc {
	font-size: 24px;
}
.stages-card {
	padding: 24px 18px;
}
.stages-card-title {
	font-size: 24px;
	font-weight: 700;
}
.checkboxes-container label{
	font-size: 14px;
     line-height: 16px;
    color: #111;
}
.checkboxes-container label a {
	color: #111;
}	

@media (max-width:576px) {
	.bg-banner {
		background-image: url(/assets/img/bg-banner-mob.webp);
	}
	.stages-desc {
		font-size: 20px;
	}
	
}
#top {
    cursor: pointer;
    width: 45px;
    height: 45px;
    text-align: center;
    display: none;
    font-size: 30px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    background: rgba(51, 168, 157, 0.7);
    border-radius: 25px;
    z-index: 999;
}
#top:hover {
    cursor: pointer;
    background: rgba(51, 168, 157, 1);
}

* {
  outline: none;
}
/**** ШРИФТ ROBOTO ****/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: 'Roboto';
  color: #111;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.img-cover {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
.cyan {
  color: #335ba8 !important;
}
/**** Стили заголовков верхнего уровня ****/
h1,
h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
h1::before,
h2::before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 31.39px;
  margin-right: 25px;
  background: #103F59;
}
.h3 {
  display: block;
}
/**** Общие стили абзацев ****/
p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 25px;
}
/**** Общие стили кнопок ****/
.btn {
  border-radius: 25px;
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  padding: 12px 13px 12px 12px;
  color: #fff;
  transition: .5s;
  min-width: 257px;
  /**** Светло-голубые кнопки ****/
  /**** Темно-синие кнопки ****/
}
.btn:focus {
  box-shadow: none;
}
.btn-cyan {
  background: #335ba8 !important;
}
.btn-cyan:hover {
  background: #49BEB3 !important;
  color: #fff;
}
.btn-cyan:focus {
  background: #56CBC0 !important;
}
.btn-naval {
  background: #103F59 !important;
  color: #fff !important;
}
.btn-naval:hover {
  background: #305F79 !important;
  color: #fff;
}
.btn-naval:focus {
  background: #4E7D97 !important;
}
/***************************************/
/*************** HEADER ****************/
/***************************************/
header {

  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  /**** РАСПИСАНИЕ ****/
}
header .schedule {
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  /**** СОЦСЕТИ ****/
}
header .schedule span {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 991px) {
  header .schedule span {
    font-size: 14px;
  }
}
header .schedule a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #fff;
}
@media (max-width: 991px) {
  header .schedule a {
    font-size: 14px;
  }
}
header .schedule .socials {
  flex: 0 0 180px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header .schedule .socials {
    flex: 0 0 150px;
  }
}
header .schedule .socials a {
  transition: .5s;
}
header .schedule .socials a:hover {
  filter: brightness(1.2);
}
/***************************************/
/********** МЕНЮ - ОБЕРТКА *************/
/***************************************/
.navbar-wrap {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #DADADA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding-top: 4px;
  /***************************************/
  /********** МЕНЮ - КОНТАКТЫ ************/
  /***************************************/
  /**** КНОПКА ДЛЯ СЛАБОВИДЯЩИХ ****/
}
@media (max-width: 1200px) {
  .navbar-wrap {
    border-radius: 0;
  }
}
.navbar-wrap .brandrow {
  margin-bottom: 8px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar-wrap .brandrow .logo {
  display: block;
  position: relative;
  top: 8px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .navbar-wrap .brandrow .logo {
    flex: 0 0 200px;
  }
}
.navbar-wrap .brandrow .adress {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #3E3E3E;
  font-weight: bold;
  padding: 0 5px 0 10px;
}
@media (max-width: 1200px) {
  .navbar-wrap .brandrow .adress {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .navbar-wrap .brandrow .adress {
    display: none;
  }
}
.navbar-wrap .brandrow .phone {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #103F59;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .navbar-wrap .brandrow .phone {
    font-size: 16px;
  }
}
.navbar-wrap .turnBlack {
  display: flex;
  background: transparent;
  align-items: center;
  border: 0;
}
.navbar-wrap .turnBlack span {
  font-size: 14px;
  line-height: 16px;
  color: #111;
  text-align: left;
}
.navbar-wrap .turnBlack svg {
  margin-right: 8px;
}
/***************************************/
/************ МЕНЮ - ССЫЛКИ ************/
/***************************************/
.navbar-light .navbar-nav .nav-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #111111;
  padding: 8px 0 1px;
  transition: .5s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    display: inline-block;
  }
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #103F59;
  border-bottom-color: #103F59;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #305F79;
  border-bottom-color: #305F79;
}
.navbar {
  padding: 0 0 10.2px;
}
@media (max-width: 991px) {
  .navbar {
    justify-content: flex-end;
  }
}
.navbar .dropdown-menu {
  padding: 14px 0;
  margin: 10px 0 0;
  text-align: left;
  list-style: none;
  background: #FFF;
  border: 1px solid #DADADA;
  border-radius: 0px 0px 10px 10px;
  max-width: 265px;
  min-width: 265px;
  left: -20px;
}
.navbar .dropdown-item {
  padding: 9px 20px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  transition: .5s;
  white-space: normal;
}
.navbar .dropdown-item:hover {
  color: #103F59;
  background: transparent !important;
}
.navbar .dropdown-item .active {
  color: #305F79;
  background: transparent !important;
}
.navbar-nav {
  justify-content: space-between;
  width: 100%;
}
/**** Стрелка пункта меню ****/
.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: .255em;
  content: "";
  border: 0;
  width: 10px;
  height: 6px;
  background: url('../img/carret.png') center / contain no-repeat;
  transition: .5s;
}
.nav-item.show .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}
/***************************************/
/********** КАРТОЧКИ УСЛУГ *************/
/***************************************/

.services-block .service-item {
  border: 1px solid #335ba8;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 370px;
  width: 100%;
}
.services-block .service-item > a {
  display: block;
  width: 100%;
}
.services-block .service-item img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.services-block .service-item .desc {
  flex: 1 1 auto;
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-block .service-item .desc span:first-child {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 6px;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.services-block .service-item .price {
  font-size: 23px;
  line-height: 27px;
  text-align: center;
}
.services-block .service-item .btn {
  border-radius: 0;
  min-width: 100%;
  font-size: 16px;
  line-height: 19px;
  padding: 12px;
  height: 45px;
}
/***************************************/
/******** ФОРМА с ДВУМЯ ПОЛЯМИ *********/
/***************************************/
.form-type-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-type-1 .container {
  position: relative;
  z-index: 1;
  padding: 68px 15px 55px;
}
.form-type-1 h2 {
  color: #fff;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.form-type-1 h2::before {
  display: none;
}
.form-type-1 input:not([type="checkbox"]) {
  padding: 19.5px 40px;
  font-size: 18px;
  line-height: 21px;
  color: #8F8F8F;
  border-radius: 32px;
  background: #fff;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
}
.form-type-1 label {
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.form-type-1 label a {
  color: #111;
}
.form-type-1 label a:hover {
  text-decoration: underline;
}
/***************************************/
/************** ЧЕКБОКСЫ ***************/
/***************************************/
.custom-control {
  position: relative;
  display: block;
  min-height: 100%;
  padding-left: 30px;
  display: flex;
}
.custom-control-label::before {
  top: 0;
  left: -30px;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.custom-control-label::after {
  top: 0;
  left: -30px;
  width: 16px;
  height: 16px;
  background: url('../icons/check.svg') 0px 3px / contain no-repeat;
  transition: .5s;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
/*home-table*/ 
.info-1 .home-table .container {
	padding-left: 50px;
	padding-right: 50px;
}
.home-table .block-border {
	border: 1px solid #c4c4c4;
	border-radius: 16px;
	overflow: hidden;
}
.home-table .block-title {
	padding: 24px 50px;
	border-bottom: 1px solid #c4c4c4;
}
.info-1 .home-table-title {
	max-width: 474px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
.home-table .home-table-btn {
	padding: 18px 47px;
	border-radius: 32px;
	font-size: 18px;
	font-weight: 600;
	background-color: #103f59;
} 
.home-table table {
	width: 100%;
}
.home-table table tr th {
	width: 50%;
	padding: 16px 50px;
	font-size: 18px;
	font-weight: 700;
	background-color: #e9ecef;
}
.home-table table tr th:last-child {
	border-left: 1px solid #c4c4c4;
}
.home-table table tr td {
	width: 50%;
	padding: 28px 50px;
}
.home-table table tr td:first-child {
	font-weight: 700;
}
.home-table table tr td:last-child {
	border-left: 1px solid #c4c4c4;
}
.home-table table tr:nth-child(even) td {
	background-color: #e9ecef;
}
@media(max-width:1200px) {
	.info-1 .home-table-title {
		max-width: 100%;
		margin-bottom: 24px;
		text-align: center;
	}
}
@media(max-width:992px) {
	.home-table .block-title {
		padding: 24px;
	}
	.home-table table tr th {
		padding: 16px 12px;
	}
	.home-table table tr td {
		padding: 19px 12px;
	}
	.banner-utp .block-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}
@media(max-width:576px) {
	.info-1 .home-table .container {
		padding-left: 0;
		padding-right: 0;
	}
	.info-1 .home-table-title {
		font-size: 18px;
	}
	.home-table .home-table-btn {
		padding: 18px 20px;
	}
	.home-table table tr th:first-child {
		width: 70%;
		font-size: 14px;
	}
	.home-table table tr th:last-child {
		width: 30%;
		font-size: 14px;
	}
	.home-table table tr td {
		font-size: 14px;
	}
	.banner-utp .card {
		padding: 16px;
		font-size: 14px;
	}
	.banner-utp .card img {
		max-width: 40px;
	}
	.bg-banner-category {
		padding-bottom: 8px !important;
	}
	.bg-banner-category .banner-form {
		padding: 0;
		background-color: transparent;
	}
	.bg-banner-category .banner-form-title {
		max-width: 200px;
		margin: 0 auto 16px;
		font-size: 16px;
	}
	.bg-banner-category .banner-price {
		margin-bottom: 220px;
		font-size: 16px;
		line-height: 1.2;
	}
	.bg-banner-category .checkboxes-container label {
		font-size: 12px;
	}
}
/* БЛОК ИНДИВИДУАЛЬНАЯ КРЕМАЦИЯ НА ГЛАВНОЙ*/
.ind-crem{
		background: #335BA8;
		padding: 15px 0px;
		margin-bottom: 100px;
	}
	.ind-crem .left{
		padding-left: 20px;
	}
	.ind-crem h2{
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		font-size: 36px;
		line-height: 42px;
		color: #FFFFFF;
		margin-top: 20px;
	
	}
	.ind-crem h2::before {
    	content:none;
	}
	.ind-crem h2 +p{
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
		color: #FFFFFF;
	}
	.ind-crem .line{
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	.ind-crem .line span{
		color:#fff;
		margin-right: 20px;
		font-size: 50px;
	}
	.ind-crem .line p{
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		color: #FFFFFF;
		margin-bottom: 0;
	}
	.ind-crem a{
		background: #FFFFFF;
		border-radius: 4px;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 23px;
		text-align: center;
		color: #000000;
		padding: 10px 63px;
		
	}
	.ind-crem .podr{
		margin: 30px 0 30px 10px;
	}
	.ind-crem .img img{
		width:100%;
	}
/* КОНЕЦ */
/* СТРАНИЦА КРЕМАЦИЯ */
	.indiv-crem h2{
		font-family: Roboto;
		font-style: normal;
		font-weight: 500;
		font-size: 28px;
		line-height: 33px;
		color: #000000;
	}
	.indiv-crem h2::before {
    	content:none;
	}
	.indiv-crem p{
		font-size: 16px;
		line-height: 180%;
	}
	.indiv-crem ul{
		padding-left: 20px;
	}
	.indiv-crem ul li{
		list-style-type: disc;
		font-size: 16px;
		line-height: 180%;
	}
	.indiv-crem .txt, .indiv-crem .img{
		margin-bottom: 20px;
	}
	.sravn-cen h2{
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		font-size: 38px;
		line-height: 45px;
		text-align: left;
		color:#335BA8;
		margin:30px 0 40px;
	}
	.sravn-cen h2::before {
    	content:none;
	}
	.sravn-cen h3{
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		font-size: 36px;
		line-height: 42px;
		text-align: center;
		color: #335BA8;
		margin-bottom: 30px;
	}
	.sravn-cen .table thead th:first-child {
	    width:50%;
	}
	.sravn-cen .table thead th:last-child {
	    text-align: right;
	}
	.sravn-cen .table thead th{
		border-top: none;
		border-bottom: 1px solid #dee2e6;
	}
	.sravn-cen .table tr td:last-child {
	    text-align: right;
	}
	.sravn-cen .table tr td:first-child{
		border-right: 1px solid #dee2e6;
	}
	.sravn-cen .table tr td{
		font-size: 16px;
		line-height: 180%;
	}
	.sravn-cen .order{
		text-align: center;
	}
	.sravn-cen .order button{
		background: #FFFFFF;
		border: 2px solid #335BA8;
		border-radius: 5px;
		padding: 10px 40px;
		outline:none;
		cursor:pointer;
	}
	.sel-urna h2{
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 36px;
		line-height: 42px;
		color: #335BA8;
		margin:30px 0 20px;
	}
	.sel-urna h2::before {
    	content:none;
	}
	.sel-urna .col-lg-4{
		margin-bottom: 30px;
	}
	.sel-urna .item{
		border: 2px solid #335BA8;
		box-sizing: border-box;
		border-radius: 35px;

	}
	.sel-urna .item .img{
		
		position:relative;
	}
	.sel-urna .item .txt{
		background: linear-gradient(180deg,rgba(255,255,255,0) 33.85%,#fff 100%);
	    position: absolute;
	    bottom: 0;
	    text-align: center;
	    width: 100%;
	    height: 70%;
	    display: flex;
	    flex-direction: column;
	    justify-content: end;
	}
	.sel-urna .item img{
		width:100%;
	}
	.sel-urna .item .txt p{
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #000000;
	}
	.sel-urna .item .order-btn{
		background: #335ba8;
	    border-radius: 0 0 30px 30px;
	    height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    
	    font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #FFFFFF;
		cursor:pointer;
	}
	.digits{
		margin-top: 80px;
	}
	.digits h2{
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		font-size: 38px;
		line-height: 45px;
		text-align: center;
		color: #335BA8;
		margin-top: 20px;
	}
	.digits h2::before {
    		content:none;
		}
	.digits .left img{

	}
	.digits .right{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.digits .right .col-lg-4{
		flex: 0 0 48.5%;
    	max-width: 48.5%;
    	border: 1px solid #335BA8;
		box-sizing: border-box;
		border-radius: 10px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.digits .right .col-lg-4 .item{
		display: flex;
		align-items: center;
	}
	.digits .right .col-lg-4 .item img{
		margin-right: 30px;
	}
	.digits .right .col-lg-4 .item span{
		font-size: 16px;
		line-height: 180%;
	}
	
	.navbar-wrap.fixed-top +div, /*main*/{
			padding-top:52px;
		}
	/*	main{
			padding-top:50px;
		}*/
	@media (max-width:320px){
		.navbar-wrap .info{
			display: flex !important;
			flex-direction: column;
			padding-left: 15px;
		}
		/*main{
			padding-top:150px;
		}*/
		.navbar-wrap .logo img{
			height:auto;
			width:90%;
		}
		.navbar-wrap .info span{
			font-size:10px;
		}
		.ind-crem h2{
			font-size:27px;
		}
	}
	@media (min-width:321px) and (max-width:767px){
		.navbar-wrap .logo img{
			height:auto;
		}
		
		.navbar-wrap .info{
			display: flex !important;
			flex-direction: column;
			padding-left: 10px;
		}
		.navbar-wrap .info span{
			font-size:13px;
		}
		.indiv-crem .txt ul{
			padding-left: 15px;
		}
		.ind-crem h2{
			font-size:30px;
		}
		.sravn-cen h2, .sel-urna h2{
			font-size:29px;
			text-align: center;
		}
		.sravn-cen h3{
			font-size: 26px;
			margin-top: 25px;
		}
		.digits h2{
			font-size: 30px;
		}
		.digits h2::before {
    		content:none;
		}
		.digits .right .col-lg-4{
			flex: 0 0 100%;
    		max-width: 100%;
		}
		.digits .right .col-lg-4 .item img{
			width:25%;
		}
		.digits .right .col-lg-4 .item{
			padding:15px;
		}
	}
	#modal_ind .modal-content{
		width: 350px;
		border: 1px solid #335BA8;
		padding:0 30px;
		border-radius: 0;
	}
	#modal_ind .modal-title{
		font-family: Roboto;
		font-style: normal;
		font-weight: 900;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		color: #335BA8;
	}
	#modal_ind .close{
		text-align: right;
		margin-right: 0;
		margin-top: 10px;
		color: #c4c4c4;
		font-size: 35px;
	}#modal_ind .close:active{
		outline:none;
	}
	#modal_ind .modal-header{
		border-bottom: none;
	}
	#modal_ind input{
		border: 1px solid #335BA8;
		border-radius:5px;
		outline:none;
		padding: 10px 5px;
		margin-bottom: 0;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #C4C4C4;
	}
	#modal_ind button.send{
		background: #335BA8;
		border-radius: 5px;
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		color: #FFFFFF;
		width: 100%;
	}
	#modal_ind .pol-text{
		font-family: Roboto;
		font-style: normal;
		font-weight: 300;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		color: #808080;
		margin-top: 15px;
		width: 80%;
		margin: 15px auto;
	}
/* КОНЕЦ СТРАНИЦА КРЕМАЦИЯ */
/**/

/***************************************/
/************* БЛОК О НАС **************/
/***************************************/
.info-1 p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 5px;
  color: #000;
}
.info-1 svg {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.info-1 h3,
.info-1 .h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #464646;
  margin-bottom: 10px;
}
.info-1 h3 + p,
.info-1 .h3 + p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #616161;
}
/***************************************/
/********** КАК МЫ РАБОТАЕМ ***********/
/***************************************/
.how {
	padding-top: 34px;
	padding-bottom: 82px;
}
.how .title {
	display: block;
	font-weight: 700;
}
.how .title::before {
	content: unset;
}
@media (max-width:992px) {
	.how .block-card {
		flex-wrap: wrap;
		justify-content: center !important;
		gap: 24px;
	}
}
/***************************************/
/********** НАШИ СПЕЦИАЛИСТЫ ***********/
/***************************************/
.doctors-block h3,
.doctors-block .h3 {
  font-size: 18px;
  line-height: 21px;
  color: #111;
  margin-bottom: 8px;
}
.doctors-block h3 a,
.doctors-block .h3 a {
  color: #111;
}
.doctors-block h3 a:hover,
.doctors-block .h3 a:hover {
  text-decoration: underline;
}
.doctors-block .image {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 270px;
  margin-bottom: 12px;
  overflow: hidden;
}
.doctors-block .image img {
  width: 100%;
  height: 100%;
  transition: .5s;
  object-fit: cover;
}
.doctors-block .image:hover + .desc a {
  text-decoration: underline;
}
.doctors-block .image:hover img {
  transform: scale(1.3, 1.3);
}
.doctors-block .desc {
  padding: 0 20px;
}
.doctors-block .desc span:last-child {
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
/********************************/
/*ссылки на полные списки итемов*/
/********************************/
.showmore {
  font-size: 16px;
  line-height: 1;
  color: #103F59;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 30px 11px 30px;
  border-radius: 20px;
  transition: .5s;
}
.showmore svg {
  display: block;
  margin-left: 11px;
  position: relative;
  stroke: #103F59;
  transition: .5s;
}
.showmore:hover {
  background: #103F59;
  color: #fff;
  text-decoration: none;
}
.showmore:hover svg {
  stroke: #fff;
}
/***************************************/
/******** ФОРМА С ТРЕМЯ ПОЛЯМИ *********/
/***************************************/
.form-type-2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-type-2 .container {
  position: relative;
  z-index: 1;
  /*padding: 30px 15px 29px;*/
  padding: 68px 15px 55px;
}
.form-type-2 h2 {
  color: #fff;
  justify-content: center;
  margin-bottom: 30px;
}
.form-type-2 h2::before {
  display: none;
}
.form-type-2 input:not([type="checkbox"]) {
  padding: 19.5px 40px;
  font-size: 18px;
  line-height: 21px;
  color: #8F8F8F;
  border-radius: 32px;
  background: #fff;
  border: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .form-type-2 input:not([type="checkbox"]) {
    max-width: 370px;
    margin: 0 auto;
    display: block;
  }
}
.form-type-2 input[type="submit"] {
  margin-bottom: 14px;
}
.form-type-2 label {
  font-size: 14px;
  line-height: 16px;
  color: #111;
}
.form-type-2 label a {
  color: #111;
}
.form-type-2 label a:hover {
  text-decoration: underline;
}
/***************************************/
/*************** АКЦИИ *****************/
/***************************************/
.actions-block .action-item {
  position: relative;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
}
.actions-block .action-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.action-item p{
    line-height: 20px;
}
.actions-block .action-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.actions-block .action-item > div span:last-child {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.actions-block .h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
/***************************************/
/****** ФОРМА С ЗАГОЛОВКОМ СКИДКИ ******/
/***************************************/
.form-type-3 {
  position: relative;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .form-type-3 {
    background-size: cover;
  }
}
.form-type-3 .container {
  position: relative;
  z-index: 1;
  padding: 20px 15px 30px;
}
.form-type-3 h2 {
  justify-content: flex-start;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.form-type-3 h2 span.d-block {
  flex: 0 0 100%;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 40px;
}
.form-type-3 h2 span.d-block strong {
  font-weight: bold;
  font-size: 51px;
  line-height: 60px;
}
.form-type-3 input:not([type="checkbox"]) {
  padding: 17.5px 40px;
  font-size: 18px;
  line-height: 21px;
  color: #8F8F8F;
  border-radius: 32px;
  background: #fff;
  border: 0;
  width: 100%;
  border: 2px solid #335ba8;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form-type-3 input:not([type="checkbox"]) {
    max-width: 370px;
    display: block;
    margin: 0 auto 20px;
  }
}
.form-type-3 input[type="submit"] {
  padding: 20px 40px;
  margin-bottom: 0 !important;
  border: 0;
}
/***************************************/
/*********** МЕТОДЫ ЛЕЧЕНИЯ ************/
/***************************************/
.info-2 {
  padding-bottom: 114px;
}
.info-2 .first {
  align-items: flex-end;
}
.info-2 .first img {
  margin-bottom: 58px;
}
.info-2 .last {
  align-items: flex-start;
}
.info-2 .desc {
  max-width: 470px;
}
.info-2 h3,
.info-2 .h3 {
  font-size: 16px;
  line-height: 150%;
  color: #111111;
}
/***************************************/
/************** PARTNERS ***************/
/***************************************/
.partners-block img {
  width: 100%;
  height: 159px;
  border-radius: 10px;
  object-fit: contain;
}
/***************************************/
/****** EQUIPMENT - ОБОРУДОВАНИЕ *******/
/***************************************/
.tech-block .desc {
  max-width: 470px;
  padding-top: 10px;
}
.tech-block p {
  font-size: 16px;
  line-height: 180%;
  color: #111111;
  margin-bottom: 5px;
}
/***************************************/
/**************** NEWS *****************/
/***************************************/
.news-block {
  background: #335ba8;
}
.news-block h2 {
  color: #fff;
}
.news-block .news-item-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  height: 231px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  overflow: hidden;
}
.news-block .news-item-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.68%, rgba(0, 0, 0, 0.7) 100%);
}
.news-block .news-item-inner h3,
.news-block .news-item-inner .h3 {
  width: 100%;
  padding: 12px 40px;
  position: relative;
  margin: 0;
  z-index: 3;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 20px;
}
.news-block .news-item-inner img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
/*Элементы управления слайдера*/
.controls {
  display: flex;
}
.controls button {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}
.controls button:hover {
  background: #335ba8;
}
.controls button:focus {
  background: #49BEB3;
}
.controls a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 19px;
  color: #103F59;
  margin-right: 14px;
  border-radius: 20px;
  transition: .5s;
  text-decoration: none;
}
.controls a:hover {
  background: #103F59;
  color: #fff;
}
#news-controls {
  display: flex;
}
#news-controls button:first-child {
  margin-right: 20px;
}
/***************************************/
/************** REVIEWS  ***************/
/***************************************/
.reviews-block .review {
  background: #EFFCFB;
  border-radius: 20px 20px 0px 20px;
  padding: 40px 53px 43px 40px;
}
.reviews-block .review-title {
  display: flex;
  align-items: center;
}
.reviews-block .review-title .image {
  height: 70px;
  flex: 0 0 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 23px;
  background: #fff;
}
.reviews-block .review-title .image svg {
  width: 36px;
  height: 36px;
}
.reviews-block .review-title .h3 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  margin-bottom: 6px;
}
.reviews-block .review-title span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
/***************************************/
/********** PAYMENT METHODS ************/
/***************************************/
.payment-block {
  padding-bottom: 113px;
}
.payment-block img {
  display: block;
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
}
.payment-block h3,
.payment-block .h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;
}
/***************************************/
/************* MAP BLOCK ***************/
/***************************************/
.map-block {
  margin-bottom: 85px;
  /* Карта - изображение */
  /* Контакты блока с картой */
}
.map-block .map-inner {
  border: 2px solid #335ba8;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.map-block .map {
  flex: 1 1 0;
}
.map-block .map img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.map-block .contacts {
  flex: 0 0 500px;
  padding: 30px 50px;
  text-align: center;
}
.map-block h2 {
  font-size: 32px;
  line-height: 37px;
  color: #111111;
  margin-bottom: 30px;
}
.map-block h2::before {
  display: none;
}
.map-block ul {
  text-align: left;
}
.map-block ul li:last-child {
  margin-bottom: 52px;
}
.map-block ul li strong {
  color: #103F59;
}
/***************************************/
/*************** FOOTER ****************/
/***************************************/
footer {
  background: #335ba8;
  /* ССЫЛКИ */
  /* КОНТАКТЫ ФУТЕРА */
  /* ЛОГОТИП ФУТЕРА */
}
footer .container {
  position: relative;
  padding: 50px 15px 48.5px;
}
footer .container::after {
  content: '';
  width: calc(100% - 30px;);
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 48.5px;
}
footer ul > li {
  margin-bottom: 20px;
}
footer ul > li > a {
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  font-weight: 500;
}
footer ul > li:last-child {
  margin-bottom: 0;
}
footer ul > li > ul li {
  line-height: 14px;
  margin-bottom: 10px;
}
footer ul > li > ul li > a {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  font-weight: normal;
}
footer ul > li > ul li:last-child {
  margin-bottom: 29.5px;
}
footer ul li a {
  transition: .5s;
}
footer ul li a:hover {
  color: #333;
}
footer .contacts .d-block {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
footer .contacts .phone a {
  font-weight: bold;
  text-decoration-line: underline;
  color: #fff;
  margin-bottom: 16px;
  transition: .5s;
}
footer .contacts .phone a:hover {
  color: #333;
}
footer .contacts .socials {
  width: 195px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .contacts .socials a {
  transition: .5s;
}
footer .contacts .socials a:hover {
  filter: brightness(1.2);
}
footer .logo {
  flex: 0 0 300px;
}
footer .logo img {
  width: 100%;
}
/***************************************/
/************ LARGE DEVICES ************/
/***************************************/
@media (max-width: 1200px) {
  .map-block .contacts {
    flex: 0 0 420px;
  }
  footer .logo {
    flex: 0 0 200px;
  }
}
/***************************************/
/*********** MEDIUM DEVICES ************/
/***************************************/
@media (max-width: 991px) {
  .carousel-block .carousel-item .item-title {
    font-size: 50px;
    line-height: 60px;
  }
  .carousel-block .carousel-item ul li {
    font-size: 18px;
  }
  .map-block .contacts {
    flex: 0 0 340px;
    padding: 30px;
  }
  .form-type-2 .col-lg-4.d-flex {
    justify-content: center !important;
  }
  .row h2 {
    flex: 0 0 100%;
  }
  .showmore {
    margin-top: 30px;
  }
  .info-1 .pt-70 {
    padding-top: 40px;
  }
  .info-1 svg {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .reviews-block .row .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .contacts .socials {
    margin-bottom: 30px;
  }
}
/***************************************/
/*********** SMALL DEVICES**************/
/***************************************/
@media (max-width: 768px) {
  .carousel-block .carousel-item .item-title {
    font-size: 34px;
    line-height: 40px;
  }
  .payment-block {
    padding-bottom: 40px;
  }
  .map-block {
    margin-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .info-2 {
    padding-bottom: 40px;
  }
  .pb-70 {
    padding-bottom: 40px !important;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 30px !important;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .map-block .map-inner {
    flex-wrap: wrap;
  }
  .map-block .map {
    flex: 0 0 100%;
  }
  .map-block .contacts {
    flex: 0 0 100%;
    padding: 20px;
  }
  h1,
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  header .schedule .socials {
    padding-top: 5px;
  }
  header .schedule span {
    font-size: 13px;
  }
  .form-type-3 span.d-block {
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .mb-30 {
    margin-bottom: 20px !important;
  }
	.bg-banner-category {
		min-height: unset;
		margin-top: 96px;
		padding-top: 0;
		padding-bottom: 38px;
	}
	.bg-banner-category .container {
		padding-top: 28px !important;
	}
	.bg-banner-category .banner-title {
		margin-bottom: 12px;
	}
	.bg-banner-category .banner-list {
		margin-bottom: 192px;
		font-size: 16px;
	}
	.bg-banner-category .banner-list svg {
		width: 30px;
		height: 30px;
	}
	.bg-banner-category .col-sm-8,
	.bg-banner-category .col-md-6,
	.bg-banner-category .col-12 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.bg-banner-category .banner-list li:not(:last-child) {
		margin-bottom: 4px;
	}
}
/***************************************/
/********* EXTRASMALL DEVICES **********/
/***************************************/
@media (max-width: 575px) {
  .carousel-block .carousel-item .item-title {
    font-size: 30px;
    line-height: 34px;
  }
  .carousel-block .carousel-item ul li {
    font-size: 15px;
  }
  .carousel-block .carousel-indicators li {
    margin: 0 8px;
  }
  .navbar-wrap .brandrow .logo {
    flex: 0 0 160px;
    top: 6px;
    margin-right: 15px;
  }
  .navbar-wrap .turnBlack svg {
    width: 40px;
  }
  .info-1 .col-lg-3 {
    text-align: center;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  footer .col-md-8 {
    margin-bottom: 20px;
  }
  footer .logo {
    display: none;
  }
  footer .col-md-4 .row {
    justify-content: flex-end !important;
  }
  .services-block .service-item span:first-child {
    font-size: 16px;
  }
  .form-type-1 .container {
    position: relative;
    z-index: 1;
    padding: 40px 15px;
  }
  footer ul > li {
    margin-bottom: 6px;
  }
  footer .contacts .socials {
    width: 160px;
  }
}
@media (max-width: 445px) {
  .carousel-block .carousel-item ul li {
    font-size: 14px;
  }
  .carousel-block .carousel-item ul {
    margin-bottom: 20px;
  }
  .navbar-wrap .brandrow .phone {
    font-size: 14px;
  }
  .navbar-wrap .brandrow .logo {
    flex: 0 0 150px;
    top: 6px;
    margin-right: 5px;
  }
  .navbar-wrap .turnBlack span {
    font-size: 12px;
  }
  .navbar-wrap .turnBlack svg {
    width: 35px;
  }
  header .schedule a {
    font-size: 13px;
  }
  header .schedule .socials {
    flex: 0 0 140px;
  }
  .services-block .service-item .price {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }
}
/**********************************************/
/********** ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ ***********/
/**********************************************/
.simplify * {
  letter-spacing: 2px;
  line-height: 1.5 !important;
}
.simplify *:not(.nav-link) {
  border-color: #000 !important;
}
.simplify h2 {
  color: #000 !important;
}
.simplify h3,
.simplify .h3 {
  font-size: 24px !important;
}
.simplify p {
  font-size: 18px !important;
}
.simplify .cyan {
  color: #fff !important;
}
.simplify .btn,
.simplify input[type="submit"] {
  background: #c82828 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.simplify .btn:hover,
.simplify input[type="submit"]:hover,
.simplify .btn:focus,
.simplify input[type="submit"]:focus {
  background: #aa1414 !important;
}
.simplify img {
  filter: grayscale(1);
}
.simplify .form-type-1,
.simplify .form-type-2,
.simplify .form-type-3 {
  background-image: none !important;
  background-color: #222;
}
.simplify .form-type-1 h2,
.simplify .form-type-2 h2,
.simplify .form-type-3 h2 {
  color: #fff !important;
}
.simplify .form-type-1 h2::before,
.simplify .form-type-2 h2::before,
.simplify .form-type-3 h2::before {
  background: #fff;
}
.simplify .form-type-1 h2 span.d-block,
.simplify .form-type-2 h2 span.d-block,
.simplify .form-type-3 h2 span.d-block {
  color: #fff;
}
.simplify .form-type-1 .custom-control,
.simplify .form-type-2 .custom-control,
.simplify .form-type-3 .custom-control {
  padding-left: 45px;
}
.simplify .form-type-1 .custom-control-label,
.simplify .form-type-2 .custom-control-label,
.simplify .form-type-3 .custom-control-label {
  color: #fff;
  font-size: 18px;
}
.simplify .form-type-1 .custom-control-label::before,
.simplify .form-type-2 .custom-control-label::before,
.simplify .form-type-3 .custom-control-label::before {
  left: -45px;
  width: 30px;
  height: 30px;
}
.simplify .form-type-1 .custom-control-label::after,
.simplify .form-type-2 .custom-control-label::after,
.simplify .form-type-3 .custom-control-label::after {
  top: 3px;
  left: -44px;
  width: 30px;
  height: 30px;
}
.simplify .form-type-1 .custom-control-label a,
.simplify .form-type-2 .custom-control-label a,
.simplify .form-type-3 .custom-control-label a {
  color: #fff;
}
.simplify .form-type-3 h2 {
  justify-content: center;
  text-align: center;
}
.simplify .form-type-3 .row {
  justify-content: center;
}
.simplify .showmore {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.simplify .showmore svg {
  stroke: #000;
}
.simplify .showmore:hover {
  background: #000;
}
.simplify .showmore:hover svg {
  stroke: #fff;
}
@media (max-width: 480px) {
  .simplify header .schedule {
    text-align: center;
    justify-content: center;
  }
}
.simplify header .schedule span {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .simplify header .schedule span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .simplify header .schedule span {
    font-size: 16px;
  }
}
.simplify header .schedule .socials {
  flex: 0 0 200px;
}
@media (max-width: 480px) {
  .simplify header .schedule .socials {
    flex: 0 0 150px;
    margin-top: 10px;
  }
}
.simplify header .schedule .socials svg {
  width: 45px;
  height: 45px;
}
@media (max-width: 480px) {
  .simplify header .schedule .socials svg {
    width: 30px;
    height: 30px;
  }
}
.simplify header .schedule a {
  font-size: 22px;
}
@media (max-width: 991px) {
  .simplify header .schedule a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .simplify header .schedule a {
    font-size: 16px;
  }
}
.simplify .services-block .row {
  align-items: stretch;
}
.simplify .services-block .service-item {
  height: 100%;
}
.simplify .services-block .service-item .price {
  font-size: 24px;
  font-weight: bold;
}
.simplify .carousel-block .image-bg {
  filter: brightness(0.7) grayscale(1);
}
.simplify .news-block {
  background: #fff;
}
.simplify .news-block .controls a {
  font-size: 20px;
}
.simplify .news-block .controls a:hover {
  background: #000;
  color: #fff;
}
.simplify .news-block .controls button {
  background: #000;
  width: 50px;
  height: 50px;
}
.simplify .news-block .controls button img {
  filter: invert();
}
.simplify .news-block .controls button:hover,
.simplify .news-block .controls button:focus {
  background: #444;
}
.simplify .actions-block .action-item > div span:last-child {
  font-size: 18px;
}
.simplify footer {
  background-color: #222;
}
.simplify footer ul li a {
  color: #fff;
}
.simplify footer ul li a:hover {
  color: #f5f5f5;
}
.simplify footer ul > li > ul li > a {
  font-size: 18px;
}

.card-faq {
  background-color: #335ba8;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
.close-faq {
  background-image: url(../img/angle-up.svg);
  width: 22px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: .5s;
}
.collapsed > .close-faq {
  background-image: url(../img/angle-down.svg);
  width: 22px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: .5s;
}
.card-header-faq{
  background-color: var(--color-main);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #FFFFFF;
}
.card-body-faq {
	background-color: #FFF;
    padding: 10px;
    color: #00000;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#reviews .reviews {
  margin-top: 50px; }
  #reviews .reviews .reviews-all {
    cursor: pointer;
    color: #a5a7a8;
    text-align: center;
    margin-top: 30px;
    text-decoration-line: underline; }
  #reviews .reviews h1 {
    margin-bottom: 30px;
    color: var(--color-main);
    text-align: center; }

.review-card {
  background-color: #335ba8;
  padding: 20px;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 20px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.stars {
  display: flex; }

.review-card-author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px; }

.review-user-name {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 13px; }
  .review-user-name span {
    margin-left: 10px; }

.review-user-name {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px; }

.stars {
  margin-left: 10px; }
  .stars svg {
    width: 23px;
    height: 23px;
    margin-right: 5px; }
/*tabs*/
.tabs {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #E9ECEF;
}
.tabs-title {
	margin-bottom: 48px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
.nav-tabs {
	margin-bottom: 48px;
	border: 0;
}
.nav-tabs .nav-item {
	margin-bottom: unset; 
}
.nav-item:not(:last-child) {
	margin-right: 16px;
}
.nav-tabs .nav-link {
	padding: 12px 24px;
	border-radius: 15px;
	border: 1px solid #103F59;
	text-align: center;
	color: #3E3E3E;
	background-color: #fff;
}
.nav-tabs .nav-link.active {
	background-color: #103F59;
	color: #fff;
}
.tabs-subtitle {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.tabs-list {
	columns: 3;
}
.tabs-list li {
	display: flex;
	padding: 16px 24px;
	border: 1px solid #878787;
	font-weight: 700;
	background-color: #fff;
}
.tabs-list li:not(:nth-child(3n)) {
	margin-bottom: 16px;
}
.tabs-list li hr {
	display: inline;
	flex: 1;
	margin: 17px 0 0 0;
	border-top: 1px dashed #878787;
}
@media (max-width: 991.98px) {
	.nav-tabs {
		flex-direction: column;
	}
	.nav-tabs .nav-item {
		margin-right: 0;
	}
	.nav-tabs .nav-item:not(:last-child) {
		margin-bottom: 16px;
	}
	.tabs-list {
		columns: 1;
	}
	.tabs-list li:not(:nth-child(3n)) {
		margin-bottom: unset;
	}
	.tabs-list li:not(:last-child) {
		margin-bottom: 16px;
	}
}
@media (max-width: 575.98px) {
	.tabs {
		padding-top: 24px;
		padding-bottom: 24px;
		background-color: #fff;
	}
	.tabs-title {
		margin-bottom: 24px;
	}
	.nav-tabs {
		margin-bottom: 24px;
	}
}
/*text-home*/
.text-home {
	padding-top: 80px;
	padding-bottom: 80px;
}
.text-home .title {
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.text-home .title::before {
	content: unset;
}
.text-home ul {
	margin-bottom: 16px;
}
.text-home ul li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/text-home-list-marker.svg);
}
.text-home ul li:not(:last-child) {
	margin-bottom: 8px;
}
@media (max-width:575.98px) {
	.text-home {
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.text-home .title {
		font-size: 28px;
		margin-bottom: 8px;
	}
}
/*stages*/
.stages {
	padding-top: 80px;
}
.stages .title {
	display: block;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.stages .title::before {
	content: unset;
}
.stages .card {
	border: 0;
}
.stages .card-text {
	text-align: center;
}
.stages .col-md-4 .block-img {
	padding-bottom: 72px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.stages .col-md-4:first-child .block-img {
	background-image: url(/assets/img/progress-1.svg);
}
.stages .col-md-4:nth-child(2) .block-img {
	background-image: url(/assets/img/progress-2.svg);
}
.stages .col-md-4:last-child .block-img {
	background-image: url(/assets/img/progress-3.svg);
}