@font-face {
  font-family: "Opinionprolight";
  src: url("fonts/Opinionprolight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Opinionprolightitalic";
  src: url("fonts/Opinionprolightitalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
* {-webkit-appearance: none; }
*/

span.cookes_basket {
  background: red;
  color: #fff;
  padding: 1px 7px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  font-size: 13px;
  border-radius: 1px;
}

html {
  margin: 0%;
  padding: 0%;
  background: #fafafa;
}
body {
  display: none;
  margin: 0%;
  padding: 0%;
  line-height: 15pt;
  font-size: 15px;
  /* font-family: 'Helvetica'; */
  font-family: "OpinionPro", Arial, sans-serif;
  color: #323232;
  background: #fff;
  min-width: 1100px;
  overflow-x: hidden;
}
body.newyear {
  background: #fff url("images/snow.webp");
}
a {
  color: #323232;
}
a:hover {
  color: #e5ab54;
  text-decoration: underline;
}
h1,
h2,
p.h2,
h3,
p.h3,
h4,
p.h4,
h5,
h6 {
  font-family: "OpinionPro", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;

  text-transform: uppercase;
  font-size: 40px;
  font-family: "OpinionPro", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
}
h1,
p.h1 {
  font-size: 45px;
  line-height: 43pt;
  position: relative;
}
p.h2,
h2 {
  font-size: 45px;
  line-height: 43pt;
  position: relative;
}
p.h2 {
  max-width: 90%;
}
p.h3,
h3 {
  font-size: 30px;
  line-height: 29pt;
}
p.h4,
h4 {
  font-size: 20px;
  line-height: 20pt;
}
h5,
h6 {
  font-size: 19px;
  text-transform: inherit;
  line-height: 20pt;
  margin: 0%;
  margin: 0 auto;
}
p.h3 a:hover,
p.h4 a:hover,
p.h2 a:hover {
  color: #01839d;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
.center {
  margin: 0 auto;
  width: 94%;
  max-width: 1800px;
  box-sizing: border-box;
  position: relative;
}
.center:after {
  content: "";
  clear: both;
  display: block;
}
.clear {
  position: relative;
  clear: both;
}

/*wp*/
.post_one {
  font-size: 16px;
  line-height: 19pt;
}
article.post_one.sale_post {
  display: inline-block;
  width: 100%;
}
.post_one iframe {
  height: 700px;
  width: 100%;
}
.post_one h2 {
  font-size: 40px;
  line-height: 38pt;
}
.post_one h3 {
  font-size: 33px;
  line-height: 30pt;
}
.post_one h4,
.post_one h5,
.post_one h6 {
  font-size: 21px;
  line-height: 20pt;
}
.post_one ul {
  padding-left: 40px;
}
.post_one li {
  margin-bottom: 4px;
  padding-left: 10px;
}
header.singlepage .post_one a,
.post_one a {
  color: #ec0407;
  text-decoration: none;
  border-bottom: 1px solid #ec04074d;
}
header.singlepage .post_one a:hover,
.post_one a:hover {
  color: #0893d2;
  text-decoration: none;
  border-bottom: 1px solid #0893d2;
}
.post_one .alignright {
  float: right;
  max-width: 45%;
  margin: 0 0 15px 40px;
  border-radius: 2px;
}
.post_one .alignleft {
  float: left;
  max-width: 45%;
  margin: 0 40px 15px 0;
  border-radius: 2px;
}
.post_one .aligncenter {
  margin: 10px auto;
  display: block;
}
.post_one .alignnone {
  margin: 10px 0;
  display: block;
}
.post_one blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 40px;
  box-sizing: border-box;
  background: rgb(122 208 209 / 21%);
  display: table;
}
.gallery .gallery-item a {
  border: none !important;
}
.gallery .gallery-item img {
  border: none !important;
  max-width: 98%;
}
div.gallery .gallery-item {
  margin: 0;
}

/*top*/
header {
  color: #fff;
  /* background: #000 url('images/slider1.webp') top center / cover no-repeat; */
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
  z-index: 3;
  color: #fff;
  height: 100vh;
  max-height: 900px;
  -moz-transition: background-image 0.2s ease-out;
  -webkit-transition: background-image 0.2s ease-out;
  -o-transition: background-image 0.2s ease-out;
}
header:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*
	opacity: 0.5;
    */
  opacity: 0.2;
  transition: 2s;
}
header:after {
  content: "";
  -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 12%) inset;
  -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 12%) inset;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 2s;
}
header:hover:before {
  /*
	opacity: 0.7;
    */
  opacity: 0.3;
}
header:hover:after {
  -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
  -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
}
header > * {
  position: relative;
  z-index: 1;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #f6ff5d;
  text-decoration: underline;
}
header a.mess {
  margin-bottom: -7px;
}
header a.mess.whatsapp {
  margin-left: 10px;
}
header a.whatsapp {
  content: url(images/whatsap_white.webp);
}
header a.vk {
  content: url(images/vk_white.webp);
}
header a.telegram {
  content: url(images/telegram_white.webp);
}
header a.inst {
  content: url(images/insta_white.webp);
}

header.singlepage a.whatsapp {
  content: url(images/whatsap_black.webp);
}
header.singlepage a.vk {
  content: url(images/vk_black.webp);
}
header.singlepage a.telegram {
  content: url(images/telegram_black.webp);
}
header.singlepage a.inst {
  content: url(images/insta_black.webp);
}

/*warning*/
section.warning {
  position: relative;
  padding: 16px 0;
  /* background: #01839d; */
  /* background: #006847; */
  background: rgb(233, 218, 42);
  background: linear-gradient(
    39deg,
    rgba(233, 218, 42, 1) 0%,
    rgba(233, 183, 42, 1) 33%,
    rgba(233, 180, 42, 1) 100%
  );
  color: #282828;
  font-size: 17px;
  text-align: center;
}
body.newyear section.warning {
  font-weight: bold;
  box-shadow: 0px 4px 16px 5px rgb(135 135 135 / 24%);
}
section.warning a {
  margin-left: 10px;
  color: #282828;
}
header.singlepage.warning section.warning {
  top: -4px;
}
header.singlepage.warning section.warning a {
  color: #fff;
  text-decoration: underline;
}
header.singlepage.warning section.warning a:hover {
  text-decoration: none;
  color: yellow;
}
header.singlepage.warning section.warning a {
  color: #282828;
}
body.newyear section.warning:before {
  content: url("images/warning_left.webp");
  position: absolute;
  left: 5%;
  top: 0;
}
body.newyear section.warning:after {
  content: url("images/warning_right.webp");
  position: absolute;
  right: 5%;
  top: 0;
}

/*top*/
section.top {
  background: none;
  padding: 2% 0;
  /*
	border-bottom: 2px solid rgb(255 255 255 / 8%);
	*/
  border-bottom: 2px solid rgb(255 255 255 / 5%);
  position: relative;
}
section.top.dinamic nav {
  float: left;
  padding: 20px 0 0;
}
header.singlepage section.top {
  background: #fff;
  padding: 1.3% 0 1.5%;
}
section.top img.logo {
  float: left;
  margin: 0 5% 0 0;
  border-radius: 20px;
}
body.newyear section.top img.logo {
}
section.top a.adress {
  display: none;
}
section.top nav {
  float: left;
  padding: 30px 0 0;
}
section.top nav span.burger_menu {
  content: url("images/burger_menu.webp");
  float: left;
  cursor: pointer;
}
section.top nav > ul {
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 25px;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 14px;
}
section.top nav > ul > li {
  float: left;
  margin: 0 15px;
}
section.top nav > ul > li.active a {
  color: #858585;
}
span.search {
  content: url("images/search_white.webp");
  cursor: pointer;
}
header.singlepage span.search {
  content: url("images/search_black.webp");
}
section.top nav span.search {
  width: 20px;
  margin: -2px 0 0 20px;
}
section.top span.tel {
  float: left;
  margin: 0 5%;
  font-size: 18px;
  margin: 24px 2.5% 0;
  position: relative;
}
header a.email {
  margin: 28px 0 0 4%;
  float: left;
  font-size: 14px;
}
section.top span.tel:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #64f564;
  border-radius: 100%;
  position: absolute;
  left: -14px;
  top: 1px;
  opacity: 1;
  transition: 0.5s;
}
section.top span.tel.active:before {
  opacity: 0;
}
section.top a.favorite {
  position: relative;
  top: 22px;
  margin-left: 1%;
  display: inline-block;
}
section.top a.favorite:after {
  content: url("images/heart_white.webp");
  position: relative;
  right: 15px;
  top: 10px;
}
section.top a.favorite span {
  background: #ffffff;
  color: #323232;
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  padding: 4px 2px 0 0;
  position: absolute;
  right: -5px;
  top: -4px;
  z-index: 1;
  transition: 1s;
}
section.top a.favorite:hover span {
  background: #f6ff5d;
}
input.order {
  background: #006847;
  color: #fff;

  border: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 17px 22px 15px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%);
  transition: 1s;
}
input.order:hover {
  background: #ffffff;
  color: #2a2a2a;
  box-shadow: 0px 4px 16px 5px rgb(34 60 80 / 24%);
}
section.top input.order {
  float: right;
  margin: 16px 0 0;
}
/*title*/
/*
section.title {
    padding: 8% 0 0;
    min-height: 500px;
    box-sizing: border-box;
}
*/
section.title {
  /* padding: 8% 0 0; */
  min-height: auto;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  bottom: 10%;
}
section.title div.one {
  max-width: 65%;
  display: none;
}
section.title div.one.active {
  display: block;
}
section.title div.one p.title a {
  border-bottom: 7px solid rgb(126 228 230 / 0%);
}
/*
section.title div.one p.title a:hover {
    color: #f6ff5d;
    border-bottom: 7px solid rgb(246 255 93);
    text-decoration: none;
}
*/
section.title div.one p.title a:hover {
  color: #7ad0d1;
  border-bottom: 7px solid hsl(63deg 100% 68% / 0%);
  text-decoration: none;
}
/*
section.title div.one p.title {
    font-size: 65px;
    line-height: 62pt;
    margin: 0 0 3.5% 0;
    text-transform: uppercase;
}
*/
section.title div.one p.title {
  font-size: 65px;
  line-height: 62pt;
  font-size: 72px;
  letter-spacing: 4.4px;
  margin: 0 0 5% 0;
  text-transform: uppercase;
}
section.title div.one a.more {
  cursor: pointer;
  transition:
    color 500ms ease 0s,
    background-color 500ms ease 0s;
  padding: 0px;
  color: var(--light-white);
  border-radius: 2px;
  padding: 10px 20px;
  backdrop-filter: blur(12px);
  background: rgb(255 255 255 / 20%);
  border-radius: 2px;
  text-transform: uppercase;
}
section.title div.one a.more:hover {
  background: rgb(255 255 255 / 30%);
  text-decoration: none;
}

section.title div.one div.desc {
  font-size: 20px;
  line-height: 24pt;
  margin-bottom: 5%;
}
section.title div.one ul.more {
  margin: 30px 0 0;
  list-style-type: none;
  font-size: 20px;
  padding: 0;
}
section.title div.one ul.more li {
  float: left;
  margin: 0 55px 25px 0;
}
section.title div.one ul.more li:last-child {
  margin-right: 0;
}
section.title div.one ul.more li a {
  border-bottom: 3px solid rgb(126 228 230 / 0%);
}
section.title div.one ul.more li a:hover {
  text-decoration: none;
  color: #f6ff5d;
  border-bottom: 3px solid #f6ff5d;
}
/*
section.pagination {
    bottom: 3%;
    display: block;
    width: 100%;
    position: absolute;
}
section.pagination ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: inline-flex;
}
section.pagination ul li {
	float: left;
	margin: 0 15px 0 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #b5ebe9;
	cursor: pointer;
}
section.pagination ul li:hover {
	background: #006847;
}
section.pagination ul li.active {
	background: #7ad0d1;
}
section.pagination ul li img {
	display: none;
}
*/

section.pagination {
  bottom: auto;
  top: 27%;
  display: block;
  position: absolute;
  right: 5%;
  left: inherit;
  text-align: right;
}
section.pagination ul {
  margin: 0%;
  padding: 0%;
  list-style-type: none;
  display: block;
  font-size: 18px;
  position: relative;
}
section.pagination ul:before {
  content: "";
  display: block;
  height: 121%;
  top: -30px;
  bottom: -30px;
  position: absolute;
  background: rgb(255 255 255 / 42%);
  width: 2px;
  left: 6px;
}
section.pagination ul li {
  position: relative;
  float: none;
  margin: 600% 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
section.pagination ul li.active {
  background: #7ad0d1;
}
section.pagination ul li img {
  display: none;
}
section.pagination ul li span.name {
  text-transform: uppercase;
  position: absolute;
  right: 30px;
  top: -3px;
  opacity: 0.5;
}
section.pagination ul li:hover span.name {
  opacity: 0.7;
}
section.pagination ul li.active span.name {
  opacity: 1;
}

/*trigger*/
section.trigger {
  background: #006847;
  /* background: #006847; */
  color: #fff;
  padding: 37px 0 30px;
  text-transform: uppercase;
  font-size: 13px;
}
body.newyear section.trigger {
  background-image: url(images/snow.webp);
}
section.trigger .one {
  width: 20%;
  float: left;
  padding: 10px 20px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}
section.trigger .one:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  right: 1%;
  opacity: 0.3;
}
section.trigger .one:last-child:after {
  content: none;
}
section.trigger .one img {
  float: left;
  margin: -16px 15px 0 0;
}
section.trigger .one:first-child {
  margin-left: 0;
}
section.trigger .one:last-child {
  margin-right: 0;
}

/*products*/
section.products_block {
  padding: 10px 0;
  position: relative;
}
.product_list.regular .slick-list {
  overflow: visible;
}
section.products_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  display: block;
  background: #f3f3f3;
  height: 70%;
}
.product_list {
  display: inline-block;
  width: 100%;
}
.product_list .one {
  position: relative;
  float: left;
  width: 500px;
  margin: 0 20px 0 0;
  box-shadow: 0px 4px 16px 5px rgb(189 189 189 / 15%);
  padding-bottom: 25px;
  transition: 0.2s;
  background: #fff;
}
body.newyear .product_list .one {
  background-image: url(images/snow.webp);
}
body.newyear .product_list .one:nth-child(even) {
  background-image: url(images/snow.webp);
  background-position: left center;
}
.product_list.full .one {
  margin: 0 10px;
}
.product_list .one div.img {
  margin: 0 0 15px 0;
  height: 300px;
  overflow: hidden;
  background: #fff;
}
.product_list .one div.img img {
  max-height: 310px;
  margin: 0 auto;
  display: block;
  min-width: revert;
  height: inherit;
  /* min-width: 100%; */
  height: 300px;
  width: auto;
  max-width: fit-content;
}
.product_list .one div.img.regular div.one_image {
  height: auto;
}
.product_list .one div.img.regular ul.slick-dots {
  top: -50px;
  bottom: unset;
  height: 30px;
  z-index: 3;
  position: relative;
  border: 1px solid rgb(255 0 0 / 0%);
  box-sizing: border-box;
  text-align: left;
  padding-left: 15px;
  display: inline-block;
}
.product_list .one p.name {
  font-size: 33px;
  line-height: 29pt;
  padding: 0 22px;
  box-sizing: border-box;
  margin: 24px 0 17px;
  height: 35px;
  overflow: hidden;
  text-transform: uppercase;
}
.product_list .one p.name a {
  text-decoration: none;
  /*
	border-bottom: 2px solid #ddd;
	*/
}
.product_list .one p.name a:hover {
  text-decoration: underline;
  border-bottom: none;
}
.product_list .one div.desc {
  padding: 0 22px;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
  margin-bottom: 15px;
}
.product_list .one a.more {
  margin-left: 22px;
}
.product_list .one:hover {
  /*
	background: #006847;
	*/
  background: #006847;
  color: #fff;
  box-shadow: 0px 4px 16px 5px rgb(189 189 189 / 28%);
}
.product_list .one:hover a {
  color: #fff;
}
.product_list .one span.heart {
  position: absolute;
  left: 22px;
  top: 22px;
  content: url("images/heart.webp");
  z-index: 2;
  cursor: pointer;
}
.product_list .one span.heart:hover {
  content: url("images/heart_hover.webp");
}
.product_list .one.heart span.heart {
  content: url("images/heart_active.webp");
}
input.next.product.arrow.slick-arrow {
  background: url("images/arrow_product.webp") center center no-repeat;
  top: 52%;
  right: 22px;
  width: 22px;
  height: 15px;
  transform: rotate(180deg);
}
input.prev.product.arrow.slick-arrow {
  background: url("images/arrow_product.webp") center center no-repeat;
  right: 22px;
  width: 22px;
  height: 15px;
  top: 52%;
  left: 20px;
}
input.next.product.arrow.slick-arrow:hover,
input.prev.product.arrow.slick-arrow:hover {
  color: #fff;
  box-shadow: none;
  box-shadow: none;
}
span.more_button,
a.more_button {
  background: #006847;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 18px 0;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  border-radius: 2px;
  margin: 40px 0;
  transition: 0.5s;
  cursor: pointer;
}
span.more_button:hover,
a.more_button:hover {
  box-shadow: 0px 4px 16px 5px rgb(189 189 189 / 28%);
  text-decoration: underline;
}
.product_list .one:hover a.more {
  text-decoration: none;
}
.product_list .one a.more:hover {
  text-decoration: underline;
}
p.new_add {
  opacity: 0;
  display: none;
  transition: 0.5s;
  background: #fff;
  position: fixed;
  right: 3%;
  top: 10%;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 2px;
  z-index: 3;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%);
}
p.new_add.active {
  opacity: 1;
  display: block;
}
p.new_add a {
  color: red;
}
p.new_add a:hover {
  text-decoration: none;
}
span.more_button.products {
  margin-top: 20px;
}

/*project_form*/
section.project_form {
  padding: 5% 0;
  position: relative;
  background: url("/catalog.jpg")
    center center / cover no-repeat;
  -moz-transition: background-image 0.8s ease-in-out;
  -webkit-transition: background-image 0.8s ease-in-out;
  -o-transition: background-image 0.8s ease-in-out;
  color: #fff;
}
section.project_form:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  transition: 2s;
}
section.project_form:after {
  content: "";
  -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 15%) inset;
  -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 15%) inset;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 2s;
}
section.project_form:hover:before {
  opacity: 0.65;
}
section.project_form:hover:after {
  -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 25%) inset;
  -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 25%) inset;
}
section.project_form a {
  color: #fff;
}
section.project_form > .center {
  position: relative;
  z-index: 1;
}
section.project_form p.title {
  font-size: 50px;
  line-height: 62pt;
  margin: 0 0 2% 0;
  text-transform: uppercase;
}
section.project_form p.title a {
  text-decoration: none;
  border-bottom: 7px solid rgb(126 228 230 / 0%);
}
section.project_form p.title a:hover {
  color: #f6ff5d;
  border-bottom: 7px solid rgb(246 255 93);
  text-decoration: none;
}
section.project_form .center > * {
  max-width: 70%;
}
section.project_form .center > div.desc {
  max-width: 60%;
  font-size: 20px;
  line-height: 24pt;
  margin-bottom: 2%;
}

/*step*/
section.step {
  /* background: #006847; */
  background: #006847;
  color: #fff;
  padding: 35px 0 40px;
}
body.newyear section.step {
  background-image: url(images/snow.webp);
}
section.step p.h2 {
  margin: 0 0 42px 0;
}
div.step_list .one {
  width: 17%;
  position: relative;
  float: left;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
}
div.step_list .one img {
  float: left;
  margin: -12px 15px 0 0;
}
div.step_list .one:first-child {
  margin-left: 0;
}
div.step_list .one:last-child {
  margin-right: 0;
}
div.step_list .one span.number {
  background: #ffffff;
  color: #323232;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 0 0;
  position: absolute;
  left: 45px;
  top: 10px;
}

/*news*/
section.products.new {
  position: relative;
  padding-bottom: 55px;
}
section.products.new:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  background: #f3f3f3;
  height: 50%;
}
section.products.new > .center {
  position: relative;
  z-index: 1;
}

/*materials*/
section.materials {
  position: relative;
  z-index: 0;
  padding: 1px 0 60px;
}
section.materials:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  /*
	background: #006847;
	*/
  background: #006847;
  height: 50%;
}
section.materials > .center {
  position: relative;
  z-index: 1;
}
section.materials ul.slick-dots {
  bottom: -52px;
}
section.materials ul.slick-dots li button {
  background: #ffffff !important;
}
section.materials ul.slick-dots li.slick-active button {
  background: #e1d93b !important;
}
.materials_list {
  display: inline-block;
  width: 100%;
}
.materials_list .one {
  background-size: cover;
  background-position: center center;
  float: left;
  width: 17%;
  background: #000;
  color: #fff;
  margin: 0 10px 0 0;
  position: relative;
  height: 250px;
  box-sizing: border-box;
  padding: 0 25px;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.materials_list .one:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  transition: 1s;
}
.materials_list .one:hover:before {
  opacity: 0.6;
}
.materials_list .one:last-child {
  margin: 0;
}
.materials_list .one p.name {
  position: absolute;
  top: 150px;
  font-size: 17px;
  line-height: 18pt;
  color: #fff;
  margin: 0%;
  z-index: 1;
  width: 80%;
  /* height: 130px; */
  text-transform: uppercase;
}
.materials_list .one p.name span {
  display: block;
  font-size: 13px;
  margin: 12px 0 0;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
.materials_list .one p.name a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  /*
    border-bottom: 2px solid rgb(255 255 255 / 35%);
	*/
}
.materials_list .one p.name a:hover {
  color: #ffffff;
  text-decoration: none;
  /*
    border-bottom: 2px solid #ffffff;
	*/
}
section.materials.gray ul.slick-dots li button {
  background: #006847 !important;
}
section.materials.gray ul.slick-dots li.slick-active button {
  background: #e1d93b !important;
}

/*portfolio*/
.portfolio_list {
  display: inline-block;
  width: 100%;
}
.portfolio_list.regular .slick-list {
  overflow: visible;
}
.portfolio_list .one {
  background-size: cover;
  background-position: center center;
  width: 700px;
  box-sizing: border-box;
  position: relative;
  height: 420px;
  color: #fff;
  float: left;
  margin: 0 20px 0 0;
}
.portfolio_list .one a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.portfolio_list .one:before {
  content: "";
  /*
	background: #006847;
	*/
  background: #006847;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  transition: 1s;
}
.portfolio_list .one:hover:before {
  opacity: 0.6;
}
.portfolio_list .one .content {
  position: absolute;
  padding: 0 50px;
  box-sizing: border-box;
  top: 120px;
  z-index: 1;
  height: 240px;
  overflow: hidden;
}
.portfolio_list .one .content p.name {
  font-size: 32px;
  line-height: 29pt;
  margin: 0 0 20px 0;
}
.portfolio_list .one .content p.name a:hover {
  color: #f6ff5d;
}
.portfolio_list .one .content div.desc {
  font-size: 15px;
  line-height: 15pt;
  margin-bottom: 30px;
}
.portfolio_list .one a.more {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
.portfolio_list .one a.more:hover {
  color: #f6ff5d;
}
.portfolio_list.full .one {
  margin: 0 0 15px 0;
  width: 49.5%;
}
.portfolio_list.full .one:nth-child(even) {
  float: right;
}

/*about*/
section.about {
  padding: 70px 0 15px;
}
section.about > .center {
  border-top: 2px solid #ededed;
  padding-top: 10px;
}
article.post_one.left {
  float: left;
  width: 51%;
}
ol.triggers.right {
  float: right;
  width: 44%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17pt;
}
ol.triggers.right li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 23px 22px;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
ol.triggers.right li:nth-child(even) {
  float: right;
  border-right: none;
}
ol.triggers.right li:nth-child(1),
ol.triggers.right li:nth-child(2) {
  border-top: none;
}
ol.triggers.right li img {
  float: left;
  margin: -10px 15px 0 0;
}

/*video*/
section.video {
  padding: 20px 0 20px;
  position: relative;
}
section.video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  /*
	background: #006847;
	*/
  background: #006847;
  height: 60%;
}
body.newyear section.video:before {
  background-image: url(images/snow.webp);
  background-position: bottom right;
}
section.video.no_video:before {
  height: 100%;
}
section.video > .center {
  position: relative;
  z-index: 1;
}
section.video iframe {
  width: 100%;
  max-width: 100%;
  height: 650px;
  margin: 0 auto;
  display: block;
  border: none;
  background: #efefef;
}
.mathematics_list {
  display: inline-block;
  width: 100%;
  margin: 60px 0 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15pt;
}
.mathematics_list .one {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.mathematics_list .one span {
  display: block;
  margin-bottom: 24px;
  font-size: 49px;
}
.mathematics_list .one:first-child {
  padding-left: 0;
}
.mathematics_list .one:last-child {
  padding-right: 0;
}

/*review*/
section.review {
  padding-bottom: 60px;
  position: relative;
}
section.review:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  background: #f3f3f3;
  height: 60%;
}
section.review > .center {
  position: relative;
  z-index: 1;
}
div.stars {
  font-size: 18px;
  margin: 6px 0 16px;
  display: inline-block;
  width: 100%;
}
section.review div.stars {
  margin: 8px 0 38px;
}
div.pre_product > .rating {
  margin-top: 0;
  border-right: none;
}
div.pre_product > span.favorite {
  border-left: 1px solid #ddd;
}
div.stars span.stars5 {
  content: url("images/star.webp");
  margin: 0 10px;
  position: relative;
  bottom: -7px;
}
span.star45 {
  content: url("images/star45.webp");
  margin: 0 10px;
  position: relative;
  bottom: -7px;
  width: 100px;
}
span.star4 {
  content: url("images/star4.webp");
  margin: 0 10px;
  position: relative;
  bottom: -7px;
  width: 100px;
}
div.stars div.icons {
  float: right;
  display: inline-table;
  width: 65%;
  text-align: right;
  margin-top: -10px;
  position: relative;
}
div.stars div.icons:before {
  content: "";
  width: 10%;
  height: 1px;
  background: rgb(0 0 0 / 22%);
  display: block;
  position: absolute;
  left: -8%;
  top: 25px;
}
div.stars div.icons a {
  margin-left: 2%;
}
div.stars div.icons a:first-child {
  margin-left: 0;
}
a.yandex {
  content: url("images/yandex.webp");
}
a.google {
  content: url("images/google.webp");
}
a.gis2 {
  content: url("images/2gis.webp");
}
a.yell {
  content: url("images/yell.webp");
}
a.zoon {
  content: url("images/zoon.webp");
}
a.otzovik {
  content: url("images/otzovik.webp");
}
a.spb {
  content: url("images/spb.webp");
}
a.flamp {
  content: url("images/flamp.webp");
}

/*questions*/
section.questions {
  padding: 10px 0 60px;
}
article.post_one.questions_list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
article.questions_list .one {
  border-top: 1px solid #ddd;
}
article.questions_list .one:last-child {
  border-bottom: 1px solid #ddd;
}
article.questions_list .one h3 {
  font-size: 24px;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  text-transform: inherit;
  margin: 7px 0;
}
article.questions_list .one h3:after {
  content: url("images/more_black.webp");
  color: #323232;
  background: #f0f0f0;
  float: right;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 23px;
  top: -2px;
  position: relative;
  padding: 0.5px 0 0;
  opacity: 0.3;
}
article.questions_list .one h3:hover:after {
  content: url("images/more.webp");
  color: #fff;
  background: #006847;
  opacity: 1;
}
article.questions_list .one .answer {
  display: none;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-left: 30px;
  border-left: 7px solid #ededed;
  width: 97%;
}
article.questions_list .one.active .answer {
  display: block;
}

/*section.bottom_contact*/
section.bottom_contact .map {
  height: 537px;
  background: #f1f1f1;
}
div#map-yandex {
  height: 537px;
  background: #f1f1f1;
}
section.contact_block .map div#map-yandex {
  height: 430px;
}
section.bottom_contact .center {
  position: relative;
}
section.bottom_contact .center address {
  position: absolute;
  background: #fff;
  top: 30px;
  padding: 15px 50px 35px;
  box-sizing: border-box;
  max-width: 38%;
  font-style: normal;
  z-index: 1;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%);
}
body.newyear section.bottom_contact .center address {
  background: #fff url(images/snow.webp);
}
address {
  font-style: normal;
}
address a {
  text-decoration: none;
}
address a:hover {
  color: red;
  text-decoration: underline;
}
address p.h2 {
  margin: 10px 0 26px;
}
/*
address p.adress {
    font-size: 22px;
}
*/
address a.soc.whatsapp {
  content: url(images/whatsap_black.webp);
}
address a.soc.telegram {
  content: url(images/telegram_black.webp);
}
address span a.soc {
  position: relative;
  top: 8px;
}
address span {
  /* font-size: 15px; */
  display: block;
  margin: 5px 0;
}
address p.tel {
  /* font-size: 20px;*/
}
address p.email {
  /*  font-size: 19px;*/
}
address input.order {
  margin-top: 7px;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%);
}
address span.social_icons {
  margin-top: 30px;
}
span.social_icons a.rutube {
  content: url("images/rutube_black.webp");
}
span.social_icons a.vk {
  content: url("images/vk_black.webp");
}
span.social_icons a.ok {
  content: url("images/ok_black.webp");
}
span.social_icons a.dzen {
  content: url("images/dzen_black.webp");
}
address span.social_icons a {
  margin: 0 2px -11px;
}
address span.social_icons a.rutube {
  margin-left: 10px;
}

/*bottom_menu*/
footer {
  background: #006847;
  color: #fff;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%);
  z-index: 1;
}
body.newyear footer {
  background: #006847 url("images/bottom_hng.webp") right 12% bottom no-repeat;
}
section.bottom_menu {
  padding: 55px 0;
}
section.bottom_menu a {
  color: #fff;
  text-decoration: none;
}
section.bottom_menu a:hover {
  color: #f6ff5d;
  text-decoration: underline;
}
section.bottom_menu .logo {
  float: left;
  display: grid;
  text-align: left;
  margin-top: -10px;
}
section.bottom_menu .logo span.social_networks {
  margin-top: 10px;
}
section.bottom_menu .menu {
  float: right;
  width: 28%;
}
section.bottom_menu .menu.services {
  margin: 0 50px 0;
}
section.bottom_menu .menu.furniture {
  width: 17%;
}
section.bottom_menu .menu p {
  font-size: 22px;
  margin-top: 0;
}
section.bottom_menu .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
section.bottom_menu .menu ul li {
  float: left;
  margin: 0 19px 9px 0;
}
span.social_networks a.ok {
  content: url("images/ok.webp");
}
span.social_networks a.dzen {
  content: url("images/dzen.webp");
}
span.social_networks a.vk {
  content: url("images/vk.webp");
}
span.social_networks a.rutube {
  content: url("images/rutube.webp");
}
span.social_networks a.youtube {
  content: url("images/youtube.webp");
}
span.social_networks a.inst {
  content: url("images/insta.webp");
}
span.social_networks a {
  margin: 0 9px 0 0;
}
span.social_networks a:last-child {
  margin-right: 0;
}
section.footer {
  font-size: 15px;
}
section.footer a {
  color: #fff;
}
section.footer > .center {
  border-top: 2px solid rgb(255 255 255 / 12%);
  padding: 29px 0;
}
section.footer span.copyright {
  float: left;
  margin-right: 5%;
}
section.footer a {
  text-decoration: none;
  border-bottom: 1px solid rgb(255 255 255 / 28%);
}
section.footer a:hover {
  border-bottom: 1px solid #fff;
}
section.footer a.politic {
  float: left;
}
section.footer span.autor {
  float: right;
}

/*contact*/
header.singlepage {
  height: auto;
  max-height: initial;
  background: transparent;
  color: #323232;
}
header.singlepage a {
  color: #323232;
}
header.singlepage:before {
  content: none;
}
header.singlepage:after {
  content: none;
}
header.singlepage section.top nav span.burger_menu {
  content: url(images/burger_menu_black.webp);
}
header.singlepage section.top a.favorite:after {
  content: url("images/heart_black.webp");
  position: relative;
  right: 15px;
  top: 10px;
}
section.contact_block {
  padding: 20px 0 70px;
}
section.contact_block address {
  float: left;
  width: 35%;
  font-size: 17px;
  line-height: 17pt;
}
section.contact_block .map {
  float: right;
  width: 60%;
  height: 420px;
  margin-top: 10px;
  background: #efefef;
  /* box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 10%); */
}
section.info_contact .center {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding-bottom: 50px;
  padding-top: 20px;
  margin-bottom: 20px;
}
section.info_contact .info.left {
  float: left;
  width: 45%;
}
section.info_contact .bank.right {
  float: right;
  width: 45%;
}
span.download {
  border: 2px solid #ededed;
  padding: 17px 20px 22px 85px;
  margin-top: 220px;
  display: table-cell;
  color: #ff0900;
  border-radius: 3px;
  position: relative;
  top: 10px;
}
span.download a {
  color: #ff0900;
  position: relative;
  width: 150px;
  display: block;
  text-decoration: none;
}
span.download a:hover {
  text-decoration: underline;
}
span.download a:before {
  content: url("images/pdf.webp");
  position: absolute;
  left: -60px;
  top: -4px;
}
section.our_team {
  padding: 1px 0 50px;
}
div.team_list {
  display: inline-block;
  width: 100%;
}
.team_list.regular .slick-list {
  overflow: visible;
}
div.team_list .one {
  float: left;
  width: 250px;
  margin: 0 15px 0 0;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
  height: 380px;
  background-size: cover;
  background-position: top center;
  color: #fff;
  background-size: cover;
}
div.team_list .one img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  transform: scale(1);
  transition: 1.5s;
  filter: contrast(1);
}
div.team_list .one p.name {
  position: absolute;
  font-size: 19px;
  bottom: 10px;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
}
div.team_list .one p.name a {
  color: #fff;
  text-decoration: none;
}
div.team_list .one p.name a:hover {
  color: #8beaed;
}
div.team_list .one p.name span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
div.team_list .one:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(36 36 36) 100%
  );
  opacity: 0.2;
  transition: 1s;
}
div.team_list .one:hover:after {
  opacity: 0.4;
}

/*breadcrumbs*/
section.breadcrumbs {
  padding: 10px 0;
  background: #f3f3f3;
  font-size: 13px;
  color: #999;
}
section.breadcrumbs a {
  text-decoration: none;
  margin: 0 20px;
  position: relative;
}
section.breadcrumbs a:hover {
  text-decoration: underline;
  color: #323232;
}
section.breadcrumbs span {
  text-decoration: none;
  margin-left: 20px;
}
section.breadcrumbs a:first-child {
  margin-left: 0;
}
section.breadcrumbs a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #bdbdbd;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -24px;
}

/*about*/
section.single_page {
  padding: 1px 0 50px;
}
article.post_one.short {
  max-width: 69%;
}
section.image_plus_trigger {
  padding: 40px 0 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  background: #006847;
  color: #fff;
}
section.image_plus_trigger:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  background: #fff;
  height: 15%;
}
section.image_plus_trigger > * {
  position: relative;
  z-index: 2;
}
section.image_plus_trigger img.preview {
  margin: 0 auto;
  display: block;
}
div.ts_list {
  display: inline-block;
  width: 100%;
}
div.ts_list .one {
  width: 48%;
  float: left;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  margin: 0 0 60px 0;
}
div.ts_list .one:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 45px;
  border-radius: 100%;
  top: 12px;
  z-index: 2;
}
div.ts_list .one p.name {
  font-size: 23px;
  margin-top: 5px;
  margin-bottom: 14px;
}
div.ts_list .one:nth-child(even) {
  float: right;
}
div.ts_list .one img {
  position: absolute;
  left: 0;
}
div.middle_gallery {
  padding: 20px 0 0;
  margin-bottom: 30px !important;
}
.middle_gallery.regular .slick-list {
  overflow: visible;
}
div.middle_gallery .one {
  float: left;
  margin: 0 10px 0 0;
  height: 370px;
  overflow: hidden;
}
div.middle_gallery .slick-dots {
  bottom: -55px;
}
section.text_block {
  padding: 20px 0;
}
section.text_block article.post_one.short div.gallery {
  width: 1400px;
  margin-left: -40px;
  text-align: left;
}
div.gallery img {
  border: none !important;
  max-height: 410px;
  max-width: 670px;
}
div.gallery .gallery-item {
  text-align: left !important;
}
section.single_page section.our_team {
  padding-bottom: 15px;
}
div.category_images {
  display: inline-block;
  width: 100%;
  margin: 25px 0 0;
}
div.category_images .one {
  background-size: cover;
  background-position: center center;
  width: 700px;
  box-sizing: border-box;
  position: relative;
  height: 440px;
  color: #fff;
  float: left;
  margin: 0 20px 20px 0;
}
div.category_images .one:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s;
}
div.category_images .one:hover:before {
  opacity: 0.2;
}
div.category_images .one a {
  color: #fff;
}
div.category_images .one a:hover {
  color: #f6ff5d;
}
div.category_images .one .content {
  position: absolute;
  padding: 0 50px;
  box-sizing: border-box;
  bottom: 70px;
  z-index: 1;
  max-width: 90%;
  line-height: 18pt;
}
div.category_images .one a.more {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
div.category_images .one .content p.name {
  font-size: 48px;
  line-height: 38pt;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
div.category_images .one .content p.name a {
  text-decoration: none;
}
div.category_images .one a.more {
  position: absolute;
  bottom: 40px;
  left: 50px;
  text-decoration: none;
}

/*video_block*/
section.video_block {
  padding: 1px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}
section.video_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f3f3f3;
  height: 60%;
}
section.video_block > * {
  position: relative;
  z-index: 2;
}
div.vreview_list {
  display: inline-block;
  width: 100%;
  position: relative;
}
section.video_block ul.slick-dots {
  bottom: -50px;
}
div.vreview_list .one {
  width: 48.5%;
  float: left;
  background: #fff;
  margin: 0 10px 0 0;
}
div.vreview_list .one div.name {
  padding: 45px 25px 42px;
  box-sizing: border-box;
  font-size: 17px;
}
div.vreview_list .one:nth-child(even) {
  float: right;
  border-right: none;
}
div.vreview_list .one iframe {
  width: 100%;
  height: 400px;
  border: none;
  background: #f1f1f1;
  display: block;
}
div.vreview_list .one span.star5 {
  content: url("images/star.webp");
  width: 80px;
  margin: 0 0 -1.5px 25px;
}
div.vreview_list .one div.name img {
  margin: -17px 21px 10px 0;
  background: #f1f1f1;
  padding: 3px;
  border-radius: 2px;
  max-width: 49px;
  float: left;
}

/*section*/
section.mess_block {
  padding: 20px 0 50px;
  position: relative;
}
section.mess_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f3f3f3;
  height: 50%;
}
section.mess_block > * {
  position: relative;
  z-index: 2;
}
div.mess_list {
  display: inline-block;
  width: 100%;
  position: relative;
}
div.mess_list .one {
  float: left;
  margin: 0 15px 0 0;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 5%);
  background: #fff;
}
div.mess_list .one img {
  display: block;
  height: 440px;
}
.mess_list.regular .slick-list {
  overflow: visible;
}

/*review_text*/
section.review_text {
  padding: 1px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}
section.review_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #f3f3f3;
  height: 50%;
}
section.review_text > * {
  position: relative;
  z-index: 2;
}
.review_list.regular ul.slick-dots {
  bottom: -50px;
}
.review_list.regular .slick-list {
  overflow: visible;
}
div.review_list .one span.star5 {
  content: url("images/star.webp");
  width: 80px;
  margin: 0 0 -3px 15px;
}
.review_list .one {
  float: left;
  width: 390px;
  margin: 0 10px 0 0;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 8%);
  transition: 1s;
  background: #fff;
}
.review_list .one:hover {
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 12%);
}
.review_list .one .content {
  height: 270px;
  overflow: hidden;
}
.review_list .one .name {
  border-top: 1px solid #ddd;
  padding: 30px 0 5px;
  margin: 20px 0 0;
}
.review_list .one .name img {
  max-width: 40px;
  float: left;
  margin: -10px 15px 0 0;
}
input.order.comment.short {
  margin: 40px auto 20px;
  display: block;
  padding: 22px 122px 20px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  background: #323232;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  box-shadow: 0px 4px 11px 5px rgb(251 226 18 / 22%);
  transition: 0.3s;
}
input.order.comment.short:hover {
  box-shadow: 0px 4px 11px 5px rgb(251 226 18 / 32%);
  background: #fbe212;
  color: #323232;
}
div.preview_image {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
div.preview_image .image_block {
  background: #f3f3f3;
  background-size: cover;
  background-position: center center;
  height: 750px;
}
div.preview_image .image_block img {
  max-height: 600px;
  margin: 0 auto;
  /* display: block; */
}
.preview_image article.post_one {
  background: #fff;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 55%;
  padding: 10px 40px 30px 50px;
  box-sizing: border-box;
  box-shadow: -14px 3px 11px 5px rgb(68 68 68 / 10%);
}
div.preview_image > img {
  width: 100%;
}
div.preview_image article.post_one p.h2 {
  font-size: 37px;
  margin: 20px 0;
}
div.preview_info {
  padding: 10px 0 5px;
  display: inline-block;
  width: 100%;
}
div.preview_info .left {
  float: left;
  width: 32%;
  border-right: 5px solid #e9e9e9;
  padding: 5px 0 0;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 22px;
}
div.preview_info .right {
  float: right;
  width: 54%;
  position: relative;
  margin-top: 5px;
  font-size: 15px;
  line-height: 17pt;
  font-style: italic;
}

div.autor {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  float: left;
  background-size: cover;
  margin: -19px 30px 0 0;
}
section.review section.mess_block .review_list .one {
  padding: 0;
  width: auto;
}
section.review section.mess_block .review_list .one img {
  height: 520px;
  width: auto;
}

div.preview_info .left span {
  display: block;
  margin-top: 7px;
  font-size: 15px;
}
.gallery_photos {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}
.gallery_photos div {
  float: left;
  width: 49.5%;
  margin: 8px 0;
  height: 530px;
  background: #f3f3f3;
  overflow: hidden;
}
.gallery_photos div img {
  max-height: 550px;
  margin: 0 auto;
  display: block;
}
.gallery_photos div:nth-child(even) {
  float: right;
}
/*
.gallery_photos div:nth-child(5n+1) {
	float: none;
	width: 100%;
}
*/
div.photos_list {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
div.photos_list .one {
  position: relative;
  margin-bottom: 20px;
  height: 600px;
  overflow: hidden;
}
div.photos_list .one .content {
  background: #fff;
  position: absolute;
  right: 0;
  top: 80px;
  padding: 40px 50px 100px;
  box-sizing: border-box;
  box-shadow: -12px 1px 20px 0px rgb(100 101 102 / 20%);
  width: 60%;
  min-height: 350px;
  line-height: 16pt;
}
div.photos_list .one .content p.name {
  font-size: 35px;
  line-height: 36pt;
  margin: 10px 0 14px;
  text-transform: uppercase;
}
div.photos_list .one .content .point_map {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 20px;
}
div.photos_list .one .content p.name a {
  color: #323232;
  text-decoration: none;
  /*
    border-bottom: 5px solid #88e5ed;
	*/
}
div.photos_list .one .content p.name a:hover {
  color: #077e88;
  text-decoration: none;
  /*
	border-bottom: 5px solid #2ecfdd;
	*/
}
div.photos_list .one .content a.more {
  bottom: 30px;
  position: absolute;
}
div.photos_list .one img.preview {
  max-width: 900px;
  width: 900px;
}
section.other_projects.more > .center {
  margin-top: 45px;
  padding-top: 5px;
  border-top: 2px solid #e5e5e5;
}
section.other_projects a.more_button {
  margin: 10px 0;
}
/*asale_list*/
section.archive_block {
  position: relative;
  z-index: 0;
  padding: 22px 0 80px;
}
section.archive_block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  background: #f2f2f2;
  height: 50%;
}
section.archive_block > .center {
  position: relative;
  z-index: 1;
}
.asale_list .one {
  background-size: cover;
  background-position: center center;
  float: left;
  width: 17%;
  background: #000;
  color: #fff;
  margin: 0 10px 0 0;
  position: relative;
  height: 250px;
  box-sizing: border-box;
  padding: 0 25px;
  color: #fff;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}
.asale_list .one:hover:before {
  opacity: 0.6;
}
.asale_list .one:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  transition: 1s;
}
.asale_list .one a {
  position: absolute;
  top: 160px;
  font-size: 19px;
  color: #fff;
  margin: 0%;
  z-index: 1;
  max-width: 80%;
}
article.post_one.left_single {
  float: left;
  width: 75%;
}
aside.right {
  float: right;
  font-size: 16px;
  background: #fff;
  width: 21%;
  padding: 25px 35px 30px;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 9px rgb(116 116 116 / 7%);
  background: #fff;
  transition: 1s;
}
aside.right:hover {
  box-shadow: 0px 4px 20px 9px rgb(116 116 116 / 12%);
}
aside.right a {
  text-decoration: none;
}
aside.right a:hover {
  color: #006847;
  text-decoration: underline;
}
aside.right ul {
  margin: 0%;
  padding: 0%;
  list-style-type: none;
}
aside.right ul li {
  margin: 14px;
}
aside.right ul li.active > a {
  color: #a7a5a5;
}
article.post_one.left_single img {
  border-radius: 3px;
  box-shadow: 0px 4px 20px 9px rgb(116 116 116 / 10%);
}
li.current-menu-item > a {
  color: #959595;
}
div.sale_image {
  margin: 30px 0;
}
section.more_sales.more {
  margin: 65px 0 0;
  padding: 1px 0 20px;
  border-top: 2px solid #e9e9e9;
}
div.pre_product {
  display: inline-block;
  width: 100%;
}
div.pre_product > * {
  float: left;
  padding: 0 3.5% 0 4.2%;
  border-right: 1px solid #ddd;
}
div.pre_product > *:first-child {
  border-left: none;
  padding-left: 0;
}
div.pre_product > *.link {
  cursor: pointer;
  position: relative;
  padding-left: 5%;
}
div.pre_product > *.link:hover {
  color: #0a8999;
}
div.pre_product span.favorite:before {
  content: url("images/heart_black.webp");
  position: absolute;
  left: 17%;
  top: 1px;
}
div.pre_product span.favorite.active {
  color: #ed2f2f;
}
div.pre_product span.favorite.active:before {
  content: url("images/heart_red.webp");
}
div.pre_product span.request:before {
  content: url("images/calc_black.webp");
  position: absolute;
  left: 16%;
  top: 0px;
}
div.pre_product .installments:before {
  content: url("images/rassrochka_black.webp");
  position: absolute;
  left: 17%;
  top: 1px;
}
div.pre_product .measurement:before {
  content: url("images/zamer_black.webp");
  position: absolute;
  left: -40%;
  top: 1px;
}
div.pre_product div.article span {
  font-weight: bold;
}
div.pre_product > *:last-child {
  float: right;
  border-right: none;
  padding-right: 0;
  padding-left: 0;
}
div.pre_product .rating span.star5 {
  content: url("images/star.webp");
  width: 100px;
  margin: 0 10px -4.5px;
}
.slider_photos {
  margin: 35px 0;
  text-align: center;
}
.slider_photos .full {
  text-align: center;
  background: rgb(243 243 243 / 64%);
  border-radius: 3px;
  transition: 1s;
  min-height: 630px;
}
.slider_photos .full:hover {
  background: rgb(243 243 243 / 100%);
  transition: 1s;
}
.slider_photos .full img {
  max-height: 630px;
  display: block;
  margin: 0 auto;
  width: auto;
}
.slider_photos .thumbnail {
  margin: 10px auto 0;
  text-align: center;
  width: 500px;
  height: 90px;
  overflow-y: hidden;
}
.slider_photos .thumbnail .one {
  margin: 0 9px;
  border-radius: 2px;
  display: block;
  border: 2px solid #fff;
  margin: 0 auto;
  cursor: pointer;
  background: #e5f6fd;
  /*
    width: 120px;
    text-align: center;
    max-width: fit-content;
    display: inline-block;
    float: inherit;
	*/
}
/*
.slider_photos .thumbnail .one img {
    height: 70px;
}
*/
.slider_photos .thumbnail .one.slick-current {
  border: 2px solid #ffffff;
}
/*
.slider_photos .thumbnail .one img {
    max-height: 61px;
    margin: 0 auto;
}
*/
.slider_photos .thumbnail .slick-slide {
  width: 150px;
  height: 150px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.slider_photos .thumbnail .one img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.slider_photos input.prev.white.image.arrow.slick-arrow {
  top: 50%;
  left: 20px;
}
.slider_photos input.next.white.image.arrow.slick-arrow {
  top: 50%;
  right: 20px;
}
div.nav_links {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
}
div.nav_links > ul {
  list-style-type: none;
  display: inline-block;
}
div.nav_links > ul.nav.product {
  float: left;
  padding-left: 0;
}
div.nav_links > ul.nav.services {
  float: right;
}
div.nav_links {
  list-style-type: none;
  display: inline-block;
  float: right;
}
ul.nav li {
  float: left;
  margin: 0 50px 0 0;
  cursor: pointer;
}
ul.nav li:last-child {
  margin-right: 0;
}
ul.nav li:hover {
  color: #087d91;
  text-decoration: underline;
}
ul.nav li.mess {
  float: right;
  margin: 0;
}
ul.nav li.button {
  float: right;
  margin: 0 0 0 50px;
}
ul.nav li.button:hover,
ul.nav li.button,
ul.nav li.mess:hover,
ul.nav li.mess {
  text-decoration: none;
}
ul.nav li a.whatsapp {
  position: relative;
  color: #0ca93b;
  border-bottom: 2px solid rgb(12 169 59 / 26%);
  text-decoration: none;
}
ul.nav li a.whatsapp:hover {
  color: #ed0b0b;
  border-bottom: 2px solid #ed0b0b;
  text-decoration: none;
}
ul.nav li a.whatsapp:before {
  content: url("images/whatsapp_green.webp");
  position: absolute;
  left: -45px;
  top: -5px;
}
ul.nav li.button span.order {
  background: #006847;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 17px 32px;
  font-weight: normal;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0px 4px 11px 5px rgb(34 60 80 / 3%);
  transition: 0.3s;
  top: -3px;
  position: relative;
}
ul.nav li.button span.order:hover {
  background: #ffffff;
  color: #2a2a2a;
  box-shadow: 0px 4px 16px 5px rgb(34 60 80 / 14%);
}

/*about_project*/
section.about_project {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
section.about_project article.post_one.left {
  float: left;
  width: 64%;
}
section.about_project .right {
  float: right;
  width: 28%;
  font-size: 19px;
  margin: 40px 0 0;
  border-left: 1px solid #e9e9e9;
  padding: 10px 0 40px 60px;
}
section.about_project .right .block {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
section.about_project .right span {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
section.about_project article.post_one.left p.h2 {
  font-size: 42px;
  margin: 5px 0 15px 0;
}
section.materials.gray:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  background: #f3f3f3;
  height: 50%;
}
section.about_project .right .status {
  background: #e3f8fb;
  border-radius: 2px;
  padding: 25px 35px;
  box-sizing: border-box;
  font-size: 15px;
  font-style: italic;
  line-height: 17pt;
}

/*products.more*/
section.products.more {
  position: relative;
  padding-bottom: 40px;
}
section.products.more .center {
  border-top: 2px solid #e5e5e5;
  margin-top: 50px;
  position: relative;
}
section.products.more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  display: block;
  background: #f3f3f3;
  height: 50%;
}

/*category*/
.product_list.full span.no_data {
  text-align: center;
  margin: 0 auto;
  display: none;
}
.product_list.full span.no_data.active {
  display: block;
}
div.product_list.full .one {
  margin-bottom: 25px;
  width: 32%;
}
div.product_list.full .one.hide {
  display: none;
}
div.product_list.full .hide_models {
  display: none;
}
div.product_list.full .hide_models.active {
  display: block;
}
div.product_list.full .hide_models.loading {
  display: block;
}
span.more_button.products#loadmore {
  display: inline-block;
}
span.more_button.products#loadmore.hide {
  display: none;
}
.product_list.full {
  margin-left: -10px;
  width: calc(100% + 25px);
  margin-right: 10px;
}
.product_list.full .one {
  display: none;
}
.product_list.full .one.active {
  display: block;
}
div.filter {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
div.filter .main {
  float: left;
  width: 81%;
  background: #f3f3f3;
  padding: 2px 25px;
  border-radius: 2px;
  box-sizing: border-box;
}
div.filter .new_project {
  float: right;
  background: #f3f3f3;
  padding: 2px 15px;
  border-radius: 2px;
  box-sizing: border-box;
}
div.filter .new_project span {
  display: block;
  padding: 10px 0;
  color: #0b8496;
  cursor: pointer;
}
div.filter .new_project span:hover {
  text-decoration: underline;
  color: #fe3a3a;
}
div.filter .main > span {
  float: left;
  margin-right: 12px;
  padding: 10px 0;
}
div.filter .main ul.fil {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 84%;
  overflow: hidden;
  height: 14px;
  padding: 10px 0;
}
div.filter .main ul.fil li {
  float: left;
  margin: 0 6px 0 0;
  cursor: pointer;
  padding: 2px 7px 3px;
  border-radius: 3px;
  position: relative;
  color: #078aa5;
  top: -2px;
}
div.filter .main ul.fil li:hover {
  text-decoration: underline;
  color: #fe3a3a;
}
div.filter .main ul.fil li.active {
  color: #323232;
  background: #ffffff;
}
div.filter .main ul.fil li:last-child {
  margin-right: 0;
}
div.filter .main ul.fil:after {
  content: "...";
  color: #b1b1b1;
}
div.filter .main .all_filters {
  float: right;
  text-align: right;
  position: relative;
  padding: 10px 0;
}
div.filter .main .all_filters > span {
  color: #0b8496;
  cursor: pointer;
}
div.filter .main .all_filters > span:hover {
  text-decoration: underline;
  color: #fe3a3a;
}

/*.all_filters*/
div.all_filters div.more {
  display: none;
}
div.all_filters:hover div.more {
  display: block;
}
div.more {
  background: #fff;
  padding: 22px 25px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 350px;
  position: absolute;
  z-index: 4;
  text-align: left;
  top: 38px;
  left: -22px;
  box-shadow: 0px 4px 11px 1px rgb(34 60 80 / 10%);
}
div.more p {
  margin-top: 0;
}
div.more ul {
  margin: 0%;
  padding: 0%;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
div.more ul li {
  margin: 3px 0;
  float: left;
  width: 49%;
}
div.more ul li:nth-child(even) {
  float: right;
  width: 44%;
}
div.more a {
  text-decoration: none;
  color: #087d91;
}
div.more a:hover {
  color: #fe3a3a;
  text-decoration: underline;
}
section.questions.more > .center {
  border-top: 2px solid #e9e9e9;
  padding-top: 12px;
}

/*panel_top*/
nav.panel_top {
  display: none;
  background-color: #0f181e;
  color: #fff;
  box-sizing: border-box;
  padding: 5% 20%;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 3;
  box-shadow: 1px 16px 12px 10px rgb(0 0 0 / 12%);
}
nav.panel_top.active {
  display: block;
}
nav.panel_top span.close {
  content: url("images/close.webp");
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f1f1f1;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
  transition: 1s;
}
nav.panel_top span.close {
  background: #f3f3f3;
  transition: 0.5s;
}
nav.panel_top span.close:hover {
  background: #e3e3e3;
}
body.customize-support nav.panel_top span.close {
  top: 60px;
}
nav.panel_top span.close {
  content: url("images/close.webp");
}
nav.panel_top .left.navi {
  float: left;
  width: 50%;
  padding-bottom: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: uppercase;
}
nav.panel_top .right.cat {
  float: right;
  width: 50%;
  padding: 10px 0;
  font-size: 20px;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-transform: uppercase;
}
nav.panel_top .right.cat .one {
  float: left;
}
nav.panel_top .right.cat .one.one1,
nav.panel_top .right.cat .one.one2 {
  column-count: 2;
  column-gap: 0;
  column-fill: auto;
  width: 40%;
}
nav.panel_top .right.cat .one.one3 {
  width: 20%;
}
nav.panel_top a {
  color: #fff;
}
nav.panel_top a:hover {
  color: #7ad0d1;
  text-decoration: none;
}
nav.panel_top ul {
  margin: 5px 0 30px;
  padding: 0%;
  list-style-type: none;
}
nav.panel_top ul li {
  padding: 0%;
  list-style-type: none;
  line-height: 14pt;
}
nav.panel_top ul li {
  margin: 44px 0;
}
nav.panel_top ul li.active a {
  color: #006847;
}
nav.panel_top .right.cat p {
  font-weight: bold;
  margin-bottom: 3px;
}
nav.panel_top p.name,
nav.panel_top .right.cat p.name {
  font-size: 31px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 27px;
}
nav.panel_top a {
  text-decoration: none;
}
nav.panel_top .right.cat p.name a {
  color: #a9a9a9;
}

/*input.slick-arrow*/
input.arrow.slick-arrow {
  background: #fff url(images/arrow_left_black.webp) center center no-repeat;
  border: none;
  border-radius: 100%;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #323232;
  font-size: 30px;
  box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 9px 0;
  transition: 0s;
  font-family: "Calibri";
  box-shadow: 0px 0px 18px 0px rgb(104 104 104 / 13%);
  margin-top: -20px;
  cursor: pointer;
}
input.arrow.slick-arrow:hover {
  background: #006847 url(images/arrow_left.webp) center center no-repeat;
}
input.slick-arrow:hover {
  color: #fff;
  box-shadow: none;
  box-shadow: 0px 0px 18px 0px rgb(104 104 104 / 33%);
}
input.prev.arrow.slick-arrow {
  z-index: 2;

  right: 70px;
  top: -75px;
}
input.next.arrow.slick-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 100%;
  width: 50px;
  height: 50px;

  right: 0;
  top: -75px;
}

/*dots*/
.slick-dots li button {
  background: #006847 !important;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #f4f1a0 !important;
}

/*catalog*/
section.archive div.category_images .one {
  width: 49.4%;
  margin: 0 0 20px 0;
}
section.archive div.category_images .one:nth-child(even) {
  float: right;
}

/*bottom_text*/
section.bottom_text {
  padding: 1px 0 70px;
}

/*basket*/
section.single_page.basket h1 {
  text-align: center;
}
div.product_list.single .one {
  width: 32%;
  margin: 0 20px 20px 0;
}
div.product_list.single .one:nth-child(3n + 3) {
  margin-right: 0;
}
p.delete_cookie {
  text-align: center;
  margin-bottom: 55px;
}
p.delete_cookie span {
  cursor: pointer;
  border-radius: 27px;
  border: 2px solid #ededed;
  padding: 14px 55px 14px 25px;
  position: relative;
}
p.delete_cookie span:after {
  content: url("images/close.webp");
  position: absolute;
  margin-left: 15px;
  opacity: 0.1;
  top: 12px;
}
p.delete_cookie span:hover {
  border: 2px solid #ea1c1c;
  color: #ea1c1c;
}
p.delete_cookie span:hover:after {
  content: url("images/close_red.webp");
  opacity: 1;
}
p.no_found {
  text-align: center;
  margin: 50px 0 30px;
}
p.no_found span {
  border: 2px solid #efefef;
  border-radius: 25px;
  padding: 15px 30px;
}
p.no_found img {
  text-align: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
  margin: 0 0 -8px 15px;
}

/*materials*/
.fotogallory_materials {
  margin: 34px 0;
}
.fotogallory_materials.regular .slick-list {
  overflow: visible;
}
.fotogallory_materials .one {
  margin: 0 5px;
}
.fotogallory_materials .one img {
  max-height: 570px;
}
.fotogallory_materials.regular ul.slick-dots {
  bottom: -50px;
}
section.middle_section {
  margin: 100px 0 0;
}
section.middle_section.no_fotogallory {
  margin: 40px 0 0;
}
.materials_archive {
}
.materials_archive .one {
  background-size: cover !important;
  background-position: center center;
  width: 48%;
  box-sizing: border-box;
  position: relative;
  height: 360px;
  color: #fff;
  float: left;
  margin: 0 20px 16px 0;
  box-sizing: border-box;
  background: #444;
}
.materials_archive .one .content {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 210px;
  max-width: 80%;
}
.materials_archive .one a {
  color: #fff;
}
.materials_archive .one p.name {
  font-size: 30px;
  line-height: 30pt;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.materials_archive .one:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  transition: 1s;
}
.materials_archive .one:hover:before {
  opacity: 0.6;
}
.materials_archive .one p.name a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  /*
    border-bottom: 2px solid rgb(255 255 255 / 35%);
	*/
}
.materials_archive .one p.name a:hover {
  color: #ffffff;
  text-decoration: none;
  /*
    border-bottom: 2px solid #ffffff;
	*/
}
.fotogallory_colors {
  margin: 30px 0 10px;
  display: inline-block;
  width: 100%;
}
.fotogallory_colors .one {
  float: left;
  max-width: 13.8%;
  overflow: hidden;
  margin: 0 5px 1px 0;
}
p.h3.foto {
  margin-bottom: 0px;
}

/*callback_block*/
@keyframes callback {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.callback_block {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 5;
  background-color: rgb(0 0 0 / 82%);
  max-width: 100%;
  min-width: 100%;
  color: #323232;
  animation: callback 0.6s forwards;
}
section.callback_block.active {
  display: block;
}
section.callback_block .content {
  background: #fff;
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  display: block;
  top: 17%;
  margin: 0 auto;
  width: 430px;
  box-sizing: border-box;
  box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
  border-radius: 4px;
  padding: 10px 60px;
}
section.callback_block .content form {
  box-sizing: border-box;
  padding: 35px 56px 55px;
}
section.callback_block .content p.h2 {
  font-size: 32px;
  line-height: 29pt;
  text-align: left;
  color: #323232;
}
section.callback_block .content span.close {
  content: url("images/close.webp");
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ffffff;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
section.callback_block .content span.close:hover {
  background: #f6ff5d;
}
section.callback_block .content .code iframe {
  height: 400px !important;
}

/*404*/
section#error404 {
  padding: 1px 0 50px;
}
section#error404 h1 {
  margin-bottom: -10px;
}

/*search_block*/
section.search_block {
  background: #006847;
  padding: 1% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  font-size: 22px;
  z-index: 2;
}
section.search_block.active {
  display: block;
}
section.search_block form input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 21px;
  color: #fff;
  border-left: 2px solid rgb(255 255 255 / 15%);
  padding-left: 20px;
}
section.search_block form input[type="button"] {
  display: none;
}
/*search.php*/
section.search_result form {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #ddd;
}
section.search_result form input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 21px;
  color: #323232;
}
section.search_result form input[type="button"] {
  display: none;
}

/*blog*/
section.single_page.blog article.post_one {
  width: 70%;
  margin-bottom: 100px;
}
section.single_page.blog article.post_one .alignnone {
  max-width: 1300px;
}

/*bio*/
article.post_one.bio {
  display: inline-block;
  width: 100%;
}
article.post_one.bio .avatar {
  float: right;
  max-width: 30%;
  margin: 0 0 25px 60px;
}
article.post_one.bio .avatar img {
  display: block;
}

section.top span.tel a.email {
  display: none;
}

section.new_year {
  max-width: 98%;
  margin: 1% auto 0;
  border-radius: 2px;
  text-align: center;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
section.new_year img {
  display: block;
}

section.preview {
  background-size: cover;
  background-position: center center;
  padding: 250px 0 80px;
  color: #fff;
  position: relative;
}
section.preview:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* opacity: 0.5; */
  opacity: 0.2;
  transition: 2s;
}
section.preview > * {
  position: relative;
  z-index: 1;
}
section.preview input[type="button"] {
  cursor: pointer;
  transition:
    color 500ms ease 0s,
    background-color 500ms ease 0s;
  padding: 0px;
  color: var(--light-white);
  border-radius: 2px;
  padding: 16px 23px;
  backdrop-filter: blur(12px);
  background: rgb(255 255 255 / 20%);
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
section.preview input[type="button"]:hover {
  background: rgb(255 255 255 / 30%);
  text-decoration: none;
}

/* video.image_video */
section.video.image_video .content {
  border-radius: 6px;
  overflow: hidden;
}
section.video.image_video .content:before {
  content: "";
  background: #171918;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* opacity: 0.5; */
  opacity: 0.2;
  transition: 2s;
}
section.video.image_video .content {
  position: relative;
}
section.video.image_video .content h2 {
  position: absolute;
  padding: 0 30% 0 5%;
  box-sizing: border-box;
  color: #fff;
  bottom: 5%;
  text-transform: inherit;
}
section.video.image_video .content img {
  display: block;
}

/* slider_photos single-portfolio.php */
section.preview_image {
  display: inline-block;
  margin: 1px 0 1px;
  width: 100%;
  overflow: hidden;
}
.slider_photos .one img {
  height: 600px;
  width: auto;
}
.slider_photos .one {
  margin: 0 7px;
}
.regular.visibility .slick-list {
  overflow: visible;
}
section.preview_image .slick-dots {
  bottom: -33px !important;
}
section.point_map {
  margin: 5px 0 15px;
  display: table;
  width: 100%;
}
section.point_map h3 {
  margin-bottom: 0;
}
section.point_map h2 {
  margin-top: 10px;
  margin-bottom: 4px;
}
section.point_map div.map_points {
  height: 500px;
}
section.points {
  padding: 20px 0 10px;
}
section.points {
  padding: 25px 0 10px;
}
section.points h3 {
  margin-bottom: 0;
}
section.points h2 {
  margin-top: 10px;
  margin-bottom: 4px;
}
section.points div.map_points {
  height: 500px;
  margin: 35px 0 0;
}
section.points ymaps a.more {
  background: #323232;
  color: #fff;
  text-decoration: none;
  padding: 8px 13px;
  display: table;
  margin: 5px 0 0;
}
section.points ymaps a.more:hover {
  background: #ffffff;
  color: #323232;
}
section.points ymaps a:hover {
  color: #078484;
  text-decoration: underline;
}
section.points ymaps img.thumbnail {
  max-width: 35%;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 4px;
}

/* single portfolio post */
article.post_one.long {
  padding: 0;
  max-width: 1100px;
  margin-bottom: 30px;
  width: 100%;
}
article.post_one.long iframe {
  max-width: 100%;
  width: 1300px;
}
article.post_one.long img.alignnone.size-full,
article.post_one.long img.alignnone.size-large {
  max-width: 100%;
  height: auto;
}
article.post_one.long div.gallery {
  max-width: 100%;
  height: auto;
  width: 1300px;
}
article.post_one table {
  margin: 1px 0 30px;
  background: #f9f9f9;
  border: 30px solid #f9f9f9;
  border-top: 20px solid #f9f9f9;
  border-bottom: 30px solid #f9f9f9;
  box-sizing: border-box;
}
article.post_one td {
  padding: 10px 20px;
  box-sizing: border-box;
  border-right: 2px solid #ededed;
}
article.post_one tbody td {
  border-top: 2px solid #ededed;
}
article.post_one tr td:first-child {
  padding-left: 0;
}
article.post_one tr td:last-child {
  border-right: none;
  padding-right: 0;
}
article.post_one thead {
  font-weight: 600;
}
article.post_one table {
  margin: 1px 0 30px;
}

/* plan_room */
section.plan_room {
  padding: 1px 0 30px;
  position: relative;
}
section.plan_room h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
section.plan_room .center {
  position: relative;
}
section.plan_room:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90%;
  background: #f3f3f3;
  display: block;
  z-index: 0;
}
section.plan_room .center:after {
  content: url("images/plan_room.webp");
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 0;
}
section.preview h1 {
  max-width: 760px;
}
.gphotos {
  max-width: 1000px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 6px;
  padding: 10px 5px 11px 10px;
}
.gphotos .one {
  width: 38%;
  display: inline-block;
  border-radius: 6px;
  height: 280px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.gphotos .one:nth-child(2) {
  width: 20%;
}
.gphotos .one:nth-child(3) {
  width: 20%;
}
.gphotos .one:nth-child(4) {
  width: 20%;
}
.gphotos .one:nth-child(5) {
  width: 48%;
}
.gphotos .one:nth-child(6) {
  width: 25.5%;
}
.gphotos .one:nth-child(7) {
  width: 25%;
}
.gphotos .one img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  transform: scale(1);
  transition: 1.5s;
  filter: contrast(1);
  background: #323232;
  filter: brightness(1);
  transition: 1s;
}
.gphotos .one:hover img {
  filter: brightness(1.15);
}
.gphotos .one span {
  background: #2f2e31;
  color: #ffff;
  font-family: "OpinionPro", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  border-radius: 100%;
  padding: 16px;
  position: absolute;
  z-index: 1;
  top: -7px;
  right: 13px;
}
section.preview ul {
  margin: -20px 0 30px 0;
  list-style-type: none;
  padding-left: 23px;
  line-height: 180%;
  font-size: 20px;
  font-family: "OpinionPro", Arial, sans-serif;
}
section.preview ul li {
  position: relative;
  padding-left: 12px;
  margin-left: 0;
}
section.preview ul li:before {
  content: "✔";
  position: absolute;
  top: 0;
  left: -20px;
  color: #8ed1cf;
}

section.single_page.dom.archive div.category_images {
  display: inline-block;
  width: 100%;
  margin: 0;
}
section.single_page.dom.archive div.category_images .one {
  width: 23.5%;
  float: left;
  margin: 0 20px 0 0;
}
section.single_page.dom.archive div.category_images .one:nth-child(4n + 4) {
  margin-right: 0;
}
section.single_page.dom.archive div.category_images .one .content p.name {
  font-size: 38px;
  line-height: 38pt;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
section.single_page.dom.archive div.category_images .one .content {
  padding: 0 30px;
}
section.single_page.dom.archive div.category_images .one a.more {
  left: 30px;
}

/*
	for PC
*/
@media (min-width: 900px) {
  /*top.dinamic*/
  section.top.dinamic {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #006847;
    z-index: 2;
    padding: 5px 0 10px;
    box-shadow: 1px 5px 16px 5px rgb(54 54 54 / 15%);
  }
  header.singlepage section.top.dinamic {
    background: #fff;
    padding: 5px 0 10px;
  }
  body.customize-support section.top.dinamic {
    top: 30px;
  }
  section.top.dinamic img.logo {
    float: left;
    margin: 8px 5% 0 0;
    max-width: 10%;
  }
  section.top.dinamic img.logo {
    float: left;
    margin: 8px 5% 0 0;
    max-width: 10%;
  }
  body.newyear section.top.dinamic img.logo {
    margin: 13px 5% 0 0;
  }
  section.top.dinamic a.email {
    margin: 20px 0 0 4%;
  }
  section.top.dinamic span.tel {
    margin: 16px 2.5% 0;
  }
  section.top.dinamic a.favorite {
    top: 12px;
  }
  section.top.dinamic input.order {
    margin: 7px 0 0;
  }
}

@media (max-width: 1750px) {
  section.top img.logo {
    margin-right: 3%;
  }
  section.top span.tel {
    margin-left: 3%;
    margin-right: 2%;
  }
  section.top nav > ul > li {
    margin: 0 11px;
  }
}

@media (max-width: 1600px) {
  section.top span.tel {
    margin-left: 3%;
    margin-right: 3%;
  }
  section.top img.logo {
    margin-right: 3%;
  }
  div.product_list.full .one {
    width: 31.5%;
  }
  header a.email {
    display: none;
  }
  section.top span.tel a.email {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    float: none;
  }
  section.top span.tel {
    margin-left: 8%;
  }
}

@media (max-width: 1550px) {
  section.top nav > ul {
    font-size: 14px;
  }
  section.top nav > ul > li {
    margin: 0 6px;
  }
  .center {
    width: 94%;
  }
  section.top nav > ul {
    margin-left: 20px;
  }
  section.top.dinamic img.logo {
    float: left;
    margin: 15px 5% 0 0;
    max-width: 10%;
  }
}

@media (max-width: 1500px) {
  section.top img.logo {
    margin: 0 4% 0 0;
  }
  section.top nav > ul > li {
    margin: 0 9px;
  }
  div.nav_links > ul {
    font-size: 16px;
  }
  div.nav_links > ul li {
    margin: 0 30px 0 0;
  }
  div.nav_links > ul.nav li.button {
    float: right;
    margin: 0 0 0 30px;
  }
  div.nav_links > ul.nav li a.whatsapp {
    font-size: 14px;
  }
  div.pre_product > * {
    padding: 0 2.6%;
  }
  nav.panel_top {
    padding: 6% 10%;
  }
}

@media (max-width: 1450px) {
  section.top nav > ul {
    display: none;
  }
  section.top img.logo {
    margin: 0 5% 0 0;
  }
  section.top nav > ul > li {
    margin: 0 8px;
  }
  section.top span.tel {
    margin-left: 12%;
    margin-right: 5%;
  }
  div.filter .main {
    width: 78%;
  }
  div.filter .main ul.fil {
    width: 81%;
  }
  .product_list .one div.img {
    height: 220px;
  }
  nav.panel_top {
    padding: 6% 5%;
  }
  nav.panel_top .left.navi {
    width: 40%;
  }
  nav.panel_top .right.cat {
    width: 60%;
  }

  header a.email {
    display: none;
  }
  body.newyear section.warning:before {
    left: -1%;
    top: -15px;
  }
  body.newyear section.warning:after {
    right: 3%;
  }
}

@media (max-width: 1300px) {
  .product_list .one div.img {
    height: 210px;
  }
  div.product_list.full .one {
    width: 31.3%;
  }
  section.top img.logo {
    margin: 0 3% 0 0;
  }
  section.top span.tel {
    margin-left: 7%;
    margin-right: 7%;
  }
  section.top nav > ul {
    display: none;
  }
  section.top nav {
    margin: 0 2%;
  }
  section.title div.one {
    max-width: 75%;
  }
  section.trigger .one {
    padding: 0;
    margin: 0%;
  }
  section.trigger {
    font-size: 14px;
  }
  div.step_list .one {
    padding: 0;
  }
  div.step_list .one img {
    margin: -7px 15px 0 0;
  }
  div.stars div.icons a {
    margin-left: 1%;
  }
  div.stars div.icons:before {
    left: -11%;
  }
  div.filter .main > span {
    display: none;
  }
  body.newyear section.warning:before {
    left: -5%;
    top: -10px;
  }
  body.newyear section.warning:after {
    right: 2%;
  }
}

@media (max-width: 1200px) {
  section.top img.logo {
    margin: 0 1% 0 0;
  }
  section.top span.tel {
    margin-left: 4%;
    margin-right: 5%;
  }
  .product_list .one div.img {
    height: 200px;
  }
}

@media (max-width: 900px) {
  section.top span.tel a.email {
    display: none;
  }
  main {
    overflow-x: hidden;
  }
  .center {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
  h1 {
    font-size: 24px;
    line-height: 22pt;
    font-weight: normal;
    position: relative;
  }
  p.h2,
  h2 {
    font-size: 21px;
    line-height: 19pt;
    font-weight: normal;
    position: relative;
    max-width: 100%;
  }
  p.h3,
  h3 {
    font-size: 21px;
    line-height: 19pt;
  }
  h4,
  h5,
  h6 {
    font-size: 16px;
    line-height: 16pt;
  }

  .post_one h2 {
    font-size: 24px;
    line-height: 22pt;
    font-weight: normal;
    position: relative;
  }

  /*warning*/
  section.warning {
    padding: 10px 0 10px;
    font-size: 15px;
    line-height: 16pt;
  }
  section.warning a {
    margin-left: 7px;
    text-decoration: underline;
    color: #121212;
  }
  header.warning span.bmenu {
    top: 20px;
  }
  header.warning span.bmenu.dinamic {
    top: 15px;
  }
  header.singlepage.warning span.bmenu {
    top: 85px;
  }
  header.singlepage.warning span.bmenu {
    top: 20px;
  }
  header.warning section.pagination {
    top: 35%;
  }
  section.top nav span.search {
    display: none;
  }

  p.more {
    font-size: 21px;
    margin-top: -12px;
  }
  html.main {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    display: none !important;
    height: 0px !important;
    max-height: 0px !important;
  }
  body {
    display: none;
    min-width: 320px;
    overflow-x: hidden;
  }
  section.top nav span.burger_menu {
    display: none;
  }
  span.bmenu {
    display: block;
    content: url(images/burger_menu.webp);
    position: fixed;
    right: 7px;
    top: 25px;
    z-index: 3;
    background: rgba(29, 99, 187, 0);
    border-radius: 0;
    padding: 10px 8px;
    border-radius: 1px;
    margin: 0;
  }
  header.singlepage span.bmenu {
    content: url(images/burger_menu_black.webp);
    top: 17px;
  }
  span.bmenu.dinamic {
    top: 15px;
    background: #006847;
  }
  span.bmenu.close {
    padding: 5px;
    right: 20px;
    top: 20px;
    transition: 0.5s;
    background: transparent;
    content: url(images/close_white.webp);
    border-radius: 0;
    z-index: 5;
  }

  /*singlepage header*/
  header.singlepage {
    border-top: 2px solid #9ed8d6;
  }
  header.singlepage section.top a.favorite:after {
    content: url("images/heart_white.webp");
    position: relative;
    left: -18px;
    top: 7.5px;
  }
  body.customize-support nav.panel_top span.close {
    top: 15px;
    right: 15px;
  }
  header.singlepage span.bmenu.dinamic {
    content: url(images/burger_menu.webp);
    top: 23px;
    right: 16px;
  }

  /*top*/
  header:before {
    opacity: 0.2;
  }
  header:after {
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
  }
  header.singlepage section.top,
  section.top {
    background: none;
    padding: 8% 0;
  }
  section.top img.logo {
    margin: 0 1% 0 0;
    max-width: 42%;
    margin: 3px 0 0;
  }
  body.newyear section.top img.logo {
    margin: -1px 0 0 0;
  }
  section.top a.adress {
    display: inline-block;
    content: url("images/loc_icon.webp");
    background: rgb(0 124 152 / 56%);
    border-radius: 100%;
    padding: 3px;
    float: left;
    margin-right: 10px;
    display: block;
  }
  header a.mess {
    display: none;
  }
  section.top input.order {
    display: none;
  }
  section.top span.tel a:first-child {
    content: url("images/tel_icon.webp");
    background: rgb(0 124 152 / 56%);
    border-radius: 100%;
    padding: 3px;

    display: block;
  }
  section.top span.tel:before {
    content: none;
  }
  section.top a.favorite:after {
    content: url("images/heart_white.webp");
    position: relative;
    right: 18px;
    top: 7.5px;
  }
  section.top a.favorite:before {
    display: inline-block;
    content: "";
    width: 36px;
    height: 36px;
    background: rgb(0 124 152 / 56%);
    border-radius: 100%;
    padding: 3px;
    position: absolute;
    left: -25px;
    bottom: -12px;
    box-sizing: border-box;
  }
  section.top span.tel {
    float: left;
    margin: 0 5%;
    font-size: 18px;
    margin: 0 3%;
    position: relative;
  }
  section.top a.favorite {
    position: relative;
    top: 0;
    margin-left: 9.5%;
    top: -15px;
    display: none;
  }
  section.top a.favorite span {
    width: 22px;
    height: 22px;
    font-size: 11px;
    padding: 1px 2px 0 0;
    right: 0;
    top: -10px;
  }
  section.pagination ul li span.name {
    display: none;
  }

  /*trigger*/
  section.trigger {
    padding: 22px 0 15px;
  }
  section.trigger .one img {
    margin: -12px 10px 0 0;
  }
  section.trigger .one:after {
    content: none;
  }
  .trigger_list.regular .slick-list {
    overflow: visible;
  }

  /*header*/
  header {
    max-height: 620px;
  }

  /*title*/
  section.title div.one {
    max-width: 100%;
  }
  section.title div.one p.title {
    font-size: 29px;
    line-height: 30pt;
    margin: 0 0 8% 0;
  }
  section.title div.one div.desc {
    font-size: 16px;
    line-height: 18pt;
    margin: 2% 0;
  }
  section.title div.one ul.more {
    font-size: 15px;
    padding: 0;
  }
  section.title div.one ul.more li {
    float: left;
    margin: 0 26px 12px 0;
  }

  /*project_form*/
  section.project_form {
    padding: 12% 0;
  }
  section.project_form p.title {
    font-size: 29px;
    line-height: 30pt;
  }
  section.project_form .center > div.desc {
    font-size: 16px;
    line-height: 18pt;
    margin: 5% 0;
    max-width: 100%;
  }
  section.project_form .center > * {
    max-width: 100%;
  }
  section.project_form:before {
    opacity: 0.65;
  }
  section.project_form:after {
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 25%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 25%) inset;
  }

  /*products*/
  .product_list .one {
    margin: 0 10px 0 0;
    padding-bottom: 15px;
  }
  .product_list .one div.img.regular div.one_image {
    height: 180px;
  }
  .product_list .one div.img {
    height: 180px;
  }
  .product_list .one div.img img {
    height: 180px;
  }
  .product_list .one p.name {
    font-size: 21px;
    line-height: 16pt;
    padding: 0 18px;
    margin: 25px 0 12px;
    height: auto;
  }
  .product_list .one div.desc {
    padding: 0 18px;
    box-sizing: border-box;
    height: 51px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 12pt;
  }
  .product_list .one a.more {
    margin-left: 18px;
    font-size: 13px;
  }
  span.more_button,
  a.more_button {
    padding: 15px 0;
    width: 100%;
    font-size: 15px;
    margin: 20px 0 12px;
  }

  /*step_list*/
  section.step {
    padding: 25px 0 34px;
  }
  .step_list.regular .slick-list {
    overflow: visible;
  }
  section.step p.h2 {
    margin: 0 0 28px 0;
    width: 100%;
    max-width: 100%;
  }
  div.step_list .one {
    text-align: center;
    margin: 0;
  }
  div.step_list .one:first-child {
    margin-right: inherit;
  }
  div.step_list .one:last-child {
    margin-right: inherit;
  }
  div.step_list .one img {
    margin: 0 auto;
    display: block;
    float: none;
  }
  div.step_list .one span.number {
    left: inherit;
    top: 0;
  }
  div.step_list .one span.text {
    font-size: 13px;
    line-height: 13pt;
    max-width: 90%;
    box-sizing: border-box;
    display: block;
  }

  /*materials_list*/
  section.materials {
    padding: 1px 0 40px;
  }
  .materials_list.regular .slick-list {
    overflow: visible;
  }
  .materials_list .one p.name {
    top: 80px;
  }
  .materials_list .one p.name span {
    font-size: 13px;
    margin: 0;
    bottom: -15px;
  }
  .materials_list .one {
    margin: 0 7px 0 0;
    height: 170px;
  }

  /*portfolio_list*/
  .portfolio_list .one {
    height: 280px;
  }
  .portfolio_list .one .content {
    position: absolute;
    padding: 0 25px;
    box-sizing: border-box;
    top: 60px;
    z-index: 1;
    height: auto;
    overflow: hidden;
  }
  .portfolio_list .one .content p.name {
    font-size: 16px;
    line-height: 19pt;
    margin: 0 0 10px 0;
  }
  .portfolio_list .one .content div.desc {
    display: none;
  }
  .portfolio_list .one a.more {
    bottom: 40px;
    left: 25px;
    font-size: 14px;
  }
  section.about {
    padding: 35px 0 15px;
  }

  /*about*/
  article.post_one.left {
    float: none;
    width: 100%;
  }
  .post_one {
    font-size: 15px;
    line-height: 17pt;
  }
  .post_one ul {
    padding-left: 20px;
  }
  .post_one li {
    margin-bottom: 1px;
    padding-left: 0;
  }
  ol.triggers.right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 12pt;
  }
  ol.triggers.right li img {
    float: none;
    margin: 0 auto 7px;
    display: block;
  }
  ol.triggers.right li {
    padding: 17px 20px;
    min-height: 150px;
    text-align: center;
  }
  ol.triggers.right li:nth-child(even) {
    padding-right: 0;
  }
  ol.triggers.right li:nth-child(odd) {
    padding-left: 0;
  }
  section.video iframe {
    height: 230px;
  }

  /*mathematics_list*/
  .mathematics_list {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
  }
  .mathematics_list .one {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 15px 0;
  }
  .mathematics_list .one:last-child {
    display: none;
  }
  .mathematics_list .one:nth-child(even) {
    padding-right: 0;
  }
  .mathematics_list .one:nth-child(odd) {
    padding-left: 0;
  }
  .mathematics_list .one span {
    font-size: 35px;
  }

  /*reviews*/
  section.review {
    padding-bottom: 10px;
  }
  .review_list .one {
    margin: 0 3px;
    width: 350px;
  }
  section.review div.stars {
    margin: 1px 0 16px;
    font-size: 15px;
  }
  div.stars span.stars5 {
    margin: 0 10px -5px;
    width: 100px;
  }
  div.stars div.icons:before {
    content: none;
  }
  div.stars div.icons {
    float: none;
    display: inline-table;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    position: relative;
    text-align: left;
  }
  div.stars div.icons a {
    margin-left: 0;
    margin-right: 1%;
    max-height: 37px;
    margin: 0 5px 5px 0;
  }

  /*questions*/
  section.questions {
    padding: 10px 0 20px;
  }
  article.questions_list .one h3 {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    line-height: 17pt;
    padding-right: 17%;
    box-sizing: border-box;
  }
  article.questions_list .one h3:after {
    content: url("images/more_black.webp");
    color: #323232;
    background: #e5e5e5;
    float: right;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 23px;
    top: -2px;
    right: 0;
    position: absolute;
    padding: 6px 0 0;
    opacity: 0.4;
  }
  article.questions_list .one .answer {
    display: none;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding-left: 0;
    border-left: none;
    width: 100%;
  }

  /*bottom_contact*/
  section.bottom_contact {
    padding: 1px 0 25px;
  }
  section.bottom_contact .center address {
    top: 0;
    padding: 15px 28px 28px;
    max-width: 100%;
    position: relative;
  }
  address input.order {
    margin-top: 2px;
  }

  p.new_add {
    right: 3%;
    top: inherit;
    bottom: 4%;
    font-size: 13px;
    padding: 8px 16px;
    background: #ffffff;
  }
  p.new_add a {
    color: #323232;
    text-decoration: none;
  }

  /*bottom_menu*/
  section.bottom_menu {
    padding: 25px 0 15px;
  }
  section.bottom_menu .menu {
    display: none;
  }
  section.bottom_menu .logo {
    float: none;
    display: grid;
    text-align: center;
  }
  section.bottom_menu .logo img {
    max-width: 60%;
  }
  section.bottom_menu .logo span.social_networks {
    margin-top: 12px;
  }
  span.social_networks a {
    margin: 0 11px;
  }

  /*footer*/
  section.footer > .center {
    padding: 19px 0;
    text-align: center;
    font-size: 13px;
  }
  section.footer span.copyright {
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 2px;
  }
  section.footer a.politic {
    float: none;
  }
  section.footer span.autor {
    display: none;
  }

  /*panel_top*/
  nav.panel_top .left.navi {
    float: none;
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
    padding-right: 0;
    box-sizing: border-box;
  }
  nav.panel_top .right.cat {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  nav.panel_top .right.cat .one.one1,
  nav.panel_top .right.cat .one.one2 {
    column-count: 1;
    column-gap: 0;
    column-fill: auto;
    width: 100%;
  }
  nav.panel_top {
    padding: 6% 8% 4%;
    overflow: auto;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
  }
  nav.panel_top p.name,
  nav.panel_top .right.cat p.name {
    font-size: 23px;
  }
  nav.panel_top ul {
    margin: 5px 0 20px;
  }
  nav.panel_top .right.cat .one {
    float: none;
  }
  nav.panel_top .right.cat .one.one3 {
    width: 100%;
  }

  /*single_top*/
  section.single_page {
    padding: 1px 0 10px;
  }
  header.singlepage section.top {
    background: none;
    padding: 4% 0;
  }
  article.post_one.short {
    max-width: 100%;
  }
  section.image_plus_trigger {
    padding: 25px 0 10px;
  }
  section.image_plus_trigger:before {
    height: 5%;
  }
  div.ts_list .one {
    width: 100%;
    float: none;
    position: relative;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  div.ts_list .one img {
    position: relative;
    left: 0;
    display: block;
  }
  div.middle_gallery .one {
    float: left;
    margin: 0 10px 0 0;
    height: 180px;
    overflow: hidden;
  }
  div.ts_list .one p.name {
    font-size: 19px;
  }
  section.text_block {
    padding: 0;
  }
  section.text_block article.post_one.short div.gallery {
    width: 100%;
    margin-left: -40px;
    text-align: left;
  }
  div.gallery img {
    border: none !important;
    max-height: inherit;
    max-width: 100% !important;
    width: 100% !important;
  }
  div.gallery .gallery-item {
    float: none;
    margin-top: 5px;
    text-align: center;
    width: 100% !important;
    margin: 0% !important;
  }

  /*breadcrumbs*/
  section.breadcrumbs {
    padding: 6px 0;
  }
  section.breadcrumbs a {
    margin: 0 10px;
  }
  section.breadcrumbs a:after {
    width: 4px;
    height: 4px;
    top: 6px;
    right: -11px;
  }
  section.breadcrumbs span {
    margin-left: 10px;
  }

  /*product_list*/
  div.product_list.full {
    margin: 0%;
    width: 100%;
  }
  div.product_list.full .one {
    width: 48%;
    margin: 0 0 10px 0;
  }
  div.product_list.full .one {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
  }
  div.product_list.full .one div.desc {
    display: none;
  }
  div.product_list.full .one a.more {
    display: none;
  }
  div.product_list .one div.desc {
    display: none;
  }
  div.product_list .one a.more {
    display: none;
  }
  .product_list .one span.heart:hover,
  .product_list .one span.heart {
    left: 15px;
    top: 15px;
    opacity: 1;
  }
  span.more_button.products {
    margin-top: 15px;
  }
  section.bottom_text {
    padding: 1px 0 20px;
  }

  /*product*/
  div.slider_photos {
    margin: 15px 0 0;
    text-align: center;
    overflow: hidden;
  }
  div.pre_product {
    display: inline-block;
    width: 100%;
    font-size: 13px;
  }
  .slider_photos .full img {
    max-height: 225px;
  }
  div.pre_product > * {
    border: none;
    padding: 0%;
  }
  div.pre_product > *.link {
    padding-left: 3%;
  }
  div.pre_product > a.installments.link {
    display: none;
  }
  div.pre_product a.order.installments.link {
    display: none;
  }
  div.pre_product .rating {
    display: none;
  }
  div.pre_product span.order.measurement.link,
  div.pre_product span.order.installments.link,
  div.pre_product span.order.request.link {
    display: none;
  }
  div.pre_product span.favorite.link {
    padding-right: 0;
    border: none;
    float: right;
  }
  div.pre_product span.favorite:before {
    position: absolute;
    left: -20%;
    top: 0px;
  }
  .slider_photos .thumbnail {
    width: 100%;
    margin: 5px 0;
    height: 50px;
  }

  /*ul.nav*/
  ul.nav {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    display: block;
  }
  div.nav_links > ul.nav.product li {
    display: inline-block;
    margin: 5px 15px 5px 0;
    cursor: pointer;
  }
  div.nav_links > ul.nav.services {
    float: none;
  }
  ul.nav li.button {
    text-decoration: none;
    width: 48%;
    margin: 0;
    float: right;
    text-align: right;
  }
  ul.nav li.button span.order {
    padding: 17px 23px;
  }
  ul.nav li.mess {
    text-decoration: none;
    width: 48%;
    margin: 0;
    float: left;
    font-size: 13px;
    text-align: center;
    text-align: right;
    position: relative;
    top: -12px;
  }
  ul.nav li.mess span.a:before {
    content: url("images/whatsapp_green.webp");
    position: absolute;
    left: -40px;
    top: -8px;
    width: 20px;
  }
  div.nav_links > ul.nav li.button {
    float: right;
    margin: 0;
  }
  div.nav_links > ul.nav li a.whatsapp {
    font-size: 14px;
    width: 100px;
    display: inline-block;
    text-align: left;
    border: none;
  }
  ul.nav li a.whatsapp:before {
    top: 0;
  }

  /*about_project*/
  section.about_project article.post_one.left p.h2 {
    font-size: 32px;
    margin: 5px 0 15px 0;
    font-size: 24px;
    line-height: 22pt;
  }
  section.about_project article.post_one.left {
    float: none;
    width: 100%;
  }
  .post_one strong {
    font-weight: normal !important;
  }
  section.about_project .right {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    border-left: none;
    padding: 0;
  }
  section.about_project .right .block {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin: 15px 0 0;
  }
  section.about_project .right .status {
    padding: 11px 25px;
    font-size: 14px;
    font-style: italic;
    line-height: 16pt;
    margin: 15px 0 0;
    display: inline-block;
    width: 100%;
  }
  section.products.more .center {
    border-top: none;
    margin-top: 0;
    position: relative;
  }

  /*filter products*/
  div.filter .main {
    float: none;
    width: 100%;
    background: #f3f3f3;
    padding: 12px 0 5px 20px;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
  }
  div.filter .new_project {
    display: none;
  }
  div.filter .main > span {
    display: none;
  }
  div.filter .main ul.fil {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    white-space: nowrap;
    transform: translate(0, 0);
    overflow: auto;
    display: inline-flex;
    overflow: auto;
  }
  div.filter .main ul.fil li {
    margin: 0 12px 0 0;
    cursor: pointer;
    padding: 0;
    border-radius: 3px;
    position: relative;
    color: #078aa5;
    top: 0;
    display: inline-block;
  }
  div.filter .main .all_filters {
    float: none;
    text-align: left;
    position: relative;
    padding: 8px 0 6px;
    display: block;
    clear: both;
    font-size: 13px;
    color: #2e2e2e;
    border-top: 1px solid rgb(221 221 221 / 57%);
    margin: 13px 0 0;
  }
  div.filter .main ul.fil:after {
    content: none;
  }
  div.filter .main .all_filters > span {
    color: #606060;
    cursor: pointer;
  }
  div.more {
    width: 100%;
    top: 31px;
    left: -22px;
    z-index: 3;
    padding: 20px 25px 17px;
    z-index: 4;
  }

  /*photos_list*/
  div.photos_list .one {
    position: relative;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    height: 250px;
  }
  div.photos_list .one:before {
    content: "";
    background: #171918;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    transition: 1s;
  }
  div.photos_list .one img.preview {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    max-height: 300px;
  }
  div.photos_list .one .content {
    background: transparent;
    position: absolute;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 20px;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    width: 86%;
    min-height: auto;
    margin: 0 auto;
    display: block;
  }
  div.photos_list .one .content p.name {
    font-size: 24px;
    line-height: 22pt;
    font-weight: normal;
    position: relative;
    margin: 10px 0 15px;
  }
  div.photos_list .one .content p.name a {
    color: #fff;
    border-bottom: 2px solid rgb(249 249 249 / 47%);
  }
  div.photos_list .one .content p.name a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
  }
  div.photos_list .one .content .desc {
    display: none;
  }
  div.photos_list .one .content a.more {
    bottom: 0;
    position: relative;
    display: none;
  }

  /*one photo project*/
  div.preview_info .left {
    float: none;
    width: 100%;
    border-right: none;
    padding: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  div.preview_info .right {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 5px;
    font-size: 15px;
    line-height: 17pt;
    font-style: italic;
    background: #f3f3f3;
    padding: 17px 26px;
    border-radius: 2px;
    box-sizing: border-box;
  }
  div.preview_image {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
  }
  .preview_image article.post_one {
    background: #fff;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0 15px;
    box-sizing: border-box;
    box-shadow: none;
    border-bottom: 1px solid rgb(221 221 221 / 0%);
    margin-bottom: 0;
  }
  div.preview_image article.post_one p.h2 {
    font-size: 24px;
    line-height: 22pt;
    font-weight: normal;
    position: relative;
  }
  div.preview_image .image_block {
    background: #f3f3f3;
    background-size: contain;
    background-position: center center;
    height: 280px;
    background-repeat: no-repeat;
  }
  div.autor {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
    background-size: cover;
    margin: -5px 20px 0 0;
  }
  div.gallery_photos {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  div.gallery_photos div {
    float: none;
    width: 100%;
    margin: 3px 0;
    height: auto;
    background: #f3f3f3;
    overflow: hidden;
  }
  section.other_projects.more > .center {
    margin-top: 0;
    padding-top: 10px;
    border-top: none;
  }

  /*review*/
  div.vreview_list .one iframe {
    width: 100%;
    height: 240px;
    border: none;
    background: #f1f1f1;
    display: block;
  }
  div.vreview_list .one div.name img {
    margin: -7px 17px 10px 0;
  }
  div.vreview_list .one div.name {
    padding: 25px 20px 22px;
  }
  div.review_list .one div.name {
    font-size: 13px;
    border-top: 1px solid #efefef;
    padding: 19px 0 3px;
    margin: 20px 0 0;
  }
  div.vreview_list .one span.star5 {
    width: 80px;
    margin: 5px 0 0 0;
    display: block;
  }
  section.mess_block .mess_list.regular ul.slick-dots {
    bottom: -50px;
  }
  .review_list .one .content {
    height: 200px;
    overflow: hidden;
  }

  /*contact*/
  section.contact_block address {
    float: none;
    width: 100%;
  }
  section.contact_block .map {
    float: none;
    width: 100%;
    height: 420px;
    margin-top: 40px;
  }
  section.info_contact .info.left {
    float: none;
    width: 100%;
  }
  section.info_contact .bank.right {
    float: none;
    width: 100%;
  }

  /*basket*/
  div.product_list.single .one {
    width: 100%;
    margin: 0 0 10px 0;
  }
  p.delete_cookie {
    text-align: center;
    margin: 20px 0;
    display: inherit;
    text-align: center;
    padding: 20px 0;
  }
  p.delete_cookie span {
    padding: 12px 55px 12px 25px;
  }
  p.delete_cookie span:after {
    margin-left: 15px;
    opacity: 0.1;
    top: 10px;
  }
  p.no_found span {
    border: 2px solid #efefef;
    border-radius: 25px;
    padding: 15px 20px;
    font-size: 13px;
  }
  p.no_found img {
    opacity: 0.5;
    margin: 0 0 -9px 10px;
  }

  /*page*/
  article.post_one.left_single {
    float: none;
    width: 100%;
  }
  aside.right {
    float: none;
    font-size: 16px;
    background: #fff;
    width: 100%;
    padding: 15px 25px;
    margin: 25px 0;
  }
  aside.right ul {
    font-size: 15px;
  }
  section.callback_block .content {
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    padding: 14% 60px 0;
  }
  section.callback_block .content span.close {
    right: 15px;
    top: 15px;
  }
  .slider_photos .thumbnail .slick-slide {
    width: 80px;
    height: 50px;
    cursor: pointer;
    border: 2px solid transparent;
  }
  .post_one blockquote {
    padding: 1px 20px;
  }
  div.category_images {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  section.archive div.category_images .one {
    width: 100%;
    margin: 0 0 10px 0;
    height: 260px;
  }
  div.category_images .one .content {
    position: absolute;
    padding: 0 25px;
    top: 180px;
    width: 100%;
    font-size: 15px;
    line-height: 15pt;
    height: auto;
  }
  div.category_images .one a.more {
    position: absolute;
    left: 25px;
    display: none;
  }
  div.category_images .one .content p.name {
    font-size: 28px;
    line-height: 25pt;
    margin: 0 0 13px 0;
  }
  section.pagination ul li {
    margin: 400% 0;
  }
  section.pagination ul {
    font-size: 14px;
  }
  nav.panel_top .left.navi {
    float: none;
    width: 100%;
    padding-bottom: 1px;
    font-size: 23px;
    line-height: 34px;
  }
  nav.panel_top .left.navi ul li {
    margin: 37px 0;
  }
  nav.panel_top .right.cat {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    font-size: 23px;
    line-height: 34px;
  }
  article.post_one.bio .avatar {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  input.order.comment.short {
    margin: 20px auto 20px;
    padding: 22px 0 20px;
    display: block;
    width: 100%;
  }
  section.top nav {
    float: left;
    padding: 12px 0 0 13px;
  }
  section.search_block {
    padding: 6% 0;
  }
  nav.panel_top ul li {
    line-height: 24pt;
  }
  address a.tel {
    font-weight: bold;
  }
  section.bottom_menu a.tel {
    font-weight: bold;
  }
  .review_list.regular ul.slick-dots {
    bottom: -50px;
  }
  .review_list.regular ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .slider_photos .full {
    min-height: auto;
  }
  section.info_contact .center {
    padding-bottom: 30px;
  }
  body.newyear section.warning:after {
    content: none;
  }
  body.newyear section.warning:before {
    opacity: 1;
    left: 0;
    top: 0;
  }
  body.newyear section.warning .center {
    background: rgb(233 209 42 / 73%);
  }
  section.new_year {
    max-width: 100%;
    margin: 4% auto 2%;
    border-radius: 2px;
  }
  .post_one h3 {
    font-size: 21px;
    line-height: 24pt;
  }
  .slider_photos .one img {
    height: 400px;
    width: auto;
  }
  section.preview_image {
    display: inline-block;
    margin: 7px 0 0;
    width: 100%;
    overflow: hidden;
  }
  section.preview_image .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  section.point_map div.map_points {
    height: 300px;
  }
  section.point_map {
    margin: 1px 0 15px;
    display: table;
    width: 100%;
  }
  div.photos_list .one .content .point_map {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
  }

  /* table */
  article.post_one table {
    margin: 1px 0 20px;
  }
  article.post_one table {
    margin: 1px 0 30px;
    background: #f9f9f9;
    border: 20px solid #f9f9f9;
    border-top: 10px solid #f9f9f9;
    border-bottom: 10px solid #f9f9f9;
    box-sizing: border-box;
  }
  article.post_one ol {
    padding-left: 15px;
  }
  article.post_one li {
    margin: 7px 0;
  }
  article.post_one.long iframe {
    height: 210px;
    width: 100%;
  }
  .gphotos .one {
    width: 49% !important;
    height: 200px;
    padding: 1px;
    border-radius: 0;
  }
  .gphotos .one {
    width: 48% !important;
    height: 140px;
    padding: 1px;
    border-radius: 0;
  }
  .gphotos .one span {
    background: #2f2e31;
    color: #ffff;
    font-family: "OpinionPro", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100%;
    padding: 8px;
    position: absolute;
    z-index: 1;
    top: -2px;
    right: 5px;
    width: 20px;
    text-align: center;
    display: none;
  }
  .gphotos .one:last-child {
    display: none;
  }
  .gphotos {
    max-width: 1000px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
    padding: 10px 2px 4px 12px;
  }

  section.plan_room {
    background: #f1f1f1 url(images/plan_room.webp) bottom -20px left -50px
      no-repeat;
    background-size: 140%;
  }
  section.plan_room:before {
    content: none;
  }
  section.plan_room .center {
    position: relative;
    padding-bottom: 200px;
  }
  section.plan_room .center:after {
    position: relative;
    content: url(images/plan_room_mobile.png);
    content: none;
    bottom: 0;
    right: 70px;
    left: inherit;
    margin-top: -260px;
  }
  section.plan_room {
    padding: 1px 0;
    position: relative;
  }
  section.preview ul {
    margin: 10px 0 30px 0;
    list-style-type: none;
    padding-left: 23px;
    line-height: 135%;
    font-size: 16px;
  }
  section.preview ul li {
    position: relative;
    padding-left: 6px;
    margin-left: 0;
    margin: 10px 0;
  }
  section.preview {
    background-size: cover;
    background-position: center center;
    padding: 150px 0 40px;
    color: #fff;
    position: relative;
  }
  section.single_page.dom.archive div.category_images .one {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }

  /* section.video.image_video */
  section.video.image_video {
    padding: 1px 0 20px;
    position: relative;
  }
  section.video.image_video > .center {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  section.video.image_video .content {
    border-radius: 0;
    overflow: hidden;
    background: #323232;
  }
  section.video.image_video .mathematics_list {
    display: inline-block;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin: 20px auto 0;
    display: block;
  }
  section.video.image_video:before {
    height: 90%;
  }
}

@media (max-width: 380px) {
  ol.triggers.right li {
    min-height: 100px;
  }
  ol.triggers.right li img {
    margin: -8px auto 5px;
  }
  address p.tel {
    font-size: 16px;
  }
}
