@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:wght@100..900&display=swap");
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.block_padding {
  padding: 0 30px;
}
@media (max-width: 960px) {
  .block_padding {
    padding: 0 20px;
  }
}
.site-header__top {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
body .menu-top__inner > li > a {
  font-size: 16px;
  color: #3a3a3c;
  padding: 15px;
}
body .menu-top__inner > li > a:hover {
  text-decoration: none;
}
body .site-header .logo__img {
  margin-right: 30px;
}
body .site-header .logo__name {
  margin-bottom: 5px;
}
body .site-header .logo__name a {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Montserrat";
  color: #20730d;
}
body .site-header .logo__desc {
  color: #3a3a3c;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}
body .site-header__bottom-left {
  width: auto;
  max-width: 380px;
}
.site-header__bottom-right {
  width: auto;
  justify-content: flex-end;
  gap: 20px;
}
.address {
  padding: 5px 0 5px 27px;
  position: relative;
  font-size: 15px;
  font-family: "Roboto", serif;
  font-weight: 400;
  line-height: 1.2;
}
.address:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%2850%2C%2065%2C%2074%29%22%20opacity%3D%220.302%22%20d%3D%22M10.153%2C5.135%20C11.922%2C5.744%2012.758%2C7.773%2011.792%2C9.443%20C11.177%2C10.505%209.885%2C11.107%208.650%2C10.905%20C6.709%2C10.588%205.615%2C8.680%206.240%2C6.957%20C6.549%2C6.106%207.236%2C5.436%208.109%2C5.135%20L8.109%2C0.984%20C8.109%2C0.435%208.572%2C-0.011%209.136%2C-0.012%20C11.280%2C-0.012%2013.342%2C0.769%2014.897%2C2.222%20C18.110%2C5.222%2018.110%2C10.106%2014.881%2C13.121%20L9.822%2C17.647%20C9.432%2C17.996%208.832%2C17.996%208.441%2C17.647%20L3.366%2C13.107%20C0.154%2C10.106%200.154%2C5.222%203.366%2C2.222%20C3.773%2C1.841%204.420%2C1.854%204.811%2C2.251%20C5.202%2C2.648%205.188%2C3.279%204.781%2C3.659%20C2.407%2C5.876%202.407%2C9.452%204.765%2C11.654%20L9.132%2C15.562%20L13.483%2C11.669%20C15.857%2C9.452%2015.857%2C5.876%2013.483%2C3.659%20C12.567%2C2.806%2011.405%2C2.246%2010.153%2C2.056%20L10.153%2C5.137%20L10.153%2C5.135%20ZM9.133%2C8.949%20C9.698%2C8.949%2010.155%2C8.503%2010.155%2C7.953%20C10.155%2C7.403%209.698%2C6.957%209.133%2C6.957%20C8.569%2C6.957%208.111%2C7.403%208.111%2C7.953%20C8.111%2C8.503%208.569%2C8.949%209.133%2C8.949%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.soc-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: none;
}
.socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.socials a img {
  border-radius: 50%;
}
.phones a {
  font-size: 23px;
  font-family: "Roboto", serif;
  text-decoration: none;
  font-weight: 700;
  color: #3a3a3c;
}
.worktime {
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  color: rgba(58, 58, 60, 0.7);
}
.site-header .site-phone__call a {
  font-weight: 400;
  font-size: 15px;
  color: #3a3a3c;
  line-height: 1;
  border: 2px solid #fff500;
  padding: 14px 20px;
  transition: 300ms ease all;
  display: inline-block;
}
.site-header .site-phone__call a:hover {
  background: #fff500;
}
.site-header__bottom {
  padding: 15px 0;
}
.site-catalog {
  display: block;
}
.catalogue__tabs {
  display: none;
}
.folders-panel {
  padding: 0;
}
.catalogue {
  height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.deliv__item a {
  padding: 15px 0 15px 30px;
}
.deliv {
  margin-left: 20px;
  margin-right: 20px;
  flex: 1 1 auto;
}
.search-block__btn {
  width: auto;
  height: 40px;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #222222;
  background: #fff500;
  padding: 0 20px;
  position: static;
  transform: unset;
}
.search-block:before {
  content: "";
  left: 4px;
  height: 40px;
  width: 40px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2019%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%20d%3D%22M14.290%2C11.927%20L18.558%2C16.084%20C18.943%2C16.473%2018.932%2C17.094%2018.533%2C17.469%20C18.143%2C17.836%2017.525%2C17.836%2017.136%2C17.469%20L11.835%2C12.306%20C11.612%2C12.089%2011.644%2C11.769%2011.883%2C11.569%20C15.255%2C8.751%2014.231%2C3.023%208.813%2C1.973%20C8.473%2C1.907%208.110%2C1.907%207.770%2C1.973%20C0.886%2C3.308%201.097%2C12.194%208.403%2C13.066%20C8.809%2C13.115%209.193%2C12.950%209.550%2C12.754%20C10.147%2C12.427%2010.854%2C12.739%2011.026%2C13.337%20C11.176%2C13.858%2010.864%2C14.399%2010.329%2C14.545%20L10.329%2C14.545%20C4.786%2C16.057%20-1.045%2C11.125%201.252%2C4.361%20C1.393%2C3.946%201.620%2C3.553%201.911%2C3.220%20C6.653%2C-2.204%2014.007%2C0.089%2015.559%2C5.489%20C16.198%2C7.710%2015.728%2C10.094%2014.292%2C11.927%20L14.290%2C11.927%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  pointer-events: none;
  z-index: 1;
}
.search-block__input {
  height: 40px;
  padding: 13px 45px;
  background: #00a811;
  color: #fff;
}
.search-block__input::placeholder {
  color: #fff;
}
.search-block__inner {
  display: flex;
  align-items: center;
}
.folders-panel__search-popup {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='search2.svg' class='cls-1' d='M1360,210a4,4,0,0,1-3.86-3H1346v-2h10.14a3.983,3.983,0,0,1,7.72,0H1367v2h-3.14A4,4,0,0,1,1360,210Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,1360,204Zm-7-4a4,4,0,0,1-3.86-3H1346v-2h3.14a3.983,3.983,0,0,1,7.72,0H1367v2h-10.14A4,4,0,0,1,1353,200Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,1353,194Z' transform='translate(-1346 -192)'/%3E%3C/svg%3E") center no-repeat;
  position: absolute;
  right: 100px;
  top: calc(50% - 20px);
}
#search-app {
  width: 100%;
}
.folders-panel__search {
  margin-right: 20px;
}
.login__link {
  padding: 10px 0 10px 38px;
  background-position: left 0 top 50%;
}
.slider-top__inner.blackout:before {
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.slider-top__title {
  background: none;
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 29px;
  color: #fff;
  margin: 0 0 8px 0;
  width: auto;
  padding: 0;
}
.slider-top__title:before {
  content: none;
}
.slider-top__text {
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0;
}
.slider-top__body {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
}
.slider-top__body ul, .slider-top__body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-top__body li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 19px;
}
.slider-top__body li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff500;
  width: 7px;
  height: 7px;
  left: 0;
  top: 7px;
}
.slider-top__btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.slider-top__btn-wrap .slider-button {
  flex: none;
  cursor: pointer;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  line-height: 1;
  text-decoration: none;
  background: #fff500;
  transition: 300ms ease all;
  border: 2px solid transparent;
  padding: 15px 17px;
}
.slider-top__btn-wrap .slider-button:hover {
  background: transparent;
  border-color: #fff500;
  color: #fff;
}
.slider-button-desc {
  margin-left: 15px;
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.slider-top__text-wrap {
  width: 480px;
  display: block;
}
.slider-top__item {
  height: 450px;
}
.slider-top__inner {
  align-items: center;
  padding: 50px;
}
.slider-top .slick-dots {
  left: auto;
  right: 20px;
}
.slider-top .slick-arrow {
  width: 32px;
  height: 50px;
  top: calc(50% - 25px);
  position: absolute;
  border-radius: unset;
  outline: none;
  border: none;
  z-index: 1;
}
.slider-top .slick-next {
  right: -16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='R_arrow.svg' class='cls-1' d='M1580.97,479a0.984,0.984,0,0,1,.69.279L1587,484.5l-5.34,5.222a0.989,0.989,0,0,1-1.37,0,0.923,0.923,0,0,1-.01-1.334l3.98-3.893-3.98-3.893a0.922,0.922,0,0,1,.01-1.333A0.973,0.973,0,0,1,1580.97,479Z' transform='translate(-1580 -479)'/%3E%3C/svg%3E") center no-repeat, #ececec;
}
.slider-top .slick-prev {
  left: -16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23222; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='L_arrow.svg' class='cls-1' d='M654.029,479a0.981,0.981,0,0,0-.689.279L648,484.5l5.34,5.222a0.993,0.993,0,0,0,1.373,0,0.926,0.926,0,0,0,0-1.334l-3.982-3.893,3.982-3.893a0.924,0.924,0,0,0,0-1.333A0.987,0.987,0,0,0,654.029,479Z' transform='translate(-648 -479)'/%3E%3C/svg%3E") center no-repeat, #ececec;
}
.advantages1 {
  line-height: 1.2;
  text-align: left;
  position: relative;
  z-index: 1;
  counter-reset: block-counter;
  margin-bottom: 30px;
}
.advantages1 * {
  box-sizing: border-box;
}
.advantages1__inner .advantages1__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.advantages1__inner .advantages1__wrapper .item {
  width: calc(33.333% - 40px);
  margin: 15px 20px;
  counter-increment: block-counter;
}
.advantages1__inner .advantages1__wrapper .item__left {
  position: relative;
  z-index: 2;
  margin: 0 10px 10px 0;
  float: left;
}
.advantages1__inner .advantages1__wrapper .item__left img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.advantages1__inner .advantages1__wrapper .item__left:before {
  content: counter(block-counter,upper-alpha) ". ";
  font-weight: 800;
  font-family: "Montserrat", serif;
  color: #fff;
  font-size: 50px;
  display: none;
  position: absolute;
  z-index: -1;
  bottom: -13px;
  left: 20px;
}
.advantages1__inner .advantages1__wrapper .item__right {
  position: relative;
}
.advantages1__inner .advantages1__wrapper .item__right .title {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
  color: #222222;
  z-index: 1;
  position: relative;
}
.advantages1__inner .advantages1__wrapper .item__right .desc {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  clear: both;
  color: rgba(34, 34, 34, 0.7);
}
.remodal[data-remodal-id="slider-popup"] {
  max-width: 498px;
  padding: 30px 30px 30px 30px;
}
.remodal[data-remodal-id="slider-popup"] .title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 25px;
  text-align: left;
  margin-bottom: 40px;
  padding-right: 30px;
}
@media (max-width: 640px) {
  .remodal[data-remodal-id="slider-popup"] .title {
    font-size: 20px;
  }
}
.remodal[data-remodal-id="slider-popup"] .close-button {
  border: 1px solid #ddd;
  font-size: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  -ms-border-radius: 250px;
  -o-border-radius: 250px;
  border-radius: 250px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%209%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28255%2C%200%2C%200%29%22%20d%3D%22M7.710%2C1.766%20L5.493%2C3.984%20L7.709%2C6.200%20C8.116%2C6.608%208.116%2C7.269%207.709%2C7.677%20C7.300%2C8.085%206.639%2C8.085%206.231%2C7.677%20L4.015%2C5.461%20L1.799%2C7.677%20C1.391%2C8.085%200.729%2C8.085%200.321%2C7.677%20C-0.087%2C7.269%20-0.087%2C6.608%200.321%2C6.200%20L2.537%2C3.984%20L0.320%2C1.766%20C-0.088%2C1.358%20-0.088%2C0.697%200.320%2C0.288%20C0.728%2C-0.119%201.390%2C-0.119%201.797%2C0.288%20L4.015%2C2.506%20L6.232%2C0.288%20C6.640%2C-0.119%207.302%2C-0.119%207.710%2C0.288%20C8.118%2C0.697%208.118%2C1.358%207.710%2C1.766%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field {
  margin: 0;
  text-align: left;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field:not(:last-child) {
  margin-bottom: 17px;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field h2 {
  margin: 0;
  color: #222;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 25px;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field.type-html {
  color: #222;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field .field-title {
  color: #898989;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 7px;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field .field-value input[type="text"], .remodal[data-remodal-id="slider-popup"] .tpl-field .field-value input[type="email"], .remodal[data-remodal-id="slider-popup"] .tpl-field .field-value input[type="phone"] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 18px 20px 19px;
  outline: none;
  color: #444;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field .field-value textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 20px 19px;
  border: 1px solid #ddd;
  outline: none;
  color: #444;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field .field-value .field-note, .remodal[data-remodal-id="slider-popup"] .tpl-field .field-value .calendar-label span, .remodal[data-remodal-id="slider-popup"] .tpl-field .field-value .progressName {
  margin-top: 5px;
  color: #666;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-variant-ligatures: none;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field.tpl-field-button button {
  width: auto;
  height: 50px;
  color: #00970f;
  font-size: 14px;
  padding: 0 24px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  box-shadow: none;
  background: none;
  font-weight: bold;
  border: 2px solid #00970f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.remodal[data-remodal-id="slider-popup"] .tpl-field.tpl-field-button button:hover {
  color: #fff;
  background: #00970f;
}
.site-catalog {
  position: relative;
}
.catalogue__tabs {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .site-phone {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .site-header__bottom {
    padding: 15px 20px;
  }
  .folders-panel {
    padding: 0 20px;
  }
  .menu-left {
    display: block;
  }
  .menu-left__inner li ul {
    display: block;
  }
}
@media (max-width: 1140px) {
  .site-header .logo {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 1023px) {
  .folders-panel__wrap .site-catalog {
    display: none;
  }
  .site-header__bottom {
    padding: 60px 20px 10px;
  }
  .slider-top__text-wrap {
    margin-bottom: 0;
  }
  .site-header .site-phone__call {
    margin: 10px 0 10px 20px;
  }
  body .site-header__bottom-left {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .site-header__bottom {
    padding: 60px 20px 10px;
    justify-content: center;
  }
  .site-header .logo {
    align-items: center !important;
  }
  body .site-header .logo__img {
    margin: 0;
  }
  body .site-header__bottom-left {
    max-width: 100%;
  }
  .slider-top__inner {
    padding: 30px 30px 50px;
  }
  .advantages1__inner .advantages1__wrapper .item {
    width: calc(50% - 40px);
  }
  .slider-top__item {
    height: 360px;
  }
  .slider-top__title {
    font-size: 25px;
  }
  .slider-top__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slider-top__body {
    font-size: 16px;
  }
  .slider-top .slick-dots {
    right: 10px;
    bottom: 10px;
  }
  .site-header .site-phone__call {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .slider-top__body li {
    margin-bottom: 5px;
    padding-left: 13px;
  }
  .slider-top__body {
    font-size: 15px;
  }
  .slider-top__btn-wrap {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-button-desc {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 0;
  }
  .slider-top__btn-wrap .slider-button {
    font-size: 15px;
    padding: 13px 15px;
  }
  .advantages1__inner .advantages1__wrapper .item {
    width: 100%;
    margin: 10px 0;
  }
  .advantages1__inner .advantages1__wrapper {
    margin: 0;
  }
  .slider-top__title {
    line-height: 1.2;
    font-size: 24px;
  }
  .slider-top__text-wrap {
    width: 100%;
  }
  .slider-top__item {
    height: 320px;
  }
  .slider-top .slick-arrow {
    display: none !important;
  }
  .slider-top__inner {
    padding: 20px 20px 30px 20px;
  }
}
