/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}
/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}

html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}


@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/lato-regular.woff2') format('woff2'), 
    url('/assets/fonts/lato-regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('/assets/fonts/lato-light.woff2') format('woff2'), 
    url('/assets/fonts/lato-light.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/lato-bold.woff2') format('woff2'), 
    url('/assets/fonts/lato-bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype supports variations');
	src: url('/assets/fonts/montserrat-variablefont-wght.ttf') format('truetype-variations');
	font-weight: 400 700;
	font-display: swap;
}

:root {
	--color-primary: #2a72B5;
	--color-secondary: #48d2f0;
	--color-light: #ecfeff;
	--color-black: #232323;
}

body {
	font-family: 'Lato', sans-serif;
	color: var(--color-black);
	font-size: 1rem;
	margin-top: 116px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p b {
	font-weight: 700;
}
p strong {
	color: var(--color-primary);
	font-weight: 700;
}
.hyphens {
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}
p {
	text-align: justify;

}
.text-primary {
	color: var(--color-primary) !important;
}

.text-red {
	color: #E22E37;
}

a:link, a:visited, a:active {
	color: var(--color-black);
	text-decoration: underline;
}

a:hover {
	color: var(--color-black);
	text-decoration: none;
	transition-duration: 1s;
}

a:visited {
	color: var(--color-black);
	text-decoration: underline;
}


footer a:link, footer a:visited, footer a:active {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.header_hidden {
  transform: translateY(-100%);
}
.city-list {
	column-count: 4;
}
small {
	line-height: 1.2;
}
#badge iframe {
	transform: scale(1.5);
	padding-left:24px;
	width:195px;
	height:50px;
	border:none;
}

.size-48 {
	font-size: 3rem;
}
.size-20 {
	font-size: 1.2rem;
}
.fs-14 {
	font-size: 14px;
}
.for-banner li {
	margin-bottom: .25rem !important;
	font-weight: 700;
}
.bg-banner {
	/*background-image: url(/assets/img/bg-banner.jpg);
	background-image: url(https://fakeimg.pl/1920x500/);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background-color: var(--color-light);
}
.bg-mob-banner-men{
	background-image: url(/assets/img/man-mob-baner.webp);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 100% 72%;
	overflow: visible;
}
.new-bg-banner {
	background-image: url(/assets/img/new-bg-banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 622px;
}
.red-bullit {
	list-style-image:url(/assets/img/bull.svg);
}
.bg-feedback {
	background-image: url(/assets/img/feedback-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-feedback-2 {
	background-image: url(/assets/img/bg-feedback-2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-feedback-3 {
	background-image: url(/assets/img/bg-feedback-3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-feedback-3-mob {
	background-image: url(/assets/img/bg-baner-3-mob.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-feedback-mob {
	background-image: url(/assets/img/bg-feedbdck-mob.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.opacity-90 {
	opacity: .9;
}
.bg-light {
	background-color: var(--color-light) !important;
}
.bg-dark {
	background-color: var(--color-black) !important;
}
.bg-secondary {
	background-color: var(--color-secondary) !important;
}

.logo-header {
	height: 60px;
}
.logo-footer {
	height: 60px;
}

.marquee{

}
.marquee span {
  text-align:center;
  display: block;
  animation: text 45s infinite linear;
  white-space: nowrap;
  padding-left: 1300px;
}
@keyframes text {
  0%{
    transform: translate(0, 0);
  }
  
  100%{
    transform: translate(-295%, 0);
  }
}
.btn-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	border-radius: 0px;
}
.btn-primary:hover {
	background-color: #173e63;
	border-color: #173e63;
}
.form-check-input {
	background-color: var(--color-primary) !important;
}
.form-control{
border:1px solid #48D2F0;
}
.text-card-price {
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
p.card-title {
	color: var(--color-primary) !important;
	font-size: 1.5rem;
	font-weight: 700;
	hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	text-align: start;
	
}

.related_services .card{
	box-shadow: 0px 1px 2px rgba(145, 158, 171, 0.24);
}

.related_services .card:hover{
	transition: all 0.5s;
	box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.24), 0px 12px 24px rgba(145, 158, 171, 0.24);
}

.related_services a{
	text-decoration: none;
}

a.btn-primary {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn-primary:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color:  var(--color-primary) !important;
 /* border: none !important; */
  border-color: var(--color-primary) !important;
  border-radius: 0 !important;
}

.btn-outline-primary {
	border-color: var(--color-primary) !important;
	color: var(--color-primary) !important;
}
.btn-outline-primary:hover {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}
/* кнопка наверх */
.tostart {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: fixed;
	left: 9px;
	bottom: 5%;
	z-index: 10;
	display: none;
	opacity: 1;

}

.card-footer{
	background-color: transparent;
	border:none;
}
/* кнопка назад */
.history-hide {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: fixed;
	left: 9px;
	bottom: 80px;
	z-index: 10;
	opacity: 1;
}
.rating-area {
	overflow: hidden;
	width: 210px;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px var(--color-primary);
}
.rate-area > label:active {
	position: relative;
}
.rating-result {
	width: 265px;
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active_star {
	color: gold;
}

.round-img{
	border-radius: 50%;
}
.tostart:hover {
  cursor: pointer;
  background-color:  var(--color-primary);
  opacity: .5;
  transition-duration: .3s;
}
.history-hide:hover {
  cursor: pointer;
  background-color:  var(--color-primary);
  opacity: .5;
  transition-duration: .3s;
}

.my-table td:last-child {
	  
	white-space: nowrap;
	
}
.my-table-category tbody tr:nth-child(odd) {
    background: var(--color-light)!important;
}
.my-table-tile td:last-child {
	text-align: end;
	vertical-align: bottom;
}

.my-table-category thead {
	
	
	font-weight: 700;
	font-size: 1.5rem;
	color: black;
	
}

.my-table-category.table>:not(:first-child)>*{
	width: auto;
}

.tab-pane{
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: var(--color-light) !important;
	border-radius: 0px 5px 5px 5px;
}

.nav-item + .nav-item{
	margin-left: 5px !important;
}

.nav-link{
	color: var(--color-black) !important;
}
.nav-link:hover{
	color: var(--color-primary) !important;
}
.nav-link{
	border-width: 2px 2px 0px 2px !important;
	border-style: solid;
	border-radius: 5px 5px 0px 0px;
	color: var(--color-black) !important;
}
.nav-tabs{
	border-color: var(--color-light) !important;
}

.nav-link.active{
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: var(--color-light) !important;
	border-radius: 5px 5px 0px 0px;
	color: var(--color-primary) !important;
}


.my-img {
	width: 100% !important;
}

/*слайдер на свайпере*/
.my-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 4px;
	background: #D9D9D9;
	border-radius: 4px;
}

.my-pagination .swiper-pagination-bullet-active{
	background: #2A72B5;
}
.swiper, .swiper-container{
	overflow: visible !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	    bottom: var(--swiper-pagination-bottom,-30px)!important;
}
/* стили верхнего меню*/
.top-menu {
	font-size: 1rem;
	transition: all .3s;
}
.submenu{
	border: 1px solid var(--color-primary) !important;
	background-color: var(--color-secondary) !important;
}

.submenu li a, .submenu .nav-here a{
	padding: 5px 0 5px !important;
	
}
.submenu li:hover{
	transition:all .3s;
	background: var(--color-light);
	color: var(--color-primary) !important;
}

.top-menu a:link, .top-menu a:visited, .top-menu a:active {
	color: #fff;
	text-decoration: none;
	border-bottom:1px solid transparent;
}

.nav-here > a{
	color: white !important;
	text-decoration: none !important;
	border-bottom:1px solid white !important;
}
.submenu a:hover{
	color: var(--color-primary) !important;
}
.submenu .nav-here{
	background: var(--color-light);
}
.submenu .nav-here > a{
	color: var(--color-primary) !important;
	border-bottom:none !important;
}
.submenu a{
	color: white !important;
}
.top-menu a:hover {
	transition:all .3s;
	color: #fff;
	border-bottom:1px solid white;
	
}

.top-menu ul{
	display: none;
	background-color: white;
	position: absolute;
	top: 100%;
}
.top-menu li:hover ul {
	display: block;
}
.top-menu, .top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu li {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 .5rem;
}
.top-menu li a {
	display: block;
	padding: 0px;
	color: var(--color-black);
	text-decoration: none;
	text-align: left;
}
.top-menu ul {
	border: 1px solid var(--color-black);
}
.top-menu ul li {
	float: none;
	white-space: nowrap;
}

.top-menu ul li a:link, .top-menu ul li a:visited, .top-menu ul li a:active {
	color: var(--color-black);
	text-decoration: none;
}


.top-menu li:hover {
	
}
.top-menu ul li:hover {
	
}
.mm-spn {
font-size: 1.1rem;
font-weight: 700;
}

	.pulse-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #2668a5;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}
.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("/assets/img/whatsapp-icon.svg") center center/cover no-repeat;
  transition: .3s;
}
.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
  margin-top: 1px;
}
.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
}
 
.pulse-button:hover .pulse-button__text {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.pulse-button__rings {
  border: 1px solid #2668a5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  animation-duration: 2.0s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}
 
.pulse-button__rings:nth-child(2) {
  animation-name: pulse_2;
}
 
.pulse-button__rings:nth-child(3) {
  animation-name: pulse_3;
}

.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}

.text-gray{
	color: #757575;
}
	.revew-hide {
		position: relative;
		overflow: hidden;
		max-height: 192px;
		transition: 0.3s;
	}
.modal-title{
		font-size: 24px;
	}
	.modal-header{
		border-bottom: none;
		padding: 1rem 1rem 0;
	}bg-fb-6.png
	.modal-footer{
		border-top: none;
	}
	.my-modal-content{
		background: url('/assets/img/mob/modalbg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
 
  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}
 
@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
 
@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}

.img-sl {
	margin: 0 auto;
}
#badge iframe {
	transform: scale(1.5);
	padding-left:24px;
	width:195px;
	height:50px;
	border:none;
}
div [onclick]:hover a, div [onclick]:hover button {
	color: #2A72B5;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.46);
}
div [onclick]:active a, div [onclick]:active button {
	background-color: #59A9F3;
	border-color: #59A9F3;
	color: #fff;
	box-shadow: none;
}
div [onclick]:focus a, div [onclick]:focus button {
	background-color: #59A9F3;
	border-color: #59A9F3;
	color: #fff;
	box-shadow: none;
}
.top-menu-link {
	outline: none;
	transition: all .3s ease-in-out;
}
.top-menu-link:hover, .top-menu-link:focus {
	color: #173e63;
	box-shadow: none;
}
.top-menu-link:active {
	color: #0a58ca;
}
.my-w-80 {
	width: 80% !important;
}
.swiper-tabs {
	overflow: hidden !important;
}
.btn-link.btn-spoilerOtd:focus {
	box-shadow: none;
}
.faq-otdelka .accordion-button {
	background-color: #fff;
	color: #000;
}
.faq-otdelka .accordion-button::after {
	background-image: url(/assets/img/plus.svg);
}
.faq-otdelka .accordion-button:not(.collapsed)::after {
	transform: rotate(45deg);
}
.faq-otdelka .accordion-button:not(.collapsed) {
	border-bottom: 1px solid #757575;
}
.our-work .icon::before {
	content: '+';
}
.our-work button[aria-expanded=true] .icon::before {
	content: '-';
}
.our-work button {
	color: black;
}
/*product-page*/
.product-page .block-info {
	padding: 32px 24px;
}
.product-page-title {
	font-size: 26px;
	line-height: 1.6;
}
/*blog-page*/
.blog-page-title {
	font-size: 36px;
	font-weight: 700;
}
.blog-page .new-articles > p {
	text-align: center;
}

@media (max-width: 350px) {
/* мобильная млоденная версия таблицы */
  .my-price-table {
    border: 0;
  }
  .my-price-table thead {
    display: none;
  }

  .my-price-table tr {
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid var(--color-black);
  }

  .my-price-table td {
    display: block;
    text-align: left;
    border-bottom: 1px dotted var(--color-black);
    border-right: 1px solid transparent;
    font-size: 14px;
  }
  .my-price-table td:last-child {
    border-bottom: 0;
  }

  .my-price-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .my-price-table h4 {
  	display: none;
  }
.img-sl {

	width:100%;
}
	
.logo-header {
	height: 33px;
	width: 123px;
}
.text-otd-tpl{
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: 0.98px;
	color: #1E1E1E;
}
.text-hideOtd {
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
}
.text-hideOtdTwo{
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
}
.text-hideOtdThree{
	position: relative;
	overflow: hidden;
	max-height: 198px;
	transition: 0.3s;
}
.text-hide {
	position: relative;
	overflow: hidden;
	max-height: 172px;
	transition: 0.3s;
}

.text-hideTwo {
	position: relative;
	overflow: hidden;
	max-height: 390px;
	transition: 0.3s;
}
.text-hideTre {
	position: relative;
	overflow: hidden;
	max-height: 360px;
	transition: 0.3s;
}
.text-hideAbout {
	position: relative;
	overflow: hidden;
	max-height: 275px;
	transition: 0.3s;
}
	.contact-ip {
		font-weight: 700;
	}
	.title-contact {
		font-size: 24px;
	}
	.text-contact {
		font-size: 14px;
	}
	.contact-icon path {
		fill: #2A72B5;
	}
	.city-list {
		columns: 2 !important;
		font-weight: 400 !important;
		font-size: 12px;
	}
	.contact-subtitle {
		font-size: 24px;
		text-align: start !important;
	}
	.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}
}
@media (max-width: 329.98px){
	.bg-mob-banner-men {
		background-position: 100% 66%;
	}
	.title-contact {
		font-size: 24px;
	}
	.text-contact {
		font-size: 14px;
	}
	.contact-ip {
		font-weight: 700;
	}
	.contact-icon path {
		fill: #2A72B5;
	}
	.city-list {
		columns: 2 !important;
		font-weight: 400 !important;
		font-size: 12px;
	}
	.contact-subtitle {
		font-size: 24px;
		text-align: start !important;
	}
	.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}
}
@media (min-width: 330px) and (max-width: 576px) {
	.bg-mob-banner-men {
		background-position: 100% 66%;
	}
	.title-contact {
		font-size: 24px;
	}
	.text-contact {
		font-size: 14px;
	}
	.contact-ip {
		font-weight: 700;
	}
	.contact-icon path {
		fill: #2A72B5;
	}
	.city-list {
		columns: 2 !important;
		font-weight: 400 !important;
		font-size: 12px;
	}
	.contact-subtitle {
		font-size: 24px;
		text-align: start !important;
	}
	.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.nav-item .nav-link{
		border: 2px solid #48D2F0 !important;
		border-radius: 0;
	}
	.text-hideOtd {
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
	}
	.text-hideOtdTwo{
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
	}
	.text-hideOtdThree{
	position: relative;
	overflow: hidden;
	max-height: 198px;
	transition: 0.3s;
	}
	.text-hide {
	position: relative;
	overflow: hidden;
	max-height: 172px;
	transition: 0.3s;
	}
	.text-hideTwo {
	position: relative;
	overflow: hidden;
	max-height: 390px;
	transition: 0.3s;
	}
	.text-hideTre {
	position: relative;
	overflow: hidden;
	max-height: 360px;
	transition: 0.3s;
	}
	.text-hideAbout {
	position: relative;
	overflow: hidden;
	max-height: 275px;
	transition: 0.3s;
	}
	.input-file {
	position: relative;
	display: inline-block;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	width: 200px;
	border-radius: 4px 0px 0 4px;
	border: 2px solid #33C5F3;
	border-right: none;
	font-size: 14px;
	color: gray;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	line-height: 22px;
	height: 40px;
	padding: 4px 4px;
	border: 2px solid #33C5F3 !important;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: none;
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #fff;
}
.input-file:active .input-file-btn {
	background-color: #fff;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #fff;
}

	.bg-feedback-smeta{
		background-image: url(/assets/img/mob/image-12.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	body{
		margin-top: 50px;
	}
	.bg-feedback-mob-7 {
	background-image: url(/assets/img/bg-fb-7.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.bg-feedback-mob-6 {
	background-image: url(/assets/img/bg-fb-6.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.accordion-button:focus{
		box-shadow: none;
		border: 1px solid #757575;
	}
	.accordion-body{
		border-radius: 0px 0px 4px 4px;
		border-right: 1px solid #757575;;
		border-bottom: 1px solid #757575;;
		border-left: 1px solid #757575;;
	}
	.accordion-item{
		border:none;
	}
	.accordion-button.collapsed{
			border-radius: 4px;
	}
	.accordion-button:not(.collapsed){
		background-color: #fff;
		color: #2A72B5;
	}
	.accordion-button{
		border-radius: 4px 4px 0px 0px;
		border: 1px solid #757575;
	}
	.accordion-button:not(.collapsed):after, .accordion-button:after {
		
		background-image: url("/assets/img/mob/plus.svg");
	}
	.accordion-button:not(.collapsed):after{
		transform: rotate(225deg);
	}
	.rating-result-mob {
	margin: 0 auto;
	}
	.rating-result-mob span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	}
	.rating-result-mob > span:before {
	content: '★';
	}
	.rating-result-mob > span.active_star {
	color: gold;
	}
	.btn_related_services {
	border: 2px solid #2A72B5;
	}
	.border_related_services {
	border-radius: 5px;
	border: 1px solid #48D2F0;
	background: #FFF;
	}
	.bg-feedback-mob-2 {
	background-image: url(/assets/img/image-12.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.bg-feedback-mob-3{
		border-radius: 5px;
		border: 1px solid #48D2F0;
		background: radial-gradient(50.00% 50.00% at 50.00% 50.00%, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0.54) 77.60%, rgba(255, 255, 255, 0.80) 100%), url('/assets/img/mob/bg-feedback-mob-3.webp'), lightgray -64.838px -138.633px / 131.804% 189.225% no-repeat;


	}
	.bg-feedback-mob-4 {
	background-image: url(/assets/img/mob-bg-4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.border-mob-4 {
	border-radius: 5px;
	border: 1px solid #48D2F0;
	}
	.gren-mob {
	color: #12A339;
	}
	.btn-sub {
	background-color: #FFFFFF;
	border-color: var(--color-primary);
	border-radius: 0px;
	border: 2px solid #2A72B5;
	color: #2A72B5;
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}
	.price-trough{
		font-size: 16px;
		font-weight: 400;
		font-family: Montserrat;
	}
	.my-table-tile-mob{
		font-size: 14px;
		font-family: Lato;
		font-weight: 400;
		line-height: 150%;
	}
.nav-item + .nav-item{
	margin-left: 0px !important;
	}
	
	.nav-link{
	color: var(--color-black) !important;
}
.nav-link:hover{
	color: white !important;
}
.nav-link{
	border-width: 1px 1px 0px 1px !important;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
	color: var(--color-black) !important;
}
.nav-tabs{
	border-color: var(--color-secondary) !important;
}

.nav-link.active{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: var(--color-secondary) !important;
	border-radius: 0px 0px 0px 0px;
	color: #fff !important;
	background-color: var(--color-primary) !important;
}
	body{
		font-family: 'Montserrat', sans-serif;
	}
	p{
		text-align: start;
	}
	.logo-header {
	height: 33px;
	width: 123px;
	}
	.bg-feedback{
		background-position: 10% top;
	}
	.hyphens {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.bg-banner {
		background-image: url(/assets/img/banner-transparent-img.webp);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.bg-mob-banner{
	background-image: url("/assets/img/banner-mod-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.my-table {
		font-size: 80%;
	}
	
	.my-img {
		width: 50% !important;
		margin: 0 auto 1rem;
		display: block;
	}
	.my-table-category thead{
		font-size: 16px;
		text-align: center;
}
	.my-table-category tbody{
		text-align: center;
	}
	.h1-text-mob {
		font-size: 27px;
		text-align: center;
		line-height: 27px;
	}
	.text-mob {
		font-size: 16px;
	}
	.new-bg-banner {
	background-image: linear-gradient(98.44deg, rgba(236, 254, 255, 0.87) 37.1%, rgba(236, 254, 255, 0.67) 65.07%), url(/assets/img/new-bg-banner.webp);
	height: 530px;
}
	/* мобильная млоденная версия таблицы */
  .my-price-table {
    border: 0;
  }
  .my-price-table thead {
    display: none;
  }

  .my-price-table tr {
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid var(--color-black);
  }

  .my-price-table td {
    display: block;
    text-align: left;
    border-bottom: 1px dotted var(--color-black);
    border-right: 1px solid transparent;
    font-size: 14px;
  }
  .my-price-table td:last-child {
    border-bottom: 0;
  }

  .my-price-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
    .my-price-table h4 {
  	display: none;
  }
	.title-contact {
		font-size: 24px;
	}
	.text-contact {
		font-size: 14px;
	}
	.contact-ip {
		font-weight: 700;
	}
	.contact-icon path {
		fill: #2A72B5;
	}
	.city-list {
		columns: 2 !important;
		font-weight: 400 !important;
		font-size: 12px;
	}
	.contact-subtitle {
		font-size: 24px;
		text-align: start !important;
	}
	.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}
}
/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.nav-item .nav-link{
		border: 2px solid #48D2F0 !important;
		border-radius: 0;
	}
	.nav-item + .nav-item{
	margin-left: 0px !important;
	}
	.text-otd-tpl{
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: 0.98px;
	color: #1E1E1E;
	}
	.nav-link{
	color: var(--color-black) !important;
}
.nav-link:hover{
	color: white !important;
}
.nav-link{
	border-width: 1px 1px 0px 1px !important;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
	color: var(--color-black) !important;
}
.nav-tabs{
	border-color: var(--color-secondary) !important;
}

.nav-link.active{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: var(--color-secondary) !important;
	border-radius: 0px 0px 0px 0px;
	color: #fff !important;
	background-color: var(--color-primary) !important;
}
	body{
		margin-top: 55px;
	}
	.text-hideOtd {
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
	}
	.text-hideOtdTwo{
	position: relative;
	overflow: hidden;
	max-height: 216px;
	transition: 0.3s;
	}
	.text-hideOtdThree{
	position: relative;
	overflow: hidden;
	max-height: 198px;
	transition: 0.3s;
	}
	.text-hide {
	position: relative;
	overflow: hidden;
	max-height: 170px;
	transition: 0.3s;
	}
	.bg-feedback-smeta{
		background-image: url(/assets/img/mob/image-12.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.accordion-button:focus{
		box-shadow: none;
		border: 1px solid #757575;
	}
	.accordion-body{
		border-radius: 0px 0px 4px 4px;
		border-right: 1px solid #757575;;
		border-bottom: 1px solid #757575;;
		border-left: 1px solid #757575;;
	}
	.accordion-item{
		border:none;
	}
	.accordion-button.collapsed{
			border-radius: 4px;
	}
	.accordion-button:not(.collapsed){
		background-color: #fff;
		color: #2A72B5;
	}
	.accordion-button{
		border-radius: 4px 4px 0px 0px;
		border: 1px solid #757575;
	}
	.accordion-button:not(.collapsed):after, .accordion-button:after {
		
		background-image: url("/assets/img/mob/plus.svg");
	}
	.accordion-button:not(.collapsed):after{
		transform: rotate(225deg);
	}
		.bg-feedback-mob-7 {
	background-image: url(/assets/img/bg-fb-7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.bg-feedback-mob-6 {
	background-image: url(/assets/img/bg-fb-6.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.rating-result-mob {
	margin: 0 auto;
	}
	.rating-result-mob span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	}
	.rating-result-mob > span:before {
	content: '★';
	}
	.rating-result-mob > span.active_star {
	color: gold;
	}
	.bg-feedback-mob-4 {
	background-image: url(/assets/img/mob-bg-4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.bg-feedback-mob-3{
		border-radius: 5px;
		border: 1px solid #48D2F0;
		background: radial-gradient(50.00% 50.00% at 50.00% 50.00%, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0.54) 77.60%, rgba(255, 255, 255, 0.80) 100%), url('/assets/img/mob/bg-feedback-mob-3.jpg'), lightgray -64.838px -138.633px / 131.804% 189.225% no-repeat;


	}
	.btn_related_services {
	border: 2px solid #2A72B5;
	}
	.border_related_services {
	border-radius: 5px;
	border: 1px solid #48D2F0;
	background: #FFF;
	}
	.bg-feedback-mob-2 {
	background-image: url(/assets/img/image-12.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.gren-mob {
	color: #12A339;
	}
	.btn-sub {
	background-color: #FFFFFF;
	border-color: var(--color-primary);
	border-radius: 0px;
	border: 2px solid #2A72B5;
	color: #2A72B5;
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}
	.price-trough{
		font-size: 16px;
		font-weight: 400;
		font-family: Montserrat;
	}
	.my-table-tile-mob{
		font-size: 14px;
		font-family: Lato;
		font-weight: 400;
		line-height: 150%;
	}
	body{
		font-family: 'Montserrat', sans-serif;
	}
	p{
		text-align: start;
	}
	.logo-header {
		height: 33px;
	}
	.bg-banner {
		background-image: url(/assets/img/banner-transparent-img.webp);
		background-repeat: no-repeat;
		background-position: center;
	}
	.my-img {
		width: 25% !important;
		margin: 0 auto 1rem;
		display: block;
	}
	.bg-feedback{
		background-position: 100% top;
	}
	.my-table-category thead{
		font-size: 16px;
		text-align: center;
}
.bg-mob-banner{
	background-image: url("/assets/img/banner-mod-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.input-file {
	position: relative;
	display: inline-block;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	width: 200px;
	border-radius: 4px 0px 0 4px;
	border: 2px solid #33C5F3;
	border-right: none;
	font-size: 14px;
	color: gray;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	line-height: 22px;
	height: 40px;
	padding: 4px 4px;
	border: 2px solid #33C5F3 !important;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: none;
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #fff;
}
.input-file:active .input-file-btn {
	background-color: #fff;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #fff;
}
.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}

}
/* Устройства Medium (планшеты, менее 992 пикселей) */
@media  (min-width: 768px) and (max-width: 991.98px) {
	.bg-feedback-smeta{
		background-image: url(/assets/img/mob/image-12.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.text-otd-tpl{
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: 0.98px;
	color: #1E1E1E;
	}
	body{
		margin-top: 55px;
	}
	.text-hide {
	position: relative;
	overflow: hidden;
	max-height: 170px;
	transition: 0.3s;
	}
	.bg-feedback-mob-6 {
	background-image: url(/assets/img/bg-fb-6.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.nav-item + .nav-item{
	margin-left: 0px !important;
	}
	
	.nav-link{
	color: var(--color-black) !important;
}
.nav-link:hover{
	color: white !important;
}
.nav-link{
	border-width: 1px 1px 0px 1px !important;
	border-style: solid;
	border-radius: 0px 0px 0px 0px;
	color: var(--color-black) !important;
}
.nav-tabs{
	border-color: var(--color-secondary) !important;
}

.nav-link.active{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: var(--color-secondary) !important;
	border-radius: 0px 0px 0px 0px;
	color: #fff !important;
	background-color: var(--color-primary) !important;
}
	.accordion-button:focus{
		box-shadow: none;
		border: 1px solid #757575;
	}
	.accordion-body{
		border-radius: 0px 0px 4px 4px;
		border-right: 1px solid #757575;;
		border-bottom: 1px solid #757575;;
		border-left: 1px solid #757575;;
	}
	.accordion-item{
		border:none;
	}
	.accordion-button.collapsed{
			border-radius: 4px;
	}
	.accordion-button:not(.collapsed){
		background-color: #fff;
		color: #2A72B5;
	}
	.accordion-button{
		border-radius: 4px 4px 0px 0px;
		border: 1px solid #757575;
	}
	.accordion-button:not(.collapsed):after, .accordion-button:after {
		
		background-image: url("/assets/img/mob/plus.svg");
	}
	.accordion-button:not(.collapsed):after{
		transform: rotate(225deg);
	}
	.bg-feedback-mob-7 {
	background-image: url(/assets/img/bg-fb-7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.rating-result-mob {
	margin: 0 auto;
	}
	.rating-result-mob span {
	padding: 0;
	font-size: 32px;
	margin: 0 3px;
	line-height: 1;
	color: lightgrey;
	}
	.rating-result-mob > span:before {
	content: '★';
	}
	.rating-result-mob > span.active_star {
	color: gold;
	}
	.bg-feedback-mob-3{
		border-radius: 5px;
		border: 1px solid #48D2F0;
		background: radial-gradient(50.00% 50.00% at 50.00% 50.00%, rgba(255, 255, 255, 0.73) 0%, rgba(255, 255, 255, 0.54) 77.60%, rgba(255, 255, 255, 0.80) 100%), url('/assets/img/mob/bg-feedback-mob-3.jpg'), lightgray -64.838px -138.633px / 131.804% 189.225% no-repeat;


	}
	.btn_related_services {
	border: 2px solid #2A72B5;
	}
	.border_related_services {
	border-radius: 5px;
	border: 1px solid #48D2F0;
	background: #FFF;
	}
	.bg-feedback-mob-2 {
	background-image: url(/assets/img/image-12.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	.gren-mob {
	color: #12A339;
	}
	.btn-sub {
	background-color: #FFFFFF;
	border-color: var(--color-primary);
	border-radius: 0px;
	border: 2px solid #2A72B5;
	color: #2A72B5;
	text-align: center;
	font-size: 16px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}
	.price-trough{
		font-size: 16px;
		font-weight: 400;
		font-family: Montserrat;
	}
	.my-table-tile-mob{
		font-size: 14px;
		font-family: Lato;
		font-weight: 400;
		line-height: 150%;
	}
	
	body{
		font-family: 'Montserrat', sans-serif;
	}
	p{
		text-align: start;
	}
	.logo-header {
		height: 33px;
	}
	.bg-feedback{
		background-position: 110% top;
	}
	.my-table-category thead{
		font-size: 20px;
}
.bg-mob-banner{
	background-image: url("/assets/img/banner-mod-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	.input-file {
	position: relative;
	display: inline-block;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	width: 200px;
	border-radius: 4px 0px 0 4px;
	border: 2px solid #33C5F3;
	border-right: none;
	font-size: 14px;
	color: gray;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	line-height: 22px;
	height: 40px;
	padding: 4px 4px;
	border: 2px solid #33C5F3 !important;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: none;
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #fff;
}
.input-file:active .input-file-btn {
	background-color: #fff;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #fff;
}
	.card-title.advantages-title {
		color: #000 !important;
		font-size: 12px;
		text-align: center;
	}
	.advantages-icon {
		max-width: 64px;
	}
	.advantages-card {
		border-radius: 5px;
		border: 1px solid #33C5F3;
	}
	.action-title {
		font-size: 24px;
	}
	.action-text {
		font-size: 14px;
	}
	.action-card {
		border-radius: 5px;
		border: 1px solid #2A72B5;
	}
	.action-card-title {
		font-size: 16px !important;
	}
	.action-card-text {
		font-size: 14px;
	}
	.oplata p, .oplata ul {
		font-size: 14px;
	}
	.about-us h1 {
		font-size: 24px;
	}
	.about-us p, .about-us ul {
		font-size: 14px;
	}
	.review-vse-star span {
	padding: 0;
	font-size: 24px;
	margin: 0 3px;
	line-height: 1;
	}
	.review-vse-star > span:before {
	content: '★';
	}
	.review-vse-star > span.active_star {
	color: gold;
	}
	.review-vse-card {
		border-radius: 5px;
		border: 1px solid #48d2f0;
	}
	.review-vse-card .revew-hide {
		max-height: 100%;
	}
	.btn.btn-spoiler {
		width: unset;
	}
	.btn.btn-spoiler:focus {
		box-shadow: none;
	}
	.swiper-button-prev.my-btn-prev, .swiper-button-next.my-btn-next {
		width: 24px !important;
		height: 24px !important;
		border: 1px solid var(--color-primary);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
	}
	.swiper-button-prev.my-btn-prev:after, .swiper-button-next.my-btn-next:after {
		font-size: unset;
	}
	.swiper-button-prev.my-btn-prev {
		left: -11px;
	}
	.swiper-button-next.my-btn-next {
		right: -11px;
	}
}

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media  (min-width: 992px) and (max-width: 1199.98px) { 
	.bg-feedback{
		background-position: 100% top;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media  (min-width: 1200px) and (max-width: 1399.98px) {
	.bg-feedback{
		background-position: 100% top;
	}
}

