@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Benzin-Bold.woff2") format("woff2");
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.875;
  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: #282828;
  background-color: #f8f7f3;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  body {
    font-size: 0.9375em;
    line-height: 2;
  }
}

header,
footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

ul {
  list-style: none;
  margin: 0;
}

p {
  font-style: normal;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Benzin", sans-serif;
  font-style: normal;
  margin: 0;
}

.heading {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .heading.heading-mobile h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
.heading.heading-small {
  margin-bottom: 45px;
}
.heading.heading-small h2 {
  font-size: 27px;
  line-height: 48px;
}
.heading.heading-middle {
  margin-bottom: 30px;
}
.heading.heading-middle h2 {
  font-size: 30px;
  line-height: 50px;
}
@media all and (max-width: 991px) {
  .heading.heading-middle h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
@media all and (max-width: 575px) {
  .heading.heading-middle h2 {
    font-size: 26px;
    line-height: 44px;
  }
}
.heading h2,
.heading h1 {
  font-size: 40px;
  line-height: 62px;
  text-transform: uppercase;
  color: #131313;
}
@media all and (max-width: 991px) {
  .heading h2,
  .heading h1 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media all and (max-width: 575px) {
  .heading h2,
  .heading h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
.heading h2.small,
.heading h1.small {
  font-size: 35px;
  line-height: 48px;
}
@media all and (max-width: 575px) {
  .heading h2.small,
  .heading h1.small {
    font-size: 30px;
    line-height: 44px;
  }
}
.heading p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 8px;
}
@media all and (max-width: 991px) {
  .heading p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 575px) {
  .heading p {
    font-size: 14px;
    line-height: 26px;
  }
}
.heading p a {
  color: #282828;
  text-decoration: underline;
}

.btn {
  font-family: "Benzin", sans-serif;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #243f5c;
  padding: 20px 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  -webkit-box-shadow: 6.83305px 9.56627px 20.4992px rgba(0, 0, 0, 0.11);
  box-shadow: 6.83305px 9.56627px 20.4992px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
@media all and (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 16px 24px;
  }
}
@media all and (max-width: 575px) {
  .btn {
    padding: 20px 24px;
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #436385;
}
.btn.btn-big {
  font-size: 17px;
  padding: 28px 36px;
}
.btn.btn-small {
  padding: 15.5px 26px;
  font-size: 12px;
  line-height: 16px;
}
.btn.btn-black {
  font-size: 16px;
  padding: 20px 26px;
  background-color: #373737;
}
.btn.btn-black:hover {
  background-color: #2e2e2e;
}
.btn.btn-more {
  background-color: transparent;
  font-size: 15px;
  line-height: 20px;
  color: #063d5a;
  border: 2px solid #063d5a;
  border-radius: 12px;
  max-width: 270px;
  width: 100%;
}
.btn.btn-more:hover {
  color: #fff;
  background-color: #ed961e;
}
.btn.btn-whatsapp {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46f768),
    color-stop(100.73%, #00d231)
  );
  background: linear-gradient(180deg, #46f768 0%, #00d231 100.73%);
}
.btn.btn-whatsapp span {
  padding-right: 40px;
  position: relative;
}
.btn.btn-whatsapp span:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_21.svg");
  width: 28px;
  height: 27px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media all and (max-width: 575px) {
  .btn-100 {
    max-width: none !important;
    width: 100% !important;
  }
}

a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
  outline: none;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

input,
textarea {
  outline: none !important;
  border-radius: 0;
}

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

details summary::-webkit-details-marker {
  display: none;
}

details > summary {
  list-style: none;
}

@-webkit-keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.carousel__button.is-close {
  top: 18px !important;
  right: 21px !important;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #dd932d;
  background-color: #fff;
}
@media all and (max-width: 575px) {
  .carousel__button.is-close {
    top: 12px !important;
    right: 12px !important;
    width: 32px;
    height: 32px;
  }
}
.carousel__button.is-close svg {
  width: 18px;
  height: 18px;
  stroke: #063d5a;
}
.carousel__button.is-close svg path {
  stroke-width: 3;
}

.modal {
  max-width: 692px;
  width: 100%;
  color: #fff;
  background-color: #063d5a;
  border-radius: 26px;
  padding: 50px 60px 20px 60px;
}
@media all and (max-width: 575px) {
  .modal {
    padding: 50px 30px 20px 30px;
  }
}
.modal .modal__heading {
  margin-bottom: 22px;
}
.modal .modal__heading h2 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  .modal .modal__heading h2 {
    font-size: 20px;
  }
}
.modal .modal__heading p {
  font-size: 15px;
  line-height: 20px;
}
@media all and (max-width: 575px) {
  .modal .modal__heading p {
    font-size: 14px;
  }
}
.modal .modal__product {
  display: none;
}

.modal__feedback {
  border: 3px solid #063d5a;
  background-color: #fff;
  padding: 36px 84px 40px 40px;
  color: #3c3c3c;
}
@media all and (max-width: 575px) {
  .modal__feedback {
    padding: 32px 60px 20px 20px;
  }
}
.modal__feedback .feedback__item {
  margin-bottom: 0 !important;
}
@media all and (max-width: 575px) {
  .modal__feedback .feedback__item .item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.form__inner form .form__item {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .form__inner form .form__item {
    margin-bottom: 14px;
  }
}
.form__inner form .form__item input {
  width: 100%;
  height: 62px;
  border-radius: 10px;
  border: 1.7px solid #ececec;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 500;
  color: #505050;
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::-ms-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::-webkit-input-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input:-ms-input-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::-ms-input-placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__item input::placeholder {
  color: #505050;
  opacity: 1;
}
.form__inner form .form__submit {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .form__inner form .form__submit {
    margin-bottom: 16px;
  }
}
.form__inner form .form__submit .submit__inner {
  position: relative;
}
.form__inner form .form__policy {
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .form__inner form .form__policy {
    margin-bottom: 16px;
    text-align: center;
  }
}
.form__inner form .form__policy p {
  font-size: 12px;
  line-height: 20px;
}
.form__inner form .form__policy p a {
  color: #fff;
  text-decoration: underline;
}

#modal_thanks h2 {
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  #modal_thanks h2 {
    font-size: 20px;
  }
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 575px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header .header__top .wrapper {
  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: 22px;
}
header .header__top .wrapper .header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .header__top .wrapper .header__logo .logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .header__top .wrapper .header__logo .logo__inner a img {
  width: 99px;
  height: auto;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header__logo .logo__inner a img {
    width: 99px;
  }
}
header .header__top .wrapper .header__logo .logo__inner .slogan {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 17px;
  max-width: 100px;
  width: 100%;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header__logo .logo__inner .slogan {
    font-size: 8px;
    line-height: 10px;
    padding-left: 9px;
    max-width: 64px;
  }
}
header .header__top .wrapper .header__logo .logo__inner .slogan:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #b7b7b7;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (max-width: 991px) {
  header .header__top .wrapper .header__menu {
    display: none;
  }
}
header .header__top .wrapper .header__menu .menu__inner {
  padding-left: 10px;
}
header .header__top .wrapper .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;
  gap: 18px;
}
header .header__top .wrapper .header__menu .menu__inner ul li {
  position: relative;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.current-menu-item
  a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #003d5d;
}
header .header__top .wrapper .header__menu .menu__inner ul li a {
  color: #282828;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 2px;
  display: inline-block;
  position: relative;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children {
  position: relative;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  > a {
  padding-right: 18px;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_1.svg");
  width: 14px;
  height: 15px;
  top: 1px;
  bottom: 0;
  right: -1px;
  margin: auto;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children:hover::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  top: 30px;
  left: -22px;
  padding: 12px 13px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  z-index: 10;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li {
  margin-right: 0;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:after {
  left: 16px;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:before {
  right: 8px;
  top: 13px;
  bottom: auto;
}
@media all and (max-width: 991px) {
  header
    .header__top
    .wrapper
    .header__menu
    .menu__inner
    ul
    li.menu-item-has-children
    ul.sub-menu
    li:before {
    right: 6px;
  }
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.current-menu-item
  a {
  color: #063d5a;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.current-menu-item
  a:after {
  display: none;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  a {
  font-size: 12px;
  line-height: 17px;
  padding: 3px 2px;
  display: block;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  a:hover {
  color: #063d5a;
}
header
  .header__top
  .wrapper
  .header__menu
  .menu__inner
  ul
  li.menu-item-has-children
  ul.sub-menu
  ul.sub-menu {
  left: 198px;
  top: -5px;
}
@media all and (max-width: 1199px) {
  header .header__top .wrapper .header__search {
    display: none;
  }
}
header
  .header__top
  .wrapper
  .header__search
  .search__inner
  .dgwt-wcas-search-wrapp {
  min-width: 200px;
  max-width: 200px;
}
header .header__top .wrapper .header__search .search__inner form {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
header
  .header__top
  .wrapper
  .header__search
  .search__inner
  .dgwt-wcas-sf-wrapp {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}
header
  .header__top
  .wrapper
  .header__search
  .search__inner
  .dgwt-wcas-search-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 34px;
  background-color: transparent;
  font-weight: 500;
  color: #a7a7a7;
}
header
  .header__top
  .wrapper
  .header__search
  .search__inner
  .dgwt-wcas-search-submit {
  background-color: #e8e8e8;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: 8px;
  border-radius: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  padding-right: 5px;
}
header
  .header__top
  .wrapper
  .header__search
  .search__inner
  .dgwt-wcas-search-submit
  svg {
  width: 15px;
  height: 15px;
}
@media all and (max-width: 991px) {
  header .header__top .wrapper .header__phone {
    display: none;
  }
}
header .header__top .wrapper .header__phone a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #282828;
}
header .header__top .wrapper .header__links {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  header .header__top .wrapper .header__links {
    display: none;
  }
}
header .header__top .wrapper .header__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
header .header__top .wrapper .header__links ul li a:hover {
  opacity: 0.8;
}
header .header__top .wrapper .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 .wrapper .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header__top .wrapper .header_burger .burger_button {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #063d5a;
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header_burger .burger_button {
    width: 36px;
    height: 36px;
  }
}
header .header__top .wrapper .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header_burger .burger_button span {
    width: 18px;
  }
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(1) {
  top: 22px;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header_burger .burger_button span:nth-child(1) {
    top: 11px;
  }
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(2) {
  top: 30px;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header_burger .burger_button span:nth-child(2) {
    top: 17px;
  }
}
header .header__top .wrapper .header_burger .burger_button span:nth-child(3) {
  top: 38px;
}
@media all and (max-width: 575px) {
  header .header__top .wrapper .header_burger .burger_button span:nth-child(3) {
    top: 23px;
  }
}
header .header__top .wrapper .header_burger .burger_button.open {
  background-color: #fff;
}
header .header__top .wrapper .header_burger .burger_button.open span {
  background: #063d5a;
}
header
  .header__top
  .wrapper
  .header_burger
  .burger_button.open
  span:nth-child(1) {
  top: 28px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media all and (max-width: 575px) {
  header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 17px;
  }
}
header
  .header__top
  .wrapper
  .header_burger
  .burger_button.open
  span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header
  .header__top
  .wrapper
  .header_burger
  .burger_button.open
  span:nth-child(3) {
  top: 28px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media all and (max-width: 575px) {
  header
    .header__top
    .wrapper
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 17px;
  }
}
header .header__top .wrapper .header_burger .menu_toggle {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
  background: #063d5a;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding: 27px 25px 25px 25px;
  top: 0;
  width: 86%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
header .header__top .wrapper .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}
header .header__top .wrapper .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
@media all and (max-width: 767px) {
  header .header__top .wrapper .header_burger .menu_toggle .toggle__inner {
    max-width: 510px;
  }
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .mobile__logo {
  margin-bottom: 32px;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .mobile__logo
  img {
  width: 120px;
  height: auto;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .mobile__menu
  li:not(:last-child) {
  margin-bottom: 12px;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .mobile__menu
  li.current-menu-item
  a {
  font-weight: 700;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .mobile__menu
  li
  a {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .contacts
  .phone {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 23px;
}
header
  .header__top
  .wrapper
  .header_burger
  .menu_toggle
  .toggle__inner
  .contacts
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

#mainblock {
  overflow: hidden;
  margin-bottom: 120px;
}
@media all and (max-width: 991px) {
  #mainblock {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #mainblock {
    margin-bottom: 42px;
  }
}
#mainblock .mainblock__content {
  padding-top: 78px;
  margin-bottom: 82px;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__content {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content {
    padding-top: 58px;
  }
}
#mainblock .mainblock__content p {
  margin-bottom: 43px;
  font-size: 19px;
  line-height: 31px;
  max-width: 552px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content p {
    font-size: 16px;
    line-height: 30px;
  }
}
#mainblock .mainblock__content p:first-child {
  font-weight: 600;
  font-size: 16.956px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6e6e6e;
  margin-bottom: 24px;
}
#mainblock .mainblock__content h1 {
  font-size: 41px;
  line-height: 60px;
  margin-bottom: 23px;
  text-transform: uppercase;
  color: #131313;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__content h1 {
    font-size: 44px;
    line-height: 67px;
  }
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content h1 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
#mainblock .mainblock__image {
  margin-bottom: 82px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image {
    margin-bottom: 60px;
  }
}
#mainblock .mainblock__image .image__inner {
  position: relative;
  left: -130px;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__image .image__inner {
    left: 0;
  }
}
#mainblock .mainblock__image .image__inner .video {
  position: absolute;
  bottom: 150px;
  left: 60px;
}
@media all and (max-width: 767px) {
  #mainblock .mainblock__image .image__inner .video {
    bottom: 100px;
    left: 0;
  }
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image .image__inner .video {
    left: auto;
    right: 57%;
  }
}
@media all and (max-width: 390px) {
  #mainblock .mainblock__image .image__inner .video {
    bottom: 60px;
  }
}
#mainblock .mainblock__image .image__inner .video a {
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 236px;
  height: 181px;
  position: relative;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image .image__inner .video a {
    width: 168px;
    height: 162px;
  }
}
@media all and (max-width: 390px) {
  #mainblock .mainblock__image .image__inner .video a {
    width: 140px;
  }
}
#mainblock .mainblock__image .image__inner .video a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
#mainblock .mainblock__image .image__inner .video a img {
  -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  will-change: transform;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image .image__inner .video a img {
    width: 82px;
    height: 82px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#mainblock .mainblock__image .image__inner .video p {
  font-size: 13px;
  line-height: 20px;
  max-width: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image .image__inner .video p {
    bottom: auto;
    top: 0;
  }
}
@media all and (max-width: 390px) {
  #mainblock .mainblock__image .image__inner .video p {
    left: -20px;
  }
}
#mainblock .mainblock__image .image__inner .image {
  width: 671px;
  height: auto;
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__image .image__inner .image {
    width: 600px;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__image .image__inner .image {
    margin: 0 auto;
    width: auto;
  }
}
#mainblock .mainblock__image .image__inner .image .mainblock__slider {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  right: -40px;
  z-index: -1;
}
#mainblock
  .mainblock__image
  .image__inner
  .image
  .mainblock__slider
  .slide__inner {
  text-align: center;
}
#mainblock
  .mainblock__image
  .image__inner
  .image
  .mainblock__slider
  .slide__inner
  img {
  max-height: 390px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__image .image__inner .image .image__bottom img {
    width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
#mainblock .mainblock__profit .profit__item {
  margin-bottom: 27px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__profit .profit__item {
    margin-bottom: 18px;
  }
}
#mainblock .mainblock__profit .profit__item .item__inner {
  border: 2px solid #dadada;
  background-color: #fff;
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-weight: 600;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__profit .profit__item .item__inner {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__profit .profit__item .item__inner {
    font-size: 16px;
    line-height: 26px;
  }
}
#mainblock .mainblock__profit .profit__item .item__inner .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#mainblock .mainblock__profit .profit__item .item__inner .icon img {
  width: 62px;
  height: 62px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__profit .profit__item .item__inner .icon img {
    width: 60px;
    height: 60px;
  }
}

#maincatalog {
  margin-bottom: 117px;
}
@media all and (max-width: 991px) {
  #maincatalog {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #maincatalog {
    margin-bottom: 54px;
  }
}
#maincatalog .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#maincatalog .maincatalog__slider {
  margin-bottom: 90px;
}
@media all and (max-width: 991px) {
  #maincatalog .maincatalog__slider {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  #maincatalog .maincatalog__slider {
    margin-bottom: 30px;
  }
}
#maincatalog .catalog__item {
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  #maincatalog .catalog__item {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 991px) {
  #maincatalog .catalog__item .image .image__inner {
    height: 250px;
  }
}
@media all and (max-width: 575px) {
  #maincatalog .catalog__item .image .image__inner {
    height: 333px;
  }
}
@media all and (max-width: 575px) {
  #maincatalog .catalog__item h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media all and (max-width: 575px) {
  #maincatalog .arrows__dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#maincatalog .arrows__dots .swiper__nav {
  margin: 0 auto;
}
#maincatalog .arrows__dots .swiper-pagination {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrows__dots {
  position: relative;
  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: 30px;
}
.arrows__dots .swiper__nav {
  width: 210px;
  height: 100px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  margin-left: 0;
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  .arrows__dots .swiper__nav {
    width: 170px;
    height: 77px;
  }
}
@media all and (max-width: 575px) {
  .arrows__dots .swiper__nav {
    width: 130px;
    height: 66px;
  }
}
.arrows__dots .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}
@media all and (max-width: 991px) {
  .arrows__dots .swiper__nav .swiper-button {
    width: 77px;
    height: 77px;
  }
}
@media all and (max-width: 575px) {
  .arrows__dots .swiper__nav .swiper-button {
    width: 66px;
    height: 66px;
  }
}
.arrows__dots .swiper__nav .swiper-button:hover {
  opacity: 0.6;
}
.arrows__dots .swiper__nav .swiper-button:after {
  display: none !important;
}
.arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
  width: 64px;
  height: 24px;
  background-image: url("../img/arrow_left.svg");
  left: 0;
}
@media all and (max-width: 991px) {
  .arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
    width: 50px;
  }
}
@media all and (max-width: 575px) {
  .arrows__dots .swiper__nav .swiper-button.swiper-button-prev {
    width: 30px;
  }
}
.arrows__dots .swiper__nav .swiper-button.swiper-button-next {
  right: 0;
}
.arrows__dots .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  left: 0;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media all and (max-width: 575px) {
  .arrows__dots .swiper-pagination {
    gap: 12px;
  }
}
.arrows__dots .swiper-pagination span {
  width: 46px;
  height: 3px;
  background-color: #1d1d1d;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
@media all and (max-width: 991px) {
  .arrows__dots .swiper-pagination span {
    width: 30px;
    height: 2px;
  }
}
.arrows__dots .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #063d5a;
}

.catalog__item {
  display: block;
  color: #282828;
  margin-bottom: 56px;
}
@media all and (max-width: 991px) {
  .catalog__item {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .catalog__item {
    margin-bottom: 36px;
  }
}
.catalog__item:hover {
  color: #063d5a;
}
.catalog__item:hover .image .image__inner img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.catalog__item .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 23px;
  display: block;
}
@media all and (max-width: 991px) {
  .catalog__item .image {
    margin-bottom: 16px;
  }
}
.catalog__item .image .image__inner {
  border-radius: 20px;
  overflow: hidden;
  height: 277px;
}
@media all and (max-width: 991px) {
  .catalog__item .image .image__inner {
    height: 220px;
  }
}
@media all and (max-width: 575px) {
  .catalog__item .image .image__inner {
    height: 182px;
  }
}
.catalog__item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.catalog__item .title {
  color: #282828;
  display: inline-block;
}
.catalog__item .title:hover {
  color: #063d5a;
}
.catalog__item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: inherit;
}
@media all and (max-width: 991px) {
  .catalog__item h3 {
    font-size: 13px;
    line-height: 18px;
  }
}

.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;
  padding: 0 !important;
}

select.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid {
  border: 2px solid #ec3c06 !important;
  position: relative;
}

body span.wpcf7-not-valid-tip {
  display: none !important;
  color: #ec3c06;
  border: none;
  background: none;
}

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

#packaging-marking {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #packaging-marking {
    margin-bottom: 55px;
  }
}
#packaging-marking .box__item {
  margin-bottom: 32px;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item {
    margin-bottom: 28px;
  }
}
#packaging-marking .box__item .item__inner {
  border-radius: 20px;
}
#packaging-marking .box__item p {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #6e6e6e;
  margin-bottom: 14px;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item p {
    font-size: 13px;
    margin-bottom: 13px;
  }
}
#packaging-marking .box__item h2 {
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#packaging-marking .box__item.box__item-packaging .item__inner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d2d2d2),
    color-stop(50%, #e3e2de),
    to(#d8d3d0)
  );
  background: linear-gradient(180deg, #d2d2d2 0%, #e3e2de 50%, #d8d3d0 100%);
  padding: 38px 37px 26px 37px;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-packaging .item__inner {
    padding: 30px 28px 20px 28px;
  }
}
#packaging-marking .box__item.box__item-packaging .image {
  margin-bottom: -26px;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-packaging .image {
    margin-bottom: 0;
  }
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-packaging .image img {
    display: none;
  }
}
#packaging-marking .box__item.box__item-packaging .image .image-mobile {
  display: none;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-packaging .image .image-mobile {
    display: block;
  }
}
#packaging-marking .box__item.box__item-marking .item__inner {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c8d2c1),
    color-stop(50%, #cbd8c2),
    to(#c8d2c1)
  );
  background: linear-gradient(180deg, #c8d2c1 0%, #cbd8c2 50%, #c8d2c1 100%);
  padding: 30px 29px 27px 29px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-marking .item__inner {
    padding-bottom: 14px;
  }
}
#packaging-marking .box__item.box__item-marking .item__inner .image {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: -1;
}
@media all and (max-width: 1199px) {
  #packaging-marking .box__item.box__item-marking .item__inner .image {
    width: 250px;
    bottom: 50px;
    right: 20px;
  }
}
@media all and (max-width: 991px) {
  #packaging-marking .box__item.box__item-marking .item__inner .image {
    width: auto;
    right: 40px;
  }
}
@media all and (max-width: 575px) {
  #packaging-marking .box__item.box__item-marking .item__inner .image {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 15px auto 0 auto;
    text-align: center;
  }
}
#packaging-marking .box__item.box__item-marking .item__inner .btn {
  min-width: 182px;
}
#packaging-marking .box__item.box__item-marking .item__inner ul {
  margin-bottom: 27px;
}
#packaging-marking .box__item.box__item-marking .item__inner ul li {
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  padding-left: 46px;
}
#packaging-marking
  .box__item.box__item-marking
  .item__inner
  ul
  li:not(:last-child) {
  margin-bottom: 10px;
}
#packaging-marking .box__item.box__item-marking .item__inner ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_12.svg");
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#brands {
  overflow: hidden;
  margin-bottom: 72px;
}
#brands .brands__slider {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-32.02%, #fefefe),
    to(#f8f7f3)
  );
  background: linear-gradient(180deg, #fefefe -32.02%, #f8f7f3 100%);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  overflow: visible;
  padding-top: 18px;
  padding-bottom: 18px;
}
#brands .brands__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#brands .brands__slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
  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;
}
#brands .brands__slider .swiper-slide {
  width: auto !important;
  position: relative;
}
#brands .brands__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;
  gap: 32px;
  text-align: center;
}
#brands .scroll__slider {
  background-color: #003d5d;
  color: #fff;
  overflow: visible;
  padding-top: 18px;
  padding-bottom: 18px;
}
#brands .scroll__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#brands .scroll__slider .swiper-wrapper .swiper-slide {
  overflow: hidden;
  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;
}
#brands .scroll__slider .swiper-slide {
  width: auto !important;
  position: relative;
}
#brands .scroll__slider p {
  font-family: "Benzin", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
#brands .scroll__slider p:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_13.svg");
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#creation {
  margin-bottom: 100px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  #creation {
    margin-bottom: 0;
  }
}
#creation .creation__content {
  margin-bottom: 70px;
}
@media all and (max-width: 575px) {
  #creation .creation__content {
    margin-bottom: 40px;
  }
}
#creation .creation__content .content__inner h2 {
  font-size: 40px;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media all and (max-width: 991px) {
  #creation .creation__content .content__inner h2 {
    font-size: 34px;
    line-height: 54px;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner h2 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}
#creation .creation__content .content__inner ol {
  margin-bottom: 95px;
  counter-reset: myCounter;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 470px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol {
    margin-bottom: 46px;
  }
}
#creation .creation__content .content__inner ol::before {
  position: absolute;
  content: "";
  width: 1.97px;
  height: 100%;
  background-color: #a4a4a4;
  top: 8px;
  left: 44px;
  z-index: -1;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol::before {
    left: 32px;
  }
}
#creation .creation__content .content__inner ol::after {
  position: absolute;
  content: "";
  width: 1.97px;
  height: 20px;
  background-color: #f8f7f3;
  top: calc(100% - 20px);
  left: 44px;
  z-index: 2;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol::after {
    left: 32px;
  }
}
#creation .creation__content .content__inner ol li {
  list-style: none;
  font-size: 17px;
  line-height: 29px;
  position: relative;
  padding-left: 123px;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol li {
    padding-left: 90px;
    font-size: 14px;
    line-height: 20px;
  }
}
#creation .creation__content .content__inner ol li:not(:last-child) {
  margin-bottom: 100px;
}
#creation .creation__content .content__inner ol li::after {
  position: absolute;
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #f8f7f3;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  z-index: 3;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol li::after {
    width: 88px;
    height: 88px;
  }
}
#creation .creation__content .content__inner ol li:first-child::before {
  background-color: #6a8095;
  color: #fff;
  border: 1.7px solid #6a8095;
}
#creation .creation__content .content__inner ol li::before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter) "";
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #f8f7f3;
  border: 1.7px solid #646464;
  color: #646464;
  font-family: "Benzin", sans-serif;
  font-size: 39px;
  line-height: 100%;
  font-weight: 700;
  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;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol li::before {
    width: 64px;
    height: 64px;
    font-size: 29px;
  }
}
#creation .creation__content .content__inner ol li strong {
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}
@media all and (max-width: 575px) {
  #creation .creation__content .content__inner ol li strong {
    font-size: 13px;
    line-height: 20px;
  }
}
#creation .creation__image {
  margin-bottom: 70px;
}
@media all and (max-width: 575px) {
  #creation .creation__image {
    margin-bottom: 40px;
  }
}
#creation .creation__image .image__inner .video {
  display: block;
  width: 706px;
  position: relative;
  left: -200px;
}
@media all and (max-width: 1199px) {
  #creation .creation__image .image__inner .video {
    width: 600px;
    left: -160px;
  }
}
@media all and (max-width: 991px) {
  #creation .creation__image .image__inner .video {
    left: 0;
    text-align: center;
    width: auto;
  }
}
@media all and (max-width: 575px) {
  #creation .btn {
    font-size: 15px;
    padding: 25.5px 30px;
  }
}

#services {
  margin-bottom: 145px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  #services {
    margin-bottom: 86px;
  }
}
@media all and (max-width: 575px) {
  #services {
    margin-bottom: 57px;
  }
}
#services .heading {
  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;
  position: relative;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #services .heading .swiper__nav {
    display: none;
  }
}
#services .wrapper .swiper__nav-heading {
  display: none;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #services .wrapper .swiper__nav-heading {
    display: block;
  }
}
#services .services__slider {
  overflow: visible;
}
@media all and (max-width: 767px) {
  #services .services__slider {
    margin-bottom: 37px;
  }
}
#services .services__slider .swiper-slide {
  width: auto !important;
  height: auto;
}
#services .services__slider .slide__inner {
  width: 370px;
  min-height: 265px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  #services .services__slider .slide__inner {
    width: 303px;
    padding: 24px;
  }
}
@media all and (max-width: 575px) {
  #services .services__slider .slide__inner {
    width: 355px;
    padding: 28px;
    min-height: 310px;
  }
}
#services .services__slider .slide__inner .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 22px;
}
#services .services__slider .slide__inner .content .icon {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #services .services__slider .slide__inner .content .icon {
    margin-bottom: 32px;
  }
}
#services .services__slider .slide__inner .content .icon img {
  width: 80px;
  height: 80px;
}
@media all and (max-width: 991px) {
  #services .services__slider .slide__inner .content .icon img {
    width: 65px;
    height: 65px;
  }
}
@media all and (max-width: 575px) {
  #services .services__slider .slide__inner .content .icon img {
    width: 76px;
    height: 76px;
  }
}
#services .services__slider .slide__inner .content h3 {
  font-size: 17px;
  line-height: 30px;
}
@media all and (max-width: 991px) {
  #services .services__slider .slide__inner .content h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  #services .services__slider .slide__inner .content h3 {
    font-size: 16px;
    line-height: 28px;
  }
}

.swiper__nav-heading {
  width: 160px;
  height: 69px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 575px) {
  .swiper__nav-heading {
    width: 144px;
    height: 62px;
  }
}
.swiper__nav-heading .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 69px;
  height: 69px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right.svg");
}
@media all and (max-width: 575px) {
  .swiper__nav-heading .swiper-button {
    width: 62px;
    height: 62px;
  }
}
.swiper__nav-heading .swiper-button:hover {
  opacity: 0.6;
}
.swiper__nav-heading .swiper-button:after {
  display: none !important;
}
.swiper__nav-heading .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0;
}
.swiper__nav-heading .swiper-button.swiper-button-next {
  right: 0;
}

#choice {
  margin-bottom: 140px;
}
@media all and (max-width: 991px) {
  #choice {
    margin-bottom: 95px;
  }
}
@media all and (max-width: 575px) {
  #choice {
    margin-bottom: 100px;
  }
}
#choice .wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 56px 34px;
  text-align: center;
}
@media all and (max-width: 1199px) {
  #choice .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 991px) {
  #choice .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media all and (max-width: 575px) {
  #choice .wrapper {
    gap: 40px 20px;
  }
}
#choice .wrapper .choice__item {
  display: block;
  color: #282828;
}
#choice .wrapper .choice__item:hover {
  color: #063d5a;
}
#choice .wrapper .choice__item .image {
  border: 5px solid #063d5a;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
  margin: 0 auto 26px auto;
}
@media all and (max-width: 991px) {
  #choice .wrapper .choice__item .image {
    width: 188px;
    height: 188px;
    margin-bottom: 28px;
  }
}
@media all and (max-width: 575px) {
  #choice .wrapper .choice__item .image {
    width: 170px;
    height: 170px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 430px) {
  #choice .wrapper .choice__item .image {
    width: 150px;
    height: 150px;
  }
}
#choice .wrapper .choice__item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#choice .wrapper .choice__item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 29px;
  color: inherit;
}
@media all and (max-width: 991px) {
  #choice .wrapper .choice__item h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 400px) {
  #choice .wrapper .choice__item h3 {
    font-size: 15px;
  }
}

#trust {
  margin-bottom: 130px;
}
@media all and (max-width: 991px) {
  #trust {
    margin-bottom: 56px;
  }
}
@media all and (max-width: 575px) {
  #trust {
    margin-bottom: 35px;
  }
}
#trust .heading h2 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
#trust .trust__item {
  margin-bottom: 35px;
}
@media all and (max-width: 991px) {
  #trust .trust__item {
    margin-bottom: 30px;
  }
}
#trust .trust__item .item__inner {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 29px 29px 29px;
}
@media all and (max-width: 991px) {
  #trust .trust__item .item__inner {
    padding: 22px 25px 25px 25px;
  }
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner {
    padding: 25px 28px 28px 28px;
  }
}
#trust .trust__item .item__inner .item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 35px;
}
@media all and (max-width: 991px) {
  #trust .trust__item .item__inner .item__content {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner .item__content {
    margin-bottom: 34px;
  }
}
#trust .trust__item .item__inner .item__content .icon {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  #trust .trust__item .item__inner .item__content .icon {
    margin-bottom: 17px;
  }
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner .item__content .icon {
    margin-bottom: 20px;
  }
}
#trust .trust__item .item__inner .item__content .icon img {
  width: 88px;
  height: 88px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  #trust .trust__item .item__inner .item__content .icon img {
    width: 76px;
    height: 76px;
  }
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner .item__content .icon img {
    width: 86px;
    height: 86px;
  }
}
#trust .trust__item .item__inner .item__content p {
  line-height: 29px;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner .item__content p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media all and (max-width: 575px) {
  #trust .trust__item .item__inner .item__content p {
    font-size: 16px;
    line-height: 29px;
  }
}
#trust .trust__item .item__inner .item__content p:not(:last-child) {
  margin-bottom: 2px;
}

#bestselling {
  margin-bottom: 108px;
}
@media all and (max-width: 991px) {
  #bestselling {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 575px) {
  #bestselling {
    margin-bottom: 80px;
  }
}
#bestselling .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 991px) {
  #bestselling .heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  #bestselling .heading .swiper__nav-heading {
    display: none;
  }
}
#bestselling .bestselling__slider {
  margin-bottom: 57px;
}
@media all and (max-width: 991px) {
  #bestselling .bestselling__slider {
    margin-bottom: 67px;
  }
}
@media all and (max-width: 575px) {
  #bestselling .bestselling__slider {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 34px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 991px) and (max-width: 575px) {
  #bestselling .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper .swiper-slide {
    margin: 0 auto !important;
    width: 100% !important;
    display: none;
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper .swiper-slide:nth-child(1) {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper .swiper-slide:nth-child(2) {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper .swiper-slide:nth-child(3) {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  #bestselling .swiper-wrapper .swiper-slide:nth-child(4) {
    display: block !important;
  }
}
#bestselling .box__button .btn {
  max-width: 284px;
  width: 100%;
}

.product__slider {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 575px) {
  .product__slider {
    max-width: 365px;
    width: 100%;
    margin: 0 auto;
  }
}
.product__slider .product__image {
  position: relative;
  border: 2px solid #e7e7e7;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px 40px 8px 40px;
  background-color: #fff;
  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: 270px;
}
@media all and (max-width: 991px) {
  .product__slider .product__image {
    height: 303px;
  }
}
@media all and (max-width: 575px) {
  .product__slider .product__image {
    height: 365px;
  }
}
.product__slider .product__image img {
  max-height: 247px;
  height: auto;
  width: auto;
}
@media all and (max-width: 991px) {
  .product__slider .product__image img {
    max-height: 277px;
  }
}
@media all and (max-width: 575px) {
  .product__slider .product__image img {
    max-height: 333px;
  }
}
.product__slider .product__image .discount__condition {
  position: absolute;
  top: 18px;
  left: 18px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5.6px;
}
.product__slider .product__image .discount,
.product__slider .product__image .condition {
  border-radius: 5.4px;
  padding: 0 8px;
  min-width: 38px;
  font-weight: 700;
}
.product__slider .product__image .discount {
  background-color: #003d5d;
  color: #fff;
  font-size: 12px;
}
.product__slider .product__image .condition {
  background-color: #d9d9d9;
  color: #444444;
  font-size: 11px;
}
.product__slider .product__title {
  display: inline-block;
  color: #282828;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 6px;
}
@media all and (max-width: 575px) {
  .product__slider .product__title {
    font-size: 20px;
    line-height: 36px;
  }
}
.product__slider .product__title:hover {
  color: #063d5a;
}
.product__slider .product__title h3 {
  font-family: "Montserrat", sans-serif;
  color: inherit;
}

.price {
  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: 13px;
  font-weight: 700;
  font-size: 14px;
}
@media all and (max-width: 575px) {
  .price {
    font-size: 18px;
    line-height: 33px;
  }
}
.price ins {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: #063d5a;
  text-decoration: none;
}

#consultation {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #consultation {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #consultation {
    margin-bottom: 50px;
  }
}
#consultation .wrapper {
  background-color: #fff;
  border-radius: 22px;
  padding: 60px 56px 0 56px;
}
@media all and (max-width: 991px) {
  #consultation .wrapper {
    padding: 48px 48px 0 48px;
  }
}
@media all and (max-width: 575px) {
  #consultation .wrapper {
    padding: 32px 35px 0 35px;
  }
}
#consultation .consultation__form .heading {
  margin-bottom: 18px;
}
@media all and (max-width: 575px) {
  #consultation .consultation__form .heading {
    margin-bottom: 19px;
  }
}
#consultation .consultation__form .heading h2 {
  font-size: 31px;
  line-height: 51px;
}
@media all and (max-width: 991px) {
  #consultation .consultation__form .heading h2 {
    font-size: 28px;
    line-height: 47px;
  }
}
@media all and (max-width: 575px) {
  #consultation .consultation__form .heading h2 {
    font-size: 25px;
    line-height: 43px;
  }
}
#consultation .consultation__form .heading p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  #consultation .consultation__form .heading p {
    font-size: 14px;
    line-height: 27px;
  }
}
#consultation .consultation__form .form__inner form .form__policy p a {
  color: #282828;
}
#consultation .consultation__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  #consultation .consultation__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

#footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding-top: 47px;
}
#footer .footer__top {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 32px;
}
#footer .footer__top .footer__logo {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__logo {
    margin-bottom: 30px;
  }
}
#footer .footer__top .footer__logo .logo__wrapper {
  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: 40px 17px;
  margin-bottom: 48px;
}
@media all and (max-width: 1199px) {
  #footer .footer__top .footer__logo .logo__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__logo .logo__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
  }
}
#footer .footer__top .footer__logo .logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__logo .logo__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer .footer__top .footer__logo .logo__inner a img {
  width: 99px;
  height: auto;
}
#footer .footer__top .footer__logo .logo__inner .slogan {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 17px;
  max-width: 100px;
  width: 100%;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  #footer .footer__top .footer__logo .logo__inner .slogan {
    font-size: 8px;
    line-height: 10px;
    padding-left: 9px;
    max-width: 64px;
  }
}
#footer .footer__top .footer__logo .logo__inner .slogan:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #b7b7b7;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer .footer__top .footer__logo .search__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
#footer .footer__top .footer__logo .search .dgwt-wcas-search-wrapp {
  min-width: 252px;
  max-width: 252px;
}
#footer .footer__top .footer__logo .search form {
  width: 252px;
  height: 52px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
#footer .footer__top .footer__logo .search .dgwt-wcas-sf-wrapp {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}
#footer .footer__top .footer__logo .search .dgwt-wcas-search-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 34px;
  background-color: transparent;
  font-weight: 500;
  color: #a7a7a7;
}
#footer .footer__top .footer__logo .search .dgwt-wcas-search-submit {
  background-color: #e8e8e8;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  right: 8px;
  border-radius: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 17px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  padding-right: 5px;
}
#footer .footer__top .footer__logo .search .dgwt-wcas-search-submit svg {
  width: 15px;
  height: 15px;
}
#footer .footer__top .footer__logo .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
#footer .footer__top .footer__logo .links ul li a:hover {
  opacity: 0.8;
}
#footer .footer__top .footer__logo .footer__menu {
  max-width: 642px;
  width: 100%;
}
#footer .footer__top .footer__logo .footer__menu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__logo .footer__menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#footer .footer__top .footer__logo .footer__menu ul li.current-menu-item a {
  color: #003d5d;
  text-decoration: underline;
}
#footer .footer__top .footer__logo .footer__menu ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #282828;
  white-space: nowrap;
}
@media all and (max-width: 575px) {
  #footer .footer__top .footer__logo .footer__menu ul li a {
    font-size: 14px;
  }
}
#footer .footer__top .footer__logo .footer__menu ul li a:hover {
  color: #063d5a;
  text-decoration: underline;
}
#footer .footer__top .footer__contacts {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__contacts {
    margin-bottom: 20px;
  }
}
#footer .footer__top .footer__contacts .contacts__wrapper {
  text-align: right;
  font-size: 14px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__contacts .contacts__wrapper {
    text-align: center;
  }
}
#footer .footer__top .footer__contacts .contacts__wrapper .phone {
  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: 13px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  #footer .footer__top .footer__contacts .contacts__wrapper .phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer .footer__top .footer__contacts .contacts__wrapper .phone img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .footer__top .footer__contacts .contacts__wrapper p {
  margin-bottom: 14px;
}
#footer .footer__top .footer__contacts .contacts__wrapper .email {
  color: #282828;
  text-decoration: underline;
}
#footer .footer__bottom .footer__copyright {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #footer .footer__bottom .footer__copyright {
    margin-bottom: 18px;
  }
}
#footer .footer__bottom .footer__copyright .copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 44px;
  font-size: 15px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  #footer .footer__bottom .footer__copyright .copyright__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer .footer__bottom .footer__copyright .copyright__inner a {
  color: #282828;
  text-decoration: underline;
}
#footer .footer__bottom .footer__copyright .copyright__inner a:hover {
  color: #063d5a;
}
#footer .footer__bottom .footer__pay {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #footer .footer__bottom .footer__pay {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 18px;
  }
}
#footer .footer__bottom .footer__pay .pay__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: 13px;
}
@media all and (max-width: 767px) {
  #footer .footer__bottom .footer__pay .pay__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footer .footer__bottom .footer__pay .pay__inner p {
  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: 13px;
}

#portfolio {
  padding-top: 80px;
  padding-bottom: 51px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #portfolio {
    padding-top: 70px;
  }
}
@media all and (max-width: 991px) {
  #portfolio {
    padding-top: 50px;
  }
}
#portfolio .portfolio__heading {
  margin-bottom: 177px;
}
@media all and (max-width: 1600px) {
  #portfolio .portfolio__heading {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 991px) {
  #portfolio .portfolio__heading {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  #portfolio .portfolio__heading {
    margin-bottom: 20px;
  }
}
#portfolio .portfolio__heading .heading__inner h1 {
  font-size: 45px;
  line-height: 66.4px;
  margin-bottom: 17px;
  color: #131313;
  text-transform: uppercase;
}
@media all and (max-width: 1600px) {
  #portfolio .portfolio__heading .heading__inner h1 {
    font-size: 41px;
    line-height: 60px;
  }
}
@media all and (min-width: 1199px) {
  #portfolio .portfolio__heading .heading__inner h1 {
    max-width: 545px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  #portfolio .portfolio__heading .heading__inner h1 {
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 22px;
  }
}
@media all and (max-width: 382px) {
  #portfolio .portfolio__heading .heading__inner h1 {
    font-size: 28px;
    line-height: 48px;
  }
}
#portfolio .portfolio__heading .heading__inner p {
  font-size: 19px;
  line-height: 31.8px;
  margin-bottom: 38px;
}
@media all and (max-width: 1600px) {
  #portfolio .portfolio__heading .heading__inner p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  #portfolio .portfolio__heading .heading__inner p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
#portfolio .portfolio__image {
  position: relative;
}
@media all and (max-width: 991px) {
  #portfolio .portfolio__image {
    margin-bottom: 40px;
  }
}
#portfolio .portfolio__image .image__inner {
  width: 841px;
  height: 672px;
  position: absolute;
  top: -130px;
  left: -110px;
}
@media all and (max-width: 1600px) {
  #portfolio .portfolio__image .image__inner {
    width: 800px;
  }
}
@media all and (max-width: 1199px) {
  #portfolio .portfolio__image .image__inner {
    width: 760px;
    left: -70px;
  }
}
@media all and (max-width: 991px) {
  #portfolio .portfolio__image .image__inner {
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
  }
}
#portfolio .portfolio__image img {
  height: auto;
}
#portfolio .portfolio__list .list__inner .tabs .tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px 14px;
  margin-bottom: 78px;
}
@media all and (max-width: 991px) {
  #portfolio .portfolio__list .list__inner .tabs .tabs__caption {
    gap: 20px 12px;
  }
}
@media all and (max-width: 575px) {
  #portfolio .portfolio__list .list__inner .tabs .tabs__caption {
    gap: 15px 10px;
    margin-bottom: 60px;
  }
}
#portfolio .portfolio__list .list__inner .tabs .tabs__caption li {
  cursor: pointer;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  border: 2px solid #d1d1d1;
  border-radius: 28px;
  font-weight: 700;
  font-size: 15.6px;
  line-height: 18.5px;
  padding: 16.8px 20px;
}
@media all and (max-width: 575px) {
  #portfolio .portfolio__list .list__inner .tabs .tabs__caption li {
    font-size: 14px;
    line-height: 16px;
    padding: 14.3px 24px;
  }
}
#portfolio .portfolio__list .list__inner .tabs .tabs__caption li.active {
  border: 2px solid #063d5a;
}
#portfolio .portfolio__list .list__inner .tabs .tabs__content {
  display: none;
}
#portfolio .portfolio__list .list__inner .tabs .tabs__content.active {
  display: block;
  -webkit-animation: showBlock 0.3s linear forwards;
  animation: showBlock 0.3s linear forwards;
}
#portfolio .portfolio__list .list__inner .tabs .tabs__content .wrapper {
  -webkit-columns: 570px;
  -moz-columns: 570px;
  columns: 570px;
  gap: 30px;
}
@media all and (max-width: 1199px) {
  #portfolio .portfolio__list .list__inner .tabs .tabs__content .wrapper {
    -webkit-columns: 450px;
    -moz-columns: 450px;
    columns: 450px;
  }
}
#portfolio .portfolio__list .list__inner .tabs .tabs__content .portfolio__item {
  margin-bottom: 30px;
  display: block;
}
@media all and (max-width: 991px) {
  #portfolio
    .portfolio__list
    .list__inner
    .tabs
    .tabs__content
    .portfolio__item {
    margin-bottom: 24px;
  }
}
#portfolio
  .portfolio__list
  .list__inner
  .tabs
  .tabs__content
  .portfolio__item
  .item__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 0 26px 26px 26px;
  overflow: hidden;
  position: relative;
}
#portfolio
  .portfolio__list
  .list__inner
  .tabs
  .tabs__content
  .portfolio__item
  .item__inner:hover
  .btn {
  display: inline-block;
  -webkit-animation: showBlock 0.3s linear forwards;
  animation: showBlock 0.3s linear forwards;
}
#portfolio
  .portfolio__list
  .list__inner
  .tabs
  .tabs__content
  .portfolio__item
  .item__inner
  .image {
  text-align: center;
}
#portfolio
  .portfolio__list
  .list__inner
  .tabs
  .tabs__content
  .portfolio__item
  .item__inner
  .image
  img {
  max-height: 323px;
}
#portfolio
  .portfolio__list
  .list__inner
  .tabs
  .tabs__content
  .portfolio__item
  .item__inner
  .btn {
  display: none;
}

#breadcrumbs {
  padding-top: 46px;
  margin-bottom: 60px;
}
@media all and (max-width: 1199px) {
  #breadcrumbs {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
#breadcrumbs .breadcrumbs {
  color: #063d5a;
}
#breadcrumbs .breadcrumbs span {
  color: #282828;
  display: inline-block;
  line-height: 24px;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #breadcrumbs .breadcrumbs span {
    font-size: 14px;
    line-height: 26px;
  }
}
#breadcrumbs .breadcrumbs span.sep {
  width: 6.3px;
  height: 6.3px;
  border-radius: 50%;
  background-color: #282828;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
#breadcrumbs .breadcrumbs span a {
  color: #282828;
  display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit;
}

#page {
  margin-bottom: 76px;
}
@media all and (max-width: 575px) {
  #page {
    margin-bottom: 70px;
  }
}
#page .article__date {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 22px;
  display: block;
}
#page .page__heading {
  margin-bottom: 44px;
}
@media all and (max-width: 991px) {
  #page .page__heading {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 991px) {
  #page .page__heading.page__heading-small h1,
  #page .page__heading.page__heading-small h2 {
    max-width: 780px;
    width: 100%;
  }
}
#page .page__heading.page__heading-middle {
  margin-bottom: 20px;
}
#page .page__heading.page__heading-middle h1 {
  font-size: 30px;
  line-height: 50px;
}
@media all and (max-width: 991px) {
  #page .page__heading.page__heading-middle h1 {
    font-size: 28px;
    line-height: 45px;
  }
}
@media all and (max-width: 575px) {
  #page .page__heading.page__heading-middle h1 {
    font-size: 26px;
    line-height: 44px;
  }
}
#page .page__heading.page__heading-hidden {
  overflow: hidden;
}
#page .page__heading h1 {
  font-size: 45px;
  line-height: 48px;
  color: #131313;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  #page .page__heading h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media all and (max-width: 575px) {
  #page .page__heading h1 {
    font-size: 30px;
    word-wrap: break-word;
  }
}
#page .page__heading p {
  margin-top: 26px;
  font-size: 20px;
  line-height: 27px;
}
@media all and (max-width: 575px) {
  #page .page__heading p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
#page .page__heading p a {
  color: #282828;
  text-decoration: underline;
}
#page .page__heading p a:hover {
  color: #063d5a;
}
#page .faq_tabs .tabs_item {
  border-bottom: 2px solid #063d5a;
}
#page .faq_tabs .tabs_item:first-child .title {
  border-top: 2px solid #063d5a;
}
#page .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  line-height: 28px;
  padding: 30px 45px 30px 0;
}
@media all and (max-width: 1400px) {
  #page .faq_tabs .tabs_item .title {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media all and (max-width: 991px) {
  #page .faq_tabs .tabs_item .title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  #page .faq_tabs .tabs_item .title {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
#page .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "+";
  font-size: 60px;
  line-height: 100%;
  font-weight: 300;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 1400px) {
  #page .faq_tabs .tabs_item .title:after {
    font-size: 54px;
  }
}
@media all and (max-width: 575px) {
  #page .faq_tabs .tabs_item .title:after {
    font-size: 50px;
  }
}
#page .faq_tabs .tabs_item .title.active:after {
  content: "-";
}
#page .faq_tabs .tabs_item .tab_content {
  display: none;
  padding-top: 10px;
  padding-bottom: 16px;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  #page .faq_tabs .tabs_item .tab_content {
    font-size: 14px;
    line-height: 20px;
  }
}
#page .author {
  background-color: #fff;
  border-radius: 22px;
  padding: 36px 38px;
  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: 40px;
  max-width: 970px;
  width: 100%;
  margin: 80px auto;
}
@media all and (max-width: 991px) {
  #page .author {
    gap: 15px;
    margin: 40px auto;
    padding: 26px 34px;
  }
}
@media all and (max-width: 767px) {
  #page .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 27px 20px;
  }
}
@media all and (max-width: 575px) {
  #page .author .author__details {
    width: 100%;
  }
}
#page .author .author__details h2 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}
@media all and (max-width: 991px) {
  #page .author .author__details h2 {
    font-size: 22px;
  }
}
#page .author .author__details p {
  margin-bottom: 38px;
}
@media all and (max-width: 991px) {
  #page .author .author__details p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
#page .author .author__details ul {
  margin-top: 38px;
}
@media all and (max-width: 767px) {
  #page .author .author__details ul {
    margin-bottom: 30px;
  }
  #page .author .author__details .btn {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  #page .author .author__details ul {
    margin-top: 22px;
  }
}
#page .author .author__details ul li:not(:last-child) {
  margin-bottom: 22px;
}
@media all and (max-width: 991px) {
  #page .author .author__details ul li:not(:last-child) {
    margin-bottom: 18px;
  }
}
#page .author .author__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 312px;
  height: 312px;
  border-radius: 50%;
  overflow: hidden;
  border: 15px solid #063d5a;
}
@media all and (max-width: 991px) {
  #page .author .author__photo {
    width: 276px;
    height: 276px;
  }
}
#page .author .author__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#page .delivery h2 {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  #page .delivery h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
#page .delivery .delivery__block {
  margin-bottom: 54px;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__block {
    margin-bottom: 44px;
  }
}
@media all and (max-width: 575px) {
  #page .delivery .delivery__block {
    margin-bottom: 53px;
  }
}
#page .delivery .delivery__msk {
  padding-top: 70px;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__msk {
    padding-top: 58px;
  }
}
@media all and (max-width: 575px) {
  #page .delivery .delivery__msk {
    padding-top: 63px;
  }
}
#page .delivery .delivery__wrapper {
  background-color: #063d5a;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 26px 30px;
  gap: 20px;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__wrapper {
    border-radius: 25px;
    padding: 21px 24px;
    gap: 16px;
  }
}
@media all and (max-width: 767px) {
  #page .delivery .delivery__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 27px;
    border-radius: 27px;
    gap: 20px;
  }
}
#page .delivery .delivery__wrapper .delivery__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 23px 30px;
  max-width: 354px;
  min-width: 354px;
  width: 100%;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__wrapper .delivery__item {
    border-radius: 16px;
    padding: 19px 24px;
    max-width: 296px;
    min-width: 296px;
  }
}
@media all and (max-width: 767px) {
  #page .delivery .delivery__wrapper .delivery__item {
    border-radius: 18px;
    padding: 25px;
    max-width: none;
    min-width: none;
    width: auto;
  }
}
#page .delivery .delivery__wrapper .delivery__item.delivery__item-small h5 {
  font-size: 24px;
}
@media all and (max-width: 575px) {
  #page .delivery .delivery__wrapper .delivery__item.delivery__item-small h5 {
    font-size: 21px;
    line-height: 39px;
  }
}
#page .delivery .delivery__wrapper .delivery__item p {
  font-size: 16px;
  line-height: 27px;
  color: #7a7a7a;
  margin-bottom: 5px;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__wrapper .delivery__item p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  #page .delivery .delivery__wrapper .delivery__item p {
    font-size: 15px;
    line-height: 25px;
  }
}
#page .delivery .delivery__wrapper .delivery__item p strong {
  font-weight: 600;
  color: #282828;
}
#page .delivery .delivery__wrapper .delivery__item h5 {
  font-size: 31px;
  line-height: 44px;
  color: #131313;
  text-transform: uppercase;
  margin-top: 7px;
}
@media all and (max-width: 991px) {
  #page .delivery .delivery__wrapper .delivery__item h5 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  #page .delivery .delivery__wrapper .delivery__item h5 {
    font-size: 25px;
  }
}
#page .delivery .delivery__wrapper .delivery__item img {
  margin-bottom: 16px;
}
#page .delivery .selfpickup p {
  margin-bottom: 16px;
}
#page .delivery .selfpickup .map {
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 33px;
}
@media all and (max-width: 575px) {
  #page .delivery .selfpickup .map {
    height: 294px;
  }
}
#page .delivery .selfpickup .map iframe {
  width: 100%;
  height: 100%;
}
#page .delivery .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 36px;
}
@media all and (max-width: 991px) {
  #page .delivery .pay {
    -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 .delivery .pay .pay__inner {
  max-width: 592px;
  width: 100%;
}
#page .delivery .pay .btn {
  min-width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (min-width: 991px) {
  .feedback__item {
    margin-bottom: 82px;
  }
}
.feedback__item.feedback__item-block {
  display: none;
}
@media all and (max-width: 991px) {
  .feedback__item:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media all and (max-width: 575px) {
  .feedback__item:not(:last-child) {
    margin-bottom: 42px;
  }
}
.feedback__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner {
    gap: 20px;
  }
}
.feedback__item .item__inner .photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .photo {
    width: 75px;
    height: 75px;
  }
}
.feedback__item .item__inner .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.feedback__item .item__inner .details {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feedback__item .item__inner .details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .details__inner {
    margin-bottom: 24px;
  }
}
.feedback__item .item__inner .details .name__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 6px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .name__stars {
    gap: 5px 12px;
  }
}
.feedback__item .item__inner .details .name__stars h6 {
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .name__stars h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.feedback__item .item__inner .details .name__stars .stars {
  -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;
  gap: 3px;
}
.feedback__item .item__inner .details .name__stars .stars img {
  width: 20px;
  height: 20px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .name__stars .stars img {
    width: 16px;
    height: 16px;
  }
}
.feedback__item .item__inner .details .date {
  font-size: 14px;
  line-height: 20px;
  color: #5b5b5b;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .date {
    font-size: 11px;
    line-height: 24px;
  }
}
.feedback__item .item__inner .details .text {
  padding-left: 30px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .text {
    font-size: 11px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.feedback__item .item__inner .details .text:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_19.svg");
  width: 13px;
  height: 12px;
  top: 0;
  left: 0;
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .text:before {
    width: 9px;
    height: 8px;
  }
}
.feedback__item .item__inner .details .text:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_19.svg");
  width: 13px;
  height: 12px;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (max-width: 575px) {
  .feedback__item .item__inner .details .text:after {
    width: 9px;
    height: 8px;
  }
}
@media all and (max-width: 575px) {
  .feedback__item .btn {
    font-size: 12px;
    line-height: 16px;
  }
}

.post__item {
  margin-bottom: 36px;
}
@media all and (max-width: 991px) {
  .post__item {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .post__item {
    margin-bottom: 34px;
  }
}
.post__item .item__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
  color: #000;
}
@media all and (max-width: 991px) {
  .post__item .item__inner {
    padding: 18px;
  }
}
@media all and (max-width: 575px) {
  .post__item .item__inner {
    padding: 20px;
  }
}
.post__item .item__inner:hover {
  color: #063d5a;
}
.post__item .item__inner:hover .post__image {
  opacity: 0.8;
}
.post__item .item__inner .post__image {
  height: 220px;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 22px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
@media all and (max-width: 991px) {
  .post__item .item__inner .post__image {
    height: 182px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .post__item .item__inner .post__image {
    height: 208px;
  }
}
.post__item .item__inner .post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.post__item .item__inner .post__details {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 575px) {
  .post__item .item__inner .post__details {
    gap: 34px;
  }
}
.post__item .item__inner .post__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.post__item .item__inner .post__details .details__inner h3 {
  color: inherit;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .post__item .item__inner .post__details .details__inner h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .post__item .item__inner .post__details .details__inner h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.post__item .item__inner .post__details .details__inner p {
  font-size: 14px;
  line-height: 23px;
  color: #282828;
}
@media all and (max-width: 991px) {
  .post__item .item__inner .post__details .details__inner p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 575px) {
  .post__item .item__inner .post__details .details__inner p {
    font-size: 13px;
    line-height: 21px;
  }
}
.post__item .item__inner .post__details .post__bottom {
  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 20px;
  font-size: 13px;
  line-height: 23px;
  color: #6a6a6a;
}
@media all and (max-width: 991px) {
  .post__item .item__inner .post__details .post__bottom {
    font-size: 11px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .post__item .item__inner .post__details .post__bottom {
    font-size: 12px;
  }
}
.post__item .item__inner .post__details .post__bottom .view {
  -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;
  gap: 8px;
}
.post__item .item__inner .post__details .post__bottom .view img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}
@media all and (max-width: 991px) {
  .post__item .item__inner .post__details .post__bottom .view img {
    width: 30px;
  }
}

article img {
  border-radius: 10px;
}

article img.centered,
article .aligncenter,
article div.aligncenter {
  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;
}
@media all and (max-width: 991px) {
  article .alignright {
    float: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

article .alignleft {
  float: left;
}
@media all and (max-width: 991px) {
  article .alignleft {
    float: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: 0.625em;
}

article h2 {
  font-size: 28px;
  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: 0.625em;
}

article a {
  color: #00a8d2;
}

article ul {
  margin-bottom: 0.625em;
  list-style-type: disc;
  padding-left: 15px;
}

article ul ul {
  margin-bottom: 0;
}

article ul li,
article ol li {
  margin-bottom: 4px;
}

article ol {
  margin-bottom: 0.625em;
  padding-left: 15px;
}

article .block_1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
article .block_1 .wrapper .post__slider {
  padding: 10px !important;
}
article .block_1 .wrapper .post__slider .swiper-slide {
  height: auto;
}
article .block_1 .wrapper .post__slider .product__item {
  -webkit-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
article .block_1 .wrapper .post__slider .product__item .product__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__top {
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__top
  .product__title
  h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__top
  .edition {
  font-size: 11px;
  line-height: 14px;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__bottom {
  padding-bottom: 28px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__bottom
  ul {
  padding-left: 0;
  list-style-type: none;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__bottom
  ul
  li {
  font-size: 12px;
  line-height: 15px;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__bottom
  ul
  li:not(:last-child) {
  margin-bottom: 5px;
}
article
  .block_1
  .wrapper
  .post__slider
  .product__item
  .product__details
  .details__bottom
  .button__info
  .btn {
  font-size: 12px;
  line-height: 16px;
}
article .block_1 .wrapper .arrows__dots {
  margin-top: 40px;
}
@media all and (max-width: 575px) {
  article .block_1 .wrapper .arrows__dots {
    margin-top: 34px;
  }
}

article table,
article .wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0px 0px 33px 0;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}

article table p,
article table form,
article table ul,
article table li {
  margin: 6px 0px;
  padding: 0px;
}

article table thead,
article table tfoot,
article table.wp-block-table thead,
article table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

article table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 575px) {
  article table th,
  article table td {
    min-width: 180px;
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 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 #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

#cooperation {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #cooperation {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 991px) {
  #cooperation .heading h2 {
    max-width: 530px;
    width: 100%;
  }
}
#cooperation .form__inner {
  max-width: 951px;
  width: 100%;
  margin: 0 auto;
  background-color: #063d5a;
  -webkit-box-shadow: 0px 0px 31.3205px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 31.3205px rgba(0, 0, 0, 0.15);
  border-radius: 26.1005px;
  padding: 33px 50px 45px 50px;
}
@media all and (max-width: 575px) {
  #cooperation .form__inner {
    padding: 32px 26px 34px 26px;
  }
}
#cooperation .form__inner .form__heading {
  color: #fff;
  margin-bottom: 22px;
}
#cooperation .form__inner .form__heading h3 {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media all and (max-width: 575px) {
  #cooperation .form__inner .form__heading h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 575px) {
  #cooperation .form__inner .form__heading p {
    font-size: 14px;
    line-height: 20px;
  }
}
#cooperation .form__inner form .form__submit {
  text-align: right;
}
@media all and (min-width: 991px) {
  #cooperation .form__inner form .form__submit {
    margin-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  #cooperation .form__inner form .form__submit .btn {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#cooperation .form__inner form .form__policy {
  margin-bottom: 0;
}
#cooperation .form__inner form .form__policy p {
  color: #fff;
}

#contacts {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #contacts {
    margin-bottom: 130px;
  }
}
@media all and (max-width: 575px) {
  #contacts {
    margin-bottom: 100px;
  }
}
#contacts .contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 56px 50px;
  margin-bottom: 80px;
}
@media all and (max-width: 1199px) {
  #contacts .contacts__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  #contacts .contacts__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 38px;
    margin-bottom: 66px;
  }
}
#contacts .contacts__wrapper .contact__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#contacts .contacts__wrapper .contact__item.contact__item-social {
  padding-top: 10px;
}
#contacts .contacts__wrapper .contact__item h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
#contacts .contacts__wrapper .contact__item a {
  color: #282828;
}
#contacts .contacts__wrapper .contact__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
#contacts .contacts__wrapper .contact__item ul li a img {
  width: 50px;
  height: 50px;
}
#contacts .contacts__wrapper .contact__item ul li a:hover {
  opacity: 0.8;
}
#contacts .contacts__wrapper .contact__item .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 29px;
}
#contacts .contacts__wrapper .contact__item .phone img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}
#contacts .contacts__wrapper .contact__item .worktime {
  font-size: 14px;
  line-height: 20px;
  padding-left: 53px;
}
#contacts .map {
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  #contacts .map {
    height: 294px;
  }
}
#contacts .map iframe {
  width: 100%;
  height: 100%;
}

#page-thanks {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 82px;
}
@media all and (max-width: 991px) {
  #page-thanks {
    padding-top: 50px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  #page-thanks {
    margin-bottom: 50px;
  }
}
#page-thanks h1 {
  font-size: 50px;
  line-height: 70px;
  text-transform: uppercase;
  max-width: 615px;
  width: 100%;
  margin: 0 auto 26px;
}
@media all and (max-width: 991px) {
  #page-thanks h1 {
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  #page-thanks h1 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 15px;
  }
}
#page-thanks h1 strong {
  color: #063d5a;
}
#page-thanks p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  #page-thanks p {
    font-size: 14px;
    line-height: 18px;
  }
}
#page-thanks hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #b9b9b9;
  margin-top: 75px;
}
@media all and (max-width: 575px) {
  #page-thanks hr {
    margin-top: 46px;
  }
}
#page-thanks .page-404 h1 {
  font-size: 140px;
  line-height: 100%;
  text-transform: uppercase;
  color: #063d5a;
  margin-bottom: 34px;
}
@media all and (max-width: 991px) {
  #page-thanks .page-404 h1 {
    font-size: 126px;
    margin-bottom: 28px;
  }
}
@media all and (max-width: 575px) {
  #page-thanks .page-404 h1 {
    font-size: 77px;
    margin-bottom: 16px;
  }
}
#page-thanks .page-404 h2 {
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  #page-thanks .page-404 h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  #page-thanks .page-404 h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
#page-thanks .page-404 p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #page-thanks .page-404 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 575px) {
  #page-thanks .page-404 p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
#page-thanks .page-404 ul {
  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: 16px 30px;
}
@media all and (max-width: 767px) {
  #page-thanks .page-404 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#page-thanks .page-404 ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #282828;
}
#page-thanks .page-404 ul li a:hover {
  color: #063d5a;
}

#catalog {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #catalog {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #catalog {
    margin-bottom: 40px;
  }
}
#catalog .catalog__filters {
  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;
  margin-bottom: 70px;
  gap: 20px;
}
@media all and (max-width: 1199px) {
  #catalog .catalog__filters {
    -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;
  }
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters {
    margin-bottom: 40px;
  }
}
#catalog .catalog__filters .filter__button {
  -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;
  gap: 26px;
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters .filter__button {
    cursor: pointer;
  }
}
@media all and (max-width: 575px) {
  #catalog .catalog__filters .filter__button {
    gap: 16px;
  }
}
#catalog .catalog__filters .filter__button img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 575px) {
  #catalog .catalog__filters .filter__button img {
    width: 35px;
    height: 35px;
  }
}
#catalog .catalog__filters .filter__button h3 {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #131313;
}
@media all and (max-width: 575px) {
  #catalog .catalog__filters .filter__button h3 {
    font-size: 16px;
  }
}
#catalog .catalog__filters .filters__wrapper {
  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;
  max-width: 783px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media all and (max-width: 1199px) {
  #catalog .catalog__filters .filters__wrapper {
    max-width: none;
  }
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters .filters__wrapper {
    display: none;
  }
}
#catalog .catalog__filters .bapf_head.bapf_colaps_togl {
  cursor: pointer;
}
#catalog .catalog__filters .bapf_ckbox .bapf_body {
  position: absolute;
  top: 100%;
  width: 220px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
  z-index: 3;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1199px) {
  #catalog .catalog__filters .bapf_ckbox .bapf_body {
    width: 200px;
  }
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters .bapf_ckbox .bapf_body {
    position: relative;
    width: auto;
    top: 0;
  }
}
#catalog .catalog__filters .berocket_single_filter_widget {
  position: relative;
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters .berocket_single_filter_widget:not(:last-child) {
    margin-bottom: 6px;
  }
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 0;
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_sfilter h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#catalog .catalog__filters .berocket_single_filter_widget .bapf_sfilter h3 i {
  font-size: 12px;
}
#catalog .catalog__filters .bapf_reset {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 500;
  padding: 0;
}
@media all and (max-width: 991px) {
  #catalog .catalog__filters .bapf_reset {
    margin-top: 10px;
  }
}
#catalog .catalog__filters .bapf_reset:hover {
  color: #063d5a;
}

.product__item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 27px 27px 0 27px;
  padding: 20px 20px 0 20px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__item .product__image {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 270px;
}
@media all and (max-width: 991px) {
  .product__item .product__image {
    height: 267px;
  }
}
@media all and (max-width: 575px) {
  .product__item .product__image {
    height: 263px;
  }
}
.product__item .product__image:hover {
  opacity: 0.8;
}
.product__item .product__image img {
  max-height: 247px;
  width: auto;
  height: auto;
}
@media all and (max-width: 991px) {
  .product__item .product__image img {
    max-height: 267px;
  }
}
@media all and (max-width: 575px) {
  .product__item .product__image img {
    max-height: 263px;
  }
}
.product__item .product__image .discount__condition {
  position: absolute;
  top: 0;
  left: 0;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5.6px;
}
.product__item .product__image .discount__condition {
  position: absolute;
  top: 0;
  left: 0;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5.6px;
}
.product__item .product__image .discount,
.product__item .product__image .condition {
  border-radius: 5.4px;
  padding: 0 8px;
  min-width: 52px;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
}
@media all and (max-width: 575px) {
  .product__item .product__image .discount,
  .product__item .product__image .condition {
    font-size: 12px;
  }
}
.product__item .product__image .discount {
  background-color: #063d5a;
  color: #fff;
}
.product__item .product__image .condition {
  background-color: #d9d9d9;
  color: #444444;
}
.product__item .product__details {
  border-top: 1px solid #d4d4d4;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__item .product__details .details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 120px;
  padding-bottom: 20px;
}
@media all and (max-width: 1199px) {
  .product__item .product__details .details__top {
    gap: 10px 20px;
  }
}
.product__item .product__details .details__top .product__title {
  display: inline-block;
  color: #131313;
}
.product__item .product__details .details__top .product__title:hover {
  color: #063d5a;
}
.product__item .product__details .details__top .product__title h3 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: inherit;
}
@media all and (max-width: 575px) {
  .product__item .product__details .details__top {
    flex-wrap: wrap;
  }
  .product__item .product__details .details__top .product__title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.product__item .product__details .details__top .edition {
  font-size: 13px;
  line-height: 17px;
  color: #787575;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  text-align: right;
  margin-top: 4px;
}
@media all and (max-width: 575px) {
  .product__item .product__details .details__top .edition {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }
}
.product__item .product__details .details__top .edition span {
  display: block;
  margin-top: 4px;
  color: #282828;
}
.product__item .product__details .details__bottom {
  padding-bottom: 36px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media all and (max-width: 575px) {
  .product__item .product__details .details__bottom {
    padding-bottom: 30px;
  }
}
.product__item .product__details .details__bottom ul {
  margin-bottom: 20px;
}
.product__item .product__details .details__bottom ul li {
  font-size: 14px;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  .product__item .product__details .details__bottom ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
.product__item .product__details .details__bottom ul li:not(:last-child) {
  margin-bottom: 3px;
}
@media all and (max-width: 575px) {
  .product__item .product__details .details__bottom ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.product__item .product__details .details__bottom ul li span {
  font-size: 13px;
  line-height: 16px;
  color: #666666;
}
.product__item .product__details .details__bottom .button__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.product__item .product__details .details__bottom .button__info .info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.product__item
  .product__details
  .details__bottom
  .button__info
  .info:hover
  .info__hide {
  opacity: 1;
  visibility: visible;
}
.product__item
  .product__details
  .details__bottom
  .button__info
  .info
  .info__hide {
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 5px);
  right: 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px;
  line-height: 12px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.product__item
  .product__details
  .details__bottom
  .button__info
  .price__wrapper
  h6 {
  font-size: 18px;
}

#category-text {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  #category-text {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #category-text {
    margin-bottom: 60px;
  }
}
#category-text article h2 {
  font-size: 40px;
  line-height: 66px;
  text-transform: uppercase;
  color: #131313;
}
@media all and (max-width: 991px) {
  #category-text article h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 575px) {
  #category-text article h2 {
    line-height: 50px;
  }
}

#product-card {
  margin-bottom: 50px;
}
#product-card.page {
  margin-bottom: 0;
}
#product-card .product__gallery {
  margin-bottom: 50px;
}
@media all and (max-width: 575px) {
  #product-card .product__gallery {
    margin-bottom: 36px;
  }
}
#product-card .product__gallery .product__title {
  display: none;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #product-card .product__gallery .product__title {
    display: block;
  }
}
@media all and (max-width: 575px) {
  #product-card .product__gallery .product__title {
    margin-bottom: 27px;
  }
}
#product-card .product__gallery .product__title h1 {
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  #product-card .product__gallery .product__title h1 {
    font-size: 25px;
    line-height: 42px;
  }
}
#product-card .product__gallery .gallery__inner {
  border-radius: 20px;
  overflow: hidden;
}
@media all and (min-width: 991px) {
  #product-card .product__gallery .gallery__inner {
    max-width: 500px;
    width: 100%;
  }
}
#product-card .product__gallery .gallery__inner .gallery__slider {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  #product-card .product__gallery .gallery__inner .gallery__slider {
    margin-bottom: 34px;
  }
}
#product-card .product__gallery .gallery__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;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px;
  height: 390px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 991px) {
  #product-card .product__gallery .gallery__inner a {
    height: 490px;
  }
}
@media all and (max-width: 575px) {
  #product-card .product__gallery .gallery__inner a {
    height: 316px;
    padding: 16px;
  }
}
#product-card .product__gallery .gallery__inner a img {
  max-height: 334px;
}
@media all and (max-width: 991px) {
  #product-card .product__gallery .gallery__inner a img {
    max-height: 434px;
  }
}
@media all and (max-width: 575px) {
  #product-card .product__gallery .gallery__inner a img {
    max-height: 284px;
  }
}
#product-card .product__gallery .arrows__dots .swiper__nav {
  height: 66px;
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 575px) {
  #product-card .product__gallery .arrows__dots .swiper__nav {
    height: 62px;
  }
}
#product-card .product__gallery .arrows__dots .swiper__nav .swiper-button-prev {
  width: 40px;
}
#product-card .product__gallery .arrows__dots .swiper__nav .swiper-button-next {
  width: 66px;
  height: 66px;
}
@media all and (max-width: 575px) {
  #product-card
    .product__gallery
    .arrows__dots
    .swiper__nav
    .swiper-button-next {
    width: 62px;
    height: 62px;
  }
}
#product-card .product__gallery .arrows__dots .swiper-pagination {
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#product-card .product__gallery .arrows__dots .swiper-pagination span {
  width: 30px;
}
@media all and (max-width: 991px) {
  #product-card .product__gallery .arrows__dots .swiper-pagination span {
    width: 20px;
    height: 2px;
  }
}
#product-card .product__details {
  margin-bottom: 50px;
}
#product-card .product__details .details__inner .product__title {
  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 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  #product-card .product__details .details__inner .product__title {
    display: none;
  }
}
#product-card .product__details .details__inner .product__title h1 {
  font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
}
#product-card .product__details .details__inner .product__title .edition {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #787575;
  text-align: right;
}
#product-card .product__details .details__inner .product__title .edition span {
  color: #282828;
  display: block;
  margin-top: 6px;
}
#product-card .product__details .details__inner .product__desc {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  #product-card .product__details .details__inner .product__desc {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
#product-card .product__details .details__inner .product__attributes {
  margin-bottom: 24px;
}
#product-card .product__details .details__inner .product__attributes ul li {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8f8f8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
#product-card
  .product__details
  .details__inner
  .product__attributes
  ul
  li:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  #product-card
    .product__details
    .details__inner
    .product__attributes
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#product-card
  .product__details
  .details__inner
  .product__attributes
  ul
  li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffb142;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#product-card
  .product__details
  .details__inner
  .product__attributes
  ul
  li
  span {
  font-weight: 700;
  color: #282828;
  text-transform: none;
}
#product-card .product__details .details__inner .product__price {
  margin-bottom: 26px;
}
#product-card .product__details .details__inner .product__price h6 {
  font-size: 18px;
}
#product-card .product__details .details__inner .product__price .price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper {
  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: 16px 24px;
}
@media all and (max-width: 1199px) {
  #product-card
    .product__details
    .details__inner
    .product__bottom
    .links__wrapper {
    -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;
  }
}
@media all and (max-width: 991px) {
  #product-card
    .product__details
    .details__inner
    .product__bottom
    .links__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (max-width: 575px) {
  #product-card
    .product__details
    .details__inner
    .product__bottom
    .links__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .btn {
  font-size: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .download {
  display: none !important;
}
@media all and (max-width: 575px) {
  #product-card
    .product__details
    .details__inner
    .product__bottom
    .links__wrapper
    .download {
    display: inline-block !important;
    margin-bottom: 10px !important;
  }
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .links__inner
  .links {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .links__inner
  .links
  img {
  width: 51px;
  height: 51px;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .links__inner
  .links
  a:hover {
  opacity: 0.8;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .links__inner
  p {
  font-size: 12px;
  line-height: 20px;
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .links__wrapper
  .download {
  display: inline-block;
  margin: 0 auto;
}
#product-card .product__details .details__inner .product__bottom .download {
  padding-top: 17px;
  font-weight: 500;
  color: #494949;
  display: inline-block;
  text-decoration: underline;
  margin-left: 70px;
}
@media all and (max-width: 575px) {
  #product-card .product__details .details__inner .product__bottom .download {
    display: none;
    padding-top: 0;
  }
}
#product-card
  .product__details
  .details__inner
  .product__bottom
  .download:hover {
  color: #063d5a;
}

#related {
  margin-bottom: 70px;
}
@media all and (max-width: 991px) {
  #related {
    margin-bottom: 40px;
  }
}
#related .wrapper {
  border-top: 1px solid #d3d3d3;
  padding-top: 40px;
}
@media all and (max-width: 991px) {
  #related .wrapper {
    padding-top: 50px;
  }
}
@media all and (max-width: 991px) {
  #related .heading {
    display: none;
  }
}

.related__item {
  margin-bottom: 40px;
}
.related__item .item__inner {
  text-align: center;
}
.related__item .item__inner .product__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: 269px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 21.9137px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21.9137px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media all and (max-width: 575px) {
  .related__item .item__inner .product__image {
    height: 360px;
    margin-bottom: 20px;
  }
}
.related__item .item__inner .product__image:hover {
  opacity: 0.8;
}
.related__item .item__inner .product__image .hit {
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: #063d5a;
  border-radius: 6px;
  padding: 8px 16px;
  z-index: 1;
}
.related__item .item__inner .product__image img {
  width: auto;
  height: auto;
  max-height: 190px;
}
@media all and (max-width: 575px) {
  .related__item .item__inner .product__image img {
    max-height: 330px;
  }
}
.related__item .item__inner .product__title {
  font-family: "Benzin", sans-serif;
  color: #131313;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  .related__item .item__inner .product__title {
    font-size: 20px;
    line-height: 34px;
  }
}
.related__item .item__inner .product__title:hover {
  color: #063d5a;
}
.related__item .item__inner .product__title h3 {
  color: inherit;
}

#similar {
  margin-bottom: 90px;
}
@media all and (max-width: 991px) {
  #similar {
    margin-bottom: 70px;
  }
}
#similar .wrapper {
  position: relative;
}
#similar .wrapper .similar__slider {
  padding: 10px !important;
}
#similar .wrapper .similar__slider .swiper-slide {
  height: auto;
}
#similar .wrapper .similar__slider .post__item {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
#similar .wrapper .similar__slider .post__item .item__inner {
  -webkit-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
#similar .wrapper .arrows__dots {
  margin-top: 40px;
}
@media all and (max-width: 575px) {
  #similar .wrapper .arrows__dots {
    margin-top: 34px;
  }
}

.woocommerce-info {
  background-color: #063d5a !important;
  color: #fff;
}

.search__result {
  margin-bottom: 50px;
}

.grecaptcha-badge {
  position: absolute !important;
  top: 0;
  visibility: hidden;
  height: 0px !important;
}
