@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Inter-LightBETA.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  font-family: Inter,sans-serif;
  font-size: 1em;
  line-height: 1.1875;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #353535;
  background-color: #fff;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f1f1f1
}
main.bg__white {
  background-color: #fff
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #949494
}
@media all and (max-width:575px) {
  .heading {
    padding-bottom: 20px
  }
}
.heading.heading-border-none {
  border-bottom: none;
  padding-bottom: 0
}
.heading h1,
.heading h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 28px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #353535;
  background-color: #fcc870;
  padding: 13px 28px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1199px) {
  .btn {
    font-size: 16px;
    padding: 13px 20px
  }
}
.btn:hover {
  color: #353535;
  background-color: #f2b959
}
.btn.btn-accent {
  background-color: #2244a9;
  color: #fff
}
.btn.btn-accent:hover {
  color: #fff;
  background-color: #183aa1
}
.btn.btn-arrow span {
  padding-right: 24px;
  position: relative
}
.btn.btn-arrow span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_43.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.btn.btn-small {
  font-size: 13px;
  line-height: 120%;
  padding: 10px
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
section {
  margin-bottom: 70px
}
@media all and (max-width:575px) {
  section {
    margin-bottom: 50px
  }
}
.modal {
  color: #353535;
  max-width: 650px;
  width: 100%;
  background-color: #f1f1f1
}
.modal .modal__heading {
  color: #2244a9;
  margin-bottom: 16px
}
.modal .modal__heading h2 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px
}
.modal .modal__heading p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  max-width: 326px;
  width: 100%;
  margin: 0 auto
}
.modal .form__inner form {
  max-width: 330px;
  width: 100%;
  margin: 0 auto
}
#modal_thanks .modal__heading {
  margin-bottom: 0
}
#modal_thanks .modal__heading h2 {
  margin-bottom: 0
}
.form__inner form .form__item {
  margin-bottom: 15px;
  position: relative
}
.form__inner form .form__item:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto
}
.form__inner form .form__item.form__item-name:after {
  background-image: url(../img/icon_23.svg)
}
.form__inner form .form__item.form__item-phone:after {
  background-image: url(../img/icon_24.svg)
}
.form__inner form .form__item input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #fcc870;
  padding-left: 75px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #949494
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::-ms-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::-moz-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input:-ms-input-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::-ms-input-placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__item input::placeholder {
  color: #949494;
  opacity: 1
}
.form__inner form .form__submit {
  padding-top: 1px;
  position: relative;
  margin-bottom: 15px
}
.form__inner form .form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.form__inner form .form__policy {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 109.9%;
  color: #353535
}
.form__inner form .form__policy p a {
  color: #353535;
  text-decoration: underline
}
header {
  position: relative;
  z-index: 4
}
header.header__white .header__menu {
  background-color: #fff
}
@media all and (max-width:575px) {
  header.page .header__catalog {
    margin-bottom: 0
  }
}
header.header__bg .header__menu {
  background-color: transparent
}
header.header__bg .header__menu .menu__inner {
  border-bottom: none
}
header .header__top {
  padding-top: 9px;
  margin-bottom: 13px
}
header .header__top .header__logo img {
  width: 223px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__top .header__logo img {
    width: 180px
  }
}
header .header__top .header__contacts .contacts__inner {
  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;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 26px
}
@media all and (max-width:1400px) {
  header .header__top .header__contacts .contacts__inner {
    font-size: 15px
  }
}
@media all and (min-width:1199px) {
  header .header__top .header__contacts .contacts__inner {
    padding-left: 26px
  }
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .contacts__inner {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner .worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
@media all and (max-width:1199px) {
  header .header__top .header__contacts .contacts__inner .worktime {
    display: none
  }
}
header .header__top .header__contacts .contacts__inner a {
  color: #353535
}
header .header__top .header__contacts .contacts__inner a:hover {
  color: #2244a9
}
header .header__top .header__contacts .contacts__inner .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}
header .header__top .header__contacts .contacts__inner .social a:hover {
  opacity: .8
}
header .header__top .header__contacts .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  header .header__top .header__contacts .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__top .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2244a9;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .header__contacts .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 50px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px
}
@media all and (max-width:767px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu {
  margin-bottom: 30px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item a {
  font-weight: 700
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  color: #2244a9;
  text-transform: uppercase
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts a,
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #353535
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts .contacts__list {
  margin-bottom: 12px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts .contacts__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts .contacts__list li:not(:last-child) {
  margin-bottom: 12px
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile__contacts .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}
header .header__catalog {
  margin-bottom: 20px
}
@media all and (max-width:991px) {
  header .header__catalog .catalog__button {
    display: none
  }
}
header .header__catalog .catalog__button #catalog-btn {
  background-color: #2244a9;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  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
}
header .header__catalog .catalog__button #catalog-btn:hover {
  background-color: #183aa1
}
header .header__catalog .catalog__button #catalog-btn span {
  position: relative;
  padding-left: 42px;
  padding-right: 34px
}
header .header__catalog .catalog__button #catalog-btn span:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_6.svg);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}
header .header__catalog .catalog__button #catalog-btn span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_9.svg);
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}
@media all and (max-width:991px) {
  header .header__catalog .catalog__order {
    display: none
  }
}
header .header__catalog .catalog__search .dgwt-wcas-enable-mobile-form {
  z-index: 9
}
header .header__catalog .catalog__search .search__inner .dgwt-wcas-search-wrapp {
  max-width: none
}
header .header__catalog .catalog__search .search__inner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0
}
header .header__catalog .catalog__search .search__inner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 2px;
  background-color: #e3e3e3
}
header .header__catalog .catalog__search .search__inner .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font-size: 16px
}
header .header__catalog .catalog__search .search__inner .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #2244a9
}
header .header__menu {
  background-color: #f1f1f1
}
@media all and (max-width:991px) {
  header .header__menu {
    display: none
  }
}
header .header__menu .menu__inner {
  border-bottom: 2px solid #fff
}
header .header__menu .menu__inner ul {
  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
}
header .header__menu .menu__inner ul li.current-menu-item a {
  font-weight: 700
}
header .header__menu .menu__inner ul li a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #2244a9;
  padding: 13px 5px
}
#mainblock {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 0;
  overflow: hidden
}
#mainblock .mainslider__slider {
  padding-bottom: 35px
}
#mainblock .mainslider__slider .swiper-slide {
  height: auto
}
#mainblock .mainslider__slider .slide__inner {
  position: relative;
  min-height: 369px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f6f9
}
@media all and (max-width:575px) {
  #mainblock .mainslider__slider .slide__inner {
    min-height: 300px
  }
}
#mainblock .mainslider__slider .slide__inner .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
#mainblock .mainslider__slider .slide__inner .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#mainblock .mainslider__slider .slide__inner:after {
  position: absolute;
  content: "";
  width: 461.99px;
  height: 334px;
  left: 327px;
  top: -34.27px;
  background: rgba(247,247,247,.8);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(-9.44deg);
  -ms-transform: rotate(-9.44deg);
  transform: rotate(-9.44deg);
  z-index: -1
}
@media all and (max-width:991px) {
  #mainblock .mainslider__slider .slide__inner:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0
  }
}
#mainblock .mainslider__slider .slide__inner .wrapper {
  padding: 68px 88px
}
@media all and (max-width:991px) {
  #mainblock .mainslider__slider .slide__inner .wrapper {
    padding: 50px
  }
}
@media all and (max-width:575px) {
  #mainblock .mainslider__slider .slide__inner .wrapper {
    padding: 30px 20px
  }
}
#mainblock .mainslider__slider .slide__inner .wrapper .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
#mainblock .mainslider__slider .slide__inner .wrapper .btn {
  min-width: 223px
}
#mainblock .mainslider__slider .slide__inner .wrapper h1,
#mainblock .mainslider__slider .slide__inner .wrapper h2 {
  font-size: 65px;
  line-height: 58px;
  margin-bottom: 70px
}
@media all and (max-width:1400px) {
  #mainblock .mainslider__slider .slide__inner .wrapper h1,
  #mainblock .mainslider__slider .slide__inner .wrapper h2 {
    font-size: 50px
  }
}
@media all and (max-width:991px) {
  #mainblock .mainslider__slider .slide__inner .wrapper h1,
  #mainblock .mainslider__slider .slide__inner .wrapper h2 {
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 40px
  }
}
@media all and (max-width:767px) {
  #mainblock .mainslider__slider .slide__inner .wrapper h1,
  #mainblock .mainslider__slider .slide__inner .wrapper h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  #mainblock .mainslider__slider .slide__inner .wrapper h1,
  #mainblock .mainslider__slider .slide__inner .wrapper h2 {
    font-size: 32px
  }
}
@media all and (max-width:360px) {
  #mainblock .mainslider__slider .slide__inner .wrapper h1,
  #mainblock .mainslider__slider .slide__inner .wrapper h2 {
    font-size: 28px
  }
}
#mainblock .mainslider__slider .slide__inner .wrapper p {
  font-size: 22px;
  line-height: 120%;
  position: relative;
  padding-left: 36px
}
@media all and (max-width:575px) {
  #mainblock .mainslider__slider .slide__inner .wrapper p {
    font-size: 18px
  }
}
#mainblock .mainslider__slider .slide__inner .wrapper p:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
@media all and (max-width:991px) {
  #mainblock .mainslider__slider .slide__inner .wrapper .btn {
    margin-top: 30px
  }
}
#mainblock .swiper-pagination {
  bottom: 0!important
}
#mainblock .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all
}
#mainblock .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #3365fd
}
#about {
  background-color: #f1f1f1;
  padding-top: 60px;
  padding-bottom: 66px
}
@media all and (max-width:575px) {
  #about {
    padding-top: 10px;
    padding-bottom: 50px
  }
}
#about .heading {
  max-width: 838px;
  width: 100%
}
#about .about__content .content__inner {
  position: relative;
  z-index: 2
}
#about .about__image .image__inner {
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
#about .about__image .image__inner img {
  position: absolute;
  top: -110px;
  z-index: -1
}
@media all and (max-width:1400px) {
  #about .about__image .image__inner img {
    top: -70px
  }
}
#about .wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 36px;
  padding: 20px 33px;
  border: 1px solid #fcc870;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 60px
}
@media all and (max-width:1199px) {
  #about .wrapper {
    margin-top: 40px
  }
}
@media all and (max-width:991px) {
  #about .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
@media all and (max-width:575px) {
  #about .wrapper {
    padding: 20px
  }
}
#about .wrapper .about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding: 16px;
  font-size: 14px;
  line-height: 17px;
  color: #787878;
  position: relative
}
@media all and (max-width:1400px) {
  #about .wrapper .about__item {
    font-size: 12px
  }
}
@media all and (max-width:1199px) {
  #about .wrapper .about__item {
    padding: 6px
  }
}
#about .wrapper .about__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fcc870;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto
}
@media all and (max-width:991px) {
  #about .wrapper .about__item:not(:last-child):after {
    display: none
  }
}
#about .wrapper .about__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#about .wrapper .about__item h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2244a9;
  margin-bottom: 7px
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: 1.25em
}
@media all and (max-width:575px) {
  article p {
    margin-bottom: 1em
  }
}
article a {
  color: #2244a9
}
article ul {
  margin-bottom: 1.25em;
  list-style-type: disc;
  padding-left: 15px
}
@media all and (max-width:575px) {
  article ul {
    margin-bottom: 1em
  }
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1.25em;
  padding-left: 15px
}
@media all and (max-width:575px) {
  article ol {
    margin-bottom: 1em
  }
}
article > .wp-block-quote {
  background-color: #eaeaea;
  border-left: 4px solid #fcc870;
  padding: 40px 90px 20px 90px
}
@media all and (max-width:991px) {
  article > .wp-block-quote {
    padding: 40px 40px 10px 40px
  }
}
@media all and (max-width:575px) {
  article > .wp-block-quote {
    padding: 30px 20px 10px 20px
  }
}
@media all and (max-width:575px) {
  article .gallery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media all and (max-width:575px) {
  article .gallery__wrapper .wp-block-image {
    width: 100%!important
  }
}
article .wp-block-columns.block__flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 0
}
@media all and (max-width:575px) {
  article .wp-block-columns.block__flex p {
    gap: 20px
  }
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}
#maincatalog .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 57px
}
@media all and (max-width:1199px) {
  #maincatalog .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#maincatalog .heading h2 {
  max-width: 698px;
  width: 100%
}
#maincatalog .heading .content p:not(:last-child) {
  margin-bottom: 16px
}
#maincatalog .box__button {
  padding-top: 10px
}
#maincatalog .box__button .btn {
  max-width: 426px;
  width: 100%;
  margin: 0 auto
}
.category__item {
  margin-bottom: 25px
}
@media all and (max-width:575px) {
  .category__item {
    margin-bottom: 16px
  }
}
.category__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: #353535;
  background: #fff;
  -webkit-box-shadow: -2px 2px 15px -1px rgba(120,120,120,.35);
  box-shadow: -2px 2px 15px -1px rgba(120,120,120,.35);
  border-radius: 2px;
  padding: 8px 17px 27px 17px
}
.category__item .item__inner:hover {
  -webkit-box-shadow: -2px 2px 15px -1px rgba(34,68,169,.65);
  box-shadow: -2px 2px 15px -1px rgba(34,68,169,.65)
}
.category__item .item__inner .category__image {
  height: 148px;
  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
}
@media all and (max-width:575px) {
  .category__item .item__inner .category__image {
    height: 100px
  }
}
.category__item .item__inner .category__image img {
  max-height: 148px
}
@media all and (max-width:575px) {
  .category__item .item__inner .category__image img {
    max-height: 100px;
    width: auto
  }
}
.category__item .item__inner h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: inherit
}
@media all and (max-width:575px) {
  .category__item .item__inner h3 {
    font-size: 14px;
    line-height: 17px
  }
}
#newarrivals .wrapper {
  background-color: #2244a9;
  border-radius: 2px;
  padding: 48px 0 8px 40px;
  min-height: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_42.svg)
}
@media all and (max-width:575px) {
  #newarrivals .wrapper {
    padding: 30px 0 8px 20px
  }
}
@media all and (max-width:991px) {
  #newarrivals .newarrivals__content {
    margin-bottom: 20px
  }
}
#newarrivals .newarrivals__content .content__inner {
  color: #fff;
  padding-bottom: 22px
}
#newarrivals .newarrivals__content .content__inner h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 14px
}
#newarrivals .newarrivals__content .content__inner p {
  font-weight: 300;
  margin-bottom: 60px
}
@media all and (max-width:991px) {
  #newarrivals .newarrivals__content .content__inner p {
    margin-bottom: 30px
  }
}
#newarrivals .newarrivals__content .content__inner .btn {
  max-width: 228px;
  width: 100%
}
#newarrivals .row {
  margin-left: 0
}
#newarrivals .newarrivals__products {
  padding-right: 0
}
#newarrivals .newarrivals__products .products__inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px
}
@media all and (min-width:991px) {
  #newarrivals .newarrivals__products .products__inner {
    padding-left: 48px
  }
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider {
  overflow: visible
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .swiper-slide {
  height: auto;
  width: auto!important
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner {
  min-height: 220px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 184px;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 8px
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item {
  display: block;
  color: #353535;
  position: relative
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item .badge {
  position: absolute;
  top: -4px;
  left: -8px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1f703e;
  padding: 4px 6px;
  background-color: #c9fdca;
  border-radius: 0 8px 8px 0
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item:hover {
  color: #2244a9
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item .image {
  height: 146px;
  text-align: center;
  margin-bottom: 13px
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item .image img {
  max-height: 146px
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item h3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: inherit
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #717171
}
#newarrivals .newarrivals__products .products__inner .newarrivals__slider .slide__inner .item .price ins {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-decoration: none
}
#newarrivals .newarrivals__products .products__inner .swiper__nav {
  width: 60px;
  height: 28px;
  position: absolute;
  bottom: 0;
  right: 22px;
  margin: auto
}
#newarrivals .newarrivals__products .products__inner .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.svg)
}
#newarrivals .newarrivals__products .products__inner .swiper__nav .swiper-button:after {
  display: none!important
}
#newarrivals .newarrivals__products .products__inner .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#newarrivals .newarrivals__products .products__inner .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
#mainorder {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 96px;
  margin-bottom: 0;
  overflow: hidden;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/36.webp)
}
@media all and (max-width:1199px) {
  #mainorder {
    background-image: none
  }
}
@media all and (max-width:575px) {
  #mainorder {
    padding-top: 50px;
    padding-bottom: 80px
  }
}
#mainorder .mainorder__text {
  padding-bottom: 10px
}
#mainorder .mainorder__wrapper {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #fcc870;
  padding: 27px 100px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px 137px;
  margin-bottom: 30px
}
@media all and (max-width:991px) {
  #mainorder .mainorder__wrapper {
    grid-template-columns: repeat(1,1fr);
    padding: 30px
  }
}
#mainorder .mainorder__wrapper .item p {
  margin-bottom: 12px
}
#mainorder .mainorder__wrapper .item:first-child {
  position: relative
}
#mainorder .mainorder__wrapper .item:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fcc870;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto
}
@media all and (max-width:991px) {
  #mainorder .mainorder__wrapper .item:first-child:after {
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto
  }
}
#mainorder .mainorder__wrapper .item:first-child p {
  margin-bottom: 22px
}
#mainorder .mainorder__wrapper .item ul li {
  position: relative;
  padding-left: 27px
}
#mainorder .mainorder__wrapper .item ul li:not(:last-child) {
  margin-bottom: 6px
}
#mainorder .mainorder__wrapper .item ul li:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -7px;
  margin: auto
}
#mainorder .mainorder__delivery {
  margin-bottom: 20px
}
#mainorder .mainorder__delivery .delivery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 70px;
  margin-bottom: 20px
}
@media all and (max-width:1199px) {
  #mainorder .mainorder__delivery .delivery__items {
    -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
  }
}
#mainorder .mainorder__delivery .delivery__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
#mainorder .mainorder__profit {
  background-color: #fff;
  border-left: 4px solid #fcc870;
  padding: 40px 115px 40px 82px;
  position: relative;
  z-index: 2
}
@media all and (max-width:991px) {
  #mainorder .mainorder__profit {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  #mainorder .mainorder__profit {
    padding: 30px
  }
}
#mainorder .mainorder__profit:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/23.webp);
  width: 487px;
  height: 444px;
  bottom: -100px;
  right: -80px;
  z-index: -1
}
@media all and (max-width:1400px) {
  #mainorder .mainorder__profit:after {
    width: 380px;
    height: 350px;
    bottom: -10px
  }
}
@media all and (max-width:991px) {
  #mainorder .mainorder__profit:after {
    display: none
  }
}
#mainorder .mainorder__profit article ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 26px
}
#mainorder .mainorder__profit article ul li {
  position: relative;
  padding-left: 36px
}
#mainorder .mainorder__profit article ul li:not(:last-child) {
  margin-bottom: 20px
}
#mainorder .mainorder__profit article ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#footer {
  background-color: #2244a9;
  padding-top: 26px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 3
}
@media all and (max-width:991px) {
  #footer {
    text-align: center
  }
}
#footer .footer__top {
  border-bottom: 1px solid #949494;
  margin-bottom: 18px
}
#footer .footer__top .footer__item {
  margin-bottom: 30px
}
#footer .footer__bottom {
  font-size: 14px
}
#footer .footer__bottom .footer__item {
  margin-bottom: 18px
}
#footer .footer__logo .logo__inner .logo {
  margin-bottom: 52px
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner .logo {
    margin-bottom: 40px
  }
}
#footer .footer__logo .logo__inner .logo img {
  width: 344px;
  height: auto
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner .logo img {
    width: 320px
  }
}
#footer .footer__logo .logo__inner .address {
  font-size: 12px;
  color: #fcc870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
@media all and (max-width:991px) {
  #footer .footer__logo .logo__inner .address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#footer .footer__logo .logo__inner .address:hover {
  text-decoration: underline
}
#footer .footer__menu .menu__inner h5 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block
}
#footer .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 22px
}
#footer .footer__menu .menu__inner ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block
}
@media all and (max-width:1199px) {
  #footer .footer__menu .menu__inner ul li a {
    font-size: 15px
  }
}
#footer .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline
}
#footer .footer__contacts .contacts__inner ul {
  margin-bottom: 20px
}
#footer .footer__contacts .contacts__inner ul li:not(:last-child) {
  margin-bottom: 13px
}
#footer .footer__contacts .contacts__inner ul li a {
  font-size: 17px;
  font-weight: 600;
  color: #fcc870;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap
}
@media all and (max-width:1400px) {
  #footer .footer__contacts .contacts__inner ul li a {
    font-size: 15px
  }
}
@media all and (max-width:991px) {
  #footer .footer__contacts .contacts__inner ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
#footer .footer__pay p {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 26px
}
@media all and (max-width:575px) {
  #footer .footer__pay p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#footer .footer__pay p img {
  width: 175px
}
#footer .footer__share .share__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media all and (max-width:991px) {
  #footer .footer__share .share__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media all and (max-width:575px) {
  #footer .footer__share .share__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
#breadcrumbs {
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 36px
}
@media all and (max-width:575px) {
  #breadcrumbs {
    padding-bottom: 26px
  }
}
#breadcrumbs .breadcrumbs {
  color: #4790ff;
  font-size: 12px;
  line-height: 16px
}
#breadcrumbs .breadcrumbs span {
  color: #4790ff;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a {
  color: #77878f;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit
}
#breadcrumbs .breadcrumbs .sep {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_14.svg);
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px
}
#page {
  margin-bottom: 0;
  padding-bottom: 60px
}
#page.page-bg {
  position: relative;
  z-index: 2
}
#page.page-bg:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg.webp);
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1
}
@media all and (max-width:1199px) {
  #page.page-bg:after {
    display: none
  }
}
#page.page-cat {
  position: relative;
  z-index: 2
}
#page.page-cat::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_top.webp);
  width: 958px;
  height: 1062px;
  top: -300px;
  right: 0;
  z-index: -1
}
@media all and (max-width:1199px) {
  #page.page-cat::before {
    display: none
  }
}
#page.page-cat:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_bottom.webp);
  width: 1069px;
  height: 927px;
  bottom: 0;
  right: 0;
  z-index: -1
}
@media all and (max-width:1199px) {
  #page.page-cat:after {
    display: none
  }
}
#page .page__order .order__top .order__image .image__inner {
  text-align: right
}
#page .page__order .order__top .order__image .image__inner img {
  height: auto
}
#page .page__order .wrapper .order__item {
  background-color: #fff;
  border-radius: 4px
}
#page .page__order .wrapper .order__item:not(:last-child) {
  margin-bottom: 20px
}
#page .page__order .wrapper .order__item .item__heading {
  border-bottom: 1px solid #e4e7e9;
  padding: 15px
}
#page .page__order .wrapper .order__item .item__heading h3 {
  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;
  gap: 14px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #2244a9
}
#page .page__order .wrapper .order__item article {
  padding: 16px 92px 16px 92px
}
@media all and (max-width:991px) {
  #page .page__order .wrapper .order__item article {
    padding: 20px
  }
}
#page .page__order .wrapper .order__item article strong {
  font-weight: 500
}
#page .page__order .wrapper .order__item article ul {
  list-style-type: none;
  padding-left: 0
}
#page .page__order .wrapper .order__item article ul li {
  position: relative;
  padding-left: 39px
}
#page .page__order .wrapper .order__item article ul li:not(:last-child) {
  margin-bottom: 19px
}
#page .page__order .wrapper .order__item article ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_18.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
@media all and (min-width:1199px) {
  #page .page__order .page__pay {
    margin-top: -41px
  }
}
@media all and (max-width:991px) {
  #page .page__order .page__pay {
    margin-top: 34px
  }
}
#page .page__order .page__pay .wrapper__item:not(:last-child) {
  margin-bottom: 60px
}
@media all and (max-width:575px) {
  #page .page__order .page__pay .wrapper__item:not(:last-child) {
    margin-bottom: 40px
  }
}
#page .page__order .page__pay .wrapper__item .item__heading {
  border-bottom: 1px solid #949494;
  padding-bottom: 15px;
  margin-bottom: 15px
}
#page .page__order .page__pay .wrapper__item .item__heading h2 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 600;
  color: #2244a9
}
@media all and (min-width:1199px) {
  #page .page__order .page__pay .wrapper__item .pay__text-small {
    max-width: 630px;
    width: 100%
  }
}
#page .page__order .page__pay .wrapper__item .pay__wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fcc870;
  border-radius: 2px;
  padding: 36px 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px 122px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media all and (max-width:1199px) {
  #page .page__order .page__pay .wrapper__item .pay__wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
@media all and (max-width:767px) {
  #page .page__order .page__pay .wrapper__item .pay__wrapper {
    padding: 30px 20px
  }
}
#page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  height: 100%
}
@media all and (max-width:575px) {
  #page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item {
    gap: 20px
  }
}
#page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fcc870;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto
}
@media all and (max-width:1199px) {
  #page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item:not(:last-child)::after {
    display: none
  }
}
#page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item .content h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: #2244a9;
  margin-bottom: 5px
}
#page .page__order .page__pay .wrapper__item .pay__wrapper .pay__item .content p {
  font-size: 14px;
  line-height: 17px
}
#page .page__order .page__pay .wrapper__item .delivery__wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px 30px;
  margin-bottom: 20px
}
@media all and (max-width:1199px) {
  #page .page__order .page__pay .wrapper__item .delivery__wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
#page .page__order .page__pay .wrapper__item .delivery__wrapper .delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 500
}
#page .page__order .page__pay .wrapper__item .delivery__wrapper .delivery__item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#page .page__order .page__pay .wrapper__item .storage__text article strong {
  font-weight: 500
}
#page .page__order .page__pay .wrapper__item .storage__text article ul {
  list-style-type: none;
  padding-left: 0
}
#page .page__order .page__pay .wrapper__item .storage__text article ul li {
  position: relative;
  padding-left: 27px
}
#page .page__order .page__pay .wrapper__item .storage__text article ul li:not(:last-child) {
  margin-bottom: 10px
}
#page .page__order .page__pay .wrapper__item .storage__text article ul li:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.svg);
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -7px;
  margin: auto
}
#page .page__order .questions {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  padding: 70px 457px 70px 62px;
  position: relative;
  margin-top: 27px
}
@media all and (max-width:1199px) {
  #page .page__order .questions {
    margin-top: 80px;
    padding-right: 400px
  }
}
@media all and (max-width:991px) {
  #page .page__order .questions {
    margin-top: 30px;
    padding: 40px 40px 200px 40px
  }
}
@media all and (max-width:575px) {
  #page .page__order .questions {
    padding: 30px 30px 210px 30px
  }
}
#page .page__order .questions .image {
  position: absolute;
  bottom: 0;
  right: 0
}
@media all and (max-width:991px) {
  #page .page__order .questions .image img {
    width: 200px
  }
}
#page .page__order .questions h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px
}
#page .page__order .questions p {
  font-size: 18px;
  line-height: 22px
}
@media all and (max-width:575px) {
  #page .page__order .questions p {
    font-size: 16px
  }
}
#page .page__contacts .contacts__item {
  margin-bottom: 20px
}
#page .page__contacts .contacts__item .item__inner {
  background-color: #fff;
  border: 1px solid #fcc870;
  border-radius: 2px;
  padding: 38px 40px 38px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 47px
}
@media all and (max-width:1400px) {
  #page .page__contacts .contacts__item .item__inner {
    gap: 30px
  }
}
@media all and (max-width:575px) {
  #page .page__contacts .contacts__item .item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 26px;
    gap: 24px
  }
}
#page .page__contacts .contacts__item .item__inner .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  #page .page__contacts .contacts__item .item__inner .icon img {
    max-height: 40px
  }
}
#page .page__contacts .contacts__item .item__inner .details h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #949494;
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  #page .page__contacts .contacts__item .item__inner .details h3 {
    font-size: 20px
  }
}
#page .page__contacts .contacts__item .item__inner .details h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2244a9;
  margin-bottom: 16px
}
#page .page__contacts .contacts__item .item__inner .details p {
  color: #2244a9
}
#page .page__contacts .contacts__item .item__inner .details a {
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #2244a9;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #page .page__contacts .contacts__item .item__inner .details a {
    font-size: 22px
  }
}
#page .page__contacts .contacts__item .item__inner .details .worktime {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2244a9;
  margin-bottom: 25px
}
#page .page__catalog .shop__desc {
  max-width: 700px;
  width: 100%;
  margin-bottom: 56px
}
#page .page__catalog .catalog__wrapper .catalog__item:not(:last-child) {
  margin-bottom: 35px
}
#page .page__catalog .catalog__wrapper .catalog__item .item__heading {
  border-bottom: 1px solid #949494;
  padding-bottom: 20px;
  margin-bottom: 30px
}
#page .page__catalog .catalog__wrapper .catalog__item .item__heading h3 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2244a9
}
#page .page__catalog .category__wrapper {
  padding-top: 20px
}
@media all and (max-width:991px) {
  #page .page__catalog .page__aside .aside__inner .aside__filters {
    display: none;
    padding-bottom: 20px
  }
}
#page .page__catalog .page__aside .aside__inner #filters-btn {
  background-color: #2244a9;
  cursor: pointer;
  text-align: center;
  padding: 14px;
  width: 100%;
  color: #fff;
  border: none;
  margin-bottom: 20px
}
@media all and (min-width:991px) {
  #page .page__catalog .page__aside .aside__inner #filters-btn {
    display: none
  }
}
#page .page__catalog .page__aside .aside__inner .bapf_asradio2 ul li input[type=checkbox]:checked {
  background: #fcc870;
  background-clip: content-box
}
#page .page__catalog .page__aside .aside__inner .aside__title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e4e7e9
}
@media all and (max-width:991px) {
  #page .page__catalog .page__aside .aside__inner .aside__title {
    display: none
  }
}
#page .page__catalog .page__aside .aside__inner .aside__title h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2244a9
}
#page .page__catalog .page__aside .aside__inner .bapf_button.bapf_reset {
  border: none;
  background-color: #fff;
  text-decoration: underline;
  color: #2244a9
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget:not(:last-child) {
  border-bottom: 1px solid #e4e7e9;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget:not(:last-child) {
    margin-bottom: 16px
  }
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_head {
  margin-bottom: 16px
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_head h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_body ul li {
  font-size: 13px;
  line-height: 20px;
  color: #475156
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_body ul li:not(:last-child) {
  margin-bottom: 12px!important
}
@media all and (max-width:575px) {
  #page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_body ul li:not(:last-child) {
    margin-bottom: 8px!important
  }
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_body ul li input {
  width: 20px;
  height: 20px;
  border: 1px solid #c9cfd2;
  padding: 5px;
  margin-right: 8px
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_body ul li.checked {
  font-weight: 500
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_ckbox_greychck .bapf_body ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 8px
}
@media all and (max-width:1400px) {
  #page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_ckbox_greychck .bapf_body ul {
    grid-template-columns: repeat(1,1fr)
  }
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_ckbox_greychck .bapf_body ul li input {
  border: 1px solid #c9cfd2;
  border-radius: 2px;
  background-color: #fff
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_ckbox_greychck .bapf_body ul li.checked input {
  border: 1px solid #fcc870;
  background-color: #fcc870
}
#page .page__catalog .page__aside .aside__inner .berocket_single_filter_widget .bapf_ckbox_greychck .bapf_body ul li.checked input:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff
}
#page .page__catalog .catalog__main .main__sort {
  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;
  background-color: #f1f1f1;
  border-radius: 2px;
  padding: 6px 6px 6px 19px;
  margin-bottom: 18px;
  gap: 16px
}
@media all and (max-width:767px) {
  #page .page__catalog .catalog__main .main__sort {
    -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;
    padding: 16px
  }
}
#page .page__catalog .catalog__main .main__sort .view__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}
#page .page__catalog .catalog__main .main__sort .view__buttons button {
  background-color: #f1f1f1;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #949494;
  padding-left: 23px;
  position: relative;
  -webkit-transition: none;
  transition: none
}
#page .page__catalog .catalog__main .main__sort .view__buttons button:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#page .page__catalog .catalog__main .main__sort .view__buttons button.active {
  color: #2244a9;
  font-weight: 700
}
#page .page__catalog .catalog__main .main__sort .view__buttons button.active::after {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(1963%) hue-rotate(219deg) brightness(106%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(1963%) hue-rotate(219deg) brightness(106%) contrast(96%)
}
#page .page__catalog .catalog__main .main__sort .view__buttons button.table__btn::after {
  width: 14px;
  height: 15px;
  background-image: url(../img/icon_29.svg)
}
#page .page__catalog .catalog__main .main__sort .view__buttons button.list__btn::after {
  width: 16px;
  height: 9px;
  background-image: url(../img/icon_30.svg)
}
#page .page__catalog .catalog__main .main__sort .sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 22px
}
@media all and (max-width:575px) {
  #page .page__catalog .catalog__main .main__sort .sorting {
    -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
  }
}
#page .page__catalog .catalog__main .main__sort .sorting select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 210px;
  height: 44px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e4e7e9;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 14px
}
#page .page__catalog .category__desc-bottom {
  padding-top: 50px
}
#page .page__catalog .category__desc-bottom .note {
  background: #eaeaea;
  -webkit-box-shadow: inset 4px 0 0 #fcc870;
  box-shadow: inset 4px 0 0 #fcc870;
  padding: 40px 70px 40px 82px;
  border-left: 4px solid #fcc870;
  margin-bottom: 30px
}
@media all and (max-width:767px) {
  #page .page__catalog .category__desc-bottom .note {
    padding: 30px
  }
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 3px auto 10px auto!important;
  border: none!important
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
.product__item {
  margin-bottom: 20px
}
.product__item.product__item-list {
  width: 100%;
  margin-bottom: 12px
}
.product__item.product__item-list .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
@media all and (max-width:575px) {
  .product__item.product__item-list .item__inner {
    gap: 18px
  }
}
.product__item.product__item-list .item__inner .product__image {
  margin-bottom: 0;
  height: 100px
}
@media all and (max-width:575px) {
  .product__item.product__item-list .item__inner .product__image {
    height: 70px
  }
}
.product__item.product__item-list .item__inner .product__image img {
  max-height: 100px
}
@media all and (max-width:575px) {
  .product__item.product__item-list .item__inner .product__image img {
    max-height: 70px
  }
}
.product__item .item__inner {
  background: #fff;
  -webkit-box-shadow: -2px 2px 15px -1px rgba(113,113,113,.12);
  box-shadow: -2px 2px 15px -1px rgba(113,113,113,.12);
  border-radius: 8px;
  padding: 13px 16px;
  color: #353535;
  display: block
}
.product__item .item__inner:hover {
  color: #2244a9
}
.product__item .item__inner:hover .product__details h3 {
  text-decoration: underline
}
.product__item .item__inner .product__image {
  height: 136px;
  text-align: center;
  padding-bottom: 9px;
  margin-bottom: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.product__item .item__inner .product__image img {
  max-height: 136px;
  width: auto
}
.product__item .item__inner .product__details .art {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #77878f;
  margin-bottom: 10px
}
.product__item .item__inner .product__details h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: inherit;
  margin-bottom: 10px
}
.product__item .item__inner .product__details .woocommerce-Price-amount {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #3365fd
}
.woocommerce-pagination .page-numbers {
  text-align: center;
  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
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  font-size: 12px;
  position: relative;
  float: left;
  padding: 8.865px 12px;
  margin: 0 4px 3px 4px;
  line-height: 1.42857143;
  color: #353535;
  text-decoration: none;
  min-width: 36px;
  border-radius: 50%;
  border: 1px solid #e4e7e9
}
.woocommerce-pagination .page-numbers a {
  color: #353535
}
.woocommerce-pagination .page-numbers span {
  border-color: #2244a9;
  background-color: #2244a9;
  color: #fff
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  color: #fff;
  border: none;
  width: 36px;
  height: 36px
}
.woocommerce-pagination .page-numbers .next:after,
.woocommerce-pagination .page-numbers .prev:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2244a9;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:767px) {
  .woocommerce-pagination .page-numbers .next,
  .woocommerce-pagination .page-numbers .prev {
    display: none
  }
}
.woocommerce-pagination .page-numbers .prev:after {
  -webkit-mask-image: url(../img/arrow_accent.svg);
  mask-image: url(../img/arrow_accent.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.woocommerce-pagination .page-numbers .next:after {
  -webkit-mask-image: url(../img/arrow_accent.svg);
  mask-image: url(../img/arrow_accent.svg)
}
.pagination__perpage {
  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;
  gap: 20px 30px;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.pagination__perpage .title {
  display: block;
  font-size: 14px;
  color: #949494;
  margin-bottom: 14px
}
.pagination__perpage .products-per-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}
.pagination__perpage .products-per-page ul li 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: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e4e7e9;
  font-size: 12px;
  color: #353535
}
.pagination__perpage .products-per-page ul li a.active {
  text-shadow: 0 0 .65px #353535,0 0 .65px #353535;
  background-color: #d6d6d6
}
#page .page__product .product__gallery {
  margin-bottom: 70px
}
@media all and (max-width:1400px) {
  #page .page__product .product__gallery {
    margin-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery {
    margin-bottom: 40px
  }
}
#page .page__product .product__gallery .gallery__inner .product__image {
  border: 1px solid #e4e7e9;
  border-radius: 3px;
  height: 336px;
  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
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__inner .product__image {
    height: 260px
  }
}
#page .page__product .product__gallery .gallery__inner .product__image img {
  max-height: 300px;
  width: auto
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__inner .product__image img {
    max-height: 260px
  }
}
#page .page__product .product__gallery .gallery__thumbs {
  max-width: 408px;
  width: 100%
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery .gallery__thumbs {
    max-width: none;
    width: auto;
    margin: 0 auto
  }
}
#page .page__product .product__gallery .gallery__thumbs .swiper-slide-thumb-active .slide__inner {
  border: 1px solid #fcc870
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 2px;
  border: 1px solid #e4e7e9
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery .gallery__thumbs .slide__inner {
    width: auto;
    height: auto
  }
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner .image {
  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;
  height: 96px;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__thumbs .slide__inner .image {
    height: 80px
  }
}
#page .page__product .product__gallery .gallery__thumbs .slide__inner .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
#page .page__product .product__gallery .gallery__slider {
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__slider {
    margin-bottom: 10px
  }
}
#page .page__product .product__gallery .gallery__slider .slide__inner {
  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;
  border: 1px solid #e4e7e9;
  border-radius: 3px
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery .gallery__slider .slide__inner {
    height: auto
  }
}
#page .page__product .product__gallery .gallery__slider .slide__inner 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;
  max-width: 536px;
  height: 336px;
  margin: 0 auto;
  width: 100%
}
@media all and (max-width:575px) {
  #page .page__product .product__gallery .gallery__slider .slide__inner a {
    height: 260px
  }
}
#page .page__product .product__gallery .gallery__slider .slide__inner a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}
#page .page__product .product__gallery .wrapper {
  position: relative
}
#page .page__product .product__gallery .wrapper .swiper__nav {
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:1199px) {
  #page .page__product .product__gallery .wrapper .swiper__nav {
    display: none
  }
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_orange.svg)
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button:hover {
  opacity: .8
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button:after {
  display: none!important
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#page .page__product .product__gallery .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
#page .page__product .product__details {
  margin-bottom: 70px
}
@media all and (max-width:1400px) {
  #page .page__product .product__details {
    margin-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  #page .page__product .product__details {
    margin-bottom: 40px
  }
}
#page .page__product .product__details .price__availability {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 30px;
  border-bottom: 1px solid #e4e7e9;
  padding-bottom: 13px;
  margin-bottom: 28px
}
#page .page__product .product__details .price__availability .price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: #949494
}
@media all and (max-width:575px) {
  #page .page__product .product__details .price__availability .price__wrapper {
    font-size: 22px
  }
}
#page .page__product .product__details .price__availability .price__wrapper .price {
  color: #3365fd
}
#page .page__product .product__details .price__availability .availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2db224
}
#page .page__product .product__details .info__share {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 123px
}
@media all and (max-width:1199px) {
  #page .page__product .product__details .info__share {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  #page .page__product .product__details .info__share {
    margin-bottom: 30px
  }
}
#page .page__product .product__details .info__share .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 16px
}
#page .page__product .product__details .info__share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px
}
#page .page__product .product__details .pay {
  border: 1px solid #e4e7e9;
  border-radius: 2px;
  padding: 9px 20px 27px 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px
}
#page .page__product .product__details .pay img {
  display: block;
  margin: 5px auto 0 auto
}
#page .page__product .product__details .contacts {
  border: 1px solid #2244a9;
  border-radius: 2px;
  padding: 9px 20px 27px 20px
}
#page .page__product .product__details .contacts h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2244a9;
  text-transform: uppercase;
  margin-bottom: 18px
}
#page .page__product .product__details .contacts ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 18px
}
#page .page__product .product__details .contacts ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #353535;
  white-space: nowrap
}
@media all and (max-width:1400px) {
  #page .page__product .product__details .contacts ul li a {
    font-size: 16px
  }
}
#page .page__product .product__details .contacts ul li a:hover {
  color: #2244a9
}
#page .page__product .product_char {
  margin-bottom: 4px
}
#page .page__product .product_char .char__inner {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background-color: #f1f1f1
}
#page .page__product .product_char .char__title {
  border-bottom: 1px solid #e4e7e9;
  padding: 17px
}
#page .page__product .product_char .char__title h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #2244a9
}
#page .page__product .product_char ul {
  padding: 40px 80px 20px 80px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  grid-gap: 58px;
  -webkit-column-rule: solid 1px #e4e7e9;
  -moz-column-rule: solid 1px #e4e7e9;
  column-rule: solid 1px #e4e7e9
}
@media all and (max-width:991px) {
  #page .page__product .product_char ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 30px
  }
}
@media all and (max-width:767px) {
  #page .page__product .product_char ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 20px
  }
}
#page .page__product .product_char ul li {
  font-size: 14px;
  line-height: 20px;
  color: #949494
}
#page .page__product .product_char ul li:not(:last-child) {
  margin-bottom: 12px
}
#page .page__product .product_char ul li strong {
  font-weight: 400;
  color: #2d2d2d
}
#page .page__product .product_desc .desc__inner {
  border: 1px solid #e4e7e9;
  border-radius: 2px;
  padding: 20px 86px
}
@media all and (max-width:991px) {
  #page .page__product .product_desc .desc__inner {
    padding: 30px
  }
}
@media all and (max-width:575px) {
  #page .page__product .product_desc .desc__inner {
    padding: 20px
  }
}
#page .page__product .product_desc .desc__inner h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #2244a9;
  margin-bottom: 12px
}
@media all and (max-width:991px) {
  #page .page__product .product_desc .desc__inner .desc__wrapper {
    margin-bottom: 30px
  }
}
#page .page__product .product_desc .desc__inner .desc__wrapper .wrapper__inner {
  font-size: 14px;
  line-height: 20px;
  color: #5f6c72
}
@media all and (min-width:1199px) {
  #page .page__product .product_desc .desc__inner .desc__wrapper .wrapper__inner {
    padding-right: 25px
  }
}
#page .page__product .product_desc .desc__inner .docs ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
@media all and (max-width:575px) {
  #page .page__product .product_desc .desc__inner .docs ul {
    grid-template-columns: repeat(2,1fr)
  }
}
#related .wrapper {
  position: relative;
  padding-left: 52px;
  padding-right: 52px
}
#related .wrapper .related__slider {
  padding: 10px!important
}
#related .wrapper .related__slider .swiper-slide {
  height: auto
}
#related .wrapper .related__slider .slide__inner {
  min-height: 260px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#related .wrapper .related__slider .slide__inner .product__item {
  height: 100%
}
#related .wrapper .related__slider .slide__inner .product__item .item__inner {
  height: 100%;
  -webkit-box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08);
  box-shadow: 2px 1px 8px 2px rgba(0,0,0,.08)
}
#related .wrapper .swiper__nav {
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
#related .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_accent.svg)
}
#related .wrapper .swiper__nav .swiper-button:hover {
  opacity: .8
}
#related .wrapper .swiper__nav .swiper-button:after {
  display: none!important
}
#related .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
@media all and (max-width:575px) {
  #related .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    left: 10px
  }
}
#related .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
@media all and (max-width:575px) {
  #related .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: 10px
  }
}