@charset "UTF-8";
/*
    Theme Name: BO WEB Starter Theme
    Author: Bo web 
    Author URI: http://www.boweb.com.ua
    Description: Starter Theme
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*--------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container {
  max-width: 1432px;
}

.container-fluid {
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row {
  margin-left: -gutter-width();
  margin-right: -gutter-width();
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
}

.col-1 {
  flex: 0 0 auto;
  width: calc(1 / 12 * 100%);
}

.col-2 {
  flex: 0 0 auto;
  width: calc(2 / 12 * 100%);
}

.col-3 {
  flex: 0 0 auto;
  width: calc(3 / 12 * 100%);
}

.col-4 {
  flex: 0 0 auto;
  width: calc(4 / 12 * 100%);
}

.col-5 {
  flex: 0 0 auto;
  width: calc(5 / 12 * 100%);
}

.col-6 {
  flex: 0 0 auto;
  width: calc(6 / 12 * 100%);
}

.col-7 {
  flex: 0 0 auto;
  width: calc(7 / 12 * 100%);
}

.col-8 {
  flex: 0 0 auto;
  width: calc(8 / 12 * 100%);
}

.col-9 {
  flex: 0 0 auto;
  width: calc(9 / 12 * 100%);
}

.col-10 {
  flex: 0 0 auto;
  width: calc(10 / 12 * 100%);
}

.col-11 {
  flex: 0 0 auto;
  width: calc(11 / 12 * 100%);
}

.col-12 {
  flex: 0 0 auto;
  width: calc(12 / 12 * 100%);
}

.col-offset-1 {
  margin-left: calc(1 / 12 * 100%);
}

.col-offset-2 {
  margin-left: calc(2 / 12 * 100%);
}

.col-offset-3 {
  margin-left: calc(3 / 12 * 100%);
}

.col-offset-4 {
  margin-left: calc(4 / 12 * 100%);
}

.col-offset-5 {
  margin-left: calc(5 / 12 * 100%);
}

.col-offset-6 {
  margin-left: calc(6 / 12 * 100%);
}

.col-offset-7 {
  margin-left: calc(7 / 12 * 100%);
}

.col-offset-8 {
  margin-left: calc(8 / 12 * 100%);
}

.col-offset-9 {
  margin-left: calc(9 / 12 * 100%);
}

.col-offset-10 {
  margin-left: calc(10 / 12 * 100%);
}

.col-offset-11 {
  margin-left: calc(11 / 12 * 100%);
}

.col-offset-12 {
  margin-left: calc(12 / 12 * 100%);
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-sm-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-sm-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-sm-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-sm-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-sm-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-sm-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-sm-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-sm-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-sm-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-sm-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-sm-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-sm-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-md-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-md-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-md-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-md-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-md-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-md-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-md-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-md-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-md-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-md-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-md-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-md-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-lg-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-lg-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-lg-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-lg-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-lg-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-lg-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-lg-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-lg-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-lg-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-lg-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-lg-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-lg-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-xl-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-xl-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-xl-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-xl-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-xl-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-xl-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-xl-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-xl-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-xl-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-xl-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-xl-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-xl-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1980px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-xxl-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-xxl-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-xxl-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-xxl-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-xxl-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-xxl-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-xxl-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-xxl-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-xxl-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-xxl-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-xxl-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-xxl-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
@media (min-width: 2280px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: calc(1 / 12 * 100%);
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: calc(2 / 12 * 100%);
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: calc(3 / 12 * 100%);
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: calc(4 / 12 * 100%);
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: calc(5 / 12 * 100%);
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: calc(6 / 12 * 100%);
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: calc(7 / 12 * 100%);
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: calc(8 / 12 * 100%);
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: calc(9 / 12 * 100%);
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: calc(10 / 12 * 100%);
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: calc(11 / 12 * 100%);
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: calc(12 / 12 * 100%);
  }
  .col-xxxl-offset-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .col-xxxl-offset-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .col-xxxl-offset-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .col-xxxl-offset-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .col-xxxl-offset-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .col-xxxl-offset-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .col-xxxl-offset-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .col-xxxl-offset-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .col-xxxl-offset-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .col-xxxl-offset-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .col-xxxl-offset-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .col-xxxl-offset-12 {
    margin-left: calc(12 / 12 * 100%);
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #464646;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Conthrax", sans-serif;
  font-weight: 900;
  color: #1F1E1E;
}

h2 {
  font-size: 32px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 60px;
  }
}

section {
  overflow: hidden;
}

.section-title {
  position: relative;
  padding: 20px 0;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .section-title {
    padding: 30px 0;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .section-title {
    padding: 40px 0;
  }
}
.section-title .decor-title {
  font-size: 86px;
  opacity: 0.05;
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  font-family: "Conthrax", sans-serif;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .section-title .decor-title {
    font-size: 115px;
  }
}
@media (min-width: 1200px) {
  .section-title .decor-title {
    font-size: 140px;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .section-title .decor-title {
    font-size: 155px;
  }
}
.section-title h2 {
  position: relative;
  z-index: 1;
}

.site-header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .site-header {
    padding: 14px 0;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 20px 0;
  }
}
@media (min-width: 1600px) {
  .site-header {
    padding: 24px 0;
  }
}
.site-header .container-fluid {
  width: 100%;
}
.site-header .header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-header .header-inner {
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
  }
}
.site-header .header-logo {
  grid-column: 1;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}
@media (min-width: 1200px) {
  .site-header .header-logo {
    grid-column: auto;
    flex: 0 0 auto;
  }
}
.site-header .header-logo a {
  display: flex;
  align-items: center;
  min-width: 0;
}
.site-header .header-logo img {
  width: auto;
  height: 30px;
  max-width: min(230px, 78vw);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .site-header .header-logo img {
    height: 38px;
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-logo img {
    height: 48px;
    max-width: 320px;
  }
}
@media (min-width: 1980px) {
  .site-header .header-logo img {
    height: 62px;
    max-width: 390px;
  }
}
.site-header .header-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  justify-self: end;
  flex: 0 0 44px;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: 0;
  padding: 0;
  border: 1px solid rgba(31, 30, 30, 0.18);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 1200px) {
  .site-header .header-menu-toggle {
    display: none;
  }
}
.site-header .header-menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #1F1E1E;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.site-header.menu-open .header-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.menu-open .header-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .header-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.site-header.menu-open .header-actions {
  max-height: 260px;
  padding: 16px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header .header-actions {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 14px;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  margin-left: 0;
  max-height: 0;
  padding: 0 16px;
  overflow: hidden;
  border: 1px solid rgba(31, 30, 30, 0.08);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 30px rgba(31, 30, 30, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, transform 0.25s ease;
}
@media (min-width: 768px) {
  .site-header .header-actions {
    align-items: flex-end;
    max-width: 360px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .site-header .header-actions {
    grid-column: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex: 1 1 0;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
}
@media (min-width: 1980px) {
  .site-header .header-actions {
    gap: 42px;
    flex-wrap: nowrap;
  }
}
.site-header .header-catalog-link,
.site-header .header-phone {
  display: inline-flex;
  align-items: center;
  color: #1F1E1E;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .header-catalog-link {
  justify-content: flex-end;
  gap: 6px;
  font-family: "Conthrax", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 768px) {
  .site-header .header-catalog-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-catalog-link {
    gap: 8px;
    font-size: 20px;
  }
}
@media (min-width: 1980px) {
  .site-header .header-catalog-link {
    gap: 12px;
    font-size: 24px;
  }
}
.site-header .header-catalog-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .site-header .header-catalog-link i {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 1980px) {
  .site-header .header-catalog-link i {
    width: 42px;
    height: 42px;
  }
}
.site-header .header-catalog-link i svg {
  width: 100%;
  height: 100%;
}
.site-header .header-catalog-link:hover {
  color: #DF110E;
}
.site-header .header-catalog-link:hover svg path {
  stroke: #DF110E;
}
.site-header .header-contacts {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0;
  font-family: "Conthrax", sans-serif;
  color: #1F1E1E;
}
@media (min-width: 768px) {
  .site-header .header-contacts {
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-contacts {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1980px) {
  .site-header .header-contacts {
    gap: 16px;
  }
}
.site-header .header-contacts-label {
  flex: 0 0 auto;
  text-align: right;
  font-size: 13px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .site-header .header-contacts-label {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-contacts-label {
    font-size: 20px;
  }
}
@media (min-width: 1980px) {
  .site-header .header-contacts-label {
    font-size: 24px;
  }
}
.site-header .header-phone {
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .site-header .header-phone {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .site-header .header-phone {
    gap: 6px;
    font-size: 16px;
  }
}
@media (min-width: 1980px) {
  .site-header .header-phone {
    gap: 8px;
    font-size: 20px;
  }
}
.site-header .header-phone .phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .site-header .header-phone .phone-icon {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .site-header .header-phone .phone-icon {
    width: 24px;
    height: 24px;
  }
}
.site-header .header-phone .phone-icon svg {
  width: 100%;
  height: 100%;
}
.site-header .header-phone:hover {
  color: #DF110E;
}

.site-footer {
  background-color: #000000;
  padding-top: 8vw;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 4vw;
  }
}
.site-footer .footer-content {
  position: relative;
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  .site-footer .footer-content {
    padding-bottom: 2vw;
  }
}
.site-footer .footer-content h2 {
  text-transform: uppercase;
  background: linear-gradient(180deg, #A30505 -20%, #0B0B0B 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  text-align: center;
}
.site-footer .footer-content h2 span:first-child {
  display: block;
  font-size: 21vw;
}
@media (min-width: 768px) {
  .site-footer .footer-content h2 span:first-child {
    font-size: 23vw;
  }
}
.site-footer .footer-content h2 span:last-child {
  display: block;
  font-size: 16vw;
}
@media (min-width: 768px) {
  .site-footer .footer-content h2 span:last-child {
    font-size: 17.5vw;
  }
}
.site-footer .footer-content img {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer .copyright-content {
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-footer .copyright-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
  }
}
.site-footer .copyright-content a {
  color: #FFFFFF;
  text-decoration: underline;
}
.site-footer .copyright-content a:hover {
  text-decoration: none;
  color: #DF110E;
}

.btn {
  border: 1px solid #1F1E1E;
  border-radius: 50px;
  padding: 6px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  min-width: 140px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .btn {
    min-width: 216px;
    padding-left: 30px;
  }
}
.btn.primary-btn {
  background-color: #1F1E1E;
  border: 1px solid #1F1E1E;
  color: #FFFFFF;
}
.btn.secondary-btn {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #DF110E;
}
.btn span {
  width: 100%;
  position: relative;
  z-index: 4;
}
.btn i {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.btn i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DF110E;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .btn i {
    min-width: 46px;
    min-height: 46px;
  }
}
.btn i svg {
  width: 13px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .btn i svg {
    width: 20px;
  }
}
.btn:hover i:before {
  transform: translate(-50%, -50%) scale(10);
}
.btn:hover i svg {
  transform: translate(-50%, -50%) rotate(45deg);
}

.document-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0s 0.3s;
  padding: 20px;
}
.document-popup-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0s;
}
.document-popup-overlay.active .document-popup {
  transform: scale(1);
  opacity: 1;
}

.document-popup {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 500px;
  position: relative;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.document-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.document-popup .popup-close:hover {
  transform: rotate(90deg);
}
.document-popup .popup-close svg path {
  stroke: #1F1E1E;
}
.document-popup .popup-content .popup-title {
  font-size: 24px;
  font-weight: 700;
  color: #1F1E1E;
  margin-bottom: 16px;
  text-align: center;
}
.document-popup .popup-content .popup-desc {
  font-size: 16px;
  color: #464646;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.document-popup .popup-content .popup-desc .popup-filename {
  color: #1F1E1E;
  font-weight: 600;
  display: block;
  margin-top: 8px;
  word-break: break-all;
}
.document-popup .popup-content .form-placeholder {
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.document-popup .popup-content .wpforms-container {
  margin: 0 !important;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field {
  margin-bottom: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #464646;
  margin-bottom: 4px;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=text],
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=email],
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=tel] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #1F1E1E;
  background: #F9F9F9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus {
  outline: none;
  border-color: #DF110E;
  box-shadow: 0 0 0 3px rgba(223, 17, 14, 0.1);
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=text]::-moz-placeholder, .document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=email]::-moz-placeholder, .document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=tel]::-moz-placeholder {
  color: #A0A0A0;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=text]::placeholder,
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=email]::placeholder,
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-field input[type=tel]::placeholder {
  color: #A0A0A0;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-submit-container {
  text-align: center;
  margin-top: 30px;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
  background-color: #1F1E1E;
  color: #FFFFFF;
  border: 1px solid #1F1E1E;
  border-radius: 50px;
  padding: 12px 30px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.document-popup .popup-content .wpforms-container .wpforms-form .wpforms-submit-container button[type=submit]:hover {
  background-color: #DF110E;
  border-color: #DF110E;
}

.hero-section {
  position: relative;
  padding: 100px 0 25px;
  background-color: #FFFFFF;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding: 120px 0 60px;
  }
}
@media (min-width: 1980px) {
  .hero-section {
    padding: 140px 0 60px;
  }
}
.hero-section .hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 125px);
}
@media (min-width: 1200px) {
  .hero-section .hero-content {
    max-width: 65%;
    height: calc(100vh - 180px);
  }
}
@media (min-width: 1980px) {
  .hero-section .hero-content {
    height: calc(100vh - 200px);
  }
}
.hero-section .hero-content .hero-text {
  color: #1F1E1E;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 1980px) {
  .hero-section .hero-content .hero-text {
    width: 85%;
  }
}
.hero-section .hero-content .hero-text p {
  max-width: 400px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero-section .hero-content .hero-text p {
    max-width: 310px;
    text-align: left;
    font-size: 18px;
    margin: inherit;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-text p {
    margin-bottom: 40px;
  }
}
.hero-section .hero-content .hero-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hero-section .hero-content .hero-text p:last-child {
    margin-right: 200px;
  }
}
.hero-section .hero-content .hero-text span {
  color: #DF110E;
  text-transform: uppercase;
  font-family: "Conthrax", sans-serif;
}
.hero-section .hero-content .hero-text .reveal-text {
  display: block;
  will-change: transform;
}
.hero-section .hero-title {
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.88) 71%, rgba(237, 221, 83, 0) 100%);
}
@media (min-width: 1200px) {
  .hero-section .hero-title {
    text-align: left;
    background: transparent;
  }
}
.hero-section .hero-title h1 {
  display: flex;
  flex-direction: column;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .hero-section .hero-title h1 {
    margin-bottom: 0px;
    line-height: 1.05;
  }
}
.hero-section .hero-title h1 > span {
  font-size: 40px;
  font-weight: 900;
  color: #1F1E1E;
  mix-blend-mode: multiply;
  overflow: hidden;
  display: block;
}
@media (min-width: 1200px) {
  .hero-section .hero-title h1 > span {
    font-size: 66px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-title h1 > span {
    font-size: 75px;
  }
}
@media (min-width: 1980px) {
  .hero-section .hero-title h1 > span {
    font-size: 86px;
  }
}
.hero-section .hero-title h1 > span .reveal-text {
  display: block;
  will-change: transform;
}
@media (min-width: 1200px) {
  .hero-section .hero-title h1 > span:nth-child(1) {
    margin-left: 48px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-title h1 > span:nth-child(1) {
    margin-left: 136px;
  }
}
.hero-section .hero-title h1 > span:nth-child(2) span {
  color: #DF110E;
}
@media (min-width: 1200px) {
  .hero-section .hero-title h1 > span:nth-child(3) {
    margin-left: 138px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-title h1 > span:nth-child(3) {
    margin-left: 222px;
  }
}
@media (min-width: 1200px) {
  .hero-section .hero-title h1 > span:last-child {
    margin-left: 100px;
  }
}
.hero-section .hero-title .btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  gap: 10px;
  padding: 9px 9px 9px 20px;
  margin: auto;
}
@media (min-width: 1200px) {
  .hero-section .hero-title .btn {
    position: absolute;
    bottom: 0px;
    left: 300px;
    padding-left: 22px;
    min-width: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-title .btn {
    left: 333px;
    bottom: 4px;
  }
}
@media (min-width: 1980px) {
  .hero-section .hero-title .btn {
    left: 360px;
    bottom: 9px;
  }
}
.hero-section .hero-title .btn span {
  width: auto;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .hero-section .hero-title .btn span {
    font-size: 20px;
  }
}
.hero-section .hero-title .btn i {
  min-width: 38px;
  height: 38px;
}
@media (min-width: 1200px) {
  .hero-section .hero-title .btn i {
    min-width: 52px;
    height: 52px;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-title .btn i {
    min-width: 55px;
    height: 55px;
  }
}
@media (min-width: 1980px) {
  .hero-section .hero-title .btn i {
    min-width: 58px;
    height: 58px;
  }
}
.hero-section .hero-main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 50vh;
  opacity: 1;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(10deg);
}
@media (min-width: 1200px) {
  .hero-section .hero-main-image {
    top: 55%;
    left: 86%;
    height: auto;
    width: auto;
    max-width: 55%;
    z-index: 5;
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@media (min-width: 1800px) {
  .hero-section .hero-main-image {
    left: 80%;
  }
}

.advantages-section {
  padding: 60px 0 100px;
  position: relative;
  background-color: #DADBDF;
}
@media (min-width: 1200px) {
  .advantages-section {
    padding: 100px 0 200px;
  }
}
.advantages-section .advantages-wrapper .advantages-title {
  text-align: center;
  padding-left: 0px;
}
.advantages-section .advantages-wrapper .advantages-title .decor-title {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantages-section .advantages-wrapper .advantages-content {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .advantages-content {
    margin-top: 0px;
  }
}
.advantages-section .advantages-wrapper .advantages-image {
  width: 90%;
  max-width: 200px;
  margin: auto;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .advantages-section .advantages-wrapper .advantages-image {
    max-width: 334px;
  }
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .advantages-image {
    margin-bottom: 0px;
  }
}
.advantages-section .advantages-wrapper .advantages-image img {
  width: 100%;
  height: auto;
}
.advantages-section .advantages-wrapper .advantages-image span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.advantages-section .advantages-wrapper .advantages-image span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.advantages-section .advantages-wrapper .advantages-image span:hover {
  transform: scale(1.1);
}
.advantages-section .advantages-wrapper .advantages-image span:nth-child(3) {
  top: 28%;
  left: 5%;
}
.advantages-section .advantages-wrapper .advantages-image span:nth-child(2) {
  top: 17%;
  left: 83%;
}
.advantages-section .advantages-wrapper .advantages-image span:nth-child(4) {
  top: 58%;
  left: 74%;
}
.advantages-section .advantages-wrapper .advantages-image span:nth-child(5) {
  top: 85%;
  left: 33%;
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item {
  max-width: 400px;
  display: none;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item {
    display: block;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item > div {
  display: flex;
  gap: 18px;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item > div {
    flex-direction: column;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-marker {
  min-width: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-marker {
    min-width: 125px;
    width: 125px;
    height: 125px;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-marker img {
  width: 100%;
  height: auto;
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-content h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-content h4 {
    font-size: 26px;
    margin-bottom: 4px;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-content p {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-content p {
    font-size: 16px;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item .tooltip-content p span {
  color: #DF110E;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(1) {
    position: absolute;
    top: 60px;
    left: calc(50% + 180px);
  }
}
@media (min-width: 1600px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(1) {
    left: calc(50% + 220px);
  }
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(2) {
    position: absolute;
    top: 140px;
    right: calc(50% + 180px);
    text-align: right;
  }
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(2) > div {
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(2) {
    right: calc(50% + 220px);
  }
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(3) {
    position: absolute;
    top: 360px;
    left: calc(50% + 180px);
  }
}
@media (min-width: 1600px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(3) {
    left: calc(50% + 220px);
  }
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(4) {
    position: absolute;
    top: 440px;
    right: calc(50% + 180px);
    text-align: right;
  }
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(4) > div {
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper .tooltip-item:nth-child(4) {
    right: calc(50% + 220px);
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper.active-1 .tooltip-item:nth-child(1) {
  display: flex;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper.active-1 .tooltip-item:nth-child(1) > div {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper.active-2 .tooltip-item:nth-child(2) {
  display: flex;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper.active-2 .tooltip-item:nth-child(2) > div {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper.active-3 .tooltip-item:nth-child(3) {
  display: flex;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper.active-3 .tooltip-item:nth-child(3) > div {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}
.advantages-section .advantages-wrapper .tooltip-wrapper.active-4 .tooltip-item:nth-child(4) {
  display: flex;
}
@media (min-width: 1200px) {
  .advantages-section .advantages-wrapper .tooltip-wrapper.active-4 .tooltip-item:nth-child(4) > div {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}

.cta-section {
  background-color: #000000;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.cta-section .cta-decor-1,
.cta-section .cta-decor-2 {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cta-section .cta-decor-1,
  .cta-section .cta-decor-2 {
    width: 20vw;
  }
}
.cta-section .cta-decor-1 {
  bottom: -18%;
  left: -6%;
  background-image: url(../img/cta.jpg);
  background-position: bottom left;
  transform: rotate(342deg);
  width: 50vw;
  height: 70vw;
}
@media (min-width: 768px) {
  .cta-section .cta-decor-1 {
    width: 32vw;
    height: 50vw;
    bottom: -28%;
    left: -5%;
  }
}
@media (min-width: 1200px) {
  .cta-section .cta-decor-1 {
    width: 28vw;
    height: 38vw;
    bottom: -35%;
    left: -5%;
  }
}
.cta-section .cta-decor-2 {
  top: -18%;
  right: 0;
  background-image: url(../img/cta.jpg);
  background-position: top right;
  transform: rotate(160deg);
  width: 43vw;
  height: 60vw;
}
@media (min-width: 768px) {
  .cta-section .cta-decor-2 {
    top: -18%;
    right: -5%;
    width: 29vw;
    height: 46vw;
  }
}
@media (min-width: 1200px) {
  .cta-section .cta-decor-2 {
    width: 28vw;
    height: 38vw;
    top: -35%;
    right: -5%;
  }
}
.cta-section .cta-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.cta-section .cta-wrapper .cta-title {
  color: #FFFFFF;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cta-section .cta-wrapper .cta-title {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .cta-section .cta-wrapper .cta-title {
    font-size: 74px;
  }
}
.cta-section .cta-wrapper p {
  color: #BDBDBD;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 500px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cta-section .cta-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cta-section .cta-wrapper p {
    font-size: 20px;
  }
}
.cta-section .cta-wrapper p span {
  color: #DF110E;
  font-weight: 700;
  font-family: "Conthrax", sans-serif;
}
.cta-section .cta-wrapper .btn {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #1F1E1E;
  padding: 8px 8px 8px 30px;
}
.cta-section .cta-wrapper .btn span {
  margin-right: 15px;
  font-weight: 700;
  font-size: 14px;
}
.cta-section .cta-wrapper .btn i {
  width: 44px;
  height: 44px;
  background-color: #DF110E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}
.cta-section .cta-wrapper .btn i svg path {
  stroke: #FFFFFF;
}
.cta-section .cta-wrapper .btn:hover span {
  color: #FFFFFF;
}

.about-section {
  padding: 60px 0 100px;
  position: relative;
  background-color: #FFFFFF;
}
@media (min-width: 1200px) {
  .about-section {
    padding: 100px 0;
  }
}
.about-section .about-wrapper .about-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-section .about-wrapper .about-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    text-align: left;
  }
}
.about-section .about-wrapper .about-content > div {
  flex: 1;
}
@media (min-width: 1200px) {
  .about-section .about-wrapper .about-content > div {
    max-width: 48%;
    max-width: 600px;
  }
}
.about-section .about-wrapper .about-content > div p {
  margin-bottom: 24px;
  line-height: 1.5;
}
.about-section .about-wrapper .about-content > div p:last-child {
  margin-bottom: 0;
}
.about-section .about-wrapper .about-content img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: auto;
}
@media (min-width: 1200px) {
  .about-section .about-wrapper .about-content img {
    width: 48%;
    max-width: 580px;
  }
}

.gloves-section {
  padding: 60px 0 100px;
  position: relative;
}
@media (min-width: 1200px) {
  .gloves-section {
    padding: 100px 0;
  }
}
.gloves-section .gloves-header {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gloves-section .gloves-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media (min-width: 1800px) {
  .gloves-section .gloves-header {
    margin-bottom: 60px;
  }
}
.gloves-section .gloves-header .gloves-title {
  margin-bottom: 0;
}
.gloves-section .gloves-header .gloves-navigation {
  display: none;
}
@media (min-width: 768px) {
  .gloves-section .gloves-header .gloves-navigation {
    display: flex;
    gap: 16px;
    position: relative;
    bottom: 10px;
  }
}
.gloves-section .gloves-header .gloves-navigation .swiper-button-prev,
.gloves-section .gloves-header .gloves-navigation .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.gloves-section .swiper-button-prev,
.gloves-section .swiper-button-next {
  width: 58px;
  height: 58px;
  background-color: #DF110E;
  border-radius: 50%;
}
.gloves-section .swiper-button-prev::after,
.gloves-section .swiper-button-next::after {
  color: #1F1E1E;
  font-weight: 700;
  width: 16px;
  height: 16px;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1421 7.60134L7.07104 14.6724M14.1421 7.60134L7.07104 0.530273M14.1421 7.60134H-2.2769e-05' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.gloves-section .swiper-button-prev svg,
.gloves-section .swiper-button-next svg {
  display: none;
}
.gloves-section .swiper-button-prev:hover,
.gloves-section .swiper-button-next:hover {
  background-color: #1F1E1E;
}
.gloves-section .swiper-button-prev.swiper-button-disabled,
.gloves-section .swiper-button-next.swiper-button-disabled {
  background-color: #DADBDF;
  cursor: default;
}
.gloves-section .swiper-button-prev::after {
  transform: rotate(180deg);
  transform-origin: center;
}
.gloves-section .gloves-carousel {
  padding-bottom: 80px;
  overflow: visible !important;
}
.gloves-section .gloves-carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.gloves-section .gloves-carousel .swiper-slide {
  height: auto;
  width: calc(100% - 35px);
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .gloves-section .gloves-carousel .swiper-slide {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .gloves-section .gloves-carousel .swiper-slide {
    width: 932px;
  }
}
.gloves-section .gloves-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gloves-section .gloves-content .no-gloves {
  text-align: center;
  font-size: 18px;
  color: #464646;
  padding: 40px 0;
}
.gloves-section .swiper-pagination {
  bottom: 30px;
}
.gloves-section .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #1F1E1E;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.gloves-section .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #DF110E;
  width: 32px;
  border-radius: 6px;
}

.glove-card {
  background-color: #FBFBFB;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 20px;
  border: 1px solid #DADBDF;
}
@media (min-width: 1200px) {
  .glove-card {
    flex-direction: row;
    border-radius: 20px;
    padding: 20px;
    gap: 40px;
  }
}
@media (min-width: 1600px) {
  .glove-card {
    gap: 40px;
  }
}
.glove-card .glove-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-height: 200px;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #DADBDF;
}
@media (min-width: 1200px) {
  .glove-card .glove-image-container {
    width: 50%;
    max-width: 430px;
    max-height: 100%;
  }
}
.glove-card .glove-image-container .glove-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.glove-card .glove-image-container .glove-icons {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.glove-card .glove-image-container .glove-icons .icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .glove-card .glove-image-container .glove-icons .icon-badge {
    width: 45px;
    height: 45px;
  }
}
.glove-card .glove-image-container .glove-icons .icon-badge svg {
  display: flex;
}
.glove-card .glove-image-container .glove-icons .icon-badge.dstu-badge {
  background-color: #DF110E;
  flex-direction: column;
  gap: 2px;
}
.glove-card .glove-image-container .glove-icons .icon-badge.dstu-badge .dstu-text {
  color: #FFF;
  font-size: 5px;
}
@media (min-width: 1200px) {
  .glove-card .glove-image-container .glove-icons .icon-badge.dstu-badge .dstu-text {
    font-size: 8px;
  }
}
.glove-card .glove-image-container .glove-icons .icon-badge.dstu-badge .dstu-text {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Conthrax", sans-serif;
  line-height: 1;
}
.glove-card .glove-image-container .glove-icons .icon-badge.class-badge {
  background-color: #EFEFEF;
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .glove-card .glove-image-container .glove-icons .icon-badge.class-badge {
    width: 45px;
    height: 45px;
  }
}
.glove-card .glove-image-container .glove-icons .icon-badge.class-badge {
  border: none;
  padding: 0;
  border-radius: 5px;
}
.glove-card .glove-image-container .glove-icons .icon-badge.class-badge text {
  font-family: "Conthrax", sans-serif;
  font-weight: 400;
}
.glove-card .glove-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.glove-card .glove-info .glove-title {
  font-size: 14px;
  font-weight: 700;
  color: #1F1E1E;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "Conthrax", sans-serif;
  font-weight: 900;
}
.glove-card .glove-info .glove-title span {
  font-size: 26px;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .glove-card .glove-info .glove-title span {
    font-size: 36px;
  }
}
.glove-card .glove-info .glove-description {
  font-size: 12px;
  color: #464646;
  line-height: 1.5;
  font-weight: 100;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-description {
    font-size: 14px;
  }
}
.glove-card .glove-info .glove-description p {
  margin: 0;
}
.glove-card .glove-info .protection-levels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .protection-levels {
    gap: 20px;
  }
}
.glove-card .glove-info .protection-levels .protection-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.glove-card .glove-info .protection-levels .protection-item .protection-label {
  font-size: 8px;
  font-weight: 400;
  color: #1F1E1E;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #464646;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .protection-levels .protection-item .protection-label {
    font-size: 12px;
  }
}
.glove-card .glove-info .protection-levels .protection-item .protection-shields {
  display: flex;
}
.glove-card .glove-info .protection-levels .protection-item .protection-shields svg {
  flex-shrink: 0;
  width: 14px;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .protection-levels .protection-item .protection-shields svg {
    width: 20px;
  }
}
.glove-card .glove-info .glove-documents .documents-title {
  font-size: 14px;
  font-weight: 900;
  color: #1F1E1E;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Conthrax", sans-serif;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-documents .documents-title {
    font-size: 17px;
  }
}
.glove-card .glove-info .glove-documents .documents-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-documents .documents-list {
    gap: 8px;
  }
}
.glove-card .glove-info .glove-documents .document-item {
  margin: 0;
}
.glove-card .glove-info .glove-documents .document-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
  color: #1F1E1E;
  font-family: "Conthrax", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  transition: color 0.2s ease, transform 0.2s ease;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-documents .document-link {
    gap: 10px;
    font-size: 17px;
  }
}
.glove-card .glove-info .glove-documents .document-link:hover {
  color: #DF110E;
  transform: translateX(2px);
}
.glove-card .glove-info .glove-documents .document-link .document-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .glove-card .glove-info .glove-documents .document-link .document-icon {
    width: auto;
    height: 30px;
  }
}
.glove-card .glove-info .glove-documents .document-link .document-icon svg {
  width: 100%;
  height: 100%;
}
.glove-card .glove-info .glove-documents .document-link .document-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}