/* @import "../fonts/webfonts/montserrat.css";
@import "../fonts/ttf/montserrat.css";
@import "../fonts/otf/montserrat.css"; */

body {
  font-family: 'Montserrat', sans-serif;
  font-display: optional;
  max-width: 1920px;
  margin: 0 auto;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

/*
.mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fcfcfc;
    z-index: 1001;
}

.mobile-menu__inner {
    padding: 16px;
}

.mobile-menu__line-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu__logo {
    height: 48px;
}

.mobile-menu__logo-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.mobile-menu__closed {
    color: #000;
    text-decoration: none;
    font-size: 1.8em;
}

.mobile-menu__menu {
    margin: 16px 0;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu__item {
    padding: 8px 0;
}

.mobile-menu__link {
    text-transform: uppercase;
    font-size: 0.875em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.mobile-menu__phone {
    margin: 16px 0;
    color: #000;
}

.mobile-menu__phone-text {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
    font-size: 0.875em;
}

.mobile-menu__phone-list {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.mobile-menu__phone-item {
    padding: 8px 0;
}

.mobile-menu__phone-link {
    text-transform: uppercase;
    font-size: 0.875em;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
*/
.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #fff;
  border: 3px solid #e51632;
  color: #e51632;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

@media (max-width: 992px) {
  .line-top__callback {
    font-size: 0.65em;
    padding: 0;
    margin: 0 4px;
  }
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.burgerMenu__btn {
  display: none;
  z-index: 1002;
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: fixed;
  background: 0;
  float: right;
  margin: 2rem;
  height: 2.7rem;
  width: 3.5rem;
  outline: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 992px) {
  .burgerMenu__btn {
    display: block;
  }
}

@media (min-width: 1630px) {
  .container {
      min-width: 1600px;
  }
}

.content__master {
  padding: 16px 0;
}

.burgerMenu__bar,
.burgerMenu__bar::before,
.burgerMenu__bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #000;
  margin: auto;
  width: 100%;
  height: 0.3rem;
  content: '';
  top: 50%;
  right: 0;
}

.burgerMenu__bar {
  margin-top: -0.2rem;
}

.burgerMenu__bar::before {
  top: -1.2rem;
}

.burgerMenu__bar::after {
  top: 1.2rem;
}

.burgerMenu__bar::before,
.burgerMenu__bar::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.burgerMenu__btn.active .burgerMenu__bar {
  background: 0;
}

.burgerMenu__btn.active .burgerMenu__bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.burgerMenu__btn.active .burgerMenu__bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.burgerMenu__btn.active .burgerMenu__bar::before,
.burgerMenu__btn.active .burgerMenu__bar::after {
  top: 0;
}

.burgerMenu__btn.active .burgerMenu__bar,
.burgerMenu__btn.active .burgerMenu__bar::before,
.burgerMenu.active .burgerMenu__bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

.burgerMenu__nav {
  z-index: 1001;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 28, 87, 0.8);
  position: fixed;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 6.2rem;
}

.menu-open .burgerMenu__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.burgerMenu__list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.burgerMenu__item {
  font-size: 2.6rem;
  text-transform: uppercase;
}

.burgerMenu__link {
  display: block;
  padding: 20px 8px;
  color: #fff;
}

.burgerMenu__link:hover,
.burgerMenu__link:focus,
.burgerMenu__link:active {
  background-color: rgba(229, 22, 50, 0.8);
  text-decoration: none;
  color: #fff;
}

.help-modal {
  color: #ffffff;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(5, 28, 87, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #00247d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #e51632;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #fff;
  color: #e51632;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.shapka__adress-img {
  width: 17px;
  margin-right: 12px;
}

.kol-vo-tov {
  position: absolute;
  right: 0;
  top: -12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
  background-color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 4px;
  min-width: 19px;
  border-radius: 50%;
}

.shapka-cart__img {
  position: relative;
  margin-right: 12px;
}

.shapka-cart__img .shapka__adress-img {
  width: 22px;
}

.shapka__adress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo__text {
  font-size: 0.8em;
  font-weight: 600;
  padding: 12px 0;
}

.shapka-menu {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 12px 0;
}

.topMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topMenu__item {
  margin-left: 32px;
}

.topMenu__item a {
  font-size: 14px;
  color: #000000;
}

.topMenu__item a:hover {
  color: #000000;
}

@media (max-width: 992px) {
  .topMenu {
    display: none;
  }
}

.shapkaInfoPhone a {
  font-size: 12px;
  color: #000000;
  line-height: 11px;
}

.shapka-adress__sub {
  line-height: 10px;
}

.shapka-adress__sub a {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}

.shapka-adress__sub a:hover {
  cursor: pointer;
}

.rejim__item {
  display: inline-block;
  font-size: 0.8em;
  padding-bottom: 12px;
  margin-right: 8px;
}

.shapkaInfo__number {
  font-weight: 600;
  font-size: 0.9em;
}

.obZvonok__btn {
  padding: 12px 32px;
  border: 3px solid #e51632;
  color: #e51632;
}

.obZvonok {
  margin: 48px 0;
}

.shapkaKurs {
  text-transform: uppercase;
  font-size: 0.8em;
}

.content {
  background-color: #fff;
}

.leftMenu__list {
  border: solid 1px #ececec;
  margin-bottom: 32px;
}

.leftMenu__active {
  background-color: #051c57;
  color: #fff;
}

.leftMenu__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
  padding: 8px 32px;
  background-color: #00237d;
}

.leftMenu__item a,
.leftMenu__sum {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #000000;
  padding: 6px 32px;
  display: block;
  background-color: #fff;
  width: 100%;
}

.leftMenu__sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline-style: none;
}

.leftMenu__sum:hover {
  cursor: pointer;
}

.leftMenu__sum:before {
  content: none;
}

.leftMenu__item a:hover {
  background-color: #00237d;
  color: #fff;
}

.leftMenu__item a.active {
  background-color: #00237d;
  color: #ffffff !important;
}

.menuPlitka__item {
  margin-bottom: 24px;
}

.menuPlitka-item {
  display: inline-block;
  margin-right: -4px;
  float: none;
}

.menuPlitka__title {
  padding: 16px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.menuPlitka__img {
  width: 100%;
}

.menuPlitka__bg {
  display: none;
  background-color: #e51632;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  bottom: -30px;
  z-index: 600;
}

.menuPlitka__item:hover .menuPlitka__bg {
  display: block;
}

.genTitle {
  color: #00247d;
  font-size: 3.5em;
  text-transform: uppercase;
}

.contentGen {
  background-color: #ecf0f8;
}

.menuPlitka2 {
  margin: 48px 0;
}

.menuPlitka2__item {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  width: 100%;
  margin-bottom: 24px;
}

.menuPlitka2__title,
.menuPlitka2__img {
  display: inline-block;
  width: 50%;
}

.menuPlitka2__img {
  height: 100%;
}

.menuPlitka2__title {
  padding: 32px 16px;
  font-weight: 600;
  font-size: 1.2em;
  color: #000;
}

.footer {
  background-color: #051c57;
  padding: 16px 0;
}

.footerMenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footerMenu__item {
  margin-right: 16px;
}

.footerMenu__item a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footerLine__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.footerLine__inner a {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.contentGen {
  padding-bottom: 48px;
}

.footerLine {
  background-color: #1c1c1c;
  padding: 16px 0;
}

.leftBanner {
  width: 100%;
  margin: 16px 0;
}

.leftBanner__img {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.leftBanner__title {
  /*    display: flex;
    justify-content: space-between;*/
  background-color: #fff;
  color: #000;
  padding: 16px 24px;
  /*    vertical-align: middle;*/
}

.leftBanner__arrow {
  height: 100%;
}

.leftBanner__text,
.leftBanner__arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.leftBanner__text {
  width: 88%;
}

.leftBanner__arrow {
  width: 12%;
  text-align: right;
}

@media (max-width: 992px) {
  .shapkaInfoPhone {
    display: block;
  }
}

@media (max-width: 768px) {
  .footerMenu {
    display: block;
  }

  .footerMenu__item {
    margin-bottom: 12px;
  }
}

.shapkaInfoPhone__inner {
  display: inline-block;
  padding-bottom: 8px;
}

.rejim__item__inner {
  padding-bottom: 16px;
}

.shapkaInfo__inner {
  padding: 24px 0;
}

.obZvonok__inner {
  margin: 24px 0;
}

.tovar {
  display: inline-block;
  margin-bottom: 12px;
  width: 31%;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  margin: 12px 8px;
  position: relative;
}

.zagolovok {
  border-top: 1px solid #dddddd;
  min-height: 80px;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tovar a {
  color: #000;
  font-weight: 600;
}

.tovar img {}

.tovar .left-button {
  /*    position: absolute;
    top: 128px;
    right: 8px;*/
  margin: 0 8px;
}

.tovar .right-button {
  /*    position: absolute;
    top: 88px;
    right: 8px;*/
  margin: 0 8px;
}

.SearchInput {
  border-radius: 5px;
  border: solid 1px #ececec;
  background-color: #f7f7f7;
  font-size: 10px;
  font-weight: 300;
  color: #00237d;
  padding: 8px 54px 8px 16px;
  outline-style: none;
}

.shapkaSearch {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 8px;
  top: 6px;
}

#SearchButton {
  outline-style: none;
}

@media (max-width: 992px) {
  .SearchInput {
    color: #000000;
  }
}

.shapkaCart {
  padding-top: 24px;
}

@media (max-width: 1200px) {
  .tovar {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .tovar {
    width: 47%;
  }
}

@media (max-width: 768px) {
  .tovar {
    width: 98%;
  }
}

.help-text {
  color: #ff0000;
  font-size: 0.875em;
}

.formMain__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 4px 16px;
  /*margin-bottom: 12px;*/
}

.form__row {
  margin-bottom: 16px;
}

.cart_summary {
  font-size: 1.2em;
  font-weight: 700;
  padding: 8px 0;
  text-align: right;
}

.shop_cart {
  width: 100%;
  max-width: 100%;
}

.shop_cart tr th {
  border: 2px solid #000;
  padding: 8px;
}

.shop_cart tr td {
  border: 2px solid #000;
  padding: 8px;
}

.shop_cart tr td:first-child {
  width: 30%;
}

.shop_cart tr td:last-child {
  width: 5%;
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 30px;
  background: transparent url("../images/arrow.png") no-repeat left top;
}

.rslides_nav:active {
  opacity: 1.0;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  left: 260px;
}

.rslides_nav:focus {
  outline: none;
}

.pictures {
  position: relative;
}

.pictures img {
  width: 100%;
}

.shop_cart {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px #00237d
}

.shop_cart td,
.shop_cart th {
  padding: 5px;
  vertical-align: top
}

.shop_cart img {
  width: 200px;
  border-radius: 5px
}

.shop_cart a {
  text-decoration: none;
  color: #00237d
}

.shop_cart input {
  padding: 5px;
  border: 1px solid #00237d;
  border-radius: 5px
}

.button_cart {
  margin-top: 10px
}

.button_cart a {
  font-weight: 400;
  margin-right: 10px;
  padding: 8px;
  color: #fff;
  border-radius: 5px
}

.button_cart a:hover {
  background: #d1132c
}

.buyer h3 {
  font-size: 24px;
  float: left;
  width: 100px;
  margin: 0;
}

.phoneMenuLeft {
  display: none;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #dddddd;
}

.phoneMenu__item {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
}

.phoneBanner {
  display: none;
}

@media (max-width: 992px) {
  .leftMenu__list {
    display: none;
  }

  .phoneMenuLeft {
    display: block;
  }

  .phoneBanner {
    display: block;
  }
}

@media (max-width: 768px) {
  .shapka {
    background-image: none;
    background-color: #fff;
    text-align: center;
  }

  .shapkaInfo__inner {
    text-align: center;
  }

  .shapkaInfo {
    padding: 16px 0;
  }

  .content {
    padding: 16px 0;
  }
}

.news-block {
  padding: 42px 0;
}

.news__img {
  width: 100%;
}

.news__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #ececec;
}

.news__date {
  font-size: 10px;
  font-weight: 100;
  color: #000000;
  margin-bottom: 16px;
}

.news__title {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #00237d;
}

.news__text {
  font-size: 10px;
  color: #000000;
}

.news__img {
  padding: 22px 32px;
  border-right: solid 1px #ececec;
  width: 45%;
}

.news__info {
  padding: 12px;
}

.tovar img {
  max-width: 100%;
}

.fotoGallery__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fotoGallery__img {
  width: 100%;
}

.fotoGallery__item {
  margin-bottom: 16px;
}

.gallery__item img {
  width: 100%;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-carouselGen .owl-item img {
  max-width: 100% !important;
}

.stati__img {
  width: 100%;
}

div#LoginNameDiv {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  margin: 0 0 8px;
  border: 1px solid #000000;
}

.tovar .price {
  font-weight: 600;
  color: #e51632;
  font-size: 1.2em;
  margin: 16px 0;
}

.goodZakaz {
  border: 2px solid #000000;
  margin: 16px 0;
}

.goodZakaz__inner {
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 1.4em
}

.goodSended {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
}

.filterBrand {
  padding: 4px 8px;
  border: 1px solid #666666;
}

.instagram-block {
  padding: 48px 0;
  background-color: #f7f7f7;
}

.insta__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 20%;
}

.insta__item img {
  width: 100%;
  border: solid 1px #f7f7f7;
}

@media (max-width: 768px) {
  .instagram-block {
    margin: 0;
    padding: 24px;
  }
}

.instagram-block__left {
  padding: 40px 35px 0;
}

@media (max-width: 1044px) {
  .instagram-block__left {
    padding: 16px 16px 0;
  }
}

.instagram-block__left_bottom {
  padding: 0 35px 40px;
}

@media (max-width: 1044px) {
  .instagram-block__left_bottom {
    padding: 0 16px 16px;
  }
}

.instagram-block__header {
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .instagram-block__header {
    font-size: 1.2em;
  }
}

@media (max-width: 1280px) {
  .instagram-block__header {
    font-size: 1.2em;
  }
}

.instagram-block__link {
  font-size: 1.5em;
  font-weight: 500;
  color: #000000;
  padding: 42px 0;
  display: block;
}

@media (max-width: 1280px) {
  .instagram-block__link {
    font-size: 1.2em;
  }
}

.instagram-block__link:hover,
.instagram-block__link:active,
.instagram-block__link:focus {
  color: #000000;
}

.instagram-block__text {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}

@media (max-width: 1044px) {
  .instagram-block__text {
    font-size: 0.575em;
  }
}

.stati__inner {
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
  border-top: 1px solid #ddd;
}

.videoBtn {
  margin: 24px 0;
  text-align: center;
}

.videoBlock {
  padding: 16px 0;
}

@media (max-width: 992px) {

  .shapkaInfo,
  .logo {
    display: none;
  }
}

.carraro-banner-string {
  text-align: center;
}

.carraro-banner-string__link {
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  color: #e51632;
}

.carraro-banner-string__link:hover,
.carraro-banner-string__link:focus,
.carraro-banner-string__link:active {
  color: #d1132c;
}

.korona {
  margin: 54px 0 32px;
}

.korona__inner {
  border: 2px solid red;
  padding: 32px;
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
}

.shapka-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: solid 1px #ececec;
}

.catalog-name {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.catalog-name:after {
  content: "▼";
  color: #e51531;
  font-size: 10px;
  margin-left: 12px;
}

.catalog-icon {
  width: 20px;
  margin-right: 16px;
}

.catalog-icon {
  color: #000;
}

.slider {
  background: linear-gradient(to right, #f7f7f7 70%, #00237d 30%)
}

.slider__inner {
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-text {
  min-width: 300px;
}

.slider__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}

.slider__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #e51632;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.slider__list {
  padding: 0;
  margin: 0;
  padding-left: 18px;
  margin-bottom: 42px;
}

.slider__li {
  list-style-type: "★";
  color: #e51632;
  padding-left: 8px;
  font-size: 18px;
  line-height: 2;
}

.slider__li span {
  color: #000;
}

.slider-btn a {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 8px 42px;
  background-color: #00237d;
  display: block;
}

.white-block {
  padding-top: 54px;
}

.dobl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gen__title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.gen__link a {
  font-size: 12px;
  font-weight: 500;
  color: #00237d;
  text-transform: uppercase;
  text-decoration: underline;
}

.popular {
  padding: 42px 0;
}

.popular__col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 25%;
  border: 1px solid #ececec;
}

.popular__item {
  text-align: center;
  padding:
}

.popular__col:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.24);
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.popular__title {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  padding: 8px 0;
}

.popular__item img {
  width: 60%;
  padding-top: 12px;
}

.form__inner {
  background-color: #00237d;
  padding: 32px 30px;
  color: #fff;
}

.form__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forma__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forma-con {
  margin-top: 8px;
  margin-left: 16px;
}

.formMain__row {
  margin-left: 16px;
  width: 100%;
}

.form__input {
  width: 100%;
  padding: 9px 16px;
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
  outline-style: none;
  font-size: 10px;
  font-weight: 500;
}

.form__input::-webkit-input-placeholder {
  color: #fff;
}

.form__input::-moz-placeholder {
  color: #fff;
}

.form__input:-moz-placeholder {
  color: #fff;
}

.form__input:-ms-input-placeholder {
  color: #fff;
}

.forma-btn {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  background-color: #e51533;
  padding: 9px 32px;
  border: 1px solid #e51533;
  text-transform: uppercase;
}

.forma-btn:hover {
  background-color: inherit;
  color: #e51533;
}

.forma__title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.forma__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.forma__right {
  min-width: 65%;
}

.grey-block {
  padding: 54px 0;
  background-color: #f7f7f7;
}

.akcii__item {
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.akcii__img {
  position: relative;
  padding: 12px 0;
  background-color: #fff;
  border-bottom: solid 1px #ececec;
}

.akcii__img img {
  width: 100%;
}

.akcii__red {
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #ececec;
  background-color: #e51533;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 8px;
}

.akcii__title {
  font-size: 10px;
  font-weight: 500;
  color: #00237d;
  text-transform: uppercase;
  padding: 8px 8px 4px;
}

.akcii__text {
  font-size: 10px;
  color: #000000;
  padding: 0 8px;
}

.akcii__price {
  font-size: 10px;
  font-weight: 500;
  color: #e51533;
  padding: 4px 8px 8px;
}

.akcii {
  padding-top: 54px;
}

.img-block {
  width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}

.img-block:after {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.videoBlock__inner {
  padding: 16px 0;
}

.pop-items {
  padding: 32px 0 54px;
}

.cart-price:after {
  content: " руб.";
}

.poleznoe__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #ececec;
  background-color: #ffffff;
}

.poleznoe__text {
  font-size: 10px;
  color: #000000;
  margin-bottom: 16px;
}

.poleznoe__title {
  font-size: 10px;
  font-weight: bold;
  color: #00237d;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.poleznoe__link a,
.poleznoe__link {
  font-size: 10px;
  font-weight: bold;
  color: #e51533;
}

.poleznoe__img {
  border-right: solid 1px #ececec;
  padding: 8px;
}

.poleznoe__info {
  padding: 8px 12px;
}

.poleznoe__inner {
  padding: 42px 0;
}

.video__item {
  border: solid 1px #ececec;
}

.video__title {
  border-top: solid 1px #ececec;
  padding: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #00237d;
}

.about__inner {
  text-shadow: 0 0 4px #000000;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.about-block {
  background: linear-gradient(to right, #00237d 70%, #e51533 30%);
  position: relative;
  margin: 12px 0 72px;
  padding: 54px 0 32px;
}

.about__img {
  position: absolute;
  right: 0;
  bottom: -52px;
  width: 150vh;
  z-index: 1;
  max-width: 60%;
}

.about__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 32px;
}

.brands {
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  margin-top: 108px;
}

.brands__item img {
  padding: 42px 16px;
  border-right: solid 1px #f0f0f0;
  border-left: solid 1px #f0f0f0;
}

.pop-item__drop {
  display: none;
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
}

.pop-item {
  /* display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 25%; */
  border: solid 1px #ececec;
  position: relative;
}

.pop-item img {
  width: 100%;
}

.pop-item__img {
  width: 100%;
  padding: 12px 16px;
  border-bottom: solid 1px #ececec;
}

.pop-item__title {
  font-size: 10px;
  font-weight: bold;
  color: #00237d;
  padding: 8px 10px;
}

.pop-item__proiz,
.pop-item__ves {
  padding: 2px 10px;
  font-size: 10px;
  color: #000000;
}

.item__proiz {
  font-size: 15px;
  color: #000000;
}

.item__proiz a {
  color: #e51732;
}

.pop-item__price {
  padding: 2px 10px 12px;
  font-size: 10px;
  font-weight: bold;
  color: #e51533;
}

.spec-price, .price {
  font-size: 16px;
  font-weight: bold;
  color: #e51533;
}

.pop-item:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.24);
}

.pop-item:hover .pop-item__drop {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-item__in a {
  padding: 8px 12px;
  background-color: #00237d;
  font-size: 10px;
  color: #fff;
  display: block;
  width: 100%;
}

.pop-item__kup a {
  padding: 8px 12px;
  background-color: #e51533;
  font-size: 10px;
  color: #fff;
  display: block;
  width: 100%;
}

.pop-item__kup input {
  border: none;
  padding: 8px 12px;
  background-color: #e51533;
  font-size: 10px;
  color: #fff;
  display: block;
  width: 100%;
}

.pop-item__in,
.pop-item__kup {
  width: 100%;
  text-align: center;
}

.showMe {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px 0;
  margin-bottom: 20px;
}

@media (max-width: 992px) {

  /*.shapka,*/
  .shapka-menu {
    display: none;
  }

  .shapkaSearch,
  .shapkaSearch input {
    width: 100%;
  }

  .slider__inner,
  .form__inner,
  .footerMenu,
  .footerLine__inner {
    display: block;
  }

  .slider__img {
    width: 100%;
  }

  .forma__subtitle {
    margin-bottom: 16px;
  }

  .forma__right {
    justify-content: flex-start;
  }

  .formMain__row {
    margin-left: 0;
    margin-right: 16px;
  }

  .akcii__item,
  .poleznoe__item,
  .news__item,
  .video__item,
  .instagram-block__text {
    margin-bottom: 16px;
  }

  .news__img {
    width: 30%;
  }

  .news__info {
    width: 70%;
  }

  .instagram-block__link {
    padding: 12px 0;
  }

  .footerMenu,
  .footerLine__inner {
    text-align: center;
  }

  .slider {
    background: #fff;
    /*linear-gradient(to bottom, #f7f7f7 70%, #00237d 30%)*/
  }

  .slider__img {
    display: none;
  }
}

@media (max-width: 768px) {

  .popular__col {
    width: 50%;
  }

  .showMe {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 540px) {

  .dobl-title,
  .forma__right {
    display: block;
  }

  .formMain__row {
    margin-bottom: 12px;
  }

  .poleznoe__img {
    width: 30%;
  }
}

@media (max-width: 450px) {
  .showMe {
    grid-template-columns: repeat(1,1fr);
  }
}

.leftMenu__sum::-webkit-details-marker {
  display: none
}

.leftMenu__sum:after {
  content: "▼";
  color: #e51531;
  font-size: 10px;
  margin-left: 12px;
}

.leftMenu__det[open] .leftMenu__sum:after {
  transform: rotate(100grad);
}

.leftMenu__det .leftMenu__item a {
  padding-left: 42px;
  color: #888888;
}

.leftMenu__det .leftMenu__item a:hover {
  color: #fff;
}

.content .forma__title {
  font-size: 16px;
}

.content .forma__subtitle {
  font-size: 12px;
}

.content .forma-btn {
  padding: 9px 12px;
}

.content-video {
  padding: 42px 0;
}

.poleznoe__left .poleznoe__img {
  border-right: none;
}

.tovarins-item {
  border-bottom: solid 1px #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 0;
}

.tovarins-item__title {
  font-size: 12px;
  color: #9b9b9b;
}

.tovarins-item__vivod {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}

.tovarins-item__vivod a {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}

.new-tovarins__priceblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.new-tovarins__buy a {
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #e51533;
  padding: 6px 32px;
}

.new-tovarins__spec-price {
  font-size: 12px;
  font-weight: bold;
  color: #e51533;
}

.tovarins-opisanie {
  padding: 16px 0;
}

@media (max-width: 992px) {

  .shapka__logo,
  .shapka__adress,
  .leftmenu {
    display: none;
  }
}

.content-right {
  padding: 32px 0;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand {
  margin: 0 -2px;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand {
  width: 100%;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand input {
  display: none;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand tbody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0 8px;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand tr {
  width: 10%;
  text-align: center;
  padding: 0 2px;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand img:hover {
  cursor: pointer;
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand img {
  width: 100%;
  /*border: 1px solid #ddd;*/
}

table#ContentPlaceHolderProducts_RadiobuttonsFilterBrand label {
  text-align: center;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.category-list__item {
  width: 200px;
  text-align: center;
  padding: 8px;
}

.category-list__img {
  width: 100%;
}

.category-list__link {
  color: #000;
  font-weight: 700;
}

/*Мобильное меню*/
/* ::-webkit-scrollbar {
  display: none;
} */
.mobile-menu {
  display: none;
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #00237d;
  width: 100%;
  height: 100%;
  /*display: flex;*/
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__left {
  overflow-y: auto;
  border-right: 1px solid #ffffff;
}

.mobile-menu__right {
  overflow-y: auto;
  width: 100%;
}

.mobile-menu-icon__link {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 24px;
  font-size: 0.875em;
  border-bottom: 1px solid #ffffff;
}

.mobile-menu-text__list {
  display: none;
  width: 100%;
}

.mobile-menu-text__list.active {
  display: block;
}

.mobile-menu-text__link {
  display: block;
  padding: 8px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.pop-item-img {
  display: block;
  height: 140px;
  min-height: 140px;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.fast-buy,
.fast-buy:hover,
.fast-buy:focus,
.fast-buy:active {
  margin-left: 8px;
  background-color: #e51732;
  color: #f0f0f0;
  padding: 14px 24px;
}

.modal-fast-buy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.modal-fast-buy__bg {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-fast-buy__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 450px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.modal-fast-buy__header {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
}

.modal-fast-buy__row {
  padding: 8px 0;
}

.modal-fast-buy__input {
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #f0f0f0
}

.modal-fast-buy__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-fast-buy__order,
.modal-fast-buy__order:hover,
.modal-fast-buy__order:active,
.modal-fast-buy__order:focus {
  background-color: #e51732;
  color: #f0f0f0;
}

.modal-fast-buy__close,
.modal-fast-buy__close:hover,
.modal-fast-buy__close:active,
.modal-fast-buy__close:focus {
  background-color: #00237d;
  color: #f0f0f0;
}

.mobile-cart__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mobile-cart {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 16px 8px 8px;
}

@media(min-width: 992px) {
  .mobile-cart {
    display: none;
  }
}

.plus_me,
.minus_me {
  display: block;
  background-color: #00237d;
  color: #f0f0f0;
  cursor: pointer;
  margin: 4px auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.button {
  background-color: #00237D;
  border: none;
  font-weight: bold;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #00237D;
}

.button1:hover {
  background-color: #00237D;
  font-weight: bold;
  color: #fff;
}

.line-top__soc .fa-whatsapp-square {
  font-size: 2em;
  color: #25d366;
}

.topMenu__item .fa-whatsapp {
  font-size: 1.6em;
  color: #25d366;
}

.gallery img {
  width: 100%;
}

.gallery div {
  margin-bottom: 16px;
}

#ContentPlaceHolderProducts_LinksBrands {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.links-brands {
  margin-right: 8px;
}

.links-brands__img {
  width: 80px;
}

.line-top__soc .fa-phone-square {
  font-size: 2em;
  color: #00237d;
}

#ContentPlaceHolderProducts_LinksModels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

#ContentPlaceHolderProducts_LinksModels li {
  padding-right: 16px;
}

.buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video__item img {
  width: 100%;
}

.video__item {
  position: relative;
  margin-bottom: 20px;
}

.video__item:hover {
  cursor: pointer;
}

.video__item:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.tovar-ins__amount {
  /*justify-content:  center;*/
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  align-content: center;
  text-align: center;
  border-radius: 20px;
  flex-wrap: wrap;
}

.tovar-ins__amount-input-1 {
  width: 44px;
  border: none !important;
  outline-style: none;
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 0 !important;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.someBtn,
.tovar-ins__minus-1,
.tovar-ins__plus-1 {
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #f5f5f5;
  vertical-align: middle;
}

.tovar-ins__minus-1:hover,
.tovar-ins__plus-1:hover {
  cursor: pointer;
}

.new__footer {
  background-color: #f7f7f7;
  padding: 30px 0;
}

.new-footer__title {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.new-footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.new-footer__list li {
  color: #1c1c1c;
  margin-bottom: 6px;
}

.new-footer__list a {
  color: #1c1c1c;
}

.footer-search {
  background-color: #273e79;
  padding: 12px 0;
}

.foter-search__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-search__insta a {
  color: #fff;
  padding: 8px;
  border: 1px solid #485f9a;
  border-radius: 25px;
}

.footer-sinput {
  border: 1px solid #485f9a;
  border-radius: 25px;
  background-color: inherit;
  color: #fff;
  padding: 8px;
  min-width: 400px;
  max-width: 100%;
  outline-style: none;
}

.footer-sinput::placeholder {
  color: #fff;
}

.footer-search__search {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  font-size: 1.4em;
}

@media (max-width:992px) {
  .foter-search__inner {
    display: block;
  }

  .footer-search__insta a {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }

  .footer-search__search,
  .footer-sinput {
    width: 100%;
  }

  .footer-sinput {
    min-width: 0;
    text-align: center;
  }
}

.video-col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 16px;
}

.enter-btn a {
  background-color: #00237d;
  color: #fff!important;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }
}