body,
html {
  scrollbar-color: #b52220 #f0f0f0;
  scrollbar-width: thick;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #2d2d2d;
  font-size: 16px;
  min-height: 100vh;
}

.swiper-container {
  overflow: hidden;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff8616;
}

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

p {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select {
  cursor: pointer;
}

select:hover,
select:active,
select:focus,
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,
a:hover,
a:active {
  text-decoration: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.custom__logo,
.custom-logo-link {
  width: 300px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom__logo img,
.custom-logo-link img {
  width: 100%;
  height: auto;
}

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

header.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 0 0;
  background: #131212;
}
header.header.bg_tr {
  background: transparent;
}
header.header.fixed_header {
  background: #131212;
  z-index: 5000;
  padding-top: 10px;
}
header.header.fixed_header.bg_tr {
  background: #131212;
}
header.header.fixed_header .header__bottom {
  margin-top: 15px;
}
header.header.scroll__up.fixed_header {
  /* transform: translateY(0%); */
  margin-top: 0;
  /* animation: transformUp 0.5s ease forwards; */
}
header.header.scroll__down.fixed_header {
  margin-top: -100px;
}
header.header .header__bottom {
  margin-top: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
header.header .header__bottom .header__btn {
  height: 65px;
  width: 290px;
  border-radius: 0 0 0 100px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto";
  margin-left: 100px;
}
header.header .header__bottom .header__btn svg {
  margin-right: 8px;
}
header.header .header__bottom .menu .header__btn {
  margin: 0 auto;
}

body.home .header.fixed_header .header__bg {
  opacity: 1;
}

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

.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 {
  width: 100%;
}

.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav .nav__item {
  position: relative;
  width: auto;
}
.nav .nav__item.menu-item-has-children > a {
  padding-right: 22px;
  position: relative;
}
.nav .nav__item.menu-item-has-children > a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(../img/has_children.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav .nav__item.menu-item-has-children > a:hover:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav .nav__item.menu-item-has-children .sub-menu {
  padding: 26px 30px 15px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  background: #ffffff;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.45);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.45);
}
.nav .nav__item.menu-item-has-children .sub-menu li {
  margin-bottom: 16px;
  position: relative;
  display: block;
}
.nav .nav__item.menu-item-has-children .sub-menu li a {
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 400;
  font-family: "Roboto";
  position: relative;
  text-transform: initial;
}
.nav .nav__item.menu-item-has-children .sub-menu li a:hover {
  color: #ff8616;
}
.nav .nav__item.menu-item-has-children .sub-menu li:last-child:after {
  display: none;
}
.nav .nav__item:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

/* .nav__item:not(:last-child) {
  margin-right: 3vw;
} */
.nav .nav__item a {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
}
.nav .nav__item a:hover {
  color: #ff8616;
}

.nav .nav__item.current-menu-item a {
  color: #ff8616;
}

.menu__burger {
  cursor: pointer;
  width: 18px;
  padding: 0;
}
.menu__burger span {
  width: 100%;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  background: #ffffff;
  border-radius: 3px;
}
.menu__burger span.burger__line_second {
  width: 66%;
}
.menu__burger span.burger__line_third {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav .nav__item.nav__item_color a {
    color: #ff8616 !important;
  }
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .nav {
    display: block;
  }
  .nav__list {
    width: 100%;
    display: block;
  }
  .nav__list:first-child {
    padding-right: 0;
    margin-bottom: 0;
  }
  .nav__list:last-child {
    padding-left: 0;
  }
  .menu {
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #f6f7f9;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    scrollbar-color: #65cf19 #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .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;
  }
  .menu.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;
    right: 0;
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .nav .nav__item {
    padding: 8px 0 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav .nav__item > a {
    color: #220d08;
    padding: 0;
    font-size: 14px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
  }
  .home header.header .nav__item a {
    color: #000;
  }
  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .open_menu .nav .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .nav .nav__item.menu-item-has-children > a:before {
    display: none;
  }
  .open_child_menu {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    background: url(../img/has_children_orange.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .open_child_menu:hover {
    background: url(../img/has_children_orange.svg) no-repeat center;
  }
  .nav .nav__item.menu-item-has-children .sub-menu {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    opacity: 1;
    pointer-events: all;
    position: static;
    display: block;
    background-color: transparent;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .nav .nav__item.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
  }
  .nav .nav__item.menu-item-has-children .sub-menu li a {
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
  .nav .nav__item.menu-item-has-children .sub-menu li a::before {
    display: none;
  }
}
.header__made {
  height: 68px;
  position: relative;
  padding-left: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__made::after {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  border-top: 34px solid #0065cb;
  border-bottom: 34px solid #ffcc00;
  position: absolute;
  left: 0;
  top: 0;
}

.section__title {
  font-family: "Prosto One", cursive;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

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

.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;
  font-size: 16px;
  height: 70px;
  text-align: center;
  font-family: "Prosto One";
  position: relative;
  color: #ffffff;
  background: #ff8616;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:focus, .btn:active, .btn:hover {
  font-family: "Prosto One", cursive;
  background-color: #e98020;
}
.btn:focus svg, .btn:active svg, .btn:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn.btn_tr {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  background-color: transparent;
}
.btn.btn_tr:hover {
  border: 1px solid #e98020;
  background-color: #e98020;
  color: #fff;
}
.btn.btn_tr:hover path {
  fill: #ffffff;
}

.btn.open__form > * {
  pointer-events: none;
}

a.btn:active,
a.btn:hover {
  font-family: "Prosto One", cursive;
  color: #ffffff;
  background-color: #e98020;
}

.header__contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contact p span {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 9px;
}
.header__contact p span svg {
  width: 100%;
  height: 100%;
  display: block;
}
.header__contact a {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin: 5px 0;
}
.header__contact a.mail {
  font-weight: 700;
}
.header__contact a:hover {
  color: #ff8616;
}

.lang {
  position: relative;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 37px;
  width: 80px;
  height: 44px;
  border: 1px solid #ff8616;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lang .current__lang {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0 12px 17px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  z-index: 8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.lang.active {
  border-bottom-color: transparent;
  border-radius: 10px 10px 0 0;
}
.lang:hover .current__lang, .lang.active .current__lang {
  color: #ff8616;
}
.lang:hover .current__lang path, .lang.active .current__lang path {
  fill: #ff8616;
}
.lang path {
  fill: #fff;
}
.lang:hover path, .lang.active path {
  fill: #ff8616;
}
.lang .lang__block {
  position: absolute;
  width: calc(100% + 2px);
  padding: 0 0 12px 17px;
  top: 50%;
  left: -1px;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #ff8616;
  border-top-color: transparent;
  border-radius: 0 0 10px 10px;
}
.lang .lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: calc(100% - 4px);
}
.lang > svg {
  margin-left: 4px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lang.active > svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lang a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.lang .lang__block.open a {
  color: #fff;
}
.lang .lang__block.open a:hover {
  color: #ff8616;
}
.lang .current-lang {
  display: none;
}

.scroll_to * {
  pointer-events: none;
}

.header .btn {
  margin-left: 66px;
}
.header .btn > * {
  pointer-events: none;
}

.head__section {
  padding-top: 276px;
  padding-bottom: 35px;
}
.head__section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.28;
}

.offer h1 {
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 44px;
}
.offer p {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 140px;
}
.offer p.bottom {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer p.bottom a {
  margin-left: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  width: 110px;
  height: 50px;
}
.offer p.bottom a svg:last-child {
  margin-left: 19px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offer p.bottom a:hover svg:last-child {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media screen and (max-width: 1400px) {
  .head__section {
    padding-top: 240px;
  }
  .custom__logo,
  .custom-logo-link {
    width: 220px;
  }
  header.header .header__bottom .header__btn {
    margin-left: 30px;
  }
  .nav .nav__item a {
    font-size: 18px;
  }
  .section__title,
  .offer h1 {
    font-size: 56px;
    line-height: 1.2em;
  }
  .header__contact a {
    max-width: 380px;
  }
}
@media screen and (max-width: 1199px) {
  .custom__logo,
  .custom-logo-link {
    width: 166px;
  }
  .header__contact {
    max-width: 260px;
  }
  .header__contact a {
    font-size: 16px;
  }
  header.header .header__bottom .header__btn {
    height: 50px;
    width: 232px;
    border-radius: 0 0 0 100px;
    font-weight: 500;
    font-size: 16px;
  }
  .nav .nav__item a {
    font-size: 16px;
  }
  .section__title,
  .offer h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .offer p {
    font-size: 32px;
  }
  .custom__logo,
  .custom-logo-link {
    width: 200px;
  }
  .header__made {
    height: 60px;
  }
  .header__made::after {
    border-top: 30px solid #0065cb;
    border-bottom: 30px solid #ffcc00;
  }
  .header__contact p span {
    margin-top: 2px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    padding-top: 140px;
  }
  .head__other.head__other_bg:before,
  .head__section:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)) !important;
    opacity: 1;
  }
  .section__title,
  .offer h1 {
    font-size: calc(5vw + 10px);
  }
  .offer p {
    font-size: calc(3vw + 10px);
  }
  .header__contact {
    margin: 0 auto 15px;
  }
  .header__contact p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__contact p a {
    color: #000;
  }
  .header__contact p span {
    margin-top: 8px;
  }
  .header__contact p span:after {
    background-color: #000;
  }
  .header .menu .btn {
    margin: 0 auto 30px;
  }
  .mobile_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile_lang a {
    margin: 0 25px;
    font-size: 18px;
    color: #000;
  }
  .mobile_lang a:hover {
    color: #ff8616;
  }
  .mobile_lang .current-lang a {
    color: #ff8616;
  }
  .menu__burger,
  .lang {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 20px;
  }
  .header__made {
    margin-left: auto;
  }
}
@media screen and (max-width: 375px) {
  .custom__logo,
  .custom-logo-link {
    width: 150px;
  }
}
.advant {
  padding: 50px 0;
}
.advant.advant_about {
  padding: 50px 0 170px;
}
.advant .advant__block {
  min-height: 117px;
  width: calc(100% - 40px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #eaeaea;
}
.advant .advant__block .advant_icon {
  height: 50px;
  margin-bottom: 8px;
}
.advant .advant__block .advant_icon img {
  max-height: 50px;
}
.advant .advant__item:last-child .advant__block {
  border-right: none;
}

.products__cat .btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: initial;
  height: 50px;
  padding: 0 4px;
}
.products__cat .btn:hover, .products__cat .btn.current_tax {
  font-family: "Roboto";
  background-color: #ff8616;
  color: #fff;
  border-color: #ff8616;
}

.products {
  padding: 50px 0 170px;
}
.products .products__search {
  display: block;
  position: relative;
}
.products .products__search input {
  display: block;
  width: 100%;
  height: 50px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  border: 1px solid #cecece;
  border-radius: 100px;
  padding-left: 24px;
}
.products .products__search input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__search input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__search input::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__search input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__search input::placeholder {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #c7c7c7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .products__search input:hover, .products .products__search input:focus {
  color: #2d2d2d;
}
.products .products__search input:hover:-ms-input-placeholder, .products .products__search input:focus:-ms-input-placeholder {
  color: #2d2d2d;
}
.products .products__search input:hover::-webkit-input-placeholder, .products .products__search input:focus::-webkit-input-placeholder {
  color: #2d2d2d;
}
.products .products__search input:hover::-moz-placeholder, .products .products__search input:focus::-moz-placeholder {
  color: #2d2d2d;
}
.products .products__search input:hover::-ms-input-placeholder, .products .products__search input:focus::-ms-input-placeholder {
  color: #2d2d2d;
}
.products .products__search input:hover::placeholder, .products .products__search input:focus::placeholder {
  color: #2d2d2d;
}
.products .products__search button {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 24px;
  height: 24px;
}

.products__card {
  width: 100%;
  padding: 20px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  /* dfgfh */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products__card:hover {
  -webkit-box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
          box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
}
.products__card .products__thumb {
  height: 180px;
  margin: 0 auto 13px;
}
.products__card .products__thumb img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products__card h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #2d2d2d;
}
.products__card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
  margin-bottom: 34px;
}
.products__card .products__link {
  width: 240px;
  height: 50px;
  margin: auto auto 0;
}

@media screen and (max-width: 1400px) {
  .category .products__card .products__link {
    width: 100%;
    max-width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .products__card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products__card .products__link {
    width: 100%;
    max-width: 240px;
  }
  .products__card {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__item .advant__block {
    width: 100%;
  }
  .advant .advant__item:nth-child(1) .advant__block,
  .advant .advant__item:nth-child(2) .advant__block {
    border-bottom: 1px solid #eaeaea;
  }
  .advant .advant__item .advant__block {
    border-right: none;
  }
}
@media screen and (max-width: 568px) {
  .advant__text {
    font-size: 16px;
  }
  .products__card {
    width: 290px;
    margin: 0 auto;
  }
}
.about {
  padding: 45px 0;
  background: linear-gradient(109.22deg, #393939 -3.24%, #0f0f10 102.43%);
}
.about .about__img {
  position: absolute;
  top: -115px;
  right: 52px;
  width: calc(100% + 40px);
}
.about .about__img img {
  border-radius: 0px 0px 100px 0px;
  width: 100%;
  height: auto;
}
.about.about_page .about__img {
  top: -140px;
}
.about .section__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 20px;
}
.about .text_content p {
  color: #fff;
}
.about .about__btn {
  width: 240px;
  height: 50px;
  color: #ffffff;
  border-color: #fff;
}

.text_content h2 {
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #474747;
}
.text_content p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 1.3em;
  color: #737373;
}
.text_content ul {
  margin-bottom: 1.3em;
}
.text_content ul li {
  font-weight: 300;
  font-size: 18px;
  color: #737373;
}

@media screen and (max-width: 1199px) {
  .about .about__img {
    top: -85px;
    right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: static;
  }
}
.news {
  padding: 100px 0 100px;
  width: 100%;
}
.news.latest {
  padding: 100px 0 50px;
}
.news .latest__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .latest__card .news__thumbnail {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news .latest__card .news__thumbnail img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .latest__card h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #2d2d2d;
}
.news .latest__card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #737373;
}
.news .latest__card .news__btn {
  width: 240px;
  height: 50px;
}

@media screen and (max-width: 1400px) {
  .news .latest__card h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .news .latest__card h3 {
    font-size: 20px;
  }
  .news .latest__card .news__btn {
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .news .section__title {
    text-align: center;
  }
  .news .latest__card {
    width: 290px;
    margin: 0 auto;
  }
  .news .latest__card .news__btn {
    margin: 0 auto;
  }
}
.callback {
  padding: 50px 0 100px;
}
.callback .section__title {
  font-size: 48px;
  margin-bottom: 8px;
  line-height: 1em;
}
.callback .callback__wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
          box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
  border-radius: 50px;
  padding: 60px 110px 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.callback .callback__wrap .callback__bg {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.callback .callback__wrap .callback__item {
  padding: 0 12px;
  position: relative;
}
.callback .callback__wrap .callback__item .callback__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.callback .callback__wrap .callback__item .form__wrap {
  max-width: 410px;
}
.callback .callback__wrap .callback__item .form__wrap .input__group {
  margin-bottom: 12px;
}
.callback .callback__wrap .callback__item .form__wrap .input__group .order__input.order__input_message {
  height: 160px;
  border-radius: 20px;
}
.callback .callback__wrap .callback__item .form__wrap .callback__btn {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 1400px) {
  .callback .callback__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .callback .callback__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callback .callback__wrap .callback__item {
    width: 100%;
  }
  .callback .section__title {
    font-size: calc(5vw + 10px);
  }
}
@media screen and (max-width: 568px) {
  .callback .callback__wrap {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
  }
}
.step {
  padding: 100px 0 50px;
}
.step .step__item {
  min-height: 352px;
  padding-top: 90px;
  padding-bottom: 30px;
}
.step .step__item:nth-child(odd) {
  border-right: 1px solid #eaeaea;
  padding-right: 70px;
}
.step .step__item:nth-child(1), .step .step__item:nth-child(2) {
  border-bottom: 1px solid #eaeaea;
}
.step .step__item:nth-child(2), .step .step__item:nth-child(4) {
  padding-left: 70px;
}
.step .step__item .step__number {
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 16px;
}
.step .step__item .step__text {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1em;
}

@media screen and (max-width: 991px) {
  .step .step__item {
    padding-top: 25px;
  }
  .step .step__item:nth-child(odd) {
    border-right: none;
  }
  .step .step__item:nth-child(1),
  .step .step__item:nth-child(2) {
    border-bottom: none;
  }
  .step .step__item:nth-child(2),
  .step .step__item:nth-child(4) {
    padding-left: 12px;
  }
  .step .step__item .step__text {
    font-size: 20px;
  }
  .step .step__item {
    min-height: initial;
  }
  .project .project__item h3 {
    font-size: 20px;
  }
}
.project {
  padding: 50px 0;
}
.project .project__btn {
  width: 320px;
  height: 70px;
}
.project .project__item {
  text-align: center;
}
.project .project__item .project__thumb {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.project .project__item .project__thumb img {
  height: 247px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project .project__item h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 5px;
  color: #2d2d2d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project .project__item:hover h3 {
  color: #ff8616;
}
.project .project__item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
}

.sertificate {
  padding: 100px 0;
}

.sertificate__list {
  padding-top: 100px;
}
.sertificate__list .sertificate__item {
  width: 100%;
}
.sertificate__list .sertificate__img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 23px;
}
.sertificate__list .sertificate__img img {
  width: 100%;
  height: auto;
}
.sertificate__list h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sertificate__list .sertificate__describe {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
  margin-bottom: 25px;
}
.sertificate__list .sertificate__size {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #b1b1b1;
  margin-bottom: 0;
}
.sertificate__list .sertificate__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sertificate__list .sertificate__link:hover {
  text-decoration-line: underline;
  color: #ff8616;
}
.sertificate__list .sertificate__link svg {
  margin-left: 16px;
}

@media screen and (max-width: 991px) {
  .sertificate {
    padding: 80px 0;
  }
  .text_content h2 {
    font-size: 20px;
  }
}
.error404 .lang,
.error404 .mobile_lang {
  display: none !important;
}

.site-main h1 {
  margin-bottom: 40px;
}
.site-main p {
  margin-bottom: 15px;
}
.site-main h2 {
  margin-bottom: 30px;
}

.category .category__item {
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
.category .category__item .category__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category .category__item:hover .category__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.category .category__item .category__link {
  height: 400px;
  display: block;
  width: 300px;
  background: rgba(45, 45, 45, 0.7);
  border-radius: 5px;
  padding: 65px 25px 20px;
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130.69%;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.category .category__item .category__link svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 170px;
  bottom: 30px;
}
.category .category__item:hover .category__link path {
  fill: #ff8616;
}
.category .category__show {
  width: 240px;
  height: 50px;
  margin-bottom: 30px;
}
.category .category__wrap {
  padding: 44px 0 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
          box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
}
.category .category__wrap .category__close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.category .category__wrap .category__title {
  padding-left: 35px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 40px;
}
.category .category__wrap .category__menu li a {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #737373;
  padding: 9px 20px 9px 35px;
}
.category .category__wrap .category__menu li a.current_tax, .category .category__wrap .category__menu li a:hover {
  background: #efefef;
}

.service {
  padding-bottom: 100px;
}
.service .service_content h1,
.service .service_content h2 {
  font-family: "Prosto One";
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 16px;
}
.service .service_content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.16em;
  color: #2d2d2d;
}
.service .service__item {
  border-radius: 5px;
  height: 400px;
  position: relative;
  display: block;
  overflow: hidden;
}
.service .service__item .service__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service .service__item:hover .service__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service .service__item .service__link {
  position: absolute;
  min-height: 150px;
  display: block;
  width: 100%;
  background: rgba(45, 45, 45, 0.7);
  border-radius: 5px;
  padding: 22px 40px 22px 36px;
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130.69%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service .service__item .service__link span {
  display: block;
  max-width: 480px;
}
.service .service__item .service__link svg {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  bottom: 40px;
}
.service .service__item:hover .service__link path {
  fill: #ff8616;
}

.error-404 {
  margin-bottom: 100px;
  height: 100vh;
  max-height: 860px;
  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;
  min-height: 670px;
}
.error-404 .error__title {
  font-weight: 600;
  font-size: 128px;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4cc0f0), to(#62b33f));
  background: linear-gradient(90deg, #4cc0f0 0%, #62b33f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
}
.error-404 .error__title.error__title_success {
  font-size: 60px;
}
.error-404 .error__subtitle {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 40px;
}
.error-404 .error__text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 40px;
}
.error-404 .error_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.error-404 .error_bottom a {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
}
.error-404 .error_bg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.error-404 .error_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer {
  background: #0e0e0e;
  padding-top: 53px;
  padding-bottom: 53px;
}
.footer .footer__logo {
  width: 195px;
  display: block;
}
.footer .footer__logo img {
  width: 100%;
  height: auto;
}
.footer .footer__qr {
  width: 195px;
  height: auto;
  display: block;
}
.footer .footer__qr img {
  width: 100%;
  height: auto;
}
.footer .footer__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer .footer__list li {
  margin-bottom: 12px;
}
.footer .footer__list li.nav__item_color a {
  color: #ff8616;
}
.footer .footer__list li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.footer .footer__list li a:hover {
  color: #ff8616;
}
.footer p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 6px;
}
.footer p a {
  margin-top: 10px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.footer p a:hover {
  color: #ff8616;
}
.footer .footer__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer .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;
  width: 30px;
  height: 30px;
  margin-bottom: 24px;
}
.footer .footer_social a:hover svg path {
  fill: #ff8616;
}
.footer .footer_social a svg {
  width: 100%;
  height: 100%;
}
.footer .footer_social a svg path {
  fill: #ffffff;
}

.form__wrap {
  overflow: hidden;
}
.form__wrap .input__group {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.form__wrap .input__group .order__input {
  height: 50px;
  display: block;
  background: #ffffff;
  width: 100%;
  padding-left: 37px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #494949;
  border: 1px solid #494949;
  border-radius: 100px;
}
.form__wrap .input__group .place_span {
  position: absolute;
  left: 0;
  top: 14px;
  padding-left: 37px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #ababab;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.form__wrap .input__group .place_span.fixed_span {
  opacity: 0;
}
.form__wrap .subscribe__btn {
  padding: 0;
  width: 166px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0;
}

.breadcrumbs {
  color: transparent;
  margin-bottom: 50px;
  font-size: 0;
  position: relative;
  z-index: 5;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin-right: 32px;
  position: relative;
}
.breadcrumbs a:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -28px;
  top: calc(50% - 12px);
  background: url(../img/breadcrumbs_wh.svg) no-repeat center/16px;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
.breadcrumbs.breadcrumbs_dark a:after {
  background: url(../img/breadcrumbs_dark.svg) no-repeat center/16px;
}
.breadcrumbs.breadcrumbs_dark a,
.breadcrumbs.breadcrumbs_dark .breadcrumb_last {
  color: #989898;
}

.head__other.head__other_bg {
  padding-top: 185px;
  padding-bottom: 130px;
}
.head__other.head__other_bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.28;
}
.head__other.head__other_bg h1 {
  font-family: "Prosto One";
  font-weight: 400;
  font-size: 64px;
  line-height: 1.15em;
  text-transform: uppercase;
  color: #ffffff;
}
.head__other.head__wh {
  padding-top: 180px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(44, 59, 142, 0.3);
  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;
  z-index: -5;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  pointer-events: all;
  opacity: 1;
}
.popup .popup__content {
  width: 95%;
  max-width: 630px;
  padding: 78px 110px 40px;
  max-height: 95%;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.popup .popup__content .close_popup {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 30px;
  background: url(../img/close_popup.svg) no-repeat center;
}
.popup .popup__content .popup__title {
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.popup .popup__content .popup__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 50px;
}
.popup .popup__content .callback__btn {
  width: 100%;
  margin-top: 45px;
}

@media screen and (max-width: 1400px) {
  .service .service_content h1,
  .service .service_content h2 {
    font-size: 32px;
  }
  .head__other.head__other_bg h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .service .service_content h1,
  .service .service_content h2 {
    font-size: 28px;
  }
  .head__other.head__other_bg h1 {
    font-size: 48px;
  }
  .category .category__wrap .category__menu li a {
    padding-left: 20px;
  }
  .footer .footer__qr {
    width: 180px;
  }
  .footer .footer__logo {
    width: 140px;
    margin: 0 auto 25px;
  }
  .footer p a,
  .footer .footer__list li a {
    font-size: 16px;
  }
  .popup .popup__content .popup__title {
    font-size: 36px;
  }
  .popup .popup__content .popup__subtitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service .service__item {
    min-height: 350px;
  }
  .service .service__item .service__link {
    padding-left: 15px;
    font-size: 20px;
  }
  .head__other.head__other_bg h1 {
    font-size: calc(5vw + 10px);
  }
  .category .category__wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    z-index: 55555;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 6px 0px rgba(1, 32, 68, 0.1);
            box-shadow: 0px 6px 0px rgba(1, 32, 68, 0.1);
  }
  .category .category__wrap.show {
    left: 0;
    -webkit-box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
            box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
  }
  .head__other.head__wh {
    padding-top: 100px;
  }
  .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_social a {
    margin: 0 10px 0;
  }
  .popup .popup__content .popup__title {
    font-size: 30px;
  }
  .footer .footer_social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer_social a {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service_content h1,
  .service .service_content h2 {
    font-size: 22px;
  }
  .popup .popup__content {
    padding: 60px 50px 40px;
  }
  .popup .popup__content .popup__title {
    font-size: 24px;
  }
  .footer .footer__title,
  .footer p a,
  .footer .footer__list li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .popup .popup__content {
    padding: 60px 20px 40px;
  }
}
.product__title {
  font-family: "Prosto One";
  font-weight: 400;
  font-size: 42px;
  line-height: 150%;
  text-transform: uppercase;
  color: #2d2d2d;
}

.product {
  padding-bottom: 100px;
}
.product .swiper_arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  z-index: 5;
  cursor: pointer;
}
.product .swiper_arrow.product_left {
  left: 0;
}
.product .swiper_arrow.product_right {
  right: 0;
}
.product .swiper_arrow:hover path {
  fill: #ff8616;
}
.product .product_nav {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.product .product_nav .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ededed;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}
.product .product_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8616;
}
.product .product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product__info .info__name {
  width: 215px;
  font-family: "Prosto One";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #474747;
  margin-right: 10px;
}
.product .product__info .info__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #474747;
}
.product .product__info .info__content p.first__cat {
  width: 150px;
  margin-right: 12px;
}
.product .product__info .info__content a {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #ff8616;
  margin-bottom: 4px;
}
.product .product__btn {
  width: 320px;
  margin-bottom: 80px;
}
.product .product__doc .doc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
}
.product .product__doc .doc__item:first-child {
  border-top: 1px solid #d9d9d9;
}
.product .product__doc p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #2d2d2d;
}
.product .product__doc a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.product .product__doc a:hover {
  color: #ff8616;
}
.product .product__doc a svg {
  margin-left: 16px;
}
.product .product__swiper {
  height: 500px;
  position: relative;
  z-index: 5;
}
.product .product__swiper a.swiper-slide {
  display: block;
}
.product .product__swiper a.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product .product__schem {
  position: relative;
  margin: -60px auto 0;
}
.product .product__schem > img {
  width: 100%;
  height: auto;
}
.product .schem__list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product .schem__list.schem__list_helicopter .schem__item {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #2d2d2d;
  position: absolute;
}
.product .schem__list.schem__list_helicopter .schem__item img {
  position: absolute;
  height: auto;
  top: calc(100% + 8px);
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_1 {
  left: 0;
  bottom: 62%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_1 img {
  left: 0;
  width: 128px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_2 {
  max-width: 247px;
  left: 18%;
  bottom: 73%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_2 img {
  left: 0;
  width: 96px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_3 {
  max-width: 220px;
  left: 60%;
  bottom: 73%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_3 img {
  left: -80px;
  width: 188px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_4 {
  max-width: 130px;
  left: 81%;
  bottom: 57%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_4 img {
  left: -63px;
  width: 158px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_5 {
  max-width: 240px;
  left: 74%;
  bottom: 25%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_5 img {
  left: -93px;
  width: 230px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_6 {
  left: 14%;
  bottom: 14%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_6 img {
  width: 125px;
  height: 40px;
  top: calc(100% + 3px);
  left: -48px;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_7 {
  max-width: 240px;
  left: 66%;
  bottom: 14%;
}
.product .schem__list.schem__list_helicopter .schem__item.schem__item_7 img {
  width: 125px;
  height: 40px;
  left: 61px;
  top: calc(100% + 3px);
}
.product .schem__list.schem__list_aero .schem__item {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #2d2d2d;
  position: absolute;
}
.product .schem__list.schem__list_aero .schem__item img {
  position: absolute;
  height: auto;
  top: calc(100% + 3px);
}
.product .schem__list.schem__list_aero .schem__item.schem__item_1 {
  left: 13%;
  bottom: 81%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_1 img {
  left: -15px;
  width: 167px;
  top: auto;
  bottom: -3px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_2 {
  left: 72%;
  bottom: 86%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_2 img {
  left: -50px;
  width: 130px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_3 {
  left: 78%;
  bottom: 74%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_3 img {
  left: -93px;
  width: 173px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_4 {
  left: 78%;
  bottom: 61%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_4 img {
  left: -64px;
  width: 163px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_5 {
  left: -2%;
  bottom: 28%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_5 img {
  left: 20px;
  width: 125px;
  top: auto;
  bottom: -3px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_6 {
  left: 64%;
  bottom: 33%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_6 img {
  width: 242px;
  left: -180px;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_7 {
  left: 58%;
  bottom: 21%;
}
.product .schem__list.schem__list_aero .schem__item.schem__item_7 img {
  width: 138px;
  left: -80px;
}
.product .describe {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
          box-shadow: 0px 6px 23px rgba(1, 32, 68, 0.1);
  padding: 55px 80px;
}
.product .describe__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.product .describe__row:last-child {
  margin-bottom: 0;
}
.product .describe__row .describe__name {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Prosto One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-right: 20px;
}
.product .describe__row .text_content li {
  padding-left: 15px;
  position: relative;
}
.product .describe__row .text_content li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #2d2d2d;
}

@media screen and (max-width: 1400px) {
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_1 {
    bottom: 66%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_2 {
    left: 15%;
    bottom: 77%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_3 {
    bottom: 79%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_4 {
    left: 81%;
    bottom: 61%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 {
    bottom: 26%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 img {
    left: -81px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_6 {
    left: 15%;
    bottom: 16%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 {
    left: 68%;
    bottom: 16%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 img {
    left: 22px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_1 {
    left: 13%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_2 {
    left: 73%;
    bottom: 89%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_3 {
    left: 80%;
  }
  product .schem__list.schem__list_aero .schem__item.schem__item_4 {
    left: 79%;
    bottom: 62%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_5 {
    left: 1%;
    bottom: 26%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_6 {
    left: 70%;
    bottom: 38%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_7 {
    left: 60%;
    bottom: 21%;
  }
  .product__title {
    font-size: 36px;
  }
  .product .describe {
    padding-left: 60px;
    padding-right: 60px;
  }
  .product .product__swiper {
    height: 445px;
  }
}
@media screen and (max-width: 1199px) {
  .product .product__schem {
    margin: -45px auto 0;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_1 img {
    width: 100px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_2 img {
    width: 76px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_3 {
    left: 66%;
    bottom: 69%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_3 img {
    width: 111px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_4 {
    left: 72%;
    bottom: 52%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_4 img {
    width: 87px;
    left: -25px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 {
    bottom: 30%;
    left: 70%;
  }
  .product .schem__list .schem__item.schem__item_5 {
    left: 69%;
    bottom: 22%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 img {
    width: 125px;
    left: -41px;
    top: calc(100% + 6px);
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_6 {
    left: 15%;
    bottom: 16%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_6 img {
    height: 34px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 {
    left: 70%;
    bottom: 14%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 img {
    left: 6px;
    height: 26px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_1 {
    left: 7%;
    bottom: 78%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_2 {
    max-width: 247px;
    left: 75%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_3 {
    left: 83%;
    bottom: 77%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_4 {
    left: 79%;
    bottom: 64%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_4 img {
    left: -48px;
    width: 163px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_5 {
    left: 1%;
    bottom: 24%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_6 img {
    width: 242px;
    left: -142px;
  }
  .product .product__swiper {
    max-width: 630px;
    height: 360px;
    margin: 0 auto;
  }
  .product .describe {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product .product__schem {
    width: 456px;
    margin: 50px auto 0;
  }
  .product .describe__row {
    display: block;
  }
  .product .product__swiper {
    max-width: 560px;
    height: 445px;
  }
}
@media screen and (max-width: 767px) {
  .product .product__swiper {
    max-width: 516px;
    height: 410px;
  }
  .product__title {
    font-size: 5vw;
  }
  .product .product__info {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .product__info .info__name {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 568px) {
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_1 {
    bottom: 61%;
    left: 1%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_1 img {
    width: 67px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_2 {
    left: 5%;
    bottom: 83%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_2 img {
    left: 23px;
    width: 73px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_3 {
    left: 43%;
    bottom: 72%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_3 img {
    width: 120px;
    left: 31px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_4 {
    left: 69%;
    bottom: 49%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_4 img {
    width: 107px;
    left: 25px;
    width: 50px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 {
    left: 75%;
    bottom: 25%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_5 img {
    width: 125px;
    left: -56px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_6 {
    left: 11%;
    bottom: 14%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_6 img {
    height: 20px;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 {
    left: 70%;
    bottom: 14%;
  }
  .product .schem__list.schem__list_helicopter .schem__item.schem__item_7 img {
    left: -13px;
    height: 20px;
  }
  .product .product__schem {
    width: 360px;
    margin: -40px auto 0;
  }
  .product .describe {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product .product__swiper {
    width: 100%;
    height: 300px;
  }
  .product__title {
    font-size: calc(5vw + 5px);
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_1 img {
    width: 129px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_2 {
    bottom: 93%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_2 img {
    left: -41px;
    width: 109px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_3 {
    left: 74%;
    bottom: 77%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_3 img {
    left: -36px;
    width: 83px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_4 {
    bottom: 60%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_4 img {
    left: -42px;
    width: 84px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_5 {
    left: 21%;
    bottom: 31%;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_6 img {
    width: 184px;
    left: -129px;
  }
  .product .schem__list.schem__list_aero .schem__item.schem__item_7 {
    right: 21%;
    bottom: 23%;
  }
}
.contact .container {
  pointer-events: none;
}
.contact.head__other {
  padding-bottom: 180px;
}
.contact .contact__map {
  width: 150%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact .contact__map iframe {
  width: 100%;
  height: 100%;
}
.contact .contact__block {
  pointer-events: all;
  width: 100%;
  max-width: 410px;
  padding: 90px 75px 73px 45px;
  background: rgba(45, 45, 45, 0.8);
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
.contact .contact__block .contact__icon {
  margin-right: 12px;
}
.contact .contact__block .contact__icon svg {
  margin-top: -5px;
}
.contact .contact__block .contact__item {
  margin-bottom: 25px;
}
.contact .contact__block .contact__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.contact .contact__block .contact__item p a {
  color: #ffffff;
}
.contact .contact__block .contact__item p a:hover {
  color: #ff8616;
}
.contact .contact__block .contact_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
}
.contact .contact__block .contact_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-right: 14px;
}

.success {
  padding-top: 250px;
  padding-bottom: 80px;
}
.success h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 150%;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.success p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #2d2d2d;
}

@media screen and (max-width: 991px) {
  .success {
    padding-top: 140px;
  }
  .success h1 {
    font-size: 30px;
  }
  .success p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 0;
  }
  .contact .contact__map {
    position: static;
    width: 100%;
    height: 450px;
  }
  .contact .contact__block {
    margin: 0 auto 35px;
    border-radius: 30px;
    padding: 50px 40px 50px 20px;
  }
}
@media screen and (max-width: 568px) {
  .breadcrumbs a,
  .breadcrumbs .breadcrumb_last {
    font-size: 16px;
  }
}
.news_paginate {
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.prev.page-numbers,
.next.page-numbers {
  width: 40px;
  height: 40px;
  background-color: #eeeeee;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: #ff8616;
}
.prev.page-numbers:hover path,
.next.page-numbers:hover path {
  fill: #fff;
}
.prev.page-numbers svg,
.next.page-numbers svg {
  width: 16px;
  height: 16px;
}

span.prev.page-numbers,
span.next.page-numbers {
  pointer-events: none;
}

.page-numbers {
  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: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #2d2d2d;
}
.page-numbers:hover, .page-numbers.current {
  color: #fff;
  background: #ff8616;
}

.xyz_start {
  opacity: 0;
}

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

.aiowps-captcha-equation {
  margin-bottom: 10px;
}/*# sourceMappingURL=main.css.map */