@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #161616;
  --blue: #1859ff;
  --grey1: #c2c2c2;
  --grey2: #f5faff;
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_blue {
  color: var(--blue);
}

.c_grey1 {
  color: var(--grey1);
}

.c_grey2 {
  color: var(--grey2);
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bg_wh {
  background-color: var(--white);
}

.bg_blue {
  background-color: var(--blue);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_grey1 {
  background-color: var(--grey1);
}

.bg_grey2 {
  background-color: var(--grey2);
}

body,
html {
  scrollbar-color: var(--blue) var(--grey2);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.elem__anim h1,
.elem__anim h2,
.elem__anim h3,
.elem__anim h4,
.elem__anim a,
.elem__anim button,
.elem__anim p,
.elem__anim ul,
.elem__anim ol {
  opacity: 0;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

.swiper-slide,
.swiper-slide:active,
.swiper-slide:hover {
  outline: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--blue);
}

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

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

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

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Manrope", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

span.btn,
a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
  height: 50px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 10px;
}
span.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: #0047ff;
  color: var(--white);
}
span.btn:active,
a.btn:active,
button.btn:active {
  color: #164dd8;
  color: #c5c7ff;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.header.header_fixed {
  padding: 5px 0;
  background-color: var(--white);
}
.header .btn {
  width: 228px;
  height: 45px;
}
.header .header__contact a:hover path {
  fill: var(--blue);
}
.header .header__contact svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-logo-link img {
  width: 104px;
  height: auto;
  margin-right: 30px;
}
.custom-logo-link span {
  font-size: 32px;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu .nav__item {
  position: relative;
  margin-right: 45px;
}
.nav__menu .nav__item:last-child {
  margin-right: 0;
}
.nav__menu .nav__item a {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: var(--dark);
}
.nav__menu .nav__item a:hover {
  color: var(--blue);
}
.nav__menu .nav__item.menu-item-has-children > a {
  padding-right: 26px;
}
.nav__menu .nav__item.menu-item-has-children > a::after, .nav__menu .nav__item.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../img/icon_arrow_bottom.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children > a:after {
  background: url(../img/icon_arrow_bottom_blue.svg) no-repeat center;
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  pointer-events: none;
  width: 260px;
  padding: 15px 10px;
  background-color: #242424;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li {
  margin-bottom: 8px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a {
  color: var(--white);
  font-size: 16px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a i {
  margin-right: 5px;
  font-size: 20px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
  color: var(--blue);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.current-menu-item a {
  color: var(--blue);
}
.nav__menu .nav__item.current-menu-ancestor > a, .nav__menu .nav__item.current-menu-item > a {
  color: var(--blue);
}
.nav__menu .nav__item.current-menu-ancestor > a::before, .nav__menu .nav__item.current-menu-item > a::before {
  opacity: 0;
}
.nav__menu .nav__item.current-menu-ancestor > a:after, .nav__menu .nav__item.current-menu-item > a:after {
  opacity: 1;
}

.menu__burger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.menu__burger span {
  display: block;
  height: 2px;
  width: 27px;
  border-radius: 5px;
  background-color: var(--dark);
  margin-bottom: 8px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1199px) {
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    pointer-events: all;
  }
}
@media screen and (max-width: 1199px) {
  .nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    right: -450px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 100px;
    overflow-y: auto;
    padding-top: 0;
    margin: 0;
    background-color: var(--dark);
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 13px;
    padding: 17px 0;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 59px;
    margin-bottom: 0;
  }
  .nav .nav__row .custom-logo-link img {
    width: 100%;
    height: auto;
  }
  .nav .menu__close {
    width: 30px;
    height: 30px;
    background: url(../img/close_menu.svg) no-repeat center;
    outline: none;
    position: relative;
    cursor: pointer;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav .social {
    margin-bottom: 50px;
  }
  .nav .nav__item {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .nav .nav__item a {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--white);
  }
  .nav__menu .nav__item.menu-item-has-children > a::after,
  .nav__menu .nav__item.menu-item-has-children > a::before {
    display: none;
  }
  .nav__menu .nav__item.menu-item-has-children {
    margin-bottom: 16px;
  }
  .nav__menu .nav__item.menu-item-has-children > a {
    padding-right: 0;
    padding: 0 0 24px;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::after, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::after {
    opacity: 1;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::before, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::before {
    opacity: 0;
  }
  .open_child_menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url(../img/icon_arrow_bottom_wh.svg) no-repeat center/15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .open_child_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon_arrow_bottom_blue.svg) no-repeat center/15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    height: 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    border-radius: 5px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li {
    padding: 9px;
    margin-bottom: 0;
    text-align: left;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li:first-child {
    padding-top: 30px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 30px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li a i {
    font-size: 30px;
    margin-right: 14px;
    width: 30px;
    line-height: 30px;
  }
}
.section__title {
  font-size: 32px;
  line-height: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.title_1 {
  font-size: 80px;
  line-height: 1.6em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.title_2 {
  font-size: 32px;
  line-height: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.title_3 {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.text__content h1 {
  font-size: 80px;
  line-height: 1.6em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
  margin-bottom: 1em;
}
.text__content h2 {
  font-size: 32px;
  line-height: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
  margin-bottom: 1em;
}
.text__content h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.text__content p,
.text__content li {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}
.text__content li {
  position: relative;
  padding-left: 28px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: 0.6em;
}

.lang_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11px;
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid var(--dark);
  background-color: var(--white);
}
.lang_select .lang__block {
  position: absolute;
  width: 80px;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -1px;
  background-color: var(--grey2);
  border-top: none;
  border-radius: 5px;
  overflow: hidden;
}
.lang_select .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: calc(100% + 1px);
}
.lang_select .lang__block a {
  display: block;
  padding: 8px 11px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
}
.lang_select .lang__block a:hover {
  color: var(--blue);
}
.lang_select .lang__block .current-lang {
  display: none;
}
.lang_select .current__lang {
  color: var(--dark);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.lang_select .current__lang:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow_bottom.svg) no-repeat center;
  pointer-events: none;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* background: url(../img/icons/arrow_doun_input.svg) no-repeat center; */
}
.lang_select .current__lang.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(../img/icon_arrow_bottom_blue.svg) no-repeat center;
}

.basket__btn {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 10px;
  height: 45px;
  width: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.basket__btn svg {
  width: 25px;
  height: 25px;
  pointer-events: none;
}
.basket__btn svg path {
  fill: var(--white);
}
.basket__btn .basket__count {
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  right: 2px;
  top: 2px;
  background-color: var(--white);
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--dark);
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 1439px) {
  .title_1 {
    font-size: 60px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 40px;
  }
  .section__title,
  .title_2 {
    font-size: 24px;
  }
  .title_3 {
    font-size: 20px;
  }
  .text__content h2 {
    font-size: 24px;
  }
  .text__content h3 {
    font-size: 20px;
  }
  .lang_select {
    width: 55px;
    padding-left: 10px;
  }
  .lang_select .current__lang {
    font-size: 16px;
  }
  .lang_select .current__lang:after {
    margin-left: 3px;
  }
}
.form__wrap.row {
  width: auto;
}
.form__wrap .input__group {
  margin-bottom: 20px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 21px;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 5px;
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  background-color: #ffeaea;
  color: #9f0000;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #c7c7c7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #c7c7c7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #c7c7c7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #c7c7c7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #c7c7c7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus::-webkit-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::-moz-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus:-ms-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::-ms-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input.order__input_message {
  height: 240px;
  padding-top: 10px;
}
.form__wrap .theme__item span {
  display: block;
  margin: 0 !important;
}
.form__wrap input[type=checkbox] {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--blue);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__wrap input[type=checkbox]:checked {
  background: url(../img/icon_check.svg) no-repeat center;
}
.form__wrap .btn {
  max-width: 100%;
  height: 57px;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #9f0000;
  position: absolute;
  top: 95%;
  left: 0;
}

.head__section {
  padding-top: 145px;
}
.head__section .offer h1 {
  -webkit-hyphens: inherit;
      -ms-hyphens: inherit;
          hyphens: inherit;
  word-wrap: inherit;
}
.head__section .offer h1 span {
  color: var(--blue);
}
.head__section .offer p {
  max-width: 709px;
  margin: 0 auto 15px;
}
.head__section .offer p b,
.head__section .offer p strong {
  font-weight: 600;
}
.head__section .head__img {
  width: 100%;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .head__section .offer p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
  .custom-logo-link {
    width: 80px;
  }
  .custom-logo-link img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-logo-link {
    width: 59px;
  }
  .head__section .offer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .head__section {
    padding-bottom: 377px;
  }
  .head__section .head__img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 370px;
    width: auto;
    max-width: inherit;
    bottom: 0;
  }
}
.advant_work .advant_work__item {
  padding: 57px 144px 55px 60px;
  min-height: 340px;
  background-color: var(--white);
  -webkit-box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
          box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
  border-radius: 20px;
  position: relative;
}
.advant_work .advant_work__item .advant_work__img {
  position: absolute;
  width: 120px;
  height: auto;
  right: 24px;
  bottom: 28px;
}

@media screen and (max-width: 1439px) {
  .advant_work .advant_work__item {
    padding-right: 120px;
  }
  .advant_work .advant_work__item .advant_work__img {
    width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .advant_work .advant_work__item {
    padding: 30px 100px 30px 37px;
  }
  .advant_work .advant_work__item .advant_work__img {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .advant_work .advant_work__item {
    min-height: inherit;
    padding: 27px 37px 90px;
  }
  .advant_work .advant_work__item .advant_work__img {
    width: 70px;
    right: 7px;
    bottom: 18px;
  }
  .advant_work {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .advant_work .advant_work__text {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.categories .categories__item {
  display: block;
  height: 252px;
  border-radius: 20px;
  background-size: 100%;
  background-position: 100% 100%;
  padding: 49px 36px 49px;
  background-repeat: no-repeat;
}
.categories .categories__item:hover {
  background-color: var(--blue);
  color: var(--white);
}
.categories .categories__item.categories__item_big {
  height: 342px;
}

@media screen and (max-width: 1199px) {
  .categories .categories__item {
    padding: 23px 20px 49px;
    height: 300px;
    background-size: 350px;
  }
  .categories .categories__item.categories__item_big {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .categories {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .categories .categories__item {
    height: 295px;
    padding-top: 55px;
    padding-left: 40px;
    padding-right: 40px;
    background-size: 260px;
  }
  .categories .categories__item.categories__item_big {
    height: 295px;
  }
}
@media screen and (max-width: 576px) {
  .categories .categories__item {
    background-size: 290px;
  }
}
.advant .advant__icon {
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advant .advant__icon img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .advant {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.contact .contact__wrap {
  -webkit-box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
          box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
  border-radius: 20px;
}
.contact .contact__wrap .form__wrap {
  width: auto;
}
.contact .contact__wrap .form__wrap .contact__theme .theme__item {
  margin-right: 40px;
}
.contact .contact__wrap .form__wrap .contact__theme .theme__item:last-child {
  margin-right: 0;
}
.contact .contact__wrap .form__wrap .contact__theme .theme__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1439px) {
  .contact .form__wrap .input__group .order__input.order__input_message {
    height: 190px;
  }
  .contact .contact__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__wrap .form__wrap .contact__theme {
    margin-bottom: 20px;
  }
  .contact .contact__wrap .form__wrap .contact__theme .theme__item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .contact .contact__wrap .form__wrap .contact__theme {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contact .contact__wrap .form__wrap .contact__theme .theme__item {
    width: 50%;
    margin-right: 0;
    padding-right: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact__wrap .form__wrap .contact__theme .theme__item label {
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input {
    height: 40px;
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input::-moz-placeholder {
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .contact .form__wrap .input__group .order__input::placeholder {
    font-size: 14px;
  }
  .contact .form__wrap .btn {
    font-size: 18px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact__wrap .form__wrap .contact__theme .theme__item {
    width: 100%;
  }
}
.footer {
  padding: 30px 0 50px;
}
.footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__logo img {
  width: 104px;
  height: auto;
  margin-right: 30px;
}
.footer .footer__logo span {
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}
.footer .footer__contact li:last-child {
  margin-bottom: 0 !important;
}
.footer .footer__contact a:hover path {
  fill: var(--blue);
}
.footer .footer__contact svg {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

@media screen and (max-width: 1199px) {
  .footer .footer__logo span {
    font-size: 28px;
  }
  .footer .footer__contact li {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__logo img {
    width: 65px;
    margin-right: 14px;
  }
  .footer .footer__logo span {
    font-size: 24px;
  }
}
.products {
  padding-top: 140px;
  padding-bottom: 120px;
}
.products .products__list .products__item {
  background-color: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
          box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
  padding: 19px 19px 19px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.products .products__list .products__item .products__thumnail {
  width: 320px;
  max-width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products .products__list .products__item .products__thumnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products .products__list .products__item .products__describe {
  max-width: 305px;
  padding: 12px 0;
}
.products .products__list .products__item .products__describe p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.products .products__list .products__item .products__describe .btn {
  width: 180px;
}
.products .products__list .products__item .products__labels {
  position: absolute;
  right: 19px;
  top: 14px;
}
.products .products__list .products__item .products__labels .products__label {
  position: relative;
  margin-bottom: 12px;
  width: 50px;
  cursor: pointer;
}
.products .products__list .products__item .products__labels .products__label img {
  width: 100%;
  height: auto;
}
.products .products__list .products__item .products__labels .products__label p {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 7px;
  background-color: #ededed;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__list .products__item .products__labels .products__label p::after {
  content: "";
  display: block;
  border-left: 5px solid #ededed;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  position: absolute;
  left: 100%;
  top: calc(50% - 3px);
}
.products .products__list .products__item .products__labels .products__label:hover p {
  opacity: 1;
  pointer-events: all;
}

.sidebar .sidebar__menu {
  max-width: 320px;
  background-color: var(--white);
  padding: 10px;
  border-radius: 12px;
}
.sidebar .sidebar__menu li {
  margin-bottom: 5px;
}
.sidebar .sidebar__menu li a {
  padding-left: 16px;
  font-size: 18px;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-radius: 5px;
  padding-right: 10px;
}
.sidebar .sidebar__menu li a:hover {
  color: var(--blue);
  background-color: var(--grey2);
}
.sidebar .sidebar__menu li a i {
  font-size: 30px;
  display: block;
  width: 30px;
  margin-right: 14px;
}
.sidebar .sidebar__menu li.current-menu-item a {
  color: var(--blue);
  background-color: var(--grey2);
}

.product__search {
  position: relative;
  height: 50px;
  margin-bottom: 60px;
}
.product__search input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--grey1);
  color: var(--dark);
  border-radius: 10px;
  padding-left: 44px;
  font-size: 20px;
}
.product__search input::-webkit-input-placeholder {
  font-size: 20px;
  color: var(--grey1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__search input::-moz-placeholder {
  font-size: 20px;
  color: var(--grey1);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__search input:-ms-input-placeholder {
  font-size: 20px;
  color: var(--grey1);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__search input::-ms-input-placeholder {
  font-size: 20px;
  color: var(--grey1);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__search input::placeholder {
  font-size: 20px;
  color: var(--grey1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__search input:hover::-webkit-input-placeholder {
  color: var(--dark);
}
.product__search input:hover::-moz-placeholder {
  color: var(--dark);
}
.product__search input:hover:-ms-input-placeholder {
  color: var(--dark);
}
.product__search input:hover::-ms-input-placeholder {
  color: var(--dark);
}
.product__search input:hover::placeholder {
  color: var(--dark);
}
.product__search .btn {
  width: 180px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.product__search .secondary_result {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 20px 40px;
  background-color: var(--grey2);
  z-index: 10;
}
.product__search .secondary_result .secondary_res_overflow {
  overflow-y: auto;
  max-height: 300px;
}
.product__search .secondary_result .secondary_res_overflow h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.product__search .secondary_result .secondary_res_overflow h2 a {
  color: var(--dark);
}
.product__search .secondary_result .secondary_res_overflow h2 a:hover {
  color: var(--blue);
}

.product {
  padding-top: 140px;
  padding-bottom: 120px;
}
.product .product__content {
  background-color: var(--white);
  border-radius: 10px;
}
.product .product__content .product__thumnail {
  width: 100%;
  height: 406px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
}
.product .product__content .product__thumnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .product__content .product__name {
  border-bottom: 1px solid var(--grey1);
}
.product .product__content .product__attr {
  border-bottom: 1px solid var(--grey1);
}
.product .product__content .product__attr p {
  line-height: 1.6em;
}
.product .product__content .btn {
  width: 280px;
  height: 50px;
}
.product .product__content .btn .star_text {
  display: block;
  pointer-events: none;
}
.product .product__content .btn .add_text {
  display: none;
  pointer-events: none;
}
.product .product__content .btn.favorite .star_text {
  display: none;
}
.product .product__content .btn.favorite .add_text {
  display: block;
}
.product .product__content .product__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .product__content .product__labels .product__label {
  width: 100%;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product__content .product__labels .product__label img {
  width: 50px;
  display: block;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product .characteristick .characteristick__title {
  width: 405px;
  max-width: 100%;
  height: 55px;
  background-color: var(--dark);
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.product .characteristick .text__content {
  border: 1px solid var(--grey1);
  border-radius: 0 10px 10px 10px;
  padding: 40px 80px;
  background-color: var(--white);
}

@media screen and (max-width: 1439px) {
  .products .title_1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .products .title_1 {
    font-size: 32px;
    margin-bottom: 40px !important;
  }
  .products .products__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products .products__list .products__item {
    width: 48%;
    display: block;
    padding: 20px;
    padding: 10px 14px 50px;
  }
  .products .products__list .products__item .products__thumnail {
    margin: 0 auto 20px;
    height: 250px;
  }
  .products .products__list .products__item .products__describe {
    margin: 0 auto;
    text-align: center;
  }
  .products .products__list .products__item .products__describe p {
    margin-bottom: 20px;
  }
  .products .products__list .products__item .products__describe .btn {
    margin: 0 auto;
  }
  .product .characteristick .text__content {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .products .title_1 {
    font-size: 28px;
  }
  .products,
  .product {
    padding-top: 120px;
  }
  .product .product__content .product__thumnail {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .products .title_1 {
    font-size: 24px;
  }
  .products .products__list .products__item {
    width: 100%;
  }
  .product .product__content .product__labels {
    margin-bottom: 20px;
  }
  .product .product__content .product__labels .product__label {
    width: 50%;
  }
  .product__search {
    margin-bottom: 30px;
    height: 40px;
  }
  .product__search input {
    padding-left: 23px;
    font-size: 14px;
  }
  .product__search input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .product__search input::-moz-placeholder {
    font-size: 14px;
  }
  .product__search input:-ms-input-placeholder {
    font-size: 14px;
  }
  .product__search input::-ms-input-placeholder {
    font-size: 14px;
  }
  .product__search input::placeholder {
    font-size: 14px;
  }
  .product__search .btn {
    height: 40px;
    width: 84px;
  }
  .product__search .btn svg {
    width: 20px;
    height: 20px;
  }
  .products .products__list .products__item {
    display: block;
    padding: 10px 14px 50px;
  }
  .products .products__list .products__item .products__thumnail {
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .products .products__list .products__item .products__labels .products__label {
    width: 30px;
    margin-bottom: 8px;
  }
  .product .product__content .product__labels .product__label img {
    width: 30px;
    height: auto;
    margin-right: 12px;
  }
  .product .product__content .product__labels .product__label p {
    font-size: 14px;
  }
  .product .product__content .product__thumnail {
    height: 280px;
  }
  .product .characteristick .characteristick__title {
    width: 100%;
    font-size: 20px;
  }
  .product .characteristick .text__content {
    padding: 25px 15px;
  }
  .products .products__list .products__item .products__thumnail {
    height: auto;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px;
}
.pagination .page-numbers.current {
  color: var(--blue);
}
.pagination .page-numbers.prev {
  margin-right: 9px;
}
.pagination .page-numbers.prev img {
  margin-right: 9px;
}
.pagination .page-numbers.next {
  margin-left: 9px;
}
.pagination .page-numbers.next img {
  margin-left: 9px;
}
.pagination a.page-numbers:hover {
  color: var(--blue);
}
.pagination span.page-numbers {
  pointer-events: none;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.open {
  z-index: 9999999;
  pointer-events: all;
  opacity: 1;
}
.popup .popup__content {
  width: 95%;
  max-width: 580px;
  max-height: 95%;
  overflow-y: auto;
  background-color: var(--white);
  padding: 70px 60px;
  -webkit-box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
          box-shadow: -11px 15px 30px rgba(66, 66, 66, 0.06);
  border-radius: 20px;
  position: relative;
}
.popup .popup__content .popup__close {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 28px;
  top: 28px;
  display: block;
  border: none;
  background: url(../img/close_form.svg) no-repeat center;
}
.popup .popup__content form {
  position: relative;
}
.popup .popup__content .form__wrap .theme__item span {
  font-size: 14px;
}
.popup .popup__content .form__wrap .input__group {
  margin-bottom: 15px;
}
.popup .popup__content .form__wrap .input__group .order__input {
  height: 45px;
  padding-left: 20px;
}
.popup .popup__content .form__wrap .input__group .order__input.order__input_message {
  height: 150px;
}
.popup.order_form .contact__theme {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.popup.order_form .theme__item {
  width: 50%;
  margin-bottom: 5px;
}
.popup.order_form .theme__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.order_form .theme__item label input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.popup.order_form .theme__item .wpcf7-list-item-label {
  font-size: 12px;
}
.popup.order_form .list__order li {
  margin-bottom: 5px;
}
.popup.order_form .list__order li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
}
.popup.order_form .list__order li:last-child {
  bottom: 0;
}
.popup.order_form .list__order li .remove_from_cart {
  width: 25px;
  height: 25px;
  border: 1px solid var(--grey1);
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  background: var(--white) url(../img/close_form.svg) no-repeat center;
}

.wpcf7-response-output {
  font-size: 14px;
  margin: 0 !important;
  position: absolute;
  top: 100%;
}

@media screen and (max-width: 1600px) {
  .popup .popup__content {
    padding: 40px 60px 60px;
  }
  .popup .popup__content .form__wrap .input__group .order__input.order__input_message {
    height: 150px;
  }
  .popup .popup__content > p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .popup .popup__content {
    padding: 40px 25px 50px;
  }
  .popup .popup__content .popup__close {
    top: 10px;
    right: 10px;
  }
  .popup .popup__content .form__wrap .input__group .order__input {
    height: 40px;
  }
  .popup .popup__content .form__wrap .input__group .order__input.order__input_message {
    height: 80px;
  }
  .popup .popup__content .form__wrap.row {
    width: auto;
  }
}
@media screen and (max-width: 568px) {
  .popup .popup__content {
    padding: 40px 5px 50px;
  }
}/*# sourceMappingURL=main.css.map */