@charset "UTF-8";
html {
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width: 992px) {
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
	align-items: flex-end;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0000;
  --color-theme-blue: #02bced;
  --color-theme-dark-blue: #006892;
  --color-theme-black: #101010;
  --color-theme-light: #f8f9fb;
  --color-theme-border: #eef3fa;
  --color-theme-alt: #6a91a0;
  --color-accent: var(--color-theme-blue);
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Heavy.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLightItalic.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Light.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Regular.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Medium.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLight.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Bold.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Thin.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/uctheme/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Black.woff') format('woff'),
        url('/wp-content/themes/uctheme/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


* {
  scrollbar-color: var(--color-accent) var(--color-white);
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  /* ширина для вертикального скролла */
  height: 6px;
  /* высота для горизонтального скролла */
  background-color: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  border-radius: 0;
}

* {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-theme-black);
  background-color: var(--color-white);
  overflow-x: hidden;
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

body.overflow {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}

a:hover {
  color: var(--color-accent);
}

sup,
sub {
  font-size: calc((2 / 3) * 100%);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media (max-width: 480px) {
      .container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.main-section .col-lg-7 {
		padding-right: 0;
    padding-left: 0;
	}
}



.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
  height: 60px;
  padding-left: 32px;
  padding-right: 20px;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-theme-blue);
  border: none;
  border-radius: 12px;
  cursor:pointer;
}

@media (max-width: 480px) {
  .button {
        font-size: 16px;
        line-height: 1;
        height: 54px;
    }
}

.button:hover {
  color: var(--color-white);
  background-color: var(--color-theme-dark-blue);
}

.button--white {
  background-color: var(--color-white);
  color: var(--color-theme-blue);
}

.button--white:hover {
  color: var(--color-white);
  background-color: var(--color-theme-blue);
}

.button__icon {
	content: "";
    position: relative;
	background-image: url(/wp-content/themes/uctheme/images/button-icon.svg);
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  flex-shrink: 0;
  filter: invert(100%) sepia(75%) saturate(0%) hue-rotate(354deg) brightness(110%) contrast(101%);
  transition-property: all;
  transition-duration: 0.3s;
}
.page-header__open-menu-icon{
    content: "";
    position: relative;
	background-image: url(/wp-content/themes/uctheme/images/menu.svg);
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.button--white .button__icon {
  filter: invert(69%) sepia(98%) saturate(3506%) hue-rotate(152deg) brightness(98%) contrast(98%);
}

.button--white:hover .button__icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(69deg) brightness(105%) contrast(102%);
}

.button__hide-text {
  margin-right: auto;
  margin-left: 3px;
}

@media (max-width: 760px) {
  .button__hide-text {
    display: none;
  }
}

.button-close {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  padding: 0;
  background-color: transparent;
  border: none;
}

.button-close::before, .button-close::after {
  content: "";
  position: absolute;
  background-color: var(--color-theme-blue);
  transition-property: all;
  transition-duration: 0.3s;
}

.button-close:hover::before, .button-close:hover::after {
  background-color: var(--color-theme-dark-blue);
}

.button-close::before {
  top: 0;
  left: 9px;
  width: 2px;
  height: 100%;
}

.button-close::after {
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__main {
  flex-grow: 1;
  margin-top: 140px;
}

.contacts .page__main {
  background-color: #f8f9fb;
  background-image: url("/wp-content/themes/uctheme/images/bg--contacts-main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 480px) {
  .contacts .page__main {
    background-size: auto 140px;
  }
}

.post-type-archive-review .page__main {
  background-color: #f8f9fb;
  background-image: url("/wp-content/themes/uctheme/images/bg--reviews-main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 480px) {
  .post-type-archive-review .page__main {
    background-size: auto 140px;
  }
}

.page__inner--light-bg {
  background-color: var(--color-theme-light);
}

.page__inner--light-bg {
  padding-bottom: 60px;
}

@media (max-width: 480px) {
.page__inner--light-bg {
    padding-bottom: 56px;
  }
}

.page__welcome {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .page__welcome {
    min-height: 140px;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
  }
}

.page__welcome-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page__title {
  margin-top: 45px;
  margin-bottom: 39px;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 480px) {
  .page__title {
    margin-top: 50px;
    font-size: 26px;
    line-height: 30px;
  }
}

.service-header .page__title {
  margin-bottom: 43px;
}

@media (max-width: 480px) {
  .service-header .page__title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.page__welcome .page__title {
  margin-top: auto;
  margin-bottom: auto;
}

.page__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.page__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.messengers {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.messengers__item:not(:last-child) {
  margin-right: 8px;
}

.messengers__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--color-theme-border);
  position:relative;
}
.inst {
  background-color: var(--color-theme-blue);
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: var(--color-white);
  box-shadow: 0 10px 9px rgb(130 130 130 / 7%);
}

.page-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.13);
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.page-header.tab-is-open::before {
  opacity: 1;
  pointer-events: auto;
}

.page-header__top {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 14px #eef6f7;
}

@media (max-width: 480px) {
      .page-header__top {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.page-header__top-grid {
  display: flex;
  align-items: center;
}

.page-header__overlay {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .page-header__overlay {
        position: fixed;
        top: 0;
        right: -400px;
        bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 400px;
        padding: 82px 40px 56px 40px;
        background-color: var(--color-white);
        overflow-y: auto;
        transition-property: all;
        transition-duration: 0.3s;
        border-left: 1px solid #eef3fa;
    }
  .page-header__overlay.is-open {
    right: 0;
  }
  .page-header__overlay.is-open::before {
    opacity: 1;
    pointer-events: auto;
    width: calc(100% - 400px);
  }
  .page-header__overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    opacity: 0;
    pointer-events: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.page-header__open-menu {
  display: none;
}

@media (max-width: 1100px) {
  .page-header__open-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: auto;
    background-color: transparent;
    border: none;
  }
}

.page-header__overlay-close {
  display: none;
}

@media (max-width: 1100px) {
  .page-header__overlay-close {
    display: block;
    position: absolute;
    top: 25px;
    left: 40px;
  }
}

.page-header__messengers {
    margin-right: 20px;
}

@media (max-width: 1100px) {
  .page-header__messengers {
        margin-bottom: 15px;
    }
}

.page-header__bottom {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}

@media (max-width: 800px) {
  .page-header__bottom {
    display: none;
  }
  .page__main {
    margin-top: 90px;
}
}

.logo {
  display: block;
}

.logo__thumb {
  display: block;
  height: 53px;
}

@media (max-width: 650px) {
.page-header__logo .logo__thumb {
    height: 46px;
  }	
  .page__main {
        margin-top: 86px;
    }
}
@media (max-width: 480px) {
	.page__main {
        margin-top: 64px;
    }
  .page-header__logo .logo__thumb {
    height: 40px;
  }
}

.header-contacts {
  display: flex;
}

@media (max-width: 1100px) {
  .header-contacts {
    flex-direction: column;
    order: 1;
    margin-top: auto;
  }
}

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

@media (max-width: 1100px) {
  .header-phone {
    align-items: flex-start;
  }
}

.header-phone__icon {
  margin-right: 12px;
  position:relative;
  width: 28px;
    height: 28px;
}
.d-flex{
	    display: flex;
}
.footer-col .d-flex {
    align-items: center;
}
.header-phone__svg:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(/wp-content/themes/uctheme/images/call.svg);
}
.header-map2__svg:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(/wp-content/themes/uctheme/images/icon-map2.svg);
}
.header-time__svg:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(/wp-content/themes/uctheme/images/icon-time.svg);
}
.messengers__icon{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  top: 10px;
    left: 10px;
}
.wp-ico{
	background-image: url(/wp-content/themes/uctheme/images/wp-ico.svg);
}
.insta-ico{
	background-image: url(/wp-content/themes/uctheme/images/inst-ico.svg);
}
.tg-ico{
	background-image: url(/wp-content/themes/uctheme/images/tg-ico.svg);
}
.max-ico{
	background-image: url(/wp-content/themes/uctheme/images/max.png);
}	



.header-phone__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1100px) {
  .header-phone__content {
    align-items: flex-start;
  }
}

.header-phone__link {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
}

.header-phone__callback {
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-theme-blue);
  background-color: transparent;
  border: none;
}

@media (max-width: 1100px) {
      .header-phone__callback {
        margin-top: 10px;
    }
}

.header-phone__callback::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d2f1fa;
}

.main-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 81px;
}
@media (max-width: 1200px) {
    .main-menu {
        margin-right: 25px;
    }
.header-phone__link {
    font-size: 22px;
}
}

@media (max-width: 1100px) {
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #eef3fa;
  }
}

.main-menu li {
    font-size: 17px;
    line-height: 1.2;
}

@media (max-width: 1100px) {
  .main-menu li {
    font-size: 18px;
    line-height: 21px;
  }
}

.main-menu li:not(:first-child) {
  margin-left: 41px;
}
@media (max-width: 1200px) {
.main-menu li:not(:first-child) {
  margin-left: 32px;
}
}
.main-menu .current-menu-item a {
  color: var(--color-theme-blue);
}

@media (max-width: 1100px) {
  .main-menu li:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.main-menu a {
  font-weight: 500;
}

@media (max-width: 1100px) {
  .main-menu a {
    font-weight: 300;
  }
}

.catalog-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: none;
}

@media (max-width: 1100px) {
  .catalog-menu {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.catalog-menu > li {
  font-size: 18px;
  line-height: 21px;
}

.catalog-menu > li:not(:last-child) {
  margin-bottom: 30px;
}

.catalog-menu > li.has-child > a {
  position: relative;
}

.catalog-menu > li.has-child > a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -14px;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52367 7.61932L1.17917 2.27472C1.05546 2.15111 0.987305 1.98609 0.987305 1.81014C0.987305 1.63419 1.05546 1.46918 1.17917 1.34557L1.57267 0.951972C1.82907 0.695859 2.24581 0.695859 2.50182 0.951972L6.98981 5.43997L11.4828 0.946993C11.6065 0.823379 11.7714 0.755127 11.9473 0.755127C12.1233 0.755127 12.2882 0.823379 12.412 0.946993L12.8054 1.34059C12.9292 1.4643 12.9973 1.62921 12.9973 1.80516C12.9973 1.98111 12.9292 2.14613 12.8054 2.26974L7.45605 7.61932C7.33195 7.74323 7.16625 7.81129 6.99011 7.8109C6.81328 7.81129 6.64768 7.74323 6.52367 7.61932Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.3s;
}

.catalog-menu > li.has-child > a.is-active {
  color: var(--color-theme-blue);
}

.catalog-menu > li.has-child > a.is-active::after {
  right: -16px;
  transform: rotate(-180deg);
  filter: invert(52%) sepia(89%) saturate(628%) hue-rotate(150deg) brightness(94%) contrast(99%);
}

.catalog-menu > li.has-child > a:hover::after {
  filter: invert(52%) sepia(89%) saturate(628%) hue-rotate(150deg) brightness(94%) contrast(99%);
}

.catalog-menu > li > a {
  font-weight: 500;
}

.menu-tab__navigation {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 50px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  justify-content: center;
}

@media (max-width: 480px) {
  .menu-tab__navigation {
    height: 50px;
  }
}

.menu-tab__navigation::-webkit-scrollbar {
  display: none;
}

@media (max-width: 480px) {
  .menu-tab__navigation > li {
    font-size: 16px;
    line-height: 19px;
  }
}

.menu-tab__navigation > li > a {
  font-weight: 600;
  white-space: nowrap;
}

.menu-tab__navigation > li.has-child > a {
  position: relative;
}

.menu-tab__navigation > li.has-child > a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -16px;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52367 7.61932L1.17917 2.27472C1.05546 2.15111 0.987305 1.98609 0.987305 1.81014C0.987305 1.63419 1.05546 1.46918 1.17917 1.34557L1.57267 0.951972C1.82907 0.695859 2.24581 0.695859 2.50182 0.951972L6.98981 5.43997L11.4828 0.946993C11.6065 0.823379 11.7714 0.755127 11.9473 0.755127C12.1233 0.755127 12.2882 0.823379 12.412 0.946993L12.8054 1.34059C12.9292 1.4643 12.9973 1.62921 12.9973 1.80516C12.9973 1.98111 12.9292 2.14613 12.8054 2.26974L7.45605 7.61932C7.33195 7.74323 7.16625 7.81129 6.99011 7.8109C6.81328 7.81129 6.64768 7.74323 6.52367 7.61932Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.3s;
}

.menu-tab__navigation > li.has-child > a:hover::after {
  filter: invert(52%) sepia(89%) saturate(628%) hue-rotate(150deg) brightness(94%) contrast(99%);
}

.menu-tab__navigation > li.is-active > a {
  color: var(--color-theme-blue);
}

.menu-tab__navigation > li.is-active > a::after {
  right: -16px;
  transform: rotate(-180deg);
  filter: invert(52%) sepia(89%) saturate(628%) hue-rotate(150deg) brightness(94%) contrast(99%);
}

.menu-tab__navigation > li:not(:last-child) {
  margin-right: 84px;
}

@media (max-width: 480px) {
  .menu-tab__navigation > li:not(:last-child) {
    margin-right: 40px;
  }
}

.menu-tab__wrapper {
  position: absolute;
  left: 0;
  top: 143px;
  width: 100%;
  z-index: 5;
  background-color: var(--color-white);
}

.menu-tab__content {
  display: none;
}

.menu-tab__sub-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 50px;
  padding-bottom: 60px;
}

.menu-tab__sub-menu > li {
  font-size: 18px;
  line-height: 140%;
}

.menu-tab__sub-menu > li:not(:last-child) {
  margin-bottom: 27px;
}

.menu-tab__sub-menu > li > a {
    color: var(--color-theme-dark-blue);
    font-weight: 500;
}

.menu-tab__sub-menu > li > a:hover {
  color: var(--color-theme-blue);
}

.hero__grid {
  display: flex;
}

@media (max-width: 760px) {
  .hero__grid {
    flex-direction: column;
  }
}

.hero__col {
  position: relative;
  width: 50%;
  min-height: 600px;
}

@media (max-width: 760px) {
  .hero__col {
    width: 100%;
    min-height: 340px;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero__inner {
  position: relative;
  max-width: 500px;
}

@media (max-width: 760px) {
  .hero__inner {
    max-width: 310px;
  }
}

.hero__title {
  margin-top: -40px;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
}

@media (max-width: 760px) {
  .hero__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .hero__title {
    margin-top: -19px;
    margin-bottom: 27px;
  }
}

.hero__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100vw;
  height: 100%;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 760px) {
  .hero__thumbnail {
    left: -10px;
    right: -10px;
    width: 100vw;
  }
}

@media (max-width: 480px) and (min-width: 380px) {
  .hero__thumbnail {
    left: -30px;
    right: -30px;
  }
}

.hero__content .hero__thumbnail {
  left: initial;
  right: 0;
}

@media (max-width: 760px) {
  .hero__content .hero__thumbnail {
    left: -10px;
    right: -10px;
  }
}

@media (max-width: 480px) and (min-width: 380px) {
  .hero__content .hero__thumbnail {
    left: -30px;
    right: -30px;
  }
}

@media (max-width: 480px) {
  .hero__button {
    font-size: 18px;
    line-height: 21px;
  }
}

.section {
  padding-top: 97px;
}

@media (max-width: 480px) {
  .section {
    padding-top: 59px;
  }
}

.section--light-bg {
  background-color: var(--color-theme-light);
}

.section--request {
  padding-top: 0;
  background-color: var(--color-theme-dark-blue);
  background-image: url("/wp-content/themes/uctheme/images/bg--request.png");
  background-position: top left;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .section--request {
    padding-top: 350px;
    padding-bottom: 60px;
    background-position: top center;
    background-image: url("/wp-content/themes/uctheme/images/bg--request--mob.png");
  }
}

.section--window-service,
.section--furniture,
.section--checked-service,
.section--service-template {
  padding-bottom: 98px;
}

@media (max-width: 480px) {
  .section--window-service,
  .section--furniture,
  .section--checked-service,
  .section--service-template {
    padding-bottom: 60px;
  }
}

.section--steps {
  padding-bottom: 200px;
}
.stepsend .section--steps {
    padding-bottom: 40px;
}

@media (max-width: 480px) {
  .section--steps {
    padding-bottom: 53px;
  }
  .stepsend .section--steps {
        padding-bottom: 20px;
    }
}

.single-service .section--steps,
.about .section--steps {
  padding-bottom: 188px;
}

@media (max-width: 480px) {
  .single-service .section--steps,
  .about .section--steps {
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .single-service .section--steps {
    background-color: var(--color-theme-light);
  }
}

.single-service .section--stocks {
  padding-bottom: 98px;
}

@media (max-width: 480px) {
  .single-service .section--stocks {
    padding-bottom: 0;
  }
}

.section--work-gallery, 
.section--socials-reviews, 
.section--cleaning-type {
  padding-bottom: 98px;
}

.section--socials-reviews,
.section--work-gallery {
  padding-bottom: 0;
}
 
@media (max-width: 480px) {
  .section--work-gallery, .section--cleaning-type { 
    padding-bottom: 60px;
  }
}

.about .section--socials-reviews {
  padding-bottom: 55px;
}

@media (max-width: 480px) {
  .about .section--socials-reviews {
    padding-top: 37px;
    padding-bottom: 24px;
  }
}

.section__sub-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-theme-blue);
}

.section__title {
  margin-top: 0;
  margin-bottom: 53px;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 480px) {
      .section__title {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.4;
    }
	.section__sub-title {
    margin-bottom: 0;
	}
}

.advantages {
  margin-top: 0;
  margin-bottom: 85px;
  padding-left: 0;
  list-style: none;
  display: flex;
  width:100%;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .advantages {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .advantages {
    width: 100%;
    margin-left: 0;
    margin-bottom: 53px;
  }
}

.about .advantages {
  margin-bottom: 0;
}

.advantages__item {
  width: calc(33.3% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 40px;
	margin-top: 140px;
    position: relative;
}

@media (max-width: 840px) {
  .advantages__item {
    width: calc((100%/2) - 40px);
    margin-top: 120px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .advantages__item {
    width: 100%;
    margin-left: 0;
	margin-right:0;
    margin-top: 130px;
    margin-bottom: 0;
  }
}
.advantages__item:before{
    content: "";
    position: absolute;
    top: -120px;
    left: calc((100% - 100px) / 2);
    width: 100px;
    height: 100px;
    border: 14px solid #FFFFFF;
    background: linear-gradient(214.87deg, #77D1F0 6.62%, #16B6ED 98.06%);
    box-shadow: 0px 9px 20px rgb(0 0 0 / 9%);
    border-radius: 50%;
}
.advantages__item:after{
    content: "";
    position: absolute;
    top: -90px;
    left: calc((100% - 42px) / 2);
    width: 42px;
    height: 42px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.advantages__item:nth-child(1)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon1.svg);
	left: calc((100% - 37px) / 2);
}
.advantages__item:nth-child(3)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon2.svg);
	left: calc((100% - 37px) / 2);
}
.advantages__item:nth-child(2)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon3.svg);
	left: calc((100% - 50px) / 2);
}
.advantages__item:nth-child(4)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon4.svg);
}
.advantages__item:nth-child(5)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon5.svg);
}
.advantages__item:nth-child(6)::after {
    background-image: url(/wp-content/themes/uctheme/images/advant-icon6.svg);
}
.advantages__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin-bottom: 28px;
}

@media (max-width: 760px) {
  .advantages__icon-wrapper {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .advantages__icon-wrapper {
    height: auto;
    margin-bottom: 15px;
  }
}

.advantages__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
}
@media (max-width: 540px) {
.advantages__title {
  font-size: 22px;
}
}
@media (max-width: 480px) {
  .advantages__title {
  font-size: 21px;
}
}

.advantages__description {
    margin-top: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    color: #3f3f3f;
}

@media (max-width: 480px) {
  .advantages__description {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-services__link {
  max-width: 100%;
}

.main-services {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -20px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .main-services {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (max-width: 561px) {
  .main-services {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
}

.main-services__item {
    width: calc(25% - 20px);
    min-height: 460px;
    padding: 40px 30px 160px 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 14px;
    border: 1px solid #f9f9f9;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #f1f1f1;
}
@media (max-width: 1120px) {
.main-services__item {
    padding: 40px 25px 160px 25px;
}
}
@media (max-width: 1088px) {
  .main-services__item {
    width: calc(50% - 65px);
    margin-left: 50px;
    margin-bottom: 50px;
	padding: 40px 30px 160px 30px;
  }
}

@media (max-width: 880px) {
  .main-services__item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
	margin-left: 20px;
  }
}

@media (max-width: 561px) {
  .main-services__item {
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
    .main-services__item {
        padding: 40px 50px 160px 50px;
    }
}
@media (max-width: 380px) {
    .main-services__item {
        padding: 40px 30px 160px 30px;
    }
}

.main-services__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #252525;
}

.main-services__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main-services__list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.main-services__list-item:not(:last-child) {
  margin-bottom: 13px;
}

.main-services__list-price {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #bdbdbd;
}

.main-services__link {
  height: 50px;
  font-size: 16px;
  line-height: 0;
}

.main-services .main-services__link {
    margin-top: 15px;
}

@media (max-width: 980px) {
  .main-services__link {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .main-services__link {
    padding-left: 20px;
  }
}

.steps {
  position: relative;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}



.steps__item {
  position: relative;
  padding-bottom: 85px;
}

@media (max-width: 760px) {
  .steps__item {
        padding-bottom: 90px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: var(--color-white);
        border-radius: 14px;
        margin-top: 8px;
        border: 1px solid #f1f1f1;
    }
}

@media (max-width: 480px) {
  .about .steps__item {
    background-color: var(--color-theme-light);
  }
}

@media (max-width: 480px) {
  .steps__item {
	padding-bottom: 125px;
  }
  .footer-col{
	  margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.steps__item:before{
	content: "";
    position: absolute;
    top: 150px;
    left: calc((100% - 100px) / 2);
    width: 100px;
    height: 100px;
    border: 14px solid #FFFFFF;
    background: linear-gradient(214.87deg, #77D1F0 6.62%, #16B6ED 98.06%);
    box-shadow: 0px 9px 20px rgb(0 0 0 / 9%);
    border-radius: 50%;
}
.steps__item:after{
    content: "";
    position: absolute;
    top: 180px;
    left: calc((100% - 42px) / 2);
    width: 42px;
    height: 42px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.steps__item:nth-child(1)::after {
    background-image: url(/wp-content/themes/uctheme/images/step1.svg);
}
.steps__item:nth-child(2)::after {
    background-image: url(/wp-content/themes/uctheme/images/step2.svg);
}
.steps__item:nth-child(3)::after {
    background-image: url(/wp-content/themes/uctheme/images/step3.svg);
}
.steps__item:nth-child(4)::after {
    background-image: url(/wp-content/themes/uctheme/images/step4.svg);
}
.steps__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9eff5;
  background-color: var(--color-white);
  border-radius: 100%;
}

@media (max-width: 760px) {
  .steps__circle {
    transform: translateY(-12px);
  }
}

.steps__item:last-child .steps__circle::after {
  background-color: var(--color-theme-light);
}

@media (max-width: 760px) {
  .steps__item:last-child .steps__circle::after {
    display: none;
  }
}

.steps__circle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-theme-blue);
  border-radius: 100%;
}

.steps__circle::after {
  content: "";
  position: absolute;
  left: 22px;
  top: calc(50% - 1px);
  width: 50vw;
  height: 2px;
  background-color: #e9eff5;
}

@media (max-width: 760px) {
  .steps__circle::after {
    display: none;
  }
}

.steps__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 760px) {
  .steps__title {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
  }
}

.steps__description {
  margin-top: 0;
  margin-bottom: 49px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 480px) {
  .steps__description {
    margin-bottom: 27px;
  }
}

.steps__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
}

.request {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  transform: translateY(-90px);
}

.faq .request {
	transform: translateY(0);
}
@media (max-width: 970px) {
.faq .request {
    max-width: initial;
}
}
@media (max-width: 480px) {
  .request {
    transform: translateY(0);
  }
}

.request__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.request__title {
  display: flex;
  align-items: center;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 24px 24px 0 0;
  color: var(--color-white);
  background-color: var(--color-theme-blue);
  background-image: url("/wp-content/themes/uctheme/images/bg--form-title.png");
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .request__title {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 21px;
  }
}

.request__content {
  padding: 61px 42px 80px 50px;
  border-radius: 0 0 24px 24px;
  background-color: var(--color-white);
}

.faq .request__content {
      border: 1px solid #f1f1f1;
}

@media (max-width: 480px) {
  .request__content {
    padding: 30px 20px;
  }
}

.form__item {
  margin-top: 0;
  margin-bottom: 20px;
}

.request__form .form__item,
.contacts__form .form__item,
.modal__form .form__item {
  width: calc(50% - 5px);
}

@media (max-width: 480px) {
  .request__form .form__item,
  .contacts__form .form__item,
  .modal__form .form__item {
    width: 100%;
  }
}

.reviews__form .form__item {
  width: calc((100% - 20px) / 3);
}

@media (max-width: 480px) {
  .reviews__form .form__item {
    width: 100%;
  }
}

.form__item--large {
  width: 100%;
}

.request__form .form__item--large,
.contacts__form .form__item--large,
.modal__form .form__item--large,
.reviews__form .form__item--large {
  width: 100%;
}

.form__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-theme-dark-blue);
}

.form__field {
  display: block;
  width: 100%;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-theme-black);
  font-weight: 500;
  background-color: var(--color-theme-border);
  border: 1px solid var(--color-theme-border);
  border-radius: 8px;
  transition-property: all;
  transition-duration: 0.3s;
}

.form__field:focus {
  border-color: var(--color-theme-blue);
}

.form__field--select {
  background-image: url("/wp-content/themes/uctheme/images/icon--arrow-down.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
}

.form__field--textarea {
  resize: none;
}

.contacts__form .form__field--textarea,
.reviews__form .form__field--textarea {
  height: 160px;
}

.request__form .form__field--textarea,
.modal__form .form__field--textarea {
  height: 120px;
}

.form__field::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--color-theme-alt);
  opacity: 1;
}

.form__field::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--color-theme-alt);
  opacity: 1;
}

.form__policy {
    position: relative;
    max-width: 310px;
    margin-top: -4px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-theme-alt);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
  .form__policy {
    margin-bottom: 21px;
  }
}

.reviews__form .form__policy {
  width: 100%;
  max-width: 100%;
  margin-top: 1px;
  margin-bottom: 37px;
}

.modal__form .form__policy {
    margin-top: 0px;
    margin-bottom: 20px;
}

.form__policy a {
  color: var(--color-theme-blue);
}

.form__privacy-label {
  position: relative;
  display: block;
  padding-left: 25px;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #eef3fa;
  border-radius: 3px;
}

.wpcf7-not-valid.wpcf7-checkbox .wpcf7-list-item-label::before {
  background-color: var(--color-red);
}

.form__policy .form__checkbox {
  position: absolute;
  left: 0;
}

.form__policy .wpcf7-not-valid-tip {
  display: none !important;
}

.form__policy .wpcf7-list-item {
  margin-left: 0;
}

.form__policy .wpcf7-list-item-label {
  font-size: 0 !important;
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: var(--color-theme-blue);
}

.form__submit {
  max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.stocks {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: 100%;
  align-items: stretch;
}

.stocks__item {
    background-color: var(--color-white);
    border-radius: 14px;
    display: flex;
    border: 1px solid #f1f1f1;
}





.stocks__thumb-wrapper {
    position: relative;
    width: 50%;
}
.stocks__text {
    width: 50%;
}
@media (max-width: 1120px) {
.stocks__item {
    flex-direction: column;
}
.stocks__thumb-wrapper {
    width: auto;
}
.stocks__text {
    width: auto;
}
}

.stocks__thumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 67px;
  background-image: url("/wp-content/themes/uctheme/images/icon--stock.png");
  background-position: center;
  background-repeat: no-repeat;
}

.stocks__thumb {
  display: block;
  width: 100%;
  border-radius: 14px;
}

@media (max-width: 480px) {
  .stocks__thumb {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.stocks__category {
  padding: 22px 30px 16px 30px;
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-theme-blue);
}

.stocks__title {
  margin: 0 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--color-black);
}

.stocks__description {
  display: block;
  padding: 0 30px 23px 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
      line-height: 1.4;
    color: #6a91a0;
    margin-top: 10px;
	min-height: 65px;
}

.equipments {
  margin-top: -30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 180px;
}

@media (max-width: 980px) {
  .equipments {
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: -100px;
  }
}

@media (max-width: 480px) {
  .equipments {
    padding-bottom: 125px;
  }
}

.equipments__item {
  position: relative;
  width: 210px;
}

@media (max-width: 980px) {
  .equipments__item {
    width: calc((100% / 3) - 20px);
    margin-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
  }
}

@media (max-width: 760px) {
  .equipments__item {
    width: calc(50% - 20px);
  }
}

.equipments__thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.equipments__title {
  position: absolute;
  width: 100%;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-left:-10px;
}

@media (max-width: 480px) {
  .equipments__title {
    margin-top: 14px;
    font-size: 16px;
  }
}

.faq {
  background-color: var(--color-theme-light);
}

.faq__grid {
  display: flex;
}

@media (max-width: 970px) {
  .faq__grid {
    flex-direction: column;
  }
}

.faq__col {
  min-height: 810px;
  width: 100%;
  max-width: 840px;
  padding-top: 89px;
  padding-right: 20px;
  padding-bottom: 80px;
}

@media (max-width: 1340px) {
.faq__col {
    width: 50%;
}
}

@media (max-width: 970px) {
    .faq__col {
        width: 100%;
        max-width: initial;
		padding-bottom: 50px;
    }
	
}

@media (max-width: 760px) {
  .faq__col {
    min-height: 1px;
  }
}

@media (max-width: 480px) {
  .faq__col {
    padding-top: 47px;
    padding-right: 0;
  }
}

.faq__title {
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}

@media (max-width: 480px) {
  .faq__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px;
  }
}

.faq__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-width: 680px;
}

@media (max-width: 970px) {
	.faq__list {
    max-width: inherit;
}
}

.faq__item {
  border-bottom: 2px solid #eef1f8;
  transition-property: all;
  transition-duration: 0.3s;
}

.faq__item.is-open {
  border-color: var(--color-theme-blue);
}

.faq__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 78px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    border: none;
    background-color: transparent;
    transition-property: all;
    transition-duration: 0.3s;
    color: #212121;
}

@media (max-width: 480px) {
  .faq__item-title {
    font-size: 16px;
	height: 88px;
  }
}

.faq__item-title:hover {
  color: var(--color-theme-blue);
}

.faq__item-title.is-active {
  color: var(--color-theme-blue);
}

.faq__icon {
  margin-left: 70px;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.is-active .faq__icon {
  transform: rotate(-180deg);
  fill: var(--color-theme-blue);
}

.faq__content {
  display: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 480px) {
  .faq__content {
    font-size: 16px;
  }
  .faq__icon {
    margin-left: 25px;
  }
}

.faq__thumb-wrapper {
    position: sticky;
    top: 80px;
    height: max-content;
    padding-top: 89px;
    padding-bottom: 80px;
}
@media (max-width: 1340px) {
.faq__thumb-wrapper {
    width: 50%;
    margin-left: 25px;
}
}
@media (max-width: 970px) {
    .faq__thumb-wrapper {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }
}
@media (max-width: 480px) {
  .single-service .faq__thumb-wrapper,
  .about .faq__thumb-wrapper {
    display: none;
  }
}

.faq__thumb {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50vw;
  max-width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 760px) {
  .faq__thumb {
    position: initial;
    width: calc(100% + 20px);
    height: 560px;
    margin-left: -10px;
    margin-right: -10px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) and (min-width: 380px) {
  .faq__thumb {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 760px) {
  .footer-navigation {
    width: 50%;
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .footer-navigation {
    margin-bottom: 20px;
	text-align:center;
  }
}

.footer-navigation__title {
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f9f9f9;
}

.footer-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  font-size: 15px;
  line-height: 18px;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 18px;
}

.footer-menu a {
  font-weight: 500;
  color: #898989;
}

.footer-menu a:hover,
.footer-menu .current-menu-item a {
  color: var(--color-theme-blue);
}

.footer-phone {
    position: relative;
    display: block;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    color: #f9f9f9;
    letter-spacing: 1.6px;
}

.footer-phone__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  fill: var(--color-theme-blue);
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 44px;
  padding-bottom: 47px;
  border-top: 1px solid #383838;
}

@media (max-width: 760px) {
  .copyright {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .copyright {
    padding-top: 27px;
    padding-bottom: 33px;
  }
  .footer-phone {
  font-size: 20px;
}
}

.copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}


@media (max-width: 760px) {
  .copyright p:first-child {
    margin-bottom: 15px;
  }
}

.copyright p {
  color: #646464;
}



.all-reviews-link {
  display: flex;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.show-all-instagram {
  display: flex;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 28px;
  border-radius: 100%;
  background-color: var(--color-theme-blue);
}

.instagram-link__icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: var(--color-white);
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper img {
  display: block;
  width: 100%;
  border-radius: 14px;
}

.swiper__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .swiper__pagination {
    margin-top: 23px;
  }
}
.js--site-promo .swiper__pagination{
	display: none;
}
.js--site-shag .swiper__pagination  {
    display: none;
}
@media (max-width: 999px) {
.js--site-shag .swiper__pagination  {
    display: flex;
}
}
@media (max-width: 584px) {
.js--site-promo .swiper__pagination{
	display: flex;
}
}
@media (max-width: 480px) {
  .socials-reviews .swiper__pagination,
  .reviews__carousel-wrapper .swiper__pagination{
    display: flex;
    margin-top: 19px;
  }
}

.swiper__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    background: linear-gradient(214.87deg, #77D1F0 6.62%, #16B6ED 98.06%);
}

@media (max-width: 480px) {
.swiper__navigation {
    width: 50px;
    height: 50px;
}
}
.swiper__navigation:hover {
  border-color: var(--color-theme-blue);
}

.single-service .swiper__navigation,
.work-gallery .swiper__navigation,
.socials-reviews .swiper__navigation {
  display: none;
}

@media (max-width: 480px) {
  .single-service .swiper__navigation,
  .socials-reviews .swiper__navigation {
    display: flex;
  }
}



.reviews__carousel-wrapper .swiper__navigation {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    z-index: 5;
        opacity: .7;
}

@media (max-width: 480px) {
    .reviews__carousel-wrapper .swiper__navigation {
        top: calc(50% - 15px);
    }
}

.swiper__navigation--prev:hover{
	opacity:1
}
.swiper__navigation--next:hover{
	opacity:1
}
.swiper__navigation--prev {
  left: -20px;
}
@media (max-width: 1460px) {
.swiper__navigation--prev {
  left: -10px;
}
}


.swiper__navigation--next {
  right: -20px;
}
@media (max-width: 1460px) {
.swiper__navigation--next {
  right: -10px;
}
}


.swiper__navigation-icon {
    fill: #ffffff;
    transition-property: all;
    transition-duration: 0.3s;
    margin-right: 3px;
}

.swiper__navigation--prev .swiper__navigation-icon {
    margin-right: 3px;
}

.swiper__navigation--next .swiper__navigation-icon {
    margin-left: 3px;
}





.swiper-pagination-bullet {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: var(--color-white);
    border: 2px solid #bad2d8;
}
@media(max-width:360px){
	.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	}
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-theme-blue);
  border-color: var(--color-theme-blue);
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.socials-reviews {
  margin-bottom: 40px;
}

.reviews__carousel .socials-reviews {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .socials-reviews img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-top: 4px;
}

@media (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__item {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-theme-blue);
}

.breadcrumbs__item:not(:last-child)::after {
  content: "—";
  display: inline-block;
  margin-left: 2px;
  color: #676767;
}

.breadcrumbs__link {
  color: #676767;
}

.contacts__content {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  padding: 69px 140px 70px 80px;
  background-color: var(--color-white);
  border-radius: 23px;
  background-image: url("/wp-content/themes/uctheme/images/bg--contacts-info.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 980px) {
  .contacts__content {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .contacts__content {
    padding: 30px;
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .contacts__content {
    margin-top: 60px;
    padding-bottom: 65px;
    background-image: none;
  }
}

@media (max-width: 480px) and (min-width: 380px) {
  .contacts__content {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.contacts__form-wrapper {
  width: 100%;
  max-width: 490px;
  margin-right: 20px;
}

@media (max-width: 980px) {
  .contacts__form-wrapper {
    margin-right: 0;
  }
}

.contacts__info {
    width: 100%;
    max-width: 560px;
    margin-right: 30px;
}

@media (max-width: 980px) {
  .contacts__info {
    margin-bottom: 60px;
	margin-right: 0;
  }
}

.contacts__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-theme-dark-blue);
}

@media (max-width: 480px) {
  .contacts__title {
    margin-bottom: 32px;
	font-size: 20px;
  }
}


.contacts__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts__official-info {
  margin-top: 75px;
}

@media (max-width: 480px) {
  .contacts__official-info {
    margin-top: 21px;
  }
}

.contacts__advantages {
  margin-top: 113px;
  margin-bottom: 0;
  padding-bottom: 174px;
}

@media (max-width: 480px) {
  .contacts__advantages {
    margin-top: 39px;
    padding-bottom: 37px;
  }
}

.official-info p {
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}

.contacts-list {
  margin-top: 44px;
  margin-bottom: 36px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 480px) {
  .contacts-list {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.contacts-list__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
}

.contacts-list__item:not(:last-child) {
  margin-bottom: 23px;
}

.contacts-list__link {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
      line-height: 1.4;
}

.contacts-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}

.contacts-list__link--phone::before {
  background-image: url("/wp-content/themes/uctheme/images/icon--phone.svg");
}

.contacts-list__link--mail::before {
  background-image: url("/wp-content/themes/uctheme/images/icon--mail.svg");
}
.contacts-list__link--time::before {
  background-image: url("/wp-content/themes/uctheme/images/icon--time.svg");
}
.contacts-list__link--adress::before {
  background-image: url("/wp-content/themes/uctheme/images/icon--adress.svg");
}

.contacts-list__messengers {
  margin-left: 26px;
}

.reviews__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 81px;
  padding: 69px 80px 74px 80px;
  border-radius: 23px;
  background-color: var(--color-white);
}

@media (max-width: 1200px) {
  .reviews__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .reviews__content {
    padding: 30px;
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .reviews__content {
    margin-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) and (min-width: 380px) {
  .reviews__content {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.reviews__content-description {
  position: relative;
  width: 100%;
  max-width: 435px;
  margin-right: 20px;
  padding-left: 31px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 160%;
  font-weight: 300;
  color: var(--color-black);
}

@media (max-width: 1200px) {
  .reviews__content-description {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .reviews__content-description {
    margin-top: 12px;
    padding-top: 15px;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 160%;
  }
}

.reviews__content-description::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-theme-blue);
}

.reviews__content-wrapper {
  width: 100%;
  max-width: 740px;
}

.reviews__content-title {
  margin-top: 0;
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-theme-dark-blue);
}

@media (max-width: 480px) {
  .reviews__content-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }
}

.reviews__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews__carousel:not(:last-child) {
  margin-bottom: 100px;
}
.reviews__carousel.revidoses {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .reviews__carousel:not(:last-child) {
    margin-bottom: 80px;
  }
  .reviews__carousel.revidoses {
  margin-bottom: 40px;
}
}



.reviews__carousel-wrapper {
  position: relative;
}

.reviews__carousel-title {
  margin-top: 0;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: var(--color-black);
}

@media (max-width: 480px) {
  .reviews__carousel-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
}

.site-reviews__item {
    min-height: 310px;
    padding: 40px 30px;
    background-color: var(--color-white);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f1f1f1;
}



@media (max-width: 480px) {
  .site-reviews__item {
    padding: 28px 20px;
  }
}

.site-reviews__author {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: var(--color-theme-blue);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-reviews__date {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #bad2d8;
  font-weight: 700;
}

.site-reviews__text {
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-black);
    font-weight: 500;
    max-height: 145px;
    overflow-x: hidden;
}

.site-reviews__text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-header {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 480px) {
  .service-header {
    min-height: 240px;
    padding-top: 41px;
  }
}

.service-header__description {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--color-black);
}

@media (max-width: 480px) {
  .service-header__description {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
  }
}

.service-header__order {
  max-width: 300px;
  font-weight: 700;
}

.window-service {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -20px;
}

@media (max-width: 980px) {
  .window-service {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .window-service {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: -10px;
  }
}

.window-service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 20px);
  min-height: 440px;
  margin-left: 20px;
  border-radius: 14px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .window-service__item {
    width: calc(50% - 20px);
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .window-service__item {
    width: calc(50% - 10px);
    min-height: 300px;
    margin-left: 10px;
    margin-top: 10px;
    background-size: cover;
    background-position: bottom center;
  }
}

.window-service__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 135%;
  min-height: 118px;
  border-radius: 0 0 50% 50%;
  background-color: var(--color-theme-dark-blue);
}

@media (max-width: 480px) {
  .window-service__header {
    min-height: 140px;
  }
}

.window-service__header-content {
  max-width: 300px;
  padding: 7px 20px 20px;
  text-align: center;
}

@media (max-width: 480px) {
  .window-service__header-content {
    max-width: calc(50vw - 60px);
    padding: 0;
  }
}

.window-service__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: var(--color-white);
}

@media (max-width: 480px) {
  .window-service__title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 23px;
  }
}

.window-service__description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #76b4cd;
}

@media (max-width: 480px) {
  .window-service__description {
    max-width: 124px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 100%;
  }
}

.window-service__order {
  width: 100%;
  max-width: calc(100% - 60px);
  height: 50px;
  margin-bottom: 20px;
  margin-top: auto;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .window-service__order {
    max-width: calc(100% - 20px);
    margin-bottom: 10px;
    padding-left: 20px;
  }
}

.covid-banner {
  min-height: 140px;
  padding: 20px 20px 27px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
  background-color: var(--color-theme-light);
  border-radius: 14px;
}

.covid-banner p {
  margin-top: 16px;
  margin-bottom: 0;
}

.service-process {
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  counter-reset: custom;
}

@media (max-width: 480px) {
  .service-process {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
}

.service-process__item {
  width: calc(25% - 20px);
  min-height: 220px;
  margin-left: 20px;
  margin-top: 20px;
  padding: 18px 24px 20px 28px;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
}

@media (max-width: 980px) {
  .service-process__item {
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 760px) {
  .service-process__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .service-process__item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.service-process__item::before {
  counter-increment: custom;
  content: counter(custom);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--color-theme-blue);
  border-radius: 100%;
  border: 2px solid var(--color-theme-blue);
}

.service-process__title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.service-process__description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.seo-content {
  padding-top: 80px;
  padding-bottom: 89px;
}

@media (max-width: 480px) {
  .seo-content {
    padding-top: 43px;
    padding-bottom: 48px;
  }
}

.about .seo-content {
  padding-top: 87px;
  padding-bottom: 96px;
}

@media (max-width: 480px) {
  .about .seo-content {
    padding-top: 46px;
    padding-bottom: 37px;
  }
}

.seo-content_text h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding-top: 20px;
}
.seo-content_text h3 {
    line-height: 1.3;
    padding-top: 5px;
    font-size: 22px;
    margin-bottom: 15px;
}
.mb12 {
    margin-bottom: 12px;
} 
@media (max-width: 480px) {
  .seo-content_text h2 {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 28px;
  }
  .seo-content_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
}

.seo-content_text p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: var(--color-black);
}

@media (max-width: 480px) {
  .seo-content_text p {
    font-size: 16px;
	    line-height: 1.5;
  }
  
  .seo-content_text ol, .seo-content_text ul {
      margin-left: 0px;
    padding-left: 20px;
  }
  
}

@media (max-width: 480px) {
  .about .seo-content_text p {
    font-size: 16px;
  }
}

.price-list {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .price-list {
    padding-top: 15px;
  }
}

.price-list:last-child {
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .price-list:last-child {
    padding-bottom: 0;
  }
}

.price-list__title {
  margin-top: 0;
  margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 480px) {
  .price-list__title {
        margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.price-list__row {
  display: flex;
  justify-content: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 760px) {
  .price-list__row {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -40px;
  }
}

.price-list__col {
  width: calc(80% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 760px) {
  .price-list__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
}

.price-list__table {
  width: 100%;
  border-collapse: collapse;
}

.price-list__table th {
  padding: 10px 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
    color: #fff;
}

@media (max-width: 480px) {
  .price-list__table th {
    padding-left: 20px;
  }
}

.price-list__table th:first-child {
  width: 68%;
  border-radius: 8px 0 0 0;
  border-right: 1px solid;
}

@media (max-width: 480px) {
  .price-list__table th:first-child {
    width: 60%;
  }
}

.price-list__table th:last-child {
  width: 32%;
  border-radius: 0 8px 0 0;
}

@media (max-width: 480px) {
  .price-list__table th:last-child {
    width: 40%;
  }
}
.treha.price-list__table th:first-child {
  width: 60%;
}
.treha.price-list__table th:last-child, .treha.price-list__table th:nth-child(2) {
  width: 20%;
}
@media (max-width: 480px) {
.treha.price-list__table th:first-child {
  width: 40%;
}
.treha.price-list__table th:last-child, .treha.price-list__table th:nth-child(2) {
  width: 30%;
}
}
thead tr{
	background: var(--color-theme-blue);
}
.dopthead tr{
	background: #b7b7b7;
}

.price-list__table-value {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.4;
  font-weight:600
}
.h40{
	height:50px;
	font-size:16px;
}
@media (max-width: 480px) {
  .price-list__table-value {
    padding-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
  }
  .treha .price-list__table-value {
    font-size: 13px;
  }
.price-list__table th {
    font-size: 12px;
	padding-left: 5px;
    padding-right: 5px;
}
}

.price-list__table tbody tr:nth-child(2n + 1) .price-list__table-value {
  background-color: #f8f9fb;
}



.price-list__table tbody tr td:last-child .price-list__table-value{
  font-weight: 700;
  color: var(--color-theme-blue);
}

.price-list__table tbody tr td:nth-child(2) .price-list__table-value {
	font-weight: 700;
  color: var(--color-theme-blue);
}

.price-list__table tbody tr td:first-child .price-list__table-value {
  border-left: 1px solid #e5eaee;
}

.price-list__table tbody tr td:last-child .price-list__table-value {
  border-right: 1px solid #e5eaee;
}
.price-list__table {
	border-bottom: 1px solid #e5eaee;
}

.cleaning-type {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -20px;
}

@media (max-width: 1100px) {
  .cleaning-type {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
  }
}

@media (max-width: 640px) {
  .cleaning-type {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
}

.cleaning-type__item {
  position: relative;
  width: calc((100% / 3) - 20px);
  min-height: 440px;
  margin-left: 20px;
  padding-top: 260px;
  border-radius: 14px;
  background-color: #f8f9fb;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .cleaning-type__item {
    width: calc(50% - 20px);
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .cleaning-type__item {
    width: 100%;
    min-height: 375px;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 214px;
	margin-bottom: 10px;
  }
}

.cleaning-type__header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 260px;
  padding-top: 25px;
  background-color: #eef1f6;
  transform: translateX(-50%);
  border-radius: 0 0 50% 50%;
}

@media (max-width: 640px) {
  .cleaning-type__header {
    height: 214px;
    padding-top: 20px;
  }
}

.cleaning-type__header-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .cleaning-type__header-content {
    max-width: calc(100% - 100px);
  }
}

.cleaning-type__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  .cleaning-type__icon-wrapper {
    height: 45px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .cleaning-type__icon {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cleaning-type__item-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 480px) {
  .cleaning-type__item-title {
    font-size: 20px;
    line-height: 23px;
  }
}

.cleaning-type__more {
  max-width: none;
    height: 50px;
    padding-left: 19px;
    font-size: 16px;
    line-height: 19px;
    width: 80%;
}

.cleaning-type__content {
  width: 100%;
  padding: 15px 20px 60px 20px;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.desc-clean {
    text-align: center;
    font-size: 17px;
	line-height: 1.4;
} 
.price-clean {
    font-size: 18px;
    color: var(--color-theme-blue);
    font-weight: 600;
    margin-top: 20px;
}
.chtovhodit{
position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-theme-blue);
    background-color: transparent;
    border: none;
    bottom: 20px;
}
.chtovhodit:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d2f1fa;
}
@media (max-width: 480px) {
  .cleaning-type__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.checked-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.checked-list li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color-black);
}
.checked-list li span {
	color: var(--color-theme-blue);
	font-weight:500;
}
.checked-list li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .checked-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.checked-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/uctheme/images/icon--check.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.furniture {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: -20px;
}

@media (max-width: 480px) {
  .furniture {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: -10px;
  }
}

.furniture__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% / 4) - 20px);
  min-height: 440px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 14px;
  background-color: #f8f9fb;
  overflow: hidden;
}
.matrass .furniture__item {
	  width: calc((100% / 3) - 20px);
}
.kover .furniture__item {
	  width: calc((100% / 2) - 20px);
}
.furniture__item.itemtri {
	width: calc((100% / 3) - 20px);
}
@media (max-width: 1200px) {
  .furniture__item {
    width: calc((100% / 2) - 20px);
  }
  .furniture__item.itemtri {
	width: calc((100% / 3) - 20px);
}
}
@media (max-width: 900px) {
.furniture__item.itemtri {
	width: calc((100% / 2) - 20px);
}
.matrass .furniture__item {
	  width: calc((100% / 2) - 20px);
}
}
@media (max-width: 600px) {
  .furniture__item, .furniture__item.itemtri {
    width: calc(100% - 20px);
    margin-left: 20px;
	    min-height: 430px;

  }
  .kover .furniture__item {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-top: 10px;
    min-height: 320px;
  }
  .kover.furniture {
        width: calc(100% + 10px);
        margin-left: -10px;
        margin-top: -10px;
    }
	.kover .furniture__content::before {
        height: 230px;
    }
}
@media (max-width: 480px) {
  .furniture__item, .furniture__item.itemtri, .matrass .furniture__item {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-top: 10px;
    min-height: 320px;
  }
  
}

.furniture__header {
  padding-top: 27px;
  text-align: center;
}

@media (max-width: 480px) {
  .furniture__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.furniture__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.price-two {
	    margin-bottom: 50px;
		margin-top:0;
}
@media (max-width: 480px) {
  .furniture__title {
    font-size: 20px;
    line-height: 23px;
  }
  .price-two{
	    margin-bottom: 30px;
}
}

.furniture__price {
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-theme-blue);
    font-weight: 600;
}

@media (max-width: 480px) {
  .furniture__price {
    font-size: 17px;
  }
}

.furniture__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
  padding: 0 30px 20px 30px;
}

@media (max-width: 480px) {
  .furniture__content {
    padding: 0 10px 10px 10px;
  }
}

.furniture__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 138%;
  height: 340px;
  transform: translate(-50%);
  border-radius: 50% 50% 0 0;
  background-color: #eef1f7;
}

@media (max-width: 480px) {
  .furniture__content::before {
    height: 230px;
  }
}

.furniture__content-wrapper {
  position: relative;
  width: 100%;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.furniture__thumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 215px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .furniture__thumb-wrapper {
    height: 120px;
  }
  .furniture__content-wrapper {
    padding-bottom: 15px;
}
}

@media (max-width: 480px) {
  .furniture__thumb {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.furniture__order {
  max-width: 280px;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 19px;
}

.checked-service {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -20px;
}

@media (max-width: 980px) {
  .checked-service {
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (max-width: 480px) {
  .checked-service {
    width: 100%;
    margin-top: -10px;
    margin-left: 0;
  }
}

.checked-service__item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  min-height: 220px;
  padding: 18px 28px 30px;
  margin-left: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
}

@media (max-width: 980px) {
  .checked-service__item {
    width: calc((100% / 3) - 20px);
    margin-top: 20px;
  }
}

@media (max-width: 760px) {
  .checked-service__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .checked-service__item {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.checked-service__icon {
  margin-bottom: 14px;
}

.checked-service__title {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.checked-service__price {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.checked-service__order {
  max-width: 100%;
  height: 50px;
  margin-top: auto;
  padding-left: 20px;
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 480px) {
  .checked-service__order {
    max-width: 280px;
  }
}

.success__icon {
  display: block;
  margin-top: 24px;
  margin-bottom: 36px;
  margin-left: auto;
    margin-right: auto;
}

.success__sub-title {
  margin-top: 3px;
  margin-bottom: 45px;
  text-align:center;
}

.success__link {
      width: 240px;
    margin-left: calc(50% - 120px);
}

.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 16px;
  margin-right: 24px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.nav-toggle__icon {
  position: relative;
  width: 24px;
  height: 1px;
  background-color: var(--color-white);
}

.nav-toggle__icon::before, .nav-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: var(--color-white);
  transition-property: all;
  transition-duration: 0.3s;
}

.nav-toggle__icon::before {
  width: 24px;
  top: -6px;
}

.nav-toggle__icon::after {
  width: 12px;
  bottom: -6px;
}

.page-footer {
  padding-top: 100px;
  background-color: #262626;
}

@media (max-width: 480px) {
  .page-footer {
    padding-top: 20px;
  }
}

.page-footer__top-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media (max-width: 960px) {
  .page-footer__top-grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .page-footer__top-grid {
    padding-bottom: 40px;
  }
}

.page-footer__logo {
  margin-bottom: 29px;
}

.page-footer__messengers {
    justify-content: right;
  margin-top: 24px;
}

@media (max-width: 480px) {
  .page-footer__messengers {
        margin-top: 10px;
        justify-content: left;
        margin-left: 40px;
    }
  .page-footer__logo {
    margin-bottom: 0;
}
}

@media (max-width: 800px) {
  .page-footer__content {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .page-footer__content {
    margin-bottom: 27px;
  }
  .logo__thumb {
    margin-left: auto;
    margin-right: auto;
}
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: calc(100% - 20px);
  max-width: 610px;
  min-height: 380px;
  max-height: calc(100vh - 20px);
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 14px;
  transition-property: all;
  transition-duration: 0.3s;
  overflow-x: hidden;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal__content {
  padding: 47px 60px 60px;
}

@media (max-width: 480px) {
  .modal__content {
    padding: 27px 30px 30px;
  }
}

.modal__title {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 34px;
  line-height: 40px;
  text-align:center;
}

@media (max-width: 480px) {
  .modal__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.modal__title.success__title {
  margin-bottom: 0;
}

.modal__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-not-found {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
  border-top: 2px solid #eff2f7;
}

@media (max-width: 480px) {
  .page-not-found {
    min-height: calc(100vh - 140px);
  }
}

.page-not-found p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .page-not-found p {
    max-width: 284px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }
}

.page-not-found__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 60px;
  line-height: 70px;
  color: var(--color-theme-blue);
}

@media (max-width: 480px) {
  .page-not-found__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.page-not-found__home {
  max-width: 242px;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .page-not-found__home {
    margin-top: 46px;
  }
}

.sub-menu {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
}

.sub-menu > li {
  font-size: 16px;
  line-height: 140%;
}

.sub-menu > li:not(:last-child) {
  margin-bottom: 17px;
}

.sub-menu > li > a {
  font-weight: 500;
  color: var(--color-theme-dark-blue);
}

.sub-menu > li > a:hover {
  color: var(--color-theme-blue);
}

.admin-bar .page-header {
  top: 32px;
}

/* CF7 */
.invalid .form__field.wpcf7-not-valid {
  border-color: var(--color-red);
}

.wpcf7-not-valid-tip {
  font-size: 0.7em;
  line-height: 2em;
}

.wpcf7-form-control-wrap {
  position: initial;
}

.wpcf7-checkbox input {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
  border: none;
}

.wpcf7-not-valid {
  border-color: #ffb900;
}

.wpcf7-list-item {
  margin: 0;
}

.required {
  color: #ff0000;
}

.sent .wpcf7-response-output {
  display: none !important;
}


.web-agency {
  display: flex;
  align-items: center;
  margin-left: 58px;
}

.web-agency a {
  color: #646464;
}

@media (max-width: 1024px) {
  .web-agency {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .copyright p.web-agency {
    margin-top: 17px;
  }
}

.web-agency__link {
  flex-shrink: 0;
  margin-right: 19px;
}

.web-agency__logo { 
  display: block;
}

@media (max-width: 480px) {
  .web-agency__logo { 
    width: 114px;
    height: 46px;
  }
}

.main-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
@media (max-width: 480px) {
  .main-section{
	padding-top: 30px;
	height: 700px;
}
.main-section.hauto{
	height:auto;
}
}
.main-section .main-services__link {
    max-width: 240px;
}
.main-section-bg{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
}
.main-section-bg__image{
    height:100%;
    width:60%;
    margin:auto;
    margin-right:0
}
.main-section-bg__cover{
    height:100%;
    background: #eaecf5;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%
}
.main-section-bg__cover2 {
    height: 100%;
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,0)),color-stop(55%,#fff));
    background-image: -o-linear-gradient(right,rgba(255,255,255,0),#fff 55%);
    background-image: linear-gradient(to left,rgba(255,255,255,0),#fff 55%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 1080px){
.main-section-bg__image {
    width: 70%;
}
}
@media (max-width: 991.98px){
.main-section-bg__cover2 {
		background: #fff;
		opacity: .94
	}
	.main-section-bg__image {
		width: 100%;
	}
}
.main-section-wrap{
    z-index:5;
    position:relative
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 680px;
    margin: 25px 0 25px 0;
    text-transform: uppercase;
}
.page-title span {
    color: #0093ba;
    display: block;
    white-space: nowrap;
}
.page-title .subtitle{
    display:block;
    font-size:33px;
    margin-top:10px
}
.main-section-list {
    list-style-type: none;
    margin-bottom: 40px;
    padding: 0;
    font-weight: 400;
    color: #333;
}
.main-section-list li{
    margin-bottom:20px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:18px
}
.main-section-list li .image-wrap{
    min-width:27px;
    width:27px;
    margin-right:15px;
    max-height:27px;
    height:27px
}
.main-section-list li img{
    display:inline-block;
    height:100%;
    width:100%
}
.main-section-list li span{
    font-weight:700;
    display:block
}
.main-section-list-okna li{
    margin-bottom:23px
}
.with-object-fit{
    height:100%;
    width:100%
}
.with-object-fit img{
    -o-object-fit:cover;
    object-fit:cover;
    height:100%;
    width:100%;
	position: relative;
    z-index: 3;
}
.with-object-fit2{
    height:100%;
    width:100%
}
.with-object-fit2 img{
    -o-object-fit:cover;
    object-fit:cover;
    height:100%;
    width:100%;
}
@media (max-width: 1125px){
.with-object-fit img {
    margin-left: 100px;
}
.page-title span {
    display: initial;
}
}
@media (max-width: 991px){
.with-object-fit img {
        margin-left: 0px;
        height: auto;
        position: absolute;
        bottom: 0;
        max-width: 750px;
        right: 0;
        margin-right: -100px;
    }
	    .page-title span {
        display: block;
    }
	.page-title {
    font-size: 44px;
	}
}
@media (max-width: 869px){
    .main-section {
        height: 870px;
    }
.page-title {
    font-size: 40px;
	margin: 0 0 20px 0;
	}
	.utp-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}
}
@media (max-width: 600px){
    .with-object-fit img {
margin-right:0;
	}
}
@media (max-width: 550px) {
.main-section {
        height: 820px;
    }
}
@media (max-width: 480px) {
	    .main-section {
        height: 770px;
    }
  .with-object-fit{
    position: relative;
}
.with-object-fit img{
	height: auto;
    position: absolute;
    bottom: 0;
}
.with-object-fit2{
        height: 100%;
    width: 100%;
}
.with-object-fit2 img{
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.main-section-bg__image {
    opacity: 1;
}
.main-section .main-services__link {
    max-width: 100%;
}
}

.with-object-fit.is-trick, .with-object-fit2.is-trick{
    background-size:cover;
    background-position:center center
}
.with-object-fit.is-trick img,.with-object-fit2.is-trick img{
    opacity:0
}
.breadcrumbs {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0.5;
    padding-top: 20px;
    margin-bottom: 20px;
	font-size: 12px;
}
.breadcrumbs__link {
    text-decoration: none;
    color: #000;
	text-transform: uppercase;

}
.breadcrumbs__item:not(:first-child)::before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}
@media (min-width:480px) and (max-width:1000px){
	.dnoneslide{
		display:none;
	}
}
@media (max-width:575.98px){

    .page-title {
        font-size: 38px;
        font-weight: 800;
        margin: 0 0 15px 0;
    }
	
    .main-section-list li{
        font-size:16px
    }
    .main-section-list li .image-wrap{
        width:24px;
        min-width:24px
    }
	.main-section-list li{
        margin-bottom:17px
    }
	.main-section-list{
        margin-bottom:30px
    }
}

@media (max-width:450px){
.page-title {
        font-size: 36px;
    }
}
@media (max-width:480px){
.page-title span{
        display:initial;
    }
}
@media (max-width:410px){
    .page-title {
        font-size: 33px;
    }
}
@media (max-width:360px){
    .page-title {
        font-size: 31px;
    }
}
@media (max-width:330px){
    .page-title {
        font-size: 30px;
    }
}
.portfolio-cont{
	display:flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;	
}
.portfolio-item{
	width: calc((100%/4) - 20px);
	margin-left: 20px;
	border-radius: 14px;
	margin-bottom: 20px;
}
.portfolio-item-gor{
	width: calc((100%/3) - 20px);
	margin-left: 20px;
	border-radius: 14px;
	margin-bottom: 20px;
}
.oknpage .portfolio-item-gor {
    width: calc((100%/2) - 20px);
}
@media (max-width:850px){
	.portfolio-item{
	width: calc((100%/2) - 20px);
}
.portfolio-item-gor, .oknpage .portfolio-item-gor{
	width: calc((100%/2) - 20px);
}
}
@media (max-width:460px){
	.portfolio-item, .portfolio-item-gor, .oknpage .portfolio-item-gor{
	width: calc((100%/1) - 20px);
}

.dnonmob{
display:none!important;
}
}
.section--portfolio .main-services__link {
	width: 280px;
	margin-top: 10px;
    margin-left: calc(50% - 140px);
}

.promo-page .stocks {
    width: calc(100% + 20px);
    flex-wrap: wrap;
    margin-left: -20px;
	    margin-bottom: 0px;
    padding-bottom: 60px;
}
.promo-page .stocks__item{
	width: calc((100%/2) - 20px);
    margin-left: 20px;
	margin-bottom: 20px;
}

@media (max-width:585px){
	.promo-page .stocks__item{
	width: calc((100%/1) - 20px);
	}
}
.reviews-page .socials-reviews {
    margin-bottom: 60px;
    width: calc(100% + 20px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}
.reviews-page .revierw-item {
    width: calc((100%/5) - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}
.reviews-page .revierw-item img{
border-radius: 14px;
}
@media (max-width:1000px){
	.reviews-page .revierw-item {
    width: calc((100%/4) - 20px);
	}
}
@media (max-width:761px){
	.reviews-page .revierw-item {
    width: calc((100%/2) - 20px);
	}
}
@media (max-width:480px){
	.reviews-page .revierw-item {
    width: calc(100% - 20px);
	}
}
.pt-25{
	padding-top:1px;
}
.mr10{
	margin-right: 10px;
}
.pbl{
		font-weight: 300;
}
details {
	margin: 20px auto;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	position: relative;
	width: 80%;
}
@media (max-width:650px){
details {
	width: 100%;
}
}
details .summary-title {
		user-select: none;
		font-size: 18px;
        font-weight: 600;
		width:70%
	}
	details .summary-price {
		user-select: none;
		font-size: 18px;
		color: var(--color-theme-blue);
        font-weight: 600;
    width:30%
	}

summary:hover {
		cursor: pointer;
	}
summary {
		list-style: none;
		padding: 20px;
		display: flex;
		align-items: center;
}
summary:focus {
			outline: none;
		}

summary:hover .summary-chevron-up svg {
			opacity: 1;
		}
details .summary-chevron-up svg {
		opacity: 0.5;
	}

	details .summary-chevron-up,
	details .summary-chevron-down {
		pointer-events: none;
		position: absolute;
		right: 15px;
		    top: 21px;
		background: #ffffff;
	}
	details .summary-chevron-up svg, .summary-chevron-down svg {
			display: block;
	}
	

	summary::-webkit-details-marker {
		display: none;
	}
	.summary-content{
		padding: 20px;
		border-top: 1px solid #e7e7e7;
	}
	.mt60{
		    margin-top: 60px;
	}
	details p {margin-top: 0px;}
	.fw500{
		font-weight: 500;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.summary-content li{
		font-size: 16px;
	}
	.summary-content ul{
		margin:0;
	}
	.mt20{
		margin-top: 20px;
	}
	.dopsubtit{
		font-weight: 500;
    font-size: 18px;
	}
	
	@media (max-width:480px){
		summary{
			    height: 78px;
		}
	details .summary-title {
		font-size: 16px;
		width: 60%;
	}
	details .summary-price {
		font-size: 16px;
		margin-right: 9px;
    text-align: center;
	width: 40%;
	}
	details .summary-chevron-up, details .summary-chevron-down {
    right: 8px;
	top: 27px;
	}
	.summary-content {
    padding: 10px;
	}
	.fw500 {
    font-size: 14px;
	}
	.summary-content li {
    font-size: 14px;
    line-height: 1.2;
	margin-bottom: 5px;
}
.summary-content ul {
padding-left: 30px;
}

.dopsubtit {
    font-size: 17px;
}
.tac{
	text-align: center;
}
	}
	.price-list__table tbody tr td:nth-child(2) .price-list__table-value, .price-list__table tbody tr td:nth-child(3) .price-list__table-value {
	    justify-content: center;
		padding-left: 0;
}

.tariff-list-slider {
    position: relative;
    padding-bottom: 15px;
}

.tariff-list {
    margin-top: 50px;
    display: flex;
	padding-left: 0;
  }

.tariff-list .tariff-list__item {
  width: 100%;
  list-style-type: none;
}

.tariff-list .tariff-list__link {
    position: relative;
    height: 220px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(6, 50, 66, 0.08);
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.tariff-list .tariff-list__link:hover {
  box-shadow: 0px 15px 40px rgba(6, 50, 66, 0.08);
}

.tariff-list .tariff-list__link:hover .background-img {
  background-image: url("/wp-content/themes/uctheme/images/tariff-img-hover.png");
}

.tariff-list .tariff-list__link .background-img {
  position: absolute;
  top: calc((100% - 225px) / 2);
  right: 0;
  width: 185px;
  height: 225px;
  background-image: url("/wp-content/themes/uctheme/images/tariff-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tariff-list .tariff-list__link .img-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
}

.tariff-list .tariff-list__link .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tariff-list .tariff-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  white-space: nowrap;
  margin:0;
}

.tariff-list .tariff-list__price {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #A7A7A7;
}

.tariff-list .tariff-list__price span {
  font-weight: 600;
  color: var(--color-theme-blue);
}

.tariff-list .tariff-list__link-text {
  position: relative;
  margin-top: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #03B0EC;
}



.tariff-list-slider-pagination {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tariff-list-slider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #E3E3E3;
  border-radius: 50%;
}

.tariff-list-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #19B6ED;
  border-radius: 50%;
}
@media (max-width: 1200px) {

  .tariff-list .tariff-list__item {
    width: 370px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {

  .tariff__title {
    font-size: 20px;
    line-height: 27px;
  }

  .tariff__title.tariff__title--tariff .mobile {
    display: inline-block;
  }

  .tariff__title.tariff__title--tariff {
    font-size: 20px;
    line-height: 27px;
  }

  .tariff__text {
    display: none;
  }

  .tariff-list .tariff-list__item {
    width: 285px;
  }

  .tariff-list .tariff-list__link {
    height: 180px;
    padding: 15px 25px;
  }

  .tariff-list .tariff-list__link .background-img {
    right: -40px;
  }

  .tariff-list .tariff-list__link .img-wrapper {
    bottom: 10px;
    right: -10px;
  }

  .tariff-list .tariff-list__title {
    font-size: 16px;
    line-height: 1.4;
  }

  .tariff-list .tariff-list__price {
    font-size: 16px;
    line-height: 29px;
    color: #A7A7A7;
  }

  .tariff-list .tariff-list__link-text {
    font-size: 16px;
    line-height: 29px;
  }


}
.doptitle{
    margin-top: 80px;
	}
	.tariff-list {
    margin-top: 0;
}

@media (max-width: 460px) {
	
.doptitle{
    margin-top: 40px;
	}
.tariff-list .tariff-list__link .img-wrapper img{
	width: 90%;
    height: 90%;
}
}
.pb20{
	padding-bottom:20px;
}
.formtxt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.formphone {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
a.number-block {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-theme-dark-blue);
	margin-right: 20px;
}
.formtxt {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

input.hidden{display:none}
.pop-promo {
    font-weight: 600;
    border-bottom: 2px dashed;
    color: #0093ba;
    cursor: pointer;
}
.modalp{font-weight:500}

.calculator{
	    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    max-width: 1170px;
    width: 100%;
	margin-top: 1px;
}
.calculator_title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #0E0B2A;
    margin-bottom: 11px;
    text-align: center;
}
.calculator_type {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 43px;
    color: #08AFF9;
    text-align: center;
    margin-bottom: 48px;
}
.calculator_type_list {
	display:flex;
	flex-wrap:wrap;
    max-width: 1055px;
    margin: 0 auto;
}
.citem{
	width: 25%;
	
}
.calculator_item {
    display: flex;
    align-items: center;
    background: #E5F2FF;
    padding: 48px 22px 50px;
    min-height: 225px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
	margin: 0 10px 30px 10px; 
}
.calculator_item_cont {
    width: 100%;
}
.calculator_item_img {
    margin-bottom: 25px;
    min-height: 50px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.calculator_item_name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.04em;
    color: #0E0B2A;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	text-align: center;
}
.calculator_params{
	display: flex;
    flex-wrap: wrap;
}
.calc-colomn2{
	flex: 0 0 auto;
    width: 50%;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.calc-colomn1 {
    flex: 0 0 auto;
    width: 100%;
}
.calculator_value_item_name{
	font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 43px;
    color: #0E0B2A;
    margin-bottom: 2px;
}
.jq-number__field input {
    width: 100%;
    max-width: 170px;
    height: 50px;
    border: 1px solid #6D767F;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    color: #6D767F;
}
.jq-selectbox, .jq-select-multiple {
    position: relative;
    display: inline-block;
	z-index: 10;
}
.jq-selectbox {
    width: 100%;
    max-width: 270px;
}
.jq-selectbox select, .jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox__select {
    width: 100%;
    max-width: 270px;
    height: 50px;
    padding: 0 16px;
    background: #E5F2FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.jq-selectbox__select-text {
    background: none;
    color: #6D767F;
    cursor: pointer;
    opacity: 1;
}
.jq-selectbox__select-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    color: #6D767F;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox__trigger {
    width: 12px;
    height: 11px;
    background: url(https://chistjakoff.ru/local/templates/.default/images/select-arrow.svg) no-repeat center center;
}
.jq-selectbox__dropdown {
    width: 100%;
    background: #FFF;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #6D767F;
    position: absolute;
}
.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.jq-selectbox li, .jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox__dropdown ul li {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    color: #6D767F;
    border-bottom: 1px solid transparent;
    padding: 0 16px;
}
.jq-selectbox__dropdown ul li:not(:last-child) {
    border-color: #6D767F;
}
.mw250{
	max-width: 250px;
}
.calculator_value_item{
	margin-bottom:30px;
}
.price_wrapper {
    background: #E5F2FF;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 133px;
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 30px;
}
.price_wrapper:before, .price_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #E5F2FF;
}
.price_wrapper:before {
    right: 100%;
}
.price_wrapper:after {
    left: 100%;
}
.calculator_price_block {
    text-align: center;
    margin-left: auto;
}
.calculator_price_block.calculator_price_block_carpet {
    margin: 0 auto;
}

.calculator_price {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0E0B2A;
}
.description_service {
    font-weight: 500;
    font-size: 16px;
    line-height: 43px;
    color: #6D767F;
}
.calculator_price_value {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #08AFF9;
    margin-left: 7px;
    margin-right: 5px;
}
.checkbox_item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.jq-checkbox.calculator_dop_item, .checkbox_item .jq-radio {
    min-width: 17px;
    margin-right: 9px;
}
.checkbox_item span {
    margin-left: 8px;
    background: #E5F2FF;
    border-radius: 2px;
    font-size: 16px;
    line-height: 33px;
    color: #133E7B;
    padding: 0 8px;
}
.jq-checkbox input, .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.checkbox_item .jq-checkbox__div {
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 1px solid #6D767F;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 33px;
    color: #6D767F;
}
.checkbox_item .checked .jq-checkbox__div {
    background: #08AFF9;
    border-color: #08AFF9;
}
body.modal-open {
    overflow: hidden;
}
.formfield, .formfield3{
	width:100%;
}
.formfield form, .formfield3 form{
	display: flex;
    flex-wrap: wrap;
}
.ff1{
	width:100%;
}
.formfield1, .formfield2{
	display: flex;
    flex-wrap: wrap;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.mainselect{
	    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.mainselect_title{
	font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.mainselect_select{
	font-size: 18px;
    font-weight: 600;
}
.calculator_dop_item_name{
	margin-left:10px;
}
.calc_material{
	margin-right: 15px;
    font-weight: 500;
	font-size: 17px;
}
.calc_material input{
	    margin-right: 6px;
}
.preprice_wrapper {
    background: #E5F2FF;
    position: relative;
    display: flex;
    align-items: center;
    height: 15px;
    margin-bottom: 40px;
    margin-top: 0;
}
.preprice_wrapper:before, .preprice_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #E5F2FF;
}
.preprice_wrapper:before {
    right: 100%;
}
.preprice_wrapper:after {
    left: 100%;
}
.dflex{
	display:flex;
	flex-wrap:wrap;
}
.additional_us_count, .additional_us_count1, .additional_us_count2, .additional_us_count3, .additional_us_count4 {
width: 50px;
    text-align: center;
    height: 40px;
    border: 1px solid #6D767F;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #6D767F;
}

.hide, .contwin{    margin-top: -5px;
    margin-left: 10px;
}
.us_count_block {
	background: #02bced;
    padding: 0 12px;
    border-radius: 5px;
	width: 114px;
}
.us_count_block input {
	width: 50px;
    text-align: center;
    height: 40px;
    border: 1px solid #6D767F;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #6D767F;
}
.calc_minus, .calc_minus1, .calc_minus2, .calc_minus31, .calc_minus32, .calc_minus33, .calc_minus34, .calc_minus4 {
	    color: #fff;
    font-weight: 700;
    margin-right: 6px;
	    padding-top: 20px;
    padding-bottom: 20px;
	cursor:pointer;
}
.calc_plus, .calc_plus1, .calc_plus2, .calc_plus31, .calc_plus32, .calc_plus33, .calc_plus34, .calc_plus4{
    color: #fff;
    font-weight: 700;
    margin-left: 6px;
	    padding-top: 20px;
    padding-bottom: 20px;
	cursor:pointer;
}
.us_count_block a:hover{
	color: #006782;
}
.cb input{
	width:15px;
	height:15px;
	margin-bottom: 2px;
	    min-width: 15px;
}
@media (max-width: 1030px){
	.calc-colomn2{
		width:100%
	}
.mac{
	margin-left:auto;
	margin-right:auto;
}
.center{
	text-align:center
}
.calculator_value_item_name{
	font-weight:600
}
.textcentr{
	text-align:center
}
.dopses{
	margin-left: auto;
    margin-right: auto;
    width: 452px;
    margin-top: 30px;
}
.citem {
    width: 50%;
}
}
.calculator .modal__content {
    padding: 0 60px 60px;
}
@media (max-width: 480px) {
	.citem {
    width: 100%;
}
.calculator .modal__content {
    padding: 0 10px 30px;
}
.dopses{
	width: 290px;
}
.checkbox_item {
    width: 276px;
}
.calculator_dop_item_name {
    width: 166px;
}
.150ka.calculator_dop_item_name {
    width: 150px;
}
.calculator_price_value {
    font-size: 36px;
}
.hide, .contwin {
    margin-top: -10px;
    margin-left: 24px;
}
.checkbox_item {
    margin-bottom: 20px;
}
.calculator_value_item_name {
    margin-bottom: 10px;
}
.calculator_title {
    font-size: 24px;
    line-height: 1.3;
}
.calculator_type {
    font-size: 18px;
    line-height: 1.3;
	margin-bottom: 36px;
}
.calculator_item_name {
    font-size: 18px;
    line-height: 1.3;
}
.calculator_item {
    padding: 25px 22px 31px;
    min-height: 180px;
    margin: 0 20px 20px 20px;
}
}
.calc-colomn2 details {
    margin: initial;
    box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 10%), 0px -10px 10px -5px rgb(0 0 0 / 4%);
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    width: auto;
}

.calc-colomn2 summary {
    list-style: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.calc-colomn2 details .summary-chevron-up, .calc-colomn2 details .summary-chevron-down {
    top: 17px;
}
.calc-colomn2 .summary-content {
    padding: 15px 20px;
    border-top: 1px solid #e7e7e7;
}
.calc-colomn2 .summary-content li {
    font-size: 14px;
}
@media(max-width:1029px){
	.area .us_count_block {
    margin-left: auto;
    margin-right: auto;
}
.calculator_params .checked-list{
	text-align:left
}
}
.windlist .checkbox_item{
	margin-bottom: 25px;
}
@media(max-width:480px){
.calc-colomn2 summary {
    height: auto;
}
.calc-colomn2 .summary-content ul {
    padding-left: 0;
}
.calc-colomn2 details .summary-chevron-up, .calc-colomn2 details .summary-chevron-down {
    top: 14px;
}
.calc-colomn2 .summary-content {
    padding: 15px 10px;
}
.calc-colomn2 .summary-content li {
    font-size: 12px;
}
.calc-colomn2 .checked-list li:before {
    top: 1px;
    left: 3px;
    width: 10px;
    height: 10px;
}
.calc-colomn2 summary {
    font-size: 15px;
}
.winditem {
 flex-direction: column;
}
.winditem label{
	width: auto;
    margin-left: auto;
    margin-right: auto;
}
.winditem label .calculator_dop_item_name{
	width: auto;
}
.winditem .contwin{
	    margin: -10px auto 25px;	   
}
.dflexcol{
	display: flex;
flex-direction: column;
}
.dflexcol .calc_material{
    margin-right: 0;
    margin-bottom: 10px;
}
}
.contflexblock{
	    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.flexline{
	display: flex;
}
.flexline .form__item{
	margin-left:10px;
	margin-right:10px;
}
@media(max-width:480px){
	.contflexblock{
	    width: 100%;
    margin-top: 20px;
}
.flexline{
	    flex-direction: column;
}
.flexline .form__item{
	margin-left:0;
	margin-right:0;
}
}
.calculate {
    position: fixed;
    top: 93px;
    right: 50px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    background-color: #FCD717;
    background-image: url(/wp-content/themes/uctheme/images/calculator.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 6px;
    z-index: 6;
    outline: none;
    border: none;
    overflow: hidden;
    padding: 0;
    padding-left: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: left;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.calculate span{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.calculate:hover{
    width: 299px;
}

.calculate:hover span{
    opacity: 1;
}
@media(max-width:1000px){
	.calculate {
    top: 20px;
    right: 80px;
}
}
@media(max-width:480px){
	.calculate {
    top: 25px;
    right: 80px;
	background-image: url(/wp-content/themes/uctheme/images/calculatormob.svg);
	background-position: 5px center;
	width: 40px;
    height: 40px;
	padding-left: 0px;
}
.calculate:hover span{
    opacity: 0;
}
.calculate:hover{
    width: 40px;
}
}
.dnone{display:none}

.utp-subtitle {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #272727;
    line-height: 1.4;
}
@media(max-width:600px){
.utp-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}
}
@media(max-width:575.98px){
.utp-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
    }
	}
	
.page-footer__content p {
	max-width: 300px;
    color: #dbdbdb;
    font-size: 14px;
    line-height: 1.4;
}
@media(max-width:480px){
.page-footer__content p {
margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}
.link_review {
    display: flex;
    font-weight: 600;
    color: #02bced;
    white-space: nowrap;
    font-size: 16px;
    flex-wrap: nowrap;
}
.link_review img {
    height: 17px;
    margin-left: 7px;
    margin-top: 3.2px;
    width: auto;
    border-radius: 0;
}
@media(max-width:480px){
.link_review img {
    margin-top: 1.1px;
}
}


.otz {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.otz-item {
    background-position: bottom center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 40px 30px 40px 30px;
    border-radius: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #fff;
	border: 1px solid #f1f1f1;
}
.pans-detail__rating-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
}
.pans-detail__rating-line>span {
    margin-right: 12px;
}
.rating-icon {
    height: 22px;
    width: 22px;
    margin-right: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.rating-icon svg {
    display: block;
    height: 22px;
    width: 22px;
}
.otz-ocen {
    margin-right: 0!important;
    margin-bottom: 2px;
    font-weight: 700;
    color: #444444;
	font-size: 18px;
}
.otz-item .main-services__link {
max-width: 230px;
}

@media(max-width:1060px){
.otz {
    grid-gap: 20px;
}
}
@media(max-width:900px){
.otz {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width:600px){
.otz {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
}
@media(max-width:480px){
.otz-ocen {
    margin-bottom: 0px;
}
.otz-item {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
	padding: 30px 25px 30px 25px;
}
.otz-item .main-services__link {
    max-width: 190px;
    font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.otz-logo img{
height: 34px;
}
.otz-logo.zoon img{
height: 31px;
}
}

.section--portfolio {
    padding-bottom: 70px;
}
.swiper.js--video-reviews, .swiper.js--video-portfolio {
    position: initial;
}
.portfpage .reviews__carousel.revidoses {
    margin-bottom: 20px;
}
.portfpage .reviews__carousel-wrapper .swiper__navigation {
    top: calc(50% - 0px);
}


.pulse-button {
    display: none;
}

@media screen and (max-width:920px) {

    .pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
        height: 60px;
        border-radius: 100%;
        padding: 10px;
        border: none;
        background: #00bb00;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  outline: none;
  z-index: 5;
}

.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjAxMzU1LDIzLjQ4ODU5bC0xLjc1MywxLjc1MzA1YTUuMDAxLDUuMDAxLDAsMCwxLTUuMTk5MjgsMS4xODI0M2MtMS45NzE5My0uNjkzNzItNC44NzMzNS0yLjM2NDM4LTguNDM4NDgtNS45Mjk1UzYuMzg3LDE0LjAyOCw1LjY5MzMsMTIuMDU2MTVBNS4wMDA3OCw1LjAwMDc4LDAsMCwxLDYuODc1NzMsNi44NTY4N0w4LjYyODc4LDUuMTAzNzZhMSwxLDAsMCwxLDEuNDE0MzEuMDAwMTJsMi44MjgsMi44Mjg4QTEsMSwwLDAsMSwxMi44NzEsOS4zNDY4TDExLjA2NDcsMTEuMTUzYTEuMDAzOCwxLjAwMzgsMCwwLDAtLjA4MjEsMS4zMjE3MSw0MC43NDI3OCw0MC43NDI3OCwwLDAsMCw0LjA3NjI0LDQuNTgzNzQsNDAuNzQxNDMsNDAuNzQxNDMsMCwwLDAsNC41ODM3NCw0LjA3NjIzLDEuMDAzNzksMS4wMDM3OSwwLDAsMCwxLjMyMTcxLS4wODIwOWwxLjgwNjIyLTEuODA2MjdhMSwxLDAsMCwxLDEuNDE0MTItLjAwMDEybDIuODI4OCwyLjgyOEExLjAwMDA3LDEuMDAwMDcsMCwwLDEsMjcuMDEzNTUsMjMuNDg4NTlaIiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
    background-color: #00bb00;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}



.pulse-button__rings {
  border: 1px solid #00bb00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: pulse_1;
          animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
          animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
          animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}
/*# sourceMappingURL=style.css.map */
}

ul.spisok {
    margin-bottom: 20px;
	list-style-type: disc;
}
::marker {
	color: var(--color-accent);
}

.spisok li {
    margin-bottom: 10px;
	line-height: 1.4;
}

.seovideo {
    width: 25%;
    position: sticky;
    top: 160px;
    max-height: max-content;
}
.seo-content__text {
    width: 75%;
    margin-right: 65px;
}
.seo-content__text.pol {
    width: 100%;
    margin-right: 0;
}

@media(max-width:1200px){
.seovideo {
    width: 30%;
}
.seo-content__text {
    width: 70%;
    margin-right: 65px;
}
}
.text-video {
    display: flex;
}
@media(max-width:970px){
.seo-content__text {
    margin-right: 30px;
}
}
@media(max-width:740px){
.seo-content__text {
    width: 100%;
    margin-right: 0;
}
.seovideo {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
.text-video {
    flex-direction: column;
}
ul.spisok {
    padding-left: 25px;
}
.spisok li {
    margin-bottom: 10px;
}
}
.pb0{
	padding-bottom:0;
}
.mb0{
	    margin-bottom: 0!important;
}
.pb98 {
	    padding-bottom: 98px;
}

.text-video {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
.pt25 {
	padding-top:25px;
}
@media(min-width:1320px){
.section--cleaning-type .swiper__pagination {
	display:none;
}
}
.mt20{
	margin-top: 20px;
}
.noblock {
	display:initial!important;
	white-space: nowrap;
}
.adr {
	margin-top: 30px;
}
.adrtext {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.adrtext span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #9d9d9d;
    line-height: 1.2;
}



@media (max-width: 991.98px) {
	.utpuslugi .main-section-wrap {
    margin-top: 42%;
}
    .utpuslugi .main-section-bg__image {
        width: 100%;
        opacity: .8;
    }
	.utpuslugi .with-object-fit2 {
    position: relative;
    height: auto;
    width: auto;
}
    .utpuslugi .main-section-bg__cover2 {
        background: initial; 
        opacity: 1;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
    }
	.utpuslugi.main-section {
        height: initial!important;
        border: 1px solid #f1f1f1;
        box-shadow: 0px 10px 40px rgba(6, 50, 66, 0.08);
        padding-bottom: 55px;
    }
}


@media (max-width: 640px) {
    .utpuslugi .main-section-bg__cover2 {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 40%);
    }
	    .utpuslugi .main-section-wrap {
        margin-top: 46%;
    }
}

@media (max-width: 500px) {
.utpuslugi .main-section-bg__cover2 {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 30%);
    }
	.utpuslugi .main-section-wrap {
        margin-top: 30%;
    }
	    .utpuslugi .with-object-fit2 {
        margin-top: -40px;
    }
}

@media (max-width: 480px) {
.utpuslugi .main-section-bg__cover2 {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 26%);
    }
	.utpuslugi .main-section-wrap {
        margin-top: 40%;
    }
	    .utpuslugi .with-object-fit2 {
        margin-top: -55px;
    }
	.korrekt.utpuslugi .with-object-fit2 {
        margin-top: -35px;
    }
}

@media (max-width: 360px) {
.utpuslugi .main-section-bg__cover2 {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 22%);
    }
	    .utpuslugi .main-section-wrap {
        margin-top: 37%;
    }
}

@media (max-width: 400px) {
.formphone.d-flex {
    flex-direction: column;
}
a.number-block {
    margin-right: 0;
}
.formphone .messengers__item.d-flex {
    margin-top: 10px;
}
.formphone .messengers__icon {
    width: 18px;
    height: 18px;
    top: 9px;
    left: 9px;
}
.formphone .messengers__link {
    width: 36px;
    height: 36px;
}
}
.error4040 {
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
	line-height: 1.4;
}
.error4040 a {
	font-weight:600;
	color: var(--color-theme-blue);
}
.cookie-notice {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    max-width: 415px;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(25, 25, 25, .15);
    background-color: #fff;
    z-index: 5000;
    opacity: 0.95;
    color: #373737;
}
.cookie-notice a:hover{
   text-decoration:none;	
}
@media (max-width: 768px) {
    .cookie-notice {
        font-size: 12px;
        max-width: 100%;
        left: 0;
        padding: 15px;
        right: 0;
        opacity: 0.95;
        box-shadow: 0 0 10px rgba(25, 25, 25, .15);
        bottom: 0;
		border-radius: 0;
    }
}
.cookie-notice__buttons {
    margin-top: 8px;
}
.cookie-notice__confirm {
    background-color: #fff;
    border: 0.15px solid var(--color-theme-blue);
    color: var(--color-theme-blue);
    height: 35px;
    width: 100%;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
}
@media (max-width: 768px) {
    .cookie-notice__confirm {
        font-size: 12px;
        height: 30px;
    }
}
.cookie-notice__text {
    line-height: 1.5;
}
.cookie-notice__text a, .polconf a {
    color: var(--color-theme-blue);
}
td {
    text-align: left;
    padding: 10px;
    border: 1px solid var(--color-accent);
}
th {
    text-align: center;
    padding: 10px;
    border: 1px solid var(--color-accent);
    background: var(--color-accent);
    color: #fff;
    border-right: 1px solid #fff;
}
 th:last-child {
    border-right: 1px solid var(--color-accent);
}
.table-wrap {
    margin-bottom: 10px;
}
.table-wrap {
        overflow-y: scroll;
    }
	table{
		border-collapse: collapse;
	}