@charset "UTF-8";
/*!
Theme Name: aspilend_shop
Author: it-land.by
Author URI: https://it-land.by/
Description: Description
Version: 1.0.0
*/
/* import files start */
/* common colors start */
/* common colors end */
/* common variables start */
/* common variables end */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}

button,
input[type=submit] {
  display: block;
  outline: none;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  box-sizing: border-box;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common colors start */
/* common colors end */
/* common variables start */
/* common variables end */
@font-face {
  src: url("./assets/fonts/RobotoRegular.woff2") format("woff2"), url("./assets/fonts/RobotoRegular.woff") format("woff"), url("./assets/fonts/RobotoRegular.otf") format("opentype"), url("./assets/fonts/RobotoRegular.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/RobotoMedium.woff2") format("woff2"), url("./assets/fonts/RobotoMedium.woff") format("woff"), url("./assets/fonts/RobotoMedium.otf") format("opentype"), url("./assets/fonts/RobotoMedium.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/RobotoBold.woff2") format("woff2"), url("./assets/fonts/RobotoBold.woff") format("woff"), url("./assets/fonts/RobotoBold.otf") format("opentype"), url("./assets/fonts/RobotoBold.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("./assets/fonts/Montserrat-Bold.woff") format("woff"), url("./assets/fonts/Montserrat-Bold.otf") format("opentype"), url("./assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font: 16px/1.5 Roboto, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #03031c;
  background-color: #fff;
}

.main-content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, serif;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

img {
  display: block;
  max-width: 100%;
}

button,
input[type=submit] {
  display: block;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}

::-webkit-scrollbar {
  height: 5px;
  background-color: rgb(194, 194, 194);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f38631;
}

.contacts-widget .mail-img:before {
  background-image: url("./assets/img/email.png");
}

.contact-phones__item .telegram-img:before,
.footer__phone .telegram-img:before,
.contacts-widget .telegram-img:before {
  background-image: url("./assets/img/telegram.png");
}

.contact-phones__item .whatsapp-img:before,
.footer__phone .whatsapp-img:before,
.contacts-widget .whatsapp-img:before {
  background-image: url("./assets/img/email.png");
}

.contact-phones__item .viber-img:before,
.footer__phone .viber-img:before,
.contacts-widget .viber-img:before {
  background-image: url("./assets/img/viber.png");
}

.contacts-widget .phone-img:before {
  background-image: url("./assets/img/telephone.png");
}

.contacts-widget .contacts-widget__button_image {
  background-image: url("./assets/img/button.png");
}

.adress-img:before {
  background-image: url("./assets/img/place.png");
}

.id-img:before {
  background-image: url("./assets/img/id.png");
}

.time-img:before {
  background-image: url("./assets/img/time.png");
}

.contacts-widget .mail-img:before {
  background-image: url("./assets/img/email.png");
}

.contact-phones__item .telegram-img:before,
.footer__phone .telegram-img:before,
.contacts-widget .telegram-img:before {
  background-image: url("./assets/img/telegram.png");
}

.contact-phones__item .whatsapp-img:before,
.footer__phone .whatsapp-img:before,
.contacts-widget .whatsapp-img:before {
  background-image: url("./assets/img/email.png");
}

.contact-phones__item .viber-img:before,
.footer__phone .viber-img:before,
.contacts-widget .viber-img:before {
  background-image: url("./assets/img/viber.png");
}

.contacts-widget .phone-img:before {
  background-image: url("./assets/img/telephone.png");
}

.contacts-widget .contacts-widget__button_image {
  background-image: url("./assets/img/button.png");
}

.adress-img:before {
  background-image: url("./assets/img/place.png");
}

.id-img:before {
  background-image: url("./assets/img/id.png");
}

.time-img:before {
  background-image: url("./assets/img/time.png");
}

/* common colors start */
/* common colors end */
/* common variables start */
/* common variables end */
/* widgets start */
@-webkit-keyframes pulse-element {
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5, 2.5);
  }
}
@keyframes pulse-element {
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5, 2.5);
  }
}
.contacts-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  width: 50px;
  height: 50px;
}
.contacts-widget .contacts-widget__link-wrapper {
  display: none;
}
.contacts-widget .widget-links__item {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.contacts-widget .social-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.contacts-widget .social-link:hover span {
  opacity: 1;
}
.contacts-widget .social-link span {
  display: block;
}
.contacts-widget .social-link .social-link__img {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset 1px 1px 3px rgba(98, 186, 241, 0.8), inset 3px 15px 45px rgba(255, 255, 255, 0.1), inset -1px -1px 2px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.3);
  background-color: #03031c;
  overflow: hidden;
}
.contacts-widget .social-link .social-link__img:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}
.contacts-widget .social-link .social-link__description {
  position: absolute;
  top: 50%;
  left: -110px;
  display: block;
  width: 90px;
  padding: 10px;
  font-size: calc(1rem * 0.9);
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: #f38631;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.4s;
  pointer-events: none;
}
.contacts-widget .social-link .social-link__description:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: -26px;
  width: 5px;
  height: 5px;
  margin: auto;
  border: 15px solid transparent;
  border-left: 15px solid #f38631;
}
.contacts-widget .contacts-widget__button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 25px #69d2e7;
  background-color: #fff;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.contacts-widget .contacts-widget__button:before, .contacts-widget .contacts-widget__button:after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.contacts-widget .contacts-widget__button:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3), inset -5px -15px 40px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.5), inset 5px 15px 40px rgba(0, 0, 0, 0.2), -2px -40px 50px -20px rgba(255, 255, 255, 0.1), 0 0 25px rgba(16, 193, 210, 0.5);
  background-color: #fff;
  transition: box-shadow 0.3s;
  pointer-events: none;
}
.contacts-widget .contacts-widget__button:after {
  top: 10%;
  left: 10%;
  z-index: -100;
  width: 80%;
  height: 80%;
  border: 3px solid #21e3aa;
  background-color: transparent;
  -webkit-animation: pulse-element infinite linear 1.3s;
          animation: pulse-element infinite linear 1.3s;
}
.contacts-widget .contacts-widget__button .contacts-widget__button_image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-position: center center;
  background-size: 96% 96%;
  background-repeat: no-repeat;
}
.contacts-widget input[type=checkbox] {
  display: none;
  opacity: 0;
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__button {
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), inset 1px 1px 2px rgba(255, 255, 255, 0.5), inset 2px 2px 5px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.5), inset 3px 15px 45px rgba(255, 255, 255, 0.1);
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__button:after {
  display: none;
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper .widget-links__item:nth-child(1) {
  transform: translateY(calc((50px + 15px) * -1 * (2 - 0)));
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper .widget-links__item:nth-child(2) {
  transform: translateY(calc((50px + 15px) * -1 * (2 - 1)));
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper .widget-links__item:nth-child(3) {
  transform: translateY(calc((50px + 15px) * -1 * (2 - 2)));
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper .widget-links__item:nth-child(4) {
  transform: translateY(calc((50px + 15px) * -1 * (2 - 3)));
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper .widget-links__item:nth-child(5) {
  transform: translateY(calc((50px + 15px) * -1 * (2 - 4)));
}
.contacts-widget .contacts-widget__checkbox:checked ~ .contacts-widget__link-wrapper,
.contacts-widget .contacts-widget__button:hover ~ .contacts-widget__link-wrapper {
  display: block;
}

@media screen and (max-width: 991px) {
  .contacts-widget {
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .contacts-widget .contacts-widget__link-wrapper {
    display: none;
  }
  .contacts-widget .widget-links__item {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
  }
  .contacts-widget .social-link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .contacts-widget .social-link:hover span {
    opacity: 1;
  }
  .contacts-widget .social-link span {
    display: block;
  }
  .contacts-widget .social-link .social-link__img {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: inset 1px 1px 3px rgba(98, 186, 241, 0.8), inset 3px 15px 45px rgba(255, 255, 255, 0.1), inset -1px -1px 2px rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.3);
    background-color: #03031c;
    overflow: hidden;
  }
  .contacts-widget .social-link .social-link__img:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 60% 60%;
    background-repeat: no-repeat;
  }
  .contacts-widget .social-link .social-link__description {
    position: absolute;
    top: 50%;
    left: -110px;
    display: block;
    width: 90px;
    padding: 10px;
    font-size: calc(1rem * 0.9);
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background-color: #f38631;
    opacity: 0;
    transform: translateY(-50%);
    transition: 0.4s;
    pointer-events: none;
  }
  .contacts-widget .social-link .social-link__description:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    right: -26px;
    width: 5px;
    height: 5px;
    margin: auto;
    border: 15px solid transparent;
    border-left: 15px solid #f38631;
  }
  .contacts-widget .contacts-widget__button {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 25px #69d2e7;
    background-color: #fff;
    transition: box-shadow 0.3s;
    cursor: pointer;
  }
  .contacts-widget .contacts-widget__button:before, .contacts-widget .contacts-widget__button:after {
    content: "";
    position: absolute;
    border-radius: inherit;
  }
  .contacts-widget .contacts-widget__button:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3), inset -5px -15px 40px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.5), inset 5px 15px 40px rgba(0, 0, 0, 0.2), -2px -40px 50px -20px rgba(255, 255, 255, 0.1), 0 0 25px rgba(16, 193, 210, 0.5);
    background-color: #fff;
    transition: box-shadow 0.3s;
    pointer-events: none;
  }
  .contacts-widget .contacts-widget__button:after {
    top: 10%;
    left: 10%;
    z-index: -100;
    width: 80%;
    height: 80%;
    border: 3px solid #21e3aa;
    background-color: transparent;
    -webkit-animation: pulse-element infinite linear 1.3s;
            animation: pulse-element infinite linear 1.3s;
  }
  .contacts-widget .contacts-widget__button .contacts-widget__button_image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-position: center center;
    background-size: 96% 96%;
    background-repeat: no-repeat;
  }
}
/* widgets end */
/**
 * @fancyapps/ui/Fancybox v4.0.31
 */
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  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: 0.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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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;
}

/* import files end */
/* common start */
.mail, .phone {
  position: relative;
  z-index: 1;
  padding-left: calc(25px + 0.3rem);
  font-weight: bold;
  line-height: 25px;
  color: #000;
}
.mail:hover, .phone:hover {
  color: #fa6900;
}
.mail:after, .phone:after, .mail:before, .phone:before {
  content: "";
  position: absolute;
}
.mail:before, .phone:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  background-color: #fff;
}
.mail:after, .phone:after {
  top: calc(25px / 6);
  left: calc(25px / 6);
  z-index: -1;
  width: calc(25px / 1.5);
  height: calc(25px / 1.5);
}

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #03031c;
}
.button:hover {
  background-color: #0c486c;
}
.button:active {
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
}

.phone:after {
  background: url("./assets/img/phone.png") no-repeat center center;
  background-size: 100% 100%;
}

.mail {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mail:after {
  background: url("./assets/img/mail.png") no-repeat center center;
  background-size: 100% 100%;
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
}

.page-title,
.title {
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
  color: #03031c;
}
.page-title span,
.title span {
  color: #0c486c;
}

.page-title {
  font-size: 55px;
}

.title {
  font-size: 45px;
}

.body-stop {
  overflow: hidden;
}

blockquote {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 30px auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #03031c;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 5px;
  z-index: -1;
  left: 5px;
  display: inline-block;
  width: 25px;
  height: 30px;
  font-size: 70px;
  line-height: 1;
  color: #03031c;
}

.text-content {
  width: 100%;
  font-size: 1rem;
}
.text-content .wp-block-image {
  margin: 20px 0;
}
.text-content a {
  display: inline-block;
  color: #0c486c;
}
.text-content a:hover {
  color: #fa6900;
}
.text-content p ~ p {
  margin-top: 15px;
}
.text-content ul:not([class*=woocommerce-]),
.text-content ol:not([class*=woocommerce-]) {
  margin: 20px auto;
}
.text-content ul:not([class*=woocommerce-]) li:not(:last-child),
.text-content ol:not([class*=woocommerce-]) li:not(:last-child) {
  margin-bottom: 10px;
}
.text-content ul:not([class*=woocommerce-]) ul,
.text-content ul:not([class*=woocommerce-]) ol,
.text-content ol:not([class*=woocommerce-]) ul,
.text-content ol:not([class*=woocommerce-]) ol {
  margin: 0;
}
.text-content ul:not([class*=woocommerce-]) {
  padding: 0 0 0 30px;
}
.text-content ul:not([class*=woocommerce-]) li {
  list-style-type: disc;
}
.text-content ol:not([class*=woocommerce-]) {
  counter-reset: item;
  list-style-type: none;
  padding: 0 0 0 10px;
}
.text-content ol:not([class*=woocommerce-]) li {
  list-style-type: none;
}
.text-content ol:not([class*=woocommerce-]) li ol {
  counter-reset: subitem;
  padding-left: 15px;
}
.text-content ol:not([class*=woocommerce-]) li ol li:before {
  counter-increment: subitem;
  content: counter(item) "." counter(subitem) " ";
}
.text-content ol:not([class*=woocommerce-]) li:before {
  counter-increment: item;
  content: counter(item) ". ";
}
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.text-content h1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
}
.text-content h2 {
  font-size: 45px;
}
.text-content h3 {
  font-size: 42px;
}
.text-content h4 {
  font-size: 40px;
}
.text-content h5 {
  font-size: 38px;
}
.text-content h6 {
  font-size: 36px;
}
.text-content iframe {
  display: block;
  margin: 30px auto;
  border: none;
}
.text-content .wp-block-image figure img {
  cursor: pointer;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagination li {
  margin: 5px;
}
.pagination a,
.pagination span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 35px;
  max-width: 100%;
  margin: 5px;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
}
.pagination a:not(.current):hover,
.pagination span:not(.current):hover {
  color: #fff;
  background-color: #fa6900;
}
.pagination .prev,
.pagination .next {
  padding-left: 25px;
  padding-right: 25px;
}
.pagination .current {
  color: #fff;
  background-color: #0c486c;
}

.padding-section {
  padding: 70px 0;
}

.main-content {
  padding-top: 75px;
}

.fancy-photo-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fancy-photo-link:before {
  content: "";
  position: absolute;
  top: 120%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.fancy-photo-link:after {
  content: "";
  position: absolute;
  top: -150%;
  z-index: 1;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url("./assets/img/loupe.png") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.fancy-photo-link:hover:before {
  top: 0;
}
.fancy-photo-link:hover:after {
  top: 50%;
}
.fancy-photo-link:hover .item__link_photo {
  width: 120%;
  height: 120%;
}

/* common end */
/* woocommerce start */
.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce .button {
  color: #fff !important;
  background-color: #0c486c !important;
}
.woocommerce .button:hover {
  color: #03031c !important;
  background-color: #69d2e7 !important;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity .single-product__add,
.woocommerce .woocommerce-cart-form .product-quantity .quantity .single-product__minus {
  display: none;
}
.woocommerce form textarea {
  resize: vertical;
  min-height: 70px;
  max-height: 400px;
}
.woocommerce form input {
  padding: 5px;
}
.woocommerce form.login {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
.woocommerce form.login .show-password-input {
  right: 5px;
  top: 5px;
}
.woocommerce .woocommerce-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #0c486c;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #fa6900;
}
.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  width: 23%;
  margin: 0 1% 30px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.woocommerce ul.products li.product:hover .photo__item img {
  transform: scale(1.3);
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: #fa6900;
}
.woocommerce ul.products li.product a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.woocommerce ul.products li.product a:nth-child(1) {
  flex-grow: 1;
  padding: 10px;
}
.woocommerce ul.products li.product .photo__item {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.woocommerce ul.products li.product .photo__item img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: 0.3s;
}
.woocommerce ul.products li.product .price {
  margin: auto 0 0;
  font-size: 18px;
  text-align: center;
  color: #00b436;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #0c486c;
  transition: 0.3s;
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .button {
  width: calc(100% - 10px);
  margin: 0 auto 5px;
  text-align: center;
}
.woocommerce ul.products li.product .added_to_cart {
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #0c486c;
}
.woocommerce ul.products li.product .added_to_cart:hover {
  color: #000;
  background-color: #69d2e7;
}
.woocommerce ul.products .product__category {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #000;
}
.woocommerce ul.products .product__category .product__category_name {
  font-weight: bold;
}
.woocommerce .one-page h1.product_title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}
.woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for {
  height: 400px;
  margin-bottom: 0;
}
.woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for .zoom.nslick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for .nslick-slide {
  padding: 15px;
}
.woocommerce div.product .nickx_product_images_with_video .nickx-slider-nav .nslick-list {
  height: 90px;
}
.woocommerce div.product .nickx_product_images_with_video .nickx-slider-nav .nslick-list .nslick-slide {
  padding: 5px;
}
.woocommerce div.product .nickx_product_images_with_video .slider,
.woocommerce div.product .nickx_product_images_with_video .nslick-list,
.woocommerce div.product .nickx_product_images_with_video .nslick-track,
.woocommerce div.product .nickx_product_images_with_video .nslick-slide {
  height: 100%;
}
.woocommerce div.product .nickx_product_images_with_video .nslick-slide img {
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce div.product .nickx_product_images_with_video .nslick-slide iframe {
  width: 100%;
  height: 100% !important;
  border: none;
}
.woocommerce div.product .nickx_product_images_with_video .nslick-slide .nickx-popup.fa-expand {
  color: #fa6900;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
  padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
}
.woocommerce div.product table.shop_attributes th:nth-child(1),
.woocommerce div.product table.shop_attributes td:nth-child(1) {
  text-align: left;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content p ~ p {
  margin-top: 5px;
}
.woocommerce div.product .summary.entry-summary .price {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #00b436;
}
.woocommerce div.product .summary.entry-summary .cart {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 40px;
}
.woocommerce div.product .summary.entry-summary .quantity {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  float: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #a1a1a1;
}
.woocommerce div.product .summary.entry-summary .quantity input {
  flex-grow: 1;
  border: none;
}
.woocommerce div.product .summary.entry-summary .quantity .single-product__add,
.woocommerce div.product .summary.entry-summary .quantity .single-product__minus {
  padding: 5px 15px;
  color: #000;
  background-color: #a1a1a1;
  cursor: pointer;
  transition: 0.3s;
}
.woocommerce div.product .summary.entry-summary .quantity .single-product__add:hover,
.woocommerce div.product .summary.entry-summary .quantity .single-product__minus:hover {
  color: #fff;
  background-color: #0c486c;
}
.woocommerce div.product .summary.entry-summary .cart .single_add_to_cart_button {
  min-width: 150px;
}
.woocommerce div.product .product_meta > span {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.woocommerce div.product .product_meta a {
  color: #0c486c;
}
.woocommerce div.product .product_meta a:hover {
  color: #fa6900;
}
.woocommerce div.product .product-attributes .product-attributes__item {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.woocommerce div.product .product-attributes .product-attributes__item ~ .product-attributes__item {
  margin-top: 10px;
}
.woocommerce div.product .product-attributes .product-attributes__item_name {
  min-width: 210px;
  margin-right: 5px;
  border-bottom: 1px dashed #a1a1a1;
  color: #a1a1a1;
}
.woocommerce div.product .product-attributes .product-attributes__passport-item {
  margin-top: 25px;
}
.woocommerce div.product .product-attributes .product-attributes__passport-item_link {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  font-size: 18px;
  line-height: 25px;
  color: #0c486c;
}
.woocommerce div.product .product-attributes .product-attributes__passport-item_link:hover {
  color: #fa6900;
}
.woocommerce div.product .product-attributes .product-attributes__passport-item_link:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(./assets/img/download.svg) no-repeat center/contain;
}
.woocommerce .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}
.woocommerce .woocommerce-Reviews .commentlist {
  padding: 0;
}
.woocommerce .woocommerce-Reviews .star-rating {
  color: #0c486c;
}
.woocommerce .woocommerce-Reviews .star-rating:before {
  color: #0c486c;
}
.woocommerce .woocommerce-Reviews .comment-reply-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.woocommerce .woocommerce-Reviews .comment-form-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce .woocommerce-Reviews .stars {
  margin: 0 0 0 10px !important;
  line-height: 1;
}
.woocommerce .woocommerce-Reviews .stars a:before {
  color: #0c486c;
}
.woocommerce #respond input#submit {
  color: #fff;
  background-color: #0c486c;
}
.woocommerce #respond input#submit:hover {
  color: #000;
  background-color: #69d2e7;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  display: block;
  float: none;
  margin: 5px;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 35px;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  color: #000;
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers a:not(.current):hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers span:not(.current):hover {
  color: #fff;
  background-color: #fa6900;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
  padding-left: 25px;
  padding-right: 25px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .current {
  color: #fff;
  background-color: #0c486c;
}
.woocommerce .woocommerce-cart-form table.cart .actions .input-text {
  width: auto;
}
.woocommerce .woocommerce-cart-form table.cart .actions .button {
  padding-top: 7px;
  padding-bottom: 7px;
}
.woocommerce .woocommerce-checkout h3 {
  font-size: 35px;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout input {
  padding: 5px;
}
.woocommerce .woocommerce-checkout .wc_payment_methods li {
  list-style-type: none;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  margin-top: 30px;
}
.woocommerce .woocommerce-order ul.order_details {
  padding: 0;
  margin: 15px 0 0;
}
.woocommerce .woocommerce-order ul.order_details li {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #d3ced2;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  margin: 0 0 10px;
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #fff;
  background-color: #0c486c;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  width: 100%;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #0c486c;
  color: #000;
  background-color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: #fff;
  background-color: #fa6900;
}
.woocommerce .woocommerce-MyAccount-content form input {
  padding: 5px;
}
.woocommerce .woocommerce-MyAccount-content form .show-password-input {
  right: 5px;
  top: 5px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 15px;
  padding: 5px;
  border: 1px solid #d3ced2;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title h3 {
  margin: 0;
  line-height: 22px;
  font-size: 20px;
}
.woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title a {
  line-height: 22px;
  font-size: 16px;
}

.related.products {
  margin-top: 30px;
}
.related.products h2 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

/* woocommerce end */
/* header start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 0.7rem 0;
  border-bottom: 2px solid rgba(3, 3, 28, 0.1);
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}
.header .wrapper {
  display: grid;
  align-items: center;
  grid-gap: 15px;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo search phone" "logo menu cabinet";
}
.header .header__logo {
  grid-area: logo;
  width: 250px;
}
.header .header__logo img {
  width: 100%;
}
.header .header__contacts {
  grid-area: phone;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.header .phone {
  font-size: 18px;
}
.header .header__search_form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  grid-area: search;
  margin: 0 25px;
}
.header .header__search_form .search__input {
  flex-shrink: 1;
  width: 80%;
  padding: 10px;
  border: 1px solid #0c486c;
  border-radius: 5px 0 0 5px;
  color: #000;
}
.header .header__search_form .search__submit {
  flex-shrink: 0;
  width: 20%;
  padding: 10px 5px;
  font-size: 16px;
  border: 1px solid #0c486c;
  border-radius: 0 5px 5px 0;
  color: #fff;
  background-color: #0c486c;
}
.header .header__search_form .search__submit:hover {
  color: #0c486c;
  background-color: #69d2e7;
}
.header .header__search_form .search__submit:active {
  box-shadow: inset 0 0 5px #000;
}
.header .header__contacts_button {
  position: relative;
  z-index: 1;
  grid-area: cabinet;
  margin: 5px auto 0;
  padding: 1px;
  background-color: transparent;
}
.header .header__contacts_button:hover {
  color: #0c486c;
}
.header .header__contacts_button:hover:before {
  width: 100%;
}
.header .header__contacts_button:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  z-index: -1;
  left: 50%;
  z-index: -1;
  width: 30px;
  height: 2px;
  border-bottom: 2px dashed #000;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header .header__nav {
  grid-area: menu;
}
.header .header__list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.header .header__list a {
  padding: 5px 20px;
  color: #000;
}
.header .header__list a:hover {
  color: #fff;
  background-color: #0c486c;
}
.header .header__list a:hover:before {
  filter: invert(1);
}
.header .header__list li {
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  right: 3px;
  width: 15px;
  height: 15px;
  margin: auto;
  line-height: 1;
  color: #000;
  background: url("./assets/img/down.svg") no-repeat center/contain;
  transition: 0.3s;
  pointer-events: none;
}
.header .menu-item-has-children > a {
  padding-right: 25px;
}
.header .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 300px;
  background-color: #18818c;
}
.header .menu-item-has-children .sub-menu a {
  color: #fff;
}
.header .menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children .sub-menu .menu-item-has-children:before {
  transform: rotate(0);
}
.header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.header .header__buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.header .header__buttons .header__buttons_auth {
  background-image: url("./assets/img/entrance.svg");
}
.header .header__buttons .header__buttons_basket {
  background-image: url("./assets/img/basket.svg");
}
.header .header__buttons a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.header .header__buttons a:hover {
  background-color: #69d2e7;
}
.header .header__buttons a:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.header .burger {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header .burger span {
  position: relative;
  display: block;
  width: 100%;
  height: calc(32px / 10);
  border-radius: 5px;
  background-color: #0c486c;
}
.header .burger span:before, .header .burger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(32px / 10);
  border-radius: 5px;
  background-color: #0c486c;
}
.header .burger span:before {
  top: calc(32px / -3);
  transition: 0.8s;
}
.header .burger span:after {
  bottom: calc(32px / -3);
  transition: 0.4s;
}
.header .active-burger span {
  background: none;
}
.header .active-burger span:before {
  transform: translateY(calc(32px / 3)) rotate(-405deg);
}
.header .active-burger span:after {
  transform: translateY(calc(32px / -3)) rotate(45deg);
}

.hidden-header {
  top: -100%;
}

.active-header {
  background-color: #fff;
}

/* header end */
/* main page start */
.top-section .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 9rem 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.top-section .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.top-section .swiper-slide.swiper-slide-active .button, .top-section .swiper-slide.swiper-slide-active .main-title {
  transform: translateX(0);
}
.top-section .swiper-slide .main-title {
  line-height: 1.2;
  transform: translateX(-200px);
}
.top-section .swiper-slide .button {
  transform: translateX(150px);
}
.top-section .wrapper {
  width: calc(100% - 120px);
}
.top-section .main-title {
  font-family: Montserrat, serif;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  text-shadow: 0 0 1px #69d2e7, 0 0 1px #69d2e7, 1px 1px 2px #69d2e7, 1px 1px 2px #69d2e7, 2px 2px 3px #69d2e7, 0 0 3px #69d2e7;
  color: #000;
  transition: transform 1.7s linear;
}
.top-section .button {
  margin: 20px auto 0;
  transition: transform 1.6s linear;
}
.top-section .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 8px rgba(12, 71, 108, 0.5);
  background-color: #0c486c;
  cursor: pointer;
}
.top-section .swiper-button-prev,
.top-section .swiper-button-next {
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 3px 3px 8px rgba(12, 71, 108, 0.5);
  background-color: #0c486c;
  opacity: 0.5;
  overflow: hidden;
}
.top-section .swiper-button-prev:after,
.top-section .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  filter: invert(1);
  background: url("./assets/img/down.svg") no-repeat center/contain;
}
.top-section .swiper-button-prev:hover, .top-section .swiper-button-prev:active,
.top-section .swiper-button-next:hover,
.top-section .swiper-button-next:active {
  opacity: 1;
}
.top-section .swiper-button-prev:after {
  transform: rotate(90deg) translateY(3px);
}
.top-section .swiper-button-next:after {
  transform: rotate(-90deg) translateY(3px);
}

/* main page end */
/* guarantee start */
.guarantee .guarantee__subtitle {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.guarantee .guarantee__table-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.guarantee .guarantee__table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-collapse: collapse;
}
.guarantee .guarantee__table thead {
  font-size: 18px;
  color: #fff;
  background-color: #0c486c;
}
.guarantee .guarantee__table tbody tr:nth-child(even) {
  background-color: rgb(216, 216, 216);
}
.guarantee .guarantee__table tr {
  border: 1px solid #a1a1a1;
}
.guarantee .guarantee__table th,
.guarantee .guarantee__table td {
  padding: 5px;
}
.guarantee .guarantee__table th:nth-child(1),
.guarantee .guarantee__table td:nth-child(1) {
  width: 80%;
  border-right: 1px solid #a1a1a1;
}
.guarantee .guarantee__table th:nth-child(2),
.guarantee .guarantee__table td:nth-child(2) {
  width: 20%;
  text-align: center;
}

/* guarantee end */
/* documentation start */
.documentation .documentation__list {
  max-width: 800px;
  margin: 0 auto;
}
.documentation .documentation__list_item ~ .documentation__list_item {
  margin-top: 30px;
}
.documentation .file-item span {
  display: block;
  transition: 0.3s;
}
.documentation .file-item__link {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 10px 10px 80px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
}
.documentation .file-item__link:hover {
  box-shadow: 0 0 10px rgba(3, 3, 28, 0.4);
  background-color: #0c486c;
}
.documentation .file-item__link:hover:before {
  filter: invert(0.6);
}
.documentation .file-item__link:hover .file-item__link_title {
  color: #fff;
}
.documentation .file-item__link:hover .file-item__link_name {
  color: #a1a1a1;
}
.documentation .file-item__link:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 10px;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: url("./assets/img/document.svg") no-repeat center/contain;
  transform: translateY(-50%);
  transition: 0.3s;
}
.documentation .file-item__link_title {
  font-size: 22px;
  color: #a1a1a1;
}
.documentation .file-item__link_name {
  color: #0c486c;
}
.documentation .text-content {
  margin-top: 30px;
}

/* documentation end */
/* certificates start */
.certificates .certificates__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.certificates .certificates__list_item {
  width: 22%;
  margin: 0 1.5% 70px;
}
.certificates .certificat__img {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}
.certificates .certificat__img_link {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
}
.certificates .certificat__img_file {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificates .certificat__file {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  color: #767676;
  background-color: #fff;
}
.certificates .certificat__file:hover {
  color: #fff;
  background-color: #0c486c;
}
.certificates .certificat__file:hover:before {
  filter: invert(1);
}
.certificates .certificat__file:before {
  content: "";
  position: absolute;
  top: 10px;
  z-index: -1;
  left: 10px;
  width: 25px;
  height: 25px;
  background: url("./assets/img/pdf.svg") no-repeat center/contain;
  transition: 0.3s;
}
.certificates .text-content {
  margin-top: 30px;
}

/* certificates end */
/* catalogs start */
.catalogs-files .catalogs-files__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.catalogs-files .catalogs-files__list span {
  display: block;
}
.catalogs-files .catalogs-files__list_item {
  width: 22%;
  margin: 0 1.5% 50px;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  transition: 0.3s;
}
.catalogs-files .catalogs-files__list_item:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.catalogs-files .catalogs-files__list_link-watch {
  width: 100%;
  height: 300px;
  transition: 0.3s;
}
.catalogs-files .catalogs-files__list_link-watch:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.catalogs-files .catalogs-files__list_link-watch:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}
.catalogs-files .catalogs-files__list_link-watch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalogs-files .catalogs-files__list_item-name {
  margin: 10px auto;
  text-align: center;
}
.catalogs-files .catalogs-files__list_link-download {
  width: 100%;
  padding: 8px 5px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #03031c;
}
.catalogs-files .catalogs-files__list_link-download:hover {
  background-color: #0c486c;
}
.catalogs-files .catalogs-files__list_link-download:active {
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
}

.catalogs .catalog__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.catalogs .catalog__list_item {
  width: 31%;
  min-height: 300px;
  margin: 0 1% 40px;
}
.catalogs .item__link {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  overflow: hidden;
}
.catalogs .item__link:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.catalogs .item__link:hover:before {
  opacity: 0;
}
.catalogs .item__link:hover .item__img {
  width: 110%;
  height: 110%;
}
.catalogs .item__link:hover .item__name {
  background-color: #0c486c;
}
.catalogs .item__link:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(161, 161, 161, 0.3);
  transition: 0.3s;
}
.catalogs .item__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.catalogs .item__name {
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(12, 72, 108, 0.8);
  transition: 0.3s;
}

/* catalogs end */
/* building start */
.building .building-wrapper {
  margin-bottom: 50px;
  padding: 50px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.building .building-wrapper .title {
  margin-bottom: 20px;
  color: #03031c;
}
.building .building__subtitle {
  font-family: Montserrat, serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #03031c;
}
.building .building__subtitle span {
  display: block;
}
.building .building__text {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  font-size: 18px;
}
.building .building__advanteges {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
.building .building__advanteges_item {
  width: 80px;
  height: 80px;
  margin: 0 10px 30px;
  border-radius: 50%;
}
.building .building__advanteges_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.building .text-content {
  margin-bottom: 50px;
}
.building .text-content img {
  margin: 20px auto;
}
.building .building__objects {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.building .building__objects_item {
  position: relative;
  z-index: 1;
  width: 23%;
  margin: 0 1% 40px;
  padding: 10px;
  line-height: 1.3;
  border: 1px solid grey;
  border-radius: 5px;
}
.building .simpleParallax {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
.building .item__photo {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.building .item__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.building .item__description {
  font-size: 14px;
  color: #a1a1a1;
}
.building .item__description p ~ p {
  margin-top: 5px;
}

/* building end */
/* news start */
.news .news__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.news .news__list_item {
  width: 31%;
  margin: 0 1% 40px;
}
.news .item__link {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  overflow: hidden;
}
.news .item__link:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.news .item__link:hover .item__name {
  color: #0c486c;
}
.news .item__link span {
  display: block;
}
.news .item__img {
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .item__date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #a1a1a1;
}
.news .item__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}
.news .item__text {
  font-size: 16px;
  color: #a1a1a1;
}

/* news end */
/* products start */
.one-page .wrapper,
.category .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.one-page .category__subcategories,
.category .category__subcategories {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.one-page .category__subcategories li,
.category .category__subcategories li {
  margin: 5px;
}
.one-page .category__subcategories a,
.category .category__subcategories a {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  color: #0c486c;
  background-color: rgba(161, 161, 161, 0.2);
}
.one-page .category__subcategories a.active,
.category .category__subcategories a.active {
  color: #fff;
  background-color: #0c486c;
}
.one-page .filters .woocommerce-result-count,
.category .filters .woocommerce-result-count {
  margin: 0 10px 0 0;
}
.one-page .filters .woocommerce-ordering,
.category .filters .woocommerce-ordering {
  margin-bottom: 0;
}
.one-page .filters .woocommerce-ordering .orderby,
.category .filters .woocommerce-ordering .orderby {
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #0c486c;
}
.one-page .text-content,
.category .text-content {
  margin-top: 30px;
}
.one-page .term-description,
.category .term-description {
  margin-top: 20px;
}

.category .page-title {
  margin-bottom: 20px;
}

.category__left-block {
  width: 20%;
}
.category__left-block .categories__list {
  width: 100%;
  border: 1px solid rgba(161, 161, 161, 0.3);
}
.category__left-block .categories__list li {
  width: 100%;
}
.category__left-block .categories__list li ~ li {
  border-top: 1px solid rgba(161, 161, 161, 0.3);
}
.category__left-block .categories__list a {
  padding: 10px;
  font-size: 14px;
  color: #0c486c;
}
.category__left-block .categories__list a.active {
  color: #fff;
  background-color: #0c486c;
}

.category__right-block {
  width: 78%;
  margin-left: 2%;
}
.category__right-block .filters {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #a1a1a1;
}

.one-page .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.one-page .similar-products {
  width: 100%;
  margin-top: 50px;
}
.one-page .similar-products .title {
  margin-bottom: 20px;
}
.one-page .list__items {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.one-page .list__items li.item {
  display: flex;
  flex-direction: column;
  width: 23%;
  margin: 0 1% 30px;
}
.one-page .list__items li.item:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.one-page .list__items li.item:hover .img__wrap img {
  transform: scale(1.3);
}
.one-page .list__items li.item:hover .item__title {
  color: #fa6900;
}
.one-page .list__items li.item a {
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
}
.one-page .list__items li.item span {
  display: block;
}
.one-page .list__items li.item .img__wrap {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.one-page .list__items li.item .img__wrap img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: 0.3s;
}
.one-page .list__items li.item .item__date {
  margin: 5px 0;
  font-size: 14px;
  color: #a1a1a1;
}
.one-page .list__items li.item .item__title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #0c486c;
  transition: 0.3s;
}

/* products end */
/* single-post start */
.single-post .page-title {
  margin-bottom: 10px;
}
.single-post .date-post {
  margin-bottom: 40px;
  text-align: center;
}
.single-post .recent-block {
  margin-top: 50px;
}
.single-post .recent-block h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
.single-post .recent-block .recent-block__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.single-post .recent-block__list_item {
  width: 31%;
  margin: 0 1%;
}
.single-post .item__link {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(3, 3, 28, 0.4);
  overflow: hidden;
}
.single-post .item__link:hover {
  box-shadow: 0 0 20px rgba(3, 3, 28, 0.4);
}
.single-post .item__link:hover .item__name {
  color: #0c486c;
}
.single-post .item__link span {
  display: block;
}
.single-post .item__img {
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .item__date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #a1a1a1;
}
.single-post .item__name {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  transition: 0.3s;
}

/* single-post end */
/* Contacts start */
.contacts .title {
  width: 100%;
}
.contacts .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}
.contacts .contacts__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35%;
}
.contacts .contacts__info .contacts__info_item {
  margin-bottom: 20px;
}
.contacts .contacts__info .info-item {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(3, 3, 28, 0.3);
  background-color: #fff;
}
.contacts .contacts__info .info-item__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.contacts .contacts__info .info-item__title_content {
  position: relative;
  z-index: 1;
  line-height: calc(25px + 3px);
  text-indent: calc(25px + 10px);
  color: #000;
  transition: 0.3s;
}
.contacts .contacts__info .info-item__title_content:after, .contacts .contacts__info .info-item__title_content:before {
  content: "";
  position: absolute;
}
.contacts .contacts__info .info-item__title_content:before {
  top: calc(25px / 6);
  left: calc(25px / 6);
  z-index: -1;
  width: calc(25px / 1.5);
  height: calc(25px / 1.5);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contacts .contacts__info .info-item__title_content:after {
  top: 0;
  left: 0;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  background-color: #fff;
}
.contacts .contacts__info .phone,
.contacts .contacts__info .mail {
  font-weight: normal;
}
.contacts .contacts__info .contact-phones {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.contacts .contacts__info .contact-phones .contact-phones__item {
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.contacts .contacts__info .contact-phones .social-link {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 0.8rem rgba(136, 134, 146, 0.7);
  background-color: #03031c;
  transition: 0.3s;
}
.contacts .contacts__info .contact-phones .social-link:hover {
  background-color: #69d2e7;
  transform: translateY(-3px);
}
.contacts .contacts__info .contact-phones .social-link:hover:before {
  filter: brightness(1) invert(1);
}
.contacts .contacts__info .contact-phones .social-link:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.contacts .contacts__form {
  width: 100%;
  max-width: 40%;
  margin-left: 5%;
}
.contacts .contacts__form .form__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}

.form span,
.form label {
  display: block;
  background-color: transparent;
}
.form .form__input-wrapper {
  margin-bottom: 15px;
}
.form .form__input-wrapper .required {
  position: relative;
  z-index: 1;
}
.form .form__input-wrapper .required:after {
  content: "*";
  color: #df5050;
}
.form .form__input-wrapper span {
  color: inherit;
}
.form textarea,
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid rgba(3, 3, 28, 0.7);
  color: #03031c;
  background-color: rgb(248, 248, 248);
}
.form .hidden-element {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.form textarea {
  height: 90px;
  min-height: 90px;
  max-height: 300px;
  resize: vertical;
}
.form .form__captcha {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin: 30px auto;
  padding: 5px;
  border: 1px solid rgba(0, 180, 54, 0.8);
  cursor: pointer;
}
.form .form__captcha .form__row_checkbox:checked + span {
  background-color: #fff;
}
.form .form__captcha .form__row_fake_checkbox {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  border: 1px solid rgba(3, 3, 28, 0.7);
  background-color: #00b436;
  transition: border-color 0.3s;
}
.form .form__captcha_description {
  font-size: 1rem;
}
.form .active-error {
  border-color: #df5050;
}
.form .form__submit {
  width: 100%;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  border-radius: 5px;
  color: #fff;
  background-color: #0c486c;
  cursor: pointer;
}
.form .form__submit:hover {
  color: #03031c;
  background-color: #69d2e7;
}
.form .form__submit:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}
.form .form__approved {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

/* Contacts end */
/* footer start */
.footer {
  padding: 25px 0;
  color: #fff;
  background-color: #0c486c;
}
.footer .footer__top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.footer .footer__logo {
  width: 250px;
  filter: brightness(0) invert(1);
}
.footer .footer__top_nav {
  max-width: 35%;
  margin-left: 50px;
}
.footer .footer__nav_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
}
.footer .footer__nav_list li {
  margin: 5px;
}
.footer .footer__nav_list a {
  color: #fff;
}
.footer .footer__nav_list a:hover {
  color: #fa6900;
}
.footer .footer__middle {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 50px auto;
}
.footer .footer__middle_title {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.footer .footer__middle_legal-info {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 20px;
}
.footer .legal-info__item {
  position: relative;
  z-index: 1;
  margin: 0 1% 10px;
  padding: 40px 10px 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  color: #000;
  background-color: #fff;
}
.footer .legal-info__item:before {
  content: "";
  position: absolute;
  top: 5px;
  z-index: -1;
  left: 50%;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.footer .legal-info__item.small-item {
  width: 23%;
}
.footer .legal-info__item.big-item {
  width: 48%;
}
.footer .legal-info__item_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.footer .mail,
.footer .phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #fff;
}
.footer .mail:hover,
.footer .phone:hover {
  color: #fa6900;
}
.footer .footer__phone {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer .footer__phone .footer__phone_item {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.footer .footer__phone .social-link {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.3s;
}
.footer .footer__phone .social-link:hover {
  background-color: #03031c;
  transform: translateY(-3px);
}
.footer .footer__phone .social-link:hover:before {
  filter: brightness(0) invert(1);
}
.footer .footer__phone .social-link:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  filter: brightness(0);
  transition: 0.3s;
}
.footer .footer__one-phone,
.footer .mail {
  margin: 0 auto 20px;
}
.footer .footer__bottom {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.footer .footer__bottom_copyright {
  font-size: 1rem;
}
.footer .footer__bottom_made {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.footer .footer__bottom_made a {
  position: relative;
  z-index: 1;
  margin: 0 0.3rem;
  padding: 0 3px;
  font-weight: 700;
  color: #fa6900;
}
.footer .footer__bottom_made a:hover {
  color: #0c486c;
}
.footer .footer__bottom_made a:hover:before {
  top: 0;
  height: 100%;
}
.footer .footer__bottom_made a:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  z-index: -1;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fa6900;
  transition: 0.3s;
}

/* footer end */
/* modal start */
.modal {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  overflow: hidden;
}
.modal .modal__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 5px;
  background-color: #fff;
}
.modal .modal__wrap .close-modal {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 50px;
  line-height: 2rem;
  border: none;
  background-color: transparent;
}
.modal .modal__wrap_form-title,
.modal .modal__wrap_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #0c486c;
}
.modal .modal__wrap_form-title {
  margin-bottom: 15px;
  text-align: center;
}
.modal .modal__wrap_title {
  margin-bottom: 10px;
}
.modal .modal__wrap_text {
  font-size: 16px;
}

.modal-order .modal__wrap {
  padding: 50px 30px;
}

.modal-error .modal__wrap,
.modal-gratitude .modal__wrap {
  padding: 50px;
  text-align: center;
}

.active-modal {
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* modal end */
/* button up start */
.btn-up {
  position: fixed;
  left: 50px;
  bottom: -50px;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: 0;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.btn-up:active span {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 1px 1px 2px rgba(0, 0, 0, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.2), inset 3px 15px 45px rgba(0, 0, 0, 0.1);
}
.btn-up span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.3), inset -1px -1px 6px rgba(0, 0, 0, 0.5), 1px 5px 30px -4px rgba(0, 0, 0, 0.6);
  background: #03031c;
  transition: box-shadow 0.3s;
}
.btn-up span:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 50%;
  width: calc(40px / 3);
  height: calc(40px / 3);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 2px;
  transform: translate(-50%, -35%) rotate(45deg);
}

.active-btn {
  bottom: calc(50px + 10px);
}

/* button up end */
/* 404 page start */
.error {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.error .wrapper {
  text-align: center;
  color: #000;
}
.error .error__title {
  margin-bottom: 40px;
  font-size: 255px;
  line-height: 1;
  color: #fa6900;
}
.error .error__text {
  font-size: 24px;
}
.error .button {
  margin: 30px auto 0;
}

/* 404 page end */
/*   media   start */
/*     < 1400    */
@media screen and (max-width: 1400px) {
  /* header start */
  .header .header__logo {
    width: 200px;
  }
  /* header end */
  /* main page start */
  .top-section .swiper-slide .main-title {
    transform: translateX(-150px);
  }
  .top-section .swiper-slide .button {
    transform: translateX(110px);
  }
  .top-section .main-title {
    font-size: 50px;
  }
  /* main page end */
  /* footer start */
  .footer .footer__logo {
    width: 200px;
  }
  .footer .footer__top_nav {
    max-width: 40%;
  }
  /* footer end */
}
/*     < 1400    */
/*     < 1100   */
@media screen and (max-width: 1100px) {
  /* common start */
  .page-title {
    font-size: 45px;
  }
  .title {
    font-size: 42px;
  }
  .text-content h1 {
    font-size: 45px;
  }
  .text-content h2 {
    font-size: 42px;
  }
  .text-content h3 {
    font-size: 40px;
  }
  .text-content h4 {
    font-size: 38px;
  }
  .text-content h5 {
    font-size: 36px;
  }
  .text-content h6 {
    font-size: 34px;
  }
  /* common end */
  /* woocommerce start */
  .woocommerce ul.products li.product {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .woocommerce ul.products li.product a:nth-child(1) {
    padding: 10px 5px;
  }
  .woocommerce ul.products li.product .photo__item {
    height: 180px;
  }
  .woocommerce .one-page h1.product_title {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for {
    height: 350px;
  }
  /* woocommerce end */
  /* header start */
  .header .wrapper {
    grid-gap: 10px;
  }
  .header .header__logo {
    width: 180px;
  }
  .header .header__search_form {
    margin: 0 15px;
  }
  .header .header__list a {
    padding: 5px 12px;
  }
  .header .menu-item-has-children > a {
    padding-right: 20px;
  }
  /* header end */
  /* main page start */
  .top-section .swiper-slide {
    padding: 8rem 0;
  }
  .top-section .swiper-slide .main-title {
    transform: translateX(-100px);
  }
  .top-section .swiper-slide .button {
    transform: translateX(80px);
  }
  .top-section .main-title {
    font-size: 45px;
  }
  /* main page end */
  /* certificates start */
  .certificates .certificates__list_item {
    width: 30%;
    margin: 0 1.5% 50px;
  }
  /* certificates end */
  /* catalogs-files start */
  .catalogs-files .catalogs-files__list_item {
    width: 30%;
  }
  .catalogs .catalog__list_item {
    min-height: 260px;
  }
  /* catalogs-files end */
  /* building start */
  .building .building__subtitle {
    font-size: 24px;
  }
  .building .building__objects_item {
    width: 31%;
  }
  /* building end */
  /* news start */
  .news .item__img {
    height: 210px;
  }
  /* news end */
  /* products start */
  .category__left-block {
    width: 25%;
  }
  .category__right-block {
    width: 73%;
  }
  .one-page .list__items li.item {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .one-page .list__items li.item a {
    padding: 10px 5px;
  }
  .one-page .list__items li.item .img__wrap {
    height: 180px;
  }
  /* products end */
  /* single-post start */
  .single-post .item__img {
    height: 200px;
  }
  /* single-post end */
}
/*     < 1100   */
/*     > 992    */
@media screen and (min-width: 992px) {
  .header .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header .menu-item-has-children:hover > .sub-menu li a {
    padding: 10px;
  }
  .header .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .header .sub-menu li ~ li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .submenu-button {
    display: none;
  }
}
/*     > 992    */
/*     < 991    */
@media screen and (max-width: 991px) {
  /* common start */
  .mail,
.phone {
    padding-left: 25px;
    line-height: 20px;
  }
  .mail:before,
.phone:before {
    width: 20px;
    height: 20px;
  }
  .mail:after,
.phone:after {
    top: 3.3333333333px;
    left: 3.3333333333px;
    width: 13.3333333333px;
    height: 13.3333333333px;
  }
  .page-title,
.title {
    margin-bottom: 50px;
  }
  .page-title {
    font-size: 40px;
  }
  .title {
    font-size: 38px;
  }
  .padding-section {
    padding: 50px 0;
  }
  .text-content h1 {
    font-size: 40px;
  }
  .text-content h2 {
    font-size: 38px;
  }
  .text-content h3 {
    font-size: 36px;
  }
  .text-content h4 {
    font-size: 34px;
  }
  .text-content h5 {
    font-size: 32px;
  }
  .text-content h6 {
    font-size: 30px;
  }
  /* common end */
  /* woocommerce start */
  .woocommerce .one-page h1.product_title {
    font-size: 30px;
  }
  .woocommerce .woocommerce-checkout h3 {
    font-size: 30px;
  }
  .related.products h2 {
    font-size: 26px;
  }
  /* woocommerce end */
  /* header start */
  .header .wrapper {
    grid-template-columns: auto auto auto auto;
    grid-template-areas: "logo search search search" "logo phone cabinet burger";
  }
  .header .phone {
    font-size: 16px;
  }
  .header .header__search_form {
    margin: 0;
  }
  .header .header__search_form .search__input,
.header .header__search_form .search__submit {
    padding: 5px;
  }
  .header .burger {
    display: block;
    grid-area: burger;
  }
  .header .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    margin-top: 0;
    background-color: #03031c;
  }
  .header .header__list {
    display: block;
    color: #fff !important;
  }
  .header .header__list a {
    padding: 8px 5px;
    text-align: center;
    color: #fff;
  }
  .header .header__list a:before {
    display: none;
  }
  .header .header__list li ~ li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .menu-item-has-children > a {
    padding: 8px 40px;
  }
  .header .menu-item-has-children .sub-menu {
    position: static;
    display: none;
    width: 100%;
    background-color: #18818c;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    position: static;
    display: none;
    background-color: #18818c;
  }
  .header .submenu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: 3px solid #fff;
    background-color: transparent;
  }
  .header .submenu-button:before, .header .submenu-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background-color: #fff;
  }
  .header .submenu-button:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .header .sub-open:after {
    transform: rotate(0);
  }
  .header .active-sub,
.header .active-nav {
    display: block !important;
  }
  /* header end */
  /* main page start */
  .top-section .swiper-slide .main-title {
    transform: translateX(-80px);
  }
  .top-section .swiper-slide .button {
    transform: translateX(50px);
  }
  .top-section .main-title {
    font-size: 40px;
  }
  .top-section .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .top-section .swiper-button-prev,
.top-section .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  /* main page end */
  /* certificates start */
  .certificates .certificat__img {
    height: 250px;
  }
  /* certificates end */
  /* catalogs-files start */
  .catalogs-files .catalogs-files__list_link-watch {
    height: 210px;
  }
  .catalogs .catalog__list_item {
    width: 48%;
  }
  .catalogs .item__link:before {
    display: none;
  }
  .catalogs .item__name {
    max-width: 80%;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #0c486c;
  }
  /* catalogs-files end */
  /* news start */
  .news .news__list_item {
    width: 48%;
  }
  /* news end */
  /* products start */
  .category__left-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .category__left-block .categories__list {
    display: flex;
    overflow-x: auto;
  }
  .category__left-block .categories__list li {
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .category__left-block .categories__list li ~ li {
    border-top: none;
    border-left: 1px solid rgba(161, 161, 161, 0.3);
  }
  .category__left-block .categories__list a {
    padding: 10px;
  }
  .category__right-block {
    width: 100%;
    margin-left: 0;
  }
  /* products end */
  /* single-post start */
  .single-post .recent-block h3 {
    font-size: 26px;
  }
  .single-post .item__link {
    padding: 10px;
  }
  .single-post .item__img {
    height: 190px;
  }
  .single-post .item__name {
    font-size: 16px;
  }
  /* single-post end */
  /* Contacts start */
  .contacts .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .contacts .contacts__info {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .contacts .contacts__info .contacts__info_item {
    margin: 0 1% 20px;
  }
  .contacts .contacts__info .info-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30%;
    max-width: 100%;
  }
  .contacts .contacts__form {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
  }
  .contacts .contacts__form .form__title {
    font-size: 20px;
    text-align: center;
  }
  /* Contacts end */
  /* footer start */
  .footer {
    padding-bottom: 70px;
  }
  .footer .footer__logo {
    width: 150px;
  }
  .footer .footer__top_nav {
    max-width: 53%;
    margin-left: 20px;
  }
  .footer .footer__nav_list {
    font-size: 16px;
  }
  .footer .footer__middle {
    margin: 40px auto;
  }
  .footer .legal-info__item {
    margin-bottom: 15px;
  }
  .footer .legal-info__item.small-item {
    width: 48%;
  }
  .footer .legal-info__item.big-item {
    order: 2;
    width: 100%;
  }
  /* footer end */
  /* modal start */
  .modal .modal__wrap {
    max-width: 550px;
  }
  /* modal end */
  /* button up start */
  .btn-up {
    left: 20px;
  }
  .active-btn {
    bottom: 20px;
  }
  /* button up end */
}
/*     < 991    */
/*     < 768    */
@media screen and (max-width: 768px) {
  /* common start */
  .page-title {
    font-size: 36px;
  }
  .title {
    font-size: 34px;
  }
  .padding-section {
    padding: 40px 0;
  }
  blockquote {
    padding: 10px 10px 10px 30px;
  }
  blockquote:before {
    font-size: 60px;
  }
  .text-content p ~ p {
    margin-top: 10px;
  }
  .text-content h1 {
    font-size: 36px;
  }
  .text-content h2 {
    font-size: 34px;
  }
  .text-content h3 {
    font-size: 32px;
  }
  .text-content h4 {
    font-size: 30px;
  }
  .text-content h5 {
    font-size: 28px;
  }
  .text-content h6 {
    font-size: 26px;
  }
  /* common end */
  /* header start */
  .header .header__logo {
    width: 150px;
  }
  /* header end */
  /* main page start */
  .top-section .swiper-slide .main-title {
    transform: translateX(-50px);
  }
  .top-section .swiper-slide .button {
    transform: translateX(30px);
  }
  .top-section .main-title {
    font-size: 36px;
  }
  /* main page end */
  /* guarantee start */
  .guarantee .guarantee__subtitle {
    font-size: 18px;
  }
  .guarantee .guarantee__table thead {
    font-size: 16px;
  }
  /* guarantee end */
  /* certificates start */
  .certificates .certificates__list_item {
    width: 47%;
  }
  /* certificates end */
  /* catalogs-files start */
  .catalogs-files .catalogs-files__list_item {
    width: 47%;
  }
  .catalogs .catalog__list_item {
    min-height: 220px;
  }
  .catalogs .item__name {
    max-width: 90%;
    padding: 6px 10px;
  }
  /* catalogs-files end */
  /* building start */
  .building .building__subtitle {
    font-size: 20px;
  }
  .building .building__objects_item {
    width: 48%;
  }
  .building .simpleParallax {
    height: 220px;
    margin-bottom: 10px;
  }
  /* building end */
  /* news start */
  .news .item__img {
    height: 200px;
  }
  /* news end */
  /* products start */
  .one-page .category__subcategories,
.category .category__subcategories {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .one-page .list__items li.item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /* products end */
  /* single-post start */
  .single-post .recent-block__list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .single-post .recent-block__list_item {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .single-post .item__img {
    height: 170px;
  }
  /* single-post end */
  /* footer start */
  .footer .footer__middle_title {
    font-size: 18px;
  }
  /* footer end */
  /* modal start */
  .modal .modal__wrap {
    max-width: 500px;
  }
  .modal .modal__wrap_form-title,
.modal .modal__wrap_title {
    font-size: 30px;
  }
  .modal-order .modal__wrap {
    padding: 30px 20px;
  }
  .modal-error .modal__wrap,
.modal-gratitude .modal__wrap {
    padding: 50px 30px;
  }
  /* modal end */
  /* 404 page start */
  .error {
    padding: 50px 0;
  }
  .error .error__title {
    margin-bottom: 30px;
    font-size: 180px;
  }
  /* 404 page end */
}
/*     < 768    */
/*  <    575    */
@media screen and (max-width: 575px) {
  /* common start */
  .wrapper {
    width: calc(100% - 20px);
  }
  .page-title,
.title {
    margin-bottom: 30px;
  }
  .page-title {
    font-size: max(28px, 8vw);
  }
  .title {
    font-size: 28px;
  }
  .padding-section {
    padding: 30px 0;
  }
  blockquote {
    margin: 30px auto;
    padding: 5px 5px 5px 25px;
    border-left-width: 3px;
  }
  blockquote:before {
    top: 3px;
    left: 3px;
    font-size: 50px;
  }
  .text-content ul:not([class*=woocommerce-]) li:not(:last-child),
.text-content ol:not([class*=woocommerce-]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  .text-content ul:not([class*=woocommerce-]) {
    padding: 0 0 0 20px;
  }
  .text-content ol:not([class*=woocommerce-]) {
    padding: 0;
  }
  .text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 30px 0;
  }
  .text-content h1 {
    font-size: max(28px, 8vw);
  }
  .text-content h2 {
    font-size: 28px;
  }
  .text-content h3 {
    font-size: 26px;
  }
  .text-content h4 {
    font-size: 24px;
  }
  .text-content h5 {
    font-size: 22px;
  }
  .text-content h6 {
    font-size: 20px;
  }
  .pagination {
    margin-top: 20px;
  }
  .pagination a,
.pagination span {
    padding: 5px 10px;
  }
  .pagination .prev,
.pagination .next {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-content {
    padding-top: 85px;
  }
  /* common end */
  /* woocommerce start */
  .woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
  }
  .woocommerce ul.products[class*=columns-],
.woocommerce ul.products {
    max-width: 300px;
    margin: 0 auto;
  }
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce ul.products li.product {
    float: none;
    width: 100%;
    margin: 0 1% 30px;
  }
  .woocommerce ul.products[class*=columns-] li.product .photo__item,
.woocommerce ul.products li.product .photo__item {
    height: 150px;
  }
  .woocommerce .one-page h1.product_title {
    margin-bottom: 20px;
    font-size: max(28px, 8vw);
  }
  .woocommerce div.product span.onsale {
    font-size: 12px;
  }
  .woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for {
    height: 300px;
  }
  .woocommerce div.product .nickx_product_images_with_video .slider.nickx-slider-for .nslick-slide {
    padding: 10px;
  }
  .woocommerce div.product .nickx_product_images_with_video .nickx-slider-nav .nslick-list {
    height: 70px;
  }
  .woocommerce div.product .summary.entry-summary .price {
    text-align: center;
  }
  .woocommerce div.product .summary.entry-summary .cart {
    justify-content: center;
  }
  .woocommerce div.product .summary.entry-summary .cart .single_add_to_cart_button {
    min-width: 100px;
  }
  .woocommerce div.product .product-attributes .product-attributes__item_name {
    min-width: 130px;
  }
  .woocommerce nav.woocommerce-pagination {
    margin-top: 20px;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    padding: 5px 10px;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers .next {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce .woocommerce-cart-form table.cart .actions .button {
    padding: 8px 7px;
    font-size: 14px;
  }
  .woocommerce .woocommerce-checkout h3 {
    margin-top: 20px;
    font-size: 24px;
  }
  .woocommerce .woocommerce-checkout .woocommerce-error,
.woocommerce .woocommerce-checkout .woocommerce-info,
.woocommerce .woocommerce-checkout .woocommerce-message {
    padding: 5px 5px 5px 25px;
  }
  .woocommerce .woocommerce-checkout .woocommerce-error:before,
.woocommerce .woocommerce-checkout .woocommerce-info:before,
.woocommerce .woocommerce-checkout .woocommerce-message:before {
    top: 5px;
    left: 5px;
  }
  .woocommerce .woocommerce-order ul.order_details li {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 5px 10px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 5px 35px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Message:before {
    top: 5px;
    left: 5px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Message a {
    order: 2;
    float: none;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #d3ced2;
  }
  .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title {
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title h3 {
    margin: 0;
    line-height: 22px;
    font-size: 20px;
  }
  .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address-title a {
    line-height: 22px;
    font-size: 16px;
  }
  .related.products h2 {
    font-size: 24px;
  }
  /* woocommerce end */
  /* header start */
  .header .wrapper {
    grid-gap: 5px;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "logo search search search" "phone phone cabinet burger";
  }
  .header .header__logo {
    width: 90px;
  }
  .header .header__contacts_phone {
    padding-left: 0;
  }
  .header .header__contacts_phone:before, .header .header__contacts_phone:after {
    display: none;
  }
  .header .header__search_form .search__input {
    width: 66%;
    font-size: 14px;
  }
  .header .header__search_form .search__submit {
    width: 34%;
    padding: 4px;
  }
  .header .header__contacts_button {
    font-size: 14px;
  }
  /* header end */
  /* main page start */
  .top-section .swiper-slide {
    padding-bottom: 3rem;
  }
  .top-section .swiper-slide .main-title {
    transform: translateX(-30px);
  }
  .top-section .swiper-slide .button {
    transform: translateX(30px);
  }
  .top-section .wrapper {
    width: calc(100% - 20px);
  }
  .top-section .main-title {
    font-size: max(28px, 8vw);
  }
  .top-section .swiper-button-prev,
.top-section .swiper-button-next {
    display: none;
  }
  /* main page end */
  /* guarantee start */
  .guarantee .guarantee__table thead {
    display: none;
  }
  .guarantee .guarantee__table tbody {
    font-size: 16px;
  }
  .guarantee .guarantee__table tbody tr {
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .guarantee .guarantee__table tbody tr:nth-child(even) {
    color: #fff;
    background-color: #0c486c;
  }
  .guarantee .guarantee__table tbody td {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
  }
  .guarantee .guarantee__table tbody td:nth-child(2):before {
    content: attr(data-title) ": ";
  }
  .guarantee .guarantee__table th:nth-child(1),
.guarantee .guarantee__table td:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #a1a1a1;
  }
  .guarantee .guarantee__table th:nth-child(2),
.guarantee .guarantee__table td:nth-child(2) {
    width: 100%;
  }
  /* guarantee end */
  /* documentation start */
  .documentation .file-item__link {
    padding: 50px 5px 5px;
    text-align: center;
  }
  .documentation .file-item__link:before {
    top: 5px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, 0);
  }
  .documentation .file-item__link_title {
    font-size: 18px;
  }
  /* documentation end */
  /* certificates start */
  .certificates .certificates__list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .certificates .certificates__list_item {
    width: 100%;
    margin: 0 0 40px;
  }
  /* certificates end */
  /* catalogs-files start */
  .catalogs-files .catalogs-files__list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .catalogs-files .catalogs-files__list_item {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px 20px;
  }
  .catalogs .catalog__list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .catalogs .catalog__list_item {
    width: 100%;
    min-height: 200px;
    margin: 0 0 30px;
  }
  .catalogs .item__link {
    padding-top: 15px;
  }
  /* catalogs-files end */
  /* building start */
  .building .building-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .building .building__subtitle {
    font-size: 18px;
  }
  .building .building__text {
    font-size: 16px;
  }
  .building .building__advanteges_item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .building .text-content {
    margin-bottom: 30px;
  }
  .building .building__objects {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .building .building__objects_item {
    width: 100%;
    margin: 0 0 30px;
  }
  /* building end */
  /* news start */
  .news .news__list {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .news .news__list_item {
    width: 100%;
    margin: 0 0 30px;
  }
  .news .item__link {
    padding: 15px 10px;
  }
  /* news end */
  /* one-page start */
  .one-page .list__items {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .one-page .list__items li.item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .one-page .list__items li.item .img__wrap {
    height: 150px;
  }
  /* one-page end */
  /* single-post start */
  .single-post .date-post {
    margin-bottom: 30px;
  }
  .single-post .recent-block h3 {
    font-size: 24px;
  }
  /* single-post end */
  /* Contacts start */
  .contacts .contacts__info .info-item {
    width: 100%;
  }
  .contacts .contacts__info .info-item__title {
    font-size: 18px;
  }
  .contacts .contacts__info .contact-phones {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .contacts .contacts__info .contact-phones .contact-phones__item {
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
  }
  /* Contacts end */
  /* footer start */
  .footer .footer__top {
    flex-direction: column;
  }
  .footer .footer__top_nav {
    max-width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .footer .footer__nav_list {
    justify-content: center;
  }
  .footer .footer__middle_legal-info {
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .footer .legal-info__item {
    margin: 0 0 10px;
    padding: 40px 10px 10px;
  }
  .footer .legal-info__item.small-item {
    width: 100%;
  }
  .footer .legal-info__item.big-item {
    order: 0;
    width: 100%;
  }
  .footer .footer__phone .footer__phone_item {
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
  }
  .footer .footer__bottom {
    flex-direction: column;
  }
  .footer .footer__bottom_made {
    margin-top: 20px;
  }
  /* footer end */
  /* modal start */
  .modal .modal__wrap {
    width: 95%;
    max-width: 450px;
  }
  .modal .modal__wrap_form-title,
.modal .modal__wrap_title {
    font-size: 26px;
  }
  .modal .modal__wrap_form-title {
    margin-bottom: 10px;
  }
  .modal-order .modal__wrap {
    padding: 30px 10px;
  }
  .modal-error .modal__wrap,
.modal-gratitude .modal__wrap {
    padding: 40px 20px;
  }
  /* modal end */
  /* 404 page start */
  .error {
    padding: 40px 0;
  }
  .error .error__title {
    margin-bottom: 20px;
    font-size: 120px;
  }
  .error .error__text {
    font-size: 18px;
  }
  /* 404 page end */
}
/*  <    575    */
/*   media   end *//*# sourceMappingURL=style.css.map */