@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap");

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Light/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light/Gilroy-Light.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular/Gilroy-Regular.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium/Gilroy-Medium.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold/Gilroy-SemiBold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold/Gilroy-Bold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular/RobotoRegular.svg#Roboto") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  min-width: 340px;
  color: #333;
  position: relative;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
}

.wrapper {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  padding-top: 112px;
}

#sidebar {
  z-index: 1000;
  background-color: #fff;
  width: 300px;
}

.main-menu {
  z-index: 999;
}



#container {
  position: relative;
  width: calc(100% - 400px);
}

.breadcrumbs {
  color: #8E8E8E;
}

a {
  color: #333333;
  text-decoration: none;
}

.lines {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  height: 100%;
  width: calc(100% - 400px);
  z-index: -1;
}

.lines span {
  height: 100%;
  width: 1px;
  background-color: #EEEEEE;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1,
.h1 {
  color: #373F48;
  font-family: Oswald;
  font-weight: 300;
  font-size: 42px;
  line-height: 150%;
  text-transform: uppercase;
}

h1 span,
.h1 span {
  color: #E95229;
}

h2,
.h2 {
  color: #373F48;
  font-family: Oswald;
  font-weight: 300;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h2 span,
.h2 span {
  color: #E95229;
}

h3,
.h3 {
  color: #373F48;
  font-family: Oswald;
  font-weight: 300;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h3 span,
.h3 span {
  color: #E95229;
}

h3.center,
.h3.center {
  text-align: center;
}

h4,
.h4 {
  color: #373F48;
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-transform: uppercase;
}

.main-menu {
  background: #E95229;
  position: fixed;
  top: 0;
  width: calc(100% - 300px);
  left: 300px;
  /*transform: translateX(-150%);*/
  padding: 100px;
  height: 100vh;
  transform: translateX(-150%);
  transition: 0.8s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-menu__list {
  columns: 3;
  color: #fff;
  width: 100%;
}

.sidebar__header_navback {
  display: none;
}

.main-menu.active {
  /* transform: translateX(0); */
  display: none;
}

.main-menu li {
  margin-bottom: 4vh;
}

.main-menu .bold a {
  font-weight: 700;
}

.main-menu .button a {
  background: #fff;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  color: #E95229;
  max-width: 200px;
}

.main-menu__footer {
  width: 100%;
  margin-top: 5vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__footer p {
  color: #fff;
  font-size: 16px;
  max-width: 220px;
}


.main-menu a {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-menu .sub-menu {
  margin-top: 2vh;
}

.main-menu .sub-menu li {
  margin-bottom: 1vh;
}

.main-menu .sub-menu a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  text-transform: none;
}


.countdownHolder {
  width: 450px;
  margin: 0 auto;
  font: 30px/1.5 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1.7em;
  overflow: hidden;
  position: relative;
  width: 0.55em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  width: 0.5em;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
}

.countdownHolder .digit.static {
  margin-top: 18px;
}

.countdownHolder .coundDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px;
}

.countdownHolder .countDiv {
  display: none;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.9em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  font-family: Roboto;
  letter-spacing: 0px;
}

.fsb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slick-prev,
.slick-next {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #EEEEEE;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 1;
  right: 0;
  left: auto;
  top: -20px;
  -ms-transform: none;
  transform: none;
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  background-image: url(../img/icons/prev.svg);
}

.slick-next {
  background-image: url(../img/icons/next.svg);
  bottom: -20px;
  top: auto;
}

.polylang_langswitcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar__wrapper .polylang_langswitcher a {
  color: #373F48;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.sidebar__wrapper .polylang_langswitcher .current-lang a {
  color: #E95229;
  font-weight: 600;
}
.header .polylang_langswitcher {
  position: absolute;
  top: -22px;
  right: 10px;
  z-index: 999;
}
.header .polylang_langswitcher a {
  color: #ABABAB;
}
.header .lnk_modal {
  color: #E95229;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.42px;
  border-bottom: 1px dashed #e95229;
}
.header .lnk_modal:hover {
  border-color: transparent;
}
.header .polylang_langswitcher .current-lang a {
  color: #fff;
  font-weight: 600;
}

form.standart-form {
  max-width: 400px;
  text-align: center;
}

form.standart-form input.name,
form.standart-form input.email,
form.standart-form input.phone {
  width: 300px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

form.standart-form input.email {
  margin-top: 15px;
}

form.standart-form:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

form.standart-form.loading:after {
  display: block;
}

.btn__order {
  background: #E95229;
  width: 120px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}

.btn__calc {
  width: 140px;
  border: 1px solid #E95229;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  color: #E95229;
}

a.more__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

a.more__link span {
  margin-right: 10px;
  font-weight: bold;
}
#sidebar {
  margin-top: 26px;
}
.sidebar {
  padding: 20px;
  height: calc(100vh - 26px);
  top: 26px;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  /* overflow: auto; */
}

.sidebar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__header_btn {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  z-index: 150;
  /*display: none; */

}

.sidebar__header_btn span {
  background: #373F48;
  height: 3px;
  width: 100%;
  transition: 0.3s ease;
}

.sidebar__header_btn span:first-child {
  width: 14px;
}

.sidebar__header_btn:hover span {
  background-color: #E95229;
}

.sidebar.active .sidebar__header_btn span:nth-child(1) {
  -ms-transform: translate(1px, 4px) rotate(45deg);
  transform: translate(1px, 4px) rotate(45deg);
  width: 20px;
}

.sidebar.active .sidebar__header_btn span:nth-child(2) {
  -ms-transform: translate(1px, -3px) rotate(-45deg);
  transform: translate(1px, -3px) rotate(-45deg);
}

.sidebar__header_btn {
  display: none;
}

.sidebar__menu {
  height: 60vh;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.3s ease;
  min-height: 400px;
  margin-bottom: 30px;
}

.sidebar__menu li ul {
  width:0;
  height:0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 37px;
}
.sidebar__menu li:nth-child(7) ul {
  top: -200%;
}
/* .sidebar__menu li.item:hover ul:after {
  position: fixed;
  content:"";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 300px;
  z-index: -1;
  background: rgba(55, 63, 72, 0.50);
} */


.sidebar__menu li.item.active .item-overlay {
  position: fixed;
  content:"";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 300px;
  z-index: -1;
  background: rgba(55, 63, 72, 0.50);
}
.sidebar__menu li:hover>ul {
  width:285px;
  height: auto;
  overflow: unset;
}
.sidebar__menu li:hover>ul::-webkit-scrollbar {
  width: 5px;
}

.sidebar__menu li:hover>ul::-webkit-scrollbar-track {
  background: #aeaeae;
}
.sidebar__menu li:hover>ul::-webkit-scrollbar-thumb {
  background-color: #373f48;
  border-radius: 4px;
  border: 3px solid #333;
}

.sidebar__menu li ul a {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 0;
}
.sidebar__menu li ul a:hover {
  color: #E95229;
}
.sidebar__menu li.submenu::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 19px;
  width: 6px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 1L5 5.5L1 10' stroke='%23373F48'/%3E%3C/svg%3E");
}
.sidebar__menu li ul li.submenu:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 1L5 5.5L1 10' stroke='%23E95229'/%3E%3C/svg%3E");
}
.sidebar__menu li ul li:last-child {
  border-bottom: 1px solid #eee;
}
.sidebar__menu li ul li:hover>ul {
  padding: 0;
  width: 250px;
}

.sidebar__menu li {
  position: relative;
}

.sidebar__menu .item__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__menu .item__link_icon {
  width: 45px;
}

.sidebar__menu .item__link_icon p {
  display: block;
}

.sidebar__menu .item__link_icon svg {
  width: 30px;
  display: block;
  height: auto;
}

.sidebar__menu .item__link_icon path,
.sidebar__menu .item__link_icon stroke {
  transition: 0.3s ease;
}

.sidebar__menu .item__link_text {
  transition: 0.3s ease;
  font-size: 14px;
}

.sidebar__menu .item__link:hover .item__link_icon path,
.sidebar__menu .item__link.active .item__link_icon path {
  stroke: #E95229;
}

.sidebar__menu .item__link:hover .item__link_text,
.sidebar__menu .item__link.active .item__link_text {
  color: #E95229;
}

.sidebar__menu .item:last-child:hover .item__link_icon path {
  stroke: #E95229;
  fill: none;
}

.sidebar__wrapper .additional-menu__list,
.sidebar__wrapper .header__additional-text,
.sidebar__wrapper .header__phones,
.sidebar__wrapper .header__lang {
  display: none;
}

.sidebar__wrapper {
  height: calc(100vh - 140px);
}

.sidebar__footer {
  transition: 0.3s ease;
}

.sidebar__footer_text {
  color: #E95229;
  font-size: 14px;
  text-transform: uppercase;
  height: 6vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(142, 142, 142, 0.15);
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
  min-height: 35px;
}

.sidebar__footer_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 8vh;
  font-size: 14px;
  line-height: 140%;
  min-height: 50px;
}

.sidebar__footer_link path {
  transition: 0.3s ease;
}

.sidebar__footer_link span {
  margin-left: 24px;
  transition: 0.3s ease;
}

.sidebar__footer_link:hover path {
  fill: #E95229;
}

.sidebar__footer_link:hover span {
  color: #E95229;
}

.sidebar__footer_btn {
  background: #E95229;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}

.top-menu__list {
  background: #373F48;
  padding: 2px 10px 3px;
  color: #FFF;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0.39px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.top-menu__list a {
  color: #fff;
}
.top-menu__list a:hover {
  color: #F59A37;
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 87px;
  position: fixed;
  top: 0;
  margin: 26px 0 0 -1px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 9991;
}

.header__lang a {
  margin-right: 14px;
}


.header__address ul {
  display: flex;
  gap: 30px;
}
.header__address ul li {
  padding-left: 30px;
  color: #373F48;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.48px;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.8333 7.50002C15.8333 6.73398 15.6824 5.97543 15.3893 5.2677C15.0961 4.55997 14.6664 3.91691 14.1247 3.37523C13.5831 2.83356 12.94 2.40388 12.2323 2.11072C11.5245 1.81757 10.766 1.66669 9.99996 1.66669C9.23392 1.66669 8.47537 1.81757 7.76764 2.11072C7.05991 2.40388 6.41684 2.83356 5.87517 3.37523C5.33349 3.91691 4.90381 4.55997 4.61066 5.2677C4.31751 5.97543 4.16663 6.73398 4.16663 7.50002C4.16663 8.65585 4.50746 9.73085 5.08746 10.6375H5.08079L9.99996 18.3334L14.9191 10.6375H14.9133C15.514 9.70134 15.8333 8.61237 15.8333 7.50002ZM9.99996 10C9.33692 10 8.70103 9.73663 8.23219 9.26779C7.76335 8.79895 7.49996 8.16306 7.49996 7.50002C7.49996 6.83698 7.76335 6.20109 8.23219 5.73225C8.70103 5.26341 9.33692 5.00002 9.99996 5.00002C10.663 5.00002 11.2989 5.26341 11.7677 5.73225C12.2366 6.20109 12.5 6.83698 12.5 7.50002C12.5 8.16306 12.2366 8.79895 11.7677 9.26779C11.2989 9.73663 10.663 10 9.99996 10Z' fill='%23373F48'/%3E%3C/svg%3E");
}
.header__address ul li span {
color: #e95229;
}
.header__phones {
  display: flex;
  align-items: center;
  width: 250px;
  background-color: #fff;
  position: relative;
}

.header__phones path {
  transition: 0.2s linear;
}

.header__phones_icon {
  width: 28px;
  height: 28px;
  border: 1px solid #8E8E8E;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phones_icon-vb {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding-right: 1px;
  border: 1px solid #9055A9;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  transition: 0.2s linear;
  align-items: center;
}

.header__phones_icon-vb:hover {
  background: #9055A9;
}

.header__phones_icon-vb:hover path {
  fill: #fff;
}

.header__phones_icon-tg {
  width: 28px;
  height: 28px;
  padding-right: 2px;
  margin-right: 10px;
  border: 1px solid #0088CC;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phones_icon-tg:hover {
  background: #0088CC;
}

.header__phones_icon-tg:hover path {
  fill: #fff;
}

.header__phones_list {
  padding-right: 20px;
  max-height: 20px;
  overflow: hidden;
  position: absolute;
  left: 110px;
  top: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  transition: 0.5s ease;
}

.header__phones_list a {
  font-size: 14px;
  line-height: 140%;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s ease;
}

.header__phones_list a:hover {
  color: #E95229;
}

.header__phones_show {
  width: 10px;
  height: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.header__phones.active .header__phones_list {
  max-height: 200px;
  z-index: 100;
}

.page-heading {
  min-height: 640px;
  position: relative;
  margin-left: 60px;
  padding-left: 55%;
  padding-top: 120px;
}

.page-heading__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #000;
  overflow: hidden;
}

.page-heading__image img {
  min-width: 100%;
  min-height: 100%;
}

.page-heading__title {
  background: #FFFFFF;
  padding: 20px 30px;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: -300px;
  z-index: 2;
  position: relative;
  margin-right: 2px;
}

.page-heading__text {
  max-width: 500px;
}

.page-heading__text strong,
.page-heading__text b {
  font-weight: 700;
}

.page-heading__text a {
  text-decoration: underline;
  color: #E95229;
}

.page-heading .social {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(80px, -50%);
  transform: translate(80px, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-heading .social__link {
  display: inline-block;
  margin: 20px;
}

.page-heading .social__link path {
  transition: 0.3s ease;
}

.page-heading .social__link:hover path {
  fill: #E95229;
}


.section-pagenav {
  margin-left: 60px;
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-pagenav .pagenav__link {
  color: #373F48;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 250%;
  text-transform: uppercase;
  margin-right: 40px;
  transition: 0.3s ease;
}

.section-pagenav .pagenav__link:hover {
  color: #E95229;
}

.section-gallery {
  margin-left: 60px;
  padding: 60px 0;
}

.section-gallery .gallery {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-gallery .gallery__item {
  max-width: calc(25% + 5px);
  width: 100%;
  margin-bottom: 10px;
  height: 274px;
  padding: 20px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.3s ease;
}

.section-gallery .gallery__item_image {
  left: 0;
  top: 0;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.section-gallery .gallery__item_title {
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease;
}

.section-gallery .gallery__item_text {
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease;
}

.section-gallery .gallery__item:first-child,
.section-gallery .gallery__item:nth-child(5) {
  max-width: calc(50% - 30px);
}

.section-gallery .gallery__item:hover {
  background: rgba(55, 63, 72, 0.8);
}

.section-gallery .gallery__item:hover .gallery__item_text,
.section-gallery .gallery__item:hover .gallery__item_title {
  opacity: 1;
}

.section-gallery .gallery__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  width: 120px;
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 24px;
  z-index: 5;
}

.section-gallery .gallery__button_text {
  font-weight: bold;
  margin-right: 10px;
}

.section-form {
  background: #FCF6EC;
  position: relative;
  padding: 50px 0;
  margin: 60px 0;
}

.section-form:before {
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FCF6EC;
}

.section-form .form {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-form .form__header {
  width: 50%;
  padding-left: 60px;
}

.section-form .form__header_subtitle {
  font-size: 16px;
  line-height: 160%;
}

.section-form .form__body {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-form .form__body_part {
  width: 50%;
}

.section-form .form__body__footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-form .form__button {
  width: 210px;
  height: 60px;
  background: #373F48;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  border: none;
  transition: all 0.3s linear;
  color: #fff;
}

.section-form .form__button.disabled {
  opacity: 0.5;
}

.section-form .form__agree {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-form .form__agree.focused {
  border: 1px solid red;
}

.section-form .form__agree input {
  display: none;
}

.section-form .form__agree input:checked+.form__agree_text:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  -ms-transform: translateY(-50%);
  background: #EC7734;
}

.section-form .form__agree_text {
  color: #8E8E8E;
  font-size: 11px;
  max-width: 250px;
  position: relative;
  padding-left: 23px;
}

.section-form .form__agree_text:before {
  border: 1px solid #8E8E8E;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
}

.section-form .form__agree_text:after {
  display: none;
  background: #8E8E8E;
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 5px;
  height: 5px;
}

.section-form .form__agree_text a {
  text-decoration: underline;
  color: #8E8E8E;
}

.section-form input,
.section-form textarea {
  width: 210px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #373F48;
  line-height: 30px;
  margin-bottom: 40px;
  height: 30px;
  resize: none;
}

.section-form textarea {
  overflow: hidden;
  line-height: 16px;
}

.section-reviews {
  padding: 60px 0;
}

.section-reviews .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-reviews .reviews__title {
  width: 100%;
  max-width: 25%;
  padding-left: 60px;
}

.section-reviews .reviews__slider {
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-reviews .reviews__slider_content {
  border-left: 1px solid #E95229;
  width: 66.6%;
  padding: 0 50px;
}

.section-reviews .reviews__slider_nav {
  width: 33.3%;
  text-align: right;
}

.section-reviews .reviews__slider_nav .slick-list {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  padding-right: 20px !important;
}

.section-reviews .reviews__slider_nav p {
  margin: 15px 0;
  font-family: Oswald;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #8E8E8E;
  position: relative;
  padding-right: 30px;
  transition: 0.3s ease;
  cursor: pointer;
}

.section-reviews .reviews__slider_nav p:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EEEEEE;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section-reviews .reviews__slider_nav p:hover {
  color: #E95229;
}

.section-reviews .reviews__slider_nav .slick-current {
  color: #E95229;
}

.section-reviews .reviews__slider_nav .slick-current:before {
  background-color: #E95229;
}

.section-reviews .reviews__slider_nav .slick-current:after {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #E95229;
  border-radius: 50%;
  top: 50%;
  right: 0;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
}

.section-reviews .review__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 5px;
}

.section-reviews .review__subtitle {
  margin-bottom: 30px;
}

.section-reviews .review__text {
  color: #8E8E8E;
  margin-bottom: 40px;
}

.section-reviews .review__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-reviews .review__media_video {
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-reviews .review__media_video span {
  margin-left: 14px;
  font-family: Oswald;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E95229;
}

.section-seo {
  padding: 50px 0;
  position: relative;
}

.section-seo:before {
  content: '';
  height: 500px;
  width: 5000px;
  position: absolute;
  left: 0;
  top: 100px;
  background: #FCF6EC;
  z-index: -1;
}

.section-seo .seo {
  padding-left: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.section-seo .seo__image {
  width: calc(50% - 30px);
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.section-seo .seo__image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-seo .seo__text {
  width: calc(50% - 30px);
  padding: 30px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 2;
}

.section-seo .seo__text p {
  max-width: 90%;
}

.section-seo h3 {
  margin-bottom: 30px;
}

.section-seo h4 {
  margin-bottom: 5px;
}

.section-seo p {
  margin-bottom: 10px;
  /*color: #8E8E8E;*/
}

.section-seo ul {
  list-style-type: disc;
  padding-left: 15px;
}

.section-seo ul li {
  /*color: #8E8E8E;*/
  margin-bottom: 10px;
}

.section-seo .st2 {
  position: relative;
}

.section-seo .st2:after {
  content: '';
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
}

.section-brands {
  padding-top: 20px;
  margin-left: 60px;
}

.section-brands .brands {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-brands .brands__slider {
  width: calc(100% - 150px);
}

.section-brands .brands__slider img {
  margin: 0 15px;
}

.section-brands .brands__link {
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-brands .brands__link span {
  margin-right: 10px;
}

.section-sertificats {
  margin-left: 60px;
  padding: 40px 0;
}

.section-sertificats .sertificats__slider img {
  width: 80px;
  margin: 0 15px;
}

.section-blog {
  padding: 60px 0;
  /* padding-left: 60px;  */

}

.section-blog .posts {
  margin-top: 30px;
}

.section-blog .post {
  width: 270px;
  margin-right: 50px;
}

.section-blog .post__image {
  height: 190px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.section-blog .post__image img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.section-blog .post__title {
  font-size: 16px;
  line-height: 150%;
  height: 50px;
  overflow: hidden;
  display: block;
}

.section-blog .post .line {
  width: 50px;
  height: 1px;
  background-color: #E95229;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-blog .post__text {
  /*color: #8E8E8E;*/
  max-height: 80px;
  overflow: hidden;
}

.section-blog .post__text p {
  margin: 0;
}

.section-home-slider .slide {
  display: block;
}

.section-home-slider {
  position: relative;
  margin-bottom: 60px;
}

.section-home-slider .social {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(80px, -50%);
  transform: translate(80px, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-home-slider .social__link {
  display: inline-block;
  margin: 20px;
}

.section-home-slider .social__link path {
  transition: 0.3s ease;
}

.section-home-slider .social__link:hover path {
  fill: #E95229;
}

.home-slider {
  padding-left: 1px;
}

.home-slider .custom_dots {
  right: 70px;
  bottom: 30px;
  position: absolute;
}

.home-slider .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #fff;
}

.home-slider .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.home-slider .custom_dots .line {
  width: 150px;
  background: #fff;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.home-slider .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.home-slider .slick-prev,
.home-slider .slick-next {
  bottom: 30px;
  top: auto;
  -ms-transform: none;
  transform: none;
  right: 30px;
  left: auto;
  z-index: 10;
  background: url(../img/home-slider-next.svg) 50% no-repeat;
}

.home-slider .slick-prev {
  right: 280px;
  background: url(../img/home-slider-prev.svg) 50% no-repeat;
}

.home-slider .slide {
  position: relative;
  height: 640px;
}

.home-slider .slide__image {
  width: calc(100% - 120px);
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.home-slider .slide__image:before {
  content: '';
  background: linear-gradient(6.85deg, #373F48 -25.57%, rgba(55, 63, 72, 0.2) 20.38%, rgba(55, 63, 72, 0) 50.59%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-slider .slide__content {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 5;
}

.home-slider .slide__title {
  max-width: 600px;
  font-family: Oswald;
  font-weight: 300;
  font-size: 42px;
  line-height: 180%;
  text-transform: uppercase;
  z-index: 5;
  margin-bottom: 36px;
}

.home-slider .slide__title span {
  background-color: #fff;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.home-slider .slide__title b {
  color: #E95229;
}

.home-slider .slide__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.home-slider .slide__link span {
  margin-right: 12px;
  transition: 0.3s ease;
}

.home-slider .slide__link svg {
  transition: 0.3s ease;
}

.home-slider .slide__link:hover span {
  color: #E95229;
}

.home-slider .slide__link:hover svg {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.home-slider .slide__desc {
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 400px;
  position: absolute;
  bottom: 20px;
  left: 35px;
}

.section-production {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-production h2 {
  margin-left: 120px;
}

.section-production .items {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-production .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.section-production .item__image {
  height: 246px;
  overflow: hidden;
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.section-production .item__image img {
  transition: 0.5s ease;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.section-production .item__image:hover {
  background: rgba(55, 63, 72, 0.8);
}

.section-production .item__image:hover img {
  opacity: 0.9;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-production .item__title {
  margin-bottom: 16px;
}

.section-production .item__title a {
  transition: 0.3s ease;
}

.section-production .item__title:hover a {
  color: #E95229;
}

.section-production .item__content {
  margin-left: 40px;
}

.section-production .item__link {
  color: #E95229;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.section-production .item__link:after {
  content: '';
  background-color: #E95229;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s ease;
}

.section-production .item__link:hover:after {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.section-production .item:nth-child(1) .item__image,
.section-production .item:nth-child(8) .item__image {
  margin-left: 120px;
  width: calc(50% - 120px);
}

.section-production .item:nth-child(2),
.section-production .item:nth-child(7),
.section-production .item:nth-child(9) {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-production .item:nth-child(2) .item__image,
.section-production .item:nth-child(7) .item__image,
.section-production .item:nth-child(9) .item__image {
  -ms-flex-order: 2;
  order: 2;
}

.section-production .item:nth-child(2) .item__content,
.section-production .item:nth-child(7) .item__content,
.section-production .item:nth-child(9) .item__content {
  margin-right: 40px;
  margin-left: 0;
}

.section-production .item:nth-child(3),
.section-production .item:nth-child(6) {
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.section-production .item:nth-child(3) .item__image,
.section-production .item:nth-child(6) .item__image {
  width: 25%;
}

.section-production .item:nth-child(4),
.section-production .item:nth-child(5) {
  width: 50%;
}

.section-production .item:nth-child(4) .item__image,
.section-production .item:nth-child(5) .item__image {
  width: 50%;
}

.section-trust {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-trust .trust__title {
  width: 25%;
  padding-left: 60px;
  padding-top: 40px;
}

.section-trust .items {
  padding-left: 2px;
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-trust .item {
  width: 33.33%;
}

.section-trust .item__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

body:not(.page-template-page-about) .section-trust .item__image img {
  transition: 0.3s ease;
  max-width: 100%;
  filter: grayscale(100%);
}

body:not(.page-template-page-about) .section-trust .item:hover .item__image img {
  filter: grayscale(0);
}

.section-plant {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-plant .plant__gallery {
  width: 50%;
}

.section-plant .plant__content {
  width: 50%;
  padding-left: 90px;
}

.section-plant .plant__text {
  margin-top: 20px;
  margin-bottom: 40px;
}

/*   .section-plant .plant__text p {
      margin-bottom: 20px;
      color: #8E8E8E; }*/
.section-plant .plant__link {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease;
}

.section-plant .plant__link svg {
  transition: 0.3s ease;
}

.section-plant .plant__link span {
  margin-right: 9px;
}

.section-plant .plant__link:hover {
  color: #E95229;
}

.section-plant .plant__link:hover svg {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.section-plant .plant__slider_for {
  margin-bottom: 10px;
}

.section-plant .plant__slider_for .slide {
  height: 320px;
  overflow: hidden;
  position: relative;
}

.section-plant .plant__slider_for .slide.video:before {
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(55, 63, 72, 0.8), rgba(55, 63, 72, 0.8));
  position: absolute;
  left: 0;
  top: 0;
}

.section-plant .plant__slider_for .slide img {
  min-height: 100%;
  width: 100%;
}

.section-plant .plant__slider_for .slide__link {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-plant .plant__slider_for .slide__link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 43.3px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

.section-plant .plant__slider_nav .slide {
  height: 80px;
  margin-right: 10px;
  width: 130px;
  position: relative;
}

.section-plant .plant__slider_nav .slide.video:before {
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(55, 63, 72, 0.8), rgba(55, 63, 72, 0.8));
  position: absolute;
  left: 0;
  top: 0;
}

.section-plant .plant__slider_nav .slide img {
  width: 100%;
  min-height: 100%;
}

.section-plant .plant__slider_nav .slide__link {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-plant .plant__slider_nav .slide__link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

.section-service {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-service h3 {
  margin-right: 10px;
  width: 100%;
}

.section-service .service__left {
  width: 25%;
  padding-left: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-service .service__right {
  width: 75%;
}

.section-service .service__name {
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}

.section-service .service__name:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/2arr.svg) 50% no-repeat;
  left: -20px;
  top: 4px;
  position: absolute;
}

.section-service .service__name.slick-current {
  color: #E95229;
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.section-service .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 400px;
  overflow: hidden;
}

.section-service .slide__content {
  width: 50%;
  background: #FCF6EC;
  padding: 30px;
  height: 100%;
  position: relative;
}

.section-service .slide__image {
  width: 50%;
  overflow: hidden;
}

.section-service .slide__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-service .slide__title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 8px;
}

.section-service .slide__text {
  margin-bottom: 30px;
}

.section-service .slide__text p {
  margin-bottom: 12px;
}

.section-service .slide__link {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-service .slide__link span {
  margin-right: 9px;
  transition: 0.3s ease;
}

.section-service .slide__link svg {
  transition: 0.3s ease;
}

.section-service .slide__link:hover {
  color: #E95229;
}

.section-service .slide__link:hover svg {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.section-service .slide__number {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: Oswald;
  font-weight: 300;
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section-team {
  padding-left: 60px;
  padding-top: 60px;
}

.section-team .member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 625px;
  height: 470px;
}

.section-team .member__photo {
  margin-right: 30px;
  width: 340px;
  height: 470px;
  overflow: hidden;
}

.section-team .member__photo img {
  min-width: 100%;
  min-height: 100%;
}

.section-team .member__content {
  width: 100%;
  max-width: 250px;
  padding-top: 100px;
}

.section-team .member__header {
  background-color: #fff;
  padding: 20px 30px;
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  margin-bottom: 25px;
}

.section-team .member__name {
  font-family: Oswald;
  font-weight: 300;
  font-size: 21px;
  line-height: 180%;
  text-transform: uppercase;
  color: #E95229;
}

.section-team .member__text {
  /*color: #8E8E8E;*/
  margin-bottom: 40px;
}

.section-team .member__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease;
}

.section-team .member__link svg {
  transition: 0.3s ease;
}

.section-team .member__link:hover {
  color: #E95229;
}

.section-team .member__link:hover svg {
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.section-team .member__link span {
  font-weight: bold;
  margin-right: 10px;
}

.section-objects {
  padding-bottom: 60px;
}

.section-objects h3 {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-left: 60px;
}

.section-objects .object {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-objects .object__content {
  padding-left: 60px;
  padding-top: 70px;
  width: calc(50% - 50px);
}

.section-objects .object__gallery {
  width: calc(50% + 40px);
  height: 450px;
  position: relative;
}

.section-objects .object__gallery_item {
  width: calc(50% - 20px);
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.section-objects .object__gallery_item.video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(55, 63, 72, 0.8), rgba(55, 63, 72, 0.8));
  left: 0;
  top: 0;
}

.section-objects .object__gallery_item:nth-child(1) {
  height: 100%;
  left: 0;
  top: 0;
}

.section-objects .object__gallery_item:nth-child(1) img {
  min-width: 100%;
  min-height: 100%;
}

.section-objects .object__gallery_item:nth-child(2) {
  height: 205px;
  right: 0;
  top: 0;
}

.section-objects .object__gallery_item:nth-child(2) img {
  min-width: 100%;
  min-height: 100%;
}

.section-objects .object__gallery_item:nth-child(3) {
  height: 205px;
  right: 0;
  bottom: 0;
}

.section-objects .object__gallery_item:nth-child(3) img {
  min-width: 100%;
  min-height: 100%;
}

.section-objects .object__gallery_video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-objects .object__gallery_video:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

.section-objects .object__title {
  font-size: 22px;
  line-height: 160%;
  color: #E95229;
  margin-bottom: 20px;
}

.section-objects .item {
  margin-bottom: 24px;
}

.section-objects .item__name {
  color: #8E8E8E;
  margin-bottom: 4px;
}

.section-objects .item__value {
  font-size: 16px;
  line-height: 160%;
}

.section-objects .custom_dots_2 {
  width: 210px;
  position: absolute;
  bottom: 0;
  left: 60px;
  background: #FCF6EC;
  height: 55px;
  text-align: center;
  padding-top: 12px;
}

.section-objects .custom_dots_2 li {
  display: none;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 180%;
}

.section-objects .custom_dots_2 li span {
  font-size: 24px;
  line-height: 120%;
  color: #E95229;
}

.section-objects .custom_dots_2 li.slick-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-objects .slick-prev,
.section-objects .slick-next {
  bottom: 17px;
  top: auto;
  left: 60px;
  right: auto;
  z-index: 10;
  background: url(../img/prev_2.svg) 50% no-repeat;
}

.section-objects .slick-prev:before,
.section-objects .slick-next:before {
  display: none;
}

.section-objects .slick-next {
  left: 230px;
  background: url(../img/next_2.svg) 50% no-repeat;
}

.section-windows {
  padding: 60px 0;
  position: relative;
  padding-left: 160px;
}

.section-windows .windows__slider_nav {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 150px;
  width: 260px;
}

.section-windows .windows__slider_nav .nav__item {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 140%;
  padding-left: 22px;
  background: #EDEDED;
}

.section-windows .windows__slider_nav .nav__item.slick-current {
  background: #FFFFFF;
  border-left: 3px solid #E95229;
}

.section-windows .windows__slider_for {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  width: 100%;
  padding-left: 140px;
  margin-top: 25px;
}

.section-windows .models__slider_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-windows .models__slider_nav .nav__item {
  margin: 0 60px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-windows .models__slider_nav .nav__item.slick-active {
  border-top: 3px solid #E95229;
  font-weight: 400;
}

.section-windows .model {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 60px;
  padding-bottom: 40px;
}

.section-windows .model__image {
  width: 215px;
}

.section-windows .model__image img {
  max-width: 100%;
}

.section-windows .model__features {
  width: 100%;
  max-width: 300px;
}

.section-windows .model__features_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 20px;
}

.section-windows .model .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}

.section-windows .model .feature__name {
  color: #8E8E8E;
  width: 200px;
}

.section-windows .model__properties {
  width: 100%;
  max-width: 200px;
}

.section-windows .model__properties_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 20px;
}

.section-windows .model .property {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-windows .model .property__name {
  margin-right: 5px;
}

.section-windows .model .property__value {
  font-weight: 700;
  color: #E95229;
}

.section-windows .model .property__scale {
  margin-top: 3px;
  width: 100%;
  background: #D2D2D2;
  height: 4px;
  position: relative;
}

.section-windows .model .property__scale_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #E95229;
}

.section-windows .model__description {
  width: 100%;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.section-windows .model__description_title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.section-windows .model__description_text {
  /*color: #8E8E8E;*/
  max-height: 90px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.section-windows .model__description_text::-webkit-scrollbar {
  width: 2px;
}

.section-windows .model__description_text::-webkit-scrollbar-track {
  background: #DFDFDF;
}

.section-windows .model__description_text::-webkit-scrollbar-thumb {
  background: #E95229;
}

.section-windows .model__footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-windows .model__price_full {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #8C8C8C;
}

.section-windows .model__price_discount {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E95229;
}

.section-windows .model__price_discount b {
  font-size: 42px;
  font-weight: normal;
  line-height: 140%;
}

.section-windows .model__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-windows .model .spec {
  position: relative;
}

.section-windows .model .spec:hover .spec__popup {
  display: block;
}

.section-windows .model .spec__popup {
  position: absolute;
  right: calc(100% + 15px);
  bottom: -15px;
  background: #FCF6EC;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 300px;
  display: none;
}

.section-windows .model .spec__popup:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fcf6ec;
  position: absolute;
  bottom: 15px;
  right: -15px;
}

.section-windows .model .spec__title {
  font-size: 14px;
  line-height: 100%;
  color: #E95229;
  margin-bottom: 14px;
}

.section-windows .model .spec__text {
  color: #8E8E8E;
  margin-bottom: 14px;
}

.section-windows .model .spec__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-windows .model .spec__link span {
  margin-right: 10px;
  font-weight: bold;
}

.section-windows .btn__order {
  margin: 0 20px;
}

.section-windowselect {
  padding: 60px 0;
  padding-left: 60px;
}

.section-windowselect .items {
  margin-top: 60px;
}

.section-windowselect .item {
  width: 100%;
  max-width: 300px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-right: 60px;
}

.section-windowselect .item__icon {
  height: 60px;
  max-height: 100%;
}

.section-windowselect .item__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  color: #E95229;
}

.section-windowselect .item__text {
  /*color: #8E8E8E;*/
  transition: 0.3s ease;
  margin-bottom: 8px;
}

.section-windowselect .item__link {
  transition: 0.3s ease;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-windowselect .item__link span {
  margin-right: 10px;
}

.section-windowselect .item:hover .item__text {
  color: #373F48;
}

.section-windowselect .item:hover .item__link {
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-weight: 700;
}

.section-windowselect .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.section-windowselect .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-windowselect .custom_dots li span {
  color: #E95229;
}

.section-windowselect .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-windowselect .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-windowselect .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-windowselect .slick-prev,
.section-windowselect .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-windowselect .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-windowselect .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.section-buywith {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: normal;
  justify-content: normal;
  -ms-flex-align: center;
  align-items: center;
}

.section-buywith h3 {
  width: 25%;
  padding-left: 60px;
}

.section-buywith .products {
  width: 75%;
}

.section-buywith .product {
  position: relative;
  width: 280px;
}

.section-buywith .product__image {
  width: 200px;
  height: 286px;
  overflow: hidden;
  position: relative;
}

.section-buywith .product__image:before {
  transition: 0.3s ease;
  content: '';
  background: linear-gradient(0deg, rgba(55, 63, 72, 0.8), rgba(55, 63, 72, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.section-buywith .product__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-buywith .product__content {
  width: 200px;
  background: #FFFFFF;
  position: absolute;
  padding: 5px 10px;
  bottom: 10px;
  right: 0;
  overflow: hidden;
}

.section-buywith .product__name {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  color: #E95229;
}

.section-buywith .product__btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #E95229;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.section-buywith .product.focused .product__image:before,
.section-buywith .product:hover .product__image:before {
  opacity: 1;
}

.section-buywith .product.focused .product__btn,
.section-buywith .product:hover .product__btn {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section-table-prices {
  padding: 60px 0;
  padding-left: 60px;
}
.section-table-prices .table-prices__subtitle.seoblock {
  padding-left: 0;
}
.section-table-prices .table-prices__subtitle span,
.section-windows__subtitle span {
  color: #e95229;
}
.section-table-prices .prices-table {
  text-align: center;
  margin-top: 60px;
  background-color: #fff;
}

.section-table-prices .prices-table .table-header {
  display: -ms-flexbox;
  display: flex;
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
}

.section-table-prices .prices-table .table-header .window-class {
  font-weight: 600;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 147%;
  text-transform: uppercase;
  color: #fff;
}

.section-table-prices .prices-table .table-header .window-class.basic {
  background: #BDC4CB;
}

.section-table-prices .prices-table .table-header .window-class.standart {
  background: #778697;
}

.section-table-prices .prices-table .table-header .window-class.optima {
  background: #4C5763;
}

.section-table-prices .prices-table .table-header .window-class.premium {
  background: #373F48;
}

.section-table-prices .prices-table .window-param-header {
  width: calc(50% - 30px);
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.section-table-prices .prices-table .window-param-header:before {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  content: '';
  top: 0;
  letter-spacing: 0;
  width: 700px;
  height: 1px;
  background-color: #DCDDDF;
  -ms-transform: rotate(7.5deg) translate(-20px, 3px);
  transform: rotate(7.5deg) translate(-20px, 3px);
  position: absolute;
}

.section-table-prices .prices-table .window-param-header span {
  font-size: 12px;
  line-height: 147%;
}

.section-table-prices .prices-table .window-class {
  width: calc(10% + 6px);
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
}

.section-table-prices .prices-table .window-param {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-table-prices .prices-table .window-param .window-size {
  width: calc(10% + 6px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.section-table-prices .prices-table .window-param .window-type {
  width: calc(40% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.section-table-prices .prices-table .window-param .window-class-options {
  width: calc(10% + 6px);
  text-align: center;
}

.section-table-prices .prices-table .window-param .window-class-options p {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.section-table-prices .prices-table .window-item {
  /*align-items: flex-start;*/
  display: -ms-flexbox;
  display: flex;
}

.section-table-prices .prices-table .window-item:last-child {
  align-items: stretch;
}



.page-windows .section-table-prices .prices-table .window-item:last-child .window-sizes .window__size {
  height: 100%;
}

.page-windows .section-table-prices .prices-table .window-item:last-child .window-price {
  height: 100%;
}

.section-table-prices .prices-table .window-item .window-sizes {
  width: calc(10% + 6px);
}

.section-table-prices .prices-table .window-item .window-sizes .window__size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.section-table-prices .prices-table .window-item .window-type {
  border: 1px solid rgba(0, 0, 0, 0.04);
  width: calc(40% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  text-align: left;
}

.section-table-prices .prices-table .window-item .window-type__photo {
  /*max-width: 100px;*/
  margin-right: 20px;
}

.section-table-prices .prices-table .window-item .window-type__photo img {
  width: auto;
  height: 100px;
}

.section-table-prices .prices-table .window-item .window-class {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  color: rgba(0, 0, 0, 0.87);
}

.section-table-prices .prices-table .window-item .window-price {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.section-unique-windows {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.section-unique-windows:before {
  content: '';
  height: calc(100% - 120px);
  width: 100px;
  right: 0;
  top: 50%;
  position: absolute;
  background: #FCF6EC;
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.section-unique-windows .block {
  width: 25%;
  padding-left: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}

.section-unique-windows .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.section-unique-windows .item__icon {
  width: 50px;
}

.section-unique-windows .item__name {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-unique-windows .item.slick-current .item__name {
  color: #E95229;
}

.section-unique-windows .unique-windows__for {
  width: 75%;
}

.section-unique-windows .window {
  height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-unique-windows .window__gallery {
  width: 40%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #EEEEEE;
  padding: 30px;
}

.section-unique-windows .window__content {
  width: 60%;
  background: #FCF6EC;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-unique-windows .window__image {
  height: 200px;
  margin-bottom: 30px;
}

.section-unique-windows .window__image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.section-unique-windows .window__types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-unique-windows .window__types .type {
  width: 50%;
}

.section-unique-windows .window__types .type__icon img {
  margin: 0 auto;
}

.section-unique-windows .window__types_title {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 180%;
  color: #E95229;
}

.section-unique-windows .window__title {
  font-size: 16px;
  line-height: 180%;
  color: #E95229;
  margin-bottom: 6px;
}

.section-unique-windows .window__text {
  width: 100%;
  /*color: #8E8E8E;*/
}

.section-unique-windows .window__text p {
  margin-bottom: 10px;
}

.section-unique-windows .window__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #373F48;
  margin-top: auto;
}

.section-unique-windows .window__price {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E95229;
}

.section-unique-windows .window__price b {
  font-size: 42px;
  line-height: 140%;
  font-weight: 400;
}

.section-unique-windows .window__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
}

.section-pvh-windows {
  padding: 60px 0;
  padding-left: 60px;
}

.section-pvh-windows .windows {
  margin-top: 20px;
  width: 100%;
}

.section-pvh-windows .window {
  padding: 30px;
  border: 1px solid #DFDFDF;
  background-color: #fff;
}

.section-pvh-windows .window__name {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 168%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 20px;
}

.section-pvh-windows .window__image {
  height: 205px;
  margin-bottom: 40px;
  text-align: center;
}

.section-pvh-windows .window__image img {
  max-height: 100%;
  margin: 0 auto;
}

.section-pvh-windows .window__features {
  margin-bottom: 30px;
}

.section-pvh-windows .window__features_title {
  color: #E95229;
  margin-bottom: 15px;
}

.section-pvh-windows .window__price {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E95229;
}

.section-pvh-windows .window__price b {
  font-weight: 400;
  font-size: 42px;
  line-height: 140%;
}

.section-pvh-windows .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  margin-bottom: 10px;
}

.section-pvh-windows .feature__name {
  width: 70%;
  color: #8E8E8E;
  line-height: 110%;
}

.section-pvh-windows .feature__value {
  width: 30%;
}

.section-pvh-windows .feature__value_price {
  font-size: 16px;
  font-weight: 600;
}

.section-panoram-glasing {
  padding: 60px 0;
  padding-left: 60px;
}

.section-panoram-glasing .items {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-panoram-glasing .item {
  height: 300px;
  margin-bottom: 15px;
  width: calc(33.333% - 10px);
  overflow: hidden;
  position: relative;
}

.section-panoram-glasing .item:nth-child(4),
.section-panoram-glasing .item:nth-child(5) {
  width: calc(50% - 7px);
}

.section-panoram-glasing .item img {
  min-width: 100%;
  min-height: 100%;
}

.section-panoram-glasing .item__name {
  background: #FFFFFF;
  height: 66px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 180%;
  text-transform: uppercase;
  width: 200px;
  position: absolute;
  top: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-balkonyforkey {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-balkonyforkey .section__content {
  width: 50%;
  padding: 40px 60px;
  background: #FCF6EC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-balkonyforkey .section__content p {
  margin-bottom: 10px;
}

.section-balkonyforkey .section__image {
  width: 50%;
  height: 320px;
  overflow: hidden;
}

.section-balkonyforkey .section__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-balkonyforkey .section .text {
  margin-bottom: 40px;
}

.section-advantages {
  background: #FCF6EC;
  margin: 60px 0;
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-advantages h3 {
  padding-left: 60px;
  width: 25%;
}

.section-advantages .advantages {
  width: 75%;
  height: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-advantages .advantage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.section-advantages .advantage__icon {
  width: 70px;
}

.section-advantages .advantage__text {
  font-size: 14px;
  line-height: 160%;
  width: 230px;
}

.section-doors {
  /*margin-top: -60px;*/
  padding: 60px 0;
  margin-left: 60px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.section-doors .doors__slider {
  margin-top: 40px;
  padding: 0 50px;
}

.section-doors .doors__slider_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  text-align: center;
}

.section-doors .door {
  text-align: center;
  width: 110px;
  margin: 0 20px;
}

.section-doors .door__image {
  height: 170px;
  margin-bottom: 18px;
}

.section-doors .door__image img {
  margin: 0 auto;
  max-width: 100px;
}

.section-doors .slick-next,
.section-doors .slick-prev {
  top: 75px;
}

.section-doors .slick-prev {
  right: auto;
  left: 0;
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.section-doors .slick-next {
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
}

.section-jalusie-types {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-jalusie-types .item:nth-child(1) .item__image {
  margin-left: 120px;
  width: calc(50% - 120px);
}

.section-jalusie-types .item:nth-child(2),
.section-jalusie-types .item:nth-child(7) {
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-jalusie-types .item:nth-child(2) .item__image,
.section-jalusie-types .item:nth-child(7) .item__image {
  -ms-flex-order: 2;
  order: 2;
}

.section-jalusie-types .item:nth-child(2) .item__content,
.section-jalusie-types .item:nth-child(7) .item__content {
  margin-right: 40px;
  margin-left: 0;
}

.section-jalusie-types .item:nth-child(3),
.section-jalusie-types .item:nth-child(6),
.section-jalusie-types .item:nth-child(8) {
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}

.section-jalusie-types .item:nth-child(3) .item__image,
.section-jalusie-types .item:nth-child(6) .item__image,
.section-jalusie-types .item:nth-child(8) .item__image {
  width: 25%;
  margin-left: 0;
}

.section-jalusie-types .item:nth-child(4),
.section-jalusie-types .item:nth-child(5),
.section-jalusie-types .item:nth-child(9),
.section-jalusie-types .item:nth-child(10) {
  width: 50%;
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-jalusie-types .item:nth-child(4) .item__image,
.section-jalusie-types .item:nth-child(5) .item__image,
.section-jalusie-types .item:nth-child(9) .item__image,
.section-jalusie-types .item:nth-child(10) .item__image {
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}

.section-jalusie-types .item:nth-child(4) .item__content,
.section-jalusie-types .item:nth-child(5) .item__content,
.section-jalusie-types .item:nth-child(9) .item__content,
.section-jalusie-types .item:nth-child(10) .item__content {
  -ms-flex-order: 2;
  order: 2;
  margin-left: 40px;
  margin-right: 0;
}

.secton-specifications {
  padding: 60px 0;
  padding-left: 60px;
}

.secton-specifications .specifications {
  background: #FCF6EC;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secton-specifications .specifications__content {
  width: calc(100% - 500px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secton-specifications .specifications__gallery {
  width: 340px;
}

.secton-specifications .specifications__gallery_for .item {
  height: 350px;
  overflow: hidden;
  margin: 6px;
}

.secton-specifications .specifications__gallery_for .item img {
  min-width: 100%;
  min-height: 100%;
}

.secton-specifications .specifications__gallery_nav .item {
  margin: 6px;
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.secton-specifications .specifications__gallery_nav .item img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.secton-specifications .specifications__text {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.secton-specifications .specifications__text p {
  margin-bottom: 16px;
}

.secton-specifications .specifications__title {
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  width: 100%;
}

.secton-specifications .specifications__link {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.secton-specifications .specifications__link span {
  margin-right: 10px;
  font-weight: 600;
}

.secton-specifications .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 100%;
}

.secton-specifications .feature__name {
  color: #8E8E8E;
  width: 50%;
}

.secton-specifications .feature__value {
  width: 50%;
}

.gates-wrap {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.gates-wrap.active {
  max-height: 10000px;
}

.section-tabswitcher {
  padding-top: 60px;
}

.section-tabswitcher .tab-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.section-tabswitcher .switcher {
  background: #FFFFFF;
  border: 1px solid #373F48;
  border-radius: 22px;
  width: 60px;
  cursor: pointer;
  height: 30px;
  margin: 0 30px;
  position: relative;
}

.section-tabswitcher .switcher.trend span {
  -ms-transform: translate(0);
  transform: translate(0);
}

.section-tabswitcher .switcher.prestige span {
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.section-tabswitcher .switcher span {
  transition: 0.3s ease;
  background: #E95229;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
}

.section-tabswitcher .switcher__text {
  width: 140px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s ease;
  cursor: pointer;
}

.section-tabswitcher .switcher__text.active {
  color: #E95229;
}

.specifications {
  max-height: 10000px;
  padding-left: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.specifications__content {
  width: calc(100% - 350px);
}

.specifications.active {
  max-height: 10000px;
  padding-left: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sandwich-panels {
  margin-top: -60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.sandwich-panels .block {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 30px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sandwich-panels .block__content {
  width: 60%;
}

.sandwich-panels .block__image {
  width: 25%;
}

.sandwich-panels .block__image img {
  margin: 0 auto;
}

.sandwich-panels .block__text {
  margin-top: 30px;
}

.sandwich-panels .block__text p {
  margin-bottom: 10px;
}

.sandwich-panels .block__text p.orange {
  font-size: 14px;
  line-height: 160%;
  color: #E95229;
}

.section-gates-advantages {
  margin-top: -60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.section-gates-advantages .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  height: 400px;
}

.section-gates-advantages .block__gallery {
  width: calc(50% - 30px);
  margin-bottom: 0 !important;
  height: 100%;
  overflow: hidden;
}

.section-gates-advantages .block__gallery .slide img {
  min-width: 100%;
  min-height: 100%;
}

.section-gates-advantages .block__content {
  height: 400px;
  width: calc(50% + 30px);
  height: 100%;
  padding: 30px;
  padding-left: 60px;
  overflow-y: scroll;
}

.section-gates-advantages .block__content_title {
  font-size: 14px;
  line-height: 16px;
  color: #E95229;
  margin-bottom: 20px;
}

.section-aluminium-profiles {
  padding: 60px 0;
  padding-left: 60px;
}

.section-aluminium-profiles .section__desc {
  margin: 15px 0;
}

.section-aluminium-profiles .profiles {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 25px;
}

.section-aluminium-profiles .profiles__slider {
  margin-bottom: 40px;
}

.section-aluminium-profiles .profiles__slider .slide {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  margin: 0 13px;
}

.section-aluminium-profiles .profiles__slider .slide img {
  min-width: 100%;
  min-height: 100%;
}

.section-aluminium-profiles .profiles__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-aluminium-profiles .profiles__text_left,
.section-aluminium-profiles .profiles__text_right {
  width: 47%;
}

.section-aluminium-profiles .profiles__text_left strong,
.section-aluminium-profiles .profiles__text_left b,
.section-aluminium-profiles .profiles__text_right strong,
.section-aluminium-profiles .profiles__text_right b {
  font-size: 14px;
  line-height: 160%;
  color: #E95229;
  margin-bottom: 9px;
  display: block;
}

.section-aluminium-profiles .slick-next,
.section-aluminium-profiles .slick-prev {
  top: 55px;
}

.section-aluminium-profiles .slick-prev {
  right: auto;
  left: -25px;
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.section-aluminium-profiles .slick-next {
  right: -25px;
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
}

.section-aluminium-types {
  padding: 60px 0;
  padding-left: 60px;
}

.section-aluminium-types .section__subtitle {
  margin-top: 8px;
  margin-bottom: 30px;
}

.section-aluminium-types .block {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-aluminium-types .item {
  width: 50%;
}

.section-aluminium-types .item__name {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.section-aluminium-types .item__text {
  margin-top: 7px;
  max-width: 400px;
}

.section-comparision {
  padding: 60px 0;
  padding-left: 60px;
}

.section-comparision .table {
  margin-top: 25px;
  border: 1px solid #DFDFDF;
  border-right: none;
  background-color: #fff;
}

.section-comparision .table__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-comparision .table__header_value {
  width: 33.3%;
  height: 72px;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald;
  font-size: 14px;
  line-height: 147%;
  text-transform: uppercase;
}

.section-comparision .table__header_value:nth-child(1) {
  background-color: #F6F6F6;
}

.section-comparision .table__header_value:nth-child(2) {
  background: #4C5763;
  color: #fff;
}

.section-comparision .table__header_value:nth-child(3) {
  background: #373F48;
  color: #fff;
}

.section-comparision .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-comparision .item:nth-child(even) {
  background-color: #F6F6F6;
}

.section-comparision .item__value {
  border-right: 1px solid #DFDFDF;
  width: 33.3%;
  min-height: 55px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 147%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-aluminium-systems {
  padding: 60px 0;
  padding-left: 60px;
}

.section-aluminium-systems .block {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-aluminium-systems .block__image {
  height: 400px;
  width: calc(50% - 30px);
  overflow: hidden;
}

.section-aluminium-systems .block__image img {
  min-height: 100%;
  min-width: 100%;
}

.section-aluminium-systems .block__content {
  width: calc(50% + 30px);
  padding: 30px;
  padding-left: 60px;
}

.section-aluminium-systems .block__text_title {
  font-size: 14px;
  line-height: 16px;
  color: #E95229;
  margin-bottom: 20px;
}

.section-aluminium-systems .block__text p {
  margin-bottom: 10px;
}

.section-aluminium-systems .block__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.section-aluminium-systems .block__text strong {
  font-weight: 700;
}

.section-aluminium-systems .block__text a {
  text-decoration: underline;
  color: #E95229;
}

#shoryTabslider .tab__image {
  height: 455px;
}

.section-itemslider {
  padding: 60px 0;
  padding-left: 60px;
}

.section-itemslider .section__desc {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-itemslider.right .item__gallery {
  -ms-flex-order: 2;
  order: 2;
  width: calc(50% + 30px);
}

.section-itemslider.right .item__content {
  -ms-flex-order: 1;
  order: 1;
  width: calc(50% - 30px);
}

.section-itemslider.right .item__name {
  left: auto;
  right: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.section-itemslider.single .itemslider:before {
  display: none;
}

.section-itemslider.single .slick-dots {
  display: none;
}

.section-itemslider.single .item__content {
  border: 1px solid #DFDFDF;
  background: #fff;
}

.section-itemslider.single .item__name {
  display: none;
}

.section-itemslider .additional-options,
.section-itemslider .block-colors {
  position: relative;
}

.section-itemslider .additional-options:before,
.section-itemslider .block-colors:before {
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  right: -100px;
  width: 100px;
  background: #FCF6EC;
}

.itemslider {
  margin-top: 20px;
  margin-bottom: 0 !important;
  position: relative;
}

.itemslider:before {
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  right: -100px;
  width: 100px;
  background: #FCF6EC;
}

.itemslider .slick-next,
.itemslider .slick-prev {
  right: -50px;
  z-index: 10;
}

.itemslider .slick-prev {
  top: 50px;
}

.itemslider .slick-next {
  bottom: 50px;
  top: auto;
}

.itemslider .slick-dots {
  position: absolute;
  right: -210px;
  bottom: 200px;
  width: 320px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.itemslider .slick-dots li button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemslider .slick-dots li button:before {
  font-size: 7px;
  opacity: 1;
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  color: #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemslider .slick-dots li.slick-active button {
  border: 1px solid #E95229;
  border-radius: 50%;
}

.itemslider .slick-dots li.slick-active button:before {
  color: #E95229;
}

.itemslider .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 480px;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

.itemslider .item__gallery {
  height: 100%;
  width: calc(50% - 30px);
  overflow: hidden;
  margin-bottom: 0 !important;
}

.itemslider .item__gallery .slick-dots {
  bottom: 20px;
  -ms-transform: none;
  transform: none;
  width: 100%;
  right: 0;
}

.itemslider .item__gallery_image {
  height: 100%;
  height: 480px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemslider .item__content {
  width: calc(50% + 30px);
  background: #FCF6EC;
  padding: 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

.itemslider .item__name {
  min-width: 210px;
  padding: 10px 20px;
  min-height: 70px;
  max-width: 80%;
  text-align: right;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald;
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  background: #FFFFFF;
  left: 0;
  top: 24px;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.itemslider .item__features_title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.itemslider .item__colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.itemslider .item__colors_text {
  width: 50%;
  color: #8E8E8E;
}

.itemslider .item__colors_items {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemslider .item .item__color {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  overflow: hidden;
  border: 1px solid #C4C4C4;
}

.itemslider .item .item__color img {
  min-width: 100%;
  min-height: 100%;
}

.itemslider .item .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}

.itemslider .item .feature__name {
  color: #8E8E8E;
  width: 50%;
}

.itemslider .item .feature__value {
  width: 50%;
}

.itemslider .item__text_title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.itemslider .item__text li {
  margin: 8px 0;
}

.itemslider .item__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.itemslider .item__price {
  font-family: Oswald;
  font-weight: 300;
  font-size: 21px;
  line-height: 100%;
  text-transform: uppercase;
  color: #E95229;
  width: 50%;
}

.itemslider .item__price b {
  font-style: normal;
  font-size: 42px;
  line-height: 100%;
}

.itemslider .item__btn {
  border: 1px solid #E95229;
  height: 50px;
  width: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E95229;
  transition: 0.3s ease;
}

.itemslider .item__btn:hover {
  background-color: #E95229;
  color: #fff;
}

.additional-options {
  background: #FCF6EC;
  padding: 25px 35px;
}

.additional-options__title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.additional-options .option {
  width: 240px;
  margin-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.additional-options .option__image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.additional-options .option__name {
  font-size: 14px;
  line-height: 160%;
  max-width: 110px;
}

.block-colors {
  padding: 30px;
  background: #FCF6EC;
  border-bottom: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-colors .block__left {
  width: calc(50% - 30px);
}

.block-colors .block__right {
  width: calc(50% + 30px);
}

.block-colors .block__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block-colors .block__text {
  margin-top: 25px;
}

.block-colors .color {
  width: 70px;
  height: 70px;
  margin-right: 24px;
  overflow: hidden;
}

.block-colors .color img {
  min-width: 100%;
  min-height: 100%;
}

.section-tabslider {
  padding: 60px 0;
  padding-left: 60px;
}

.section-tabslider .tabs__nav {
  width: 65%;
  padding: 0 60px;
  margin-left: auto;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 10;
}

.section-tabslider .tabs__nav_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}

.section-tabslider .tabs__nav_title span {
  position: relative;
  display: inline-block;
  padding-top: 30px;
  border-top: 3px solid transparent;
}

.section-tabslider .tabs__nav_title.slick-current span {
  border-color: #E95229;
}

.section-tabslider .tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
}

.section-tabslider .tab__image {
  width: 35%;
  height: 590px;
  overflow: hidden;
}

.section-tabslider .tab__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-tabslider .tab__content {
  width: 65%;
  padding: 40px;
  padding-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-tabslider .tab__description {
  background: #FCF6EC;
  padding: 20px;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 30px;
}

.section-tabslider .tab__complactation {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-tabslider .tab__complactation_title {
  width: 100%;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147%;
  text-transform: uppercase;
  color: #E95229;
}

.section-tabslider .tab__features {
  width: 100%;
  max-width: 300px;
}

.section-tabslider .tab__features_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 20px;
}

.section-tabslider .tab__text p {
  margin-bottom: 10px;
}

.section-tabslider .tab .feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}

.section-tabslider .tab .feature__name {
  color: #8E8E8E;
  width: 200px;
}

.section-tabslider .tab__properties {
  width: 100%;
  max-width: 200px;
}

.section-tabslider .tab__properties_title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 147%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 20px;
}

.section-tabslider .tab .property {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-tabslider .tab .property__name {
  margin-right: 5px;
}

.section-tabslider .tab .property__value {
  font-weight: 700;
  color: #E95229;
}

.section-tabslider .tab .property__scale {
  margin-top: 3px;
  width: 100%;
  background: #D2D2D2;
  height: 4px;
  position: relative;
}

.section-tabslider .tab .property__scale_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #E95229;
}

.section-tabslider .tab__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #DFDFDF;
  padding-top: 30px;
}

.section-tabslider .tab__price_text {
  font-size: 14px;
  line-height: 160%;
  color: #8C8C8C;
}

.section-tabslider .tab__price_value {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E95229;
}

.section-tabslider .tab__price_value b {
  font-weight: 400;
  font-size: 42px;
  line-height: 140%;
}

.section-tabslider .tab__btn {
  width: 160px;
}

#balkonOut .tab__image {
  height: 460px;
}

.section-color-palitra {
  padding: 60px 0;
  padding-left: 60px;
}

.section-color-palitra .block {
  border: 1px solid #DFDFDF;
  padding: 40px;
  background-color: #fff;
}

.section-color-palitra .block__desc {
  margin-top: 16px;
}

.section-color-palitra .colors__slider {
  margin-top: 30px;
}

.section-color-palitra .color {
  width: 135px;
  margin-right: 24px;
}

.section-color-palitra .color__image {
  height: 135px;
  overflow: hidden;
  margin-bottom: 40px;
}

.section-color-palitra .color__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-color-palitra .color__name {
  font-weight: 600;
  margin-bottom: 7px;
}

.section-color-palitra .color__price {
  color: #8E8E8E;
}

.section-color-palitra .slick-next,
.section-color-palitra .slick-prev {
  top: 55px;
}

.section-color-palitra .slick-prev {
  right: auto;
  left: -40px;
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.section-color-palitra .slick-next {
  right: -40px;
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
}

.section-color-palitra.block-slider .block {
  padding-top: 80px;
}

.section-color-palitra.block-slider .slick-prev {
  left: -20px;
}

.section-color-palitra.block-slider .slick-next {
  right: -20px;
}

.section-color-palitra.block-slider .block__slider_nav {
  z-index: 10;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.section-color-palitra.block-slider .block__slider_nav p {
  text-align: center;
}

.section-color-palitra.block-slider .block__slider_nav p span {
  padding-top: 20px;
  display: inline-block;
  border-top: 2px solid transparent;
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
}

.section-color-palitra.block-slider .block__slider_nav p.slick-current span {
  border-top: 2px solid #E95229;
}

.section-history {
  padding: 60px 0;
  padding-left: 60px;
}

.section-history .history {
  margin-top: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-history .history-nav {
  background: #FCF6EC;
  width: calc(25% - 45px);
  padding-top: 40px;
}

.section-history .history-nav .slick-list {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  padding-left: 20px !important;
}

.section-history .history-nav p {
  margin: 15px 0;
  font-family: Oswald;
  font-weight: 300;
  font-size: 36px;
  line-height: 150%;
  text-transform: uppercase;
  color: #8E8E8E;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
  padding-left: 30px;
}

.section-history .history-nav p:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CBCBCB;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section-history .history-nav p:hover {
  color: #E95229;
}

.section-history .history-nav .slick-current {
  color: #E95229;
}

.section-history .history-nav .slick-current:before {
  background-color: #E95229;
}

.section-history .history-nav .slick-current:after {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #E95229;
  border-radius: 50%;
  top: 50%;
  left: -10px;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
}

.section-history .history-for {
  width: calc(75% + 45px);
}

.section-history .history-for .year {
  height: 620px;
  position: relative;
}

.section-history .history-for .year__image {
  position: relative;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

.section-history .history-for .year__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-history .history-for .year__content {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.1;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: calc(100% - 50px);
  left: 25px;
  bottom: 25px;
  height: 235px;
  padding: 10px 35px;
  transition: 0.5s ease;
}

.section-history .history-for .year__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 36px;
  line-height: 150%;
  color: #E95229;
  margin-bottom: 10px;
}

.section-history .history-for .year__text {
  height: 130px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 160%;
  padding-right: 35px;
  /* Track */
  /* Handle */
}

.section-history .history-for .year__text::-webkit-scrollbar {
  width: 2px;
}

.section-history .history-for .year__text::-webkit-scrollbar-track {
  background: #DFDFDF;
}

.section-history .history-for .year__text::-webkit-scrollbar-thumb {
  background: #E95229;
}

.section-history .history-for .year__text strong {
  font-weight: 700;
}

.section-history .slick-prev,
.section-history .slick-next {
  left: 28px;
  right: auto;
}

.section-history .slick-prev {
  top: 20px;
}

.section-history .slick-next {
  bottom: 20px;
}

.section-history .history-for .slick-current .year__content {
  opacity: 0.95;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sectioin-production-slider {
  padding: 60px 0;
  padding-left: 60px;
}

.sectioin-production-slider .items {
  margin-top: 30px;
}

.sectioin-production-slider .item {
  width: 210px;
  margin-right: 60px;
}

.sectioin-production-slider .item__image {
  height: 210px;
  background: #FCF6EC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sectioin-production-slider .item__text {
  font-size: 16px;
  line-height: 160%;
}

.sectioin-production-slider .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.sectioin-production-slider .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.sectioin-production-slider .custom_dots li span {
  color: #E95229;
}

.sectioin-production-slider .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.sectioin-production-slider .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.sectioin-production-slider .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.sectioin-production-slider .slick-prev,
.sectioin-production-slider .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.sectioin-production-slider .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.sectioin-production-slider .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.section-rosenheim {
  padding: 60px 0;
  padding-left: 60px;
}

.section-rosenheim .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-rosenheim .block__content {
  width: calc(75% - 15px);
}

.section-rosenheim .block__text {
  font-size: 21px;
  line-height: 160%;
  max-width: 460px;
}

.section-rosenheim .block__sertificats {
  margin-top: 20px;
  width: 100%;
}

.section-rosenheim .sertificate {
  margin-right: 27px;
  width: 270px;
}

.section-rosenheim .sertificate__image {
  height: 375px;
  width: 100%;
  border: 1px solid #C4C4C4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-rosenheim .sertificate__image img {
  width: 100%;
}

.section-rosenheim .sertificate__text {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.section-rosenheim .sertificate__text a {
  transition: 0.3s ease;
}

.section-rosenheim .sertificate__text a:hover {
  text-decoration: underline;
  color: #F59A37;
}

.section-rosenheim .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.section-rosenheim .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-rosenheim .custom_dots li span {
  color: #E95229;
}

.section-rosenheim .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-rosenheim .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-rosenheim .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-rosenheim .slick-prev,
.section-rosenheim .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-rosenheim .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-rosenheim .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.section-traditions {
  padding: 60px 0;
  padding-left: 60px;
}

.section-traditions .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-traditions .block__content {
  width: calc(50% - 30px);
}

.section-traditions .block__text {
  max-width: 400px;
  margin-top: 50px;
  font-size: 14px;
}

.section-traditions .block__text li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.section-traditions .block__text li:before {
  content: '';
  background: #E95229;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
}

.section-traditions .block__gallery {
  width: calc(50% + 30px);
  height: 390px;
  position: relative;
}

.section-traditions .block__gallery .slide {
  position: relative;
  height: 390px;
}

.section-traditions .block__gallery .slide__image {
  position: absolute;
  overflow: hidden;
}

.section-traditions .block__gallery .slide__image:nth-child(1) {
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 20px);
}

.section-traditions .block__gallery .slide__image:nth-child(2) {
  right: 0;
  top: 0;
  height: 180px;
  width: calc(50% - 20px);
}

.section-traditions .block__gallery .slide__image:nth-child(3) {
  right: 0;
  bottom: 0;
  height: 180px;
  width: calc(50% - 20px);
}

.section-traditions .block__gallery .slide__image img {
  min-width: 100%;
  min-height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-traditions .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
}

.section-traditions .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-traditions .custom_dots li span {
  color: #E95229;
}

.section-traditions .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-traditions .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-traditions .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-traditions .slick-prev,
.section-traditions .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-traditions .slick-next {
  -ms-transform: translateX(150px) rotate(270deg);
  transform: translateX(150px) rotate(270deg);
}

.section-traditions .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.vip-advantages {
  padding: 60px 0;
  padding-left: 60px;
}

.vip-advantages .block {
  text-align: center;
  background: #FCF6EC;
  padding: 50px 30px;
}

.vip-advantages .block__text {
  margin-top: 16px;
  font-weight: bold;
  font-size: 26px;
  line-height: 160%;
}

.vip-advantages .block__text a {
  color: #E95229;
}

.vip-advantages .block__text a:hover {
  text-decoration: underline;
}

.vip-org {
  padding: 60px 0;
  padding-left: 60px;
}

.vip-org .block {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vip-org .block__image {
  width: calc(50% - 30px);
  overflow: hidden;
  position: relative;
  height: 270px;
}

.vip-org .block__image img {
  min-width: 100%;
  min-height: 100%;
}

.vip-org .block__text {
  max-width: calc(50% - 30px);
  font-size: 14px;
  padding-right: 20px;
}

.vip-org .block__text li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.vip-org .block__text li:before {
  content: '';
  background: #E95229;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
}

.vip-org .block__footer {
  margin-top: 40px;
  background: #FCF6EC;
  font-size: 14px;
  padding: 30px 50px;
}

.section-cases {
  padding: 60px 0;
  padding-left: 60px;
}

.section-cases .cases {
  margin-top: 30px;
}

.section-cases .case {
  max-width: 320px;
  width: 100%;
  margin-right: 36px;
}

.section-cases .case__image {
  height: 320px;
  overflow: hidden;
  position: relative;
}

.section-cases .case__image img {
  min-width: 100%;
  min-height: 100%;
}

.section-cases .case__content {
  background: #FCF6EC;
  padding: 15px;
}

.section-cases .case__name {
  font-size: 16px;
  line-height: 160%;
  color: #E95229;
}

.section-cases .case__location {
  font-size: 16px;
  line-height: 160%;
  color: #E95229;
}

.section-cases .case__footer {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.section-cases .case__year_text {
  color: #8E8E8E;
}

.section-cases .case__year_number {
  font-size: 16px;
  line-height: 160%;
  color: #373F48;
}

.section-cases .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.section-cases .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-cases .custom_dots li span {
  color: #E95229;
}

.section-cases .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-cases .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-cases .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-cases .slick-prev,
.section-cases .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-cases .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-cases .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.section-achievements {
  padding: 60px 0;
  padding-left: 60px;
}

.section-achievements .block {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-achievements .block__left {
  width: 50%;
  padding: 20px;
  padding-left: 30px;
  padding-top: 50px;
  background-color: #fff;
}

.section-achievements .block__right {
  width: 50%;
}

.section-achievements .block__maps {
  padding: 20px;
  background: #FCF6EC;
  margin-bottom: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-achievements .block__maps.world {
  height: auto;
  overflow: hidden;
  padding-right: 0;
}

.section-achievements .block__maps.world .map {
  width: 100%;
}

.section-achievements .block__maps.world .map__image img {
  width: 100%;
}

.section-achievements .block__maps:last-child {
  margin-bottom: 0;
}

.section-achievements .block__maps_title {
  width: 100%;
  font-family: Oswald;
  font-weight: 300;
  font-size: 21px;
  line-height: 180%;
  text-transform: uppercase;
  color: #E95229;
  margin-bottom: 36px;
}

.section-achievements .block__maps .map {
  text-align: center;
}

.section-achievements .block__maps .map__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 19px;
  line-height: 150%;
  color: #E95229;
}

.section-achievements .item {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.section-achievements .item__scale {
  width: 276px;
  background: #EFEFEF;
  height: 40px;
  position: relative;
  margin-right: 20px;
}

.section-achievements .item__text {
  width: calc(100% - 300px);
  color: #E95229;
  font-size: 14px;
  line-height: 140%;
}

.section-achievements .min,
.section-achievements .max {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-achievements .min__scale,
.section-achievements .max__scale {
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  background: #993F26;
  z-index: 2;
}

.section-achievements .min__value,
.section-achievements .max__value {
  font-family: Oswald;
  font-weight: 300;
  font-size: 19px;
  line-height: 150%;
  color: #993F26;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.section-achievements .min__year,
.section-achievements .max__year {
  font-size: 10px;
  line-height: 160%;
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  width: 50px;
}

.section-achievements .max__scale {
  background: #E95229;
  z-index: 1;
}

.section-achievements .max__value {
  color: #E95229;
}

.section-achievements .years {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-achievements .year {
  max-width: 45%;
  width: 100%;
}

.section-achievements .year__image {
  margin-bottom: 25px;
}

.section-achievements .year__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 19px;
  line-height: 150%;
  color: #E95229;
  margin-bottom: 5px;
}

.section-achievements .year__text b {
  font-weight: 700;
}

.section-numbers {
  padding: 60px 0;
  padding-left: 60px;
}

.section-numbers .block {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-numbers .block__image {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.section-numbers .block__image img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.section-numbers .block__items {
  background: #FCF6EC;
  width: 75%;
  padding-left: 70px;
  padding-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-numbers .item {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 65px;
  width: 50%;
}

.section-numbers .item:nth-child(1),
.section-numbers .item:nth-child(2) {
  width: 100%;
  border-bottom: 1px solid rgba(55, 63, 72, 0.2);
}

.section-numbers .item__image {
  position: absolute;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 20px;
}

.section-numbers .item__title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 21px;
  line-height: 180%;
  color: #E95229;
  text-transform: uppercase;
}

.section-numbers .item__text {
  font-size: 14px;
  line-height: 160%;
}

.page-content,
.post-content {
  padding: 60px 0;
  padding-left: 60px;
}

.page-content>:not(section) a,
.post-content a {
  text-decoration: underline;
  color: #E95229;
}

.page-content p,
.post-content p {
  margin-bottom: 10px;
}

.page-content p strong,
.page-content p b,
.post-content p strong,
.post-content p b {
  font-weight: 700;
}

.page-content ul,
.page-content ol,
.post-content ul,
.post-content ol {
  list-style-type: disc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.page-content ul li,
.page-content ol li,
.post-content ul li,
.post-content ol li {
  margin-bottom: 10px;
}

.page-content ul li strong,
.page-content ul li b,
.post-content ul li strong,
.post-content ul li b {
  font-weight: 700;
}

.page-content ol,
.post-content ol {
  list-style-type: decimal;
}

.page-content .section-production .items {
  max-width: 1115px;
}
.page-content .section-production .item__image:hover {
  background: none;
}
.page-content .section-production .item__image img {
  /* min-width: auto;
  min-height: auto;
  max-width: 100%;
  max-height: 100%; */

  width: 100%;
  height: 100%;
  object-fit: cover;
}


.wp-block-table {
  overflow-x: scroll;
}

.wp-block-table table {
  min-width: 760px;
  background-color: #fff;
  border: 1px solid #000;
}

.wp-block-table table td {
  border: 1px solid #EEEEEE;
  padding: 5px;
}

.wp-block-table table b,
.wp-block-table table strong {
  font-weight: 700;
}

.item__title sup {
  display: inline-block;
  -ms-transform: scale(0.5) translate(0, -10px);
  transform: scale(0.5) translate(0, -10px);
}

.section-lamination {
  padding: 80px 0;
  padding-left: 60px;
}

.section-lamination__title {
  text-align: center;
  margin-bottom: 60px;
}

.section-lamination .lamination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-lamination .lamination__content {
  width: 100%;
  max-width: calc(100% - 660px);
}

.section-lamination .lamination__image {
  width: 100%;
  max-width: 640px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: repeat;
  position: relative;
  transition: 0.3s ease;
}

.section-lamination .lamination__image img {
  border-left: 5px solid #fff;
}

.section-lamination .lamination__info {
  top: 150px;
  position: absolute;
  left: 0;
  width: 173px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: none;
}

.section-lamination .lamination__name {
  font-size: 19px;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.section-lamination .lamination__desc {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.section-lamination .block {
  margin-bottom: 35px;
}

.section-lamination .block:last-child {
  margin-bottom: 0;
}

.section-lamination .block__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #EC7734;
  margin-bottom: 10px;
}

.section-lamination .block__text {
  font-size: 13px;
  line-height: 140%;
  color: #4D4D4F;
  margin-bottom: 30px;
}

.section-lamination .items {
  max-width: 530px;
}

.section-lamination .item.active {
  box-shadow: 0px 6px 15px rgba(243, 118, 51, 0.3);
  border: 1px solid #EC7734;
  border-radius: 3px;
}

.section-lamination .item.active:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8) url(../img/lamination__active.svg) 50% no-repeat;
}

.section-lamination .item {
  border: 1px solid transparent;
  width: 60px;
  max-width: 60px;
  height: 60px;
  margin: 5px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.lamination__items .item img {
  width: 100%;
}

.section-lamination .knob__items .item {
  border: 1px solid #DCDDDF;
  border-radius: 5px;
}

.knob__items .item img {
  width: 100%;
  height: 100%;
}

.section-lamination .knob__image {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 300px;
  left: 422px;
  z-index: 2;
}

.section-lamination .slick-prev {
  left: -35px;
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.section-lamination .slick-next {
  right: -35px;
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.section-lamination .slick-next,
.section-lamination .slick-prev {
  top: 50%;
}

.section-window-scheme .slick-next,
.section-window-scheme .slick-prev {
  top: 50%;
}

.section-window-scheme .slick-next {
  right: 20px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-window-scheme .slick-prev {
  right: auto;
  left: 20px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 10;
}

.section-window-scheme {
  padding-top: 70px;
  padding-bottom: 30px;
  background: url(../img/section-window-scheme__bg.jpg) 50% 0 no-repeat;
  overflow: hidden;
  background-size: cover;
}

.section-window-scheme .container {
  position: relative;
}

.section-window-scheme .window-scheme__title {
  text-align: center;
  margin-bottom: 25px;
  padding-left: 180px;
}

.section-window-scheme .window-scheme__title span {
  display: block;
  font-weight: 800;
  font-size: 42px;
}

.section-window-scheme .scheme {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.section-window-scheme .scheme-item {
  position: absolute;
  left: 50%;
  top: 0;
}

.section-window-scheme .scheme .item__number {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #4D4D4F;
  position: relative;
  color: transparent;
  z-index: 1;
}

.section-window-scheme .scheme .item__number:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #EC7734;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-window-scheme .scheme .item__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section-window-scheme .scheme .item__name {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
}

.section-window-scheme .scheme .item__name span {
  display: none;
}

.section-window-scheme .scheme .item__name.right {
  text-align: right;
}

.section-window-scheme .scheme .item__lines {
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-window-scheme .scheme .item__desc {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 200px;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  right: 0;
  -ms-transform: translate(calc(100% + -200px), -110%);
  transform: translate(calc(100% + -200px), -110%);
  top: 0;
  z-index: 3;
}

.section-window-scheme .scheme .item1 {
  position: absolute;
  top: 100px;
  left: calc(50% + 80px);
}

.section-window-scheme .scheme .item1 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .scheme .item1 .item__content {
  -ms-transform: translate(295px, -64px);
  transform: translate(295px, -64px);
}

.section-window-scheme .scheme .item2 {
  position: absolute;
  top: 300px;
  left: calc(50% + 110px);
}

.section-window-scheme .scheme .item2 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .scheme .item2 .item__content {
  -ms-transform: translate(275px, -155px);
  transform: translate(275px, -155px);
  width: 200px;
}

.section-window-scheme .scheme .item3 {
  position: absolute;
  top: 305px;
  left: calc(50% + 166px);
}

.section-window-scheme .scheme .item3 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .scheme .item3 .item__content {
  width: 100%;
  -ms-transform: translate(210px, -63px);
  transform: translate(210px, -63px);
}

.section-window-scheme .scheme .item3 .item__desc {
  -ms-transform: translate(calc(100% + -250px), -61%);
  transform: translate(calc(100% + -250px), -61%);
}

.section-window-scheme .scheme .item4 {
  position: absolute;
  top: 350px;
  left: calc(50% - -180px);
}

.section-window-scheme .scheme .item4 .item__lines {
  top: 0;
  -ms-transform: translate(25px, 20px);
  transform: translate(25px, 20px);
}

.section-window-scheme .scheme .item4 .item__content {
  width: 150px;
  -ms-transform: translate(275px, 72px);
  transform: translate(275px, 72px);
}

.section-window-scheme .scheme .item5 {
  position: absolute;
  top: 470px;
  left: calc(50% - -415px);
}

.section-window-scheme .scheme .item5 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .scheme .item5 .item__content {
  -ms-transform: translate(25px, -3px);
  transform: translate(25px, -3px);
}

.section-window-scheme .scheme .item5 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% + -30px), -55%);
  transform: translate(calc(-100% + -30px), -55%);
}

.section-window-scheme .scheme .item5 .item__number {
  position: relative;
  left: -493px;
  top: 0px;
}

.section-window-scheme .scheme .item5 .item__number.second_number {
  position: relative;
  left: -275px;
  top: -110px;
}

.section-window-scheme .scheme .item6 {
  position: absolute;
  top: 160px;
  left: calc(50% - 0px);
}

.section-window-scheme .scheme .item6 .item__number.second_number {
  top: -110px;
  left: -40px;
}

.section-window-scheme .scheme .item6 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .scheme .item6 .item__content {
  -ms-transform: translate(-450px, 7px);
  transform: translate(-450px, 7px);
}

.section-window-scheme .scheme .item6 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% - -350px), -120%);
  transform: translate(calc(-100% - -350px), -120%);
}

.section-window-scheme .scheme .item7 {
  position: absolute;
  top: 333px;
  left: calc(50% - 65px);
}

.section-window-scheme .scheme .item7 .item__number.second_number {
  top: -110px;
  left: -40px;
}

.section-window-scheme .scheme .item7 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .scheme .item7 .item__content {
  -ms-transform: translate(-395px, -58px);
  transform: translate(-395px, -58px);
}

.section-window-scheme .scheme .item7 .item__number {
  position: relative;
  top: 50px;
  left: -7px;
}

.section-window-scheme .scheme .item7 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% - -395px), -61%);
  width: 250px;
  transform: translate(calc(-100% - -395px), -61%);
}

.section-window-scheme .scheme .item8 {
  position: absolute;
  top: 420px;
  left: calc(50% - 180px);
}

.section-window-scheme .scheme .item8 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .scheme .item8 .item__content {
  width: 125px;
  -ms-transform: translate(-290px, -58px);
  transform: translate(-290px, -58px);
}

.section-window-scheme .scheme .item8 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% - -350px), -60%);
  transform: translate(calc(-100% - -350px), -60%);
}

.section-window-scheme .scheme .item9 {
  position: absolute;
  top: 510px;
  left: calc(50% - 170px);
}

.section-window-scheme .scheme .item9 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .scheme .item9 .item__content {
  -ms-transform: translate(-395px, -58px);
  transform: translate(-395px, -58px);
  width: 225px;
}

.section-window-scheme .scheme .item9 .item__number {
  position: relative;
  top: -50px;
  left: -7px;
}

.section-window-scheme .scheme .item9 .item__desc {
  right: auto;
  left: 0;
}

/*Slide 2*/
.section-window-scheme .slide2 .window-scheme__title {
  padding: 0;
}

.section-window-scheme .slide2 .scheme .item__number {
  position: relative;
  top: -5px;
}

.section-window-scheme .slide2 .scheme .item1 {
  position: absolute;
  top: 80px;
  left: calc(50% + 28px);
}

.section-window-scheme .slide2 .scheme .item1 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .slide2 .scheme .item1 .item__content {
  -ms-transform: translate(294px, 0px);
  transform: translate(294px, 0px);
  width: 250px;
}

.section-window-scheme .slide2 .scheme .item1 .item__number {
  position: relative;
  top: -5px;
}

.section-window-scheme .slide2 .scheme .item2 {
  position: absolute;
  top: 150px;
  left: calc(50% + 135px);
}

.section-window-scheme .slide2 .scheme .item2 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .slide2 .scheme .item2 .item__content {
  -ms-transform: translate(183px, 0px);
  transform: translate(183px, 0px);
  width: 200px;
}

.section-window-scheme .slide2 .scheme .item3 {
  position: absolute;
  top: 285px;
  left: calc(50% + 85px);
}

.section-window-scheme .slide2 .scheme .item3 .item__lines {
  -ms-transform: translate(25px, -15px);
  transform: translate(25px, -15px);
}

.section-window-scheme .slide2 .scheme .item3 .item__content {
  -ms-transform: translate(225px, 0px);
  transform: translate(225px, 0px);
  width: 200px;
}

.section-window-scheme .slide2 .scheme .item4 {
  position: absolute;
  top: 330px;
  left: calc(50% - -30px);
}

.section-window-scheme .slide2 .scheme .item4 .item__lines {
  top: 0;
  -ms-transform: translate(25px, 20px);
  transform: translate(25px, 20px);
}

.section-window-scheme .slide2 .scheme .item4 .item__content {
  width: 210px;
  -ms-transform: translate(285px, 25px);
  transform: translate(285px, 25px);
}

.section-window-scheme .slide2 .scheme .item4 .item__number {
  top: 20px;
}

.section-window-scheme .slide2 .scheme .item5 {
  position: absolute;
  top: 470px;
  left: calc(50% - -415px);
}

.section-window-scheme .slide2 .scheme .item5 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-145px, -42px);
  transform: translate(-145px, -42px);
}

.section-window-scheme .slide2 .scheme .item5 .item__content {
  -ms-transform: translate(-100px, -37px);
  transform: translate(-100px, -37px);
}

.section-window-scheme .slide2 .scheme .item5 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% + -5px), -100%);
  transform: translate(calc(-100% + -5px), -100%);
}

.section-window-scheme .slide2 .scheme .item5 .item__number {
  position: relative;
  left: -385px;
  top: -45px;
}

.section-window-scheme .slide2 .scheme .item5 .item__number.second_number {
  position: relative;
  left: -275px;
  top: -110px;
}

.section-window-scheme .slide2 .scheme .item6 {
  position: absolute;
  top: 560px;
  left: calc(50% - -285px);
}

.section-window-scheme .slide2 .scheme .item6 .item__number {
  top: -50px;
  left: -255px;
}

.section-window-scheme .slide2 .scheme .item6 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .slide2 .scheme .item6 .item__content {
  -ms-transform: translate(18px, -44px);
  transform: translate(18px, -44px);
  width: 200px;
}

.section-window-scheme .slide2 .scheme .item6 .item__desc {
  right: auto;
  left: 0;
  -ms-transform: translate(calc(-100% - -85px), -120%);
  transform: translate(calc(-100% - -85px), -120%);
}

.section-window-scheme .slide2 .scheme .item7 {
  position: absolute;
  top: 265px;
  left: calc(50% - 105px);
}

.section-window-scheme .slide2 .scheme .item7 .item__number.second_number {
  top: -104px;
  left: 0px;
}

.section-window-scheme .slide2 .scheme .item7 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .slide2 .scheme .item7 .item__content {
  -ms-transform: translate(-390px, -67px);
  transform: translate(-390px, -67px);
}

.section-window-scheme .slide2 .scheme .item7 .item__number {
  position: relative;
  top: 225px;
  left: -7px;
}

.section-window-scheme .slide2 .scheme .item7 .item__desc {
  -ms-transform: translate(calc(-100% - -350px), -110%);
  transform: translate(calc(-100% - -350px), -110%);
}

.section-window-scheme .slide2 .scheme .item8 {
  position: absolute;
  top: 615px;
  left: calc(50% - -55px);
}

.section-window-scheme .slide2 .scheme .item8 .item__number {
  top: -50px;
}

.section-window-scheme .slide2 .scheme .item8 .item__lines {
  top: 0;
  left: auto;
  right: 0;
  -ms-transform: translate(-25px, -50px);
  transform: translate(-25px, -50px);
}

.section-window-scheme .slide2 .scheme .item8 .item__content {
  width: 200px;
  -ms-transform: translate(-665px, -42px);
  transform: translate(-665px, -42px);
}

.section-window-scheme .slide2 .scheme .item8 .item__desc {
  -ms-transform: translate(calc(-100% - -350px), -110%);
  transform: translate(calc(-100% - -350px), -110%);
}

/*Slide 2 end*/
.section-window-scheme .scheme-item:hover .item__name {
  color: #EC7734;
}

.section-window-scheme .scheme-item:hover .item__number {
  border: 1px solid #EC7734;
}

.section-window-scheme .scheme-item:hover svg path {
  stroke: #EC7734;
}

.section-window-scheme .scheme-item:hover .item__desc {
  opacity: 1;
  height: auto;
}

@media only screen and (max-width: 1600px) {
  .section-lamination {
    overflow: hidden;
  }

  .section-lamination .lamination__content {
    max-width: calc(100% - 340px);
  }

  .section-lamination .lamination__image {
    max-width: 320px;
    height: 430px;
    display: block;
  }

  .section-lamination .lamination__image img {
    width: 100%;
  }

  .section-lamination .knob__image {
    background-size: 80%;
    width: 70px;
    height: 70px;
    top: 196px;
    left: 164px;
  }

  .section-lamination .block__text {
    margin-bottom: 10px;
  }

  .section-window-scheme .scheme .item3 .item__desc {
    -ms-transform: translate(calc(50% - -20px), 40%);
    transform: translate(calc(50% - -20px), 40%);
  }

  .section-window-scheme .scheme .item4 .item__desc {
    -ms-transform: translate(calc(50% - 50px), -105%);
    transform: translate(calc(50% - 50px), -105%);
  }

  .section-window-scheme .scheme .item5 .item__desc {
    -ms-transform: translate(calc(-100% + -50px), -20%);
    transform: translate(calc(-100% + -50px), -20%);
  }

  .section-window-scheme .scheme .item6 .item__desc {
    -ms-transform: translate(calc(-100% - -280px), -120%);
    transform: translate(calc(-100% - -280px), -120%);
  }

  .section-window-scheme .scheme .item8 .item__desc {
    -ms-transform: translate(calc(-100% - -280px), -93%);
    transform: translate(calc(-100% - -280px), -93%);
  }

  .section-window-scheme .slide2 .scheme .item2 .item__desc {
    -ms-transform: translate(calc(50% - 240px), -33%);
    transform: translate(calc(50% - 240px), -33%);
  }

  .section-window-scheme .slide2 .scheme .item5 .item__desc {
    -ms-transform: translate(calc(-100% + -220px), -60%);
    transform: translate(calc(-100% + -220px), -60%);
  }

  .section-window-scheme .slide2 .scheme .item8 .item__desc {
    -ms-transform: translate(calc(-100% - -280px), -100%);
    transform: translate(calc(-100% - -280px), -100%);
  }

  .section-window-scheme {
    overflow: hidden;
  }

  .section-window-scheme .scheme {
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .section-window-scheme .scheme .item1 .item__content {
    -ms-transform: translate(180px, -76px);
    transform: translate(180px, -76px);
  }

  .section-window-scheme .scheme .item2 .item__content {
    -ms-transform: translate(180px, -153px);
    transform: translate(180px, -153px);
  }

  .section-window-scheme .scheme .item3 .item__content {
    -ms-transform: translate(135px, -74px);
    transform: translate(135px, -74px);
  }

  .section-window-scheme .scheme .item4 .item__content {
    -ms-transform: translate(275px, 72px);
    transform: translate(190px, 62px);
  }

  .section-window-scheme .scheme .item5 .item__content {
    -ms-transform: translate(-101px, -3px);
    transform: translate(-101px, -3px);
  }

  .section-window-scheme .scheme .item6 .item__content {
    -ms-transform: translate(-340px, -8px);
    transform: translate(-340px, -8px);
  }

  .section-window-scheme .scheme .item7 .item__content {
    -ms-transform: translate(-275px, -74px);
    transform: translate(-275px, -74px);
  }

  .section-window-scheme .scheme .item8 .item__content {
    -ms-transform: translate(-155px, -68px);
    transform: translate(-155px, -68px);
  }

  .section-window-scheme .scheme .item9 .item__content {
    -ms-transform: translate(-309px, -55px);
    transform: translate(-309px, -55px);
  }

  .section-window-scheme .slide2 .scheme .item1 .item__content {
    -ms-transform: translate(170px, -9px);
    transform: translate(170px, -9px);
  }

  .section-window-scheme .slide2 .scheme .item2 .item__content {
    -ms-transform: translate(95px, -9px);
    transform: translate(95px, -9px);
  }

  .section-window-scheme .slide2 .scheme .item3 .item__content {
    -ms-transform: translate(140px, -9px);
    transform: translate(140px, -9px);
  }

  .section-window-scheme .slide2 .scheme .item4 .item__content {
    -ms-transform: translate(180px, 17px);
    transform: translate(180px, 17px);
  }

  .section-window-scheme .slide2 .scheme .item5 .item__content {
    -ms-transform: translate(-168px, -48px);
    transform: translate(-168px, -48px);
  }

  .section-window-scheme .slide2 .scheme .item6 .item__content {
    -ms-transform: translate(-45px, -54px);
    transform: translate(-45px, -54px);
  }

  .section-window-scheme .slide2 .scheme .item7 .item__content {
    -ms-transform: translate(-295px, -69px);
    transform: translate(-295px, -69px);
  }

  .section-window-scheme .slide2 .scheme .item8 .item__content {
    -ms-transform: translate(-460px, -54px);
    transform: translate(-460px, -54px);
  }

  .section-window-scheme .slide1 .scheme .item1 .item__content,
  .section-window-scheme .slide1 .scheme .item2 .item__content,
  .section-window-scheme .slide1 .scheme .item3 .item__content,
  .section-window-scheme .slide1 .scheme .item4 .item__content,
  .section-window-scheme .slide1 .scheme .item5 .item__content,
  .section-window-scheme .slide1 .scheme .item6 .item__content,
  .section-window-scheme .slide1 .scheme .item7 .item__content,
  .section-window-scheme .slide1 .scheme .item8 .item__content {
    width: 100%;
  }

  .section-window-scheme .slide2 .scheme .item1 .item__content,
  .section-window-scheme .slide2 .scheme .item2 .item__content,
  .section-window-scheme .slide2 .scheme .item3 .item__content,
  .section-window-scheme .slide2 .scheme .item4 .item__content,
  .section-window-scheme .slide2 .scheme .item5 .item__content,
  .section-window-scheme .slide2 .scheme .item6 .item__content,
  .section-window-scheme .slide2 .scheme .item7 .item__content,
  .section-window-scheme .slide2 .scheme .item8 .item__content {
    width: 100%;
  }

  .section-window-scheme .scheme .item__desc {
    -ms-transform: translate(calc(50% - 0px), -110%);
    transform: translate(calc(50% - 0px), -110%);
  }
}

@media only screen and (max-width: 760px) {
  .section-lamination .block__text {
    display: none;
  }

  .lamination__items .item img {
    height: 60px;
  }

  .lamination__items .item {
    overflow: hidden;
    margin: 0 5px;
    max-width: 100%;
  }

  .section-lamination .items {
    width: 260px;
    margin: 0 auto;
    height: 60px;
  }

  .section-lamination .lamination {
    width: 340px;
    margin: 0 auto;
  }

  .section-lamination .lamination__content {
    width: 100%;
    max-width: 100%;
  }

  .section-lamination .lamination__image {
    width: 100%;
    max-width: 100%;
  }

  .section-lamination .block__title {
    text-align: center;
  }

  .section-lamination .lamination__image {
    height: 395px;
    overflow: hidden;
    margin-top: 20px;
  }

  .section-window-scheme .scheme .item__desc {
    height: auto;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .section-window-scheme {
    overflow: hidden;
    padding-bottom: 80px;
  }

  .section-window-scheme .window-scheme__title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
  }

  .section-window-scheme .window-scheme__title span {
    font-size: 35px;
  }

  .section-window-scheme .scheme {
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    width: 320px;
    margin: 0 auto;
    display: block;
  }

  .section-window-scheme .scheme__photo img {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-window-scheme .scheme .scheme-item,
  .section-window-scheme .slide2 .scheme .scheme-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.3s ease;
  }

  .section-window-scheme .scheme .scheme-item:hover {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    background-color: #EC7734;
  }

  .section-window-scheme .scheme .scheme-item:hover .item__name,
  .section-window-scheme .scheme .scheme-item:hover .item__desc {
    color: #fff;
  }

  .section-window-scheme .scheme .scheme-item:hover .item__number {
    color: #fff;
  }

  .section-window-scheme .scheme .scheme-item:hover .item__number:before {
    display: block;
  }

  .section-window-scheme .scheme .scheme-item .item__name,
  .section-window-scheme .scheme .scheme-item .item__content,
  .section-window-scheme .scheme .scheme-item .item__desc {
    transition: 0.3s ease;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
    text-align: left;
    width: 100%;
  }

  .section-window-scheme .scheme .scheme-item .item__name br,
  .section-window-scheme .scheme .scheme-item .item__content br,
  .section-window-scheme .scheme .scheme-item .item__desc br {
    display: none;
  }

  .section-window-scheme .scheme .scheme-item .item__name span {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    display: inline-block;
    margin-right: 5px;
  }

  .section-window-scheme .scheme .scheme-item .item__desc {
    opacity: 1;
    padding-left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .section-window-scheme .scheme .scheme-item .item__number {
    color: #EC7734;
    text-align: center;
    line-height: 25px;
    z-index: 2;
  }

  .section-window-scheme .scheme .scheme-item .item__number:before {
    display: none;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .section-window-scheme .scheme .item1 .item__number {
    position: absolute;
    top: 30px;
    left: 185px;
  }

  .section-window-scheme .scheme .item2 .item__number {
    position: absolute;
    top: 122px;
    left: 62%;
  }

  .section-window-scheme .scheme .item3 .item__number {
    position: absolute;
    top: 135px;
    left: 73%;
  }

  .section-window-scheme .scheme .item4 .item__number {
    position: absolute;
    top: 174px;
    left: 75%;
  }

  .section-window-scheme .scheme .item5 .item__number {
    position: absolute;
    top: 206px;
    left: 33%;
  }

  .section-window-scheme .scheme .item6 .item__number {
    position: absolute;
    top: 70px;
    left: 45%;
  }

  .section-window-scheme .scheme .item7 .item__number {
    position: absolute;
    top: 160px;
    left: 33%;
  }

  .section-window-scheme .scheme .item8 .item__number {
    position: absolute;
    top: 170px;
    left: 20%;
  }

  .section-window-scheme .scheme .item9 .item__number {
    position: absolute;
    top: 210px;
    left: 18%;
  }

  .section-window-scheme .item__lines {
    display: none;
  }

  .section-window-scheme .slide2 .scheme .item1 .item__content,
  .section-window-scheme .slide2 .scheme .item2 .item__content,
  .section-window-scheme .slide2 .scheme .item3 .item__content,
  .section-window-scheme .slide2 .scheme .item4 .item__content,
  .section-window-scheme .slide2 .scheme .item5 .item__content,
  .section-window-scheme .slide2 .scheme .item6 .item__content,
  .section-window-scheme .slide2 .scheme .item7 .item__content,
  .section-window-scheme .slide2 .scheme .item8 .item__content {
    position: static;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .section-window-scheme .slide2 .scheme .item5 .item__desc,
  .section-window-scheme .slide2 .scheme .item6 .item__desc {
    position: static;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .section-window-scheme .scheme .item__number {
    width: 25px;
    height: 25px;
  }

  .section-window-scheme .scheme .item__number.second_number {
    display: none;
  }

  /*Slide 2*/
  .section-window-scheme .slide2 .scheme .item1 .item__number {
    position: absolute;
    top: 65px;
    left: 185px;
  }

  .section-window-scheme .slide2 .scheme .item2 .item__number {
    position: absolute;
    top: 125px;
    left: 87%;
  }

  .section-window-scheme .slide2 .scheme .item3 .item__number {
    position: absolute;
    top: 240px;
    left: 73%;
  }

  .section-window-scheme .slide2 .scheme .item4 .item__number {
    position: absolute;
    top: 296px;
    left: 58%;
  }

  .section-window-scheme .slide2 .scheme .item5 .item__number {
    position: absolute;
    top: 385px;
    left: 58%;
  }

  .section-window-scheme .slide2 .scheme .item6 .item__number {
    position: absolute;
    top: 440px;
    left: 58%;
  }

  .section-window-scheme .slide2 .scheme .item7 .item__number {
    position: absolute;
    top: 170px;
    left: 20%;
  }

  .section-window-scheme .slide2 .scheme .item8 .item__number {
    position: absolute;
    top: 492px;
    left: 63%;
  }

  .section-window-scheme .container {
    width: 320px;
    margin: 0 auto;
  }

  .section-window-scheme .slick-next,
  .section-window-scheme .slick-prev {
    top: 15px;
  }
}

.footer {
  background-color: #373F48;
  color: #fff;
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 60px;
}

.footer:before {
  content: '';
  height: 100%;
  width: 5000px;
  background-color: #373F48;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.footer__info {
  width: 25%;
}

.footer__info_text {
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 220px;
}

.footer__info_copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

.footer__menu {
  width: 25%;
}

.footer__menu_title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__menu li {
  margin: 4px 0;
}

.footer__menu a {
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}

.footer__menu a:hover {
  color: #fff;
}

.footer__contacts {
  width: 20%;
}

.footer__contacts_title {
  font-family: Oswald;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__contacts_text {
  max-width: 180px;
}

.footer__contacts_text p,
.footer__contacts_text a {
  color: #FFFFFF;
  opacity: 0.7;
  margin: 3px 0;
}

.footer__contacts_text a {
  transition: 0.3s ease;
}

.footer__contacts_text a:hover {
  opacity: 1;
}

.footer__contacts_social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer__contacts_social a {
  margin-right: 10px;
}

.footer__contacts_social a g {
  transition: 0.3s ease;
}

.footer__contacts_social a:hover g {
  opacity: 1;
}

.footer__bottom {
  width: 100%;
  height: 60px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 60px;
  height: 1px;
  width: 2000px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer__bottom_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__bottom_menu li {
  margin-right: 20px;
}

.footer__bottom_menu a {
  transition: 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom_menu a:hover {
  color: #fff;
}

.footer__bottom_text {
  margin-right: 330px;
  color: rgba(255, 255, 255, 0.3);
}

.footer__bottom_text a {
  color: #fff;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999;
  overflow: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 0;
  padding: 0px 14px;
  padding-top: 4px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button .one {
  height: 50px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: 0.2s linear;
}

.modal-overlay .close-button .two {
  margin-top: -50px;
  height: 50px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: 0.2s linear;
}

.modal-overlay .close-button:hover .one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: 0.2s linear;
  background-color: #fff;
}

.modal-overlay .close-button:hover .two {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: 0.2s linear;
  background-color: #fff;
}

#modal-video .modal-content {
  height: auto;
  width: 70%;
}

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

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-form .form {
  max-width: 380px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
}

.modal-form .form__header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.modal-form .form__header_subtitle {
  font-size: 16px;
  line-height: 160%;
}

.modal-form .form__body {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-form .form__body_part {
  width: 100%;
}

.modal-form .form__body__footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-form .form__button {
  width: 100%;
  height: 60px;
  background: #373F48;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  border: none;
  transition: all 0.3s linear;
  color: #fff;
}

.modal-form .form__button.disabled {
  opacity: 0.5;
}

.modal-form .form__agree {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.modal-form .form__agree.focused {
  border: 1px solid red;
}

.modal-form .form__agree input {
  display: none;
}

.modal-form .form__agree input:checked+.form__agree_text:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  -ms-transform: translateY(-50%);
  background: #EC7734;
}

.modal-form .form__agree_text {
  color: #8E8E8E;
  font-size: 11px;
  max-width: 250px;
  position: relative;
  padding-left: 23px;
}

.modal-form .form__agree_text:before {
  border: 1px solid #8E8E8E;
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
}

.modal-form .form__agree_text:after {
  display: none;
  background: #8E8E8E;
  content: '';
  position: absolute;
  top: 6px;
  left: 3px;
  width: 5px;
  height: 5px;
}

.modal-form .form__agree_text a {
  text-decoration: underline;
  color: #8E8E8E;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #373F48;
  line-height: 30px;
  margin-bottom: 40px;
  height: 30px;
  resize: none;
}

.modal-form textarea {
  overflow: hidden;
  line-height: 16px;
}

.section-window-calculator {
  max-width: 1240px;
  margin: 0 auto;
}

.section-window-calculator .slick-next {
  right: -15px;
  top: 50%;
  bottom: auto;
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.section-window-calculator .slick-prev {
  left: -15px;
  top: 50%;
  bottom: auto;
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}


.section-window-scheme {
  margin-left: 60px;
}



.section-news {
  padding: 60px 0;
  padding-left: 60px;
}

.section-news .posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  margin-top: 30px;
}

.section-news .post {
  margin: 0 1.5%;
  margin-bottom: 60px;
  width: 30%;
}

.section-news .post__image {
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.section-news .post__image img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.section-news .post__title {
  font-size: 16px;
  line-height: 150%;
  height: 50px;
  overflow: hidden;
  display: block;
}

.section-news .post .line {
  width: 50px;
  height: 1px;
  display: block;
  background-color: #E95229;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-blog .post__text {
  /*color: #8E8E8E;*/
  max-height: 80px;
  overflow: hidden;
}

.section-news .post__text {
  color: #8E8E8E;
  max-height: 80px;
  overflow: hidden;
}

.pagination {
  width: 100%;
}


.section-actions {
  padding: 60px 0;
  padding-left: 60px;
}

.section-actions .posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  margin-top: 30px;
}

.section-actions .post {
  margin: 0 1.5%;
  margin-bottom: 60px;
  width: 30%;
}

.section-actions .post__image {
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  display: block;
}

.section-actions .post__image img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.section-actions .post__title {
  font-size: 16px;
  line-height: 150%;
  height: 50px;
  overflow: hidden;
  display: block;
}

.section-actions .post .line {
  width: 50px;
  height: 1px;
  display: block;
  background-color: #E95229;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-actions .post__link {
  font-weight: bold;
  font-size: 12.9863px;
  line-height: 160%;
}

.section-actions .post__link svg {
  margin-left: 10px;
}

.section-actions .action__date {
  width: 205px;
  height: 43px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #373F48;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.itemslider-tags {
  display: flex;
  flex-wrap: wrap;
}

.itemslider-tags .tag {
  margin-right: 20px;
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 168%;
  text-transform: uppercase;
  transition: 0.3s ease;
  cursor: pointer;
  color: #373F48;
}

.itemslider-tags .tag.active {
  color: #E95229;
}

.itemslider-tags .tag:hover {
  color: #E95229;
}



.sidebar__menu .item__link_icon path {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: 3s ease-in 1s forwards draw;
  animation-iteration-count: 1;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.pagination {
  text-align: center;
}

.pagination a,
.pagination span {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 13px 16px;
  color: #000;
  margin-left: 10px;
  transition: .3s ease;
}

.pagination a:hover,
.pagination .current {
  background-color: #ec7734;
  color: #fff;
  padding: 13px 16px;
  border-radius: 3px;
  border: 1px solid #ec7734;
}

.section-404 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 180px;
}

.section-404 .title {
  font-size: 42px;
  line-height: 150%;
  text-transform: uppercase;
}

.section-404 .title b {
  display: block;
  font-weight: 300;
  font-size: 210px;
  line-height: 246px;
  text-align: center;
  color: #E95229;
  ;
}

.section-404 .subtitle {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
}

.section-404 .btn {
  background: #E95229;
  height: 60px;
  width: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 auto;
}

.secton-specifications .specifications__text ul {
  list-style-type: disc;
}

.secton-specifications .specifications__text strong {
  font-weight: 700;
}

.section-trust .item img {
  width: 60%;
}

.section-trust .item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.home .section-team,
.page-vip .section-traditions {
  display: none;
}


.section-buywith .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.section-buywith .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-buywith .custom_dots li span {
  color: #E95229;
}

.section-buywith .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-buywith .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-buywith .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-buywith .slick-prev,
.section-buywith .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-buywith .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-buywith .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.section-balkonyforkey .text ul {
  list-style-type: disc;
  padding-left: 15px;
}

.section-pvh-windows .windows {
  margin-bottom: 70px;
}

.section-pvh-windows .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  margin-left: -30px;
}

.section-pvh-windows .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-pvh-windows .custom_dots li span {
  color: #E95229;
}

.section-pvh-windows .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-pvh-windows .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-pvh-windows .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-pvh-windows .slick-prev,
.section-pvh-windows .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-pvh-windows .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-pvh-windows .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.partners .items {
  width: 75%;
}

.partners .items .slick-list {
  width: 100% !important;
}

.partners .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
}

.partners .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.partners .custom_dots li span {
  color: #E95229;
}

.partners .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.partners .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.partners .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.partners .slick-prev,
.partners .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  margin-left: -10px;
}

.partners .slick-next {
  -ms-transform: translateX(130px) rotate(270deg);
  transform: translateX(130px) rotate(270deg);
}

.partners .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-130px) rotate(-90deg);
  transform: translateX(-130px) rotate(-90deg);
}

.section-table-prices .class-option__desc {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  opacity: 0;
  display: block;
  border: 1px solid #fcfcfc;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: -6px 7px 19px 6px rgba(0, 0, 0, .1);
  -moz-box-shadow: -6px 7px 19px 6px rgba(0, 0, 0, .1);
  box-shadow: -6px 7px 19px 6px rgba(0, 0, 0, .1);
}

.section-table-prices .prices-table .window-param .window-class-options p {
  position: relative;
}

.section-table-prices .prices-table .window-param .window-class-options p:hover .class-option__desc {
  opacity: 1;
}

.modal-success .success {
  max-width: 380px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
}

.modal-success .success__subtitle {
  font-size: 18px;
}

.home .section-trust {
  padding: 30px 0;
}

.section-plant .plant__text strong {
  font-weight: 700;
}

.section-plant .plant__text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.section-balkonyforkey .section__content a {
  text-decoration: underline;
  color: #E95229;
}

.sidebar__header_logo img {
  width: 150px;
}

.section-unique-windows h2 {
  font-size: 25px;
}


.seoblock {
  padding-left: 60px;
  margin: 10px 0;
}

.seoblock ul,
.seoblock ul li {
  list-style-type: disc;
}


.seoblock b,
.seoblock strong {
  font-weight: 700;
}


.seoblock a {
  text-decoration: underline;
  color: #E95229;
}

.slide__img_desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.slide__img_desktop img {
  height: 100%;
}

.slide__img_mobile {
  display: none;
}


/* SECTION TABLE */
.section-table .table {
  width: 100%;
  display: block;
}

.section-table p {
  margin-bottom: 0;
}

.section-table .table__header td {
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.section-table .table__header td.econom {
  background: #DFDFDF;
  color: #373F48;
}

.section-table .table__header td.standart {
  background: #373F48;
  color: #FFFFFF;
}

.section-table .table__header td.premium {
  background: #E95229;
  color: #fff;
}

.section-table .item__header {
  display: none;
}

.section-table .item__desc {
  margin-bottom: 26px;
}


.section-table .items__image {
  padding: 20px;
  width: 25%;
  text-align: center;
}

.section-table .items__image img {
  max-width: 100%;
}

.section-table .item {
  width: 25%;
  border-bottom: 1px solid #C4C4C4;
}

.section-table .item__info {
  padding: 20px;
}

.section-table .item__size {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
}

.section-table .item__features {
  margin-bottom: 30px;
}

.section-table .feature {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-table .feature__name {
  color: #8E8E8E;
  width: 45%;
}

.section-table .feature__value {
  width: 45%;
}

.section-table .item__properties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}

.section-table .item__header_image img {
  width: 100%;
}

.section-table .property {
  font-size: 12px;
  line-height: 14px;
  width: 45%;
  margin-bottom: 25px;
}

.section-table .property__name {
  margin-bottom: 10px;
}

.section-table .property__value {
  color: #E95229;
  margin-bottom: 10px;
}

.section-table .property__scale {
  width: 100%;
  background: #d2d2d2;
  height: 4px;
  position: relative;
}

.section-table .property__scale_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e95229;
}

.section-table .item__price {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #E95229;
}

.section-table {
  margin-left: -60px;
}




.section-blog .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -70px;
  position: absolute;
  margin-left: -40px;
}

.section-blog .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-blog .custom_dots li span {
  color: #E95229;
}

.section-blog .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-blog .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-blog .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-blog .slick-prev,
.section-blog .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-blog .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-blog .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.wp-block-image img {
  display: block;
  height: auto;
}

.related-pages {
  padding: 30px 0 60px 60px;
}

.related-pages .posts-related {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.related-pages .page_content{
  display:flex;
  justify-content:space-between;
  margin-top:20px;
}

.related-pages .post{
  display: block;
  width: calc(100%/3 - 40px/3*2);
}

.related-pages .post__image {
  display: flex;
  width: 100%;
  position: relative;
}

.related-pages .post__image:after {
  content:'';
  padding-bottom: calc(275/415*100%);
}


.post__image img {
  /* max-width: 415px; */
  object-position: center;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}
.related-pages .page__title{
  font-size: 16px;
  line-height: 19.2px;
}
.page__date{
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.03em;
  text-align: right;
  padding-left:10px;
  color: #B9B9B9;
}


.block-prices {
  padding: 50px 0;
}

.block-prices p {
  margin: 0;
}

.block-prices__items {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid  #EEE;
}

.block-prices .item {
  width: calc(100%/3);

}


.block-prices .item__title {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-transform: uppercase;
}

.block-prices .item:nth-child(1) .item__title,
.block-prices .item:nth-child(3n + 4) .item__title{
  background: #DFDFDF;
  color: #373F48;
}

.block-prices .item:nth-child(2) .item__title,
.block-prices .item:nth-child(3n + 5) .item__title{
  background: #373F48;
  color: #fff;
}

.block-prices .item:nth-child(3) .item__title,
.block-prices .item:nth-child(3n + 6) .item__title{
  background: #E95229;
  color: #fff;
}

.block-prices .item:nth-child(3) .item__body,
.block-prices .item:nth-child(3n + 6) .item__body {
  border-right: none;
}

.block-prices .item__body {
  padding: 30px 40px;
  background: #fff;
  border-right: 1px solid #EEE;
}

.block-prices .item__subtitle {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.54px;
  font-size: 18px;
}

.block-prices .item__attributes {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.block-prices .item__attributes .attribute {
  display: flex;
  align-items: center;
  gap: 60px;
}

.block-prices .item__attributes .attribute__name {
  font-size: 14px;
  color: #8E8E8E;
  letter-spacing: 0.42px;
  font-weight: 500;
  width: 100%;
}

.block-prices .item__attributes .attribute__value {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  width: 100%;
}

.block-prices .item__attributes-2 {
  margin-top: 30px;
  display: flex;
  gap: 20px 60px;
  flex-wrap: wrap;
}

.block-prices .item__attributes-2 .attribute{
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-prices .item__attributes-2 .attribute__name {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
}

.block-prices .item__attributes-2 .attribute__value {
  color: #E95229;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
}

.block-prices .item__attributes-2 .attribute__scale {
  position: relative;
  width: 100%;
  height: 5px;
  background: #D2D2D2;
}

.block-prices .item__attributes-2 .attribute__scale_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #E95229;
}

.block-prices .item__price {
  text-align: center;
  margin-top: 35px;
  color: #E95229;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
}

.section-faq {
  padding: 45px 100px 60px 60px;
  background-color: #FCF6EC;
}
.section-faq .faq {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.section-faq h3 {
  color: #E95229;
  font-family: Oswald;
  font-size: 36px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  max-width: 380px;
}
.faq-list {
  background: #FFF;
  width: 100%;
  max-width: 610px;
  padding: 10px 30px;
  margin-top: 14px;
}
.faq-list li {
  padding: 25px 0;
}
.faq-list li + li {
  border-top: 1px solid #eee;
}
.faq-list .question {
  cursor: pointer;
  color: #373F48;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28px;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-right: 60px;
  background: no-repeat 100% 0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Ccircle cx='15' cy='15' transform='rotate(90 15 15)' fill='%23EEE' r='15'/%3E%3Cpath d='m20 13-4.5 4-4.5-4' stroke='%23373F48'/%3E%3C/svg%3E");
}
.faq-list .question.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Ccircle cx='15' cy='15' transform='rotate(90 15 15)' fill='%23E95229' r='15'/%3E%3Cpath d='m11 17 4.5-4 4.5 4' stroke='%23fff'/%3E%3C/svg%3E");
}
.faq-list .answer {
  display: none;
  padding-top: 20px;
}

.section-advantages-list h2 {
  text-align: center;
}
.section-advantages-list .items {
}
.section-advantages-list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding: 30px 0;
}
.section-advantages-list .item__title {
  flex: 0 0 350px;
  color: #E95229;
  font: 300 24px/165% 'Oswald';
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-left: 60px;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='%23D2D2D2'/%3E%3Cpath d='M11.667 19.089L17.5278 25.4167L28.3337 13.75' stroke='%23E95229' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.section-advantages-list .item__content {
  flex: 0 0 calc(100% - 440px);
  color: #373F48;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.32px;
}

.section-plus-minus h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section-plus-minus .items_wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #DFDFDF;
}
.section-plus-minus .plus_items {
  border-right: 1px solid #DFDFDF;
}
.section-plus-minus .plus_items,
.section-plus-minus .minus_items {
  flex: 0 0 50%;
  padding: 46px;
}
.section-plus-minus .plus_items .item__title {
  color: #E95229;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  letter-spacing: 0.48px;
  padding: 4px 0 5px 60px;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' fill='white' stroke='%23D2D2D2'/%3E%3Cline x1='19.75' y1='12.75' x2='19.75' y2='28.25' stroke='%23E95229' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='27.25' y1='20.75' x2='11.75' y2='20.75' stroke='%23E95229' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.section-plus-minus .plus_items h3 {
  color: #E95229;
}
.section-plus-minus .minus_items .item__title {
  color: #373F48;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  letter-spacing: 0.48px;
  padding: 4px 0 5px 60px;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='19.5' fill='white' stroke='%23D2D2D2'/%3E%3Cline x1='27.25' y1='20.75' x2='11.75' y2='20.75' stroke='%23373F48' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.section-plus-minus h3 {
font-size: 30px;
font-weight: 300;
line-height: 150%;
letter-spacing: 0.6px;
margin-bottom: 40px;
text-transform: uppercase;
}
.section-plus-minus .item__content {
  color: #373F48;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}


.section-sliderlogos {
  padding: 60px 0;
}

.slider-logos {
  margin-top: 50px;
}

.section-sliderlogos .item {
  width: 270px;
  text-align: center;
  margin-right: 50px;
}
.section-sliderlogos .item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  margin-bottom: 10px;
}
.section-sliderlogos .item__btn {
  display: inline-block;
  color: #373F48;
  font-weight: bold;
  padding-right: 17px;
  background: no-repeat right url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M5 1L8 4.5L5 8' stroke='%23F59A37' stroke-linecap='round'/%3E%3Cpath d='M1 1L4 4.5L1 8' stroke='%23F59A37' stroke-linecap='round'/%3E%3C/svg%3E");
}
.section-sliderlogos .custom_dots {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -70px;
  position: absolute;
  margin-left: -40px;
}

.section-sliderlogos .custom_dots li {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #000;
}

.section-sliderlogos .custom_dots li span {
  color: #E95229;
}

.section-sliderlogos .custom_dots li.slick-active {
  display: -ms-flexbox;
  display: flex;
}

.section-sliderlogos .custom_dots .line {
  width: 150px;
  background: #D2D2D2;
  height: 2px;
  position: relative;
  margin: 0 8px;
}

.section-sliderlogos .custom_dots .line span {
  background: #F59A37;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.section-sliderlogos .slick-prev,
.section-sliderlogos .slick-next {
  bottom: -50px;
  top: auto;
  -ms-transform: none;
  transform: none;
  left: 50%;
  -ms-transform: translateX(150px) rotate(90deg);
  transform: translateX(150px) rotate(90deg);
}

.section-sliderlogos .slick-next {
  -ms-transform: translateX(100px) rotate(270deg);
  transform: translateX(100px) rotate(270deg);
}

.section-sliderlogos .slick-prev {
  left: auto;
  left: 50%;
  -ms-transform: translateX(-180px) rotate(-90deg);
  transform: translateX(-180px) rotate(-90deg);
}

.page-template-page-news .section-news .news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.page-template-page-news .section-news .news-toolbar .news-cats {
  position: relative;
  width: fit-content;
  min-width: 300px;
}

.page-template-page-news .section-news .news-toolbar .news-cats .news-cats__head {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #AEB2B5;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #3E3E3E;
  background: transparent;
  position: relative;
  cursor: pointer;
  gap: 8px; }
.page-template-page-news .section-news .news-toolbar .news-cats .news-cats__title {
  font-weight: 400;
  font-size: 14px;
  color:#3E3E3E; }
.page-template-page-news .section-news .news-toolbar .news-cats .news-cats__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block; }
.page-template-page-news .section-news .news-toolbar .news-cats.is-collapsed .news-cats__toggle:after {
  transform: translate(-50%, -25%) rotate(-135deg);
  transform-origin: 50% 50%;}
.page-template-page-news .section-news .news-toolbar .news-cats .news-cats__toggle:after {
  border-radius: 1px;
  transition: .2s ease;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #EC7734;
  border-bottom: 2px solid #EC7734;
  position: absolute;
  transform: translate(-50%, -75%) rotate(45deg);}
.page-template-page-news .section-news .news-toolbar #js-cat-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 100%;
  padding: 14px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0px 3px 0px #9696961A, -6px 0px 6px 0px #96969617, -13px 0px 8px 0px #9696960D, -22px 0px 9px 0px #96969603, -35px 0px 10px 0px #96969600;
  backdrop-filter: blur(4px);
  display: none;
  z-index: 10;
}
.page-template-page-news .section-news .news-toolbar #js-cat-list li {
  display: block;
  margin-bottom: 20px;
}
.page-template-page-news .section-news .news-toolbar #js-cat-list li:last-child {
  margin-bottom: 0;
}
.page-template-page-news .section-news .news-toolbar #js-cat-list li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background .15s ease; }
.page-template-page-news .section-news .news-toolbar #js-cat-list li label span {
  color: #5B5A5A;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;}
.page-template-page-news .section-news .news-toolbar #js-cat-list li label .count {
  color: #5B5A5A;
  font-weight: 400;
  font-size: 14px; }
.page-template-page-news .section-news .news-toolbar #js-cat-list li.is-hidden {
  display: none; }
.page-template-page-news .section-news .news-toolbar #js-cat-list input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #EC7734;
  border-radius: 2px;
  margin: 0 16px 0 0;
  background: transparent;
  display: grid;
  place-items: center;
  transition: .15s ease; }
.page-template-page-news .section-news .news-toolbar #js-cat-list input[type="checkbox"]:hover {
  border-color: #EC7734; }
.page-template-page-news .section-news .news-toolbar #js-cat-list input[type="checkbox"]:checked {
  background: #EC7734;
  border-color: #EC7734;
}
.page-template-page-news .section-news .news-toolbar #js-cat-list input[type="checkbox"]:checked::after {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-1px, -3px) rotate(-45deg); }
.page-template-page-news .section-news .news-toolbar .news-sort {
  position: relative;
  width: fit-content;
  min-width: 210px; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-current {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #AEB2B5;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #3E3E3E;
  background: transparent;
  position: relative;
  cursor: pointer;
  gap: 8px; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-current .icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-current .icon:after {
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #EC7734;
  border-bottom: 2px solid #EC7734;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -75%) rotate(45deg);
  border-radius: 1px;
  transition: .2s ease;
  transform-origin: 50% 50%;}
.page-template-page-news .section-news .news-toolbar .news-sort.is-open .sort-current .icon:after {
  transform: translate(-50%, -25%) rotate(-135deg); }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 100%;
  padding: 14px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0px 3px 0px #9696961A, -6px 0px 6px 0px #96969617, -13px 0px 8px 0px #9696960D, -22px 0px 9px 0px #96969603, -35px 0px 10px 0px #96969600;
  backdrop-filter: blur(4px);
  display: none;
  z-index: 10;
}
.page-template-page-news .section-news .news-toolbar .news-sort.is-open .sort-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;}
.page-template-page-news .section-news .news-toolbar .news-sort .sort-menu li {
  list-style: none;
  margin: 0; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-menu a {
  display: block;
  padding: 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #6B6A6A; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-menu a:hover {
  background: #EC7734;
  color: #fff; }
.page-template-page-news .section-news .news-toolbar .news-sort .sort-menu a.is-accent {
  background: #EC7734;
  color: #fff; }

.page-template-page-news .section-news .post__date {
  font-size: 12px;
  color: #8E8F8E;
}
@media (max-width: 760px) {
  .page-template-page-news .section-news .news-toolbar {
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
    padding: 0 10px;
  }
  .page-template-page-news .section-news .news-toolbar .news-cats {
    width: 100%; }
  .page-template-page-news .section-news .news-toolbar .news-sort {
    width: 100%; }
}

#fullpage-loader{
  position: fixed; inset: 0;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(2px);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}
#fullpage-loader.is-visible{
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .2s ease;
}

body.is-busy{ overflow: hidden; }

#fullpage-loader .fpl-spinner{
  width: 54px; height: 54px; border-radius: 50%;
  border: 4px solid #E9EDF2;
  border-top-color: #F1692F;
  animation: fpl-spin .8s linear infinite;
}
@keyframes fpl-spin { to { transform: rotate(360deg) } }

.rating-section {
  margin: 24px 0;
}
.rating-section .acf-user-rating-title {
  margin-bottom: 20px;
  color: #353434;
  font-size: 18px;
  font-weight: 500;
}
.rating-section .acf-user-rating {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.rating-section .acf-user-rating__stars {
  display: flex;
  gap: 10px;
}

.rating-section .acf-user-rating__stars .star-btn {
  border: none;
  width: 42px;
  height: 39px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  padding: 0;
  filter: none;
}

.rating-section .acf-user-rating__stars .star-btn.is-disabled,
.rating-section .acf-user-rating__stars .star-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.rating-section .acf-user-rating__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #666;
}

.page-content .publish-section {
  margin-bottom: 20px;
}
.page-content .publish-section .publish-section__date-publish {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.page-content .publish-section .publish-section__date-publish time {
  color: #373F48;
  font-size: 14px;
  font-weight: 500;
}
.page-template-page-news .section-news .pagination {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}