/*
Theme Name: Prosystems Theme
Theme URI: #
Author: Georgiy_Ch
Author URI: #
Description: Description
Version: 1.0.0
*/

@charset "UTF-8";

@font-face {
  font-family: "Vollkorn";
  font-display: swap;
  src: url("assets/fonts/Vollkorn-Bold.woff2") format("woff2"), url("assets/fonts/Vollkorn-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Vollkorn";
  font-display: swap;
  src: url("assets/fonts/Vollkorn-SemiBold.woff2") format("woff2"), url("assets/fonts/Vollkorn-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rowdies";
  font-display: swap;
  src: url("assets/fonts/Rowdies-Bold.woff2") format("woff2"), url("assets/fonts/Rowdies-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("assets/fonts/icons.woff2") format("woff2"), url("assets/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-arrow-down:before {
  content: "\e900";
}

._icon-arrow-left:before {
  content: "\e901";
}

._icon-arrow-right:before {
  content: "\e902";
}

._icon-check:before {
  content: "\e903";
}

._icon-close:before {
  content: "\e904";
}

._icon-instagram:before {
  content: "\e905";
}

._icon-vk:before {
  content: "\e906";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #000;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("assets/img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("assets/img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

._btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-image: url(assets/img/btn-bcg-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 278.5px;
  min-height: 70px;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 20px;
  line-height: 99.3%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._section-title {
  font-family: "Vollkorn";
  font-weight: 600;
  font-size: 55px;
  line-height: 99.3%;
  text-align: center;
  text-transform: uppercase;
  color: #8E081B;
}

._section-subtitle {
  font-family: "Vollkorn";
  font-weight: 600;
  font-size: 35px;
  line-height: 99.3%;
  color: #000000;
}

._section-text-big {
  font-family: "Vollkorn";
  font-weight: 600;
  font-size: 22px;
  line-height: 99.3%;
  text-align: center;
  color: #000000;
}

._section-text-middle {
  font-weight: 500;
  font-size: 20px;
  line-height: 99.3%;
  text-align: center;
  color: #000000;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("assets/img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 20px;
	height: 36px;
	top: 50%;
	transform: translate(0px, -50%);
	z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}
.lg-actions .lg-next {
	right: 20px;
	background: url("../img/icons/p-right.svg") 0 0 / 100% no-repeat;
}
.lg-actions .lg-prev {
	left: 20px;
	background: url("../img/icons/p-left.svg") 0 0 / 100% no-repeat;
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close {
	background: url("../img/icons/close.svg") center no-repeat;
}
.lg-toolbar .lg-download {
	display: none;
}
.lg-toolbar .lg-download:after {
	//content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}
@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.group {
	*zoom: 1;
}

.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html {
	display: none;
}
.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
}

.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 30;
  font-size: 15px;
}

#cookie-law-info-bar{
  z-index: 10000000000;
}

.header {
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 319px;
          flex: 0 1 319px;
  position: relative;
  z-index: 4;
}

.header__logo-img {
  max-width: 319px;
}

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 375px;
          flex: 0 1 375px;
}

.header__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 170px;
          flex: 0 1 170px;
}

.header__mail {
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}

.header__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
  display: inline-block;
}

.header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-image: url(assets/img/btn-bcg-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 195px;
  min-height: 49px;
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list-item:not(:last-child) {
  margin-right: 16px;
}

.menu__link {
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
  position: relative;
}

.menu__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background: -o-linear-gradient(356.59deg, #76000E 1.84%, #C50F2B 78.57%);
  background: linear-gradient(93.41deg, #76000E 1.84%, #C50F2B 78.57%);
  pointer-events: none;
  border-radius: 20%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-menu {
  display: none;
}

.footer {
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer__title {
  margin-bottom: 46px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 333px;
          flex: 0 1 333px;
}

.footer__item:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 430px;
          flex: 0 1 430px;
  margin-left: 45px;
}

.footer__item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
          flex: 0 1 210px;
  margin-left: auto;
}

.footer__logo {
  margin-bottom: 59px;
}

.footer__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item-box:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 102px;
          flex: 0 1 102px;
}

.footer__item-phone {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 4px;
  display: block;
}

.footer__item-mail {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  display: block;
}

.footer__item-social {
  font-size: 38px;
  color: #8E081B;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__item-social:not(:last-child) {
  margin-right: 26px;
}

.footer__item-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
  text-align: center;
}

.footer__form {
  margin: 0 auto;
  max-width: 365px;
}

.footer__input {
  width: 100%;
  border: 1px solid #8E081B;
  border-radius: 8px;
  min-height: 40px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.footer__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer__input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer__input::placeholder {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer__btn {
  margin-top: 5px;
  width: 100%;
  background-image: url(assets/img/btn-bcg-3.svg);
}

.footer__menu-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__menu-link {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0 0 15px !important;
}

.wpcf7-response-output{
  font-size: 14px;
  border: none !important;
}

._no-webp .intro{
  background-image: url(assets/img/bcg/intro-bcg.jpg); }

.intro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1040px;
  padding-top: 103px;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 764px;
          flex: 0 1 764px;
}

.intro__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 99.3%;
  color: #000000;
  font-family: "Vollkorn";
  margin-bottom: 35px;
}

.intro__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 99.3%;
  color: #000000;
  margin-bottom: 35px;
}

.intro__trigger {
  min-width: 360px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.intro__trigger:not(:last-child) {
  margin-bottom: 28px;
}

.intro__trigger::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skew(-25deg, 0deg);
      -ms-transform: skew(-25deg, 0deg);
          transform: skew(-25deg, 0deg);
  z-index: 1;
  border-radius: 8px;
}

.intro__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(142, 8, 27, 0.3);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  -webkit-transform: skew(-25deg, 0deg) translateY(50px);
      -ms-transform: skew(-25deg, 0deg) translateY(50px);
          transform: skew(-25deg, 0deg) translateY(50px);
  z-index: 0;
  border-radius: 8px;
}

.intro__trigger-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 99.3%;
  max-width: 290px;
  color: #000000;
  padding-left: 45px;
  z-index: 2;
  position: relative;
}

.intro__trigger-text::before {
  position: absolute;
  background: #8E081B;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 50%;
  margin-right: 18px;
  z-index: 2;
}

.problems {
  margin-top: -300px;
}

.problems__title {
  margin-bottom: 65px;
}

.problems__subtitle {
  max-width: 640px;
  margin-bottom: 72px;
}

.problems__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1075px;
  margin: 0 auto;
}

.problems__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  text-align: center;
  margin-bottom: 70px;
}

.problems__item-img {
  max-width: 228px;
  margin-bottom: 45px;
}

.problems__item-title {
  margin-bottom: 10px;
}

.problems__item-text {
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
}

.solution {
  padding-top: 60px;
}

.solution__title {
  margin-bottom: 61px;
}

.solution__subtitle {
  max-width: 700px;
  margin-bottom: 55px;
}

.solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

.solution__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 370px;
          flex: 0 1 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 44px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.solution__item-img {
  max-width: 93px;
  margin-right: 28px;
}

.solution__text {
  margin-bottom: 31px;
}

.solution__logo-img {
  display: block;
  margin: 0 auto;
  max-width: 330px;
}

._no-webp .equipment{
  background-image: url(assets/img/bcg/equipment-bcg.jpg); }

.equipment {
  padding-top: 130px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.equipment__title {
  margin-bottom: 43px;
}

.equipment__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 397px;
  grid-template-rows: 397px;
  grid-auto-rows: 397px;
  gap: 30px;
}

.equipment__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  padding-top: 32px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 10px;
  overflow: hidden;
}

.equipment__item:hover .equipment__item-wrapper {
  -webkit-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
          transform: translateY(-70%);
}

.equipment__item:hover .equipment__item-text {
  opacity: 1;
  visibility: visible;
}

.equipment__item:hover .equipment__item-link {
  opacity: 1;
  visibility: visible;
}

.equipment__item-img {
  margin-bottom: 19px;
  border-radius: 8px;
  max-width: 334px;
}

.equipment__item-wrapper {
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.equipment__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.equipment__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 99.3%;
  color: #000000;
}

.equipment__item-icon {
  max-width: 72px;
  margin-right: 8px;
}

.equipment__item-text {
  font-size: 16px;
  line-height: 99.3%;
  color: #000000;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.equipment__item-link {
  font-size: 16px;
  line-height: 99.3%;
  color: #8E081B;
  border-bottom: 1px solid #8E081B;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.why {
  padding-top: 130px;
}

.why__title {
  margin-bottom: 61px;
}

.why__subtitle {
  max-width: 700px;
  margin-bottom: 33px;
}

.why__inner {
  margin-bottom: 85px;
}

.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why__item:not(:last-child) {
  margin-bottom: 23px;
}

.why__item-img {
  max-width: 115px;
  margin-right: 28px;
}

.why__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 99.3%;
  color: #000000;
  max-width: 882px;
}

.why__item-text span {
  font-weight: 600;
}

._no-webp .why__form{
  background-image: url(assets/img/bcg/form-bcg-1.png); }

.why__form {
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 383px;
  -webkit-transform: translateX(67px);
      -ms-transform: translateX(67px);
          transform: translateX(67px);
}

.why__form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(341deg, 0deg) translateX(-66px);
      -ms-transform: skew(341deg, 0deg) translateX(-66px);
          transform: skew(341deg, 0deg) translateX(-66px);
  pointer-events: none;
  z-index: 0;
}

.why__form-item {
  max-width: 585px;
  padding-top: 45px;
  padding-left: 31px;
  padding-bottom: 55px;
}

.why__form-title {
  margin-bottom: 42px;
  z-index: 1;
  position: relative;
}

.why__form-btn {
  font-family: "Vollkorn";
  font-weight: 700;
  font-size: 20px;
  line-height: 99.3%;
  min-width: 365px;
  min-height: 70px;
  background-image: url(assets/img/btn-bcg-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-right: 23px;
}

.why__form-btn:not(:last-child) {
  margin-bottom: 33px;
}

._no-webp .why__form-btn::before{
  background-image: url(assets/img/btn-img-1.png); }

.why__form-btn::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 75px;
  right: 15px;
  bottom: 6px;
  pointer-events: none;
}

._no-webp .why__form-btn:nth-child(3)::before{
  background-image: url(assets/img/btn-img-2.png); }

.why__form-btn:nth-child(3)::before {
  width: 57px;
  height: 45px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

._no-webp .application-areas{
  background-image: url(assets/img/bcg/application-areas-bcg.jpg); }

.application-areas {
  padding-top: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1357px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -190px;
}

.application-areas__title {
  margin-bottom: 43px;
}

.application-areas__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 85px;
}

.application-areas__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.application-areas__item-img {
  max-width: 77px;
  margin-right: 32px;
}

.application-areas__item-text {
  text-align: left;
}

._no-webp .application-areas__form{
  background-image: url(assets/img/bcg/form-bcg-2.png); }

.application-areas__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 186px;
  position: relative;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transform: translateX(63px);
      -ms-transform: translateX(63px);
          transform: translateX(63px);
}

.application-areas__form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(326deg, 0deg) translateX(-62px);
      -ms-transform: skew(326deg, 0deg) translateX(-62px);
          transform: skew(326deg, 0deg) translateX(-62px);
  z-index: 1;
  pointer-events: none;
}

.application-areas__form-item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 468px;
          flex: 0 1 468px;
  margin-right: 70px;
}

.application-areas__form-title {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #8E081B;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
}

.application-areas__form-text {
  font-weight: 400;
  text-align: left;
}

.projects {
  padding-top: 130px;
}

.projects__title {
  margin-bottom: 46px;
}

.projects__slider {
  margin-bottom: 30px;
}

.projects__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-right: 35px;
  padding-bottom: 32px;
  padding-left: 31px;
  border-radius: 8px;
  min-height: 313px;
  position: relative;
}

.projects__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projects__item:hover .projects__item-title {
  opacity: 1;
  visibility: visible;
}

.projects__item:hover .projects__item-text {
  opacity: 1;
  visibility: visible;
}

.projects__item:hover::before {
  opacity: 1;
}

.projects__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 99.3%;
  color: #FFFFFF;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.projects__item-text {
  font-size: 14px;
  line-height: 99.3%;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-wrapper {
  position: relative;
}

.slider__btns {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.slider__btn {
  background: #FFFFFF;
  -webkit-box-shadow: 2.3125px 5.78125px 15.0312px rgba(142, 8, 27, 0.2);
          box-shadow: 2.3125px 5.78125px 15.0312px rgba(142, 8, 27, 0.2);
  width: 37px;
  height: 37px;
  font-size: 11px;
  color: #C4C4C4;
  pointer-events: visible;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.slider__btn:nth-child(1) {
  margin-left: -91px;
}

.slider__btn:nth-child(2) {
  margin-right: -91px;
}

.slider__pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  background: #C4C4C4;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 7px;
}

.swiper-pagination-bullet-active {
  background: #8E081B;
}

.form-box {
  margin-top: 56px;
}

._no-webp .form-box__item{
  background-image: url(assets/img/bcg/form-bcg-3.png); }

.form-box__item {
  min-height: 549px;
  padding-top: 62px;
  padding-left: 48px;
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}

.form-box__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(347deg, 0deg) translateX(-62px);
      -ms-transform: skew(347deg, 0deg) translateX(-62px);
          transform: skew(347deg, 0deg) translateX(-62px);
  z-index: 1;
  pointer-events: none;
}

.form-box__title {
  max-width: 635px;
  margin-bottom: 30px;
}

.form-box__form {
  max-width: 370px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
          box-shadow: 2px 5px 13px rgba(142, 8, 27, 0.2);
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 41px;
  padding-left: 36px;
  padding-right: 41px;
}

.form-box__label {
  position: absolute;
  top: -7px;
  left: 30px;
  font-size: 14px;
  line-height: 112.8%;
  color: #8E081B;
  background-color: #fff;
  padding-left: 7px;
  padding-right: 7px;
  z-index: 1;
}

.form-box__input {
  border: 1px solid #8E081B;
  border-radius: 8px;
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
  width: 100%;
  min-height: 53px;
  padding-left: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 28px;
}

.form-box__input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.form-box__input::-moz-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.form-box__input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.form-box__input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.form-box__input::placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.form-box__btn {
  background-image: url(assets/img/btn-bcg-4.svg);
  width: 100%;
  min-height: 70px;
}

.form-box__text {
  font-size: 14px;
  line-height: 112.8%;
  text-align: center;
  color: #8E081B;
  position: absolute;
  max-width: 299px;
  left: 435px;
  top: 230px;
}

.form-box__text::before {
  position: absolute;
  font-size: 120px;
  color: #8E081B;
  bottom: -120px;
  left: 0px;
}

.input-wrapper {
  position: relative;
}

._no-webp .advantages-wrapper{
  background-image: url(assets/img/bcg/advantages-bcg.jpg); }

.advantages-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages {
  padding-top: 130px;
}

.advantages__title {
  margin-bottom: 145px;
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 955px;
  margin: 0 auto;
}

.advantages__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 353px;
          flex: 0 1 353px;
  margin-bottom: 125px;
  position: relative;
}

.advantages__item:nth-child(1) {
  margin-right: 147px;
}

.advantages__item:nth-child(3) {
  margin-right: 147px;
}

.advantages__item-num {
  font-family: "Rowdies";
  font-weight: 400;
  font-size: 240px;
  line-height: 99.3%;
  color: #F9F1F2;
  position: absolute;
  z-index: 0;
  right: -70px;
  top: 24%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.advantages__item-text {
  font-family: "Montserrat";
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.advantages__item-text span {
  font-weight: 600;
}

.about__title {
  margin-bottom: 73px;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about__item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 677px;
          flex: 0 1 677px;
}

.about__item-text {
  font-size: 22px;
  line-height: 99.3%;
  color: #000000;
}

.about__item-text span {
  font-weight: 600;
}

.about__item-img {
  border: 4px solid #8E081B;
  max-width: 276px;
}

.popup__form {
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup__title {
  text-align: center;
  margin-bottom: 25px;
}

.popup__subtitle {
  margin-bottom: 20px;
}

.popup__textarea {
  border: 1px solid #8E081B;
  border-radius: 8px;
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
  width: 100%;
  min-height: 80px;
  padding-left: 13px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 28px;
  resize: none;
}

.popup__textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.popup__textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.popup__textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.popup__textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.popup__textarea::placeholder {
  font-size: 14px;
  line-height: 112.8%;
  color: #5E5E5E;
}

.popup__input-file {
  padding-top: 17px;
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1354px) {
  .slider__btns {
    display: none;
  }
}

@media (max-width: 1212px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 15px;
  }

  .header__links {
    display: none;
  }

  .footer__item:nth-child(2) {
    margin-left: 0;
  }

  .footer__item:nth-child(3) {
    margin-left: 0;
  }

  .solution__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .solution__item {
    margin-bottom: 20px;
  }

  .equipment__item-img {
    max-width: 100%;
  }

  .application-areas {
    min-height: auto;
    margin-top: 0;
  }

  .form-box__item {
    background-image: none;
    padding-left: 0;
    min-height: auto;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .form-box__item::before {
    display: none;
  }

  .form-box__text {
    left: 385px;
  }
}

@media (max-width: 1200px) {
  ._btn {
    min-width: calc(240px + 38.5 * ((100vw - 320px) / 880));
  }

  ._btn {
    min-height: calc(60px + 10 * ((100vw - 320px) / 880));
  }

  ._btn {
    font-size: calc(14px + 6 * ((100vw - 320px) / 880));
  }

  ._section-title {
    font-size: calc(25px + 30 * ((100vw - 320px) / 880));
  }

  ._section-subtitle {
    font-size: calc(18px + 17 * ((100vw - 320px) / 880));
  }

  ._section-text-big {
    font-size: calc(14px + 8 * ((100vw - 320px) / 880));
  }

  ._section-text-middle {
    font-size: calc(14px + 6 * ((100vw - 320px) / 880));
  }

  .popup__body {
    padding: calc(25px + 25 * ((100vw - 320px) / 880));
  }

  .header {
    min-height: calc(70px + 24 * ((100vw - 320px) / 880));
  }

  .header__logo-img {
    max-width: calc(180px + 139 * ((100vw - 320px) / 880));
  }

  .header__mail {
    font-size: calc(12px + 6 * ((100vw - 320px) / 880));
  }

  .header__mail {
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 880));
  }

  .header__phone {
    font-size: calc(12px + 6 * ((100vw - 320px) / 880));
  }

  .header__btn {
    min-width: calc(125px + 70 * ((100vw - 320px) / 880));
  }

  .header__btn {
    min-height: calc(32px + 17 * ((100vw - 320px) / 880));
  }

  .header__btn {
    font-size: calc(12px + 6 * ((100vw - 320px) / 880));
  }

  .menu__list-item:not(:last-child) {
    margin-right: calc(10px + 6 * ((100vw - 320px) / 880));
  }

  .menu__link {
    font-size: calc(12px + 6 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-top: calc(50px + 70 * ((100vw - 320px) / 880));
  }

  .footer {
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / 880));
  }

  .footer__title {
    margin-bottom: calc(25px + 21 * ((100vw - 320px) / 880));
  }

  .footer__logo {
    margin-bottom: calc(40px + 19 * ((100vw - 320px) / 880));
  }

  .footer__item-phone {
    font-size: calc(16px + 6 * ((100vw - 320px) / 880));
  }

  .footer__item-phone {
    line-height: calc(19px + 8 * ((100vw - 320px) / 880));
  }

  .footer__item-mail {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .footer__item-mail {
    line-height: calc(16px + 6 * ((100vw - 320px) / 880));
  }

  .footer__item-social {
    font-size: calc(28px + 10 * ((100vw - 320px) / 880));
  }

  .footer__item-social:not(:last-child) {
    margin-right: calc(14px + 12 * ((100vw - 320px) / 880));
  }

  .footer__item-text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }

  .footer__item-text {
    line-height: calc(17px + 3 * ((100vw - 320px) / 880));
  }

  .footer__item-text {
    margin-bottom: calc(11px + 5 * ((100vw - 320px) / 880));
  }

  .intro {
    min-height: calc(400px + 640 * ((100vw - 320px) / 880));
  }

  .intro {
    padding-top: calc(60px + 43 * ((100vw - 320px) / 880));
  }

  .intro__title {
    font-size: calc(30px + 30 * ((100vw - 320px) / 880));
  }

  .intro__title {
    margin-bottom: calc(18px + 17 * ((100vw - 320px) / 880));
  }

  .intro__subtitle {
    font-size: calc(15px + 15 * ((100vw - 320px) / 880));
  }

  .intro__subtitle {
    margin-bottom: calc(18px + 17 * ((100vw - 320px) / 880));
  }

  .intro__trigger {
    min-width: calc(300px + 60 * ((100vw - 320px) / 880));
  }

  .intro__trigger {
    min-height: calc(70px + 10 * ((100vw - 320px) / 880));
  }

  .intro__trigger:not(:last-child) {
    margin-bottom: calc(14px + 14 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text {
    max-width: calc(270px + 20 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text {
    padding-left: calc(35px + 10 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text::before {
    width: calc(22px + 5 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text::before {
    height: calc(22px + 5 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text::before {
    font-size: calc(11px + 2 * ((100vw - 320px) / 880));
  }

  .intro__trigger-text::before {
    margin-right: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .problems {
    margin-top: calc(0px + -300 * ((100vw - 320px) / 880));
  }

  .problems__title {
    margin-bottom: calc(25px + 40 * ((100vw - 320px) / 880));
  }

  .problems__subtitle {
    margin-bottom: calc(28px + 44 * ((100vw - 320px) / 880));
  }

  .problems__item {
    margin-bottom: calc(32px + 38 * ((100vw - 320px) / 880));
  }

  .problems__item-img {
    margin-bottom: calc(20px + 25 * ((100vw - 320px) / 880));
  }

  .problems__item-title {
    margin-bottom: calc(5px + 5 * ((100vw - 320px) / 880));
  }

  .problems__item-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .solution {
    padding-top: calc(28px + 32 * ((100vw - 320px) / 880));
  }

  .solution__title {
    margin-bottom: calc(25px + 36 * ((100vw - 320px) / 880));
  }

  .solution__subtitle {
    margin-bottom: calc(28px + 27 * ((100vw - 320px) / 880));
  }

  .solution__inner {
    margin-bottom: calc(30px + 90 * ((100vw - 320px) / 880));
  }

  .solution__item {
    padding-left: calc(25px + 19 * ((100vw - 320px) / 880));
  }

  .solution__item {
    padding-right: calc(10px + 5 * ((100vw - 320px) / 880));
  }

  .solution__item {
    padding-top: calc(10px + 5 * ((100vw - 320px) / 880));
  }

  .solution__item {
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / 880));
  }

  .solution__item-img {
    margin-right: calc(20px + 8 * ((100vw - 320px) / 880));
  }

  .solution__text {
    margin-bottom: calc(15px + 16 * ((100vw - 320px) / 880));
  }

  .solution__logo-img {
    max-width: calc(250px + 80 * ((100vw - 320px) / 880));
  }

  .equipment {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }

  .equipment__title {
    margin-bottom: calc(25px + 18 * ((100vw - 320px) / 880));
  }

  .equipment__inner {
    -ms-grid-rows: calc(250px + 147 * ((100vw - 320px) / 880));
    grid-template-rows: calc(250px + 147 * ((100vw - 320px) / 880));
  }

  .equipment__inner {
    grid-auto-rows: calc(250px + 147 * ((100vw - 320px) / 880));
  }

  .equipment__inner {
    gap: calc(20px + 10 * ((100vw - 320px) / 880));
  }

  .equipment__item {
    padding-top: calc(25px + 7 * ((100vw - 320px) / 880));
  }

  .equipment__item {
    padding-left: calc(15px + 3 * ((100vw - 320px) / 880));
  }

  .equipment__item {
    padding-right: calc(15px + 3 * ((100vw - 320px) / 880));
  }

  .equipment__item {
    padding-bottom: calc(8px + 2 * ((100vw - 320px) / 880));
  }

  .equipment__item-img {
    margin-bottom: calc(15px + 4 * ((100vw - 320px) / 880));
  }

  .equipment__item-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }

  .equipment__item-text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }

  .equipment__item-text {
    margin-bottom: calc(8px + 4 * ((100vw - 320px) / 880));
  }

  .equipment__item-link {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }

  .why {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }

  .why__title {
    margin-bottom: calc(25px + 36 * ((100vw - 320px) / 880));
  }

  .why__subtitle {
    margin-bottom: calc(28px + 5 * ((100vw - 320px) / 880));
  }

  .why__inner {
    margin-bottom: calc(60px + 25 * ((100vw - 320px) / 880));
  }

  .why__item:not(:last-child) {
    margin-bottom: calc(15px + 8 * ((100vw - 320px) / 880));
  }

  .why__item-img {
    max-width: calc(85px + 30 * ((100vw - 320px) / 880));
  }

  .why__item-img {
    margin-right: calc(18px + 10 * ((100vw - 320px) / 880));
  }

  .why__item-text {
    font-size: calc(14px + 6 * ((100vw - 320px) / 880));
  }

  .why__form {
    min-height: calc(300px + 83 * ((100vw - 320px) / 880));
  }

  .why__form-title {
    margin-bottom: calc(20px + 22 * ((100vw - 320px) / 880));
  }

  .why__form-btn {
    font-size: calc(14px + 6 * ((100vw - 320px) / 880));
  }

  .why__form-btn {
    min-width: calc(300px + 65 * ((100vw - 320px) / 880));
  }

  .why__form-btn {
    min-height: calc(62px + 8 * ((100vw - 320px) / 880));
  }

  .why__form-btn {
    padding-right: calc(16px + 7 * ((100vw - 320px) / 880));
  }

  .why__form-btn:not(:last-child) {
    margin-bottom: calc(15px + 18 * ((100vw - 320px) / 880));
  }

  .application-areas {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }

  .application-areas__title {
    margin-bottom: calc(25px + 18 * ((100vw - 320px) / 880));
  }

  .application-areas__inner {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 880));
  }

  .application-areas__item-img {
    margin-right: calc(18px + 14 * ((100vw - 320px) / 880));
  }

  .application-areas__form-item:nth-child(1) {
    margin-right: calc(40px + 30 * ((100vw - 320px) / 880));
  }

  .projects {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }

  .projects__title {
    margin-bottom: calc(25px + 21 * ((100vw - 320px) / 880));
  }

  .projects__slider {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 880));
  }

  .projects__item-title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }

  .projects__item-text {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }

  .form-box {
    margin-top: calc(30px + 26 * ((100vw - 320px) / 880));
  }

  .form-box__title {
    margin-bottom: calc(25px + 5 * ((100vw - 320px) / 880));
  }

  .form-box__form {
    padding-top: calc(40px + 10 * ((100vw - 320px) / 880));
  }

  .form-box__form {
    padding-bottom: calc(35px + 6 * ((100vw - 320px) / 880));
  }

  .form-box__form {
    padding-left: calc(30px + 6 * ((100vw - 320px) / 880));
  }

  .form-box__form {
    padding-right: calc(35px + 6 * ((100vw - 320px) / 880));
  }

  .advantages {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }

  .advantages__title {
    margin-bottom: calc(70px + 75 * ((100vw - 320px) / 880));
  }

  .advantages__item {
    margin-bottom: calc(85px + 40 * ((100vw - 320px) / 880));
  }

  .advantages__item:nth-child(1) {
    margin-right: calc(0px + 147 * ((100vw - 320px) / 880));
  }

  .advantages__item:nth-child(3) {
    margin-right: calc(0px + 147 * ((100vw - 320px) / 880));
  }

  .advantages__item-num {
    font-size: calc(100px + 140 * ((100vw - 320px) / 880));
  }

  .advantages__item-num {
    right: calc(0px + -70 * ((100vw - 320px) / 880));
  }

  .about__title {
    margin-bottom: calc(25px + 48 * ((100vw - 320px) / 880));
  }

  .about__item-text {
    font-size: calc(14px + 8 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .footer__item:nth-child(3) {
    display: none;
  }

  .problems__inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .equipment__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 397px;
    grid-template-rows: 397px;
    grid-auto-rows: 397px;
  }

  .equipment__item {
    max-width: 370px;
    margin: 0 auto;
  }

  .why__form {
    background-image: none;
    min-height: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .why__form::before {
    display: none;
  }

  .why__form-item {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }

  .application-areas__form {
    background-image: none;
    min-height: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .application-areas__form::before {
    display: none;
  }

  .about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about__item-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 890px) {
  .advantages__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51%;
            flex: 0 1 51%;
    margin-bottom: 0;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 125px;
  }

  .advantages__item:nth-child(1) {
    margin-right: 0;
  }

  .advantages__item:nth-child(3) {
    margin-right: 0;
  }

  .about {
    padding-top: 130px;
  }
}

@media (max-width: 890px) and (max-width: 1200px) {
  .advantages__item:not(:last-child) {
    margin-bottom: calc(85px + 40 * ((100vw - 320px) / 880));
  }

  .about {
    padding-top: calc(60px + 70 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 767.98px) {
  .header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }

  .header__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }

  .header__mail {
    font-size: 20px;
    margin-right: 15px;
  }

  .header__phone {
    font-size: 20px;
  }

  .header__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: 15px;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    padding: 90px 15px 30px 25px;
    z-index: 3;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    display: block;
  }

  .menu__list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .menu__link {
    font-size: 22px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer__inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .footer__item:nth-child(1) {
    margin-top: 40px;
  }

  .intro__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .intro__triggers {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .intro__trigger {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .problems {
    margin-top: 0;
    padding-top: 60px;
  }

  .equipment__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .application-areas__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .application-areas__item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .application-areas__item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }

  .application-areas__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .application-areas__form-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .application-areas__form-title {
    text-align: center;
  }

  .application-areas__form-text {
    text-align: center;
  }

  .form-box__item {
    padding-top: 30px;
  }

  .form-box__title {
    text-align: center;
    margin: 0 auto 25px;
  }

  .form-box__form {
    margin: 0 auto;
  }

  .form-box__text {
    display: none;
  }
}

@media (max-width: 767.98px) and (max-width: 1200px) {
  .header__btn {
    margin-right: calc(5px + 10 * ((100vw - 320px) / 880));
  }
}

@media (max-width: 479.98px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__btn {
    display: none;
  }

  .footer__logo {
    max-width: 100%;
  }

  .intro {
    min-height: auto;
  }

  .intro__triggers {
    display: none;
  }

  .equipment__inner {
    -ms-grid-rows: 397px;
    grid-template-rows: 397px;
    grid-auto-rows: 397px;
  }

  .why__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .why__item-img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

@media (max-width: 479.98px) and (max-width: 1200px) {
  .equipment__inner {
    -ms-grid-rows: calc(370px + 27 * ((100vw - 320px) / 880));
    grid-template-rows: calc(370px + 27 * ((100vw - 320px) / 880));
  }

  .equipment__inner {
    grid-auto-rows: calc(370px + 27 * ((100vw - 320px) / 880));
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .header__btn:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .menu__link:hover::before {
    opacity: 1;
  }

  .footer__item-social:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }

  .why__form-btn:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}

._webp .intro{ background-image: url(assets/img/bcg/intro-bcg.webp); }

._webp .equipment{ background-image: url(assets/img/bcg/equipment-bcg.webp); }

._webp .why__form{ background-image: url(assets/img/bcg/form-bcg-1.webp); }

._webp .why__form-btn::before{ background-image: url(assets/img/btn-img-1.webp); }

._webp .why__form-btn:nth-child(3)::before{ background-image: url(assets/img/btn-img-2.webp); }

._webp .application-areas{ background-image: url(assets/img/bcg/application-areas-bcg.webp); }

._webp .application-areas__form{ background-image: url(assets/img/bcg/form-bcg-2.webp); }

._webp .form-box__item{ background-image: url(assets/img/bcg/form-bcg-3.webp); }

._webp .advantages-wrapper{ background-image: url(assets/img/bcg/advantages-bcg.webp); }