/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url(../fonts/Roboto-ThinItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/Roboto-MediumItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/Roboto-ThinItalic.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: url(../fonts/Roboto-BlackItalic.ttf);
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: calc(100% - 32px);
  }
}

.headline {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #1C1A1A;
}
.headline.bold {
  font-weight: 700;
}
.headline.heavy {
  font-weight: 800;
}
.headline-h1 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 980px) {
  .headline-h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.headline-h2 {
  font-size: 44px;
  line-height: 52px;
}
@media screen and (max-width: 980px) {
  .headline-h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.headline-h3 {
  font-size: 40px;
  line-height: 48px;
}
.headline-h4 {
  font-size: 36px;
  line-height: 44px;
}
.headline-h5 {
  font-size: 32px;
  line-height: 40px;
}
.headline-h6 {
  font-size: 28px;
  line-height: 36px;
}

.body {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #1C1A1A;
}
.body.light {
  font-weight: 300;
}
.body.regular {
  font-weight: 400;
}
.body.medium {
  font-weight: 500;
}
.body.semibold {
  font-weight: 600;
}
.body.bold {
  font-weight: 700;
}
.body-xxl {
  font-size: 24px;
  line-height: 32px;
}
.body-xl {
  font-size: 22px;
  line-height: 30px;
}
.body-l {
  font-size: 20px;
  line-height: 28px;
}
.body-m {
  font-size: 18px;
  line-height: 28px;
}
.body-s {
  font-size: 16px;
  line-height: 24px;
}
.body-xs {
  font-size: 14px;
  line-height: 20px;
}
.body-xxs {
  font-size: 12px;
  line-height: 16px;
}

body {
  background-color: #1C1A1A;
}

main {
  min-height: calc(100vh - 442px);
}

a {
  text-decoration: none;
}

img {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #D3D0D0;
}

section {
  overflow-x: hidden;
}

@media screen and (min-width: 980px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .desktop {
    display: none !important;
  }
}

.prt-notice {
  color: #D3D0D0;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-radius: 32px;
}
.button:active {
  background-color: #912121;
}
.button:disabled {
  background-color: #EAA1A1;
  color: #F4D0D0;
}
.button.primary {
  font-family: Roboto;
  color: #FFFFFF;
  background-color: #B52929;
  border-color: #B52929;
}
.button.primary:hover {
  background-color: #D44343;
  border-color: #D44343;
}
.button.secondary {
  font-family: Roboto;
  color: #1C1A1A;
  background-color: #FFFFFF;
  border-color: #B52929;
}
.button.secondary:hover {
  color: #FFFFFF;
  background-color: #B52929;
}
.button.button-s {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}
.button.button-m {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
}
.button.button-l {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
}
.button.button-xl {
  font-size: 18px;
  line-height: 28px;
  padding: 16px 20px;
}

.arrow-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow-link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #B52929;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwLjQ3NjJWNEg1LjUyMzgxTTExLjgwOTUgNC4xOTA0OEw0IDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.arrow-link:hover {
  color: #D44343;
}

.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.text-button {
  background: none;
  border: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #B52929;
}
.text-button:hover {
  color: #D44343;
}

.swiper_nav {
  position: absolute;
  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;
  width: 100%;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper_nav .swiper-button {
  border: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7B7272;
  position: relative;
}
.swiper_nav .swiper-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #D3D0D0;
  border-right: 2px solid #D3D0D0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%) rotate(-45deg);
      -ms-transform: translate(-65%, -50%) rotate(-45deg);
          transform: translate(-65%, -50%) rotate(-45deg);
}
.swiper_nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
}
.close:before, .close:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1C1A1A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.burger {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #B52929;
  border-radius: 50%;
  border: none;
}
.burger span {
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.burger span:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
      -ms-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.burger span:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 4px));
      -ms-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
}

.opened .burger span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.opened .burger span:first-child, .opened .burger span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  position: relative;
}
.close:after, .close:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap label {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #7B7272;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
  margin-right: 8px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  max-width: calc(100% - 32px);
}

input, textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #111010;
  border: 1px solid #7B7272;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}
input:focus, textarea:focus {
  border: 2px solid #FFFFFF;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #FF8888;
}
input[type=checkbox], textarea[type=checkbox] {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iNCIgc3Ryb2tlPSIjQjUyOTI5IiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=checkbox]:checked, textarea[type=checkbox]:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iNCIgZmlsbD0iI0I1MjkyOSIgc3Ryb2tlPSIjQjUyOTI5IiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi43MDcxIDkuMjkyODlDMTcuMDk3NiA5LjY4MzQyIDE3LjA5NzYgMTAuMzE2NiAxNi43MDcxIDEwLjcwNzFMMTEgMTYuNDE0Mkw3LjI5Mjg5IDEyLjcwNzFDNi45MDIzNyAxMi4zMTY2IDYuOTAyMzcgMTEuNjgzNCA3LjI5Mjg5IDExLjI5MjlDNy42ODM0MiAxMC45MDI0IDguMzE2NTggMTAuOTAyNCA4LjcwNzExIDExLjI5MjlMMTEgMTMuNTg1OEwxNS4yOTI5IDkuMjkyODlDMTUuNjgzNCA4LjkwMjM3IDE2LjMxNjYgOC45MDIzNyAxNi43MDcxIDkuMjkyODlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
input[type=radio], textarea[type=radio] {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

.intl-tel-input .selected-flag .iti-flag {
  width: 14px;
  border-radius: 14px;
  -webkit-transform: scale(1.3) translateX(4px);
      -ms-transform: scale(1.3) translateX(4px);
          transform: scale(1.3) translateX(4px);
}

.wpcf7-not-valid-tip {
  padding: 0 12px;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #912121;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 12px;
  padding: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.pr-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(75, 70, 70, 0.6392156863);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 222;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pr-popup__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 560px;
  max-width: calc(100% - 48px);
  position: relative;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 24px;
  -webkit-transform: translateY(-200vh);
      -ms-transform: translateY(-200vh);
          transform: translateY(-200vh);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 980px) {
  .pr-popup__wrap {
    min-width: unset;
  }
}
.pr-popup__wrap .title {
  margin-bottom: 16px;
  color: #1C1A1A;
}
.pr-popup__wrap .text {
  color: #1C1A1A;
  margin-bottom: 24px;
}
.pr-popup__wrap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .pr-popup__wrap-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .pr-popup__wrap-buttons .button {
    width: 100%;
  }
}
.pr-popup__wrap-buttons .primary {
  margin-right: 8px;
}
@media screen and (max-width: 980px) {
  .pr-popup__wrap-buttons .primary {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.pr-popup__wrap-buttons .primary span {
  color: #FFFFFF;
  margin-left: 8px;
}
.pr-popup .close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.pr-popup.opened {
  visibility: visible;
  opacity: 1;
}
.pr-popup.opened .pr-popup__wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #111010;
}

::-webkit-scrollbar-thumb {
  background: #B52929;
  border-radius: 1px;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #B52929 #111010;
}

/* Edge and IE */
body {
  -ms-overflow-style: none; /* IE and Edge */
}

body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

body::-webkit-scrollbar-track {
  background: #111010;
}

body::-webkit-scrollbar-thumb {
  background: #B52929;
  border-radius: 1px;
}

/* Webkit browsers (Chrome, Safari) */
.scrollable::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scrollable::-webkit-scrollbar-track {
  background: #111010;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #B52929;
  border-radius: 1px;
}

/* Firefox */
.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #B52929 #111010;
}

/* Edge and IE */
.scrollable {
  -ms-overflow-style: none; /* IE and Edge */
}

.scrollable::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scrollable::-webkit-scrollbar-track {
  background: #111010;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #B52929;
  border-radius: 1px;
}

.baner {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.baner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.baner__wrap {
  position: relative;
  height: calc(100vh - 96px);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 980px) {
  .baner__wrap {
    height: auto;
    padding: 64px 0;
  }
}
.baner__wrap * {
  color: #FFFFFF;
}
.baner__texts {
  max-width: 621px;
  margin: auto 0;
}
@media screen and (max-width: 980px) {
  .baner__texts {
    margin-bottom: 80px;
  }
}
.baner__texts .title {
  margin-bottom: 16px;
}
.baner__texts .text {
  margin-bottom: 24px;
}
.baner__offices {
  margin: auto 0 0 0;
  width: 100%;
  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;
}
@media screen and (max-width: 980px) {
  .baner__offices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.baner__offices li {
  width: 30%;
}
@media screen and (max-width: 980px) {
  .baner__offices li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.baner__offices li p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.baner__offices li p:first-child {
  margin-bottom: 6px;
}
.baner__offices li p svg {
  margin-right: 4px;
}

.services_grid {
  padding: 72px 0;
}
@media screen and (max-width: 920px) {
  .services_grid {
    padding: 48px 0;
  }
}
.services_grid .headline {
  margin-bottom: 36px;
  color: #FFFFFF;
}
@media screen and (max-width: 920px) {
  .services_grid .headline {
    margin-bottom: 24px;
  }
}
.services_grid .services_grid__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .services_grid .services_grid__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .services_grid .services_grid__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .services_grid .services_grid__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services_grid .service_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.services_grid__link {
  margin: 32px auto 0 auto;
}

.service_card {
  background-color: #111010;
  border: 1px solid #262626;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service_card:hover {
  background-color: #B52929;
}
.service_card:hover .arrow-link::after {
  background-color: #DF7272;
}
.service_card__title {
  margin-bottom: 36px;
  color: #FFFFFF;
}
.service_card img {
  width: 108px;
  height: 108px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 56px;
}
.service_card .arrow-link {
  color: #FFFFFF;
  margin: auto auto 0 auto;
}
.service_card .arrow-link span {
  font-size: 22px;
  font-weight: 400;
}
.service_card .arrow-link span b {
  font-size: 24px;
  font-weight: 500;
}

.cta_image {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .cta_image {
    padding: 48px 0;
  }
}
.cta_image__wrap {
  overflow: hidden;
  border-radius: 20px;
  padding: 96px 0;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .cta_image__wrap {
    padding: 56px 16px;
    border-radius: 16px;
  }
}
.cta_image__texts {
  width: 50%;
  max-width: 656px;
  padding: 0 64px;
}
@media screen and (max-width: 980px) {
  .cta_image__texts {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.cta_image__texts .headline {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cta_image__texts .headline b, .cta_image__texts .headline strong {
  color: #B52929;
}
.cta_image__texts .body {
  margin-bottom: 24px;
  color: #D3D0D0;
}

.image_text {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .image_text {
    padding: 48px 0;
  }
}
.image_text__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.image_text__image {
  width: 100%;
  max-width: calc(50% - 24px);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .image_text__image {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.image_text__texts {
  width: 100%;
  max-width: calc(50% - 24px);
}
@media screen and (max-width: 980px) {
  .image_text__texts {
    max-width: 100%;
  }
}
.image_text__texts .headline {
  margin-bottom: 32px;
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .image_text__texts .headline {
    margin-bottom: 24px;
  }
}
.image_text__texts .body {
  margin-bottom: 32px;
  color: #D3D0D0;
}
@media screen and (max-width: 980px) {
  .image_text__texts .body {
    margin-bottom: 24px;
  }
}

.latest_news {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .latest_news {
    padding: 48px 0;
  }
}
.latest_news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.latest_news__header .headline {
  color: #FFFFFF;
}
.latest_news__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .latest_news__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .latest_news__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .latest_news__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.latest_news__wrap .news_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.news_card {
  position: relative;
}
.news_card__image {
  width: 100%;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
  padding-top: 80%;
}
.news_card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_card__texts {
  padding: 16px;
  border-radius: 0 0 16px 16px;
  background-color: #111010;
  border: 1px solid #262626;
}
.news_card__texts .date {
  margin-bottom: 8px;
  color: #B52929;
}
.news_card__texts .texts {
  max-height: 118px;
  overflow: hidden;
  margin-bottom: 16px;
}
.news_card__texts .title {
  margin-bottom: 8px;
  color: #FFFFFF;
}
.news_card__texts .excerpt {
  color: #D3D0D0;
  overflow: hidden;
  display: -webkit-box;
}
.news_card__texts .button {
  margin: auto auto 0 0;
}

.map_section {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .map_section {
    padding: 48px 0;
  }
}
.map_section .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .map_section .headline {
    margin-bottom: 24px;
  }
}
.map_section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .map_section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.map_section__cards {
  width: 40%;
  max-width: 541px;
  margin-right: 48px;
}
@media screen and (max-width: 980px) {
  .map_section__cards {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.map_section__image {
  width: 60%;
  max-width: calc(100% - 590px);
}
@media screen and (max-width: 980px) {
  .map_section__image {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 24px;
  }
}
.map_section__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.map_service_card {
  width: 100%;
  border: 1px solid #7B7272;
  background-color: #111010;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 20px;
}
.map_service_card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}
.map_service_card__row svg {
  margin-right: 8px;
}
.map_service_card__row p {
  color: #FFFFFF;
}
.map_service_card__row p span {
  color: #A7A0A0;
}
.map_service_card .arrow-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
.map_service_card .arrow-link:after {
  margin-left: 12px;
  width: 32px;
  height: 32px;
}

.links_slider {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .links_slider {
    padding: 48px 0;
  }
}
.links_slider .container {
  overflow: visible;
}
.links_slider .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .links_slider .headline {
    margin-bottom: 24px;
  }
}
.links_slider .links_slider {
  overflow: visible;
}
.links_slider .links_slider .swiper-wrapper {
  overflow: visible;
}
.links_slider .links_slider__slide-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.links_slider .links_slider__slide-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.links_slider .links_slider__slide-wrap .link-overlay {
  background-color: #B52929;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.links_slider .links_slider__slide-wrap .link-overlay:hover {
  opacity: 1;
}

.seo_text {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .seo_text {
    padding: 48px 0;
  }
}
.seo_text .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .seo_text .headline {
    margin-bottom: 24px;
  }
}
.seo_text .seo_text__body {
  color: #D3D0D0;
  max-height: 360px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.seo_text .seo_text__body:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.32%, rgba(28, 26, 26, 0)), color-stop(49.18%, rgba(28, 26, 26, 0.55)), color-stop(55.43%, rgba(28, 26, 26, 0.75)), color-stop(69.02%, rgba(28, 26, 26, 0.85)), color-stop(76.09%, rgba(28, 26, 26, 0.85)), color-stop(80.98%, rgba(28, 26, 26, 0.95)), color-stop(91.3%, rgba(28, 26, 26, 0.97)), to(#1C1A1A));
  background: -o-linear-gradient(top, rgba(28, 26, 26, 0) 13.32%, rgba(28, 26, 26, 0.55) 49.18%, rgba(28, 26, 26, 0.75) 55.43%, rgba(28, 26, 26, 0.85) 69.02%, rgba(28, 26, 26, 0.85) 76.09%, rgba(28, 26, 26, 0.95) 80.98%, rgba(28, 26, 26, 0.97) 91.3%, #1C1A1A 100%);
  background: linear-gradient(180deg, rgba(28, 26, 26, 0) 13.32%, rgba(28, 26, 26, 0.55) 49.18%, rgba(28, 26, 26, 0.75) 55.43%, rgba(28, 26, 26, 0.85) 69.02%, rgba(28, 26, 26, 0.85) 76.09%, rgba(28, 26, 26, 0.95) 80.98%, rgba(28, 26, 26, 0.97) 91.3%, #1C1A1A 100%);
  height: 96px;
}
.seo_text .seo_text__body.opened {
  max-height: 2000px;
  overflow: auto;
}
.seo_text .seo_text__body.opened:after {
  display: none;
}
.seo_text .seo_text__body h1, .seo_text .seo_text__body h2, .seo_text .seo_text__body h3, .seo_text .seo_text__body h4, .seo_text .seo_text__body h5, .seo_text .seo_text__body h6 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.seo_text .seo_text__body p {
  margin-bottom: 24px;
}
.seo_text .seo_text__body ul {
  margin-bottom: 12px;
}
.seo_text .seo_text__body ul li {
  padding-left: 12px;
  position: relative;
}
.seo_text .seo_text__body ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 4px;
  top: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.seo_text .seo_text__body ol {
  list-style-type: decimal;
  padding-left: 28px;
  margin-bottom: 24px;
}
.seo_text .seo_text__body strong, .seo_text .seo_text__body b {
  font-weight: 600;
}
.seo_text .seo_text__body i, .seo_text .seo_text__body em {
  font-style: italic;
}
.seo_text .text-button {
  position: relative;
  font-weight: 500;
}
.seo_text .text-button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 100%;
  top: 50%;
  border-left: 2px solid #B52929;
  border-top: 2px solid #B52929;
  -webkit-transform: translate(50%, -75%) rotate(225deg);
      -ms-transform: translate(50%, -75%) rotate(225deg);
          transform: translate(50%, -75%) rotate(225deg);
}
.seo_text .text-button .seo-close {
  display: none;
}
.seo_text .text-button.opened:after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.seo_text .text-button.opened .seo-close {
  display: block;
}
.seo_text .text-button.opened .open {
  display: none;
}

.price_table {
  padding: 48px 0 72px 0;
}
@media screen and (max-width: 980px) {
  .price_table {
    padding: 36px 0;
  }
}
.price_table__wrap {
  width: 100%;
  border: 1px solid #D3D0D0;
  overflow: hidden;
  border-radius: 16px;
}
.price_table__row {
  width: 100%;
  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;
  border-bottom: 1px solid #D3D0D0;
  padding: 20px 32px;
}
@media screen and (max-width: 980px) {
  .price_table__row {
    padding: 12px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price_table__row:last-child {
  border-bottom: none;
}
.price_table__row:nth-child(2n+1) {
  background-color: #111010;
}
.price_table__row p {
  color: #FFFFFF;
}
.price_table__row p span {
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .price_table__row.price_value {
    margin-top: 8px;
  }
}

.gallery {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .gallery {
    padding: 48px 0;
  }
}
.gallery .container {
  overflow: visible;
}
.gallery .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .gallery .headline {
    margin-bottom: 24px;
  }
}
.gallery .gallery_slider {
  position: relative;
}
.gallery .gallery_slider__slide-wrap {
  width: 100%;
  padding-top: 67%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D3D0D0;
}
.gallery .gallery_slider__slide-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .contact_form {
    padding: 48px 0;
  }
}
.contact_form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact_form__texts {
  width: 100%;
  max-width: calc(100% - 596px);
  padding-right: 64px;
}
@media screen and (max-width: 980px) {
  .contact_form__texts {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.contact_form__texts .headline {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.contact_form__texts .body {
  color: #D3D0D0;
}
.contact_form__form {
  width: 100%;
  max-width: 596px;
  padding: 40px 64px;
  border-radius: 16px;
  border: 1px solid #D3D0D0;
  background-color: #111010;
}
@media screen and (max-width: 980px) {
  .contact_form__form {
    max-width: 100%;
    padding: 24px;
  }
}
.contact_form__form-title {
  color: #FFFFFF;
  margin-bottom: 24px;
}

.services_menu {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .services_menu {
    padding: 48px 0;
  }
}
.services_menu .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .services_menu .headline {
    margin-bottom: 24px;
  }
}
.services_menu__wrap ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .services_menu__wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .services_menu__wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .services_menu__wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services_menu__wrap ul .service-menu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .services_menu__wrap ul .service-menu-card {
    padding: 8px;
  }
}

.service-menu-card {
  background-color: #1C1A1A;
  border: 1px solid #D3D0D0;
  border-radius: 16px;
  padding: 18px 16px;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service-menu-card:hover, .service-menu-card.current {
  border-color: #B52929;
  background-color: #B52929;
}
.service-menu-card__img {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 12px;
}
.service-menu-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
.service-menu-card__title {
  width: calc(100% - 52px);
  color: #D3D0D0;
}

.news-loop {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .news-loop {
    padding: 48px 0;
  }
}
.news-loop .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .news-loop .headline {
    margin-bottom: 24px;
  }
}
.news-loop__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .news-loop__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 920px) {
  .news-loop__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .news-loop__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-loop__grid .news_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.pagination {
  padding: 32px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .pagination {
    padding: 24px 0;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid #7B7272;
  border-radius: 50%;
  background-color: #111010;
  color: #7B7272;
}
.pagination .page-numbers.current {
  border-color: #B52929;
  background-color: #B52929;
  color: #D3D0D0;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border-color: #D3D0D0;
  color: #D3D0D0;
  position: relative;
}
.pagination .page-numbers.next:after, .pagination .page-numbers.prev:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #D3D0D0;
  border-right: 2px solid #D3D0D0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%) rotate(-45deg);
      -ms-transform: translate(-65%, -50%) rotate(-45deg);
          transform: translate(-65%, -50%) rotate(-45deg);
}
.pagination .page-numbers.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

main.single-post {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  main.single-post {
    padding: 48px 0;
  }
}

.single-post__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .single-post__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-post__content {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .single-post__content {
    margin-bottom: 24px;
  }
}
.single-post__content .single-post_date {
  color: #B52929;
  margin-bottom: 12px;
}
.single-post__content .single-post_title {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.single-post__content p {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 16px;
  color: #D3D0D0;
}
.single-post__content img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.single-post__related {
  width: 100%;
  max-width: 369px;
  margin-left: 76px;
}
@media screen and (max-width: 980px) {
  .single-post__related {
    margin-left: 0;
    max-width: 100%;
  }
}
.single-post__related .related-posts_title {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.single-post__related .related-posts__list .related-card {
  margin-bottom: 16px;
}

.related-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.related-card img {
  width: 100%;
  max-width: 137px;
  height: 115px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.related-card__texts .related-card_date {
  color: #B52929;
  margin-bottom: 8px;
}
.related-card__texts .related-card_title {
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.related-card:hover .related-card_title {
  color: #B52929;
}

.sproduct-header__wrap .prt-notice {
  padding: 12px;
  background-color: #111010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sproduct-header__wrap .prt-notice .button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 8px;
}

.service-centers-info {
  padding: 72px 0;
}
@media screen and (max-width: 980px) {
  .service-centers-info {
    padding: 48px 0;
  }
}
.service-centers-info .headline {
  color: #FFFFFF;
  margin-bottom: 36px;
}
@media screen and (max-width: 980px) {
  .service-centers-info .headline {
    margin-bottom: 24px;
  }
}
.service-centers-info .service-centers-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 920px) {
  .service-centers-info .service-centers-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .service-centers-info .service-centers-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-centers-info .service-centers-menu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.service-center-menu-card {
  background-color: #111010;
  border-radius: 16px;
  border: 1px solid #7B7272;
  padding: 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service-center-menu-card:hover, .service-center-menu-card.current {
  border-color: #B52929;
  background-color: #B52929;
}
.service-center-menu-card p {
  color: #FFFFFF;
}
.service-center-menu-card p:first-child {
  margin-bottom: 8px;
}

.single_center_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}
.single_center_info .single_center_texts {
  width: 100%;
  max-width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 920px) {
  .single_center_info .single_center_texts {
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 576px) {
  .single_center_info .single_center_texts {
    max-width: 100%;
  }
}
.single_center_info .single_center_texts .title {
  color: #FFFFFF;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_center_info .single_center_texts .text {
  color: #D3D0D0;
  margin-bottom: 32px;
}
.single_center_info .single_center_map {
  width: 100%;
  max-width: calc(66.6666666667% - 8px);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .single_center_info .single_center_map {
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 576px) {
  .single_center_info .single_center_map {
    max-width: 100%;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
}

.acf-map img {
  max-width: inherit !important;
}

.proacto-shop-header {
  padding: 24px 0;
}
.proacto-shop-header__wrap {
  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;
}
.proacto-shop-header__wrap .headline {
  color: #FFFFFF;
}

.products-grid {
  padding: 12px 0 48px;
}
@media screen and (max-width: 980px) {
  .products-grid {
    padding: 12px 0;
  }
}
.products-grid__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .products-grid__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-grid .button-opener {
  margin-bottom: 24px;
}
.products-grid__filter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(25% - 8px);
  margin-right: 16px;
  background-color: #111010;
  border-radius: 12px;
  padding: 0 24px 24px 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 980px) {
  .products-grid__filter {
    position: fixed;
    width: 100vw;
    height: 100vh;
    max-width: unset;
    overflow: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 320;
  }
}
.products-grid__filter.opened {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.products-grid__filter .close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.products-grid__filter-block {
  padding: 24px 0;
  border-bottom: 1px solid #7B7272;
}
.products-grid__filter-block .title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.products-grid__filter-block label {
  color: #D3D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-grid__filter-block label input {
  margin-right: 4px;
}
.products-grid__filter button[type=submit] {
  margin-top: 16px;
}
.products-grid__filter .text-button {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 16px;
  display: block;
}
.products-grid__grid {
  width: 100%;
  max-width: calc(75% - 8px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 980px) {
  .products-grid__grid {
    max-width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .products-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .products-grid__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-grid__grid .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .products-grid__grid .product-card {
    height: auto;
  }
}

.product-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  border: 1px solid #7B7272;
  position: relative;
  overflow: hidden;
}
.product-card img {
  width: 100%;
  height: auto;
}
.product-card__texts {
  background-color: #111010;
  padding: 16px 16px 24px 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card__title {
  margin-bottom: 52px;
  color: #FFFFFF;
}
.product-card__buttons {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto 0 0 0;
}
.product-card__buttons .added_to_cart {
  display: none !important;
}
.product-card__buttons_price span:first-child {
  color: #A7A0A0;
}

.prt-single-prod {
  padding: 70px 0;
}
@media screen and (max-width: 980px) {
  .prt-single-prod {
    padding: 32px 0;
  }
}
.prt-single-prod__head {
  margin-bottom: 24px;
}
.prt-single-prod__head .headline {
  color: #FFFFFF;
}
.prt-single-prod__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .prt-single-prod__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.prt-single-prod__visuals {
  width: 100%;
  max-width: 540px;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .prt-single-prod__visuals {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.prt-single-prod__visuals img {
  width: 100%;
  height: auto;
}
.prt-single-prod__texts {
  width: calc(100% - 540px);
}
@media screen and (max-width: 980px) {
  .prt-single-prod__texts {
    width: 100%;
  }
}
.prt-single-prod__add {
  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: 16px;
}
@media screen and (max-width: 980px) {
  .prt-single-prod__add {
    -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 screen and (max-width: 980px) {
  .prt-single-prod__add .price {
    margin-bottom: 8px;
  }
}
.prt-single-prod__add .price bdi {
  color: #B52929;
}
.prt-single-prod__add .price .woocommerce-Price-currencySymbol {
  color: #B52929;
  font-size: 16px;
}
.prt-single-prod__add .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prt-single-prod__add .cart input {
  text-align: center;
  width: 156px;
  color: #7B7272;
}
.prt-single-prod__add .cart .button {
  margin-left: 8px;
}
.prt-single-prod__technical {
  margin-bottom: 16px;
}
.prt-single-prod__technical-list {
  border: 1px solid #7B7272;
  border-radius: 16px;
  overflow: hidden;
}
.prt-single-prod__technical-list li {
  color: #D3D0D0;
  padding: 16px;
  width: 100%;
  border-top: 1px solid #7B7272;
  background-color: #1C1A1A;
}
.prt-single-prod__technical-list li:first-child {
  border-top: none;
  padding: 20px 16px;
  color: #FFFFFF;
}
.prt-single-prod__technical-list li:first-child span {
  color: #D3D0D0;
}
.prt-single-prod__technical-list li:nth-child(2n+1) {
  background-color: #111010;
}
.prt-single-prod__description {
  color: #D3D0D0;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #7B7272;
  overflow: hidden;
}
.prt-single-prod__description p {
  margin-bottom: 12px;
}
.prt-single-prod__description strong {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.prt-single-prod__description ul {
  margin-bottom: 12px;
}
.prt-single-prod__description ul li {
  padding-left: 24px;
  position: relative;
}
.prt-single-prod__description ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
  background-color: #D3D0D0;
}

.cart-empty {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .cart-empty {
    padding: 40px 0;
  }
}
.cart-empty__head .headline {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.cart-empty__main .title {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.cart-empty__main .message {
  color: #D3D0D0;
  margin-bottom: 32px;
}
.cart-empty__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.cart-empty__buttons .button {
  width: 208px;
}
.cart-empty__buttons .button.secondary {
  margin-left: 12px;
  background: transparent;
  color: #FFFFFF;
}

.pr-cart {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .pr-cart {
    padding: 40px 0;
  }
}
.pr-cart__head {
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .pr-cart__head {
    margin-bottom: 20px;
  }
}
.pr-cart__head .headline {
  color: #FFFFFF;
}
.pr-cart .woocommerce-cart-form__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #7B7272;
  border-radius: 12px;
  padding: 4px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 108px;
  height: 108px;
  margin-right: 23px;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 84px;
    height: 84px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-thumbnail a, .pr-cart .woocommerce-cart-form__cart-item .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-name {
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-name h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-quantity {
  margin: auto 100px auto auto;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-quantity {
    margin: auto auto auto 0;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-quantity input {
  width: 156px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-quantity input {
    padding: 4px 16px;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-subtotal {
  margin: auto 100px auto 0;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-subtotal {
    margin: auto;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-subtotal * {
  color: #B52929;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-subtotal * {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
}
.pr-cart .woocommerce-cart-form__cart-item .product-remove {
  margin: auto 0 auto 0;
}
@media screen and (max-width: 980px) {
  .pr-cart .woocommerce-cart-form__cart-item .product-remove {
    margin: auto 0 auto auto;
  }
}
.pr-cart .cart_totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .pr-cart .cart_totals {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pr-cart .cart_totals p {
  color: #FFFFFF;
  margin-right: 12px;
}
@media screen and (max-width: 980px) {
  .pr-cart .cart_totals p .amount {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}
.pr-cart .cart_totals p * {
  color: #FFFFFF;
}
.pr-cart .cart_totals a {
  margin-left: 32px;
}
@media screen and (max-width: 980px) {
  .pr-cart .cart_totals a {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}

.pr-checkout {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .pr-checkout {
    padding: 40px 0;
  }
}
.pr-checkout__head {
  margin-bottom: 24px;
}
.pr-checkout__head .headline {
  color: #FFFFFF;
}
.pr-checkout__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pr-checkout__fields {
  width: 100%;
  max-width: calc(100% - 557px);
}
@media screen and (max-width: 980px) {
  .pr-checkout__fields {
    max-width: 100%;
  }
}
.pr-checkout__fields-contact {
  border: 1px solid #7B7272;
  border-radius: 24px;
  padding: 32px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .pr-checkout__fields-contact {
    padding: 24px 16px;
  }
}
.pr-checkout__fields-contact .wc-order-attribution-inputs {
  display: none;
}
.pr-checkout__fields-contact .billing-title {
  margin-bottom: 24px;
  color: #FFFFFF;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  max-width: calc(50% - 8px);
  margin-bottom: 16px;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field {
  max-width: 100%;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field label {
  margin-bottom: 12px;
  display: block;
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field .select2-container .select2-selection {
  background: #111010;
  border-radius: 16px;
  height: auto;
  padding: 6px 0;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field .select2-container .select2-selection .select2-selection__rendered {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #D3D0D0;
}
.pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field .select2-container .select2-selection .select2-selection__arrow {
  height: 100%;
}
@media screen and (max-width: 980px) {
  .pr-checkout__fields-contact .woocommerce-billing-fields__field-wrapper .form-row {
    max-width: 100%;
  }
}
.pr-checkout__fields-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #7B7272;
  border-radius: 24px;
  padding: 32px 24px;
}
@media screen and (max-width: 980px) {
  .pr-checkout__fields-payment {
    padding: 24px 16px;
  }
}
.pr-checkout__fields-payment .woocommerce-checkout-payment {
  width: 100%;
}
.pr-checkout__fields-payment .woocommerce-checkout-payment .payment-title {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.pr-checkout__fields-payment .woocommerce-checkout-payment .payment_box {
  padding: 12px;
}
.pr-checkout__order {
  width: 100%;
  max-width: 541px;
  border: 1px solid #7B7272;
  border-radius: 24px;
  padding: 32px 24px;
}
@media screen and (max-width: 980px) {
  .pr-checkout__order {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 16px;
  }
}
.pr-checkout__order-head {
  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: 24px;
}
.pr-checkout__order-head .order_review_heading {
  color: #FFFFFF;
}
.pr-checkout__order-head .checkout-back-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pr-checkout__order-head .checkout-back-cart svg {
  margin-right: 8px;
}
.pr-checkout__order-head .checkout-back-cart span {
  color: #D3D0D0;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item .product-thumbnail {
  min-width: 84px;
  min-height: 84px;
  max-width: 84px;
  max-height: 84px;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item .product-name {
  color: #FFFFFF;
  margin-right: 32px;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item .product-total {
  margin: 0 0 auto auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.pr-checkout__order .woocommerce-checkout-review-order-table ul .cart_item .product-total * {
  color: #B52929;
}
.pr-checkout__order .woocommerce-checkout-review-order-table .line-separ {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #7B7272;
}
.pr-checkout__order .woocommerce-checkout-review-order-table .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pr-checkout__order .woocommerce-checkout-review-order-table .order-total__title {
  color: #FFFFFF;
}
.pr-checkout__order .woocommerce-checkout-review-order-table .order-total__price * {
  color: #B52929;
}
.pr-checkout__order .place-order button {
  margin: 0 0 auto auto;
}

.wc_payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.wc_payment_methods .wc_payment_method {
  width: 100%;
  max-width: calc(50% - 8px);
  margin-bottom: 16px;
  border-radius: 24px;
  border: 1px solid #7B7272;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #7B7272;
}
@media screen and (max-width: 980px) {
  .wc_payment_methods .wc_payment_method {
    max-width: 100%;
  }
}
.wc_payment_methods .wc_payment_method.chosen {
  border-color: #FFFFFF;
}
.wc_payment_methods .wc_payment_method.chosen span {
  color: #FFFFFF;
}
.wc_payment_methods .wc_payment_method label {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc_payment_methods .wc_payment_method label span {
  color: #7B7272;
}
.wc_payment_methods .wc_payment_method label input {
  display: none;
}
.wc_payment_methods .wc_payment_method label img {
  margin-right: 8px;
}

.woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #7B7272;
  border-radius: 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #B52929;
}
.woocommerce-NoticeGroup ul li {
  color: #B52929;
}

.woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2),
li[class*=payment_method] input[type=radio] + label:not(.wc-stripe-label-payment-type),
ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.Label {
  color: #FFFFFF !important;
}

.bacs_table {
  margin-top: 24px;
  border: 1px solid #D3D0D0;
  border-radius: 12px;
}
.bacs_table h2 {
  padding: 8px 12px;
  border-bottom: 1px solid #D3D0D0;
  color: #FFFFFF;
}
.bacs_table p {
  padding: 8px 12px;
  border-bottom: 1px solid #D3D0D0;
  color: #FFFFFF;
}
.bacs_table li {
  padding: 8px 12px;
  color: #FFFFFF;
}
.bacs_table li span {
  font-weight: 400;
}

.select2-container--open .select2-selection {
  border-radius: 16px 16px 0 0;
}
.select2-container .select2-dropdown {
  background-color: #111010;
}
.select2-container .select2-dropdown .select2-search {
  color: #D3D0D0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #D3D0D0;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #B52929;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[data-selected=true] {
  background-color: #6D1919;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 16px 16px 0 0 !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 0 0 16px 16px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 12px;
}

.success-order {
  padding: 100px 0;
}
@media screen and (max-width: 980px) {
  .success-order {
    padding: 40px 0;
  }
}
.success-order__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.success-order__wrap img {
  margin-bottom: 40px;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .success-order__wrap img {
    margin-bottom: 24px;
  }
}
.success-order__wrap .title {
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}
.success-order__wrap .text {
  color: #D3D0D0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .success-order__wrap .text {
    margin-bottom: 16px;
  }
}

.currency-converter {
  position: relative;
}
.currency-converter__button {
  display: block;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  padding: 6px 24px;
  border: 1px solid #262626;
  background-color: #111010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  .currency-converter__button {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 14px;
  }
}
.currency-converter__button:first-child {
  border-radius: 12px 12px 0 0;
  border-bottom: none;
}
.currency-converter__button:last-child {
  border-radius: 0 0 12px 12px;
  border-top: none;
}
.currency-converter__button.active {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #B52929;
}
.currency-converter__button:hover {
  color: #A7A0A0;
}

.prt-account {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .prt-account {
    padding: 40px 0;
  }
}
.prt-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prt-account-wrap__nav {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .prt-account-wrap__nav {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul {
  width: 100%;
  padding: 16px 12px;
  background: #111010;
  border-radius: 12px;
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 16px;
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul li a {
  color: #7B7272;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul li a:hover {
  color: white;
}
.prt-account-wrap__nav .woocommerce-MyAccount-navigation ul li.is-active a {
  color: white;
}
.prt-account-wrap__content {
  width: 100%;
  max-width: calc(100% - 224px);
  padding: 12px 16px;
}
@media screen and (max-width: 980px) {
  .prt-account-wrap__content {
    max-width: 100%;
    overflow: auto;
  }
}
.prt-account-wrap__content .woocommerce-EditAccountForm {
  max-width: 600px;
}
.prt-account-wrap__content .woocommerce-EditAccountForm .body {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.prt-account-wrap__content .woocommerce-EditAccountForm .body input {
  margin-bottom: 16px;
}
.prt-account-wrap__content .woocommerce-EditAccountForm .prt-password-change {
  margin-top: 32px;
}
.prt-account-wrap__content .woocommerce-EditAccountForm .prt-password-change legend {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.prt-account-wrap__content .prt-account__dashboard p {
  color: #D3D0D0;
}
.prt-account-wrap__content .prt-account__dashboard p a {
  text-decoration: underline;
}
.prt-account-wrap__content .my_account_orders th, .prt-account-wrap__content .my_account_orders td {
  padding: 8px;
}
.prt-account-wrap__content .my_account_orders .table-header {
  color: #FFFFFF;
}
.prt-account-wrap__content .my_account_orders .table-cell {
  color: #A7A0A0;
}
.prt-account-wrap__content .my_account_orders .table-cell * {
  color: #A7A0A0;
}
.prt-account-wrap__content .my_account_orders .table-cell .button {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.prt-account-wrap__content .prt-account_view-order .order-title {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.prt-account-wrap__content .prt-account_view-order .order-text {
  color: #A7A0A0;
}
.prt-account-wrap__content .prt-account_view-order .order-details-headline {
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: left;
}
.prt-account-wrap__content .prt-account_view-order .order_details {
  margin-bottom: 16px;
}
.prt-account-wrap__content .prt-account_view-order .order_details th, .prt-account-wrap__content .prt-account_view-order .order_details td {
  padding: 8px;
}
.prt-account-wrap__content .prt-account_view-order .order_details th.product-name, .prt-account-wrap__content .prt-account_view-order .order_details td.product-name {
  text-align: left;
}
.prt-account-wrap__content .prt-account_view-order .order_details th.product-total, .prt-account-wrap__content .prt-account_view-order .order_details td.product-total {
  text-align: center;
}
.prt-account-wrap__content .prt-account_view-order .order_details tfoot th {
  padding: 4px 8px;
  text-align: left;
  color: #FFFFFF;
}
.prt-account-wrap__content .prt-account_view-order .order_details tfoot td {
  padding: 4px 8px;
  text-align: center;
}
.prt-account-wrap__content .prt-account_view-order .order_details tfoot tr:first-child th, .prt-account-wrap__content .prt-account_view-order .order_details tfoot tr:first-child td {
  padding-top: 32px;
}
.prt-account-wrap__content .prt-account_view-order .woocommerce-customer-details .woocommerce-column__title {
  margin: 24px 0 16px;
  color: #FFFFFF;
}
.prt-account-wrap__content .prt-account_view-order .woocommerce-customer-details address {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
}
.prt-account .woocommerce-notices-wrapper {
  max-width: 600px;
}
.prt-account .woocommerce-notices-wrapper .prt-notice {
  border-radius: 12px;
  background-color: #111010;
  margin-bottom: 12px;
  padding: 12px;
}

.lost-password-confirmation {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .lost-password-confirmation {
    padding: 40px 0;
  }
}

.order_review__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .order_review__pay {
    padding: 32px 0;
  }
}
.order_review__pay .shop_table {
  width: 100%;
  max-width: calc(50% - 16px);
  border-top: solid 1px #111010;
  border-bottom: solid 1px #111010;
  border-left: solid 16px #111010;
  border-right: solid 16px #111010;
  padding: 0 12px;
  border-radius: 12px;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #111010;
}
@media screen and (max-width: 980px) {
  .order_review__pay .shop_table {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.order_review__pay .shop_table th, .order_review__pay .shop_table td {
  padding: 12px 4px;
  border-top: solid 1px #7B7272;
  border-bottom: solid 1px #7B7272;
  font-family: Roboto, sans-serif;
  font-style: normal;
  color: #D3D0D0;
  font-weight: 400;
  vertical-align: middle;
}
.order_review__pay-methods {
  width: 100%;
  max-width: calc(50% - 16px);
}
@media screen and (max-width: 980px) {
  .order_review__pay-methods {
    max-width: 100%;
  }
}

.prt-login {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .prt-login {
    padding: 40px 0;
  }
}
.prt-login .login-text {
  color: #D3D0D0;
  margin-bottom: 8px;
  display: block;
}
.prt-login .login-link {
  color: #B52929;
  text-decoration: underline;
}
.prt-login .login-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.prt-login .login-checkbox input {
  margin-right: 12px;
  margin-bottom: 4px;
}
.prt-login .login-buttons {
  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;
}
.prt-login .login-buttons .login-checkbox {
  width: 100%;
  margin-bottom: 8px;
}
.prt-login .login-buttons .secondary {
  background-color: transparent;
  color: #B52929;
}
.prt-login .login-block.hidden {
  display: none;
}
.prt-login .login-switcher {
  margin-left: 8px;
}
.prt-login__wrap {
  max-width: 600px;
  margin: auto;
}
.prt-login__wrap .form-row {
  margin-bottom: 16px;
}

.header {
  background-color: #1C1A1A;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.header .header__wrap {
  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;
}
@media screen and (max-width: 980px) {
  .header .header__wrap.opened .header-navigation {
    max-height: 100vh;
    padding: 24px 12px;
    z-index: 111;
  }
}
.header .header__wrap .header__logo {
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .header .header__wrap .header__logo {
    max-width: 156px;
  }
}
@media screen and (max-width: 980px) {
  .header .header__wrap .header-navigation {
    position: absolute;
    top: calc(100% + 12px);
    left: -12px;
    width: 100vw;
    height: 100vh;
    background-color: #111010;
    max-height: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
  }
}
.header .header__wrap .header-navigation .button.primary {
  margin-bottom: 12px;
}
.header .header__wrap .header_nav .header_menu {
  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 screen and (max-width: 980px) {
  .header .header__wrap .header_nav .header_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .header__wrap .header_nav .header_menu li {
  margin: 0 4px;
}
.header .header__wrap .header_nav .header_menu li a {
  font-family: "Roboto", sans-serif;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  .header .header__wrap .header_nav .header_menu li a {
    margin-bottom: 8px;
    padding: 6px 0;
    display: block;
  }
}
.header .header__wrap .header_nav .header_menu li a:hover {
  background-color: #111010;
}
.header .header__wrap .lang-switch-mobile .wpml-ls {
  padding-left: 0;
}
.header .header__wrap .lang-switch-mobile .wpml-ls ul {
  display: block;
  width: calc(100% - 24px);
}
.header .header__wrap .lang-switch-mobile .wpml-ls ul .wpml-ls-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header .header__wrap .lang-switch-mobile .wpml-ls ul .wpml-ls-link img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__wrap .lang-switch {
  position: absolute;
  top: 16px;
  right: calc(100% + 12px);
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal {
  max-height: 36px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background-color: #111010;
  border-radius: 12px;
  padding: 0;
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal:hover {
  max-height: 200px;
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 60px;
  padding: 6px 0 !important;
  text-align: center;
}
.header .header__wrap .lang-switch .wpml-ls-legacy-list-horizontal ul li .wpml-ls-link img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__wrap .header_service {
  position: relative;
}
.header .header__wrap .header_service .burger {
  margin-left: 8px;
}
.header .header__wrap .header_service .header_buttons {
  margin-left: 8px;
  padding: 12px;
  background-color: #111010;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header .header__wrap .header_service .header_buttons {
    background: none;
    padding: 0;
  }
}
.header .header__wrap .header_service .header_buttons .header_cart,
.header .header__wrap .header_service .header_buttons .header_user {
  background-color: #262424;
  border-color: #262424;
  position: relative;
  margin-left: 8px;
}
.header .header__wrap .header_service .header_buttons .header_cart span,
.header .header__wrap .header_service .header_buttons .header_user span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background-color: #B52929;
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.footer {
  border-top: 1px solid #7B7272;
  background-color: #1C1A1A;
}
.footer__wrap {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
}
.footer__visuals {
  width: 100%;
  max-width: 262px;
  margin-right: 24px;
}
@media screen and (max-width: 980px) {
  .footer__visuals {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.footer__visuals_logo {
  width: 200px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .footer__visuals_logo {
    margin: auto auto 24px;
  }
}
.footer__visuals_logo img {
  width: 100%;
}
.footer__visuals_menu li {
  margin-bottom: 8px;
}
.footer__visuals_menu li a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #EFEFF1;
}
.footer__visuals_payments p {
  color: #EFEFF1;
  margin-bottom: 10px;
}
.footer__visuals_payments .payment_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .footer__visuals_payments .payment_cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__visuals_payments .payment_cards img {
  width: 43px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4px;
}
@media screen and (max-width: 980px) {
  .footer__main {
    margin-bottom: 32px;
  }
}
.footer__main li {
  margin-bottom: 12px;
}
.footer__main li a {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}
@media screen and (max-width: 980px) {
  .footer__services {
    margin-bottom: 32px;
  }
}
.footer__services p {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.footer__services ul li {
  margin-bottom: 8px;
}
.footer__services ul li a {
  color: #EFEFF1;
}
.footer__copyright {
  padding: 16px 0;
  border-top: 1px solid #7B7272;
}
.footer__copyright p {
  color: #D3D0D0;
}

.block-404 {
  padding: 64px 0;
}
@media screen and (max-width: 980px) {
  .block-404 {
    padding: 40px 0;
  }
}
.block-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-404__wrap * {
  color: #FFFFFF;
  text-align: center;
}
.block-404__wrap h2 {
  margin-bottom: 16px;
}
.block-404__wrap p {
  margin-bottom: 24px;
}
.block-404__wrap img {
  width: 100%;
  max-width: 904px;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
