@charset "UTF-8";
/*
Theme Name: Tokarka theme
Theme URI: 
Author: Andrew
Author URI: 
Description: Tokarka theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

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

/**
   * 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;
  max-width: 100%;
}

video {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* 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;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
button:focus {
  border: none;
  outline: none;
}
button:hover {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

/* WINDOW */
.popup__wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.modal-content {
  padding: 25px 30px;
  background: var(--main-theme-color);
  background-size: 280px;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* HEADER */
.popup__header {
  display: grid;
  grid-template-areas: "title close" "text close";
  gap: 15px 10px;
  border-bottom: 1px solid var(--white);
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--white);
}

.popup__title {
  font-size: 24px;
  font-weight: 700;
  grid-area: title;
}

.popup__text {
  grid-area: text;
  font-size: 16px;
}

.popup__close {
  grid-area: close;
  background: url(assets/img/icon/close-white.png) no-repeat center;
  background-size: 20px;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.popup__close:hover {
  opacity: 1;
}

.popup__body {
  position: relative;
}
.popup__body form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .modal-content {
    padding: 20px 15px;
    margin: 10px;
  }
}
/* MINI */
@media only screen and (max-width: 374px) {
  .popup__title {
    font-size: 20px;
  }
}
@media only screen and (max-height: 450px) {
  .modal-content {
    position: static;
    top: auto;
    transform: none;
  }
}
html,
body {
  height: 100%;
}

body {
  font-family: Sans-Serif;
  background: #101015;
}

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

main {
  flex: 1 1 auto;
}

.wrap {
  max-width: 1300px;
  min-width: 290px;
  padding: 0 15px;
  margin: 0 auto;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  max-width: 200px;
  width: 100%;
  object-fit: contain;
}

.logo-footer {
  justify-content: flex-end;
}

.info {
  margin: 60px 0;
  line-height: 1.6;
}

.info__title {
  padding: 0 10px;
}

.error-404__text {
  margin: 50px 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

.error-404__link {
  padding-bottom: 40px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.hidden {
  overflow: hidden;
}

.block-hover {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mp-section {
  margin-top: 30px;
}

.block-hover::before {
  background-color: #ce0a27;
  border-radius: 50%;
  bottom: -5rem;
  content: "";
  filter: blur(5rem);
  height: 10rem;
  left: auto;
  opacity: 0;
  position: absolute;
  right: -5rem;
  top: auto;
  transition: opacity 0.3s ease;
  width: 10rem;
  z-index: 0;
}

.block-hover:hover::before {
  opacity: 1;
}

.site-title {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
  width: max-content;
}
.site-title::after {
  content: "";
  left: 0;
  bottom: -6px;
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #ce0a27;
  transition: width 1s ease;
}
.site-title:hover::after {
  width: 100%;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1080px) {
  .wrap {
    padding: 0 20px;
  }
}
/* TAB */
@media only screen and (max-width: 992px) {
  .logo-wrap a {
    font-size: 18px;
  }
  .info__title {
    font-size: 32px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .logo-wrap img {
    max-width: 34px;
  }
  .logo-wrap a {
    font-size: 17px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .wrap {
    padding: 0 10px;
  }
  .info__title {
    font-size: 22px;
  }
  .logo img {
    max-width: 150px;
  }
  .site-title {
    width: auto;
  }
}
/* MINI */
/*IPHONE 5*/
@font-face {
  font-family: "Roboto";
  src: url("assets/fonts/Roboto-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --black: #000;
  --white: #fff;
  --orange: #de9131;
  --gray: #aaaaaa;
  --gray-light: #f6f6f6;
  --gray-dark: #545454;
  --graphite: #4a4a4a;
  --red: #bb0202;
  --blue: #3b94d9;
  --main-theme-color: #677e0c;
  --font-poiret: Poiret One;
  --font-basic: Montserrat;
  --box-shadow-x: 0px 0px 5px 1px #d3d3d3;
}

.btn {
  font-size: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ce0a27;
  border: none;
  border-radius: 0.2rem;
  display: inline-flex;
  gap: 1.5rem;
  padding: 12px 40px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
  max-width: 250px;
}
.btn:hover {
  background-color: #1c1c23;
}
.btn:hover::before {
  opacity: 1;
  transition: none;
}
.btn::before {
  background: radial-gradient(circle at 20% bottom, #ce0a27 0, #680514 40%, transparent 70%, transparent 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .btn {
    font-size: 14px;
  }
}
/* MEDIUM */
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .btn {
    font-size: 13px;
    padding: 12px 36px;
  }
}
/* MINI */
/* FORM */
.input__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.input__wrap label {
  margin-bottom: 5px;
}

.input__wrap input {
  height: 40px;
  outline: 1px solid #c1c1c1;
  border-radius: 4px;
  background: var(--white);
  border: none;
  padding-left: 5px;
}

.input__wrap input:focus {
  outline: 2px solid var(--gray);
}

.privacy__wrap {
  flex-direction: row;
  align-items: center;
}

.privacy__wrap label {
  display: flex;
  align-items: center;
}

.privacy__wrap span {
  margin-right: 5px;
  font-size: 14px;
}

.privacy__wrap a {
  font-weight: 700;
  font-size: 14px;
}

/* CHECKBOX */
.privacy__wrap .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.privacy__wrap .checkbox + label {
  user-select: none;
}

.check {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--gray);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.privacy__wrap .checkbox:checked + .check {
  border-color: var(--gray);
  background: url(assets/img/icon/ok-black.png) no-repeat center;
  background-size: 70%;
}

/* стили при наведении курсора на checkbox  */
.privacy__wrap label:hover > .check {
  border-color: var(--gray-dark);
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.privacy__wrap .checkbox:not(:disabled):active + .check {
  background-color: #b3d7ff;
  border-color: var(--gray-dark);
}

/* стили для чекбокса, находящегося в фокусе  */
.privacy__wrap .checkbox:focus + .check {
  box-shadow: 0 0 0 0.2rem var(--gray);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked  */
.privacy__wrap .checkbox:focus:not(:checked) + .check {
  border-color: var(--white);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.privacy__wrap .checkbox:disabled + .check {
  background-color: #e9ecef;
}

/* BTN */
.input__btn {
  background: var(--white);
  color: var(--black);
  width: 160px;
  height: 36px;
  border-radius: 4px;
  transition: 0.3s;
}

.input__btn:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 11px 2px #727272;
  box-shadow: 0px 0px 11px 2px #727272;
}

/* ERROR MSG */
.input-label-error-text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  transform: translateY(100%);
  font-weight: 600;
  color: var(--gray-dark);
  background: white;
  border-radius: 5px;
  border: 1px solid var(--gray-light);
  padding: 5px 7px;
  box-shadow: var(--box-shadow-x);
}

.message-success {
  display: flex;
  position: absolute;
  width: 100%;
}
.message-success span {
  margin: 0 auto;
  background: var(--white);
  font-weight: 700;
  text-align: center;
  color: var(--black);
  box-shadow: var(--box-shadow-x);
  padding: 10px;
  border-radius: 5px;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .privacy__wrap .error-text {
    bottom: -40px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .input__wrap label {
    font-size: 14px;
  }
  .privacy__wrap span {
    font-size: 13px;
  }
  .privacy__wrap a {
    font-size: 13px;
  }
  .message-success span {
    margin: 0 10px;
  }
}
/* MINI */
#menu-main-btn {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
}
#menu-main-btn .stripes span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: var(--black);
  margin-bottom: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  border-radius: 2px;
}
#menu-main-btn .stripes span:nth-child(2) {
  background-color: var(--main-theme-color);
}
#menu-main-btn .stripes span:last-child {
  margin: 0;
}
#menu-main-btn .menu-main-btn__text {
  font-size: 16px;
  color: var(--black);
  margin-left: 10px;
}

#menu-main-btn.active .stripes {
  transform: rotate(720deg);
  transition: transform 1s 0.3s ease-out;
  color: black;
}
#menu-main-btn.active .stripes span:nth-child(1) {
  transform: rotateY(180deg) rotateZ(45deg) translate(6px, 6px);
  background-color: black;
}
#menu-main-btn.active .stripes span:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
#menu-main-btn.active .stripes span:nth-child(3) {
  transform: rotateY(180deg) rotateZ(-45deg) translate(5px, -5px);
  background-color: black;
}

.nav-main {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
}

.menu-main {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.menu-main li {
  margin: 0;
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 36px, 0);
  -webkit-transform: translate3d(0, 36px, 0);
}
.menu-main li:last-child {
  margin: 0;
}
.menu-main li a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.menu-main li a:hover {
  text-shadow: 0px 2px 3px rgba(211, 211, 211, 0.6);
}

body.open {
  overflow: hidden;
}

.open .nav-main {
  opacity: 1;
  visibility: visible;
  top: 145px;
  bottom: 0;
  left: 0;
  background: var(--white);
  z-index: 11;
}
.open .nav-main::before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}
.open .nav-main .menu-main li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.open .nav-main .menu-main li:nth-child(1) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.open .nav-main .menu-main li:nth-child(2) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.open .nav-main .menu-main li:nth-child(3) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.open .nav-main .menu-main li:nth-child(4) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.open .nav-main .menu-main li:nth-child(5) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.open .nav-main .menu-main li:nth-child(6) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.open .nav-main .menu-main li:nth-child(7) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width: 1200px) {
  .nav-main .menu-main li a {
    font-size: 18px;
  }
}
/* LARGE */
/* TAB */
/* MEDIUM */
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .nav-main .menu-main li a {
    font-size: 16px;
  }
}
/* MINI */
.site-header {
  position: absolute;
  width: 100%;
  display: flex;
  z-index: 40;
  padding: 15px 0;
  border-bottom: 1px solid #abafb6;
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-header__btn-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header__btn-container .phone {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  transition: color 0.5s ease;
}
.site-header__btn-container .phone:hover {
  color: #c8c8c8;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .site-header__btn-container .phone {
    font-size: 18px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .site-header__btn-container {
    flex-direction: column;
    gap: 15px;
  }
}
/* MEDIUM */
/* MINI */
.feedback {
  background: var(--gray-light);
  padding: 40px 0;
}
.feedback .feedback__title {
  margin-bottom: 30px;
}
.feedback .feedback__text {
  margin-bottom: 15px;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
/* MEDIUM */
/* MINI */
.site-footer__body {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  color: #fff;
}
.site-footer__body .site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__body .site-footer__contact .address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__body a {
  color: #fff;
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__soc {
  display: flex;
  flex-direction: column;
}
.site-footer__soc .logo {
  margin-bottom: 20px;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .site-footer__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* MEDIUM */
/* MINI */
.privacy-page {
  margin: 50px 0;
}
.privacy-page h1 {
  text-align: center;
  margin-bottom: 30px;
}
.privacy-page h2 {
  text-align: center;
  margin-bottom: 20px;
}
.privacy-page h3 {
  margin-bottom: 10px;
}
.privacy-page section {
  margin-bottom: 20px;
  line-height: 1.6;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .privacy-page {
    margin: 50px 0;
    font-size: 14px;
  }
  .privacy-page h1 {
    font-size: 22px;
  }
  .privacy-page h2 {
    font-size: 18px;
  }
  .privacy-page h3 {
    font-size: 16px;
  }
}
/* MINI */
.contact__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 100px 0;
  background: url(assets/img/background/map.webp) no-repeat center;
  background-size: contain;
}
.contact__body .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-right: 2px solid var(--main-color-graphite);
  padding-right: 20px;
}
.contact__body .item:last-child {
  border-right: none;
  padding-right: 0;
}
.contact__body .title {
  font-size: 22px;
  color: var(--main-color-graphite);
  text-transform: uppercase;
}
.contact__body .text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact__body .text a {
  font-size: 18px;
  font-weight: 700;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .contact__body {
    gap: 20px;
  }
  .contact__body .text {
    font-size: 16px;
  }
  .contact__body .text a {
    font-size: 16px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .contact__body {
    gap: 10px;
  }
  .contact__body .title {
    font-size: 18px;
  }
  .contact__body .text {
    font-size: 14px;
  }
  .contact__body .text a {
    font-size: 14px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .contact__body {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
  .contact__body .item {
    border: none;
    padding: 0;
    border-bottom: 2px solid var(--main-color-graphite);
    padding-bottom: 20px;
  }
  .contact__body .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact__body .title {
    font-size: 20px;
  }
  .contact__body .text {
    font-size: 16px;
  }
  .contact__body .text a {
    font-size: 16px;
  }
}
/* MINI */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 84px;
}
.hero-content .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  height: 100%;
}
.hero-title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(36, 37, 47, 0.2509803922);
}
.hero-text {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(36, 37, 47, 0.2509803922);
}

.hero__controls {
  bottom: 7rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.hero__controls__inner {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
}

.hero__controls button {
  position: relative;
  align-items: center;
  background-color: #303236;
  border: none;
  border-radius: 0.4rem;
  display: flex;
  height: 4rem;
  justify-content: center;
  pointer-events: all;
  width: 4rem;
  overflow: hidden;
  cursor: pointer;
}

.hero__controls button img {
  z-index: 3;
}

.hero__controls button:first-child img {
  transform: rotateZ(180deg);
}

.hero__controls button:not(:disabled)::before {
  background: radial-gradient(circle at 20% bottom, #ce0a27 0, #680514 40%, transparent 70%, transparent 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.hero__controls button:not(:disabled):hover::before {
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 0.4rem;
}

.swiper-pagination-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 0.2rem;
  width: auto !important;
}

.swiper-pagination-bullet {
  display: block;
  position: relative;
  flex: 1 1 auto;
  border-radius: 1rem !important;
  height: 0.2rem !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  cursor: pointer;
}

.swiper-pagination-bullet:not(:last-child) {
  margin: 0 1rem 0 0;
}

.swiper__bullet {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.swiper-pagination-bullet-active::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 1rem;
  animation: slide 4s linear forwards;
  content: "";
}

@keyframes slide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
@media only screen and (max-width: 1080px) {
  .hero-img {
    height: 500px;
  }
  .hero-title {
    font-size: 38px;
  }
  .hero-text {
    font-size: 22px;
  }
}
/* TAB */
@media only screen and (max-width: 992px) {
  .hero-title {
    font-size: 34px;
  }
  .hero-text {
    font-size: 20px;
  }
  .hero__controls button {
    width: 3rem;
    height: 3rem;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-text {
    font-size: 16px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .hero-title {
    font-size: 24px;
  }
  .hero-text {
    font-size: 14px;
  }
}
/* MINI */
.features-list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.features-list .features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #1c1c23;
  padding: 20px;
  color: #fff;
  border-radius: 0.4rem;
}
.features-list .features-item img {
  max-width: 150px;
  object-fit: contain;
}
.features-list .features-item .title {
  z-index: 5;
  font-weight: 600;
  font-size: 14px;
  margin-top: auto;
}
.features-list .features-item .text {
  z-index: 5;
  font-size: 13px;
  text-align: center;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .features-list .features-item img {
    max-width: 120px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .features-list .features-item img {
    max-width: 110px;
  }
}
/* MINI */
.service-list {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  gap: 30px;
}
.service-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 0.4rem;
  padding: 20px;
  background-color: #f3f4f6;
}
.service-list li img {
  height: 120px;
  object-fit: contain;
}
.service-list li .title {
  font-size: 14px;
  font-weight: 600;
}
.service-list li .text {
  font-size: 13px;
  text-align: center;
}
.service-list li button {
  margin-top: auto;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 576px) {
  .service-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/* MINI */
.sector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.sector-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.sector-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px 20px;
  background-color: #1c1c23;
  border-radius: 0.4rem;
}
.sector-list li .text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.form-offer {
  background: url("assets/img/background/form-bck.webp");
  background-size: cover;
  height: 500px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  border-radius: 0.4rem;
}
.form-offer .title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.form-offer .text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .form-offer .title {
    font-size: 36px;
  }
  .form-offer .text {
    font-size: 20px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .sector {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .form-offer {
    height: 250px;
  }
}
/* PHONE*/
@media only screen and (max-width: 576px) {
  .form-offer .title {
    font-size: 28px;
  }
  .form-offer .text {
    font-size: 16px;
  }
}
/* MINI */
.detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.detail-list li {
  background-color: #1c1c23;
  padding: 20px;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.detail-list li img {
  max-width: 200px;
  object-fit: contain;
}
.detail-list li h3 {
  margin-top: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.detail-list li h3 span {
  color: #ce0a27;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .detail-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .detail-list {
    gap: 15px;
  }
  .detail-list li img {
    max-width: 150px;
  }
}
/* PHONE*/
@media only screen and (max-width: 576px) {
  .detail-list {
    grid-template-columns: 1fr 1fr;
  }
  .detail-list li h3 {
    font-size: 14px;
  }
}
/* MINI */
.stage-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.stage-list .stage-item {
  background-color: #1c1c23;
  padding: 20px;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.stage-list .stage-item img {
  max-width: 130px;
  object-fit: contain;
}
.stage-list .stage-item h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.stage-list .stage-item div {
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}
.stage-list .stage-item ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stage-list .stage-item li {
  font-size: 13px;
  list-style-type: disc;
  margin-left: 11px;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .stage-list .stage-item {
    padding: 15px;
  }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .stage-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
/* PHONE*/
/* MINI */
.metal-text {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.metal-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 10px;
  color: #fff;
}
.metal-list li {
  font-size: 13px;
  font-weight: 600;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
/* MEDIUM */
@media only screen and (max-width: 768px) {
  .metal-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
/* PHONE*/
@media only screen and (max-width: 576px) {
  .metal-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* MINI */
.mp-equipment .wrap {
  position: relative;
}

.main-equipment__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}

.equipment__controls {
  bottom: 7rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  right: 0;
  bottom: 17px;
}

.equipment__controls__inner {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
}

.equipment__controls button {
  position: relative;
  align-items: center;
  background-color: #303236;
  border: none;
  border-radius: 0.4rem;
  display: flex;
  height: 4rem;
  justify-content: center;
  pointer-events: all;
  width: 4rem;
  overflow: hidden;
  cursor: pointer;
}

.equipment__controls button img {
  z-index: 3;
}

.equipment__controls button:first-child img {
  transform: rotateZ(180deg);
}

.equipment__controls button:not(:disabled)::before {
  background: radial-gradient(circle at 20% bottom, #ce0a27 0, #680514 40%, transparent 70%, transparent 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.equipment__controls button:not(:disabled):hover::before {
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 0.4rem;
}

.swiper-equipment-pagination-block {
  position: relative;
  left: 0;
  right: 0;
  bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  height: 0.2rem;
  width: auto !important;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
/* LARGE */
/* TAB */
@media only screen and (max-width: 992px) {
  .equipment__controls button {
    width: 3rem;
    height: 3rem;
  }
}
/* MEDIUM */
/* PHONE*/
@media only screen and (max-width: 576px) {
  .equipment__controls button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
/* MINI */
.info {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin: 150px 0 50px 0;
}
.info h1,
.info h2,
.info h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
.info h1 {
  font-size: clamp(28px, 4vw, 44px);
  margin-top: 8px;
  letter-spacing: -0.01em;
}
.info h2 {
  font-size: clamp(22px, 3vw, 32px);
  margin-top: 24px;
  letter-spacing: -0.01em;
}
.info h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  margin-top: 20px;
  letter-spacing: -0.005em;
}
.info a {
  color: #c4cde1;
}
.info p {
  margin: 0 0 14px;
}
.info ul {
  margin: 0 0 16px 1.2em;
  padding: 0;
  list-style: disc;
}
.info li {
  margin: 6px 0;
}
.info li::marker {
  color: #c4cde1;
}
.info li > ul {
  margin-top: 6px;
  margin-bottom: 6px;
  list-style: circle;
}
.info .wrap > div {
  margin: 0 0 16px;
}
.info strong {
  font-weight: 700;
}
@media (max-width: 600px) {
  .info h1 {
    margin-top: 6px;
  }
  .info h2 {
    margin-top: 16px;
  }
  .info h3 {
    margin-top: 12px;
  }
  .info p {
    margin-bottom: 12px;
  }
  .info ul {
    margin-bottom: 12px;
  }
  .info div {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=style.css.map */