@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*:hover,
*:focus,
*:active {
  outline: none;
}

.container {
  max-width: 1540px;
}
@media (min-width: 1200px) {
  .container {
    width: 1540px;
  }
}
.container-fluid {
  max-width: 100%;
}

@media (max-width: 479px) {
  .logo {
    padding: 0 15px;
  }
}
h1,
.h1,
.h2,
.h3 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 20px 0;
}

h1,
.h1 {
  font-size: 27px;
  color: #43497a;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 21px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

.h2 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .h2 {
    font-size: 21px;
  }
}

.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
}
@media (max-width: 991px) {
  .h3 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .h3 {
    font-size: 18px;
  }
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer;
}
a span {
  color: #000;
}
a small {
  color: rgba(0, 0, 0, 0.5);
}

p {
    font-family: "Roboto", sans-serif;
    /* font-size: 14px; */
    font-size: 1.6rem;
    line-height: 2.4rem;
}

body {
  background-color: #fff;
  transition: ease-in-out 0.3s;
  min-width: 320px;
  min-height: 1000px;
  overflow-x: hidden;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-as-banner .advList {
  display: none;
}
.product-as-banner .wrapperContainer {
  overflow: hidden;
}
main {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 29px;
}
@media (max-width: 991px) {
  main {
    padding-top: 0;
  }
}

hr {
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 0.25;
}

.left {
  float: left;
}

.right {
  float: right;
}

.green {
  color: green;
}

.red {
  color: red;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.dashed {
  border-bottom: 1px dashed #aaa;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.catalog-table [class*="col-"] {
  margin-bottom: 30px;
}

@mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.element p {
  @include vertical-align;
}
::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.35s ease-in-out;
}

:-moz-placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.35s ease-in-out;
}

::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.35s ease-in-out;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.35s ease-in-out;
}

:hover::-webkit-input-placeholder {
  opacity: 0.75;
  transition: opacity 0.35s ease-in-out;
}

:hover:-moz-placeholder {
  opacity: 0.75;
  transition: opacity 0.35s ease-in-out;
}

:hover::-moz-placeholder {
  opacity: 0.75;
  transition: opacity 0.35s ease-in-out;
}

:hover:-ms-input-placeholder {
  opacity: 0.75;
  transition: opacity 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.ui-helper-hidden-accessible {
  display: none;
}

.admin-style a span {
  color: inherit;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #e8e8e8;
}

.nav-tabs_scroll-x {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.lg-outer .lg-thumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: white;
}
.lg-outer .lg-thumb-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.header-top {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 22px;
  position: relative;
  z-index: 26;
}
@media only screen and (max-width: 767px) {
  .header-top-city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5px;
    width: 100%;
  }
}
.header-top-city_select {
  display: inline-block;
  font-size: 12px;
  margin-right: 31px;
}
.header-top-city_select i {
  color: #ffac00;
}
@media (max-width: 767px) {
  .header-top-city_select {
    margin-right: 0;
  }
}
.header-top-city_icon {
  background: url(../img/arrow-bottom.png) no-repeat center center;
  color: #ffac00;
  display: block;
  float: right;
  height: 14px;
  margin: 5px 0 0 8px;
  width: 14px;
}
.header-top-city_link {
  color: #000;
  cursor: pointer;
  margin-left: 2px;
}
.header-top-city_link i {
  position: relative;
  top: -1px;
}
.header-top-city_city {
  display: inline-block;
  font-size: 12px;
  padding: 0 15px;
}
.header-top-city_phone {
  color: #000;
}
.header-middle {
  background-color: #fff;
  min-height: 70px;
  padding: 8px 0;
  position: relative;
  z-index: 999;
}
.header-middle .logo {
  display: table;
  margin: 0px auto;
  margin-left: 0;
}

.card-category_all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px;
}

.block-categories__item {
  width: 20%;
  display: flex;
}
.top-kat-menu {
  box-shadow: 0 1rem 1.7rem rgb(24 23 23 / 14%);
  margin-bottom: 18px;
  padding: 8px 0;
  border-bottom: 1px solid #dcd7d7;
  border-top: 1px solid #f4f0f0;
  background: white;
}
.logo img {
  width: 90%;
}
@media only screen and (max-width: 991px) {
  .header-middle .logo {
    float: right;
  }
}
.header-middle .theme-btn_search {
  margin-left: -50px;
  position: relative;
  z-index: 2;
  display: none;
}
.telefon {
  display: block;
  margin-top: 16px;
}
.telefon p {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #4f589f;
  text-align: center;
}
.telefon a span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #6a5f5f;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  display: block;
  line-height: 17px;
  letter-spacing: 0px;
}
.header-bottom .navbar {
  margin-bottom: 0;
}
.header-bottom .navbar > li a {
  line-height: 28px;
}
.header + div {
  padding-top: 29px;
}

.slogan {
  font-size: 11px;
  text-align: center;
}

.logo .slogan {
  margin-top: 5px;
}

.counter {
  position: absolute;
  padding: 0 6px;
  background: #e31235;
  border-radius: 50%;
  height: 21px;
  right: 0;
  top: 0;
  line-height: 21px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

.banner {
  height: 275px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner img {
  position: relative;
  width: 100%;
}
.banner_description {
  background-color: rgba(0, 174, 217, 0.75);
  box-shadow: 0 0 50px 10px #00aed9;
  border-radius: 10%;
  padding: 15px 0;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner_description {
    text-align: center;
    margin: 0 auto 0;
  }
  .banner_description * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner_description {
    text-align: center;
  }
  .banner_description * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .banner_description .theme-btn_subscribe {
    margin-left: 0;
  }
}
.banner_description h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .banner_description h3 {
    font-size: 24px;
  }
}
.banner_description p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.1px;
}

footer {
  padding: 37px 0 27px;
  background: rgb(22, 6, 159);
  background: linear-gradient(
    179deg,
    rgba(22, 6, 159, 1) 0%,
    rgba(4, 17, 68, 1) 78%,
    rgba(0, 0, 0, 1) 100%
  );
}
footer .column {
  margin-bottom: 25px;
  min-height: 200px;
}
footer {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
  footer .column {
    min-height: inherit;
    text-align: center;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  footer .column_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: 10px 0 0;
  }
}
footer .column_title {
  margin-bottom: 10px;
}
footer .column_title span {
  color: #ccc;
  font-family: "Roboto", sans-serif;
  line-height: 0.15px;
}
footer .column_text p {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.25;
}
footer .column_text .pay-card {
  padding: 5px 2px 15px;
}
footer .column_menu {
  line-height: 1.8;
  padding: 0;
}
footer .column_menu li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
footer .column_contact a {
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1px;
  line-height: 1.4;
  padding: 0 3px;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .column_contact a {
    font-size: 17px;
    line-height: inherit;
  }
}
footer .column_contact small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 0 4px;
  position: relative;
  top: -7px;
}
footer .footer-logo {
  display: block;
  margin-bottom: 35px;
}
footer .footer-menu_wrapper {
  text-align: left;
}
footer .footer-social_wrapper {
  text-align: left;
}
footer .footer-social_wrapper > span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-social_wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer-social_wrapper .link-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-social_wrapper .link-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
footer .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  margin: 24px 0 0 16px;
}
@media (max-width: 767px) {
  footer .copyright {
    margin: 24px 15px 0;
    text-align: center;
  }
}
footer .developers {
  float: right;
  font-family: "Roboto", sans-serif;
  margin: 24px 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer .developers {
    float: initial;
    margin: 24px auto;
    text-align: center;
  }
}
footer .developers a {
  color: #fff;
}
footer .developers a b {
  color: #00afd8;
}

.footer_logo .slogan {
  color: white;
  margin-top: 5px;
}

.line-before:before {
  border-top: 1px solid #5d5d5d;
  content: "";
  display: block;
  margin: 0 15px;
}

.rs-dialog .mobile-2-column {
  width: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.rs-dialog .mobile-2-column > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 767px) {
  .rs-dialog .mobile-2-column {
    -webkit-columns: auto auto;
    -moz-columns: auto auto;
    columns: auto auto;
  }
}
.rs-dialog .form-style .form__menu_buttons {
  margin-top: 30px;
}
.rs-dialog .form-style .form__menu_buttons button {
  margin-left: 0;
  margin-right: 0;
}
.rs-dialog .form-style .form__menu_buttons a {
  line-height: 1;
  color: inherit;
}
.rs-dialog .mobile-flex,
.rs-dialog .form-style .mobile-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rs-dialog .mfp-content {
  background: #fff;
  padding: 10px 15px 15px;
  position: relative;
}
.rs-dialog .modal-body {
  width: 550px;
  max-width: 100%;
}
.rs-dialog .modal-body .h2 {
  margin-top: 0;
}
.rs-dialog .modal-body input,
.rs-dialog .modal-body select {
  max-width: none;
}
.rs-dialog .modal-body input[type="text"],
.rs-dialog .modal-body input[type="password"],
.rs-dialog .modal-body input[type="email"],
.rs-dialog .modal-body select {
  width: 100%;
}
.rs-dialog .modal-body button {
  border: none;
  display: table;
}
.rs-dialog .modal-body button.close {
  border-radius: 30px;
  width: 45px;
}
.rs-dialog .modal-body button.close:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rs-dialog .modal-body button.close i {
  transition: ease-in-out 0.3s;
}
.rs-dialog .modal-body .link-more {
  padding: 12px 35px;
}
.rs-dialog .mobile-width-small {
  width: 380px;
}
.rs-dialog .mobile-width-wide {
  width: 1200px;
}
.rs-dialog .mobile-center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

#rs-overlay {
  background-image: url(../img/icons/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.mfp-close,
.mfp-close:active {
  top: 10px;
}

@keyframes clientLeftRightLoading {
  from {
    left: 50%;
    width: 0%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
.rs-client-loading {
  position: absolute;
  top: 0;
  height: 3px;
  left: 50%;
  width: 0%;
  background-color: #e31235;
  animation: clientLeftRightLoading 1s ease 0s infinite;
}

ol.breadcrumb {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin-top: 25px;
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  padding: 0 45px;
}
@media (max-width: 776px) {
  ol.breadcrumb {
    margin: 10px 0 15px;
    text-align: center;
  }
}
ol.breadcrumb li a {
  color: #000;
}
ol.breadcrumb li + li:before {
  content: "►";
  padding: 0 10px;
  color: #898f97;
  font-size: 13px;
}

.menu-cat .navbar-toggler {
  display: none;
}
.navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
#mmenu {
  z-index: 101;
  display: block;
  transition: ease-in-out 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mmenu.mm-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-mmenu.mm-offcanvas.mm-current {
  display: block;
}

html.mm-blocking #mm-blocker {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.65);
  transition: ease-in-out 0.3s;
}

.mm-listview .theme-form_search {
  border-radius: 0;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  float: left;
  width: 65%;
}
.mm-listview .theme-btn_search {
  border-radius: 0;
  display: block;
  top: 0;
  position: relative;
  width: 35%;
}
@media (max-width: 767px) {
  .mm-listview .theme-btn_search {
    padding-right: 0;
    padding-left: 0;
  }
}

.katalog-but a span {
  font-size: 20px;
  line-height: 2.2rem;
  font-weight: 500;
  background-color: #e31235;
  transition: background-color 0.2s;
  outline: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center; /* padding: 0 2.3rem; */
  border: 0.1rem solid transparent;
  border-radius: 0.4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  width: 138px;
  margin-left: -33px;
  margin-top: 13px;
}
.top-adr {
  display: block;
}
.top-adr a {
  color: azure;
  margin: 5px 0px 6px 0px;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  /* height: 31px; */
  color: #fff;
  display: block;
  font-size: 11.5px;
  /* letter-spacing: .175px; */
  line-height: 1.2;
  margin: 9px 11px 6px 15px;
  /* height: 40px; */
  color: #fff;
  position: relative;
  color: #fffcfc;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
  /* border-bottom: 1px dashed; */
}
nav.navbar {
  border: none;
}

ul.nav.navbar-nav:after {
  content: "";
  display: block;
  width: 100%;
  /* height: 58px; */
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  background: #ffffff;
}
ul.nav.navbar-nav > li {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  position: static;
  transition: ease-in-out 0.2s;
}
ul.nav.navbar-nav > li > a {
  /* background-color: #262626; */
  color: #2d3992;
  letter-spacing: -0.05px;
  line-height: 28px;
  padding: 11px 1px;
  z-index: 21;
  background: #ffffff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 21px;
  vertical-align: middle;
  text-decoration: none;
  color: #4f589f;
  text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}

.open_menu {
  /* display: block; */
  width: 96%;
  box-sizing: border-box;
  /* background: #64b7ac; */
  /* margin: 0 auto; */
  /* padding: 14px 10px; */
  /* text-align: center; */
  /* color: #fff; */
  /* font-size: 20px; */
}
.open_menu {
  display: block !important;
}
#hidd {
  display: none;
}

.header-middle p {
  margin: 0 0 0px;
}
@media only screen and (max-width: 991px) {
  ul.nav.navbar-nav > li > a {
    padding: 15px 10px;
  }
}

ul.nav.navbar-nav > li > a:hover {
  background: white;
}
ul.nav.navbar-nav > li > a.sale {
  color: #ffac00;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #50599e;
  color: #fff;
}
.navbar {
  border: none;
  border-radius: 0;
}
.navbar-theme {
  background: #4f589f;
  color: white;
  border-bottom: 0px solid#ddd;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-theme .theme-list {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  /* height: 40px; */
}
.navbar-theme .theme-list li {
  display: table-cell;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.navbar-theme .theme-list li a {
  color: #fff;
  display: block;
  font-size: 11.5px;
  /* letter-spacing: .175px; */
  line-height: 1.2;
  margin: 7px 11px 6px 15px;
  /* height: 40px; */
  color: #fff;
  position: relative;
  color: #fffcfc;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
  border-bottom: 1px dashed;
}
.navbar-inverse {
  /* background: #262626; */
  background: #ffffff;
  /* position: relative; */
  /* display: none; */
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
  box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%);
}

.t-dropdown {
  transition: 0.3s;
}
.t-dropdown.open {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-dropdown.open > .t-dropdown-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.t-dropdown .t-close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  transition: ease-in-out 0.3s;
}
.t-dropdown .t-close:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.t-dropdown-menu {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  top: 58px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-115%);
  -moz-transform: translateY(-115%);
  -ms-transform: translateY(-115%);
  transform: translateY(-115%);
  transition: 0.3s;
  overflow: hidden;
  z-index: 20;
}

.t-nav-catalog-list__inner {
  margin: 37px 0;
}
.t-nav-catalog-list__scene {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.t-nav-catalog-list-block {
  padding: 0 10px 25px;
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
.t-nav-catalog-list-block__header {
  color: #000;
  display: block;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 14px;
  padding: 5px !important;
  transition: ease-in-out 0.1s;
  font-weight: 600;
}
.t-nav-catalog-list-block__header:hover,
.t-nav-catalog-list-block__header.active {
  color: #ffac00;
}
.t-nav-catalog-list-block__list {
  list-style: none;
  padding: 0;
}
.t-nav-catalog-list-block__link {
  color: #000;
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 1.2 !important;
  padding: 5px !important;
  transition: ease-in-out 0.1s;
}
.t-nav-catalog-list-block__link:hover,
.t-nav-catalog-list-block__link.active {
  color: #ffac00;
}

#mobile-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobile-header {
    height: 50px;
    width: 40px;
    display: block;
    position: absolute;
    padding: 0px 5px;
    z-index: 100;
  }
}

#responsive-menu-button {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 10px 0px;
  border: none;
}
#responsive-menu-button circle {
  fill: #fff;
  transition: ease-in-out 0.3s;
}
#responsive-menu-button path {
  fill: #ffac00;
  transition: ease-in-out 0.3s;
}
#responsive-menu-button:hover circle {
  fill: #ffac00;
}
#responsive-menu-button:hover path {
  fill: #fff;
}
#responsive-menu-button i {
  color: #ffac00;
}

.mobile-menu-open {
  max-height: 100vh;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
}
.mobile-menu-open:after {
  content: "";
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 25;
  position: absolute;
  top: 0;
}
.mobile_nav-tabs {
  position: relative;
}
.mobile_nav-tabs:nth-child(9) > span {
  border-bottom: none;
}
.mobile_nav-tabs:nth-child(9).open > span {
  border-bottom: 1px solid #e8e8e8;
}
.mobile_nav-tabs.open .right-arrow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mobile_nav-tabs span {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0 -15px;
  padding: 15px;
}
.mobile_nav-tabs span > b {
  color: #ffac00;
  padding: 0 5px;
}
@media all and (max-width: 479px) {
  .mobile_nav-tabs span {
    font-size: 16px;
  }
}
.mobile_nav-tabs .right-arrow {
  float: right;
  position: absolute;
  right: 5px;
  top: 15px;
  width: 28px;
  height: 28px;
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
  transition: ease-in-out 0.3s;
}
.mobile:last-child span {
  border-bottom: none;
  z-index: 100;
}

.mt-1 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 30px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 30px;
}
.owl-carousel.owl-drag .owl-item {
  min-height: 314px;
}
.product-as-banner {
  border: 1px solid #ddd;
  position: relative;
  height: 332px;
  padding: 5px;
  box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%);
}
.container-top-day {
  display: flex;
  height: 317px;
}
.info-top-day-vn {
  width: 50%;
  width: 100%;
  */display: flex;
  background: #0061c9;
  position: relative;
  background: #1d8ac7 url(/images/vintage-art.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}
.info-top-day .title {
  color: white;
  font-size: 24px;
  padding-top: 1px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.info-top-day {
  width: 50%;
  display: flex;
  background: #0061c9;
  position: relative;
  background: #1d8ac7 url(/images/vintage-art.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 15px;
  margin: 0 auto;
}
.banner-top-day {
  width: 50%;
  display: flex;
  background: #fefefe;
  /* position: relative; */
}
.info-top-day .fcost span {
  color: #d8ff00;
  font-size: 41px;
  text-align: right;
  display: block;
  /* padding-right: 54px; */
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  /* text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; */
  text-align: center;
  width: 100%;
  float: left;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
  color: white;
}

.advBlock .viewContainer {
  position: relative;
  background: #fff;
}
.advBlock .prev,
.advBlock .next {
  background: url(/images/prev.png) no-repeat top left;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
  z-index: 999;
}
.advBlock .next {
  left: auto;
  right: 10px;
  background: url(/images/next.png) no-repeat top left;
  z-index: 99999;
}
.info-top-day .lastPrice {
  color: #ffffff;
  /* text-align: center; */
  font-size: 27px;
  position: relative;
  /* width: fit-content; */
  /* text-decoration: line-through; */
  display: block;
  width: 120px;
  text-align: center;
  font-weight: 400;
  float: right;
  margin-right: 12px;
  background: #0061c9;
  border: 0px double #ffffff;
  /* margin: 6px; */
  border-radius: 8px;
  padding: 7px 17px;
  line-height: 25px;
}
.sec-page-product {
  background: white;
  padding: 20px;
  border: 0px solid #ddd;
  margin-bottom: 20px;
  padding-top: 0px;
}
.sec-page-product h1 {
  font-size: 30px;
  text-align: center;
  display: block;
}
.info-top-day .lastPrice::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #860016;
  transform: rotate(342deg);
  border-bottom: 3px solid #fb0808;
}
.banner-top-day a {
  text-align: center;
  display: block;
  width: 100%;
}

.akc-day {
  position: absolute;
  bottom: -2px;
  text-align: center;
  /* margin-top: 0px; */
  right: 0;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 3px 5px 6px #6c9, -6px -7px 6px #ffffff;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 61%), 0px 8px 13px rgb(0 0 0 / 10%),
    0px 18px 23px rgb(0 0 0 / 10%);
  background: #e31235;
  color: white;
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  box-shadow: 0 0 1px 5px rgb(255 255 255);
  /* width: 73%; */
  box-shadow: 0 5px 5px -5px rgb(35 19 19 / 50%);
  z-index: 999;
}
.info-top-day-vn .title-t {
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccff00;
  font-size: 38px;
  padding: 10px 20px;
  /* font: bold 40px arial; */
  text-align: center;
  /* background:#7C7C7C; */
  color: #f9f3f3;
  /* text-shadow: 0 1px 0 #999999, 0 2px 0 #888888, 0 3px 0 #777777, 0 4px 0 #666666, 0 5px 0 #ccff00, 0 6px 0 #abff08, 0 7px 0 #c5ff38, 0 8px 7px #fcff50; */
  padding: 0px 18px;
  /* font: bold 30px arial; */
  text-align: center;
  /* background:#7C7C7C; */
  /* color:#FFFFFF; */
  text-shadow: 0 1px 0 #999999, 0 2px 0 #888888, 0 3px 0 #777777,
    0 4px 0 #666666, 0 5px 0 #555555, 0 6px 0 #444444, 0 7px 0 #333333,
    0 8px 7px #000b21;
}
.podrobn-btn-block {
  /* display: flex; */
  width: 100%;
  /* overflow: hidden; */
  float: left;
  text-align: center;
  margin-top: 4px;
}

.podrobn-btn-block a {
  color: aliceblue;
  font-size: 14px;
  padding: 5px 7px;
  /* display: block; */
  text-align: center;
  /* width: fit-content; */
  border: 1px solid #ddd;
  /* display: block; */
  /* float: left; */
  /* overflow: hidden; */
  line-height: 18px;
}

.product-as-banner .info {
  width: 100%;
  display: flex;
  /* background: #0061c9; */
  /* position: relative; */
  /* background: #1d8ac7 url(/images/vintage-art.jpg) no-repeat center; */
  /* background-size: cover; */
  display: flex;
  /* flex-direction: column; */
  /* justify-content: center; */
  /* height: 100%; */
  /* padding: 15px; */
  /* margin: 0 auto; */
}

.product-as-banner .info .title {
  color: white;
  font-size: 23px;
  padding-top: 1px;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 400;
  line-height: 25px;
}

.product-as-banner .picture {
  background: white;
  width: 50%;
}
.product-as-banner .picture {
  width: 100%;
  display: flex;
  background: #fefefe;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.product-as-banner .banner {
  height: 320px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-as-banner .fcost span {
  color: #d8ff00;
  font-size: 41px;
  text-align: right;
  display: block;
  /* padding-right: 54px; */
  font-weight: 700;
  font-size: 41px;
  color: #fff;
  /* text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; */
  text-align: center;
  width: 100%;
  float: left;
  line-height: 35px;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
  /* color: #a79494; */
  /* text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15); */
}
.product-as-banner .lastPrice {
  color: #ffffff;
  /* text-align: center; */
  font-size: 27px;
  position: relative;
  /* width: fit-content; */
  /* text-decoration: line-through; */
  display: block;
  width: 130px;
  text-align: center;
  font-weight: 400;
  float: right;
  margin-right: 12px;
  background: #0061c9;
  border: 0px double #ffffff;
  /* margin: 6px; */
  border-radius: 8px;
  padding: 7px 17px;
  line-height: 25px;
}
.product-as-banner .lastPrice::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #860016;
  transform: rotate(342deg);
  border-bottom: 3px solid #fb0808;
}
.card-price {
  font-family: "Roboto";
  font-size: 17px;
  font-size: 1.1111rem;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3333rem;
  line-height: var(--price-line-height, 1.3333rem);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 17px;
  letter-spacing: -1px;
}
.filters .filter-fromto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 21px;
}
.filters .filter-fromto .input-wrapper {
  width: 47%;
  position: relative;
}
.filters .filter-fromto .input-wrapper label {
  color: #8b7979;
  left: -26px;
  position: absolute;
  top: 3px;
  font-size: 12px;
}
.filters .filter-fromto .input-wrapper input[type="text"],
.filters .filter-fromto .input-wrapper input[type="number"] {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 0 8px 0 18px;
  height: 38px;
  width: 100%;
  font-size: 12px;
}
.filters .filter label {
  cursor: pointer;
  /* font-weight: 500; */
  margin-bottom: 2px;
  min-height: 30px;
  /* font-size: 19px; */
  line-height: 34px;
  /* color: #4f589f; */
  text-transform: capitalize;
  /* color: #242424; */
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 2px;
  padding-left: 31px;
  position: relative;
}
.filters .filter-radio label,
.filters .filter-checkbox label {
  padding-left: 5px;
}
.filters .filter-checkbox_selected,
.filters .filter-checkbox_content {
  max-height: 260px;
  overflow: auto;
  padding-left: 1px;
}
.filter-checkbox_content li {
  border-bottom: 0px solid #ddd;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.filters .filter-string input {
  width: 100%;
}

.sec-filter {
  position: relative;
}
.sec-filter_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease;
}
.sec-filter_toggle {
  text-align: center;
  padding: 10px;
  color: #333;
}
.sec-filter_toggle .collapse-text {
  display: none;
}
.expand .sec-filter_toggle .collapse-text {
  display: inline;
}
.expand .sec-filter_toggle .expand-text {
  display: none;
}
@media (max-width: 991px) {
  .sec-filter .filters {
    display: none;
  }
  .sec-filter.expand .filters {
    display: block;
  }
}
.rs-in-loading .sec-filter_overlay {
  visibility: visible;
  opacity: 0.7;
  transition-delay: 0s;
}

.filter-clickable ul {
  font-size: 0;
}
.filter-clickable_item {
  display: inline-block;
  vertical-align: top;
}
.filter-clickable_item img {
  vertical-align: top;
}
.filter-clickable_value {
  visibility: hidden;
  position: absolute;
}
.filter-clickable_value + label {
  border: 2px solid transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin: 2px;
  overflow: hidden;
  box-sizing: content-box;
  padding: 0;
}
.filter-clickable_value:checked + label {
  border: 2px solid #656565;
  box-shadow: inset 0 0 0 2px white;
}

.filter-image .filter-clickable_value + label {
  width: 60px;
  height: 60px;
  line-height: 58px;
}

.filter-color .filter-clickable_value + label {
  border-radius: 50%;
}

body .noUi-target {
  margin: 0 15px 29px;
  background: #dcdcdc;
  height: 4px;
  border: none;
  box-shadow: none;
}
body .noUi-origin {
  top: -8px;
}
body .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
body .noUi-handle:before,
body .noUi-handle:after {
  content: none;
}
body .noUi-handle:before {
  content: "";
  background: #00afd8;
  border: none;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
}
body .disabled-property {
  color: #c3c3c3 !important;
  pointer-events: none;
  cursor: default;
}

.catalog-sort_order {
  display: inline;
}
.catalog-sort_order .dropdown {
  display: inline;
}

.sidebar {
  /* background-color: #f4f3f3; */
  margin-bottom: 29px;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 30px; /* border: 1px solid #ddd; */
  clear: both;
  background: #ffffff;
  border: 0px solid #e1e1e1;
  padding: 20px;
}
.sidebar_menu {
  color: #555;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #242424;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 0 20px;
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
}
@media (max-width: 479px) {
  .sidebar_menu {
    background-color: #fff;
  }
}
.sidebar_menu > div,
.sidebar_menu > li {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  list-style: none;
  overflow: hidden;
  /* box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%); */
  /* margin-bottom: 10px; */
  /* background-color: #eef0ff; */
  /* border: 1px solid #ddd; */
  border: none;
  padding: 5px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 10px;
}
.sidebar_menu > div:last-child,
.sidebar_menu > li:last-child {
  border: none;
}
.sidebar_menu > div ul,
.sidebar_menu > li ul {
  list-style: none;
  padding: 0;
}
.sidebar_menu > div ul a,
.sidebar_menu > li ul a {
  color: #cfcfcf;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  transition: ease-in-out 0.3s;
}
.sidebar_menu > div ul a:hover,
.sidebar_menu > div ul a:active,
.sidebar_menu > li ul a:hover,
.sidebar_menu > li ul a:active {
  color: #61acd2;
}
@media (max-width: 479px) {
  .sidebar_menu_buttons {
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 5px;
  }
}
.sidebar .expand {
  /* border-bottom: 1px solid transparent; */
  /* color: #000; */
  /* cursor: pointer; */
  /* display: block; */
  /* font-family: 'Roboto', sans-serif; */
  /* font-size: 18px; */
  /* padding: 9px; */
  /* transition: ease-in-out 0.3s; */
  /* padding-bottom: 12px; */
  /* letter-spacing: -1px; */
  /* border: 0px solid #ddd; */
  /* background: white; */
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #333;
  transition: color 0.2s;
  padding: 11px 10px 8px 18px;
  /* display: flex; */
  align-items: baseline;
  cursor: pointer;
  position: relative;
  margin-left: 0px;
  /* margin-top: 10px; */
}
@media (max-width: 479px) {
  .sidebar .expand {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .expand {
    font-size: 16px;
  }
}
.sidebar .expand:hover,
.sidebar .expand:focus {
  text-decoration: none;
}
.open > .sidebar .expand {
  border-bottom: 0px solid #e8e8e8;
}

.filter .pe-2x {
    font-size:2.7em !important;
}

.sidebar .expand .right-arrow {
    float: right;
   
    transition: ease-in-out 0.3s;
    /* margin: 1px 0px 0 0; */
    width: 31px;
    height: 31px;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    text-align: center;
    /* font-size: 0; */
    display: inline-block;
    margin-right: 4px;
    margin-top:-10px;
    
}
@media (max-width: 479px) {
  .sidebar .expand .right-arrow {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .expand .right-arrow {
    width: 36px;
    height: 36px;
  }
}
.sidebar #left,
.sidebar #right {
  display: table;
}
.sidebar .detail {
  display: none;
  padding: 4px 6px 10px 28px;
}
.sidebar .open .detail {
  display: block;
}
.sidebar .open .right-arrow .pe-2x {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar .theme-btn_search {
  display: table;
  margin: 35px auto 0;
  padding: 4px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .theme-btn_search {
    margin: 15px auto 0;
  }
}

.sidebar_menu-list {
  background-color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar_menu-list li a {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 15px;
  transition: ease-in-out 0.3s;
}
.sidebar_menu-list li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.sidebar_menu-list li a.active {
  border: 1px solid #adadad;
  cursor: default;
}
.sidebar_menu-list li a.active:hover {
  box-shadow: none;
}
.sidebar_menu-list li:last-child a {
  border: none;
}

.form_label__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.form_label__block input {
  width: 20px !important;
  float: left;
}
.form_label__block label {
  font-family: "Roboto", sans-serif;
  padding: 6px 0 0 5px;
}

.slide {
  margin-bottom: 29px;
  overflow: hidden;
}
.slide .carousel-inner > .item img {
  margin: 0 auto;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slide .carousel-inner > .item img {
    height: 100%;
    min-width: initial;
  }
}
.slide .carousel-indicators {
  bottom: 6px !important;
}
.slide .carousel-indicators li {
  background-color: #fff;
  height: 4px;
  margin: 7px;
  width: 4px;
}
.slide .carousel-indicators li.active:before {
  border: 1px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 10px;
  margin: -4px;
  width: 10px;
}
.slide .sec-nav {
  bottom: 0;
  position: absolute;
  right: 0;
}
.slide .sec-nav .pull-left a {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.slide .sec-nav .pull-left a:hover {
  opacity: 1;
}
.slide .sec-nav .pull-right a {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.slide .sec-nav .pull-right a:hover {
  opacity: 1;
}

.sec-nav {
  background-color: #00afd8;
  cursor: pointer;
  display: block;
  float: left;
  margin: 21px 15px 16px;
  width: 60px;
}
@media (max-width: 767px) {
  .sec-nav {
    margin: 21px 0 0;
    position: absolute;
    right: 15px;
  }
}
.sec-nav .arrow-left {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.sec-nav .arrow-left:hover {
  opacity: 1;
}
.sec-nav .arrow-right {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.sec-nav .arrow-right:hover {
  opacity: 1;
}

.brand-carousel {
  margin: -12px 0 0;
}
.brand-carousel .item {
  padding: 3px;
  border: 1px solid #ddd;
  margin: 8px;
  background: #fefefe;
}
.brand-carousel .item img {
  max-width: 100%;
}

.category-carousel .item {
  padding: 30px 0 0;
}

.news-carousel .owl-item {
  padding: 30px 0;
}
.product-andpol h1 {
  font-size: 23px;
  text-align: left;
  /* display: inline-block; */
  line-height: 32px;
  color: #4f589f;
  margin: 0px 0px;
  padding: 6px;
}
.barcode_product-card {
  margin-left: 0px;
  /* display: inline; */
  font-size: 12px;
  border: 0px solid #672b2b;
  background: #4f589f;
  color: bisque;
  padding: 6px 10px;
  margin: 0px 0px;
  line-height: 32px;
  display: block;
}

.top-1 {
  width: 100%;
  float: left;
}
.top-2 {
  width: 100%;
  float: left;
  border-top: 2px solid #4f589f;
  padding-top: 9px;
}
.line-top-2 {
  display: inline-block;
  margin-right: 31px;
  display: inline-block;
  margin-bottom: 0px;
  padding: 3px 5px;
  line-height: 2.2rem;
  color: #283280;
  background: #ffffff;
  height: 42px;
}
.line-top-2 a {
  line-height: 2.2rem;
  color: #283280;
}
.line-top-2 a span {
  font-size: 24px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  color: #4f589f;
}
.line-top-2 .ya-share2 {
  margin-top: 1px;
  line-height: 14px;
  padding-left: 10px;
  /* color: bisque; */
  /* float: left; */
  display: inline-block;
}
.ya-share2__container
  .ya-share2__container_size_m
  .ya-share2__container_color-scheme_whiteblack
  .ya-share2__container_shape_round {
  margin-top: -7px;
  line-height: 27px;
  padding-left: 10px;
  /* color: bisque; */
}
.line-top-2 .ya-share2__badge {
  display: inline-block;
  vertical-align: middle;
}
.line-top-2 .ya-share2__container_size_m {
  font-size: 19px;
}
@media (max-width: 767px) {
  .main-corousel {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-corousel {
    margin-top: 29px;
  }
}
@media (max-width: 1199px) {
  .main-corousel {
    margin-bottom: 29px;
  }
}
.main-corousel .owl-nav {
  width: 15px;
  position: absolute;
  right: 35px;
  bottom: 75px;
  z-index: 10;
}
.main-corousel .owl-nav .owl-next {
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: -20px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
  font-size: 0;
  transition: ease-in-out 0.3s;
}
.main-corousel .owl-nav .owl-prev {
  background: url(../img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 38px;
  left: -20px;
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.main-corousel .owl-dots {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main-corousel .owl-dot {
  background: #fff;
  border-radius: 30px;
  width: 4px;
  height: 4px;
  display: block;
  margin: 5px;
  transition: ease-in-out 0.3s;
}
.main-corousel .owl-dot:before {
  border: 1px solid transparent;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  margin: -3px;
}
.main-corousel .owl-dot.active:before {
  border: 1px solid #fff;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  margin: -3px;
}

.owl-carousel .owl-item img.center-block {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

div.owl-stage-outer {
  width: 100%;
}

div.owl-carousel div.item img {
  max-width: 100%;
  width: auto;
}

div.main-corousel.owl-carousel div.item img {
  width: 100%;
}

.page-product_gallery .product-gallery-thumb {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.page-product_gallery .product-gallery-thumb .owl-item {
  padding-bottom: 15px;
}
.page-product_gallery .product-gallery-thumb .owl-item:hover > div {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.page-product_gallery .owl-nav {
  width: 100%;
  position: absolute;
  top: 0;
  display: block !important;
}
.page-product_gallery .owl-nav .owl-next {
  background: url(../img/arrow.png) no-repeat center center #fff;
  background-size: contain;
  position: absolute;
  top: 48px;
  right: -20px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
  font-size: 0;
  transition: ease-in-out 0.3s;
}
.page-product_gallery .owl-nav .owl-next:hover {
  opacity: 1;
}
.page-product_gallery .owl-nav .owl-prev {
  background: url(../img/arrow.png) no-repeat center center #fff;
  background-size: contain;
  position: absolute;
  top: 48px;
  left: -25px;
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
.page-product_gallery .owl-nav .owl-prev:hover {
  opacity: 1;
}

.product-gallery-full {
  text-align: center;
}
@media (min-width: 768px) {
  .product-gallery-full {
    height: 445px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.product-gallery-full img {
  max-width: 100%;
}
.product-gallery-nav {
  width: 100%;
  max-width: 92%;
  padding: 38px 15px;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.product-gallery-nav i {
  cursor: pointer;
}
.product-gallery-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.product-gallery-thumb button {
  background: transparent;
  border: 1px solid #dcdcdc;
  height: 75px;
  margin-top: 15px;
  transition: ease-in-out 0.3s;
  width: 75px;
}
.product-gallery-thumb button:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.theme-form_search {
  box-sizing: border-box;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 9px 10px 10px 22px;
  background: #fff;
  border: 1px solid #4f589f;
  transition: border 0.3s;
  margin-bottom: 0px;
  margin-top: 13px;
}

button.theme-btn_search:hover,
button.theme-btn_search:focus {
  color: #fff;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.t-form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .t-form-inline {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-form-inline .link-more {
    margin: 0 auto 15px !important;
  }
}

.form-group .label-sup {
  font-size: 11px;
  color: #666;
  display: block;
}
.form-group .label-sup + input {
  margin-top: 0;
}

.form-result {
  text-align: center;
  padding: 100px 0;
}

.page-success-result {
  color: green;
  margin-bottom: 20px;
}

.page-error {
  color: red;
  margin-bottom: 20px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  height: 30px;
  padding: 0 30px 0 20px;
  background: url(../img/down-arrow.svg) no-repeat right center;
}

/* autoComplete */
.search-items {
  padding: 0;
  background: white;
  position: absolute;
  z-index: 15;
  box-shadow: 0 2px 4px #999;
  -moz-box-shadow: 0 2px 4px #999;
  -webkit-box-shadow: 0 2px 4px #999;
}
.search-items li {
  overflow: hidden;
  border-bottom: 1px solid #ebebe5;
  position: relative;
}
.search-items li .image {
  width: 62px;
  height: 62px;
  float: left;
  text-align: center;
  line-height: 62px;
  padding: 5px;
  background: url(../img/loading.gif) no-repeat center center;
}
.search-items li a {
  display: block;
  margin-left: 70px;
  padding: 5px;
  min-height: 62px;
  color: black;
}
.search-items li a.noimage {
  margin-left: 0px;
  min-height: inherit;
}
.search-items li.ui-state-focus a {
  background: #e9e9e9;
  color: black;
}
.search-items li a .title,
.search-items li a .barcode,
.search-items li a .price,
.search-items li a .preview {
  display: block;
  font-size: 12px;
  text-align: left;
}
.search-items li a .preview {
  color: gray;
  font-size: 12px;
  padding-top: 10px;
}
.search-items li a .title,
.search-items li a .barcode {
  padding-bottom: 3px;
}
.search-items li a .barcode {
  font-style: italic;
  color: #585858;
}
.search-items li.all-search-results a .title {
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
}
.product_featured {
  /* background: #f8f5ff; */
  padding-top: 20px;
  /* border: 1px solid #ddd; */
  overflow: hidden;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  border: 1px solid #ddd;
  padding: 7px;
  box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%);
}
.search-city-items {
  padding: 0;
  background: white;
  position: absolute;
  z-index: 15;
  box-shadow: 0 2px 4px #999;
  -moz-box-shadow: 0 2px 4px #999;
  -webkit-box-shadow: 0 2px 4px #999;
}
.search-city-items li {
  overflow: hidden;
  border-bottom: 1px solid #ebebe5;
  position: relative;
}
.search-city-items li a {
  display: block;
  padding: 5px;
  color: black;
}
.search-city-items li a.ui-state-focus {
  background: #e9e9e9;
  color: black;
}

.link {
  transition: ease-in-out 0.3s;
}
.link:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.link:focus {
  color: #fff;
}
.link-more {
  background-color: #e31235;
  border: none;
  /* border-radius: 7px; */
  color: #fff;
  font-family: "Roboto", sans-serif;
  /* margin: 4px 9px; */
  /* padding: 7px 11px; */
  color: #fff;
  background: #387cc9;
  background: linear-gradient(to bottom, #e31235 1%, #c00039 70%, #cc4b00 100%);
  border-color: #e31235;
  width: 100%;
  padding: 6px;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%),
    0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  /* background-image: none; */
  border: 1px solid #480000;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 9px 6px;
}
.link-social > a {
  display: inline-block;
  height: 39px;
  margin: 0 5px 5px;
  width: 39px;
}
.link-social > a.fb {
  background: url(../img/facebook.png) center center no-repeat;
}
.link-social > a.vk {
  background: url(../img/vk.png) center center no-repeat;
}
.link-social > a.tw {
  background: url(../img/ytube.png) center center no-repeat;
}
.link-social > a:hover,
.link-social > a:focus {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.link-apply {
  background-color: #7b9733;
}
.link-white,
.link-one-click {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  color: #ffac00;
  margin: 4px 9px;
  padding: 7px 11px;
}
.link-white:hover,
.link-white:focus,
.link-one-click:hover,
.link-one-click:focus {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #ffac00;
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.link-white {
  margin-left: 0;
  margin-right: 0;
}
.link-where-buy {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 15px;
  top: 20px;
}
.link-ask {
  background-color: #ffac00;
  border-radius: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: 4px 9px;
  padding: 10px 35px;
}
.link-ask:hover,
.link-ask:focus {
  color: #fff;
}
.link-ask {
  display: table;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 15px 0;
  padding: 12px;
  text-align: center;
}
@media (max-width: 991px) {
  .link-ask {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 12px auto;
    padding: 12px;
    text-align: center;
    width: 200px;
    float: initial !important;
  }
}
.link-answer {
  background-color: #ffac00;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 15px 0;
  padding: 12px;
  text-align: center;
  width: 200px;
}
@media (max-width: 991px) {
  .link-answer {
    margin: 0 auto;
    float: none !important;
  }
}
.link-del {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #999;
  display: block;
  margin: 15px 0 0;
  width: 140px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 10px 25px;
  position: relative;
}
@media (max-width: 991px) {
  .link-del {
    margin: 15px auto 0;
  }
}
.link-del:hover,
.link-del:focus {
  color: #000;
  border-color: #000;
}
.link-del i {
  position: absolute;
  left: 15px;
  top: 4px;
  transition: ease-in-out 0.3s;
}
.link-choise {
  display: block;
  font-family: "Roboto", sans-serif;
}
.link-default {
  background-color: #d8d8d8;
  border: none;
  border-radius: 30px;
  padding: 12px 0;
  width: 200px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.link.disabled {
  cursor: not-allowed !important;
  background-color: #a8a8a8 !important;
  color: #eaeaea !important;
}

.icon-commenting svg {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -25px;
  fill: #999;
}
@media (max-width: 767px) {
  .icon-commenting svg {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .icon-commenting svg {
    position: relative;
    float: left;
    margin: 0 5px 0 -25px;
  }
}
.icon-thumbs-up svg {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  margin-left: -30px;
  fill: green;
}
.icon-thumbs-down svg {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-left: -30px;
  fill: red;
}

.block-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .block-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .block-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.block-social > a {
  display: block;
  height: 45px;
  margin: 10px 10px 0 0;
  transition: ease-in-out 0.3s;
  width: 45px;
}
.block-social > a:hover {
  opacity: 0.95;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.block-social .google {
  background: url("../img/google.svg");
  background-size: contain;
}
.block-social .facebook {
  background: url("../img/facebook.svg");
  background-size: contain;
}
.block-social .twitter {
  background: url("../img/twiter.svg");
  background-size: contain;
}
.block-social .yandex {
  background: url("../img/yandex.svg");
  background-size: contain;
}
.block-social .vk {
  background: url("../img/vk.svg");
  background-size: contain;
}
.block-social .instagram {
  background: url("../img/instagram.svg");
  background-size: contain;
}
.block-social .youtube {
  background: url("../img/youtube.svg");
  background-size: contain;
}
.block-social .viber {
  background: url("../img/viber.svg");
  background-size: contain;
}
.block-social .telegram {
  background: url("../img/telegram.svg");
  background-size: contain;
}
.block-social .whatsapp {
  background: url("../img/whatsapp.svg");
  background-size: contain;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.category-card__image {
  vertical-align: top;
  text-align: center;
  width: 74px;
  display: table-cell;
  position: relative;
  /* opacity: 0.7; */
  padding: 9px;
}
.category-card__body {
  display: table;
}
.category-card__content {
  vertical-align: top;
  border-bottom: 0px solid #e9e9e9;
  display: table-cell;
  height: 236px;
  padding-bottom: 29px;
}
.category-card__name {
  font-size: 18px;
  font-weight: 500px;
  display: block;
  color: #2c509a !important;
  margin: 10px 0 3px;
  border: none !important;
  line-height: 110%;
  font-weight: 600;
}
.category-card__links li {
  margin-right: 6px;
  margin-top: 9px;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
  border-bottom: 1px dashed;
  line-height: 15px;
}
.category-card__links {
  margin-left: 0;
  padding-left: 0;
}

.theme-btn_search {
  background-color: #aa291b;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  /*font-family: 'Roboto', sans-serif; */
  font-size: 16px;
  padding: 8px 35px;
  vertical-align: bottom;
  height: 40px;
  transition: ease-in-out 0.3s;
}
.theme-btn_search:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.theme-btn_subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 40px;
  transition: ease-in-out 0.3s;
}
.theme-btn_subscribe:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.theme-btn_reset {
  background-color: transparent;
  border: none;
  color: #cfcfcf;
  cursor: pointer;
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 10px auto 15px;
}
.theme-btn_reset img {
  float: left;
  margin: 0 5px;
}

.gridblock .cart-wrapper.open .t-drop-basket__total_link {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.gridblock .cart-wrapper.open .t-drop-basket {
  opacity: 1;
  min-width: 400px;
  height: 100%;
}
@media (max-width: 479px) {
  .gridblock .cart-wrapper.open .t-drop-basket {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
  .gridblock .cart-wrapper.open .t-drop-basket__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gridblock .cart-wrapper.open .t-drop-basket {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
}
.gridblock .cart-wrapper.open .t-drop-basket__info {
  font-size: 10px;
}
.h1-gl-text {
  padding: 8px 4px;
  border: 1px solid #ddd;
  background: white;
  box-shadow: 0 5px 5px -5px rgb(0 0 0 / 50%);
  margin-bottom: 21px;
  overflow: hidden;
  margin: auto;
}
.h1-gl-text p {
  padding: 7px 77px;
  text-align: center;
  font-size: 16px;
}
.h1-gl-text h1 {
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  display: block;
  padding: 6px 26px;
  color: #004fa5;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}
.block-header__title {
  text-transform: uppercase;
  border-bottom: 2px solid #4f589f;
  display: block;
  margin-bottom: 0;
  width: fit-content;
  line-height: 25px;
  padding: 0px 0px;
  display: block;
  /* text-align: center; */
}
.block-header__divider {
  border: 1px solid #d8daef;
  /* width: 200px; */
  /* display: block; */
  /* text-align: center; */
}
.glav-kategorii .block-categories__item {
}
.glav-kategorii .category-card__body {
  display: table;
  border: 1px solid #ddd;
  background: white;
  margin: 5px;
  width: 100%;
}
.glav-kategorii .category-card__body {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
.glav-kategorii .category-card__all a {
  font-size: 12px;
  text-align: center;
  /* padding-right: 33px; */
  display: block;
  border: 1px solid #7d839a;
  overflow: hidden;
  /* display: flex; */
  border-radius: 9px;
  color: #687090;
  font-family: "Roboto", sans-serif;
  /* margin: 4px 9px; */
  padding: 2px 8px;
  width: fit-content;
}
.glav-kategorii .category-card__all {
  bottom: 7px;
  position: absolute;
  left: 14px;
}
.glav-kategorii .category-card__name {
  font-size: 16px;
  font-weight: 500px;
  display: block;
  color: #2c509a !important;
  margin: 8px 0 3px;
  border: none !important;
  line-height: 100%;
  font-weight: 600;
}
.glav-kategorii .category-card__links li {
  width: fit-content;
  margin-right: 6px;
  margin-top: 11px;
  display: inline-block;
  zoom: 1;
  font-size: 12px;
  border-bottom: 1px dashed;
  line-height: 15px;
}
.glav-kategorii .category-card__content {
  vertical-align: top;
  border-bottom: 0px solid #e9e9e9;
  display: table-cell;
  height: 170px;
  padding: 10px 15px;
  padding-bottom: 10px;
}
.glav-kategorii .card-category_all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
  margin-top: 18px;
  margin-bottom: 33px;
}
.t-drop-basket {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 22px 0 0;
  margin: 0 0 0 43px;
  opacity: 0;
  overflow: hidden;
  min-width: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  width: 0;
  height: 0;
}
.t-drop-basket .empty-cart {
  padding: 5px 10px;
}
.t-drop-basket .amount-error {
  color: red;
}
@media (max-width: 479px) {
  .t-drop-basket {
    left: 83vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-drop-basket {
    left: 86vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .t-drop-basket {
    border-radius: 0;
    margin-top: 45px;
    padding: 0 10px;
    position: absolute;
  }
  .t-drop-basket_wrap {
    margin: 10px 0;
  }
}
.t-drop-basket__title {
  font-size: 14px;
  padding: 10px 45px 10px 10px;
  display: block;
  border-bottom: 1px solid #d8d8d8;
}
.t-drop-basket__info {
  position: absolute;
  top: 9px;
  right: 80px;
  font-size: 0;
}
.t-drop-basket__info_goods,
.t-drop-basket__info_total {
  display: block;
  line-height: 1.4;
}
.t-drop-basket__list {
  padding: 10px 5px 5px;
  margin: 0;
  overflow: auto;
  max-height: 398px;
  list-style: none;
}
.t-drop-basket__list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
.t-drop-basket__list_item-price {
  text-align: center;
}
.t-drop-basket__list_item-price .price {
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 479px) {
  .t-drop-basket__list_item {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-drop-basket__list_item-img {
    padding-bottom: 25px;
  }
  .t-drop-basket__list_item-description {
    text-align: center;
  }
  .t-drop-basket__list_item-price {
    font-size: 21px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-drop-basket__list_item {
    width: 100%;
  }
}
.t-drop-basket__list_item a {
  color: #000;
  display: block;
}
.t-drop-basket__list_item a:hover {
  color: #00afd8;
}
.t-drop-basket__list_item-description {
  padding: 0 10px;
  max-width: 54%;
  overflow: hidden;
}
.t-drop-basket__list_item-description > small a {
  opacity: 0.65;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.t-drop-basket__list_item-description > a {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  white-space: normal;
}
.t-drop-basket__list_item-del i {
  transition: ease-in-out 0.3s;
}
.t-drop-basket__list_item-del i:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.t-drop-basket__list-price {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 0 10px;
}
.t-drop-basket__list li:last-child > div {
  border: none;
}
.t-drop-basket__list:last-child {
  border: none;
}
.t-drop-basket__total {
  padding: 0 10px 5px;
}
.t-drop-basket__total_sum {
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  padding-top: 10px;
  float: left;
}
.t-drop-basket__total_sum b {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
.t-drop-basket__total_link {
  -webkit-transform: translateX(1000%);
  -moz-transform: translateX(1000%);
  -ms-transform: translateX(1000%);
  transform: translateX(1000%);
  float: right;
  margin: 10px 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .t-drop-basket__total_link {
    margin-right: 0;
  }
}

.gridblock .cart-wrapper.open .t-drop-account {
  opacity: 1;
  min-width: 350px;
  height: 100%;
}
@media (max-width: 479px) {
  .gridblock .cart-wrapper.open .t-drop-account {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gridblock .cart-wrapper.open .t-drop-account {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
}

.t-drop-account {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 0 22px 0 0;
  margin: 0 0 0 43px;
  padding: 10px 45px 5px 10px;
  opacity: 0;
  overflow: hidden;
  min-width: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  width: 0;
  height: 0;
}
@media (max-width: 479px) {
  .t-drop-account {
    left: 83vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-drop-account {
    left: 86vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .t-drop-account {
    border-radius: 0;
    margin-top: 46px;
    padding: 0 10px;
    position: absolute;
  }
  .t-drop-account .t-drop-account_wrap {
    margin: 10px 0;
  }
}
.t-drop-account__name {
  font-size: 16px;
}
.t-drop-account__name:after {
  content: "";
  display: block;
  width: 130%;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 3px;
  margin-left: -10px;
}
.t-drop-account__list {
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.t-drop-account__list li a {
  color: #000;
  display: block;
}
.t-drop-account__list li a:hover {
  color: #00afd8;
}
.t-drop-account__list:after {
  content: "";
  display: block;
  width: 130%;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
  margin-left: -10px;
}
.t-drop-account__logout {
  position: relative;
}
.t-drop-account__logout-icon svg {
  fill: #000 !important;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin: 7px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.t-drop-account__logout-exit {
  font-size: 12px;
  display: block;
  color: #000;
}

.gridblock .cart-wrapper.open .t-drop-default {
  opacity: 1;
  min-width: 300px;
  height: 100%;
}
@media (max-width: 479px) {
  .gridblock .cart-wrapper.open .t-drop-default {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
  .gridblock .cart-wrapper.open .t-drop-default__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gridblock .cart-wrapper.open .t-drop-default {
    min-width: 90vw;
    max-width: 90vw;
    height: inherit;
    z-index: 5;
  }
}
.gridblock .cart-wrapper.open .t-drop-default__info {
  font-size: 10px;
}

.t-nav-catalog-list-block {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  flex-direction: column;
}

.t-drop-default {
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  margin: 0 0 0 43px;
  padding: 10px 45px 5px 10px;
  opacity: 0;
  overflow: hidden;
  min-width: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  width: 0;
  height: 0;
}
@media (max-width: 479px) {
  .t-drop-default {
    left: 83vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-drop-default {
    left: 86vw;
    min-width: 90vw;
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .t-drop-default {
    border-radius: 0;
    margin-top: 25px;
    padding: 0 10px;
    position: absolute;
  }
  .t-drop-default_wrap {
    margin: 10px 0;
  }
}
.t-drop-default__title {
  font-size: 14px;
}
.t-drop-default__title:after {
  content: "";
  display: block;
  width: 130%;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 3px;
  margin-left: -10px;
}
.t-drop-default__info {
  position: absolute;
  top: 9px;
  right: 45px;
  font-size: 0;
}
.t-drop-default__info_goods,
.t-drop-default__info_total {
  display: block;
  line-height: 1.4;
}
.t-drop-default__list {
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}
.t-drop-default__list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #d8d8d8;
  width: 107.5%;
}
@media (max-width: 479px) {
  .t-drop-default__list_item {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-drop-default__list_item-img {
    padding-bottom: 25px;
  }
  .t-drop-default__list_item-description {
    text-align: center;
  }
  .t-drop-default__list_item-price {
    font-size: 21px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-drop-default__list_item {
    width: 100%;
  }
}
.t-drop-default__list_item a {
  color: #000;
  display: block;
}
.t-drop-default__list_item a:hover {
  color: #00afd8;
}
.t-drop-default__list_item-description {
  padding: 0 10px;
}
.t-drop-default__list_item-description > small a {
  opacity: 0.65;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.t-drop-default__list_item-description > a {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  white-space: normal;
}
.t-drop-default__list_item-del i {
  transition: ease-in-out 0.3s;
}
.t-drop-default__list_item-del i:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.t-drop-default__list-price {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 0 10px;
}
.t-drop-default__list li:last-child > div {
  border: none;
}
.t-drop-default__list:last-child {
  border: none;
}
.t-drop-default__list:after {
  content: "";
  display: block;
  width: 130%;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
  margin-left: -10px;
}
.t-drop-default__total_sum {
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  padding-top: 10px;
  float: left;
}
.t-drop-default__total_sum b {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
.t-drop-default__total_link {
  float: right;
  margin: 10px -30px 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .t-drop-default__total_link {
    margin-left: 0;
  }
}
.nav-tabs {
}
.gridblock {
  width: 50px;
  height: 50px;
  /*@media only screen and (max-width: $xx-end) {
    //pointer-events: none;
  }*/
}
.gridblock .counter {
  background-color: #ccc;
}
.gridblock.active .counter {
  background-color: #e31235;
  color: white;
}
.gridblock_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 0 15px;
  margin-top: 15px;
}
.gridblock .cart-block {
  font-family: "Roboto", sans-serif;
  font-size: 12.5px;
  height: 30px;
  line-height: 1.15;
  text-decoration: none;
  display: block;
}
.gridblock .cart-block .t-close {
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 45px;
  transition: ease-in-out 0.3s;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .gridblock .cart-block .t-close {
    right: 10px;
  }
}
.gridblock .cart-block .t-close:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.gridblock .cart-block-wrapper.open .cart-block {
  overflow: auto;
}
.gridblock .cart-block_product-count .value {
  padding: 0 5px;
}
.gridblock .cart-block .cart-block-wrapper {
  white-space: nowrap;
  line-height: 25px;
  padding-left: 5px;
}
.gridblock .cart-block .cart-block-wrapper > i {
  border-radius: 30px;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.gridblock .cart-block .cart-block-wrapper .pe-7s-share {
  color: #535353;
  padding: 10px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 25px;
  font-size: 28px;
}
.gridblock .cart-block .icon-cart,
.gridblock .cart-block .icon-account,
.gridblock .cart-block .icon-favorite,
.gridblock .cart-block .icon-graph,
.gridblock .cart-block .icon-compare {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  display: block;
  padding: 9px;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .gridblock .cart-block .icon-cart,
  .gridblock .cart-block .icon-account,
  .gridblock .cart-block .icon-favorite,
  .gridblock .cart-block .icon-graph,
  .gridblock .cart-block .icon-compare {
    top: 5px;
  }
}
.gridblock .cart-block .icon-cart svg,
.gridblock .cart-block .icon-account svg,
.gridblock .cart-block .icon-favorite svg,
.gridblock .cart-block .icon-graph svg,
.gridblock .cart-block .icon-compare svg {
  width: 25px;
  height: 25px;
  display: block;
}
.gridblock .cart-wrapper {
  border-radius: 30px;
  height: 45px;
  width: 45px;
  margin: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .gridblock .cart-wrapper {
    position: inherit;
  }
}
.gridblock .cart-wrapper.open {
  z-index: 5;
}
.gridblock .cart-wrapper.open > span {
  color: #000;
}
.gridblock .cart-wrapper.open > a {
  color: #ffac00;
}
.gridblock .cart-wrapper.open svg {
  fill: #ffac00;
}
.gridblock .cart-wrapper.open .pe-7s-share {
  color: #ffac00;
}
.gridblock .cart-wrapper.open .icon-cart,
.gridblock .cart-wrapper.open .icon-account,
.gridblock .cart-wrapper.open .icon-account,
.gridblock .cart-wrapper.open .icon-favorite,
.gridblock .cart-wrapper.open .icon-compare {
  line-height: 100%;
}
@media (max-width: 767px) {
  .gridblock .cart-wrapper.open .icon-cart,
  .gridblock .cart-wrapper.open .icon-account,
  .gridblock .cart-wrapper.open .icon-account,
  .gridblock .cart-wrapper.open .icon-favorite,
  .gridblock .cart-wrapper.open .icon-compare {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px 30px 0 0;
  }
}
.gridblock .cart-wrapper.open .t-close {
  width: 25px;
  height: 25px;
}

.is-sticky .sticky-block {
  background: white;
}
@media (max-width: 767px) {
  .is-sticky .sticky-block {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (min-width: 768px) {
  .is-sticky .sticky-block {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 5px #cacaca;
    -moz-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    z-index: 999 !important;
    box-shadow: 0 1rem 1.7rem rgb(24 23 23 / 14%);
    margin-bottom: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #dcd7d7;
    border-top: 1px solid #f4f0f0;
    background: white;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .is-sticky .sticky-block {
    min-width: 210px;
    right: 0;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb a span {
  color: #898f97;
  text-decoration: underline;
  font-size: 13px;
}
.card {
  background-color: #fff;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  transition: ease-in-out 0.3s;
  width: 100%;
  max-width: 360px;
  border: 1px solid #ddd;
  height: 100%;
}
.card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media (max-width: 992px) {
  .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
.card-image {
  overflow: hidden;
}
.card-text {
  /* background-color: #fff; */
  /* box-shadow: 0 0 30px 5px #fff; */
  width: 100%;
}

.page-basket .catalog-list .card-concomitant {
  max-width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.page-basket .catalog-list .card-concomitant .card-image,
.page-basket .catalog-list .card-concomitant .card-text,
.page-basket .catalog-list .card-concomitant .card-price {
  height: auto;
}
@media (max-width: 767px) {
  .page-basket .catalog-list .card-concomitant .card-image,
  .page-basket .catalog-list .card-concomitant .card-text,
  .page-basket .catalog-list .card-concomitant .card-price {
    text-align: center;
    display: inline-block;
  }
}
.page-basket .catalog-list .card-concomitant .card-image {
  padding: 39px 30px 0;
  top: 0;
  line-height: normal;
}
.page-basket .catalog-list .card-concomitant .card-text {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .page-basket .catalog-list .card-concomitant .card-text {
    padding-top: 5px;
  }
}
.page-basket .catalog-list .card-concomitant .card-price {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .page-basket .catalog-list .card-concomitant .card-price {
    padding-top: 5px;
  }
}
.card-product:hover .card-image {
  /* -webkit-transform: scale(1.05); */
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* transform: scale(1.05); */
}
@media (max-width: 479px) {
  .card-product {
    padding: 0 15px;
  }
}
.card-product_ticket {
  display: block;
  position: absolute;
  z-index: 99;
  font-weight: 600;
  top: 0px;
  top: 0;
  left: 0;
}
.card-product_ticket .ticket-new {
  float: left;
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 0px 11px 7px 0px;
  padding: 6px 10px;
  pointer-events: none;
  text-transform: uppercase;
  background-color: #e60000;
  color: white;
  border-radius: 0 0 0.4167vw 0;
}
.card-product_ticket a.ticket-compare {
  background: url(../img/icons/chart.svg) 6px 6px no-repeat;
  position: absolute;
  top: 24px;
  right: 11px;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.tab-content .rs-product-item .card-product_title span {
  min-height: 60px;
}
.card-product_ticket a.ticket-compare:hover {
  background-position: -15px 6px;
  border-color: #e31235;
}
.card-product_ticket a.ticket-compare.rs-in-compare {
  background-position: -37px 6px;
  border-color: #9f0922;
}
.card-product_ticket a.ticket-favorite {
  background: url(../img/icons/favourite.svg) 5px 6px no-repeat;
  display: block;
  height: 25px;
  position: absolute;
  right: 26px;
  top: 24px;
  width: 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
}
.card-product_ticket a.ticket-favorite:hover {
  background-position: -22px 6px;
  border-color: #fc5039;
}
.card-product_ticket a.ticket-favorite.rs-in-favorite {
  background-position: -56px 6px;
  border-color: #fc5039;
}
.card-product .card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* height: 250px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 5px 11px;
  text-align: center;
  /* transition: ease-in-out 0.3s; */
  position: relative;
  border: 0px solid #ddd;
  background: white;
  z-index: 1;
}

.card-product .card-image:hover {
  position: relative;
  border: 0px solid #ddd;
  background: white;
  z-index: 1;
}

.card-product .card-image img {
  margin: 0 auto !important;
  max-height: 100%;
  max-width: 100%;
  width: initial !important;
}
.card-product .card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  /* justify-content: space-between; */
  padding: 2px 11px 9px 18px;
  position: relative;
  overflow: hidden;
}
.card-product_category-name {
  line-height: 1;
  height: 10px;
}
.card-product_category-name small {
  font-family: "Roboto", sans-serif;
  opacity: 0.65;
}
.card-product_info {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* vertical-align: bottom; */
  padding-bottom: 9px;
}
.card-product_title {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 1.25;
  overflow: hidden;
  padding: 5px 0;
  /* max-height: 75px; */
  /* width: 100%; */
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.card-product_title span {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  display: block;
  min-height: 50px;
}
.card-product_title:after {
  background: url("../img/gradient_white.png") repeat-y;
  bottom: 0;
  /* content: ""; */
  /* display: block; */
  /* height: 25px; */
  /* position: absolute; */
  /* right: 0; */
  /* width: 60px; */
}
.card-product_rating .rating {
  background: url("../img/icons/star.svg") top left repeat-x;
  display: block;
  height: 15px;
  margin: 5px 0 0 0;
  width: 100px;
  position: relative;
}
.card-product_rating .rating .value {
  height: 15px;
  background: url("../img/icons/star-active.svg") top left repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.card-product_rating .comments {
  display: table;
}
.card-product_rating .comments a {
  color: #000;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.card-product_rating .comments a i {
  font-size: 19px;
}
.card-product_rating .comments a span {
  padding: 0 3px;
}
.card-product_price {
  padding: 0px;
  width: 100%;
}

@media (max-width: 1199px) {
  .card-product_price span {
    font-size: 21px;
    padding: 5px 0;
  }
}
.card-product_price .link-more {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
}
@media (max-width: 1199px) {
  .card-product_price .link-more {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .card-product_quantity {
    padding-top: 15px;
  }
}
.card-product_quantity .error {
  color: red;
  font-size: 13px;
  margin: 10px 0;
}

.prop-title {
  float: left;
  vertical-align: middle;
  display: block;
  padding: 0;
}

.prop-title-td .popover-button {
  border: 1px solid;
  border-radius: 10px;
  width: 18px;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  margin-left: 10px;
  outline: none;
  color: #857575;
  box-sizing: border-box;
}

.prop-title-td {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e8e8e8;
}

.quantity {
  position: relative;
  width: 150px;
  height: 40px;
  display: inline-block;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input.rs-field-amount {
  line-height: 1.65;
  display: block;
  height: 42px;
  border: none;
  font-size: 16px;
  margin: 0 49px 0 30px;
  padding: 0 37px 0 0;
  text-align: right;
  width: 78px;
}

.quantity input.rs-field-amount:focus {
  outline: 0;
}

.quantity-text {
  color: #666;
}

.quantity-unit {
  font-size: 11px;
  position: absolute;
  right: 52px;
  top: 15px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #ffac00;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  transition: ease-in-out 0.3s;
  z-index: 10;
}
.quantity-button.quantity-up:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.quantity-button.quantity-down {
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 24px;
  line-height: 1.1;
  transition: ease-in-out 0.3s;
  z-index: 10;
}
.quantity-button.quantity-down:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

.quantity-float .quantity-button {
  width: 18px;
  height: 18px;
  font-size: 19px;
  line-height: 15px;
  position: static;
  display: inline-block;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.quantity-num-wrapper {
  min-width: 31px;
  display: inline-block;
}

.card-category-mini {
  height: 212px;
}
.card-category-mini:hover .card-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.card-category-mini .card-image {
  line-height: 135px;
  padding: 10px 0;
  transition: ease-in-out 0.3s;
}
.card-category-mini .card-image img {
  max-width: 90%;
}
.card-category-mini .card-text {
  bottom: 0;
  max-width: 100%;
  padding: 10px 15px;
  position: absolute;
  height: 57px;
}
@media (max-width: 1199px) {
  .card-category-mini .card-text {
    min-height: 40px;
    padding: 5px 20px;
  }
}
.card-category-mini .card-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 19.5px;
  letter-spacing: 0.2px;
  line-height: 1;
  max-height: 45px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .card-category-mini .card-text span {
    font-size: 16px;
    max-height: 40px;
  }
}

.card-category-middle {
  height: 453px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-category-middle {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-category-middle {
    height: 400px;
  }
}
.card-category-middle:hover .card-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.card-category-middle .card-image {
  height: 350px;
  padding: 15px;
  transition: ease-in-out 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-category-middle .card-image {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-category-middle .card-image {
    height: 300px;
  }
}
.card-category-middle .card-image img {
  max-width: 100%;
}
.card-category-middle .card-image > a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-category-middle .card-text {
  height: 110px;
  line-height: 1.3;
  margin: 0 auto;
  width: 80%;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-category-middle .card-text {
    height: 96px;
  }
}
.card-category-middle .card-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  max-height: 100px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-category-middle .card-text span {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-category {
    height: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-category {
    height: 400px;
  }
}
.card-category:hover .card-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.card-category .card-image {
  position: relative;
  transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .card-category .card-image {
    height: inherit;
  }
}
.card-category .card-image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .card-category .card-image img {
    display: table;
    margin: 0 auto 50px;
    position: relative;
  }
}
.card-category .card-text {
  bottom: 0;
  height: 50px;
  padding: 10px 15px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .card-category .card-text a.link-more {
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    width: 95px;
    margin: -4px;
  }
}
.card-category .card-text span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .card-category .card-text span {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-category .card-text span {
    max-width: 225px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-category .card-text span {
    font-size: 18px;
  }
}
.card-category .card-text .link-more {
  margin: -2px -5px 0 0;
}
@media (max-width: 767px) {
  .card-category .card-text .link-more {
    font-family: "Roboto", sans-serif;
    text-align: center;
    width: 130px;
  }
}

.sec > .title {
  /* position: relative; */
  /* height: 70px; */
}
.sec > .title span {
  color: #fff;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 2.45;
  padding: 0 15px;
}
@media (max-width: 479px) {
  .sec > .title span {
    font-size: 18px;
    padding: 13px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sec > .title span {
    font-size: 21px;
    padding: 9px 0;
  }
}
.sec > .title a.title-text {
  color: #fff;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 2.45;
  padding: 0 15px;
}
.sec > .title a.title-text:hover {
  opacity: 0.9;
}
@media (max-width: 479px) {
  .sec-category > .container {
    padding: 0;
  }
  .sec-news > .container {
    padding: 0;
  }
}

@media (min-width: 1540px) {
  .anti-container {
    margin-left: calc((1540px - 100vw) / 2);
    margin-right: calc((1540px - 100vw) / 2);
  }
}
section.sec-news .row-news {
  padding: 30px 0;
}
section.sec-news div.news {
  transition: ease-in-out 0.3s;
}
section.sec-news div.news:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
section.sec-news div.news-image {
  overflow: hidden;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
section.sec-news div.news-image a {
  width: inherit;
  min-height: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.sec-news div.news-image a {
    width: 100%;
  }
}
section.sec-news div.news-image img {
  min-height: inherit;
  min-width: inherit;
  max-width: inherit;
  width: inherit;
}
@media (max-width: 991px) {
  section.sec-news div.news-image img {
    min-width: 100%;
  }
}
@media (max-width: 479px) {
  section.sec-news div.news-image {
    min-height: inherit;
  }
}
@media (max-width: 1199px) {
  section.sec-news div.news-image + div .news-block_description {
    height: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.sec-news div.news-image + div .news-block_description {
    height: 64px;
  }
}
@media (min-width: 1600px) {
  section.sec-news div.news-image + div .news-block_description {
    height: 80px;
  }
}
section.sec-news div.news-block {
    background-color: #fff;
    margin-bottom: 2px;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}
.kontent-glav h2:before {
    content: "";
    border-bottom: 2px solid #283280;
    width: 50%;
    height: 0.5em;
    position: absolute;
    top: 0px;
    margin-left: calc(-50% - 10px);
}

.kontent-glav h2:after {
    content: "";
    border-bottom: 2px solid #283280;
    width: 50%;
    height: 0.5em;
    position: absolute;
    top: 0px;
    margin-left: 10px;
}
@media (max-width: 767px) {
  section.sec-news div.news-block {
    height: inherit;
  }
}
section.sec-news div.news-block_publisher small {
  opacity: 0.65;
}
section.sec-news div.news-block_title {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  letter-spacing: 0.75px;
  overflow: hidden;
  padding: 4px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  section.sec-news div.news-block_title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 15px;
    padding: 4px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.sec-news div.news-block_title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  section.sec-news div.news-block_title {
    font-size: 18px;
  }
}
section.sec-news div.news-block_title span {
  white-space: nowrap;
}
section.sec-news div.news-block_description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 32px;
  letter-spacing: -0.25px;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 10px;
}
section.sec-news div.news-block_link .link-more {
  display: table;
  margin: 2px;
  padding: 8px 28px;
}
section.sec-news div.news-list {
  background-color: #fff;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
section.sec-news div.news-text {
  display: block;
  overflow: hidden;
  padding: 10px 25px 25px;
  width: 100%;
}
@media (max-width: 479px) {
  section.sec-news div.news-text {
    padding: 7px 30px 15px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  section.sec-news div.news-text {
    padding: 7px 25px 16px;
  }
}

.sec-form {
  background-color: #00afd8;
  min-height: 210px;
}
.sec-form_description {
  margin: 0 auto;
  padding: 40px 0 0 28px;
  width: 550px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec-form_description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-form_description {
    padding: 10px 15px 0;
    text-align: center;
    width: inherit;
  }
}
.sec-form_description h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 31px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .sec-form_description h3 {
    font-size: 21px;
  }
}
.sec-form_description p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.1px;
}
.sec-form_subscribe {
  padding: 66px 0 0 15px;
}
@media (max-width: 767px) {
  .sec-form_subscribe {
    margin: 0 auto;
    padding: 0 0 25px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec-form_subscribe {
    padding: 25px;
  }
}
.sec-form_subscribe .sec-form_unsubscribe {
  font-size: 12px;
  margin-left: 23px;
  color: white;
  opacity: 0.7;
}
.sec-form_subscribe .sec-form_succes {
  color: white;
  padding-left: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.sec-form_subscribe .form-group {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 12px;
  vertical-align: middle;
}
.sec-form_subscribe .form-group:first-child {
  width: 60%;
}
.sec-form_subscribe .form-group:first-child input {
  width: 100%;
}
.sec-form_subscribe .form-group .form-control {
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  height: 47px;
  letter-spacing: 1.15px;
  padding: 10px 20px;
  width: 210px;
}
@media (max-width: 991px) {
  .sec-form_subscribe .form-group .form-control {
    text-align: center;
  }
}
.sec-form_subscribe .theme-btn_subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  height: 46px;
  letter-spacing: -0.5px;
  line-height: 43px;
  margin: 0 7px;
  padding: 0 40px;
}
.sec-form_subscribe .checkbox input {
  height: 18px;
  margin: 4px 8px 0 0;
  width: 18px;
}
@media (max-width: 767px) {
  .sec-form_subscribe .checkbox input {
    margin: -2px -25px;
  }
}
.sec-form_subscribe .checkbox span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: -4px;
}

.sec-brand {
  background-color: #fff0;
  border-top: 0px solid #ddd;
  padding-top: 23px;
  margin-top: -27px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.sec-brand .title {
  margin-bottom: 15px;
}

.sec-page-product .wrapper_product-card {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
  overflow: hidden;
  border: 0px solid #ddd;
  padding: 25px;
}
.page-product_brand p {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 10px;
  background: #dbe2ff;
  padding: 7px 20px;
  width: fit-content;
}
.page-product_description_characteristics span {
  font-weight: 600;
  font-size: 18px;
}
.page-product_quantity {
  margin-bottom: 20px;
}
.page-product_gallery {
  margin: 0 0 29px 0;
  padding: 25px;
}
@media (max-width: 991px) {
  .page-product_gallery {
    height: auto;
    margin-bottom: 0;
  }
}
.page-product_gallery .bx-wrapper {
  margin-bottom: 0;
}
.page-product_gallery .bx-wrapper img {
  margin: 0 auto;
}
.page-product_description {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -moz-flex;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-direction: normal; */
  /* -webkit-box-orient: horizontal; */
  /* -webkit-flex-direction: row; */
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  /* flex-direction: row; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* -webkit-justify-content: center; */
  -moz-justify-content: center;
  /* justify-content: center; */
  margin: 0 19px 3px 0;
  display: block;
  padding: 7px;
}
@media (max-width: 767px) {
  .page-product_description {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 15px;
  }
}
.page-product_description_short {
  padding-bottom: 15px;
  border: 1px solid #ddd;
  padding: 17px 20px;
  margin: 22px 0px 14px 0px;
  background: #fafbff;
}
.page-product_description_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .page-product_description_left {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 15px 50px 0;
  }
}
.page-product_description_icon {
  padding: 9px 0;
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.page-product_description_right {
  padding: 30px 30px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
  position: relative;
}
@media (max-width: 479px) {
  .page-product_description_right {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-product_description_right {
    text-align: center;
  }
}
.page-product_description_right .card-price_old {
  display: block;
  font-size: 19px;
  line-height: 1.2;
  text-decoration: line-through;
  text-align: right;
  font-weight: 600;
}
.page-product_description_right .card-price_new {
  display: block;
  font-size: 39px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}
.page-product_description_right .card-price_new .rs-unit-block {
  position: relative;
  margin-left: 20px;
}
.page-product_description_right .card-price_new .rs-unit-block .rs-unit-dash {
  position: absolute;
  max-width: 100%;
  overflow: hidden;
  left: -20px;
}
.page-product_description_right .link-more {
  display: table;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin: 0 15px 10px 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .page-product_description_right .link-more {
    margin: 10px;
    max-width: 100%;
    width: 200px;
  }
}
.page-product_description_right .link-one-click {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  text-align: center;
  border-radius: 7px;
  width: 100%;
  border: 1px solid #e8e8e8;
  background-color: #283280;
}
@media (max-width: 767px) {
  .page-product_description_right .link-one-click {
    margin: 10px;
    max-width: 100%;
    width: 200px;
  }
}
.page-product_description_characteristics {
  /* border-bottom: 1px solid #e8e8e8; */
  /* border-top: 1px solid #e8e8e8; */
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  list-style: none;
  margin-bottom: 10px;
  padding: 17px 0;
}
@media (max-width: 479px) {
  .page-product_description_characteristics {
    padding: 15px 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-product_description_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.page-product_content {
  margin-bottom: 29px;
}
.page-product_content .nav-tabs {
}
.page-product_content .nav-tabs > li > a {
}

@media (max-width: 767px) {
  .page-product_content .nav-tabs > li > a {
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-product_content .nav-tabs > li > a span {
  color: #61acd2;
}

.unobt.pull-right {
  color: red;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
  margin: 4px 9px;
  padding: 7px 11px;
  font-size: 14px;
}

.nullComplects {
  color: #aaa;
}

.i-svg {
  display: inline-block;
}
.i-svg.i-svg-view-blocks {
  width: 14px;
  height: 30px;
  background: url(../img/icons/view-as-block.svg) no-repeat left center;
  line-height: 26px;
  float: left;
}
.active .i-svg.i-svg-view-blocks {
  background-position: -28px 59%;
}
.i-svg.i-svg-view-table {
  width: 29px;
  height: 30px;
  background: url(../img/icons/view-as-table.svg) no-repeat left center;
  margin-right: 7px;
  padding: 0px 12px;
  line-height: 34px;
  line-height: 26px;
  float: left;
}
.active .i-svg.i-svg-view-table {
  background-position: -28px 50%;
}
.i-svg.i-svg-cart {
  width: 26px;
  height: 24px;
  background: url(../img/icons/cart.svg) no-repeat top left;
}
.i-svg.i-svg-cart:hover {
  background-position: -48px 0;
}
.i-svg.i-svg-user {
  width: 26px;
  height: 25px;
  background: url(../img/icons/user.svg) no-repeat top left;
}
.i-svg.i-svg-user:hover {
  background-position: -45px 0;
}
.i-svg.i-svg-favorite {
  width: 33px;
  height: 30px;
  background: url(../img/icons/ifav.svg) no-repeat top left;
  vertical-align: middle;
}
.cart-wrapper.open .i-svg.i-svg-favorite,
.i-svg.i-svg-favorite:hover {
  background-position: -57px 0;
}
.rs-in-favorite > .i-svg.i-svg-favorite {
  background-position: -120px 0;
}
.i-svg.i-svg-compare {
  width: 33px;
  height: 30px;
  background: url(../img/icons/icmp.svg) no-repeat top left;
  /* margin-top: 0px; */
  vertical-align: middle;
}
.cart-wrapper.open .i-svg.i-svg-compare,
.i-svg.i-svg-compare:hover {
  background-position: -43px 0;
}
.rs-in-compare > .i-svg.i-svg-compare {
  background-position: -83px 0;
}
.i-svg.i-svg-commenting {
  width: 20px;
  height: 20px;
  background: url(../img/icons/icomments.svg) no-repeat top left;
}

/* ╨Ю╤Б╤В╨░╤В╨║╨╕ ╨╜╨░ ╤Б╨║╨╗╨░╨┤╨░╤Е ╨▓ ╨║╨░╤А╤В╨╛╤З╨║╨╡ ╤В╨╛╨▓╨░╤А╨░ */
.rs-warehouse-row .stick-wrap {
  display: block;
  float: left;
  font-size: 0;
  padding: 4px;
  white-space: nowrap;
}
.rs-warehouse-row .stick-wrap .stick {
  background: #ebebeb none repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  margin-left: 6px;
  vertical-align: bottom;
  width: 14px;
}
.rs-warehouse-row .stick-wrap .stick:first-child {
  margin-left: 0;
}
.rs-warehouse-row .stick-wrap .stick.filled {
  background-color: #faad3d;
}
.rs-warehouse-row .rs-stick-empty {
  display: none;
}
.rs-warehouse-row.rs-warehouse-empty .rs-stick-empty {
  display: block;
}
.rs-warehouse-row.rs-warehouse-empty .stick-wrap {
  display: none;
}

.sec-content_wrapper {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 29px;
}
@media (max-width: 479px) {
  .sec-content_wrapper {
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 15px;
  }
}
.sec-content_head_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 300px;
}
@media (max-width: 767px) {
  .sec-content_head_title {
    height: auto;
  }
}
.sec-content_head_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 300px;
}
@media (max-width: 767px) {
  .sec-content_head_image {
    height: auto;
  }
}
.sec-content_head_image img {
  max-width: 100%;
  max-height: 100%;
}
.sec-content_images {
  margin-bottom: 50px;
}
.sec-content_images img {
  max-width: 100%;
}
.sec-content_text h1 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .sec-content_text h1 {
    text-align: center;
  }
}
.sec-content_text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec-content_text table td {
  border: 1px solid #ececec;
  padding: 5px;
}
@media (max-width: 1199px) {
  .sec-content_text .comments {
    width: 200px;
    text-align: center;
  }
  .sec-content_text .review_response {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.t-delivery-address {
  background-color: #fff;
  padding: 15px 30px 30px;
  margin-bottom: 29px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-delivery-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t-delivery-address {
    padding: 15px;
  }
  .t-delivery-address h3 {
    text-align: left;
    margin-top: 5px;
  }
}
.t-delivery-address_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-delivery-address_form .checkbox {
  line-height: 3.8;
  width: 100%;
}

.block-wizard {
  border: 1px dashed #888;
  margin: 10px 0;
  padding: 10px;
  text-align: left;
}
.block-wizard__title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.block-wizard__title i {
  margin-right: 10px;
}
.block-wizard__do {
  padding-left: 62px;
}
.block-wizard.text-center {
  text-align: center;
}
.block-wizard.text-center .block-wizard__do {
  padding-left: 20px;
}
.block-wizard.white {
  color: white;
}
.block-wizard.white a {
  color: #73baf7;
}
.block-wizard.white a:hover {
  color: #63aae7;
}

.col-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.paginator-bottom {
  width: 100%;
  display: block;
}
.paginator {
  padding: 10px 0 20px;
  /* margin-left: 38%; */
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.paginator a {
  width: 58px;
  height: 44px;
  line-height: 37px;
  text-align: center;
  margin: 0 -4px;
  display: inline-block;
  border-radius: 3px;
  color: black;
  border: 1px solid transparent;
  /* margin-left: 17%; */
  position: relative;
  display: inline-block;
  padding: 5px 5px;
  /* margin-left: -1px; */
  line-height: 34px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #b8ced9;
}
.paginator a:hover {
  background-color: #ccc;
}
.paginator a.active {
  background: #415495;
  color: white;
}
.paginator a i {
  font-size: 30px;
  font-weight: bold;
  margin-top: -3px;
  vertical-align: middle;
}
.paginator .prev,
.paginator .next {
  border-color: #ccc;
}

.sec-gallery {
  background: #fff;
  padding: 25px;
}
.sec-gallery .gallery {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.sec-gallery .gallery li {
  float: left;
}

.theme-list.top-menu li {
  position: relative;
}
.theme-list.top-menu li a:hover {
  color: #ffac00;
}
.theme-list.top-menu li ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 100%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  -moz-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
  display: none;
  min-width: 150px;
}
.theme-list.top-menu li ul li {
  display: list-item;
  border-top: 1px solid #e8e8e8;
}
.theme-list.top-menu li ul a {
  display: block;
  padding: 15px;
}
.theme-list.top-menu li ul ul {
  position: absolute;
  left: 100%;
  top: -1px;
}
.theme-list.top-menu li:hover > ul {
  display: block;
}

.t-pay_wrapper {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.t-pay-receipt {
  background-color: #ffffff;
  width: 48%;
  border: 2px solid #d8d8d8;
  margin: 15px 0;
  transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .t-pay-receipt {
    width: 100%;
    margin: 29px 0 0;
  }
}
.t-pay-receipt h2 {
  text-align: center;
}
.t-pay-receipt .inside {
  background: none;
  color: #000;
  padding: 35px 15px;
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.t-pay-receipt:hover {
  border-color: #00afd8;
}

.page-basket .card-product {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.page-basket .card-product:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .page-basket .catalog-list .card-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.page-basket .catalog-list .card-product {
  border-bottom: 1px solid #e8e8e8;
}
.page-basket .catalog-list .card-product_title {
  max-height: none;
}
.page-basket .catalog-list .card-product_title:after {
  content: none;
}
.page-basket .catalog-list > div:last-child {
  margin-bottom: 29px;
}
.page-basket .catalog-list > div:last-child > div {
  border-bottom: none;
}
.page-basket .t-payment-and-delivery {
  border-top: 1px solid #e8e8e8;
}
.page-basket .t-order_button-block .link {
  width: 200px;
  text-align: center;
  margin: 15px;
}
.page-basket .t-actions {
  border-top: 1px solid #e8e8e8;
  padding: 0 30px 30px;
}
@media (max-width: 1199px) {
  .page-basket .t-actions {
    padding: 0 15px 15px;
  }
}
@media (max-width: 991px) {
  .page-basket .t-actions {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
  }
}
.page-basket .t-actions input {
  font-size: 16px;
  line-height: 3;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px 20px 40px 0;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .page-basket .t-actions input {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-basket .t-actions button {
  border: none;
  border-radius: 30px;
  padding: 8px 0;
  width: 200px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}
.page-basket .t-actions-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-basket .sidebar_blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-basket .sidebar_blocks .t-order-total {
    order: 1;
  }
  .page-basket .sidebar_blocks .t-buy-oneclick {
    order: 2;
  }
  .page-basket .sidebar_blocks .t-actions {
    order: 3;
  }
  .page-basket .sidebar_blocks .t-order-checkout {
    order: 4;
  }
}

@media (min-width: 992px) {
  .sticky {
    position: sticky !important;
    top: 60px;
  }
}

.t-order {
  width: 100%;
}
@media (max-width: 991px) {
  .t-order_confirm-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-order_confirm-box_items {
    order: 2;
  }
  .t-order_confirm-box_info {
    order: 1;
  }
}
@media (max-width: 479px) {
  .t-order_confirm-box .card-order-product {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
  }
  .t-order_confirm-box .card-order-product .card-text,
  .t-order_confirm-box .card-order-product .card-quantity,
  .t-order_confirm-box .card-order-product .card-price {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.t-order_confirm {
  background: #fff;
}
.t-order_comments {
  padding: 15px 30px;
  border-bottom: 1px solid #e8e8e8;
}
.t-order_head {
  padding: 0 30px;
}
.t-order-top {
  padding: 0 30px 15px;
}
@media (max-width: 767px) {
  .t-order-top {
    padding: 0 15px 15px;
  }
}
.t-order-wrapper {
  background-color: #fff;
  margin-bottom: 29px;
}
.t-order_title img {
  display: block;
  float: left;
  margin: 3px 10px 0 0;
}
.t-order_description {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .t-order_description {
    padding: 0 5px;
  }
}
.t-order-usertext {
  padding: 15px;
  background: #fffcc8;
  border-top: 1px solid #d8d8d8;
}
.t-order_name {
  color: #000;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .t-order_name {
    font-size: 14px;
  }
}
.t-order_left {
  width: 100px;
  opacity: 0.65;
}
@media (max-width: 479px) {
  .t-order_left {
    width: 100%;
    text-align: center;
  }
  .t-order_left br {
    display: none;
  }
}
.t-order-errors {
  color: red;
  text-align: center;
}
.t-order_center {
  width: calc(100% - 225px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .t-order_center {
    width: 100%;
    margin: 25px 0;
  }
}
.t-order_wide {
  width: calc(100% - 225px);
}
@media (max-width: 479px) {
  .t-order_wide {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .t-order_wide {
    width: 100%;
    margin: 25px 0;
  }
}
.t-order_img {
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.t-order_right {
  background-color: #fff;
  position: absolute;
  right: 30px;
}
.t-order_right span {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .t-order_right {
    position: relative;
    right: inherit;
  }
  .t-order_right span {
    font-size: 18px;
    width: 125px;
    display: block;
    text-align: center;
  }
}
.t-order_right_item-block {
  background: white;
}
.t-order_table {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 479px) {
  .t-order_table tr {
    display: block;
    margin-bottom: 15px;
  }
}
.t-order_table td {
  padding-bottom: 15px;
}
.t-order_table td:nth-child(2n) {
  padding: 0 15px 15px;
  opacity: 0.65;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-order_table td:nth-child(2n) span {
  padding-right: 15px;
}
@media (max-width: 479px) {
  .t-order_table td:nth-child(2n) span {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .t-order_table td:nth-child(2n) {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .t-order_table td {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.t-order_table_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 479px) {
  .t-order_table_buttons {
    width: 100%;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: 15px 0 0;
  }
}
.t-order_table_buttons .link {
  margin: 5px 15px 0 0;
  border: 1px solid transparent;
}
.t-order_table_buttons .link-one-click {
  border-color: #d8d8d8;
  color: #999;
}
.t-order-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  transition: ease-in-out 0.3s;
  height: 0;
  position: relative;
}
.t-order-list.open {
  height: 100%;
}
.t-order-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 30px;
}
@media (max-width: 479px) {
  .t-order-list li {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .t-order-list li {
    padding: 15px;
  }
}
.cart-bottom {
  display: inline-block;
  /* float: left; */
  width: 100%;
  position: relative;
  bottom: 0px;
  vertical-align: bottom;
}
.card-cupit {
  width: 46%;
  display: inline-block;
}
.cart-podrob {
  width: 49%;
  display: inline-block;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #266ab7 0, #2c5086 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b65a7),
    to(#286cb9)
  );
  background-image: linear-gradient(to bottom, #4f589f 0, #224e7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #0b007d;
  color: white;
}
.btn-warning span {
  color: #fff;
}
.btn-warning:hover {
  color: #fff;
  background-color: #000000;
  border-color: #35322d;
}
.btn-warning.active,
.btn-warning:active {
  background-color: #4a453e;
  border-color: #3e3932;
}
.btn-warning:focus,
.btn-warning:hover {
  background-color: #35302a;
  background-position: 0 -15px;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #33302b;
  border-color: #33302b;
}
.t-order-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-order-card_description {
  width: 60%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .t-order-card_description {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    padding: 0 15px;
  }
  .t-order-card_description h2.h2 {
    text-align: left;
    margin: 0 -15px;
    padding: 15px;
    border-bottom: 1px solid #d8d8d8;
    width: calc(100% + 30px);
  }
}
.t-order-card_sum-info {
  width: 40%;
  margin: 25px 0;
  border-left: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .t-order-card_sum-info {
    border-left: none;
    width: 100%;
  }
}
.t-order-card_sum-info_icon {
  width: 60px;
  height: 65px;
  fill: #ffac00;
}
.t-order-card_sum-info_num {
  font-size: 24px;
  margin: 10px 0 0;
}
.t-order-card_sum-info_sum {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
.t-order-card_sum-info .link-del {
  width: 200px;
  transition: ease-in-out 0.3s;
}
.t-order-card_sum-info .link-del.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.table-underlined {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .table-underlined tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .table-underlined-text {
    border-bottom: 1px dashed;
    margin: 2px 0;
    padding-bottom: 1px;
  }
}
.table-underlined-text td {
  padding: 6px 0;
}
.table-underlined-text td span {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 479px) {
  .table-underlined-text td span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .table-underlined-text td span {
    padding: 5px;
  }
}
.table-underlined-text td:nth-child(1):after {
  border-bottom: 1px dashed #e8e8e8;
  content: "";
  display: block;
}
.table-underlined-text td:nth-child(2) {
  padding-left: 10px;
}

/* ╨б╨┐╨╕╤Б╨╛╨║ ╨┤╨╛╤Б╤В╨░╨▓╨╛╨║ ╨╕ ╨╛╨┐╨╗╨░╤В */
.order-list-items .item {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.order-list-items .item:first-child {
  border-top: none;
  padding-top: 0;
}
.order-list-items .item .h3 {
  margin: 0;
}
.order-list-items .item .radio-column {
  width: 25px;
}
.order-list-items .item .info-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order-list-items .item .info-column .line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 479px) {
  .order-list-items .item .info-column .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.order-list-items .item .info-column .price-value {
  font-size: 20px;
  white-space: nowrap;
}
.order-list-items .item .info-column .price,
.order-list-items .item .info-column .help {
  white-space: nowrap;
}
.order-list-items .item .info-column .something-wrong {
  color: red;
  font-size: 13px;
  margin: 10px 0;
}
.order-list-items .item .info-column .cdekWidjet .cdekMap {
  height: 350px;
  margin-top: 10px;
}

/* ╨б╨┐╨╕╤Б╨╛╨║ ╤В╨╛╨▓╨░╤А╨╛╨▓ ╨▓ ╨╖╨░╨║╨░╨╖╨╡ */
.card-order-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card-order-product .card-text {
  width: 50%;
  padding: 30px;
}
.card-order-product .card-quantity {
  width: 20%;
  padding: 30px;
}
.card-order-product .card-quantity .error {
  color: red;
  font-size: 13px;
  margin: 10px 0;
}
.card-order-product .card-price {
  width: 30%;
  padding: 30px;
  text-align: right;
}
.card-order-product .card-price_present {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  white-space: nowrap;
}

.t-order-products {
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.t-order-products h3 {
  color: aliceblue;
  padding: 7px 30px;
  background: #e31235;
  font-size: 25px;
}
.t-order-products .product-side-list {
  padding: 0 30px;
  max-height: 410px;
  overflow: auto;
}

.table-keyvalue {
  width: 100%;
}
.table-keyvalue td {
  padding: 7px;
}

@media (max-width: 991px) {
  .t-opo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .t-opo_items {
    order: 2;
  }
  .t-opo_info {
    order: 1;
  }
}
.t-opo.user .onePagePaymentBlock,
.t-opo.user .onePageDeliveryBlock,
.t-opo.user .t-order_comment-to-shipment,
.t-opo.user .t-order_button-block {
  display: none;
}

.page-product_content .nav-tabs > li > a {
  border-radius: 0;
  padding: 15px 21px;
  margin-right: -1px;
}
.page-product_content .tab-content {
  background: #fff;
  padding: 3px 35px 28px;
}
@media (max-width: 991px) {
  .page-product_content .tab-content {
    padding: 3px 15px 0;
  }
}

.page-product_content .tab-content p {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0;
}
.chars-andpol {
  font-size: 13px;
}
.table-top p @media (max-width: 479px) {
  .page-product_content .tab-content p {
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 15px;
    padding: 0;
  }
}
.page-product_content .tab-content_list {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 0;
  opacity: 0.65;
  padding: 15px 25px;
  width: 80%;
}
@media (max-width: 479px) {
  .page-product_content .tab-content_list {
    width: 100%;
  }
}
.page-product_content .tab-content_list li {
  margin-bottom: 10px;
}
.page-product_content .tab-content_list li b {
  font-family: "Roboto", sans-serif;
}
.page-product_content .tab-content_table_files {
  margin-bottom: 0;
}
.page-product_content .tab-content_table_files thead {
  opacity: 0.65;
}
.page-product_content .tab-content_table_files td {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_files td {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
  }
  .page-product_content .tab-content_table_files td.file-name {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_files tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-product_content .tab-content_table_files tr:last-child {
    border-bottom: none;
  }
}
.page-product_content .tab-content_table_character {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_character tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .page-product_content .tab-content_table_character-text {
    border-bottom: 1px dashed;
    margin: 2px 0;
    padding-bottom: 1px;
  }
}
.page-product_content .tab-content_table_character-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_character-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.page-product_content .tab-content_table_character-subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_character-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 5px;
  }
}
.page-product_content .tab-content_table_character-text td {
  padding: 6px 0;
}
.page-product_content .tab-content_table_character-text td span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 10px 0;
}
@media (max-width: 479px) {
  .page-product_content .tab-content_table_character-text td span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_character-text td span {
    padding: 5px;
  }
}
.page-product_content .tab-content_table_character-text td:nth-child(1):after {
  border-bottom: 1px dashed #e8e8e8;
  content: "";
  display: block;
}
.page-product_content .tab-content_table_character-text td:nth-child(2) {
  padding-left: 10px;
}
.page-product_content .tab-content_table_existence {
  margin-bottom: 0;
}
.page-product_content .tab-content_table_existence thead {
  opacity: 0.65;
}
.page-product_content .tab-content_table_existence td {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_existence td {
    float: left;
    width: 50%;
  }
  .page-product_content .tab-content_table_existence td[colspan="2"] {
    width: 100%;
  }
}
.page-product_content .tab-content_table_existence .link-more {
  padding: 4px 25px;
}
@media (max-width: 991px) {
  .page-product_content .tab-content_table_existence_more {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .page-product_content .tab-content > .tab-pane {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    height: 0;
    margin: 0 -15px;
    overflow: hidden;
    padding: 0 15px;
  }
  .page-product_content .tab-content > .tab-pane > * {
    padding-left: 0;
    padding-right: 0;
  }
  .page-product_content .tab-content > .active {
    height: auto;
    padding-bottom: 25px;
  }
}

.nav-tabs_rating {
  opacity: 1;
}
@media (max-width: 991px) {
  .nav-tabs_rating {
    text-align: center;
  }
}
.nav-tabs_rating_title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding: 6px 3px;
}
.nav-tabs_rating_num {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.nav-tabs_rating_stars {
  background: url(../img/bgstars_na.gif) no-repeat;
  display: block;
  height: 14px;
  margin: 15px 0 25px 5px;
  width: 79px;
}
@media (max-width: 991px) {
  .nav-tabs_rating_stars {
    margin: 10px auto 15px;
  }
}

.nav-tabs_review {
  margin-bottom: 29px;
}
.nav-tabs_review_wrapper {
  background: #f5f5f5;
  margin-bottom: 1px;
  padding: 30px 20px 10px 30px;
  position: relative;
}
@media (max-width: 479px) {
  .nav-tabs_review_wrapper {
    padding: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .nav-tabs_review_wrapper {
    padding: 15px 15px 35px;
  }
}
.nav-tabs_review_wrapper.admin {
  margin: 30px 0;
  margin-left: 30px;
  background-color: #e3eef4;
}
.nav-tabs_review_wrapper.user {
  margin: 30px 0;
}
.nav-tabs_review_comment p i {
  margin: 2px 0 0 -20px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .nav-tabs_review_comment p i {
    margin: 3px 5px;
    position: relative;
  }
}
.nav-tabs_review_response {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .nav-tabs_review_response {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nav-tabs_review_response > * {
    margin: 15px auto 0;
  }
}
.nav-tabs_review_response .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 15px 0 0;
}
@media (max-width: 479px) {
  .nav-tabs_review_response .comments {
    margin: 15px 0;
    padding: 0 !important;
  }
}
.nav-tabs_review_response .comments .i-svg {
  margin-bottom: 4px;
  margin-right: 7px;
  vertical-align: middle;
}
.nav-tabs_review_response .comments span {
  color: #ccc;
  font-size: 16px;
  line-height: 2;
}
.nav-tabs_review_question i,
.nav-tabs_review_minus i,
.nav-tabs_review_plus i {
  font-size: 16px;
  margin: 3px 0 0 -20px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .nav-tabs_review_question i,
  .nav-tabs_review_minus i,
  .nav-tabs_review_plus i {
    margin: 3px 5px;
    position: relative;
  }
}
.nav-tabs_review_question i {
  color: green;
}
.nav-tabs_review_plus i {
  color: green;
}
.nav-tabs_review_minus i {
  color: red;
}
.nav-tabs_review_responses .nav-tabs_review_autor {
  padding: 8px 0 25px;
}
.nav-tabs_review_responses .nav-tabs_review_assessment {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 250px;
}
@media only screen and (max-width: 479px) {
  .nav-tabs_review_responses .nav-tabs_review_assessment {
    padding: 0 0 10px;
    width: 100%;
  }
}
.nav-tabs_review_responses .nav-tabs_review_assessment span {
  display: block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 5px 0 0 5px;
}
.nav-tabs_review_responses .nav-tabs_review_assessment_good .icon-thumbs-up {
  background-color: green;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  mask-image: url(../img/icons/like.svg);
}
.nav-tabs_review_responses .nav-tabs_review_assessment_bed .icon-thumbs-down {
  background-color: red;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 25px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  mask-image: url(../img/icons/dislike.svg);
}
.nav-tabs_review_autor {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .nav-tabs_review_autor {
    text-align: center;
  }
}
.nav-tabs_review_autor_name {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .nav-tabs_review_autor_name {
    font-size: 18px;
  }
}
.nav-tabs_review_autor small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.65;
}
.nav-tabs_review_autor label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 18px 0 0 2px;
  width: 100%;
}
@media (max-width: 991px) {
  .nav-tabs_review_autor label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.nav-tabs_review_autor_stars {
  background: url(../img/bgstars_na.gif) no-repeat;
  display: block;
  font-size: 15px;
  height: 14px;
  margin: 5px 20px;
  padding: 5px 5px;
  width: 79px;
}

.product-offers {
  margin: 20px 0;
}
.product-offers_title {
  margin-bottom: 3px;
}
.product-offers_pname {
  margin-bottom: 10px;
  display: block;
}
.product-offers_item {
  margin-bottom: 5px;
}

.multioffers_values {
  overflow: hidden;
  line-height: 40px;
  display: inline-block;
}
.multioffers_value-block {
  display: inline-block;
  float: left;
  border: 2px solid #dfdfdf;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.multioffers_value-block img {
  height: 40px;
  vertical-align: top;
}
.multioffers_value-block.like-string {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 40px;
  width: auto;
}
.multioffers_value-block.sel,
.multioffers_value-block:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.multioffers .level-type-radio .level-row {
  display: block;
}
.multioffers .level-type-image input,
.multioffers .level-type-color input {
  position: absolute;
  visibility: hidden;
  left: -9999px;
}
.multioffers .level-type-image .level-row,
.multioffers .level-type-color .level-row {
  display: inline-block;
}
.multioffers .level-type-image .level-row img,
.multioffers .level-type-color .level-row img {
  vertical-align: top;
}
.multioffers .level-type-image .level-row input + label,
.multioffers .level-type-color .level-row input + label {
  border: 1px solid #dcdcc9;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px white;
  margin: 2px;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: content-box;
}
.multioffers .level-type-image .level-row input:checked + label,
.multioffers .level-type-color .level-row input:checked + label {
  border: 2px solid #333;
  margin: 1px;
}
.multioffers .level-type-image .level-row input + label {
  width: 60px;
  height: 60px;
  line-height: 58px;
}
.multioffers .level-type-radio .level-row label {
  font-size: 14px;
}

.concomitantBlock {
  margin: 15px 0;
}

.concomitantBlock .concomitantTitle {
  font-size: 14px;
  margin-bottom: 7px;
}

.concomitantBlock .concomitantItem {
  font-size: 12px;
  padding-bottom: 2px;
  overflow: hidden;
}

.concomitantBlock .concomitantItem label {
  display: block;
  margin-left: 20px;
}

.concomitantBlock input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 7px;
  float: left;
}
.glav-kategorii .category-card__links  {
    height: 95px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
}

/* ╨г╨┐╤А╨░╨▓╨╗╨╡╨╜╨╕╨╡ ╨╛╤В╨╛╨▒╤А╨░╨╢╨╡╨╜╨╕╨╡╨╝ ╨║╨╜╨╛╨┐╨╛╨║ ╨Ъ╤Г╨┐╨╕╤В╤М, ╨Ъ╤Г╨┐╨╕╤В╤М ╨▓ 1 ╨║╨╗╨╕╨║, ╨Ч╨░╨║╨░╨╖╨░╤В╤М, ╨╜╨░╨┤╨┐╨╕╤Б╨╕ "╨Э╨╡╤В ╨▓ ╨╜╨░╨╗╨╕╤З╨╕╨╕" */
.rs-unobtainable,
.product .rs-reserve,
.rs-multi-complectations .rs-reserve,
.rs-not-avaliable .rs-to-cart,
.rs-not-avaliable .rs-buy-one-click {
  display: none;
}

.rs-unobtainable {
  color: #f06060;
}

.rs-not-avaliable .rs-unobtainable {
  display: inline;
}

.rs-forced-reserve .rs-reserve,
.rs-not-avaliable.rs-can-be-reserved .rs-reserve {
  display: inline-block !important;
}

.rs-forced-reserve .rs-to-cart,
.rs-not-avaliable.rs-can-be-reserved .rs-unobtainable {
  display: none !important;
}

.compare_product.rs-not-avaliable .rs-unobtainable {
  display: block;
  line-height: 24px;
}

/* ---------------- */
.multi-complectations {
  padding: 10px 30px 30px;
  overflow: hidden;
}

.multiComplectations .leftColumn {
  width: 48%;
  padding-right: 2%;
  float: left;
  border-right: 1px solid #f0f0f0;
}

.multiComplectations .information {
  float: right;
  width: 45%;
}

.multiComplectations .information .packages {
  font-size: 14px;
}

.multiComplectations .fn {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: Boblic, Arial Narrow, Arial;
  font-stretch: ultra-condensed;
  font-weight: normal;
}

.multiComplectations .image {
  width: 233px;
  height: 310px;
  line-height: 310px;
  margin-bottom: 10px;
}

.multiComplectations .barcode {
  margin-bottom: 15px;
  font-size: 12px;
}

.multiComplectations .descr {
  font-size: 14px;
  margin: 15px 0;
}

.multiComplectations .concomitantTitle,
.multiComplectations .pname {
  margin-bottom: 10px;
  display: block;
  color: #9e9e9e;
  font-size: 16px;
}

.multiComplectations .buttons {
  margin-top: 30px;
}

.multioffersWrap {
  color: #9e9e9e;
  font-size: 12px;
}

.comments_form {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments .stars-block {
  overflow: hidden;
  width: 285px;
}
.comments .stars-block i {
  cursor: pointer;
  display: block;
  float: left;
  width: 57px;
  height: 50px;
  background: url(../img/icons/big-star.svg) no-repeat;
}
.comments .stars-block i.active {
  background-position: -99px 0;
}
.comments .stars-label {
  width: 285px;
}
.comments .stars-desc {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.comments .captcha input {
  margin-top: 0;
}
.comments .already {
  margin: 10px 0;
  color: #ffac00;
}

.brand-category_list {
  list-style: none;
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
}

.compare_wrapper {
  background-color: #fff;
  margin-bottom: 29px;
  margin-top: 29px;
}
@media (max-width: 991px) {
  .compare_wrapper {
    margin-top: 29px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .compare_wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
}
.compare_wrapper h1 {
  padding: 0 15px;
  width: 100%;
}
.compare_list {
  opacity: 1;
}
.compare_product {
  padding: 0 25px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.compare_product .card-product_ticket {
  position: static;
}
.compare_product:hover .compare_product_img a {
  width: 100%;
}
.compare_product:hover .compare_product_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .compare_product {
    border-top: 1px solid #e8e8e8;
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .compare_product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.compare_product_img {
  text-align: center;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 479px) {
  .compare_product_img {
    width: 100%;
    padding: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .compare_product_img {
    width: 50%;
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare_product_img {
    width: 100%;
    padding-bottom: 25px;
  }
}
.compare_product_img img {
  transition: ease-in-out 0.3s;
  max-width: 100%;
  max-height: 100%;
}
.compare_product_text {
  width: 60%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .compare_product_text {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .compare_product_text {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare_product_text {
    width: 100%;
  }
}
.compare_product_category {
  font-family: "Roboto", sans-serif;
  opacity: 0.65;
}
.compare_product_title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 1.25;
  padding: 5px 0;
}
.compare_product .link-more {
  margin: 0;
}
.compare_product .link-del {
  width: 112px;
  padding: 7px 0 7px 20px;
  display: inline-block;
}
.compare_product .link-del i {
  top: 2px;
  left: 6px;
}

.page-warehouse {
  background: #fff;
  padding: 3px 35px 28px;
  margin-bottom: 29px;
}
@media (max-width: 991px) {
  .page-warehouse {
    padding: 3px 15px 0;
  }
}
.page-warehouse .warehouse-card_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
@media (max-width: 767px) {
  .page-warehouse .warehouse-card_info {
    display: block;
  }
  .page-warehouse .warehouse-card_info .phone,
  .page-warehouse .warehouse-card_info .worktime {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ececec;
  }
}
.page-warehouse .warehouse-card_info .icon {
  font-size: 60px;
  float: left;
}
.page-warehouse .warehouse-card_info .title {
  margin-left: 70px;
  font-weight: bold;
}
.page-warehouse .warehouse-card_info .value {
  margin-left: 70px;
}
.page-warehouse .warehouse-card_image {
  text-align: center;
  margin-bottom: 20px;
  overflow: auto;
}
@media (max-width: 991px) {
  .page-warehouse .warehouse-card_image {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .page-warehouse .warehouse-card_image img {
    max-width: 100%;
  }
}
.page-warehouse .warehouse-card_map {
  height: 400px;
}

.t-balance-list {
  padding: 0;
  margin-bottom: -15px;
  list-style: none;
}
.t-balance-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 -15px -1px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .t-balance-list li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.t-balance-list li:last-child {
  border-bottom: none;
}
@media (max-width: 479px) {
  .t-balance_title {
    font-size: 21px;
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .t-balance_title {
    font-size: 26px;
  }
}
.t-balance_left {
  font-family: "Roboto", sans-serif;
  opacity: 0.65;
  width: 130px;
}
@media (max-width: 767px) {
  .t-balance_left {
    width: 100%;
    padding: 0 15px;
  }
}
.t-balance_center {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 0 15px;
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .t-balance_center {
    width: 100%;
    padding: 15px;
  }
}
.t-balance_right {
  background-color: #fff;
  position: absolute;
  right: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}
@media (max-width: 767px) {
  .t-balance_right {
    width: 100%;
    padding: 0 15px;
    position: relative;
    right: inherit;
  }
}

.t-response_wrapper {
  margin: 0 -30px 0;
  padding: 25px 30px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .t-response_wrapper {
    padding: 15px;
  }
}
.t-response_wrapper:first-child {
  padding-top: 0;
}
.t-response_wrapper:last-child {
  border-bottom: none;
}

.page-responses {
  background-color: #fff;
  padding: 0 30px 1px;
  margin-bottom: 29px;
}
.page-responses h2 {
  margin-bottom: 0;
}

.t-response_title {
  padding-bottom: 15px;
  position: relative;
}
.t-response_title p {
  font-size: 18px;
  padding-right: 30px;
}
.t-response_title small {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  opacity: 0.35;
}
.t-response_delete {
  width: 20px;
  height: 20px;
  background: url(../img/icons/icon-del.png) no-repeat;
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  opacity: 0.5;
}
.t-response_delete:hover {
  opacity: 1;
}

@media (max-width: 479px) {
  .response_review {
    text-align: center;
  }
}

.review_response {
  margin-bottom: 29px;
}
.review_response_wrapper {
  background: #f5f5f5;
  margin-bottom: 1px;
  padding: 30px 20px 30px 45px;
  position: relative;
}
@media (max-width: 767px) {
  .review_response_wrapper {
    padding: 15px 15px 35px;
  }
}
.review_response_comment p i {
  margin: 2px 0 0 -20px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .review_response_comment p i {
    margin: 3px 5px;
    position: relative;
  }
}
.review_response_response {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .review_response_response {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .review_response_response > * {
    margin: 15px auto 0;
  }
}
.review_response_response .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 225px;
}
.review_response_response .comments i {
  color: #ccc;
  font-size: 28px;
  padding: 0 8px 0 22px;
}
.review_response_response .comments span {
  color: #ccc;
  font-size: 16px;
  line-height: 2;
}
.review_response_question i,
.review_response_minus i,
.review_response_plus i {
  font-size: 16px;
  margin: 3px 0 0 -25px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .review_response_question i,
  .review_response_minus i,
  .review_response_plus i {
    margin: 3px 5px;
    position: relative;
  }
}
.review_response_question i {
  color: green;
}
.review_response_plus i {
  color: green;
}
.review_response_minus i {
  color: red;
}
.review_response_responses .nav-tabs_review_autor {
  padding: 8px 0 25px;
}
.review_response_responses .nav-tabs_review_assessment {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 250px;
}
@media only screen and (max-width: 479px) {
  .review_response_responses .nav-tabs_review_assessment {
    padding: 0 0 10px;
    width: 100%;
  }
}
.review_response_responses .nav-tabs_review_assessment span {
  display: block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 5px 0 0 5px;
}
.review_response_responses .nav-tabs_review_assessment_good .icon-thumbs-up {
  background-color: green;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 30px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  mask-image: url(../img/icons/like.svg);
}
.review_response_responses .nav-tabs_review_assessment_bed .icon-thumbs-down {
  background-color: red;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 25px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  mask-image: url(../img/icons/dislike.svg);
}
.review_response_autor {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .review_response_autor {
    text-align: center;
  }
}
.review_response_autor_name {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .review_response_autor_name {
    font-size: 18px;
  }
}
.review_response_autor small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.65;
}
.review_response_autor label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 18px 0 0 2px;
  width: 100%;
}
@media (max-width: 991px) {
  .review_response_autor label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.review_response_autor_stars {
  background: url(../img/bgstars_na.gif) no-repeat;
  display: block;
  font-size: 15px;
  height: 14px;
  margin: 5px 20px;
  padding: 5px 5px;
  width: 79px;
}

.review {
  margin-bottom: 29px;
}
.review_wrapper {
  background: #f5f5f5;
  margin-bottom: 1px;
  padding: 30px 20px 30px 45px;
  position: relative;
}
@media (max-width: 767px) {
  .review_wrapper {
    padding: 15px 15px 35px;
  }
}
.review_comment p i {
  margin: 2px 0 0 -25px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .review_comment p i {
    margin: 3px 5px;
    position: relative;
  }
}
.review_response {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 1199px) {
  .review_response {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .review_response > * {
    margin: 15px auto 0;
  }
}
.review_response .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 15px;
  padding-left: 25px;
}
.review_response .comments i {
  color: #ccc;
  font-size: 28px;
  padding: 0 8px 0 22px;
}
.review_response .comments span {
  color: #ccc;
  font-size: 14px;
  line-height: 2;
}
.review_question i,
.review_minus i,
.review_plus i {
  font-size: 16px;
  margin: 3px 0 0 -20px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .review_question i,
  .review_minus i,
  .review_plus i {
    margin: 3px 5px;
    position: relative;
  }
}
.review_question i {
  color: green;
}
.review_plus i {
  color: green;
}
.review_minus i {
  color: red;
}
.review_autor {
  padding: 8px 0 25px;
}
.review_assessment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  padding: 10px 15px 15px;
  width: 180px;
  min-width: 180px;
}
@media only screen and (max-width: 479px) {
  .review_assessment {
    padding: 0 0 10px;
    width: 100%;
  }
}
.review_assessment span {
  display: block;
  float: right;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 5px 0 0 5px;
}
.review_assessment__good .icon-thumbs-up {
  opacity: 1;
}
.review_assessment__bed .icon-thumbs-down {
  opacity: 1;
}
.review_autor {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .review_autor {
    text-align: center;
  }
}
.review_autor__name {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .review_autor__name {
    font-size: 18px;
  }
}
.review_autor small {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.65;
}
.review_autor label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 18px 0 0 2px;
  width: 100%;
}
@media (max-width: 991px) {
  .review_autor label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.review_autor_stars {
  background: url(../img/bgstars_na.gif) no-repeat;
  display: block;
  font-size: 15px;
  height: 14px;
  margin: 5px 20px;
  padding: 5px 5px;
  width: 79px;
}

.t-page-complect {
  width: 900px;
}
@media (max-width: 916px) {
  .t-page-complect {
    width: 100%;
  }
}

.t-complect_wrapper {
  background-color: #fff;
  padding: 15px 30px;
  margin-bottom: 29px;
}
@media (max-width: 479px) {
  .t-complect_wrapper {
    padding: 15px 0;
  }
}
.t-complect_wrapper .product-offers {
  margin-bottom: 40px;
}
.t-complect_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 340px;
}
@media (max-width: 767px) {
  .t-complect_product {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    padding-bottom: 25px;
  }
}
.t-complect_product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .t-complect_product-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.t-complect_img {
  width: 310px;
  height: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.t-complect_title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  width: 300px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .t-complect_title {
    width: inherit;
  }
}
.t-complect_price_old {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
  display: block;
}
.t-complect_price_new {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  display: block;
}
.t-complect_characteristics {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  list-style: outside none none;
  margin-bottom: 22px;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .t-complect_characteristics {
    text-align: center;
  }
}
.t-complect_list {
  border-left: 1px solid #d8d8d8;
  padding: 0 30px;
  font-family: "Roboto", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .t-complect_list {
    border-left: none;
    width: 100%;
    padding: 25px 0 0 0;
    text-align: center;
  }
}
.t-complect_list-option {
  font-size: 18px;
  margin: 0 0 35px 0;
}
.t-complect_list-option.color input {
  margin: 15px 15px 0 0;
}
.t-complect_list-option select {
  background-color: transparent;
  border: none;
  width: 250px;
  border-radius: 30px;
  height: 40px;
  opacity: 0.65;
  display: block;
  padding: 5px 35px 5px 0;
}
.t-complect_list .link-more {
  width: 150px;
  padding: 12px;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .t-complect_list .link-more {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .t-complect_list form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.t-complect_select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 95% 5px
    transparent;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  height: 40px;
  overflow: hidden;
  width: 180px;
}

.t-radio-color {
  margin: 15px 0 0;
}
.t-radio-color label {
  display: inline-block;
}
.t-radio-color label input {
  display: none;
}
.t-radio-color label input + span {
  position: relative;
  padding: 15px 0 15px 30px;
  white-space: nowrap;
}
.t-radio-color label input + span:before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
}
.t-radio-color label input + span:hover:before {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.t-radio-color label input:checked + span:before {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.t-radio-color label input.color1 + span:before {
  background: #858dce;
}
.t-radio-color label input.color2 + span:before {
  background: #ff8729;
}
.t-radio-color label input.color3 + span:before {
  background: #ff627f;
}
.t-radio-color label input.color4 + span:before {
  background: #00c378;
}

.form-style .nav-tabs {
  border: none;
}
.form-style .nav-tabs > li > a {
  border: none !important;
  border-radius: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 15px 35px;
  margin-right: -1px;
  margin-bottom: 1px;
}
.form-style .tab-content {
  background-color: #fff;
  border: none;
  margin-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
@media (max-width: 991px) {
  .form-style .tab-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .form-style .tab-content .active {
    padding: 0 0 25px;
  }
}
.form-style .tab-content > div {
  width: 100%;
}
.form-style .tab-content > div > .col-xs-12.col-md-6:first-child {
  border-right: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .form-style .tab-content > div > .col-xs-12.col-md-6:first-child {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .form-style .tab-content > div > span {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}
.form-style .tab-content div.mobile_nav-tabs span {
  border-top: 1px solid #d8d8d8;
  border-bottom: none;
  margin-bottom: -1px;
}
.form-style .tab-content div.mobile_nav-tabs:first-child span {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #d8d8d8;
}
.form-style .tab-content div.mobile_nav-tabs:last-child span {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid transparent !important;
}
.form-style .tab-content div.mobile_nav-tabs.open > span {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.form-style .tab-content h3 {
  text-align: left;
}
.form-style .form-group {
  margin: 15px 0 30px;
  width: 100%;
}
.form-style textarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  min-height: 100px;
}
.form-style input,
.form-style select {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 3;
  margin: 20px 20px 7px 0;
  display: block;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .form-style input,
  .form-style select {
    max-width: 100%;
  }
}
.form-style input.has-error,
.form-style select.has-error,
.form-style textarea.has-error {
  border-color: red;
}
.form-style .formFieldError {
  font-size: 13px;
  color: red;
}
.form-style input[type="radio"],
.form-style input[type="checkbox"] {
  width: auto;
  max-width: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-style .form__menu_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
}
.form-style .form__menu_buttons .link-more {
  border: none;
  width: 180px;
  padding: 10px 0;
  max-width: 100%;
  margin-right: 75px;
  margin-left: 0;
}
.form-style .form__menu_buttons a {
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .form-style .form__menu_buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .form-style .form__menu_buttons .link-more {
    margin-right: 0;
  }
}
.form-style .form__menu_buttons .other-buttons {
  font-size: 12px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .form-style .form__menu_buttons .other-buttons {
    font-size: 14px;
    margin-top: 15px;
  }
}
.form-style .block-social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.form-style .recover-text {
  margin: 30px 0;
  max-width: 400px;
}
.form-style .required {
  color: red;
}

.page-registration-steps a.link-more {
  margin: 35px 0 15px;
  width: 200px;
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 479px) {
  .page-registration-steps a.link-more {
    margin: 35px auto 15px;
  }
}

.t-registration {
  opacity: 1;
}
.t-registration-steps {
  opacity: 1;
}
.t-registration-steps_wrapper {
  background-color: #fff;
  padding: 25px 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 29px;
}
.t-registration-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 125px;
  margin: 0 25px;
  text-align: center;
  position: relative;
}
@media (max-width: 479px) {
  .t-registration-step {
    width: 50%;
    margin: 0 0 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-registration-step {
    width: 100px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .t-registration-step:nth-child(2n):after {
    display: none;
  }
}
.t-registration-step:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  right: -28px;
  top: 25px;
}
@media (max-width: 767px) {
  .t-registration-step:after {
    right: 0;
  }
}
.t-registration-step:last-child:after {
  display: none;
}
.t-registration-step svg {
  width: 50px;
}
.t-registration-step span {
  padding: 5px 15px;
}
.t-registration-step.active {
  fill: #e31235;
}
.t-registration-step.active:after {
  border-color: #e31235;
}
.t-registration-step.active .step-image.address {
  background-position: -53px 0;
}
.t-registration-step.active .step-image.delivery {
  background-position: -57px 0;
}
.t-registration-step.active .step-image.payment {
  background-position: -64px 0;
}
.t-registration-step.active .step-image.confirm {
  background-position: -68px 0;
}
.t-registration-step .step-image {
  height: 50px;
  width: 50px;
  display: inline-block;
}
.t-registration-step .step-image.address {
  background: url(../img/steps/contact.svg) no-repeat 6px top;
}
.t-registration-step .step-image.delivery {
  background: url(../img/steps/delivery.svg) no-repeat 1px top;
}
.t-registration-step .step-image.payment {
  background: url(../img/steps/payment.svg) no-repeat 4px top;
}
.t-registration-step .step-image.confirm {
  background: url(../img/steps/confirm.svg) no-repeat 0 top;
}
.t-registration-end .t-order-sidebar {
  padding: 15px 30px;
}
.t-registration-end .t-order-card {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.t-registration-end .t-order-card_end-sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  padding: 30px 30px 15px;
}
.t-registration-end .t-order-card_end-sum p {
  font-size: 20px;
}
.t-registration-end .t-order-card_end-sum span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
.t-registration-end .link-choise {
  display: initial;
}
.t-registration-end .t-order-card_description {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.t-registration-end .t-order_button-block {
  padding-bottom: 30px;
}
.t-registration-end .t-order_button-block button,
.t-registration-end .t-order_button-block a {
  width: 300px;
  margin: 0 15px 30px;
  padding: 12px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .t-registration-end .t-order_button-block button,
  .t-registration-end .t-order_button-block a {
    width: 250px;
    font-size: 14px;
    margin: 5px auto;
  }
}

@media (max-width: 991px) {
  .page-order-registration {
    margin-top: 0;
  }
}
.page-order-registration .sidebar {
  display: block;
}

.t-order h3 {
  font-family: "Roboto", sans-serif;
}
.t-order .user-authorization-info {
  border-left: 3px solid #ff9530;
  padding: 10px;
  margin-bottom: 25px;
}
.t-order .rs-has-account,
.t-order.user .t-order_contact-information:not(.user-contacts),
.t-order.user .next,
.t-order.user .captcha,
.t-order.user .user-register,
.t-order.user .user-without-register,
.t-order.authorized .user-without-register,
.t-order.noregister .user-register,
.t-order.person .user-without-register,
.t-order.company .user-without-register,
.t-order.person .organization {
  display: none;
}
.t-order.user .rs-has-account,
.t-order.noregister .user-without-register {
  display: block;
  width: 100%;
}
.t-order .last-address {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  list-style: outside none none;
  padding: 15px 0;
}
.t-order_contact-information,
.t-order_hipment,
.t-order_method-of-payment,
.t-order_comment-to-shipment {
  background-color: #fff;
  padding: 15px 30px;
  margin-bottom: 29px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .t-order_contact-information,
  .t-order_hipment,
  .t-order_method-of-payment,
  .t-order_comment-to-shipment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .t-order_contact-information,
  .t-order_hipment,
  .t-order_method-of-payment,
  .t-order_comment-to-shipment {
    padding: 15px;
  }
  .t-order_contact-information .order-list-items .h3,
  .t-order_hipment .order-list-items .h3,
  .t-order_method-of-payment .order-list-items .h3,
  .t-order_comment-to-shipment .order-list-items .h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
  }
}
.t-order_hipment {
  position: relative;
}
.t-order_hipment-map {
  min-height: 320px;
  margin-bottom: 15px;
  max-width: 100%;
}
.t-order_hipment-info {
  background-color: #fff;
  width: 325px;
  position: absolute;
  top: 125px;
  right: 40px;
  padding: 30px 15px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .t-order_hipment-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t-order_hipment-info {
    width: 150px;
    height: 200px;
    padding: 15px;
    top: 110px;
    right: 25px;
  }
  .t-order_hipment-info h3.h3 {
    font-size: 16px;
    line-height: 1;
  }
  .t-order_hipment-info span {
    font-size: 12px;
  }
  .t-order_hipment-info p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t-order_hipment-info {
    width: 200px;
    height: 200px;
    padding: 15px;
  }
}
.t-order_hipment-info h3 {
  margin: 0 0 5px;
  font-size: 21px;
  text-align: left;
}
.t-order_hipment-info span {
  opacity: 0.65;
}
.t-order_hipment-info p {
  margin: 15px 0 0;
}
.t-order_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 35px 0 0;
}
@media (max-width: 767px) {
  .t-order_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.t-order_wrapper .t-pay-receipt {
  margin: 0 5px 29px;
  width: 245px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .t-order_wrapper .t-pay-receipt {
    width: 48%;
  }
}
.t-order-structure {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .t-order-structure {
    padding: 0 15px;
  }
}
.t-order-structure_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.t-order-structure_img {
    width: 169px;
    height: 107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 10px;
}
.t-order-structure_text {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 85px);
}
@media (max-width: 479px) {
  .t-order-structure_text {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .t-order-structure_text {
    width: 100%;
    text-align: center;
  }
}
.t-order-structure_text small {
  opacity: 0.65;
}
.t-order-structure_text .price {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.t-order-structure_text .discount {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: green;
}
.t-order-structure_text .code-line {
  font-size: 12px;
}
.t-order-structure_text .multioffers-wrap .value {
  margin-bottom: 0;
  font-size: 12px;
}
.t-order-checkout,
.t-order-total {
  padding: 15px;
}
.t-order-checkout_wrapper,
.t-order-total_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.t-order-checkout_wrapper p,
.t-order-total_wrapper p {
  font-size: 19px;
  margin: 0 0 10px;
}
@media (max-width: 1199px) {
  .t-order-checkout_price,
  .t-order-total_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.t-order-checkout_price small,
.t-order-total_price small {
  opacity: 0.65;
  text-decoration: line-through;
  padding: 0 5px;
  font-size: 12px;
}
.t-order-checkout_price span,
.t-order-total_price span {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.t-order_button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.t-order_button-block .link {
  width: 150px;
  font-size: 14px;
  padding: 8px 0;
  margin: 5px 5px;
}
@media (max-width: 479px) {
  .t-order_button-block .link {
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .t-order_button-block .link {
    margin: 0 0 10px;
    font-size: 12px;
  }
}
.t-order .t-order {
  color: #666;
}

.t-payment-and-delivery {
  padding: 0 30px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.t-payment-and-delivery h3 {
  text-align: left;
}
@media (max-width: 1199px) {
  .t-payment-and-delivery {
    padding: 0 15px 15px;
  }
}
.t-payment-and-delivery p b {
  opacity: 0.65;
}

.t-buy-oneclick {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 10px;
  text-align: center;
}

.ymaps-2-1-47-input__control {
  margin: 0 !important;
}

.payment-result {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .payment-result {
    padding: 50px 0;
  }
}
.payment-result_content {
  background: #fff;
  padding: 50px 70px;
  max-width: 490px;
  display: inline-block;
}
@media (max-width: 767px) {
  .payment-result_content {
    padding: 50px 10px;
  }
}
.payment-result .payment-result_content {
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-areas: "img title" ". link";
}
.payment-result .payment-result_content img {
  grid-area: img;
  margin-right: 20px;
}
.payment-result .payment-result_content h2 {
  grid-area: title;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.payment-result .payment-result_content .link {
  grid-area: link;
}

.return-table tbody tr td {
  padding: 10px 20px;
}

.return-table tbody tr td select.qwe {
  padding: 0;
  margin: 0;
  line-height: 50px;
}

.return-table tbody tr td p {
  margin: 0;
  padding: 0;
}

.form__bottom_buttons {
  border: none;
  width: 180px;
  padding: 10px 0;
  max-width: 100%;
  margin-right: 75px;
  margin-left: 0;
  display: inline;
}

.orange {
  background-color: #ad4e45;
}

.but-done {
  border: none;
  border-radius: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
  padding: 7px 11px;
  margin-bottom: 30px;
}

.select-order.select {
  max-width: 500px;
}
.kontent-glav {
    overflow: hidden;
    position: relative;
    position: relative;
    overflow: hidden;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}
.catalog-sort {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  line-height: 30px;
  margin-bottom: 29px;
  padding: 10px 15px;
  /* color: #513bea; */
}
@media (max-width: 479px) {
.catalog-sort > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
}
.catalog-sort a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  padding: 2px 9px;
  transition: ease-in-out 0.3s;
  /* height: 30px; */
  display: inline-block;
  margin: 2px 3px;
  /* line-height: 26px; */
  width: 204px;
  padding: 0px 12px;
  line-height: 34px;
  float: left;
  /* height: 30px; */
  padding: 0px 12px;
  line-height: 34px;
  border: 1px solid #ddd;
  background: white;
}
.catalog-sort a:hover {
  color: #ffffff;
  text-decoration: none;
}
.catalog-sort .active {
  color: #cfcfcf;
}
.catalog-sort_list,
.catalog-sort_table {
  border-radius: 5px;
  display: block;
  float: left;
  /* height: 30px; */
  margin: 0 5px;
  padding: 0;
  text-align: center;
  transition: ease-in-out 0.3s;
  /* width: 204px; */
  line-height: 25px;
}
.catalog-sort_list:hover,
.catalog-sort_table:hover {
  background-color: #e31235;
  color: #fff;
}
.catalog-sort_list.active,
.catalog-sort_table.active {
  background-color: #e31235;
  color: #fff;
  padding: 0px 12px;
  line-height: 34px;
  /* width: 204px; */
}
.catalog-sort_order {
  margin-right: 20px;
  color: #4f589f;
}
.catalog-sort_order .dropdown-toggle {
  cursor: pointer;
  color: #666;
}
.catalog-sort_order .dropdown-toggle .dashed:hover {
  color: black;
  border-color: black;
}
.catalog-sort .sort-order_direction {
  font-size: 23px;
  vertical-align: middle;
  padding: 0;
}
.catalog-sort_pagesize {
  display: inline;
  color: #4f589f;
}
.catalog-sort_pagesize .dropdown {
  display: inline;
}

.catalog-description {
  margin: 15px 0;
}
.catalog-subcategory {
  margin: 5px 0;
}
.catalog-subcategory a {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #0d1767;
  display: inline-block;
  margin: 0 10px 15px 0;
  padding: 7px 10px;
  vertical-align: middle;
  margin-right: 17px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 9px;
  border: 1px solid #041173;
}
.catalog-subcategory a:hover {
  color: black;
  box-shadow: 0 0 1px #aaa;
}
.catalog-table .card-price_old {
  text-decoration: line-through;
  font-size: 16px;
}

.catalog-list .card-product {
  max-width: 100%;
}
.catalog-list .card-product_ticket {
  position: absolute;
  width: 45%;
}
@media (max-width: 767px) {
  .catalog-list .card-product_ticket {
    height: inherit;
    line-height: inherit;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-list .card-product_ticket {
    width: 35%;
  }
}
.catalog-list .card-product_rating {
  max-width: 190px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .catalog-list .card-product_rating {
    max-width: 100%;
  }
}
.catalog-list .card-product_rating .rating {
  margin: 5px 0 0 5px;
}
.catalog-list .card-product_description {
  opacity: 0.65;
  font-size: 13px;
  margin-top: 15px;
}
.catalog-list .card-product_characteristics ul {
  display: table;
  line-height: 1.8;
  list-style: none;
  padding: 15px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-list .card-product_characteristics ul {
    margin: 0;
    padding: 10px 5px 0;
  }
}
.catalog-list .card-product_characteristics ul li {
  opacity: 0.65;
}
@media (max-width: 767px) {
  .catalog-list .card-product_characteristics ul li {
    width: 100%;
  }
  .catalog-list .card-product_characteristics ul li:nth-child(2n-1) {
    font-family: "Roboto", sans-serif;
    opacity: 1;
  }
  .catalog-list .card-product_characteristics ul li:nth-child(2n) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
}
.catalog-list .card-image,
.catalog-list .card-text,
.catalog-list .card-price {
  float: left;
  position: relative;
}
.catalog-list .card-image {
  height: 300px;
  /* line-height: 224px; */
  /* top: 50px; */
  width: 26%;
}
@media (max-width: 767px) {
  .catalog-list .card-image {
    height: inherit;
    line-height: inherit;
    padding: 50px 0 25px;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-list .card-image {
    width: 35%;
  }
}
.catalog-list .card-text {
  height: initial;
  padding: 19px 5px 10px 0;
  width: 57%;
}
@media (max-width: 479px) {
  .catalog-list .card-text {
    height: inherit;
    line-height: inherit;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .catalog-list .card-text {
    height: inherit;
    line-height: inherit;
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-list .card-text {
    width: 40%;
  }
}
.catalog-list .card-price {
  border-left: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 301px;
  padding: 25px 15px;
  width: 16%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .catalog-list .card-price {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: inherit;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    line-height: inherit;
    padding: 10px 20px 20px;
    width: 100%;
  }
}
.brand-glav .item-br {
  background: white;
  border: 1px solid #ddd;
  margin: 0px 0;
  display: block;
}
.catalog-list_card-product .btn-warning {
  margin: 0 0 10px;
  padding: 8px 10px;
  text-align: center;
  width: 171px;
}
.catalog-list_card-product .card-product_title span {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  display: block;
  min-height: auto;
  padding-top: 20px;
}
.catalog-list .card-price > div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.catalog-list .card-price_old {
  font-size: 16px;
  text-decoration: line-through;
}
.catalog-list .card-price_new {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  white-space: nowrap;
}
.catalog-list .card-price_present {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  white-space: nowrap;
}
.catalog-list .card-price .link-where-buy {
  position: inherit;
  right: inherit;
  top: inherit;
}
.catalog-list .card-price .link-more,
.catalog-list .card-price .link-one-click {
  margin: 0 0 10px;
  padding: 8px 10px;
  text-align: center;
  width: 200px;
}

.empty-list {
  font-family: "Roboto", sans-serif;
  color: #585858;
  font-size: 24px;
  padding: 100px 0;
  text-align: center;
  text-shadow: 0 1px 0 white;
}

.card-price_old {
  text-decoration: line-through;
  font-size: 16px;
}

.sec-catalog-news h2 {
  margin: 10px 0;
}

.catalog-news .news-block {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 29px;
}
.catalog-news .news-block_publisher {
  margin: 15px 0 0;
}
.catalog-news .news-block_title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.catalog-news .news-block_title span {
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
.catalog-news .news-block_description {
  overflow: hidden;
  height: 60px;
}
.catalog-news .news-block_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-news .news-block_link .link-more {
  margin: 5px 0 0;
}
.catalog-news .news-image {
  overflow: hidden;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.catalog-news .news-image img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-news .news-image_stub {
  height: 300px;
  background: url(../img/icons/news.svg) no-repeat center center;
}
.catalog-news .news-text {
  padding: 0 15px 15px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
}
.brand-glav .brand-title {
  color: #ffffff;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  /* letter-spacing: 1px; */
  line-height: 30px;
  padding: 0 0px;
  text-transform: uppercase;
  font-weight: 600;
  /* text-align: center; */
  display: block;
  border-bottom: 3px solid #4f589f;
  /* width: fit-content; */
  background: #e31235;
  padding: 15px;
}
.brand-glav .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  border: 0px solid #ddd;
  padding: 0px;
  box-shadow: none;
  margin-bottom: 30px;
}
.product_featured .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  display: block;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
  background-color: rgb(255 255 255);
  border-radius: 24px;
  color: rgb(38, 38, 38);
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  display: inline-block;
  float: none;
  margin-right: 20px;
  border-radius: 4px 4px 0 0;
  border: 0px solid #ddd;
}
.product_featured .nav-tabs > li.active > a,
.product_featured .nav-tabs > li.active > a:hover,
.product_featured .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #d60000;
  cursor: default;
}
ul.pagination {
  width: 360px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 25px;
}
ul.pagination li a,
ul.pagination li a:first-child,
ul.pagination li a:last-child {
  background-color: transparent;
  border: none;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  margin: 5px;
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 3;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
ul.pagination li a:hover,
ul.pagination li a:first-child:hover,
ul.pagination li a:last-child:hover {
  background-color: #fff;
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}
ul.pagination li.active a {
  background-color: #00afd8;
  color: #fff;
}
ul.pagination li.active a:hover {
  background-color: #00afd8;
  box-shadow: none;
  color: #fff;
}
.breand-gl {
  margin-bottom: 47px;
  position: relative;
  overflow: hidden;
  /* margin: auto; */
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
/*# sourceMappingURL=main.css.map */
.is-preview {
    position: relative;
    top: auto;
    background: #fafafb;
    color: #283280;
    padding: 3px 0px;
    font-size: 12px;
    right: 10px;
    border: 0px solid #652c2c;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 5px;
}
.info_button {
  padding: 0px 8px 8px 8px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.oplata-dostavka {
  font-size: 12px;
  padding-top: 10px;
  border: 0px solid #ddd;
  margin-top: 5px;
  line-height: 18px;
}
.oplata-dostavka strong {
  padding-left: 32px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000e46;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav .category-card__links li {
  margin-right: 24px;
  margin-top: 9px;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  border-bottom: 1px dashed;
  line-height: 15px;
  color: white;
}
.sidenav a {
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.sidenav .category-card__body {
  display: table;
  border-bottom: 6px solid #1a2263;
  padding: 7px;
  padding-left: 36px;
}
.sidenav .category-card__content {
  vertical-align: middle;
  border-bottom: 0px solid #e9e9e9;
  display: table-cell;
  height: auto;
  padding-bottom: 0px;
}
.sidenav img {
  border: 1px solid #ddd;
  padding: 5px;
}
.sidenav .category-card__image {
  vertical-align: top;
  text-align: center;
  width: 35px;
  display: inline-block;
  position: relative;
  /* opacity: 0.7; */
  padding: 11px;
  display: none;
}
.sidenav .category-card__name {
  font-size: 21px;
  font-weight: 500px;
  display: block;
  color: #2c509a !important;
  margin: 0px 0 3px;
  border: none !important;
  line-height: 110%;
  font-weight: 700;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}
.page-product_content .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 2px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 24%), 0 1px 3px 0 rgb(0 0 0 / 12%),
    0 3px 15px 0 rgb(0 0 0 / 10%);
}

.page-product_content .nav-tabs li:hover,
.page-product_content .nav-tabs li.active {
  background: #fff;
  border-color: #4f589f;
}

.page-product_content .nav-tabs > li {
  width: 100%;
  height: 48px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: 200ms ease-out;
}

.page-product_content .nav-tabs li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 51px;
  background: #e9e9e9;
}
.page-product_content .nav-tabs a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #262626;
  text-decoration: none;
  border-bottom: none;
  box-sizing: border-box;
}
.page-product_content .nav-tabs li.active a {
  color: #3f454b;
  cursor: default;
  pointer-events: none;
}
.kontakt-fur {
  color: white;
}
.kontakt-fur a {
  color: white;
}
.kontakt-fur a span {
  color: #fff;
  text-decoration: underline;
}
.column_menu li {
  list-style-type: none;
}
.logo-fut p {
  text-align: left;
  display: block;
  color: white;
  padding-left: 20px;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.t-brand {
  margin-bottom: 20px;
}
.catalog-list_card-product .table > tbody > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.cartCheckout {
  border: 1px solid #ddd;
  background: white;
}
.cartCheckout .catalog-list .card-price {
  border-left: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  padding: 20px 10px;
  width: 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cartCheckout .catalog-list .card-image {
  height: auto;
  /* line-height: 224px; */
  /* top: 50px; */
  width: 27%;
  padding: 17px;
}

.cartCheckout .catalog-list .card-text {
  height: initial;
  padding: 19px 5px 10px 0;
  width: 50%;
}
.cartCheckout .card-product_title span {
  color: #000485;
  font-size: 13px;
  line-height: 17px;
  display: block;
  min-height: 50px;
  font-weight: 600;
}
.cartCheckout .cartAmount_decreaseButton,
.cartCheckout .cartAmount_increaseButton {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 6px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.1;
  transition: ease-in-out 0.3s;
  z-index: 10;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  user-select: none;
}
.cartCheckout .barcode {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #776a58;
}
.cartCheckout .cartAmount_increaseButton {
  right: 0;
  background-color: #5e00ae;
  border: none;
  color: #fff;
}
.cartCheckout .link-del {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #999;
  display: block;
  margin: 30px 0 0;
  width: 159px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 10px 35px;
  position: relative;
}

.cartCheckout .card-product_category-name {
  display: none;
}

#mySidenav::-webkit-scrollbar-button {
  background: #000e46; /* background-repeat:no-repeat; */
  width: 12px; /* height: 0px; */
}

#mySidenav::-webkit-scrollbar-track {
  background-color: #1a2263;
  box-shadow: 0px 0px 3px #120000 inset; /* height: 85px; */
}

#mySidenav::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #575e95;
  box-shadow: 0px 0px 2px #fff inset;
  background-image: url("/resource/img/59610063.png");
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

#mySidenav::-webkit-resizer {
  background: #000e46;
  background-repeat: no-repeat;
  width: 12px;
  height: 0px; /* height: 85px; */
}

#mySidenav::-webkit-scrollbar {
  width: 16px; /* height: 85px; */
}
.andpol-kartochka .owl-carousel {
  width: 100%;
  z-index: 1;
  border: 0px solid #ddd;
  padding: 7px;
  box-shadow: none;
}
.andpol-kartochka .sec > .title {

}
.breadcrumb>li {
    display: inline-block;
    font-size: 13px;
}
.andpol-kartochka .sec-nav {
  cursor: pointer;
  display: block;
  float: left;
  margin: 0px 0px 0px;
  width: 60px;
}
.andpol-kartochka .sec-nav .arrow-left {
  left: -30px;
}
.andpol-kartochka .sec-nav .arrow-left,
.andpol-kartochka .sec-nav .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 99999;
}
.andpol-kartochka .sec-nav .arrow-right {
  right: -30px;
}
.andpol-kartochka .sec.sec-category {
  position: relative;
}
.andpol-kartochka .headers-h1 h2 {
  color: #4f589f;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.andpol-kartochka .headers-h1 {
  position: relative;
  margin-bottom: 23px;
}
.andpol-kartochka .headers-h1 h2:before {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: calc(-50% - 10px);
}
.andpol-kartochka .headers-h1 h2:after {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.andpol-kartochka .headers-h1 h3 {
  color: #4f589f;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  overflow: hidden;
  line-height: 27px;
}
.kontent-umolc h1:before {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: calc(-50% - 10px);
}
.kontent-umolc h1:after {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.kontent-umolc  {
    margin: 30px 0;
}
.baner-k img{
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
}
.kontent-umolc h1 {
  color: #4f589f;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  overflow: hidden;
  line-height: 27px;
}
.andpol-kartochka .headers-h1 h3:before {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: calc(-50% - 10px);
}
.andpol-kartochka .headers-h1 h3:after {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.andpol-kartochka .headers-h1 h1 {
  color: #4f589f;
  /* float: left; */
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  padding: 0 15px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  overflow: hidden;
  line-height: 27px;
}
.andpol-kartochka .headers-h1 h1:before {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: calc(-50% - 10px);
}
.andpol-kartochka .headers-h1 h1:after {
  content: "";
  border-bottom: 2px solid #283280;
  width: 50%;
  height: 0.5em;
  position: absolute;
  top: 0px;
  margin-left: 10px;
}
.table-character-title {
  font-weight: 600;
  background: #f4f6ff;
}
.table-character-text span {
  font-size: 16px;
  font-style: italic;
  color: #210465;
}
.prop-title-td-l .prop-title-l {
  font-size: 16px;
  font-style: inherit;
  color: #333;
}
.page-product_content .tab-content {
  background: #fff;
  padding: 20px 0px;
}
.page-product_description_characteristics span {
  color: #283280;
  font-size: 17px;
}
.table-top p strong {
  color: #283280;
  font-size: 17px;
}
.katigoria-page .breadcrumb {
  margin-top: 0px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-style: normal;
  font-weight: 400;
  color: #333;
  padding: 15px 0px 23px 0px;
}
.banners-row__list {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
  /* margin-bottom: 10px; */
  /* display: block; */
}
.banners-row__item {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.banners-row .banner-andpol {
  flex-grow: 1;
  height: 315px;
  margin-bottom: 48px;
}
.banner-andpol__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 16px;
}
.banner-andpol__text {
  font-size: 18px;
  line-height: 28px;
}
.banner-andpol__wrapper :hover,
.banner-andpol__text:hover,
.banner-andpol__title:hover {
  color: #e3edce;
}
.banners-row__item a:hover {
  color: #e3edce;
}

.banner-andpol__wrapper {
  border-radius: 16px;
  bottom: 0;
  color: #fff;
  display: block;
  left: 0;
  overflow: hidden;
  padding: 56px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  background: rgb(3, 19, 98);
  background: linear-gradient(
    90deg,
    rgba(3, 19, 98, 1) 0%,
    rgba(163, 14, 14, 1) 100%
  );
}
.banner-andpol.grey .banner-andpol__wrapper {
  background: rgb(49, 130, 227);
  background: linear-gradient(
    179deg,
    rgba(49, 130, 227, 1) 0%,
    rgba(39, 40, 44, 1) 78%,
    rgba(5, 1, 2, 1) 100%
  );
}
.banner-andpol {
  position: relative;
}
.banner-andpol.blue .banner-andpol__wrapper {
  background: rgb(98, 5, 1);
  background: linear-gradient(
    0deg,
    rgba(98, 5, 1, 1) 0%,
    rgba(253, 45, 45, 1) 100%
  );
}
.banner-andpol:hover .banner-andpol__image {
  transform: scale(1);
}
.banner-andpol__image {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 250px;
  position: absolute;
  right: 16px;
  transform: scale(0.9);
  transform-origin: right bottom;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  width: 160px;
}
.banner-andpol.blue .banner-andpol__image,
.banner-andpol.grey .banner-andpol__image {
  right: 20px;
}

.filter-checkbox_container
  .last-changes-list
  .last-changes-item:nth-of-type(n + 6) {
  display: none;
}

.last-changes-item:nth-child(n + 6) {
  display: none;
}

.filters .filter-checkbox_selected,
.filters .filter-checkbox_content {
  max-height: none;
}
.filter-checkbox_container a span {
    color: #31518a;
    font-size: 12px;
    border-bottom: 1px dashed #36528d;
	    text-transform: initial;
}

.cartAmount_increaseButton {
    right: 0;
 background-color: #c1013a !important;
    border: none;
    color: #fff;
}
.cartAmount_decreaseButton:hover, .cartAmount_increaseButton:hover {
    box-shadow: none;
}
.gridblock .cart-wrapper.open .t-drop-basket__total_link {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: 15px;
}
.page-basket_wrapper .card-product_title span .card-product_title span {
    color: #4f589f;
    font-size: 16px;
    line-height: 17px;
    display: block;
    min-height: 50px;
    font-weight: 600;
    margin-top: 37px;
}
.cartAmount.style-floatCart .cartAmount_decreaseButton, .cartAmount.style-floatCart .cartAmount_increaseButton {
    width: 18px;
    height: 18px;
    top: 4px;
    font-size: 19px;
    line-height: 15px;
}

.cartAmount_increaseButton {
    right: 0;
    background-color: #ffac00;
    border: none;
    color: #fff;
}
.cartAmount_decreaseButton, .cartAmount_increaseButton {
    border-radius: 0px !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}
.rs-checkout_deliveryBlock label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}
.order-list-items .item .info-column .price-value {
    font-size: 14px;
    white-space: nowrap;
}
.rs-checkout_paymentBlock label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

.checkout_block .form-style input[type="radio"], .checkout_block.form-style input[type="checkbox"] {
    width: auto;
    max-width: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.page-basket .sidebar {
    /* background-color: #f4f3f3; */
    margin-bottom: 29px;
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    /* border: 1px solid #ddd; */
    clear: both;
    background: #ffffff;
    padding: 20px;
}
.corzina-andpol .sidebar {
    margin-bottom: 29px;
    clear: both;
    background: #ffffff;
    padding: 5px;
	    margin-top: 0;
}
.rs-checkout_deliveryBlock h3{
    background: #4f589f;
    color: aliceblue;
    padding: 7px 22px;
}
.checkout_block h3{
    background: #4f589f;
    color: aliceblue;
    padding: 7px 22px;
}
.t-buy-oneclick .link-more {
    max-width: 200px;
    font-size: 14px;
    padding: 8px 0;
}
.link-white, .link-one-click {
    border-radius: 0px;
}
.page-basket_wrapper .card-product_title span {
    color: #4f589f;
    font-size: 17px;
    line-height: 17px;
    display: block;
    min-height: 50px;
    font-weight: 600;
}
.rs-checkout_productBlock {

}
.kontent-glav h2 {
    color: #4f589f;
    /* float: left; */
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 99;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 25px;
}
.sidebar-cart {
    margin-bottom: 29px;
    clear: both;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    box-shadow: 0 1rem 1.7rem rgb(24 23 23 / 14%);
}
.sidebar-cart .t-order-products {
    padding: 0;
    border-bottom: 0px solid #e8e8e8;
}
.t-order-structure_item img {
    width: 100%;
}
.t-order-structure_text {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
}
.t-order-structure_text  {
font-weight: 600;
}
.t-order-sidebar .t-order-products .product-side-list {
    padding: 0 15px;
    max-height: 410px;
    overflow: auto;
} 
.t-order-products h3 {
    color: aliceblue;
    padding: 7px 30px;
    background: #e31235;
    font-size: 25px;
}
.sidebar-cart .checkout_block {
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 10px;
}
.news-block_titl {
    height: 61px;
    overflow: hidden;
    padding: 9px 5px;
    line-height: 22px;
}
.article_list_block  .item{
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.article_list_block {
    margin-bottom: 40px;
}
.article_list_block  .item .text{
    height: 64px;
    font-size: 14px;
    padding: 16px;
    overflow: hidden;
}
.left_menu_artikle {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 0px 0px;
    margin-bottom: 6px;
    margin-top: 30px;
    border-radius: 4px;
    box-shadow: hsl(0, 0%, 80%) 0 0 16px; 
    overflow: hidden;
    background-color: hsl(0, 0%, 100%);
    background-color: #fafafa;
}
.left_menu_artikle span {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background: #222f97;
    padding: 0;
    margin: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
    display: block;
}

.left_menu_artikle span li{
    padding: 10px 5px 10px 13px;
}
.left_menu_artikle ul{
    padding: 0;
    margin-bottom: 0px;
}
.left_menu_artikle li a {
    color: #262626;
    font-size: 14px;
    display: block;
    padding: 4px;
    margin-left: 0px;
    font-weight: 100;
    padding: 9px;
    margin-bottom: 0px;
    font-weight: 400;
    margin-right: 5px;
    display: block;
    background: white;
}
.left_menu_artikle li  {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    background-color: #4f589f;
    }
	
	.sec-content_head_image-article img{
    border: 1px solid #ddd;
    padding: 7px;
}
.article-text {
    margin-bottom: 30px;
}
.left_menu_artikle li:hover {
    background: #eeeeee;
}
.left_menu_artikle li a.active {
  background: #eeeeee;
}
.top_product_block-andpol .card-product_title {
    font-family: "Roboto", sans-serif;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 1.25;
    overflow: hidden;
    padding: 5px 0;
    height: 75px;
    /* width: 100%; */
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}
.filter .pe-2x {
    font-size: 2.2em;
}
.left_menu_artikle .supportCountMessages {
    display: inline-block;
    background: #fafafa;
    color: #003d73;
}
.kontent-text-bl {
    display: block;
    /* width: 100%; */
    border: 1px solid #ddd;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    margin-top: 12px;
    border-radius: 4px;
    box-shadow: hsl(0deg 0% 80%) 0 0 16px;
    overflow: hidden;
    background-color: hsl(0, 0%, 100%);
    background-color: #fafafa;
}
.k-telefon p {
    color: #4f589f;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 13px;
    display: block;
}
.kontent-text-bl .andpol-kartochka .headers-h1 {
    position: relative;
    margin-bottom: 23px;
    margin-top: 30px;
}	
.kontent-text-bl .andpol-kartochka  {
    padding: 15px 28px;
}
.kontent-text-bl .andpol-kartochka h2 {
    font-size: 23px;
    color: #4f589f;
    font-weight: 700;
    margin-bottom: 18px;
    display: block;
}
.maps {
    border: 1px solid #ddd;
    padding: 10px;
    /* background: rgb(10 145 179 / 38%); */
    /* padding: 0; */
    border: 1px solid #acd9e8;
    display: block;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-around; */
    position: relative;
    z-index: 9;
}
.b-knopka span{
    font-size: 20px;
    line-height: 2.2rem;
    font-weight: 500;
    background-color: #e31235;
    transition: background-color 0.2s;
    outline: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 2.3rem; */
    border: 0.1rem solid transparent;
    border-radius: 0.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    width: 200px;
    /* margin-left: -33px; */
    margin-top: 13px;
}
.map-r {
    margin-top: 41px;
}
.kontent-text-bl img{
    border: 1px solid #ddd;
    padding: 6px;
}
.kontent-text-bl hr {
    margin-bottom: 10px;
    margin-top: 33px;
    /* opacity: 0; */
    border-top: 2px solid #4f589f;
    float: left;
    width: 98%;
    margin-left: 15px;
    margin-right: 10px;
    overflow: hidden;
}
.active  .pull-hidden {
    color: #fff;
}
.b-knopka a {
    color: #ffffff;
    text-decoration: none;
}
.kontent-text-bl .andpol-kartochka span {
    font-weight: 600;
    font-size: 15px;
}
.line-top-2 .mob-hidden {
    display: inline-block;
} 
.podborka {
    position: relative;
    overflow: hidden;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}
.novosty-glav {
    position: relative;
    overflow: hidden;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
}

/*--- PRODUCT OTHER MODELS ---*/
.product__other_models {
	
}

.product__other_models-inner {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.product__other_models-item {
	display: block;
    border-radius: 9px;
    border: 1px solid #041173;
	padding: 7px 10px;
	margin: 5px;
}

/*--- card-flex ---*/
.card-flex {
	
}

.card-product_description {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    margin: 0 0 20px 0;
}

/*--- CATALOG GRID ---*/

.catalog__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

@media (max-width: 1200px) {
	.catalog__wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
}

@media (max-width: 767px) {
	.catalog__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
}

@media (max-width: 490px) {
	.catalog__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}

/*--- PRODUCT CARD ---*/

.product_card {
	border: 1px solid #ddd;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.product_card__image {
	display: block;
}

.product_card__image img {
	display: block;
	width: 100%;
}

.product_card-code {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	display: block;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.75px;
	margin: 0 0 10px 0;
}

.product_card-code span {
	font-weight: 600;
}

.product_card__prices {
	margin: 0 0 10px 0;
}

.product_card__prices-new {
	font-size: 23px;
	font-weight: 600;
}

.card-product_card__prices-old {
	text-decoration: line-through;
	font-size: 16px;
}

.product_card__title {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	display: block;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.75px;
	margin: 0 0 10px 0;
}

.product_card__description {
    font-size: 14px;
    line-height: 1.2;
    color: #646464;
    margin: 0 0 15px 0;
}

.product_card__bottom {
	margin: auto 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.product_card__bye {
	background: linear-gradient(to bottom, #e31235 1%, #c00039 70%, #cc4b00 100%);
	border-color: #e31235;
	display: block;
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	transition: ease-in-out 0.3s;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	margin: 0 0 10px 0;
}

.product_card__bye:hover {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    color: #fff;
    opacity: 0.85;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.product_card-stock {
	text-align: right;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	line-height: 1;
}

.product_card-stock i {
	
}

.product_card-stock span {
	color: #666;
	font-size: 12px;
}

.product_card__oneclick {
	color: #3d37ff;
	font-size: 12px;
	line-height: 1;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	text-align: right;
	cursor: pointer;
}

.product_card__oneclick:hover {
	
}

@media (max-width: 490px) {
  .product_card__bottom {
      display: block;
  }

  .product_card-stock {
      text-align: left;
  }

  .product_card__bye {
    margin: 0 0 10px 0;
  }
}
