@charset "UTF-8";
/* =================================================================
  Basic
================================================================= */
html, body {
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

html {
  position: relative;
  scroll-behavior: smooth;
}

* {
  outline: none !important;
}

p {
  margin: 0 0 10px 0;
}

ul,
ol {
  margin-bottom: 10px;
}
ul.simple,
ol.simple {
  list-style-type: none;
  padding: 0;
}

:not(.alert) ul:not([class]) {
  padding-left: 0;
}
:not(.alert) ul:not([class]) > li:not([class]) {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 5px;
}
:not(.alert) ul:not([class]) > li:not([class])::before {
  position: relative;
  display: inline-block;
  content: "●";
  padding-right: 0.8em;
  height: 100%;
  color: #00a052;
}
:not(.alert) ul:not([class]) ul {
  padding-left: 2em !important;
}

a {
  color: #00a052;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #01733b;
  text-decoration: underline;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 45px;
  height: auto;
}
textarea.form-control {
  height: 90px;
  line-height: 1.5;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 575px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  .f-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .f-row > [class^=f-col],
  .f-row > [class*=" f-col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.content {
  position: relative;
}

.form-control {
  appearance: none !important;
}

.darken::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.darkener::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.font-w {
  font-weight: 400 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-semibold {
  font-weight: 600 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-bolder {
  font-weight: 800 !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.bg-clr-transparent {
  background-color: transparent !important;
}

.bg-clr-main {
  background-color: #00a052 !important;
}

.bg-clr-main-alt {
  background-color: #01733b !important;
}

.bg-clr-white {
  background-color: #fff !important;
}

.bg-clr-grey {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-main {
  color: #00a052 !important;
}

#top {
  z-index: 1005;
  position: relative;
}

#bottom {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
}

#secondary-navbar {
  z-index: 1005;
  position: relative;
}

.content {
  position: relative;
}

.breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  border-color: #ececec;
}

.breaker-light {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  border-color: #ececec;
}

/* =================================================================
  Links
================================================================= */
.link {
  transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  text-decoration: none;
  cursor: pointer;
}
.link:hover, .link:focus {
  text-decoration: none;
}

.link-a {
  color: #00a052;
}
.link-a:hover, .link-a:focus {
  color: #01733b;
}

.link-more.collapsed::before {
  content: "Читать далее...";
}
.link-more:not(.collapsed)::before {
  content: "Скрыть...";
}

.link-image {
  display: block;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.link-image:hover, .link-image:focus {
  opacity: 0.8;
}

.link-title {
  color: inherit;
}
.link-title:hover, .link-title:focus {
  color: #01733b;
}

.link-line {
  color: #00a052;
  text-decoration: underline;
}
.link-line:hover, .link-line:focus {
  color: #01733b;
  text-decoration: underline;
}

.link-icon.link-icon-sm {
  font-size: 12px;
}
.link-icon:hover .small-icon .si-img, .link-icon:focus .small-icon .si-img {
  opacity: 0.6;
}
.link-icon .small-icon .si-img {
  margin-right: 10px;
  transition: opacity 0.2s linear;
}
.link-icon .small-icon .si-text {
  text-transform: uppercase;
}
.link-icon .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}

/* =================================================================
  Titles
================================================================= */
h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin-top: 0;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  line-height: 1.33333;
  color: rgba(0, 0, 0, 0.4);
}

h1,
.h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

h2,
.h2 {
  margin-bottom: 15px;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.modal-title, .title-slide, .title-6, .title-5, .title-4, .title-3, .title-2, .title-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.333333;
  text-transform: uppercase;
  color: #00a052;
}

.title-1 {
  position: relative;
  font-size: 22px;
  font-weight: 900;
  color: #00a052;
  text-transform: uppercase;
}
.title-1 span {
  color: #01733b;
}
@media (min-width: 768px) {
  .title-1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .title-1 {
    font-size: 36px;
  }
}

.title-2 {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .title-2 {
    font-size: 24px;
  }
}

.title-3 {
  font-size: 18px;
  text-transform: none;
}
@media (min-width: 768px) {
  .title-3 {
    font-size: 20px;
  }
}

.title-4 {
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 768px) {
  .title-4 {
    font-size: 18px;
  }
}

.title-5 {
  font-size: 18px;
  text-transform: none;
}

.title-6 {
  font-size: 16px;
  text-transform: none;
}

.title-slide {
  font-size: 30px;
}
@media (min-width: 768px) {
  .title-slide {
    font-size: 60px;
  }
}

/* =================================================================
  Slick Slider Alternative + Height fix for slider + visibility fix
================================================================= */
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: stretch;
  transition-delay: 5ms;
}
.slick-slider .slick-list .slick-track .slick-slide {
  backface-visibility: hidden;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-slide {
  float: none !important;
  height: auto;
}

.slick-slider-alt {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 576px) {
  .slick-slider-alt {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.slick-slider-alt .slick-list .slick-track {
  display: flex;
}
.slick-slider-alt .ss-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
@media (min-width: 576px) {
  .slick-slider-alt .ss-item {
    margin: 0 15px;
  }
}
.slick-slider-alt .ss-item img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Visibility fix */
.slider-visibility {
  overflow: hidden;
}
.slider-visibility .ss-item:not(:first-of-type),
.slider-visibility .ss-slide:not(:first-of-type),
.slider-visibility .ms-slide:not(:first-of-type) {
  display: none !important;
}
.slider-visibility.slick-initialized .ss-item,
.slider-visibility.slick-initialized .ss-slide {
  display: flex !important;
}
.slider-visibility.slick-initialized .ms-slide {
  display: flex !important;
}

/* Slick switches */
.slick-switches {
  display: flex;
}
.slick-switches .ss-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  border-radius: 50%;
  background-color: #ffd600;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  cursor: pointer;
  transition: all 0.2s linear;
  width: 60px;
  height: 60px;
  margin: auto 0;
  opacity: 1;
}
@media (max-width: 991px) {
  .slick-switches .ss-switch {
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
  }
}
.slick-switches .ss-switch.prev {
  background-image: url("../images/icons/arrow-left-grey.svg");
  left: 0;
  border-radius: 0 10px 10px 0;
}
.slick-switches .ss-switch.next {
  background-image: url("../images/icons/arrow-right-white.svg");
  right: 0;
  transform: translateX(50%);
}
@media (max-width: 575px) {
  .slick-switches .ss-switch.next {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%);
  }
}
@media (min-width: 1200px) {
  .slick-switches .ss-switch:hover {
    background-color: #00a052;
  }
  .slick-switches .ss-switch:hover.prev {
    background-image: url("../images/icons/arrow-left-dark.svg");
  }
  .slick-switches .ss-switch:hover.next {
    background-image: url("../images/icons/arrow-right-white.svg");
  }
}
@media (max-width: 1199px) {
  .slick-switches .ss-switch:active {
    background-color: #00a052;
  }
  .slick-switches .ss-switch:active.prev {
    background-image: url("../images/icons/arrow-left-dark.svg");
  }
  .slick-switches .ss-switch:active.next {
    background-image: url("../images/icons/arrow-right-white.svg");
  }
}

/* Slick dots */
.slick-switches {
  display: flex;
}
.slick-switches.dots {
  pointer-events: none;
  position: relative;
  width: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}
.slick-switches .ss-dots {
  height: 24px;
  pointer-events: none;
}
.slick-switches .ss-dots .slick-dots {
  display: inline-block !important;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}
.slick-switches .ss-dots .slick-dots li {
  display: block;
  float: left;
  margin: 0;
  height: 24px;
  width: 24px;
}
.slick-switches .ss-dots .slick-dots li button {
  padding: 0;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  pointer-events: auto;
}
.slick-switches .ss-dots .slick-dots li button::before {
  opacity: 1;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}
.slick-switches .ss-dots .slick-dots li.slick-active button::before {
  background-color: #00a052;
}

/* =================================================================
  Fancybox
================================================================= */
.fancybox-toolbar .fancybox-button {
  background: rgba(0, 160, 82, 0.6);
}

.fancybox-navigation .fancybox-button {
  background-color: rgba(0, 160, 82, 0.6);
}

.fancybox-thumbs__list a:before {
  border: 3px solid #00a052;
}

.fancybox-custom .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-custom .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

/* =================================================================
  Custom check/radio boxes
================================================================= */
.box-label {
  display: block;
  padding-top: 1px !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  line-height: normal;
  margin-bottom: 0;
}

.bolder .box-label {
  font-weight: 700;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-checkbox input[type=checkbox] + label,
.custom-checkbox input[type=radio] + label {
  position: relative;
  padding: 0 0 0 2em;
  margin-bottom: 0;
  user-select: none;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox] + label:after,
.custom-checkbox input[type=radio] + label:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox] + label:hover:before, .custom-checkbox input[type=checkbox] + label:focus:before,
.custom-checkbox input[type=radio] + label:hover:before,
.custom-checkbox input[type=radio] + label:focus:before {
  border-color: #00a052;
}
.custom-checkbox input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.25em;
  width: 0.39em;
  height: 0.63em;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  border-color: #00a052;
  background-color: #00a052;
  content: "";
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  opacity: 1;
}
.custom-checkbox input[type=radio] + label:before, .custom-checkbox input[type=radio] + label:after {
  border-radius: 50%;
}
.custom-checkbox input[type=radio] + label:after {
  left: 0.2em;
  top: 0.25em;
  width: 0.8em;
  height: 0.8em;
}
.custom-checkbox input[type=radio]:checked + label:before {
  border-color: #00a052;
  animation: borderscale 300ms ease-in;
}
.custom-checkbox input[type=radio]:checked + label:after {
  background: #00a052;
  transform: scale(1);
}
.custom-checkbox.colors input[type=checkbox],
.custom-checkbox.colors input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-checkbox.colors input[type=checkbox] + label,
.custom-checkbox.colors input[type=radio] + label {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox.colors input[type=checkbox] + label::before,
.custom-checkbox.colors input[type=radio] + label::before {
  display: none;
}
.custom-checkbox.colors input[type=checkbox] + label::after,
.custom-checkbox.colors input[type=radio] + label::after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.7em;
  top: 0.25em;
  width: 0.45em;
  height: 1.2em;
  opacity: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.custom-checkbox.colors input[type=checkbox] + label:hover > span, .custom-checkbox.colors input[type=checkbox] + label:focus > span,
.custom-checkbox.colors input[type=radio] + label:hover > span,
.custom-checkbox.colors input[type=radio] + label:focus > span {
  border: 2px solid #fff;
}
.custom-checkbox.colors input[type=checkbox] + label > span,
.custom-checkbox.colors input[type=radio] + label > span {
  position: absolute;
  display: block;
  border-radius: 0;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  border: 2px solid transparent;
  transition: border 0.2s linear;
}
.custom-checkbox.colors input[type=checkbox]:checked + label > span,
.custom-checkbox.colors input[type=radio]:checked + label > span {
  border: 2px solid #000;
}
.custom-checkbox.colors input[type=checkbox]:checked + label:after,
.custom-checkbox.colors input[type=radio]:checked + label:after {
  content: "";
  opacity: 1;
}
.custom-checkbox.sizes input[type=checkbox],
.custom-checkbox.sizes input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-checkbox.sizes input[type=checkbox] + label,
.custom-checkbox.sizes input[type=radio] + label {
  position: relative;
  display: block;
  min-height: 40px;
  width: auto;
  padding: 11px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.1);
  user-select: none;
  cursor: pointer;
  transition: border 0.2s linear, color 0.2s linear, background 0.2s linear;
}
.custom-checkbox.sizes input[type=checkbox] + label::before,
.custom-checkbox.sizes input[type=radio] + label::before {
  display: none;
}
.custom-checkbox.sizes input[type=checkbox] + label::after,
.custom-checkbox.sizes input[type=radio] + label::after {
  display: none;
}
.custom-checkbox.sizes input[type=checkbox] + label:hover, .custom-checkbox.sizes input[type=checkbox] + label:focus,
.custom-checkbox.sizes input[type=radio] + label:hover,
.custom-checkbox.sizes input[type=radio] + label:focus {
  border-color: #00a052;
  color: #00a052;
}
.custom-checkbox.sizes input[type=checkbox]:checked + label, .custom-checkbox.sizes input[type=checkbox]:checked + label:hover, .custom-checkbox.sizes input[type=checkbox]:checked + label:focus,
.custom-checkbox.sizes input[type=radio]:checked + label,
.custom-checkbox.sizes input[type=radio]:checked + label:hover,
.custom-checkbox.sizes input[type=radio]:checked + label:focus {
  border-color: #00a052;
  color: #fff;
  background-color: #00a052;
}

/* =================================================================
  Content with tables
================================================================= */
.content-with-tables table[border="1"] {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.content-with-tables table[border="1"] > thead > tr > th,
.content-with-tables table[border="1"] > tbody > tr > th,
.content-with-tables table[border="1"] > tfoot > tr > th,
.content-with-tables table[border="1"] > thead > tr > td,
.content-with-tables table[border="1"] > tbody > tr > td,
.content-with-tables table[border="1"] > tfoot > tr > td {
  height: auto !important;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.content-with-tables table[border="1"] > thead > tr > th > p,
.content-with-tables table[border="1"] > tbody > tr > th > p,
.content-with-tables table[border="1"] > tfoot > tr > th > p,
.content-with-tables table[border="1"] > thead > tr > td > p,
.content-with-tables table[border="1"] > tbody > tr > td > p,
.content-with-tables table[border="1"] > tfoot > tr > td > p {
  margin-bottom: 0 !important;
}
.content-with-tables table[border="1"] > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content-with-tables table[border="1"] > caption + thead > tr:first-child > th,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > th,
.content-with-tables table[border="1"] > thead:first-child > tr:first-child > th,
.content-with-tables table[border="1"] > caption + thead > tr:first-child > td,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > td,
.content-with-tables table[border="1"] > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content-with-tables table[border="1"] > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* =================================================================
  Search
================================================================= */
.search {
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 575px) {
  .page-header .search {
    position: absolute;
    bottom: 20px;
    right: 105px;
    width: 125px;
  }
}
.search form {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search .input-group {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  width: 100%;
}
.search .input-group .form-control {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 40px;
  height: 40px;
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  padding: 6px 50px 6px 15px;
  border-radius: 5px;
  border: 1px solid #ececec;
  background-color: #fff;
}
@media (max-width: 575px) {
  .search .input-group .form-control {
    min-height: 30px;
    height: 30px;
    padding: 5px 29px 5px 7px;
  }
}
.search .input-group .form-control:focus {
  border-color: #a4a4a4;
}
.search .input-group .input-group-addon {
  float: none;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 20;
  display: block;
  padding: 0;
  border-radius: 10px;
  width: 50px;
  height: calc(100% - 2px);
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 575px) {
  .search .input-group .input-group-addon {
    width: 29px;
  }
}
.search .s-btn {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  min-height: 0 !important;
  width: 100%;
  height: 100%;
  border: 10px;
  border-left: none;
  border-radius: 0;
  background-color: #fff;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  box-shadow: none !important;
  transition: all 0.2s linear;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .search .s-btn {
    background-size: 15px 15px;
  }
}
.search .s-btn:hover, .search .s-btn:focus {
  opacity: 1;
}

/* =================================================================
  Page header
================================================================= */
.page-header {
  z-index: 1005;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.page-header .ph-logo {
  padding: 0;
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .page-header .ph-logo {
    font-size: 24px;
  }
}
.page-header .ph-logo a {
  color: #fff;
}

/* =================================================================
  Main navbar
================================================================= */
.main-navbar .small-icon {
  justify-content: flex-start;
}
.main-navbar .small-icon .si-bg {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #00a052;
  margin-right: 10px;
}
.main-navbar .small-icon .si-bg .si-img {
  height: 12px;
  width: 12px;
  height: 100%;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
}
.main-navbar .small-icon .si-text a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.catalogNavbarOpen #catalogNavbarToggle {
  background-color: #01733b;
  border-color: #01733b;
  color: #fff;
}

/* =================================================================
  Contacts
================================================================= */
.page-header .contacts .c-item {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .page-header .contacts .c-item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .page-header .contacts .c-item {
    position: absolute;
    top: 21px;
    right: 35px;
    font-size: 12px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .contacts .btn {
    padding: 0;
    border-radius: 50%;
    background-image: url(images/icons/phone.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 15px 15px;
    background-position: center;
  }
}
.contacts .btn .ci-btn {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contacts .btn .ci-btn {
    display: none;
  }
}
.contacts.small-icon {
  justify-content: flex-start;
}
.contacts.small-icon .si-img {
  margin-right: 5px;
  height: 0.9em;
  width: 0.9em;
  background-size: 0.9em 0.9em;
}
.contacts.small-icon .si-text a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

/* =================================================================
  Bootstrap
================================================================= */
/* Buttons */
.btn .arrow-down, .btn .arrow-blue, .btn .arrow-dark, .btn .arrow-white {
  width: 16px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 20px;
  min-height: 34px;
  min-width: 165px;
  text-decoration: none;
  line-height: 1;
  border-width: 1px;
  border-radius: 20px;
  box-shadow: none !important;
  transition: opacity 0.2s linear, color 0.2s linear, background 0.2s linear, border 0.2s linear;
  overflow: hidden;
}
@media (min-width: 576px) {
  .btn {
    padding: 10px 20px;
    min-height: 34px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 12px 20px;
    min-height: 40px;
    min-width: 195px;
    font-size: 14px;
  }
}
.btn .small-icon .si-img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}
.btn .small-icon .si-text {
  line-height: 1;
}
.btn .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}
.btn .arrow-white {
  background-image: url(/images/icons/pointer-right-white.svg);
}
.btn .arrow-dark {
  background-image: url(/images/icons/pointer-right-dark.svg);
}
.btn .arrow-blue {
  background-image: url(/images/icons/pointer-right-blue.svg);
}
.btn .arrow-down {
  background-image: url(/images/icons/arrow-down.svg);
  width: 10px;
  height: 10px;
}

.btn-lg {
  padding: 15px 30px;
  min-height: 50px;
  border-radius: 10px;
  font-size: 18px;
}

.btn-sm {
  padding: 8px 10px;
  border-radius: 10px 0;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .btn-sm {
    font-size: 14px;
  }
}

.btn-default {
  color: #fff;
  background-color: #e21f25;
  border-color: #e21f25;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default.hover, .btn-default:active, .btn-default.active {
  color: #fff !important;
  background-color: #e21f25 !important;
  border-color: #e21f25 !important;
  opacity: 0.8;
}

.btn-green {
  color: #fff;
  background-color: #00a052;
}
.btn-green:focus, .btn-green.focus, .btn-green:hover, .btn-green.hover, .btn-green:active, .btn-green.active {
  color: #fff !important;
  background-color: #01733b !important;
}

.btn-yellow {
  color: rgba(0, 0, 0, 0.4);
  background-color: #00a052;
}
.btn-yellow:focus, .btn-yellow.focus, .btn-yellow:hover, .btn-yellow.hover, .btn-yellow:active, .btn-yellow.active {
  color: #fff !important;
  background-color: #01733b !important;
}

.btn-white {
  color: #427ec4;
  background-color: white;
  border: 1px solid #c4c4c4;
}
.btn-white:focus, .btn-white.focus, .btn-white:hover, .btn-white.hover, .btn-white:active, .btn-white.active {
  color: #427ec4 !important;
  background-color: white !important;
  border: 1px solid #427ec4;
}

.btn-primary {
  color: #00a052;
  background-color: transparent;
  border-color: #01733b;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
  color: #00a052 !important;
  background-color: transparent !important;
  border-color: #00a052 !important;
}

/* Forms */
.control-label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  border-bottom: 0;
  color: #000;
}
@media (min-width: 576px) {
  .control-label {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .control-label {
    font-size: 18px;
  }
}

.form-note {
  position: relative;
  font-size: 14px;
  color: #00a052;
  transition: all 0.2s linear;
}
.form-note a {
  text-decoration: none;
  padding-left: 30px;
}
.form-note a:hover {
  opacity: 0.8;
  color: #00a052;
}
.form-note a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url(/images/icons/paperclip.svg);
  background-repeat: no-repeat;
}
.form-note:hover {
  opacity: 0.8;
}

.form-control {
  padding: 15px 20px;
  height: 45px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}
.form-control:focus {
  outline: 0;
  background-color: #fff;
  color: #000;
  border-color: #a4a4a4;
  -webkit-box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
  box-shadow: 0 10px 18px rgba(150, 150, 150, 0.1);
}
.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.form-control option:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #c2c2c2;
}
.has-error .form-control {
  box-shadow: none;
  background-color: #fce5e5;
  border-color: #e31e24;
}
.form-control.phone-mask {
  position: relative;
  padding-left: 50px;
}

.form-group {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.phone-mask-label {
  position: relative;
}
.phone-mask-label .position-relative::before {
  z-index: 20;
  position: absolute;
  display: block;
  padding: 11.5px 10px;
  content: "+7";
  left: 1px;
  bottom: 1px;
  height: 43px;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  background-color: #ececec;
}
.phone-mask-label.has-error .position-relative::before {
  background-color: #fce5e5;
  border-color: #e31e24;
}

/* Modal */
.modal {
  line-height: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
  font-weight: 300;
}
@media (min-width: 768px) {
  .modal {
    font-size: 16px;
    padding: 0 !important;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.modal-note {
  font-style: italic;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .modal-note {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 350px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 700px;
  }
}

.modal-title {
  position: relative;
  font-size: 24px;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 30px;
  }
}

.modal-header {
  padding-top: 30px;
  background-color: #fff;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 15px 30px 0 30px;
  }
}
.modal-header .close {
  z-index: 50;
  position: absolute;
  margin: 0;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background-image: url("../images/icons/close_modal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-color: #fff;
  transition: border 0.2s linear;
  opacity: 1;
}
.modal-header .close:hover {
  border-color: #00a052;
}

.modal-body {
  position: relative;
  background-color: #fff;
  border-radius: 20px 0;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 15px 30px 30px 30px;
  }
}
.modal-body label {
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal-body .modal-submit .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal-body .btn {
  font-size: 16px;
  color: white;
  background-color: #01733b;
  border: 1px solid #01733b;
}
.modal-body .btn:hover {
  background-color: white !important;
  color: #01733b !important;
  border: 1px solid #01733b !important;
}

.modal-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.ps-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

/* Alert-warning */
.alert-warning {
  background-color: rgba(0, 160, 82, 0.1);
  color: #006d38;
  border-color: #00a052;
}

.navbar {
  min-height: 0;
  position: inherit;
}

.navbar-default {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.navbar-default::before, .navbar-default::after {
  display: none !important;
}
.navbar-default .navbar-header {
  float: none !important;
  padding: 0;
  text-align: right;
  line-height: normal;
}
.navbar-default .navbar-header::before, .navbar-default .navbar-header::after {
  display: none !important;
}
@media (min-width: 992px) {
  .navbar-default .navbar-header {
    display: none !important;
  }
}
.navbar-default .navbar-toggle {
  float: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: url(../images/icons/menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    display: block !important;
  }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  border: none;
  background-color: transparent;
}
.navbar-default .navbar-toggle:not(.collapsed) {
  border: none;
  background-color: transparent;
  background-image: url(../images/icons/close.svg);
}
.navbar-default .navbar-collapse {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  z-index: 10;
}
.navbar-default .navbar-collapse::before, .navbar-default .navbar-collapse::after {
  display: none !important;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25) !important;
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.navbar-default .navbar-nav {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: none !important;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
}
.navbar-default .navbar-nav::before, .navbar-default .navbar-nav::after {
  display: none;
}
.navbar-default .navbar-nav > li {
  float: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li:not(:last-of-type) {
    margin-right: 50px;
  }
}
.navbar-default .navbar-nav > li > a {
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 0;
  background-color: transparent;
  transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    max-width: 260px;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.6);
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
  }
}
.navbar-default .navbar-nav > li > a > .caret {
  display: none;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: none !important;
    padding: 0;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    background-color: #fff;
    padding: 0;
  }
  .navbar-default .navbar-nav > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .navbar-default .navbar-nav > li:not(:last-of-type) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
    text-align: left;
  }
}

/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: -10px;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb > li {
  font-size: 14px;
  color: #00a052;
  margin-bottom: 10px;
}
.breadcrumb > li > a {
  text-decoration: none;
  color: #000;
  transition: all 0.2s linear;
}
.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
  text-decoration: none;
  color: #00a052;
}
.breadcrumb > li + li::before {
  padding: 0 10px 0 5px;
  color: #000;
  content: "/";
}

/*=================================================================
  Page footer
================================================================= */
.page-footer {
  z-index: 1000;
  position: relative;
  background-color: #00a052;
  color: white;
  font-size: 16px;
}
@media (max-width: 575px) {
  .page-footer {
    font-size: 14px;
  }
}
.page-footer .pf-item {
  max-width: none !important;
  color: white;
}
@media (max-width: 575px) {
  .page-footer .pf-item {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .page-footer .pf-item:last-of-type {
    background-color: #106827;
  }
}
.page-footer .pf-item a {
  color: white;
}

/*=================================================================
  main-banner
================================================================= */
.main-banner {
  position: relative;
}
.main-banner .mb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 170px;
  height: 100%;
}
@media (min-width: 768px) {
  .main-banner .mb-img {
    min-height: 368px;
  }
}
@media (min-width: 992px) {
  .main-banner .mb-img {
    position: relative;
    height: calc(100vh - 104px);
  }
}
.main-banner .mb-content {
  position: relative;
}
@media (min-width: 992px) {
  .main-banner .mb-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.main-banner .mb-content .mb-block {
  width: 185px;
  padding: 25px 0;
}
@media (min-width: 576px) {
  .main-banner .mb-content .mb-block {
    width: 313px;
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .main-banner .mb-content .mb-block {
    width: 458px;
    padding: 25px 0;
  }
}
.main-banner .mb-content .mb-block .mb-title {
  position: relative;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .main-banner .mb-content .mb-block .mb-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .main-banner .mb-content .mb-block .mb-title {
    font-size: 72px;
  }
}
.main-banner .mb-content .mb-block .mb-title .mb-title__online {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  font-weight: 500;
  font-size: 10px;
  text-transform: none;
  line-height: 1.2;
  color: #00a052;
}
@media (min-width: 768px) {
  .main-banner .mb-content .mb-block .mb-title .mb-title__online {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .main-banner .mb-content .mb-block .mb-title .mb-title__online {
    font-size: 24px;
  }
}
.main-banner .mb-content .mb-block .mb-text {
  font-size: 14px;
  color: rgba(254, 253, 253, 0.6);
}
@media (min-width: 768px) {
  .main-banner .mb-content .mb-block .mb-text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .main-banner .mb-content .mb-block .mb-text {
    font-size: 20px;
  }
}

/* =================================================================
  Bg
================================================================= */
.top-bg {
  position: absolute;
  top: -715px;
  right: -53px;
  height: 1483px;
  width: 1770px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1499px) {
  .top-bg {
    right: -60px;
    top: -730px;
    width: calc(100% + 120px);
  }
}
@media (max-width: 1199px) {
  .top-bg {
    top: -350px;
  }
}
@media (max-width: 991px) {
  .top-bg {
    height: 900px;
    top: -325px;
  }
}
@media (max-width: 767px) {
  .top-bg {
    height: 710px;
    top: -275px;
  }
}
@media (max-width: 575px) {
  .top-bg {
    height: 510px;
    top: -175px;
  }
}

.middle-bg {
  position: absolute;
  width: 100%;
  height: 3133px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -130px;
}
@media (max-width: 1920px) {
  .middle-bg {
    width: 1920px;
  }
}
@media (max-width: 1499px) {
  .middle-bg {
    top: -50px;
  }
}
@media (max-width: 991.98px) {
  .middle-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .middle-bg {
    top: 0;
    width: 100%;
  }
}

.bottom-bg {
  position: absolute;
  top: 550px;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .bottom-bg {
    top: 400px;
  }
}
@media (max-width: 991px) {
  .bottom-bg {
    top: 340px;
    width: calc(100% + 600px);
    left: 50%;
    transform: translateX(-60%);
  }
}
@media (max-width: 575px) {
  .bottom-bg {
    top: 200px;
    width: 100%;
    left: auto;
    right: 350%;
    transform: none;
  }
}
@media (max-width: 575px) and (max-width: 340px) {
  .bottom-bg {
    right: 400%;
  }
}
@media (max-width: 575px) {
  .bottom-bg svg {
    height: 100%;
  }
}

/*=================================================================
  advantages
================================================================= */
svg {
  overflow: visible !important;
}

@keyframes dash-reverse {
  to {
    stroke-dashoffset: -1000;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.advantages {
  position: relative;
  z-index: 2;
}
.advantages .a-item {
  position: relative;
  margin: 100px 0;
}
.advantages .a-item .ai-img {
  position: relative;
  z-index: 1;
}
.advantages .a-item .ai-img.ai-img--shadow {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
.advantages .a-item .ai-img .ai-img--hidden {
  position: absolute;
  left: 50%;
  z-index: 2;
}
.advantages .a-item .a-bg--large {
  height: 580px;
  width: 470px;
}
@media (max-width: 991px) {
  .advantages .a-item .a-bg--large {
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item .a-bg--large {
    width: 250px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item .a-bg--large {
    margin: 0 auto;
  }
}
.advantages .a-item .a-bg--large .ai-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantages .a-item .a-bg--large .a-bg--small {
  position: absolute;
  top: 40px;
  right: 0;
  width: 110px;
  height: 140px;
}
@media (max-width: 991px) {
  .advantages .a-item .a-bg--large .a-bg--small {
    top: 25px;
    width: 70px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item .a-bg--large .a-bg--small {
    top: 20px;
    width: 60px;
    height: 75px;
  }
}
.advantages .a-item .ai-content {
  position: relative;
  z-index: 5;
}
.advantages .a-item .ai-content .a-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .advantages .a-item .ai-content .a-text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item .ai-content .a-text {
    font-size: 14px;
  }
}
.advantages .a-item .ai-content .a-list {
  margin: 0;
  padding: 0;
}
.advantages .a-item .ai-content .a-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.advantages .a-item .ai-content .a-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .advantages .a-item .ai-content .a-list li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.advantages .a-item .ai-content .a-list li .ail-number {
  color: #00a052;
  font-weight: 700;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .advantages .a-item .ai-content .a-list li .ail-number {
    margin-right: 10px;
  }
}
.advantages .a-item .ai-content .a-list--reviews {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advantages .a-item .ai-content .a-list--reviews li:not(:last-of-type) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .advantages .a-item .ai-content .a-list--reviews li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .advantages .a-item .ai-content .a-list--reviews li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item .ai-content .a-list--reviews li {
    line-height: 171%;
  }
}
.advantages .a-item .ai-content .a-list--reviews li.list-reviews__shop {
  color: #00a052;
  font-weight: 700;
}
@media (max-width: 575px) {
  .advantages .a-item .ai-content .a-list--reviews li.list-reviews__shop {
    margin-bottom: 5px;
  }
}
.advantages .a-item .a-dashed {
  position: absolute;
  left: 180px;
  bottom: -55px;
  width: 535px;
  height: 185px;
  animation: dash-reverse 25s linear infinite;
}
@media (max-width: 991px) {
  .advantages .a-item .a-dashed {
    left: 160px;
    bottom: -85px;
    height: 177px;
    width: 177px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item .a-dashed {
    left: 80px;
  }
}
.advantages .a-item .a-dashed::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item .a-dashed::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--main {
  margin-top: 140px;
}
@media (max-width: 1440px) {
  .advantages .a-item.a-item--main {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--main {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--main .f-row {
    margin: 0 -4px;
  }
  .advantages .a-item.a-item--main .f-row > [class^=f-col] {
    padding: 0 2px;
  }
}
.advantages .a-item.a-item--main .pill {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none;
}
.advantages .a-item.a-item--main .pill.pill--1 {
  position: absolute !important;
  top: 170px !important;
  left: auto !important;
  right: -185px !important;
  animation: pulse 6s linear infinite;
}
@media (max-width: 1499px) {
  .advantages .a-item.a-item--main .pill.pill--1 {
    right: -110px !important;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--main .pill.pill--1 {
    width: 190px;
    top: 120px !important;
    right: -40px !important;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--main .pill.pill--1 {
    right: -60px !important;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--main .pill.pill--1 {
    right: -60px !important;
    width: 90px;
  }
}
.advantages .a-item.a-item--main .pill.pill--alt-1 {
  top: 45px !important;
  right: -10px !important;
  left: auto !important;
  animation: pulse 6s linear infinite;
}
.advantages .a-item.a-item--main .pill.pill--2 {
  top: 0 !important;
  right: 45% !important;
  left: auto !important;
  animation: pulse 6s linear infinite 2s;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--main .pill.pill--2 {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--main .pill.pill--2 {
    width: 100px;
    right: 27% !important;
    top: -65px !important;
  }
}
.advantages .a-item.a-item--main .pill.pill--3 {
  top: 50% !important;
  right: 45% !important;
  left: auto !important;
  animation: pulse 6s linear infinite 3s;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--main .pill.pill--3 {
    width: 75px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--main .pill.pill--3 {
    width: 50px;
    top: 26% !important;
    right: 35% !important;
  }
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--main .ai-img .ai-img--main {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--main .ai-img .ai-img--main {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--main .ai-img .ai-img--main {
    max-width: 100%;
  }
}
.advantages .a-item.a-item--main .a-title {
  font-weight: 700;
  font-size: 54px;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--main .a-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--main .a-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .advantages .a-item.a-item--main .a-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .advantages .a-item.a-item--main .a-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--main .a-text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--main .a-dashed {
    left: 140px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--main .a-dashed {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--main .a-dashed {
    left: 80px;
  }
}
.advantages .a-item.a-item--card-product .a-bg--large .a-bg--small {
  left: 0;
}
.advantages .a-item.a-item--card-product .a-dashed {
  position: absolute;
  z-index: 2;
  left: 200px;
  top: calc(100% - 356px);
  width: 2px;
  height: 475px;
  animation: dash-reverse 25s linear infinite;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--card-product .a-dashed {
    left: 140px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--card-product .a-dashed {
    top: auto;
    left: 140px;
    bottom: -200px;
    height: 277px;
    width: 2px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--card-product .a-dashed {
    display: none;
  }
}
.advantages .a-item.a-item--card-product .a-dashed::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -10px;
  right: auto;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--card-product .a-dashed::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: auto;
  right: -4px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--with-phone .ai-img {
  max-width: 457.5px;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--with-phone .ai-img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--with-phone .ai-img {
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--with-phone .ai-img {
    max-width: 100%;
  }
}
.advantages .a-item.a-item--with-phone .ai-img .ai-img--main {
  max-width: 457.5px;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--with-phone .ai-img .ai-img--main {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--with-phone .ai-img .ai-img--main {
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--with-phone .ai-img .ai-img--main {
    max-width: 150px;
  }
}
.advantages .a-item.a-item--white-text .a-title {
  color: #fff;
}
.advantages .a-item.a-item--white-text .a-title span {
  color: #01733b;
}
.advantages .a-item.a-item--white-text .a-text {
  color: #fff;
}
.advantages .a-item.a-item--white-text .a-list--reviews li {
  color: rgba(255, 255, 255, 0.7);
}
.advantages .a-item.a-item--white-text .a-list--reviews li.list-reviews__shop {
  color: #fff;
}
@media (min-width: 576px) {
  .advantages .a-item.a-item--page-product {
    margin: 0;
  }
}
.advantages .a-item.a-item--page-product .a-dashed {
  position: absolute;
  left: calc(50% - 72.5px);
  bottom: -65px;
  width: 145px;
  height: auto;
  animation: dash-reverse 25s linear infinite;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--page-product .a-dashed {
    left: calc(50% - 145px);
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--page-product .a-dashed {
    left: calc(50% - 50px);
    bottom: -30px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--page-product .a-dashed {
    width: 75px;
    height: 75px;
    left: calc(50% - 120px);
    bottom: 75px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--page-product .a-dashed {
    width: 75px;
    height: 75px;
    left: calc(50% - 100px);
    bottom: 225px;
  }
}
.advantages .a-item.a-item--page-product .a-dashed::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--page-product .a-dashed::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 3px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--page-product .a-dashed::after {
    left: -4px;
    bottom: -10px;
  }
}
.advantages .a-item.a-item--list-shop {
  margin-top: -200px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--list-shop {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--list-shop {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--list-shop {
    margin-top: -60px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--list-shop {
    margin-top: -250px;
  }
}
.advantages .a-item.a-item--list-shop .a-title span {
  color: #00a052;
}
.advantages .a-item.a-item--list-shop .a-dashed {
  position: absolute;
  left: calc(50% - 72.5px);
  bottom: -25px;
  width: 145px;
  height: auto;
  animation: dash-reverse 25s linear infinite;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--list-shop .a-dashed {
    bottom: 20px;
    left: calc(50% - 145px);
    width: 130px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--list-shop .a-dashed {
    left: calc(50% - 50px);
    bottom: -5px;
    width: 100px;
  }
}
.advantages .a-item.a-item--list-shop .a-dashed::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--list-shop .a-dashed::after {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  bottom: 3px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--list-shop .a-dashed::after {
    left: -4px;
    bottom: -10px;
  }
}
.advantages .a-item.a-item--select-shop {
  position: absolute;
  top: calc(100% - 100px);
  left: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--select-shop {
    top: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--select-shop {
    top: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--select-shop {
    top: calc(100% + 15px);
  }
}
.advantages .a-item.a-item--select-shop .ai-img--hidden {
  top: 214px;
  width: 490px;
  left: calc(50% - 245px);
  max-width: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--select-shop .ai-img--hidden {
    top: 140px;
    width: 316px;
    left: calc(50% - 158px);
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--select-shop .ai-img--hidden {
    top: 103px;
    width: 236px;
    left: calc(50% - 118px);
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--select-shop .ai-img--hidden {
    top: 70px;
    width: 160px;
    left: calc(50% - 80px);
  }
}
.advantages .a-item.a-item--city .a-item--city__bg {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--city .a-item--city__bg {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--city .a-item--city__bg {
    width: 630px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--city .a-item--city__bg {
    width: 450px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--city .a-item--city__bg {
    width: 450px;
    right: 50%;
    transform: translate(50%, -25%);
  }
}
.advantages .a-item.a-item--city .ai-img--hidden {
  top: 160px;
  width: 490px;
  left: calc(50% - 245px);
  max-width: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--city .ai-img--hidden {
    top: 105px;
    width: 316px;
    left: calc(50% - 158px);
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--city .ai-img--hidden {
    top: 75px;
    width: 236px;
    left: calc(50% - 118px);
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--city .ai-img--hidden {
    top: 51px;
    width: 160px;
    left: calc(50% - 80px);
  }
}
.advantages .a-item.a-item--city .a-dashed {
  position: absolute;
  left: 210px;
  bottom: -335px;
  width: 430px;
  height: 340px;
  animation: dash-reverse 25s linear infinite;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--city .a-dashed {
    left: 230px;
    bottom: -235px;
    width: 300px;
    height: 239px;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--city .a-dashed {
    width: 190px;
    height: auto;
    left: 180px;
    bottom: -115px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--city .a-dashed {
    left: 65px;
  }
}
.advantages .a-item.a-item--city .a-dashed::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -4px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.advantages .a-item.a-item--city .a-dashed::after {
  content: "";
  position: absolute;
  right: -10px;
  left: auto;
  bottom: -3px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--city .a-dashed::after {
    bottom: 3px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--main {
    margin-right: 40px;
  }
}
.advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
  width: 360px;
  top: 238px;
  left: auto;
  transform: translate(0, 0);
  right: -200px;
}
@media (max-width: 1600px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
    width: 270px;
    top: 155px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
    width: 190px;
    top: 110px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--lk .ai-img .ai-img--hidden {
    width: 137px;
    top: 80px;
    right: auto;
    left: calc(50% - 20px);
  }
}
.advantages .a-item.a-item--reviews .a-bg--large {
  height: 580px;
  width: 470px;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--reviews .a-bg--large {
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--reviews .a-bg--large {
    width: 250px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--reviews .a-bg--large {
    margin: 0 auto;
  }
}
.advantages .a-item.a-item--reviews .a-bg--large .ai-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 333px;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--reviews .a-bg--large .ai-img {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--reviews .a-bg--large .ai-img {
    width: 150px;
  }
}
.advantages .a-item.a-item--reviews .a-bg--large .a-bg--small {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 40px;
  left: 0;
  width: 110px;
  height: 140px;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--reviews .a-bg--large .a-bg--small {
    bottom: 25px;
    width: 70px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--reviews .a-bg--large .a-bg--small {
    bottom: 20px;
    width: 60px;
    height: 75px;
  }
}
.advantages .a-item.a-item--search .a-bg--large {
  height: 530px;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--search .a-bg--large {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--search .a-bg--large {
    height: 285px;
  }
}
.advantages .a-item.a-item--download .a-bg--large {
  height: 530px;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--download .a-bg--large {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--download .a-bg--large {
    height: 285px;
  }
}
.advantages .a-item.a-item--download .pill {
  position: absolute;
  display: block;
  z-index: 10;
  pointer-events: none;
}
.advantages .a-item.a-item--download .pill.pill--1 {
  top: -80px !important;
  left: -210px !important;
  animation: pulse 6s linear infinite;
}
@media (max-width: 1199px) {
  .advantages .a-item.a-item--download .pill.pill--1 {
    top: -100px !important;
    left: 0 !important;
  }
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--download .pill.pill--1 {
    width: 190px;
    top: -55px !important;
    right: 45% !important;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--download .pill.pill--1 {
    top: -50px !important;
    left: 134px !important;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--download .pill.pill--1 {
    right: auto !important;
    width: 90px;
    top: 30% !important;
  }
}
.advantages .a-item.a-item--download .pill.pill--alt-1 {
  right: auto !important;
  top: 23% !important;
  width: 105px;
  left: -20px !important;
  animation: pulse 6s linear infinite;
}
.advantages .a-item.a-item--download .pill.pill--2 {
  top: 0 !important;
  left: 50% !important;
  animation: pulse 6s linear infinite 2s;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--download .pill.pill--2 {
    width: 150px;
    right: auto !important;
    left: 76% !important;
    top: -14% !important;
  }
}
@media (max-width: 767px) {
  .advantages .a-item.a-item--download .pill.pill--2 {
    left: 74% !important;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--download .pill.pill--2 {
    width: 110px;
    left: auto !important;
    top: 80% !important;
    right: 5% !important;
  }
}
.advantages .a-item.a-item--download .pill.pill--3 {
  top: 60% !important;
  right: 45% !important;
  left: auto !important;
  animation: pulse 6s linear infinite 3s;
}
@media (max-width: 991px) {
  .advantages .a-item.a-item--download .pill.pill--3 {
    width: 75px;
    right: auto !important;
    left: 73% !important;
    top: 72% !important;
  }
}
@media (max-width: 575px) {
  .advantages .a-item.a-item--download .pill.pill--3 {
    width: 70px;
    top: 91% !important;
    left: 10% !important;
  }
}
.advantages .a-item.a-item--download .flex-img > a {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 20;
}
@media (max-width: 575px) {
  .advantages .a-item .sticky-elem {
    width: 100%;
  }
}
.advantages .z-index--fix {
  position: relative;
  z-index: 10;
}
.advantages .pill {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.advantages .pill.pill-red--1 {
  position: absolute !important;
  top: auto !important;
  bottom: 3% !important;
  left: -15% !important;
  animation: pulse 6s linear infinite;
}
@media (max-width: 991px) {
  .advantages .pill.pill-red--1 {
    left: 30% !important;
    bottom: 7% !important;
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  .advantages .pill.pill-red--1 {
    bottom: auto !important;
    top: 40% !important;
    left: auto !important;
    right: -17% !important;
  }
}
.advantages .pill.pill-red--2 {
  top: -115px !important;
  left: -60px !important;
  animation: pulse 6s linear infinite 2s;
}
@media (max-width: 991px) {
  .advantages .pill.pill-red--2 {
    max-width: 150px;
    top: -50px !important;
    left: 0 !important;
  }
}
@media (max-width: 575px) {
  .advantages .pill.pill-red--2 {
    max-width: 100px;
    top: -35px !important;
  }
}
.advantages .pill.pill-red--3 {
  top: 23% !important;
  left: 45% !important;
  animation: pulse 6s linear infinite 3s;
}
@media (max-width: 991px) {
  .advantages .pill.pill-red--3 {
    max-width: 90px;
    top: 19% !important;
    left: 48% !important;
  }
}
@media (max-width: 575px) {
  .advantages .pill.pill-red--3 {
    left: 11% !important;
    top: 25% !important;
    max-width: 60px;
  }
}
.advantages .a-map {
  margin-top: -250px;
  height: 1340px;
  background-image: url(../images/map.jpg);
}
@media (max-width: 991px) {
  .advantages .a-map {
    height: 642px;
    margin-top: -150px;
  }
}
@media (max-width: 575px) {
  .advantages .a-map {
    height: 500px;
    margin-top: -60px;
  }
}

/*=================================================================
  reviews
================================================================= */
.reviews {
  background-color: #01733b;
  padding-bottom: 190px;
}
.reviews .r-scroll {
  width: 100%;
}
.reviews .r-scroll .r-title {
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .reviews .r-scroll .r-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .reviews .r-scroll .r-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .reviews .r-scroll .r-title {
    font-size: 22px;
  }
}
.reviews .r-scroll .r-title span {
  color: #00a052;
}
.reviews .scroll-container {
  position: relative;
}
@media (min-width: 1200px) {
  .reviews .scroll-container {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .reviews .scroll-container [class^=f-col] {
    transform: none !important;
  }
  .reviews .scroll-container [class^=f-col] .r-item {
    transform: none !important;
  }
}
.reviews .scroll-container .r-item {
  display: block;
  padding: 40px;
  background-color: #1a8551;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .reviews .scroll-container .r-item {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .reviews .scroll-container .r-item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .reviews .scroll-container .r-item {
    padding: 20px;
  }
}
.reviews .scroll-container .r-item .ri-rate .star {
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
  float: left;
}
@media (max-width: 991px) {
  .reviews .scroll-container .r-item .ri-rate .star {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .reviews .scroll-container .r-item .ri-rate .star {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  .reviews .scroll-container .r-item .ri-rate .star {
    width: 20px;
    height: 20px;
  }
}
.reviews .scroll-container .r-item .ri-rate .star:not(:last-of-type) {
  margin-right: 10px;
}
.reviews .scroll-container .r-item .ri-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .reviews .scroll-container .r-item .ri-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reviews .scroll-container .r-item .ri-text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .reviews .scroll-container .r-item .ri-text {
    font-size: 16px;
  }
}
.reviews .r-help-padding {
  padding: 50vh 0 0;
}

/*=================================================================
  promocode
================================================================= */
.promocode {
  padding: 25px 30px;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .promocode {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .promocode {
    padding: 15px 10px;
  }
}
.promocode .p-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1199px) {
  .promocode .p-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .promocode .p-title {
    font-size: 14px;
  }
}
.promocode .p-content {
  font-size: 30px;
  font-weight: 700;
  color: #e21f25;
}
@media (max-width: 1199px) {
  .promocode .p-content {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .promocode .p-content {
    font-size: 20px;
  }
}

.page-title {
  background-color: #00a052;
  border-radius: 45.5px 0px;
  display: inline-block;
  padding: 16px 18px;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  text-transform: lowercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-title {
    margin-bottom: 29px;
    font-size: 36.7893px;
    line-height: 43px;
    border-radius: 33.4783px 0px;
    padding: 12px 13px;
  }
}
@media (max-width: 767px) {
  .page-title {
    margin-bottom: 12px;
    font-size: 25.5853px;
    line-height: 30px;
    padding: 8px 9px;
    border-radius: 23.2826px 0px;
  }
}

.top-img {
  height: 715px;
}
@media (max-width: 1440px) {
  .top-img {
    height: 625px;
  }
}
@media (max-width: 991px) {
  .top-img {
    height: 435px;
  }
}
@media (max-width: 767px) {
  .top-img {
    height: 225px;
    position: absolute !important;
    right: 0;
    top: -50px;
  }
}

.top-links {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .top-links {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .top-links {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .top-links {
    margin-top: 74px;
  }
}
.top-links__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .top-links__wrapper {
    gap: 10px;
    max-width: 280px;
  }
}
@media (max-width: 767.98px) {
  .top-links__wrapper {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .top-links__wrapper {
    max-width: 100%;
  }
}
.top-links .ai-img a {
  display: block;
  height: 50px;
  width: 164px;
}
@media (max-width: 991px) {
  .top-links .ai-img a {
    height: 38px;
    width: 125px;
  }
}
@media (max-width: 767px) {
  .top-links .ai-img a {
    width: 113px;
    height: 32px;
  }
}

.app-features-list .nav-tabs {
  border: none;
  display: flex;
  flex-direction: column;
}

.app-features-list .nav-tabs li {
  border-top: 1px solid #d9d9d9;
  transition: all 0.2s linear;
}

.app-features-list .nav-tabs li:first-child {
  border-top-color: transparent;
}

.app-features-list .nav-tabs li.active + li:hover {
  border-top-color: transparent;
}

.app-features-list .nav-tabs li.active {
  transition: all 0.2s linear;
  border-top: none;
}

.app-features-list .nav-tabs li.active + li {
  border-top-color: transparent;
}

.app-features-list .nav-tabs li:hover {
  border-top-color: #00a052;
}

.app-features-list .nav-tabs li:hover + li {
  border-top-color: #00a052;
}

.app-features-list .nav-tabs li a {
  text-decoration: none;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.app-features-list .nav-tabs li a:hover,
.app-features-list .nav-tabs li a:focus {
  background-color: transparent;
}

.app-features-list .nav-tabs li.active a:hover,
.app-features-list .nav-tabs li.active a:focus {
  border: none;
  background-color: transparent;
}

.app-features-list .nav-tabs li.active a .app-feature {
  background-color: #00a052;
  border-radius: 10px;
}

.app-features-list .nav-tabs li.active a .app-feature__icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-features-list .nav-tabs li.active a .app-feature__icon.dark {
  display: none;
}

.app-features-list .nav-tabs li.active a .app-feature__icon.light {
  display: block;
}

.app-features-list .nav-tabs li.active a .app-feature__title {
  color: #fff;
}
.app-features-list .nav-tabs li.active a .app-feature__info {
  color: #fff;
}
@media (max-width: 991px) {
  .app-features-list .nav-tabs li.active a .app-feature__info {
    display: block;
  }
}
@media (max-width: 767px) {
  .app-features-list .nav-tabs li.active a .app-feature__img {
    display: flex !important;
    height: 335px;
    width: 100%;
    justify-content: center;
  }
}
.app-features-list .nav-tabs li.active a .app-feature__img img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

.app-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
}
@media (max-width: 1440px) {
  .app-feature {
    padding: 12.5px;
  }
}
@media (max-width: 991px) {
  .app-feature {
    padding: 20px;
  }
}
.app-feature-left {
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .app-feature-left {
    margin-right: 15px;
  }
}
.app-feature-right {
  width: 100%;
}
@media (max-width: 767px) {
  .app-feature-right {
    width: calc(100% - 55px);
  }
}

.app-feature__icon {
  width: 40px;
  height: 40px;
  background-color: #f3f3f3;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.app-feature__icon.dark {
  display: block;
}

.app-feature__icon.light {
  display: none;
}

.app-feature__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #00a052;
  margin-top: 6px;
}
@media (max-width: 1440px) {
  .app-feature__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .app-feature__title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 8px;
  }
}
.app-feature__info {
  margin-top: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1440px) {
  .app-feature__info {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .app-feature__info {
    display: none;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .app-feature__img {
    display: none !important;
    margin-top: 25px;
  }
}

.dark-green {
  color: #01733b !important;
}

.tab-img {
  width: 100%;
  height: 715px;
}
@media (max-width: 1440px) {
  .tab-img {
    height: 625px;
  }
}
@media (max-width: 991px) {
  .tab-img {
    height: 435px;
  }
}
.img-container {
  position: absolute;
  top: 0;
  left: calc(50% - 180px);
  z-index: 150;
}
@media (max-width: 991px) {
  .img-container {
    left: calc(50% - 130px);
  }
}
.advantages .a-item .a-bg--large.img-custom {
  margin-left: -130px;
  width: calc(100% + 100px);
  height: auto;
}
@media (max-width: 991px) {
  .advantages .a-item .a-bg--large.img-custom {
    width: 100%;
    margin-left: 0;
  }
}
.green-block-title {
  font-weight: 700;
  font-size: 54px;
  color: #fff;
  margin-bottom: 80px;
  position: relative;
  overflow: visible;
}
@media (max-width: 1199px) {
  .green-block-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .green-block-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .green-block-title {
    font-size: 22px;
  }
}
.green-block-title span {
  color: #00a052;
}
.green-block-title .green-svg-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-140%);
  width: 287px;
  height: 90px;
  top: -140px;
}
@media (max-width: 1199.98px) {
  .green-block-title .green-svg-1 {
    width: 282px;
    height: 60px;
    transform: translateX(-100%);
    top: -107px;
  }
}
.green-block-title .green-svg-2 {
  position: absolute;
  left: 65%;
  width: 287px;
  height: 90px;
  top: 184px;
}
@media (max-width: 1199.98px) {
  .green-block-title .green-svg-2 {
    width: 282px;
    height: 60px;
    top: 90px;
    left: 52%;
  }
}

.pharmacy {
  padding: 130px 0px 200px;
}
@media (max-width: 991.98px) {
  .pharmacy {
    padding: 130px 0px 150px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy {
    padding: 97px 0px 80px;
  }
}
.pharmacy__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 40px 0px;
}
.pharmacy__title span {
  color: #03713B;
  display: block;
}
@media (max-width: 1199.98px) {
  .pharmacy__title {
    margin: 0px 0px 30px 0px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy__title {
    margin: 0px 0px 20px 0px;
    font-size: 22px;
  }
}
.pharmacy__tabs {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.pharmacy__tabs li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.pharmacy__tabs li a {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 100px;
  background: transparent;
  padding: 7px 20px;
  text-decoration: none;
}
.pharmacy__tabs li a:focus, .pharmacy__tabs li a:hover, .pharmacy__tabs li a:active {
  text-decoration: none;
}
.pharmacy__tabs li a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pharmacy__selects {
  display: flex;
  align-items: center;
  gap: 40px;
}
.pharmacy__select {
  position: relative;
}
.pharmacy__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .pharmacy__row {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy__row {
    gap: 10px;
  }
}
.pharmacy__column:nth-child(1) {
  flex: 0 0 360px;
}
@media (max-width: 1199.98px) {
  .pharmacy__column:nth-child(1) {
    flex: 0 1 auto;
  }
}
.pharmacy__column:nth-child(2) {
  flex: 1 1 auto;
}
@media (max-width: 1199.98px) {
  .pharmacy__column:nth-child(2) {
    flex: 0 1 auto;
  }
}
.pharmacy__list-wrapper {
  padding: 10px 0px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .pharmacy__list-wrapper {
    padding: 0;
  }
}
.pharmacy__list {
  overflow: auto;
  height: 550px;
  /* ползунок скроллбара */
  scrollbar-color: #fff transparent;
  scrollbar-width: thin;
}
.pharmacy__list::-webkit-scrollbar {
  width: 6px;
  left: -100px;
}
.pharmacy__list::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: transparent;
  border: 6px #fff solid;
}
@media (max-width: 1199.98px) {
  .pharmacy__list {
    height: 290px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy__list {
    height: 204px;
  }
}
.pharmacy__map {
  border-radius: 10px;
  min-height: 550px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .pharmacy__map {
    min-height: 527px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy__map {
    min-height: 500px;
  }
}
.pharmacy__map .ymaps-2-1-79-map {
  height: 100%;
}

.pharmacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1199.98px) {
  .pharmacy-header {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.pharmacy-item {
  display: block;
  padding: 20px 36px 0px 20px;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .pharmacy-item {
    padding: 10px 15px 0px 15px;
  }
}
.pharmacy-item.active {
  background: rgba(255, 255, 255, 0.2);
}
.pharmacy-item:focus {
  text-decoration: none;
}
.pharmacy-item:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.pharmacy-item:active {
  text-decoration: none;
}
.pharmacy-item__inner {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .pharmacy-item__inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-item__inner {
    gap: 12px;
  }
}
.pharmacy-item__icon {
  margin-top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767.98px) {
  .pharmacy-item__icon {
    width: 8px;
    height: 8px;
  }
}
.pharmacy-item__title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0px 0px 8px 0px;
}
@media (max-width: 1199.98px) {
  .pharmacy-item__title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-item__title {
    margin: 0px 0px 2px 0px;
  }
}
.pharmacy-item__time {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 5px 0px;
}
@media (max-width: 767.98px) {
  .pharmacy-item__time {
    margin: 0px 0px 0px 0px;
  }
}
.pharmacy-item__phone {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 5px 0px;
}
@media (max-width: 767.98px) {
  .pharmacy-item__phone {
    margin: 0px 0px 0px 0px;
  }
}
.pharmacy-item__metro {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pharmacy-item__metro svg {
  width: 20px;
  height: 14px;
  fill: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .pharmacy-item__metro svg {
    width: 14px;
    height: 10px;
  }
}
.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
  position: static !important;
  margin: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}

.ymaps-2-1-79-balloon {
  box-shadow: none !important;
}

.ymaps-2-1-79-balloon__tail,
.ymaps-2-1-79-balloon__close-button {
  display: none !important;
}

.pickup-point {
  padding: 15px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 12.6px 50px 0px rgba(10, 51, 31, 0.3);
  max-width: 260px;
}
.pickup-point__address {
  color: #02A052;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}
.pickup-point__time {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pickup-point__phone {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pickup-point__metro {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pickup-point__metro svg {
  width: 17px;
  height: 12px;
  fill: rgba(2, 2, 2, 0.7);
}

.ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon__content {
  border-radius: 10px;
  background: transparent !important;
}

.select2-container.select2-container--default {
  width: auto !important;
}
.select2-container.select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 4px 0 4px;
  transform: rotate(180deg);
}
.select2-container.select2-container--default .selection .select2-selection--single {
  background: transparent;
  border: none;
}
.select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  background: transparent;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.select2-container.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  left: auto;
  right: 0;
  transition: all 0.2s ease 0s;
}
.select2-container.select2-container--default .select2-dropdown {
  border-radius: 5px;
  border: none;
  padding: 5px;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.01);
  width: max-content !important;
}
@media (min-width: 768px) {
  .select2-container.select2-container--default .select2-dropdown {
    width: 200px !important;
    transform: translateX(-10%);
  }
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options {
  /* ползунок скроллбара */
  scrollbar-color: #00a052 transparent;
  scrollbar-width: thin;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
  left: -100px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: transparent;
  border: 6px #00a052 solid;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  border-radius: 4px;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #00a052;
}

@media (max-width: 767.98px) {
  #map {
    touch-action: auto;
  }
}
@media (max-width: 767.98px) {
  #map > ymaps {
    touch-action: auto;
  }
}

.bottom-links.ai-img {
  display: flex;
  width: 550px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .bottom-links.ai-img {
    gap: 15px;
    width: 370px;
  }
}
@media (max-width: 767.98px) {
  .bottom-links.ai-img {
    width: 310px;
  }
}
.bottom-links.ai-img .ai-img__link {
  display: block;
  width: 248px;
  height: 72px;
}
@media (max-width: 1199.98px) {
  .bottom-links.ai-img .ai-img__link {
    width: 146px;
    height: 43px;
  }
}
.bottom-links.ai-img .ai-img__link img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}