:root {
  --column-width: 86.1111vw;
  --offset: calc(50% - (var(--column-width) / 2));
  --light-green: #A0BA1C;
  --dark-black: #181818;
  --color-white: #FFFFFF;
}

body,
input,
textarea,
select {
  font-family: "Circle-light", sans-serif;
  font-size: 1.1111vw;
  -webkit-text-size-adjust: none;
}

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

* {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
form,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
span,
b,
i,
input,
textarea,
fieldset {
  margin: 0;
  padding: 0;
}

.none {
  display: none;
}

.mobile {
  display: none !important;
}

.fade-out {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
}

.fade-out.active {
  opacity: 0;
  pointer-events: none;
}

.fade-in {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.fade-in.active {
  opacity: 1;
  pointer-events: auto;
}

.container {
  padding-left: var(--offset);
  padding-right: var(--offset);
}

.container-offset {
  width: var(--column-width);
  margin-left: auto;
  margin-right: auto;
}

body.dark {
  background: var(--dark-black);
}

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 {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

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;
}

@font-face {
  font-family: "Circle-light";
  src: url("fonts/Circe-Light.eot?") format("eot"),
    url("fonts/Circe-Light.woff") format("woff"),
    url("fonts/Circe-Light.ttf") format("truetype"),
    url("fonts/Circe-Light.svg#Circe-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circle-regular";
  src: url("fonts/Circe-Regular.eot?") format("eot"),
    url("fonts/Circe-Regular.woff") format("woff"),
    url("fonts/Circe-Regular.ttf") format("truetype"),
    url("fonts/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "robotothin";
  src: url("fonts/roboto-thin-webfont.eot");
  src: url("fonts/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/roboto-thin-webfont.woff2") format("woff2"),
    url("fonts/roboto-thin-webfont.woff") format("woff"),
    url("fonts/roboto-thin-webfont.ttf") format("truetype"),
    url("fonts/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight";
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/roboto-light-webfont.woff2") format("woff2"),
    url("fonts/roboto-light-webfont.woff") format("woff"),
    url("fonts/roboto-light-webfont.ttf") format("truetype"),
    url("fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
p,
a {
  color: #303030;
  font-family: "Circle-light", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Circle-regular", sans-serif;
  color: #303030;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

p {
  margin: 1.3889vw 0;
}

.clearfix {
  display: block;
  clear: both;
}

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

.bg-img-left {
  background: url(../imgs/BG2.jpeg) no-repeat top;
  position: absolute;
  left: -1.0417vw;
  top: 0vw;
  width: 25vw;
  height: -webkit-calc(100% - 8.3333vw);
  height: calc(100% - 8.3333vw);
  z-index: -999;
}

.bg-img-right {
  background: url(../imgs/BG2.jpeg) no-repeat bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.6667vw;
  height: 100%;
  z-index: -999;
}

.page,
.header {
  /* width: 83.3333vw; */
  margin: 0 auto;
  padding: 1.3889vw 6.9444vw;
}

.page {
  height: 100%;
  *position: relative;
  padding: 0 3.4722vw;
  padding-bottom: 22.5694vw;
}

button {
  cursor: pointer;
}

/* HEADER */

header {
  width: 100%;
  height: 8.3333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  padding-top: 2.5vw;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.sticky {
  padding: 0.3472vw 6.9444vw;
  height: 6.5972vw;
}

header .logo {
  width: 9.2361vw;
  float: left;
}

header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header--nav {
  width: -webkit-calc(100% - 18.4722vw);
  width: calc(100% - 18.4722vw);
  float: left;
  position: relative;
  margin-left: 1.3889vw;
}

.header--phone {
  position: absolute;
  right: 0;
  top: -2.6389vw;
  color: #303030;
  font-family: "Circle-light", sans-serif;
  font-size: 1.5278vw;
  display: none;
}

.header.sticky .header--phone {
  top: -1.9444vw;
}

.header--nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header .header--nav ul li {
  position: relative;
}

header .header--nav ul li .submenu {
  min-width: 17.3611vw;
  padding: 1.3889vw 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-white);
  box-shadow: 0vw 0.2778vw 0.8333vw 0vw #00000040;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
  z-index: 1000;
  border-radius: 0.5556vw;
  justify-content: flex-start;
}

header .header--nav ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

header .header--nav ul li svg {
  transition: .3s;
}

header .header--nav ul li:hover svg {
  transform: rotate(180deg);
}

.submenu-col {
  min-width: 12.7083vw;
}

.submenu-col:last-child {
  margin-right: 0;
}

.submenu-title {
  font-size: 1.25vw;
  color: var(--light-green);
  font-weight: 700;
  margin-bottom: 0.9722vw;
  padding: 0.3472vw 2.0833vw;
}

.submenu li a {
  padding: 0.3472vw 2.0833vw;
  font-size: 1.25vw !important;
  line-height: 1.8056vw !important;
  margin-bottom: 0.2778vw;
}

.submenu li a:hover {
  color: var(--dark-black) !important;
  background: #EEEEEE;
}

.submenu li:last-child a {
  margin-bottom: 0;
}

header .header--nav ul li a {
  font-size: 1.3889vw;
  line-height: 3.1944vw;
  display: flex;
  align-items: center;
  transition: .3s;
}

@media (min-width: 53.3333vw) {
  header .header--nav ul li a {
    font-size: 1.3194vw;
  }
}

header .header--nav ul li a:hover,
.menu-item_current {
  color: var(--light-green);
}

header .header--nav ul li a path {
  fill: var(--dark-black);
  transition: .3s;
}

header.dark .header--nav ul li a path {
  fill: var(--color-white);
}

header .header--nav ul li a:hover path {
  fill: var(--light-green);
}

/* SCROLLING BOX */

.scrolling-box {
  width: 100%;
  height: 54.1667vw;
  padding-top: 8.3333vw;
  position: relative;
}

.stone-description {
  width: 55%;
  height: 19.6528vw;
  position: absolute;
  top: 18.2639vw;
  left: 9.16666666666667%;
}

.scrolling-box .stone-description a {
  float: none;
  border: 0;
  padding-bottom: 0;
  line-height: normal;
  font-size: 1.25vw;
  margin-top: 0;
  position: static;
  right: auto;
  z-index: auto;
  text-decoration: underline;
}

.stone-description h2,
.stone-description h3 {
  font-size: 4.0278vw;
  margin-bottom: 3.4722vw;
  text-transform: uppercase;
}

.stone-description p {
  line-height: 1.5972vw;
  font-size: 1.25vw;
  margin-bottom: 2.7778vw;
}

.scrolling-box .stone-description button {
  width: 14.4444vw;
  height: 4.4444vw;
  background: #f5f5f5;
  border: none;
  font-size: 1.25vw;
  font-family: "Circle-regular", sans-serif;
}

.scrolling-box .stone-description button:hover {
  background: #dbdbdb;
}

.cube-container {
  width: 50%;
  float: left;
  margin-top: 10%;
}

.section-container {
  width: 50%;
  float: left;
}

.to-fix {
  position: fixed;
  width: 40.2778vw;
  height: 40.4861vw;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mask {
  /*background: url(../imgs/cube-mask.png) no-repeat center;*/
  z-index: 9999;
  position: static;
  width: 40.4861vw;
  height: 38.75vw;
}

.cube-container .cube-mask {
  width: 100%;
  z-index: 990;
  position: relative;
}

.cube-container .imgs {
  position: absolute;
  bottom: 5.5556vw;
  left: 1.6667vw;
  opacity: 0;
  width: 82.5%;
  background: url("../imgs/mainpage-shadow.png") no-repeat bottom;
  -webkit-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}

.cube-container .imgs:first-child {
  opacity: 1;
}

.scrolling-box a {
  float: right;
  border-bottom: 1px solid #303030;
  padding-bottom: 0.9028vw;
  line-height: 1.5972vw;
  font-size: 1.25vw;
  margin-top: 2.4306vw;
  position: fixed;
  right: 5%;
  z-index: 99999;
}

.scrolling-box a:hover {
  color: #f1b51c;
  border-color: #f1b51c;
}

.scrolling-box .mouse {
  width: 1.4583vw;
  height: 3.8194vw;
  position: absolute;
  bottom: 3.8194vw;
  left: 100%;
  background: url(../imgs/mouse.png) no-repeat;
}

/* SPECIAL PROPOSITION */

.special-proposition {
}

.special-proposition .stone-description-special {
  top: 31.3889vw;
  left: 0;
  width: 50%;
  float: left;
  margin-left: 3.4722vw;
  margin-top: 6.25vw;
}

.stone-description-special a:hover h3 {
  color: #f1b51c;
}

.special-proposition .stone-description-special h3 {
  font-size: 2.9167vw;
  margin-bottom: 3.4722vw;
  text-transform: uppercase;
}

.special-proposition .stone-description-special p {
  line-height: 1.5972vw;
  font-size: 1.25vw;
  margin-bottom: 2.7778vw;
}

.stone-img-special {
  background: url(../imgs/special_offer.png) bottom no-repeat;
  width: -webkit-calc(50% - 6.25vw);
  width: calc(50% - 6.25vw);
  height: 26.3889vw;
  margin-right: 2.7778vw;
  float: left;
}

/* FOOTER */

footer {
  margin-top: 6.9444vw;
}

footer .page {
  padding-bottom: 0;
}

.footer--nav {
  width: 100%;
}

.footer--nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  font-size: 1.1806vw;
}

footer ul li a:hover {
  color: #f1b51c;
}

.footer--contacts {
  margin-top: 5.2778vw;
}

.address,
.phones,
.last-line {
  width: 33%;
  float: left;
  padding-bottom: 6.9444vw;
}

.address p {
  font-size: 1.1806vw;
  margin-top: 2.9167vw;
}

.address p:first-child,
.last-line p:first-child {
  margin: 0vw;
}

.address p {
  font-size: 1.1806vw;
  margin-bottom: 1.0417vw;
}

.phones {
  text-align: center;
}

.phones a {
  font-size: 2.0833vw;
  margin-bottom: 1.1111vw;
  display: block;
}

.phones a:hover {
  text-decoration: none;
  color: #303030;
}

.last-line {
  text-align: right;
}

.last-line p {
  font-size: 1.1806vw;
  margin-top: 2.9167vw;
}

/* kontaktu_recolor  */

.content {
  padding-top: 10.4167vw;
  padding: 3.4722vw var(--offset);
  /*padding: 3.4722vw 6.9444vw;*/
}

.section-page,
footer {
  padding: 0 6.9444vw;
}

.map-block {
  width: 30.6944vw;
  height: 28.8194vw;
  background-image: url("../imgs/map.jpeg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  margin-left: 3.4722vw;
  margin-top: 2.0833vw;
}

.contact-block {
  width: 20.8333vw;
  float: right;
  font-family: "Circle-light", sans-serif;
  margin-right: 12.5vw;
  margin-top: 2.0833vw;
}

.contact-block .contact-title {
  font-size: 3.3333vw;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.3333vw;
  margin: 0;
  margin-bottom: 1.7361vw;
}

.contact-block.contact-text p {
  font-size: 1.25vw;
  line-height: 1.5972vw;
  font-weight: 500;
  font-family: "Circle-regular";
}

.contact-block .form-title {
  display: block;
  font-size: 1.25vw;
  line-height: 1.5972vw;
  font-weight: 500;
  font-family: "Circle-regular";
  margin-top: 2.0833vw;
  margin-bottom: 0.6944vw;
}

.contact-block fieldset input,
.contact-block fieldset textarea {
  width: 20.8333vw;
  padding: 1.0417vw;
  font-size: 1.25vw;
  font-family: "Circle-regular";
  line-height: 1.25vw;
  margin-bottom: 0.625vw;
  color: #303030;
  border: 1px solid #919190;
  outline: none;
}

.contact-block fieldset input:focus,
.contact-block fieldset textarea:focus {
  border: 1px solid #787878;
}

.contact-block fieldset textarea {
  margin-bottom: 1.4583vw;
  resize: none;
  height: 6.1111vw;
}

.contact-block fieldset .btn-send {
  width: 14.4444vw;
  background-color: #919190;
  text-align: center;
  height: 3.8194vw;
  line-height: 3.8194vw;
  text-transform: lowercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-block fieldset .btn-send:hover {
  background-color: #787878;
}

/* nashu rabotu.vnutr_recolor */

.main-items .item-block {
  display: block;
  width: 22.9167vw;
  margin-right: 7.2917vw;
  float: left;
  margin-bottom: 3.8194vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-items .item-block img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-items .item-block:hover img {
  opacity: 0.7;
}

.main-items .item-block:hover .item-name {
  border-bottom: 1px solid #f1b51c;
}

.main-items .item-block:nth-child(3n) {
  margin-right: 0;
}

.main-items .item-name {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 1.0417vw;
  padding-bottom: 0.3472vw;
}

.work-title,
.stone-design-title {
  font-size: 3.3333vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3.3333vw;
  margin: 0;
  margin-top: 2.0833vw;
  margin-bottom: 3.125vw;
}

.stone-design-title {
  margin-left: 2.5vw;
  margin-top: 1.3889vw;
}

.stone-design-title_2 {
  text-align: right;
  margin-bottom: 3.4722vw;
  font-size: 0.9722vw;
}

/*--- o kompanii_re ---*/

.company .company-image {
  width: 24.8611vw;
  height: 25vw;
  float: left;
  background-size: cover;
  margin-left: 6.0417vw;
  margin-top: 2.7778vw;
}

.company .company-dscrptn {
  width: 41.4583vw;
  float: right;
}

.company .company-dscrptn .title-company {
  font-size: 3.3333vw;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 4.8611vw;
  font-weight: bold;
}

.company .company-dscrptn p {
  font-size: 1.25vw;
  text-align: justify;
}

/*stone in design style---------------------------------------------------------------------------*/

.stone-design-txt {
  padding: 0 6.25vw 0 2.7778vw;
  line-height: 1.5972vw;
  font-size: 1.25vw;
  margin-bottom: 4.1667vw;
}

.design-select {
  color: #6da7ca;
  text-transform: uppercase;
  font-size: 1.25vw;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

.design-select span {
  margin-right: 0.9722vw;
}

.design-select-block {
}

.cb {
  clear: both;
}

.design-select-container {
  color: #6da7ca;
  font-size: 1.25vw;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 0.6944vw;
  margin-bottom: 3.8194vw;
  position: relative;
  width: 14.5833vw;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  background: url("../imgs/arrow-down.png") no-repeat 94% 50%;
  /*  float: left;*/
}

.design-select {
  display: inline-block;
}

.design-arrow-container {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 13.1944vw;
}

.design-arrow {
  cursor: pointer;
}

.design-content-container {
  position: relative;
  display: none;
}

.design-content-container_active {
  display: block;
}

.design-content img {
  width: 83.3333vw;
  max-height: 47.2222vw;
  display: none;
}

.design-room-bg {
  position: relative;
  width: 83.3333vw !important;
  margin: 0 auto;
  height: 47.9167vw !important;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  /*background-image: url("../imgs/room1.jpg");*/
}

.design-skins {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  /*background-image: url("../imgs/skin1.png");*/
}

.design-content-img_active {
  display: block !important;
}

.design-slider-container {
  width: 41.6667vw;
  position: absolute;
  right: 4.1667vw;
  top: -7.2917vw;
}

.design-slider-container .owl-item div img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.design-slider-container .slider-img-container {
  padding: 0 0;
}

.slider-img-container img {
  width: 3.4722vw;
  height: 3.4722vw;
  -webkit-border-radius: 1.7361vw;
  border-radius: 1.7361vw;
}

.design-slider-container .slider-img-container:hover,
.design-slider-container .slider-img-container_active {
  background: url("../imgs/design-active.png") center no-repeat;
  width: 6.9444vw;
  background-size: cover;
}

.design-slider-container .owl-item {
  width: 6.9444vw !important;
}

.design-slider-container .customNavigation {
  position: relative;
}

.design-slider-container .customNavigation .btn {
  position: absolute;
  top: -3.0556vw;
}

.design-slider-container .customNavigation .btn img {
  width: 0.9028vw;
}

.design-slider-container .customNavigation .prev {
  left: -2.0833vw;
}

.design-slider-container .customNavigation .next {
  right: -2.0833vw;
}

.btn img {
  cursor: pointer;
}

/*sulugi poleznye stati----------------------------------------------------------------------------------------*/

.content.pre {
  /* width: 100%; */
  margin: 0 auto;
}

.content.pre.us {
  width: 100%;
  margin: 0 auto;
}

.pre-title .pre-text {
  font-size: 2.0833vw;
  color: #303030;
  float: left;
  margin-bottom: 2.0833vw;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 0.3472vw;
}

.pre-title .back {
  font-size: 1.1111vw;
  color: #303030;
  text-decoration: none;
  float: right;
  position: relative;
  padding-left: 4.1667vw;
}

.pre-title .back:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.6389vw;
  height: 1.3194vw;
  left: 0vw;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("../imgs/left.png");
}

.pre-title .back:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.some-text {
  color: #303030;
  font-size: 1.25vw;
  width: 50%;
}

.some-text.full-width {
  width: 100% !important;
}

.additional-content {
  padding-bottom: 6.9444vw;
}

.additional-content img {
  width: 100%;
}

.some-text p {
  margin-top: 0;
}

.some-text .some-text-text {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5278vw;
  text-align: justify;
}

.some-text .some-text-text:last-child {
  margin-bottom: 0;
}

.next-back {
  color: #303030;
  margin-top: 4.8611vw;
}

.next-back .next {
  position: relative;
  float: right;
  padding-right: 4.1667vw;
}

.next-back .back {
  position: relative;
  float: left;
  padding-left: 4.1667vw;
}

.next-back .next:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.6389vw;
  height: 1.3194vw;
  right: 0vw;
  top: 0;
  background-image: url("../imgs/left.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

.next-back .back:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.6389vw;
  height: 1.3194vw;
  left: 0vw;
  top: 0;
  background-repeat: no-repeat;
  background-image: url("../imgs/left.png");
}

.next-back .next:hover,
.next-back .back:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.articles .the-article {
  display: flex;
  flex-direction: column;
  gap: 1.3889vw;
  /*width: 31.25vw;*/
  width: calc(50% - 1.3889vw);
  float: left;
  margin-right: 1.3889vw;
  font-size: 1.25vw;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 3.125vw;
  text-align: justify;
}

.articles .the-article .the-article-image-container {
  height: 20.8333vw;
  object-fit: cover;
  transition: filter 0.3s, transform 0.3s;
  overflow: hidden;
}

.articles .the-article .the-article-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.9s; 
}

.articles .the-article .the-article-image-container img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}



.articles .the-article:hover {
  opacity: 0.7;
}

.articles .the-article:nth-child(2n) {
  margin-right: 0;
}

.articles .the-article .the-art-title {
  /*border-bottom: 1px solid #c7c7c7;*/
  margin-bottom: 0.6944vw;
  font-weight: bold;
  font-size: 1.3889vw;
}

.articles-items {
  display: flex;
  flex-wrap: wrap;
}

.pagination {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3889vw;
}

.pagination a:hover {
  background: #feba0d;
  color: #fff;
}

.pagination a path {
  fill: #333;
  transition: 0.3s;
}

.pagination a:hover path {
  fill: #fff;
}

.pagination a {
  display: inline-block;
  font-size: 1.25vw;
  transition: 0.3s;
}

.pagination span {
  display: inline-block;
  font-size: 1.25vw;
  color: #303030;
}

.pagination .pagination-btn-prev svg {
  width: 0.9722vw;
  height: 0.9722vw;
}

.pagination .pagination-btn-next svg {
  width: 0.9722vw;
  height: 0.9722vw;
  display: block;
}

.pagination .pagination-btn {
  margin: 0 0.8333vw;
  background: #f7f7f7;
  border-radius: 3px;
  width: 2.4306vw;
  height: 2.4306vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .pagination-btn.active {
  background: #f1b51c;
  border-radius: 3px;
  color: #fff;
}

.list {
  width: 60.8333vw;
}

.list.list-text {
  margin: 0;
  padding: 0;
  margin-bottom: 0.8333vw;
  text-align: left;
  color: #303030;
  font-size: 1.25vw;
  line-height: 2.2222vw;
}

/*circle page style-------------------------------------------------------------------------------------------*/

.circle-container {
  margin: 0 auto;
  position: relative;
}

.circle-content {
  margin-top: 13.8889vw;
}

.circle-title,
.circle-dscrptn {
  position: absolute;
  text-align: center;
}

.circle-title {
  font-size: 2.2222vw;
  text-transform: uppercase;
  top: 3.4722vw;
  left: 0;
  right: 0;
}

.circle-dscrptn {
  position: absolute;
  font-size: 1.3889vw;
  text-transform: uppercase;
  left: 0;
  right: 0;
  bottom: -5.9028vw;
}

.arrow-left-large {
  position: absolute;
  top: -webkit-calc(50% - 6.9444vw);
  top: calc(50% - 6.9444vw);
  cursor: pointer;
  z-index: 99;
}

.arrow-right-large {
  position: absolute;
  top: -webkit-calc(50% - 6.9444vw);
  top: calc(50% - 6.9444vw);
  right: 0;
  cursor: pointer;
  z-index: 99;
}

.cube-wrapper {
  position: absolute;
  left: -webkit-calc(50% - 13.8889vw);
  left: calc(50% - 13.8889vw);
  top: -webkit-calc(50% - 18.75vw);
  top: calc(50% - 18.75vw);
  width: 27.7778vw;
  height: 33.0556vw;
  /*background: url("../imgs/circle-shadow.png") no-repeat bottom;*/
  -webkit-background-size: auto 27%;
  background-size: auto 27%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}

.cube {
  position: relative;
  width: 22.7778vw;
  height: 22.7778vw;
  margin: 0 auto;
}

.cube[data-popup-image]:hover {
  cursor: pointer;
}

.cube:after {
  content: "";
  position: absolute;
  bottom: -19%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 20%;
  background: url("../imgs/circle-shadow.png") no-repeat bottom;
  -webkit-background-size: auto 65%;
  background-size: auto 65%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*.circle-item_1 .cube-stone, #stone-1 .cube-stone {
  background: url("../imgs/circle-item_1.jpg") no-repeat center; }

.circle-item_2 .cube-stone, #stone-2 .cube-stone {
  background: url("../imgs/circle-item_2.jpg") no-repeat center; }

.circle-item_3 .cube-stone, #stone-3 .cube-stone {
  background: url("../imgs/circle-item_3.jpg") no-repeat center; }*/

.cube_active {
  z-index: 998;
  opacity: 1;
}

#circle-slider .item {
  padding-bottom: 3.4722vw;
}

#circle-slider .owl-controls {
  margin-top: 0;
}

.circle {
  position: relative;
  margin: 0 auto;
  width: 55.5556vw;
  height: 55.5556vw;
  background: url("../imgs/circle.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.edge_1 {
  position: absolute;
  width: 56%;
  height: 56%;
  left: 22%;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.edge_1 div {
  -webkit-transform: skew(-15deg, -15deg);
  -ms-transform: skew(-15deg, -15deg);
  transform: skew(-15deg, -15deg);
  width: 100%;
  height: 100%;
}

.cube-shadow {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  );
  width: 100%;
  height: 100%;
}

.edge_3 .cube-shadow {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.1)),
    to(rgba(0, 0, 0, 0.3))
  ) !important;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  ) !important;
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  ) !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  ) !important;
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.5)
  ) !important;
}

.cube-speck {
  background: url("../imgs/circle-speck.png") no-repeat center;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.cube-stone {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.edge_2 {
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-transform: skew(0deg, 30deg) scale(1, 1.16);
  -ms-transform: skew(0deg, 30deg) scale(1, 1.16);
  transform: skew(0deg, 30deg) scale(1, 1.16);
  top: 46.5%;
  left: 0%;
}

.edge_3 {
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-transform: skew(0deg, -30deg) scale(1, 1.16);
  -ms-transform: skew(0deg, -30deg) scale(1, 1.16);
  transform: skew(0deg, -30deg) scale(1, 1.16);
  top: 46.5%;
  left: 50%;
}

.circle-item {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  /*background: url("../imgs/design-icons/empty.png") no-repeat center;*/
  width: 3.9583vw;
  height: 3.9583vw;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

.circle-item img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.2778vw;
  margin-top: -0.4167vw;
  margin-left: -0.4167vw;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.circle-item_current img,
.circle-item:hover img {
  border: 2px solid orange;
}

.circle .circle-item_1 {
  left: 40.9722vw;
  top: 2.7778vw;
}

.circle .circle-item_2 {
  left: 49.3056vw;
  top: 11.1111vw;
}

.circle .circle-item_3 {
  left: 53.125vw;
  top: 20.8333vw;
}

.circle .circle-item_4 {
  left: 52.7778vw;
  top: 32.6389vw;
}

.circle .circle-item_5 {
  left: 47.2222vw;
  top: 43.0556vw;
}

.circle .circle-item_6 {
  left: 38.8889vw;
  top: 50.3472vw;
}

.circle .circle-item_7 {
  left: 25.8333vw;
  top: 53.4722vw;
}

.circle .circle-item_8 {
  left: 12.8472vw;
  top: 50.3472vw;
}

.circle .circle-item_9 {
  left: 4.1667vw;
  top: 43.0556vw;
}

.circle .circle-item_10 {
  left: -1.0417vw;
  top: 32.6389vw;
}

.circle .circle-item_11 {
  left: -1.3889vw;
  top: 20.8333vw;
}

.circle .circle-item_12 {
  left: 2.4306vw;
  top: 11.1111vw;
}

.circle .circle-item_13 {
  left: 10.4167vw;
  top: 2.7778vw;
}

/*special proposition page*/

.special-image {
  width: 24.8611vw;
  float: left;
  margin-left: 6.0417vw;
  margin-top: 2.7778vw;
}

.special-image img {
  max-width: 100%;
  height: auto;
}

.main-gallery {
  font-size: 0;
  margin-top: 2.0833vw;
}

.main-gallery .fancybox {
  margin-bottom: 1.875vw;
  margin-right: 1.8056vw;
  display: inline-block;
  -ms-flex-negative: 1.1111vw;
  -webkit-flex-shrink: 1.1111vw;
  flex-shrink: 1.1111vw;
}

.main-gallery .fancybox img {
  width: 19.4444vw;
  height: auto;
  min-height: 14.5139vw;
}

.main-gallery .fancybox:nth-of-type(4n) {
  margin-right: 0vw;
}

.gallery-title {
  font-size: 1.6667vw;
  font-family: "Circle-regular";
}

h1 {
  font-size: 3.3333vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3.3333vw;
  margin: 0;
  margin-bottom: 3.125vw;
}

.overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
}

.overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup {
  display: inline-block;
  vertical-align: middle;
  max-width: 55.5556vw;
  max-height: 41.6667vw;
  width: 50%;
}

.popup__image-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.popup__img {
  width: 100%;
  height: auto;
  max-width: 55.5556vw;
  max-height: 41.6667vw;
}

.popup__close-btn {
  top: -1.25vw;
  right: -1.25vw;
  width: 2.5vw;
  height: 2.5vw;
  background: url("../imgs/fancybox_sprite.png") no-repeat;
  background-size: 2.9167vw;
  cursor: pointer;
  position: absolute;
}

.popup__close-btn:hover {
  cursor: pointer;
}

.popup__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3889vw;
  height: 2px;
  background-color: #fff;
}

.popup__close-line--1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close-line--2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*404 page*/

.content-404 {
  margin-top: 13.8889vw;
}

.title-404 {
  text-align: center;
  color: black;
  font-size: 3.3333vw;
  text-transform: uppercase;
  margin-bottom: 4.8611vw;
}

.img-404-wrapper {
  margin: 0 auto 8.3333vw;
  width: 55.5556vw;
}

.img-404-wrapper img {
  width: 100%;
  height: auto;
}

.mainpage-link-404 {
  font-size: 1.3889vw;
  text-transform: uppercase;
  border: 2px solid #1b4160;
  color: #1b4160;
  margin: 0 auto;
  display: block;
  padding: 1.3889vw 2.0833vw;
  width: 9.7222vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainpage-link-404:hover {
  background: #dbdbdb;
}

@media screen and (max-width: 71.1111vw) {
  .bg-img-right {
    right: -webkit-calc(100vw - 83.3333vw - 6.9444vw);
    right: calc(100vw - 83.3333vw - 6.9444vw);
  }
  .main-items .item-block {
    width: -webkit-calc(33.33% - 6.9444vw);
    width: calc(33.33% - 6.9444vw);
    margin-left: 6.25vw;
    margin-right: 0vw;
  }
  .work-title {
    padding-left: 5.9028vw;
  }
  /*.design-room-bg,
  .circle-container{
	margin-left 0vw;
  }*/
}

@media screen and (max-width: 44.4444vw) {
  .design-room-bg,
  .circle-container {
    margin-left: 2.7778vw;
  }
}

/*NEW*/

.modal,
.modal_showing {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal,
.modal_showing {
  visibility: hidden;
  opacity: 0;
}

.modal_showing_in {
  visibility: visible;
  opacity: 1;
}

.modal__body {
  font-size: 1.0417vw;
  color: #4d4d4d;
}

.modal__body-inner {
  max-height: 60vh;
  padding-right: 1.0417vw;
  padding-left: 1.0417vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal__body-inner > :not(:last-child) {
  margin-bottom: 1.0417vw;
}

@media (min-width: 53.3333vw) {
  .modal__body-inner {
    max-height: 24.3056vw;
  }
  .modal__body-inner::-webkit-scrollbar {
    width: 0.5208vw;
  }
  .modal__body-inner::-webkit-scrollbar-track {
    background-color: #ddd;
  }
  .modal__body-inner::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
  }
}

.modal__box {
  position: relative;
  padding: 2.7778vw 1.0417vw 2.0833vw;
  margin: 2.0833vw auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0.8333vw 1.0417vw 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.8333vw 1.0417vw 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal__box_transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal__box_effect-1 {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.modal_showing_in .modal__box_effect-1 {
  opacity: 1;
}

.modal__box_effect-2 {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.modal_showing_in .modal__box_effect-2 {
  opacity: 1;
}

.modal__box_effect-3 {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.modal_showing_in .modal__box_effect-3 {
  opacity: 1;
}

.modal__box_effect-4 {
  opacity: 0;
  -webkit-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal_showing_in .modal__box_effect-4 {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.modal__box_effect-5 {
  opacity: 0;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.modal_showing_in .modal__box_effect-5 {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.modal_showing_in .modal__box {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal__box_default {
  width: 31.9444vw;
}

@media (min-width: 33.3333vw) {
  .modal__box {
    padding: 3.3333vw 1.6667vw;
  }
  .modal__box_default {
    width: 31.9444vw;
  }
}

@media (min-width: 53.3333vw) {
  .modal__box_small {
    width: 41.6667vw;
    margin: 2.0833vw auto;
  }
}

@media (min-width: 71.1806vw) {
  .modal__box_medium {
    width: 62.5vw;
    margin: 2.0833vw auto;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 2.7778vw;
  font-size: 2.7778vw;
  font-weight: 900;
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}

.modal__close:hover {
  color: #eb3f57;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal__title {
  position: relative;
  padding-bottom: 0.5208vw;
  margin-bottom: 1.0417vw;
  font-size: 1.1111vw;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1042vw;
}

.modal__title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 25%;
  height: 2px;
  content: "";
  background-color: #eb3f57;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 33.3333vw) {
  .modal__title {
    font-size: 1.25vw;
  }
}

.modal__video-iframe {
  width: 100%;
  height: 13.8889vw;
}

@media (min-width: 53.3333vw) {
  .modal__video-iframe {
    height: 24.3056vw;
  }
}

@media (min-width: 83.3333vw) {
  .modal__video-iframe {
    height: 34.7222vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 1.0417vw;
  padding-left: 1.0417vw;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(46, 46, 46, 0.8);
  outline: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 53.3333vw) {
  .modal {
    min-height: 31.9444vw;
  }
}

.modal_showing_in {
  overflow-y: visible;
}

.modal_3d {
  -webkit-perspective: 90.2778vw;
  perspective: 90.2778vw;
}

.modal-open {
  overflow: hidden;
  padding-right: 1.1806vw;
}

.modal__footer {
  text-align: center;
}

.modal__footer p {
  text-align: center;
  display: inline-block;
  border: 1px solid green;
  color: green;
  padding: 1.0417vw;
  -webkit-border-radius: 0.2778vw;
  border-radius: 0.2778vw;
  font-weight: bold;
}

.form {
  width: 100%;
}

.form_block .form__row:not(:last-child) {
  margin-bottom: 1.0417vw;
}

.form__row {
  position: relative;
}

.form__control {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  padding: 1.0417vw;
  font-size: 0.9722vw;
  background-color: #f5f5f6;
  border: none;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__submit {
  width: 100%;
}

.work-items * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.work-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.0417vw;
  margin-left: -1.0417vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.work-item {
  padding-left: 1.0417vw;
  padding-right: 1.0417vw;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.work-item:not(:last-child) {
  margin-bottom: 3.125vw;
}

/*@media (min-width: 53.3333vw){
  .work-item{
   
  }
}*/

/*@media (min-width: 71.1806vw){
  .work-item{
	max-width: 33.333333%;
	-webkit-flex-basis: 33.333333%;
	-ms-flex-preferred-size: 33.333333%;
	flex-basis: 33.333333%;
  }
}*/

.work-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.work-item-link:hover .work-item-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.work-item-header {
  position: relative;
  height: 20.8333vw;
  overflow: hidden;
  z-index: 1;
}

.work-item-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 181, 28, 0.9);
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  z-index: 1;
}

.work-item-header:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.3889vw;
  margin-left: -1.3889vw;
  width: 2.7778vw;
  height: 2.7778vw;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all ease 0.5s;
  background: url("../imgs/zoom-in.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transform: translateY(-200%);
}

.work-item-link:hover .work-item-header:before {
  opacity: 1;
  visibility: visible;
}

.work-item-link:hover .work-item-header:after {
  opacity: 1;
  visibility: visible;
  transform: none;
}

@media (min-width: 53.3333vw) {
  .work-item-header {
    height: 20.8333vw;
  }
}

.work-item-link {
  display: block;
  margin-bottom: 2.0833vw;
}

.work-item-title {
  font-weight: normal;
  font-size: 1.6667vw;
  line-height: 1.1;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 0;
}

.work-item-link:hover .work-item-title {
  color: #f1b51c;
}

.work-item-description {
  font-size: 1.1806vw;
  line-height: 1.3;
  min-height: 25.6944vw;
}

.work-item-description p {
  margin-bottom: 1.0417vw;
}

.work-item-description ol {
  counter-reset: work-item-ol;
}

.work-item-description ol li {
  position: relative;
  padding-left: 1.7361vw;
}

.work-item-description ol li:before {
  counter-increment: work-item-ol;
  content: counters(work-item-ol, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #f1b51c;
  font-weight: bold;
}

.work-item-description ol li:not(:last-child) {
  margin-bottom: 0.6944vw;
}

.work-item-description strong {
  font-weight: bold;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  padding: 0.6944vw 0.8333vw;
  overflow: hidden;
  font-family: "Circle-regular";
  font-size: 0.9028vw;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0.2778vw;
  border-radius: 0.2778vw;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.btn_brand-1 {
  color: #000;
  background-color: #f1b51c;
}

.btn_brand-1:before {
  background-color: #e4a70e;
}

.btn_shadow {
  -webkit-box-shadow: 0vw 0.625vw 1.3889vw 0vw rgba(0, 0, 0, 0.12);
  box-shadow: 0vw 0.625vw 1.3889vw 0vw rgba(0, 0, 0, 0.12);
}

.btn_lg {
  padding: 0.8333vw 2.5vw;
  font-size: 1.25vw;
  line-height: 1.6667vw;
  text-align: center;
  color: #303030;
  border-radius: 0.4167vw;
  transition: 0.3s;
}

.btn_lg:hover {
  box-shadow: 0vw 0.2778vw 1.1111vw rgba(0, 0, 0, 0.06);
}

.effect_bounce-top:before {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.effect_bounce-top:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.effect:before {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.effect_bounce-top:hover:before,
.effect_bounce-bottom:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.contacts-page iframe {
  width: 41.6667vw;
  height: 31.25vw;
}

.h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 3.3333vw;
  line-height: 4.0278vw;
  text-transform: uppercase;
  color: #303030;
}

.h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 3.1944vw;
  text-transform: uppercase;
  color: #303030;
}

.h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.0833vw;
  line-height: 2.7778vw;
  text-transform: uppercase;
  color: #303030;
}

.h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.3889vw;
  line-height: 1.7361vw;
  color: #1e1e1e;
}

.maintext {
  font-style: normal;
  font-weight: 350;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #303030;
}

.extratext {
  font-style: normal;
  font-weight: 350;
  font-size: 1.1806vw;
  line-height: 1.875vw;
  color: #1e1e1e;
}

.section-page {
  padding-top: 3.1944vw;
}

.breadcrumbs-container {
  display: flex;
  align-items: center;
}

.breadcrumbs-item a {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  color: #919190;
}

.breadcrumbs-item {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8333vw;
  line-height: 1.25vw;
  color: #919190;
}

.breadcrumbs-item:after {
  content: "/";
  display: block;
  margin: 0 3px;
}

.breadcrumbs-item:last-child {
  color: #303030;
}

.breadcrumbs-item:last-child::after {
  display: none;
}

.catalog-h1 {
  margin-top: 2.0833vw;
  margin-bottom: 0.6944vw;
}

.catalog-content {
  display: flex;
}

.sidebar {
  display: flex;
  flex-direction: column;
  width: 18.75vw;
  margin-right: 3.2639vw;
}

.filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6944vw 0;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}

.filter_title_arrow {
  width: 0.6944vw;
  transition: 0.3s;
}

.filter_title:hover .filter_title_arrow {
  transform: rotate(180deg);
}

.filter_items {
  margin-top: 1.0417vw;
  margin-bottom: 1.3889vw;
  display: none;
}

.filter_item.active .filter_items {
  display: block;
}

.filter_item {
  margin-bottom: 0.2778vw;
}

.filter_item.inactive {
  pointer-events: none;
}

.filter_item.inactive .containercheckbox {
  color: #a9a9a9;
}

.containercheckbox {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-bottom: 0.4861vw;
  width: 100%;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1111vw;
  line-height: 150%;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.containercheckbox .inactive {
  color: red !important;
}

.checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 1.3889vw;
  width: 1.3889vw;
  background-color: #fff;
  border: 1px solid rgba(190, 190, 190, 0.35);
  border-radius: 2px;
  transition: 0.3s;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containercheckbox input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}

.containercheckbox input:checked ~ .checkmark {
  background: #f1b51c;
  border: 1px solid transparent;
}

.containercheckbox input:hover ~ .checkmark:after {
  display: block;
  opacity: 1;
}

.containercheckbox input:hover ~ .checkmark {
  background: #f1b51c;
  border: 1px solid transparent;
}

.containercheckbox .checkmark:after {
  left: 0.4167vw;
  top: 0.1736vw;
  width: 0.2778vw;
  height: 0.5556vw;
  border: solid #fff;
  border-width: 0 0.1458vw 0.1458vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 10;
}

.clearfilter {
  font-style: normal;
  font-weight: 350;
  font-size: 1.1806vw;
  line-height: 1.875vw;
  text-decoration-line: underline;
  color: #919190;
}

.priceslider {
  margin-top: 1.0417vw;
}

.rs-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rs-container {
  height: 2.0833vw;
  position: relative;
  margin-top: 1.3889vw;
  width: 18.75vw;
  margin-bottom: 2.0833vw;
}

.rs-container .rs-bg,
.rs-container .rs-selected {
  background-color: #efefef;
  height: 0.2778vw;
  left: 0;
  position: absolute;
  top: 0.3472vw;
  width: 100%;
  border-radius: 3px;
}

.rs-container .rs-selected {
  background-color: #f1b51c;
  border: 1px solid #f1b51c;
  transition: all 0.2s linear;
  width: 0;
}

.rs-container.disabled .rs-selected {
  background-color: #ccc;
  border-color: #bbb;
}

.rs-container .rs-pointer {
  width: 1.1111vw;
  height: 1.1111vw;
  cursor: pointer;
  left: -0.6944vw;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  background: #f1b51c;
  border-radius: 50%;
}

.rs-container.disabled .rs-pointer {
  border-color: #ccc;
  cursor: default;
}

.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
  transition: none;
}

.rs-container .rs-scale {
  left: 0;
  position: absolute;
  top: 0.4167vw;
  white-space: nowrap;
}

.rs-container .rs-scale span {
  float: left;
  position: relative;
}

.rs-container .rs-scale span::before {
  background-color: #ededed;
  content: "";
  height: 0.5556vw;
  left: 0;
  position: absolute;
  top: 0.6944vw;
  width: 1px;
}

.rs-container.rs-noscale span::before {
  display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}

.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0;
}

.rs-container .rs-scale span ins {
  color: #333;
  display: inline-block;
  font-size: 0.8333vw;
  margin-top: 1.3889vw;
  text-decoration: none;
}

.rs-container.disabled .rs-scale span ins {
  color: #999;
}

.rs-tooltip {
  color: #fff;
  width: auto;
  min-width: 4.1667vw;
  height: 2.0833vw;
  background: #f1b51c;
  border: 1px solid #f1b51c;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, -2.4306vw);
  left: 50%;
  text-align: center;
  font-size: 0.9028vw;
  padding: 0.4167vw 0.6944vw 0;
}

.rs-container.disabled .rs-tooltip {
  border-color: #ccc;
  color: #999;
}

.priceslider .textslider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1111vw;
  line-height: 1.8056vw;
  color: #404040;
}

.priceslider .textslider input {
  background: #ffffff;
  border: 1px solid rgba(190, 190, 190, 0.36);
  border-radius: 2px;
  box-sizing: border-box;
  width: 6.25vw;
  height: 2.5vw;
  -webkit-appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9722vw;
  line-height: 1.4583vw;
  color: #595959;
  display: block;
  margin-left: 0.9028vw;
  padding: 0 0.6944vw;
}

.textslider_input {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1111vw;
  line-height: 1.5278vw;
  color: #919190;
}

.sort-block {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3889vw;
  line-height: 1.7361vw;
  color: #1e1e1e;
}

.sort-items {
  /* display: flex; */
  /* align-items: center; */
  margin-left: 1.3889vw;
  position: relative;
  width: 10.4167vw;
}

.sort-items-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  box-shadow: 0vw 0vw 2.0833vw rgba(0, 0, 0, 0.07);
  border-radius: 0.4167vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.sort-items:hover .sort-items-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sort-items:hover .sort-item-active::after {
  transform: rotate(225deg);
  top: 0.9028vw;
}

.sort-item-active {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9722vw;
  line-height: 1.4583vw;
  color: #303030;
  background: #ffffff;
  border-radius: 0.4167vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3472vw 0.6944vw;
  display: block;
  position: relative;
  cursor: pointer;
}

.sort-item-active::after {
  content: "";
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  width: 0.3472vw;
  height: 0.3472vw;
  position: absolute;
  top: 0.7639vw;
  right: 0.6944vw;
  transition: 0.3s;
}

.sort-item {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9722vw;
  line-height: 1.4583vw;
  text-align: center;
  color: #303030;
  padding: 0.3472vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: 0.3s;
  width: 100%;
}

.sort-item:last-child {
  margin-right: 0;
}

.sort-item:hover,
.sort-item.active {
  background: #919190;
  color: #fff;
}

.products {
  padding-top: 0.4861vw;
}

.products-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.3889vw;
  margin-top: 0.6944vw;
}

.product {
  padding: 1.3889vw;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  margin-right: -1.3889vw;
  position: relative;
}

.product:hover {
  box-shadow: 0vw 0vw 2.0833vw rgba(0, 0, 0, 0.07);
}

.product-image {
  width: 19.4444vw;
  height: 20.8333vw;
  object-fit: cover;
}

.product-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.3889vw;
  line-height: 1.7361vw;
  color: #303030;
  width: 19.4444vw;
  margin: 0.5556vw 0 2px;
  height: 3.4722vw;
  overflow: hidden;
}

.product-available {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9722vw;
  line-height: 1.6667vw;
  color: #009846;
  margin-bottom: 0.5556vw;
}

.notavailable {
  color: #e83051;
}

.product-price {
  font-style: normal;
  font-weight: bold;
  font-size: 1.3889vw;
  line-height: 2.0139vw;
  color: #303030;
  margin-bottom: 0.8333vw;
}

.product-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-white {
  font-style: normal;
  font-weight: normal;
  font-size: 1.1111vw;
  line-height: 1.8056vw;
  text-align: center;
  color: #919190;
  border: 1px solid #919190;
  border-radius: 0.4167vw;
  width: 9.0278vw;
  height: 2.7778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

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

.btn-yellow {
  font-style: normal;
  font-weight: normal;
  font-size: 1.1111vw;
  line-height: 1.8056vw;
  text-align: center;
  color: #303030;
  border: 1px solid #f1b51c;
  background: #f1b51c;
  border-radius: 0.4167vw;
  width: 9.0278vw;
  height: 2.7778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.btn-yellow:hover {
  background: #feba0d;
  border: 1px solid #feba0d;
}

.notactive {
  opacity: 0.5;
  pointer-events: none;
}

.productslider img,
.productslider iframe,
.productslider video {
  width: 40.6944vw;
  height: 29.1667vw;
  object-fit: cover;
}

.navslider {
  width: 35.1389vw;
  margin: 1.3889vw auto 0;
}

.navslider img,
.navslider iframe,
.navslider video {
  width: 7.6389vw;
  height: 7.6389vw;
  margin: 0 0.7639vw;
  object-fit: cover;
}

.navslider img.slick-active,
.navslider .slick-active iframe,
.navslider .slick-active video {
  border: 3px solid #f1b51c;
  width: 7.2222vw;
  height: 7.2222vw;
}

.product-slider,
.productslider {
  width: 40.6944vw;
}

.product_nav_slider_block {
  position: relative;
}

.arrow_prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrow_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-info {
  margin-top: 2.0833vw;
  display: flex;
}

.product-slider {
  margin-right: 4.7222vw;
}

.product-desc-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.3889vw;
  line-height: 2.0833vw;
  color: #303030;
}

.product-desc-item-title.gray {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #919190;
}

.product-desc-item-vertical {
  margin-top: 1.7361vw;
  margin-bottom: 1.7361vw;
}

.product-desc-item-gorizontal {
  display: flex;
  align-items: center;
  margin-bottom: 2.7778vw;
}

.product-desc-item-gorizontal-block:first-child {
  margin-right: 8.3333vw;
}

.product-desc-item-price {
  font-style: normal;
  font-weight: 350;
  font-size: 1.8056vw;
  line-height: 2.5vw;
  color: #303030;
  margin-top: 0.3472vw;
}

.product-desc-know {
  font-weight: 300;
  font-size: 0.9722vw;
  line-height: 1.25vw;
  margin-top: 0.3472vw;
  color: gray;
}

.product-btn-yellow {
  width: 15.2778vw;
}

.characteristic_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 33.8194vw;
  margin-bottom: 0.6944vw;
}

.characteristic_title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #919190;
}

.characteristic_value {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #434343;
  text-align: right;
}

.characteristic_dots {
  flex-grow: 1;
  border-bottom: 1px dashed #eaecee;
  margin-left: 0.6944vw;
  margin-right: 0.6944vw;
}

.product-content-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.9444vw;
  line-height: 2.6389vw;
  color: #1e1e1e;
  margin-bottom: 1.0417vw;
}

.product-content-title-seo {
  margin-top: 2.0833vw;
}

.characteristic-block {
  margin-top: 4.1667vw;
  margin-bottom: 2.7778vw;
}

.product-content .maintext {
  width: 59.2361vw;
}

.horizontal {
  background: #f7f7f7;
  margin-top: 3.4722vw;
  padding: 3.4722vw 4.1667vw;
}

.horizontal-title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.2222vw;
  line-height: 3.1944vw;
  text-transform: uppercase;
  color: #303030;
  text-align: center;
}

.horizontal-desc {
  font-style: normal;
  font-weight: 350;
  font-size: 1.5278vw;
  line-height: 2.2222vw;
  text-align: center;
  color: #303030;
  margin-top: 1.1806vw;
  margin-bottom: 2.5vw;
}

.horizontal-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.horizontal-input {
  font-family: "Circle-light";
  width: 24.3056vw;
  height: 4.1667vw;
  background: #ffffff;
  border: 1px solid #efefef;
  box-sizing: border-box;
  border-radius: 0.4167vw;
  font-style: normal;
  font-weight: 350;
  font-size: 0.9722vw;
  line-height: 1.6667vw;
  color: #303030;
  padding: 0 2.7778vw;
}

.horizontal-btn {
  font-family: "Circle-light";
  width: 24.3056vw;
  height: 4.1667vw;
  border: none !important;
}

.service-content {
  width: 100%;
}

.service-content p {
  font-style: normal;
  font-weight: 350;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #303030;
}

.service-content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.0833vw;
  line-height: 2.7778vw;
  text-transform: uppercase;
  color: #303030;
  margin-top: 4.1667vw;
  margin-bottom: 1.0417vw;
}

.service-content ul {
  margin: 1.0417vw 0;
  margin-left: 1.3889vw;
}

.service-content li {
  margin-bottom: 0.4167vw;
  list-style: disc;
}

.service-content li::marker {
  color: #f1b51c;
}

.service_images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_images img {
  height: 31.25vw;
  width: 40.2778vw !important;
  object-fit: cover;
}

.new_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1000;
}

.container-modal {
  width: 20.1389vw;
  background: #fff;
  display: flex;
  padding: 2.7778vw 2.4306vw;
  flex-direction: column;
  position: relative;
}

.new_modal a.close {
  position: absolute;
  top: 1.3889vw;
  right: 1.3889vw;
  cursor: pointer;
}

.new_modal a.close svg {
  top: 1.3889vw;
  right: 1.3889vw;
  width: 1.1111vw;
  height: 1.1111vw;
}

.modal_title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.9444vw;
  line-height: 2.6389vw;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 0.9722vw;
}

.new_modal .input {
  width: 100%;
  height: 3.4722vw;
  margin-bottom: 1.0417vw;
  padding-left: 1.7361vw;
}

.new_modal .btn {
  width: 100%;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  text-align: center;
  text-transform: initial;
  padding: 0;
  color: #303030;
}

.modal_msg {
  font-style: normal;
  font-weight: 300;
  font-size: 0.8333vw;
  line-height: 155%;
  text-align: center;
  color: #44b59d;
  display: none;
  margin-top: 0.6944vw;
}

.modal_msg.errorsend {
  color: #ff6666;
}

.product-page-title {
  margin-bottom: 0;
}

.nothing {
  margin-left: 1.3889vw;
  margin-top: 1.3889vw;
}

#horizontal-answer,
#recall-answer {
  text-align: center;
  margin-top: 0.3472vw;
}

.pointernone {
  pointer-events: none;
}

.btn_seo {
  cursor: pointer;
}

.maintext li {
  list-style: disc;
  margin-left: 1.7361vw;
}

.seotext-filter {
  margin-top: 4.1667vw;
  height: 11.1111vw;
  overflow: hidden;
}

.seotext-filter h2,
.seotext-filter h3,
.seotext-filter ol,
.seotext-filter ul,
.seotext-filter table {
  margin-bottom: 1.3889vw;
}

.seotext-filter table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 0.5556vw;
  overflow: hidden;
  margin-bottom: 2.2222vw;
}

.seotext-filter table th, 
.seotext-filter table td {
  padding: 1.1111vw 1.6667vw;
  text-align: left;
}

.seotext-filter table th {
  background: var(--light-green);
  color: #fff;
  font-weight: 600;
  font-size: 1.25vw;
  letter-spacing: .03em;
}

.seotext-filter table tr {
  transition: background 0.2s;
}

.seotext-filter table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.seotext-filter table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.seotext-filter table td {
  font-size: 1.1111vw;
  color: #303030;
  border-bottom: 1px solid #e6e6e6;
}

.seotext-filter table tr:last-child td {
  border-bottom: none;
}

.seotext-filter.active {
  height: auto;
}

.seotext-filter-btn {
  margin-top: 1.3889vw;
  cursor: pointer;
}

h2 {
  font-size: 2.2222vw;
}

.services-link {
  color: #1b4160;
  text-decoration: underline;
}

.product-price-smaller {
  font-size: 1.1111vw;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-slider-wrapper {
  position: relative;
  height: 42.6389vw;
}

.main-slide-grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background: linear-gradient(
    283.79deg,
    rgba(32, 32, 32, 0.38) 45.3%,
    rgba(0, 0, 0, 0) 60.35%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main-slide {
  position: relative;
  width: 100%;
  height: 42.6389vw;
}

.main-slide-container {
  height: 100%;
}

.main-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.main-slide-img.mobile {
  display: none;
}

.main-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
}

.main-slide-title {
  margin-bottom: 1.0417vw;
  font-size: 3.6111vw;
  line-height: 4.0278vw;
  text-transform: uppercase;
  color: #ffffff;
}

.main-slide-desc {
  margin-bottom: 3.125vw;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3889vw;
  line-height: 1.9444vw;
  color: #ffffff;
  width: 42.3611vw;
}

.main-slider-wrapper .arrow-prev-svg,
.main-slider-wrapper .arrow-next-svg,
.main-catalog-wrapper .arrow-prev-svg,
.main-catalog-wrapper .arrow-next-svg {
  width: 1.6667vw;
  height: 1.6667vw;
  cursor: pointer;
}

.main-slider-wrapper .arrow-prev-svg,
.main-catalog-wrapper .arrow-prev-svg {
  position: absolute;
  left: 2.0139vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-slider-wrapper .arrow-next-svg,
.main-catalog-wrapper .arrow-next-svg {
  position: absolute;
  right: 2.0139vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-slider-wrapper .arrow-prev-svg circle,
.main-slider-wrapper .arrow-next-svg circle {
  fill-opacity: 0.2;
  transition: 0.3s;
}

.main-slider-wrapper .arrow-prev-svg:hover circle,
.main-slider-wrapper .arrow-next-svg:hover circle {
  fill-opacity: 0.45;
}

.main-slider .slick-dots,
.main-catalog-slider .slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 1.7361vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.main-slider .slick-dots li,
.main-catalog-slider .slick-dots li {
  flex-shrink: 1;
  margin: 0 0.3472vw;
}

.main-slider .slick-dots li button,
.main-catalog-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.0417vw;
  height: 2px;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.main-slider .slick-dots .slick-active button,
.main-catalog-slider .slick-dots .slick-active button {
  width: 2.7778vw;
  height: 2px;
  background: #ffffff;
  position: relative;
}

.main-catalog {
  padding: 6.9444vw 2.5vw 0.6944vw 2.5vw;
}

.h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 3.1944vw;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 2.7778vw;
}

.main-catalog-slide-container {
  width: 13.8889vw;
  margin: 0 auto;
}

.main-catalog-slide-img {
  width: 13.8889vw;
  height: 13.8889vw;
  border-radius: 50%;
  margin-bottom: 1.0417vw;
}

.main-catalog-slide-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5278vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
  transition: 0.3s;
}

.main-catalog-slide-container:hover .main-catalog-slide-title {
  color: #f1b51c;
}

.main-catalog-wrapper {
  height: 17.3611vw;
  position: relative;
}

.main-catalog-wrapper .arrow-next-svg {
  right: 0;
}

.main-catalog-wrapper .arrow-prev-svg {
  left: 0;
}

.main-catalog-slider {
  margin-left: 3.4722vw;
  margin-right: 3.4722vw;
}

.main-catalog-slide-btn {
  width: 15.2778vw;
  max-width: 15.2778vw;
  padding: 0.8333vw 0;
  margin: 2.4306vw auto 0 auto;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.9444vw;
}

.main-advanteges-items {
  display: grid;
  grid-template-columns: 15.8333vw 15.8333vw 15.8333vw 15.8333vw 15.8333vw;
  justify-content: space-between;
}

.main-advanteges-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0vw 0.2778vw 1.1111vw rgba(0, 0, 0, 0.06);
  border-radius: 0.4167vw;
  margin-bottom: 1.3889vw;
  padding: 1.3889vw 1.0417vw;
  text-align: center;
  align-items: center;
}

.main-avanteges-item-img {
  width: 3.4722vw;
  height: 3.4722vw;
  margin-bottom: 0.4167vw;
}

.main-advanteges-item-title {
  font-size: 1.25vw;
  line-height: 1.3889vw;
  text-align: center;
  color: #303030;
  margin-bottom: 0.3472vw;
}

.main-advanteges-item-text {
  font-style: normal;
  font-weight: 350;
  font-size: 0.9722vw;
  line-height: 1.5278vw;
  text-align: center;
  color: #303030;
}

.main-advanteges {
  padding: 6.9444vw 6.9444vw 3.4722vw 6.9444vw;
}

.main-products-slide {
  pointer-events: none;
}

.main-products-slide.slick-center {
  pointer-events: all;
}

.main-products-slide-img {
  width: 27.7778vw;
  height: 20.1389vw;
  margin-bottom: 0.8333vw;
  border-radius: 0;
  object-fit: cover;
  border-radius: 0.4167vw 0.4167vw 0 0;
}

.main-products-slide-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5278vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
  z-index: 100;
  justify-content: center;
  position: relative;
  display: flex;
}

.main-products-slide-container {
  background: #f7f7f7;
  box-shadow: 0vw 0.2778vw 1.1111vw rgba(0, 0, 0, 0.06);
  width: 27.7778vw;
  height: 23.6111vw;
  border-radius: 0.4167vw;
  transition: 0.3s;
}

.main-products-slide-container:hover {
  background: #f1b51c;
}

.slick-current .main-products-slide-container {
  background: #f1b51c;
}

.main-products-slide-container:hover .main-catalog-slide-title {
  color: #303030;
}

.main-products-wrapper {
  height: 25vw;
}

.main-products {
  padding-bottom: 0;
}

.main-work-btn {
  margin-top: 0;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
}

.seo {
  order: 10000;
  padding: 3.4722vw 6.9444vw 0;
}

.seo-inner {
  background: #f7f7f7;
  border-radius: 0.6944vw;
  padding: 2.7778vw 3.4722vw;
}

.seo-title {
  margin-bottom: 1.3889vw;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 3.1944vw;
  text-transform: uppercase;
  color: #303030;
}

.seo-content {
  height: 15.5556vw;
  overflow: auto;
  padding-right: 9.5139vw;
  font-style: normal;
  font-weight: 350;
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #303030;
}

.seo-content::-webkit-scrollbar {
  width: 0.2847vw;
}

.seo-content::-webkit-scrollbar-track {
  background: #e4e4e4;
}

.seo-content::-webkit-scrollbar-thumb {
  background: #f1b51c;
}

.main-products .slick-track {
  /* max-width: 100%!important;
	transform: translate3d(0, 0, 0)!important; 
	perspective: 6.9444vw; */
}

.main-products .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.main-products .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.main-products .slick-snext,
.main-products .slick-sprev {
  display: block;
}

.main-products .slick-sprev {
  transform: translate3d(170px, 1.7361vw, 0vw);
  z-index: 1;
  position: relative;
}

.main-products .slick-snext {
  transform: translate3d(-170px, 1.7361vw, 0vw);
  z-index: 1;
  position: relative;
}

.main-products .slick-sprev .main-products-slide-container,
.main-products .slick-snext .main-products-slide-container {
  width: 29.3056vw;
  height: 28.4722vw;
  border-radius: 0.4167vw;
}

.main-products .slick-sprev .main-products-slide-img,
.main-products .slick-snext .main-products-slide-img {
  width: 29.3056vw;
  height: 21.3889vw;
}

.main-products-slider {
  position: relative;
  z-index: 200;
  padding: 0 0vw;
  max-width: 83.3333vw;
  width: 100%;
  margin: 0 auto;
}

.main-products-slider .slick-slide {
  width: 27.7778vw;
  height: 24.3056vw !important;
  transition: transform 0.4s;
  position: relative;
}

.main-products-slider .slick-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.4s;
}

.main-products-slide.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.main-products-slide.slick-slide.slick-center
  + .slick-slide
  + .main-products-slide.slick-slide {
  transform: scale(0.7) translate(-640px);
  z-index: 5;
}

.main-products-slide.slick-slide.slick-center
  + .slick-slide
  + .main-products-slide.slick-slide
  + .slick-slide[tabindex="-1"] {
  transform: scale(0.6) translate(-1290px);
  z-index: 4;
}

/* .main-products-slide.slick-slide.slick-center + .slick-slide.slick-active  +.slick-slide + .main-products-slide.slick-slide {
	transform: scale(0.6)  translate( -89.5833vw );
	z-index: 4;
  } */

/* .main-products-slide.slick-slide.slick-cloned:nth-child(2) {
	transform: scale(0.6)  translate( 88.8889vw );
	z-index: 3;
  }  */

/* .main-products-slide.slick-slide.slick-cloned:nth-child(3) {
	transform: scale(0.7)  translate( 44.4444vw );
	z-index: 4;
  }  */

.main-products-slider .slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
  z-index: 5;
}

.main-products-slide.slick-slide {
  transform: scale(0.7) translate(640px);
  z-index: 5;
}

.main-products-slider .slick-cloned:first-child + .slick-cloned {
  transform: scale(0.6) translate(1280px);
  z-index: 3;
}

.main-products-slider .slick-cloned:first-child + .slick-cloned + .slick-cloned {
  transform: scale(0.7) translate(640px);
  z-index: 4;
}

.main-products-slider .slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.main-products-slider .slick-center:after {
  opacity: 0;
}

.langs {
  position: absolute;
  top: 100%;
  left: -0.4861vw;
  background: #ffffff;
  box-shadow: 0vw 0.2778vw 2.0833vw rgba(0, 0, 0, 0.08);
  border-radius: 0.6944vw;
  padding: 0.6944vw 1.0417vw;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-size: 1.1111vw;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.header-langs {
  font-size: 1.1111vw;
  margin-left: 1.3889vw;
  text-transform: uppercase;
}

.header-langs:hover .langs {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.lang {
  transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 0.3472vw;
}

.lang:hover {
  color: #f1b51c;
}

.header-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header-selector:hover::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.header-selector:after {
  display: block;
  content: "";
  width: 0.3472vw;
  height: 0.3472vw;
  border: 1px solid #303030;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  margin-left: 0.5556vw;
  margin-right: 1.3194vw;
  margin-top: -3px;
  transition: 0.3s;
}

/* about START */
.about {
}

.about-banner {
  height: 21.3194vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 2.2222vw;
}

.about-banner-title {
  color: white;
  font-size: 3.6111vw;
  line-height: 3.1944vw;
  margin-bottom: 0;
}

.about-h2 {
  width: 41.6667vw;
  margin-bottom: 2.7778vw;
  font-size: 2.5vw;
  line-height: 3.1944vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-who-content {
  display: flex;
  justify-content: space-between;
}

.about-who-img {
  width: 41.6667vw;
  height: 30.0694vw;
  object-fit: cover;
  object-position: center;
}

.about-who-text {
  width: 41.6667vw;
}

.about-who-text > p {
  margin: 0;
  font-size: 1.25vw;
  line-height: 1.9444vw;
}

.about-block {
  margin-bottom: 6.9444vw;
}

.about-team-slider {
  margin-bottom: 1.3889vw;
}

.about-team-slide {
  width: 20.8333vw;
  height: 20.8333vw;
  border-radius: 20.8333vw;
  object-fit: cover;
  object-position: center;
  transform: scale(0.66666);
  transition: 0.3s;
  position: relative;
}

.about-team-slide.curr {
  transform: scale(1);
  z-index: 5;
}

.about-team-slide.prev-1 {
  transform: scale(0.82) translateX(108px);
  z-index: 4;
}

.about-team-slide.prev-2 {
  transform: scale(0.66666) translateX(332px);
  z-index: 3;
}

.about-team-slide.prev-3 {
  transform: scale(0.66666) translateX(570.5px);
  z-index: 2;
}

.about-team-slide.next-1 {
  transform: scale(0.82) translateX(-105px);
  z-index: 4;
}

.about-team-slide.next-2 {
  transform: scale(0.66666) translateX(-332px);
  z-index: 3;
}

.about-team-slide.next-3 {
  transform: scale(0.66666) translateX(-570.5px);
  z-index: 2;
}

.about-team-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-team-nav-arrow {
  width: 0.9722vw;
  height: 1.6667vw;
  cursor: pointer;
  text-align: center;
}

.about-team-nav-text {
  width: 13.8889vw;
  text-align: center;
  margin-right: 2.4306vw;
  margin-left: 2.4306vw;
}

.about-team-nav-name {
  font-size: 1.5278vw;
  line-height: 1.9444vw;
  margin-bottom: 0.3472vw;
  color: #303030;
  font-family: "Circle-regular";
}

.about-team-nav-position {
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #7a7a7a;
  font-family: "Circle-regular";
}

.about-catalog-plates {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.8472vw;
  font-family: "Circle-regular";
}

.about-catalog-plate {
  display: flex;
  flex-direction: column;
  padding: 2.0833vw;
  color: #ffffff;
  position: relative;
  height: 26.8056vw;
  box-sizing: border-box;
  justify-content: center;
}

.about-catalog-plate-img {
  position: absolute;
  z-index: -1;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  filter: brightness(0.6);
}

.about-catalog-plate-title {
  font-size: 1.5278vw;
  line-height: 2.2222vw;
  text-transform: uppercase;
  margin-bottom: 2.0833vw;
  color: white;
}

.about-catalog-plate-text {
  flex-grow: 1;
  font-size: 1.25vw;
  line-height: 1.9444vw;
}

.about-catalog-plate-meta {
  font-size: 1.1111vw;
  line-height: 1.6667vw;
  text-transform: uppercase;
}

.about-catalog-plate-link {
  align-items: center;
}

.about-catalog-plate-link-title {
  font-size: 1.9444vw;
  line-height: 2.8472vw;
  color: #ffffff;
  margin-bottom: 1.3889vw;
}

.about-advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-advantage {
  width: 20.8333vw;
  box-sizing: border-box;
  margin: 0 3.4722vw;
  border: 2px solid #f1b51c;
  border-radius: 0.4167vw;
  padding: 2.7778vw 2.7778vw 2.2917vw 2.7778vw;
  position: relative;
  margin-bottom: 3.4722vw;
}

.about-advantage-img {
  position: absolute;
  left: -2.7778vw;
  width: 5.5556vw;
  height: 5.5556vw;
  top: 2.7778vw;
  background-color: white;
}

.about-advantage-title {
  font-size: 2.0833vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
  margin-bottom: 1.3889vw;
}

.about-advantage-text {
  font-size: 1.25vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
}

.about-advantages-h2 {
  margin-bottom: 3.4722vw;
}

.about-compound-description {
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #303030;
}

.about-compound-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2.7778vw;
}

.about-compound-elm {
  position: relative;
  height: 20.8333vw;
  width: 20.8333vw;
  box-sizing: border-box;
}

.about-compound-elm-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.about-compound-elm-bg {
  position: relative;
  padding: 1.3889vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(
    90deg,
    #222222 0%,
    rgba(34, 34, 34, 0.9) 5.73%,
    rgba(34, 34, 34, 0.3) 100%
  );
  opacity: 0;
  transition: 0.3s;
}

.about-compound-elm-bg.active,
.about-compound-elm-bg:hover {
  opacity: 1;
}

.about-compound-elm-title {
  font-size: 1.9444vw;
  line-height: 2.8472vw;
  color: #ffffff;
  margin-bottom: 1.3889vw;
}

.about-compound-elm-1 {
  grid-column: 1 / 2;
}

.about-compound-elm-2 {
  grid-column: 2 / 4;
  width: 38.8889vw;
}

.about-compound-elm-3 {
  grid-column: 4 / 5;
}

.about-compound-elm-4 {
  grid-column: 1 / 3;
  width: 38.8889vw;
}

.about-compound-elm-5 {
  grid-column: 3 / 4;
}

.about-compound-elm-6 {
  grid-column: 4 / 5;
}

.about .btn-yellow {
  font-size: 1.25vw;
  width: 15.2778vw;
  height: 3.4722vw;
  font-family: "Circle-regular";
}

.about-power-tab {
  display: none;
}

.about-power-tab.active {
  display: block;
}

.about-power-columns {
  display: flex;
  justify-content: space-between;
}

.about-power-content {
  width: 29.8611vw;
}

.about-power-slider {
  width: calc(100% - 32.6389vw);
}

.about-power-title {
  margin-bottom: 0.6944vw;
  font-size: 2.5vw;
  line-height: 3.6806vw;
  color: #303030;
  font-family: "Circle-regular";
}

.about-power-text {
  font-size: 1.25vw;
  line-height: 1.9444vw;
  color: #303030;
  margin-bottom: 2.7778vw;
}

.about-power-arrows {
  display: flex;
}

.about-power-arrow {
  margin-right: 9.7222vw;
  width: 0.9722vw;
  height: 1.6667vw;
  cursor: pointer;
}

.about-power-slide {
  width: 33.3333vw;
  height: 28.4722vw;
  box-shadow: 0vw 0.2778vw 1.1111vw rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  position: relative;
}

.about-power-slide-img {
  width: 100%;
  height: 24.3056vw;
  object-fit: cover;
  object-position: center;
}

.about-power-slide-title {
  padding: 0 0.6944vw;
  height: 4.1667vw;
  width: 100%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5278vw;
  box-sizing: border-box;
}

.about-power-slide.curr {
  z-index: 5;
}

.about-power-slide.next-1 {
  z-index: 4;
  transform: scale(0.879) translateX(-388px);
}

.about-power-slide.next-2 {
  z-index: 3;
  transform: scale(0.83) translateX(-864px);
}

.about-power-slide.next-3 {
  z-index: 2;
  transform: scale(0.8) translateX(-1378px);
}

.about-partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-partners-elm {
  width: 7.2222vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2.4306vw;
}

.about-partners-elm-img {
  width: 5.5556vw;
  height: 5.5556vw;
  object-fit: contain;
  object-position: center;
  margin-bottom: 1.3889vw;
}

.about-partners-elm-title {
  font-weight: 700;
  font-size: 1.1111vw;
  line-height: 1.5278vw;
  text-align: center;
  text-transform: uppercase;
  color: #7a7a7a;
  font-family: "Circle-regular";
}

.about-reviews {
  background-color: #f7f7f7;
  border-top: 0.6944vw solid #f1b51c;
  padding-top: 2.7778vw;
  padding-bottom: 2.7778vw;
}

.about-reviews-all {
  display: flex;
  justify-content: space-between;
  padding-left: var(--offset);
  padding-right: var(--offset);
}

.about-reviews-slider {
  width: 75vw;
}

.about-reviews-slide {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  width: 25vw;
  transform: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.about-reviews-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-reviews-arrow-img {
  width: 0.9722vw;
  height: 1.6667vw;
  cursor: pointer;
}

.about-reviews-slide-quote {
  width: 4.3056vw;
  height: 3.8889vw;
  margin-bottom: 1.25vw;
}

.about-reviews-slide-text {
  font-size: 1.25vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
  margin-bottom: 0.3472vw;
  height: 9.7222vw;
  overflow: hidden;
}

.about-reviews-slide-text.active {
  height: auto;
}

.about-reviews-slide-more {
  font-size: 1.1111vw;
  line-height: 1.9444vw;
  text-align: center;
  text-decoration-line: underline;
  color: #303030;
  font-style: italic;
  margin-bottom: 1.7361vw;
  cursor: pointer;
}

.about-reviews-slide-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 1.0417vw;
}

.about-reviews-slide-star {
  width: 1.3889vw;
  height: 1.3889vw;
  margin: 0 0.1563vw;
  filter: grayscale(100%);
}

.about-reviews-slide-star.active {
  filter: grayscale(0%);
}

.about-reviews-slide-name {
  font-size: 1.5278vw;
  line-height: 1.9444vw;
  text-align: center;
  color: #303030;
  font-family: "Circle-regular";
}
/* about END */

/* Reviews */

.color-grey {
  color: #8992a5;
}

.reviews-block {
  display: flex;
  justify-content: space-between;
}

.reviews-items {
  width: 43.4722vw;
}

.review-item-wrapper {
  margin-bottom: 1.3889vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.review-item-wrapper:last-child {
  margin-bottom: 0;
}

.reviews-item {
  padding: 1.0417vw 1.0417vw 1.7361vw;
  border: 1px solid #e3e8f1;
  box-sizing: border-box;
  border-radius: 0.6944vw;
  width: 100%;
}

.reviews-item.answer {
  border-color: #69ad5d;
  width: 37.5vw;
  margin-top: 1.0417vw;
  position: relative;
}

.reviews-item-answer-arrow {
  position: absolute;
  width: 0.6944vw;
  height: 1.6667vw;
  top: 0;
  left: -2.4306vw;
}

.reviews-items.questions .reviews-item.answer {
  border-color: #517cba;
}

.reviews-items.questions .reviews-item.answer .reviews-item-answer-arrow path {
  fill: #517cba;
}

.reviews-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8333vw 1.3889vw;
  background: #f6f6f6;
  border-radius: 0.6944vw;
  color: #030f4c;
}

.review-stars {
  display: flex;
  align-items: center;
  position: relative;
  width: 7.5vw;
}

.review-star {
  width: 1.3889vw;
  height: 1.3889vw;
  flex-shrink: 0;
}

.review-stars-upper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.review-stars-wrapper {
  display: flex;
  align-items: center;
}

.review-item-text {
  margin-top: 1.7361vw;
  margin-bottom: 1.0417vw;
  padding: 0 1.3889vw;
}

.review-item-date {
  padding-left: 1.3889vw;
}

.review-item-answer-logo {
  width: 6.6667vw;
  height: 1.6743vw;
}

.reviews-form-block {
  padding: 2.0833vw 4.8611vw;
  width: 26.3889vw;
  margin-left: 5.5556vw;
  background: #f6f6f6;
  border-radius: 0.6944vw;
}

.reviews-form-block .form-title {
  display: block;
  font-size: 1.25vw;
  line-height: 1.5972vw;
  font-weight: 500;
  font-family: "Circle-regular";
  margin-bottom: 0.6944vw;
}

.reviews-form-block.questions {
  background: #517cba;
}

.reviews-form-block-title {
  margin-bottom: 1.3194vw;
}

.reviews-form-block .input-wrapper {
  margin-bottom: 1.0417vw;
}

.reviews-form-block .input-label {
  color: #4f4e7b;
}

.reviews-form-block .checkbox {
  margin-bottom: 1.0417vw;
}

.reviews-form-block .checkmark {
  background: #ffffff;
}

.reviews-form-block.questions .containercheckbox {
  color: #ffffff;
}

.reviews-form-stars-title {
  margin-bottom: 0.6944vw;
}

.reviews-form-stars {
  display: flex;
  align-items: center;
  margin-bottom: 1.3889vw;
}

.reviews-form-star {
  width: 3.4722vw;
  height: 2.7778vw;
  padding-right: 0.6944vw;
  cursor: pointer;
}

.reviews-form-star.hover path,
.reviews-form-star.selected path {
  fill: #fdb02c;
}

.reviews-form-star:last-child {
  margin-right: 0;
}

.reviews-form-block .form-answer {
  text-align: center;
  margin-top: 1.0417vw;
}

.input-wrapper {
  background: #ffffff;
  border-radius: 0.3472vw;
  padding: 0.5556vw 1.0417vw 0.4167vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 3.75vw;
}

.input-wrapper-grey,
.textarea-wrapper-grey {
  background: #f6f6f6;
}

.input-wrapper-100 {
  width: 100%;
}

.input {
  width: 100%;
  border: none;
  color: #030f4c;
  background: transparent;
}

.input::placeholder {
  color: #8992a5;
}

.textarea {
  height: 7.6389vw;
  border-radius: 0.3472vw;
  resize: none;
}

.textarea-wrapper {
  height: 9.7222vw;
}

.textarea::-webkit-input-placeholder {
  color: #8992a5;
}

.containercheckbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 2.0833vw;
  transition: 0.3s;
}

.containercheckbox a {
  display: inline;
  color: #8992a5;
  text-decoration: underline;
}

.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.3889vw;
  width: 1.3889vw;
  background-color: #f6f6f6;
  transition: 0.3s;
  border-radius: 2px;
}

.checkbox-filter .checkmark {
  background: #ffffff;
  border: 1px solid #e3e8f1;
}

.checkbox-filter:hover .containercheckbox {
  color: #517cba;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containercheckbox input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}

.containercheckbox input:checked ~ .checkmark {
  background: #fdb02c;
}

.checkbox-filter .containercheckbox input:checked ~ .checkmark {
  background: #517cba;
}

.containercheckbox .checkmark:after {
  left: 50%;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.2778vw;
  height: 0.5556vw;
  border: solid #ffffff;
  border-width: 0 0.1458vw 0.1458vw 0;
  transition: 0.3s;
  z-index: 10;
}

.big-btn-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 1.1111vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

.small-btn-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 0.9722vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

.btn {
  border-radius: 0.3472vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  text-align: center;
  color: #ffffff;
}

.btn-100 {
  width: 100%;
}

.btn-yellow {
  background: #fdb02c;
}

.btn-yellow:hover {
  background: #e88f44;
}

.main-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 1.1111vw;
  line-height: 1.6667vw;
}

.text-for-small-things {
  display: flex;
  justify-content: flex-start;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 0.6944vw;
  line-height: 0.8333vw;
}

.extra-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 0.9722vw;
  line-height: 1.5278vw;
}

.card-title-text {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.3889vw;
}

.file-input {
  padding: 0.9028vw 1.3889vw;
  border: 1px solid #e0e0e0;
  border-radius: 0.8333vw;
  margin-bottom: 0.6944vw;
  position: relative;
}

.file-input-label {
  position: absolute;
  top: -0.7639vw;
  left: 1.3889vw;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.5278vw;
  color: #808080;
}

.file-input-label svg {
  width: 1.5278vw;
  height: 1.5278vw;
  margin-right: 0.3472vw;
}

.file-input-desc {
  margin-bottom: 0.6944vw;
}

.reviews-form-block .input__choose {
  width: 15.2778vw;
  height: 2.6389vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0d669e !important;
  background: #ffffff;
  border-radius: 1.3889vw;
  color: #0d669e !important;
  margin-bottom: 0.5556vw;
}

.reviews-form-block .input__choose:hover {
  color: #ffffff !important;
  background-color: #0d669e;
}

.input__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviews-form-block .input__left {
  align-items: flex-start !important;
}

.file-input-files {
  display: flex;
  align-items: center;
}

.file-input-icon {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.5556vw;
}

.input__remove__icon {
  width: 0.9722vw;
  height: 0.9722vw;
}

.input__remove {
  margin-left: 0.5556vw;
}

.reviews-item-photos {
  display: flex;
  align-items: center;
  margin-bottom: 1.3889vw;
}

.reviews-item-photo {
  width: 4.5139vw;
  height: 3.8194vw;
  border-radius: 0.5556vw;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  object-fit: cover;
}

.reviews-item-photo-wrapper {
  margin-right: 0.6944vw;
  margin-top: 0.6944vw;
}

.reviews-item-photo-wrapper:last-child {
  margin-right: 0;
}

/* Slider */

.index-reviews {
  width: 100%;
  padding-top: 5.5556vw;
  margin-bottom: 5.5556vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-reviews-subtitle {
  margin-bottom: 1.0417vw;
}

.index-reviews-title {
  margin-bottom: 2.0833vw;
}

.reviews-slider-item {
  border: 1px solid #e3e8f1;
  border-radius: 0.6944vw;
  width: 26.25vw !important;
  padding: 1.0417vw 1.0417vw 2.0833vw;
  margin: 0 0.7639vw;
  min-height: 12.6389vw;
}

.reviews-slider {
  width: 88.8889vw;
  margin-bottom: 2.0833vw;
}

.reviews-slider-item-header {
  padding: 1.25vw 1.3889vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.0833vw;
  background: #f6f6f6;
  border-radius: 0.6944vw;
}

.reviews-slider-stars {
  display: flex;
  align-items: center;
}

.reviews-slider-star {
  width: 1.3889vw;
  height: 1.3889vw;
}

.reviews-slider-text {
  margin-bottom: 1.0417vw;
  height: 6.25vw;
  overflow: hidden;
}

.reviews-arrow-svg {
  width: 1.1111vw;
  height: 1.1111vw;
}

.reviews-arrow {
  width: 2.7778vw;
  height: 2.7778vw;
  background: #030f4c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3472vw;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}

.reviews-arrow:hover {
  background: #517cba;
}

.reviews-slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-prev {
  margin-right: 0.6944vw;
}

.reviews-date-block {
  display: flex;
  justify-content: space-between;
}

.showmoretestim {
  color: #0d669e;
  cursor: pointer;
  text-decoration: underline;
}

.success {
  display: none;
  color: #69ad5d;
}

.error {
  display: none;
  color: #e5514f;
}

.red-star {
  color: #e5514f;
}

.checkbox-desc {
  display: flex;
  justify-content: flex-start;
}

.reviews-url-title {
  margin-top: 1.3889vw;
  margin-left: 5.5556vw;
}

.reviews-url {
  margin-top: 0.6944vw;
  margin-left: 5.5556vw;
}

.reviews-google-img {
  width: 15.9722vw;
  height: 3.4722vw;
  margin-left: 5.5556vw;
}

.reviews-page-description {
  font-size: 1.25vw;
}

.reviews-page-description ul li {
  list-style: circle;
}

/* Reviews END */
@media(max-width: 94.9306vw) {
  .product-page-title {
      font-size: 1.8vh;
  }

  .product-desc-item-title {
      font-size: 1.2vh;
  }

  .product-desc-item-price {
      font-size: 1.8vh;
  }
}

.socials-list-container {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.social-list {
  display: flex;
  flex-direction: row;
  gap: 0.6944vw;
}

.socials-img {
  width: 1.6667vw;
  height: 1.6667vw;
}

.socials-list-container-mobile {
  display: none;
}

.messenger {
  display: block;
  position: fixed;
  right: 3.4722vw;
  bottom: 3.4722vw;
  width: 8.3333vw;
  height: 4.1667vw;
  z-index: 999;
}

.messenger-btn {
  padding: 0.9722vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 4.1667vw;
  background-color: #a0ba1c; 
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999;
  overflow: hidden; 
  transition: background-size 0.6s ease; 
}

.messengers-label {
  color: white;
  font-size: 1.25vw;
}

.messengers-ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.6944vw;
  padding: 0.5556vw 1.0417vw;
  background-color: aliceblue;
  list-style: none;
  border-radius: 0.9722vw;
}

.messengers-li {
  padding: 0.3472vw 1.3889vw;
  background-color: #191919;
  border-radius: 0.9722vw;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.messengers-li:nth-child(1):hover {
  background-color: #9b51e0;
}

.messengers-li:nth-child(2):hover {
  background-color: #0693e3;
}

.messengers-li:nth-child(3):hover {
  background-color: #00d084;
}

.messengers-li img {
  width: 1.3889vw;
  height: 1.3889vw;
}

.messengers-li-contact {
  padding: 0.3472vw 1.3889vw;
  background-color: #191919;
  border-radius: 0.9722vw;
  width: 50%;
  text-align: center;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.messengers-li-contact:hover {
  background-color: white;
}

.messengers-li-contact img {
  width: 1.3889vw;
  height: 1.3889vw;
}

.messenger-btn img {
  width: 2.2222vw;
  height: 2.2222vw;
}
.messenger-links {
  position: absolute;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s;
  z-index: 0;
  top: -14.2361vw;
  gap: 0.6944vw;
  right: 4.1667vw;
  display: flex;
  flex-direction: column;
  background-color: #191919;
  width: 24.3056vw;
  height: fit-content;
  padding: 1.0417vw;
  border-radius: 0.9722vw;
  border: 1px solid black;
}
.messenger-links.show {
  transform: scaleY(1);
}

.rotate {
  transition: transform 0.3s ease;
}

.rotate.active {
  transform: rotate(90deg);
}

.messenger-links:not(.show) .messenger-btn::before {
  animation: none;
}

.hidden-image {
  visibility: hidden;
}

.article-pubdate {
  margin-top: 3.4722vw; 
  font-size: 0.9722vw; 
  color: #888;
  margin-bottom: 0.6944vw;
}

.article-content {
  display: flex;
  flex-direction: row;
  gap: 3.4722vw;
  padding-bottom: 2.0833vw;
}

.article-sidebar {
  width: 50%;
}

.article-content-iframe {
  width: 100%;
  height: 41.6667vw;
  padding: 3.4722vw 0;
}

.helpful-links-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.4722vw;
  width: 100%;
  justify-content: center;
}

.helpful-link {
  min-width: 10.4167vw;
  padding: 1.3889vw 0 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #191919;
  font-size: 0.8333vw;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #191919;
  color: #fff;
  transition: all .4s cubic-bezier(.42,0,.58,1);
}

.helpful-link:hover {
  color: #191919;
  background-color: #FFF;
}

.select {
  display: block;
  max-width: 14.9306vw;
  width: 100%;
  position: relative;
}

.new-select {
  position: relative;
  border: 1px solid #ced4da;
  padding: 0.6944vw 1.0417vw;
  cursor: pointer;
  user-select: none;
}

.new-select__list {
  position: absolute;
  top: 3.125vw;
  left: 0;
  border: 1px solid #ced4da;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 0.6944vw 1.0417vw;
}

.new-select__item span:hover {
  color: #12b223;
}

.new-select:after {
  content: '';
  display: block;
  width: 1.7361vw;
  height: 1.7361vw;
  position: absolute;
  right: 0.625vw;
  top: 0.625vw;
  background: url('path-to-image') no-repeat right center / cover;
  opacity: 0.6;

  -webkit-transition: all .27s ease-in-out;
      -o-transition: all .27s ease-in-out;
          transition: all .27s ease-in-out;

  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.articles-sort-container {
  padding-bottom: 3.4722vw;
}

.show-more {
  margin: 0.6944vw auto;
  width: 10.4167vw;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  padding: 0.6944vw 0.6944vw;
  cursor: pointer;
}

.show-more:hover {
  background: #feba0d;
  color: #fff;
}

/* DARK THEME */

.header.dark {
  background: var(--dark-black);
  box-shadow: 0vw 0vw 1.0417vw 0vw rgba(0, 0, 0, 0.50);
  padding: 2.4306vw var(--offset);
}

header.dark.sticky {
  padding: 0.3472vw 6.9444vw;
  height: 6.5972vw;
}

.header.dark .header--nav ul li a {
  color: var(--color-white);
  transition: .3s;
}

.header.dark .header--nav .submenu li a {
  color: var(--dark-black);
}

.header.dark .header--nav ul li a:hover {
  color: var(--light-green);
}

.header.dark .socials-img {
  width: 1.6667vw;
  height: 1.6667vw;
  flex-shrink: 0;
  filter: invert(1);
}

.header.dark .header-langs {
  color: var(--color-white);
}

.header.dark .header-selector:after {
  border-color: var(--color-white);
}

.header.dark .logo {
  height: auto;
}

footer.dark .address, 
footer.dark .phones, 
footer.dark .last-line{
  float: initial;
}

footer.dark .footer--contacts {
  display: flex;
}

footer.dark {
  background: linear-gradient(180deg, #1F1F1F 0%, #181818 100%);
  margin-top: 0;
  padding-top: 2.7778vw;
}

footer.dark ul li a {
  font-size: 1.3889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.1944vw;
  color: var(--color-white);
  transition: .3s;
}

footer.dark ul li a:hover {
  color: var(--light-green);
}

footer.dark .address p {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-white);
  margin-bottom: 1.9444vw;
  margin-top: 0;
}

footer.dark .socials-img {
  width: 1.8056vw;
  height: 1.8056vw;
  flex-shrink: 0;
  filter: invert(1);
}

footer.dark .phones a {
  font-size: 1.6667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--color-white);
  margin-bottom: 0.625vw;
  transition: .3s;
}

footer.dark .phones a:hover {
  color: var(--light-green);
}

footer.dark .address p:last-child,
footer.dark .phones a:last-child {
  margin-bottom: 0;
}

footer.dark .last-line a {
  color: var(--color-white);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .3s;
}

footer.dark .last-line a:hover {
  color: var(--light-green);
}

footer.dark .socials-list-container {
  margin-top: 1.5972vw !important;
}

body.dark .horizontal {
  margin-top: 0;
  margin-bottom: 8.0556vw;
  padding: 7.3611vw 6.4583vw;
  background: url('/imgs/horizontal-dark.jpg') no-repeat;
  background-size: cover;
}

body.dark .horizontal-title {
  color: var(--light-green);
  font-size: 2.2222vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  text-transform: uppercase;
  margin-bottom: 0.9722vw;
}

body.dark .horizontal-desc {
  color: var(--color-white);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  margin-bottom: 2.7083vw;
  margin-top: 0;
}

body.dark .horizontal-input {
  width: 21.8056vw;
  height: 3.3333vw;
  padding: 0.6944vw 1.3889vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  color: var(--dark-black);
  border-radius: 0.4167vw;
}

body.dark .horizontal-btn {
  width: 21.8056vw;
  height: 3.3333vw;
  background: var(--light-green);
  border: 1px solid var(--light-green) !important;
  color: #FBFBFB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  border-radius: 0.4167vw;
  transition: .3s;
}

body.dark .horizontal-btn:hover {
  background: transparent;
}

.panels-banner {
  width: 100%;
  /* height: 42.6389vw; */
  padding: 13.5417vw 0 18.8889vw;
  position: relative;
  margin-bottom: 4.1667vw;
  overflow: hidden;
}

.panels-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: -1;
  object-fit: cover;
  transition: 3s;
}

.panels-banner-image {
  animation: panels-banner-pulse 5s infinite;
}

@keyframes panels-banner-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.h2-dark {
  color: var(--light-green);
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

.panels-banner-title {
  margin-bottom: 1.3889vw;
}

.panels-banner-desc {
  color: #FBFBFB;
  font-size: 1.8056vw;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
  width: 42.3611vw;
}

.panels-section-title {
  text-align: center;
  margin-bottom: 1.3889vw;
}

.panels-section-desc {
  text-align: center;
  margin-bottom: 3.4722vw;
  font-size: 1.5278vw;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
  color: #FBFBFB;
}

.panels-projects {
  margin-bottom: 6.9444vw;
}

.panels-project-sliders-wrapper {
  position: relative;
}

.nav-panels-project-slider {
  width: 17.3611vw;
  height: 39.5833vw;
  position: absolute !important;
  top: 50%;
  right: var(--offset);
  transform: translateY(-50%);
  z-index: 2;
}

.panels-project-slider {
  width: 100%;
  height: 45.8333vw;
}

.panels-project-slider-item {
  /* width: 100vw !important; */
  height: 45.8333vw !important;
  padding-top: 29.0972vw;
  box-sizing: border-box;
}

.panels-project-slider-desc {
  color: #FBFBFB;
  font-size: 1.5278vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1.3889vw;
  width: 33.0556vw;
}

.panels-project-slider-job {
  color: #FBFBFB;
  font-size: 1.3889vw;
  font-style: normal;
  font-weight: 350;
  line-height: 120%;
}

.panels-project-slider-name {
  font-size: 1.5278vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--light-green);
}

.panels-project-slider-image-shadow {
  opacity: 0.7;
  background: linear-gradient(270deg, #181818 0%, rgba(24, 24, 24, 0.80) 10.98%, rgba(24, 24, 24, 0.47) 18.38%, rgba(24, 24, 24, 0.00) 42.28%, rgba(24, 24, 24, 0.80) 78.71%, #181818 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.panels-project-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-panels-project-slider-image {
  width: 8.3333vw;
  height: 39.4444vw;
  border-radius: 1.3889vw;
  border: 2px solid var(--Light-green, #A0BA1C);
  object-fit: cover;
}

.nav-panels-project-slider {
  border-radius: 1.3889vw;
  height: 39.7222vw;
  overflow: hidden;
}

.nav-panels-project-slider-item {
  margin-right: -4.1667vw;
  cursor: pointer;
}

.panels-project-sliders-arrows {
  position: absolute;
  left: var(--offset);
  bottom: 19.4444vw;
  display: flex;
}

.panels-project-sliders-arrow {
  width: 3.1944vw;
  height: 3.1944vw;
  cursor: pointer;
  box-sizing: border-box;
}

.panels-project-sliders-arrow circle {
  stroke-width: 1px;
  stroke: #DFDFDF;
  fill: #DFDFDF;
  transition: .3s;
  filter: drop-shadow(1px 1px 0.2778vw rgba(27, 27, 27, 0.25));
  backdrop-filter: blur(3.5px);
}

.panels-project-sliders-arrow:hover circle {
  fill: rgba(251, 251, 251, 0.20);
  filter: drop-shadow(1px 1px 0.2778vw rgba(27, 27, 27, 0.25));
  backdrop-filter: blur(3.5px);
}

.panels-project-sliders-arrow rect {
  fill: #181818;
  transition: .3s;
}

.panels-project-sliders-arrow:hover rect {
  fill: #DFDFDF;
}

.panels-project-sliders-arrow.arrow-prev {
  margin-right: 1.0417vw;
}

.nav-panels-project-slider-item.slick-slide {
  transition: opacity 1s;
}

.nav-panels-project-slider-item.slick-current {
  z-index: 30 !important;
}

.nav-panels-project-slider-item.prev-1,
.nav-panels-project-slider-item.prev-2 {
  opacity: 0 !important;
  transition: 0;
}

.panels-advantages {
  margin-bottom: 6.9444vw;
}

.panels-advantages-items-wrapper {
  width: 100%;
  height: 31.6667vw;
  position: relative;
}

.panels-advantages-items-image {
  width: 31.6667vw;
  height: 31.6667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.panels-advantages-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.panels-advantages-item {
  color: #FBFBFB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: flex-end;  
}

.panels-advantages-item:nth-child(2n) {
  flex-direction: row-reverse;

}

.panels-advantages-item-circle {
  width: 3.4028vw;
  height: 3.4028vw;
  border-radius: 50%;
  border: 1px solid #FBFBFB;
  flex-shrink: 0;
  margin-left: 7.9861vw;
  position: relative;
  transition: .3s;
}

.panels-advantages-item-circle:hover {
  background: #d9d9d921;
}

.panels-advantages-item-circle::after {
  display: block;
  content: "";
  width: 0.5556vw;
  height: 0.5556vw;
  background: #FBFBFB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panels-advantages-item-circle::before {
  display: block;
  content: "";
  width: 4.8611vw;
  height: 1px;
  background: linear-gradient(270deg, #FBFBFB 0%, rgba(251, 251, 251, 0.00) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  transition: .3s;
}

.panels-advantages-item-circle:hover::before {
  width: 7.6389vw;
}

.panels-advantages-item:nth-child(2n) .panels-advantages-item-circle {
  margin-right: 7.9861vw;
  margin-left: 21.8056vw;
}

.panels-advantages-item:nth-child(4n) .panels-advantages-item-circle {
  margin-left: 29.3056vw;
}

.panels-advantages-item:nth-child(2n) .panels-advantages-item-circle::before {
  right: auto;
  background: linear-gradient(90deg, #FBFBFB 0%, rgba(251, 251, 251, 0.00) 100%);
  left: 100%;
}

.panels-advantages-item-text {
  width: 13.5417vw;
}

.btn-green {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  text-align: center;
  color: #FBFBFB;
  border: 1px solid var(--light-green);
  background: var(--light-green);
  border-radius: 0.4167vw;
  width: 15.2778vw;
  height: 3.3333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.btn-green:hover {
  background: transparent;
}

.btn-green.btn-empty {
  background: transparent;
}

.btn-green.btn-empty:hover {
  background: var(--light-green);
}

.panels-catalog-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.1667vw;
}

.btn-panels-show-more {
  margin-right: 2.7778vw;
}

.panels-catalog-pagination .btn-panels-show-more {
  margin-right: 0;
}

.panels-catalog {
  margin-bottom: 8.0556vw;
}

.panels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -2.7778vw;
}

.panel {
  display: flex;
  width: 19.4444vw;
  height: 19.4444vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 2.7778vw;
  margin-bottom: 2.7778vw;
  position: relative;
}

.panel-image {
  width: 19.4444vw;
  height: 19.4444vw;
  object-fit: cover;
}

.panel:nth-child(4n) {
  margin-right: 0;
}

.panel-upper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(24, 24, 24, 0.80);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.0417vw;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .3s;
}

.panel:hover .panel-upper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.panel-title {
  color: #FBFBFB;
  text-align: center;
  text-shadow: 0vw 2px 0.6944vw rgba(0, 0, 0, 0.50);
  font-size: 1.3889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-price {
  color: #FBFBFB;
  text-align: center;
  font-size: 1.7361vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

body.dark .breadcrumbs {
  margin-top: 2.7778vw;
  margin-bottom: 2.0833vw;
}

body.dark .breadcrumbs-item a,
body.dark .breadcrumbs-item {
  color: #FBFBFB;
  font-size: 0.9722vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.dark .breadcrumbs-item:last-child {
  color: var(--light-green);
}

.panels-section-catalog-title {
  margin-bottom: 3.4722vw;
}

body.dark .pagination .pagination-btn {
  width: 3.3333vw;
  height: 3.3333vw;
  background: transparent;
  border-radius: 0.3472vw;
  border: 1px solid #FBFBFB;
  color: #FBFBFB;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
}

body.dark .pagination .pagination-btn.active,
body.dark .pagination .pagination-btn:hover {
  color: var(--light-green);
  border: 1px solid var(--light-green);
}

body.dark .pagination-btn-next,
body.dark .pagination-btn-prev {
  border: none !important;
}

body.dark .pagination-btn-next svg,
body.dark .pagination-btn-prev svg {
  width: 1.3889vw;
  height: 1.3889vw;
}

body.dark .pagination-btn-next path,
body.dark .pagination-btn-prev path {
  fill: #FBFBFB;
  transition: .3s;
}

body.dark .pagination-btn-next:hover path,
body.dark .pagination-btn-prev:hover path {
  fill: var(--light-green);
}

.panels-catalog-pagination .panels-catalog-btns {
  margin-top: 0;
}

.panels-catalog-pagination {
  margin-top: 4.1667vw;
}

.panel-product-page-info {
  display: flex;
  margin-bottom: 6.9444vw;
}

.panel-product-page-image {
  width: 41.25vw;
  height: 30.9722vw;
  object-fit: contain;
  margin-right: 3.1944vw;
}

.panel-product-title {
  margin-bottom: 0.3472vw;
}

.panel-product-designer {
  color: #FBFBFB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0.6944vw;
}

.panel-product-designer span {
  font-family: "Circle-regular";
  font-weight: 700;
}

.panel-product-price {
  font-family: "Circle-regular";
  color: #FBFBFB;
  font-size: 1.7361vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 2.7778vw;
}

.panel-product-content p {
  color: #FBFBFB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 4.1667vw;
}

.panel-product-page-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.1667vw;
}

.panel-product-page-gallery-image {
  width: 12.0139vw;
  height: 20.8333vw;
  object-fit: cover;
  margin-right: 2.7778vw;
  margin-bottom: 2.7778vw;
  position: relative;
}

.panel-product-page-gallery-image-upper {
  background: rgba(24, 24, 24, 0.70);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 5.5556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-green);
  opacity: 0;
  transition: .3s;
}

.panel-product-page-gallery-image:hover .panel-product-page-gallery-image-upper {
  opacity: 1;
}

.panel-product-page-gallery-image:nth-child(6n) {
  margin-right: 0;
}

body.dark .recall_modal .container-modal {
  width: 43.3333vw;
  padding: 4.8611vw 6.25vw 5.5556vw;
  background: #181818;
  border: 1px solid #FBFBFB;
  box-sizing: border-box;
}

body.dark .recall_modal .modal_title {
  color: #FBFBFB;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3.4722vw;
}

body.dark .recall_modal .horizontal-input {
  color: #FBFBFB;
  width: 100%;
  height: auto;
  margin-bottom: 2.7778vw;
  font-size: 1.1111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding: 0.3472vw 0;
  border-bottom: 1px solid #FBFBFB;
  border-radius: 0;
}

body.dark .recall_modal .btn {
  width: 16.8056vw;
  height: 3.3333vw;
  color: #FBFBFB;
  font-family: "Circle-light";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  background: var(--light-green);
  margin: 0 auto;
  margin-top: 2.7778vw;
}

body.dark .recall_modal #recall-answer {
  margin-top: 0.6944vw;
}

body.dark .recall_modal .closemodal path {
  fill: #FBFBFB;
}

body.dark .recall_modal .closemodal svg {
  width: 1.8056vw;
  height: 1.8056vw;
}

.panel-product-page-same-products {
  padding: 4.1667vw 0;
  background: #2C2C2C;
}

.panel-product-page-slider-title {
  color: #A0BA1C;
  font-size: 1.8056vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 2.7778vw;
}

.panel-product-page-slider-wrapper {
  height: 17.8472vw;
  overflow: hidden;
  position: relative;
}

.panel-product-page-slider-wrapper::after {
  content: "";
  display: block;
  width: 12.0139vw;
  height: 17.8472vw;
  background: linear-gradient(270deg, #2C2C2C 0%, rgba(44, 44, 44, 0.74) 46.67%, rgba(44, 44, 44, 0.46) 70.18%, rgba(44, 44, 44, 0.00) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.panel-product-page-slider-wrapper::before {
  content: "";
  display: block;
  width: 12.0139vw;
  height: 17.8472vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #2C2C2C 0%, rgba(44, 44, 44, 0.74) 46.67%, rgba(44, 44, 44, 0.46) 70.18%, rgba(44, 44, 44, 0.00) 100%);
}

.panel-product-page-slider-wrapper.product-page::after,
.panel-product-page-slider-wrapper.product-page::before {
  display: none;
}

.panel-product-page-slider-wrapper.product-page {
  height: auto;
}

.panels-product-page-slider-arrow {
  position: absolute;
  top: 50%;
  left: 0.6944vw;
  z-index: 3;
  transform: translateY(-50%);
  width: 3.1944vw;
  height: 3.1944vw;
  cursor: pointer;
}

.panels-product-page-slider-arrow.arrow-next {
  left: auto;
  right: 0.6944vw;
}

.panels-product-page-slider-arrow circle {
  stroke-width: 1px;
  stroke: #DFDFDF;
  fill: #DFDFDF;
  transition: .3s;
  filter: drop-shadow(1px 1px 0.2778vw rgba(27, 27, 27, 0.25));
  backdrop-filter: blur(3.5px);
}

.panels-product-page-slider-arrow:hover circle {
  fill: rgba(251, 251, 251, 0.20);
  filter: drop-shadow(1px 1px 0.2778vw rgba(27, 27, 27, 0.25));
  backdrop-filter: blur(3.5px);
}

.panels-product-page-slider-arrow rect {
  fill: #181818;
  transition: .3s;
}

.panels-product-page-slider-arrow:hover rect {
  fill: #DFDFDF;
}

.panels-product-page-slider-arrow.arrow-prev {
  margin-right: 1.0417vw;
}

.panel-product-page-slider-item {
  width: 12.0139vw !important;
  height: 17.7083vw;
  margin-right: 2.6389vw;
  position: relative;
  border: 1px solid transparent;
  transition: .3s;
}

.panel-product-page-slider-item:hover {
  border: 1px solid var(--light-green);
}

.panel-product-page-slider-item-image {
  width: 12.0139vw;
  height: 17.7083vw;
  object-fit: cover;
}

.panel-product-page-slider-item-upper {
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.70) 0%, rgba(24, 24, 24, 0.57) 38.02%, rgba(24, 24, 24, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.panel-product-page-slider-item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.6944vw;
  box-sizing: border-box;
}

.panel-product-page-slider-item-title {
  color: #FBFBFB;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 350;
  line-height: 110%;
  margin-bottom: 1.0417vw;
}

.panel-product-page-slider-item-price {
  color: #FBFBFB;
  font-family: 'Circle-regular';
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

body.dark .lang:hover {
  color: var(--light-green);
}

.new-footer {
  padding: 2.2222vw 0;
  background: var(--color-white);
  box-shadow: 0.6944vw 0.6944vw 1.0417vw 0vw #00000080;
}

.new-footer-logo {
  width: 9.7222vw;
}

.new-footer-inner {
  display: flex;
  justify-content: space-between;
}

.new-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new-footer-col-title {
  font-size: 1.25vw;
  line-height: 1.8056vw;
  font-weight: 400;
  color: var(--light-green);
  margin-bottom: 1.1806vw;
}

.new-footer-col-link {
  font-size: 1.25vw;
  line-height: 1.8056vw;
  font-weight: 400;
  margin-bottom: 0.3472vw;
  transition: .3s;
}

.new-footer-col-link:last-child {
  margin-bottom: 0;
}

.new-footer-info {
  font-size: 1.25vw;
  line-height: 1.8056vw;
  font-weight: 400;
  margin-bottom: 0.4167vw;
}

a.new-footer-info {
  transition: .3s;
}

.new-footer-phones {
  display: flex;
  flex-direction: column;
  margin-top: 0.8333vw;
}

.new-footer-phone {
  font: inherit;
  font-size: 1.3889vw;
  line-height: 2.0139vw;
  font-weight: 700;
  margin-bottom: 0.2778vw;
  transition: .3s;
}

.new-footer-copyright {
  font-size: 0.9722vw;
  line-height: 1.3889vw;
  font-weight: 400;
}

.new-footer.dark .new-footer-col-link,
.new-footer.dark .new-footer-info,
.new-footer.dark .new-footer-phone,
.new-footer.dark .new-footer-copyright {
  color: var(--color-white);
}

.new-footer-col-link:hover,
a.new-footer-info:hover,
.new-footer-phone:hover {
  color: var(--light-green) !important;
}

.new-footer-socials {
  display: flex;
  align-items: center;
  margin: 1.3889vw 0;
}

.new-footer-socials-image {
  width: 1.8056vw;
  height: 1.8056vw;
  margin-right: 1.3889vw;
}

.new-footer.dark .new-footer-socials-image {
  filter: invert(1);
}

.relinging {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.7778vw;
}

.relinging-item {
  font-size: 1.1111vw;
  margin-bottom: 0.6944vw;
}

.relinging-title {
  font-size: 1.25vw;
  margin-bottom: 1.0417vw;
}

.relinging-item:hover {
  text-decoration: underline;
}

.blog-title {
  font-size: 2.5vw;
  line-height: 2.75vw;
  text-align: center;
  margin-top: 2.5vw;
  margin-bottom: 2.0833vw;
  color: var(--light-green);
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
}

.blog-card {
  width: 21.3889vw;
  padding: 1.3889vw;
  box-sizing: border-box;
  transition: .3s;
  margin-right: 1px;
  margin-bottom: 2.7778vw;
}

.blog-card:hover {
  background: var(--color-white);
  box-shadow: 0vw 0vw 0.4861vw 0vw #18181833;
}

.blog-card-image {
  width: 19.4444vw;
  height: 19.4444vw;
  margin: 0 auto;
  object-fit: cover;
}

.blog-card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.0417vw;
  margin-bottom: 0.6944vw;
}

.blog-card-info-item {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  color: #7C7C7C;
}

.blog-card-title {
  font-size: 1.5278vw;
  line-height: 2.0833vw;
  font-weight: 700;
  margin-bottom: 0.3472vw;
  color: var(--light-green);
}

.blog-card-short-desc {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  margin-bottom: 1.3889vw;
}

.blog-card-read-more {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  text-align: right;
  width: 100%;
  display: block;
  text-decoration: underline;
  color: #4D5C05;
}

.green-pagination .pagination .pagination-btn {
  width: 3.3333vw;
  height: 3.3333vw;
  background: transparent;
  border-radius: 0.3472vw;
  border: 1px solid #181818;
  color: #181818;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
}

.green-pagination .pagination .pagination-btn.active,
.green-pagination .pagination .pagination-btn:hover {
  color: var(--light-green);
  border: 1px solid var(--light-green);
}

.green-pagination .pagination-btn-next,
.green-pagination .pagination-btn-prev {
  border: none !important;
}

.green-pagination .pagination-btn-next svg,
.green-pagination .pagination-btn-prev svg {
  width: 1.3889vw;
  height: 1.3889vw;
}

.green-pagination .pagination-btn-next path,
.green-pagination .pagination-btn-prev path {
  fill: #181818;
  transition: .3s;
}

.green-pagination .pagination-btn-next:hover path,
.green-pagination .pagination-btn-prev:hover path {
  fill: var(--light-green);
}

.blog-items-content {
  width: 100%;
  margin-top: 2.7778vw;
}

.some-text p {
  line-height: 1.7361vw;
}

.blog-page .breadcrumbs-item:last-child {
  color: var(--light-green);
}

.blog-page .breadcrumbs-item a,
.blog-page .breadcrumbs-item {
  color: var(--dark-black);
}

.blog-article-title {
  font-size: 2.5vw;
  line-height: 3.4722vw;
  text-align: center;
  margin-top: 2.1528vw;
  margin-bottom: 1.7361vw;
  color: var(--light-green);
}

.blog-article-page {
  padding: 0 11.1111vw;
}

.blog-article-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-article-author {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  font-weight: 700;
  color: var(--light-green);
  margin-right: 2.7778vw;
}

.blog-article-date {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  color: #7C7C7C;
  margin-right: 2.7778vw;
}

.blog-article-time {
  font-size: 1.25vw;
  line-height: 1.25vw;
  color: #7C7C7C;
  margin-right: 2.7778vw;
  display: flex;
  align-items: center;
}

.blog-article-time svg {
  width: 1.6667vw;
  height: 1.6667vw;
  margin-right: 0.3472vw;
  margin-top: -0.2778vw;
}

.blog-article-share {
  display: flex;
  align-items: center;
}

.blog-article-share-image {
  width: 1.6667vw;
  height: 1.6667vw;
}

.blog-article-share-item {
  margin-right: 0.6944vw;
}

.blog-article-share-item:last-child {
  margin-right: 0;
}

.blog-items-content img {
  width: 100%;
  margin: 2.0833vw 0;
}

.blog-items-content h3 {
  font-size: 1.5278vw;
  line-height: 2.1528vw;
  font-weight: 700;
  margin-bottom: 0.3472vw;
}

.blog-items-content h2 {
  font-size: 1.8056vw;
  line-height: 2.5vw;
  font-weight: 700;
  margin-bottom: 0.3472vw;
}

.blog-items-content p,
.blog-items-content li {
  font-size: 1.25vw;
  line-height: 1.7361vw;
  margin-bottom: 0.6944vw;
}

.blog-items-content a {
  color: #233C96;
  text-decoration: underline;
}

.blog-items-content ul,
.blog-items-content ul li {
  list-style: inherit !important;
}


.blog-items-content ol,
.blog-items-content ol li {
  list-style: decimal !important;
}

.blog-items-content ul,
.blog-items-content ol {
  margin-left: 1.0417vw;
  margin-bottom: 0.6944vw;
}

.blog-items-content ul li,
.blog-items-content ol li {
  margin-bottom: 0.625vw;
}

.blog-items-content ul li::marker {
  color: var(--light-green);
}

.blog-article-same-products {
  background: #E7E7E7;
  position: relative;
  padding: 4.1667vw 17.3611vw;
}

.blog-article-page-slider-arrow {
  position: absolute;
  top: 17.3611vw;
  left: 10.4167vw;
  width: 3.1944vw;
  height: 3.1944vw;
  cursor: pointer;
}

.blog-article-page-slider-arrow.arrow-next {
  left: auto;
  right: 10.4167vw;
}

.blog-article-slider-title {
  font-size: 1.8056vw;
  line-height: 2.5vw;
  color: var(--light-green);
  margin-left: 1.3889vw;
  margin-bottom: 1.0417vw;
  text-transform: uppercase;
}

.blog-article-toc {
  margin-bottom: 2.7778vw;
}

.blog-article-toc-title {
  font-size: 1.25vw;
  line-height: 1.8056vw;
  font-weight: 700;
  margin-bottom: 1.0417vw;
}

.blog-article-toc ul {
  margin-left: 1.875vw;
  list-style: inherit !important;
}

.blog-article-toc li {
  margin-bottom: 0.6944vw;
  font-size: 1.25vw;
  line-height: 1.8056vw;
  list-style: inherit !important;
}

.blog-article-toc li::marker {
  color: var(--light-green);
}

.blog-article-toc li:hover a {
  color: var(--light-green);
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

.product-text {
  height: 10.4167vw;
  overflow: hidden;
}

.product-text-wrapper.active .product-text {
  height: auto;
}

.product-text-wrapper.active .seotext-filter-btn {
  display: none;
}

.panel-product-page-slider-title.product-page {
  color: #303030;
}

.mt {
  margin-top: 5.5556vw;
}

.product-page-slider .product-title {
  display: block;
}

.product-page-slider .product {
  width: 20.4861vw;
  padding: 0;
  margin: 0 0.6944vw;
  box-shadow: none !important;
}

.panels-product-page-slider-arrows.product-page .panels-product-page-slider-arrow {
  top: 10.4167vw;
}

.faq {
  margin-top: 3.4722vw;
}

.faq-title {
  margin-bottom: 1.3889vw;
}

.faq-item {
  width: 65.8333vw;
  transition: .3s;
  margin-bottom: 0.6944vw;
  padding: 0.3472vw 0;
}

.faq-item-title {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item-title p {
  margin: 0;
}

.faq-item-arrow {
  width: 1.6667vw;
  height: 1.6667vw;
  transition: .3s;
  flex-shrink: 0;
}

.faq-item.active .faq-item-arrow {
  transform: rotate(45deg);
}

.faq-item-text {
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  padding: 0;
  line-height: 2.0833vw;
  width: 75%
}

.faq-item-text p {
  margin: 0;
}

.faq-item.active .faq-item-text {
  overflow: initial;
  max-height: 100vh;
  padding: 1.1111vw 0 0.5556vw;
}

.faq-item .faq-item-text a {
  color: #fdb02c;
}

.consultation_modal .container-modal {
  width: 43.3333vw;
  padding: 3.4722vw 3.4722vw;
  box-sizing: border-box;
  background: #FBFBFB;
}

body.dark .consultation_modal .container-modal {
  background: #181818;
  border: 1px solid #FBFBFB;
}

.consultation_modal .modal_title {
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.6944vw;
}

.consultation_modal .model_description {
  font-size: 1.25vw;
  line-height: 1.8056vw;
  font-weight: 400;
  margin-bottom: 2.0833vw;
  text-align: center;
}

.consultation_modal .messengers-li {
  width: 2.7778vw;
  height: 2.7778vw;
  padding: 0.3472vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.dark .consultation_modal .modal_title,
body.dark .consultation_modal .model_description {
  color: #FBFBFB;
}

.consultation_modal .horizontal-input {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 2.7778vw !important;
  font-size: 1.1111vw !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding: 0.6944vw 0 !important;
  border-bottom: 1px solid #181818;
  border-radius: 0 !important;
}

body.dark .consultation_modal .horizontal-input {
  color: #FBFBFB;
  border-bottom: 1px solid #FBFBFB;
}

.consultation_modal .btn {
  width: 16.8056vw;
  height: 3.3333vw;
  font-family: "Circle-light";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9444vw;
  margin: 0 auto;
}

body.dark .consultation_modal .btn {
  color: #FBFBFB;
  background: var(--light-green);
}

.consultation_modal #consultation-answer {
  margin-top: 1.3889vw;
  text-align: center;
}

body.dark .consultation_modal .closemodal path {
  fill: #FBFBFB;
}

.consultation_modal .closemodal svg {
  width: 1.8056vw;
  height: 1.8056vw;
}

.consultation-or {
  text-align: center;
  margin-top: -0.6944vw;
  margin-bottom: 0.6944vw;
}