.main-slider {
  background-color: white;
}
.main-slider.indents {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 576px) {
  .main-slider.indents {
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .main-slider.indents {
    margin: 32px 0 0 0;
  }
}
.main-slider__container {
  width: 100%;
  position: relative;
}
.main-slider .slider-arrow__left {
  margin-left: 20px;
  background-image: url("../img/slider-left.png");
}
.main-slider .slider-arrow__left:hover {
  background-image: url("../img/slider-left-hover.png");
}
.main-slider .slider-arrow__right {
  margin-right: 20px;
  background-image: url("../img/slider-right.png");
}
.main-slider .slider-arrow__right:hover {
  background-image: url("../img/slider-right-hover.png");
}
.main-slider .slider-arrow__left, .main-slider .slider-arrow__right {
  display: none;
}
@media (hover) {
  .main-slider .slider-arrow__left, .main-slider .slider-arrow__right {
    display: block;
    cursor: pointer;
    pointer-events: all;
    background-size: contain;
    width: 44px;
    height: 44px;
    transition: all 0.3s;
  }
}

a {
  text-decoration: underline;
}
a, a:hover, a:active, a:focus {
  color: #2494b7;
}
a:hover {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

html,
body {
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

button.link {
  display: inline;
  border: none;
  background: none;
  font: inherit;
  color: #2494b7;
  text-decoration: none;
}

ul.social {
  display: inline-flex;
}
ul.social li:not(:last-child) {
  margin-right: 15px;
}

.mobile {
  display: none;
}

.ymaps-2-1-77-map ymaps,
.ymaps-2-1-77-map ymaps:after,
.ymaps-2-1-77-map ymaps:before {
  box-sizing: content-box !important;
}
.ymaps-2-1-77-map .ymaps-2-1-77-float-button {
  box-sizing: border-box !important;
}

.map-placemark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.map-placemark .placemark-icon {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 68px;
  background-image: url(../img/map_object.svg);
  background-size: 60px 68px;
  background-repeat: no-repeat;
}
.map-placemark .placemark-content {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.map-placemark .placemark-content span {
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
}

header .header-wrap {
  max-width: 1820px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-right: 60px;
}
header .cart {
  background: #183a7a;
  padding: 8px;
  text-align: right;
  font-size: 18px;
  color: #ffffff;
}
header .cart a {
  color: inherit;
}
header .cart span {
  font-size: 24px;
}
header .main-header {
  background: url("../img/header.png") center center repeat;
  padding: 23px 0 23px 0;
}
header .main-header .header-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .main-header .logo {
  white-space: nowrap;
}
header .main-header .logo h4 {
  font-size: 18px;
  color: #009261;
  margin-top: 16px;
}
header .main-header .branches {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 2;
  justify-content: flex-start;
  padding: 0 20px;
  font-size: 18px;
  line-height: 22px;
}
header .main-header .branches .branch-item {
  padding: 0 2%;
}
header .main-header .branches .branch-item .address {
  display: flex;
}
header .main-header .branches .branch-item .address .address-fixed-width {
  width: 200px;
}
header .main-header .branches .branch-item .address .additional-phone {
  margin-left: 40px;
}
header .main-header .branches .branch-item p {
  font-weight: bold;
}
header .main-header .contacts {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: auto;
  flex-grow: 1;
}
header .main-header .contacts .contacts-info {
  margin-left: 13%;
  white-space: nowrap;
  font-size: 18px;
}
header .main-header .contacts .contacts-info .phone {
  font-size: 36px;
}
header .main-header .contacts .contacts-info .phone a {
  color: #000;
}
header .main-header .contacts .contacts-info .phone span {
  font-size: 22px;
}
header .main-header .contacts .contacts-info > ul {
  list-style: disc;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  float: right;
  margin-top: 10px;
}
header .main-header .contacts .contacts-info > ul li:not(:last-child) {
  margin-bottom: 8px;
}
header .main-header .contacts .contacts-info > ul button {
  padding: 0;
}
header .menu {
  background: #009261;
  font-size: 16px;
  padding: 8px 0;
}
header .menu .header-wrap {
  text-align: center;
}
header .menu .menu-item {
  text-decoration: none;
  color: #ffffff;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 5px 0px;
  font-size: 20px;
}
@media (max-width: 576px) {
  header .menu .menu-item {
    font-size: 16px;
  }
}
header .menu .menu-item:hover {
  color: #000;
}
header .menu .menu-item:not(:last-child):after {
  content: "";
  display: block;
  background: #183a7a;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: 0 19px;
}
header .menu a {
  color: inherit;
  text-decoration: none;
}
header.mobile {
  display: none;
  border-bottom: 2px solid #009261;
  background: white;
}
header.mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
header.mobile .header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 9px 7px 11px 7px;
}
header.mobile .header-wrap .logo {
  margin-left: 15px;
  width: 101px;
}
header.mobile .header-wrap .social {
  padding-left: 10px;
  margin-left: auto;
}
header.mobile .header-wrap .social li img {
  width: 25px;
}
header.mobile .header-wrap .phone {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: 5px;
  padding-left: 10px;
}
header.mobile .header-wrap .cart {
  color: #000;
  background: none;
  padding: 0;
  display: inline-flex;
  font-size: 12px;
  align-items: center;
}
header.mobile .header-wrap .cart span {
  font-size: inherit;
  text-indent: 5px;
}
header.mobile #mobile-menu-wrap {
  display: block;
  width: 100%;
  position: relative;
}
header.mobile #mobile-menu-wrap .menu {
  padding: 15px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0 0 4px 4px;
  background: #009261;
  box-shadow: 0 9px 8px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  top: -5px;
}
header.mobile #mobile-menu-wrap .menu .menu-item {
  width: 100%;
  color: #fff;
}
header.mobile #mobile-menu-wrap .menu .menu-item:hover {
  color: #000;
}
header.mobile #mobile-menu-wrap .menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #000000;
}
header.mobile #mobile-menu-wrap .menu .menu-item:after {
  display: none;
}

.content > div:not(.main-page) .wrap {
  padding: 0 10px;
}
.content > div:not(.main-page).catalog-item-page, .content > div:not(.main-page).dynamic-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.content > div:not(.main-page).catalog-item-page .info-block {
  padding: 0 15px;
}
.content > div:not(.main-page).dynamic-page p {
  margin-bottom: 10px;
}
.content > div:not(.main-page) h1 {
  color: #000;
  font-size: 1.6rem !important;
}
.content > div:not(.main-page) h2 {
  color: #000;
  font-size: 1.4rem;
}
.content .main-page {
  background: url(../img/header.png) center center repeat;
}
.content .main-page .title {
  font-size: 24px;
  font-weight: bold;
}
.content .main-page .content-wrap {
  max-width: 1325px;
  width: 85%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.content .main-page .main-img {
  width: 100%;
}
.content .main-page .section-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 40px;
}
.content .main-page .section-buttons__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
}
.content .main-page .section-buttons__button a img {
  width: 150px;
}
.content .main-page .section-buttons__button a span {
  text-align: center;
  word-break: break-word;
}
.content .main-page .news-and-promotions .content-wrap > .title {
  font-weight: bold;
  font-size: 30px;
  margin-top: 40px;
}
.content .main-page .news-and-promotions .content-wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.content .main-page .news-and-promotions .content-wrap .content .item {
  max-width: 400px;
}
.content .main-page .news-and-promotions .content-wrap .content .item img {
  min-width: 100%;
  height: 260px;
}
.content .main-page .news-and-promotions .content-wrap .content .item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .main-page .news-and-promotions .content-wrap .content .item__title {
  margin-top: 15px;
  text-align: center;
}
.content .main-page .about {
  margin-top: 70px;
}
.content .main-page .about .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content .main-page .about .info {
  margin-left: 10%;
  flex-grow: 2;
  flex-basis: 50%;
}
.content .main-page .about .info p {
  margin-bottom: 20px;
}
.content .main-page .about .info ul,
.content .main-page .about .info ol {
  margin-bottom: 20px;
}
.content .main-page .about .info ul li,
.content .main-page .about .info ol li {
  margin: 7px 0;
}
.content .main-page .about .info ul li:before,
.content .main-page .about .info ol li:before {
  content: "-";
  margin-right: 5px;
}
.content .main-page .advantages-wrap {
  margin-top: 30px;
}
.content .main-page .advantages-wrap .title {
  display: none;
}
.content .main-page .advantages-wrap .advantages {
  align-items: baseline;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
.content .main-page .advantages-wrap .advantages .item {
  text-align: center;
  padding: 0 10px 10px 10px;
  width: 30%;
  white-space: pre-wrap;
  word-break: break-word;
}
.content .main-page .advantages-wrap .advantages .item .img-wrap {
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.content .main-page .advantages-wrap .advantages .item .img-wrap img {
  width: 60px;
}
.content .main-page .advantages-wrap .advantages .item .img-wrap img.speed {
  width: 50px;
}
.content .main-page .map img {
  width: 100%;
}
.content .main-page .wrap {
  padding: 10px;
  margin: 0 auto;
}
.content .main-page .wrap p {
  margin-bottom: 10px;
}

footer {
  background: url(../img/header.png) center center repeat;
  padding: 26px 0px;
}
footer .footer-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 1325px;
  width: 85%;
  margin: 0 auto;
  padding: 0 10px;
}
footer .social {
  margin: auto;
}
footer .footer-separator {
  background-color: #d2d4d6;
  width: 100%;
  height: 1px;
  margin: 16px 0;
}
footer .footer-bottom {
  display: flex;
  justify-content: end;
}
@media (max-width: 576px) {
  footer .footer-bottom {
    justify-content: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 1450px) {
  .content .main-page .news-and-promotions .content-wrap .content .item {
    max-width: 300px;
  }
  .content .main-page .news-and-promotions .content-wrap .content .item img {
    height: 194px;
  }
}
@media screen and (max-width: 1400px) {
  .social img {
    width: 50px;
  }
  header .header-wrap {
    margin-right: 0;
  }
  header .cart {
    font-size: 16px;
  }
  header .cart span {
    font-size: 18px;
  }
  header .main-header .logo img {
    width: 240px;
  }
  header .main-header .branches,
  header .main-header .contacts .contacts-info {
    font-size: 16px;
  }
  header .main-header .branches .branch-item .address .address-fixed-width {
    width: 182px;
  }
  header .main-header .branches .branch-item .address .additional-phone {
    margin-left: 36px;
  }
  header .menu .menu-item:not(:last-child):after {
    margin: 0 12px;
  }
  .content .main-page .news-and-promotions .item__title {
    font-size: 14px;
  }
  .content .main-page .advantages-wrap.content-wrap {
    width: auto;
  }
}
@media screen and (max-width: 1270px) {
  header .menu {
    font-size: 16px;
  }
  header .menu .menu-item.category-item:nth-child(4) {
    display: none;
  }
  .content .main-page .section-buttons {
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  header .main-header .branches {
    justify-content: space-around;
  }
}
@media screen and (max-width: 1120px) {
  header .main-header .contacts .social li img {
    width: 35px;
  }
  header .main-header .contacts .contacts-info {
    margin-left: 10px;
  }
  header .menu .menu-item:not(:last-child):after {
    margin: 0 10px;
  }
  header .menu .menu-item.category-item:nth-child(5) {
    display: none;
  }
  .content .main-page .news-and-promotions .content-wrap > .title {
    text-align: center;
  }
  .content .main-page .news-and-promotions .content-wrap .content {
    justify-content: center;
    gap: 20px;
  }
  .content .main-page .about .content-wrap {
    display: block;
  }
  .content .main-page .about .content-wrap img {
    margin: 0 auto;
    display: block;
  }
  .content .main-page .about .content-wrap .info {
    margin-left: 0;
    margin-top: 23px;
  }
}
@media screen and (max-width: 992px) {
  .branches {
    gap: 10px;
  }
  .branches .branch-item-ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .branches .branch-item-ul .address {
    flex-direction: column;
  }
}
@media screen and (max-width: 910px) {
  .content .main-page .popular .popular-item {
    justify-content: center;
  }
  .content .main-page .popular .popular-item .img-wrap {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  header .main-header .header-wrap .contacts {
    flex-direction: column;
    align-items: flex-end;
  }
  header .main-header .header-wrap .contacts .social {
    order: 2;
    margin-top: 10px;
  }
  header .menu .menu-item.category-item:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  header .main-header .header-wrap .branches {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  header {
    display: none;
  }
  header.mobile {
    display: block;
  }
  header.mobile .header-wrap .phone {
    margin: auto;
    padding: 0;
  }
  header.mobile .header-wrap .social {
    margin-right: 10px;
  }
  header.mobile .menu .menu-item.category-item {
    display: block;
  }
  .content .main-page .section-buttons {
    padding: 20px 20px;
    gap: 20px;
  }
  .content .main-page .section-buttons__button a {
    width: 150px;
  }
  .content .main-page .section-buttons__button a img {
    width: 150px;
  }
  .content .main-page .section-buttons__button a span.mobile-none {
    display: none;
  }
  .content .main-page .popular {
    display: none;
  }
  .content .main-page .news-and-promotions .content-wrap {
    width: 100%;
    padding: 0 32px;
  }
  .content .main-page .news-and-promotions .content-wrap > .title {
    margin-top: 29px;
    margin-bottom: 23px;
  }
  .content .main-page .news-and-promotions .content-wrap .content .item {
    max-width: 100%;
  }
  .content .main-page .news-and-promotions .content-wrap .content .item__img {
    width: 100%;
  }
  .content .main-page .news-and-promotions .content-wrap .content .item img {
    min-width: 100%;
    height: auto;
    width: 100%;
  }
  .content .main-page .about {
    display: none;
  }
  .content .main-page .advantages-wrap {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .content .main-page .advantages-wrap .title {
    text-align: center;
    margin-top: 29px;
  }
  .content .main-page .advantages-wrap .advantages {
    position: relative;
    display: block;
    font-size: 18px;
  }
  .content .main-page .advantages-wrap .advantages .item {
    text-align: center;
    width: auto;
    min-width: unset;
    max-width: unset;
  }
  .content .main-page .advantages-wrap .advantages .item .img-wrap img {
    width: 82px;
    margin: 0 auto;
  }
  .content .main-page .advantages-wrap .advantages .item .img-wrap img.speed {
    width: 72px;
  }
  .content .main-page .advantages-wrap .advantages .owl-nav .owl-prev,
  .content .main-page .advantages-wrap .advantages .owl-nav .owl-next {
    top: calc(50% - 9.5px);
    width: 44px;
    height: 29px;
  }
  .content .main-page .advantages-wrap .advantages .owl-nav .owl-prev span,
  .content .main-page .advantages-wrap .advantages .owl-nav .owl-next span {
    display: none;
  }
  .content .main-page .advantages-wrap .advantages .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: url("../img/left.png");
  }
  .content .main-page .advantages-wrap .advantages .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: url("../img/right.png");
  }
  .content .main-page .contacts.mobile {
    display: block;
  }
  .content .main-page .contacts.mobile {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 17px;
  }
  .content .main-page .contacts.mobile .title {
    margin-top: 29px;
  }
  .content .main-page .contacts.mobile .branches .branch-item-ul {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  .content .main-page .contacts.mobile .branches .branch-item-ul .address {
    display: flex;
  }
  .content .main-page .contacts.mobile .branches .branch-item {
    margin-top: 23px;
  }
  .content .main-page .contacts.mobile .branches .branch-item p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .content .main-page .contacts.mobile .branches .branch-item ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .content .main-page .contacts.mobile .social {
    margin-top: 25px;
  }
  footer {
    display: none;
  }
  #catalog-item-add-widget-pjax table tr td:nth-child(2),
  #catalog-item-add-widget-pjax table tr th:nth-child(2) {
    display: none;
  }
  #catalog-item-add-widget-pjax table tr td:nth-child(3),
  #catalog-item-add-widget-pjax table tr th:nth-child(3) {
    max-width: 42%;
    width: 42%;
    word-break: break-word;
  }
}
@media only screen and (max-width: 480px) {
  header.mobile .header-wrap .phone {
    font-size: 14px;
  }
  header.mobile .header-wrap .social li:not(:last-child) {
    display: none;
  }
  .content .main-page .contacts.mobile .branches .branch-item-ul {
    flex-direction: column;
    gap: 0;
  }
  .content .main-page .contacts.mobile .branches .branch-item-ul .address {
    display: flex;
  }
}
@media only screen and (max-width: 380px) {
  header.mobile .header-wrap .phone {
    font-size: 12px;
  }
  header.mobile .header-wrap .social {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
