@charset "UTF-8";
/*
 * Copyright 2021 Creativeden. All rights reserved.
 * info@creativeden.ru
 */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:focus, a:active, a:hover {
  outline: 0;
}

body > footer {
  letter-spacing: 0.2px;
}
body > footer .h4 {
  color: #313131;
}
body > footer ul {
  line-height: 24px;
}
body > footer ul li a {
  color: #6e6e6d;
}

.top__promo {
  letter-spacing: 0.2px;
}
.top__promo img {
  margin-top: -2px;
  margin-bottom: -8px;
}

.btn-sm {
  font-size: 13px;
  padding: 2px 10px;
}

.arrow-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #415268;
  background: url("../img/btn-arrow.svg") no-repeat center center;
}

.arrow-btn-white {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../img/btn-arrow-white.svg") no-repeat center center;
}

.bg-gray {
  background: #415268;
}

.btn-basket {
  width: 29px;
  height: 29px;
  background: url("../img/ico/basket-item.svg") no-repeat center center;
}

.navbar .navbar-nav.mr-auto .nav-item .nav-link {
  color: #6e6e6d;
}
.navbar .navbar-nav.mr-auto .nav-item .nav-link:hover {
  color: #3b95e0;
}
.navbar .navbar-nav.mr-auto .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar .navbar-nav.ml-auto .nav-item .nav-link {
  color: #313131;
}
.navbar .navbar-nav.ml-auto .nav-item .nav-link:hover {
  color: #3b95e0;
}
.navbar .navbar-nav.ml-auto .nav-item:last-child .nav-link {
  padding-right: 0;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #3b95e0;
  box-shadow: 0px 22px 81px 0px rgba(41, 51, 65, 0.14);
  min-width: 18rem;
}
.dropdown-menu .dropdown-item {
  display: inline-block;
  width: 49%;
  color: #6e6e6d;
  font-weight: 300;
}

.h3__price {
  font-size: 30px;
}

.gidropon-promo {
  position: relative;
  height: 100%;
}
.gidropon-promo figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.gidropon-promo + .btn {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.gidropon-promo .arrow-btn {
  border-color: #fff;
  background: url("../img/btn-arrow-white.svg") no-repeat center center;
}

.media__popular {
  position: relative;
  background: #f5f5f9;
  border-radius: 5px;
  padding: 20px 30px;
  height: 165px;
}
.media__popular figure {
  margin: 0;
}
.media__popular figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: #f5f5f9c9;
}
.media__popular:hover {
  color: #3b95e0;
}
.media__popular:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3b95e0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.media__nowbuy {
  position: relative;
}
.media__nowbuy .media__nowbuy__title {
  height: 48px;
}
.media__nowbuy .btn-basket {
  position: absolute;
  left: 0;
  bottom: 0;
}

.media__lastview {
  position: relative;
}
.media__lastview figure {
  position: relative;
}
.media__lastview:hover {
  background: rgba(0, 0, 0, 0.04);
}
.media__lastview:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #3b95e0;
}
.media__lastview:hover figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.media__lastview .btn-basket-mob {
  position: relative;
  top: -3px;
  margin-left: 7px;
}

.media__item {
  border-radius: 3px;
  height: 390px;
  position: relative;
}
.media__item .badge {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}
.media__item .btn-basket-mob {
  position: relative;
  top: -3px;
  margin-left: 7px;
}

.media__item__title {
  height: 54px;
}

.media__item__foot {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
}

.swiper-button-next, .swiper-button-prev {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: static;
  outline: 0 !important;
}

.swiper-button-next {
  background: url("../img/carousel-arrow-next.svg") no-repeat center center;
}

.swiper-button-prev {
  background: url("../img/carousel-arrow-prev.svg") no-repeat center center;
}

.lastview__carousel {
  border: 1px solid #dbe4ee;
  border-radius: 3px;
}
.lastview__carousel .swiper-slide + .swiper-slide {
  border-left: 1px solid #dbe4ee;
}

.whywe__carousel__pagination {
  position: static;
}
.whywe__carousel__pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 38px;
  height: 3px;
}

.breadcrumb {
  border-top: 3px solid #3b95e0;
}

.border-top.border-primary {
  border-width: 3px !important;
}

.popular__search {
  border-radius: 4px;
  border: 1px solid #3b95e0;
}
.popular__search .swiper-slide + .swiper-slide {
  border-left: 1px solid #dbe4ee;
}

.filtr-box {
  border-bottom: 1px solid #dbe4ee;
  padding: 20px 0;
}

.btn-filtr {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #313131;
  padding: 0;
  box-shadow: none !important;
}
.btn-filtr:after {
  content: "—";
  text-align: center;
  line-height: 22px;
  font-weight: 300;
  width: 23px;
  height: 23px;
  border: 1px solid #415268;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11.5px;
}
.btn-filtr.collapsed:after {
  content: "+";
}

.media__news {
  position: relative;
  height: 215px;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 18px;
  border: 1px solid #dbe4ee;
  border-radius: 4px;
  margin-bottom: 20px;
}
.media__news a {
  color: #313131;
}
.media__news .media__news__btns {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: none;
}
.media__news .btn {
  width: 27px;
  height: 27px;
  border: 1px solid #3b95e0;
  border-radius: 50%;
}
.media__news .btn + .btn {
  margin-left: 10px;
}
.media__news .btn-more {
  background: url("../img/ico/news-arrow-more.svg") no-repeat center center;
}
.media__news .btn-download {
  background: url("../img/ico/news-download.svg") no-repeat center center;
}
.media__news:hover {
  background-color: #f4f4f8;
  border-color: #f4f4f8;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.media__news:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3b95e0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.media__news:hover a {
  color: #3b95e0;
}
.media__news:hover .media__news__btns {
  display: block;
}
.media__news.media__blog {
  height: 420px;
  overflow: hidden;
}
.media__news.media__blog figure {
  height: 235px;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media__news.media__blog figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  flex-grow: 0;
}
.media__news.media__blog__main figure {
  height: 420px;
}

.page__content {
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6d;
}
.page__content ul {
  list-style: none;
}
.page__content ul li {
  position: relative;
}
.page__content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #3b95e0;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3.5px;
}

.nav-regionals {
  font-size: 15px;
  font-weight: 300;
}
.nav-regionals .nav-link {
  position: relative;
  color: #313131;
  padding: 15px 20px;
}
.nav-regionals .nav-link.active {
  color: #3b95e0;
}
.nav-regionals .nav-link.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #3b95e0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.table {
  font-size: 15px;
  font-weight: 300;
}
.table thead th {
  font-size: 13px;
  font-weight: 300;
  border-top: 0;
  border-bottom: 3px solid #415268;
  padding: 7px 0;
}

.media__docs {
  font-size: 15px;
}
.media__docs .media__docs__title {
  height: 54px;
  margin-bottom: 1rem;
}
.media__docs .media__docs__btns {
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
}
.media__docs .btn {
  width: 27px;
  height: 27px;
  border: 1px solid #3b95e0;
  border-radius: 50%;
}
.media__docs .btn + .btn {
  margin-left: 10px;
}
.media__docs .btn-more {
  background: url("../img/ico/news-arrow-more.svg") no-repeat center center;
}
.media__docs .btn-download {
  background: url("../img/ico/news-download.svg") no-repeat center center;
}

.media__basket__item {
  position: relative;
}
.media__basket__item .h6 {
  font-size: 11px;
  font-weight: 300;
}
.media__basket__item .btn-remove {
  position: absolute;
  right: 0.7rem;
  top: 0.2rem;
}
.media__basket__item + .media__basket__item {
  border-top: 1px solid #dee2e6;
}

.basket__total {
  font-size: 17px;
  line-height: 66px;
}
.basket__total > span {
  position: relative;
}
.basket__total > span:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #3b95e0;
  position: absolute;
  left: 0;
  bottom: 47px;
  right: 0;
}
.basket__total .basket__total__large {
  font-size: 30px;
}

.order__box {
  position: relative;
}
.order__box:after {
  content: "";
  width: 100%;
  height: 16px;
  background: url("../img/order-box-bott.svg") repeat-x 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.order__box hr {
  border-width: 1px;
  border-color: #dbe4ee;
  margin: 1rem 0;
}

.accordion .card-header {
  padding: 5px 15px;
}
.accordion .card-header .btn {
  font-size: 26px;
}

.border-rounded {
  border-radius: 0.25rem;
}

.block__pluses > div + div:before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #4f5b70;
  position: absolute;
  left: -12px;
  bottom: 40px;
}
.block__pluses > div + div:after {
  content: "";
  width: 3px;
  height: 25px;
  background-color: #4f5b70;
  position: absolute;
  left: -1px;
  bottom: 29px;
}

.card__price {
  position: relative;
  line-height: 40px;
}
.card__price del {
  position: absolute;
  left: 5px;
  bottom: 110%;
  font-size: 20px;
  line-height: 20px;
}

.card__tabs__nav {
  font-size: 15px;
}
.card__tabs__nav .nav-link {
  position: relative;
  color: #fff;
  padding: 15px 30px;
}
.card__tabs__nav .nav-link.active {
  color: #83b8e4;
}
.card__tabs__nav .nav-link.active:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #83b8e4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.card__carousel figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.card__carousel figure img {
  width: 100%;
  height: auto;
}

.card__carousel__button_prev {
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 2rem;
}

.card__carousel__button_next {
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: 2rem;
}

.tabs__other__nav {
  font-size: 15px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #f1673c;
}
.tabs__other__nav .nav-link {
  color: #313131;
  line-height: 18px;
  padding: 10px 30px;
}
.tabs__other__nav .nav-link.active {
  color: #f1673c;
  border-color: #f1673c;
  border-bottom-color: #fff;
}

.tabs__other__content {
  border: 1px solid #f1673c;
}

.separated__box {
  position: relative;
}
.separated__box > div:first-child {
  padding-right: 2rem;
}
.separated__box > div:last-child {
  padding-left: 2rem;
}
.separated__box:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #dbe4ee;
}

.nav-tabs {
  border-bottom: 0;
  position: relative;
  top: 1px;
  z-index: 1;
}
.nav-tabs .nav-link.active {
  border-bottom-color: white !important;
}

.adreses__box {
  font-size: 15px;
  font-weight: 300;
}
.adreses__box .adreses__box__head {
  font-size: 13px;
}
.adreses__box .adreses__box__head > div {
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
}
.adreses__box .row + .row {
  border-top: 1px solid #dee2e6;
}
.adreses__box .row > div {
  padding: 0.75rem;
}

.cheked__block {
  position: relative;
}
.cheked__block:hover {
  cursor: pointer;
}
.cheked__block.border-primary:after {
  content: "";
  width: 22px;
  height: 22px;
  background: #3b95e0 url("../img/cheked.svg") center center no-repeat;
  position: absolute;
  right: -7px;
  top: -11px;
  border-radius: 50%;
}

.card-header {
  background: #f4f4f8;
}

.input-group .form-control {
  height: 42px;
  margin: 0 8px;
}

.btn-catalog-top > div:first-child .btn {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-catalog-top > div:last-child .btn {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-header .close {
  width: 13px;
  height: 13px;
  padding: 0 !important;
  margin-top: 8px;
  margin-right: 2px;
  background: url("../img/ico/close.svg") no-repeat center center;
}

.home__carousel {
  position: relative;
}
.home__carousel:after {
  content: "";
  width: 245px;
  height: 3px;
  background-color: #3b95e0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.home__carousel__button_prev, .home__carousel__button_next {
  position: absolute;
  top: auto;
  bottom: 2rem;
}

.home__carousel__button_prev {
  left: 3rem;
}

.home__carousel__button_next {
  right: 3rem;
}

.block__info__foryou h5 {
  color: #d9dce1 !important;
}

.more__info {
  color: #83b8e4 !important;
}

.baza__znanyi__carousel__pagination {
  position: static;
  margin-bottom: 1rem;
}

.swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #3b95e0;
}

.amount__count {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.card__carousel__pagination {
  bottom: -5px !important;
}
.card__carousel__pagination .swiper-pagination-bullet {
  width: 33.3333%;
  margin: 0 !important;
  background-color: transparent;
}
.card__carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3b95e0;
}

.check__complect {
  cursor: pointer;
}
.check__complect.active {
  border-color: #80b941 !important;
}
.check__complect.active .media__price {
  position: relative;
  display: inline;
}
.check__complect.active .media__price:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/ico/success.svg");
  position: absolute;
  right: -25px;
  top: 3px;
  border-radius: 50%;
}

.ui-slider {
  height: 7px;
}
.ui-slider.ui-widget-content {
  background-color: #dbe4ee;
  border: 0;
  border-radius: 0;
}
.ui-slider .ui-slider-range {
  background-color: #3b95e0;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border: 2px solid #3b95e0;
  border-radius: 50%;
  background-color: #fff;
  top: -4px;
  outline: 0 !important;
}

.btn-choise {
  color: #3b95e0;
  background-color: #edf6fd;
}

.btn-choise-remove {
  color: #d14500;
  background-color: #fbebe3;
}

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