html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: url(../img/bg/main-bg.jpg) no-repeat center top;
  background-size: cover;
  font-family: 'DM Sans', Arial, Verdana, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  overflow-x: hidden;
  min-width: 360px;
  color: #000;
  opacity: 1;
  min-height: 100vh;
}

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

ol, ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

@media not all and (min-resolution: 0.001dpcm) {
  select:focus, textarea:focus, input:focus {
    -webkit-appearance: none;
  }
  select:active, input:active, textarea:active {
    -webkit-appearance: none;
  }
  input, textarea, select {
    -webkit-appearance: none;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
  select:active, input:active, textarea:active {
    font-size: 16px;
  }
  input, textarea, select {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

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

a:not([class]) {
  color: #C83737;
  border-bottom: 1px solid #C83737;
  transition: border-bottom-color .3s;
}

a:not([class]):hover {
  border-bottom-color: transparent;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul:not([class]) {
  margin: 0 0 1em;
  list-style-type: disc;
  padding-left: 20px;
}

ul:not([class]) li {
  margin-bottom: .7em;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) {
  margin: 0 0 1em;
  padding-left: 20px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: .7em;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 87px;
  background-color: #C83737;
  border: none;
  font-weight: 500;
  font-size: 1.5625rem;
  padding: 0 1em;
  color: #fff;
  border-radius: 10px;
  gap: .8em;
  text-align: center;
  transition: background-color .3s;
  width: fit-content;
  white-space: nowrap;
}

.main-btn:after {
  content: '';
  display: block;
  flex: 24px 0 0;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  height: 24px;
  width: 24px;
  transition: transform .3s;
}

.main-btn:hover {
  background-color: #a02c2c;
}

.main-btn:hover:after {
  transform: rotate(45deg);
}

.main-btn:active {
  box-shadow: inset 1px 2px #501616;
  border-top: 2px solid #501616;
}

.main-btn.white-btn {
  background: #fff;
  color: #C83737;
}

.main-btn.white-btn:after {
  filter: brightness(0) saturate(100%) invert(36%) sepia(31%) saturate(2796%) hue-rotate(334deg) brightness(85%) contrast(88%);
}

.main-btn.white-btn:hover {
  background: #e6e6e6;
}

.main-btn.white-btn:active {
  box-shadow: inset 1px 2px #b3b3b3;
  border-top: 2px solid #b3b3b3;
}

.white-title {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Regular/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Light/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Medium/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-SemiBold/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../fonts/DMSans-Bold/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1482px;
  width: 100%;
}

.wrapper-loader {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.wrapper-loader.is-fade .logo-loader {
  left: 50%;
  opacity: 1;
}

.wrapper-loader.is-fade .loader-text {
  left: 50%;
  opacity: 1;
}

.logo-loader_content {
  position: relative;
  height: 100px;
  margin-bottom: 1em;
  width: 100%;
}

.logo-loader {
  width: 430px;
  height: 100%;
  background: url(../img/static/logo.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  opacity: 0;
  text-align: left;
  transform: translatex(-50%);
  transition: left .4s;
}

.wrapper_loader-text {
  position: relative;
  text-align: right;
  width: 100%;
}

.loader-text {
  display: inline-block;
  position: absolute;
  left: 100%;
  text-align: center;
  color: #000;
  font-size: 2rem;
  opacity: 0;
  transform: translatex(-50%);
  white-space: nowrap;
  transition: left .4s;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 90;
}

/*****HEADER*****/
.ui-header {
  padding: 1.1em 0;
  position: relative;
  background: #fff;
  z-index: 101;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.ui-header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-weight: 500;
  padding-right: 5px;
}

.head-logo {
  border-bottom: none;
  display: flex;
  align-items: center;
  max-width: 230px;
}

.mobile-logo {
  display: none;
  padding-bottom: .7em;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 3.7em;
  width: 100%;
}

.mobile-logo img {
  max-width: 116px;
}

.mobile_phone-number {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1.5625rem;
  gap: .9em;
}

.mobile_phone-number a {
  border-bottom: none;
  color: #C83737;
}

.mobile-content {
  display: none;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}

.wrapper_head-select {
  position: relative;
}

.wrapper_head-select.is-active .head-select:after {
  transform: rotate(-180deg);
}

.wrapper_head-select.is-active .dropdown-menu {
  opacity: 1;
  transform: translatey(0);
  visibility: visible;
}

@media (min-width: 1025px) {
  .wrapper_head-select:hover .head-select:after {
    transform: rotate(-180deg);
  }
  .wrapper_head-select:hover .dropdown-menu {
    opacity: 1;
    transform: translatey(0);
    visibility: visible;
  }
  .dropdown-menu a:hover {
    background: #C83737;
    color: #fff;
  }
  .head-menu a:hover:after {
    width: 100%;
  }
}

.head-select {
  cursor: pointer;
  display: flex;
  color: #C83737;
  align-items: center;
  gap: 1.2em;
}

.head-select:before {
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.head-select:after {
  content: '';
  display: block;
  height: 20px;
  background: url(../img/icons/arrow-2.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  transition: transform .3s;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  min-width: 100%;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  min-width: 230px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translatey(10px);
  transition: transform .3s, opacity .3s, visibility .3s;
  z-index: 10;
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: color .3s, background .3s;
}

.dropdown-menu a.active {
  background: #C83737;
  color: #fff;
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.nead-nav {
  flex: 0 0 auto;
}

.head-menu {
  display: flex;
  gap: 3.7em;
}

.head-menu a {
  color: #C83737;
  border-bottom: none;
  position: relative;
}

.head-menu a:after {
  content: '';
  display: block;
  height: 1px;
  background: #C83737;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  transition: width .3s;
}

.head-menu a.active:after {
  width: 100%;
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -300px, 0);
  width: 100%;
}

.scroll-transform {
  transform: translate3d(0, 0, 0) !important;
  transition: transform .4s;
}

.mobile-menu_closed {
  display: none;
  height: 22px;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 1.4em;
  right: .8em;
  width: 22px;
  z-index: 10;
}

.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 20px;
  flex: 20px 0 0;
  height: 14px;
}

.hamburger.is-active .hamburger-inner {
  background: #C83737;
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #C83737;
}

.hamburger-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-inner {
  background: #C83737;
}

.hamburger-inner:after, .hamburger-inner:before {
  background: #C83737;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 100%;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 2px;
}

.hamburger--spring .hamburger-inner:before {
  top: 6px;
}

.hamburger--spring .hamburger-inner:after {
  top: 12px;
}

.site-map_section {
  padding: 3em 0;
}

.site-map_menu li {
  margin-bottom: 1em;
}

.site-map_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.main-content {
  flex: 1 0  auto;
  padding-bottom: 6em;
}

/***main-section**/
.main-section {
  background: #fff;
  padding-top: .25em;
  padding-bottom: 4em;
}

.main-section_content {
  background: url(../img/bg/banner.jpg) no-repeat center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  padding-top: 3em;
  padding-left: 1.8em;
  min-height: 583px;
  border-radius: 10px;
}

h2, .section-title {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .8em;
}

h1 {
  font-size: 3.75rem;
  margin-top: 0;
  margin-bottom: 1em;
}

.main-section_title {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.main-section_title .large-text {
  font-size: 160%;
  font-weight: 600;
  display: block;
}

.main-color {
  color: #C83737;
}

.main-slide_btn {
  margin-left: auto;
  padding: 0 1.1em;
}

/**about-us**/
.about-us_section_header {
  padding-top: 1em;
  padding-bottom: 3em;
  margin-bottom: 3.2em;
  position: relative;
  z-index: 1;
}

.about-us_section_header .balls-bg {
  background: url(../img/bg/balls/01.svg) no-repeat right center;
  background-size: contain;
  height: 95%;
  width: 28%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-us_section_header:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  height: 72%;
  top: 0;
  width: 100%;
  z-index: -2;
}

.about-us_section_header:after {
  content: '';
  display: block;
  background: url(../img/bg/white/01.png) no-repeat left center;
  background-size: 100% 100%;
  height: 28%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}

.section-subtitle {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: .5em;
}

.about-us_text {
  padding-left: 17.7em;
}

.advantades-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.advantage-item {
  border-radius: 10px;
  background: #fff;
  padding: .8em 1.2em 1.7em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 500;
  min-height: 278px;
}

.advantage-item .item-number {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #E39B9B;
}

.advantage-item_bg {
  position: relative;
  z-index: 1;
}

.advantage-item_bg:before {
  content: '';
  display: block;
  background: url(../img/bg/balls/02.svg) no-repeat right bottom;
  background-size: contain;
  height: 70%;
  width: 36%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/**products-section**/
.products-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.product-item {
  display: flex;
  gap: 1em;
  padding: 3.1em .25em .5em 1.8em;
  background: url(../img/bg/white/02.svg) no-repeat center top;
  background-size: 100% 100%;
  margin-bottom: 2em;
}

.product-item:last-child {
  margin-bottom: 0;
}

.product-item_left-column {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
}

.product-item_title {
  color: #C83737;
  font-size: 3.125rem;
}

.product-item_right-column {
  flex: 51.2% 0 0;
  max-width: 51.2%;
  display: flex;
}

.product-slider {
  flex-basis: calc(100% - 190px);
  max-width: calc(100% - 190px);
  border-radius: 10px;
  padding-right: 1.3em;
}

.product-slider .slick-track {
  display: flex;
}

.product-slider .slick-slide {
  height: auto;
}

.product-slider .slick-slide > div {
  height: 100%;
}

.product-slider .slick-arrow {
  bottom: 1rem;
}

.product-slider .slick-next {
  right: 2.5rem;
}

.product-slide {
  display: block !important;
  height: 100%;
  height: 392px;
}

.product-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  width: 100%;
}

.product-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  padding: 1px;
  height: 100%;
  position: relative;
}

.product-slide > a:hover:after {
  opacity: 1;
}

.product-slide > a:after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5) url(../img/icons/loop-icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .3s;
}

.slick-arrow {
  height: 50px;
  border: 1px solid #C83737;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  transform: none;
  transition: background .3s, border-color .3s;
}

.slick-arrow:hover {
  background: #C83737;
  border-color: #C83737;
}

.slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}

.slick-arrow:before {
  content: '';
  display: block;
  position: relative;
  background: url(../img/icons/arrow-2.svg) no-repeat center;
  background-size: contain;
  height: 14px;
  width: 22px;
  transform: rotate(-90deg);
  transition: transform .3s;
}

.slick-prev:before {
  transform: rotate(90deg);
}

.product_small-slider {
  flex: 174px 0 0;
  max-width: 174px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.product_small-slider .slick-list {
  width: 100%;
}

.product_small-slider .slick-track {
  width: 100%;
}

.product_small-slider .slick-slide {
  padding: 5px 0;
}

.product_small-slider .slick-slide > div {
  width: 100%;
}

.product_small-slider .slick-current .small-item {
  border-color: #C83737;
}

.product_small-slider .small-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #9E9E9E;
  border-radius: 3px;
  padding: 3px;
  overflow: hidden;
  height: 120px;
  width: 100%;
  transition: border-color .3s;
}

.product_small-slider .small-item img {
  max-height: 100%;
}

/**service-section**/
.service-section {
  position: relative;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.service-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  min-height: 33vw;
}

.service-section .section-subtitle {
  color: #fff;
}

.video-content {
  position: absolute;
  height: 100%;
  left: 0;
  object-fit: cover;
  width: 100%;
  top: 0;
  z-index: -1;
}

/**test-section**/
.test-section {
  padding-top: 3.5em;
  padding-left: 1.2em;
  min-height: 361px;
  margin: 4.8em 0;
  display: flex;
  justify-content: space-between;
  background: url(../img/bg/white/03.svg) no-repeat left center;
  background-size: 100% 100%;
  gap: 1em;
}

.test-section_left-column {
  flex: 1 0 0;
  padding-bottom: 2em;
}

.test-section_left-column p {
  padding-right: 5%;
}

.test-section_right-column {
  display: flex;
  align-items: flex-end;
  gap: 1em;
}

.test-section_red-box {
  background: #C83737;
  padding: 1.4em;
  padding-top: 1.8em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  color: #fff;
}

.test-section_red-box .subtitle {
  font-size: 1.875rem;
  font-weight: 700;
}

.test-section_red-box .main-btn {
  height: 71px;
  width: 100%;
}

/**form-section**/
.form-section {
  display: flex;
  align-items: center;
  gap: 3em;
}

.form-section .section-title:last-child {
  margin-bottom: 0;
}

.form-section_left-column {
  flex: 1 0 0;
}

.form-section_right-column {
  flex: 58% 0 0;
}

.static-form {
  padding: 6.5em 4em 5em;
  background: url(../img/bg/white/04.svg) no-repeat center top;
  background-size: 100% 100%;
}

.form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8em 3.2em;
  margin-bottom: 1.8em;
}

.form-fields .form-group {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 1.3em;
  font-weight: 500;
  position: relative;
}

.form-group.focus .form-label {
  font-size: 0.625rem;
  left: 0;
  line-height: 2.6;
}

.form-control {
  border: none;
  border-bottom: 1px solid #E39B9B;
  background: #fff;
  height: 55px;
  padding-top: .7em;
  display: block;
  resize: none;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: border .3s;
}

.form-control:focus {
  border-bottom: 1px solid #C83737;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
}

.form-control::input-placeholder {
  color: inherit;
}

.form-control::-moz-input-placeholder {
  color: inherit;
}

.form-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  line-height: 55px;
  color: #E39B9B;
  max-width: 100%;
  transition: all 0.3s;
  white-space: nowrap;
  z-index: 2;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}

.unified-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0;
  font-size: .875rem;
  padding-left: 27px;
  color: inherit;
}

.unified-checkbox.not-active .checkbox-text {
  color: red;
}

.unified-checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  display: none;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:before {
  opacity: 1;
}

.unified-checkbox input[type="checkbox"]:checked + .checkbox-text:after {
  background: #C83737;
  border-color: #C83737;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:before {
  width: 4px;
  height: 8px;
  content: '';
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 3px;
  left: 6px;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
  z-index: 1;
}

.unified-checkbox input[type="checkbox"] + .checkbox-text:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #C83737;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: border-color .3s, background .3s;
}

.unified-checkbox .checkbox-text {
  display: inline-block;
}

.form-policy {
  max-width: 300px;
}

.wrapper_static-form_submit {
  position: relative;
  height: 71px;
  max-width: 305px;
  width: 100%;
}

.form_submit-btn.disabled {
  cursor: not-allowed;
}

.form_submit-btn {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.popup_form-policy {
  display: block;
  margin: 3.5em 0;
  text-align: left;
}

.wrapper_popup-form_submit {
  position: relative;
  height: 71px;
  width: 100%;
}

.popup_submit-btn {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.popup_submit-btn.disabled {
  cursor: not-allowed;
}

.error {
  display: block;
  font-size: .75rem;
  color: #EF0000;
  text-align: left;
}

.input-error {
  border-color: #EF0000 !important;
}

.popup-icon {
  height: 65px;
  border-radius: 10px;
  background: #C83737;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 65px;
}

.popup-icon:before {
  content: '';
  display: block;
  width: 15px;
  height: 28px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: relative;
  top: -4px;
  transform: rotate(45deg);
}

.popup-policy_item {
  margin-bottom: 1.2em;
}

.popup-policy_item:last-child {
  margin-bottom: 0;
}

.popup-policy_item p {
  line-height: 1.25;
  margin-bottom: 0.6em;
}

.popup-policy_item p:last-child {
  margin-bottom: 0;
}

.h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .5em;
}

.popup-title {
  margin-bottom: 0;
}

/***modal**/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

button.close {
  width: 24px;
  height: 24px;
  padding: 0;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 1em;
  right: 2.6em;
  transition: filter .3s;
}

button.close:hover {
  filter: brightness(0) saturate(100%) invert(36%) sepia(31%) saturate(2796%) hue-rotate(334deg) brightness(85%) contrast(88%);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: all .2s ease;
  opacity: 0;
}

.modal.show .modal-dialog {
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 589px;
}

.modal-dialog_mod {
  max-width: 599px;
}

.modal-dialog_policy {
  max-width: 1210px;
}

.modal-dialog_policy button.close {
  height: 46px;
  background: url(../img/icons/close-2.svg) no-repeat center;
  background-size: contain;
  right: 5em;
  width: 46px;
  top: 2.2em;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  min-height: calc(100% - (1.75rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: url(../img/bg/white/05.svg) no-repeat center top;
  background-size: 100% 100%;
  background-clip: padding-box;
  padding: 5em 2.7em 4em;
  border: none;
  border-radius: 0;
  outline: 0;
}

.modal-content_successfully {
  gap: 1em;
  background: url(../img/bg/white/06.svg) no-repeat center top;
  background-size: 100% 100%;
  padding: 5.9em 3em 4em;
}

.modal-content_policy {
  background: url(../img/bg/white/07.svg) no-repeat center top;
  background-size: 100% 100%;
  padding: 8.3em 6.2em 4em;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 120;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal {
  z-index: 130;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal.show .modal-dialog {
  animation: animModal 300ms;
  animation-fill-mode: forwards;
  transition: all .2s ease;
}

@keyframes animModal {
  0% {
    opacity: 0;
    transform: translate(25px, 10px) scale(0.92) rotateX(15deg);
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

.fancybox-container {
  z-index: 200;
}

/***main-footer***/
.main-footer {
  flex: 0 0 auto;
}

.main-footer_body {
  background: #fff;
  border-radius: 10px;
  padding: 1.2em 3.5em 1.4em;
  display: flex;
  flex-direction: column;
  gap: 1.6em;
  margin-bottom: 1.3em;
}

.main-footer_top {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.footer-column {
  max-width: 305px;
  flex: 1 0 0;
}

.footer-first_column {
  margin-left: 6em;
}

.footer-title {
  display: block;
  color: #9E9E9E;
  font-size: 1rem;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.footer-text {
  color: #C83737;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  max-width: 270px;
}

.footer_phone-number {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: .9em;
}

.footer_phone-number a {
  border-bottom: none;
  color: #C83737;
}

.main-footer_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}

.footer-email {
  font-weight: 500;
  font-size: 3.75rem;
  color: #C83737;
  transition: color .3s;
}

.footer-email:hover {
  color: #a02c2c;
}

.social-list {
  display: flex;
  gap: .7em;
  font-weight: 500;
}

.social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  padding: 0 .3em;
  height: 50px;
  min-width: 50px;
  transition: background .3s, color .3s, border-color .3s;
}

.social-list a:hover {
  background: #C83737;
  border-color: #C83737;
  color: #fff;
}

.main-footer_bootom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  color: #4C4C4C;
  padding-left: .4em;
  font-weight: 500;
  font-size: 1rem;
}

.footer-policy {
  margin-left: 5%;
  transition: color .3s;
}

.footer-policy:hover {
  color: #C83737;
}

.footer-studio {
  display: flex;
  align-items: center;
  gap: .6em 2.5em;
  position: relative;
  left: 4.5%;
  transition: color .3s;
}

.footer-studio:hover {
  color: #C83737;
}

.footer-studio:hover .studio-logo {
  filter: brightness(0) saturate(100%) invert(36%) sepia(31%) saturate(2796%) hue-rotate(334deg) brightness(85%) contrast(88%);
}

.studio-logo {
  max-width: 90px;
  transition: filter .3s;
}

.scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  gap: 1em;
  font-size: 1.25rem;
  height: 58px;
  padding: 0 1em;
  border-radius: 15px 15px 0 0;
  background: #C83737;
  color: #fff;
  cursor: pointer;
  transition: background .3s;
}

.scroll-to-top:hover {
  background: #a02c2c;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 14px;
  background: url(../img/icons/arrow.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  transform: rotate(-45deg);
}

.scroll-to-top-visible {
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

.tablet-small_visible {
  display: none;
}

.mobile-visible {
  display: none;
}

.tablet-visible {
  display: none;
}

@media only screen and (max-width: 1480px) {
  body {
    font-size: 1rem;
  }
  .head-select:after {
    height: 14px;
    width: 14px;
  }
  .main-btn {
    font-size: 1.25rem;
    height: 56px;
  }
  .main-btn:after {
    height: 20px;
    flex: 20px 0 0;
    width: 20px;
  }
  .main-section_content {
    min-height: 38vw;
  }
  .main-slide_btn {
    height: 5.5vw;
    padding: 0 2.4vw;
    font-size: 1.6vw;
  }
  h1 {
    font-size: 3rem;
  }
  .section-subtitle {
    font-size: 1.5rem;
  }
  h2, .section-title {
    font-size: 3rem;
  }
  .about-us_text {
    padding-left: 23vw;
  }
  .advantage-item .item-number {
    font-size: 1.3rem;
  }
  .advantage-item {
    font-size: 1.8rem;
  }
  .product-item_title {
    font-size: 2.5rem;
  }
  .test-section_red-box {
    padding-top: 1.5vw;
  }
  .test-section_red-box .subtitle {
    font-size: 2vw;
  }
  .test-section_red-box .main-btn {
    height: 60px;
  }
  .test-section {
    min-height: 21vw;
  }
  .footer-column {
    max-width: 260px;
  }
  .footer-text {
    max-width: 220px;
  }
  .footer-email {
    font-size: 3.2rem;
  }
  .head-logo {
    max-width: 180px;
  }
  .footer-logo {
    max-width: 180px;
  }
  .service-section .container {
    min-height: 45vw;
  }
}

@media only screen and (max-width: 1240px) {
  .test-section_red-box {
    gap: 1.1vw;
  }
  .social-list a {
    padding: 0 .8em;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }
  .main-slide_btn {
    padding: 0 2vw;
  }
  .advantage-item {
    font-size: 1.5rem;
  }
  .advantage-item .item-number {
    font-size: 1.25rem;
  }
  .advantage-item {
    min-height: 240px;
  }
  .product-slider {
    padding-right: 0;
  }
  .product-slider .slick-next {
    right: 1rem;
  }
  .product_small-slider {
    flex: 120px 0 0;
    max-width: 120px;
  }
  .product-slider {
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
  .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .slick-arrow:before {
    height: 11px;
    width: 19px;
  }
  .test-section {
    padding-top: 4vw;
  }
  .test-section_red-box .subtitle {
    font-size: 1.8vw;
  }
  .test-section_red-box .main-btn {
    font-size: 1.8vw;
  }
  h2, .section-title {
    line-height: 1.2;
    font-size: 2.5rem;
  }
  .test-section_red-box .main-btn {
    height: 5vw;
  }
  .static-form {
    padding: 5em 3em 4em;
  }
  .footer-email {
    font-size: 2.8rem;
  }
  .h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tablet-visible {
    display: block;
  }
  .tablet-hidden {
    display: none !important;
  }
  .product-item {
    flex-direction: column;
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .product-item_left-column {
    order: 2;
    flex: inherit;
  }
  .product-item_right-column {
    order: 1;
    flex: inherit;
    max-width: 100%;
  }
  h1 {
    font-size: 4vw;
  }
  .main-slide_btn:after {
    height: 2vw;
    flex: 2vw;
    width: 2vw;
  }
  .advantage-item {
    padding: 1em;
  }
  .test-section .section-title {
    font-size: 3.6vw;
  }
  .test-section_red-box .main-btn:after {
    height: 2vw;
    flex: 2vw;
    width: 2vw;
  }
  .test-section_red-box {
    padding: 2.3vw;
  }
  .form-section {
    flex-direction: column;
  }
  .form-section_left-column {
    flex: inherit;
  }
  .form-section_right-column {
    flex: inherit;
    width: 100%;
  }
  .footer-first_column {
    margin-left: 1em;
  }
  .main-footer_body {
    padding: 1.5em 2em;
  }
  .footer-email {
    font-size: 2.2rem;
  }
  .main-footer_bootom {
    font-size: .875rem;
  }
  .scroll-to-top {
    font-size: .875rem;
    height: 45px;
  }
  .scroll-to-top:after {
    height: 11px;
    width: 11px;
  }
  .footer-studio {
    gap: 1em;
  }
  .footer-policy {
    margin-left: 0;
  }
  .footer-studio {
    left: 0;
  }
  .head-logo {
    max-width: 140px;
  }
  .footer-logo {
    max-width: 140px;
  }
  .logo-loader_content {
    height: 60px;
  }
  .loader-text {
    font-size: 1rem;
  }
  .logo-loader {
    width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .tablet-small_visible {
    display: block;
  }
  .tablet-small_hidden {
    display: none !important;
  }
  .main-section_content {
    background: url(../img/bg/banner-2.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 2em;
    border-radius: 10px;
  }
  .main-slide_btn {
    margin-left: 0;
    padding: 0 1em;
  }
  .main-btn {
    font-size: 1rem;
    height: 50px;
  }
  .main-btn:after {
    height: 15px;
    flex: 15px 0 0;
    width: 15px;
  }
  body {
    font-size: .875rem;
  }
  .about-us_section_header:after {
    background: #fff;
  }
  .about-us_text {
    padding-left: 0;
  }
  .advantades-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .advantage-item:last-child {
    grid-column: span 2;
  }
  .section-subtitle {
    font-size: 1.25rem;
  }
  h2, .section-title {
    font-size: 2rem;
  }
  h1 {
    font-size: 7vw;
  }
  .h3 {
    font-size: 1.7rem;
  }
  .main-section {
    padding-bottom: 2em;
  }
  .product-item {
    background: #fff;
    padding: 2em 1em;
    border-radius: 10px;
  }
  .test-section {
    background: #fff;
    flex-direction: column;
    border-radius: 10px;
    padding: 2em 1em;
    gap: 1.7em;
  }
  .test-section_red-box {
    padding: 1em;
  }
  .test-section_red-box .main-btn {
    font-size: 1rem;
    height: 50px;
  }
  .test-section_red-box .subtitle {
    font-size: 1.25rem;
  }
  .test-section_left-column {
    padding-bottom: 0;
  }
  .static-form {
    background: #fff;
    border-radius: 10px;
    padding: 2em 1.5em;
  }
  .form-fields {
    gap: 1.5em;
  }
  .main-footer_contact {
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
  }
  .main-footer_bootom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .head-menu {
    gap: 1.5em;
  }
  .product-item_title {
    font-size: 2rem;
  }
  .about-us_section_header .balls-bg {
    background-position: right top;
  }
  .products-section {
    padding: 4em 0;
  }
  .test-section_red-box .main-btn:after {
    height: 15px;
    flex: 15px 0 0;
    width: 15px;
  }
  .test-section_red-box {
    gap: 1em;
  }
  .main-content {
    padding-bottom: 4em;
  }
  .modal-content_policy {
    padding: 3em 1em 2em;
    background: #fff;
    border-radius: 10px;
  }
  .modal-dialog_policy button.close {
    height: 25px;
    width: 25px;
    right: 1.5em;
    top: 1.5em;
  }
  .form-footer {
    gap: 1.8em;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-visible {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    border-radius: 50%;
    z-index: 100;
    opacity: .7;
    font-size: 0;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    border: 2px solid #a02c2c;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
  }
  .advantades-row {
    flex-direction: column;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-footer_body {
    padding: 1.5em 1em;
  }
  .main-footer_bootom {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    padding-bottom: 1.2em;
  }
  .main-footer_top {
    display: flex;
    flex-direction: column;
  }
  .footer-first_column {
    margin-left: 0;
  }
  .footer-email {
    font-size: 6vw;
  }
  .social-list a {
    height: 40px;
    min-width: 40px;
  }
  .form-fields {
    display: flex;
    flex-direction: column;
  }
  .form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-policy {
    max-width: 100%;
  }
  .wrapper_static-form_submit {
    max-width: 100%;
  }
  .product_small-slider {
    display: none;
  }
  .product-item {
    gap: 2.2em;
  }
  .product-slider {
    flex: inherit;
    max-width: 100%;
  }
  .product-slider .slick-dots {
    bottom: -1.2em;
  }
  .product-slider .slick-dots li {
    height: 8px;
    width: 8px;
    background: #f4d7d7;
  }
  .product-slider .slick-dots li.slick-active {
    background: #C83737;
  }
  .product-slide {
    height: 67vw;
  }
  .product-item_title {
    font-size: 1.5rem;
    hyphens: auto;
  }
  .advantage-item {
    min-height: 170px;
  }
  .advantage-item {
    font-size: 1.4rem;
  }
  .hamburger {
    display: block;
  }
  .wrapper_head-select {
    position: fixed;
    top: 0;
    left: -100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0.7em 1em 2em;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100vh;
    z-index: 50;
    width: 100%;
    transition: left .3s;
  }
  .wrapper_head-select.is-open {
    left: 0;
  }
  .wrapper_head-select.is-pad {
    padding-bottom: 5em;
  }
  .dropdown-menu {
    opacity: 1;
    box-shadow: none;
    position: static;
    visibility: visible;
    transform: none;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    gap: .8em;
    margin-bottom: 2em;
  }
  .dropdown-menu a {
    border-bottom: none;
    min-height: auto;
    justify-content: center;
    font-size: inherit;
  }
  .dropdown-menu a.active {
    background: transparent;
    color: #C83737;
  }
  .head-select {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.2em;
  }
  .head-select:before, .head-select:after {
    display: none;
  }
  .head-logo {
    max-width: 110px;
  }
  .main-section_content {
    padding: 1.5em 1em;
  }
  .product-item {
    margin-bottom: 1em;
  }
  .service-section .container {
    min-height: 65vw;
  }
  .test-section {
    margin: 3em 0;
  }
  .test-section_right-column {
    align-items: normal;
  }
  .test-section_red-box {
    width: 100%;
  }
  .modal-content_successfully {
    background: #fff;
  }
  .modal-content {
    border-radius: 10px;
    padding: 2.7em 1em 1.5em;
  }
  .popup_form-policy {
    margin: 1.5em 0;
  }
  button.close {
    filter: brightness(0) invert(1);
    top: auto;
    bottom: calc(100% + 5px);
    right: 0;
    left: 0;
    margin: auto;
  }
  .modal-dialog-centered {
    margin-top: 3em;
  }
  .modal-dialog_policy button.close {
    top: auto;
    right: 0;
  }
  .h3 {
    font-size: 1.35rem;
  }
  .popup-icon {
    height: 35px;
    border-radius: 5px;
    width: 35px;
  }
  .popup-icon:before {
    height: 12px;
    width: 8px;
  }
  .modal-content_successfully {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 220px;
  }
  .mobile-menu_closed {
    display: block;
  }
  .mobile-content {
    display: flex;
    margin-top: auto;
  }
  .mobile-logo {
    display: block;
  }
  .mobile_callback-btn {
    height: 70px;
    font-size: 1.25rem;
    width: 100%;
  }
  .mobile_callback-btn:after {
    height: 24px;
    flex: 24px 0 0;
    width: 24px;
  }
}
