html {
  scroll-behavior: smooth;
}
body {
    font-family: "Museo Sans Cyrl 500", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
}
body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}
a {
		color: #EB5554;
   -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:focus,
a:hover {
    color: #10B2E6;
    outline: none !important;
}
p {
	margin: 0px 0px 30px 0px;
}
.h1,
h1 {
		font-family: "Montserrat Alternates", Arial, sans-serif;
   text-align: center;
	 margin-bottom: 40px;
	 font-size: 50px;
	 font-weight: 700;
	 line-height: 1.15;
} 
.h1 span.smaller,
h1 span.smaller {
    font-size: 60%;
} 
.h2,
h2 {
	font-family: "Montserrat Alternates", Arial, sans-serif;
   text-align: left;
	 margin-bottom: 30px;
	 font-size: 34px;
	 font-weight: 700;
	 line-height: 1.1;
} 
.h3,
h3 {
   text-align: left;
	 margin-bottom: 20px;
	 font-size: 28px;
	 font-weight: 700;
	 line-height: 1.1;
} 
.h4,
h4 {
   text-align: left;
	 margin-bottom: 20px;
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 1.1;
} 
.smaller {
	font-size: 70%;
} 
.btn {
	background-color: #EB5554;
	border-radius: 50px;
	background: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-transform: uppercase;
	color: #ffffff;
	padding: 18px 54px 16px 54px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
	overflow: hidden;
	position: relative;
}
.btn:hover,
.btn:active,
.btn:first-child:hover,
.btn:first-child:active {
	color: #ffffff;
	filter: contrast(1.1);
}

.btn::after {
 /* content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.5;
  filter: blur(10px);
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 2s infinite;
	z-index: 2;*/
	content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #fff;
  animation: animBlick 3s infinite;

	position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
}
.btn__blick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  animation: rotateBlick 30s infinite;
}
.btn__blick:after {
  content: '';
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #fff;
  animation: animBlick 3s infinite;
}
@-webkit-keyframes animBlick {
    0% {
      transform: scale(0);
      opacity: 1
    }
    50% {
      transform: scale(1);
      opacity: 0
    }

    100% {
      transform: scale(1);
      opacity: 0
    }
}

@keyframes animBlick {
    0% {
      transform: scale(0);
      opacity: 1
    }

    50% {
      transform: scale(1);
      opacity: 0
    }

    100% {
      transform: scale(1);
      opacity: 0
    }
}

@keyframes rotateBlick {
    0% {
      transform: translate(-80px, -69px)
    }
    9.99% {
      transform: translate(-80px, -69px)
    }
    10% {
      transform: translate(0, -69px)
    }
    19.99% {
      transform: translate(0, -69px)
    }
    20% {
      transform: translate(80px, -69px)
    }
    29.99% {
      transform: translate(80px, -69px)
    }
    30% {
      transform: translate(160px, -23px)
    }
    39.99% {
      transform: translate(160px, -23px)
    }
    40% {
      transform: translate(160px, 23px)
    }
    49.99% {
      transform: translate(160px, 23px)
    }
    50% {
      transform: translate(80px, 69px)
    }
    59.99% {
      transform: translate(80px, 69px)
    }
    60% {
      transform: translate(0, 69px)
    }
    69.99% {
      transform: translate(0, 69px)
    }
    70% {
      transform: translate(-80px, 69px)
    }
    79.99% {
      transform: translate(-80px, 69px)
    }
    80% {
      transform: translate(-160px, 23px)
    }
    89.99% {
      transform: translate(-160px, 23px)
    }
    90% {
      transform: translate(-160px, -23px)
    }
    99.9% {
      transform: translate(-160px, -23px)
    }
}
@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}
.btn.btn-primary {
	background-color: #EB5554;
	border: none;
	border-radius: 55px;
	color: #ffffff;
	padding: 24px 50px 21px 50px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	color: #ffffff;
	filter: contrast(1.1);
}
.btn-border {
	display: inline-block;
	background-color: #FFFFFF;
	background: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
	padding: 2px;
	border-radius: 50px;
	color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.btn-border > span {
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 50px;
	padding: 18px 54px 16px 54px;
}
input[type="text"],
input[type="number"] {
	border: none;
	border-radius: 25px;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 16px;
	padding:  17px 20px;
	transition: all 0.2s ease-in-out;
}
input[type="select"] {
	border: none;
	border-radius: 25px;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 16px;
	padding:  17px 20px;
	transition: all 0.2 ease-in-out;
}
textarea {
	border: none;
	border-radius: 25px;
	background: #FFFFFF;
	font-size: 15px;
	line-height: 16px;
	padding: 17px 20px;
	transition: all 0.2 ease-in-out;
}
input.main-top__form__input {
	border: 1px solid #82b6b7;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="select"]:focus,
textarea:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.3) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.3) inset;
	box-shadow: 0px 0px 3px 0px rgba(34, 60, 80, 0.3) inset;
}
input.main-top__form__input:focus {
	border: 1px solid #82b6b7;
}

.rainbow-bg {
	background: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	display: inline-block;
}
@media (max-width: 991.98px) {
	.h1,
	h1 {
		margin-bottom: 30px;
		font-size: 32px;
		text-align: center;
	} 
	.h2,
	h2 {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 1.1;
		text-align: center;
	} 
	.h3,
	h3 {
		font-size: 24px;
		line-height: 1.1;
		text-align: center;
		margin-bottom: 15px;
	} 
	.h4,
	h4 {
		font-size: 20px;
		line-height: 1.1;
	} 
}
@media (max-width: 767.98px) {
	.h1, h1 {
		margin-bottom: 20px;
	}
	.h2,
	h2 {
		margin-bottom: 20px;
	} 
}
.red {
	color: #EB5554;
}
ol li::marker {
	color: #EB5554;
	font-size: 120%;
}
ul {
	padding-left: 0px;
}
ul li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 0px;
}
ul li::before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
	border-radius: 1ch;
	margin-inline-end: 1ch;
}
.strong {
	font-weight: 700;
}

/* Шапка */
.header-bg {
  background: #ffffff;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px 20px 0px;
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__logo__link:hover img {
	filter: contrast(1.1);
}
.header__logo__slogan {
	padding-left: 50px;
}
.header__feedback {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__feedback__phone a {
	display: inline-block;
	color: #333333;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	padding-left: 40px;
	text-decoration: none;
	background: url(../images/phone.svg) no-repeat left center;
	background-size: 32px 32px;
}
.header__feedback__phone a:hover {
	text-decoration: none;
	color: #10B2E6;
}
.header__feedback__whatsapp {
	margin-left: 40px;
}
.header__feedback__whatsapp a,
.navbar-nav__mobile-contacts__feedback__whatsapp a {
	display: flex;
	align-items: center;
	height: 32px;
	width: 144px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #2fb944;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 32px;
}
.header__feedback__whatsapp a img,
.navbar-nav__mobile-contacts__feedback__whatsapp a img {
	margin-right: 8px;
}
.header__feedback__whatsapp a:hover, 
.navbar-nav__mobile-contacts__feedback__whatsapp a:hover {
	background-color: #229b34;
}
.header__feedback__vk,
.navbar-nav__mobile-contacts__feedback__vk {
	margin-left: 10px;
}
.header__feedback__vk__link:hover {
	filter: brightness(1.3);
}
.header__feedback__tg,
.navbar-nav__mobile-contacts__feedback__tg {
	margin-left: 10px;
}
.header__feedback__tg a,
.navbar-nav__mobile-contacts__feedback__tg a {
	display: flex;
	align-items: center;
	height: 32px;
	width: 129px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	text-decoration: none;
	color: #ffffff;
	background-color: #35ace0;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 32px;
}
.header__feedback__tg a img,
.navbar-nav__mobile-contacts__feedback__tg a img {
	margin-right: 8px;
}
.header__feedback__tg a:hover, 
.navbar-nav__mobile-contacts__feedback__tg a:hover {
	background-color: #258cb9;
}
.logo-mobile {
	display: none;
}
@media (max-width: 1439.98px) {
	.header__logo__slogan {
		padding-left: 30px;
		width: 200px;
	}
	.header__feedback__phone a {
		font-size: 21px;
	}
}
@media (max-width: 1023.98px) {
	.header__feedback__phone {
		display: none;
	}
}
@media (max-width: 991.98px) {
	body {
		padding-top: 59px;
	}	
	.header-bg {
		background: none;
	}	
	.header__logo__link {
		display: none;
	}
	.header__logo__slogan {
		width: auto;
		padding-left: 0;
	}
}
@media (max-width: 767.98px) {
	.header__wrap {
		padding: 20px 0px 0px 0px;
	}
	.header__logo {
		display: none;
	}
	.header__logo__slogan {
		display: none;
	}
	.header__feedback {
		position: fixed;
		right: 10px;
		bottom: 20px;
		flex-direction: column;
		justify-content: center;
		z-index: 3;
	}	
	.header__feedback a {
		position: relative;
		display: inline-block;
		width: 32px;
		height: 32px;
	}
	.header__feedback__whatsapp {
		margin-left: 0px;
	}
	.header__feedback__whatsapp a {
		width: 38px;
		height: 38px;
		background-color: transparent;
	}
	.header__feedback__whatsapp a img {
		width: 38px;
		margin-right: 0px;
	}
	.header__feedback__whatsapp span {
		display: none;
	}
	.header__feedback__tg {
		margin-left: 0px;
		margin-top: 20px;
	}
	.header__feedback__tg span {
    display: none;
  }
	.header__feedback__vk {
		margin-left: 0px;
		margin-top: 10px;
	}
	.header__feedback a::before,
	.header__feedback a::after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
	}
	.header__feedback a::after{
			animation-delay: .5s;
	}
	.header__feedback__tg a::before,
	.header__feedback__tg a::after {
    border: 1px solid #2ea6d9;
	}
	.header__feedback__vk a::before,
	.header__feedback__vk a::after {
    border: 1px solid #4d76a1;
	}
	.header__feedback__vk {
		display: none;
	}
	
	@keyframes animate
	{
			0%
			{
					transform: scale(0.5);
					opacity: 0;
			}
			50%
			{
					opacity: 1;
			}
			100%
			{
					transform: scale(1);
					opacity: 0;
			}
	}
}
@media (max-width: 575.98px) {
	.navbar__logo__cap {
		display: none;
	}	
}

/* навигация */
.navbar__container {
	position: relative;
}
.cbu-navbar {
	background: #ffffff;
	z-index: 30;
	padding: 0;
	margin-top: 0px;
	min-height: 110px;
	align-items: flex-start;
}

@media (max-width: 991.98px) {
	.cbu-navbar {
			position: relative;
			top: 0;
			padding: 5px 12px 5px 4px;
			min-height: auto;
	}
	.cbu-navbar .navbar-nav {
			padding-bottom: 10px;
	}
}
.navbar-nav__wrap {
	margin-top: 15px;
	justify-content: space-between;
}
.cbu-navbar .navbar-nav {	
	position: relative;
	margin: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EAEAEA;
}
.cbu-navbar .navbar-nav > .nav-item {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.cbu-navbar .navbar-nav > .nav-item::before {
	display: none;
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link {
	color: #333333;
	padding: 5px 15px 14px 15px;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link:after {
	position: absolute;
  content: '';
  bottom: -2px;
  display: block;
  width: 0;
  height: 4px;
	border-radius: 10px;
  background-image: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
  transition: .3s;
  left: 50%;
  transform: translate(-50%);
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link:hover:after {
  width: 100%;
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link:hover {
	color: #333333;
	background-size: 100% 4px;
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link.active {
	color: #333333;
	font-weight: 700;
	background-size: 100% 4px;
}
.cbu-navbar .navbar-nav > .nav-item > .nav-link.active:after {
  width: 100%;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu {
	justify-content: flex-start;
	flex-wrap: wrap;
	left: 0;
	width: 100%;
	border: none;
	background: #fff;
	margin-top: 3px;
	padding-bottom: 13px;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu.show {
	display: flex;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
		display: inline-block;
		width: auto;
		margin-bottom: 0;		
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item::before {
	display: none;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active,
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
   background: none;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-link {
    font-size: 16px;
		color: #6c6c6c
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-link:hover {
   color: #10B2E6;
}
.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-link.active {
   color: #10B2E6;
	 text-decoration: none;
}
.cbu-navbar .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
		width: 44px;
		height: 40px;
		flex-direction: column;
}
.cbu-navbar .navbar-toggler:focus {
    outline: none;
		text-decoration: none;
		box-shadow: none;
}
.cbu-navbar .navbar-toggler .menu {
	transition: transform 0.25s;
	display: inline-block;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-image: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
	margin: 2px 0px;
}
.cbu-navbar .navbar-toggler.collapsed .menu:nth-of-type(1){
	transform: rotate(0deg);
	transform-origin: 18px 6px;
}
.cbu-navbar .navbar-toggler.collapsed .menu:nth-of-type(2){
	transform: rotate(0deg);
	display: block;
}
.cbu-navbar .navbar-toggler.collapsed .menu:nth-of-type(3){
	transform: rotate(0deg);
	transform-origin: 27px 3px;
}
.cbu-navbar .navbar-toggler .menu:nth-of-type(1){
	transform: rotate(-45deg);
	transform-origin: 27px 3px;
}
.cbu-navbar .navbar-toggler .menu:nth-of-type(2){
	display: none;
}
.cbu-navbar .navbar-toggler .menu:nth-of-type(3){
	transform: rotate(45deg);
	transform-origin: 18px 6px;
}
.navbar__phone a {
		display: inline-block;
		color: #333333;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		padding-left: 30px;
		margin-top: 3px;
		text-decoration: none;
		background: url(../images/phone.svg) no-repeat left center;
		background-size: 24px 24px;
}
.navbar-nav__mobile-contacts {
	display: none;
}
.navbar-nav__mobile-contacts__feedback__desc {
	position: absolute;
	top: -38px;
	right: 125px;
	font-size: 14px;
}
@media (max-width: 1439.98px) and (min-width: 992px) {
	.cbu-navbar .navbar-nav > .nav-item > .nav-link {
		font-size: 15px;
	}
	.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
	}
	.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-link {
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 1023.98px) {
	.cbu-navbar .navbar-nav > .nav-item {
		margin: 10px 0px 0px 0px;
	}
	.cbu-navbar .navbar-nav > .nav-item.active {
		border-bottom: 1px solid #EAEAEA;
		margin-bottom: 10px;
	}
	.cbu-navbar .navbar-nav > .nav-item:first-child {
		margin-top: 30px;
	}
	.cbu-navbar .navbar-nav > .nav-item > .nav-link {
		display: inline-block;
		color: #333333;
	}
	.cbu-navbar .navbar-nav > .nav-item .dropdown-menu {
		border-top: 1px solid #EAEAEA;
		margin-top: 0;
	}
}
@media (max-width: 1023.98px) {
	.navbar__container {
		position: relative;
	}
	.navbar-nav__wrap {
		overflow-y: auto;
		max-height: calc(100vh - 40px);
	}	
	.cbu-navbar .navbar-nav {
		border-top: 1px solid #EAEAEA;
		margin-top: 5px;
	}
	.navbar-nav__mobile-contacts {
		margin-bottom: 10px;
		display: block;
	}
	
	.navbar-nav__mobile-contacts__regim {
		margin-top: 20px;
	}
	.navbar-nav__mobile-contacts__regim {
		display: block;
		font-size: 14px;
		color: #999999;
		text-align: center;
	}
	.navbar-nav__mobile-contacts__regim .schedule {
		color: #d92626;
		font-weight: 700;
	}
	.navbar-nav__mobile-contacts__feedback {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.navbar-nav__mobile-contacts__feedback__desc {
		font-size: 12px;
		margin-bottom: 30px;
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
		padding-right: 30px;
	}
}
@media (max-width: 991.98px) {
	.cbu-navbar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
		margin-top: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}
	.cbu-navbar .navbar-nav {
		background: none;
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
	}	
	.navbar-nav__wrap {
		margin-top: 0px;
	}
	.cbu-navbar .navbar-toggler {
			border: none;
			color: #EB5554;
			cursor: pointer;
			padding-right: 0;
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: 0.1em;
			display: flex;
			align-items: center;
			margin-top: 9px;
	}
	.cbu-navbar .nav-link {
			padding-top: 0.9rem;
			padding-bottom: 0.9rem;
	}
	.cbu-navbar.awake {
			margin-top: 0;
			-webkit-transition: 0.3s all ease-out;
			-o-transition: 0.3s all ease-out;
			transition: 0.3s all ease-out;
	}
	.cbu-navbar.sleep {
			-webkit-transition: 0.3s all ease-out;
			-o-transition: 0.3s all ease-out;
			transition: 0.3s all ease-out;
	}
	.cbu-navbar .navbar-brand {
			margin-right: 10px;
			height: 40px;
			padding: 0;
	}
	.cbu-navbar .navbar-brand a img,
	.cbu-navbar .navbar-brand span img {
		width: auto;
		height: 40px;
	}
}
@media (max-width: 767.98px) {
	.cbu-navbar .navbar-nav {
			background: none;
			padding-left: 0 !important;
			padding-right: 0 !important;
	}	
	.cbu-navbar .navbar-nav > .nav-item > .nav-link {
		font-size: 16px;
		padding: 2px 15px 7px 15px;
	}
	.cbu-navbar .navbar-nav > .nav-item .dropdown-menu {
		flex-direction: column;
	}
	.cbu-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
		white-space: normal;
	}
}
@media (max-width: 424.98px) {
	.cbu-navbar {
		padding-right: 5px;
	}
	.navbar__phone a {
		font-size: 16px;
		padding-left: 26px;
		background-size: 20px 20px;
	}
}
@media (max-width: 374.98px) {
	.logo-mobile {
		display: inline;
	}
	.logo-mobile-big {
		display: none;
	}	
	.navbar__phone a {
		font-size: 15px;
		padding-left: 26px;
		background-size: 20px 20px;
	}
}

/* Главная */
.main-top {
	background-color: #ffffff;
	padding-top: 30px;
}
h1.main {
	font-size: 75px;
}
.main-top__wrap {
	padding-bottom: 50px;
}
.main-top__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.main-top__form__cap {
	font-size: 23px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
}
.main-top__form__input {
	width: 100%;
}
.main-top__wrap-pic {
	position: relative;
}
.main-top__pic {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.info span.error {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #d92626;
	margin-top: 10px;
}
.info span.inf {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #0e931d;
	margin-top: 10px;
}
.soglasie-text {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	margin-top: 20px;
}
.soglasie-text a {
	color: #999999;
}
.soglasie-text a:hover {
	color: #10B2E6;
}
@media (max-width: 1439.98px) {
	.main-top__form__btn {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.main-top__text {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media (max-width: 1023.98px) {
	.main-top {
		padding-top: 10px;
	}
	h1.main {
		font-size: 40px;
	}
	.main-top__pic {
		bottom: auto;
		position: relative;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
  .main-top .main-top__form__cap {
    margin-top: 0;
		text-align: center;
  }
	.main-top__wrap {
		padding-bottom: 0px;
	}
	.main-top__pic {
    height: 200px;
  }
	.main-top__pic .img-fluid {
		width: auto;
		height: 200px;
	}
	.main-top .soglasie-text {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.main-top .soglasie-text p {
		margin-bottom: 0;
	}
}
@media (max-width: 424.98px) {
	h1.main {
		font-size: 36px;
		text-align: center!important;
	}
	.main-top .main-top__form__cap {
		margin-top: 0;
	}
}

.calc__block {
	border-radius: 25px;
	background: #EEF4F5;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 100px;
	margin-right: 100px;
}
.quantity_inner * {
	box-sizing: border-box;
}    
.quantity_inner {
	position: relative;
	display: block;
	border-radius: 25px;
}
.quantity_inner .quantity {	
	text-align: center;
	width: 100%;
}
.quantity_inner .bt_minus,
.quantity_inner .bt_plus {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	line-height: 26px;
	width: 26px;
	padding: 0;
	border: 0;
	border-radius: 25px;
	margin: 12px;
	background-color: #10B2E6;
	font-size: 17px;
	color: #FFFFFF;
	cursor: pointer;
	outline: 0;
}
.quantity_inner .bt_plus {
	left: auto;
	right: 0;
}
.quantity_inner .bt_minus:hover,
.quantity_inner .bt_plus:hover {
	background-color: #0d92bd;
}
.calc__block__inpnum {
 	position: relative;
	width: 100%;
}
.calc__block__inpnum input[type=number] {
  position: relative;
	width: 100%;
	padding-right: 40px;
}
.calc__block__inpnum__sq {
	position: absolute;
	display: inline-block;
	right: 14px;
	top: 14px;
	color: #999999;
}
.calc__block__inpnum input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.calc__block__itogo {
	padding: 0;
	margin: 0;
	text-align: center;
}
.calc__block__itogo span {
	display: inline-block;
	margin-top: 15px;
	font-size: 18px;
}
.calc__block__itogo span > span {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
}
.advantages {
	margin-top: 80px;
}
.advantages__block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.advantages__block__icon {
  background: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 200px;
  padding: 34px;
}
.advantages__block__icon img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}
.advantages__block__cap {
	margin: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px; 
	text-align: center;
}
.advantages__block__desc {
	font-size: 16px;
	line-height: 18px; 
	text-align: center;
	color: #6c6c6c;
	margin: 0px 15px;
}
.team {
	margin-top: 70px;
}
.team__h1 {
	margin-bottom: 20px;
}
.main-text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.team__block__top {
	border-radius: 25px;
	background: #EEF4F5;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.team__block__photo {
	border-radius: 25px;
	width: 190px;
}
.team__block__photo a {
	display: block;
	width: 100%;
	height: 100%;
}
.team__block__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;	
}
.team__block.team__block__detail .team__block__photo {
	max-width: 28%;
	width: auto;
}
.team__block__desc {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.team__block.team__block__detail .team__block__desc {
	width: 72%;
}
.team__block__detail__bot__mob {
	display: none;
}

.team__block__rabot {
	padding-left: 30px;
	padding-top: 30px;
	color: #EB5554;
}
.team__block__rabot__dig {	
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
}
.team__block__rabot__text {	
	font-size: 18px;
}
.team__block__opyta {
	padding-left: 30px;
	padding-top: 20px;
	color: #10B2E6;
}
.team__block__opyta__dig {	
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
}
.team__block__opyta__text {	
	font-size: 18px;
}
.team__block__name {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.team__block__name a {
	color: #333333;
	text-decoration: none;
}
.team__block__name a:hover {
	color: #10B2E6;
	text-decoration: none;
}
.team__block__tr {
	display: flex;
	align-self: center;
	justify-content: space-between;
	font-size: 18px;
	padding: 7px 0px;
	border-bottom: 1px solid #E7E7E7;
	color: #6c6c6c;
}
.team__more-link {
	margin-top: 40px;
	text-align: center;
}
.team__block.team__block__detail {
	margin-top: 40px;
}
.team__block__detail__bot {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.news {
	background: #EEF4F5;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 12%, #EEF4F5 12%, #EEF4F5 100%);
	margin-top: 30px;
}
.news__block__wrap {
	background: #EEF4F5;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 25px;
}
.news .news__block__wrap {
	background: none;
	margin: 0px;
	border-radius: 0;
	padding: 0px;
}
.news__block {
	padding: 80px 70px 80px 80px;
}
.news .news__block {
	padding: 120px 70px 50px 0px;
}
.news__block__cap .h1 {
	margin-bottom: 28px;
}
.news__photo__mobile {
	display: none;
}
.news__block__anons {
	line-height: 1.4;
}
.news__block__anons.h4 {
	margin-bottom: 0;
}
.news__block__btn {
	margin-top: 30px;
}
.news__block__more-link {
	margin-top: 40px;
	display: none;
}
.news__block__more-link a {
	color: #999999;
}
.news__block__more-link a:hover {
	color: #10B2E6;
}
.news .news__block__more-link {
	display: block;
}
.news__photo-wrap {
	position: relative;
}
.news__photo {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.swiper-button-next {
	right: 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #10B2E6;
}
.spec-slider {
	padding: 0px 30px;
}
.swiper-button-next.swiperspec-button-next, .swiper-button-prev.swiperspec-button-prev {
	top: 115px;
}
@media (max-width: 1439.98px) {
	.calc__block {
		margin-left: 0px;
		margin-right: 0px;
	}
	.advantages__block__cap {
		margin-left: 0px;
		margin-right: 0px;
	}
	.advantages__block__desc {
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (max-width: 1199.98px) {
	.team__block__photo {
		width: 140px
	}
	.team__block__photo img {
		width: 140px;
		height: auto;
	}
	.team__block__rabot {
		padding-top: 18px;
		padding-left: 23px;
	}
	.team__block__rabot__dig {
		font-size: 34px;
		line-height: 36px;
	}
	.team__block__rabot__text {
		font-size: 16px;
		line-height: 17px;
	}
	.team__block__opyta {
		padding-top: 10px;
		padding-left: 23px;
	}
	.team__block__opyta__dig {
		font-size: 34px;
		line-height: 36px;
	}
	.team__block__opyta__text {
		font-size: 16px;
		line-height: 17px;
	}
	.team__block__name {
		font-size: 18px;
		line-height: 20px;
	}
	.team__block__tr {
		font-size: 15px;
	}
	.news__block {
		padding: 120px 0px 50px 0px;
	}
	.swiper-button-next.swiperspec-button-next, .swiper-button-prev.swiperspec-button-prev {
		top: 63px;
	}
}
@media (max-width: 991.98px) {
	.news {
		background: #EEF4F5;
		background-image: none;
		margin-top: 60px;
	}
	.news .news__block {
		padding: 40px 0px 30px 0px;
	}
	.news__block-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.news__block__cap .h1 {
		margin-bottom: 10px;
	}
	.news__photo__mobile {
		display: block;
	}
	.news__photo {
		display: none;
		width: 300px;
		right: 0;
	}
	.news__block__btn {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.news__block__more-link {
		margin-top: 20px;
		text-align: center;
	}
	.news__photo-wrap {
    display: none;
  }
	.works__block__detail__top {
		flex-direction: column;
	}
	.works__block__detail__desc {
		padding: 30px;
	}
}
@media (max-width: 767.98px) {
	.advantages__block__icon {
		width: 90px;
    height: 90px;
    padding: 22px;
	}
	.advantages__block__cap {
		margin: 10px 0px 5px 0px;
		font-size: 13px;
		line-height: 14px;
		text-transform: none;
	}
	.advantages__block__desc {
		margin-left: 0px;
		margin-right: 0px;
		font-size: 12px;
		line-height: 14px;
	}
	.advantages__block__desc p {
		margin-bottom: 6px;
	}
	.team {
		margin-top: 30px;
	}
	.team__h1 {
		margin-bottom: 10px;
	}
	.main-text {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.spec-slider {
		padding: 0px 0px;
	}
	.team__block {
		margin: 0px 25px;
	}
	.team__block__photo {
    width: 110px;
  }
	.team__block__photo img {
    width: 110px;
  }
	.team__block__rabot {
		padding-left: 12px;
		padding-top: 25px;
		display: flex;
		align-items: flex-end;
	}
	.team__block__rabot__text {
    padding-left: 8px;
		padding-bottom: 4px;
  }
	.team__block__opyta {
		padding-left: 12px;
		display: flex;
		align-items: flex-end;
	}
	.team__block__opyta__text {
    padding-left: 8px;
		padding-bottom: 4px;
  }
	.team__block__name {
		font-size: 18px;
    line-height: 19px;
		margin-top: 15px;
		border-top: 3px;
	}	
	.team__block__tr {
		padding: 2px 0px;
	}
	.team__more-link {
		margin-top: 20px;
	}
	.team__block__detail__bot {
		display: none;
	}
	.team__block__detail__bot {
		margin-top: 10px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.team__block__detail__bot.team__block__detail__bot__mob {
		display: block;
	}
	.news {
    margin-top: 30px;
  }
	.news .news__block {
		padding: 30px 0px 30px 0px;
	}
	.news__block__cap .h1 {
		margin-bottom: 10px;
		font-size: 28px;
	}
	.calc__block__inpnum input[type=number] {
		text-align: center;
		padding-left: 40px;
	}
	.mb-5 {
		margin-bottom: 1rem !important;
	}
	.advantages {
		margin-top: 40px;
	}
}

.testimonials {
	margin-top: 70px;
}
.testimonials .h1 {
	margin-bottom: 20px;
}
.testimonials__anons {
	margin-bottom: 40px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.testimonials__anons__all,
.testimonials__anons__rating {
	padding: 0px 20px;
	font-size: 18px;
}
.testimonials__anons__all span {
	font-weight: 700;
}
.testimonials__anons__rating span {
	font-weight: 700;
	font-size: 22px;
}
.testimonials__block {
	border-radius: 25px;
  background: #EEF4F5;
	padding: 30px 40px;
}
.testimonials__block__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.testimonials__block__name a {
	color: #333333;
	text-decoration: none;
}
.testimonials__block__name a:hover {
	color: #10B2E6;
	text-decoration: none;
}
.testimonials__block__rating {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
}
.testimonials__block__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #6c6c6c;
	margin-top: 10px;
}
.testimonials__block__more {	
	margin-top: 10px;
}
.testimonials__block__more a {
	font-size: 16px;
	font-weight: 400;
	color: #6c6c6c;
}
.testimonials__block__more a:hover {
	color: #10B2E6;
}
.testimonials__block__date {
	font-size: 12px;
	font-weight: 400;
	color: #6c6c6c;
	margin-top: 20px;
}
.testimonial-date-time {
	font-size: 14px;
	font-weight: 400;
	color: #6c6c6c;
	margin-top: 30px;
}
.testimonial-serv {
	margin-top: 30px;
}
.testimonial-serv-cap {
	display: inline-block;
	padding-right: 6px;
	font-weight: 700;
	color: #6c6c6c;
}
.testimonials__block__rating__startempl {
	display: none;
}
.testimonials__block__rating__stars__star {
	--star-active: #fbcb37;
	--star-inactive: #f2e7ba;
	fill: #f2e7ba;
}
.testimonials__block__rating__stars__star.active {
	fill: #fbcb37;
}
.faq {
	margin-top: 70px;
}
/***** рейтинг для заполнения *****/
.full-stars {
	text-align: center;
}
.full-stars .rating-group {
	display: inline-flex;
}
.full-stars input {
	position: absolute;
	left: -9999px;
}
.full-stars label {
	margin: 0;
	cursor: pointer;
}
.full-stars label svg {
	margin-right: 4px;
	height: 30px;
	width: 30px;
	fill: #fbcb37;
	transition: fill 0.3s;
}
.full-stars input:checked ~ label svg {
	fill: #f2e7ba;
}
.full-stars .rating-group:hover label svg {
	fill: #fbcb37;
}
.full-stars .rating-group input:hover ~ label svg {
	fill: #f2e7ba;
}
/*****  /рейтинг для заполнения *****/
@media (max-width: 1199.98px) {
	.testimonials__block {
		padding: 20px 30px;
	}
	.testimonials__block__text {
		font-size: 15px;
		line-height: 18px;
	}
	.testimonials__block__more a {
		font-size: 15px;
		line-height: 18px;
	}
}
@media (max-width: 991.98px) {
	.testimonials__anons__all, 
	.testimonials__anons__rating {
		padding: 0px 10px;
		font-size: 16px;
	}
	.testimonials__anons__rating span {
		font-size: 18px;
	}
	.testimonials__block {
		padding: 18px 25px;
	}
	.testimonials__block__name {
		font-size: 18px;
		line-height: 20px;
	}
	.testimonials__block__text {
		font-size: 14px;
		line-height: 16px;
	}
	.testimonials__block__more a {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 767.98px) {
	.faq {
		margin-top: 30px;
	}
	.testimonials {
		margin-top: 30px;
	}
	.testimonials .h1 {
		margin-bottom: 4px;
	}
	.testimonials__anons {
		margin-bottom: 10px;
		justify-content: space-around;
	}
	.testimonials__anons__all, 
	.testimonials__anons__rating {
		padding: 0px 0px;
		font-size: 15px;
	}
	.testimonials__anons__rating span {
		font-size: 18px;
	}
	.testimonials__block {
		padding: 26px 30px;
	}
	.testimonials__block__name {
    font-size: 16px;
    line-height: 16px;
  }
	.testimonials__block__text {
    font-size: 13px;
    line-height: 15px;
  }
}

.works {
	margin-top: 80px;
}
.works-slider {
	padding: 0px 30px;
}
.swiper-button-prev.swiperworks-button-prev,
.swiper-button-next.swiperworks-button-next {
	top: 100px
}
.works__block {
	width: 100%;
}
.works__block__photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
	border-radius: 25px;
}
.works__block__photo img {
  height: initial;
  width: 100%;
	border-radius: 25px;
}
.works__block__cap {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 20px;
}
.works__block__cap a {
	color: #333333;
	text-decoration: none;
}
.works__block__cap a:hover {
	color: #10B2E6;
}
.works__anons {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-top: 10px;
	color: #999999;
}
.works__anons__srok {
  padding: 0px 20px 0px 0px;
  font-size: 14px;
}
.works__anons__square {
  font-size: 14px;
}
.works__anons__srok span,
.works__anons__square span {
  color: #333333;
}
.works__block__detail__top {
  border-radius: 25px;
  background: #EEF4F5;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.works__block__detail__top img {
  border-radius: 25px;
}
.works__block__detail__desc {
	padding-left: 50px;
	font-size: 20px;
	padding-top: 40px;
}
.works__block__detail__desc__srok span,
.works__block__detail__desc__square span {
	font-weight: 700;
}
.works__block__detail__desc__anons {
	margin-top: 30px;	
	font-size: 20px;
}
.works__block__detail__description {
	margin-top: 30px;	
}
@media (max-width: 1199.98px) {
	.works-slider {
		padding: 0px 0px;
	}
	.works__block {
		padding: 0px 25px;
	}
	
}
@media (max-width: 767.98px) {
	.works {
		margin-top: 30px;
	}
	.swiper-button-prev.swiperworks-button-prev,
	.swiper-button-next.swiperworks-button-next {
    top: 100px
  }
	.works__block__cap {
		font-size: 19px;
		line-height: 21px;
		margin-top: 10px;
	}
	.works__anons {
		margin-top: 5px;
	}
	.works .team__more-link {
    margin-top: 0px;
  }
}
@media (max-width: 374.98px) {
	.works__block__photo {
		width: 100%;
		height: 140px;
	}
}

.order-block {
	background: #EEF4F5;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 12%, #EEF4F5 12%, #EEF4F5 100%);
	margin-top: 30px;
}
.order-block__block {
	padding: 150px 50px 110px 0px;
}
.order-block__block__cap .h1 {
	margin-bottom: 28px;
}
.order-block__block__text {
	line-height: 1.4;
	font-size: 23px;
}
.order-block__block__text__phone {
	display: block;
	font-size: 29px;
	font-weight: 700;
	margin: 10px 0px;
}
.order-block__form {
	padding: 160px 0px 20px 0px;
}
.order-block__form__input,
.order-block__form__btn {
	width: 75%;
	overflow: hidden;
	position: relative;
}
.order-block__photo-wrap {
	position: relative;
}
.order-block__photo {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.order-block__photo__mobile {
	display: none;
}
@media (max-width: 1439.98px) {

}
@media (max-width: 1199.98px) {
	.order-block__block {
		padding: 110px 0px 40px 0px;
	}
	.order-block__block__cap .h1 {
		font-size: 46px;
	}
	.order-block__form {
		padding: 120px 0px 20px 20px;
	}
	.order-block__block__text {
		line-height: 1.4;
		font-size: 20px;
	}
	.order-block__block__text__phone {
		line-height: 1.4;
		font-size: 25px;
	}
}
@media (max-width: 991.98px) {
	.order-block__block__cap .h1 {
		font-size: 38px;
	}
	.order-block__block {
		padding: 110px 0px 20px 0px;
	}
	.order-block__form {
		padding: 0px 0px 40px 0px;
	}
	.order-block__photo {
		width: 300px;
		right: 0;
	}
}
@media (max-width: 767.98px) {
	.order-block {
		background-image: none;
	}
	.order-block__block {
		padding: 20px 0px 10px 0px;
	}
	.order-block__block__cap .h1 {
		font-size: 32px;
		margin-bottom: 10px;
		text-align: center!important;
	}
	.order-block__block__text {
    line-height: 1.2;
    font-size: 16px;
		text-align: center;
  }
	.order-block__block__text__phone {
    line-height: 1.0;
    font-size: 22px;
  }
	.order-block__form {
		padding: 0px 0px 20px 0px;
	}
	.order-block__form__input,
	.order-block__form__btn {
		width: 100%;
	}
	.order-block__block__text-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.order-block__photo-wrap {
		height: 210px;
		display: none;
	}
	.order-block__photo {
		text-align: center;
		width: 100%;
	}
	.order-block__photo img {
		width: auto;
		height: 200px;
	}
	.order-block__photo__mobile {
		display: block;
	}
	.order-block__photo__mobile img {
		width: 180px;
		height: auto;
	}
	.order-block__form .soglasie-text {
		margin-top: 10px;
	}
	.order-block__form .soglasie-text p {
		margin-bottom: 0px;
	}
}
@media (max-width: 575.98px) {
	.order-block__photo-wrap {
		height: 210px;
	}
}
@media (max-width: 374.98px) {
	.order-block__photo-wrap {
		height: 210px;
	}
}

.contacts .container {
	position: relative;
}
.contacts-bg {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 70px;
	margin-right: 70px;
	background-color: #EEF4F5;
	border-radius: 25px;
	padding: 50px 50px 40px 50px;
}
.contacts__about {	
	z-index: 2;
}
.contacts__about__text {
	font-size: 16px;
	color: #999999;
}
.contacts__about__text__more {
	margin-top: 10px;
}
.contacts__about__text__more a {
	color: #999999;
}
.contacts__about__text__more a:hover {
	color: #10B2E6;
}
.contacts__contacts {	
	z-index: 2;
	padding-left: 30px;
}
.contacts-bg-pic-left {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.contacts-bg-pic-right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.contacts__contacts__address {
	font-size: 18px;
margin-top: 20px;
}
.contacts__contacts__phone a {
	display: inline-block;
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 36px;
  background: url(../images/phone.svg) no-repeat left center;
  background-size: 26px 26px;
	margin-bottom: 20px;
}
.contacts__contacts__phone a:hover {
	text-decoration: underline;
	color: #EB5554;
}
.contacts__contacts__whatsapp a {
  display: flex;
  align-items: center;
  height: 32px;
  width: 256px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #ffffff;
  background-color: #2fb944;
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
.contacts__contacts__whatsapp a img {
	margin-right: 8px;
}
.contacts__contacts__whatsapp a:hover {
	background-color: #229b34;
}
.contacts__contacts__whatsapp3 {
	margin-top: 10px;
}
.contacts__contacts__tg {
	margin-top: 20px;
}
.contacts__contacts__tg a {
	display: flex;
  align-items: center;
	height: 32px;
  width: 256px;
	font-size: 16px;
	font-weight: 400;
  line-height: 16px;
	text-decoration: none;
	background-color: #35ace0;
	background-position: left center;
  background-repeat: no-repeat;
	color: #FFFFFF;
	border-radius: 32px;
}
.contacts__contacts__tg a img {
	margin-right: 8px;
	box-sizing: content-box;
	border: 2px solid #EEF4F5;
	border-radius: 32px;
}
.contacts__contacts__tg a:hover {
	background-color: #258cb9;
}

.contacts__contacts__vk {
	margin-top: 20px;
}
.contacts__contacts__vk a {
	display: flex;
  align-items: center;
	height: 32px;
  width: 168px;
	font-size: 16px;
	font-weight: 400;
  line-height: 16px;
	text-decoration: none;
	background-color: #4d76a1;
	background-position: left center;
  background-repeat: no-repeat;
	color: #FFFFFF;
	border-radius: 32px;
}
.contacts__contacts__vk a img {
	margin-right: 8px;
	box-sizing: content-box;
	border: 2px solid #EEF4F5;
	border-radius: 32px;
}
.contacts__contacts__vk a:hover {
	background-color: #396089;
}
.contacts__contacts__mail a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: none;
	margin-top: 20px;
}
.contacts__contacts__mail a:hover {
	text-decoration: underline;
	color: #EB5554;
}

.footer__menu {
	margin-bottom: 60px;
	margin-top: 60px;
}
.footer__menu__block {
	margin-left: 40px;
	margin-right: 40px;
}
.footer__menu__block ul {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.footer__menu__block ul li {
	list-style: none;
	background: none;
	margin: 3px 30px;
	padding: 0;
	display: inline-block;
}
.footer__menu__block ul li::before {
	display: none;
}
.footer__menu__block ul li a {
	font-size: 18px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  padding: 0px 0px 3px 0px;
	color: #EB5554;
  border-bottom: 1px dashed #EB5554;
}
.footer__menu__block ul li a:hover {
  text-decoration: none;
	color: #10B2E6;
  border-bottom: 1px dashed #10B2E6;
}/*
.footer__menu__block ul li a:after {
	position: absolute;
  content: '';
  bottom: -2px;
  display: block;
  width: 0;
  height: 2px;
	border-radius: 10px;
  background-image: linear-gradient(135deg, #EB5554 0%, #F0B36D 50%, #10B2E6 100%);
  transition: .3s;
  left: 50%;
  transform: translate(-50%);
}
.footer__menu__block ul li a:hover:after {
  width: 100%;
}*/

@media (max-width: 1439.98px) {
	
}
@media (max-width: 1199.98px) {
	.contacts .h1 {
		font-size: 46px;
	}
}
@media (max-width: 991.98px) {
	.contacts__contacts {
		padding-left: 0px;
		margin-top: 40px;
	}
	.contacts .h1 {
    font-size: 38px;
		text-align: center!important;
  }
}
@media (max-width: 767.98px) {
	.contacts-bg {
		margin-left: 0px;
		margin-right: 0px;
		padding: 30px 20px 230px 20px;
		margin-bottom: 10px;
	}
	.contacts .h1 {
    font-size: 32px;
		margin-bottom: 14px;
  }
	.contacts__about {
		display: none;
	}
	.contacts__about__text {
		font-size: 14px;
		line-height: 16px;
	}
	.contacts-bg-pic-left {
		display: none;
	}
	.contacts__contacts {
    padding-left: 0px;
    margin-top: 0px;
  }
	.contacts__contacts__phone a {
		font-size: 16px;
		line-height: 20px;
		padding-left: 26px;
		background-size: 20px 20px;
		margin-bottom: 10px;
	}
	.contacts__contacts__whatsapp {
		margin-top: 10px;
	}
	.contacts__contacts__tg {
		margin-top: 10px;
	}
	.contacts__contacts__vk {
		margin-top: 10px;
	}
	.contacts__contacts__mail a {
		font-size: 16px;
		line-height: 16px;
	}
	.contacts__contacts__address {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.contacts-bg {
		padding: 30px 30px 20px 30px;
	}
}
@media (max-width: 424.98px) {
	.contacts-bg {
		padding: 20px 30px 10px 30px;
		margin-top: 30px;
	}
	.contacts-bg-pic-right {
		width: 80px;
		right: 30px;
	}
}

/* Footer */
.cbu-footer {
	background: #2D2D2D;
	color: #f3f3f3;
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cbu-footer__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cbu-footer a {
	color: #cccccc;
	text-decoration: none;
}
.cbu-footer a:hover {
	color: #f3f3f3;
}
.cbu-footer a:hover img {
	filter: brightness(1.1);
}
.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
@media (max-width: 991.98px) {
	.footer__menu__block {
		margin-left: 0px;
		margin-right: 0px;
	}
	.footer__menu__block ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer__menu__block ul li {
		margin: 10px 10px;
	}
	.cbu-footer__block__copy {
		text-align: center;
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 767.98px) {
	.footer__menu {
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.cbu-footer {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer__menu__block ul {
		margin-bottom: 10px;
	}
	.footer__menu__block ul li {
		margin: 1px 10px;
  }
	.footer__menu__block ul li a {
		font-size: 14px;
		line-height: 15px;
		padding: 0px 0px 1px 0px;
	}
}
/*** Внутренние ***/
.inner-h1 {
	margin-bottom: 20px;
	max-width: 52%;
}
.main-top__text__price {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 40px;
}
.main-top__text__preim {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.main-top__text__preim__bespl {
	padding-left: 50px;
	margin-right: 50px;
	background: url(../images/icon-car.svg) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
}
.main-top__text__preim__garant {
	padding-left: 45px;
	background: url(../images/icon-sert.svg) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
}
.main-top__text__prev {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.main-top__text__form {	
	margin-top: 50px;
}
.content {
	padding-top: 20px;
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.8;
}
.rounded-image,
.rounded-image img {
	border-radius: 25px;
}
.accordion-item {
  border-radius: 25px;
	background: #EEF4F5;
  border: none;
	margin-bottom: 10px;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
	border-radius: 25px;
}
.accordion-button {
  border-radius: 25px;
	background: #EEF4F5;
  border: none;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 700;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.accordion-button:hover {
  color: #10B2E6;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #10B2E6;
  background-color: #EEF4F5;
  box-shadow: none;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: auto;
  content: "";
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
	transform: rotate(-360deg);
}
.accordion-body {
  padding-top: 0px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 50px;
}
.accordion-body table {
	width: 100%;
}
.accordion-body table tr {
	border-radius: 25px;
}
.accordion-body table tr:nth-child(odd) {
  background: #edf8f9;
}
.accordion-body table tr:hover {
	background: #e0f5f7;
}
.accordion-body table tr td {
	padding: 12px 25px;
	line-height: 19px;
}
.accordion-body table tr td:first-child {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	padding: 12px 5px 12px 25px;
}
.accordion-body table tr td:last-child {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	font-weight: 700;
	padding: 12px 25px 12px 5px;
}
.accordion-body table tr td span {
	font-size: 14px;
	color: #999999;
}
.section__block-wrap {
	display: block;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.section__block {
	margin: 3px 10px;
	display: inline-block;
	line-height: 20px;
}
.section__block__link {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dashed #EB5554;
}
.section__block__link:hover {
	color: #10B2E6;
	border-color: #10B2E6;
	text-decoration: none;
}

@media (max-width: 1199.98px) {
	.inner-h1 {
		max-width: 100%;
		text-align: center!important;
	}
	.section__block__link {
		font-size: 16px;
		line-height: 17px;
	}
	.main-top__text__preim__bespl {
		margin-right: 20px;
		line-height: 18px;
	}
	.main-top__text__preim__garant {
		line-height: 18px;
		min-height: 40px;
	}
	.accordion-body table tr td:first-child {
		width: 80%;
	}
	.accordion-body table tr td:last-child {
		width: 20%;
		min-width: 240px;
	}
}
@media (max-width: 991.98px) {
	.content {
		margin-bottom: 20px;
	}
	.main-top__text__preim__bespl {
		margin-right: 40px;
		line-height: 40px;
	}
	.main-top__text__preim__garant {
		line-height: 40px;
		min-height: 40px;
	}
	.accordion-body table tr td:last-child {
		min-width: 180px;
	}
	.main-top__text__price {
		font-size: 28px;
		margin-bottom: 30px;
		text-align: center;
	}
}
@media (max-width: 767.98px) {	
	.inner-h1 {
		margin-top: 10px;
    margin-bottom: 10px;
	}
	.main-top__text__price {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.main-top__text__preim {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
	}
	.main-top__text__preim__bespl {
		margin-right: 0px;
		margin-bottom: 0px;
		padding-left: 40px;
		background-size: 30px 30px;
		line-height: 30px;
	}
	.main-top__text__preim__garant {
		line-height: 30px;
		min-height: 30px;
		padding-left: 40px;
		background-size: 30px 30px;
	}
	.main-top .main-top__form__cap {
    margin-bottom: 10px;
  }
	.accordion-body {
		padding-left: 20px;
    padding-right: 20px;
		padding-bottom: 10px;
	}
	.accordion-body table tr td {
		font-size: 16px;
		line-height: 17px;
	}
	.accordion-body table tr td:first-child {
		padding-left: 15px;
	}
	.accordion-body table tr td:last-child {
		min-width: 100px;
		padding-right: 15px;
	}
	.section__block__link {
		font-size: 16px;
	}
	.content {
    margin-bottom: 10px;
  }
	.bx-section-desc {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.rounded-image {
		margin-bottom: 10px;
	}
	.accordion-header {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {	
	.content {
		padding-top: 0px;
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 1.4;
	}
	.content p {
		margin: 0px 0px 12px 0px;
	}
	.accordion-button {
		font-size: 16px;
		font-weight: 700;
		padding-left: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 10px;
	}
	.accordion-body table tr td {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 424.98px) {
	.accordion-body table tr td {
		font-size: 14px;
		line-height: 15px;
	}
}