/*! 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 */
  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: 'plain';
  src: url("../fonts/Plain/Plain-Bold.woff2") format("woff2"), url("../fonts/Plain/Plain-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
}

body {
  font-family: "plain", sans-serif;
  color: #141414;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.open-menu {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1550px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

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

.fixed {
  position: fixed;
}

.bold {
  font-weight: 700;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

* {
  box-sizing: border-box;
}

.footer {
  padding-top: 70px;
  background-color: #005897;
}

.footer__mobile-link {
  display: none;
}

.footer__top-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-right: 5px;
}

.footer__link {
  margin-bottom: 27px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  color: #ffffff;
  transition: 0.35s all;
}

.footer__link:hover {
  color: #A0D9F6;
}

.footer__link-sm {
  margin-bottom: 12px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  transition: 0.35s all;
}

.footer__link-sm:hover {
  color: #A0D9F6;
}

.footer__center-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer__info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

.footer__phone svg {
  flex-shrink: 0;
  margin-right: 11px;
}

.footer__adress {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

.footer__adress svg {
  flex-shrink: 0;
  margin-right: 11px;
}

.footer__logo-link {
  display: flex;
  align-items: center;
}

.footer__logo-link + .footer__logo-link {
  margin-left: 10px;
}

.footer__logo-link_main {
  margin-right: 25px;
}

.footer__links-wrapper {
  display: flex;
  align-items: center;
}

.footer__bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 28px;
  border-top: 1px solid #999999;
}

.footer__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}

.footer__btn {
  max-width: 200px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, white 48%, #005897 48%);
}

.header_gray {
  background: linear-gradient(90deg, white 48%, #5b5b5b 48%);
}

.header_gray .header__rigth-block {
  background-color: #5b5b5b;
}

.header_gray .header__line {
  background-image: url("../img/content/header-bg-gray.jpg");
}

.header__mobile-menu {
  display: none;
}

.header__container {
  display: flex;
  height: 100px;
}

.header__submenu {
  display: none;
}

.header__rigth-block {
  flex-grow: 1;
  display: flex;
  background-color: #005897;
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  line-height: 0;
  background-color: #ffffff;
}

.header__line {
  display: block;
  width: 40px;
  height: 100px;
  background-image: url("../img/content/header-bg.jpg");
  background-size: cover;
}

.header__logo-link {
  position: relative;
  margin-right: 20px;
  line-height: 0;
  transition: 0.35s all;
  z-index: 3;
}

.header__logo-link:hover {
  opacity: 0.8;
}

.header__nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 1;
  justify-content: space-around;
}

.header__link {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  transition: 0.35s all;
  cursor: pointer;
  white-space: nowrap;
}

.header__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: transparent;
  transition: 0.35s all;
}

.header__link.active::before {
  background-color: #D8303F;
}

.header__link:hover::before {
  background-color: #D8303F;
}

.header__logo {
  padding-top: 5px;
  padding-bottom: 0;
  transition: 0.35s all;
  margin-left: 15px;
  margin-right: 15px;
}

.header__logo:hover {
  opacity: 0.8;
}

.header__wrap {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-left: 15px;
}

.header__phone {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  transition: 0.35s all;
  white-space: nowrap;
}

.header__phone + .header__phone {
  margin-top: 10px;
}

.header__phone svg {
  margin-right: 11px;
  display: block;
  width: 100%;
  max-width: 16px;
  height: auto;
}

.header__phone:hover {
  opacity: 0.7;
}

.header__btn-call {
  margin-left: 34px;
  border-radius: 10px;
  background-color: #D8303F;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: box-shadow 0.5s;
  white-space: nowrap;
}

.header__btn-call:hover {
  box-shadow: 0 -2px 7px 0 rgba(216, 48, 63, 0.5), 0 4px 7px 0 rgba(216, 48, 63, 0.5);
}

.header__btn {
  flex-shrink: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.35s all;
}

.header__btn:hover {
  opacity: 0.7;
}

.header__btn svg {
  flex-shrink: 0;
  pointer-events: none;
}

.header__icon-close {
  display: none;
}

.header__submenu-desc {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #D8303F;
  transition: 0.35s all;
}

.header__submenu-container {
  display: flex;
  justify-content: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.header__submenu-link {
  display: flex;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  transition: 0.35s all;
}

.header__submenu-link_social {
  align-items: center;
}

.header__submenu-link:hover {
  opacity: 0.7;
}

.header__submenu-link:last-child {
  margin-right: 0;
}

.header__submenu-submenu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 7px 14px 14px 14px;
  white-space: nowrap;
  text-align: center;
}

.header__submenu-submenu .header__submenu-link {
  text-align: left;
  display: block;
  font-size: 14px;
}

.header__submenu-wrapper {
  position: relative;
}

.header__wrap-block {
  height: 100%;
}

.header__wrap-block:hover .header__submenu-desc {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.header__wrap-block:hover .header__link::before {
  background-color: #D8303F;
}

.header__link-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.header__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__links-social {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.header__social {
  display: block;
  padding: 2px 0;
  margin-left: 5px;
  margin-right: 5px;
}

.header__social img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 50px;
}

.header__links-phones {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header__buttons-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
}

.header__search {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 15px;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s;
  position: relative;
}

.header__search .tooltip-text {
  visibility: hidden;
  display: block;
  padding: 10px 30px 12px 30px;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  background: #242424;
  box-shadow: 0 7px 10.1px 0 rgba(0, 0, 0, 0.11);
  position: absolute;
  z-index: 1;
  top: 125%;
  bottom: auto;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.header__search .tooltip-text:before {
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M6.98486 0C5.31653 3.91273 3.75191 6.21655 0 10H14C9.9876 5.93352 8.59499 3.7681 6.98486 0Z" fill="%23242424"/></svg>');
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 10px;
  bottom: calc(100% - 1px);
  left: 76%;
}

.header__search svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: #005897;
  transition: 0.4s;
}

.header__search:hover {
  background-color: #D8303F;
}

.header__search:hover svg {
  transform: scale(1.1);
  stroke: #ffffff;
}

.header__search_mobile {
  display: none;
}

.button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 33px 12px;
  font-family: "plain", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #D8303F;
  border: 1px solid #D8303F;
  transition: 0.35s all;
  cursor: pointer;
}

.button svg {
  margin-top: 5px;
  margin-left: 10px;
}

.button:hover {
  color: #D8303F;
  background-color: #ffffff;
}

.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button_clear {
  color: #D8303F;
  background-color: #ffffff;
  border: 1px solid #D8303F;
}

.button_clear:hover {
  color: #ffffff;
  background-color: #D8303F;
}

.button_grey {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 33px 12px;
  font-family: "plain", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
  transition: 0.35s all;
  cursor: pointer;
}

.button_grey svg {
  margin-top: 5px;
  margin-left: 10px;
}

.button_grey:hover {
  color: #333333;
  background-color: #ffffff;
}

.button_grey:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.button_grey_clear {
  color: #D8303F;
  background-color: #ffffff;
  border: 1px solid #D8303F;
}

.button_grey_clear:hover {
  color: #ffffff;
  background-color: #D8303F;
}

.title {
  font-family: "plain", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  color: #141414;
}

.input {
  width: 100%;
  padding: 12px 15px 17px 15px;
  font-family: "plain", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #D8303F;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: transparent;
  transition: 0.35s all;
}

.input::placeholder {
  color: #272727;
}

.input.not-empty {
  border-color: #D8303F;
}

.input.error {
  background: linear-gradient(0deg, rgba(217, 1, 42, 0.05), rgba(217, 1, 42, 0.05)), #FFFFFF;
  border-color: #D9012A;
}

.input:hover,
.input:focus {
  border-color: #D8303F;
}

.modal {
  width: 100%;
  max-width: 600px;
  width: 100%;
  padding: 50px 75px !important;
}

.modal__title {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.modal__modal-block {
  position: relative;
  margin-bottom: 20px;
}

.modal__modal-block.error .modal__error {
  display: flex;
}

.modal__error {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #D9012A;
}

.modal__error svg {
  margin-left: 10px;
}

.modal__btn {
  width: 100%;
  margin-bottom: 20px;
}

.carousel__button.is-close {
  top: 15px !important;
  right: 15px !important;
  color: #999999 !important;
}

.carousel__button.is-close:focus {
  box-shadow: none !important;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.has-ajax .fancybox__content {
  padding: 0 !important;
}

.fancybox__slide.has-iframe .fancybox__content {
  height: 90%;
  max-width: 1300px;
  padding: 0 !important;
}

.intro {
  line-height: 0;
  background-color: #141414;
  min-height: 400px;
  height: calc(100vh - 340px);
  overflow: hidden;
}

.intro__container {
  display: flex;
  height: 100%;
}

.intro__list {
  height: 100%;
}

.intro__item {
  position: relative;
  height: 100%;
}

.intro__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__text-block-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.intro__text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.intro__text-block_right {
  align-items: flex-end;
}

.intro__text-block_right .intro__title {
  text-align: right;
}

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

.intro__text-block_bottom {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.intro__title {
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 85px;
  color: #141414;
}

.intro__title_white {
  color: #ffffff;
}

.intro__title_shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}

.intro__text {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.intro__text_white {
  color: #ffffff;
}

.intro__text_shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}

.slick-next {
  right: 140px !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url("../img/content/right-arrow.svg") !important;
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: rgba(204, 204, 204, 0.2) !important;
  backdrop-filter: blur(50px) !important;
  z-index: 5;
  transition: 0.35s all;
}

.slick-next:hover {
  background-color: rgba(182, 182, 182, 0.5) !important;
}

.slick-next::before {
  display: none;
}

.slick-prev {
  left: 140px !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url("../img/content/left-arrow.svg") !important;
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: rgba(204, 204, 204, 0.2) !important;
  backdrop-filter: blur(50px) !important;
  z-index: 5;
  transition: 0.35s all;
}

.slick-prev:hover {
  background-color: rgba(182, 182, 182, 0.5) !important;
}

.slick-prev::before {
  display: none;
}

.intro__list .slick-list {
  height: 100%;
}

.intro__list .slick-track {
  display: flex;
  height: 100%;
}

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

.intro__list.slick-slider {
  position: relative;
}

.intro__list.slick-slider .slick-dots {
  position: absolute;
  bottom: 40px;
}

.intro__list.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.intro__list.slick-slider .slick-dots li button {
  width: 40px;
  height: 6px;
  padding: 0 !important;
  background-color: rgba(204, 204, 204, 0.5);
  border-radius: 1px;
}

.intro__list.slick-slider .slick-dots li button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 6px;
  opacity: 1 !important;
  z-index: 5;
}

.intro__list.slick-slider .slick-dots .slick-active button::before {
  animation-name: button-bg;
  animation-duration: 3s;
  background-color: #D8303F;
}

.news__list.slick-slider,
.stock__list.slick-slider,
.slider3__list.slick-slider {
  position: relative;
}

.news__list.slick-slider .slick-dots,
.stock__list.slick-slider .slick-dots,
.slider3__list.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
}

.news__list.slick-slider .slick-dots li,
.stock__list.slick-slider .slick-dots li,
.slider3__list.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.news__list.slick-slider .slick-dots li button,
.stock__list.slick-slider .slick-dots li button,
.slider3__list.slick-slider .slick-dots li button {
  width: 40px;
  height: 6px;
  padding: 0 !important;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 1px;
}

.news__list.slick-slider .slick-dots li button::before,
.stock__list.slick-slider .slick-dots li button::before,
.slider3__list.slick-slider .slick-dots li button::before {
  display: none;
}

.news__list.slick-slider .slick-dots .slick-active button,
.stock__list.slick-slider .slick-dots .slick-active button,
.slider3__list.slick-slider .slick-dots .slick-active button {
  background-color: #D8303F;
}

.news__list.slick-slider,
.stock__list.slick-slider,
.slider3__list.slick-slider {
  margin-left: -20px;
  margin-right: -20px;
}

.news__list .slick-slide,
.stock__list .slick-slide,
.slider3__list .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.news__list .slick-next,
.stock__list .slick-next,
.slider3__list .slick-next {
  right: -60px !important;
  background-image: url("../img/content/right-arrow-bl.svg") !important;
}

.news__list .slick-prev,
.stock__list .slick-prev,
.slider3__list .slick-prev {
  left: -60px !important;
  background-image: url("../img/content/left-arrow-bl.svg") !important;
}

.news__list .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.stock__list .slick-next {
  background-image: url("../img/content/right-arrow.svg") !important;
}

.stock__list .slick-prev {
  background-image: url("../img/content/left-arrow.svg") !important;
}

.technics__img-list.slick-slider {
  position: relative;
  padding-bottom: 45px;
}

.technics__img-list.slick-slider .slick-dots {
  position: absolute;
  bottom: 0;
}

.technics__img-list.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.technics__img-list.slick-slider .slick-dots li button {
  width: 40px;
  height: 6px;
  padding: 0 !important;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 1px;
}

.technics__img-list.slick-slider .slick-dots li button::before {
  display: none;
}

.technics__img-list.slick-slider .slick-dots .slick-active button {
  background-color: #D8303F;
}

.technics__img-list .slick-next {
  top: auto;
  bottom: -35px;
  right: 0 !important;
  background-image: url("../img/content/right-arrow-bl.svg") !important;
}

.technics__img-list .slick-prev {
  top: auto;
  bottom: -35px;
  left: 0 !important;
  background-image: url("../img/content/left-arrow-bl.svg") !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@keyframes button-bg {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.type {
  padding-top: 40px;
  padding-bottom: 8px;
  background-color: #005897;
}

.type__container {
  position: relative;
}

.type__container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 620px;
  height: 81px;
  background-image: url("../img/content/develon.svg");
}

.type__list {
  display: flex;
  justify-content: flex-end;
}

.type__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14.28%;
  margin-bottom: 34px;
  z-index: 2;
}

.type__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 62px;
  background: #A0D9F6;
  transform: translateY(-50%);
}

.type__item:hover svg {
  color: #A0D9F6;
  fill: #A0D9F6;
}

.type__item:hover .type__title {
  color: #A0D9F6;
}

.type__icon-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 130px;
  height: 100px;
  margin-bottom: 20px;
}

.type__icon-block svg {
  fill: #ffffff;
  color: #ffffff;
  transition: 0.35s all;
}

.type__title {
  max-width: 134px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
  transition: 0.35s all;
}

.about {
  padding-top: 100px;
}

.about__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.about__wrap_reverse {
  flex-direction: row-reverse;
}

.about__wrap_reverse .about__text-block {
  padding-right: 0;
  padding-left: 40px;
}

.about__img-block {
  line-height: 0;
  flex-shrink: 0;
  width: 39.5%;
}

.about__img-block img {
  width: 100%;
  height: auto;
}

.about__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
}

.about__title {
  margin-bottom: 30px;
}

.about__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #141414;
}

.about__list,
.about ul {
  margin-bottom: 30px;
}

.about__list li,
.about ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #141414;
}

.about__list li::before,
.about ul li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #D8303F;
}

.about__list li:last-child,
.about ul li:last-child {
  margin-bottom: 0;
}

.link-block {
  display: flex;
}

.link-block__left {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 60px 120px 56px 200px;
  background: #adacac;
}

.link-block__left .link-block__text,
.link-block__left .link-block__title {
  color: #000000;
}

.link-block__left::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #C9CACC;
  transition: all 0.5s;
}

.link-block__left:hover::before {
  left: 100%;
}

.link-block__left svg {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  z-index: 2;
}

.link-block__right {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 60px 200px 56px 120px;
  background: #005897;
}

.link-block__right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #D8303F;
  transition: all 0.5s;
  color: #a92632;
}

.link-block__right:hover::before {
  left: 100%;
}

.link-block__right svg {
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  z-index: 2;
}

.link-block__text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

.link-block__title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}

.link-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}

.news {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news__title_link {
  transition: 0.35s all;
}

.news__title_link:hover {
  color: #D8303F;
}

.news_sp {
  padding-top: 60px;
  padding-bottom: 0;
}

.news__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: #141414;
  transition: 0.35s all;
}

.news__link:hover {
  opacity: 0.7;
}

.news__list {
  padding-bottom: 65px;
}

.news__item {
  padding: 20px 20px 40px;
  border: 1px solid transparent;
  transition: 0.35s all;
}

.news__item:hover {
  border-color: #D8303F;
}

.news__item:hover .news__caption {
  color: #D8303F;
}

.news__img {
  margin-bottom: 15px;
}

.news__img img {
  width: 100%;
  height: auto;
}

.news__date {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}

.news__caption {
  display: block;
  height: 145px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color: #141414;
  transition: 0.35s all;
}

.news__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #999999;
}

.new-products__list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.new-products__list:not(.slick-initialized) .new-products__wrapper:nth-child(n+4) {
  display: none;
}

.new-products__list .catalog__item {
  margin: 0;
}

.new-products__list .slick-slide {
  padding: 0 21px;
}

.new-products__item {
  display: flex !important;
  flex-direction: row !important;
  column-gap: 20px;
  padding: 20px;
  width: 100% !important;
  min-height: 230px;
}

.new-products__item .catalog__text-block {
  padding: 0;
  border-top: unset;
}

.new-products__item .catalog__caption {
  font-size: 18px;
}

.new-products__item .catalog__header {
  font-size: 13px;
  margin-right: 5px;
}

.new-products__item .catalog__img img {
  height: auto;
  max-width: 150px;
  max-height: 176px;
}

.stock {
  background-color: #005897;
  padding-top: 100px;
  padding-bottom: 100px;
}

.stock__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
}

.stock__title {
  color: #ffffff;
}

.stock__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: #ffffff;
  transition: 0.35s all;
}

.stock__link:hover {
  opacity: 0.7;
}

.stock__list {
  padding-bottom: 45px;
}

.stock__item {
  display: flex;
}

.stock__img {
  width: 49%;
}

.stock__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stock__text-block {
  width: 51%;
  padding-left: 40px;
}

.stock__date {
  display: block;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}

.stock__caption {
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}

.stock__text {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
}

.stock__btn {
  background-color: #D8303F;
  border-color: #D8303F;
}

.stock__btn:hover {
  color: #D8303F;
}

.breadcrumb {
  display: flex;
  margin: 0;
  padding-top: 48px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.breadcrumb li {
  margin: 0 22px 0 0;
  list-style-type: none;
}

.breadcrumb li a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.breadcrumb li {
  margin: 0 17px;
  list-style-type: none;
  position: relative;
}

.breadcrumb li:not(:last-child)::after {
  color: #999999;
  position: absolute;
  content: '>';
  right: -20px;
  top: 2px;
  font-size: 12px;
}

.technics__top-block {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.technics__title {
  max-width: 450px;
  margin-bottom: 30px;
}

.technics__title-mob {
  display: none;
}

.technics__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.technics__info-block {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.technics__text-block {
  padding-right: 70px;
}

.technics__col {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.technics__col:first-child {
  margin-left: 0;
}

.technics__col:last-child {
  margin-right: 0;
}

.technics__info-text {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

.technics__info-value {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.technics__btn-block {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.technics__btn {
  padding-left: 15px;
  padding-right: 15px;
  width: 45%;
}

.technics__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
  color: #141414;
  transition: 0.35s all;
}

.technics__link:hover {
  opacity: 0.7;
}

.technics__link svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.technics__img-block {
  flex-shrink: 0;
  width: 46%;
}

.technics__img-item img {
  max-height: 270px;
  object-fit: contain;
}

.technics__bottom-block {
  padding-bottom: 100px;
}

.technics__info-wrap {
  display: flex;
}

.technics__info-item {
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}

.technics__info-item.active {
  color: #D8303F;
  border-color: #D8303F;
}

.technics__content {
  display: none;
  padding-top: 15px;
}

.technics__content.active {
  display: block;
}

.technics__content .list_title {
  font-size: 26px;
  color: #da450d;
  padding: 60px 0 20px;
}

.technics__content table {
  position: relative;
  width: 100%;
}

.technics__content table tr th {
  text-align: left;
  letter-spacing: 0;
  font-weight: 300;
}

.technics__content table tr {
  font-size: 18px;
  border-top: solid 1px #999;
}

.technics__content table tr th:first-child,
.technics__content table tr td:first-child {
  padding-left: 5px;
}

.technics__content table tr th {
  font-weight: 700;
  letter-spacing: 0;
}

.technics__content table tr th,
.technics__content table tr td {
  padding: 20px 18px 20px 0;
  word-break: break-all;
}

.technics__content table tr th,
.technics__content table tr td {
  padding: 20px 18px 20px 0;
  word-break: break-all;
}

.technics__content-wrap h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.technics__content-wrap p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.technics__3col {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.technics__characteristic-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.technics__characteristic-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}

.technics__characteristic-text {
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.technics__characteristic-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}

.technics__desc-row {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}

.technics__desc-text {
  flex-shrink: 0;
  width: 30%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.technics__desc-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.technics__equipment-title {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.technics__equipment-block {
  border-bottom: 1px solid #999999;
}

.technics__equipment-col {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.technics__equipment-caption {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.technics__equipment-list {
  margin-bottom: 20px;
}

.technics__equipment-list li {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.technics__equipment-list li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #D8303F;
}

.stock-block {
  padding-top: 50px;
}

.stock-block__title {
  margin-bottom: 40px;
}

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

.stock-block__item {
  width: 50%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: 0.35s all;
}

.stock-block__item:hover {
  border-color: #D8303F;
}

.stock-block__item:hover .stock-block__caption {
  color: #D8303F;
}

.stock-block__img {
  line-height: 0;
  margin-bottom: 25px;
}

.stock-block__img img {
  width: 100%;
  height: auto;
}

.stock-block__date {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}

.stock-block__caption {
  display: block;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #141414;
  transition: 0.35s all;
}

.stock-block__text {
  height: 58px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #999999;
}

.pagination {
  padding-bottom: 100px;
}

.pagination__list {
  display: flex;
  justify-content: center;
}

.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #999999;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.35s all;
}

.pagination__btn:hover {
  border: 1px solid #D8303F;
}

.pagination__btn.active {
  color: #ffffff;
  background-color: #D8303F;
}

.pagination__prev,
.pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(204, 204, 204, 0.2);
  background-size: 24px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 0.35s all;
}

.pagination__prev:hover,
.pagination__next:hover {
  background: rgba(182, 182, 182, 0.5);
}

.pagination__prev {
  margin-right: 18px;
  background-image: url("../img/content/left-arrow-bl.svg") !important;
}

.pagination__next {
  margin-left: 18px;
  background-image: url("../img/content/right-arrow-bl.svg") !important;
}

.certificates {
  padding-top: 50px;
  padding-bottom: 40px;
}

.certificates__title {
  margin-bottom: 40px;
}

.certificates__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.certificates__item {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 60px;
}

.certificates__img {
  line-height: 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.certificates__img img {
  width: 100%;
  height: auto;
}

.certificates__caption {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.catalog {
  padding-top: 50px;
}

.catalog__btn {
  display: flex;
  justify-content: center;
}

.catalog__price {
  font-weight: 600;
  margin: 20px 0;
}

.catalog__title {
  margin-bottom: 40px;
}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.catalog__item {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
  border: 1px solid #CCCCCC;
  transition: 0.35s all;
  display: flex;
  flex-direction: column;
}

.catalog__item:hover {
  border-color: #D8303F;
}

.catalog__item:hover .catalog__caption {
  color: #D8303F;
}

.catalog__img {
  line-height: 0;
}

.catalog__img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.catalog__text-block {
  padding: 30px;
  border-top: 1px solid #CCCCCC;
  flex: auto;
}

.catalog__text {
  display: block;
  margin-bottom: 2px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
}

.catalog__caption {
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  color: #141414;
  transition: 0.35s all;
}

.catalog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.catalog__row-btn {
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
}

.catalog__header {
  max-width: 171px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  text-transform: uppercase;
}

.catalog__value {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #141414;
  text-align: right;
}

.catalog__seo-text {
  padding: 30px 0;
}

.catalog__seo-text p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 30px;
}

.catalog__seo-text h2 {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 30px;
}

.catalog__seo-text:first-child {
  padding-top: 0;
}

.catalog__body {
  display: flex;
}

.catalog__body-left {
  min-width: 300px;
  margin-right: 30px;
}

.catalog__body-right {
  width: 100%;
}

.catalog__sidebar {
  position: sticky;
  top: 130px;
  border: 1px solid #ccc;
  padding: 20px;
}

.catalog__sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px 14px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}

.catalog__sidebar-row:hover {
  background-color: #fcfcfc;
}

.catalog__sidebar-row.is-child {
  padding-left: 20px;
  font-weight: 400;
}

.catalog__sidebar-row.is-active {
  background-color: #F5F5F5;
  color: #D8303F;
  font-weight: 600;
}

.catalog__sidebar-row.is-active .catalog__sidebar-name,
.catalog__sidebar-row.is-active .catalog__sidebar-count {
  color: #D8303F;
  font-weight: 600;
}

.catalog__sidebar-name {
  color: #141414;
}

.catalog__sidebar-count {
  margin-left: 15px;
  color: #999999;
  font-weight: 400;
}

.spec-catalog {
  padding-top: 50px;
  margin-bottom: 110px;
}

.spec-catalog__title {
  margin-bottom: 40px;
}

.spec-catalog__seo-text {
  padding: 30px 0;
}

.spec-catalog__seo-text p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 30px;
}

.spec-catalog__seo-text h2 {
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 30px;
}

.spec-catalog__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.spec-catalog__item {
  border: 1px solid #CCCCCC;
  transition: 0.35s all;
  display: flex;
}

.spec-catalog__item:hover {
  border-color: #D8303F;
}

.spec-catalog__single-img {
  display: block;
}

.spec-catalog__img.brazzers-daddy img,
.spec-catalog__img img {
  width: 515px;
  height: 305px;
  object-fit: cover;
}

.spec-catalog__text-block {
  padding: 20px 40px 20px 40px;
  width: 40%;
}

.spec-catalog__text {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.spec-catalog__caption {
  color: #141414;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.spec-catalog__inner-text {
  margin-top: 20px;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  grid-gap: 25px 40px;
}

.spec-catalog__row {
  display: flex;
  flex-direction: column;
}

.spec-catalog__value {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}

.spec-catalog__header {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.spec-catalog__row-btn {
  padding: 30px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

.spec-catalog__row-btn .button,
.spec-catalog__row-btn .button_grey {
  width: 310px;
}

.spec-catalog__form-btn {
  height: 55px;
}

.spec-catalog__filter {
  position: relative;
}

.spec-catalog__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 310px;
  grid-gap: 19px;
  margin-bottom: 60px;
  padding-right: 30px;
}

.spec-catalog__form select {
  height: 55px;
}

.spec-catalog__btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec-catalog .select2-container .select2-search--inline .select2-search__field {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.spec-catalog .select2-container--default .select2-selection--multiple {
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 0;
  padding: 12px 15px;
  height: 55px;
  overflow: hidden;
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  font-size: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  border: none;
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-right: 0;
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-selection__choice__display {
  padding-left: 3px;
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-selection__choice:before {
  content: ',';
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spec-catalog .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 1px;
}

.spec-catalog .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}

.select2-results__options .select2-results__option {
  position: relative;
  padding: 15px 12px;
  color: #141414;
  font-size: 14px;
}

.select2-results__options .select2-results__option:hover {
  color: #141414;
}

.select2-results__options .select2-results__option--highlighted {
  color: #141414;
}

.select2-results__options .select2-results__option--selected {
  padding: 15px 12px 15px 37px;
  background-color: transparent;
}

.select2-results__options .select2-results__option--selected:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDdMMTEuNDU0NSAxN0w2IDExLjI4NTciIHN0cm9rZT0iIzE0MTQxNCIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  position: absolute;
  width: 37px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider3 {
  padding-bottom: 100px;
}

.slider3__list {
  padding-bottom: 55px;
}

.slider3__img {
  cursor: pointer;
}

.slider3__img img {
  width: 100%;
  height: auto;
}

.stock-inner {
  padding-top: 50px;
  padding-bottom: 100px;
}

.stock-inner video {
  width: 100%;
  max-width: 750px;
  height: auto;
}

.stock-inner__container {
  display: flex;
}

.stock-inner__catalog {
  padding-top: 50px;
}

.stock-inner__catalog-title {
  margin-bottom: 40px;
}

.stock-inner__catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.stock-inner__catalog-item {
  width: 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 40px;
  border: 1px solid #CCCCCC;
  transition: 0.35s all;
}

.stock-inner__catalog-item:hover {
  border-color: #D8303F;
}

.stock-inner__catalog-item:hover .stock-inner__catalog-caption {
  color: #D8303F;
}

.stock-inner__catalog-img {
  display: block;
  line-height: 0;
  height: 390px;
}

.stock-inner__catalog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stock-inner__catalog-text-block {
  padding: 30px;
  border-top: 1px solid #CCCCCC;
}

.stock-inner__catalog-text {
  display: block;
  margin-bottom: 2px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
}

.stock-inner__catalog-caption {
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  color: #141414;
  transition: 0.35s all;
}

.stock-inner__catalog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-inner__catalog-row + .stock-inner__catalog-row {
  margin-top: 17px;
}

.stock-inner__catalog-row_link {
  margin-top: 17px;
}

.stock-inner__catalog-header {
  max-width: 171px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  text-transform: uppercase;
}

.stock-inner__catalog-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #141414;
  text-align: right;
}

.stock-inner__catalog-value_price {
  font-weight: 600;
  font-size: 20px;
  line-height: 133%;
  color: #D8303F;
  white-space: nowrap;
}

.stock-inner__catalog-link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  text-decoration-line: underline;
  color: #D8303F;
  cursor: pointer;
}

.stock-inner__catalog-link svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.stock-inner__text-block {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}

.stock-inner__img-block {
  width: 46%;
  flex-shrink: 0;
  line-height: 0;
}

.stock-inner__img-block img {
  width: 100%;
  height: auto;
}

.stock-inner__img-block-sm {
  display: none;
  line-height: 0;
}

.stock-inner__img-block-sm img {
  width: 100%;
  height: auto;
}

.stock-inner__date {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.stock-inner__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.stock-inner__caption {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.stock-inner__text {
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}

.stock-inner__text a {
  color: inherit;
  text-decoration: underline;
}

.stock-inner__text a:hover {
  opacity: 0.7;
}

.services {
  padding-top: 50px;
  padding-bottom: 100px;
}

.services__wrap {
  display: flex;
  margin-bottom: 40px;
}

.services__wrap_reverse {
  flex-direction: row-reverse;
}

.services__wrap_reverse .services__text-block {
  padding-right: 0;
  padding-left: 40px;
}

.services__img-block {
  line-height: 0;
  flex-shrink: 0;
  width: 48.5%;
}

.services__img-block img {
  width: 100%;
  height: auto;
}

.services__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
}

.services__title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.services__text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #141414;
}

.services__caption {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.services__list {
  margin-bottom: 30px;
}

.services__list li {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #141414;
}

.services__list li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #D8303F;
}

.services__list li:last-child {
  margin-bottom: 0;
}

.services__list-number {
  margin-bottom: 10px;
}

.services__list-number li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.services__list-number span {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #D8303F;
}

.services__schedule {
  padding-top: 10px;
}

.services__schedule-table {
  width: 100%;
}

.services__schedule-header-row {
  position: sticky;
  top: 100px;
  display: flex;
  background-color: #fdefe7;
}

.services__schedule-header-row .services__schedule-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.services__col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 109px;
  height: 62px;
  padding: 9px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.services__col p {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.services__schedule-value-row {
  width: 100%;
  display: flex;
  padding-right: 20px;
  border-bottom: 1px solid #CCCCCC;
}

.services__schedule-value-row .services__schedule-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.services__schedule-value-row .services__schedule-title b {
  color: #D8303F;
  margin-right: 22px;
}

.services__schedule-value-row .services__col {
  padding-left: 30px;
}

.services__check {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D8303F;
}

.to-1-1 {
  width: 40% !important;
}

.img-block {
  padding-bottom: 100px;
}

.img-block img {
  width: 100%;
  height: auto;
}

.modal {
  width: 100%;
  max-width: 600px;
  width: 100%;
  padding: 50px 75px !important;
}

.modal__title {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: #000000;
  text-align: center;
}

.modal__modal-block {
  position: relative;
  margin-bottom: 20px;
}

.modal__modal-block.error .modal__error {
  display: flex;
}

.modal__error {
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #D9012A;
}

.modal__error svg {
  margin-left: 10px;
}

.modal__btn {
  width: 100%;
  margin-bottom: 20px;
}

.carousel__button.is-close {
  top: 15px !important;
  right: 15px !important;
  color: #999999 !important;
}

.carousel__button.is-close:focus {
  box-shadow: none !important;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.has-ajax .fancybox__content {
  padding: 0 !important;
}

.fancybox__slide.has-iframe .fancybox__content {
  height: 90%;
  max-width: 1300px;
  padding: 0 !important;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked + label {
  position: relative;
}

.checkbox__input:checked + label::before {
  background-color: #D8303F;
}

.checkbox__input:checked + label::after {
  flex-shrink: 0;
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("../img/content/check.svg");
  background-size: 12px 9px;
}

.checkbox__label {
  display: flex;
  font-family: "plain", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  cursor: pointer;
}

.checkbox__label a {
  color: #141414;
  transition: 0.35s all;
}

.checkbox__label a:hover {
  text-decoration: underline;
}

.checkbox__label::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #D8303F;
}

.textarea {
  width: 100%;
  padding: 12px 15px 17px 15px;
  font-family: "plain", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  resize: none;
  color: #D8303F;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: transparent;
  transition: 0.35s all;
}

.textarea::placeholder {
  color: #272727;
}

.textarea.not-empty {
  border-color: #D8303F;
}

.textarea.error {
  background: linear-gradient(0deg, rgba(217, 1, 42, 0.05), rgba(217, 1, 42, 0.05)), #FFFFFF;
  border-color: #D9012A;
}

.textarea:hover,
.textarea:focus {
  border-color: #D8303F;
}

.contacts {
  padding-top: 50px;
  padding-bottom: 100px;
}

.contacts__title {
  margin-bottom: 30px;
}

.contacts__wrap {
  display: flex;
  height: 772px;
}

.contacts__map {
  width: 63.2%;
  background-color: lightblue;
}

.contacts__info-block {
  width: 36.8%;
  flex-shrink: 0;
  padding-left: 40px;
  overflow-y: hidden;
}

.contacts__filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contacts__filters-item {
  width: 100%;
}

.contacts__info-list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding-right: 3px;
  padding-bottom: 80px;
}

.contacts__info-list::-webkit-scrollbar {
  width: 5px;
}

.contacts__info-list::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}

.contacts__info-list::-webkit-scrollbar-thumb {
  background-color: #999999;
}

.contacts__info-item {
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  transition: 0.35s all;
}

.contacts__info-item:hover {
  border-color: #D8303F;
}

.contacts__info-item:hover .contacts__caption {
  color: #D8303F;
}

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

.contacts__caption {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  transition: 0.35s all;
}

.contacts__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.contacts__text {
  width: 34%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

.contacts__text-title {
  width: 100% !important;
  font-weight: 700;
  color: #141414;
}

.contacts__value {
  width: 66%;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #141414;
}

.contacts__btn {
  width: 100%;
}

.contacts__btn-block {
  display: none;
  margin-top: 20px;
}

.contacts__btn-more {
  width: 100%;
}

.select {
  border: 1px solid #CCCCCC;
}

.select.selected {
  border: 1px solid #D8303F;
}

.select.selected .vs__selected {
  color: #D8303F !important;
}

.select.vs--open .vs__open-indicator {
  fill: #280047;
}

.select.hasvalue {
  background: #ffffff;
  border: 1px solid #4A5568;
}

.select.hasvalue .vs__open-indicator {
  fill: #280047;
}

.select .vs__dropdown-toggle {
  padding: 0;
  border: none;
  background: #ffffff;
  border-radius: 10px;
}

.select .vs__selected-options {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 0 12px 12px !important;
  flex-wrap: wrap;
  width: auto;
  overflow: hidden;
}

.select .vs__selected {
  max-width: 100%;
  flex-shrink: 0;
  display: inline-block;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  font-family: "plain", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #141414 !important;
  opacity: 1 !important;
}

.select .vs__selected + .vs__search {
  display: none;
}

.select .vs__search {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "plain", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px !important;
  color: #141414 !important;
  border: none !important;
}

.select .vs__actions {
  padding-top: 0;
  padding-right: 15px;
}

.select .vs__actions svg {
  transform: scale(0.8) !important;
}

.select .vs__open-indicator {
  fill: #280047;
}

.select .vs__clear {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin-top: 3px;
  margin-right: 0 !important;
  transform: scale(1.1) !important;
}

.select .vs__clear svg {
  width: 12px;
  height: 12px;
  transform: scale(1) !important;
}

.select .vs__clear path {
  fill: #D8303F;
}

.select .vs__dropdown-menu {
  top: calc(100% + 3px);
  min-width: auto !important;
  padding: 0;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  border: none;
}

.select .vs__dropdown-option {
  position: relative;
  padding: 15px 12px;
  font-family: "plain", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #272727;
  white-space: normal;
  transition: 0.35s all;
}

.select .vs__dropdown-option--highlight {
  background-color: #CCCCCC !important;
}

.select .vs__deselect {
  display: none;
}

.select.error {
  border-color: #b91b23;
}

.select-table {
  width: 100px;
}

.select-table .vs__dropdown-toggle {
  padding: 0 !important;
  border: 1px solid transparent;
}

.select-table .vs__open-indicator {
  fill: #141414;
}

.select-table .vs__selected + .vs__search {
  display: none;
}

.select-table .vs__selected {
  margin: 0 !important;
  padding: 0 !important;
}

.select-table .vs__selected-options {
  height: 46px !important;
}

.select-table__selected-option {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #141414;
}

.select-table__selected-option span {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.select-table__option {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.select-table .vs__dropdown-menu {
  top: calc(100% + 5px);
  width: 120px !important;
  min-width: auto;
  padding: 0 !important;
}

.select-table .vs__dropdown-option {
  padding: 5px 10px;
}

.select-table .vs__dropdown-option--highlight {
  color: #141414;
  background-color: #CCCCCC !important;
}

.page-404 {
  padding-top: 242px;
  padding-bottom: 208px;
}

.page-404__container {
  display: flex;
  justify-content: space-between;
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-404__text-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.page-404__title {
  max-width: 604px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  color: #141414;
}

.page-404__btn {
  padding-left: 73px;
  padding-right: 73px;
}

.page-404__btn svg {
  position: relative;
  top: 2px;
}

.vacancies {
  padding: 48px 0 100px;
  line-height: 1.2;
}

.vacancies__heading {
  padding-bottom: 36px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 60px;
}

.vacancies__title {
  font-size: 38px;
  margin-bottom: 34px;
}

.vacancies__available {
  padding-left: 23px;
  position: relative;
  font-size: 18px;
}

.vacancies__available::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D8303F;
}

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

.vacancies__body {
  width: 75.5%;
}

.vacancies__filter {
  width: 20%;
}

.vacancies__filter-button {
  display: none;
  margin-bottom: 30px;
}

.vacancies__filter-button svg {
  flex-shrink: 0;
  margin: 0;
  margin-right: 9px;
  stroke: #ffffff;
  stroke-width: 1.5px;
  transition: all .35s;
}

.vacancies__filter-button:hover svg {
  stroke: #D8303F;
}

.vacancies__filter-form-button {
  display: none;
}

.vacancies__filter-block-back {
  display: none;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 31px;
}

.vacancies__filter-block-back svg {
  width: 9px;
  height: 15px;
  margin-right: 8px;
}

.vacancies__filter-group:not(:last-child) {
  margin-bottom: 51px;
}

.vacancies__filter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}

.vacancies__filter-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vacancies__filter .label-pick:not(:last-child) {
  margin-bottom: 20px;
}

.vacancies__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 29px 30px;
  border: 1px solid #CCCCCC;
  transition: border-color .35s;
}

.vacancies__card-nav {
  width: 100%;
  color: #000;
}

.vacancies__cards #eFiltr_results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.vacancies__card:hover {
  border-color: #D8303F;
}

.vacancies__card-date {
  font-size: 16px;
  color: #999999;
  margin-bottom: 24px;
}

.vacancies__card-title {
  width: 75%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 20px;
}

.vacancies__card-price {
  font-size: 20px;
  color: #D8303F;
  margin-bottom: 10px;
}

.vacancies__card-company {
  font-size: 18px;
  color: #999999;
  margin-bottom: 24px;
}

.vacancies__card-info {
  display: flex;
  font-size: 16px;
}

.vacancies__card-info:not(:last-child) {
  margin-bottom: 10px;
}

.vacancies__card-info.vacancies__card-address {
  margin-top: auto;
}

.vacancies__card-info.vacancies__card-experience {
  margin-bottom: 29px;
}

.vacancies__card-info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vacancies__card-info-icon img {
  width: 100%;
}

.vacancies__card-button {
  height: 55px;
  padding: 0 53px;
  line-height: 1;
}

.label-pick {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.label-pick input:checked ~ .label-pick__box {
  background-color: #D8303F;
}

.label-pick input:checked ~ .label-pick__box::after {
  opacity: 1;
}

.label-pick__box {
  width: 22px;
  height: 22px;
  border: 1px solid #D8303F;
  flex-shrink: 0;
  margin-right: 14px;
  position: relative;
  transition: background-color .3s;
}

.label-pick__box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 9px;
  opacity: 0;
  background: url(../img/content/check.svg) 50% 50%/contain no-repeat;
  transition: opacity .3s;
}

.label-pick__text {
  font-size: 14px;
}

.label-pick_radio .label-pick__box {
  border-radius: 50%;
}

.label-pick_radio .label-pick__box::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.vacancy {
  padding: 52px 0 100px;
  line-height: 1.2;
}

.vacancy__heading {
  margin-bottom: 73px;
}

.vacancy__company {
  font-size: 18px;
  color: #999999;
  margin-bottom: 8px;
}

.vacancy__title {
  margin-bottom: 25px;
}

.vacancy__price {
  font-size: 30px;
  font-weight: 600;
  color: #D8303F;
  margin-bottom: 30px;
}

.vacancy__info {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.vacancy__info__group {
  margin-bottom: 21px;
}

.vacancy__info:not(:last-child) {
  margin-bottom: 16px;
}

.vacancy__info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.vacancy__info-icon img {
  width: 100%;
}

.vacancy__employment {
  font-size: 16px;
  margin-bottom: 28px;
}

.vacancy__button {
  height: 55px;
  padding: 0 53px;
  line-height: 1;
}

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

.vacancy__body {
  width: 49.5%;
}

.vacancy__group:not(:last-child) {
  margin-bottom: 38px;
}

.vacancy__group-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}

.vacancy__list {
  padding-left: 17px;
}

.vacancy__list li {
  font-size: 18px;
  line-height: 1.61;
  position: relative;
}

.vacancy__list li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D8303F;
}

.vacancy__list li:not(:last-child) {
  margin-bottom: 20px;
}

.vacancy__contacts {
  width: 46.3%;
}

.vacancy__contacts-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 31px;
}

.vacancy__contacts-item {
  padding: 22px 20px 20px;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color .3s;
}

.vacancy__contacts-item:hover {
  border-color: #D8303F;
}

.vacancy__contacts-item:not(:last-child) {
  margin-bottom: 30px;
}

.vacancy__contacts-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #D8303F;
  margin-bottom: 16px;
}

.vacancy__contacts-item-elem {
  display: flex;
  font-size: 16px;
  color: inherit;
}

.vacancy__contacts-item-elem:not(:last-child) {
  margin-bottom: 10px;
}

.vacancy__contacts-item-elem img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.partners {
  padding-top: 50px;
  padding-bottom: 120px;
}

.partners__title {
  margin-bottom: 40px;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.partners__item {
  border: 1px solid #dedede;
  transition: 0.5s;
}

.partners__item:hover {
  transform: scale(1.01);
  box-shadow: 3px 3px 0 0 #e35b0a;
}

.partners__img {
  display: block;
  width: 100%;
  height: auto;
}

.partners__caption {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.delivery__h2 {
  color: #141414;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  /* 34.8px */
  max-width: 390px;
  margin-bottom: 50px;
}

.delivery__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 30px;
}

.delivery__intro-left {
  flex: 1;
}

.delivery__title {
  margin-bottom: 30px;
}

.delivery__intro-img {
  width: 57%;
}

.delivery__intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery__intro-text {
  margin-bottom: 40px;
  padding-right: 120px;
}

.delivery__intro-text p {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.delivery__how {
  background-color: #F6F6F6;
  box-shadow: 0 0 0 100vmax #F6F6F6;
  clip-path: inset(0 -100vmax);
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.delivery__how-list {
  width: 57%;
}

.delivery__how-item {
  background-color: #ffffff;
  padding: 17px 12px;
  display: flex;
  gap: 20px;
}

.delivery__how-item + .delivery__how-item {
  margin-top: 20px;
}

.delivery__how-item-icon {
  background-image: linear-gradient(61deg, #FF8723 -8.94%, #FFBB5C 176.56%);
  width: 87px;
  min-width: 87px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery__how-item-text {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 670px;
}

.delivery__how-item-title {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 7px;
}

.delivery__control {
  margin-bottom: 120px;
}

.delivery__control-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin-bottom: 70px;
}

.delivery__control-item p {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.delivery__control-item p + p {
  margin-top: 10px !important;
}

.delivery__control-item p span {
  color: #D8303F;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
}

.delivery__control-text {
  background-color: rgba(255, 135, 35, 0.1);
  padding: 22px;
}

.delivery__control-text p {
  color: #FF8723;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.faq {
  margin: 100px 0;
  color: #141414;
}

.faq__wrap {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.faq__title {
  flex-shrink: 0;
  width: 39.5%;
}

.faq__items {
  border-top: 1px solid #cccccc;
}

.faq__text-block {
  width: 60.5%;
}

.faq__item {
  padding: 16px 15px 0px 0;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.faq__item-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 16px;
}

.faq__item-question:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/svg/chevron-down.svg") center no-repeat #D8303F;
  transition: all 0.5s;
  background-size: 20px;
  flex: none;
}

.open-faq .faq__item-question:after {
  background-color: #141414;
  transform: rotate(-180deg);
}

.faq__item-question:hover:after {
  background-color: #141414;
}

.faq__item-answer {
  display: none;
  padding-bottom: 16px;
}

.faq__item.open-faq .faq__item-answer {
  display: block;
}

.timer-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #C9CACC;
  overflow-x: hidden;
}

.timer-form-container {
  display: flex;
}

.timer-form-block {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

.timer-form-block__title {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.timer-form-block__title_mobile {
  display: none;
}

.timer-form-block__right .boocking__text {
  color: #000000;
}

.timer-form-block__right .svg-load {
  background-color: transparent;
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
}

.timer-form-block__text {
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  color: #000000;
}

.timer-form-block__row {
  display: flex;
  margin-bottom: 12px;
}

.timer-form-block__input {
  background-color: #ffffff;
}

.timer-form-block__input-block {
  width: 305px;
  margin-right: 10px;
}

.timer-form-block__button {
  flex-shrink: 0;
  width: fit-content;
  max-width: 300px;
}

.timer-form-block .checkbox__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.timer-form-block .checkbox__label a,
.timer-form-block .checkbox__label span {
  color: #000000;
}

.countdown {
  display: flex;
  opacity: 0;
}

.countdown.ready {
  opacity: 1;
}

.countdown__item {
  width: 76px;
}

.countdown__item:first-child {
  position: relative;
  width: 96px;
  padding-right: 20px;
  margin-right: 20px;
}

.countdown__item:first-child::before {
  position: absolute;
  top: 19px;
  right: 0;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #000000;
}

.countdown__block {
  font-size: 64px;
  font-weight: 700;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  line-height: 100%;
}

.countdown__block span {
  margin-top: -5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
}

.countdown__separator {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
  color: #000000;
}

.search-form {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: rgba(20, 20, 20, 0.75);
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  justify-content: center;
  align-items: center;
}

.search-form.open {
  display: flex;
}

.search-form__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px;
  gap: 10px;
  box-sizing: border-box;
}

.search-form__button-close {
  padding: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.search-form__button-close:hover svg path {
  stroke: #D8303F;
}

.search-form__button-close svg {
  display: block;
  width: 17px;
  height: 17px;
  transition: 0.4s;
}

.search-form__button-close svg path {
  stroke: #ffffff;
}

.search-form__input {
  background-color: #ffffff;
  width: 30vw;
  min-width: 280px;
  min-height: 56px;
}

.search-form__submit {
  min-height: 56px;
}

.search-results h2 {
  color: #141414;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 60px;
}

.search-results__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.search-results__list_news {
  grid-template-columns: repeat(4, 1fr);
}

.search-results__list .catalog__item {
  width: 100%;
  margin: 0;
}

.search-results__list .catalog__item:nth-child(n+4) {
  display: none;
}

.search-results__list .news__item {
  padding: 0;
  border: none;
}

.search-results__list .news__item:nth-child(n+5) {
  display: none;
}

.search-results__list .news__item img {
  max-height: 145px;
  object-fit: cover;
}

.search-results__list .news__item:hover {
  border: none;
}

.search-results__list .news__item .news__caption {
  color: #141414;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
  height: auto;
  max-height: 100% !important;
}

.search-results__list.open .news__item:nth-child(n+5) {
  display: block;
}

.search-results__list.open .catalog__item:nth-child(n+4) {
  display: block;
}

.search-results__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  gap: 20px;
}

.search-results__top-text {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}

.search-results__top-text .orange {
  color: #D8303F;
}

.search-results__form {
  display: flex;
  gap: 10px;
  min-width: 50%;
}

.search-results__form label {
  flex: 1;
}

.search-results__input {
  min-height: 57px;
}

.search-results__wrap-list {
  margin-bottom: 60px;
}

.search-results__show-more {
  margin: 40px auto 0;
  display: block;
}

.search-results__show-more.hide {
  display: none;
}

@media (min-width: 768px) {
  .header__search:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1740px) {
  .news__list.slick-slider,
  .stock__list.slick-slider,
  .slider3__list.slick-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .news__list .slick-next,
  .stock__list .slick-next,
  .slider3__list .slick-next {
    right: -40px !important;
  }

  .news__list .slick-prev,
  .stock__list .slick-prev,
  .slider3__list .slick-prev {
    left: -40px !important;
  }
}

@media (max-width: 1700px) {
  .slick-next {
    right: 50px !important;
  }

  .slick-prev {
    left: 50px !important;
  }
}

@media (max-width: 1650px) {
  .link-block__left {
    padding-left: 120px;
  }
}

@media (max-width: 1600px) {
  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news_sp {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .news__caption {
    font-size: 24px;
  }

  .stock {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 1550px) {
  .link-block__right {
    padding-right: 120px;
  }
}

@media (max-width: 1520px) {
  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    width: 410px;
  }
}

@media (max-width: 1500px) {
  .header__link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .header__logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .header__btn-call {
    margin-left: 20px;
    font-size: 15px;
  }

  .header__submenu-container {
    padding-left: 15px;
  }

  .header__social {
    margin-left: 2px;
    margin-right: 2px;
  }

  .link-block__left {
    padding-left: 70px;
    padding-right: 70px;
  }

  .link-block__right {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1400px) {
  .header__phone {
    font-size: 14px;
  }

  .stock-inner {
    padding-bottom: 60px;
  }

  .services {
    padding-bottom: 60px;
  }

  .contacts {
    padding-bottom: 60px;
  }
}

@media (max-width: 1380px) {
  .spec-catalog__inner-text {
    grid-gap: 20px 30px;
  }

  .spec-catalog__value {
    font-size: 15px;
  }

  .spec-catalog__header {
    font-size: 13px;
  }

  .delivery__control-list {
    gap: 40px;
  }
}

@media (max-width: 1370px) {
  .contacts__map {
    width: auto;
    flex-grow: 1;
  }

  .contacts__info-block {
    width: 460px;
    padding-left: 20px;
  }

  .contacts__info-item {
    padding: 15px;
  }
}

@media (max-width: 1360px) {
  .header__nav {
    margin: 0 auto;
  }

  .header__wrap {
    grid-template-columns: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    justify-items: flex-end;
  }

  .header__btn-call {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    margin-left: 0;
    margin-top: 0;
    color: #ffffff;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    font-weight: 500;
    background-image: none;
    text-transform: initial;
    transition: opacity 0.3s;
  }

  .header__btn-call:hover {
    opacity: 0.8;
    background-color: transparent;
    box-shadow: none;
  }

  .header__links-social {
    margin: 0 15px;
  }

  .header__buttons-wrap {
    flex-direction: row-reverse;
  }

  .header__search {
    padding: 10px;
    background-color: transparent;
  }

  .header__search .tooltip-text:before {
    left: 80%;
  }

  .header__search svg {
    stroke: #ffffff;
  }

  .header__search:hover {
    background-color: transparent;
  }

  .header__search_mobile {
    display: block;
  }

  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    width: 400px;
    height: 300px;
  }

  .spec-catalog__text-block {
    padding: 20px;
  }

  .spec-catalog__row-btn {
    padding: 20px;
  }

  .spec-catalog__row-btn .button,
  .spec-catalog__row-btn .button_grey {
    width: 270px;
  }

  .spec-catalog__form {
    grid-template-columns: repeat(4, 1fr) 270px;
  }

  .spec-catalog__form {
    padding-right: 20px;
  }
}

@media (max-width: 1350px) {
  .services__col {
    width: 90px;
  }
}

@media (max-width: 1340px) {
  .intro {
    height: calc(100vh - 80px - 230px);
  }

  .type__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .type__item {
    width: 20%;
  }

  .services__schedule-header-row {
    top: 80px;
  }
}

@media (max-width: 1300px) {
  .about {
    padding-top: 60px;
  }

  .about__wrap {
    margin-bottom: 50px;
  }

  .about__wrap_reverse .about__text-block {
    padding-left: 20px;
  }

  .about__text-block {
    padding-right: 20px;
  }

  .technics__top-block {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .technics__text-block {
    padding-right: 30px;
  }

  .technics__btn {
    margin-top: 15px;
    width: 100%;
  }

  .technics__bottom-block {
    padding-bottom: 60px;
  }

  .catalog__text-block {
    padding: 15px 15px 0;
  }

  .catalog__row-btn {
    flex-direction: column;
    align-items: center;
    padding: 0 15px 30px 15px;
  }

  .stock-inner__catalog-text-block {
    padding: 15px;
  }

  .services__wrap_reverse .services__text-block {
    padding-left: 20px;
  }

  .services__text-block {
    padding-right: 20px;
  }

  .vacancies__cards #eFiltr_results {
    grid-gap: 15px;
  }

  .faq {
    margin: 60px 0;
  }
}

@media (max-width: 1280px) {
  .catalog__body-left {
    display: none;
  }

  .spec-catalog__form {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
  }
}

@media (max-width: 1250px) {
  .header__logo-link {
    margin-right: 10px;
  }

  .header__logo-link img {
    width: 100px;
    height: auto;
  }

  .header__nav {
    margin-left: 0;
  }

  .header__submenu-link {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .intro__text-block {
    padding-top: 70px;
  }

  .intro__text-block_bottom {
    padding-bottom: 70px;
  }

  .link-block__left {
    padding: 40px;
  }

  .link-block__right {
    padding: 40px;
  }

  .spec-catalog__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .spec-catalog__item {
    flex-direction: column;
    width: calc(50% - 12px);
  }

  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    width: 100%;
  }

  .spec-catalog__text-block {
    width: 100%;
  }

  .spec-catalog__inner-text {
    grid-template-columns: max-content max-content;
  }

  .spec-catalog__row-btn {
    margin-top: auto;
    margin-left: 0;
  }

  .spec-catalog__row-btn .button,
  .spec-catalog__row-btn .button_grey {
    width: 100%;
  }

  .stock-inner__catalog-item {
    width: 48%;
  }

  .services__schedule-header-row .services__schedule-title {
    padding-left: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .services__col {
    font-size: 14px;
    line-height: 26px;
  }

  .services__col p {
    font-size: 12px;
    line-height: 16px;
  }

  .services__schedule-value-row .services__schedule-title {
    font-size: 12px;
    line-height: 15px;
    padding-left: 15px;
  }

  .services__schedule-value-row .services__schedule-title b {
    margin-right: 10px;
  }

  .contacts__wrap {
    height: 674px;
  }

  .contacts__caption {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
  }

  .contacts__text {
    font-size: 12px;
    line-height: 15px;
  }

  .contacts__value {
    font-size: 14px;
    line-height: 22px;
  }

  .delivery__intro-img {
    width: 50%;
  }

  .delivery__how {
    flex-direction: column;
  }

  .delivery__how-list {
    width: 100%;
  }

  .delivery__how-item-text {
    max-width: 100%;
  }

  .search-results__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .search-results__list_news {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) and (max-width: 1023px) {
  .delivery__intro-img {
    width: 100%;
  }
}

@media (max-width: 1170px) {
  .page-404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-404__img-block {
    max-width: 400px;
  }

  .page-404__img-block svg {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1150px) {
  .header__link {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 1140px) {
  .about__wrap {
    align-items: flex-start;
  }
}

@media (max-width: 1100px) {
  .intro {
    height: calc(100vh - 65px - 230px);
  }

  .services__schedule-header-row {
    top: 65px;
  }

  .services__col {
    width: 73px;
  }

  .timer-form-container {
    justify-content: center;
  }

  .timer-form-block {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
  }

  .timer-form-block__title {
    display: none;
  }

  .timer-form-block__title_mobile {
    display: block;
    font-size: 22px;
  }

  .timer-form-block__right {
    margin-top: 24px;
    width: 100%;
  }

  .timer-form-block__text {
    display: none;
  }

  .timer-form-block__row {
    flex-direction: column;
  }

  .timer-form-block__input {
    min-height: 56px;
  }

  .timer-form-block__input-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .timer-form-block__button {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .to-1-1 {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px;
    padding: 0 15px;
  }

  .footer__adress {
    max-width: 235px;
  }

  .header_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #5b5b5b;
  }

  .header_open .header__mobile-menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding-bottom: 40px;
    background-color: #005897;
    overflow-y: auto;
  }

  .header_open .header__mobile-menu.open-submenu .header__link {
    display: none;
  }

  .header_open .header__mobile-menu.open-submenu .header__btn-mob {
    display: none;
  }

  .header_open .header__mobile-menu.open-submenu .header__wrap-link {
    display: none;
  }

  .header_open .header__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 18px 0;
    border-bottom: 1px solid #999999;
  }

  .header_open .header__wrap-link.open-submenu {
    display: block !important;
  }

  .header_open .header__wrap-link.open-submenu .header__submenu {
    display: block;
  }

  .header_open .header__wrap-link.open-submenu .header__link {
    display: block;
  }

  .header_open .header__wrap-link.open-submenu .header__link span {
    display: none;
  }

  .header_open .header__wrap-link.open-submenu .header__link svg {
    transform: rotate(180deg);
  }

  .header_open .header__mobile-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .header_open .header__icon-close {
    display: block;
  }

  .header_open .header__icon-burger {
    display: none;
  }

  .header_open .header__btn-mob {
    width: 100%;
    margin-top: 18px;
    background-color: #D8303F;
    border-color: #D8303F;
  }

  .header_open .header__btn-mob:hover {
    color: #D8303F;
    background-color: #ffffff;
  }

  .header__rigth-block {
    justify-content: flex-end;
  }

  .header__logo-link img {
    width: 90px;
  }

  .header__nav {
    display: none;
  }

  .header__link:hover::before {
    background-color: transparent;
  }

  .header__wrap {
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
  }

  .header__phone {
    margin-bottom: 0;
  }

  .header__btn-call {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .header__btn {
    display: flex;
    margin-top: auto;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
  }

  .header__links-social {
    display: flex;
    margin-left: auto;
  }

  .title {
    font-size: 30px;
    line-height: 30px;
  }

  .input {
    font-size: 14px;
    line-height: 22px;
  }

  .intro {
    height: calc(100vh - 104px - 210px);
  }

  .intro__title {
    font-size: 50px;
    line-height: 60px;
  }

  .intro__text {
    font-size: 26px;
    line-height: 32px;
  }

  .news__list.slick-slider,
  .stock__list.slick-slider,
  .slider3__list.slick-slider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .technics__img-list.slick-slider {
    padding-bottom: 15px;
  }

  .type__item {
    width: 25%;
  }

  .about p {
    font-size: 16px;
    line-height: 22px;
  }

  .about {
    padding-bottom: 30px;
  }

  .about__wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .about__wrap_reverse .about__text-block {
    padding-left: 0;
  }

  .about__img-block {
    order: -2;
    width: 100%;
    margin-bottom: 20px;
  }

  .about__text-block {
    padding-right: 0;
  }

  .about__list li,
  .about ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .about__list li::before,
  .about ul li::before {
    width: 7px;
    height: 7px;
    margin-top: 8px;
  }

  .news__item:hover {
    border-color: transparent;
  }

  .stock__item {
    flex-direction: column;
  }

  .stock__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .stock__img img {
    height: auto;
  }

  .stock__text-block {
    width: 100%;
    padding-left: 0;
  }

  .stock__date {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .stock__caption {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
  }

  .stock__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .technics__top-block {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .technics__title {
    display: none;
  }

  .technics__title-mob {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
  }

  .technics__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .technics__info-block {
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .technics__text-block {
    padding-right: 0;
  }

  .technics__col {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .technics__info-text {
    font-size: 12px;
    line-height: 16px;
  }

  .technics__info-value {
    font-size: 18px;
    line-height: 21px;
  }

  .technics__btn-block {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .technics__btn {
    width: 100%;
  }

  .technics__img-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .technics__img-item img {
    width: 100%;
  }

  .technics__info-wrap {
    overflow-x: auto;
  }

  .technics__info-item {
    width: auto;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .technics__3col {
    flex-direction: column;
  }

  .technics__characteristic-col {
    width: 100%;
  }

  .technics__characteristic-text {
    font-size: 14px;
    line-height: 22px;
  }

  .technics__characteristic-value {
    font-size: 14px;
    line-height: 22px;
  }

  .technics__desc-row {
    flex-direction: column;
  }

  .technics__desc-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .technics__desc-value {
    font-size: 14px;
    line-height: 22px;
  }

  .technics__equipment-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .technics__equipment-col {
    width: 100%;
  }

  .technics__equipment-caption {
    font-size: 16px;
    line-height: 22px;
  }

  .technics__equipment-list {
    margin-bottom: 10px;
  }

  .technics__equipment-list li {
    font-size: 16px;
    line-height: 22px;
  }

  .stock-block {
    padding-top: 20px;
  }

  .stock-block__title {
    margin-bottom: 20px;
  }

  .stock-block__item {
    margin-bottom: 40px;
  }

  .stock-block__img {
    margin-bottom: 15px;
  }

  .stock-block__date {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .stock-block__caption {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .stock-block__text {
    font-size: 16px;
    line-height: 26px;
  }

  .pagination {
    padding-bottom: 60px;
  }

  .certificates {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .certificates__title {
    margin-bottom: 20px;
  }

  .certificates__item {
    width: 48%;
    margin-bottom: 40px;
  }

  .catalog {
    padding-top: 20px;
  }

  .catalog__title {
    margin-bottom: 20px;
  }

  .catalog__item {
    width: 48%;
  }

  .catalog__text {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog__caption {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 24px;
  }

  .catalog__row {
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .catalog__header {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog__value {
    font-size: 14px;
    line-height: 18px;
  }

  .spec-catalog {
    padding-top: 20px;
  }

  .spec-catalog__title {
    margin-bottom: 20px;
  }

  .spec-catalog__img {
    padding: 12px 12px 0;
  }

  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    height: 250px;
  }

  .spec-catalog__img .tmb-wrap {
    padding: 0 12px;
  }

  .spec-catalog__text-block {
    padding: 12px 12px 21px;
  }

  .spec-catalog__text {
    font-size: 14px;
  }

  .spec-catalog__caption {
    font-size: 22px;
  }

  .spec-catalog__inner-text {
    grid-template-columns: 100%;
    grid-gap: 12px;
  }

  .spec-catalog__row {
    flex-direction: row;
    justify-content: space-between;
  }

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

  .spec-catalog__row-btn {
    padding: 0 12px 12px;
  }

  .stock-inner {
    padding-top: 0;
  }

  .stock-inner__container {
    flex-direction: column-reverse;
  }

  .stock-inner__catalog {
    padding-top: 20px;
  }

  .stock-inner__catalog-title {
    margin-bottom: 20px;
  }

  .stock-inner__catalog-text {
    font-size: 12px;
    line-height: 16px;
  }

  .stock-inner__catalog-caption {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 24px;
  }

  .stock-inner__catalog-row {
    align-items: flex-start;
  }

  .stock-inner__catalog-row + .stock-inner__catalog-row {
    margin-top: 12px;
  }

  .stock-inner__catalog-header {
    font-size: 12px;
    line-height: 16px;
  }

  .stock-inner__catalog-value {
    font-size: 14px;
    line-height: 18px;
  }

  .stock-inner__catalog-value_price {
    font-size: 16px;
    line-height: 18px;
  }

  .stock-inner__text-block {
    padding-right: 0;
  }

  .stock-inner__img-block {
    display: none;
  }

  .stock-inner__img-block-sm {
    display: block;
    margin-bottom: 20px;
  }

  .stock-inner__date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .stock-inner__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .stock-inner__caption {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .stock-inner__text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .services {
    padding-top: 0;
  }

  .services__wrap {
    flex-direction: column;
  }

  .services__wrap_reverse .services__text-block {
    padding-left: 0;
  }

  .services__img-block {
    width: 100%;
  }

  .services__text-block {
    padding-right: 0;
  }

  .services__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
  }

  .services__text {
    font-size: 16px;
    line-height: 25px;
  }

  .services__list li {
    font-size: 14px;
    line-height: 22px;
  }

  .services__list li::before {
    margin-top: 9px;
  }

  .services__list-number li {
    font-size: 14px;
    line-height: 22px;
  }

  .services__list-number span {
    font-size: 14px;
    line-height: 22px;
  }

  .services__schedule-table.to-1 .services__col:nth-child(2) {
    display: flex;
  }

  .services__schedule-table.to-2 .services__col:nth-child(3) {
    display: flex;
  }

  .services__schedule-table.to-3 .services__col:nth-child(4) {
    display: flex;
  }

  .services__schedule-table.to-4 .services__col:nth-child(5) {
    display: flex;
  }

  .services__schedule-table.to-5 .services__col:nth-child(6) {
    display: flex;
  }

  .services__schedule-table.to-6 .services__col:nth-child(7) {
    display: flex;
  }

  .services__schedule-table.to-7 .services__col:nth-child(8) {
    display: flex;
  }

  .services__schedule-table.to-8 .services__col:nth-child(9) {
    display: flex;
  }

  .services__schedule-table.to-9 .services__col:nth-child(10) {
    display: flex;
  }

  .services__schedule-header-row {
    position: static;
    height: 60px;
    align-items: center;
    top: 104px;
    padding-right: 20px;
  }

  .services__col {
    display: none;
    width: 100px;
    height: auto;
  }

  .services__schedule-value-row {
    height: 52px;
  }

  .img-block {
    padding-bottom: 50px;
  }

  .textarea {
    font-size: 14px;
    line-height: 22px;
  }

  .contacts {
    padding-top: 0;
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .contacts__wrap {
    flex-direction: column;
    height: auto;
  }

  .contacts__map {
    height: 326px;
    margin-bottom: 20px;
  }

  .contacts__info-block {
    width: 100%;
    padding-left: 0;
  }

  .contacts__filters {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .contacts__filters-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .contacts__info-list {
    padding-bottom: 0;
  }

  .contacts__btn-block {
    display: block;
  }

  .page-404__container {
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-404__text-block {
    align-items: center;
    margin-bottom: 30px;
  }

  .page-404__title {
    text-align: center;
  }

  .vacancies__heading {
    margin-bottom: 30px;
  }

  .vacancies__content {
    flex-wrap: wrap;
  }

  .vacancies__body {
    width: 100%;
  }

  .vacancies__filter {
    width: 100%;
  }

  .vacancies__filter-button {
    display: flex;
  }

  .vacancies__filter-form-button {
    display: flex;
  }

  .vacancies__filter-block {
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100vh;
    padding: 134px 15px 90px;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 1;
    transition: left .35s;
  }

  .vacancies__filter-block_active {
    left: 0;
  }

  .vacancies__filter-block-back {
    display: flex;
  }

  .vacancy__content {
    flex-wrap: wrap;
  }

  .vacancy__body {
    width: 100%;
    margin-bottom: 32px;
  }

  .vacancy__contacts {
    width: 100%;
  }

  .partners__title {
    margin-bottom: 20px;
  }

  .partners__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .delivery__intro {
    flex-direction: column;
    gap: 40px;
  }

  .delivery__intro-img img {
    height: auto;
  }

  .delivery__intro-text {
    padding-right: 0;
  }

  .delivery__intro-text p {
    font-size: 16px;
  }

  .delivery__how {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .delivery__how-item-text {
    font-size: 16px;
  }

  .delivery__control-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .delivery__control-item p {
    font-size: 16px;
  }

  .faq {
    margin: 30px 0;
  }

  .faq__wrap {
    flex-direction: column;
  }

  .faq__title {
    width: 100%;
    margin-bottom: 30px;
  }

  .faq__text-block {
    width: 100%;
  }

  .search-results__top {
    flex-direction: column;
    gap: 45px;
  }

  .search-results__form {
    min-width: 100%;
  }
}

@media (max-width: 1023px) and (max-width: 375px) {
  .vacancies__filter-form-button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .spec-catalog__form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 50px;
  }

  .search-results h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 40px;
  }

  .search-results__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .search-results__list .news__item img {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__mobile-link {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .footer__top-block {
    display: flex;
  }

  .footer__top-wrap {
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    margin-bottom: 30px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col_mob-hidden {
    display: none;
  }

  .footer__col_mob-indent {
    margin-top: 12px;
  }

  .footer__link {
    margin-bottom: 20px;
  }

  .footer__center-block {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }

  .footer__info-block {
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer__phone {
    font-size: 12px;
    line-height: 16px;
  }

  .footer__adress {
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
  }

  .footer__logo {
    width: 100px;
    height: auto;
  }

  .footer__logo-link + .footer__logo-link {
    margin-left: 0;
  }

  .footer__logo-link_main {
    margin-right: auto;
  }

  .footer__links-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer__bottom-block {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 23px;
    padding-bottom: 40px;
  }

  .footer__text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .title {
    font-size: 24px;
    line-height: 24px;
  }

  .modal {
    max-width: 290px;
    padding: 20px 15px !important;
  }

  .modal__title {
    font-size: 18px;
    line-height: 21px;
  }

  .modal__error {
    top: 13px;
  }

  .carousel__button.is-close {
    top: 0 !important;
    right: 0 !important;
  }

  .intro {
    min-height: 330px;
    padding-bottom: 30px;
    height: calc(100vh - 104px - 180px);
  }

  .intro__item img {
    border-radius: 10px;
  }

  .intro__text-block {
    padding-top: 26px;
  }

  .intro__text-block_right {
    align-items: center;
  }

  .intro__text-block_right .intro__title {
    text-align: center;
  }

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

  .intro__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .intro__text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .intro__btn {
    max-width: 290px;
    width: 100%;
  }

  .intro__list.slick-slider .slick-dots {
    bottom: -20px;
  }

  .news__list.slick-slider .slick-dots,
  .stock__list.slick-slider .slick-dots,
  .slider3__list.slick-slider .slick-dots {
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news__list.slick-slider .slick-dots li,
  .stock__list.slick-slider .slick-dots li,
  .slider3__list.slick-slider .slick-dots li {
    margin: 2px 2px;
  }

  .technics__img-list.slick-slider .slick-dots {
    bottom: 0;
  }

  .type {
    padding-top: 27px;
    padding-bottom: 0;
  }

  .type__container::after {
    left: 50%;
    width: 321px;
    height: 41px;
    background-size: 321px 41px;
    transform: translateX(-50%);
  }

  .type__list {
    justify-content: flex-start;
  }

  .type__item {
    width: 50%;
  }

  .type__item:nth-child(2n)::after {
    display: none;
  }

  .type__icon-block {
    width: 115px;
    height: 88px;
    margin-bottom: 10px;
  }

  .type__icon-block svg {
    width: 100%;
    height: auto;
  }

  .type__title {
    max-width: 117px;
    font-size: 12px;
    line-height: 16px;
  }

  .about__btn {
    max-width: 290px;
    width: 100%;
  }

  .link-block {
    flex-direction: column;
  }

  .link-block__left {
    width: 100%;
    padding: 40px 28px 40px 15px;
  }

  .link-block__left svg {
    width: 19px;
    height: auto;
  }

  .link-block__right {
    width: 100%;
    padding: 40px 28px 40px 15px;
  }

  .link-block__right svg {
    width: 19px;
    height: auto;
  }

  .link-block__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .link-block__text {
    font-size: 14px;
    line-height: 22px;
  }

  .news__header {
    margin-bottom: 20px;
  }

  .news__link {
    font-size: 14px;
    line-height: 18px;
  }

  .news__list {
    padding-bottom: 25px;
  }

  .news__list .slick-prev,
  .news__list .slick-next {
    display: none !important;
  }

  .news__item {
    padding: 20px 20px;
  }

  .news__img {
    height: 165px;
  }

  .news__date {
    font-size: 14px;
    line-height: 22px;
  }

  .news__caption {
    max-height: 55px;
    font-size: 18px;
  }

  .news__text {
    height: 80px;
    font-size: 16px;
    line-height: 25px;
  }

  .stock__header {
    margin-bottom: 20px;
  }

  .stock__link {
    font-size: 14px;
    line-height: 18px;
  }

  .stock__list {
    padding-bottom: 40px;
  }

  .stock__btn {
    max-width: 290px;
    width: 100%;
  }

  .technics__col {
    margin-left: 0;
  }

  .stock-block {
    padding-top: 0;
  }

  .stock-block__list {
    flex-direction: column;
  }

  .stock-block__item:hover {
    border-color: transparent;
  }

  .stock-block__item {
    width: 100%;
    padding: 0;
  }

  .certificates {
    padding-top: 0;
  }

  .certificates__caption {
    font-size: 16px;
    line-height: 21px;
  }

  .catalog {
    padding-top: 50px;
  }

  .catalog__list {
    flex-direction: column;
  }

  .catalog__item {
    width: 98%;
  }

  .catalog__img img {
    height: auto;
    max-height: 300px;
  }

  .spec-catalog {
    padding-top: 50px;
  }

  .slider3__list {
    padding-bottom: 25px;
  }

  .stock-inner__catalog {
    padding-top: 0;
  }

  .stock-inner__catalog-list {
    flex-direction: column;
  }

  .stock-inner__catalog-item {
    width: 98%;
  }

  .stock-inner__catalog-img {
    height: auto;
  }

  .modal {
    max-width: 290px;
    padding: 20px 15px !important;
  }

  .modal__title {
    font-size: 18px;
    line-height: 21px;
  }

  .modal__error {
    top: 13px;
  }

  .carousel__button.is-close {
    top: 0 !important;
    right: 0 !important;
  }

  .page-404__title {
    font-size: 26px;
    line-height: 36px;
  }

  .page-404__btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vacancies {
    padding: 10px 0 60px;
  }

  .vacancies__heading {
    padding-bottom: 33px;
  }

  .vacancies__title {
    margin-bottom: 23px;
  }

  .vacancies__available {
    padding-left: 17px;
    font-size: 16px;
  }

  .vacancies__filter-group:not(:last-child) {
    margin-bottom: 27px;
  }

  .vacancies__filter-title {
    font-size: 16px;
    margin-bottom: 21px;
  }

  .vacancies__filter .label-pick:not(:last-child) {
    margin-bottom: 15px;
  }

  .vacancies__card {
    padding: 15px 15px 19px;
  }

  .vacancies__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .vacancies__card-date {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .vacancies__card-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
  }

  .vacancies__card-price {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .vacancies__card-company {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .vacancies__card-info {
    font-size: 14px;
    line-height: 1.57;
  }

  .vacancies__card-info:not(:last-child) {
    margin-bottom: 15px;
  }

  .vacancies__card-info.vacancies__card-experience {
    margin-bottom: 21px;
  }

  .label-pick__box {
    width: 18px;
    height: 18px;
    margin-right: 18px;
  }

  .label-pick__box::after {
    width: 10px;
    height: 8px;
  }

  .label-pick__text {
    font-size: 12px;
  }

  .label-pick_radio .label-pick__box::after {
    width: 6px;
    height: 6px;
  }

  .vacancy {
    padding: 0 0 60px;
  }

  .vacancy__heading {
    margin-bottom: 42px;
  }

  .vacancy__company {
    margin-bottom: 23px;
  }

  .vacancy__title {
    margin-bottom: 21px;
  }

  .vacancy__price {
    font-size: 18px;
    margin-bottom: 19px;
  }

  .vacancy__info {
    font-size: 14px;
  }

  .vacancy__info__group {
    margin-bottom: 22px;
  }

  .vacancy__info:not(:last-child) {
    margin-bottom: 20px;
  }

  .vacancy__employment {
    font-size: 14px;
    margin-bottom: 23px;
  }

  .vacancy__group:not(:last-child) {
    margin-bottom: 32px;
  }

  .vacancy__group-title {
    margin-bottom: 15px;
  }

  .vacancy__list li {
    font-size: 16px;
    line-height: 1.625;
  }

  .vacancy__list li::before {
    top: 11px;
  }

  .vacancy__contacts-title {
    margin-bottom: 15px;
  }

  .vacancy__contacts-item {
    padding: 22px 20px 20px;
  }

  .vacancy__contacts-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .vacancy__contacts-item-elem {
    font-size: 14px;
    line-height: 1.57;
  }

  .vacancy__contacts-item-elem:not(:last-child) {
    margin-bottom: 7px;
  }

  .vacancy__contacts-item-elem img {
    width: 20px;
    margin-right: 14px;
  }

  .partners {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .partners__caption {
    font-size: 16px;
    line-height: 21px;
  }

  .delivery__intro {
    margin-bottom: 50px;
  }

  .delivery__how {
    margin-bottom: 50px;
  }

  .delivery__how-item-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 10px;
  }

  .delivery__how-item-title {
    font-size: 18px;
  }

  .delivery__control {
    margin-bottom: 80px;
  }

  .delivery__control-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .delivery__control-text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .vacancies__card-button {
    width: 100%;
  }

  .vacancy__button {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .search-form__inner {
    flex-direction: column;
    padding: 70px 15px;
    width: 100%;
    max-width: 450px;
  }

  .search-form__input {
    width: 100%;
    min-width: auto;
  }

  .search-form__submit {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .spec-catalog__item {
    width: 100%;
  }

  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    height: 400px;
  }
}

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

  .contacts__text {
    margin-bottom: 5px;
  }

  .timer-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .countdown {
    justify-content: space-around;
  }

  .countdown__item {
    width: 50px;
  }

  .countdown__item:first-child {
    width: 70px;
  }

  .countdown__item:first-child::before {
    top: 5px;
    height: 25px;
  }

  .countdown__block {
    font-size: 30px;
  }

  .countdown__separator {
    margin-top: -4px;
    font-size: 30px;
  }
}

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

  .certificates__item {
    width: 98%;
  }
}

@media (max-width: 530px) {
  .header__logo-link {
    margin-right: 5px;
  }

  .header__logo-link img {
    width: 70px;
  }

  .header__wrap {
    grid-column-gap: 0;
    grid-row-gap: 5px;
  }

  .header__phone {
    font-size: 13px;
  }

  .header__phone svg {
    width: 12px;
    margin-right: 9px;
  }

  .header__btn-call {
    white-space: nowrap;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 0;
  }

  .header__btn {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0;
    justify-content: flex-end;
  }

  .header__links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    flex-direction: row-reverse;
  }

  .header__links-social {
    margin-right: 5px;
    align-items: flex-end;
  }

  .header__social img {
    max-width: 40px;
  }

  .header__buttons-wrap {
    flex-direction: row;
  }

  .header__search {
    padding: 6px;
  }

  .header__search svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 500px) {
  .link-block__text {
    max-width: 210px;
  }

  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    height: 300px;
  }

  .partners__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 425px) {
  .spec-catalog__img.brazzers-daddy img,
  .spec-catalog__img img {
    height: 230px;
  }

  .search-results__form {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .delivery__intro-btn {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .countdown__item:first-child {
    margin-right: 10px;
    padding-right: 10px;
  }

  .countdown__separator {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 360px) {
  .footer__logo-link img {
    width: 35px;
    height: auto;
  }

  .footer__logo-link_main {
    margin-right: 15px;
  }

  .footer__logo-link_main img {
    width: 80px;
    height: auto;
  }

  .footer__links-wrapper {
    justify-content: space-between;
  }

  .header__logo-link {
    margin-right: 0;
  }

  .header__logo-link img {
    width: 50px;
  }
}

@media (max-width: 345px) {
  .header__social {
    display: none;
  }
}

@media (max-width: 310px) {
  .countdown__item_last {
    display: none;
  }

  .countdown__separator_last {
    display: none;
  }
}
/*# sourceMappingURL=maps/main.css.map */
