@charset "UTF-8";
:root {
  --white: #fff;
  --main: #01061e;
  --blue: #4193e5;
  --darkblue: #0454a4;
  --lightblue: #edf6fd;
  --white: #ffffff;
  --light: #f8f8f8;
  --brown: #706156;
  --shadow: 0 0 11px rgba(117, 117, 117, 0.2);
}

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

body {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main);
  padding-top: 145px;
}

::-webkit-scrollbar {
  width: 10px;
}

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

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

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

figure,
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Roboto", sans-serif;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
}

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

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.swiper-container {
  overflow: hidden;
}

.custom-logo-link,
.custom_logo {
  display: block;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.custom-logo-link img,
.custom_logo img {
  width: 100%;
  height: auto;
}

.breadcrumbs {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--brown);
}
.breadcrumbs a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--brown);
}
.breadcrumbs .breadcrumb_last {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--blue);
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
.header .header__top {
  background-color: var(--lightblue);
  padding: 5px 0;
}

.home .header_bg {
  opacity: 0;
}

.bg__style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed_header {
  z-index: 5000;
}

.header__top {
  padding: 12px 0 16px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}
.header__top .header__order {
  font-size: 16px;
  width: 220px;
  height: 50px;
}

.page-template-template-product .header__top {
  background-color: var(--white);
}

.header__bottom {
  background: var(--darkblue);
  padding: 14px 0;
  position: relative;
  z-index: 5;
}

.my_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_row_menu {
  display: none;
}

.menu,
.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.menu__close {
  width: 20px;
  height: 20px;
  background: url(../img/icons/close.svg) no-repeat center/20px;
  outline: none;
  /* margin-left: auto; */
  position: relative;
}

.nav .menu-item {
  position: relative;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-item.disabled a {
  pointer-events: none;
}

.nav .menu-item:last-child {
  margin-right: 0;
}

.menu-item a {
  font-weight: 400;
  font-size: 18px;
  position: relative;
  color: var(--lightblue);
}

.nav .menu-item a:hover,
.nav .menu-item.current-menu-item > a {
  color: var(--blue);
}

.menu__burger {
  cursor: pointer;
  margin-left: 0;
  height: 30px;
}

.social__link {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

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

.social__link svg {
  width: 100%;
  height: 100%;
}

.menu__burger span {
  width: 30px;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  background-color: var(--darkblue);
}

.menu__burger .burger__line_second {
  width: 66%;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
}

.menu-item-has-children {
  position: relative;
}

.nav__list .menu-item.menu-item-has-children > a {
  padding-right: 26px;
}
.nav__list .menu-item.menu-item-has-children > a::before {
  content: "›";
  width: 10px;
  height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--white);
}
.nav__list .menu-item.menu-item-has-children .sub-menu {
  width: 100%;
  min-width: 650px;
  padding: 20px;
  background-color: var(--white);
  position: absolute;
  left: -300px;
  top: 100%;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__list .menu-item.menu-item-has-children .sub-menu li {
  margin-bottom: 5px;
  width: 50%;
  padding-right: 10px;
}
.nav__list .menu-item.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: var(--main);
}
.nav__list .menu-item.menu-item-has-children .sub-menu li a {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  color: var(--dark);
  letter-spacing: 0;
}
.nav__list .menu-item.menu-item-has-children .sub-menu li a:hover {
  color: var(--blue);
}

@media screen and (min-width: 992px) {
  .nav__list .menu-item.menu-item-has-children:hover > a::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .nav__list .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.custom__logo {
  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;
}

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

.title_2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}
.title_2 b,
.title_2 strong {
  font-weight: 700;
}

.title_3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}
.title_3 b,
.title_3 strong {
  font-weight: 700;
}

.title_4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}
.title_4 b,
.title_4 strong {
  font-weight: 700;
}

.title_5 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
}
.title_5 b,
.title_5 strong {
  font-weight: 700;
}

.title_6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.title_6 b,
.title_6 strong {
  font-weight: 700;
}

.text__content h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.text__content h2 b,
.text__content h2 strong {
  font-weight: 700;
}
.text__content h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.text__content h3 b,
.text__content h3 strong {
  font-weight: 700;
}
.text__content h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.text__content h4 b,
.text__content h4 strong {
  font-weight: 700;
}
.text__content h5 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.text__content h5 b,
.text__content h5 strong {
  font-weight: 700;
}
.text__content h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.text__content h6 b,
.text__content h6 strong {
  font-weight: 700;
}
.text__content p,
.text__content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}
.text__content p:last-child,
.text__content li:last-child {
  margin-bottom: 0;
}
.text__content p b,
.text__content p strong,
.text__content li b,
.text__content li strong {
  font-weight: 700;
}
.text__content p {
  margin-bottom: 0.7em;
}
.text__content ul,
.text__content ol {
  margin-bottom: 0.7em;
}
.text__content li {
  position: relative;
  padding-left: 28px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 8px;
  background-color: var(--main);
}
.text__content ol {
  list-style: none;
  counter-reset: item;
}
.text__content ol li {
  counter-increment: item;
}
.text__content ol li:before {
  margin-right: 18px;
  content: counter(item) ". ";
  background: transparent;
  color: var(--main);
  font-size: 18px;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  height: 18px;
  top: 0px;
  left: 4px;
}

@media screen and (max-width: 991px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .menu {
    width: 100%;
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* transform: translateX(100%); */
    height: 3px;
    overflow-y: auto;
    scrollbar-color: var(--red) #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
    background-color: var(--white);
  }
  .menu .btn {
    width: 100%;
    height: 55px;
    font-size: 18px;
  }
  .menu .header__contact .header__info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .open_menu {
    /* transform: translateX(0); */
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    -webkit-animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  @-webkit-keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    50% {
      height: 3px;
      /* transform: translateX(0%); */
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
      padding-bottom: 40px;
      right: 0;
    }
  }
  @keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
    }
  }
  @-webkit-keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      right: 0;
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  @keyframes rightBottomHide {
    0% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      /* transform: translateX(0%); */
    }
    50% {
      height: 3px;
      right: 0px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      /* transform: translateX(100%); */
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }
  .nav {
    margin-top: 30px;
  }
  .nav .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .nav .menu-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
  }
  .menu-item:not(:last-child) {
    margin-right: auto;
  }
  .nav .menu-item > a {
    padding: 0;
    text-align: left;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    padding: 0;
    display: block;
    color: var(--darkblue);
    background-color: var(--light);
  }
  .nav .menu-item > a:hover {
    color: var(--blue);
  }
  .open_menu .menu-item.menu-item-has-children > a {
    padding-right: 26px;
  }
  .open_menu .menu-item.menu-item-has-children > a:before {
    display: none;
  }
  .open_menu .menu-item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .open_menu .menu-item.menu-item-has-children .open_child_menu {
    position: absolute;
    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;
    right: 0px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .open_menu .menu-item.menu-item-has-children .open_child_menu:hover::before {
    background-color: var(--blue);
  }
  .open_menu .menu-item.menu-item-has-children .open_child_menu::before {
    content: "›";
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    font-size: 22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: var(--darkblue);
    color: var(--white);
    padding-bottom: 4px;
  }
  .open_menu .menu-item.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 250px;
    padding: 0 10px;
    background-color: transparent;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border-radius: 0;
  }
  .open_menu .menu-item.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
    width: 100%;
  }
  .open_menu .menu-item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .open_menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: var(--blue);
    display: block;
    padding: 4px 0;
    border: none;
    line-height: 1.4em;
  }
  .open_menu .menu-item.menu-item-has-children .sub-menu li a:hover {
    color: var(--darkblue);
  }
  .text__content h2 {
    font-size: 26px;
  }
  .text__content h3 {
    font-size: 24px;
  }
  .text__content h4 {
    font-size: 20px;
  }
}
.section__title {
  font-weight: 700;
  font-size: 38px;
  color: var(--blue);
  position: relative;
  text-align: center;
}

a.btn,
button.btn,
span.btn {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 205px;
  height: 55px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0 15px;
  color: var(--white);
  border-radius: 50px;
  background-color: var(--main);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
a.btn:hover,
button.btn:hover,
span.btn:hover {
  background-color: var(--blue);
  color: var(--white);
}
a.btn:active,
button.btn:active,
span.btn:active {
  background-color: var(--darkblue);
}
a.btn.btn_blue,
button.btn.btn_blue,
span.btn.btn_blue {
  background-color: var(--darkblue);
}
a.btn.btn_blue:hover,
button.btn.btn_blue:hover,
span.btn.btn_blue:hover {
  background-color: var(--main);
}
a.btn.btn_blue:active,
button.btn.btn_blue:active,
span.btn.btn_blue:active {
  background-color: var(--lightblue);
  color: var(--blue);
}
a.btn.btn_light,
button.btn.btn_light,
span.btn.btn_light {
  background-color: var(--blue);
  color: var(--white);
}
a.btn.btn_light:hover,
button.btn.btn_light:hover,
span.btn.btn_light:hover {
  background-color: var(--lightblue);
  color: var(--darkblue);
}
a.btn.btn_light:active,
button.btn.btn_light:active,
span.btn.btn_light:active {
  background-color: var(--darkblue);
  color: var(--white);
}

.my-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang li {
  margin: 0;
  padding: 0;
}
.lang li:last-child {
  margin-left: 12px;
}
.lang li.current-lang a {
  color: var(--darkblue);
  font-weight: 700;
}
.lang a {
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.1em;
  text-transform: uppercase;
}
.lang a:hover {
  color: var(--darkblue);
}

.lang_select {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: right; */
  color: #39363b;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  /* margin-left: auto; */
  margin-right: 15px;
}
.lang_select .lang__block {
  position: absolute;
  width: 100%;
  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: -4px;
  background: rgba(255, 255, 255, 0.89);
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px);
  padding: 5px;
}
.lang_select .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.lang_select .lang__block .current-lang a {
  color: var(--darkblue);
  font-weight: 700;
}
.lang_select .lang__block a,
.lang_select .current__lang {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.1em;
  text-transform: uppercase;
}
.lang_select .lang__block a:hover,
.lang_select .current__lang:hover {
  color: var(--darkblue);
}
.lang_select .current__lang:before {
  content: "›";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
  color: var(--blue);
  pointer-events: none;
  /* background: url(../img/icons/arrow_doun_input.svg) no-repeat center; */
}
.lang_select .lang__block a {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.1em;
  text-transform: uppercase;
}
.lang_select .lang__block a:hover {
  color: var(--darkblue);
}

.header__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact .header__info {
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__contact .header__info:last-child {
  margin-right: 0;
}
.header__contact .header__info .header__icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
}
.header__contact .header__info .header__icon svg {
  width: 23px;
  height: 23px;
}
.header__contact .header__info p {
  font-size: 16px;
  color: var(--main);
}
.header__contact .header__info p a {
  color: var(--main);
}
.header__contact .header__info p a:hover {
  color: var(--blue);
}

.head__section {
  overflow: hidden;
  background-color: var(--light);
}
.head__section .head__swiper {
  height: 100vh;
  max-height: 650px;
  min-height: 450px;
  position: relative;
}
.head__section .head__swiper .head__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
.head__section .head__swiper .head__nav .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: var(--light);
  margin: 0 12px;
}
.head__section .head__swiper .head__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--lightblue);
}
.head__section .head__img {
  height: 100vh;
  max-height: 650px;
  min-height: 450px;
}
.head__section .head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__section .container {
  z-index: 5;
}
.head__section .offer .offer__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: var(--darkblue);
}
.head__section .offer .offer__text {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 60px;
  max-width: 560px;
}

.offer__callback .form__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer__callback .form__wrap > p {
  width: 48%;
}
.offer__callback .form__wrap > p .btn {
  width: 100%;
}
.offer__callback .input__group {
  width: 48%;
  max-width: 100%;
}
.offer__callback .input__group .order__input {
  border: 2px solid var(--blue);
}
.offer__callback .offer__btn {
  width: 300px;
  max-width: 100%;
  height: 55px;
}

@media screen and (max-width: 1400px) {
  .header__top .header__order {
    width: 200px;
  }
  body {
    padding-top: 135px;
  }
  .menu-item a {
    font-size: 16px;
  }
  .head__section .offer .offer__title {
    font-size: 44px;
  }
  .custom-logo-link {
    width: 120px;
  }
  .header__top {
    padding: 8px 0;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__contact .header__info p {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1199px) {
  .custom-logo-link {
    width: 120px;
  }
  .header__bottom {
    padding: 10px 0;
    position: relative;
  }
  .header__btn {
    padding: 13px 9px;
    margin-left: 20px;
  }
  .menu-item a {
    font-size: 16px;
  }
  .head__section .offer .offer__title {
    font-size: 40px;
  }
  .head__section .offer .offer__text {
    margin-bottom: 40px;
  }
  .offer__callback .form__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offer__callback .input__group {
    width: 100%;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .offer__callback .form__wrap > p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 45px;
  }
  .header__bottom {
    padding: 5px 0;
  }
  .head__section .offer .offer__title {
    font-size: 36px;
  }
  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__wrap .input__group {
    max-width: 400px;
    margin-bottom: 25px;
  }
  .header {
    background: var(--white);
    -webkit-box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
            box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
  }
  .header__bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: var(--lightblue);
  }
  .header__catalog {
    padding-top: 100px;
  }
  .header__catalog .close_catalog {
    display: block;
  }
  .header__catalog .catalog__bottom .catalog_menu_bottom li a {
    font-size: 20px;
  }
  .header__catalog .catalog__bottom .catalog_menu_bottom li {
    margin-right: 20px;
  }
  .custom-logo-link {
    width: 100px;
  }
  .header__sticky {
    width: 100%;
    position: absolute;
    left: 0;
    top: 73px;
    padding: 4px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__sticky .btn {
    height: 30px;
  }
  .scroll__down .header__sticky {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .scroll__up .header__sticky {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .lang_select {
    width: 35px;
  }
  .lang_select .lang__block a,
  .lang_select .current__lang {
    padding-right: 14px;
    font-size: 16px;
  }
  .lang_select .current__lang:before {
    height: 20px;
    top: -3px;
  }
  .offer__callback .form__wrap {
    width: 400px;
    max-width: 100%;
  }
  .head__section {
    min-height: 550px;
  }
  .head__section .offer {
    padding-top: 40px;
  }
  .head__section .head__swiper,
  .head__section .head__img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .head__section {
    padding-bottom: 0;
  }
  .header__catalog .catalog__item {
    width: 100%;
  }
  .header__catalog .catalog__item .catalog__menu .sub-menu {
    height: 0;
    overflow: hidden;
  }
  .header__catalog .catalog__item .catalog__menu {
    margin-bottom: 12px;
  }
  .catalog__menu li.menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }
  .header__catalog .catalog__item .catalog__menu .sub-menu li a {
    font-size: 16px;
  }
  .header__catalog .catalog__item .catalog__menu li {
    padding-right: 0;
  }
  .header__catalog .catalog__item {
    padding-right: 0;
  }
  .header__catalog .catalog__item .catalog__menu li a {
    font-size: 20px;
    display: block;
  }
  .header__catalog .catalog__bottom {
    display: block;
  }
  .header__catalog .catalog__bottom .catalog_menu_bottom {
    display: block;
    margin-bottom: 25px;
  }
  .header__catalog .catalog__bottom .catalog_menu_bottom li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 568px) {
  .head__section .offer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom-logo-link {
    width: 100px;
  }
  .header__btn {
    font-size: 14px;
  }
  .menu__burger span {
    width: 25px;
  }
  .head__section .offer .offer__title {
    font-size: 28px;
  }
  .header__catalog .catalog__item {
    width: 100%;
  }
  .header__contact.header__contact_visible .header__info p {
    font-size: 14px;
  }
  .header__sticky {
    top: 65px;
  }
  .lang_select .lang__block a,
  .lang_select .current__lang {
    padding-right: 10px;
    font-size: 14px;
  }
}
.advant .advant__img {
  width: 100%;
  max-width: 550px;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
}
.advant .advant__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advant .advant__item:not(:last-child) {
  margin-bottom: 30px;
}
.advant .advant__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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: var(--white);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 77, 171, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 77, 171, 0.2);
  border: 2px solid var(--blue);
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advant .advant__icon img {
  max-width: 70%;
  height: auto;
}
.advant p a {
  color: var(--main);
}
.advant p a:hover {
  color: var(--blue);
}
@media screen and (max-width: 1400px) {
  .advant .advant__icon {
    margin-right: 20px;
  }
  .advant .title_5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__text {
    font-size: 16px;
  }
  .section__title {
    font-size: 32px;
  }
  .section__title.mb_50 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 26px;
  }
  .advant .title_5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .section__title {
    font-size: 22px;
  }
}
.popular .popular__item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 77, 171, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 77, 171, 0.2);
  border-radius: 10px;
  padding-bottom: 24px;
}
.popular .popular__head {
  background-color: var(--blue);
  border-radius: 10px;
  padding: 5px;
  min-height: 90px;
}
.popular .popular__head .title_5 {
  color: var(--white);
}
.popular .popular__info {
  padding: 24px 0 24px;
}
.popular .popular__info p {
  padding: 0 80px;
  position: relative;
}
.popular .popular__info p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main);
  position: absolute;
  left: 70px;
  top: 10px;
}
.popular .popular__price {
  background-color: var(--lightblue);
  height: 58px;
  border-radius: 8px;
  width: 100%;
  max-width: 246px;
  color: var(--blue);
}

.blog {
  padding-top: 100px;
}
.blog .blog__card {
  margin-bottom: 30px;
}
.blog .blog__wrap {
  -webkit-box-shadow: 0px 0px 11px rgba(117, 117, 117, 0.2);
          box-shadow: 0px 0px 11px rgba(117, 117, 117, 0.2);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.blog .blog__wrap:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(117, 117, 117, 0.3);
          box-shadow: 0px 0px 15px rgba(117, 117, 117, 0.3);
}
.blog .blog__wrap .blog__thumbnail {
  height: 300px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.blog .blog__wrap .blog__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog .blog__wrap .blog__thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog .blog__wrap .blog__describe {
  height: 100%;
  padding: 40px 30px;
}
.blog .blog__wrap .blog__date {
  width: 160px;
  height: 34px;
  border-radius: 6px;
  background-color: var(--light);
  border: 1px solid var(--blue);
  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(--blue);
  margin-bottom: 20px;
  font-size: 18px;
}
.blog .blog__wrap .blog__name {
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
}
.blog .blog__wrap .blog__permalink {
  margin-top: auto;
  font-size: 22px;
  font-weight: 700;
  color: var(--darkblue);
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog .blog__wrap .blog__permalink svg {
  margin-left: 8px;
}
.blog .blog__wrap .blog__permalink:hover {
  color: var(--blue);
}
.blog .blog__nav {
  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;
}
.blog .blog__nav .page-numbers {
  font-size: 16px;
  font-weight: 400;
  color: var(--main);
  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: 15px;
  height: 20px;
  margin-bottom: 0 3px;
}
.blog .blog__nav .page-numbers:hover {
  color: var(--green);
}
.blog .blog__nav .page-numbers.current {
  color: var(--red);
}
.blog .blog__nav .page-numbers.next, .blog .blog__nav .page-numbers.prev {
  width: 26px;
  margin: 0 8px;
}
.blog .blog__nav .page-numbers.next:hover path, .blog .blog__nav .page-numbers.prev:hover path {
  fill: var(--green);
}

@media screen and (max-width: 1400px) {
  .blog .blog__wrap .blog__describe {
    padding: 30px 20px;
  }
  .popular .popular__info p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
  .popular .popular__info p:before {
    left: 12px;
  }
  .popular .popular__item .title_5 {
    font-size: 22px;
  }
  .popular .popular__item .popular__price {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .blog__wrap .blog__describe {
    padding: 20px 15px 30px;
  }
  .blog .blog__wrap .blog__permalink,
  .blog .blog__wrap .blog__name {
    font-size: 20px;
  }
  .blog .blog__wrap .blog__thumbnail {
    height: 220px;
  }
  .popular .popular__item .title_5 {
    font-size: 20px;
  }
  .popular .popular__item .popular__price {
    font-size: 24px;
  }
}
.type__bottom,
.type__top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center top;
  background-repeat: repeat-x;
}

.type__bottom {
  background-position: center bottom;
  left: 0;
  top: auto;
  bottom: 0;
}

.type .swiper-slide {
  height: auto;
}
.type .type__item {
  background: var(--light);
  border-radius: 10px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.type .type__item:hover {
  background-color: var(--blue);
}
.type .type__item:hover .type__name {
  color: var(--white);
}
.type .type__item:hover .type__permalink {
  color: var(--white);
}
.type .type__item:hover .type__permalink:hover {
  color: var(--darkblue);
}
.type .type__item .type__img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.type .type__item .type__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type .type__item .type__content {
  width: 100%;
  height: calc(100% - 250px);
  padding: 25px 20px 30px;
}
.type .type__item .type__name {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.type .type__item .type__price {
  background-color: var(--lightblue);
  height: 58px;
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  color: var(--blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type .type__item .type__statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type .type__item .type__statistic li {
  margin-right: 20px;
}
.type .type__item .type__statistic li .type__rating {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--red);
  background-color: var(--white);
  margin-right: 5px;
}
.type .type__item .type__statistic li .type__rating.active {
  background-color: var(--red);
}
.type .type__item .type__permalink {
  font-size: 22px;
  font-weight: 700;
  color: var(--darkblue);
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.type .type__item .type__permalink:hover {
  color: var(--darkblue);
}
.type .type__item.type__item_callback {
  padding: 47px 20px 50px;
}
.type .type__item.type__item_callback > p {
  max-width: 350px;
}
.type .type__item.type__item_callback .form__wrap {
  width: 100%;
  max-width: 410px;
}
.type .type__item.type__item_callback .form__wrap .input__group {
  width: 100%;
  margin-bottom: 12px;
}
.type .type__item.type__item_callback .form__wrap .type__btn {
  height: 55px;
  width: 100%;
}
.type .type_nav {
  position: absolute;
  left: 0;
  top: calc(50% - 53px);
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.type .swiper__arrow {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 106px;
  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: transparent;
  border: none;
  pointer-events: all;
}
.type .swiper__arrow:hover path {
  stroke: var(--darkblue);
}

@media screen and (max-width: 1400px) {
  .type .type__item .type__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .type .type__item .type__content {
    padding: 20px 10px;
  }
  .type .type__item .type__name {
    font-size: 20px;
  }
  .type .type__item .type__price {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .type {
    padding-bottom: 30px;
  }
  .type .type__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .type .type__item .type__img {
    width: 100%;
    margin-right: 0;
  }
  .type .type_nav {
    top: 71px;
  }
}
@media screen and (max-width: 767px) {
  .type .type__item .type__content {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 568px) {
  .type .type__item .type__permalink {
    font-size: 18px;
  }
  .type .type__item .type__img {
    height: 200px;
  }
  .type .type__item .type__price {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
  .type .type_nav {
    top: 50px;
  }
  .type .type__item .type__content {
    height: calc(100% - 200px);
    padding: 20px 12px;
  }
}
@media screen and (max-width: 400px) {
  .type .type__item .type__content {
    padding: 20px 5px;
  }
  .type .type__item .text__content {
    font-size: 16px;
  }
  .type .type__item .type__name {
    font-size: 16px;
  }
  .type .type__item .type__permalink {
    font-size: 16px;
  }
}
.about {
  position: relative;
  z-index: 2;
}
.about .about_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lightblue);
  background-blend-mode: multiply;
  opacity: 0.2;
}
.about .about__img {
  height: auto;
  width: 100%;
}
.about .about__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.about .about__img.about__img_fix {
  height: 355px;
  overflow: hidden;
  border-radius: 20px;
}
.about .about__img.about__img_fix img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.about .step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.about .step__item:last-child {
  margin-bottom: 0;
}
.about .step__item .step__name {
  line-height: 1.1em;
}
.about .step__item .step__number {
  font-size: 24px;
  font-weight: 700;
  color: var(--red);
  background-color: var(--blue);
  color: var(--white);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about .step__item .step__content .step__text span {
  cursor: pointer;
  color: var(--red);
}

@media screen and (max-width: 1199px) {
  .about .step__item .step__name {
    font-size: 20px;
  }
  .about .step__item .step__number {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .about .step__item .step__number {
    margin-right: 18px;
  }
  .about .step__item .step__name {
    font-size: 18px;
  }
}
.step .step__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 300px);
}
.step .step__img {
  border-radius: 20px;
  overflow: hidden;
  height: 530px;
}
.step .step__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step .step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.step .step__item:last-child {
  margin-bottom: 0;
}
.step .step__item .step__number {
  font-size: 24px;
  font-weight: 700;
  color: var(--light);
  background-color: var(--blue);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step .step__item .step__content .step__text span {
  cursor: pointer;
  color: var(--red);
}

@media screen and (max-width: 1199px) {
  .step .step__item .step__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .step .step__item .step__number {
    margin-right: 18px;
  }
  .step .step__item .step__name {
    font-size: 18px;
  }
  .step .step__item .step__number {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
.other_head {
  overflow: hidden;
  background-color: var(--light);
  overflow: hidden;
}
.other_head .container {
  z-index: 5;
}
.other_head .about_head__img {
  height: 100vh;
  max-height: 574px;
  min-height: 450px;
}
.other_head .about_head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other_head .breadcrumbs {
  margin-bottom: 50px;
}
.other_head .container {
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.other_head .container .other_head__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  text-align: center;
  z-index: 5;
}
.other_head .container .other_head__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.other_head .offer h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 60px;
  color: var(--darkblue);
  line-height: 1.3em;
}
.other_head .offer .offer__text {
  max-width: 455px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.other_head .post__date {
  width: 160px;
  height: 34px;
  border-radius: 6px;
  background-color: var(--light);
  border: 1px solid var(--blue);
  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(--blue);
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (max-width: 1400px) {
  .other_head .offer h1 {
    font-size: 42px;
  }
  .other_head .offer .price__stock {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .other_head .offer h1 {
    font-size: 40px;
  }
  .other_head .offer .price__stock {
    font-size: 30px;
  }
  .other_head .container .other_head__img {
    left: 60%;
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .other_head .offer h1 {
    font-size: 36px;
  }
  .other_head .offer .price__stock {
    font-size: 26px;
  }
  .other_head {
    min-height: 500px;
  }
  .other_head {
    height: auto;
  }
  .other_head .container .other_head__img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .other_head .breadcrumbs {
    margin-bottom: 30px;
  }
  .other_head .offer {
    padding-top: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
  .other_head .about_head__img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    opacity: 0.15;
  }
  .other_head .about_head__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .other_head .offer h1 {
    font-size: 32px;
  }
  .other_head .offer .price__stock {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .other_head .offer ul.d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other_head .offer ul.d-flex li {
    width: 50%;
    margin-bottom: 10px;
  }
  .other_head .offer ul li .icon {
    width: 35px;
    height: 35px;
  }
  .other_head .offer ul li .icon img {
    width: 100%;
  }
  .other_head {
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .custom-logo-link {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  section.pt_100 {
    padding-top: 80px;
  }
  section.pb_100 {
    padding-bottom: 80px;
  }
  section.pt_50 {
    padding-top: 40px;
  }
  section.pb_50 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.pt_50 {
    padding-top: 30px;
  }
  section.pb_50 {
    padding-bottom: 30px;
  }
}
.sale .sale__card {
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
          box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
  border-radius: 20px;
  width: 100%;
  padding: 18px 15px 33px;
}
.sale .sale__card .sale__name {
  font-weight: 500;
}
.sale .sale__card .sale__size {
  font-size: 14px;
}
.sale .sale__card .sale__img {
  height: 166px;
  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-bottom: 8px;
}
.sale .sale__card .sale__img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.sale .sale__card .sale__price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
}
.sale .sale__card .sale__price span {
  font-size: 14px;
  top: 0;
  right: 110%;
  width: 70px;
}
.sale .sale__card .sale__price span:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: var(--red);
}
.sale .sale__card .sale__month {
  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;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  width: 190px;
  height: 40px;
  background: var(--green);
  border-radius: 100px;
  margin: 0 auto 30px;
}
.sale .sale__card .sale__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: var(--red);
}
.sale .sale__card .sale__link sbg {
  margin-left: 8px;
}
.sale .sale__card .sale__link:hover {
  color: var(--green);
}
.sale .sale__card .sale__link:hover path {
  fill: var(--green);
}

.gallery .gallery__swiper {
  height: 380px;
  max-height: 750px;
}
.gallery .gallery__swiper .swiper_gal {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.gallery .gallery__swiper .swiper_gal:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../img/search.svg) no-repeat center/25px;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.gallery .gallery__swiper .swiper_gal:hover:after {
  opacity: 1;
}
.gallery .gallery__swiper .swiper_gal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery .gallery__swiper.gallery__swiper_describe {
  padding: 15px;
  height: auto;
  max-height: initial;
}
.gallery .gallery__swiper.gallery__swiper_describe .swiper-slide {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 46px 50px;
  height: auto;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .swiper__img {
  height: 325px;
  margin-bottom: 35px;
  border-radius: 20px;
  overflow: hidden;
}
.gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .swiper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .info__item {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .imfo_name {
  font-size: 18px;
  font-weight: 700;
  color: var(--red);
  margin-right: 15px;
}
.gallery .swiper_pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery .swiper_pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border: 1px solid var(--red);
  margin: 0 5px;
}
.gallery .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--red);
}
.gallery .gallery_nav {
  position: absolute;
  left: 0;
  top: calc(50% - 53px);
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.gallery .gallery__arrow {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 106px;
  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: transparent;
  border: none;
  pointer-events: all;
}
.gallery .gallery__arrow:hover path {
  stroke: var(--darkblue);
}

@media screen and (max-width: 1400px) {
  .gallery .gallery__swiper {
    max-height: 450px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery .gallery__swiper {
    max-height: 500px;
  }
  .gallery .gallery__swiper.gallery__swiper_describe .swiper-slide {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery__swiper .swiper_gal:after {
    opacity: 1;
  }
  .gallery .gallery__swiper {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .gallery .gallery__swiper.gallery__swiper_describe .swiper-slide {
    padding: 15px 15px 25px;
  }
  .gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .imfo_name,
  .gallery .gallery__swiper.gallery__swiper_describe .swiper-slide .info__text {
    font-size: 16px;
  }
}
.content__icon {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: var(--blue);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.content {
  position: relative;
}
.content.text_background {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: var(--lightblue);
}
.content.img_background {
  padding-bottom: 50px;
  padding-top: 50px;
}
.content .about_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lightblue);
  background-blend-mode: multiply;
  opacity: 0.2;
}
.content .content__icon {
  margin-right: 20px;
}
.content.content__price table {
  border-collapse: collapse;
}
.content.content__price table tr td {
  padding: 28px 0;
  font-size: 26px;
}
.content.content__price table tr td:first-child {
  padding: 28px 15px 28px 15%;
}
.content.content__price table tr td:last-child {
  padding: 28px 15% 28px 15px;
}
.content.content__price table tr td:last-child strong {
  color: var(--blue);
  padding: 10px 20px;
  border-radius: 8px;
  background-color: var(--lightblue);
}
.content table {
  border-collapse: collapse;
}
.content table tr {
  border-bottom: 1px solid #d1e0ef;
}
.content table tr:first-child {
  border-top: 1px solid #d1e0ef;
}
.content table tr td {
  padding: 15px 15px;
  font-size: 20px;
}
.content table tr td b,
.content table tr td strong {
  font-weight: 600;
}
.content .text__content h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.content .text__content h3 b,
.content .text__content h3 strong {
  font-weight: 700;
}
.content .text__content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.content .text__content h4 b,
.content .text__content h4 strong {
  font-weight: 700;
}
.content .text__content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.content .text__content h5 b,
.content .text__content h5 strong {
  font-weight: 700;
}

.callback {
  background-color: var(--blue);
  background-blend-mode: multiply;
}
.callback .callback_block {
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px 60px 50px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.callback .callback_block .title_4 {
  font-weight: 700;
  text-transform: uppercase;
}
.callback .callback_block .form__wrap {
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
}
.callback .callback_block .form__wrap .input__group input {
  border-color: var(--main);
}
.callback .callback_block .form__wrap .input__group input::-webkit-input-placeholder {
  color: #d1e0ef;
}
.callback .callback_block .form__wrap .input__group input::-moz-placeholder {
  color: #d1e0ef;
}
.callback .callback_block .form__wrap .input__group input:-ms-input-placeholder {
  color: #d1e0ef;
}
.callback .callback_block .form__wrap .input__group input::-ms-input-placeholder {
  color: #d1e0ef;
}
.callback .callback_block .form__wrap .input__group input::placeholder {
  color: #d1e0ef;
}
.callback .callback_block .form__wrap .btn {
  width: 220px;
  margin: 0 auto;
}

.callback_min {
  position: relative;
  padding: 33px 80px;
  background-color: rgba(0, 80, 160, 0.9);
  background-blend-mode: multiply;
}
.callback_min .pos_rel {
  z-index: 2;
}
.callback_min .c_wh {
  color: var(--white);
  line-height: 1.2em;
}
.callback_min .form__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.callback_min .form__wrap .btn {
  width: 100%;
  max-width: 100%;
}
.callback_min .form__wrap .input__group {
  width: 100%;
}
.callback_min .form__wrap .input__group .order__input {
  height: 55px;
}
.callback_min .form__wrap > p {
  width: 100%;
}
.callback_min .form__wrap .btn {
  height: 55px;
  width: 100%;
  background-color: var(--blue);
  color: var(--white);
}
.callback_min .form__wrap .btn:hover {
  background-color: var(--lightblue);
  color: var(--darkblue);
}
.callback_min .form__wrap .btn:active {
  background-color: var(--darkblue);
  color: var(--white);
}

@media screen and (max-width: 1440px) {
  .callback_min {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content.content__price table tr td {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .callback_min .form__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callback_min .form__wrap .input__group {
    width: 100%;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
  }
  .callback_min .form__wrap .input__group .order__input {
    padding-left: 25px;
  }
  .callback_min p br {
    display: none;
  }
  .callback_block {
    padding: 40px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .callback_min {
    padding-left: 30px;
    padding-right: 30px;
  }
  .callback_min .form__wrap {
    margin: 0 auto;
  }
  .callback .callback_block {
    max-width: 100%;
    padding: 40px;
  }
  .callback .callback_block .title_4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .callback .callback_block {
    max-width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 576px) {
  .callback_block {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.consult {
  overflow: hidden;
  padding: 66px 0;
  margin: 50px 0;
}
.consult .consult__title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}
.consult .consult__title span {
  color: var(--green);
}
.consult .consult__phone {
  color: var(--green);
  font-size: 48px;
}
.consult .consult__img {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.consult .consult__img img {
  width: 100%;
  height: auto;
}
.consult .agreement a {
  color: var(--green);
}

@media screen and (max-width: 1400px) {
  .callback .callback__title {
    font-size: 36px;
  }
  .consult .consult__title {
    font-size: 40px;
  }
  .consult .consult__phone {
    font-size: 40px;
  }
  .content.content__price table tr td:last-child {
    padding: 25px 15% 25px 15px;
  }
  .content.content__price table tr td:first-child {
    padding: 25px 15px 25px 15%;
  }
}
@media screen and (max-width: 1199px) {
  .consult .consult__title {
    font-size: 36px;
  }
  .consult .consult__img {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__title {
    font-size: 30px;
  }
  .callback .callback__form .form__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consult {
    padding-bottom: 0;
  }
  .consult .consult__phone,
  .consult .consult__title {
    font-size: 32px;
  }
  .consult .consult__img {
    width: 700px;
    max-width: 100%;
    position: static;
    margin: 25px auto 0;
  }
  .callback.callback_pink .callback__subtitle {
    font-size: 20px;
  }
  .content .section__title {
    margin-bottom: 30px;
  }
  .callback.callback_min .callback__title {
    font-size: 30px;
  }
  .content.content__price table tr td {
    font-size: 20px;
    padding: 20px 15px;
  }
  .content.content__price table tr td:last-child {
    padding: 20px 15px;
  }
  .content.content__price table tr td:first-child {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .consult .consult__phone,
  .consult .consult__title {
    font-size: 28px;
  }
  .content__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .content__icon::after {
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
  }
  .content .content__icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .content.content__price table tr td {
    font-size: 18px;
    padding: 15px 10px;
  }
  .content.content__price table tr td:last-child {
    padding: 15px 10px;
  }
  .content.content__price table tr td:first-child {
    padding: 15px 10px;
  }
}
.stock {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 206px;
}
.stock.head__other {
  overflow: visible;
  padding-bottom: 145px;
}
.stock.head__other .stock__img {
  position: static;
  width: 100%;
}
.stock.head__other .stock__img.stock__img_small {
  width: 100%;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  left: 0;
  top: -100px;
}
.stock .stock__img {
  position: absolute;
  left: 12px;
  top: -50px;
  width: 840px;
}
.stock .stock__img img {
  width: 100%;
  height: auto;
}
.stock .stock__img.stock__img_small {
  width: 690px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.stock .stock__wrap {
  padding: 83px 15px 90px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
          box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.stock .stock__wrap .stock__icon {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 250px;
}
.stock .stock__wrap .stock__info {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  position: relative;
}
.stock .stock__wrap .stock__info p {
  margin-bottom: 1.5em;
}
.stock .stock__wrap .stock__info p:last-child {
  margin-bottom: 0;
}
.stock .stock__wrap .stock__info p a {
  color: var(--green);
}

@media screen and (max-width: 1199px) {
  .stock .stock__img.stock__img_small {
    width: 500px;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .stock {
    padding-top: 110px;
  }
  .stock .stock__img {
    position: static;
    max-width: 500px;
    margin: 25px auto 0;
  }
  .stock .stock__img.stock__img_small {
    max-width: 450px;
  }
  .stock.head__other {
    padding-bottom: 80px;
  }
  .stock.head__other .stock__img.stock__img_small {
    position: static;
    max-width: 500px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .stock .stock__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.moment_head .offer h1 {
  font-size: 48px;
  font-weight: 500;
}
.moment_head .offer h1 span {
  font-size: 40px;
}

.tile .text_content {
  padding-top: 50px;
}
.tile .text_content h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.tile .text_content p {
  position: relative;
}
.tile .tile__row {
  margin-bottom: 50px;
}
.tile .tile__row .tile__img {
  padding-top: 50px;
}
.tile .tile__row .tile__img img {
  width: 100%;
  height: auto;
}
.tile .tile__row.align-items-center .tile__img {
  padding-top: 0;
}
.tile .tile__row:nth-child(even) .text_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tile .tile__row .tile__number {
  position: absolute;
  left: 12px;
  top: 0;
  font-weight: 600;
  font-size: 200px;
  line-height: 100%;
  color: #f6f6f6;
}

@media screen and (max-width: 1400px) {
  .moment_head .offer h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .moment_head .offer h1 {
    font-size: 40px;
  }
  .tile .text_content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .moment_head .offer h1 {
    font-size: 36px;
  }
  .other_head:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10.97%, #ffffff), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(114.44%, rgba(255, 255, 255, 0.2)));
    background: linear-gradient(90deg, #ffffff 10.97%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.2) 114.44%);
  }
  .tile .text_content h2 {
    font-size: 28px;
  }
  .tile .tile__row:nth-child(even) .text_content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .tile .tile__row .tile__img {
    max-width: 400px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .moment_head .offer h1 {
    font-size: 30px;
  }
  .tile .text_content h2 {
    font-size: 26px;
  }
  .other_head:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10.97%, #ffffff), color-stop(90%, rgba(255, 255, 255, 0.7)), color-stop(114.44%, rgba(255, 255, 255, 0.2)));
    background: linear-gradient(90deg, #ffffff 10.97%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.2) 114.44%);
  }
  .header__bottom {
    padding: 5px 0;
  }
}
@media screen and (max-width: 568px) {
  .moment_head .offer h1 {
    font-size: 28px;
  }
}
.remember {
  padding: 180px 0;
}
.remember .remember__title {
  font-size: 48px;
  font-weight: 400;
  color: var(--red);
}
.remember .text_content p {
  font-size: 24px;
}

@media screen and (max-width: 1400px) {
  .remember {
    padding: 120px 0;
  }
  .remember .remember__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .remember {
    padding: 100px 0;
  }
  .remember .remember__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .remember {
    padding: 80px 0;
  }
  .remember .remember__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .remember .remember__title {
    font-size: 30px;
  }
  .remember .text_content p {
    font-size: 20px;
  }
}
.contacts {
  padding-top: 20px;
  padding-bottom: 50px;
}
.contacts .contact__item {
  margin-bottom: 28px;
}
.contacts .contact__item .contact__icon {
  width: 23px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts .contact__item .contact__icon svg {
  width: 23px;
  height: 23px;
}
.contacts .contact__item .contact__info p {
  margin-bottom: 5px;
}
.contacts .contact__item .contact__info p span {
  font-size: 18px;
}
.contacts .contact__item .contact__info p a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--main);
}
.contacts .contact__item .contact__info p a:hover {
  color: var(--red);
}
.contacts .contact__item .contact__info .contact__work {
  font-weight: 300;
  font-size: 18px;
  color: #101010;
}
.contacts .contact__item .contact__info .contact__work span:not(:last-child) {
  margin-right: 30px;
}
.contacts .contact__item.contact__item_work p {
  font-size: 18px;
}
.contacts .contact__item.contact__item_work p span {
  color: var(--green);
}
.contacts .contact__item.contact__item_phone p a {
  font-size: 18px;
  font-weight: 700;
  color: var(--red);
}
.contacts .contact__item.contact__item_email p a {
  font-size: 18px;
}
.contacts .contacts__menu li {
  margin-bottom: 30px;
}
.contacts .contacts__menu li button {
  font-size: 18px;
  color: var(--main);
  text-decoration: underline;
}
.contacts .contacts__menu li button.active {
  color: var(--red);
}
.contacts .contacts__menu li button:hover {
  color: var(--red);
}
.contacts .contacts__map .contacts__box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  height: 480px;
}
.contacts .contacts__map .contacts__box img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contacts .contacts__map iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 991px) {
  .contacts {
    padding-top: 120px;
  }
  .contacts .contacts__map iframe {
    margin-bottom: 25px;
  }
}
.text__img .text_img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.text__img .text_img__wrap .text_img__img {
  width: auto;
}
.text__img .text_img__wrap .text_img__img.design {
  width: 100%;
  height: auto;
}
.text__img .text_img__wrap .text_img__img.design img {
  max-width: 100%;
}
.text__img .text_img__wrap .text_img__img img {
  width: auto;
  height: auto;
}
.text__img.text_content h3 {
  margin-bottom: 30px;
}
.text__img.text_content ul li {
  margin-bottom: 24px;
}

.banner {
  margin: 50px 0;
}
.banner h2 {
  font-weight: 500;
  font-size: 36px;
  color: var(--green);
  margin-bottom: 20px;
}
.banner p {
  width: 85%;
}
.banner .banner__img img {
  width: 100%;
  height: auto;
}

.popular_color .popular_color__item {
  width: 128px;
}
.popular_color .popular_color__item .popular_color__img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.popular_color .popular_color__item .popular_color__img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .text__img .text_img__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text__img .text_img__wrap .text_img__img {
    max-width: 500px;
    margin: 0 auto 25px;
  }
  .text__img .text_img__wrap .text_img__img img {
    width: 100%;
    height: auto;
  }
  .banner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner h2 {
    font-size: 32px;
  }
}
.faq .faq__img {
  border-radius: 40px;
  overflow: hidden;
  height: 450px;
}
.faq .faq__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq .faq__item {
  border-bottom: 1px solid var(--lightblue);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq__item:first-child {
  padding-top: 0;
}
.faq .faq__item .faq__qwestion {
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  margin-bottom: 0;
}
.faq .faq__item .faq__qwestion .faq__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: -4px;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.faq .faq__item .faq__qwestion .faq__arrow::after, .faq .faq__item .faq__qwestion .faq__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  background-color: var(--blue);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__item .faq__qwestion .faq__arrow::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .faq__item.open .faq__qwestion .faq__arrow::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: var(--lightblue);
}
.faq .faq__item.open .faq__qwestion .faq__arrow::before {
  background-color: var(--lightblue);
}
.faq .faq__item .answer__block {
  padding: 15px 0 0;
}

.questionnaire .about_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lightblue);
  background-blend-mode: multiply;
  opacity: 0.2;
}
.questionnaire .form__wrap .btn {
  width: 300px;
  max-width: 100%;
}
.questionnaire .form__wrap .input__group {
  margin-bottom: 20px;
}
.questionnaire .form__wrap .input__group input {
  font-weight: 400;
  background-color: transparent;
  border-color: var(--main);
  font-size: 18px;
  border-radius: 50px;
}
.questionnaire .form__wrap .input__group input::-webkit-input-placeholder {
  font-size: 18px;
  color: var(--main);
  font-weight: 400px;
}
.questionnaire .form__wrap .input__group input::-moz-placeholder {
  font-size: 18px;
  color: var(--main);
  font-weight: 400px;
}
.questionnaire .form__wrap .input__group input:-ms-input-placeholder {
  font-size: 18px;
  color: var(--main);
  font-weight: 400px;
}
.questionnaire .form__wrap .input__group input::-ms-input-placeholder {
  font-size: 18px;
  color: var(--main);
  font-weight: 400px;
}
.questionnaire .form__wrap .input__group input::placeholder {
  font-size: 18px;
  color: var(--main);
  font-weight: 400px;
}
.questionnaire .questionnaire__img {
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
  max-width: 600px;
}
.questionnaire .questionnaire__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review .review__wrap {
  padding: 60px 80px 70px;
  background: var(--white);
  -webkit-box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
          box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
}
.review .review__wrap .review__rate {
  margin-bottom: 16px;
}
.review .review__wrap .review__rate span {
  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-right: 5px;
}
.review .review__wrap .review__rate span path {
  fill: transparent;
  stroke: #e23b57;
}
.review .review__wrap .review__rate span.active path {
  fill: #e23b57;
}
.review .review__wrap .review__foter {
  margin-top: 30px;
}
.review .review__wrap .review__foter p {
  font-size: 24px;
  line-height: 150%;
  color: #35d027;
}
.review .review__wrap .review__foter p.review__name {
  font-weight: 700;
}
.review .review__wrap .review__foter p.review__date {
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .review .review__wrap {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .review .review__wrap {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 991px) {
  .review .review__wrap {
    padding: 30px 40px;
  }
}
.text_content {
  position: relative;
  z-index: 2;
}
.text_content h2 {
  font-weight: 400;
  font-size: 36px;
  color: var(--main);
  position: relative;
  margin-bottom: 20px;
}
.text_content h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 5px;
  background-color: var(--red);
  left: -67px;
  top: 20px;
}
.text_content.text_content_simple h2 {
  font-weight: 400;
}
.text_content.text_content_simple h2::before {
  display: none;
}
.text_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1.5em;
}
.text_content p:last-child {
  margin-bottom: 0;
}
.text_content p strong,
.text_content p b {
  font-weight: 700;
}
.text_content p a {
  font-size: 18px;
  font-weight: 400;
  color: var(--green);
}
.text_content p a:hover {
  color: var(--red);
}
.text_content ul {
  margin-top: 17px;
  margin-bottom: 34px;
}
.text_content ul li {
  padding-left: 23px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.text_content ul li b,
.text_content ul li strong {
  font-weight: 700;
}
.text_content ul li h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 33px;
}
.text_content ul li h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text_content ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--red);
  -webkit-box-shadow: 0px 0px 4px rgba(226, 59, 87, 0.3), inset 0 0 0 3px white, inset 0 0 0 5px var(--red);
          box-shadow: 0px 0px 4px rgba(226, 59, 87, 0.3), inset 0 0 0 3px white, inset 0 0 0 5px var(--red);
  position: absolute;
  left: 0;
  top: 4px;
}
.text_content ol {
  margin-top: 17px;
  margin-bottom: 30px;
}
.text_content ol li {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
}
.text_content ol li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 8px;
  border-radius: 50%;
  background-color: var(--main);
}
.text_content ol li b,
.text_content ol li strong {
  font-weight: 500;
  margin-right: 13px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--lightblue);
}
.footer .custom-logo-link {
  width: 120px;
  max-width: 100%;
}
.footer .footer__title {
  font-weight: 700;
  margin-bottom: 15px;
}
.footer .footer__menu {
  margin-bottom: 35px;
}
.footer .footer__menu.footer__menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__menu.footer__menu1 li {
  width: 50%;
  padding-right: 10px;
}
.footer .footer__menu > li {
  margin-bottom: 8px;
}
.footer .footer__menu > li a {
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  margin-bottom: 8px;
}
.footer .footer__menu > li a:hover {
  color: var(--darkblue);
}
.footer .footer__menu .sub-menu {
  margin-top: 12px;
}
.footer .footer__menu .sub-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main);
}
.footer .footer__menu .sub-menu li a:hover {
  color: var(--red);
}
.footer .footer__menu_other li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  text-decoration-line: underline;
  color: var(--green);
}
.footer .footer__menu_other,
.footer .footer_text,
.footer .footer__phone {
  text-align: right;
}
.footer .footer__info .header__icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer .footer__info p {
  font-size: 16px;
  color: var(--main);
}
.footer .footer__info p a {
  color: var(--main);
}
.footer .footer__info p a:hover {
  color: var(--red);
}
.footer .social a {
  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-left: 10px;
  width: 32px;
  height: 32px;
}
.footer .social a:hover path {
  fill: var(--blue);
}
.footer .copyright {
  font-size: 14px;
  font-weight: 300;
}
.footer .footer__address {
  font-size: 14px;
  font-weight: 300;
  color: var(--main);
}
.footer .footer__address:hover {
  color: var(--green);
}
.footer .polytical a {
  font-size: 14px;
  font-weight: 300;
  color: var(--green);
}
.footer .polytical a:hover {
  text-decoration: underline;
}

.social a:hover path {
  fill: var(--red);
}

@media screen and (max-width: 1199px) {
  .text_content h2 {
    font-size: 32px;
  }
  .footer .footer__menu li:first-child a {
    font-size: 20px;
  }
  .footer .footer__menu .sub-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .text_content h2 {
    font-size: 28px;
  }
  .footer .footer_title {
    text-align: center;
  }
  .footer .footer__map {
    max-width: 500px;
    margin: 0 auto 20px;
  }
  .footer .footer__menu_other,
  .footer .footer_text,
  .footer .footer__phone {
    text-align: center;
  }
  .footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .social a {
    margin: 0 5px;
  }
  .footer__menu_other {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text_content h2 {
    font-size: 26px;
  }
  .footer .copyright,
  .footer .footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(141, 126, 118, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(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;
  pointer-events: none;
  z-index: -9;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup.open {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}

.popup__content {
  width: 98%;
  max-width: 470px;
  padding: 58px 30px 28px;
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 98%;
  background: var(--white);
  -webkit-box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
          box-shadow: 0px 5px 14px rgba(160, 156, 156, 0.15);
  border-radius: 20px;
  overflow: auto;
}
.popup__content .close_popup {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  right: 30px;
  top: 16px;
  background: url(../img/icons/close.svg) no-repeat center/20px;
}
.popup__content .type__btn {
  height: 55px;
  width: 100%;
}

.popup.open .popup__content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
  /* top: 50%; */
}

.input__group {
  margin-bottom: 30px;
  position: relative;
}

.input__group input {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  padding-left: 33px;
  background: #ffffff;
  border: 2px solid var(--blue);
  border-radius: 8px;
  color: var(--main);
}
.input__group input:focus, .input__group input:hover {
  border-color: var(--darkblue);
}
.input__group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  -webkit-filter: invert(50%);
          filter: invert(50%);
}
.input__group input[type=date]:focus::-webkit-calendar-picker-indicator, .input__group input[type=date]:hover::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.input__group input::-webkit-input-placeholder {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
.input__group input::-moz-placeholder {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
.input__group input:-ms-input-placeholder {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
.input__group input::-ms-input-placeholder {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}
.input__group input::placeholder {
  color: var(--blue);
  font-size: 18px;
  font-weight: 400;
}

.select_span,
.place_span {
  position: absolute;
  left: 0;
  padding-left: 33px;
  top: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
}
.select_span.fixed_span,
.place_span.fixed_span {
  opacity: 0;
}

.input__group__phone .place_span {
  color: #dad3c5;
  font-size: 18px;
  font-weight: 300;
}
.input__group__phone .place_span span {
  color: var(--main);
  font-weight: 500;
}

.place_span span {
  color: var(--red);
}

.order__input_message {
  height: 100px;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--main);
  opacity: 1;
  border: none;
  width: 100%;
  display: block;
  border: 1px solid var(--blue);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: transparent;
}

.checkbox__wrap input {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid var(--blue);
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--white);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox__wrap input:checked {
  background: url(../img/checked.svg) no-repeat center/20px;
}

.checkbox__text {
  font-size: 14px;
  margin-left: 14px;
}
.checkbox__text a {
  font-weight: 500;
  color: var(--main);
}

@media screen and (max-width: 767px) {
  .input__group input {
    padding-left: 25px;
  }
  .select_span,
  .place_span {
    padding-left: 25px;
  }
}
.scroll_up {
  position: fixed;
  bottom: 55px;
  right: 35px;
  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;
  font-size: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--blue);
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 999;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-timing-function: cubic-bezier(0.62, -0.87, 0.88, 0.8);
          transition-timing-function: cubic-bezier(0.62, -0.87, 0.88, 0.8);
}
.scroll_up:hover {
  opacity: 1;
}
.scroll_up > * {
  pointer-events: none;
}

.sticky__phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  left: auto;
  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;
  font-size: 24px;
  height: auto;
  border-radius: 50px;
  background-color: var(--blue);
  padding: 5px 10px 5px 5px;
  z-index: 999;
  background-color: #82befa;
  color: var(--white);
}
.sticky__phone .icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--darkblue);
  border-radius: 50%;
}
.sticky__phone svg {
  width: 40px;
  height: 40px;
  -webkit-animation: rotatePhone 6s linear infinite;
          animation: rotatePhone 6s linear infinite;
}
@-webkit-keyframes rotatePhone {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotatePhone {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.sticky__phone:hover {
  opacity: 1;
}
.sticky__phone > * {
  pointer-events: none;
}

.scroll_up.visible_arrow {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  transition: transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72), -webkit-transform 0.8s cubic-bezier(0.88, -0.36, 0.16, 1.72);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1400px) {
  .scroll_up {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .scroll_up {
    right: 10px;
    bottom: 10px;
  }
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */