.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #d60361;
  text-decoration: underline;
}

.colorpoint {
     background-color: #bbbbbb; /* Серый цвет выделения */
   }

.brand-title {
  padding-top: 18px;
  padding-left: 120px;
  color: #2d9c4d;
  font-size: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  white-space: normal;
}

.menu-container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.nav-link {
  color: #2d9c4d;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #d60361;
}

.nav-link.w--current {
  color: #2d9c4d;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 30px;
  background-color: transparent;
}

.menu-contacts {
  width: 180px;
  padding-top: 3px;
  padding-bottom: 5px;
  float: right;
  text-align: center;
}

.menu-phone {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-decoration: none;
}

.menu-callback {
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
}

.dropdown-link {
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #2d9c4d;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slider-section {
  margin-top: 120px;
}

.container {
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 450px;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/auditoria12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/dopogsent2018.jpg');
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/house21.jpg');
  background-size: cover;
}

.slide._4 {
  background-image: url('../images/newyear2023.png');
  background-size: cover;
}

.slide._5 {
  background-image: url('../images/9may24.png');
  background-size: cover;
}

.slide-box {
  margin-top: 240px;
  text-align: center;
}

.slider-title {
  display: inline-block;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'Poiret One', sans-serif;
  color: #fff;
  font-size: 33px;
  text-align: center;
}

.slide-title-2 {
  display: inline-block;
  margin-top: 30px;
  padding: 15px;
  background-color: rgba(143, 160, 56, 0.55);
  font-family: 'Poiret One', sans-serif;
  color: #fff;
  font-size: 23px;
}

.slide-title-2._2 {
  background-color: rgba(167, 16, 133, 0.55);
}

.slide-title-2._3 {
  background-color: rgba(47, 186, 229, 0.55);
}

.section-about {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.divider1 {
  display: block;
  width: 35px;
  height: 10px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-bottom: 2px solid #bbdc80;
}

.about-list-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  background-image: url('../images/airplane_outlines_1airplane_outlines.png');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 36px;
}

.about-list-item._2 {
  background-image: url('../images/board_outlines_1board_outlines.png');
  background-size: 25px;
}

.about-list-item._3 {
  background-image: url('../images/messages_outlines_1messages_outlines.png');
  background-size: 25px;
}

.about-list-item._4 {
  background-image: url('../images/calendar_outlines_1calendar_outlines.png');
  background-size: 25px;
}

.resons-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.reasons-title {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}

.reasons-box {
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.reasons-img {
  height: 180px;
  background-image: url('../images/dopogsent2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.reasons-img._2 {
  background-image: url('../images/baab88e273fc01c92697ff6190acdfab.jpg');
}

.reasons-img._3 {
  background-image: url('../images/reklama3_0.jpg');
}

.reasons-img._4 {
  background-image: url('../images/kran.jpg');
}

.questions-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.center {
  text-align: center;
}

.accordion-box {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.accordion {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.accordion-content.w--open {
  position: relative;
  padding: 15px;
  background-color: #fff;
}

.accordeion-toggle {
  display: block;
}

.accordeion-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.accordeion-toggle.w--open {
  display: block;
}

.accordeion-toggle.w--open:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.accordion-icon {
  top: 0px;
  right: 0px;
}

.products-section {
  margin-top: -25px;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.04);
}

.products-tabs {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.products-tabs-menu {
  text-align: center;
}

.products-tab-pane {
  padding-top: 20px;
  padding-bottom: 20px;
}

.products-row.on-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.product-link {
  display: block;
  margin-right: 15px;
  margin-bottom: 35px;
  margin-left: 15px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #333;
  text-align: center;
  text-decoration: none;
}

.product-image {
  width: 100%;
  height: 180px;
  background-image: url('../images/lekcii20.jpeg');
  background-size: cover;
}

.product-image._2 {
  background-image: url('../images/_AU6ehLPjcY.jpg');
}

.product-image._3 {
  background-image: url('../images/em219.jpeg');
}

.product-title {
  margin-top: 10px;
}

.artikul {
  font-weight: 600;
}

.product-param {
  color: rgba(0, 0, 0, 0.8);
}

.footer {
  padding-top: 50px;
  background-color: #b7c2c8;
}

.footer-title {
  padding-left: 15px;
}

.footer-divider {
  width: 25px;
  height: 10px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.footer-list {
  padding-right: 10px;
  padding-left: 10px;
  list-style-type: none;
}

.footer-list-item {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-link {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  text-decoration: none;
}

.footer-icon {
  width: 18px;
  margin-right: 5px;
}

.copy-row {
  display: block;
  max-width: 1200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link {
  color: #000;
}

.made {
  float: right;
}

.lbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
}

.lbox.bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.lbox.window {
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: auto;
  display: block;
  height: 430px;
  max-width: 400px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lbox-submit {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 16px;
}

.lbox-title {
  margin-top: 10px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.lbox-close {
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
}

.footer-row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.copy {
  display: block;
  background-color: #dadada;
}

.copy-text {
  padding-left: 10px;
}

.content-section {
  margin-top: 160px;
  padding-bottom: 50px;
}

.post-title {
  font-family: 'Poiret One', sans-serif;
  font-size: 36px;
}

.divider2 {
  width: 20px;
  height: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d60361;
}

.widget {
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.widget-list {
  padding-left: 0px;
  list-style-type: none;
}

.widget-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2px;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 #000;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.post-container.on-news {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  text-align: left;
}

.posts {
  padding-top: 10px;
}

.post-excerpt {
  margin-top: 15px;
}

.post-link {
  display: block;
  margin-top: 15px;
  color: #d60361;
}

.phone {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  font-size: 15px;
}

.map {
  height: 400px;
}

.punkt-pane {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.punkt-text {
  margin-bottom: 10px;
}

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

.pages {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.current {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.page {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #333;
  text-decoration: none;
}

.page:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.previouspostslink {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #333;
  text-decoration: none;
}

.previouspostslink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.nextpostslink {
  margin-right: 5px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #333;
  text-decoration: none;
}

.nextpostslink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.breadcrumbs a {
  color: #333;
}

.home {
  color: #333;
}

.post-page {
  color: #333;
}

.gallery-link {
  width: 50%;
  float: left;
}

.gallery-image {
  height: 150px;
  background-image: url('../images/i31-1200x735-12905.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-tabs {
  padding-left: 35px;
}

.product-tab-link {
  width: 50%;
  float: left;
  text-align: center;
}

.product-tab-link.w--current {
  background-color: #fdbdda;
}

.product-tab-pane {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.02);
}

.tags {
  display: inline-block;
  margin-top: 35px;
  margin-right: 5px;
}

.tags.on-news {
  margin-top: 15px;
  margin-bottom: 35px;
}

.tags a {
  color: #76a324;
}

.product-parametr {
  margin-bottom: 15px;
}

.center-box {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -60%);
  -ms-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
  text-align: center;
}

.subtitle-404 {
  color: rgba(51, 51, 51, 0.5);
  font-size: 30px;
}

.link-404 {
  display: block;
  margin-top: 35px;
  color: #d60361;
  font-size: 17px;
}

.news-content {
  margin-top: 35px;
}

.comments-container {
  margin-top: 35px;
}

.comments-title {
  font-size: 18px;
  font-weight: 600;
}

.comment-body {
  margin-top: 20px;
}

.avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
}

.comment-date {
  color: #333;
}

.comment-text {
  margin-top: 30px;
  clear: both;
}

.comment-edit-link {
  display: inline-block;
  margin-top: 5px;
  padding: 9px 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
}

.comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 15px;
  border-radius: 4px;
  background-color: #d60361;
  color: #fff;
  text-decoration: none;
}

.children {
  margin-top: 20px;
  padding-left: 40px;
}

.comment-reply-title {
  font-size: 24px;
}

.author-label {
  display: inline-block;
}

.email-label {
  display: inline-block;
}

.required {
  display: inline-block;
  margin-left: 5px;
  color: #d60361;
}

.comment-button {
  border-radius: 4px;
  background-color: #d60361;
}

.widget-title {
  margin-top: 10px;
  text-align: center;
}

.section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.nothing-found {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.nothing {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #bbdc80;
  color: #d60361;
  font-size: 18px;
  text-align: center;
}

.cart-box {
  height: 35px;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #69941c;
  text-align: right;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: transparent;
}

.cart-link {
  color: #d60361;
}

.image {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 0;
  display: inline-block;
  overflow: visible;
  margin-top: -50px;
  opacity: 1;
}

.paragraph-3 {
  display: block;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  color: #333;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #4caf50;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.button:hover {
  background-color: #4caf50;
  box-shadow: 0 0 8px 0 #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.button.w--current {
  background-color: #2e80b6;
}

.image-3 {
  margin-top: 32px;
}

.nav-menu {
  color: #2d9c4d;
}

.bold-text {
  color: #2d9c4d;
  text-shadow: 1px -1px 1px #333;
}

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

.text-block-2 {
  margin-left: 105px;
  font-weight: 600;
}

.div-block {
  margin-left: 220px;
}

.tab-link-tab-2 {
  background-color: #c8c8c8;
}

.tab-link-tab-3 {
  background-color: #c8c8c8;
}

.list-item {
  color: #333;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-2 {
  margin-top: -122px;
}

.div-block-3 {
  margin-top: -99px;
}

.div-block-4 {
  margin-top: -140px;
}

.div-block-5 {
  margin-top: -74px;
}

.map-2 {
  overflow: hidden;
}

.column {
  margin-top: 57px;
}

.column-2 {
  margin-top: 40px;
}

.text-block-3 {
  margin-top: 5px;
}

.heading {
  text-align: center;
}

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

.grid {
  margin-top: 13px;
  grid-template-areas: "Area";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

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

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

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

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

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

.div-block-6 {
  margin-top: 40px;
}

.text-block-9 {
  margin-top: auto;
  font-weight: 700;
  text-align: center;
}

.image-4 {
  text-align: right;
}

.lightbox-link {
  position: static;
  display: block;
  text-align: center;
}

.text-block-10 {
  font-weight: 700;
  text-align: center;
}

.lightbox-link-2 {
  display: block;
  text-align: center;
}

.text-block-11 {
  font-weight: 700;
  text-align: center;
}

.image-5 {
  display: inline;
  text-align: center;
}

.lightbox-link-3 {
  display: block;
  text-align: center;
}

.div-block-7 {
  margin-top: 40px;
}

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

.bold-text-2 {
  position: static;
}

.content-info {
  padding: 10px;
}

.column-3 {
  display: none;
}

.column-4 {
  display: none;
}

.text-block-12 {
  cursor: context-menu;
}

.text-block-13 {
  margin-top: 5px;
  padding-left: 20px;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-perspective: 706px;
  perspective: 706px;
  -webkit-transform: perspective(784px);
  transform: perspective(784px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.image-6 {
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.icon {
  display: block;
}

.dropdown-toggle {
  text-align: left;
}

.dropdown-toggle.w--open {
  padding-right: 40px;
}

.dropdown-link-2 {
  white-space: normal;
}

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

.text-block-15 {
  padding-right: 20px;
  font-weight: 400;
}

.dropdown-link-3 {
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-link-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.dropdown-toggle-2 {
  overflow: auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
}

.dropdown-link-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

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

.text-block-17 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.paragraph-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-left: 6px;
  text-align: left;
}

.dropdown-toggle-3 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list.w--open {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-9 {
  -webkit-box-flex: 250;
  -webkit-flex: 250 120 0px;
  -ms-flex: 250 120 0px;
  flex: 250 120 0px;
}

.text-block-18 {
  margin-top: 31px;
}

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

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

.tabs-menu {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-10 {
  text-align: center;
}

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

.div-block-11 {
  padding-top: 15px;
}

.grid-sp2 {
  display: -ms-grid;
  display: grid;
  padding-top: 15px;
  padding-bottom: 10px;
  justify-items: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: minmax(auto, 5%) repeat(auto-fit, minmax(auto, 65%)) minmax(auto, 10%);
  -ms-grid-rows: minmax(auto, 0.25fr) auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: minmax(auto, 0.25fr) auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border: 1px none #000;
}

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

.div-block-14 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.paragraph-5 {
  margin-top: 10px;
  padding-top: 0px;
}

.text-block-19 {
  padding-bottom: 10px;
}

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

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

@media screen and (max-width: 991px) {
  .slider-title {
    font-size: 24px;
  }
  .about-list-item {
    display: inline-block;
    width: 50%;
  }
  .reasons-box {
    padding-right: 3%;
    padding-left: 3%;
  }
  .accordion-box {
    padding-right: 3%;
    padding-left: 3%;
  }
  .products-tab-pane {
    padding-bottom: 0px;
  }
  .products-row.on-catalog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-title {
    height: 60px;
    font-size: 20px;
  }
  .footer-title {
    height: 50px;
  }
  .gallery-image {
    height: 100px;
  }
  .product-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .image {
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-list-item {
    width: 100%;
  }
  .reasons-box {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    padding-right: 10%;
    padding-left: 10%;
  }
  .product-link {
    display: block;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
  }
  .product-image {
    height: 400px;
  }
  .footer-title {
    height: 25px;
  }
  .gallery-image {
    height: 200px;
  }
  .product-tabs {
    margin-top: 35px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  .menu-contacts {
    position: relative;
    top: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .slider-title {
    font-size: 28px;
  }
  .slide-title-2 {
    font-size: 21px;
  }
  .about-list-item {
    font-size: 17px;
    line-height: 1.2em;
  }
  .reasons-box {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .product-image {
    height: 200px;
  }
  .made {
    float: none;
    text-align: center;
  }
  .lbox.window {
    height: 380px;
    padding-top: 10px;
  }
  .lbox-submit {
    margin-top: 20px;
  }
  .lbox-title {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .copy-text {
    margin-bottom: 5px;
    padding-left: 0px;
    text-align: center;
  }
  .post-title {
    font-size: 30px;
  }
  .gallery-image {
    height: 100px;
  }
  .product-tab-link {
    width: 100%;
  }
  .subtitle-404 {
    font-size: 24px;
    line-height: 24px;
  }
  .product-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .title-404 {
    font-size: 32px;
  }
  .image {
    overflow: visible;
  }
  .paragraph-3 {
    display: none;
  }
  .text-block-2 {
    margin-left: -74px;
  }
}

#w-node-f9fe01fcb9fe-dd5752d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3755ddf219ad-dd5752d1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f9fe01fcb9fe-a94d8827 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3755ddf219ad-a94d8827 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Entypo';
  src: url('../fonts/entypo.eot') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
.tree {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px 0;
}

.tree ul {
  position: relative;
  padding: 20px 0;
  transition: all 0.5s;
}

.tree li {
  list-style-type: none;
  float: left;
  position: relative;
  padding: 20px 5px 0 5px;
  text-align: center;
  transition: all 0.5s;
}

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 50%;
  width: 50%;
  height: 20px;
  border-top: 2px solid #628bb1;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #628bb1;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 2px solid #628bb1;
  border-radius: 0 2px 0 0;
}

.tree li:first-child::after {
  border-radius: 2px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 0;
  height: 20px;
  border-left: 2px solid #628bb1;
}
.tree li a {
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
    background: linear-gradient(to top, #5197d8, #a8ccff);
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#ellab {
  left: 50%;
  margin-left: -500px;
  position: absolute;
  width: 1000px;
}