@charset "UTF-8";

/* =========== BASE CONFIG =========== */
.alignwide {
  width: 100%;
}

ins {
  text-decoration: inherit;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

body {
  background-color: #ffffff;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px 5px #747474;
}

ul li {
  list-style-position: inside;
  margin-bottom: 0;
}

ul li::marker {
  color: #1f2f47;
}

ol li {
  list-style-position: inside;
  margin-bottom: 0;
}

strong {
  font-weight: 800;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* =========== UI =========== */
a:not(.btn),
.link {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s linear;
}

a:not(.btn) *,
.link * {
  transition: all 0.3s linear;
}

a:not(.btn):hover img,
a:not(.btn).active img,
.link:hover img,
.link.active img {
  opacity: 0.5;
}

a:not(.btn):hover svg path,
a:not(.btn).active svg path,
.link:hover svg path,
.link.active svg path {
  fill: #f43e2a;
}

a:not(.btn):hover,
a:not(.btn):hover>*,
a:not(.btn).active,
a:not(.btn).active>*,
.link:hover,
.link:hover>*,
.link.active,
.link.active>* {
  color: #f43e2a;
}

.widget-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.widget-container .widget,
.widget-container .widget>a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0;
  max-width: 334px;
}

.widget-container .widget .icon,
.widget-container .widget>a .icon {
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
}

.widget-container .widget .icon img,
.widget-container .widget .icon svg,
.widget-container .widget>a .icon img,
.widget-container .widget>a .icon svg {
  transition: all 0.3s linear;
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-container .widget.social-widget .icon,
.widget-container .widget>a.social-widget .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}

.widget-container .widget.social-widget .icon svg,
.widget-container .widget.social-widget .icon img,
.widget-container .widget>a.social-widget .icon svg,
.widget-container .widget>a.social-widget .icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}

.widget-container .widget:not(.address-widget),
.widget-container .widget>a:not(.address-widget) {
  white-space: nowrap;
}

.widget-container.soc__holder {
  flex-direction: row;
  flex-wrap: wrap;
}

#footer .widget-container a:hover .icon svg path,
#footer .widget-container .icon:hover svg path {
  fill: #f43e2a;
}

#footer .widget-container a:hover .icon img,
#footer .widget-container .icon:hover img {
  opacity: 0.5;
}

.btn,
button,
input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 26px 55px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s ease-in;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
}

.btn::after,
.btn::before,
button::after,
button::before,
input[type=submit]::after,
input[type=submit]::before {
  background-color: #ffffff;
}

.btn:hover:not(.btn-static),
button:hover:not(.btn-static),
input[type=submit]:hover:not(.btn-static) {
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.btn:hover:not(.btn-static)::after,
.btn:hover:not(.btn-static)::before,
button:hover:not(.btn-static)::after,
button:hover:not(.btn-static)::before,
input[type=submit]:hover:not(.btn-static)::after,
input[type=submit]:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.btn.btn-transform,
button.btn-transform,
input[type=submit].btn-transform {
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
  gap: 0px;
  height: 58px;
  width: 58px;
  padding: 16px 16px;
  padding-right: 19px;
}

.btn.btn-transform::after,
.btn.btn-transform::before,
button.btn-transform::after,
button.btn-transform::before,
input[type=submit].btn-transform::after,
input[type=submit].btn-transform::before {
  background-color: #ffffff;
}

.btn.btn-transform:hover:not(.btn-static),
button.btn-transform:hover:not(.btn-static),
input[type=submit].btn-transform:hover:not(.btn-static) {
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
}

.btn.btn-transform:hover:not(.btn-static)::after,
.btn.btn-transform:hover:not(.btn-static)::before,
button.btn-transform:hover:not(.btn-static)::after,
button.btn-transform:hover:not(.btn-static)::before,
input[type=submit].btn-transform:hover:not(.btn-static)::after,
input[type=submit].btn-transform:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.btn.btn-transform span,
button.btn-transform span,
input[type=submit].btn-transform span {
  transition: all 0.3s linear;
  overflow: hidden;
  opacity: 0;
  transform: scaleX(0);
}

.btn.btn-transform:hover,
button.btn-transform:hover,
input[type=submit].btn-transform:hover {
  width: 177px;
  gap: 10px;
}

.btn.btn-transform:hover span,
button.btn-transform:hover span,
input[type=submit].btn-transform:hover span {
  transform: scaleX(1);
  overflow: visible;
  opacity: 1;
}

.btn.btn-mid,
button.btn-mid,
input[type=submit].btn-mid {
  padding: 19px 45px;
}

.btn-icon-right,
.btn-icon-left {
  gap: 10px;
}

.btn-icon-right::after,
.btn-icon-left::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  mask: url("../images/arrow.svg") no-repeat center;
  -webkit-mask: url("../images/arrow.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.btn-icon-right.btn-icon-left,
.btn-icon-left.btn-icon-left {
  flex-direction: row-reverse;
}

.btn-icon-right.btn-icon-custom::after,
.btn-icon-left.btn-icon-custom::after {
  mask: url("../images/custom-icon.svg") no-repeat center;
  -webkit-mask: url("../images/custom-icon.svg") no-repeat center;
}

.btn-square {
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
}

.btn-square.btn-inc,
.btn-square.btn-dec,
.btn-square.btn-close,
.btn-square.btn-square-icon,
.btn-square.btn-cirle-icon,
.btn-square.btn-arrow-prev,
.btn-square.btn-arrow-next,
.btn-square.btn-arrow-bottom,
.btn-square.btn-arrow-top,
.btn-square.btn-arrow-top-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  border-radius: 3px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.btn-square.btn-inc::after,
.btn-square.btn-dec::after,
.btn-square.btn-close::after,
.btn-square.btn-square-icon::after,
.btn-square.btn-cirle-icon::after,
.btn-square.btn-arrow-prev::after,
.btn-square.btn-arrow-next::after,
.btn-square.btn-arrow-bottom::after,
.btn-square.btn-arrow-top::after,
.btn-square.btn-arrow-top-next::after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  mask: url("../images/arrow.svg") no-repeat center;
  -webkit-mask: url("../images/arrow.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s linear;
}

.btn-square.btn-inc.btn-arrow-prev::after,
.btn-square.btn-dec.btn-arrow-prev::after,
.btn-square.btn-close.btn-arrow-prev::after,
.btn-square.btn-square-icon.btn-arrow-prev::after,
.btn-square.btn-cirle-icon.btn-arrow-prev::after,
.btn-square.btn-arrow-prev.btn-arrow-prev::after,
.btn-square.btn-arrow-next.btn-arrow-prev::after,
.btn-square.btn-arrow-bottom.btn-arrow-prev::after,
.btn-square.btn-arrow-top.btn-arrow-prev::after,
.btn-square.btn-arrow-top-next.btn-arrow-prev::after {
  transform: rotate(180deg);
}

.btn-square.btn-inc.btn-arrow-bottom::after,
.btn-square.btn-dec.btn-arrow-bottom::after,
.btn-square.btn-close.btn-arrow-bottom::after,
.btn-square.btn-square-icon.btn-arrow-bottom::after,
.btn-square.btn-cirle-icon.btn-arrow-bottom::after,
.btn-square.btn-arrow-prev.btn-arrow-bottom::after,
.btn-square.btn-arrow-next.btn-arrow-bottom::after,
.btn-square.btn-arrow-bottom.btn-arrow-bottom::after,
.btn-square.btn-arrow-top.btn-arrow-bottom::after,
.btn-square.btn-arrow-top-next.btn-arrow-bottom::after {
  transform: rotate(90deg);
}

.btn-square.btn-inc.btn-arrow-top::after,
.btn-square.btn-dec.btn-arrow-top::after,
.btn-square.btn-close.btn-arrow-top::after,
.btn-square.btn-square-icon.btn-arrow-top::after,
.btn-square.btn-cirle-icon.btn-arrow-top::after,
.btn-square.btn-arrow-prev.btn-arrow-top::after,
.btn-square.btn-arrow-next.btn-arrow-top::after,
.btn-square.btn-arrow-bottom.btn-arrow-top::after,
.btn-square.btn-arrow-top.btn-arrow-top::after,
.btn-square.btn-arrow-top-next.btn-arrow-top::after {
  transform: rotate(270deg);
}

.btn-square.btn-inc.btn-arrow-top-next::after,
.btn-square.btn-dec.btn-arrow-top-next::after,
.btn-square.btn-close.btn-arrow-top-next::after,
.btn-square.btn-square-icon.btn-arrow-top-next::after,
.btn-square.btn-cirle-icon.btn-arrow-top-next::after,
.btn-square.btn-arrow-prev.btn-arrow-top-next::after,
.btn-square.btn-arrow-next.btn-arrow-top-next::after,
.btn-square.btn-arrow-bottom.btn-arrow-top-next::after,
.btn-square.btn-arrow-top.btn-arrow-top-next::after,
.btn-square.btn-arrow-top-next.btn-arrow-top-next::after {
  transform: rotate(-45deg);
}

.btn-square.btn-inc.btn-inc,
.btn-square.btn-inc.btn-dec,
.btn-square.btn-inc.btn-close,
.btn-square.btn-dec.btn-inc,
.btn-square.btn-dec.btn-dec,
.btn-square.btn-dec.btn-close,
.btn-square.btn-close.btn-inc,
.btn-square.btn-close.btn-dec,
.btn-square.btn-close.btn-close,
.btn-square.btn-square-icon.btn-inc,
.btn-square.btn-square-icon.btn-dec,
.btn-square.btn-square-icon.btn-close,
.btn-square.btn-cirle-icon.btn-inc,
.btn-square.btn-cirle-icon.btn-dec,
.btn-square.btn-cirle-icon.btn-close,
.btn-square.btn-arrow-prev.btn-inc,
.btn-square.btn-arrow-prev.btn-dec,
.btn-square.btn-arrow-prev.btn-close,
.btn-square.btn-arrow-next.btn-inc,
.btn-square.btn-arrow-next.btn-dec,
.btn-square.btn-arrow-next.btn-close,
.btn-square.btn-arrow-bottom.btn-inc,
.btn-square.btn-arrow-bottom.btn-dec,
.btn-square.btn-arrow-bottom.btn-close,
.btn-square.btn-arrow-top.btn-inc,
.btn-square.btn-arrow-top.btn-dec,
.btn-square.btn-arrow-top.btn-close,
.btn-square.btn-arrow-top-next.btn-inc,
.btn-square.btn-arrow-top-next.btn-dec,
.btn-square.btn-arrow-top-next.btn-close {
  position: relative;
}

.btn-square.btn-inc.btn-inc::after,
.btn-square.btn-inc.btn-inc::before,
.btn-square.btn-inc.btn-dec::after,
.btn-square.btn-inc.btn-dec::before,
.btn-square.btn-inc.btn-close::after,
.btn-square.btn-inc.btn-close::before,
.btn-square.btn-dec.btn-inc::after,
.btn-square.btn-dec.btn-inc::before,
.btn-square.btn-dec.btn-dec::after,
.btn-square.btn-dec.btn-dec::before,
.btn-square.btn-dec.btn-close::after,
.btn-square.btn-dec.btn-close::before,
.btn-square.btn-close.btn-inc::after,
.btn-square.btn-close.btn-inc::before,
.btn-square.btn-close.btn-dec::after,
.btn-square.btn-close.btn-dec::before,
.btn-square.btn-close.btn-close::after,
.btn-square.btn-close.btn-close::before,
.btn-square.btn-square-icon.btn-inc::after,
.btn-square.btn-square-icon.btn-inc::before,
.btn-square.btn-square-icon.btn-dec::after,
.btn-square.btn-square-icon.btn-dec::before,
.btn-square.btn-square-icon.btn-close::after,
.btn-square.btn-square-icon.btn-close::before,
.btn-square.btn-cirle-icon.btn-inc::after,
.btn-square.btn-cirle-icon.btn-inc::before,
.btn-square.btn-cirle-icon.btn-dec::after,
.btn-square.btn-cirle-icon.btn-dec::before,
.btn-square.btn-cirle-icon.btn-close::after,
.btn-square.btn-cirle-icon.btn-close::before,
.btn-square.btn-arrow-prev.btn-inc::after,
.btn-square.btn-arrow-prev.btn-inc::before,
.btn-square.btn-arrow-prev.btn-dec::after,
.btn-square.btn-arrow-prev.btn-dec::before,
.btn-square.btn-arrow-prev.btn-close::after,
.btn-square.btn-arrow-prev.btn-close::before,
.btn-square.btn-arrow-next.btn-inc::after,
.btn-square.btn-arrow-next.btn-inc::before,
.btn-square.btn-arrow-next.btn-dec::after,
.btn-square.btn-arrow-next.btn-dec::before,
.btn-square.btn-arrow-next.btn-close::after,
.btn-square.btn-arrow-next.btn-close::before,
.btn-square.btn-arrow-bottom.btn-inc::after,
.btn-square.btn-arrow-bottom.btn-inc::before,
.btn-square.btn-arrow-bottom.btn-dec::after,
.btn-square.btn-arrow-bottom.btn-dec::before,
.btn-square.btn-arrow-bottom.btn-close::after,
.btn-square.btn-arrow-bottom.btn-close::before,
.btn-square.btn-arrow-top.btn-inc::after,
.btn-square.btn-arrow-top.btn-inc::before,
.btn-square.btn-arrow-top.btn-dec::after,
.btn-square.btn-arrow-top.btn-dec::before,
.btn-square.btn-arrow-top.btn-close::after,
.btn-square.btn-arrow-top.btn-close::before,
.btn-square.btn-arrow-top-next.btn-inc::after,
.btn-square.btn-arrow-top-next.btn-inc::before,
.btn-square.btn-arrow-top-next.btn-dec::after,
.btn-square.btn-arrow-top-next.btn-dec::before,
.btn-square.btn-arrow-top-next.btn-close::after,
.btn-square.btn-arrow-top-next.btn-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40%;
  height: 2px;
  min-width: 40%;
  min-height: 2px;
  -webkit-mask: none;
  mask: none;
  transition: all 0.3s ease-in;
}

.btn-square.btn-inc.btn-inc::before,
.btn-square.btn-dec.btn-inc::before,
.btn-square.btn-close.btn-inc::before,
.btn-square.btn-square-icon.btn-inc::before,
.btn-square.btn-cirle-icon.btn-inc::before,
.btn-square.btn-arrow-prev.btn-inc::before,
.btn-square.btn-arrow-next.btn-inc::before,
.btn-square.btn-arrow-bottom.btn-inc::before,
.btn-square.btn-arrow-top.btn-inc::before,
.btn-square.btn-arrow-top-next.btn-inc::before {
  transform: rotate(90deg);
}

.btn-square.btn-inc.btn-close::after,
.btn-square.btn-dec.btn-close::after,
.btn-square.btn-close.btn-close::after,
.btn-square.btn-square-icon.btn-close::after,
.btn-square.btn-cirle-icon.btn-close::after,
.btn-square.btn-arrow-prev.btn-close::after,
.btn-square.btn-arrow-next.btn-close::after,
.btn-square.btn-arrow-bottom.btn-close::after,
.btn-square.btn-arrow-top.btn-close::after,
.btn-square.btn-arrow-top-next.btn-close::after {
  transform: rotate(-45deg);
}

.btn-square.btn-inc.btn-close::before,
.btn-square.btn-dec.btn-close::before,
.btn-square.btn-close.btn-close::before,
.btn-square.btn-square-icon.btn-close::before,
.btn-square.btn-cirle-icon.btn-close::before,
.btn-square.btn-arrow-prev.btn-close::before,
.btn-square.btn-arrow-next.btn-close::before,
.btn-square.btn-arrow-bottom.btn-close::before,
.btn-square.btn-arrow-top.btn-close::before,
.btn-square.btn-arrow-top-next.btn-close::before {
  transform: rotate(45deg);
}

.btn-square::after,
.btn-square::before {
  background-color: #ffffff;
}

.btn-square:hover:not(.btn-static) {
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.btn-square:hover:not(.btn-static)::after,
.btn-square:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.btn-square-big {
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
}

.btn-square-big.btn-inc,
.btn-square-big.btn-dec,
.btn-square-big.btn-close,
.btn-square-big.btn-square-icon,
.btn-square-big.btn-cirle-icon,
.btn-square-big.btn-arrow-prev,
.btn-square-big.btn-arrow-next,
.btn-square-big.btn-arrow-bottom,
.btn-square-big.btn-arrow-top,
.btn-square-big.btn-arrow-top-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  display: inline-flex;
  border-radius: 3px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.btn-square-big.btn-inc::after,
.btn-square-big.btn-dec::after,
.btn-square-big.btn-close::after,
.btn-square-big.btn-square-icon::after,
.btn-square-big.btn-cirle-icon::after,
.btn-square-big.btn-arrow-prev::after,
.btn-square-big.btn-arrow-next::after,
.btn-square-big.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-top::after,
.btn-square-big.btn-arrow-top-next::after {
  content: "" !important;
  display: block;
  width: 18.56px;
  height: 18.56px;
  min-width: 18.56px;
  min-height: 18.56px;
  mask: url("../images/arrow.svg") no-repeat center;
  -webkit-mask: url("../images/arrow.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s linear;
}

.btn-square-big.btn-inc.btn-arrow-prev::after,
.btn-square-big.btn-dec.btn-arrow-prev::after,
.btn-square-big.btn-close.btn-arrow-prev::after,
.btn-square-big.btn-square-icon.btn-arrow-prev::after,
.btn-square-big.btn-cirle-icon.btn-arrow-prev::after,
.btn-square-big.btn-arrow-prev.btn-arrow-prev::after,
.btn-square-big.btn-arrow-next.btn-arrow-prev::after,
.btn-square-big.btn-arrow-bottom.btn-arrow-prev::after,
.btn-square-big.btn-arrow-top.btn-arrow-prev::after,
.btn-square-big.btn-arrow-top-next.btn-arrow-prev::after {
  transform: rotate(180deg);
}

.btn-square-big.btn-inc.btn-arrow-bottom::after,
.btn-square-big.btn-dec.btn-arrow-bottom::after,
.btn-square-big.btn-close.btn-arrow-bottom::after,
.btn-square-big.btn-square-icon.btn-arrow-bottom::after,
.btn-square-big.btn-cirle-icon.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-prev.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-next.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-bottom.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-top.btn-arrow-bottom::after,
.btn-square-big.btn-arrow-top-next.btn-arrow-bottom::after {
  transform: rotate(90deg);
}

.btn-square-big.btn-inc.btn-arrow-top::after,
.btn-square-big.btn-dec.btn-arrow-top::after,
.btn-square-big.btn-close.btn-arrow-top::after,
.btn-square-big.btn-square-icon.btn-arrow-top::after,
.btn-square-big.btn-cirle-icon.btn-arrow-top::after,
.btn-square-big.btn-arrow-prev.btn-arrow-top::after,
.btn-square-big.btn-arrow-next.btn-arrow-top::after,
.btn-square-big.btn-arrow-bottom.btn-arrow-top::after,
.btn-square-big.btn-arrow-top.btn-arrow-top::after,
.btn-square-big.btn-arrow-top-next.btn-arrow-top::after {
  transform: rotate(270deg);
}

.btn-square-big.btn-inc.btn-arrow-top-next::after,
.btn-square-big.btn-dec.btn-arrow-top-next::after,
.btn-square-big.btn-close.btn-arrow-top-next::after,
.btn-square-big.btn-square-icon.btn-arrow-top-next::after,
.btn-square-big.btn-cirle-icon.btn-arrow-top-next::after,
.btn-square-big.btn-arrow-prev.btn-arrow-top-next::after,
.btn-square-big.btn-arrow-next.btn-arrow-top-next::after,
.btn-square-big.btn-arrow-bottom.btn-arrow-top-next::after,
.btn-square-big.btn-arrow-top.btn-arrow-top-next::after,
.btn-square-big.btn-arrow-top-next.btn-arrow-top-next::after {
  transform: rotate(-45deg);
}

.btn-square-big.btn-inc.btn-inc,
.btn-square-big.btn-inc.btn-dec,
.btn-square-big.btn-inc.btn-close,
.btn-square-big.btn-dec.btn-inc,
.btn-square-big.btn-dec.btn-dec,
.btn-square-big.btn-dec.btn-close,
.btn-square-big.btn-close.btn-inc,
.btn-square-big.btn-close.btn-dec,
.btn-square-big.btn-close.btn-close,
.btn-square-big.btn-square-icon.btn-inc,
.btn-square-big.btn-square-icon.btn-dec,
.btn-square-big.btn-square-icon.btn-close,
.btn-square-big.btn-cirle-icon.btn-inc,
.btn-square-big.btn-cirle-icon.btn-dec,
.btn-square-big.btn-cirle-icon.btn-close,
.btn-square-big.btn-arrow-prev.btn-inc,
.btn-square-big.btn-arrow-prev.btn-dec,
.btn-square-big.btn-arrow-prev.btn-close,
.btn-square-big.btn-arrow-next.btn-inc,
.btn-square-big.btn-arrow-next.btn-dec,
.btn-square-big.btn-arrow-next.btn-close,
.btn-square-big.btn-arrow-bottom.btn-inc,
.btn-square-big.btn-arrow-bottom.btn-dec,
.btn-square-big.btn-arrow-bottom.btn-close,
.btn-square-big.btn-arrow-top.btn-inc,
.btn-square-big.btn-arrow-top.btn-dec,
.btn-square-big.btn-arrow-top.btn-close,
.btn-square-big.btn-arrow-top-next.btn-inc,
.btn-square-big.btn-arrow-top-next.btn-dec,
.btn-square-big.btn-arrow-top-next.btn-close {
  position: relative;
}

.btn-square-big.btn-inc.btn-inc::after,
.btn-square-big.btn-inc.btn-inc::before,
.btn-square-big.btn-inc.btn-dec::after,
.btn-square-big.btn-inc.btn-dec::before,
.btn-square-big.btn-inc.btn-close::after,
.btn-square-big.btn-inc.btn-close::before,
.btn-square-big.btn-dec.btn-inc::after,
.btn-square-big.btn-dec.btn-inc::before,
.btn-square-big.btn-dec.btn-dec::after,
.btn-square-big.btn-dec.btn-dec::before,
.btn-square-big.btn-dec.btn-close::after,
.btn-square-big.btn-dec.btn-close::before,
.btn-square-big.btn-close.btn-inc::after,
.btn-square-big.btn-close.btn-inc::before,
.btn-square-big.btn-close.btn-dec::after,
.btn-square-big.btn-close.btn-dec::before,
.btn-square-big.btn-close.btn-close::after,
.btn-square-big.btn-close.btn-close::before,
.btn-square-big.btn-square-icon.btn-inc::after,
.btn-square-big.btn-square-icon.btn-inc::before,
.btn-square-big.btn-square-icon.btn-dec::after,
.btn-square-big.btn-square-icon.btn-dec::before,
.btn-square-big.btn-square-icon.btn-close::after,
.btn-square-big.btn-square-icon.btn-close::before,
.btn-square-big.btn-cirle-icon.btn-inc::after,
.btn-square-big.btn-cirle-icon.btn-inc::before,
.btn-square-big.btn-cirle-icon.btn-dec::after,
.btn-square-big.btn-cirle-icon.btn-dec::before,
.btn-square-big.btn-cirle-icon.btn-close::after,
.btn-square-big.btn-cirle-icon.btn-close::before,
.btn-square-big.btn-arrow-prev.btn-inc::after,
.btn-square-big.btn-arrow-prev.btn-inc::before,
.btn-square-big.btn-arrow-prev.btn-dec::after,
.btn-square-big.btn-arrow-prev.btn-dec::before,
.btn-square-big.btn-arrow-prev.btn-close::after,
.btn-square-big.btn-arrow-prev.btn-close::before,
.btn-square-big.btn-arrow-next.btn-inc::after,
.btn-square-big.btn-arrow-next.btn-inc::before,
.btn-square-big.btn-arrow-next.btn-dec::after,
.btn-square-big.btn-arrow-next.btn-dec::before,
.btn-square-big.btn-arrow-next.btn-close::after,
.btn-square-big.btn-arrow-next.btn-close::before,
.btn-square-big.btn-arrow-bottom.btn-inc::after,
.btn-square-big.btn-arrow-bottom.btn-inc::before,
.btn-square-big.btn-arrow-bottom.btn-dec::after,
.btn-square-big.btn-arrow-bottom.btn-dec::before,
.btn-square-big.btn-arrow-bottom.btn-close::after,
.btn-square-big.btn-arrow-bottom.btn-close::before,
.btn-square-big.btn-arrow-top.btn-inc::after,
.btn-square-big.btn-arrow-top.btn-inc::before,
.btn-square-big.btn-arrow-top.btn-dec::after,
.btn-square-big.btn-arrow-top.btn-dec::before,
.btn-square-big.btn-arrow-top.btn-close::after,
.btn-square-big.btn-arrow-top.btn-close::before,
.btn-square-big.btn-arrow-top-next.btn-inc::after,
.btn-square-big.btn-arrow-top-next.btn-inc::before,
.btn-square-big.btn-arrow-top-next.btn-dec::after,
.btn-square-big.btn-arrow-top-next.btn-dec::before,
.btn-square-big.btn-arrow-top-next.btn-close::after,
.btn-square-big.btn-arrow-top-next.btn-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40%;
  height: 2px;
  min-width: 40%;
  min-height: 2px;
  -webkit-mask: none;
  mask: none;
  transition: all 0.3s ease-in;
}

.btn-square-big.btn-inc.btn-inc::before,
.btn-square-big.btn-dec.btn-inc::before,
.btn-square-big.btn-close.btn-inc::before,
.btn-square-big.btn-square-icon.btn-inc::before,
.btn-square-big.btn-cirle-icon.btn-inc::before,
.btn-square-big.btn-arrow-prev.btn-inc::before,
.btn-square-big.btn-arrow-next.btn-inc::before,
.btn-square-big.btn-arrow-bottom.btn-inc::before,
.btn-square-big.btn-arrow-top.btn-inc::before,
.btn-square-big.btn-arrow-top-next.btn-inc::before {
  transform: rotate(90deg);
}

.btn-square-big.btn-inc.btn-close::after,
.btn-square-big.btn-dec.btn-close::after,
.btn-square-big.btn-close.btn-close::after,
.btn-square-big.btn-square-icon.btn-close::after,
.btn-square-big.btn-cirle-icon.btn-close::after,
.btn-square-big.btn-arrow-prev.btn-close::after,
.btn-square-big.btn-arrow-next.btn-close::after,
.btn-square-big.btn-arrow-bottom.btn-close::after,
.btn-square-big.btn-arrow-top.btn-close::after,
.btn-square-big.btn-arrow-top-next.btn-close::after {
  transform: rotate(-45deg);
}

.btn-square-big.btn-inc.btn-close::before,
.btn-square-big.btn-dec.btn-close::before,
.btn-square-big.btn-close.btn-close::before,
.btn-square-big.btn-square-icon.btn-close::before,
.btn-square-big.btn-cirle-icon.btn-close::before,
.btn-square-big.btn-arrow-prev.btn-close::before,
.btn-square-big.btn-arrow-next.btn-close::before,
.btn-square-big.btn-arrow-bottom.btn-close::before,
.btn-square-big.btn-arrow-top.btn-close::before,
.btn-square-big.btn-arrow-top-next.btn-close::before {
  transform: rotate(45deg);
}

.btn-square-big::after,
.btn-square-big::before {
  background-color: #ffffff;
}

.btn-square-big:hover:not(.btn-static) {
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.btn-square-big:hover:not(.btn-static)::after,
.btn-square-big:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.btn-square-swiper {
  background-color: transparent;
  border: 1px solid transparent;
  color: #2f3538;
}

.btn-square-swiper.btn-inc,
.btn-square-swiper.btn-dec,
.btn-square-swiper.btn-close,
.btn-square-swiper.btn-square-icon,
.btn-square-swiper.btn-cirle-icon,
.btn-square-swiper.btn-arrow-prev,
.btn-square-swiper.btn-arrow-next,
.btn-square-swiper.btn-arrow-bottom,
.btn-square-swiper.btn-arrow-top,
.btn-square-swiper.btn-arrow-top-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-flex;
  border-radius: 3px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.btn-square-swiper.btn-inc::after,
.btn-square-swiper.btn-dec::after,
.btn-square-swiper.btn-close::after,
.btn-square-swiper.btn-square-icon::after,
.btn-square-swiper.btn-cirle-icon::after,
.btn-square-swiper.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-next::after,
.btn-square-swiper.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-top-next::after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  mask: url("../images/arrow.svg") no-repeat center;
  -webkit-mask: url("../images/arrow.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.3s linear;
}

.btn-square-swiper.btn-inc.btn-arrow-prev::after,
.btn-square-swiper.btn-dec.btn-arrow-prev::after,
.btn-square-swiper.btn-close.btn-arrow-prev::after,
.btn-square-swiper.btn-square-icon.btn-arrow-prev::after,
.btn-square-swiper.btn-cirle-icon.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-prev.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-next.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-bottom.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-top.btn-arrow-prev::after,
.btn-square-swiper.btn-arrow-top-next.btn-arrow-prev::after {
  transform: rotate(180deg);
}

.btn-square-swiper.btn-inc.btn-arrow-bottom::after,
.btn-square-swiper.btn-dec.btn-arrow-bottom::after,
.btn-square-swiper.btn-close.btn-arrow-bottom::after,
.btn-square-swiper.btn-square-icon.btn-arrow-bottom::after,
.btn-square-swiper.btn-cirle-icon.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-prev.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-next.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-bottom.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-top.btn-arrow-bottom::after,
.btn-square-swiper.btn-arrow-top-next.btn-arrow-bottom::after {
  transform: rotate(90deg);
}

.btn-square-swiper.btn-inc.btn-arrow-top::after,
.btn-square-swiper.btn-dec.btn-arrow-top::after,
.btn-square-swiper.btn-close.btn-arrow-top::after,
.btn-square-swiper.btn-square-icon.btn-arrow-top::after,
.btn-square-swiper.btn-cirle-icon.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-prev.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-next.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-bottom.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-top.btn-arrow-top::after,
.btn-square-swiper.btn-arrow-top-next.btn-arrow-top::after {
  transform: rotate(270deg);
}

.btn-square-swiper.btn-inc.btn-arrow-top-next::after,
.btn-square-swiper.btn-dec.btn-arrow-top-next::after,
.btn-square-swiper.btn-close.btn-arrow-top-next::after,
.btn-square-swiper.btn-square-icon.btn-arrow-top-next::after,
.btn-square-swiper.btn-cirle-icon.btn-arrow-top-next::after,
.btn-square-swiper.btn-arrow-prev.btn-arrow-top-next::after,
.btn-square-swiper.btn-arrow-next.btn-arrow-top-next::after,
.btn-square-swiper.btn-arrow-bottom.btn-arrow-top-next::after,
.btn-square-swiper.btn-arrow-top.btn-arrow-top-next::after,
.btn-square-swiper.btn-arrow-top-next.btn-arrow-top-next::after {
  transform: rotate(-45deg);
}

.btn-square-swiper.btn-inc.btn-inc,
.btn-square-swiper.btn-inc.btn-dec,
.btn-square-swiper.btn-inc.btn-close,
.btn-square-swiper.btn-dec.btn-inc,
.btn-square-swiper.btn-dec.btn-dec,
.btn-square-swiper.btn-dec.btn-close,
.btn-square-swiper.btn-close.btn-inc,
.btn-square-swiper.btn-close.btn-dec,
.btn-square-swiper.btn-close.btn-close,
.btn-square-swiper.btn-square-icon.btn-inc,
.btn-square-swiper.btn-square-icon.btn-dec,
.btn-square-swiper.btn-square-icon.btn-close,
.btn-square-swiper.btn-cirle-icon.btn-inc,
.btn-square-swiper.btn-cirle-icon.btn-dec,
.btn-square-swiper.btn-cirle-icon.btn-close,
.btn-square-swiper.btn-arrow-prev.btn-inc,
.btn-square-swiper.btn-arrow-prev.btn-dec,
.btn-square-swiper.btn-arrow-prev.btn-close,
.btn-square-swiper.btn-arrow-next.btn-inc,
.btn-square-swiper.btn-arrow-next.btn-dec,
.btn-square-swiper.btn-arrow-next.btn-close,
.btn-square-swiper.btn-arrow-bottom.btn-inc,
.btn-square-swiper.btn-arrow-bottom.btn-dec,
.btn-square-swiper.btn-arrow-bottom.btn-close,
.btn-square-swiper.btn-arrow-top.btn-inc,
.btn-square-swiper.btn-arrow-top.btn-dec,
.btn-square-swiper.btn-arrow-top.btn-close,
.btn-square-swiper.btn-arrow-top-next.btn-inc,
.btn-square-swiper.btn-arrow-top-next.btn-dec,
.btn-square-swiper.btn-arrow-top-next.btn-close {
  position: relative;
}

.btn-square-swiper.btn-inc.btn-inc::after,
.btn-square-swiper.btn-inc.btn-inc::before,
.btn-square-swiper.btn-inc.btn-dec::after,
.btn-square-swiper.btn-inc.btn-dec::before,
.btn-square-swiper.btn-inc.btn-close::after,
.btn-square-swiper.btn-inc.btn-close::before,
.btn-square-swiper.btn-dec.btn-inc::after,
.btn-square-swiper.btn-dec.btn-inc::before,
.btn-square-swiper.btn-dec.btn-dec::after,
.btn-square-swiper.btn-dec.btn-dec::before,
.btn-square-swiper.btn-dec.btn-close::after,
.btn-square-swiper.btn-dec.btn-close::before,
.btn-square-swiper.btn-close.btn-inc::after,
.btn-square-swiper.btn-close.btn-inc::before,
.btn-square-swiper.btn-close.btn-dec::after,
.btn-square-swiper.btn-close.btn-dec::before,
.btn-square-swiper.btn-close.btn-close::after,
.btn-square-swiper.btn-close.btn-close::before,
.btn-square-swiper.btn-square-icon.btn-inc::after,
.btn-square-swiper.btn-square-icon.btn-inc::before,
.btn-square-swiper.btn-square-icon.btn-dec::after,
.btn-square-swiper.btn-square-icon.btn-dec::before,
.btn-square-swiper.btn-square-icon.btn-close::after,
.btn-square-swiper.btn-square-icon.btn-close::before,
.btn-square-swiper.btn-cirle-icon.btn-inc::after,
.btn-square-swiper.btn-cirle-icon.btn-inc::before,
.btn-square-swiper.btn-cirle-icon.btn-dec::after,
.btn-square-swiper.btn-cirle-icon.btn-dec::before,
.btn-square-swiper.btn-cirle-icon.btn-close::after,
.btn-square-swiper.btn-cirle-icon.btn-close::before,
.btn-square-swiper.btn-arrow-prev.btn-inc::after,
.btn-square-swiper.btn-arrow-prev.btn-inc::before,
.btn-square-swiper.btn-arrow-prev.btn-dec::after,
.btn-square-swiper.btn-arrow-prev.btn-dec::before,
.btn-square-swiper.btn-arrow-prev.btn-close::after,
.btn-square-swiper.btn-arrow-prev.btn-close::before,
.btn-square-swiper.btn-arrow-next.btn-inc::after,
.btn-square-swiper.btn-arrow-next.btn-inc::before,
.btn-square-swiper.btn-arrow-next.btn-dec::after,
.btn-square-swiper.btn-arrow-next.btn-dec::before,
.btn-square-swiper.btn-arrow-next.btn-close::after,
.btn-square-swiper.btn-arrow-next.btn-close::before,
.btn-square-swiper.btn-arrow-bottom.btn-inc::after,
.btn-square-swiper.btn-arrow-bottom.btn-inc::before,
.btn-square-swiper.btn-arrow-bottom.btn-dec::after,
.btn-square-swiper.btn-arrow-bottom.btn-dec::before,
.btn-square-swiper.btn-arrow-bottom.btn-close::after,
.btn-square-swiper.btn-arrow-bottom.btn-close::before,
.btn-square-swiper.btn-arrow-top.btn-inc::after,
.btn-square-swiper.btn-arrow-top.btn-inc::before,
.btn-square-swiper.btn-arrow-top.btn-dec::after,
.btn-square-swiper.btn-arrow-top.btn-dec::before,
.btn-square-swiper.btn-arrow-top.btn-close::after,
.btn-square-swiper.btn-arrow-top.btn-close::before,
.btn-square-swiper.btn-arrow-top-next.btn-inc::after,
.btn-square-swiper.btn-arrow-top-next.btn-inc::before,
.btn-square-swiper.btn-arrow-top-next.btn-dec::after,
.btn-square-swiper.btn-arrow-top-next.btn-dec::before,
.btn-square-swiper.btn-arrow-top-next.btn-close::after,
.btn-square-swiper.btn-arrow-top-next.btn-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40%;
  height: 2px;
  min-width: 40%;
  min-height: 2px;
  -webkit-mask: none;
  mask: none;
  transition: all 0.3s ease-in;
}

.btn-square-swiper.btn-inc.btn-inc::before,
.btn-square-swiper.btn-dec.btn-inc::before,
.btn-square-swiper.btn-close.btn-inc::before,
.btn-square-swiper.btn-square-icon.btn-inc::before,
.btn-square-swiper.btn-cirle-icon.btn-inc::before,
.btn-square-swiper.btn-arrow-prev.btn-inc::before,
.btn-square-swiper.btn-arrow-next.btn-inc::before,
.btn-square-swiper.btn-arrow-bottom.btn-inc::before,
.btn-square-swiper.btn-arrow-top.btn-inc::before,
.btn-square-swiper.btn-arrow-top-next.btn-inc::before {
  transform: rotate(90deg);
}

.btn-square-swiper.btn-inc.btn-close::after,
.btn-square-swiper.btn-dec.btn-close::after,
.btn-square-swiper.btn-close.btn-close::after,
.btn-square-swiper.btn-square-icon.btn-close::after,
.btn-square-swiper.btn-cirle-icon.btn-close::after,
.btn-square-swiper.btn-arrow-prev.btn-close::after,
.btn-square-swiper.btn-arrow-next.btn-close::after,
.btn-square-swiper.btn-arrow-bottom.btn-close::after,
.btn-square-swiper.btn-arrow-top.btn-close::after,
.btn-square-swiper.btn-arrow-top-next.btn-close::after {
  transform: rotate(-45deg);
}

.btn-square-swiper.btn-inc.btn-close::before,
.btn-square-swiper.btn-dec.btn-close::before,
.btn-square-swiper.btn-close.btn-close::before,
.btn-square-swiper.btn-square-icon.btn-close::before,
.btn-square-swiper.btn-cirle-icon.btn-close::before,
.btn-square-swiper.btn-arrow-prev.btn-close::before,
.btn-square-swiper.btn-arrow-next.btn-close::before,
.btn-square-swiper.btn-arrow-bottom.btn-close::before,
.btn-square-swiper.btn-arrow-top.btn-close::before,
.btn-square-swiper.btn-arrow-top-next.btn-close::before {
  transform: rotate(45deg);
}

.btn-square-swiper::after,
.btn-square-swiper::before {
  background-color: #2f3538;
}

.btn-square-swiper:hover:not(.btn-static) {
  background-color: transparent;
  border: 1px solid transparent;
  color: #1c51d5;
}

.btn-square-swiper:hover:not(.btn-static)::after,
.btn-square-swiper:hover:not(.btn-static)::before {
  background-color: #1c51d5;
}

.btn.btn-white,
.btn-white {
  background-color: #ffffff;
  border: 1px solid #1c51d5;
  color: #1c51d5;
}

.btn.btn-white::after,
.btn.btn-white::before,
.btn-white::after,
.btn-white::before {
  background-color: #1c51d5;
}

.btn.btn-white:hover:not(.btn-static),
.btn-white:hover:not(.btn-static) {
  background-color: #1c51d5;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.btn-white:hover:not(.btn-static)::after,
.btn.btn-white:hover:not(.btn-static)::before,
.btn-white:hover:not(.btn-static)::after,
.btn-white:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #1c51d5;
  color: #1c51d5;
}

.btn-transparent::after,
.btn-transparent::before {
  background-color: #1c51d5;
}

.btn-transparent:hover:not(.btn-static) {
  background-color: #1c51d5;
  border: 1px solid #1c51d5;
  color: #ffffff;
}

.btn-transparent:hover:not(.btn-static)::after,
.btn-transparent:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.custom-pagination {
  max-width: 95vw;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 50px;
}

.custom-pagination .pages-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-pagination .pages-links * {
  color: #808588;
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 13.3333333333) + 13.3333333333px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (25 - 16.6666666667) + 16.6666666667px);
}

.custom-pagination .pages-links *.current {
  color: #2f3538;
}

.custom-pagination .prev-page-link,
.custom-pagination .next-page-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

.swiper__navigations.custom {
  max-width: 90vw;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
}

.swiper-pagination-bullets.custom {
  position: relative;
  bottom: 0 !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.swiper-pagination-bullets.custom .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  opacity: 1;
}

.swiper-pagination-bullets.custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f43e2a;
}

.lazyload-button-container {
  width: 100%;
  text-align: center;
}

.lazyload-button-container.loading-block::after {
  content: "";
  display: block;
  background: url(../images/lazyload.gif) no-repeat center;
  width: 200px;
  height: 47px;
  margin: auto;
  background-size: cover;
}

.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.tabs .btn-tabs {
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: none !important;
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  color: #f9f9f9;
}

.tabs .btn-tabs::after,
.tabs .btn-tabs::before {
  background-color: #f9f9f9;
}

.tabs .btn-tabs:hover:not(.btn-static) {
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.tabs .btn-tabs:hover:not(.btn-static)::after,
.tabs .btn-tabs:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.tabs .btn-tabs.active {
  pointer-events: none;
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.tabs .btn-tabs.active::after,
.tabs .btn-tabs.active::before {
  background-color: #ffffff;
}

.tabs .btn-tabs.active:hover:not(.btn-static) {
  background-color: #f43e2a;
  border: 1px solid #f43e2a;
  color: #ffffff;
}

.tabs .btn-tabs.active:hover:not(.btn-static)::after,
.tabs .btn-tabs.active:hover:not(.btn-static)::before {
  background-color: #ffffff;
}

.breadcrumbs,
.woocommerce-breadcrumb {
  padding: 30px 0px;
  color: #2f3538;
}

.breadcrumbs span,
.breadcrumbs.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb.woocommerce-breadcrumb a {
  color: #2f3538;
}

.breadcrumbs.woocommerce-breadcrumb,
.breadcrumbs span.current-item,
.woocommerce-breadcrumb.woocommerce-breadcrumb,
.woocommerce-breadcrumb span.current-item {
  color: #2f3538;
}

@media (max-width: 749px) {

  .breadcrumbs,
  .woocommerce-breadcrumb {
    padding: 15px 0px;
  }
}

/*============ STYLES  FONTS ===============*/
.page ul li::marker,
.single ul li::marker {
  color: #f43e2a;
  font-size: 16px;
}

.page ul li,
.single ul li {
  margin-bottom: 15px;
}

.page ol,
.single ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 21px;
  padding: 0px 0 5px 0;
}

.page ol li,
.single ol li {
  position: relative;
}

.page ol li:before,
.single ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  color: #f43e2a;
  top: -3px;
  left: -20px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
}

html {
  color: #2f3538;
}

* {
  font-family: "Formular", sans-serif;
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 21) + 21px);
}

/* РАЗМЕР ЗАГОЛОВКОВ С АДАПТИВОМ */
h1,
.h1 {
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (50 - 25) + 25px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (60 - 30) + 30px);
}

h1 *,
h1:hover *,
.h1 *,
.h1:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h2,
.h2 {
  font-weight: 700;
  font-size: calc((100vw - 320px)/(1920 - 320) * (40 - 25) + 25px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (49 - 30.625) + 30.625px);
}

h2 *,
h2:hover *,
.h2 *,
.h2:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h3,
.h3 {
  font-weight: 500;
  font-size: calc((100vw - 320px)/(1920 - 320) * (32 - 21.3333333333) + 21.3333333333px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (48 - 32) + 32px);
}

h3 *,
h3:hover *,
.h3 *,
.h3:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h4,
.h4 {
  font-weight: 700;
  font-size: calc((100vw - 320px)/(1920 - 320) * (24 - 16) + 16px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (29 - 19.3333333333) + 19.3333333333px);
}

h4 *,
h4:hover *,
.h4 *,
.h4:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h5,
.h5 {
  font-weight: 500;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 13.3333333333) + 13.3333333333px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 16) + 16px);
}

h5 *,
h5:hover *,
.h5 *,
.h5:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h6,
.h6 {
  font-weight: 700;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 21) + 21px);
}

h6 *,
h6:hover *,
.h6 *,
.h6:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {padding-bottom: 1em;}
p,
.txdef {
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 21) + 21px);
}

p *,
p:hover *,
.txdef *,
.txdef:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.txhelp {
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (14 - 13) + 13px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (20 - 18.5714285714) + 18.5714285714px);
}

.txhelp *,
.txhelp:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.btn,
button,
.button,
input[type=submit] {
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 21) + 21px);
}

/*FONT_WEIGHT */
.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

.w700 {
  font-weight: 700;
}

.w800 {
  font-weight: 800;
}

.w900 {
  font-weight: 900;
}

#header {
  position: sticky;
  top: 0px;
  background-color: #f9f9f9;
  z-index: 5;
  padding-top: 27px;
}

#header .container {
  height: 100%;
}

#header .call__back_container {
  position: absolute;
  /* background-color: #f9f9f9; */
  z-index: 4;
  top: 25px;
  left: 0;
  width: 113px;
  /* height: 1500px; */
  max-height: 80vh;
  padding: 120px 12px;
}

#header .call__back_container .btn {
  writing-mode: vertical-lr;
  transform: scale(-1);
  padding: 35px 27px;
}

#header .call__back_container .btn::after {
  transform: rotate(90deg);
}

#header .header__wrapper {
  display: grid;
  position: relative;
  z-index: 5;
/*  grid-template-columns: 170px 1fr minmax(max-content, 200px);*/
  grid-template-columns: 60% 1fr minmax(max-content, 10px);
  grid-column-gap: 78px;
  align-items: center;
}

#header .header__wrapper .logo__holder {
  padding-bottom: 29px;
  width: 220px;
}

#header .header__wrapper .logo__holder img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

#header .header__menu {
  align-self: end;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

#header  .header__menu ul {
  list-style-type: none;
}

#header  .header__menu ul li {
  display: block;
}

#header .header__menu #header_menu {
  padding-left: 8px;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  row-gap: 0;
}

#header .header__menu #header_menu>.nav-menu-element {
  position: relative;
  margin: 0;
  transition: all 0.3s linear;
  border-bottom: 3px solid #f9f9f9;
}

#header .header__menu #header_menu>.nav-menu-element.has-childs>a {
  display: inline-block;
}

#header .header__menu #header_menu>.nav-menu-element.has-childs:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-left: 4px;
  margin-bottom: 2px;
  background: url("../images/menu-arrow.svg") no-repeat center;
}

#header .header__menu #header_menu>.nav-menu-element>a {
  padding: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

#header .header__menu #header_menu>.nav-menu-element>a .cat_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

#header .header__menu #header_menu>.nav-menu-element>a .cat_icon::before {
  content: "";
  -webkit-mask: url("../images/cat-icon.svg") no-repeat center;
  mask: url("../images/cat-icon.svg") no-repeat center;
  transition: all 0.3s linear;
  background-color: #2f3538;
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

#header .header__menu #header_menu>.nav-menu-element .sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  left: -30%;
  position: absolute;
  padding: 30px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-top: 3px solid #1c51d5;
  background: #fcf8f8;
  transition: all 0.3s linear;
  transform: scale(0);
  z-index: -1;
  visibility: hidden;
}

#header .header__menu #header_menu>.nav-menu-element:hover {
  border-color: #f43e2a;
}

#header .header__menu #header_menu>.nav-menu-element:hover .cat_icon::before {
  background-color: #f43e2a;
}

#header .header__menu #header_menu>.nav-menu-element:hover.has-childs:after {
  transform: rotate(180deg);
}

#header .header__menu #header_menu>.nav-menu-element:hover .sub-menu {
  transform: scale(1);
  z-index: 10;
  visibility: visible;
}

#header .header__menu #header_menu .active {
  border-color: #f43e2a;
}

#header .header__menu #header_menu .active>a {
  color: #f43e2a;
}

#header .header__menu #header_menu .active>a .cat_icon::before {
  background-color: #f43e2a;
}

#header .header__wrapper .header__contakts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 23px;
}

#header .header__wrapper .header__contakts .contakts1__holder {
  gap: 3px;
}

#header .header__wrapper .header__contakts .contakts1__holder .phone-widget .icon {
  display: none;
}

#header .header__wrapper .header__contakts .socials__holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .logo__holder_mobile .logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .burger.open_menu span {
  background-color: #f43e2a;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: #f43e2a;
}

#header .burger.open_menu.clicked span {
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  #header .call__back_container {
    position: fixed;
    padding: 0;
    height: auto;
    width: auto;
    bottom: 10px;
    top: initial;
  }
}

@media (max-width: 1100px) {
  #header .header__wrapper {
    grid-column-gap: 25px;
  }

  #header .header__wrapper .header__menu #header_menu {
    gap: 10px;
  }
  #header .header__wrapper .logo__holder {
    width: 170px;
  }
}

@media (max-width: 899px) {
  #header {
    padding-top: 15px;
  }

  #header .call__back_container {
    display: none;
  }

  #header .header__wrapper {
    grid-template-columns: 130px 1fr max-content;
  }

  #header .header__wrapper .logo__holder {
    padding-bottom: 15px;
  }

  #header .header__wrapper .header__contakts {
    padding-bottom: 15px;
    justify-self: center;
  }

  #header .header__wrapper .btn.open-modal {
    display: none;
  }

  #header .header__wrapper .burger.open_menu {
    display: inline-flex;
  }

  .header__menu {
    display: none;
  }
}

@media (max-width: 652px) {
  #header .header__wrapper .logo__holder {
    width: 100%;
  }
}

@media (max-width: 449px) {

  #header .address-widget,
  #header .email-widget {
    display: none;
  }

  #header .header__wrapper {
    gap: 5px;
  }
}

/*================ MOBILE MNU =============*/
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: #f1f2f3;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: black;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li.active a {
  color: #f43e2a;
}

#header #mobile-mnu .contakts__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#header #mobile-mnu .contakts__holder>* {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

#header #mobile-mnu .contakts__holder svg {
  min-width: 20px;
  min-height: 20px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease-in;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  background-color: #2f3538;
}

#footer li {
  margin: 0;
}

#footer .footer-top {
  color: #ffffff;
  border-bottom: 1px solid #4f4f4f;
  padding: 77px 0 63px;
}

#footer .footer-top .wrapper {
  display: grid;
  gap: 47px;
  grid-template-columns: 0.92fr 1fr 1fr;
}

#footer .footer-top .wrapper .contakts__wrapper .footer-logo {
  margin-bottom: 32px;
}

#footer .footer-top .wrapper .contakts__wrapper .footer-logo img {
  max-width: 60%;
}

#footer .footer-top .wrapper .contakts__wrapper .contakts__holder {
  gap: 5px;
}

#footer .footer-top .wrapper .contakts__wrapper .contakts__holder.noicon__holder {
  margin-bottom: 4px;
}

#footer .footer-top .wrapper .contakts__wrapper .contakts__holder.noicon__holder .widget .icon {
  display: none;
}

#footer .footer-top .wrapper .contakts__wrapper .contakts__holder.soc__holder {
  gap: 15px;
  margin-top: 10px;
}

#footer .footer-top .wrapper .footer__menu {
  justify-self: center;
}

#footer .footer-top .menu__wrapper {
  padding-top: 13px;
}

#footer .footer-top .menu__wrapper .title__menu {
  margin-bottom: 25px;
}

#footer .footer-top .menu__wrapper ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  list-style-type: none;
}

#footer .footer-top .menu__wrapper ul .nav-menu-element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

#footer .footer-top .menu__wrapper ul .nav-menu-element a {
  transform: translateX(-20px);
}

#footer .footer-top .menu__wrapper ul .nav-menu-element::before {
  content: "";
  opacity: 0;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  min-width: 6px;
  min-height: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #f43e2a;
  transition: all 0.5s linear;
}

#footer .footer-top .menu__wrapper ul .nav-menu-element:hover a {
  transform: translateX(0px);
}

#footer .footer-top .menu__wrapper ul .nav-menu-element:hover::before {
  opacity: 1;
}

#footer .footer-top .menu__wrapper ul li a {
  font-weight: 500;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 13.3333333333) + 13.3333333333px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 16) + 16px);
}

#footer .footer-bottom {
  color: #ffffff;
  padding: 20px 0 24px;
}

#footer .footer-bottom *,
#footer .footer-bottom:hover * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#footer .footer-bottom .wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 10px;
}

#footer .footer-bottom .wrapper .grampus a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 999px) {
  #footer .footer-top {
    padding: 40px 0;
  }

  #footer .footer-top .wrapper {
    grid-gap: 25px;
    grid-row-gap: 10px;
  }
}

@media (max-width: 599px) {
  #footer .footer-top .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  #footer .footer-top .wrapper .contakts__wrapper {
    grid-column: 1/3;
  }

  #footer .footer-top .wrapper .footer__menu {
    justify-self: start;
  }

  #footer .footer-top .wrapper .menu__wrapper .title__menu {
    margin-bottom: 10px;
  }

  #footer .footer-top .wrapper .menu__wrapper ul {
    gap: 5px;
  }

  #footer .footer-bottom .wrapper {
    justify-content: center;
  }
}

/* ============== MODAL AND FORMS ============= */
#footer .theme-modal {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 90vh;
  max-width: 90vw;
  padding: 36px;
  padding-top: 41px;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
  text-align: center;
}

#footer .theme-modal .title {
  text-align: center;
  color: #2f3538;
  padding-bottom: 5px;
}

#footer .theme-modal .subtitle {
  color: #808588;
  margin-bottom: 23px;
  text-align: center;
}

#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#footer .theme-modal .close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  font-weight: 300;
  color: #afb0b2;
  transform: rotate(45deg) scaleX(1);
  cursor: pointer;
}

#footer .theme-modal#modal-success,
#footer .theme-modal#modal-error {
  width: 631px;
}

#footer .theme-modal#modal-success .btn,
#footer .theme-modal#modal-error .btn {
  width: 297px;
  max-width: 100%;
}

#footer .theme-modal .wpcf7 form .form__items textarea {
  height: 150px;
}

#footer .theme-modal .wpcf7 form .form__items>p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

#footer .theme-modal .wpcf7 form .form__items .policy_link * {
  font-size: 12px;
  margin-bottom: 25px;
}

#footer .theme-modal .wpcf7 form .form__items .btn {
  width: 100%;
}

#footer .theme-modal#modal-demand {
  width: 377px;
}

#footer .theme-modal#modal-callback {
  width: 377px;
}

#footer .theme-modal#modal-callback #form-demand {
  display: none;
}

#footer .theme-modal#modal-offer {
  width: 770px;
  padding: 35px 70px 50px;
}

#footer .theme-modal#modal-offer .policy_link_two {
  display: none;
}

#footer .theme-modal#modal-offer .title {
  margin-bottom: 29px;
}

#footer .theme-modal#modal-offer .wpcf7 {
  max-width: 100%;
  margin: auto;
}

#footer .theme-modal#modal-offer .wpcf7 form .form__items {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

#footer .theme-modal#modal-offer .wpcf7 form .form__items .items_left {
  width: 300px;
  max-width: 100%;
}

#footer .theme-modal#modal-offer .wpcf7 form .form__items .items_left>p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

#footer .theme-modal#modal-offer .wpcf7 form .form__items .items_left .policy_link * {
  text-align: left;
  margin-top: 34px;
  margin-bottom: 0;
}

#footer .theme-modal#modal-offer .wpcf7 form .items_right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 300px;
  max-width: 100%;
}

#footer .theme-modal#modal-offer .wpcf7 form .items_right p {
  width: 100%;
}

.multifile {
  width: 300px;
  max-width: 100%;
  height: 150px;
  border: 1px solid #f9f9f9;
  border-radius: 3px;
  position: relative;
}

.multifile>p {
  width: 300px;
  max-width: 100%;
  height: 150px;
  position: relative;
}

.multifile .dnd-upload-counter {
  display: none;
}

.multifile .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  justify-content: flex-start;
  overflow-y: hidden;
  overflow-x: auto;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper::-webkit-scrollbar {
  height: 6px;
  background-color: #808588;
  border-radius: 10px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper::-webkit-scrollbar-thumb {
  background-color: #1c51d5;
  border-radius: 10px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper span.has-error-msg {
  display: block;
  background: white;
  color: #ff0000;
  font-size: 12px;
  padding: 10px;
  font-style: italic;
  position: absolute;
  top: -31px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler {
  display: block;
  width: 100%;
  height: calc(100% - 7px);
  border: none;
  top: 0;
  left: 0;
  position: absolute;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 17px 18px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3,
.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span,
.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner a,
.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline;
  white-space: nowrap;
  margin: 0;
  font-weight: 300;
  font-size: calc((100vw - 320px)/(1920 - 320) * (12 - 10) + 10px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (12 - 10) + 10px);
  color: #898b8d;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner a {
  text-decoration: underline;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: 20px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details>*:not(.remove-file) {
  display: none !important;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
  display: flex;
  width: 70px;
  height: 70px;
  position: relative;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file .dnd-icon-remove::after {
  background-image: url("../images/close2.svg");
}

@media (max-width: 899px) {
  #footer .theme-modal#modal-offer {
    padding: 20px;
  }

  #footer .theme-modal#modal-offer .title {
    margin-bottom: 9px;
  }
}

@media (max-width: 649px) {
  #footer .theme-modal .wpcf7 form .form__items .btn {
    padding: 10px;
  }

  #footer .theme-modal#modal-offer {
    max-height: 97vh;
  }

  #footer .theme-modal#modal-offer .wpcf7 form .form__items {
    gap: 8px;
    flex-wrap: wrap;
  }

  #footer .theme-modal#modal-offer .wpcf7 form .form__items textarea {
    height: 65px;
  }

  #footer .theme-modal#modal-offer .wpcf7 form .form__items .items_left>p {
    gap: 10px;
  }

  #footer .theme-modal#modal-offer .wpcf7 form .form__items .items_left .policy_link {
    display: none;
  }

  #footer .theme-modal#modal-offer .wpcf7 form .form__items .items_right {
    gap: 10px;
  }

  #footer .theme-modal#modal-offer .policy_link_two {
    display: block;
    font-size: 10px;
  }

  .multifile {
    height: 100px;
  }

  .multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
    width: 50px;
    height: 50px;
  }

  .multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file img {
    width: 50px;
    height: 50px;
  }

  .multifile .wpcf7-form-control-wrap .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
    padding: 8px;
  }

  .multifile>p {
    height: 100%;
  }
}

@media (max-width: 549px) {
  #footer .theme-modal {
    padding: 20px;
  }

  #footer .theme-modal#modal-offer {
    padding: 10px;
    padding-top: 23px;
  }
}

label {
  display: block;
  cursor: pointer;
}

label.selects {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

select {
  outline: none;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  background-color: #1c51d5;
  color: #ffffff;
}

select::-webkit-input-placeholder {
  color: #f9f9f9;
}

select::-moz-placeholder {
  color: #f9f9f9;
}

select:focus {
  border-color: #ffffff;
}

.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

[data-modal] {
  cursor: pointer;
}

#footer.footer__form_hide .footer__form,
.error404 #footer .footer__form {
  display: none;
}

.no-footer-form+#footer .footer__form {
  display: none;
}

.footer__form {
  position: relative;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-position-y: bottom;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer__form .container {
  z-index: 3;
}

.footer__form .container .form__header {
  width: 520px;
  max-width: 100%;
}

.footer__form .container .form__header .title {
  margin-bottom: 15px;
}

.footer__form .container .form__header .subtitle {
  margin-bottom: 50px;
}

.footer__form .container .block__img {
  position: absolute;
  width: 702px;
  height: 100%;
  top: 0px;
  right: 15px;
  z-index: -1;
  background-repeat: no-repeat;
}

.footer__form .container .form {
  width: 747px;
  max-width: 100%;
}

.footer__form .container .form .txhelp {
  margin-top: 19px;
}

.footer__form .container .form .form__items>p {
  display: grid;
  grid-template-columns: minmax(60px, 250px) minmax(135px, 250px) minmax(120px, 1fr);
  grid-gap: 35px;
}

.footer__form .container .form .form__items>p span {
  max-width: 100%;
}

.footer__form .container .form .form__items>p .txhelp {
  width: 270px;
  max-width: 100%;
}

.footer__form .container .form .form__items>p input:not(.btn) {
  height: 64px;
}

.footer__form .container .form .form__items>p p {
  max-width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 1100px) {
  .footer__form .container .form .form__items>p {
    grid-gap: 15px;
  }

  .footer__form .container .block__img {
    max-width: 80%;
    max-height: 100%;
    background-size: contain;
    background-position: center;
    right: 0;
    opacity: 0.3;
  }
}

@media (max-width: 549px) {
  .footer__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__form .container .form__header .title,
  .footer__form .container .form__header .subtitle {
    margin-bottom: 15px;
    text-align: center;
  }

  .footer__form .container .form .form__items>p {
    grid-template-columns: 1fr;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  border-style: solid;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 15px 25px;
  border-width: 1px;
  border-radius: 3px;
  border-color: #1c51d5;
  background-color: transparent;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1c51d5;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1c51d5;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #1c51d5;
}

input[type=text].input-white,
input[type=password].input-white,
input[type=email].input-white,
input[type=url].input-white,
input[type=date].input-white,
input[type=month].input-white,
input[type=time].input-white,
input[type=datetime].input-white,
input[type=datetime-local].input-white,
input[type=week].input-white,
input[type=number].input-white,
input[type=search].input-white,
input[type=tel].input-white,
input[type=color].input-white,
textarea.input-white {
  border-color: #ffffff;
  background-color: #f9f9f9;
  color: #1c51d5;
}

input[type=text].input-white::-webkit-input-placeholder,
input[type=password].input-white::-webkit-input-placeholder,
input[type=email].input-white::-webkit-input-placeholder,
input[type=url].input-white::-webkit-input-placeholder,
input[type=date].input-white::-webkit-input-placeholder,
input[type=month].input-white::-webkit-input-placeholder,
input[type=time].input-white::-webkit-input-placeholder,
input[type=datetime].input-white::-webkit-input-placeholder,
input[type=datetime-local].input-white::-webkit-input-placeholder,
input[type=week].input-white::-webkit-input-placeholder,
input[type=number].input-white::-webkit-input-placeholder,
input[type=search].input-white::-webkit-input-placeholder,
input[type=tel].input-white::-webkit-input-placeholder,
input[type=color].input-white::-webkit-input-placeholder,
textarea.input-white::-webkit-input-placeholder {
  color: #808588;
}

input[type=text].input-white::-moz-placeholder,
input[type=password].input-white::-moz-placeholder,
input[type=email].input-white::-moz-placeholder,
input[type=url].input-white::-moz-placeholder,
input[type=date].input-white::-moz-placeholder,
input[type=month].input-white::-moz-placeholder,
input[type=time].input-white::-moz-placeholder,
input[type=datetime].input-white::-moz-placeholder,
input[type=datetime-local].input-white::-moz-placeholder,
input[type=week].input-white::-moz-placeholder,
input[type=number].input-white::-moz-placeholder,
input[type=search].input-white::-moz-placeholder,
input[type=tel].input-white::-moz-placeholder,
input[type=color].input-white::-moz-placeholder,
textarea.input-white::-moz-placeholder {
  color: #808588;
}

input[type=text].input-white:focus,
input[type=password].input-white:focus,
input[type=email].input-white:focus,
input[type=url].input-white:focus,
input[type=date].input-white:focus,
input[type=month].input-white:focus,
input[type=time].input-white:focus,
input[type=datetime].input-white:focus,
input[type=datetime-local].input-white:focus,
input[type=week].input-white:focus,
input[type=number].input-white:focus,
input[type=search].input-white:focus,
input[type=tel].input-white:focus,
input[type=color].input-white:focus,
textarea.input-white:focus {
  border-color: #1c51d5;
}

input[type=text].input100,
input[type=password].input100,
input[type=email].input100,
input[type=url].input100,
input[type=date].input100,
input[type=month].input100,
input[type=time].input100,
input[type=datetime].input100,
input[type=datetime-local].input100,
input[type=week].input100,
input[type=number].input100,
input[type=search].input100,
input[type=tel].input100,
input[type=color].input100,
textarea.input100 {
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid red !important;
}

input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: red;
}

input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
  color: red;
}

textarea {
  height: 100%;
  resize: none;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 3px;
  left: 3px;
  display: inline-block;
  margin: 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #babdbf;
  box-shadow: none;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: #f43e2a;
  border-color: #f43e2a;
}

input[type=checkbox]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -4px 0 0 -5px;
  height: 20px;
  width: 20px;
  filter: invert(100);
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #dddede;
  box-shadow: none;
  cursor: pointer;
}

input[type=radio]:checked {
  border-color: #f43e2a;
}

input[type=radio]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 9.75px;
  width: 9.75px;
  border-radius: 50%;
  background-color: #f43e2a;
}

/*============ STYLES  PAGES ===============*/
body.error404 .notpages {
  position: relative;
  min-height: 46vh;
}

body.error404 .notpages .container .content {
  padding: 0 0 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 63px;
  row-gap: 30px;
  flex-wrap: nowrap;
}

body.error404 .notpages .container .content .block404 {
  padding-right: 11px;
  padding-top: 17px;
}

body.error404 .notpages .container .content .title {
  font-weight: 700;
  font-size: calc((100vw - 320px)/(1920 - 320) * (240 - 150) + 150px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (200 - 150) + 150px);
  color: #1c51d5;
}

body.error404 .notpages .container .content .page-title {
  margin-bottom: 30px;
}

body.error404 .notpages .container .content .desc {
  margin-bottom: 30px;
}

body.error404 .notpages .container .content .button a {
  padding: 26px 45px;
  white-space: nowrap;
}

@media (max-width: 1150px) {
  body.error404 .notpages .container .content .block404 img {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  body.error404 .notpages .container .content {
    padding: 40px 0;
    flex-direction: column;
    align-items: center;
  }

  body.error404 .notpages .container .content .subtitle {
    text-align: center;
  }

  body.error404 .notpages .container .content .desc {
    text-align: center;
  }

  body.error404 .notpages .container .content .button {
    text-align: center;
  }
}

.single-news .single-title {
  margin-bottom: 42px;
}

.single-news .content p {
  margin-bottom: 11px;
}

.single-news .content p,
.single-news .content li {
  font-weight: 400;
  font-size: calc((100vw - 320px)/(1920 - 320) * (14 - 13) + 13px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 22.2857142857) + 22.2857142857px);
}

.single-news .content li {
  margin-bottom: 5px;
}
.content h2 {
	padding-bottom: 1em;
}

.single-news .content h1,
.single-news .content h2 {
  margin: 40px 0 24px;
}

.single-news .content h3 {
  margin: 54px 0 25px;
}

.single-news .content h4 {
  margin: 58px 0 27px;
}

@media (max-width: 999px) {
  .single-news .content .wp-block-column .wp-block-spacer {
    height: 30px !important;
  }
}

.page-title,
.single-title {
  margin-bottom: 50px;
}

.page-title::after,
.single-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 200px;
  background-color: #1c51d5;
  margin-top: 22px;
}

.about-page p {
  margin-bottom: 15px;
}

.about-page h3 {
  margin-bottom: 24px;
  margin-top: 26px;
}

.archive-page .archive-section .container .content {
  margin-bottom: 78px;
}

.archive-page .archive-section .container .content .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.archive-page .archive-section .container .content .wrapper .item {
  display: grid;
  grid-gap: 30px;
  text-decoration: none;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.archive-page .archive-section .container .content .wrapper .item .item__img {
  max-height: 211px;
  position: relative;
}

.archive-page .archive-section .container .content .wrapper .item .item__img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.archive-page .archive-section .container .content .wrapper .item .item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-page .archive-section .container .content .wrapper .item .item__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

.archive-page .archive-section .container .content .wrapper .item .item__content .item__date {
  display: none;
  color: #808588;
}

.archive-page .archive-section .container .content .wrapper .item .item__content .item__excerpt {
  margin-top: 5px;
  color: #808588;
}

.archive-page .archive-section .container .content .wrapper .item:first-child {
  grid-column: 1/4;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 29px;
  border-bottom: 1px solid #ededed;
}

.archive-page .archive-section .container .content .wrapper .item:first-child .item__content {
  padding-right: 93px;
}

.archive-page .archive-section .container .content .wrapper .item:first-child .item__content .item__title {
  font-weight: 500;
  font-size: calc((100vw - 320px)/(1920 - 320) * (32 - 21.3333333333) + 21.3333333333px);
  line-height: calc((100vw - 320px)/(1920 - 320) * (48 - 32) + 32px);
}

.archive-page .archive-section .container .content .wrapper .item:first-child .item__content .item__date {
  display: block;
  margin-top: 10px;
}

.archive-page .archive-section .container .content .wrapper .item:first-child .item__content .item__excerpt {
  margin-top: 0px;
}

.archive-page .archive-section .container .content .wrapper .item:first-child .item__img {
  max-height: 300px;
}

.archive-page .archive-section .container .content .wrapper .item:first-child:hover {
  transform: scale(0.95);
}

.archive-page .archive-section .container .content .wrapper .item:hover {
  transform: scale(1.05);
}

@media (max-width: 999px) {
  .archive-page .archive-section .container .content .wrapper {
    grid-gap: 20px;
  }

  .archive-page .archive-section .container .content .wrapper .item:first-child {
    padding-bottom: 20px;
    grid-gap: 15px;
  }

  .archive-page .archive-section .container .content .wrapper .item:first-child .item__content {
    padding-right: 0;
  }
}

@media (max-width: 699px) {
  .archive-page .archive-section .container .content .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .archive-page .archive-section .container .content .wrapper .item:first-child {
    grid-column: 1/3;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .archive-page .archive-section .container .content .wrapper .item:first-child .item__img {
    height: 100%;
  }

  .archive-page .archive-section .container .content .wrapper .item .item__img {
    height: 200px;
  }
}

@media (max-width: 549px) {
  .archive-page .archive-section .container .content .wrapper .item:first-child {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .archive-page .archive-section .container .content .wrapper .item:first-child .item__img {
    height: 200px;
  }

  .archive-page .archive-section .container .content .wrapper .item {
    grid-gap: 5px;
  }

  .archive-page .archive-section .container .content .wrapper .item .item__img {
    height: 100px;
  }

  .archive-page .archive-section .container .content .wrapper .item .item__content {
    gap: 5px;
  }

  .archive-page .archive-section .container .content .wrapper .item .item__content .item__title {
    text-align: center;
  }

  .archive-page .archive-section .container .content .wrapper .item .item__content .item__date {
    width: 100%;
    text-align: center;
  }
}

.taxonomy-page .taxonomy-section .container .content .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.privacy-policy .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wp-block-image img {
  max-height: 410px;
  max-width: 100%;
  object-fit: contain;
}

#header .header__wrapper .header__menu #header_menu {
  gap: 14px;
}
#header .header__wrapper .header__menu #header_menu>.nav-menu-element.has-childs:after {
	margin-left: 0px;
}

/*============ STYLES  TEMPLATE ===============*/
/*# sourceMappingURL=main.css.map */