:root {
	--color-1: #1E1E1E;
	--color-2: #19232B;
	--color-3: #DD042B;
	--color-4: #FFE4E4;
	--color-5: #686767;
	--color-6: #FF4900;
	/* --bg-page:#B4BEC9; */
	/* --bg-page:#c5d0db; */
	--bg-page:white;
	--bg-header: #DEEFE7
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-stretch: normal;
	font: 15px Inter, Arial, sans-serif;
	letter-spacing: .5px;
	color: #333;
	background-color: var(--bg-page);
}

@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter-Regular.ttf);
}

@font-face {
	font-family: 'Inter-Bold';
	src: url(/fonts/Inter-Bold.ttf);
}

@font-face {
	font-family: 'Inter-Medium';
	src: url(/fonts/Inter-Medium.ttf);
}

@font-face {
	font-family: 'Inter-Light';
	src: url(/fonts/Inter-Light.ttf);
}

* {
	box-sizing: border-box;
	outline: 0;
}

figure {
	margin: 0;
}

select,
button {
	cursor: pointer;
}

h1,
h2,
h3,
p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	display: block;
}

input {
	padding: 0;
	margin: 0;
}

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

footer {
	margin-top: auto;
}

.w-page {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

.error-input,
.input-error,
.date-error,
.time-error {
	display: none;
	color: red;
	padding: 3px 0;
	font-size: 13px;
}
.date-error,
.time-error {
	display: block;
}

.none {
	display: none;
}

[v-cloak] {
	display: none;
}

.valid-error {
	color: red;
	font-size: 13px;
}

/* logo */

.logo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transform: translateY(7px);
	width: 140px;
	height: 100px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.logo div:first-child {
	font-family: Inter-Bold;
	font-size: 64px;
}

.logo div:last-child {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: 5.2px;
}

.icon-soc-net {
	display: inline-flex;
}

.icon-soc-net a {
	margin: 0 10px;
}

.phone {
	display: inline-block;
}

.phone__inner {
	display: inline-flex;
	align-items: center;
}

.phone__tel {
	margin-right: 15px;
	color: var(--color-3);
}

.phone__inner img {
	margin-right: 15px;
	width: 26px;
	height: 26px;
	transform: translateY(1px);
}

.nav {
	display: inline-flex;
}

.nav__item {
	display: flex;
	align-items: center;
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 0;
}

.header .nav__item:after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--color-5);
	display: block;
	margin: 0 20px;
}

.nav__item:hover {
	color: var(--color-3);
}

.header .nav__item:last-child.nav__item:after {
	display: none;
}

.header .nav__item_footer {
	display: none
}

.footer__inner .nav__item_footer {
	display: block;
}

.footer__inner .nav {
	display: block;
}

.footer__inner .nav__item {
	padding: 5px 0;
	margin-right: unset;
}

.footer__inner .nav__item:first-child {
	padding-top: unset;
}

.burger {
	width: 60px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* margin-bottom: 10px; */
}

.burger__line {
	width: 25px;
	margin: 4px auto;
	border: 2px solid var(--color-1);
}

.icons-socnet-phone {
	display: inline-flex;
	align-items: center;
	transform: translateY(5px);
}

.icons-socnet-phone .icon-soc-net {
	transform: translateY(4px);
	height: 100%;
}

.icons-socnet-phone__icons {
	padding-right: 10px;
	border-right: 1px solid var(--color-1);
}

.icons-socnet-phone__phone {
	padding-left: 15px;
}

.content {
	margin-top: 0;
}

.header {
	position: fixed;
	width: 100%;
	background-color: var(--bg-page);
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .4);
	z-index: 10;
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	min-height: 104px;
}

/* .header .slogan {
	font-size: 22px;
	width: 600px;
	min-width: 600px;
	overflow: hidden;
} */

.header__sep {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background-color: var(--color-2);
}

.header__nav {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.div-burger {
	display: none;
}

.div-burger__inner {
	display: flex;
	justify-content: flex-end;
}

.popup-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: white;
	display: none;
	z-index: 20;
	color: var(--bg-color-2);
}

.popup-menu__inner {
	position: relative;
	margin: 20px;
}

.popup-menu__close {
	text-align: right;
}

.popup-menu__icon-close {
	display: inline-block;
	padding: 15px 20px;
	font-size: 40px;
	cursor: pointer;
}

.popup-menu__links {
	margin-top: 20px;
}

.popup-menu__links a {
	margin-bottom: 20px;
	text-align: left;
	font-size: 20px;
}

.popup-menu__links a:last-child {
	margin-bottom: unset;
}

.popup-menu__links a:hover {
	color: var(--color-6);
}

.form {
	width: 100%;
	max-width: 480px;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: var(--color-2);
}

.form__header {
	width: 100%;
	max-width: 420px;
	margin-bottom: 30px;
	color: var(--color-4);
}

.form__header .header-form {
	font-family: Inter-Bold;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}

.form__header span {
	color: var(--color-3);
}

.form__group-input {
	width: 100%;
}

.form__input{
	width: 100%;
	height: 50px;
	padding-left: 15px;
	background: white;
	margin-bottom: 15px;
	border: none;
}

textarea.form__input{
	width: 100%;
	height: 100px;
	padding-top: 15px;
	resize: none;
}

.form__button {
	color: rgb(255, 255, 255);
	font-family: Inter;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	width: 100%;
	height: 50px;
	border: none;
	background: var(--color-3);
}

/* .footer {
	padding: 40px;
	background-color: var(--color-2);
} */

.footer__inner {
	display: flex;
	justify-content: space-between;
	color: var(--color-4);
}

.footer__col:first-child {
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--color-5);
	flex-grow: 1;
}

.footer__address {
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.footer__logo-copyright {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
	width: 50%;
}

.footer__copyright {
	font-size: 14px;
}

.footer__nav {
	width: 50%;
	padding-left: 40px;
	padding-right: 40px;
}

.footer__logo-nav {
	display: flex;
	border-bottom: 1px solid var(--color-5);
	padding-bottom: 20px;
}

.footer__address-phone {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.footer__address-phone .footer__address {
	margin-bottom: 20px;
}

.footer__feedback {
	display: flex;
	justify-content: flex-end;
	padding-left: 40px;
}

.slider {
	position: relative;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	color: white;
	padding: 0 15px;
	font-size: 36px;
	border: 1px solid var(--color-5);
	background-color: var(--color-2);
	position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.owl-carousel .owl-nav button.owl-next {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.owl-prev, .owl-next {
	bottom: 19px;
}

.owl-prev {
	right: 44px;
}

.owl-next {
	right: 0;
}

.slider__bg {
	position: relative;
	/* max-width: 1200px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
}

.slider__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	z-index: 2;
	color: white;
	font-family: Inter;
}

.slider__text {
	margin: 0 auto;
	width: 75%;
	max-width: 800px;
}

.slider__text-bg {
	padding: 2px 5px;
	background-color: var(--color-3);
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 4px;
	display: inline-block;
	margin-bottom: 15px;
}

.slider__header {
	font-size: 46px;
	font-weight: 600;
	line-height: 48px;
	overflow: hidden;
}

.slider__button {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.slider__button button {
	font-size: 20px;
	padding: 12px 45px;
	border: none;
	background-color: var(--color-3);
	color: inherit;
}

.section-anons {
	max-width: 980px;
	margin: 40px auto;
	font-size: 22px;
	padding: 0 20px;
}

.header-sep {
	margin: 20px 0;
}

.header-sep:hover .header-sep__button {
	opacity: .7;
}

.header-sep__button {
	color: white;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	background-color: var(--color-2);
	padding: 14px 25px;
	display: inline-block;
	text-align: center;
}

.header-sep__line {
	width: 100%;
	height: 3px;
	background-color: var(--color-2);
}

.card-service {
	margin: 20px;
}

.card-service__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--color-1);
	width: 300px;
}

.card-service__img {
	width: 100%;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	border: 1px solid rgb(192, 190, 190);
}

.card-service__header {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	margin: 20px 0;
	width: 100%;
}

.card-service__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.card-service__more {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 400;
	/* line-height: 10px; */
	color: var(--color-3);
	align-self: flex-start;
	min-width: 70px;
}

.section-header {
	max-width: 1400px;
	margin: 10px auto 20px;
	font-size: 42px;
	padding: 0 20px;
	text-align: center;
}

.services__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto 20px;
}

.about {
	padding: 100px 0;
	background-color: var(--color-2);
}

.about__inner {
	display: flex;
	color: white;
	max-width: 1200px;
	margin: auto;
}

.about__col {
	width: 50%;
	padding: 0 20px;
}

.about__col:first-child {
	padding-right: 20px;
}

.about__col:last-child {
	display: flex;
	justify-content: flex-end;
	padding-left: 20px;
}

.about__header {
	text-transform: uppercase;
}

.about__header div:first-child {
	font-size: 64px;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 20px;
}

.about__header div:last-child {
	font-size: 40px;
	font-weight: 400;
}

.about__header span {
	color: var(--color-3);
}

.about__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	margin: 35px 0;
}

.about__footer a {
	display: inline-block;
	padding: 12px 45px;
	color: white;
	border: none;
	background-color: var(--color-3);
	font-size: 20px;
	font-weight: 400;
}

.about__footer span {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

.about__img {
	width: 642px;
	height: 440px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about__img img {
	width: 100%;
}

.section-123 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/bg_123.jpg);
}

.section-123__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transform: translateY(-40px);
}

.section-123 .cmp-123:nth-child(1) {
	color: var(--color-2);
}

.section-123 .cmp-123:nth-child(2),
.section-123 .cmp-123:nth-child(3) {
	color: var(--color-4);
}

.cmp-123__inner {
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

.cmp-123__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cmp-123__number {
	color: rgb(239, 191, 147);
	font-size: 56px;
	font-weight: 800;
	line-height: 68px;
}

.cmp-123__header {
	font-size: 18px;
	font-weight: 800;
	line-height: 19px;
}

.cmp-123__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.contacts {
	display: flex;
	margin: 60px 0;
}

.contacts__inner {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}

.contacts__col:first-child {
	width: 40%;
	padding-right: 20px;
}

.contacts__col:last-child {
	width: 60%;
	padding-left: 20px;
}

.contacts__header {
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 20px;
}

.contacts__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.contacts__text_call {
	max-width: 370px;
	margin-bottom: 20px;
}

.contacts__text_address {
	max-width: 165px;
	margin-bottom: 20px;
}

.contacts .phone__tel {
	display: none;
}

.contacts .icons-socnet-phone__icons {
	margin-left: -12px;
}

.contacts__map {
	height: 100%;
}

.contacts__map img {
	width: 100%;
	height: 100%;
}

.section-about {
	padding: 0 20px;
}

.section-about__inner {
	max-width: 950px;
	margin: auto;
}

.section-about__header {
	font-size: 48px;
	font-weight: 400;
	margin: 20px 0;
}

.section-about__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.section-about p {
	margin: 15px 0;
}

.section-about li {
	margin: 10px 0;
}

.section-about span {
	font-family: Inter !important;
	font-size: 11pt !important;
}

.link-section   {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 40px;
}

.link-section div:first-child,
.link-section div:last-child {
	height: 40px;
}

.link-section div:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: white;
	background-color: var(--color-2);
}

.link-section div:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	background: rgb(239, 191, 147);
}

/* .main-map {
	height: 380px;
} */

.main-map img {
	width: 100%;
	height: 100%
}

.service,
.section {
	padding: 0 20px;
	max-width: 950px;
	margin: 30px auto 50px;
}

.service h1, .service h2, .service h3,
.section h1, .section h2, .section h3 {
	margin: 20px 0;
}

.service li,
.section li {
	margin: 10px 0;
}

.pic-section img {
	width: 100%;
	height: 100%;
}

.email {
	display: inline-flex;
	margin-top: 5px;
}

.email span {
	margin-right: 15px;
	color: var(--color-3);
}

.header .mail {
	display: flex;
	align-items: center;
}

.header .mail:after,
.header .mail:before  {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--color-5);
	transform: translateY(-3px);
	margin-left: 7px;
}

.header .mail:after {
	margin-right: 12px;
}

.header .mail:before  {
	margin-right: 7px;
}

.section-name {
	font-size: 22px;
	margin-bottom: 20px;
	padding: 0 20px;
}

/* header-top */

.div-header-top:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: var(--color-5);
}

.header-top {
	display: flex;
	max-width: 1300px;
	margin: 10px auto 20px;
	padding: 0 20px;
}

.header-top__col:last-child {
	display: flex;
	align-items: center;
	font-size: 18px;
	flex-grow: 1;
	justify-content: flex-end;
}

.header-top__col:last-child img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.header-top__col:last-child a {
	font-weight: bold;
	font-size: 24px;
}

.header-top-operating-mode-whatsapp {
	display: flex;
	align-items: center;
}

.header-top__whatsapp {
	display: flex;
	margin-left: 40px;
}

.burger {
	display: none;
}

.conteiner-burger {
	display: flex;
	justify-content: flex-end;
}

/* nav2	 */

.nav2	{
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 40px
}

.nav2-item {
	font-size: 22px;
	padding: 10px;
	margin: 0 20px;
}

a.nav2-item:hover {
	color: var(--color-6)
}

.nav2-item:first-child {
	margin-left: inset;
}

.nav2-item:last-child {
	margin-right: inset;
}

/* plashka */

.plashka {
	border-radius: 20px;
	background-color: white;
	/* margin: 0 20px; */
}

.plashka__inner {
	padding: 20px;
}

.plashka__block-text > div:nth-child(1) {
	color: #FF4900;
	font-size: 18px;
	text-transform: uppercase;
}

.plashka__block-text > div:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
}

.plashka__block-text > div:nth-child(3) {
	font-size: 20px;
}

.plashka__block-text > div {
	margin-bottom: 10px;
}

.plashka__block-text > div:last-child {
	margin-bottom: 20px;
}

.asu2-button {
	border: 0;
	border-radius: 4px;
	text-align: center;
	padding: 10px 20px;
	font-size: 20px;
}

.asu2-button_default {
	background-color: var(--color-6);
	color: white;
}

.asu2-button_cancel {
	background-color: var(--color-4);
	color: var(--color-5);
}

.asu2-button_more {
	border-radius: 30px;
	border: 1px solid var(--color-6);
	color: var(--color-2);
	background-color: transparent;
}

.asu2-button_more:hover {
	background-color: var(--color-6);
	color: white;
}

/* block-icons */

.block-icons__inner {
	margin-top: 40px;
}

.block-icons__row {
	display: flex;
	align-items: center;
}

.block-icons__row:first-child {
	margin-bottom: 20px;
}

.block-icons__row img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.block-icons__text > div:first-child {
	font-size: 20px;
	font-weight: bold;
}

.block-icons__text > div:last-child {
	font-size: 16px;
}

/* asu2-main-block-1 */

.asu2-main-block-1 {
	display: flex;
	justify-content: center;
	max-width: 1300px;
	height: 860px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/images/asu2_pic.jpeg);
	position: relative;
	border-radius: 20px;
}

.plashka-icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 150px;
	left: 100px;
	max-width: 435px;
}

/* asu2-our-services */

.asu2-our-services {
	display: flex;
	max-width: 1024px;
	margin: auto;
}

.asu2-our-services__col {
	width: 50%;
	padding: 0 10px;
}

.asu2-our-services__col:first-child button {
	margin-top: 20px;
}

.asu2-our-services__col:first-child > div:nth-child(1),
.asu2-our-services__col:first-child > div:nth-child(3),
.asu2-our-services__col:last-child > div:nth-child(2) {
	font-size: 20px;
}

.asu2-our-services__col:first-child > div:nth-child(2) {
	text-transform: uppercase;
	font-size: 40px;
}

.asu2-our-services__col:last-child > div:nth-child(1) {
	text-transform: uppercase;
	font-size: 20px;
}

.asu2-our-services__col > div {
	margin-bottom: 15px;
}

.asu2-our-services__col > div:last-child {
	margin-bottom: unset;
}

.asu2-our-services__col:last-child {
	text-align: center;
}

/* asu2-card-service */

.asu2-card-service {
	width: 350px;
	height: 604px;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid var(--color-5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.asu2-card-service__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.asu2-card-service__name {
	font-family: Inter-Medium;
	font-size: 20px;
	margin-top: 30px;
}

.asu2-card-service__img {
	width: 260px;
	height: 355px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.asu2-card-service__inner button {
	margin-top: 30px;
}

.asu2-card-services {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: auto;
}

/* asu2-main-about */

.asu2-main-about {
	max-width: 1300px;
	margin: auto;
}

.asu2-main-about__inner {
	display: flex;
}

.asu2-main-about__col {
	padding: 15px;
}

.asu2-main-about__col:last-child {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.asu2-main-about__header {
	font-family: Inter-Medium;
	font-size: 40px;
	margin-bottom: 20px;
}

.asu2-main-about__subheader {
	font-family: Inter-Medium;
	font-size: 24px;
	margin-bottom: 20px;
}

.asu2-main-about__desc p {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.asu2-main-about__desc p:last-child {
	margin-bottom: 0;
}

.div-asu2-main-about-footer {
	display: flex;
	justify-content: center;
}

.asu2-main-about__footer {
	border-radius: 10px;
	border: 1px solid var(--color-6);
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.asu2-main-about__footer .legend {
	font-size: 15px;
	color: var(--color-5);
	margin-bottom: 7px;
}

.asu2-main-about__footer .block {
	padding: 15px;
	/* outline: auto; */
}

.asu2-main-about__footer .block:nth-child(2) {
	display: flex;
}

.asu2-main-about__footer .block:nth-child(2) img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.asu2-main-about__footer .ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾perating-mode,
.asu2-main-about__footer .whatsapp,
.asu2-main-about__footer .phone {
	font-size: 14px;
	color: var(--color-1);
	font-family: Inter-Medium;
}

/* questions */

.questions {
	padding: 20px;
}

.questions__inner > div {
	margin-bottom: 20px;
}

.questions__inner a {
	font-weight: bold;
	font-size: 20px;
}

.questions > div:last-child {
	margin-bottom: unset;
}

.questions__header {
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.questions__text,
.questions__phone {
	font-size: 16px;
}

.questions__phone {
	display: flex;
}

.questions__phone img {
	width: 20px;
	height: 18px;
	margin-right: 15px;
	margin-top: 3px;
}

/* should */

.should {
	padding: 20px;
}

.should__inner	> div {
	margin-bottom: 20px;
}

.should__header {
	font-size: 40px;
	text-transform: uppercase;
}

.should__legend {
	font-size: 15px;
	font-family: Inter-Light;
	margin-bottom: 5px;
}

.should__phone input {
	width: 250px;
	height: 44px;
	font-size: 15px;
	padding-left: 10px;
	border: 1px solid var(--color-5);
}

/* questions-should */

.questions-should {
	display: flex;
	max-width: 1300px;
	margin: auto;
}

.questions-should > div {
	width: 50%;
}

/* comments */

.comments {
	max-width: 1300px;
	text-align: center;
	margin: 0 auto 60px auto;
}

/* .comments__inner {
	display: flex;
} */

.comments__header {
	font-size: 40px;

}

.comments__subheader {
	font-size: 20px;
	margin-bottom: 30px;
}

/* card-comment */

.card-comment {
	max-width: 630px;
	border: 1px solid var(--color-5);
	border-radius: 20px;
	padding: 20px;
	margin: 20px;
}

.card-comment__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 300px;
}

.card-comment__content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card-comment__text {
	max-height: 150px;
	overflow: hidden;
}

.card-comment__content > div {
	margin-bottom: 20px;
}

.card-comment p {
	font-size: 20px;
	overflow: hidden;
}

.card-comment__inner button {
	border-radius: 50px;
	max-width: 90%;
}

/* main-contacts */

.main-contacts {
	background-color: #1E1E1E;
	padding: 10px 20px;
	font-size: 15px;
}

.main-contacts__inner {
	max-width: 1300px;
	color: var(--color-4);
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.main-contacts span {
	color: var(--color-6)
}

.main-contacts a {
	display: inline-block;
}

.owl-carousel .owl-item img {
	width: 80px;
 }

 .owl-nav {
	transform: translate(calc(-50% + 45px), 70px);
 }

.copyright {
	padding: 10px;
	text-align: center;
 }

section {
	margin-bottom: 60px;
	margin-left: 10px;
	margin-right: 10px;
}

.section-asu2-main-block-1 {
	margin-left: unset;
	margin-right: unset;
 }

 /* leave-review */

.leave-review {
	display: flex;
	justify-content: center;
	margin: 20px 0;
 }

 .asu2-service {
	max-width: 900px;
	margin: auto;
	}

 /* brend */

.brend {
	max-width: 900px;
	margin: auto;
}

 .brend__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
 }

 .brend__item {
	margin: 10px;
	width: 200px;
 }

 .brend-header {
	font-family: Inter-Bold;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
 }

 /* service-pic */

 .service-pic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	height: 453px;
	margin: 0 auto 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

 .service-pic__inner {
	text-align: center;
	background-color: white;
	padding: 40px;
	margin: 10px;
	border-radius: 10px;
 }

 .service-pic__header {
	font-family: Inter-Bold;
	font-size: 40px;
	margin-bottom: 20px;
 }

 /* brends-block-1 */

 .brends-block-1 {
	max-width: 900px;
	margin: auto;
 }

 .brends-block-1__header {
	font-family: Inter-Medium;
	font-size: 40px;
	margin-bottom: 20px;
 }

 .brends-block-1__text {
	font-size: 24px;
	margin-bottom: 40px;
 }

 .brends-block-1__img {
	margin-bottom: 40px;
 }

 .brends-block-1__img img {
	border-radius: 20px;
	width: 100%;
	margin: auto;
 }

 .pic-l, .pic-s {
	display: none;
 }

 /* services-item */

 .services-item {
	position: relative;
	cursor: pointer;
 }

 .services-item span {
	padding-left: 10px;
 }

 .services-item img,
 .popup-menu__services-item img {
	width: 15px;
	height: 15px;
 }

 .services-item img.active,
 .popup-menu__services-item img.active {
	transform: rotateX(180deg);
}

.popup-menu__services {
	margin: 0 20px 20px;
}

.popup-menu__services-item {
	text-align: left;
	cursor: pointer;
}

.popup-menu__services-item span {
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	font-size: 20px;
}

.popup-menu-services {
	border-radius: 4px;
	border: 1px solid var(--color-5);
	background-color: white;
	position: absolute;
	top: -1000px;
	z-index: 10;
	width: 250px;
	padding: 15px;
}

.popup-menu-services.active {
	top: 40px;
}

.popup-menu-services a {
	font-size: 18px;
	padding: 5px;
	margin-bottom: 7px;
}

.popup-menu-services a:hover {
	color: var(--color-6)
}

.popup-menu-services a:last-child {
margin-bottom: unset;
}

 /* asu2-form */

.asu2-form {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	display: flex;
	transition: opacity 0.3s ease;
	overflow: scroll;
}

.asu2-form__header {
	font-size: 26px;
	font-family: Inter-Medium;
	margin-bottom: 20px;
	text-align: center;
}

.asu2-form__inner {
	width: 400px;
	margin: auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
	transition: all 0.3s ease;
}

.asu2-form input {
	width: 100%;
	height: 32px;
	padding-left: 5px;
}

.asu2-form select {
	width: 100%;
	height: 32px;
}

.asu2-form__input,
.asu2-form__btn,
.asu2-form__date,
.asu2-form__time {
	margin-bottom: 15px;
}

.asu2-form__date input,
.asu2-form__time input {
	width: 40px;
	text-align: center;
	padding-left: unset;
}

.asu2-form__btn {
	margin-top: 30px;
	margin-bottom: unset;
	text-align: center;
}

.asu2-form__btn button:first-child {
	margin-right: 20px;
}

.asu2-form legend {
	margin-bottom: 5px;
}

.leave-review {
	max-width: 760px;
	min-width: 300px;
	margin: auto;
}

.leave-review__inner {
	display: flex;
	padding: 20px;
}

.leave-review__col {
	width: 50%;
}

.leave-review__col:last-child {
	margin-left: 20px;
}

.leave-review input {
	height: 42px;
}

.leave-review textarea {
	height: 150px;
	resize: none;
}

.leave-review input,
.leave-review textarea {
	padding-left: 5px;
	width: 100%;
	border: 1px solid var(--color-5);
}

.leave-review__row {
	margin-bottom: 20px;
}

.leave-review__row:last-child {
	margin-bottom: unset;
}

.leave-review__col p {
	font-size: 20px;
}

.leave-review__resp {
	margin-top: 5px;
}