

/* Start:/local/templates/purple-coral/assets/css/main.css?175853134531570*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Acherus Feral";
  font-weight: 300;
  src: local("Acherus Feral"), url("/local/templates/purple-coral/assets/css/../fonts/AcherusFeral-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Acherus Feral";
  font-weight: 700;
  src: local("Acherus Feral"), url("/local/templates/purple-coral/assets/css/../fonts/AcherusFeral-Bold.woff2") format("woff2");
}
:root {
  --font-family: "Acherus Feral", sans-serif;
  --main-color: #383838;
  --second-color: #999999;

}

@font-face {
  font-family: "Acherus Feral";
  font-weight: 300;
  src: local("Acherus Feral"), url("/local/templates/purple-coral/assets/css/../fonts/AcherusFeral-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Acherus Feral";
  font-weight: 700;
  src: local("Acherus Feral"), url("/local/templates/purple-coral/assets/css/../fonts/AcherusFeral-Bold.woff2") format("woff2");
}
:root {
  --font-family: "Acherus Feral", sans-serif;
  --main-color: #383838;
  --second-color: #999999;
  --accent-color: #1B487E;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a:active,
a:hover,
a {
  text-decoration: none;
  color: var(--main-color);
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

.flex{display:flex}
.align-center{align-items:center}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: #fff;
  font-family: var(--font-family);
  cursor: default;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 50px;
}

.suptitle {
  color: var(--accent-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%; /* 22.08px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.jalousie {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--accent-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.jalousie.active {
  opacity: 0.5;
  visibility: visible;
}

h1 {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 55.2px */
  letter-spacing: 0.92px;
  text-transform: uppercase;
}
h1 span {
  color: var(--accent-color);
}

h2 {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 46px */
  letter-spacing: 0.92px;
  margin-bottom: 40px;
}

h3 {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: 0.52px;
  text-transform: uppercase;
}

p {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 31.2px */
  margin-bottom: 10px;
}

@media screen and (max-width: 1450px) {
  .suptitle {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  h2 {
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .suptitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.header {
  padding: 50px 0;
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__nav .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
.header__nav .menu a {
  color: var(--main-color);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header__nav .menu a:hover {
  opacity: 0.6;
  color: var(--main-color);
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__phone {
  display: block;
  color: var(--main-color);
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 23.1px */
  letter-spacing: 0.44px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__phone:hover {
  color: var(--main-color);
  opacity: 0.6;
}
.header__feedback {
  display: block;
  color: var(--main-color);
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 23.1px */
  letter-spacing: 0.44px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__feedback:hover {
  color: var(--main-color);
  opacity: 0.6;
}
.header__bottom {
  border-top: 1px solid #E8E3E6;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.header__bottom .header__nav .menu {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
.header-burger {
  display: none;
}
.header.active {
  background: #FFF;
}
.header.active .header__bottom {
  margin-top: 20px;
  padding: 20px 10px 0;
  height: auto;
  visibility: visible;
  opacity: 1;
  display: block;
}

.banner {
  overflow: hidden;
  background: #ECECEC;
}
.banner__container {
  padding: 260px 50px 80px;
  position: relative;
}
.banner__content {
  max-width: 900px;
  position: relative;
  z-index: 5;
}
.banner__bg_small {
  position: absolute;
  top: 125px;
  left: 1660px;
  width: 142px;
  height: 142px;
}
.banner__bg_item {
  background: var(--accent-color);
  border-radius: 50%;
}
.banner__bg_large {
  position: absolute;
  bottom: -200px;
  left: 1085px;
  width: 785px;
  height: 785px;
  background: #fff;
}
.banner__descr {
  margin-top: 30px;
  font-size: 24px;
}
.banner__image_item {
  position: absolute;
  z-index: 3;
}
.banner__image_1 {
  left: 1388px;
  bottom: 0;
}
.banner__image_2 {
  left: 1173px;
  bottom: 7px;
}
.banner__image_3 {
  left: 853px;
  bottom: 155px;
}
.banner__button {
  margin-top: 120px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 25.2px */
  letter-spacing: 0.48px;
  width: 440px;
  height: 80px;
  border-radius: 20px;
  background: var(--accent-color);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.banner__button:hover {
  border: 1px solid var(--accent-color);
  background: none;
  color: var(--accent-color);
}

.equipment {
  margin-top: 120px;
}
.equipment__container {
  display: flex;
  gap: 20px;
}
.equipment__heading {
  flex: 0 0 440px;
}
.equipment__heading_text p {
  font-size: 24px;
  color: var(--second-color);
}
.equipment__list {
  display: grid;
  grid-template: minmax(342px, auto)/repeat(3, 1fr);
  grid-auto-rows: minmax(342px, auto);
  gap: 20px;
}
.equipment__item {
  border-radius: 20px;
  background: #ECECEC;
  padding: 30px 27px;
  position: relative;
}
.equipment__item img {
  max-height: 240px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.equipment__item_title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.advantages {
  margin-top: 200px;
}
.advantages__container {
  display: flex;
  gap: 20px;
}
.advantages__heading {
  flex: 0 0 440px;
}
.advantages__heading_text p {
  font-size: 24px;
  color: var(--second-color);
}
.advantages__list {
  border-radius: 20px;
  background: #383838;
  padding: 80px 45px;
}
.advantages__item {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding: 40px 0;
}
.advantages__item_num {
  color: rgba(255, 255, 255, 0.5);
  font-size: 26px;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  text-transform: uppercase;
}
.advantages__item_title {
  color: #fff;
  width: 50%;
}
.advantages__item_text {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%; /* 28.8px */
  width: 50%;
}
.advantages__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.service {
  margin-top: 200px;
}
.service__container {
  display: flex;
  gap: 20px;
}
.service__heading {
  flex: 0 0 440px;
}
.service__heading_text p {
  font-size: 24px;
  color: var(--second-color);
}
.service__content_top {
  display: flex;
  gap: 40px;
}
.service__content_bottom {
  margin-top: 115px;
}
.service__content_text p {
  margin-bottom: 20px;
}
.service__content_image {
  flex: 0 0 440px;
}
.service__content_image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.service__content_link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  height: 80px;
  padding: 0 10px;
  background-color: var(--accent-color);
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.service__content_link:hover {
  background: none;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.service__item {
  display: flex;
  gap: 25px;
  padding: 40px 0;
}
.service__item_title {
  flex: 0 0 440px;
  color: var(--accent-color);
}
.service__item_descr p, .service__item_descr li {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 300;
  line-height: 120%; /* 28.8px */
  margin: 0;
}
.service__item_descr ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.service__item_descr li {
  position: relative;
  padding-left: 20px;
}
.service__item_descr li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.service__item:first-child {
  padding-top: 0;
  padding-bottom: 40px;
}
.service__item:last-child {
  padding-top: 40px;
  padding-bottom: 0;
}
.service__item:not(:first-child) {
  border-top: 1px solid var(--main-color);
}

.feedback {
  margin-top: 200px;
}
.feedback__container {
  display: flex;
  gap: 20px;
}
.feedback__heading {
  flex: 0 0 440px;
}
.feedback__heading_text p {
  font-size: 24px;
  color: var(--second-color);
}
.feedback__content {
  width: 100%;
  padding: 45px 50px;
  border-radius: 20px;
  background: #ECECEC;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.feedback__content_left {
  max-width: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.feedback__content_right {
  max-width: 550px;
}
.feedback__content_descr p, .feedback__content_descr li {
  margin: 0;
}
.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.feedback__form_fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.feedback__form_item input, .feedback__form_item textarea {
  width: 100%;
  padding: 15px 0;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 300;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid var(--main-color);
}
.feedback__form_item input::-moz-placeholder, .feedback__form_item textarea::-moz-placeholder {
  color: #999;
}
.feedback__form_item input::placeholder, .feedback__form_item textarea::placeholder {
  color: #999;
}
.feedback__form_item textarea {
  resize: none;
  height: 120px;
}
.feedback__form_item button {
  width: 100%;
  height: 80px;
  border-radius: 20px;
  background: var(--accent-color);
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 105%; /* 25.2px */
  letter-spacing: 0.48px;
  border: 1px solid transparent;
  outline: none;
  transition: all 0.3s ease;
}
.feedback__form_item button:hover {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  background: none;
}
.feedback__form_item p {
  color: #999;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
}
.feedback__form_item p a {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.36px;
  transition: all 0.3s ease;
}
.feedback__form_item p a:hover {
  opacity: 0.6;
}
.form-privacy-text {
  cursor: pointer;

  &.error:after {
    content: 'Установите чекбокс перед отправкой';
    display: block;
    margin-top: 10px;
    color: #F00;
  }
}
.form-privacy-text:before {
	content: '';
	
  display: inline-block;
  width: 10px;
	height: 10px;

	border: 1px solid #7F7F7F;
	border-radius: 3px;
}
.form-privacy_checkbox:checked + .form-privacy-text:before {
	background: #2086CF url(/local/templates/purple-coral/assets/css/../images/checked_filtr.svg)center no-repeat;
	border-color: #2086CF;
}
.feedback__image {
  position: absolute;
  top: 0;
}
.feedback__image_1 {
  top: 0;
  right: 75%;
}
.feedback__image_2 {
  top: 0;
  right: 55%;
}

.footer {
  margin-top: 100px;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 50px;
  border-top: 1px solid #999;
}
.footer__nav .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
.footer__nav .menu a {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.footer__nav .menu a:hover {
  opacity: 0.6;
  color: var(--main-color);
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__phone {
  color: var(--main-color);
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer__phone:hover {
  color: var(--main-color);
  opacity: 0.6;
}
.footer__feedback {
  color: var(--main-color);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 18.9px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.footer__feedback:hover {
  color: var(--main-color);
  opacity: 0.6;
}

.privacy-policy {
	position: fixed;
	bottom: 20px;
	z-index: 8;

	gap: 40px;
  width: 100%;
  max-width: 800px;
	padding: 45px;

	border-radius: 20px;
	background-color: #383838;
	transition: bottom .4s;

	animation: ppReviewal 1s;
  box-sizing: border-box;

	& a {
    display: inline-block;
		color: inherit;
    text-decoration: underline;
	}

	&.hidden {
		bottom: -200px;
		pointer-events: none;
	}
}
@keyframes ppReviewal {
	0% {bottom: -200px;}
	100% {bottom: 20px;}
}
.privacy-policy_text {
  font-size: 18px;
  color: #ffffff;
}
.privacy-policy_strong {
  display: block;
  margin-bottom: 20px;
  
  font-weight: 700;
  text-transform: uppercase;
}
.privacy-policy_button {
	padding: 24px 77px;

	border: none;
	border-radius: 20px;
	color: #ffffff;
	background-color: #1B487E;
	
	font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  cursor: pointer;
}
@media(min-width: 1250px) {
	.privacy-policy {
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 1250px) {
	.privacy-policy {
		bottom: 0;
		left: 0;
	}
	@keyframes ppReviewal {
		0% {bottom: -200px;}
		100% {bottom: 0;}
	}
}
@media (max-width: 768px) {
	.privacy-policy {
		gap: 7px;
		flex-direction: column;
		align-items: normal;
    padding: 25px;
    border-radius: 20px 20px 0 0;
	}
	.privacy-policy_text {
		font-size: 14px;
	}
  .privacy-policy_strong {
    margin-bottom: 8px;
  }
  .privacy-policy_button {
    padding: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .header__nav .menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header__container .header__nav {
    display: none;
  }
  .header__feedback {
    display: none;
  }
  .header__contacts {
    width: 100%;
    justify-content: space-between;
  }
  .header__phone {
    color: var(--main-color);
  }
  .header-burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1200px) {
  .banner__container {
    padding: 260px 10px 80px;
  }
  .banner__content {
    max-width: 680px;
  }
  .banner__bg_small {
    top: 150px;
    left: 650px;
  }
  .banner__bg_large {
    left: 550px;
  }
  .banner__image_item {
    transform: scale(0.8);
  }
  .banner__image_1 {
    left: 700px;
    bottom: -55px;
  }
  .banner__image_2 {
    left: 554px;
    bottom: -23px;
  }
  .banner__image_3 {
    left: 600px;
    bottom: 225px;
  }
}
@media screen and (max-width: 992px) {
  .banner__container {
    padding: 100px 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner__content {
    padding: 20px 10px;
    background: #FFF;
    max-width: 100%;
  }
  .banner__bg {
    height: 505px;
  }
  .banner__bg_small {
    top: 73px;
    left: 15px;
  }
  .banner__bg_large {
    right: -100px;
    left: auto;
    bottom: auto;
  }
  .banner__image_1 {
    bottom: auto;
    left: auto;
    right: -100px;
    top: 160px;
  }
  .banner__image_2 {
    bottom: auto;
    left: auto;
    top: 300px;
    right: 340px;
  }
  .banner__image_3 {
    bottom: auto;
    left: auto;
    right: 280px;
    top: -45px;
  }
  .banner__button {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .banner__bg_small {
    top: 73px;
    left: 15px;
  }
  .banner__bg_large {
    right: -300px;
    left: auto;
    bottom: auto;
  }
  .banner__image_item {
    transform: scale(0.7);
  }
  .banner__image_1 {
    bottom: auto;
    left: auto;
    right: -100px;
    top: 190px;
  }
  .banner__image_2 {
    bottom: auto;
    left: auto;
    top: 300px;
    right: 290px;
  }
  .banner__image_3 {
    bottom: auto;
    left: auto;
    right: 100px;
    top: -90px;
  }
}
@media screen and (max-width: 576px) {
  .banner__container {
    margin-top: -20px;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .banner__bg_small {
    width: 94px;
    height: 94px;
  }
  .banner__bg_large {
    width: 510px;
    height: 510px;
    top: 132px;
    right: -148px;
  }
  .banner__image_item {
    transform: scale(1);
  }
  .banner__image_1 {
    width: 284px;
    height: 261px;
    right: -5px;
    top: 242px;
  }
  .banner__image_2 {
    width: 127.01px;
    height: 176.32px;
    top: 315px;
    right: 260px;
  }
  .banner__image_3 {
    width: 336.48px;
    height: 320.72px;
    right: 160px;
    top: 60px;
  }
  .banner__button {
    margin-top: 20px;
    font-size: 20px;
    height: 60px;
    width: 100%;
  }
  .banner__descr {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .equipment__heading {
    flex: 0 0 390px;
  }
}
@media screen and (max-width: 1450px) {
  .equipment__heading {
    flex: auto;
    margin-bottom: 20px;
  }
  .equipment__heading_title {
    margin-bottom: 10px;
  }
  .equipment__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .equipment__list {
    grid-template: minmax(342px, auto)/repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .equipment__heading {
    margin: 0;
  }
  .equipment__heading_text p {
    font-size: 16px;
  }
  .equipment__list {
    grid-template: minmax(200px, auto)/1fr;
    grid-auto-rows: minmax(200px, auto);
    gap: 10px;
  }
  .equipment__item img {
    max-width: 180px;
    max-height: 180px;
  }
  .equipment__item_title {
    max-width: 240px;
  }
}
@media screen and (max-width: 1600px) {
  .advantages__heading {
    flex: 0 0 390px;
  }
}
@media screen and (max-width: 1450px) {
  .advantages__heading {
    flex: auto;
    margin-bottom: 20px;
  }
  .advantages__heading_title {
    margin-bottom: 10px;
  }
  .advantages__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__item {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .advantages {
    margin-top: 120px;
  }
  .advantages__item {
    flex-direction: column;
  }
  .advantages__item_title, .advantages__item_text {
    width: 100%;
  }
  .advantages__list {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 576px) {
  .advantages__heading {
    margin: 0;
  }
  .advantages__heading_text p {
    font-size: 16px;
  }
  .advantages__heading_title {
    margin-bottom: 20px;
  }
  .advantages__list {
    padding: 20px;
  }
  .advantages__item_num {
    font-size: 16px;
    color: #ECECEC;
  }
  .advantages__item_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .service__heading {
    flex: 0 0 390px;
  }
}
@media screen and (max-width: 1450px) {
  .service__heading {
    flex: auto;
    margin-bottom: 20px;
  }
  .service__heading_title {
    margin-bottom: 10px;
  }
  .service__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .service {
    margin-top: 120px;
  }
  .service__content_top {
    flex-direction: column-reverse;
  }
  .service__content_image {
    flex: 0 0 auto;
  }
  .service__item {
    flex-direction: column;
  }
  .service__item_title {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .service__heading {
    margin-bottom: 0;
  }
  .service__heading_text p {
    font-size: 16px;
  }
  .service__content_image img {
    height: 300px;
  }
  .service__content_link {
    margin-top: 20px;
    height: 60px;
    font-size: 14px;
  }
  .service__content_bottom {
    margin-top: 60px;
  }
  .service__item_descr p, .service__item_descr li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .feedback__heading {
    flex: 0 0 390px;
  }
}
@media screen and (max-width: 1450px) {
  .feedback__heading {
    flex: auto;
    margin-bottom: 20px;
  }
  .feedback__heading_title {
    margin-bottom: 10px;
  }
  .feedback__container {
    flex-direction: column;
  }
  .feedback__content {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .feedback {
    margin-top: 120px;
  }
  .feedback__content {
    padding: 220px 50px 45px;
    flex-direction: column;
  }
  .feedback__content_right, .feedback__content_left {
    max-width: 100%;
  }
  .feedback__image {
    transform: scale(1.5);
  }
  .feedback__image_1 {
    width: 169.212px;
    height: 176px;
    left: 50%;
    right: auto;
  }
  .feedback__image_2 {
    width: 184.364px;
    height: 157.212px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 50%;
  }
}
@media screen and (max-width: 576px) {
  .feedback__heading {
    margin: 0;
  }
  .feedback__heading_text p {
    font-size: 16px;
  }
  .feedback__content {
    padding: 220px 20px 40px;
  }
  .feedback__form {
    gap: 30px;
  }
  .feedback__form_item input, .feedback__form_item textarea {
    font-size: 16px;
  }
  .feedback__form_item button {
    height: 60px;
    font-size: 20px;
  }
  .feedback__form_item p {
    font-size: 16px;
    margin: 0;
  }
  .feedback__form_item p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__container {
    padding: 50px 10px;
  }
  .footer__nav .menu {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer__container {
    align-items: normal;
    flex-direction: column-reverse;
    gap: 80px;
  }
  .footer__nav .menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
  }
  .footer__contacts {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    padding: 35px 10px;
  }
}/*# sourceMappingURL=app.css.map */
/* End */


/* Start:/local/templates/purple-coral/assets/css/custom.css?175852409992*/
header.header{
    z-index: 994;
}
.footer__feedback.mail{
    text-transform: unset;
}
/* End */


/* Start:/local/templates/purple-coral/components/IK/form/footer_form/style.css?1758524099234*/
.error_placement{
    color: #F00;
}
#feedback button[type=submit]:disabled{
    opacity: .7;
    cursor: not-allowed;
}

#feedback button[type=submit]:disabled:hover{
    background: var(--accent-color);
    color: #fff;
}
/* End */
/* /local/templates/purple-coral/assets/css/main.css?175853134531570 */
/* /local/templates/purple-coral/assets/css/custom.css?175852409992 */
/* /local/templates/purple-coral/components/IK/form/footer_form/style.css?1758524099234 */
