*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #262626;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  color: #262626;
  text-decoration: none;
}
a:hover {
  color: #0C6DE2;
}
a:hover svg {
  fill: #0C6DE2;
}
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=text],
input[type=email],
input[type=number],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #818489;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #818489;
  opacity: 1;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #818489;
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #818489;
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input::placeholder,
textarea::placeholder {
  color: #818489;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5;
}
input,
textarea {
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
}
input[type="file"] {
  display: none;
}
h1,
.h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin: 0;
}
h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1300px) {
  h2 {
    font-size: 25px;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 74px;
  }
}
.show-more {
  position: relative;
  z-index: 1;
  text-align: center;
}
.more {
  display: inline-block;
  margin: auto;
}
.omni {
  max-width: 1543px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.omni-header {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}
.omni-photos {
  margin-bottom: 20px;
}
.adv-benefit {
  max-width: 700px;
  width: 100%;
}
.adv-benefit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adv-benefit__header {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  color: #0c6de2;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.adv-benefit__header::before {
  content: '-----------';
  display: block;
  position: absolute;
  bottom: -33px;
  left: 135px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-25deg);
  color: #cccccc;
  font-size: 20px;
  letter-spacing: 2px;
}
.adv-benefit__header::after {
  content: '-----------';
  display: block;
  position: absolute;
  bottom: -33px;
  right: 135px;
  -webkit-transform: rotate(15deg);
  transform: rotate(25deg);
  color: #cccccc;
  font-size: 20px;
  letter-spacing: 2px;
}
.benefit-square {
  position: relative;
}
.benefit-square::before {
  content: '----------';
  display: block;
  position: absolute;
  bottom: 75px;
  left: -125px;
  color: #cccccc;
  font-size: 20px;
  letter-spacing: 2px;
}
.benefit-square::after {
  content: '----------';
  display: block;
  position: absolute;
  bottom: 75px;
  right: -125px;
  color: #cccccc;
  font-size: 20px;
  letter-spacing: 2px;
}
.adv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.benefit-item {
  text-align: center;
  max-width: 165px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  color: #333333;
}
.omni-list__item {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  color: #858585;
  list-style-type: disc;
}
.advantages-list {
  margin-bottom: 65px;
}
.advantages-list ul {
  padding-left: 20px;
}
.advantages-header {
  margin-bottom: 0;
}
.omni-examples_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.examples-name {
  font-size: 10px;
  text-decoration: none;
  text-transform: none;
  color: #858585;
  margin-right: 15px;
  max-width: 85px;
  width: 100%;
}
.examples-name span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}
.examples-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.example-photo_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.example-photo_l img:first-child {
  margin-bottom: 5px;
}
.omni-form {
  max-width: 321px !important;
}
.omni-examples_form {
  display: block;
  margin-right: 150px;
}
.omni-input {
  height: 41px;
  padding-top: 10px !important;
}
.omni-label {
  top: 8px !important;
}
.omni-form-header {
  padding: 0 20px;
  text-align: center;
}
.examples-photo:not(last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.examples-small {
  max-width: unset !important;
}
.examples-small:first-child {
  margin-right: 10px;
}
.owl-slider_img .owl-item .photo-item {
  max-width: none;
  width: auto;
}
.owl-slider_img .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.omni-dots {
  height: 5px;
  width: 135px;
  margin: 20px auto 30px;
  background: #E9EFF4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  img.examples-small {
    max-width: unset !important;
    width: 250px;
  }
}
@media (max-width: 1600px) {
  .benefit-square::before {
    left: -90px;
  }
  .benefit-square::after {
    right: -90px;
  }
}
@media (max-width: 1500px) {
  .benefit-square::before {
    left: -60px;
  }
  .benefit-square::after {
    right: -60px;
  }
  .omni-examples_form {
    margin-left: 40px;
    margin-right: 0;
  }
  img.examples-small {
    max-width: unset !important;
    width: 230px;
  }
}
@media (max-width: 1500px) {
  .adv-benefit {
    margin: 0 auto;
  }
  .adv-benefit:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 1420px) {
  img.examples-small {
    max-width: unset !important;
    width: 200px;
  }
}
@media (max-width: 1350px) {
  .adv-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  .examples-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  img.examples-small {
    max-width: unset !important;
    width: 300px;
  }
  .omni-examples_item:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omni-examples_form {
    margin-top: 40px;
  }
  .examples-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omni-examples_form {
    margin-left: 0;
  }
  .omni-header {
    text-align: center;
  }
}
.omni-form .omni-input:focus ~ label {
  -webkit-transform: translateY(-12px) scale(0.7);
  transform: translateY(-12px) scale(0.7);
}
.omni-form .field__label {
  font-size: 14px;
}
.omni-photos_row .owl-nav button {
  display: none;
}
.text-product-wrapper {
  margin-bottom: 50px;
}
.a-btn-disable {
  display: inline-block;
  pointer-events: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
/* скрываем оригинальный виджет чата - чтобы не было два ярлыка на экране*/
#jvlabelWrap,
jdiv.__jivoMobileButton {
  display: none;
}
@media (min-width: 991px) {
  .omni-photos_row.owl-slider_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .omni-photos__item {
    margin-right: 5px;
  }
}
@media (max-width: 999px) {
  .omni {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .omni {
    padding: 0 20px;
  }
  .benefit-square::before,
  .benefit-square::after {
    display: none;
  }
  .adv-benefit__header::before,
  .adv-benefit__header::after {
    display: none;
  }
  .adv-benefit:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  img.examples-small {
    max-width: unset !important;
    width: 250px;
  }
}
@media (max-width: 650px) {
  img.examples-small {
    max-width: unset !important;
    width: 200px;
  }
}
@media (max-width: 550px) {
  img.examples-small {
    max-width: unset !important;
    width: 300px;
    margin-bottom: 10px;
  }
  .examples-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 481px) {
  .install {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .install {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
    background-color: #004A8F;
    height: 110px;
    width: 100%;
    padding: 15px;
  }
  .install-col {
    min-width: 80px;
  }
  .install-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .install-logo {
    height: 100%;
    width: 80px;
    margin-top: 2px;
  }
  .install-logo img {
    height: 100%;
  }
  .install-header {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .install-btn {
    display: block;
    width: 100%;
    height: 30px;
    left: 85px;
    top: 65px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    padding-top: 3px;
  }
  .install-col__right {
    margin-left: 20px;
    width: 100%;
  }
  .downnload-close {
    position: absolute;
    right: 15px;
    z-index: 9;
  }
  .download-amount {
    color: #fff;
    font-size: 11px;
    opacity: 0.5;
    margin-left: 3px;
    margin-right: 5px;
  }
  .install-rating__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
  }
  .download-amount__icon {
    opacity: 0.5;
    margin-left: 3px;
  }
  .page-header {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  .page-header--fixed {
    position: fixed !important;
  }
  .page-header--fixed + .page-content {
    padding-top: 71px !important;
  }
  .page-content {
    padding-top: 0 !important;
  }
  .rating-star {
    position: relative;
    height: 8px;
    width: 8px;
  }
  .rating-star svg {
    position: absolute;
    top: 0;
  }
  .install-rating {
    margin-top: 5px;
  }
  .fixed-pos {
    position: fixed !important;
  }
  .top-offset {
    top: 70px !important;
  }
}
@media (max-width: 480px) and screen and (min-width: 768px) {
  .page-header--fixed + .page-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 440px) {
  .adv-benefit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefit-item {
    margin-bottom: 20px;
  }
  .omni-examples_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .omni-header {
    font-size: 16px;
  }
  .adv-benefit__header {
    font-size: 25px;
  }
}
@media (max-width: 370px) {
  img.examples-small {
    margin-bottom: 10px;
    width: 250px;
  }
}
.accordion__content {
  display: none;
}
.accordion .arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9px;
  flex: 0 0 9px;
}
.accordion--active .arrow,
.accordion--active .accordion__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion--active .accordion__content {
  display: block;
}
.accordion--vacancy {
  width: 100%;
  max-width: 1150px;
  margin-top: -1px;
}
.accordion--vacancy .accordion__title {
  border: 1px solid #EEF2F6;
  border-radius: 3px;
  min-height: 65px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  color: #4F95E8;
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 1300px) {
  .accordion--vacancy .accordion__title {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.accordion--vacancy .accordion__title:hover {
  color: #0C6DE2;
}
.accordion--vacancy .arrow,
.accordion--vacancy .accordion__icon {
  margin-left: 15px;
}
.accordion--vacancy .accordion__content {
  border: 1px solid #EEF2F6;
  border-radius: 0 0 3px 3px;
  padding: 20px;
  width: 100%;
  margin-top: -3px;
  max-width: inherit;
}
@media screen and (min-width: 1300px) {
  .accordion--vacancy .accordion__content {
    padding: 30px;
  }
}
.accordion--vacancy.accordion--active .accordion__title {
  color: #262626;
}
.accordion__more-content {
  display: none;
}
.accordion__more-button {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  color: #0C6DE2;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px dashed #D7E5F4;
}
.badge {
  position: relative;
  display: block;
}
.badge__counter {
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 10px;
  right: -14px;
  background: #F6D300;
  font-size: 8px;
  line-height: 11px;
  color: #262626;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .badge__counter {
    height: 18px;
    width: 18px;
    font-size: 10px;
    line-height: 14px;
  }
}
.badge--tab .badge__counter {
  margin-left: -8px;
  margin-bottom: -25px;
  right: 0;
  left: auto;
  bottom: 100%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.badge svg {
  display: block;
}
.breadcrumbs {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #46494D;
  margin: 15px -15px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 15px 0 10px;
    padding-left: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    margin-top: 25px;
  }
}
.breadcrumbs a {
  color: #66696F;
  border-bottom: 1px solid #D6E5F4;
}
.breadcrumbs a:hover {
  color: #0C6DE2;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 9px;
  white-space: nowrap;
  position: relative;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:first-child {
    padding-left: 0;
  }
}
.breadcrumbs li:last-child {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:last-child {
    padding-right: 0;
  }
}
.breadcrumbs li:not(:last-child):after {
  content: '/';
  right: 0;
  top: -2px;
  font-size: 16px;
  color: #DEDEDE;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:not(:last-child):after {
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs li {
    margin-right: 9px;
    padding-right: 21px;
  }
}
input[type=button],
button {
  background: transparent;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: #262626;
}
.btn {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  padding: 0 30px;
  margin: 0;
  outline: none;
  cursor: pointer;
  color: #262626;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
}
.btn:disabled,
.btn--disabled {
  cursor: default;
  background-color: #F5F5F5 !important;
  border-color: #F5F5F5 !important;
  color: #B8B8B8 !important;
}
.btn:disabled:active,
.btn--disabled:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.btn--clear {
  display: inline-block;
  border: 0;
  border-radius: 0;
  height: inherit;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0;
}
.btn--block {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.btn--circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.btn--show-all {
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-xs {
  height: 28px;
}
.btn-xs--circle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
}
.btn-sm {
  height: 40px;
}
.btn-sm--circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.btn-md {
  height: 45px;
}
.btn-md--circle {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}
.btn-lg {
  height: 48px;
}
.btn-lg--circle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}
.btn-xl {
  height: 56px;
  font-size: 15px;
  border-radius: 28px;
}
.btn-xl--circle {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
}
.btn-xxl {
  height: 85px;
  font-size: 25px;
  border-radius: 50px;
}
.btn-xxl--circle {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}
.btn-p20 {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-p25 {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-p40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-p50 {
  padding-left: 50px;
  padding-right: 50px;
}
.btn-p60 {
  padding-left: 60px;
  padding-right: 60px;
}
.btn-p80 {
  padding-left: 80px;
  padding-right: 80px;
}
.btn:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-primary {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary:hover {
  background-color: #FDE24B;
  border-color: #FDE24B;
  color: #262626;
}
.btn-primary:active {
  background-color: #FDE24B;
  border-color: #FDE24B;
  color: #262626;
}
.btn-primary--outline {
  background-color: #fff;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary--outline:hover {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary--outline:active {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-secondary {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:hover {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:disabled {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline:hover {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #0C6DE2;
}
.btn-secondary--outline:hover svg {
  fill: #0C6DE2;
}
.btn-secondary--outline.btn--active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #0C6DE2;
}
.btn-secondary--outline:active svg {
  fill: #0C6DE2;
}
.btn-secondary--outline.btn--disabled,
.btn-secondary--outline:disabled {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
}
.url-brand {
  height: 45px;
}
.url-brand-mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 175px;
  display: none;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .url-brand-mobile {
    display: block;
  }
}
.btn-success {
  background-color: #fff;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success:hover {
  background-color: #fff;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success:active {
  background-color: inherit;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success--outline {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.btn-danger {
  background-color: #fff;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger:hover {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger:active {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline {
  background-color: #fff;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline:hover {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline:active {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-blue {
  background: #fff;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-blue:hover {
  background-color: #D6E9FC;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-blue:active {
  background-color: #D6E9FC;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-info {
  background-color: #4F95E8;
  border-color: #4F95E8;
  color: #fff;
}
.btn-info:hover {
  background-color: #0C6DE2;
  border-color: #0C6DE2;
  color: #fff;
}
.btn-info:active {
  background-color: #0C6DE2;
  border-color: #0C6DE2;
  color: #fff;
}
.btn-info--outline {
  background-color: #fff;
  border-color: #4F95E8;
  color: #262626;
}
.btn-info--outline:hover {
  background-color: #fff;
  border-color: #0C6DE2;
  color: #262626;
}
.btn-info--outline:active {
  background-color: #fff;
  border-color: #0C6DE2;
  color: #262626;
}
.btn-info--outlinegray {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-info--outlinegray:hover {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-info--outlinegray:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-ticker {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-ticker__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-right: -23px;
  margin-left: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EEF2F6;
  position: relative;
  overflow: hidden;
}
.btn-ticker__icon {
  width: 9px;
  position: absolute;
  fill: #262626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ticker__icon:last-child {
  left: -21px;
  opacity: 0;
}
.btn-ticker:hover .btn-ticker__icon {
  opacity: 0;
  -webkit-transform: translateX(34px);
  transform: translateX(34px);
  fill: #262626;
}
.btn-ticker:hover .btn-ticker__icon:last-child {
  opacity: 1;
}
.btn-link-image {
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-link-image svg {
  width: 19px;
  margin-right: 10px;
  fill: #818489;
}
.btn-link-image:hover {
  color: #0C6DE2;
}
.btn-link-image:hover svg {
  fill: #0C6DE2;
}
.btn-group {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group .btn-group__btn {
  width: 120px;
  border: 1px solid #EEF2F6;
  color: #818489;
}
.btn-group .btn-group__btn-active {
  background: #F6D300;
  color: #262626;
  border-color: #F6D300;
}
.btn-group .btn-group__btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn-group__btn:last-child {
  border-radius: 0 4px 4px 0;
}
.loading svg {
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group--inline .btn {
  margin-right: 8px;
}
.btn-group--inline .btn:last-child {
  margin-right: 0;
}
.btn-group--inline.btn-group--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .btn-group--inline.btn-group--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.btn-group--inline.btn-group--link .btn {
  margin-bottom: 15px;
  margin-right: 0;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .btn-group--inline.btn-group--link .btn {
    margin-right: 15px;
    margin-bottom: 0;
    width: inherit;
  }
}
.btn-color {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  display: inline-block;
}
.btn-color--xl {
  border: 2px solid #EEF2F6;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-color--xl:hover {
  border-color: #FDE24B;
}
.btn-color--xl-active {
  border-color: #F6D300 !important;
  cursor: default;
  pointer-events: none;
}
.btn-color--multi {
  position: relative;
}
.btn-color--multi span {
  position: absolute;
  height: 13px!important;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.btn-color--multi span:first-child {
  border-radius: 26px 26px 0 0;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-color--multi span:last-child {
  border-radius: 0 0 26px 26px;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .btn-color {
    width: 18px;
    height: 18px;
  }
}
.product__colors .btn-color--xl-active {
  border: 1px solid #F6D300;
  top: -1px;
}
.btn-white {
  background: #fff;
  border: 0;
  font-size: 16px;
}
.btn-white:hover {
  color: #0C6DE2;
  background: #fff;
}
.btn-empty {
  background: #FF4F44;
  border-radius: 100px;
  padding: 6px 15px 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.svg {
  width: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--cart {
  width: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--cart--xl {
  width: 67px;
  fill: #cfcfcf;
}
.svg--arrow {
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--arrow-slider {
  width: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 1200px) {
  .svg--arrow-slider {
    width: 10px;
  }
}
.svg--phone1 {
  width: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--profile {
  width: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--camera {
  width: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--favorite {
  width: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--favorite--active {
  fill: #CE0101 !important;
}
.svg--info {
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--check {
  width: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--mobile-catalog {
  width: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.svg--more-dots {
  width: 2.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #b5b5b5 !important;
}
.svg--arrow-chevron {
  fill: #262626;
}
.svg--zoom {
  width: 19px;
}
.svg--close {
  width: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--information {
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--click {
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--check5 {
  width: 22px;
}
.svg--like,
.svg--dislike {
  width: 19px;
  fill: #CFD1D3;
}
.svg--plus,
.svg--minus {
  width: 8px;
}
.svg--minus-xl {
  width: 12px;
}
.svg--plus-xl {
  width: 12px;
}
.svg--minus-xl {
  width: 12px;
}
.arrow-right {
  width: 9px;
  height: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-cart__button .svg--favorite {
  width: 17px;
}
.link {
  color: #262626;
  cursor: pointer;
}
.link:hover {
  color: #0C6DE2;
}
.link--default:hover {
  color: #262626;
}
.link--default:hover svg {
  fill: #262626;
}
.link--bottom {
  border-bottom: 1px solid #D6E5F4;
}
.link--dashed {
  border-bottom: 1px dashed #D6E5F4;
}
.link--gray {
  color: #66696F;
}
.link--gray:hover {
  color: #0C6DE2;
}
.link--blue {
  color: #4F95E8;
}
.link--blue:hover {
  color: #0C6DE2;
}
.link--active {
  color: #0C6DE2;
}
.link--header-callback {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  color: #0174B9;
  border-bottom: 1px solid #0174B9;
}
.link--header-callback--mobile {
  font-size: 15px;
  line-height: normal;
}
.link--header-callback-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F5F6;
}
.rating-advanced {
  max-width: 300px;
}
.rating-advanced__item {
  margin-bottom: 20px;
}
.rating-advanced__item:last-child {
  margin-bottom: 0;
}
.rating-advanced__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.rating-advanced__title {
  text-transform: uppercase;
}
.rating-advanced__count {
  font-weight: 600;
}
.rating-advanced__line {
  height: 4px;
  background: #E8E8E8;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
}
.rating-advanced__line > span {
  height: 4px;
  border-radius: 4px;
  background: #7EBD69;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating.js-rating {
  cursor: pointer;
}
.rating__stars {
  background: url('../img/icons/other/star-6.svg') left center repeat-x;
  width: 78px;
  height: 14px;
  position: relative;
}
.rating__stars > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('../img/icons/other/star-gold.svg') left center repeat-x;
}
.rating__counter {
  margin-left: 3px;
  font-size: 14px;
  color: #929292;
}
.rating__big__stars {
  background: url('../img/icons/other/star-6-big.svg') left center repeat-x;
  width: 176px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.rating__big__stars > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('../img/icons/other/star-gold-big.svg') left center repeat-x;
}
.timer {
  background: #005EA3;
  border-radius: 4px 0 0 4px;
  padding: 5px 10px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .timer {
    background: #005EA3;
    padding: 15px;
  }
}
.timer__title {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .timer__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__title {
    font-size: 16px;
  }
}
.timer__close {
  position: absolute;
  top: 10px;
  right: 15px;
  stroke: #74ABEB;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.timer__close:hover {
  stroke: #94CBFB;
}
.timer__calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.timer__calendar-item {
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timer__calendar-item {
    width: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__calendar-item {
    width: 50px;
  }
}
.timer__calendar-item--yellow {
  color: #262626;
}
.timer__calendar-item--yellow .timer__calendar-title {
  background: #FFCA19;
}
.timer__calendar-item--yellow .timer__calendar-left {
  background: #FFDA5D;
}
.timer__calendar-title {
  font-size: 8px;
  text-transform: uppercase;
  background: #3486E6;
  padding: 2px 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1400px) {
  .timer__calendar-title {
    font-size: 10px;
  }
}
.timer__calendar-left {
  font-size: 18px;
  font-weight: 600;
  background: #4F95E8;
  padding: 2px 0 4px;
}
@media screen and (min-width: 768px) {
  .timer__calendar-left {
    font-size: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__calendar-left {
    font-size: 25px;
  }
}
.vobler {
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
  font-size: 8px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 359px) {
  .vobler {
    width: 41px;
    height: 41px;
  }
}
.vobler.best-price {
  border-color: #4f6ce8;
  padding-top: 1px;
}
.vobler.new {
  border-color: #ef7e5c;
}
.vobler.hit {
  border-color: #4f94e7;
  font-size: 11px;
}
.vobler.auction {
  background: #F6D300;
  border-color: #F6D300;
  color: #1C1C1C;
  font-size: 10px;
  height: 56px;
  width: 56px;
}
.vobler.product-the-day {
  background: #EF7E5C;
  border-color: #EF7E5C;
  color: #fff;
  font-size: 11px;
  height: 56px;
  width: 56px;
}
.vobler.delivery {
  border-color: #fca23a;
}
.vobler.delivery svg {
  stroke: #0d0d0d;
  height: 12px;
  width: 18px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.assembling {
  border-color: #4f6ce8;
}
.vobler.assembling svg {
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.other {
  border-color: #F6D300;
}
.vobler--xl {
  width: 56px;
  height: 56px;
  font-size: 10px;
  cursor: default;
}
.vobler--xl:hover {
  color: #fff;
}
.vobler--xl:hover svg {
  fill: #fff;
  stroke: #fff;
}
.vobler--xl.hit {
  font-size: 13px;
}
.vobler--xl.hit:hover {
  background-color: #4f94e7;
}
.vobler--xl.best-price {
  font-size: 10px;
}
.vobler--xl.best-price:hover {
  background-color: #4f6ce8;
}
.vobler--xl.new:hover {
  background-color: #ef7e5c;
}
.vobler--xl.delivery svg {
  width: 26px;
  height: 18px;
  margin-bottom: 2px;
}
.vobler--xl.delivery:hover {
  background-color: #fca23a;
}
.vobler--xl.assembling svg {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}
.vobler--xl.assembling:hover {
  background-color: #4f6ce8;
}
.product-card__voblers .popover__content {
  max-width: 246px;
}
.product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
  left: 40%;
  right: auto;
}
.product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
  margin-left: -3px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    left: 0;
  }
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
    left: 0;
    right: auto;
  }
}
.product-card__voblers .vobler-container:last-child .popover__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto;
  right: -25px;
}
.product-card__voblers .vobler-container:last-child .popover__content:after {
  left: auto;
  right: 45px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:last-child .popover__content {
    right: 0;
  }
  .product-card__voblers .vobler-container:last-child .popover__content:after {
    margin-left: 20px;
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:last-child .popover__content {
    left: -60px;
    right: auto;
  }
  .product-card__voblers .vobler-container:last-child .popover__content:after {
    left: 60px;
    right: auto;
  }
}
.product-card__voblers .vobler-container:only-child .popover__content {
  left: auto;
  right: -26px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-card__voblers .vobler-container:only-child .popover__content:after {
  left: auto;
  right: 47px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:only-child .popover__content {
    right: -10px;
  }
  .product-card__voblers .vobler-container:only-child .popover__content:after {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:only-child .popover__content {
    left: 0;
    right: auto;
  }
  .product-card__voblers .vobler-container:only-child .popover__content:after {
    left: 0px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.vobler-container:hover .vobler--xl {
  color: #fff;
}
.vobler-container:hover .vobler--xl svg {
  fill: #fff;
  stroke: #fff;
}
.vobler-container:hover .vobler--xl.hit {
  background-color: #4f94e7;
}
.vobler-container:hover .vobler--xl.best-price {
  background-color: #4f6ce8;
}
.vobler-container:hover .vobler--xl.new {
  background-color: #ef7e5c;
}
.vobler-container:hover .vobler--xl.delivery {
  background-color: #fca23a;
}
.vobler-container:hover .vobler--xl.assembling {
  background-color: #4f6ce8;
}
.vobler-container:hover .vobler--xl.other {
  color: #262626;
  background-color: #FFE18F;
}
.price--current {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .price--current {
    font-size: 26px;
  }
}
.price--old {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-right: 6px;
  color: #B9BCC1;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .price--old {
    font-size: 18px;
  }
}
.price--old:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  left: 0;
  right: 0;
  background: #B9BCC1;
}
.price--sale {
  /**/
  background: #F6D300;
  color: #1d1d1d;
  font-weight: 700;
  border-radius: 12px 0;
  width: 37px;
  height: 17px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2px;
}
@media screen and (min-width: 1200px) {
  .price--sale {
    width: 50px;
    height: 24px;
    font-size: 15px;
    border-radius: 18px 0;
  }
}
.price--sale--xl {
  width: 78px;
  height: 38px;
  border-radius: 28px 0;
  font-size: 23px;
}
.price--sale--formatted {
  width: 80px;
}
.category {
  background: #F2F5F8;
  padding: 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 480px) {
  .category {
    height: inherit;
  }
}
.category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0;
  z-index: 1;
}
.category__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category__image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  min-height: 96px;
}
.category__name {
  font-size: 12px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 15px;
  line-height: 1;
  display: block;
  text-align: center;
}
.category__name svg {
  display: none;
  width: 10px;
  height: 18px;
  margin-left: 10px;
}
.category__name span {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 480px) {
  .category__name span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 480px) {
  .category__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    text-align: left;
  }
  .category__name svg {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .category__name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.category__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 12px;
  left: 12px;
  margin: 0 -4px;
}
.category__info > div {
  margin: 0 4px;
}
.category__info .goods-counter.added {
  border: 2px solid #F6D300;
  background: 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category:hover {
  background: #E8EDF3;
}
.subcategories {
  padding: 22px 15px;
  display: none;
}
@media screen and (min-width: 480px) {
  .subcategories {
    display: block;
  }
}
.subcategories ul {
  list-style-type: none;
}
.subcategories .subcategory {
  margin-bottom: 15px;
}
.subcategories__separator {
  height: 1px;
  margin: 27px -15px 15px;
  background: #EEF2F6;
}
.subcategories .dropdown-menu {
  width: 100%;
  z-index: 2;
}
.subcategories .dropdown-menu__content {
  width: 240px;
}
.subcategories__button_more {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.subcategories__button_more > span {
  border-bottom: 1px dashed #707070;
}
.subcategories__button_more svg {
  width: 9px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}
.subcategories__button_more.subcategories__button_more-active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  width: 100%;
}
.subcategory__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  display: inline-block;
}
.subcategory-hidden {
  display: none;
}
.favorite:hover svg {
  fill: #CE0101 !important;
}
.dropdown-menu {
  display: inline-block;
  position: relative;
}
.dropdown-menu__action {
  -webkit-transform: none!important;
  transform: none!important;
}
.dropdown-menu__action svg {
  margin-left: 3px;
}
.dropdown-menu__action:hover .link {
  color: #0C6DE2;
}
.dropdown-menu__content {
  padding: 10px 0;
  width: 170px;
  top: 100%;
  left: 10%;
  -webkit-transform: translateX(-10%) translateY(10px);
  transform: translateX(-10%) translateY(10px);
  position: absolute;
  font-size: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .dropdown-menu__content {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu__content_profile {
    top: auto;
    bottom: calc(100% + 14px);
    left: 6px;
  }
}
.dropdown-menu__content:before {
  height: 14px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  position: absolute;
}
.dropdown-menu__content:after {
  border: 10px solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 15%;
  margin-left: -7px;
  position: absolute;
  -webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 1199px) {
  .dropdown-menu__content:after {
    left: 40%;
  }
}
.dropdown-menu__content li {
  display: block;
  margin: 0;
}
.dropdown-menu__content .dropdown-menu__item {
  margin: 0;
  display: block !important;
  font-size: 12px;
  padding: 4px 20px;
}
.dropdown-menu__content .dropdown-menu__item--radio {
  padding: 0;
}
.dropdown-menu__content .dropdown-menu__item--radio > label {
  padding: 6px 0;
}
.dropdown-menu__content .dropdown-menu__item--radio .radio__select {
  top: 6px;
  left: 3px;
}
.dropdown-menu__content .dropdown-menu__item:hover {
  color: #262626;
  background: #EFF6FF;
}
.dropdown-menu__content .radio__label {
  font-size: 13px;
  color: #262626;
}
.dropdown-menu__active {
  z-index: 4;
}
.dropdown-menu__active .dropdown-menu__action .link {
  border-bottom-color: transparent;
}
.dropdown-menu__active .dropdown-menu__content {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.dropdown-menu--right .dropdown-menu__content {
  width: 120px;
  left: auto;
  right: 10%;
  -webkit-transform: translateX(10%) translateY(10px);
  transform: translateX(10%) translateY(10px);
}
.dropdown-menu--right .dropdown-menu__content:after {
  left: auto;
  right: 15%;
}
.dropdown-menu--right.dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.dropdown-menu--profile .dropdown-menu__content {
  border-radius: 0;
  padding: 5px 0;
  width: 224px !important;
  font-size: 15px;
  left: auto;
  right: 17px;
  -webkit-transform: translateX(10%) translateY(10px);
  transform: translateX(10%) translateY(10px);
}
.dropdown-menu--profile .dropdown-menu__content:after {
  left: auto;
  right: 10px;
}
@media screen and (min-width: 1400px) {
  .dropdown-menu--profile .dropdown-menu__content {
    left: 10%;
    -webkit-transform: translateX(-10%) translateY(20px);
    transform: translateX(-10%) translateY(20px);
  }
  .dropdown-menu--profile .dropdown-menu__content:after {
    left: 15%;
    right: auto;
  }
}
.dropdown-menu--profile.dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
@media screen and (min-width: 1400px) {
  .dropdown-menu--profile.dropdown-menu__active .dropdown-menu__content {
    -webkit-transform: translateX(-10%) translateY(10px);
    transform: translateX(-10%) translateY(10px);
  }
}
.dropdown-menu--city .dropdown-menu__content {
  padding: 0;
  width: 380px;
}
.dropdown-container {
  position: relative;
}
.dropdown-container__content {
  display: none;
  width: 395px;
  top: 100%;
  right: 10%;
  -webkit-transform: translateX(10%) translateY(10px);
  transform: translateX(10%) translateY(10px);
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .dropdown-container__content {
    display: block;
  }
}
.dropdown-container__content:before {
  content: '';
  height: 14px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  position: absolute;
}
.dropdown-container__content:after {
  content: '';
  border: 10px solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-color: #fff;
  bottom: 100%;
  right: 15%;
  margin-left: -7px;
  position: absolute;
  -webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}
.dropdown-container__content li {
  display: block;
  margin: 0;
}
.dropdown-container__content .dropdown-menu__item {
  margin: 0;
  display: block !important;
  padding: 6px 20px;
}
.dropdown-container__content .dropdown-menu__item--radio {
  padding: 0;
}
.dropdown-container__content .dropdown-menu__item--radio > label {
  padding: 6px 20px;
}
.dropdown-container__content .dropdown-menu__item--radio .radio__select {
  top: 6px;
  left: 15px;
}
.dropdown-container__content .dropdown-menu__item:hover {
  color: #262626;
  background: #EFF6FF;
}
.dropdown-container__content .radio__label {
  font-size: 13px;
  color: #262626;
}
.dropdown-container__header {
  padding: 15px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EEF2F6;
}
.dropdown-container__body {
  max-height: 240px;
}
.dropdown-container__footer .flex {
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #EEF2F6;
}
.dropdown-container__footer .price--current {
  font-size: 18px;
  font-weight: 600;
}
.dropdown-container__footer .btn-ticker {
  padding-left: 15px;
  border-radius: 0 0 3px 3px;
}
.dropdown-container:hover {
  z-index: 4;
}
.dropdown-container:hover .dropdown-container__content {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.count-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.count-buttons button {
  border-width: 1px;
}
.count-buttons button.disabled {
  pointer-events: none;
  cursor: default;
}
.count-buttons__input-container {
  position: relative;
  padding-right: 35px;
  padding-left: 3px;
  width: 60px;
}
.count-buttons__input-container:after {
  position: absolute;
  content: 'шт.';
  right: 8px;
  top: 0;
}
.count-buttons__input {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.popover {
  position: relative;
  display: inline-block;
}
.popover__action {
  display: inherit;
}
.popover__action img {
  max-width: 28px;
}
.popover__action img.left-compensation {
  margin-left: -5px;
}
.popover__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  text-align: center;
  position: absolute;
  font-size: 13px!important;
  font-weight: 400!important;
  text-transform: none!important;
  padding: 7px 15px;
  background: #fff;
  border-radius: 6px;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .popover__content {
    width: 280px;
  }
}
.popover__content:before {
  content: '';
  height: 14px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  position: absolute;
}
.popover__content:after {
  content: '';
  border: 10px solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.popover__content--left {
  left: 40px;
  text-align: left;
  -webkit-transform: translateX(-40px) translateY(10px);
  transform: translateX(-40px) translateY(10px);
}
.popover__content--left:after {
  left: 40px;
}
.popover__content--right {
  -webkit-transform: translateX(-75%) translateY(10px);
  transform: translateX(-75%) translateY(10px);
}
.popover__content--right:after {
  left: 75%;
}
.popover__content--city {
  font-size: 15px!important;
  padding: 20px;
  line-height: 1.6;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .popover__content--city {
    opacity: 1;
    pointer-events: inherit;
  }
}
.popover__content--city .btn-group--inline {
  margin-top: 15px;
}
.popover__content--top {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
  margin-top: 0;
  margin-bottom: 12px;
}
.popover__content--top:before {
  top: 100%;
  bottom: auto;
}
.popover__content--top:after {
  border: 10px solid transparent;
  border-top-color: #fff;
  top: 100%;
  bottom: auto;
}
.popover__content_on_right {
  top: 50%;
  left: 100%;
  -webkit-transform: translateX(10px) translateY(-50%);
  transform: translateX(10px) translateY(-50%);
  margin-top: 0;
  margin-left: 12px;
}
.popover__content_on_right:before {
  bottom: auto;
  right: 100%;
}
.popover__content_on_right:after {
  border-right-width: 10px;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-right-color: #fff;
  left: auto;
  right: calc(100% - 1px);
  bottom: 50%;
  margin-left: 0;
  margin-bottom: -7px;
}
.popover:hover .popover__action {
  fill: #0C6DE2;
}
.popover:hover .popover__action.download {
  fill: #262626;
}
.popover:hover .popover__action.download svg {
  fill: #262626 !important;
}
.popover:hover .popover__content {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}
.popover:hover .popover__content--left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.popover:hover .popover__content--right {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}
.popover:hover .popover__content_on_right {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.voblers .popover__content {
  top: auto;
}
@media screen and (max-width: 1700px) {
  .image-wrap__actions-right .popover:last-child .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: -10px;
    left: auto;
  }
  .image-wrap__actions-right .popover:last-child .popover__content:after {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .image-wrap__actions-left .popover:first-child .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: -20px;
    right: auto;
  }
  .image-wrap__actions-left .popover:first-child .popover__content:after {
    left: 37px;
    right: auto;
  }
  .image-wrap__actions-right .popover:nth-last-child(2) .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: -58px;
    left: auto;
  }
  .image-wrap__actions-right .popover:nth-last-child(2) .popover__content:after {
    left: auto;
    right: 68px;
  }
}
@media screen and (max-width: 480px) {
  .popover__content {
    max-width: 280px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-alc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .flex-center {
    padding: 75px 15px;
  }
}
.flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-layout--catalog {
  margin-left: -4px;
  margin-right: -4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-layout--catalog .flex-layout__item {
  padding: 4px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .flex-layout--catalog {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .flex-layout--catalog .flex-layout__item {
    padding: 7.5px;
    width: 33.333333%;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout--catalog .flex-layout__item {
    width: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--catalog {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-layout--catalog .flex-layout__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--catalog .flex-layout__item {
    width: 20%;
  }
}
.flex-layout--category {
  margin: 16px 0 15px -1px;
}
@media screen and (min-width: 768px) {
  .flex-layout--category {
    margin: 25px 0 0 -15px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--category {
    margin: 25px 0 25px;
  }
}
.flex-layout--category .flex-layout__item {
  width: 50%;
  margin-left: 1px;
  margin-top: -1px;
}
.flex-layout--category .flex-layout__item:nth-child(2n) {
  margin-left: -3px;
}
@media screen and (min-width: 768px) {
  .flex-layout--category .flex-layout__item:nth-child(2n) {
    margin-left: 15px;
  }
}
.flex-layout--category .flex-layout__item:nth-child(2n) > div {
  border-left-width: 0;
}
@media screen and (max-width: 767px) {
  .flex-layout--category .flex-layout__item:nth-child(2n) > div .sample-item__image {
    width: calc(100% - 1px);
    margin-right: -1px;
    right: -2px;
  }
}
@media screen and (min-width: 768px) {
  .flex-layout--category .flex-layout__item:nth-child(2n) > div {
    border-left-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .flex-layout--category .flex-layout__item {
    margin: 0 0 15px 15px;
    width: calc(33.33333333% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--category .flex-layout__item {
    width: 33.33333333%;
    position: relative;
    margin: 0 0 -100px 0 !important;
  }
  .flex-layout--category .flex-layout__item > div {
    border: 0;
  }
  .flex-layout--category .flex-layout__item:hover {
    z-index: 2;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout--category .flex-layout__item {
    width: 25%;
  }
}
@media screen and (min-width: 1800px) {
  .flex-layout--category .flex-layout__item {
    width: 20%;
  }
}
@media screen and (max-width: 400px) {
  .flex-layout--category .flex-layout__item .price--sale {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .flex-layout--category .flex-layout__item .product__image .product__sale--image.price--sale {
    display: initial;
    padding-left: 7px;
  }
}
@media screen and (min-width: 401px) {
  .flex-layout--category .flex-layout__item .product__image .product__sale--image.price--sale {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--category .flex-layout__item .product__image .product__sale--image.price--sale {
    display: initial;
    padding-left: 7px;
  }
}
.flex-layout--lookbook {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1610px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .flex-layout--lookbook {
    margin-bottom: 60px;
  }
}
.flex-layout--lookbook .flex-layout__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--lookbook .flex-layout__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--lookbook .flex-layout__item {
    width: calc(50% - 30px);
  }
}
.flex-layout--recommend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-layout--recommend > .flex-layout__item {
  width: 100%;
}
.flex-layout--recommend .carousel-dots {
  margin: 20px auto 30px!important;
}
@media screen and (min-width: 1500px) {
  .flex-layout--recommend {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(100% - 560px);
    margin-right: 15px;
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: 530px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(60% - 15px);
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1679px) {
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(100% - 460px);
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: 430px;
  }
}
.flex-layout--products {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1270px) {
  .flex-layout--products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-layout--products > .flex-layout__item {
    width: calc(50% - 15px);
  }
  .flex-layout--products > .flex-layout__item:first-child {
    margin-right: 15px;
  }
  .flex-layout--products > .flex-layout__item:last-child {
    margin-left: 15px;
  }
  .flex-layout--products > .flex-layout__item:only-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--products {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-layout--products > .flex-layout__item {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
.flex-layout--products .flex-layout__item:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 1270px) {
  .flex-layout--products .flex-layout__item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--products .flex-layout__item:last-child {
    margin-bottom: 55px;
  }
}
.flex-layout--planned {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .flex-layout--planned {
    margin-bottom: 60px;
  }
}
.flex-layout--planned .flex-layout__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--planned .flex-layout__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout--planned .flex-layout__item {
    width: calc(50% - 30px);
  }
}
.flex-layout--competition {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .flex-layout--competition {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition {
    margin-bottom: 130px;
  }
}
.flex-layout--competition .flex-layout__item {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 33.33333333%;
    margin-bottom: -90px;
  }
  .flex-layout--competition .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 20%;
  }
  .flex-layout--competition .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--news .flex-layout__item {
    margin-bottom: -60px;
  }
}
.flex-layout--competition-mini {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .flex-layout--competition-mini {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition-mini {
    margin-bottom: 60px;
  }
}
.flex-layout--competition-mini .flex-layout__item {
  width: 50%;
}
.flex-layout--competition-mini .flex-layout__item:nth-child(3),
.flex-layout--competition-mini .flex-layout__item:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition-mini .flex-layout__item {
    position: relative;
    width: 33.33333333%;
    margin-bottom: -90px;
  }
  .flex-layout--competition-mini .flex-layout__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-layout--competition-mini .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout--competition-mini .flex-layout__item {
    position: relative;
    width: 25%;
  }
  .flex-layout--competition-mini .flex-layout__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-layout--competition-banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-layout--competition-banner .flex-layout__item:first-child {
  width: 100%;
}
.flex-layout--competition-banner .flex-layout__item:last-child {
  display: none;
}
@media screen and (min-width: 1600px) {
  .flex-layout--competition-banner .flex-layout__item:first-child {
    width: calc(100% - 325px);
  }
  .flex-layout--competition-banner .flex-layout__item:last-child {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-layout--competition-banner .flex-layout__item:last-child .competition-item {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding-top: 0;
  }
}
.flex-layout--questions {
  margin-bottom: 60px;
  max-width: 1470px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1400px) {
  .flex-layout--questions {
    margin-bottom: 100px;
  }
}
.flex-layout--questions .flex-layout__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.flex-layout--questions .flex-layout__item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  padding-left: 30px;
}
@media screen and (min-width: 1200px) {
  .flex-layout--questions {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-layout--questions .flex-layout__item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 320px);
    flex: 1 0 calc(100% - 320px);
  }
  .flex-layout--questions .flex-layout__item:nth-child(2) {
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-top: 0;
  }
}
.flex-layout--samples {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .flex-layout--samples .flex-layout__item {
    margin: 0 0 -80px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-layout-filter--active {
    padding-right: 280px;
  }
  .flex-layout-filter--active .flex-layout__item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout-filter--active .flex-layout__item {
    width: 50%;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout-filter--active {
    padding-right: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout-filter--active .flex-layout__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1800px) {
  .flex-layout-filter--active .flex-layout__item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .flex-modul-filter .flex-layout__item {
    width: calc(33.33333333% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .flex-modul-filter .flex-layout__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1400px) {
  .flex-modul-filter .flex-layout__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1800px) {
  .flex-modul-filter {
    padding-right: 60px;
  }
  .flex-modul-filter .flex-layout__item {
    width: 25%;
  }
}
.header-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .header-top-left {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
}
.callback-wrapper {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .callback-wrapper {
    margin-left: auto;
  }
}
.callback-wrapper .header-phone {
  padding: 0;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1600px) {
  .callback-wrapper .header-phone {
    padding: 0;
  }
}
.header-top-center {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding: 10px 0;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .header-top-center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .header-top-center {
    margin-right: 18px;
  }
}
.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1300px) {
  .header-top-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.header-bottom-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .header-bottom-left {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-bottom-left {
    margin-right: 0px;
  }
}
.header-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header-bottom-right {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-bottom-right {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    margin-right: 0;
  }
  .header-bottom-right > div {
    margin-right: 0;
  }
}
.city-btn-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  opacity: 1;
}
.city-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.city-btn__text {
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}
.city-btn__icon {
  margin-left: 5px;
  margin-top: 3px;
}
.user-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: #999DA4;
}
.user-count span:not(.user-count__row) {
  color: #505050;
}
.user-count__row:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .user-count__row {
    display: block;
  }
}
.user-count__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-count__online:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #27AE60;
  margin-right: 5px;
}
.shop-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.shop-link {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}
.header-menu__item {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .header-menu__item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1900px) {
  .header-menu__item:nth-last-child(2) {
    margin-right: 0;
  }
}
.header-menu__link {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}
.menu-more {
  display: none;
  margin-left: 10px;
}
@media screen and (max-width: 1300px) {
  .menu-more {
    display: block;
  }
}
.menu-more__link {
  font-size: 12px;
  color: #505050;
}
.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phones-row {
  font-size: 12px;
  line-height: 16px;
  color: #999DA4;
}
@media screen and (max-width: 991px) {
  .phones-row {
    letter-spacing: -0.65px;
  }
}
.phones-row:not(:last-child) {
  margin-right: 16px;
}
.phones-row__link {
  font-weight: 700;
  color: #505050;
}
@media screen and (max-width: 991px) {
  .phones-row__link {
    margin-right: 5px;
  }
}
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #EEF2F6;
  background: #fff;
  z-index: 110;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .page-header {
    padding: 20px 15px 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
}
.page-header .header-banner {
  margin-left: -60px;
  margin-right: -60px;
}
.page-header .header-banner img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-header {
    left: 240px;
  }
  .page-header.page-header__left-menu--hidden {
    left: 60px;
  }
}
.page-header__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .page-header__content {
    height: 80px;
  }
}
.page-header__logo {
  display: block;
  width: 64px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .page-header__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-header__logo {
    width: 50px;
    margin-right: 10px;
  }
}
.page-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-header__logo img {
    height: 40px;
  }
}
.page-header__city > .btn {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 256px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
.page-header__city > .btn span {
  margin-left: 25px;
  margin-right: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-header__city > .btn .svg--more-dots {
  position: absolute;
  margin-top: -5px;
  padding: 0 5px;
  right: 18px;
  height: 12.6px;
  width: 20px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .page-header__city > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .page-header__city > .btn {
    max-width: 180px;
  }
}
.page-header__shop {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .page-header__shop {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header__phone {
    font-size: 18px;
  }
}
.page-header__call {
  margin-left: 17px;
  display: none!important;
}
@media screen and (min-width: 1600px) {
  .page-header__call {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}
.page-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.page-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header__nav .dropdown-menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__nav .dropdown-menu__action span {
  line-height: 1.4;
}
.page-header__nav .svg--arrow {
  margin-left: 5px;
}
.page-header .pull-left .page-header__phone {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-header .pull-left .page-header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-header .pull-right {
  margin-right: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 4px;
  height: 27px;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right {
    margin-top: 0;
  }
}
.page-header .pull-right > div {
  margin-left: 8px;
  margin-right: 8px;
}
.page-header .pull-right > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right > div > a {
    display: inline-block;
  }
}
.page-header .pull-right > div > a > .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right > div > a > .badge {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .page-header .pull-right > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right {
    margin-right: 5px;
  }
}
.page-header .pull-right .page-header__phone {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-header .pull-right .page-header__phone {
    display: none;
  }
}
.page-header .pull-right > div {
  height: 100%;
}
.page-header .pull-right > div > a {
  height: 100%;
}
.page-header .pull-right > div > a > .badge {
  height: 100%;
}
@media screen and (max-width: 991px) {
}
.page-header__profile > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__profile .svg--arrow {
  display: none;
}
@media screen and (min-width: 1400px) {
  .page-header__profile .svg--arrow {
    display: inline-block;
  }
}
.page-header__favorite {
  display: block;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .page-header__favorite {
    margin-left: 20px;
  }
}
.page-header__cart {
  margin-left: 35px;
}
@media screen and (max-width: 991px) {
  .page-header__cart {
    margin-left: 25px;
  }
}
.page-header__cart b {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-left: 25px;
}
@media screen and (min-width: 1200px) {
  .page-header__cart b {
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.page-header__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__cart-link .svg--cart {
  height: 23px;
}
.page-header .svg--phone1 {
  width: 23px;
}
@media screen and (min-width: 1300px) {
  .page-header .svg--phone1 {
    width: 19px;
  }
}
.with_bx_pannel .page-header {
  top: 39px;
}
.mobile-icon__link {
  display: block;
}
.mobile-icon svg {
  display: block;
}
.mobile-icon .mobile-icon__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-icon .mobile-icon__img {
    display: none;
  }
  .mobile-icon .mobile-icon__text {
    display: block;
  }
}
.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .burger-menu {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .burger-menu {
    display: none !important;
  }
}
.burger-menu_tablet {
  height: 50px;
  padding: 10px 20px;
  margin-right: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.burger-menu_tablet .burger-menu__line-wrap:before,
.burger-menu_tablet .burger-menu__line-wrap:after,
.burger-menu_tablet .burger-menu__line {
  background: #0074B9;
}
.burger-menu_mob {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .burger-menu_mob {
    display: none !important;
  }
}
.burger-menu_mob > div {
  margin-right: 0;
}
.burger-menu_mob .burger-menu__line-wrap:before,
.burger-menu_mob .burger-menu__line-wrap:after,
.burger-menu_mob .burger-menu__line {
  background: #505050;
}
.burger-menu__line {
  width: 100%;
  background: #0074B9;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.burger-menu__line-wrap {
  width: 16px;
  height: 14px;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.burger-menu__line-wrap:after,
.burger-menu__line-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger-menu__line-wrap:before {
  top: 0;
}
.burger-menu__line-wrap:after {
  bottom: 0;
  width: 12px;
}
.burger-menu.burger-menu--active .burger-menu__line {
  opacity: 0;
}
.burger-menu.burger-menu--active .burger-menu__line-wrap:before {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.burger-menu.burger-menu--active .burger-menu__line-wrap:after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  width: 100%;
}
.burger-menu__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0074B9;
}
.header-menu__item {
  display: none;
}
.header-menu__item:nth-child(-n+2) {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header-menu__item:nth-child(-n+2) {
    display: none;
  }
  .header-menu__item:nth-child(-n+1) {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu__item:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1300px) {
  .header-menu__item {
    display: block;
  }
}
.site-content__left-menu--hidden .header-menu__item {
  display: none;
}
.site-content__left-menu--hidden .header-menu__item:nth-child(-n+2) {
  display: block;
}
@media screen and (max-width: 1023px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(-n+2) {
    display: none;
  }
  .site-content__left-menu--hidden .header-menu__item:nth-child(-n+1) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(n+4):nth-child(-n+6) {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .site-content__left-menu--hidden .header-menu__item {
    display: block;
  }
}
.menu-more__item:nth-child(-n+2) {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-more__item:nth-child(-n+2) {
    display: block;
  }
  .menu-more__item:nth-child(-n+1) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu-more__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .menu-more__item {
    display: none;
  }
}
@media screen and (min-width: 1540px) {
  .menu-more__item {
    display: block;
  }
  .menu-more__item:nth-child(-n+2) {
    display: block;
  }
  .menu-more__item:nth-child(3) {
    display: block;
  }
  .menu-more__item:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 1620px) {
  .menu-more__item:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .menu-more__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1900px) {
  .menu-more__item:nth-child(n+4):nth-child(-n+6) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(n+4):nth-child(-n+6) {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(2) {
    display: block;
  }
  .site-content__left-menu--hidden .menu-more__item:nth-child(3) {
    display: block;
  }
  .site-content__left-menu--hidden .menu-more__item:nth-child(n+4):nth-child(-n+6) {
    display: block;
  }
}
@media screen and (min-width: 1450px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .site-content__left-menu--hidden .menu-more__item:nth-child(n+4):nth-child(-n+6) {
    display: none;
  }
}
.search-city__input {
  position: relative;
  border-bottom: 1px solid #EEF2F6;
}
.search-city__input input {
  background: transparent;
  padding: 15px 52px 15px 20px;
  font-size: 15px;
  width: 100%;
}
.search-city__input .search-city__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}
.search-city__input .search-city__button svg {
  fill: #818489;
  width: 18px;
}
.search-city__input .search-city__button:hover svg {
  fill: #434548;
}
.search-city__results {
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .search-city__results {
    max-height: 400px;
  }
}
.search-city__results li {
  display: block;
}
.search-city__results a {
  display: block;
  font-size: 12px;
  padding: 6px 20px 6px 40px;
  position: relative;
}
.search-city__results a:hover {
  color: #262626 !important;
  background: #EFF6FF;
}
.search-city__results .search-city__not-found {
  display: block;
  padding: 8px 20px 8px 40px;
  color: #818489;
}
.search-city__results .search-city__hidden {
  display: none;
}
.search-city__results .search-city__selected:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 9px;
  width: 14px;
  height: 10px;
  background: url('../img/icons/other/checkbasket.svg');
  background-size: cover;
}
.site-content__left-menu--hidden .page-header {
  left: 60px;
}
@media screen and (max-width: 991px) {
  .site-content__left-menu--hidden .page-header {
    left: 0;
  }
}
.site-content__left-menu--hidden .menu-more {
  display: none;
}
@media screen and (max-width: 1279px) {
  .site-content__left-menu--hidden .menu-more {
    display: block !important;
  }
}
@media screen and (max-width: 1299px) {
  .site-content__left-menu--hidden .header-top-left {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1099px) {
  .site-content__left-menu--hidden .header-top-left {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .site-content__left-menu--hidden .header-top-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .site-content__left-menu--hidden .header-top-center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }
}
@media screen and (max-width: 1299px) {
  .site-content__left-menu--hidden .header-top-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 1099px) {
  .site-content__left-menu--hidden .header-top-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.subscribe {
  padding-top: 30px;
  padding-bottom: 25px;
  background: #EEF2F6;
}
@media screen and (min-width: 768px) {
  .subscribe {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .subscribe-grid {
    display: grid;
    grid-template-areas: 'content form';
    grid-template-columns: 360px auto;
    max-width: 1380px;
  }
}
@media screen and (min-width: 1400px) {
  .subscribe-grid {
    grid-template-columns: 540px auto;
  }
}
.subscribe__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .subscribe__icon {
    display: block;
    margin-right: 15px;
  }
}
.subscribe__content {
  color: #2C2C2C;
  font-size: 18px;
  margin-bottom: 15px;
  grid-area: content;
}
.subscribe__content span {
  display: block;
}
@media screen and (min-width: 768px) {
  .subscribe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subscribe__content p {
    margin-top: -7px;
  }
}
@media screen and (min-width: 1400px) {
  .subscribe__content {
    margin-bottom: 0;
  }
  .subscribe__content p {
    margin-top: 15px;
  }
  .subscribe__content .subscribe__icon {
    margin-top: 20px;
    margin-right: 20px;
  }
}
.subscribe .field__input {
  border-radius: 2px;
  background: #fff;
  font-size: 15px;
  padding-right: 60px;
  border-color: #EEF2F6;
  height: 60px;
}
.subscribe .field__label {
  font-size: 15px;
}
.subscribe__button {
  position: absolute;
  right: 5px;
  height: 43px;
  width: 43px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.subscribe__form {
  grid-area: form;
}
.subscribe__form .checkbox {
  margin-top: 10px;
}
.subscribe__form .popover__content {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .subscribe__form .popover__content {
    width: 275px;
  }
}
@media screen and (min-width: 768px) {
  .subscribe__form > form {
    display: grid;
    grid-template-columns: 50% auto;
    grid-column-gap: 15px;
    grid-template-areas: 'select input' 'checkbox checkbox';
  }
}
@media screen and (min-width: 1500px) {
  .subscribe__form > form {
    grid-template-columns: 360px auto;
  }
}
.subscribe__select {
  margin-bottom: 15px;
  grid-area: select;
}
@media screen and (min-width: 768px) {
  .subscribe__select {
    margin-bottom: 0;
  }
}
.subscribe__mail {
  grid-area: input;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.subscribe__mail .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1400px) {
  .subscribe__mail {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .subscribe .field {
    width: 49%;
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  .subscribe .field {
    width: 100%;
  }
}
.footer-phone {
  color: #2E2E2E;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .footer-phone {
    font-size: 14px;
  }
}
.footer-phone__time {
  font-weight: 400;
  color: #838383;
  margin-left: 5px;
}
@media screen and (min-width: 1200px) {
  .footer-phone__time {
    margin-left: 0;
  }
}
.footer-phone__tel {
  font-weight: 600;
  display: block;
  font-size: 26px!important;
}
@media screen and (min-width: 1300px) {
  .footer-phone__tel {
    font-size: 18px;
  }
}
.footer-section__title {
  font-size: 13px;
  color: #707070;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .footer-section__title {
    color: #262626;
  }
}
.yandex-market {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .yandex-market {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.yandex-market img {
  margin-right: 15px;
}
.footer-social {
  grid-area: social;
}
@media screen and (min-width: 1600px) {
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.social {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .social {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .social {
    margin-top: 20px;
  }
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 10px;
}
.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 4px 4px 4px;
  border-radius: 50%;
  background: #E2E2E3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social__item:hover {
  background: #C6C6C6;
}
.inline-block {
  display: inline-block;
}
.footer-downloads {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-area: downloads;
}
.footer-downloads img {
  max-width: 135px;
}
@media screen and (min-width: 1200px) {
  .footer-downloads {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer-downloads {
    margin-top: 20px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-downloads > div {
    max-width: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-downloads__list {
  margin-left: -4px;
  margin-right: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 1600px) {
  .footer-downloads__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-downloads__item {
  display: inline-block;
  margin: 0 4px 4px 4px;
}
.footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-mobile .btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 5px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  font-size: 15px;
  border: 0;
}
.footer-mobile .btn:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.footer-mobile .btn .text-gray {
  color: #969696;
}
.footer-mobile .btn-light {
  font-weight: 400;
}
.footer-mobile .btn-light > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .footer-mobile {
    display: none;
  }
}
.footer-mobile__phone {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-mobile__brd-t {
  border-top: 1px solid #EEF2F6;
}
.footer-mobile__city {
  border-top: 0;
  border-bottom: 1px solid #EEF2F6 !important;
  padding-right: 5px!important;
  padding-left: 10px!important;
}
@media screen and (min-width: 768px) {
  .footer-mobile__city {
    display: none;
  }
}
.footer-mobile__accordion {
  border-bottom: 1px solid #EEF2F6;
}
.footer-mobile__accordion .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 5px 14px 10px;
  width: 100%;
  font-size: 18px;
}
.footer-mobile__accordion .accordion__content {
  padding-top: 5px;
  padding-left: 10px;
}
.footer-mobile__accordion .accordion__content ul {
  list-style-type: none;
}
.footer-mobile__accordion .accordion__content a {
  color: #808A97;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
.footer-mobile__regionBtn {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer-mobile__regionBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .footer-grid {
    display: grid;
    grid-template-areas: 'menu_1 menu_2 menu_3' 'cityandphone cityandphone cityandphone' 'social downloads downloads';
    grid-template-columns: 33% auto 30%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-grid {
    grid-template-areas: 'menu_1 menu_2 menu_3 cityandphone cityandphone' 'menu_1 menu_2 menu_3 social downloads';
    grid-template-columns: 18% 18% 18% 25% auto;
    grid-row-gap: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-grid__menu {
  display: none;
}
.footer-grid__menu h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #030303;
}
.footer-grid__menu ul {
  list-style-type: none;
}
.footer-grid__menu li {
  margin-bottom: 14px;
}
.footer-grid__menu a {
  font-size: 15px;
  color: #707070;
}
.footer-grid__menu a:hover {
  color: #0C6DE2;
}
@media screen and (min-width: 1200px) {
  .footer-grid__menu {
    display: block;
  }
}
.footer-grid__menu_1 {
  grid-area: menu_1;
}
.footer-grid__menu_2 {
  grid-area: menu_2;
}
.footer-grid__menu_3 {
  grid-area: menu_3;
}
.footer-grid__phoneandcity {
  grid-area: cityandphone;
  display: none;
}
.footer-grid__phoneandcity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #EEF2F6;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-grid__phoneandcity {
    display: block;
  }
  .footer-grid__phoneandcity > div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer-grid__phoneandcity .footer-city {
  font-size: 14px;
}
.footer-grid__phoneandcity .footer-phone {
  text-align: right;
}
.footer-grid__phoneandcity .footer-phone .footer-phone__tel {
  line-height: 1;
}
.copyright {
  display: grid;
  grid-template-areas: 'links' 'site';
  grid-template-columns: 100%;
  color: #2C2C2C;
  font-size: 13px;
  border-top: 1px solid #EEF2F6;
}
@media screen and (min-width: 1200px) {
  .copyright {
    color: #707070;
    font-size: 14px;
    grid-template-areas: 'site payments payments' 'links links links';
    grid-template-columns: 33% 30% auto;
    grid-column-gap: 20px;
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .copyright {
    grid-template-areas: 'site payments links';
  }
}
.copyright__site {
  grid-area: site;
  padding: 14px 5px 14px 10px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .copyright__site {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.copyright__payments {
  grid-area: payments;
  display: none;
}
@media screen and (min-width: 1200px) {
  .copyright__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright__payments img {
    margin-left: 15px;
  }
}
.copyright__links {
  grid-area: links;
}
@media screen and (min-width: 1600px) {
  .copyright__links {
    text-align: right;
  }
}
.copyright__links a {
  padding: 14px 5px 14px 10px;
  border-bottom: 1px solid #EEF2F6;
  display: block;
}
@media screen and (min-width: 1200px) {
  .copyright__links a {
    display: inline-block;
    border-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .copyright-border {
    border-top: 1px solid #EEF2F6;
  }
}
.default--p {
  margin: 20px 0;
}
.text-order {
  font-size: 20px;
  margin-bottom: 0.3em;
}
.text-order--recall {
  margin-top: 1em;
  font-size: 16px;
}
.text-order--recall span {
  font-size: 18px;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 16px;
}
.text-lk-p {
  max-width: 920px;
  margin-bottom: 1em;
}
.text-default {
  color: #262626;
}
.text-gray {
  color: #818489;
}
.text-green {
  color: #7EBD69;
}
.required {
  color: #CE0101;
}
.currency {
  font-size: 80%;
}
.label--required {
  color: #818489;
  font-size: 14px;
}
.line-through-after-before {
  text-align: center;
  position: relative;
}
.line-through-after-before span {
  background: #fff;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.line-through-after-before:before {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #EEF2F6;
  position: absolute;
}
.page-text-wrapper {
  border-top: 1px solid #EEF2F6;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .page-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-text-wrapper h2 {
  font-size: 19px;
  color: #434343;
}
.page-text-wrapper p,
.page-text-wrapper a {
  margin-top: 10px;
  color: #525c69;
  line-height: 1.6;
  display: block;
  max-width: 1310px;
}
.page-text-wrapper a {
  display: inline-block;
}
.text-product-wrapper {
  max-width: 1080px;
  line-height: 1.6;
}
.text-product-wrapper p {
  margin-bottom: 20px;
}
.text-product-wrapper h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.text-product-wrapper ul {
  list-style: none;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.text-product-wrapper ul li {
  line-height: 1.5;
  margin: 5px 0;
  padding: 0;
}
.text-product-wrapper ul li:before {
  content: "\2022";
  color: #585858;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  margin-left: -1em;
}
.author {
  font-size: 14px;
  color: #707070;
}
.author b {
  color: #262626;
  font-size: 15px;
}
.time {
  font-size: 14px;
  color: #8C8C8C;
}
.text--bottom {
  position: relative;
  display: inline-block;
}
.text--bottom span {
  position: relative;
}
.text--bottom:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -4px;
  border-bottom: 4px solid #F6D300;
}
.small_p {
  font-size: 14px;
  margin: 1em 0;
}
.status--processing {
  color: #EF9032;
}
.status--success {
  color: #39B42F;
}
.text-offer-paragraph .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .text-offer-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-offer-paragraph .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
.nowrap {
  white-space: nowrap;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.site-content .container-search--fixed,
.site-content .container-search--js {
  left: 0;
}
@media screen and (min-width: 992px) {
  .site-content {
    margin-left: 240px;
  }
  .site-content .container-search--fixed,
  .site-content .container-search--js {
    left: 240px;
  }
  .site-content.site-content__left-menu--hidden {
    margin-left: 60px;
  }
  .site-content.site-content__left-menu--hidden .container-search--fixed,
  .site-content.site-content__left-menu--hidden .container-search--js {
    left: 60px;
  }
}
.page-content {
  padding-top: 112px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding-top: 141px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-content {
    padding-top: 157px;
  }
}
@media screen and (min-width: 768px) and (max-height: 920px) {
  .page-content {
    padding-top: 141px;
  }
}
.page-content_padd_default {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .page-content_padd_default {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .page-content_padd_default {
    padding-left: 60px;
  }
}
.with_bx_pannel .page-content {
  padding-top: 151px;
}
@media screen and (min-width: 768px) {
  .with_bx_pannel .page-content {
    padding-top: 180px;
  }
}
.page-content--no-search {
  padding-top: 57px;
}
@media screen and (min-width: 768px) {
  .page-content--no-search {
    padding-top: 81px;
  }
}
.pull-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pull-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bg--gray {
  background: #EEF2F6;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer {
    border-top: 1px solid #DEE3E8;
  }
}
.bg--gray.page-footer .copyright {
  padding-bottom: 0;
}
.bg--gray.page-footer .copyright__site {
  color: #818489;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer .copyright__site {
    text-align: left;
  }
}
.bg--gray.page-footer .copyright__links {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer .copyright__links {
    display: block;
  }
}
.fs14 {
  font-size: 14px;
}
.indent_t7 {
  margin-top: 7px;
}
.indent_l10 {
  margin-left: 10px;
}
.indent_t10 {
  margin-top: 10px;
}
.indent_t20 {
  margin-top: 20px;
}
.indent_t30 {
  margin-top: 30px;
}
.indent_b20 {
  margin-bottom: 20px;
}
.indent_b25 {
  margin-bottom: 25px;
}
.indent_b30 {
  margin-bottom: 30px;
}
.indent_b40 {
  margin-bottom: 40px;
}
.indent_b50 {
  margin-bottom: 50px;
}
.indent_b60 {
  margin-bottom: 60px;
}
.block_content {
  width: calc(100% - 310px);
  margin-right: 30px;
}
@media screen and (max-width: 1400px) {
  .block_content {
    width: calc(100% - 220px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block_content {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about_map {
  height: 500px;
}
@media screen and (max-width: 1400px) {
  .about_map {
    width: 100%;
  }
}
.contacts_map {
  margin-bottom: 155px;
  width: calc(100% - 55px);
}
@media screen and (max-width: 1400px) {
  .contacts_map {
    width: 100%;
  }
}
.shop_box_slider-element {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.shop_box-map {
  width: 49%;
}
@media screen and (max-width: 1500px) {
  .shop_box-map {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
}
.about_right {
  padding-top: 15px;
  width: 280px;
}
@media screen and (max-width: 1400px) {
  .about_right {
    width: 100%;
  }
}
.about_right-text {
  margin-bottom: 130px;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .about_right-text {
    margin-bottom: 20px;
  }
}
.about_right-link {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.about_bottom-text {
  margin-bottom: 30px;
}
.news_detail-img {
  margin-bottom: 10px;
}
.news_detail_social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .news_detail_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.news_detail_social .r-menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
}
.news_detail_social .r-menu-item h4 {
  margin-right: 15px;
}
@media screen and (max-width: 1500px) {
  .news_detail_social-date {
    margin-bottom: 10px;
  }
}
.news_detail-footnote {
  padding-top: 15px;
  width: 280px;
}
@media screen and (max-width: 1400px) {
  .news_detail-footnote {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .news_detail-footnote {
    display: none;
  }
}
.news_detail_text h3 {
  font-size: 26px;
  margin-bottom: 36px;
}
.news_detail_right {
  margin-right: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .news_detail_right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .grid--default .grid__aside.news_detail_right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.shop_box_slider-start.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
}
.shop_box_slider-start.owl-carousel .owl-nav button {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.shop_box_slider-start.owl-carousel .owl-nav button svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.shop_box_slider-start.owl-carousel .owl-prev {
  left: 0;
}
.shop_box_slider-start.owl-carousel .owl-next {
  right: 0;
}
.shop_box_slider-start.owl-carousel .owl-dots {
  display: none!important;
}
.news_detail_right-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.news_detail_text-yellow {
  border-left: 3px solid #F6D300;
  padding-left: 20px;
}
.page-title {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .page-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    font-size: 30px;
  }
}
.page-title__counter {
  font-size: 80%;
  color: #AFAFAF;
}
.page-title__vendor-code {
  display: none;
  font-size: 14px;
  color: #9499A0;
}
@media screen and (min-width: 1200px) {
  .page-title__vendor-code {
    display: inline-block;
  }
}
.no-items {
  margin-bottom: 40px;
}
.page-catalog {
  margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
  .page-catalog {
    margin-bottom: 60px;
  }
}
.border--top {
  border-top: 1px solid #EEF2F6;
}
.recommend_title {
  font-size: 25px;
  margin-bottom: 30px;
}
.shop_box {
  margin-bottom: 65px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop_box {
    width: calc(100% - 30px);
  }
}
.shop_box > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.shop_box > div:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 1500px) {
  .shop_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .shop_box {
    width: 100%;
  }
}
.shop_box_slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop_box .shop_box_slider {
    max-height: none;
  }
}
.shop_box_slider .item {
  width: 100%;
}
.shop_box_slider .item:after {
  content: "";
  display: block;
  padding-top: 70.5%;
}
@media screen and (max-width: 480px) {
  .shop_box_slider .item:after {
    padding-top: 70.6%;
  }
}
.shop_sale {
  margin-bottom: 80px;
}
.shop_sale_box {
  width: 23%;
}
@media screen and (max-width: 1600px) {
  .shop_sale_box {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .shop_sale_box {
    width: 100%;
  }
}
.shop_sale_content {
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .shop_sale_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shop_sale_box-price {
  font-size: 26px;
  font-weight: bold;
}
.shop_sale_box-price-old {
  font-size: 18px;
  font-weight: bold;
  color: #9499A0;
  text-decoration: line-through;
}
.shop_sale_box-title {
  font-size: 16px;
}
.shop_sale_box-info {
  font-size: 14px;
  color: #818489;
}
.products-offers--links {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .products-offers--links {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .products-offers--links a.hide_sm {
    display: none;
  }
}
.products-offers--links a {
  margin-right: 20px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .products-offers--links a {
    display: inline-block;
  }
}
.products-offers--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-offers--buttons .btn {
  font-weight: 400;
  font-size: 14px;
  height: 42px;
  text-transform: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.products-offers--buttons .btn:hover svg {
  stroke: #262626;
}
.products-offers--buttons .btn svg {
  margin-right: 5px;
}
.products-offers--buttons .btn span {
  margin-left: 5px;
}
.page-hidden {
  overflow: hidden;
}
.credit-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.credit-steps__item {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .credit-steps__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1700px) {
  .credit-steps__item {
    width: 25%;
    margin-bottom: 0;
  }
}
.credit-step__icon-container {
  position: relative;
}
.credit-step__icon-container:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 78px;
  right: 0;
  border-bottom: 1px dashed #A7ACB2;
}
@media screen and (min-width: 768px) {
  .credit-step__icon-container:after {
    left: 115px;
    right: 15px;
  }
}
.credit-step__image {
  background: #EEF2F6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
@media screen and (min-width: 768px) {
  .credit-step__image {
    width: 100px;
    height: 100px;
  }
}
.credit-step__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
.credit-step__text {
  color: #818489;
}
@media screen and (min-width: 768px) {
  .credit-step__text {
    max-width: 240px;
  }
}
.page-favorites {
  margin-bottom: 30px;
}
.main-recommend {
  margin: 30px 0;
}
@media screen and (min-width: 1400px) {
  .main-recommend {
    margin: 65px 0 30px;
  }
}
.main-recommend h1 {
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 1400px) {
  .main-recommend h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.flex-buttons a:first-child {
  margin-right: 10px;
}
.social-item {
  position: relative;
  display: inline-block;
  width: 275px;
}
@media screen and (min-width: 768px) {
  .social-item {
    width: inherit;
  }
}
.social-item img {
  display: inherit;
}
.social-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.social-item a .btn-white {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.social-item:hover a {
  opacity: 1;
}
.social-item:hover a .btn-white {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.line-top {
  margin-top: 10px!important;
  border-top: 1px solid #EEF2F6;
  padding-top: 5px;
}
.bonus-stock {
  border: 1px solid #E9EDF1;
}
.bonus-stock-title {
  background-color: #F5F7F9;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
.bonus-stock-title--text {
  margin-left: 15px;
  color: #3D3F41;
  font-weight: 600;
}
.bonus-stock-box {
  border-top: 1px solid #E9EDF1;
  padding: 20px 30px 25px 30px;
}
.page-lk {
  margin-top: 20px;
}
.address-list__item {
  margin-bottom: 25px;
}
.address-list__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.address-list__buttons button {
  margin-right: 20px;
}
.visibility-hidden {
  visibility: hidden;
}
.warning-stock {
  border: 1px solid #EEF2F6;
  padding: 30px;
  font-size: 14px;
  border-left: 3px solid #F6D300;
}
@media screen and (min-width: 1200px) {
  .warning-stock {
    max-width: 300px;
  }
}
.page-search {
  margin: 20px 0 15px;
}
@media screen and (min-width: 1200px) {
  .page-search {
    margin: 40px 0 30px;
  }
}
.reference--link {
  font-size: 13px;
  margin-top: 20px;
}
.page-lookbook p {
  margin-bottom: 25px;
}
.page-order {
  margin-top: 20px;
}
.hidden {
  display: none;
}
@media (max-width: 1500px) {
  .bonus-stock {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .products-offers--buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .products-offers--buttons .btn {
    white-space: nowrap;
  }
}
.profile-form {
  background: #fff;
  width: 100%;
  max-width: 625px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.profile-form .tab {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 480px) {
  .profile-form .tab {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .tab {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.profile-form .tab .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 480px) {
  .profile-form .tab .tab__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .tab .tab__border {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.profile-form .tab .tab__item {
  margin-right: 0;
  padding-bottom: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-align: center;
}
.profile-form .tab .mCustomScrollBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profile-form .tab .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-form .panel {
  border: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 480px) {
  .profile-form .panel {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .panel {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.profile-form__title {
  font-size: 18px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .profile-form__title {
    font-size: 20px;
  }
}
.profile-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 355px) {
  .profile-form__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.profile-form .field {
  margin-top: 15px;
}
.profile-form .flex-jcc {
  margin-top: 20px;
  margin-bottom: 15px;
}
.profile-form .line-through-after-before {
  margin-top: 30px;
  margin-bottom: 15px;
}
.profile-form .line-through-after-before:before {
  left: -15px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .profile-form .line-through-after-before:before {
    left: 0;
    right: 0;
  }
}
.profile-form .social--networks {
  margin-left: -4px;
  margin-right: -4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.profile-form .social--networks > button {
  margin-left: 4px;
  margin-right: 4px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .profile-form .social--networks > button {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.profile-form .social--networks > button span {
  display: none;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .profile-form .social--networks > button span {
    display: inline-block;
  }
}
.profile-form.p60 {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .profile-form.p60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form.page-recovery .btn {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.image-wrap {
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.image-wrap__dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-wrap__dots {
    display: none;
  }
}
.image-wrap__dots .btn-nav-detail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__dots .btn-nav-detail svg {
  stroke: #BDBDBD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__dots .btn-nav-detail:hover svg {
  stroke: #0C6DE2;
}
.image-wrap__dots .btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.image-wrap__dots .btn-next {
  left: auto;
  right: 0;
}
.image-wrap__dots .btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.image-wrap__dots-slider {
  width: 91%;
  max-height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  background: #fff;
  overflow: hidden;
}
.image-wrap__dots .owl-stage-outer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.image-wrap__dots .owl-nav {
  display: none;
}
.image-wrap__dots .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-wrap__dots .owl-item {
  border-bottom: 3px solid transparent;
}
.image-wrap__dots .owl-item.current {
  border-color: #F6D300;
}
.image-wrap__dot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.image-wrap__dot img {
  display: none;
  width: 100%;
}
.image-wrap__dot.video-wrap {
  text-align: center;
  padding-left: 18px;
}
.image-wrap__dot.video-wrap svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .image-wrap__dot {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-wrap__dot img {
    display: inherit;
  }
  .image-wrap__dot.video-wrap svg {
    display: block;
  }
}
.image-wrap__content {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .image-wrap__content {
    margin-bottom: 30px;
  }
}
.image-wrap__content #MainHolderDiv canvas:nth-child(2) {
  width: 100% !important;
  height: auto !important;
}
.image-wrap__content #MainHolderDiv [id^="Rotate"] {
  bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .image-wrap__content #MainHolderDiv [id^="Rotate"] {
    display: none;
  }
}
.image-wrap__content #MainHolderDiv #RotateL {
  left: calc(50% - 150px) !important;
}
@media screen and (max-width: 480px) {
  .image-wrap__content #MainHolderDiv #RotateL {
    left: calc(50% - 120px) !important;
  }
}
.image-wrap__content #MainHolderDiv #RotateC {
  left: calc(50% - 40px) !important;
}
.image-wrap__content #MainHolderDiv #RotateR {
  left: calc(50% + 70px) !important;
}
@media screen and (max-width: 480px) {
  .image-wrap__content #MainHolderDiv #RotateR {
    left: calc(50% + 40px) !important;
  }
}
.image-wrap__container {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.image-wrap__container .btn-prev,
.image-wrap__container .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__container .btn-prev svg,
.image-wrap__container .btn-next svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__container .btn-prev:hover svg,
.image-wrap__container .btn-next:hover svg {
  fill: #0C6DE2 !important;
}
.image-wrap__container .btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.image-wrap__container .btn-next {
  left: auto;
  right: 0;
}
.image-wrap__container .btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.image-wrap__full-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 675px;
}
.image-wrap__full-image .image-wrap__absolute {
  position: absolute;
  left: 15px;
  z-index: 2;
}
.image-wrap__full-image .price--sale {
  top: 15px;
  right: 15px;
  left: auto;
}
.image-wrap__full-image .image-wrap__zoom {
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.image-wrap__full-image .image-wrap__zoom:hover {
  background: #FDE24B;
}
.image-wrap__full-image .popups {
  top: 15px;
  left: 15px;
  width: 172px;
  display: none;
}
@media screen and (min-width: 768px) {
  .image-wrap__full-image .popups {
    display: block;
  }
}
.image-wrap__full-image .popups > div {
  margin-bottom: 10px;
}
.image-wrap__full-image .image-wrap__item img {
  margin-left: auto;
  margin-right: auto;
  max-height: 580px!important;
  width: auto!important;
}
.image-wrap__full-image:hover .image-wrap__zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.image-wrap__full-image .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.image-wrap__full-image .owl-stage .owl-video-play-icon {
  display: none;
}
.image-wrap__actions {
  position: absolute;
  right: 15px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.image-wrap__actions > div {
  margin-left: 8px;
}
.image-wrap__actions .btn {
  background: #fff;
  padding-left: 3px;
}
.image-wrap__actions .btn:hover {
  background: #FDE24B;
  color: #262626;
}
.image-wrap__actions .btn.iphone {
  padding: 8px 0 0 10px;
}
.image-wrap__actions .btn.android {
  padding: 10px 0 0 13px;
}
.image-wrap__actions a.popover__action {
  padding: 29%;
}
.image-wrap__actions-left {
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.image-wrap .svg--arrow-chevron {
  width: 40px;
}
.image-wrap .owl-carousel .owl-dots.disabled,
.image-wrap .owl-carousel .owl-nav.disabled {
  display: none!important;
}
.image-wrap-more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.image-wrap-more span {
  font-size: 18px;
  color: #434343;
  display: inline-block;
  margin-bottom: 12px;
}
.image-wrap-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-wrap-more li {
  width: 115px;
  margin-right: 20px;
}
.image-wrap-more img {
  display: inherit;
}
.container-search {
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .container-search__left-menu--hidden {
    left: 60px;
  }
}
.with_bx_pannel .container-search {
  top: 96px;
}
@media screen and (min-width: 768px) {
  .with_bx_pannel .container-search {
    top: 120px;
  }
}
.container-search--js {
  margin-top: -85px;
  -webkit-transform: none;
  transform: none;
  position: fixed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container-search--fixed {
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.04);
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 99%;
  width: 100%;
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 50px;
  padding-left: 57px;
  padding-right: 60px;
  background: #EEF2F6;
  border: 1px solid #EEF2F6;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  .search-form__input {
    height: 40px;
  }
}
.search-form__input:focus ~ label,
.search-form__input:not(:invalid) ~ label {
  -webkit-transform: translateY(-15px) scale(0.8);
  transform: translateY(-15px) scale(0.8);
}
@media screen and (min-width: 768px) {
  .search-form__input:focus ~ label,
  .search-form__input:not(:invalid) ~ label {
    -webkit-transform: translateY(-20px) scale(0.8);
    transform: translateY(-20px) scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  .search-form__input {
    font-size: 18px;
  }
}
.search-form__label {
  position: absolute;
  left: 57px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #9499A0;
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .search-form__label {
    font-size: 14px;
  }
}
.search-form__actions {
  width: 57px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-form__button svg {
  width: 18px;
  display: block;
  fill: #a7a9ac;
}
.search-form__button svg:hover {
  fill: #0C6DE2;
}
@media screen and (min-width: 768px) {
  .search-form__button svg {
    width: 24px;
  }
}
.search-form .search-form__camera {
  width: auto;
  height: auto;
  padding: 0;
}
.search-form .search-form__camera:active {
  background-color: #EEF2F6;
  color: #0C6DE2;
}
.search-form .search-form__camera:active svg {
  fill: #0C6DE2;
}
.search-form .search-form__camera svg {
  width: 18px;
}
@media screen and (min-width: 768px) {
  .search-form .search-form__camera svg {
    width: 24px;
  }
}
@media screen and (min-width: 768px) and (max-height: 920px) {
  .search-form .search-form__camera svg {
    width: 21px;
  }
}
#searchImageFormHeader {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  margin-top: 1px;
  padding-bottom: 20px;
  opacity: 0;
  pointer-events: none;
}
.search-results h4 {
  margin: 15px 10px;
  padding: 5px;
  border-bottom: 1px solid #EEF2F6;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .search-results h4 {
    margin: 15px 30px 10px;
  }
}
@media screen and (min-width: 1800px) {
  .search-results h4 {
    margin: 15px 60px 10px 60px;
  }
}
.search-results p {
  color: #818489;
  font-size: 14px;
  padding: 15px 15px 0;
}
@media screen and (min-width: 1200px) {
  .search-results p {
    padding: 15px 30px 0;
  }
}
@media screen and (min-width: 1800px) {
  .search-results p {
    padding: 15px 60px 0;
  }
}
.search-results a {
  display: block;
  padding: 10px 15px;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  .search-results a {
    padding: 10px 20px 10px 35px;
  }
}
@media screen and (min-width: 1800px) {
  .search-results a {
    padding: 10px 40px 10px 65px;
  }
}
.search-results li:hover,
.search-results li.hover {
  background: #EFF6FF;
}
.site-content_search {
  position: relative;
}
.site-content_search:after {
  content: '';
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.site-content_search .search-results {
  opacity: 1;
  pointer-events: inherit;
}
.panel {
  color: #1D1D1D;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.panel--success {
  background: #EAFAEC;
  border: 1px solid #C1E0B6;
}
.panel--success.panel--box {
  color: #5B9648;
}
.panel--success .panel__close {
  stroke: #5B9648;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  width: 10px;
}
.panel--success .panel__close:hover {
  stroke: #6BA658;
}
.panel--box {
  padding: 20px 30px;
}
.label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-icon__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding-top: 5px;
}
.label-icon__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pagination {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.pagination__container {
  padding-top: 70px;
}
.pagination__more {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .pagination__more {
    width: 265px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__list .btn-sm--circle {
  margin: 0 3px;
}
.pagination__prev {
  margin-right: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination__next {
  margin-left: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tab__list .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab__border {
  border-bottom: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .tab__border {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tab__border--questions {
  margin-bottom: 40px;
}
.tab__active {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 0;
  background: #F6D300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab__item {
  cursor: pointer;
  font-size: 16px;
  padding: 13px 0;
  margin-right: 30px;
  text-transform: uppercase;
  color: #818489;
  white-space: nowrap;
}
.tab__item:hover,
.tab__item--active {
  color: #262626;
}
@media screen and (min-width: 1400px) {
  .tab__item {
    font-size: 18px;
  }
}
.tab__content {
  display: none;
}
.tab__content--active {
  display: block;
}
.tab--products .tab__list {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.tab--products .tab__item {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__item {
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .tab--products .tab__item {
    margin-right: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .tab--products .tab__item {
    margin-right: 50px;
  }
}
.tab--products .tab__active {
  left: 15px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__active {
    left: 0;
  }
}
.tab--products .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__border {
    margin-left: -30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .tab--products .tab__border {
    margin-left: -60px;
  }
}
.tab--products .tab__content {
  padding-top: 20px;
}
.tab--products .tab__content .container-search-store {
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .tab--products .tab__content .container-search-store {
    display: none;
  }
}
.tab--main .tab__list,
.tab--main .tab__border {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tab--main .tab__list,
  .tab--main .tab__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab--lk {
  margin-bottom: 30px;
}
.tab--lk .tab__content {
  padding: 30px 0;
}
.mobile-menu {
  position: fixed;
  top: 57px;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 15px;
  background: #fff;
  width: 100%;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.mobile-menu-active {
  opacity: 1;
  pointer-events: inherit;
}
.mobile-menu .mobile-menu__nav {
  padding: 8px 0;
}
.mobile-menu .mobile-menu__nav a {
  display: block;
  padding: 10px 15px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li {
  border-top: 1px solid #e8e8e8;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav {
  padding: 0;
  margin-top: -5px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav ul > li:last-child {
  margin-bottom: 18px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav a {
  padding: 8px 15px;
  color: #818489;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
}
.mobile-menu .mobile-contacts {
  padding: 15px 15px 30px;
}
.mobile-menu .mobile-contacts .mobile-contacts__item {
  margin-bottom: 10px;
}
.mobile-menu .mobile-contacts .mobile-contacts__item--feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu .mobile-contacts .mobile-contacts__item-right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.mobile-menu .mobile-contacts .mobile-contacts__mail {
  margin-top: 10px;
}
.mobile-menu .mobile-contacts .mobile-contacts__phone {
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .mobile-menu .mobile-contacts .mobile-contacts__phone {
    font-size: 18px;
  }
}
.mobile-menu .btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  font-size: 15px;
  border: 0;
}
.mobile-menu .btn:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.mobile-menu .btn .text-gray {
  color: #969696;
}
.mobile-menu .btn-light {
  font-weight: 400;
}
.mobile-menu .btn-light > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-menu .btn-info {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
}
.mobile-menu .btn-info:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.mobile-menu .btn-info .text-gray {
  color: #969696;
}
.mobile-menu .btn-info .svg--mobile-catalog {
  margin-right: 12px;
}
.mobile-menu .btn-info svg {
  fill: #fff;
}
.mobile__searchCity {
  position: fixed;
  top: 57px;
  right: auto;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  background: #fff;
  width: 100%;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mobile__searchCity {
    display: none;
  }
}
.mobile__searchCity.mobile__searchCity-active {
  opacity: 1;
  pointer-events: inherit;
  padding-top: 70px;
}
.mobile-catalog__counter {
  color: #99BDF7;
  font-size: 15px;
  font-weight: 400;
}
.btn-mobile.btn-info {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
}
.btn-mobile.btn-info:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.btn-mobile.btn-info .text-gray {
  color: #969696;
}
.btn-mobile.btn-info .svg--mobile-catalog {
  margin-right: 12px;
}
.btn-mobile.btn-info svg {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .page-content .btn-mobile {
    display: none;
  }
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 22px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.checkbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E3E8ED;
  background: #FBFCFD;
  width: 22px;
  height: 22px;
}
.checkbox__select svg {
  opacity: 0;
}
.checkbox:hover input:not(:disabled) + span svg {
  opacity: 0.1;
}
.checkbox input:disabled + span {
  border-color: #EEF2F6;
}
.checkbox input:checked + span {
  background: #fff;
}
.checkbox input:checked + span svg {
  opacity: 1!important;
}
.checkbox__label {
  font-size: 14px;
  padding-left: 35px;
  padding-top: 0;
}
.checkbox:hover .checkbox-container__select {
  border: 1px solid #d3dbe3;
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 22px;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.radio__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E3E8ED;
  border-radius: 50%;
  background: #FBFCFD;
  width: 22px;
  height: 22px;
}
.radio__select:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radio:hover input:not(:disabled) + span:after {
  opacity: 0.1;
}
.radio input:disabled + span {
  border-color: #EEF2F6;
}
.radio input:checked + span {
  background: #fff;
}
.radio input:checked + span:after {
  opacity: 1!important;
}
.radio__label {
  font-size: 14px;
  padding-left: 30px;
  padding-top: 2px;
}
.radio:hover .checkbox-container__select {
  border: 1px solid #d3dbe3;
}
.dropdown-menu__item--radio .radio:hover input:not(:disabled) + span:after {
  opacity: 0;
}
.dropdown-menu__item--radio .radio__select {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 50%;
  background: transparent!important;
  width: 22px;
  height: 22px;
}
.dropdown-menu__item--radio .radio__select:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url('../img/icons/other/checkbasket.svg');
  background-size: cover;
}
.delivery-radio label {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.delivery-radio input {
  display: none;
}
.delivery-radio input:checked + label {
  border-color: #F6D300;
}
.delivery-radio input:checked + label:after {
  background: url('../img/icons/other/checkbasket.svg');
  opacity: 1!important;
}
.delivery-radio input:checked + label:before {
  opacity: 1!important;
}
.delivery-radio__input {
  max-width: 320px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #EEF2F6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
}
.delivery-radio__input .delivery-radio__icon {
  margin-right: 10px;
  width: 28px;
  text-align: center;
}
.delivery-radio__input .icon__delivery {
  width: 28px;
  margin-bottom: -3px;
}
.delivery-radio__input:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
  width: 17px;
  height: 12px;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.delivery-radio__input:before {
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
  width: 40px;
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 40%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.delivery-radio__input:hover {
  cursor: pointer;
  border-color: #F6D300;
}
.delivery-radio__input:hover:after {
  opacity: 0.1;
  background: url('../img/icons/other/checkbasket.svg');
}
.delivery-radio__input:hover:before {
  opacity: 1;
}
.grid--order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid--order__delivery > div:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .grid--order__delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid--order__delivery .delivery-radio__input {
    min-width: 250px;
    width: 100%;
  }
  .grid--order__delivery > div:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .grid--order__delivery {
    margin-top: 10px;
  }
}
@media screen and (min-width: 670px) {
  .grid--order__delivery .delivery-radio__input {
    width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .grid--order__delivery {
    margin-top: 20px;
  }
  .grid--order__delivery .delivery-radio__input {
    width: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .grid--order__delivery .delivery-radio__input {
    width: 320px;
  }
}
.radio__label {
  height: 100%!important;
  max-width: 286px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin-right: 15px;
  margin-top: 2px;
}
.radio__content__title {
  display: block;
}
.radio__content__description {
  color: #818489;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
body.modal-open .select2-container {
  z-index: 3000;
}
body.modal-open .select2-selection {
  z-index: 3000;
}
body.modal-open .subscribe__form .select2-container {
  z-index: 10;
}
body.modal-open .field--select .field__label {
  z-index: 3000;
}
.modal {
  z-index: 3000;
}
.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--open .select2-selection {
  background: #fff !important;
}
.select2-container.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-selection {
  min-height: 60px !important;
  border-color: #EEF2F6 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 75px;
  background: #fff !important;
  position: relative;
}
.select2-selection .select2-selection__rendered {
  padding-left: 25px!important;
}
.select2-selection .select2-selection__arrow {
  top: 10px !important;
  bottom: 10px !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #DFE6ED;
  width: 50px !important;
  height: auto !important;
}
.select2-selection .select2-selection__arrow b {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0 !important;
  width: 9px !important;
  height: 9px !important;
  position: static!important;
  margin-left: 0!important;
  margin-top: 0!important;
  display: inline-block;
  background: url('../img/icons/other/arrow-down-sign-to-navigate.svg');
  background-size: 9px 9px;
}
.select2-selection.select2-selection--multiple:after {
  content: "";
  position: absolute;
  top: 10px !important;
  bottom: 10px !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #DFE6ED;
  width: 50px !important;
  height: auto !important;
}
.select2-selection.select2-selection--multiple:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50% !important;
  right: 20px !important;
  border: 0 !important;
  width: 9px !important;
  height: 9px !important;
  margin-left: 0!important;
  margin-top: -4.5px !important;
  display: inline-block;
  background: url('../img/icons/other/arrow-down-sign-to-navigate.svg');
  background-size: 9px 9px;
}
.select2-container--focus.select2-container--open .select2-selection--multiple:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-dropdown {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  border-color: #EEF2F6 !important;
}
.select2-dropdown .select2-search--dropdown {
  padding: 0!important;
}
.select2-dropdown .select2-search__field {
  border: 0!important;
  border-bottom: 1px solid #EEF2F6 !important;
  padding: 15px 25px!important;
}
.select2-results__option {
  min-height: 40px!important;
  padding: 8px 25px !important;
  color: #262626 !important;
}
.select2-results__option:hover {
  background: #DDEAFC !important;
}
.select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EFF6FF !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background: #EFF6FF !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  position: relative;
  background: #fff !important;
  color: #262626 !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 15px;
  width: 15px;
  height: 11px;
  background: url('../img/icons/other/checkbasket.svg');
  background-size: cover;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #EFF6FF !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #fff !important;
  border: 0!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  padding-left: 0!important;
  margin-top: 0!important;
  line-height: 1!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #86898E !important;
  font-size: 21px!important;
  font-weight: 400!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 4px;
  margin-top: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0C6DE2 !important;
}
.input-default {
  background: #FBFCFD;
  color: #3D3F41;
  border: 1px solid #EEF2F6;
  border-radius: 4px;
  padding: 14px 25px;
  font-size: 14px;
  width: 100%;
}
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.field__input {
  padding-top: 27px;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.field__input:focus {
  background: #fff;
}
.field__input:focus ~ label {
  -webkit-transform: translateY(-12px) scale(0.9);
  transform: translateY(-12px) scale(0.9);
}
.field__label {
  font-size: 15px;
  position: absolute;
  left: 25px;
  right: 20px;
  top: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: left;
  transform-origin: left;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  color: #818489;
}
.field__label.rating {
  left: unset;
  text-align: right;
  top: 10px;
}
.field__hint {
  display: none;
}
.field--hinted .field__input {
  padding-right: 140px;
}
.field--hinted .field__hint {
  display: inline-block;
  position: absolute;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.field--xl .field__input {
  padding-top: 30px;
  padding-bottom: 12px;
  font-size: 18px;
}
.field--xl .field__label {
  top: 22px;
}
.field--file input {
  display: none;
}
.field--file .field__label {
  color: #4F95E8;
  fill: #4F95E8;
  position: static;
  cursor: pointer;
  pointer-events: inherit!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.field--file .field__label span {
  border-bottom: 1px solid #D6E5F4;
  margin-left: 8px;
}
.field--file .field__label:hover {
  color: #0C6DE2;
  fill: #0C6DE2;
}
.field--select .select2-selection--single,
.field--select .select2-selection--multiple {
  background-color: #FBFCFD !important;
}
.field--select .select2-container {
  z-index: 0;
}
.field--select .select2-selection__rendered {
  margin-top: 13px;
}
.field--select ul.select2-selection__rendered {
  margin-top: 20px!important;
}
.field--filled .field__input {
  background-color: #fff;
}
.field--filled .field__input.error {
  border-color: #e78282;
}
.field--filled .field__label {
  -webkit-transform: translateY(-12px) scale(0.9);
  transform: translateY(-12px) scale(0.9);
}
.field--filled.field--select .select2-selection--single,
.field--filled.field--select .select2-selection--multiple {
  background-color: #fff !important;
}
.field .required {
  font-size: 80%;
}
.field--not-label .field__input {
  padding-top: 18px;
  padding-bottom: 18px;
}
.field--not-label .select2-selection__rendered {
  margin-top: 0!important;
}
/** Список загруженных файлов input type=file */
.field--file {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listOfFiles {
  width: 100%;
}
.listOfFiles span {
  margin: 14px 0;
  font-size: 13px;
  color: #818489;
  display: inline-block;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.grid--catalog {
  grid-template-columns: 50% 50%;
  margin-left: -4px;
  margin-right: -4px;
}
.grid--catalog .grid__item {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .grid--catalog {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .grid--catalog .grid__item {
    padding: 7.5px;
  }
}
@media screen and (min-width: 1400px) {
  .grid--catalog {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media screen and (min-width: 1500px) {
  .grid--catalog {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid--catalog .grid__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .grid--catalog {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid--product {
  display: grid;
  grid-template-areas: 'gallery' 'menu' 'info';
  grid-template-columns: 100%;
  display: -ms-grid;
  -ms-grid-columns: 100%;
}
@media screen and (min-width: 1200px) {
  .grid--product {
    grid-template-areas: 'gallery menu' 'info menu';
    grid-template-columns: auto 350px;
    -ms-grid-columns: auto 350px;
    margin-top: 30px;
  }
}
.grid--product__gallery {
  grid-area: gallery;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--product__gallery {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--product__gallery {
    padding-left: 60px;
  }
}
.grid--product__menu {
  grid-area: menu;
  padding-left: 15px;
  padding-right: 15px;
}
.grid--product__info {
  grid-area: info;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--product__info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--product__info {
    padding-left: 60px;
  }
}
.grid--cart {
  grid-template-areas: 'content, aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 350px;
    padding-top: 0;
  }
}
.grid--cart .grid__content {
  grid-template: 'content';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--cart .grid__content {
    padding-left: 60px;
  }
}
.grid--cart .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.grid--default {
  grid-template-areas: 'content, aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1500px) {
  .grid--default {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 350px;
  }
}
.grid--default .grid__content {
  grid-template: 'content';
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--default .grid__content {
    padding-left: 60px;
  }
}
.grid--default .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .grid--default .grid__aside--vr {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.grid--default .grid__aside-pr {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__aside-pr {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
  .grid--default .grid__aside-pr {
    padding-left: 30px;
  }
}
.grid--default.grid-kupe .btn {
  width: 250px;
}
.grid--article {
  grid-template-areas: 'content' 'aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid--article .grid__content {
  grid-template: 'content';
  overflow: hidden;
  padding: 0;
}
.grid--article .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--article .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .grid--article .grid__aside {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid--article .grid__aside-pr {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--article .grid__aside-pr {
    padding-right: 60px;
  }
}
.grid--article.grid-kupe {
  grid-template-columns: unset;
  grid-template-areas: unset;
  justify-items: center;
}
.grid--article.grid-kupe .btn {
  width: 250px;
}
.grid--news {
  grid-template-columns: 50% 50%;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 20px;
}
.grid--news .grid__item {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .grid--news {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .grid--news .grid__item {
    padding: 7px;
  }
}
@media screen and (min-width: 992px) {
  .grid--news {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--news {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media screen and (min-width: 1500px) {
  .grid--news {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid--news .grid__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .grid--news {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid--order {
  display: block;
  -ms-grid-columns: 100%;
}
@media screen and (min-width: 768px) {
  .grid--order {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .grid--order {
    grid-template-columns: auto 350px;
    -ms-grid-columns: auto 350px;
    margin-bottom: 100px;
  }
}
.grid--order .grid__content {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--order .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--order .grid__content {
    padding-left: 60px;
  }
}
.grid--order .grid__aside {
  display: none;
}
@media screen and (min-width: 1200px) {
  .grid--order .grid__aside {
    display: block;
  }
}
.grid-form {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  max-width: 720px;
}
@media screen and (min-width: 350px) {
  .grid-form__col-2 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 500px) {
  .grid-form__col-3 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__col-3 {
    grid-template-columns: 33.33333333% calc(33.33333333% - 10px) calc(33.33333333% - 10px);
  }
  .grid-form__col-3 > div {
    max-width: 100%;
  }
}
@media screen and (min-width: 350px) {
  .grid-form__col-4 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__col-4 {
    grid-template-columns: 25% calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  }
  .grid-form__col-4 > div {
    max-width: 100%;
  }
}
.grid-form__size_s {
  max-width: 600px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_s {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__size_md {
  max-width: 900px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_md {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__size_lg {
  max-width: 900px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_lg {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__mobile_col-2 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__select {
  grid-row-gap: 15px;
  margin-bottom: 25px;
}
.grid-radio-payment {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  display: inline-grid;
}
@media screen and (min-width: 768px) {
  .grid-radio-payment {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1500px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto auto;
  }
}
.max-width-content {
  margin: 0 auto;
}
.max-width-content_1400 {
  max-width: 1400px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block!important;
  opacity: 0!important;
}
.slider-product {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
.slider-product:hover {
  z-index: 2;
}
.slider-product--main-page {
  margin-top: -20px;
}
@media screen and (min-width: 1200px) {
  .slider-product {
    grid-template-columns: 320px auto;
    margin-bottom: -100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slider-product--kitchen-drafting {
    margin-bottom: 0;
  }
}
.slider-product--vr {
  margin-bottom: 0;
}
.slider-product p {
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .slider-product p {
    max-width: 250px;
  }
}
.slider-product .slider-product__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .slider-product .slider-product__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1500px) {
  .slider-product .slider-product__title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-product .slider-product__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.slider-product__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-product .slider-product__p_w6--hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .slider-product .slider-product__p_w6--hidden {
    display: block;
  }
}
.slider-product .btn-group--inline {
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
}
.slider-product .btn-group--inline--vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .slider-product .btn-group--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.slider-product .btn-group--inline__second {
  margin-top: 10px;
}
.slider-product__left {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .slider-product__left {
    padding-right: 15px;
    padding-top: 20px;
  }
}
.slider-product__right {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .slider-product__right {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
.slider-product__right .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-product__right .owl-carousel .owl-item {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .slider-product__right > .owl-carousel > .owl-stage-outer {
    padding-bottom: 15px;
  }
}
.slider-product .owl-carousel .owl-dots.disabled,
.slider-product .owl-carousel .owl-nav.disabled {
  display: none!important;
}
@media screen and (min-width: 1200px) {
  #new-products .slider-product {
    margin-bottom: 0;
  }
}
.slider-product-simple {
  margin-bottom: 30px;
}
.slider-product-simple__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .slider-product-simple__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-product-simple__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.slider-product-simple .product {
  padding: 0;
  margin: 0;
  width: 190px;
  border: 0!important;
}
.slider-product-simple .product:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.slider-product-simple .product__bottom-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider--border-top {
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .slider--border-top {
    border-top: 1px solid #EEF2F6;
  }
}
@media screen and (min-width: 1600px) {
  .slider--border-top {
    padding-top: 60px;
  }
}
.slider--top {
  padding-top: 30px;
}
@media screen and (min-width: 1600px) {
  .slider--top {
    padding-top: 60px;
  }
}
.slider-images .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
}
@media screen and (min-width: 992px) {
  .slider-images .owl-nav {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slider-images .owl-nav {
    opacity: 0;
  }
  .slider-images .owl-nav .svg--arrow-slider {
    width: 14px;
  }
}
.slider-images .owl-nav button {
  cursor: pointer;
  height: 22px;
}
.slider-images .owl-nav button svg {
  fill: #C8C8C8;
}
.slider-images .owl-nav button:hover svg {
  fill: #A8A8A8;
}
.slider-images .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .slider-images .owl-dots {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
}
.slider-images .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #E8E8E8 !important;
  margin-right: 5px;
}
.slider-images .owl-dot.active {
  background: #B0B0B0 !important;
}
.slider-images:hover .owl-nav,
.slider-images:hover .owl-dots {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .slider-product__js .owl-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-product__js .owl-item .product {
    width: 100%;
    margin-left: 0;
  }
}
.slider-opportunity-title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .slider-opportunity-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-opportunity-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.slider-opportunity {
  padding: 0 45px;
}
.slider-opportunity .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-opportunity.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  width: 100%;
  left: 0px;
}
.slider-opportunity.owl-carousel .owl-nav button[class^="owl-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
  border-radius: 50%;
}
.slider-opportunity.owl-carousel .owl-nav button[class^="owl-"]:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}
.slider-opportunity.owl-carousel .owl-nav button[class^="owl-"]:hover svg,
.slider-opportunity.owl-carousel .owl-nav button[class^="owl-"]:active svg {
  fill: #0C6DE2;
}
.slider-opportunity .owl-prev {
  left: -7px;
}
.slider-opportunity .owl-next {
  right: 30px;
}
.slider-opportunity .svg--arrow-slider {
  width: 10px;
}
.slider-opportunity.owl-carousel > .owl-stage-outer {
  padding-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.slider-opportunity .owl-item.active a {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .slider-opportunity .owl-item.active a {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.opportunity-item {
  padding: 40px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin-left: 15px;
}
.opportunity-item a {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .opportunity-item a:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
.opportunity-item__icon {
  width: 45px;
  height: 45px;
}
.opportunity-item h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
.opportunity-item p {
  color: #818489;
  max-width: 240px;
  margin-bottom: 30px;
}
.voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.voblers > div {
  margin: 0 2px;
}
.colors__left {
  padding-top: 10px;
}
.colors__right {
  margin-left: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colors__right > button {
  margin-right: 5px;
}
.colors__right > a {
  margin-right: 5px;
}
.product-color {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 2px solid #EEF2F6;
}
.product-color img {
  border-radius: 50%;
}
.color-gray {
  background: #C9CBCA;
}
.color-brown--light {
  background: #A66035;
}
.color-brown--dark {
  background: #5A3624;
}
.color-beige {
  background: #FDE2B6;
}
.color-red--dark {
  background: #D03838;
}
.popup {
  background: #fff;
  padding: 15px 20px;
  width: 100%;
  max-width: 300px;
  position: relative;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup__close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.popup h3 {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 2px;
}
.popup p {
  color: #818489;
}
.popup b {
  font-weight: 700;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEF2F6;
  width: 275px;
  margin-left: 15px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  position: relative;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .product {
    padding: 20px 15px;
    border: 0;
  }
}
@media screen and (min-width: 1700px) {
  .product {
    width: 100%;
  }
}
.product__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__colors {
  margin-left: -2px;
  margin-right: -2px;
}
@media screen and (min-width: 1200px) {
  .product__colors {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.product__colors .btn {
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 330px) {
  .product__colors .btn:nth-child(n+3) {
    display: none;
  }
}
@media screen and (min-width: 331px) and (max-width: 374px) {
  .product__colors .btn:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 375px) and (max-width: 429px) {
  .product__colors .btn:nth-child(n+5) {
    display: none;
  }
}
@media screen and (min-width: 430px) and (max-width: 479px) {
  .product__colors .btn:nth-child(n+6) {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 510px) {
  .product__colors .btn:nth-child(n+7) {
    display: none;
  }
}
@media screen and (min-width: 511px) and (max-width: 560px) {
  .product__colors .btn:nth-child(n+8) {
    display: none;
  }
}
@media screen and (min-width: 561px) and (max-width: 611px) {
  .product__colors .btn:nth-child(n+9) {
    display: none;
  }
}
@media screen and (min-width: 612px) and (max-width: 652px) {
  .product__colors .btn:nth-child(n+10) {
    display: none;
  }
}
@media screen and (min-width: 653px) and (max-width: 733px) {
  .product__colors .btn:nth-child(n+11) {
    display: none;
  }
}
@media screen and (min-width: 734px) and (max-width: 767px) {
  .product__colors .btn:nth-child(n+12) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 798px) {
  .product__colors .btn:nth-child(n+7) {
    display: none;
  }
}
@media screen and (min-width: 799px) and (max-width: 849px) {
  .product__colors .btn:nth-child(n+8) {
    display: none;
  }
}
@media screen and (min-width: 850px) and (max-width: 920px) {
  .product__colors .btn:nth-child(n+9) {
    display: none;
  }
}
@media screen and (min-width: 921px) and (max-width: 991px) {
  .product__colors .btn:nth-child(n+10) {
    display: none;
  }
}
.product__colors img {
  border: 2px solid #EEF2F6;
}
.product__colors-count {
  display: none;
  font-size: 12px;
  margin-right: auto;
  position: relative;
  top: -2px;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .product__colors-count {
    display: block;
  }
}
.product__favorite {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product__favorite {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.product__favorite--active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.product__favorite svg {
  fill: #818489;
}
.product__empty {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.product__image {
  position: relative;
  margin-top: 5px;
  height: 195px;
}
.product__image img {
  max-height: 195px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.product__sale--image {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .product__sale--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 2;
  height: 42px;
}
.product__voblers > div {
  margin: 0 2px;
  height: 100%;
}
.product__mobile-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .product__mobile-price {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .product__mobile-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product__mobile-price .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product__price {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product__price {
    display: block;
  }
}
.product__price > div {
  display: inline-block;
}
.product__price .price--old {
  margin-left: 5px;
}
.product__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product__info h3 {
  font-size: 13px;
  margin: 5px 0 2px;
}
@media screen and (min-width: 1200px) {
  .product__info h3 {
    font-size: 16px;
    margin: 5px 0 10px;
  }
}
.product__info h3 a {
  display: inline-block;
  color: #262626 !important;
}
.product__bottom {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product__bottom {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .product__bottom {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.product__size {
  color: #434343;
  margin: 20px 0 15px;
}
.product__size .x {
  font-size: 9px;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.product__buttons > .btn {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.product__buttons > .btn:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product__buttons > .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product__buttons .popover .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product--category {
  width: 100% !important;
  margin-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product--category .product__favorite,
.product--category .product__colors,
.product--category .product__bottom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product--category .btn-color {
  width: 16px;
  height: 16px;
}
.product--category .product__image {
  overflow: hidden;
}
.product--category:hover {
  -webkit-transition: z-index 0s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 1200px) {
  .product:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .product:hover .product__favorite,
  .product:hover .product__colors,
  .product:hover .product__bottom,
  .product:hover .slider-images .owl-nav,
  .product:hover .slider-images .owl-dots {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gray {
  color: #919191;
}
.product-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .product-card__title .vobler {
    width: 56px;
    height: 56px;
    font-size: 10px;
  }
}
.product-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-menu {
    border-top: 1px solid #EEF2F6;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu {
    border-left: 1px solid #EEF2F6;
    border-top: 0;
  }
}
.product-menu .title-samples {
  margin-bottom: 10px;
  display: inline-block;
  color: #818489;
}
.product-menu__info {
  padding: 15px 10px;
}
@media screen and (min-width: 1200px) {
  .product-menu__info {
    padding: 25px 30px;
  }
}
.product-menu__bonus {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .product-menu__bonus {
    margin-top: 25px;
  }
}
.product-menu__bonus .popover {
  margin-left: 5px;
}
.product-menu__empty {
  margin-left: auto;
}
.product-menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 4px;
}
.product-menu__price-for-you {
  margin-top: 7px;
  margin-bottom: 15px;
}
.product-menu__price-for-you .price-blue {
  font-size: 22px;
  font-weight: 700;
  color: #0C6DE2;
}
.product-menu__price-for-you .popup {
  margin-top: 15px;
  max-width: 460px;
}
@media screen and (min-width: 1200px) {
  .product-menu__price-for-you .popup {
    max-width: 270px;
  }
}
.product-menu__credit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-menu__credit a {
  margin: 5px 0;
}
.product-menu__credit b {
  margin-left: 4px;
  font-size: 18px;
  font-weight: 700;
}
.product-menu__credit span {
  font-size: 15px;
}
.product-menu .btn-info--outline {
  padding: 0 22px;
}
.product-menu .btn-info--outline.product-size-list__item {
  height: auto;
  padding: 5px 5px;
  margin: 0 5px 5px 0;
  text-transform: unset;
}
.product-menu .btn-info--outline.product-size-list__item a {
  min-width: 110px;
  text-align: center;
}
.product-menu .btn-info--outline.product-size-list__item.active {
  border-color: #0C6DE2;
  pointer-events: none;
}
.product-menu .btn-info--outline.product-size-list__item.active a {
  color: #0C6DE2;
}
.product-menu__colors {
  margin: 15px 0;
}
.product-menu__mobile-buttons {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-menu__mobile-buttons.mobile-buttons--active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: none;
  transform: none;
}
.product-menu__mobile-buttons .btn-info--outline {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .product-menu__mobile-buttons {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    right: 0;
    top: 20px;
    left: auto;
    bottom: auto;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    padding: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu__mobile-buttons {
    position: static;
  }
}
.product-menu__mobile-buttons .product-menu__buttons {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-menu__mobile-buttons .product-menu__buttons > button {
  margin: 0 3px;
}
.product-menu__mobile-buttons .product-menu__buttons > button:first-child {
  width: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 3px;
}
@media screen and (min-width: 1200px) {
  .product-menu__mobile-buttons .product-menu__buttons > .product-menu__button-notify:first-child {
    width: 250px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu__button-notify {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-menu__button-notify {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu .btn--buy-one-click {
    display: none;
  }
}
.product-menu .btn--buy-one-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product-menu .btn--buy-one-desktop {
    display: block;
  }
}
.product-menu__buttons {
  margin-top: 10px;
}
.product-menu__buttons > button {
  font-size: 15px;
}
.product-menu__buttons > button:first-child {
  width: 230px;
  margin-right: 10px;
}
.product-menu__buttons > button:first-child svg {
  margin-right: 8px;
}
.product-menu__buttons > .product-menu__button-notify {
  font-size: 14px;
}
.product-menu .price--current {
  font-size: 40px;
  margin-right: 5px;
}
.product-menu .price--old {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 2px;
}
.r-menu-item {
  border-top: 1px solid #EEF2F6;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 30px;
}
@media screen and (min-width: 1200px) {
  .r-menu-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.r-menu-item .r-menu-item__text-shop-count {
  color: #4f95e8;
}
.r-menu-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
}
.r-menu-item--link:hover {
  color: #262626;
}
.r-menu-item--link:hover .r-menu-item__text-shop-count {
  color: #0c6de2;
}
.r-menu-item--link:hover .cls-1 {
  fill: #0c6de2;
}
.r-menu-item--link:hover .cls-2 {
  stroke: #0c6de2;
}
.r-menu-item .flex-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-menu-item__icon {
  width: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
}
.r-menu-item__icon svg,
.r-menu-item__icon img {
  margin-top: 2px;
  width: 28px;
}
.r-menu-item .delivery_icon {
  width: 24px;
}
.r-menu-item__text {
  line-height: 1.2;
}
.r-menu-item__text-value {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.r-menu-item__assembly {
  font-size: 14px;
  color: #434343;
  line-height: 1.5;
  padding-bottom: 10px;
}
.r-menu-item__assembly .title {
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0 5px;
  display: block;
}
.r-menu-item__assembly .r-menu-item {
  border-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
}
.r-menu-item__assembly .r-menu-item__text {
  padding-top: 5px;
}
.r-menu-item__assembly .svg--phone1 {
  width: 19px;
}
.r-menu-item__assembly p {
  margin-top: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .r-menu-item__assembly p {
    display: block;
  }
}
.r-menu-item__assembly a {
  margin-top: 1em;
}
.r-menu-item__assembly b {
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  margin-left: 5px;
}
.r-menu-item__social .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 10px;
}
.r-menu-item__social .flex > .social-network {
  margin: 0 5px;
}
.r-menu-item__social .flex > .social-network img {
  max-width: 17px;
  max-height: 21px;
}
.r-menu-item__social .flex > .social-network .vk {
  max-width: 21px;
}
.social-network {
  background: #E2E2E3;
  width: 35px;
  height: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-network:hover {
  background: #C6C6C6;
}
.characteristics {
  display: block;
}
@media screen and (min-width: 1600px) {
  .characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.characteristics__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .characteristics__left {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .characteristics__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.characteristics__package {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 15px 0px;
}
@media screen and (min-width: 768px) {
  .texture {
    max-width: 200px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .texture {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .texture {
    margin: 0px 15px 15px 0px;
  }
}
.texture img {
  border: 2px solid #EEF2F6;
}
.texture__color {
  color: #9499A0;
  margin-top: 10px;
}
.texture__title {
  color: #2C2C2C;
  font-weight: 600;
  width: 100%;
}
.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doc-list__item {
  margin: 0 15px;
}
.doc-item {
  position: relative;
  border: 1px solid #EEF2F6;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .doc-item {
    max-width: 290px;
  }
}
.doc-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.doc-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}
.doc-item__file {
  color: #818489 !important;
  font-size: 13px;
  display: block;
  margin-top: 8px;
}
.doc-item .link--bottom {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.doc-item:hover .doc-item__name {
  color: #0C6DE2;
}
.warning-delivery {
  margin-top: 30px;
}
.warning-delivery__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.warning-delivery__right {
  font-size: 14px;
  line-height: 1.6;
}
.warning-delivery__right p {
  margin-bottom: 15px;
  max-width: 780px;
}
.rating-total-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.rating-total-count .rating {
  margin-bottom: 5px;
  margin-left: 7px;
}
.rating-total-count > b {
  font-size: 32px;
}
.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.recommend--xs {
  font-size: 13px;
}
.recommend__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-transform: uppercase;
  margin-left: 10px;
}
.recommend__count {
  font-weight: 600;
}
.recommend-icon {
  width: 26px;
  height: 26px;
  background: #4F95E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.recommend-icon svg {
  fill: #fff;
  width: 14px;
}
.opinion-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .opinion-header {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
.opinion-header__rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .opinion-header__rating {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.opinion-header__rating .rating-total-count {
  margin-bottom: 25px;
}
.opinion-header__rating .rating-advanced {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .opinion-header__images {
    display: block;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .opinion-header__images {
    padding-left: 100px;
  }
}
.opinion-header__images h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.opinion-images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 900px;
}
.opinion-images-list.user-images-list {
  max-width: unset;
}
.opinion-images-list li {
  width: 100px;
  height: 86px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.opinion-images-list img {
  display: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  height: 86px;
  width: 100%;
}
.opinion-images-list__all {
  display: block;
  position: relative;
}
.opinion-images-list__all span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.opinion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .opinion-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .opinion-item__comment {
    padding-right: 35px;
    width: 100%;
  }
}
.opinion-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 10px;
}
.opinion-item__is-useful {
  color: #818489;
}
.opinion-item__rating {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opinion-item__rating .rating-advanced {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .opinion-item__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    padding-left: 25px;
    border-left: 1px solid #EEF2F6;
  }
}
@media screen and (min-width: 1300px) {
  .opinion-item__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.opinion-item .author {
  display: inline-block;
  margin-bottom: 20px;
}
.comment-text,
.comment-block {
  line-height: 1.6;
  margin-bottom: 15px;
}
.comment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1300px) {
  .comment-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.comment-block__left {
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  .comment-block__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }
}
.map-container--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEF2F6;
}
@media screen and (min-width: 1600px) {
  .map-container--product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.map-container--product__list li {
  border-bottom: 1px solid #EEF2F6;
  padding: 20px 30px;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.map-container--product__list li.active {
  border-left-color: #F6D300;
}
.map-container--product__list a {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1600px) {
  .map-container--product__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
  }
}
.map-container--product__map {
  display: none;
}
@media screen and (min-width: 1600px) {
  .map-container--product__map {
    display: block;
    height: 500px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.shop-list {
  height: 500px;
}
.product-horizontal {
  border: 1px solid #EEF2F6;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-horizontal__image {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-horizontal__image {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
  }
}
.product-horizontal__image img {
  max-height: 125px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .product-horizontal__image {
    padding: 15px;
  }
}
.product-horizontal__icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .product-horizontal__icon {
    right: 30px;
  }
}
.product-horizontal__content {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-horizontal__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    width: 55%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product-horizontal__content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .product-horizontal__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.product-horizontal__content .js-add-cart.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product-horizontal__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-horizontal__mobile {
    display: none;
  }
}
.product-horizontal__title {
  max-width: 270px;
  font-size: 13px;
  margin-bottom: 5px;
}
.product-horizontal__title a {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-horizontal__title {
    font-size: 17px;
  }
}
.product-horizontal__auction-count {
  color: #818489;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: -7px;
  display: none;
}
@media screen and (min-width: 768px) {
  .product-horizontal__auction-count {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .product-horizontal__auction-count {
    margin-bottom: -15px;
  }
}
.product-horizontal__price {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-horizontal__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--product-detail .page-title,
.page-category .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--product-detail .page-title__vendor-code,
.page-category .page-title__vendor-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page--product-detail .page-title__counter,
.page-category .page-title__counter {
  margin-left: 10px;
  margin-top: 8px;
}
@media screen and (min-width: 480px) {
  .page--product-detail h1,
  .page-category h1 {
    font-size: 24px;
  }
  .page--product-detail .page-title__vendor-code,
  .page-category .page-title__vendor-code {
    margin-top: initial;
  }
  .page--product-detail .page-title__vendor-code:before,
  .page-category .page-title__vendor-code:before {
    content: "/\00a0";
  }
}
@media screen and (min-width: 992px) {
  .page--product-detail h1,
  .page-category h1 {
    font-size: 30px;
  }
  .page--product-detail .page-title__vendor-code,
  .page-category .page-title__vendor-code {
    margin-top: 11px;
  }
  .page--product-detail .page-title__counter,
  .page-category .page-title__counter {
    margin-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .page--product-detail .page-title,
  .page-category .page-title {
    display: table;
  }
  .page--product-detail .page-title__vendor-code,
  .page-category .page-title__vendor-code {
    display: table-row;
    margin-top: 2px;
  }
  .page--product-detail h1,
  .page-category h1 {
    font-size: 20px;
  }
  .page--product-detail .page-title__counter,
  .page-category .page-title__counter {
    margin-top: 4px;
  }
}
.product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEF2F6;
  max-width: 275px;
  margin-left: 15px;
  padding: 15px 10px 20px;
}
@media screen and (min-width: 1200px) {
  .product-preview {
    border: 0;
    max-width: 320px;
    width: 100%;
  }
}
.product-preview__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-preview__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.product-preview__colors > button {
  margin-left: 2px;
  margin-right: 2px;
}
.product-preview__favorite {
  padding-right: 5px;
}
.product-preview__favorite svg {
  fill: #818489;
}
.product-preview__image {
  padding-left: 25px;
  padding-right: 25px;
  height: 205px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-preview__image {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.product-preview__image img {
  max-height: 100%;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.product-preview__image--sale {
  display: none;
}
.product-preview__voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
}
@media screen and (max-width: 359px) {
  .product-preview__voblers {
    right: auto;
    left: 0;
  }
}
.product-preview__voblers > div {
  margin: 0 2px;
}
@media screen and (max-width: 359px) {
  .product-preview__voblers > div {
    margin: 0;
  }
}
.product-preview__mobile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .product-preview__mobile {
    display: none;
  }
}
.product-preview__mobile .pull-left__row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-preview__title {
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .product-preview__title {
    font-size: 16px;
  }
}
.product-preview__buttons {
  display: none;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 1200px) {
  .product-preview__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-preview__buttons > .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.product-preview__buttons > .btn:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-preview__size {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .product-preview__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .product-preview:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.table {
  display: table;
  width: 100%;
}
.table__thead {
  display: table-header-group;
}
.table__tbody {
  display: table-row-group;
}
.table__tr {
  display: table-row;
}
.table__td {
  display: table-cell;
}
@media screen and (min-width: 1600px) {
  .table-params {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .table-params {
    display: table;
  }
}
.table-params .table--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
}
@media screen and (min-width: 480px) {
  .table-params .table--tr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table-params .table--tr {
    display: table-row;
    margin-left: 0;
    margin-right: 0;
  }
}
.table-params .table--tr:nth-child(2n) {
  background: #f9fafc;
}
.table-params .table--td {
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .table-params .table--td {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .table-params .table--td {
    display: table-cell;
    padding: 15px;
  }
}
.table-params .table--td:first-child {
  color: #818489;
  margin-right: 5px;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 480px) {
  .table-params .table--td:first-child {
    width: auto;
  }
}
.table-params .table--td:last-child {
  padding-left: 0;
  font-weight: 600;
  color: #262626;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .table-params .table--td:last-child {
    width: 270px;
  }
}
.table-delivery {
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .table-delivery {
    display: table;
  }
}
.table-delivery b {
  margin-left: -15px;
  color: #262626;
}
.table-delivery .table--tr {
  display: block;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .table-delivery .table--tr {
    display: table-row;
    padding: 0;
  }
}
.table-delivery .table--tr:nth-child(2n),
.table-delivery .table--tr.table--tr--gray {
  background: #f9fafc;
}
.table-delivery .table--td {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .table-delivery .table--td {
    display: table-cell;
    padding: 15px;
  }
}
.table-delivery .table--td:first-child {
  color: #818489;
  margin-right: 5px;
}
.table-delivery .table--td:last-child {
  padding-left: 0;
  font-weight: 600;
  color: #262626;
  text-align: right;
}
.table-info {
  display: table;
  width: 100%;
}
.table-info.table-info_size-xs {
  font-size: 13px;
}
.table-info.table-info-margin {
  margin-top: 20px;
}
.table-info__row {
  display: table-row;
}
.table-info__row-50 .table-info__cell {
  width: 50%;
}
.table-info__cell {
  display: table-cell;
  padding: 5px 0;
}
.table-info__cell_width_135 {
  width: 135px;
}
.table-info_w110 {
  width: 110px;
}
.table-info_w200 {
  width: 200px;
}
.table-info__indent_bottom > div {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .table-info--order .table-info__row {
    display: block;
    margin-bottom: 5px;
  }
  .table-info--order .table-info__cell {
    display: block;
    padding: 2px 0;
  }
}
.table-title {
  color: #818489;
  padding-right: 10px;
}
.table-value {
  color: #262626;
  font-weight: 600;
}
.table-value_sale {
  color: #E60000;
}
.table-value p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.table2 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #EEF2F6;
}
.table2__tr:not(:last-child) {
  border-bottom: 1px solid #EEF2F6;
}
.table2__th,
.table2__td {
  text-align: left;
}
.table2__th {
  background: #f9fafc;
  padding: 18px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #929292;
}
.table2__td {
  background: #ffffff;
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #818489;
}
.filter-product {
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding: 20px 15px;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-product .filter-item {
  display: block;
}
.filter-product .filter-item .filter-item__value {
  margin-left: 0;
}
@media screen and (min-width: 1600px) {
  .filter-product .filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-product .filter-item .filter-item__value {
    margin-left: 8px;
  }
}
.filter-product .pull-right .filter-item {
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .filter-product .pull-right .filter-item {
    text-align: inherit;
  }
}
.filter-product .pull-right .filter-item > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-product .pull-right .filter-item > span {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .filter-product {
    margin-left: -30px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .filter-product {
    margin-left: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.filter-news {
  margin: 0 0 40px;
  padding-left: 0;
  padding-right: 0;
}
.filter-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.filter-news .pull-left > .filter-item:first-child {
  margin-right: 40px;
}
.filter-news .pull-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-news .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-item > span {
  color: #818489;
}
.filter-item--xs {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-item--xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-item--indent-right {
  margin-right: 50px;
}
.filter-item__value {
  margin-left: 8px;
}
.filter-item__btn {
  font-weight: 600;
  font-size: 15px;
}
.filter-item__btn span {
  border-bottom-color: #EEF2F6;
}
.filter-item__btn:hover {
  color: #0C6DE2;
}
.filter-item__list {
  left: inherit!important;
  right: -94px;
}
.filter-item__list a {
  border-bottom: 0;
}
.filter--top {
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter--top .pull-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter--top .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter--top .filter-item > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter--top .filter-item > span {
    display: inline-block;
  }
}
.filter--top__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .filter--top__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .filter--top__main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .filter--top__main {
    padding-left: 60px;
  }
}
.filter--top__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .filter--top__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media screen and (min-width: 1300px) {
  .filter--top__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}
.filter--top__button {
  background: #F5F7F9;
  height: 100%;
  width: 100%;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  border-left: 1px solid #EEF2F6;
}
.filter--top__button .svg2 {
  display: none;
}
.filter--top__button--active .svg1 {
  display: none;
}
.filter--top__button--active .svg2 {
  display: block;
}
.filter--top .dropdown-menu__content {
  z-index: 1000;
}
.filter--overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}
.filter--overlay--active {
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (min-width: 768px) {
  .filter--overlay {
    display: none;
  }
}
.filter--aside {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-top: 1px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  padding: 20px 30px;
  z-index: 44;
  width: 100vw;
  overflow-y: auto;
  padding-bottom: 110px;
}
.filter--aside .clear-filter,
.filter--aside .apply-filter {
  margin-top: 25px;
  width: 100%;
}
.filter--aside .clear-filter svg,
.filter--aside .apply-filter svg {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .filter--aside {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: auto;
    width: auto;
    border-left: 1px solid #EEF2F6;
    z-index: 99;
    overflow: initial;
    padding-bottom: 0;
  }
  .filter--aside .clear-filter,
  .filter--aside .apply-filter {
    width: 255px;
  }
}
.filter--aside--active {
  opacity: 1;
  pointer-events: inherit;
}
.filter--aside .products-offers--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.filter--aside .accordion {
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
.filter--aside .accordion__content {
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .filter--aside .accordion__content {
    max-width: 250px;
  }
}
.filter--aside .checkbox {
  margin-bottom: 12px;
}
.filter--aside .svg--arrow {
  position: absolute;
  left: 0;
  top: 8px;
}
.filter--aside .filter__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.filter--aside .filter__color .btn-color {
  margin-right: 10px;
}
.filter--aside .filter__color .text-gray {
  margin-left: 5px;
}
.flex-layout-filter {
  padding-right: 0!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-layout-filter .container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex-layout-filter .filter--aside {
    position: relative;
    width: 350px;
    overflow: inherit;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1300px) {
}
@media screen and (min-width: 768px) {
  .flex-layout-filter--active .filter--aside {
    display: block;
  }
}
.filter-selected {
  background: #F2F5F8;
  border: 2px solid #EEF2F6;
  border-radius: 16px;
  padding: 2px 10px 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.filter-selected b {
  margin-left: 5px;
}
.filter-selected .btn {
  padding: 0;
  margin: 6px 0 4px 5px;
  background: transparent;
  height: inherit;
  border: 0;
  font-size: 12px;
  letter-spacing: 0;
}
.filter-selected .btn:active {
  -webkit-transform: none;
  transform: none;
}
.filter-selected .btn .svg--close {
  margin-right: 3px;
  width: 7px;
  height: 7px;
}
.filter-selected .btn .btn-color {
  margin-left: 0;
  margin-top: -5px;
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .products-offers--buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .products-offers--buttons .btn {
    white-space: nowrap;
  }
}
.filter__all {
  margin-bottom: 20px;
}
.filter__more {
  display: none;
}
.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter-tags__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 24px;
  margin-left: -22px;
}
.filter-tags__clear {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEF2F6;
  border-radius: 100px;
  padding: 8px;
  padding-left: 14px;
}
.filter-tags__clear-button {
  background-color: #F5F7F9;
  margin-left: auto;
  width: 22px;
  height: 22px;
  padding: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter-tags__clear-icon {
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
}
.filter-tags__item + .filter-tags__item {
  margin-left: 10px;
}
.filter-tags__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 22px;
  margin-bottom: 20px;
  background-color: #F5F7F9;
  border-radius: 100px;
  padding: 9px 14px;
}
@media screen and (max-width: 768px) {
  .filter-tags {
    display: block;
  }
  .filter-tags__content {
    padding-right: 0;
  }
}
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
}
.tag__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.tag__label {
  color: #818489;
  padding-right: 10px;
}
.tag__remove {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tag__remove-icon {
  width: 8px;
  height: 8px;
}
.color {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  margin-right: 7px;
}
.filter--top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  top: -9999em;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .filter--top::before {
    display: none;
  }
}
.filter--opened {
  position: relative;
}
.filter--opened::before {
  opacity: 1;
  pointer-events: all;
}
.question {
  margin-top: 50px;
  max-width: 920px;
}
.question b {
  display: inline-block;
  width: 62px;
}
.question__header {
  margin-bottom: 10px;
}
.question__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .question__body {
    padding-left: 65px;
  }
}
.question__body p {
  margin-bottom: 10px;
}
.answer {
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .answer {
    padding-left: 65px;
  }
}
.answer b {
  display: inline-block;
  width: 55px;
}
.answer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 52px;
  width: 3px;
  background: #F6D300;
}
.answer__header {
  margin-bottom: 10px;
}
.answer__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .answer__body {
    padding-left: 60px;
  }
}
.answer__is-useful {
  margin-top: 15px;
  color: #818489;
}
.group--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7EBD69;
  margin-right: 15px;
}
.like svg {
  margin-right: 6px;
}
.like:hover svg {
  fill: #7EBD69;
}
.like.active svg {
  fill: #7EBD69;
}
.dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CE0101;
}
.dislike svg {
  margin-right: 6px;
}
.dislike:hover svg {
  fill: #CE0101;
}
.dislike.active svg {
  fill: #CE0101;
}
.ui-slider-horizontal {
  height: 2px!important;
  border: 0!important;
  border-radius: 0!important;
  background: #E3E9ED !important;
  margin: 15px 12px 15px 0!important;
  position: relative;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border-radius: 50%;
  background: #fff !important;
  border: 2px solid #EEF2F6 !important;
  width: 24px!important;
  height: 24px!important;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
  border-color: #F6D300 !important;
}
.ui-widget-header {
  background: #F6D300 !important;
  border: 0!important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px !important;
}
.range--multiple {
  margin-bottom: 30px;
}
.range--multiple__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__container {
    margin-right: -8px;
    margin-left: -15px;
  }
}
.range--multiple__input {
  position: relative;
}
.range--multiple__input:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__input:last-child .input-default {
    padding-left: 30px;
    padding-right: 5px;
  }
}
.range--multiple__input span {
  position: absolute;
  top: 13px;
  left: 17px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__input span {
    left: 10px;
  }
}
.range--multiple__input .input-default {
  padding-left: 37px;
}
.range--single {
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.range--single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.range--single__input {
  position: absolute;
  top: 5px;
  font-size: 13px;
  color: #818489;
}
.range--single__input:first-child {
  margin-right: 10px;
}
.range--single__input span {
  top: 13px;
  left: 17px;
  white-space: nowrap;
}
.range--single__input .input-default {
  padding-left: 37px;
}
.range--single__start {
  left: 0;
}
.range--single__end {
  right: 12px;
}
.carousel-dots {
  height: 5px;
  width: 135px;
  margin: 20px auto 30px;
  background: #E9EFF4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carousel-dots.disabled {
  display: none;
}
.carousel-dots button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  border-radius: 5px;
}
.carousel-dots button.active {
  background: #F6D300 !important;
  height: 5px;
}
.append-slider-images {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-mini {
  text-align: center;
}
.banner-mini #owl-banner .owl-item:not(.center) {
  opacity: 0;
}
.banner-mini #owl-banner .owl-next,
.banner-mini #owl-banner .owl-prev {
  position: absolute;
  width: 24px;
  height: 47px;
  top: 50%;
  background: url(/images/indexMailSlider.png) -24px -16px no-repeat;
  cursor: pointer;
  text-indent: 100px;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  margin: -20px 0 0;
  overflow: hidden;
  z-index: 100;
}
.banner-mini #owl-banner .owl-prev {
  left: 0px;
}
.banner-mini #owl-banner .owl-next {
  right: 0;
  background-position: 0 -16px;
}
.banner-mini--blue {
  background: #007AC7;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 15px;
}
.banner-mini__title {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-mini__txt--yellow {
  color: #FDCF4C;
  font-weight: 600;
}
.banner-gray {
  background: #EEF2F6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-gray .btn-ticker {
  background: #fff;
  margin-top: 10px;
}
.banner-gray__content {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .banner-gray__content {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray__content {
    padding: 20px 50px;
  }
}
.banner-gray__content img {
  width: 135px;
}
.banner-gray__image {
  display: none;
}
@media screen and (min-width: 1500px) {
  .banner-gray__image {
    display: block;
  }
}
.banner-gray__special {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #818489;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .banner-gray__special {
    font-size: 14px;
  }
}
.banner-gray__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
}
@media screen and (min-width: 768px) {
  .banner-gray__title {
    font-size: 20px;
  }
}
.banner-gray img {
  display: inherit;
  max-height: 220px;
}
.banner-gray--xl {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl-phone {
    overflow: inherit;
  }
}
.banner-gray--xl .banner-gray__content {
  max-width: 290px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__content {
    max-width: 420px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray--xl .banner-gray__content {
    padding: 50px 60px;
    max-width: inherit;
  }
}
.banner-gray--xl .banner-gray__title {
  margin-bottom: 20px;
}
.banner-gray--xl .banner-gray__image {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 400px;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__image {
    bottom: 16px;
    width: 570px;
    right: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-gray--xl .banner-gray__image {
    position: static;
    width: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-gray--xl .banner-gray__image {
    position: static;
    width: auto;
  }
}
.banner-gray--xl .banner-gray__image--phone {
  position: absolute;
  left: auto;
  width: inherit;
  bottom: 0;
  right: -64px;
}
.banner-gray--xl .banner-gray__image--phone img {
  width: 180px;
}
@media screen and (min-width: 480px) {
  .banner-gray--xl .banner-gray__image--phone {
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__image--phone {
    bottom: 0;
    right: 60px;
  }
  .banner-gray--xl .banner-gray__image--phone img {
    width: auto;
    max-height: 280px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray--xl .banner-gray__image--phone {
    right: 80px;
  }
  .banner-gray--xl .banner-gray__image--phone img {
    max-height: 260px;
  }
}
.banner-vacancy {
  background: #EEF2F6;
  background-size: 338px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .banner-vacancy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy {
    overflow: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy {
    padding: 70px 60px;
  }
}
.banner-vacancy__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 13px;
  max-width: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-vacancy__title {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy__title {
    max-width: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy__title {
    max-width: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__title {
    font-size: 26px;
  }
}
.banner-vacancy__text {
  font-size: 14px;
  color: #818489;
  max-width: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-vacancy__text {
    max-width: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy__text {
    max-width: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy__text {
    max-width: 430px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__text {
    font-size: 16px;
    max-width: 500px;
  }
}
.banner-vacancy__btn {
  margin-top: 25px;
  width: 250px;
  position: relative;
  font-size: 15px;
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__btn {
    margin-top: 30px;
  }
}
.banner-vacancy__image {
  position: absolute;
  bottom: 0;
  right: -87px;
  width: 230px;
}
.banner-vacancy__image img {
  display: inherit;
}
@media screen and (min-width: 480px) {
  .banner-vacancy__image {
    right: 5%;
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .banner-vacancy__image {
    right: 5%;
    width: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-vacancy__image {
    right: 6%;
    width: 270px;
  }
}
@media screen and (min-width: 1800px) {
  .banner-vacancy__image {
    right: 8%;
    width: 280px;
  }
}
.banner {
  background: #EEF2F6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner img {
  display: inherit;
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.banner--competition {
  width: 100%;
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .banner--competition {
    height: 370px;
  }
}
.banner--competition h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .banner--competition h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .banner--competition h2 {
    font-size: 39px;
  }
}
.banner--competition p {
  text-transform: uppercase;
  margin: 10px 0 15px;
}
@media screen and (min-width: 768px) {
  .banner--competition p {
    margin: 20px 0 30px;
  }
}
.banner--competition img {
  max-height: 100%;
}
.banner--competition .banner__content {
  padding: 20px 40px 20px 20px;
  max-width: 580px;
}
@media screen and (min-width: 768px) {
  .banner--competition .banner__content {
    padding: 0 0 0 60px;
  }
}
.banner--competition .banner__image {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: -130px;
}
.banner--competition .banner__image img {
  max-width: inherit;
  width: 360px;
}
@media screen and (min-width: 480px) {
  .banner--competition .banner__image {
    margin-left: -160px;
  }
}
@media screen and (min-width: 768px) {
  .banner--competition .banner__image {
    left: 100%;
    margin-left: -510px;
  }
  .banner--competition .banner__image img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .banner--competition .banner__image {
    margin-left: -630px;
  }
}
@media screen and (min-width: 768px) {
  .banner--club {
    min-height: 340px;
    margin-top: 30px;
  }
}
.banner--club .banner__image {
  position: absolute;
  left: 60%;
  bottom: 0;
  margin-left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__image {
    display: block;
  }
}
.banner--club .banner__content {
  padding: 20px;
  max-width: 630px;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__content {
    padding: 0 0 0 60px;
  }
}
.banner--club .banner__title {
  font-size: 21px;
  line-height: 1.3;
  max-width: 550px;
}
@media screen and (min-width: 1500px) {
  .banner--club .banner__title {
    font-size: 26px;
  }
}
.banner--club .banner__text {
  font-size: 14px;
  color: #818489;
  margin: 10px 0 25px;
  max-width: 600px;
}
@media screen and (min-width: 1500px) {
  .banner--club .banner__text {
    font-size: 16px;
  }
}
.banner--club .banner__form {
  position: relative;
  width: 100%;
}
.banner--club .banner__form input {
  padding-right: 230px;
}
.banner--club .banner__form .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__form .btn {
    margin-top: 0;
    position: absolute;
    top: 8px;
    right: 12px;
  }
}
.banner-point {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .banner-point {
    display: block;
  }
}
.banner-point__btn {
  background: #62AAFF;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  border: 0;
}
.banner-point__btn svg {
  width: 11px;
  fill: #fff;
}
.banner-point__btn:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-point__btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: pulse 2.5s ease-out infinite;
  animation: pulse 2.5s ease-out infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-point__btn:hover {
  background: #217BE6;
}
.banner-point__btn.active {
  background: #F6D300;
}
.banner-point__btn.active .svg--plus {
  fill: #1d1d1d;
}
.banner-point__content {
  background: #fff;
  position: absolute;
  padding: 10px 10px 15px;
  border-radius: 3px;
  width: 165px;
  top: 0;
  left: 100%;
  margin-left: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 3px 7px 2px rgba(34, 34, 34, 0.1);
  box-shadow: 0 3px 7px 2px rgba(34, 34, 34, 0.1);
  z-index: 1;
}
.banner-point__content:hover h3 {
  color: #0C6DE2;
}
.banner-point__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-point .price--sale {
  position: absolute;
  top: 15px;
  right: 15px;
}
.banner-point .price--old {
  font-size: 13px!important;
}
.banner-point .price--current {
  font-size: 18px!important;
  line-height: 1;
}
.banner-point h3 {
  font-size: 13px;
  margin-bottom: 4px;
}
.banner-point--active .banner-point__btn {
  background: #217BE6;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.banner-point--active .banner-point__btn:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.banner-point--active .banner-point__content {
  opacity: 1;
  pointer-events: inherit;
}
.ribbon-banner {
  position: fixed;
  top: 0;
  left: 0;
  height: 65px;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.ribbon-exist-top {
  top: 65px !important;
}
.ribbon-exist-margin {
  margin-top: 65px !important;
}
.ribbon-banner img {
  width: 100%;
}
.banner__close {
  position: absolute;
  bottom: 100%;
  right: 20px;
  top: 20px;
  width: 15px;
  stroke: #CECECE;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.lookbook-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.lookbook-title .text-gray {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .lookbook-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.lookbook-title--elements {
  font-size: 18px;
  margin-bottom: 20px;
}
.image-lookbook-wrap {
  display: grid;
  grid-template-areas: 'first first' 'second third';
  grid-template-columns: 50% 50%;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap {
    grid-template-areas: 'first second' 'first third';
    grid-template-columns: 66% 34%;
  }
}
.image-lookbook-wrap div:first-child {
  grid-area: first;
}
.image-lookbook-wrap div:nth-child(2) {
  grid-area: second;
  padding-top: 15px;
  padding-right: 7.5px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap div:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
    padding-left: 30px;
  }
}
.image-lookbook-wrap div:nth-child(3) {
  grid-area: third;
  padding-top: 15px;
  padding-left: 7.5px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap div:nth-child(3) {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.image-lookbook-wrap img,
.image-lookbook-wrap a {
  display: inherit;
}
.image-lookbook-wrap__item {
  position: relative;
}
.image-lookbook-wrap__item:hover .image-lookbook-wrap__zoom {
  opacity: 1;
}
.image-lookbook-wrap__zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap__zoom {
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.lookbook-text {
  color: #525C69;
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .lookbook-text {
    padding: 40px 5px;
  }
}
.grid--lookbook__info {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .grid--lookbook__info {
    margin-top: 30px;
  }
}
.lookbook-item {
  border: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .lookbook-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lookbook-item img {
  display: inherit;
}
.lookbook-item__image {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: relative;
}
.lookbook-item__image::after {
  content: '';
  display: block;
  padding-bottom: 56.3093623%;
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .lookbook-item__image::after {
    padding-bottom: 80%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
  .lookbook-item__image {
    min-height: 375px;
  }
}
@media screen and (min-width: 768px) {
  .lookbook-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lookbook-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
}
.lookbook-item__content {
  padding: 35px 25px;
  border-top: 1px solid #EEF2F6;
}
.lookbook-item__content .rating {
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .lookbook-item__content {
    border-top: 0;
    border-left: 1px solid #EEF2F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__content {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__content {
    padding: 25px 25px;
  }
}
.lookbook-item__category {
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lookbook-item__category {
    font-size: 17px;
  }
}
.lookbook-item__title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .lookbook-item__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__title {
    font-size: 18px;
  }
}
.lookbook-item__el-count {
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lookbook-item__el-count {
    font-size: 16px;
  }
}
.lookbook-item__price {
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lookbook-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-item__btn {
    width: 148px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__btn {
    height: 44px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__btn {
    height: 44px;
    font-size: 12px;
  }
}
.lookbook-item .price--old {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .lookbook-item .price--old {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item .price--old {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item .price--old {
    font-size: 18px;
  }
}
.lookbook-item .price--sale {
  width: 44px;
  height: 20px;
  font-size: 13px;
  border-radius: 15px 0;
}
.lookbook-item .price--current {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .lookbook-item .price--current {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item .price--current {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item .price--current {
    font-size: 28px;
  }
}
.lookbook-carousel__item {
  margin-left: 15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel__item {
    width: 100%;
    margin-left: 0;
  }
}
.lookbook-carousel .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
  }
}
.lookbook-carousel .owl-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lookbook-carousel .owl-nav {
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -27px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.lookbook-carousel .owl-nav button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #EEF2F6;
  background-color: #fff;
  position: absolute;
  margin-top: -20px;
}
.lookbook-carousel .owl-nav button.c {
  left: -27px;
}
.lookbook-carousel .owl-nav button.a {
  right: -27px;
}
.lookbook-carousel .owl-nav button svg {
  width: 10px;
}
.lookbook-carousel .owl-nav button:hover {
  fill: #0C6DE2;
}
.lookbook-carousel .carousel-dots {
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel .carousel-dots {
    margin: 30px auto;
  }
}
.lookbook-carousel:hover .owl-nav {
  opacity: 1;
}
.lookbook-footer {
  line-height: 1;
  font-size: 14px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EEF2F6;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lookbook-footer {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-footer {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.lookbook-footer .pull-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .lookbook-footer .pull-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lookbook-footer .pull-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.lookbook-footer .popover {
  margin-right: 10px;
  height: 16px;
}
.lookbook-footer b {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .lookbook-footer b {
    font-size: 20px;
  }
}
.lookbook-slider--mini {
  margin-top: -55px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .lookbook-slider--mini {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .lookbook-slider--mini {
    margin-bottom: -40px;
  }
}
.lookbook-slider--mini .owl-carousel .owl-dots.disabled,
.lookbook-slider--mini .owl-carousel .owl-nav.disabled {
  display: none!important;
}
.lookbook-mini-item {
  border: 1px solid #EEF2F6;
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item {
    border: 0;
    width: inherit;
    padding: 15px;
  }
  .lookbook-mini-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .lookbook-mini-item:hover .lookbook-mini-item__btn {
    opacity: 1;
  }
}
.lookbook-mini-item img {
  display: inherit;
  height: 180px;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item img {
    height: 200px;
  }
}
.lookbook-mini-item__content {
  padding: 35px 25px;
  border-top: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item__content {
    padding: 20px 5px 10px;
  }
}
.lookbook-mini-item__category {
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__category {
    font-size: 15px;
  }
}
.lookbook-mini-item__title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__title {
    font-size: 16px;
  }
}
.lookbook-mini-item__el-count {
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__el-count {
    font-size: 16px;
  }
}
.lookbook-mini-item__price {
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item__btn {
    width: 148px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.cart-thead {
  color: #818489;
}
.cart-thead > div {
  padding-bottom: 10px;
  display: none;
}
@media screen and (min-width: 1500px) {
  .cart-thead > div {
    display: block;
  }
}
.cart-thead .cart-thead__provider {
  display: block;
  color: #2C2D2E;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cart-thead .cart-thead__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
@media screen and (min-width: 1700px) {
  .cart-thead .cart-thead__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}
.cart-thead .cart-thead__count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}
.cart-thead .cart-thead__sum {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  text-align: right;
  padding-right: 30px;
}
@media screen and (min-width: 1700px) {
  .cart-thead .cart-thead__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-thead {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.cart-thead--order {
  height: inherit!important;
}
.product-cart {
  border: 1px solid #EEF2F6;
  padding: 20px;
  margin-bottom: 20px;
}
.product-cart--lookbook {
  border: 0;
  border-bottom: 1px solid #EEF2F6;
  margin-bottom: 0;
}
.product-cart__deleted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product-cart__deleted {
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-cart__deleted .btn {
  margin-top: 8px;
}
@media screen and (min-width: 340px) {
  .product-cart__deleted .btn {
    width: 257px;
  }
}
@media screen and (min-width: 768px) {
  .product-cart__deleted .btn {
    padding-left: 35px;
    padding-right: 40px;
    width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .product-cart__deleted .btn {
    margin-top: 0;
  }
}
.product-cart__content {
  display: grid;
  grid-template-areas: 'image info info' 'additional additional additional' 'price price price' 'count count count' 'sum sum sum' 'action action action';
  grid-template-columns: 100px auto 110px;
  grid-column-gap: 10px;
}
@media screen and (min-width: 400px) {
  .product-cart__content {
    grid-template-areas: 'image info info' 'additional additional additional' 'price price count' 'sum sum sum' 'action action action';
  }
}
@media screen and (min-width: 460px) {
  .product-cart__content {
    grid-template-columns: 100px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .product-cart__content {
    grid-template-areas: 'image info info info' 'image additional additional additional' 'price price count sum' 'action action action action';
    grid-template-columns: 100px auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .product-cart__content {
    grid-template-columns: 140px auto auto auto;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart__content {
    grid-template-columns: 140px auto 105px 133px 105px;
    grid-template-areas: 'image info price count sum' 'image additional action action action';
  }
}
@media screen and (min-width: 1700px) {
  .product-cart__content {
    grid-template-columns: 140px auto 130px 133px 230px;
    grid-template-areas: 'image info price count sum' 'image additional action action action';
  }
}
.product-cart__img {
  grid-area: image;
  text-align: center;
}
.product-cart__img img {
  max-height: 120px;
}
.product-cart__img > div {
  margin-right: 8px;
  position: relative;
}
.product-cart__img > div .price--sale {
  position: absolute;
  right: 0;
  top: 0;
}
.product-cart__info {
  grid-area: info;
}
@media screen and (min-width: 1500px) {
  .product-cart__info .info {
    margin-top: 6px;
  }
}
.product-cart__price {
  padding-top: 15px;
  grid-area: price;
}
.product-cart__count {
  padding-top: 15px;
  grid-area: count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1500px) {
  .product-cart__count {
    display: block;
  }
  .product-cart__count .goods-quantity > button {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.product-cart__sum {
  padding-top: 15px;
  grid-area: sum;
}
@media screen and (min-width: 768px) {
  .product-cart__sum {
    text-align: right;
  }
}
.product-cart__action {
  grid-area: action;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .product-cart__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart__action {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 25px;
  }
}
.product-cart__action .product-cart__button {
  color: #4F95E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}
.product-cart__action .product-cart__button-icon {
  border: 2px solid #EEF2F6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-cart__action .product-cart__button .like-icon {
  width: 15px;
}
.product-cart__action .product-cart__button .close-icon {
  width: 10px;
}
@media screen and (min-width: 768px) {
  .product-cart__action .product-cart__button {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.product-cart__action .product-cart__button:hover {
  color: #0C6DE2;
}
.product-cart__action .product-cart__button:hover svg {
  fill: #0C6DE2;
}
.product-cart__additional {
  padding-top: 20px;
  grid-area: additional;
}
.product-cart__hidden {
  display: none;
}
.product-cart .cart__tbody__thead {
  color: #818489;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart__tbody__thead {
    display: none;
  }
}
.product-cart .cart-price__flex_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart-price__flex_order {
    display: block;
  }
}
.product-cart .cart-price__flex_order .price--old {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  margin-top: 1px;
  -ms-flex-item-align: start;
  align-self: start;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart-price__flex_order .price--old {
    margin: 0 0 4px 0;
  }
}
.product-cart .cart-price__flex_order .price--current {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.product-cart .price--current {
  font-weight: 600;
}
@media screen and (min-width: 1500px) {
  .product-cart .price--current {
    font-size: 20px;
  }
}
.product-cart__price-change {
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .product-cart__price-change {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart:hover .product-cart__action {
    opacity: 1;
  }
  .product-cart:hover .goods-quantity > button {
    opacity: 1;
  }
}
.product-cart .pbinfo__title a:hover {
  color: #0C6DE2;
}
.product-cart__warning {
  border-left: 2px solid #F6D300;
  padding: 0 15px 2px;
  margin-bottom: 19px;
  font-size: 14px;
  color: #818489;
}
.product-cart--lookbook-wrap > div:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .product-cart--lookbook-wrap > div:last-child {
    margin-bottom: 30px;
  }
}
.product-cart--order-wrap {
  padding: 0 20px 0 0;
  border: 0;
}
.product-cart--order-wrap > div:last-child {
  border-bottom: 0;
}
.page--cart__add-services {
  margin-bottom: 8px;
}
.add-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.add-services__item {
  margin-bottom: 12px;
}
.add-services__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .order-list > div:last-child {
    margin-bottom: 0;
  }
}
.order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 70px;
  margin-bottom: 60px;
}
.order-total__total {
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .order-total__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
@media screen and (min-width: 1700px) {
  .order-total__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}
.order-total__count {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .order-total__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
}
.order-total__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: right;
  padding-right: 17px;
}
@media screen and (min-width: 1700px) {
  .order-total__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
}
.order-total .price--current {
  font-weight: 600;
  font-size: 21px;
}
.order-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-title > div:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .order-title > div:first-child {
    margin-bottom: 0;
  }
}
.order-title .page-title {
  margin-bottom: 5px;
}
.order-title p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .order-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.info {
  line-height: 1;
}
.info__title {
  font-size: 13px;
  color: #818489;
  margin-top: 8px;
  display: inline-block;
}
.info__text {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.3;
  color: #262626;
}
.info__text_block {
  display: inline-block;
}
.x {
  font-size: 80%;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .right-aside__brd_lt {
    border-left: 1px solid #EEF2F6;
  }
}
.right-aside__brd_bt {
  border-bottom: 1px solid #EEF2F6;
}
.right-aside__title {
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-transform: uppercase;
  background: #F5F7F9;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .right-aside__title {
    margin-left: 0;
    margin-right: 0;
  }
}
.right-order {
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .right-order {
    margin-left: 0;
    margin-right: 0;
  }
}
.right-order__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.right-order__radio .delivery-radio__input {
  max-width: inherit;
}
.right-order__radio > div {
  min-width: 250px;
}
.right-order__radio > div:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .right-order__radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .right-order__radio > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .right-order__radio > div:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .right-order__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-order__radio > div {
    margin-right: 0!important;
  }
  .right-order__radio > div:first-child {
    margin-bottom: 10px;
  }
}
.right-coupon .flex-form {
  margin-bottom: 10px;
}
.right-coupon .flex-form:last-child {
  margin-bottom: 0;
}
.right-coupon__item:not(:last-child) {
  margin-bottom: 15px;
}
.right-coupon__item-radioNext {
  margin-top: 10px;
}
.radio-bonus-text {
  color: #818489;
  font-size: 13px;
}
.right-checkout {
  text-align: center;
}
.right-checkout__total-cost {
  text-transform: uppercase;
  color: #818489;
  font-size: 14px;
  display: block;
}
.right-checkout__summ {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
.right-checkout__btn {
  margin-top: 7px;
}
.right-checkout__bonus {
  font-size: 13px;
  max-width: 245px;
  margin: 0 auto;
}
.right-about-services {
  text-align: center;
}
.right-about-services__item {
  display: block;
  text-decoration: underline;
}
.right-about-services__item:not(:last-child) {
  margin-bottom: 8px;
}
.right-wrapper {
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .right-wrapper {
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #EEF2F6;
  }
}
.right-wrapper-indent {
  margin-top: 20px;
  margin-bottom: 20px;
}
.right-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-flex-container .right-flex-container__image {
  width: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 20px;
}
.right-flex-container .right-flex-container__content {
  margin-top: -5px;
}
.right-flex-container .right-flex-container__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2E2F31;
  margin-bottom: 5px;
  display: inline-block;
}
.right-flex-container .right-flex-container__text {
  color: #818489;
  font-size: 13px;
}
.right-flex-container .right-flex-container__text b {
  font-weight: 600;
}
.right-product {
  margin-bottom: 10px;
}
.right-product:last-child {
  margin-bottom: 0;
}
.right-product__title {
  font-size: 14px;
}
.right-product__count {
  font-size: 13px;
  color: #818489;
}
.flex-coupon {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-coupon__input {
  padding-right: 115px;
}
.flex-coupon__btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.flex-coupon__btn:hover {
  color: #0C6DE2;
}
.flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-coupon__item_hidd {
  display: none;
}
.information-coupon {
  margin-left: 10px;
}
.information-coupon__action {
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .popover .information-text-right {
    max-width: 480px;
  }
}
.popover .information-text-right:after {
  left: 95%;
}
.popover:hover .information-text-right {
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
}
.page-content.page-content__without-find {
  padding-top: 80px;
}
.removed-list {
  background: #F6F8FA;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 15px 30px;
}
@media screen and (min-width: 768px) {
  .removed-list {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .removed-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .removed-list {
    padding: 30px 35px 20px;
  }
}
.removed-list__title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .removed-list__title {
    font-size: 20px;
  }
}
.removed-list__item {
  width: 210px;
  height: 100%;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .removed-list__item {
    margin-left: 0;
    width: auto;
  }
}
.removed-list__carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.removed-list__carousel .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .removed-list__carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
  }
}
.removed-list__carousel .owl-dots,
.removed-list__carousel .owl-nav.disabled {
  display: none!important;
}
.remove-item {
  background: #fff;
  text-align: center;
  padding: 30px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.remove-item__image {
  height: 95px;
  margin-bottom: 10px;
}
.remove-item__image img {
  max-height: 100%;
  margin: auto;
  width: inherit!important;
}
.remove-item__title {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.remove-item__price {
  margin: 5px 0 15px;
}
.aside-navigation {
  display: none;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .aside-navigation {
    display: block;
  }
}
.aside-navigation__item {
  margin: 10px 0;
  padding: 5px 30px;
  cursor: pointer;
  border-left: 3px solid transparent;
  text-transform: uppercase;
  color: #818489;
  font-size: 16px;
}
.aside-navigation__item:hover {
  color: #262626;
}
.aside-navigation__item--active {
  border-left-color: #F6D300;
  color: #262626;
}
.vacancy-container {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .vacancy-container {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancy-container {
    margin-left: 0;
  }
}
.vacancy-steps {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vacancy-steps {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1400px) {
  .vacancy-steps {
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 1700px) {
  .vacancy-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.vacancy-steps__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1700px) {
  .vacancy-steps__item {
    margin-bottom: 0;
  }
}
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-item__count {
  border: 4px solid #EEF2F6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  height: 170px;
  padding: 15px 25px;
  display: inline-block;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .step-item__count {
    height: 110px;
  }
}
@media screen and (min-width: 1700px) {
  .step-item__count {
    height: 170px;
  }
}
.step-item__text {
  font-size: 16px;
  padding-top: 20px;
  margin-left: -30px;
  width: 240px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .step-item__text {
    width: 430px;
  }
}
@media screen and (min-width: 1700px) {
  .step-item__text {
    width: 200px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1900px) {
  .step-item__text {
    width: 240px;
  }
}
.step-item__arrow {
  display: none;
  padding-top: 27px;
  padding-right: 25px;
}
.step-item__arrow svg {
  fill: #EEF2F6;
  width: 40px;
}
@media screen and (min-width: 1800px) {
  .step-item__arrow {
    display: block;
  }
}
.vacancy-title {
  font-size: 22px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .vacancy-title {
    font-size: 26px;
  }
}
.vacancy-paragraph--xl {
  margin: 25px 0;
  font-size: 18px;
  max-width: 800px;
  line-height: 1.6;
}
.garant {
  margin-top: 40px;
  margin-bottom: 80px;
}
.garant__title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #818489;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .garant__title {
    margin-bottom: 40px;
  }
}
.garant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.garant__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .garant__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
@media screen and (min-width: 1800px) {
  .garant__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.garant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.garant-item__border {
  border: 4px solid #EEF2F6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  width: 110px;
  height: 144px;
  display: inline-block;
}
.garant-item__text {
  font-size: 18px;
  margin-top: 30px;
  margin-left: -65px;
  width: 230px;
}
.vacancy--tab {
  margin-bottom: 50px;
}
.page--3d-app p {
  min-width: 100%;
}
.page--3d-app .page-container {
  max-width: 1240px;
}
.page--3d-app .page__description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.page--3d-app .page__icon-check {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  fill: #7EBD69;
}
.page--3d-app .page__advantages {
  margin-top: 30px;
  max-width: 1210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--3d-app .page__advantages li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 20px;
  font-size: 16px;
}
.page--3d-app .page__advantages li > span {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .page--3d-app .page__advantages li {
    width: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .page--3d-app .page__advantages li > span > span {
    display: block;
  }
}
.page--3d-app .page-subtitle {
  max-width: 790px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.page--3d-app .page__subdescription {
  margin: 10px 0 30px;
}
.page--3d-app .flex-layout--planned {
  margin-bottom: 80px;
}
.page--3d-app .page-title--competition {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page--3d-app .page-title--competition {
    margin-bottom: 20px;
  }
}
.page--3d-app .flex-jcc {
  margin: 40px 0 80px;
}
.app-list {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1300px) {
  .app-list {
    margin: 80px -15px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.app-list__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .app-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    width: 50%;
  }
}
.app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #EEF2F6;
  padding: 30px 25px;
  position: relative;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .app-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1300px) {
  .app-item {
    padding: 70px 25px 30px;
  }
}
.app-item__icon {
  background: #EEF2F6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .app-item__icon {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .app-item__icon {
    position: absolute;
    top: 0;
    margin-top: -50px;
  }
}
.app-item p {
  max-width: 420px;
  margin-bottom: 45px;
  position: relative;
}
.app-item p span {
  position: absolute;
  top: 100%;
}
.app-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .app-item a {
    margin-left: 20px;
    margin-top: 0;
  }
}
.app-item a img {
  width: 20px;
  margin-right: 8px;
}
.app-item .btn-group--inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .app-item .btn-group--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.planned-item {
  border: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .planned-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.planned-item img {
  display: inherit;
}
.planned-item__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: calc(100vw * 0.7);
}
@media screen and (min-width: 768px) {
  .planned-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 280px;
  }
}
.planned-item__content {
  padding: 30px 25px;
  border-top: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .planned-item__content {
    border-top: 0;
    border-left: 1px solid #EEF2F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
.planned-item__title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .planned-item__title {
    font-size: 21px;
  }
}
.planned-item__description {
  color: #707070;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .planned-item__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .planned-item__btn {
    width: 215px;
    white-space: nowrap;
  }
}
.competition-footer {
  border: 1px solid #EEF2F6;
  padding: 15px 25px;
}
.competition-footer__date {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .competition-footer__date {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .competition-footer {
    padding: 25px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.help {
  width: 90px;
  height: 90px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #0C6DE2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.help:hover {
  background: #1C7DF2;
}
.help:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.page3d-install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.page3d-install__text {
  width: 70%;
  max-width: 720px;
}
@media screen and (max-width: 991px) {
  .page3d-install__text {
    width: 100%;
    max-width: none;
  }
}
.page3d-install__img {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .page3d-install__img {
    display: none;
  }
}
.page3d-install__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.page3d-install__btn {
  width: 250px;
  margin-top: 30px;
}
.individualClass3Dhelp .profile-form {
  margin: 0 auto;
}
.page--club .grid--default {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page--club .grid--default {
    padding-top: 5px;
  }
}
.page--club .required-text {
  color: #ABABAB;
  font-size: 13px;
  margin-bottom: 30px;
}
.page--club .title-new {
  margin-bottom: 5px;
}
.page--club .garant {
  margin-top: 30px;
}
.page--club .garant-item__border {
  height: 205px;
}
.page--club .subtitle {
  margin-top: 50px;
}
.page--club .flex-layout--competition {
  margin-bottom: 60px;
}
.page--club .flex-jcc {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.page--club .info-question p {
  font-size: 18px;
  margin-bottom: 10px;
}
.page--club .info-question__phone {
  margin-bottom: 5px;
}
.page--club .info-question__phone a {
  display: block;
  font-weight: 600;
  font-size: 21px;
}
.page--club .info-question__email {
  margin-top: 10px;
}
.club-credit-list {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1300px) {
  .club-credit-list {
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.club-credit-list__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .club-credit-list__item {
    margin-bottom: 0;
    width: 33.33333333%;
  }
}
.club-credit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .club-credit-item {
    padding: 20px;
  }
}
.club-credit-item__arrow {
  position: absolute;
  left: -30px;
}
.club-credit-item__arrow img {
  width: 20px;
}
.club-credit-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
}
.club-credit-item__text {
  font-size: 16px;
  margin-right: 40px;
}
@media screen and (min-width: 1300px) {
  .club-credit-item__text {
    max-width: 240px;
  }
}
.calculator-container {
  margin: 20px 0;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .calculator-container {
    margin: 40px 0;
  }
}
.calculator-container__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.calculator-container__image-left {
  display: none;
  position: absolute;
  width: 50%;
}
.calculator-container__image-right {
  display: none;
  position: absolute;
  width: 50%;
  left: 50%;
}
.calculator-form {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F7FA;
  border: 1px solid #EEF2F6;
  border-radius: 3px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .calculator-form {
    padding: 50px 60px;
  }
  .calculator-form form {
    padding: 0 40px;
  }
}
.calculator-form .input-default {
  background-color: #fff !important;
}
.calculator-form__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .calculator-form__title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.calculator-form__label {
  color: #818489;
  margin-top: 8px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 13px;
}
.credit--range {
  margin-top: -15px;
}
.sample-item {
  border: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  -webkit-transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .sample-item {
    border: 0;
    padding: 15px;
  }
  .sample-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .sample-item:hover .sample-item__btn {
    opacity: 1;
  }
}
.sample-item img {
  display: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sample-item__image {
  position: relative;
}
.sample-item__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.sample-item__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sample-item__sale {
  position: absolute;
  top: 12px;
  right: 12px;
}
.sample-item__price {
  margin: 20px 15px 14px;
  line-height: 1;
}
.sample-item__price .pull-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sample-item__price .pull-left .price--old {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (min-width: 768px) {
  .sample-item__price {
    margin: 20px 15px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .sample-item__price {
    margin: 20px 0 14px;
  }
}
.sample-item__title {
  margin: 0 15px 12px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .sample-item__title {
    margin: 0 0 12px;
  }
}
.sample-item__city {
  margin: 0 15px;
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .sample-item__city {
    margin: 0;
  }
}
.sample-item__btn {
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .sample-item__btn {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .sample-item__btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.sample-item:hover {
  -webkit-transition: z-index 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}
.sample-item:hover .sample-item__zoom {
  opacity: 1;
}
.sample-item:hover .sample-item__btn {
  opacity: 1;
}
.section-title {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #EEF2F6;
}
.section-title__indent {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-title__span {
  color: #818489;
  text-transform: lowercase;
}
@media screen and (min-width: 1200px) {
  .section-title {
    padding-left: 30px;
    margin-left: -30px;
    margin-right: 0;
  }
  .section-title__indent {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .section-title {
    padding-left: 60px;
    margin-left: -60px;
    font-size: 18px;
  }
}
.section--w900 {
  max-width: 900px;
}
.form--order-tables .btn {
  margin-top: 40px;
}
.input-datepicker {
  border-color: #EEF2F6 !important;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.input-datepicker .datepicker--pointer {
  border-top-color: #EEF2F6;
  border-right-color: #EEF2F6;
  left: 25px!important;
}
.input-datepicker .datepicker--day-name {
  color: #4F95E8;
}
/* Переопределение стилей виджета календаря JQuery UI */
.ui-datepicker td {
  position: relative;
  height: 32px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  left: 0;
  top: 0;
  width: 32px !important;
  height: 32px !important;
  padding: 5px;
  text-align: center;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #454545;
}
.gift {
  background: #FFD546;
  position: relative;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .gift {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 45px 24px 55px;
    margin: 40px 0 50px;
  }
}
.gift:after,
.gift:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  margin-left: -15px;
  margin-top: -15px;
  left: 0;
}
.gift:after {
  left: 100%;
}
.gift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gift__image {
  width: 105px;
}
.gift__text h3 {
  font-size: 23px;
  font-weight: 600;
}
.gift__text p {
  font-size: 16px;
}
.order-table {
  margin-bottom: 40px;
}
.order-table__header {
  display: none;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .order-table__header {
    display: block;
  }
  .order-table__header .order-table__grid {
    border: 0!important;
  }
  .order-table__header .order-table__item {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .order-table__body .order-table__item {
    padding: 25px 15px;
  }
  .order-table__body .order-table__grid {
    cursor: pointer;
  }
  .order-table__body .order-table__grid:hover,
  .order-table__body .order-table__grid--active {
    background: #F6F8FA;
  }
  .order-table__body .order-table__info--active {
    display: block;
  }
}
.order-table__grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  border: 1px solid #EEF2F6;
  margin-top: -1px;
  padding: 15px 25px;
}
@media screen and (min-width: 1200px) {
  .order-table__grid {
    grid-template-columns: 100px auto 150px 150px 150px 180px 150px;
    -ms-grid-columns: 100px auto 150px 150px 150px 180px 150px;
    padding: 0;
  }
}
.order-table__item {
  position: relative;
  padding: 5px 0;
}
.order-table__item:before {
  position: absolute;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .order-table__item:before {
    display: none;
  }
}
.order-table__item > span {
  margin-left: 50%;
  display: block;
}
@media screen and (min-width: 1200px) {
  .order-table__item > span {
    margin-left: 0;
  }
}
.order-table__item:first-child:before {
  content: '№ Заказа';
}
.order-table__item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(2) {
    display: block;
  }
}
.order-table__item:nth-child(3):before {
  content: 'Сумма заказа';
}
.order-table__item:nth-child(4):before {
  content: 'Состав заказа';
}
.order-table__item:nth-child(5):before {
  content: 'Бонусы';
}
.order-table__item:nth-child(6):before {
  content: 'Статус';
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(7) {
    text-align: right;
    padding-right: 30px;
  }
}
.order-table__item:nth-child(8) {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(8) {
    display: none;
  }
}
.order-table__info {
  display: none;
  margin-bottom: 80px;
  position: relative;
  border: 1px solid #EEF2F6;
  border-top: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-table__info .btn-group--inline {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 15px;
}
.order-table .price--current {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  .order-table .date-end-bouns {
    display: none;
  }
}
.order-table .product-cart__img img {
  max-width: 90px;
}
@media screen and (min-width: 1700px) {
  .order-table .product-cart__content {
    grid-template-columns: 120px auto 130px 133px 230px;
  }
}
.offer-table {
  margin-bottom: 40px;
  margin-top: 20px;
}
.offer-table__header {
  display: none;
  color: #818489;
}
@media screen and (min-width: 1300px) {
  .offer-table__header {
    display: block;
  }
  .offer-table__header .offer-table__grid {
    border: 0!important;
  }
  .offer-table__header .offer-table__item {
    padding: 8px 15px;
  }
}
.offer-table__body .offer-table__grid {
  margin-bottom: 15px;
}
@media screen and (min-width: 1300px) {
  .offer-table__body .offer-table__item {
    padding: 25px 15px;
  }
  .offer-table__body .offer-table__grid {
    background: #F6F8FA;
    margin-bottom: 80px;
  }
}
.offer-table__grid {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  position: relative;
  border: 1px solid #EEF2F6;
  margin-top: -1px;
  padding: 15px 25px;
}
@media screen and (min-width: 1300px) {
  .offer-table__grid {
    grid-template-columns: 155px 100px auto 250px 300px 200px 150px;
    -ms-grid-columns: 155px 100px auto 250px 300px 200px 150px;
    padding: 0;
  }
}
.offer-table__item {
  position: relative;
  padding: 5px 0;
}
.offer-table__item:before {
  position: absolute;
  color: #818489;
}
@media screen and (min-width: 1300px) {
  .offer-table__item:before {
    display: none;
  }
}
.offer-table__item > span {
  margin-left: 50%;
  display: block;
}
@media screen and (min-width: 1300px) {
  .offer-table__item > span {
    margin-left: 0;
  }
}
.offer-table__item:first-child img {
  max-width: 130px;
}
.offer-table__item:nth-child(2):before {
  content: '№ Заказа';
}
.offer-table__item:nth-child(3):before {
  content: 'Дата';
}
.offer-table__item:nth-child(4):before {
  content: 'Состав заказа';
}
.offer-table__item:nth-child(6):before {
  content: 'Сумма заказа';
}
@media screen and (min-width: 1300px) {
  .offer-table__item:nth-child(7) {
    text-align: right;
    padding-right: 30px;
  }
}
.offer-table__item:nth-child(7):before {
  content: 'Статус';
}
.offer-table__item:nth-child(8) {
  margin-top: 15px;
  padding: 0;
}
@media screen and (min-width: 1300px) {
  .offer-table__item:nth-child(8) {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 15px;
  }
}
.offer-table__item.offer-table__characteristics {
  margin-top: 10px;
  padding-top: 25px;
}
@media screen and (min-width: 1300px) {
  .offer-table__item.offer-table__characteristics {
    margin-top: 0;
  }
}
.offer-table__item.offer-table__characteristics:before {
  top: 0;
  color: #262626;
  content: 'Характеристики';
}
.offer-table .btn {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.offer-table .info {
  margin-bottom: 8px;
  position: relative;
}
.offer-table .info__title {
  font-size: 15px;
  position: absolute;
}
@media screen and (min-width: 1300px) {
  .offer-table .info__title {
    position: static;
  }
}
.offer-table .info__text {
  font-size: 15px;
  margin-left: 50%;
  display: inline-block;
}
@media screen and (min-width: 1300px) {
  .offer-table .info__text {
    margin-left: 0;
  }
}
.offer-table .price--current {
  font-size: 18px;
  font-weight: 600;
}
.offer-table .product-cart__img img {
  max-width: 90px;
}
.modal {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  padding: 60px 15px;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__container {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 1;
}
.modal__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 15px;
  stroke: #CECECE;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.modal__close:hover {
  stroke: #fff;
}
.modal__header {
  padding-top: 15px;
}
.modal__body {
  padding: 20px 15px 15px;
}
@media screen and (min-width: 768px) {
  .modal__body {
    padding: 50px 15px 35px;
  }
}
.modal__body--shops {
  max-height: 600px;
  padding: 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__body--shops {
    max-height: calc(100vh - 100px);
  }
}
.modal__footer {
  padding: 15px;
}
.modal .tab {
  margin-left: 15px;
  margin-right: 15px;
}
.modal .tab .modal__body {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 480px) {
  .modal .tab {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.modal .tab .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 480px) {
  .modal .tab .tab__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab .tab__border {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.modal .tab .tab__item {
  margin-right: 30px;
  padding-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .tab .tab__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .modal .tab .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal .tab .tab__active {
    left: 15px;
  }
}
.modal .tab .phone-list {
  padding-left: 0;
  padding-right: 0;
}
.modal .small-text {
  font-size: 12px;
  margin: 1em auto;
  max-width: 700px;
}
.modal--active {
  pointer-events: inherit;
  opacity: 1;
}
.modal--active .modal__container {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.modal--active .modal__container .messages {
  max-width: 520px;
  margin: 0 auto;
}
.modal--active .modal__container .messages .modal-form__item {
  border-radius: 2px;
  padding: 19px 24px;
}
.modal--active .modal__container .messages .modal-form__item.notice {
  background-color: #eff6ff;
  border: 1px solid #d3e5fd;
  display: none;
}
.modal--active .modal__container .messages .modal-form__item.success {
  background-color: #eafaec;
  border: 1px solid #c1e0b6;
  display: none;
}
.modal--active .modal__container .messages .modal-form__item.error {
  background-color: #f7d9d9;
  border: 1px solid #f5b2b2;
  display: none;
}
.modal--active .modal__container .messages span {
  margin-left: 14px;
}
.modal-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-form {
  max-width: 520px;
  margin: 0 auto;
}
.modal-form__item {
  margin-bottom: 20px;
}
.modal-form__item .files-previews {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-form__item .image-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 60px;
  min-width: 30px;
  margin: 8px;
  overflow: visible;
  cursor: pointer;
}
.modal-form__item .image-preview img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.modal-form__item .icon {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMDAwMDAnIGQ9J00xNC4xMSwxMiBMMjMuMTMsMi45NyBDMjMuNzYsMi4zNAogICAgICAgICAgMjMuNzYsMS4zMyAyMy4xMywwLjcwIEMyMi41MSwwLjA3IDIxLjQ5LDAuMDcgMjAuODYsMC43MCBMMTEuODQsOS43MyBMMi44MSwwLjczIEMyLjE5LDAuMTAgMS4xNywwLjEwCiAgICAgICAgICAwLjU0LDAuNzMgQy0wLjA3LDEuMzUgLTAuMDcsMi4zNyAwLjU0LDMgTDkuNTcsMTIgTDAuNTcsMjEuMDIgQy0wLjA1LDIxLjY1IC0wLjA1LDIyLjY2CiAgICAgICAgICAwLjU3LDIzLjI5IEMxLjIsMjMuOTIgMi4yMSwyMy45MiAyLjg0LDIzLjI5IEwxMS44NiwxNC4yNiBMMjAuODksMjMuMjkgQzIxLjUyLDIzLjkyCiAgICAgICAgICAyMi41MywyMy45MiAyMy4xNiwyMy4yOSBDMjMuNzksMjIuNjYgMjMuNzksMjEuNjUgMjMuMTYsMjEuMDIgTDE0LjExLDEyIEwxNC4xMSwxMiBaJz48L3BhdGg+PC9zdmc+);
}
.modal-form__item .remove-image {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  line-height: 16px;
}
.modal-form__item .image-preview:hover .remove-image {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal-form__item.rating-item {
    left: 50%;
  }
  .modal-form__item.rating-item__label {
    margin-bottom: 0px;
  }
  .modal-form__item.rating-item__label .rating {
    right: unset;
  }
}
@media screen and (max-width: 375px) {
  .modal-form__item.rating-item {
    left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  .modal-form__item.rating-item__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-form__item.rating-item__label .rating {
    right: unset;
  }
}
@media screen and (min-width: 768px) {
  .modal-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .modal-form__group .modal-form__item {
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .modal-form__group_fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-form__group_fxww .modal-form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 10px);
  }
}
.modal-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 18px;
}
.modal-form .field-textarea textarea {
  height: 120px;
}
.modal-form .field-textarea textarea#pros,
.modal-form .field-textarea textarea#cons,
.modal-form .field-textarea textarea#body {
  height: 80px;
}
.phone-list {
  max-width: 650px;
  margin: 0 auto;
  border-top: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 5px;
  text-align: center;
}
.phone-list--items-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.phone-list--items-3 > div {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .phone-list--items-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .phone-list--items-3 > div {
    margin-bottom: 0;
  }
}
.phone-list .text-gray {
  font-size: 14px;
}
.phone-list .phone {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.credit-form-data {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .credit-form-data {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.credit-form-data span {
  margin-right: 12px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.credit-form-data b {
  font-weight: 700;
}
.credit-form-data img {
  margin-right: 5px;
}
.credit-form-data .text-gray {
  font-size: 13px;
}
.modal-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.modal-icons .modal-icon {
  width: 68px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  padding-top: 10px;
}
.modal-text-container {
  max-width: 675px;
  margin: 0 auto;
}
.modal-text-container p {
  font-size: 14px;
}
.modal-text-container .btop {
  margin-top: 35px;
  border-top: 1px solid #EEF2F6;
  padding-top: 20px;
}
.modal-text h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #818489;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.modal-text ul {
  list-style: none;
  margin-left: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-text ul li {
  line-height: 1.3;
  margin: 2px 0;
  padding: 0;
}
.modal-text ul li:before {
  content: "\2022";
  color: #585858;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  margin-left: -1em;
}
.modal-warning {
  background-color: #EEF2F6;
  border-left: 3px solid #F6D300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .modal-warning {
    padding: 20px 45px;
  }
}
.modal-warning .modal-icon {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.page--competition .subtitle {
  margin: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .page--competition .subtitle {
    margin: 30px 0 30px;
  }
}
.news-carousel--owl .owl-stage > div {
  padding-left: 2px;
  padding-right: 2px;
}
.news-carousel--owl .owl-stage .competition-item {
  width: 275px;
}
@media screen and (min-width: 1200px) {
  .news-carousel--owl .owl-stage .competition-item {
    width: 100%;
  }
}
.competition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  -webkit-transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  padding: 5px 7.5px 10px;
}
@media screen and (min-width: 768px) {
  .competition-item {
    padding: 15px;
  }
}
.competition-item .competition-item__btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  .competition-item {
    border: 0;
    padding: 15px;
  }
  .competition-item .competition-item__count,
  .competition-item .competition-item__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: block;
  }
  .competition-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .competition-item:hover .competition-item__count,
  .competition-item:hover .competition-item__btn {
    opacity: 1;
  }
}
.competition-item__image {
  position: relative;
}
.competition-item__image img {
  display: inherit;
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.competition-item__image a {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.competition-item__image:after {
  content: "";
  display: block;
  padding-bottom: 0;
}
.competition-item__info {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 10px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.competition-item__title {
  margin-top: 15px;
  margin-left: 10px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.competition-item__title a:hover {
  display: block;
  color: #262626;
}
.competition-item__count {
  font-size: 14px;
  margin-left: 10px;
  color: #818489;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .competition-item__count {
    margin-bottom: 15px;
  }
}
.news__list > .competition-item__image:after {
  padding-bottom: 75%;
}
.main-slider {
  overflow: hidden;
  position: relative;
}
.main-slider .main-slider__item {
  height: 330px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-slider .main-slider__item {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-slider .main-slider__item {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__item {
    height: 340px;
  }
}
@media screen and (min-width: 1400px) {
  .main-slider .main-slider__item {
    height: 500px;
  }
}
.main-slider .main-slider__item:after {
  content: '';
  display: block;
  width: 700px;
}
.main-slider a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .main-slider a {
    z-index: 100;
  }
}
.main-slider .main-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .main-slider .main-slider__content {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 700px;
    margin-bottom: 100px;
    padding: 30px 0 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__content {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider .main-slider__content {
    padding-left: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.main-slider .main-slider__image {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-top: -15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-slider .main-slider__image {
    height: auto;
    margin-top: 15px;
    background-position-x: -100px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider .main-slider__image {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1450px;
    height: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .main-slider .main-slider__image {
    background-position: center;
  }
}
@media screen and (min-width: 1700px) {
  .main-slider .main-slider__image {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
@media screen and (min-width: 2560px) {
  .main-slider .main-slider__image {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.main-slider .main-slider__image img {
  overflow: hidden;
  width: unset!important;
  max-height: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-slider .main-slider__image img {
    min-height: 100%;
  }
}
.main-slider__name {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main-slider__name {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .main-slider__name {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .main-slider__name {
    font-size: 42px;
  }
}
.main-slider__name .link--bottom {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.main-slider p {
  margin: 10px 0px 10px 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .main-slider p {
    font-size: 20px;
  }
}
.main-slider__timer {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  padding: 5px 15px;
  border-radius: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-slider__timer .timer__title {
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 5px 0;
}
.main-slider__timer .timer__close {
  top: auto;
}
.main-slider__timer .timer__calendar-list {
  padding: 5px 0;
}
.main-slider__timer .timer__calendar-item {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-slider__timer .timer__calendar-title {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
.main-slider__timer .timer__calendar-left {
  font-size: 18px;
  padding: 2px 4px 4px;
}
@media screen and (min-width: 1500px) {
  .main-slider__timer {
    min-width: 290px;
  }
}
@media screen and (max-width: 479px) {
  .main-slider__timer {
    padding: 5px;
  }
  .main-slider__timer .timer__calendar-title {
    font-size: 10px;
  }
  .main-slider__timer .timer__calendar-left {
    font-size: 12px;
    padding: 3px 4px 3px;
  }
  .main-slider__timer .timer__close {
    top: 18px;
    right: 20px;
  }
}
.main-slider .main-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  position: absolute;
  z-index: 1;
  left: 15px;
}
@media screen and (min-width: 1200px) {
  .main-slider .main-slider__buttons {
    left: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .main-slider .main-slider__buttons {
    left: auto;
    right: 30px;
    bottom: 80px;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media screen and (min-width: 1400px) {
  .main-slider .main-slider__buttons {
    bottom: 100px;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider .main-slider__buttons {
    right: 60px;
    bottom: 90px;
  }
}
.main-slider .main-slider__buttons button {
  width: 46px;
  height: 46px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  margin-right: 7px;
  border: 0;
}
.main-slider .main-slider__buttons button svg {
  width: 11px;
}
@media screen and (min-width: 1400px) {
  .main-slider .main-slider__buttons button {
    width: 54px;
    height: 54px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
  }
}
.main-slider .owl-nav.disabled {
  display: none!important;
}
.main-slider__dots-container {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 30px;
  right: 30px;
  border-radius: 23px;
  overflow: hidden;
  background: #EEF2F6;
}
@media screen and (min-width: 1300px) {
  .main-slider__dots-container {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .main-slider__dots-container {
    left: 60px;
    right: 60px;
  }
}
.main-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 32px;
  border-radius: 23px;
}
.main-slider__dots li {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 6px;
  color: #818489;
}
@media screen and (min-width: 1400px) {
  .main-slider__dots li {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
.main-slider__dots li:hover {
  color: #262626;
}
.main-slider__dots li span {
  position: relative;
}
.main-slider__dots li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.main-slider__dots li.active {
  color: #262626;
}
.main-slider__dots--more5 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-slider__dots--more5 li {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.main-slider .dots-arrow-buttons .btn {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.main-slider .dots-arrow-buttons .btn.dots-arrow__next {
  left: auto;
  right: 0;
}
.main-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #fff;
}
.main-slider .btn--more {
  display: none;
  position: relative;
  border-color: #fff;
  margin-top: 40px;
}
@media screen and (min-width: 1300px) {
  .main-slider .btn--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-slider:hover .main-slider__buttons {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@-webkit-keyframes slideShow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideShow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.news-carousel {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .news-carousel .carousel-dots {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .news-carousel {
    margin-top: 70px;
  }
}
.news-carousel__nav {
  display: none;
  margin-top: 30px;
}
.news-carousel__nav + .btn-group--inline {
  margin-top: 40px;
}
@media screen and (min-width: 1600px) {
  .news-carousel__nav + .btn-group--inline {
    margin-top: 60px;
  }
}
.news-carousel__nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
  border-radius: 50%;
}
.news-carousel__nav button:first-child {
  margin-right: 8px;
}
.news-carousel__nav button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}
.news-carousel__nav button:hover svg,
.news-carousel__nav button:active svg {
  fill: #0C6DE2;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .news-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-carousel--owl .news-item {
  margin-left: 15px;
  width: 275px;
}
@media screen and (min-width: 1200px) {
  .news-carousel--owl .news-item {
    margin-left: 0;
    width: inherit;
  }
}
.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .news_detail_right .news-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1200px) {
  .news-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
  }
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.news_detail_right .news-item__image img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news_detail_right .news-item__image:after {
  position: static;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (min-width: 1200px) {
  .news_detail_right .news-item {
    width: 25%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .news-item {
    display: none;
    width: 49%;
  }
  .news-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .news-item {
    width: 100%;
  }
}
.news-item__image {
  position: relative;
  display: inherit;
}
.news-item__image:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-item__image img {
  width: 100%;
}
.news-item__image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-item__info {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 10px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.news-item__title {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 10px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
}
.news-item__title a:hover {
  display: block;
  color: #0C6DE2;
}
.aside {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 100%;
  z-index: 115;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.aside.aside-mobile-active {
  z-index: 46;
  opacity: 1;
  pointer-events: inherit;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .aside {
    left: -250px;
    width: 240px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    opacity: 1;
    pointer-events: inherit;
    top: 160px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: visible;
  }
  .aside.aside-mobile-active {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .aside {
    left: 0;
    top: 0;
    opacity: 1;
    width: 240px;
    display: block;
  }
}
.aside__scroll {
  direction: ltr;
}
@media only screen and (min-width: 768px) {
  .aside__scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) {
  .aside__scroll {
    direction: rtl;
    overflow-y: auto;
    min-height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .aside__scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
  }
  .aside__scroll::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .aside__scroll::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
  }
  .aside__scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
  }
  .aside__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
  }
  .aside__scroll::-webkit-scrollbar-button {
    display: none;
  }
}
.aside .logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .aside .logo.logo-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    height: 93px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    margin-bottom: 13px;
  }
  .aside .logo.logo-lg img {
    margin-top: -3px;
    width: 204px;
  }
}
@media screen and (max-height: 920px) {
  .aside .logo.logo-lg {
    margin-bottom: 8px;
  }
}
@media screen and (max-height: 790px) {
  .aside .logo.logo-lg {
    margin-bottom: 13px;
  }
}
.aside .mobile-catalog-title {
  font-size: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EEF2F6;
  padding-left: 15px;
}
.aside .mobile-catalog-title span {
  margin-left: 4px;
  margin-bottom: -2px;
  font-size: 18px;
  color: #818489;
}
@media screen and (min-width: 768px) {
  .aside .mobile-catalog-title {
    display: none;
  }
}
.aside .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  direction: ltr;
}
.aside .menu__arrow {
  margin-right: 15px;
  opacity: 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 991px) {
  .aside .menu__arrow {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .aside .menu__arrow {
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.aside .menu__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 50%;
  max-width: 26px;
}
.aside .menu__icon_AR-back {
  display: block;
  width: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  fill: #a7a9ac;
}
@media only screen and (min-width: 768px) {
  .aside .menu__icon {
    display: block;
  }
}
.aside .menu__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  text-transform: uppercase;
  padding-left: 65px;
  font-weight: 600;
  height: 51px;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px solid #EEF2F6;
}
@media only screen and (min-width: 768px) {
  .aside .menu__link {
    border-bottom: 0;
    padding-left: 65px;
    height: 51px;
  }
}
.aside .menu__link > span,
.aside .menu__link > a {
  display: block;
  border-bottom: 1px solid #F2F5F8;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 51px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aside .menu__link:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.aside .menu__link:hover,
.aside .menu__link.menu__link-active {
  background-color: #EFF6FF;
}
.aside .menu__link:hover:after,
.aside .menu__link.menu__link-active:after {
  background: #F6D300;
}
.aside .menu__link:hover .menu__arrow,
.aside .menu__link.menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .aside .menu__link:hover .menu__arrow,
  .aside .menu__link.menu__link-active .menu__arrow {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu .is-opened > .menu__link > a {
    color: #0C6DE2;
  }
  .aside .menu .is-opened > .menu__link::after {
    display: none;
  }
  .aside .menu .is-opened > .menu__link .menu__arrow {
    fill: #0C6DE2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.aside .menu__link_ar {
  color: #0C6DE2;
  padding-left: 65px;
}
@media screen and (max-width: 991px) {
  .aside .menu__link_ar .menu__icon {
    display: block;
    max-width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active {
    background: none;
  }
  .aside .menu__link-active:hover {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active:hover,
  .aside .menu__link-active a {
    background-color: #EFF6FF;
    color: #0C6DE2;
  }
}
.aside .menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active .menu__arrow {
    fill: #0C6DE2;
  }
}
.aside .menu ul {
  display: none;
}
@media only screen and (max-width: 767px) {
  .aside .menu_hidden {
    display: none;
  }
}
.aside .contacts {
  font-size: 14px;
  padding: 20px 20px 25px;
  position: relative;
  display: none;
  direction: ltr;
}
.aside .contacts__toggle {
  position: relative;
  z-index: 1;
  display: none;
}
.aside .contacts > span {
  display: inline-block;
  margin-bottom: 3px;
}
.aside .contacts__phone {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1300px) {
  .aside .contacts__phone {
    font-size: 18px;
  }
}
.aside .contacts__email {
  font-size: 15px;
}
@media screen and (max-height: 790px) {
  .aside .contacts {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .aside .contacts .contacts__content > span,
  .aside .contacts .contacts__phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .aside .contacts {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .aside.aside-hidden {
    width: 60px;
    overflow: unset;
  }
  .aside.aside-hidden .logo-xs {
    display: block;
    padding: 6px;
  }
  .aside.aside-hidden .logo-xs img {
    width: 48px;
  }
  .aside.aside-hidden .logo-lg {
    display: none;
  }
  .aside.aside-hidden .menu__link {
    height: 34px;
  }
  .aside.aside-hidden .menu__link:hover,
  .aside.aside-hidden .menu__link.menu__link-active {
    width: 240px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .aside.aside-hidden .menu__link:hover span,
  .aside.aside-hidden .menu__link.menu__link-active span {
    border-bottom: 0;
  }
  .aside.aside-hidden .menu__link:hover:after,
  .aside.aside-hidden .menu__link.menu__link-active:after {
    background: #F6D300;
  }
  .aside.aside-hidden .contacts {
    padding: 15px 20px 35px;
  }
  .aside.aside-hidden .contacts__toggle {
    display: block;
  }
  .aside.aside-hidden .contacts span {
    display: none;
  }
  .aside.aside-hidden .contacts__content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 237px;
    padding-left: 60px;
    padding-top: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .aside.aside-hidden .contacts__phone {
    font-size: 14px!important;
    margin-bottom: 0;
    display: inline-block;
  }
  .aside.aside-hidden .contacts__mail {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
  }
  .aside.aside-hidden .contacts:hover .contacts__content {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media (min-width: 992px) {
  .menu-AR {
    display: none;
  }
}
.with_bx_pannel .aside {
  top: 39px;
}
.submenu {
  display: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  direction: ltr;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  /*&_lv3 &__link &__arrow {
		@media @desktop {
			display: none;
		}
	}*/
}
@media only screen and (min-width: 768px) {
  .submenu {
    position: fixed;
    width: 240px;
    left: 240px;
    top: 0;
    z-index: 114;
    bottom: 0;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (min-width: 992px) {
  .submenu::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
  }
  .submenu::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .submenu::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
  }
  .submenu::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
  }
  .submenu::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
  }
  .submenu::-webkit-scrollbar-button {
    display: none;
  }
}
.submenu-active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .submenu_lv2 {
    left: 240px;
  }
}
.submenu_lv3 ul {
  display: none;
}
.submenu_lv3 .submenu__item_visible {
  display: block;
}
.submenu_lv3 .submenu__item_visible.level4menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .submenu_lv3 {
    left: 480px;
  }
}
.submenu_lv4 ul {
  display: none;
}
.submenu_lv4 .submenu__item_visible {
  display: block;
}
@media only screen and (min-width: 768px) {
  .submenu_lv4 {
    left: 720px;
  }
}
.submenu__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 23px;
  margin-bottom: 23px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .submenu__title {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu__title > .link--default {
    padding-top: 23px;
  }
  .submenu__title > .link--default > a {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEF2F6;
    display: block;
  }
  .submenu__title > .link--default > a:hover {
    background-color: #EFF6FF;
    color: #0C6DE2;
  }
  .submenu__title .submenu__arrow {
    -webkit-transform: none;
    transform: none;
    top: 25px;
  }
}
.submenu__title_mobile {
  margin-bottom: 0;
  padding: 0 16px;
  background-color: #F2F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .submenu__title_mobile {
    padding: 0;
    background: none;
  }
}
.submenu__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .submenu__back {
    display: none;
  }
}
.submenu__back-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu__back-text {
  border: none;
  padding: 17px 0;
  padding-left: 12px;
  text-transform: uppercase;
  font-size: 12px;
}
.submenu__all {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEF2F6;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.33;
  color: #0C6DE2;
  font-weight: normal;
}
.submenu__all:hover {
  background: #EFF6FF;
}
@media only screen and (min-width: 768px) {
  .submenu__all {
    width: 100%;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.submenu__link {
  position: relative;
  display: block;
}
.submenu__link a {
  display: block;
  line-height: 1.1;
  padding: 18px 16px;
  padding-right: 31px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #F2F5F8;
}
.submenu__link:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .submenu__link:hover {
    background: #EFF6FF;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__link:hover {
    background: #EFF6FF;
    color: #0C6DE2;
  }
}
.submenu__link:hover .menu__arrow {
  fill: #0C6DE2;
}
.submenu__link_without-children:hover svg.menu__arrow {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .submenu__link {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .submenu__link a {
    display: block;
    padding: 19px 30px;
    padding-right: 30px;
    border-bottom: none;
  }
  .submenu__link_without-children:hover svg.menu__arrow {
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__link a {
    padding-left: 30px;
    font-weight: 600;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    border: none;
  }
}
.submenu__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .submenu .is-opened > .submenu__link {
    background-color: #EEF2F6;
  }
  .submenu .is-opened:hover > .submenu__link {
    background-color: #EEF2F6;
  }
}
@media only screen and (max-width: 767px) {
  .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    fill: #0C6DE2;
  }
}
@media only screen and (min-width: 768px) {
  .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    fill: #0C6DE2;
  }
}
.is-opened > .submenu__link > .submenu__link-a {
  color: #0C6DE2;
}
@media only screen and (min-width: 768px) {
  .submenu__link:hover .submenu__arrow {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }
}
@media only screen and (max-width: 992px) {
  .submenu_lv3 .submenu__link .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.submenu_lv3 .is-opened .submenu__arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  .submenu_lv3 .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
.submenu-active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: none;
  transform: none;
}
.level4menu {
  border-bottom: 1px solid #F2F5F8;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
}
.level4menu .submenu__link-a {
  display: block;
  padding: 18px 16px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.33;
}
@media only screen and (max-width: 992px) {
  .level4menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .level4menu .submenu__link-a {
    padding-left: 45px;
    padding-right: 30px;
  }
}
.submenu__link_without-children svg {
  opacity: 0;
}
.tablet-menu-btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
  border: 0;
  color: #fff;
  direction: initial;
}
.tablet-menu-btn .svg--mobile-catalog {
  margin-right: 12px;
}
.tablet-menu-btn svg {
  fill: #ffffff;
}
.isMobile .aside-hidden .arrow-right {
  display: none;
}
.isMobile .aside-hidden .is-ar .arrow-right {
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-wrapper.isMobile .page-header {
    left: 0px!important;
  }
  .site-wrapper.isMobile .site-content {
    margin-left: 0px!important;
  }
  .site-wrapper.isMobile .aside {
    left: -250px !important;
    top: 160px;
  }
  .site-wrapper.isMobile .aside .menu__arrow {
    opacity: 1!important;
  }
  .site-wrapper.isMobile .aside .logo.logo-lg {
    display: none!important;
  }
  .site-wrapper.isMobile .burger-menu {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .site-wrapper.isMobile .submenu_lv3 .submenu__link .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .site-wrapper.isMobile .level4menu .submenu__link-a {
    padding-left: 45px;
    padding-right: 30px;
  }
  .site-wrapper.isMobile .aside-hidden {
    width: 240px;
  }
  .site-wrapper.isMobile .aside-hidden .arrow-right {
    display: none!important;
  }
  .site-wrapper.isMobile .aside-hidden .is-ar .arrow-right {
    display: block!important;
  }
  .site-wrapper.isMobile .aside-hidden .logo-xs {
    display: none!important;
  }
  .site-wrapper.isMobile .aside-hidden .menu__link {
    height: unset;
  }
  .site-wrapper.isMobile .is-ar {
    max-height: 51px;
  }
}
.mCS-custom-default.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E8E8ED !important;
  width: 7px;
}
.mCS-custom-default.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
}
.mCS-custom-default.mCSB_scrollTools {
  width: 25px;
}
.mCS-hidden .mCSB_draggerRail {
  background: transparent!important;
}
.mCS-hidden.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0!important;
}
@media screen and (max-width: 480px) {
  .mCSB_container .tab__item {
    font-size: 14px;
  }
}
.mCS-hidden.mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
  position: absolute!important;
}
.mCS-hidden.mCSB_1_dragger_horizontal {
  pointer-events: none!important;
}
.mCS-hidden.mCSB_scrollTools_horizontal {
  pointer-events: none!important;
}
.mCSB_dragger_bar {
  background: transparent!important;
}
.product-mini {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
  padding: 5px;
}
.product-mini .product-mini__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-mini .product-mini__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  text-align: center;
}
.product-mini .product-mini__content {
  margin-left: 10px;
  width: 63%;
}
.product-mini .product-mini__title {
  font-size: 13px;
  font-weight: 400;
  color: #262626;
}
.product-mini .product-mini__info {
  margin-top: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-mini .product-mini__price {
  font-size: 16px;
  font-weight: 600;
}
.product-mini .product-mini__quantity {
  position: relative;
  z-index: 1;
}
.product-mini:hover .product-mini__title {
  color: #0C6DE2;
}
.product-mini.js-copy-product {
  display: none;
}
.text_404 {
  font-size: 20px;
  color: #707070;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.text_404_mini {
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
}
.button404 {
  margin-bottom: 20px;
}
.up {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 49;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.up button {
  border: 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.up button svg {
  fill: #262626;
}
.up button svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.up button svg #pathArrow {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.up button svg #pathUp {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.up button:hover svg {
  fill: #0C6DE2;
}
.up button:hover svg #pathArrow {
  -webkit-transform: none;
  transform: none;
}
.up button:hover svg #pathUp {
  -webkit-transform: translateY(2px) scaleY(1.5);
  transform: translateY(2px) scaleY(1.5);
}
.up--active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: inherit;
}
.filter-popover {
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  margin-right: 15px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.06));
  border-radius: 4px;
  height: 64px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-popover--active {
  opacity: 1;
  pointer-events: inherit;
}
.filter-popover:after {
  content: '';
  border: 10px solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-color: #fff;
  bottom: 50%;
  left: 100%;
  margin-bottom: -7px;
  position: absolute;
}
.filter-popover .btn {
  width: 120px;
}
.filter-popover__find {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.filter-popover__find b {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .filter-popover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 5px;
    top: 80px;
  }
  .filter-popover:after {
    display: none;
  }
}
.payments-block {
  margin-bottom: 70px;
}
.payments-block__anons {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #666666;
  margin-bottom: 30px;
}
.payment-item:not(:last-child) {
  margin-bottom: 47px;
}
.payment-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.payment-item__img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #eceff1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
.payment-item__text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #666666;
}
.payment-item__link {
  font-weight: 600;
  color: #333333;
}
.table__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEF2F6;
  min-height: 80px;
  padding: 20px 0;
  margin-top: -1px;
}
.table__row-title {
  border: none;
  min-height: 30px;
  color: #818489;
  display: none;
  padding: 15px 0 5px 0;
}
.table__col {
  width: 100%;
  padding: 0 20px;
}
.table__col span {
  font-size: 13px;
  color: #818489;
}
.container-search-store {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .container-search-store {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.container-search-store .btn-group {
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container-search-store .btn-group {
    margin-top: 0;
    width: auto;
    margin-left: 15px;
  }
}
.container-search-store .btn-group .btn-group__btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .container-search-store .btn-group .btn-group__btn {
    width: 120px;
  }
}
.search-store-form {
  position: relative;
  width: 100%;
}
.search-store-form__button {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 17px;
  right: 17px;
}
.title-search-result {
  font-size: 16px;
  margin-top: 20px;
}
.table__search-box {
  display: none;
  margin-bottom: 20px;
}
.table__search-box-active {
  display: block;
}
.table__search-store-result {
  margin-top: 10px;
}
.table__search-store-result .table__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .table__search-store-result .table__row-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .table__search-store-result .table__row:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 1200px) {
  .table__search-store-result .table__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.table__search-store-result .table__col {
  margin-top: 5px;
}
.table__search-store-result .table__col:first-child {
  margin-top: 0;
}
.table__search-store-result .table__col:nth-child(3) {
  line-height: 1.25;
}
.table__search-store-result .table__col:first-child .link {
  color: #4F95E8;
}
.aside-nav-links {
  display: block;
  width: 100%;
  border-left: 1px solid #EEF2F6;
  min-height: 50%;
}
@media (max-width: 500px) {
  .aside-nav-links {
    display: none;
  }
}
.aside-nav-links .aside-nav-links__item {
  padding-left: 30px;
  height: 60px;
  border-bottom: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEF2F6;
}
@media screen and (min-width: 480px) {
  .table-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.table-footer .table-footer__result-count {
  display: none;
}
@media screen and (min-width: 480px) {
  .table-footer .table-footer__result-count {
    display: block;
  }
}
.table-footer .table-footer__btn-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-footer .table-footer__btn-group .btn-link-image:not(:first-child) {
  margin-left: 23px;
}
@media screen and (min-width: 1200px) {
  .w35 {
    width: 35%;
  }
  .w20 {
    width: 20%;
  }
  .w25 {
    width: 25%;
  }
  .w55 {
    width: 55%;
  }
}
.modul-title {
  font-size: 25px;
}
.modul-title__count {
  font-size: 23px;
  color: #818489;
}
.modul-section {
  margin-bottom: 40px;
}
.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}
.text-icon__media {
  --size: 84px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
  background-color: #EBEEF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .text-icon__media {
    --size: 90px;
  }
}
.text-icon__img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.text-icon__title {
  padding-left: 17px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
.layout {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout {
    margin-bottom: 48px;
  }
}
.layout__brands {
  margin-bottom: 28px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #F2F5F8;
}
@media only screen and (min-width: 768px) {
  .layout__brands {
    margin-left: 0;
  }
}
.layout__all {
  margin-bottom: 30px;
  margin-top: 25px;
}
.layout__letter {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F2F5F8;
}
.layout__letter:last-child {
  padding-bottom: 0;
  border: none;
  margin: 0;
}
.brand-list {
  margin-top: -23px;
  padding: 0 15px;
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 768px) {
  .brand-list {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-list {
    margin-top: -26px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.brand-list__link {
  margin-top: 19px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .brand-list__link {
    padding-left: 20px;
    padding-right: 20px;
    width: 190px;
    height: 93px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-list__link {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    width: 14.2857%;
  }
}
.brand-list__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.brand-letters {
  margin: 0 -15px;
  margin-left: -10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 992px) {
  .brand-letters {
    margin-top: 21px;
  }
}
.brand-letters::after,
.brand-letters::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-letters::before {
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
}
.brand-letters__item {
  padding: 0 15px;
  border-right: 1px solid #F2F5F8;
  scroll-snap-align: start;
}
.brand-letters__link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
}
.brand-categories {
  margin: 0 -15px;
  margin-left: -10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 992px) {
  .brand-categories {
    overflow: hidden;
  }
}
.brand-categories::after,
.brand-categories::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-categories::before {
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
}
.brand-categories__item {
  padding: 0 10px;
  border-right: 1px solid #F2F5F8;
  font-size: 15px;
  line-height: 1.33;
  white-space: nowrap;
  scroll-snap-align: start;
}
.brand-categories__link_active {
  color: #0C6DE2;
}
.brand-letter {
  position: relative;
}
.brand-letter__id {
  top: -80px;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
@media only screen and (min-width: 768px) {
  .brand-letter__id {
    top: -180px;
  }
}
.brand-letter__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .brand-letter__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-letter__title {
    font-size: 30px;
  }
}
.brand-letter__list {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.brand-letter__list::after {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-letter__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 20px;
  margin-top: 20px;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .brand-letter__item {
    margin-top: 22px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .brand-letter__item {
    -ms-flex-preferred-size: 14.2857%;
    flex-basis: 14.2857%;
  }
}
.brand-letter__footer {
  margin-top: 20px;
}
.brand-letter__all {
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  color: #0C6DE2;
}
.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #F2F5F8;
  padding: 19px 20px;
  padding-top: 23px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  min-height: 118px;
}
@media only screen and (min-width: 768px) {
  .brand {
    min-height: 150px;
    padding: 19px 22px;
    padding-top: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .brand {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.brand__media {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .brand__media {
    margin-bottom: 23px;
    min-height: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .brand__media {
    min-height: 80px;
  }
}
.brand__img {
  max-width: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .brand__img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .brand__img {
    max-height: 80px;
  }
}
.brand__title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.brand:hover {
  border-color: #F5D12F;
  color: #262626;
}
.grid_brands .grid__content {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .grid_brands .grid__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .grid_brands .layout__all {
    padding: 20px 15px 0 15px;
  }
  .grid_brands .layout__content {
    padding: 0 15px 0 15px;
  }
}
.ar-btn svg {
  vertical-align: top;
}
.ar-wrap {
  height: 100%;
}
.ar-block {
  width: 100%;
  height: 100%;
}
.ar-wrap-popup {
  width: 100%;
  max-width: 900px;
  height: 100%;
}
