@font-face {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 400;
  src: url(../.././assets/fonts/TTCommons-Regular.woff2) format("woff2"),
    url(../.././assets/fonts/TTCommons-Regular.woff) format("woff");
}
@font-face {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 500;
  src: url(../.././assets/fonts/TTCommons-Medium.woff2) format("woff2"),
    url(../.././assets/fonts/TTCommons-Medium.woff) format("woff");
}
@font-face {
  font-family: TT Commons;
  font-style: normal;
  font-weight: 600;
  src: url(../.././assets/fonts/TTCommons-DemiBold.woff2) format("woff2"),
    url(../.././assets/fonts/TTCommons-DemiBold.woff) format("woff");
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-28 {
  font-size: 28px;
  line-height: 36px;
}
.font-md {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a, button, input, textarea, select, .dropdown-title {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.ui {
  fill: none;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
i.pdf {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: -12px;
    margin-right: 10px;
    stroke: red;
    stroke-width: 5px;
}
.icon--default {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/test.svg);
}
.icon--cabinet {
  background-image: url(../.././assets/images/cabinet.svg);
}
.icon--orders {
  background-image: url(../.././assets/images/orders.svg);
}
.icon--reviews {
  background-image: url(../.././assets/images/reviews.svg);
}
.icon--price {
  background-image: url(../.././assets/images/price.svg);
}
.icon--eye {
  width: 24px;
  height: 24px;
  transform: scale(0.75);
  background-image: url(../.././assets/images/eye.svg);
}
.pesonal_price_icon {
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ef713b;
  mask-image: url(../.././assets/images/price.svg);
}
.icon--phone {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/contacts.svg);
}
.icon--mail {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/mail.svg);
}
.icon--cart {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/cart.svg);
}
.icon--cart-white {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/cart-white.svg);
}
.icon--search {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../.././assets/images/search.svg);
}
.icon--user {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/user.svg);
}
.icon--menu {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/menu.svg);
}
.icon--compare {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/compare.svg);
}
.icon--remove {
  background-image: url(../.././assets/images/remove.svg);
  filter: opacity(0.3);
}
.icon--remove:hover svg path {
  fill: #ef713b;
}
.icon--remove:hover {
  filter: opacity(0.9);
  background-image: url(../.././assets/images/remove-hover.svg);
}
.icon--star {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/star.svg);
}
.icon--star.filled {
  background-image: url(../.././assets/images/star_filled.svg);
}
#icon--compare {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/compare.svg);
}
.icon--favorite {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/favorite.svg);
}
#icon--favorite {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/favorite.svg);
}
#icon--cart {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/cart.svg);
}
#icon--close {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/close.svg);
}
.icon--info {
  width: 20px;
  height: 20px;
  background-image: url(../.././assets/images/info.svg);
}
.icon--close {
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.icon--close:hover {
  filter: invert(72%) sepia(80%) saturate(4329%) hue-rotate(336deg)
    brightness(97%) contrast(93%);
}
.delivery1 {
  background-image: url(../.././assets/images/delivery1.svg);
}
.delivery2 {
  background-image: url(../.././assets/images/delivery2.svg);
}
.delivery3 {
  background-image: url(../.././assets/images/delivery3.svg);
}
.nav_item_mok_icon {
  background-image: url(../.././assets/images/nav_item_mok_icon.svg);
}
.icon--compare-light {
  width: 20px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../.././assets/images/compare-light.svg);
}
.icon--favorite-light {
  width: 20px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #cacbce;
  mask-image: url(../.././assets/images/favorite-light.svg);
}
.city-icon {
  width: 16px;
  height: 20px;
  background-image: url(../.././assets/images/city-icon.svg);
}
.dropdown-arrow {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/dropdown-arrow.svg);
}
.arrow-top {
  width: 24px;
  height: 24px;
  mask-image: url(../.././assets/images/icon-up-arrow.svg);
}
.arrow-box-blue {
  background-image: url(../.././assets/images/arrow-box-blue.svg);
}
.catalog__item-parent-icon {
  mask-image: url(../.././assets/images/menu_sprite.svg);
}
.upload-icon-orange {
  width: 20px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ef713b;
  mask-image: url(../.././assets/images/upload.svg);
}
.dl-logo {
  background-image: url(../.././assets/images/dl.png);
}
.bs-logo {
  background-image: url(../.././assets/images/bs.png);
}
.pecom-logo {
  background-image: url(../.././assets/images/pecom.png);
}
.jde-logo {
  background-image: url(../.././assets/images/jde.png);
}
.payment-mc {
  background-image: url(../.././assets/images/payment-mc.svg);
}
.payment-visa {
  background-image: url(../.././assets/images/payment-visa.svg);
}
.payment-mir {
  background-image: url(../.././assets/images/payment-mir.svg);
}
.doc_icon_list {
  background-image: url(../.././assets/images/list.svg);
}
.doc_icon_req {
  background-image: url(../.././assets/images/req.svg);
}
.doc_icon_sert {
  background-image: url(../.././assets/images/sert.svg);
}
.doc_icon_cat {
  background-image: url(../.././assets/images/cat.svg);
}
.doc_icon_gost {
  background-image: url(../.././assets/images/gost.svg);
}
.service-img-1 {
  background: url(../.././assets/images/service-img1.png) right no-repeat;
}
.service-img-1:hover {
  background-image: url(../.././assets/images/service-img1-hover.png);
}
.service-img-2 {
  background: url(../.././assets/images/service-img2.png) right no-repeat;
}
.service-img-2:hover {
  background-image: url(../.././assets/images/service-img2-hover.png);
}
.service-img-3 {
  background: url(../.././assets/images/service-img3.png) right no-repeat;
}
.service-img-3:hover {
  background-image: url(../.././assets/images/service-img3-hover.png);
}
.service-img-4 {
  background: url(../.././assets/images/service-img4.png) right no-repeat;
}
.service-img-4:hover {
  background-image: url(../.././assets/images/service-img4-hover.png);
}
.service-img-5 {
  background: url(../.././assets/images/service-img5.png) right no-repeat;
}
.service-img-5:hover {
  background-image: url(../.././assets/images/service-img5-hover.png);
}
.service-img-6 {
  background: url(../.././assets/images/service-img6.png) right no-repeat;
}
.service-img-6:hover {
  background-image: url(../.././assets/images/service-img6-hover.png);
}
.service-img-7 {
  background: url(../.././assets/images/service-img7.png) right no-repeat;
}
.service-img-7:hover {
  background-image: url(../.././assets/images/service-img7-hover.png);
}
.service-img-8 {
  background: url(../.././assets/images/service-img8.png) right no-repeat;
}
.service-img-8:hover {
  background-image: url(../.././assets/images/service-img8-hover.png);
}
[class^="welcome-widget-icon"] {
  width: 112px;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -20px;
}
.welcome-widget-icon-1 {
  background-image: url(../.././assets/images/welcome-widget-1.svg);
}
.welcome-widget-icon-2 {
  background-image: url(../.././assets/images/welcome-widget-2.svg);
}
.welcome-widget-icon-3 {
  background-image: url(../.././assets/images/welcome-widget-3.svg);
}
.welcome__slide__bg {
  height: 100%;
  display: none;
}
@media (min-width: 767px){
  .welcome__slide__bg:has(.desktop) {
    display: block !important;
  }
  .welcome__slide__bg:not(.desktop) {
    display: none !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .welcome__slide__bg:has(.tablet) {
    display: block !important;
  }
  .welcome__slide__bg:not(.tablet) {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .welcome__slide__bg:has(.mobile) {
    display: block !important;
  }
  .welcome__slide__bg:not(.mobile) {
    display: none !important;
  }
}

.catalog-test-img {
  background-image: url(../.././assets/images/f234ebc1be03427ae7af8e162a9f660211eddc4c.jpg);
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
}
.slick-slider .slick-list {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-slider .slick-track {
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-list {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
  cursor: pointer;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.orange-slick-arrow {
  cursor: pointer;
  background: #f6f6f6;
  padding: 3px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  z-index: 2;
}
.slick-dots {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.slick-dots button {
  background-color: #ebebeb;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 4px;
  margin: 0 2px;
  padding: 0;
  width: 12px;
}
.slick-active button {
  background-color: #ef713b;
  cursor: default;
}
.slides {
  max-width: 840px;
}
.slides img {
  width: 100%;
}
.slides .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
}
.slides .slick-arrow:before {
  background-image: url(../.././assets/images/slick-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 72px;
  width: 72px;
}
.slides .slick-prev {
  left: -52px;
}
.slides .slick-next {
  right: -52px;
}
.slides .slick-next:before {
  margin-top: -8px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .carousel .slick-prev {
    -ms-transform: translateX(calc(var(--col) / 2 + 44px));
    transform: translateX(calc(var(--col) / 2 + 44px));
  }
  .carousel .slick-next {
    -ms-transform: translateX(calc(var(--col) * -1 / 2 - 44px));
    transform: translateX(calc(var(--col) * -1 / 2 - 44px));
  }
}
.blue {
  color: #184076;
}
.white {
  color: #fff;
}
.white52 {
  color: hsla(0, 0%, 100%, 0.52);
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 32px;
}
.mb-72 {
  margin-bottom: 72px;
}
* {
  box-sizing: border-box;
  font-family: "TT Commons";
  font-smooth: antialiased;
}
.test_pannel__list li {
  background-color: #828487;
}
p,
.container,
footer,
.subscribe {
  font-family: "TT Commons";
  line-height: 26px;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .container {
    padding: 0 28px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: calc(100% - 108px) !important;
    padding: 0 54px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  footer {
    width: calc(100% - 44px);
    padding: 0 22px;
  }
}
ul,
li {
  padding-left: 0;
  padding: 8px 0;
  list-style-type: none;
}
ul.list {
  margin-left: 24px;
  padding: 0;
}
ul.list > li {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
ul.list > li:before {
  background-color: #184076;
  border-radius: 1px;
  content: "";
  display: block;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  height: 6px;
  margin-right: 24px;
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
  width: 6px;
}
body {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.link,
a {
  color: #a0a3a7;
  text-decoration: none;
  cursor: pointer;
}
.link:hover,
a:hover {
  color: gray;
}
.link.black,
a.black {
  color: #333;
}
.link.orange,
a.orange {
  color: #ef713b;
}
.link.blue,
a.blue {
  color: #184076;
}
.link.grey,
a.grey {
  color: #000;
  background-color: #e5e5e6;
}
.link.link__primary,
a.link__primary {
  color: #ef713b;
}
.link.link__primary:hover,
a.link__primary:hover {
  filter: brightness(1.1);
}
.orange {
  color: #ef713b;
}
.title__large,
h1 {
  font-family: "TT Commons";
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
  .title__large,
  h1 {
    font-size: 28px;
    line-height: 1.285714;
    margin-bottom: 24px;
  }
}
h2 {
  font-family: "TT Commons";
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333333;
}
h2.text__bold {
  font-weight: 600;
}
.title__middle {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333333;
  margin: 0.83em 0;
}
.title__middle.text__bold {
  font-weight: 600;
}
.title_h2 {
  font-family: "TT Commons";
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 32px;
}
h3 {
  font-family: "TT Commons";
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 60px;
}
@media (max-width: 767px) {
  h3 {
    margin-top: 40px;
  }
}
h3.nm {
  margin-top: 0;
}
h3.title {
  margin-top: 1em;
}
h4 {
  font-family: "TT Commons";
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.title__mb {
  margin-bottom: 0;
}
.about {
  background-color: #ef713b;
  position: relative;
}
.about__head {
  margin-left: 8.333333%;
  margin-right: 25%;
  padding-top: 38px;
  padding-bottom: 40px;
}
.about__head::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../.././assets/images/about.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 40%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .about__head::before {
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
  }
}
@media (max-width: 1219px) {
  .about__head {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about__head__content {
    flex-wrap: wrap;
  }
}
.about .title__xxl {
  padding-top: 22px;
  padding-bottom: 28px;
  font-size: 48px;
}
@media (max-width: 1219px) {
  .about .title__xxl {
    padding-top: 4px;
    margin-top: 0;
    padding-bottom: 13px;
  }
}
.about__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 84px;
}
@media (max-width: 1023px) {
  .about__title {
    font-size: 52px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 40px;
    line-height: 52px;
  }
}
.about__description {
  padding-left: 5%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .about__description {
    padding-left: 0;
    padding-top: 17px;
  }
}
.about__container {
  background: linear-gradient(180deg, #fff 0%, #f6f6f6 100%);
  padding-bottom: 80px;
}
@media (max-width: 1219px) {
  .about__container {
    padding-top: 54px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .about__container {
    padding-top: 24px;
  }
}
.about__container .article__title {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .about__container .article__title {
    padding-top: 0;
  }
}
.about__container .article__title .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--col) * -1 / 2);
  margin-right: calc(var(--col) * -1 / 2);
}
.about__container .article__title .row .about__nm {
  padding: 0 12px;
}
.about__container .container {
  width: 100%;
}
.about__nm {
  margin-bottom: 23px;
}
.about__nm__title {
  margin-bottom: 11px;
}
.about__best {
  height: 272px;
  background-color: #fff;
  padding: 32px 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .about__best {
    height: 152px;
    margin-bottom: var(--col);
  }
}
@media (max-width: 767px) {
  .about__best {
    height: 100px;
    padding: 16px 140px 16px 20px;
  }
  .about__best br {
    display: none;
  }
}
.about__best b {
  font-weight: 600;
  font-size: 200px;
  line-height: 1;
  color: #f6f6f6;
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media (max-width: 767px) {
  .about__best b {
    font-size: 100px;
    bottom: -16px;
  }
}
.about-gallery {
  padding-bottom: 60px;
  margin-left: 8.333333%;
  margin-right: 25%;
}
@media screen and (max-width: 768px) {
  .about-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-page {
  overflow-x: hidden;
  width: 100%;
}
.about-page * {
  box-sizing: border-box;
}
.about-page .about-gallery-container {
  width: 100%;
}
.about-video-poster {
  background: url(../.././assets/images/rusbeltVideo_2x.png) center no-repeat;
  background-size: cover;
}
.advantages__container {
  margin-top: 80px;
}
.advantages__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1219px) {
  .advantages__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .advantages__content {
    grid-template-columns: 1fr;
  }
}
.advantages h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
}
.advantages__item {
  max-width: 340px;
  margin: 0 20px 60px 0;
}
.advantages__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1f5399;
}
.article {
  margin-left: 8.333333%;
  margin-right: 25%;
}
@media (max-width: 769px){
  .article img {
    transform: scale(0.5);
    transform-origin: left;
  }
  .teamitem__image img {
    transform: scale(0.75) !important;
  }
}
.article li {
  list-style-type: decimal !important;
  margin-left: 20px;
}
.article__info * {
  font-family: "TT Commons";
  font-size: 20px;
  line-height: 28px;
}
.article__rating {
  background: url(../.././assets/images/star.svg) 0 0 repeat-x;
  height: 24px;
  position: relative;
  width: 120px;
}
.article__rating__progress {
  background: url(../.././assets/images/star_filled.svg) 0 0 repeat-x;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
.article-detail__banner__left .profile-name {
  font-weight: 500;
}
.article-detail__banner__right {
  position: relative;
  padding-left: 50px;
}
.article-detail__banner__right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.67em;
  width: 1px;
  height: 75%;
  padding-left: 30px;
  border-left: 1px solid #cacbce;
}
.article-detail__post-info {
  width: 200px;
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 12px;
  color: #a0a3a7;
  font-size: 14px;
}
.article-detail__post-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-detail__post-info__views {
  display: flex;
  align-items: center;
}
.article .row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--col) * -1 / 2);
  margin-right: calc(var(--col) * -1 / 2);
}
.article .preim-item-button {
  background-color: #ef723c;
  color: #fff;
  transition: ease all 0.3s;
  margin: 45px auto auto;
  display: inline-block;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 786px) {
  .article .preim-item-button {
    min-width: 222px;
  }
}
.article .preim-item-button:hover {
  opacity: 0.8;
  color: #fff;
  transition: ease all 0.3s;
}
.article .preim-item-element.preim-item-element-last {
  background-color: #1e5399;
  color: #fff;
  padding: 30px 0px;
}
.article .preim-item-element-last .preim-item {
  text-align: center;
}
.article .preim-item-element-last .preim-item-tt {
  width: fit-content;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.article .preim-item-ft {
  margin-top: 15px;
  color: #8b8b8b;
  font-family: TT Commons;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.article .preim-item-elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.article .preim-item-elements * {
  font-family: "TT Commons";
}
.article .preim-item-element {
  width: 32%;
  height: 230px;
  background-color: #f6f6f6;
  padding: 62px 22px;
  margin: 10px 0;
  border-radius: 8px;
}
.article .preim-item-tt {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.article .preim-item {
  z-index: 0;
  position: relative;
}
.article .preim-item-number {
  position: absolute;
  width: 80px;
  height: 317px;
  right: 30px;
  top: -110px;
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 500;
  font-size: 247.599px;
  line-height: 317px;
  color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
.article__anons {
  margin-top: 10px;
  padding-bottom: 40px;
}
.article__anons * {
  font-size: 28px;
  line-height: 1.285;
}
@media (max-width: 767px) {
  .article__anons {
    padding-bottom: 12px;
  }
  .article__anons * {
    font-size: 22px;
    line-height: 1.285;
  }
  .teamlist {
    padding-top: 0 !important;
  }
}
.article__social.fixed {
  left: 100%;
  position: absolute;
  top: 0;
  width: 32px;
}
.article__social .social {
  top: 120px;
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 100%;
  position: absolute;
  -ms-transform: translateX(170px);
  transform: translateX(170px);
  z-index: 10;
}
@media (max-width: 1219px) {
  .article__social .social {
    min-width: 300px;
    flex-direction: row;
    padding-top: 0;
    margin: 0 20px;
    left: 0;
    position: static;
    gap: 12px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.article__social .social .social__item {
  margin: 6px 0;
}
.article__social .social.fixed {
  left: auto;
  position: fixed;
}
.article__social .social.sticky {
  position: absolute;
}
@media screen and (max-width: 1219px) {
  .article {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .article .preim-item-element {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .article .preim-item-element {
    width: 100%;
  }
}
.sert {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: nowrap !important;
  gap: 12px;
}
.sert__item * {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.sert__item {
  height: 318px;
  background-color: #f4f4f5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sert__item__block__text {
  align-items: start;
}
.sert__item__block__title {
  margin-top: 26px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
}
.sert__item__block__date {
  color: #828487;
  font-size: 14px;
}
.sert__item__block__image {
  position: absolute;
  bottom: -40px;
}
.sert__item__block__image img {
  height: 249px;
}
.sert__item__block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 10px;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: #ef713b;
}
.sert__item__block__btn__icon {
  display: block;
  -webkit-filter: invert(100%) brightness(10);
  filter: invert(100%) brightness(10);
}
.sert__item .fade {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 15%;
  background: linear-gradient(
    180deg,
    rgba(244, 244, 245, 0) 0%,
    rgb(244, 244, 245) 100%
  );
}
@media (max-width: 1023px) {
  .sert__item__block__text {
    padding: 0 12px;
  }
  .sert__item__block__image img {
    height: 229px;
  }
}
@media (max-width: 769px) {
  .sert {
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
  }
  .sert__item {
    height: 278px;
  }
  .sert__item__block__title {
    font-size: 14px;
  }
  .sert__item__block__image {
    bottom: -60px;
  }
  .sert__item__block__image img {
    height: 199px;
  }
}
@media (max-width: 550px) {
  .sert {
    grid-template-columns: repeat(2, 1fr);
  }
  .sert__item {
    height: 224px;
  }
  .sert__item__block__btn {
    display: none;
  }
  .sert__item__block__image {
    bottom: -100px;
  }
  .sert__item__block__image img {
    height: 149px;
  }
}
.service-select option {
  font-size: 16px;
}
.service-article {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 20px;
  line-height: 1.4;
  margin-left: 8.333333%;
  margin-right: 25%;
  padding-top: 60px;
}
.service-article .article__linear-bg {
  position: relative;
}
.service-article .article__linear-bg.bg-news::before {
  top: -60px;
}
.service-article .article__linear-bg::before {
  background: linear-gradient(0deg, #fff, #f6f6f6);
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  max-height: 552px;
  pointer-events: none;
  position: absolute;
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  overflow-x: hidden;
}
.service-article .open__service_popup-js {
  margin-top: 50px;
  display: block;
  width: 175px;
}
.services__popular {
  padding-top: 40px;
  margin-right: -20px;
  margin-left: -20px;
}
.services__popular .catalog-item {
  margin-right: 20px;
  margin-left: 20px;
}
.banner .container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 650px;
  padding-top: 63px;
}
.banner .container.suppliers {
  padding-top: 0;
}
.banner .row {
  margin-top: 0;
}
.banner .industry {
  background: #184076 url(../.././assets/images/industry_2x.png) top/1440px 100% no-repeat;
  color: #fff;
  position: relative;
  -ms-transform: translateY(-92px);
  transform: translateY(-92px);
  z-index: 1;
  top: 75px;
}
@media (max-width: 1024px) {
  .industry {
    background-size: cover !important;
    max-height: 400px;
  }
  .industry .container {
    padding-top: 0 !important;
  }
}
.banner .industry .action {
  padding-top: 36px;
}
.banner .industry .crumbs {
  padding-bottom: 18px;
  margin-top: 24px;
}
.banner .industry__description {
  display: block;
  margin-bottom: 62px;
  margin-top: auto;
  max-width: 540px;
}
.banner .industry__description .col6 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  max-width: 230px;
}
.banner .industry__description .col6 img {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .banner .industry__description {
    display: none;
  }
}
.bg-service {
  position: relative;
  min-height: 500px;
  background: url(../.././assets/images/rusbelt-bg-logo.png);
  background-repeat: no-repeat;
  background-position-x: right;
}
.bg-service .service-article {
  padding-top: 60px;
}
@media (max-width: 1219px) {
  .bg-service .service-article {
    margin-right: 0;
    margin-left: 0;
  }
}
.bg-service .article__title {
  max-width: 800px;
}
.bg-service .article__anons {
  max-width: 550px;
  line-clamp: 4;
}
.bg-service .article__social .social {
  transform: translateX(-170px);
}
@media (max-width: 1219px) {
  .bg-service .article__social .social {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -6px 26px;
    position: static;
    top: 0;
    -ms-transform: none;
    transform: none;
  }
  .bg-service .article__social .social .social__item {
    margin: 0 6px;
  }
}
.bg-service__sub-img {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .bg-service__sub-img {
    display: none;
  }
}
.business-info__container {
  background-image: url(../.././assets/images/business-info_img.png);
  background-repeat: no-repeat;
  background-position: 550px 150px;
  height: 670px;
}
.business-info__container::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 670px;
  z-index: -1;
  background-image: linear-gradient(rgba(217, 217, 217, 0), rgb(246, 246, 246));
}
@media (max-width: 1219px) {
  .business-info__container {
    background-position: 340px 150px;
  }
}
@media (max-width: 767px) {
  .business-info__container {
    background-position: 25px 150px;
  }
}
@media screen and (max-width: 550px) {
  .business-info__container {
    background-image: none;
    height: 570px;
  }
  .business-info__container::before {
    height: 570px;
  }
}
.cabinet-info__container {
  margin-top: 100px;
  width: 100%;
}
.cabinet-info__content {
  display: flex;
}
.cabinet-info__inner {
  display: flex;
  justify-content: space-between;
}
.cabinet-info__image {
  padding: 5px 20px;
}
.cabinet-info__list ul {
  max-width: 410px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.cabinet-info__list ul li {
  display: flex;
  margin-bottom: 15px;
}
.cabinet-info__list span {
  margin-left: 5px;
}
.cabinet-info__list-img {
  min-width: 24px;
}
.cabinet-personal__container {
  display: block;
}
@media (max-width: 767px) {
  .cabinet-personal__container {
    display: none;
  }
}
.cabinet-personal__content {
  display: flex;
}
.cabinet-personal__item {
  height: 220px;
  margin: 0 20px 20px 0;
  padding: 30px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.cabinet-personal__item:hover {
  border: 1px solid #ef713b;
}
.cabinet-personal__item:hover .cabinet-arrow path {
  fill: #ef713b;
}
.cabinet-personal__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #000;
}
.cabinet-personal__item h2 {
  margin: 0 !important;
}
.cabinet-personal__item h3 {
  margin: 0 !important;
}
.cabinet-personal__item p {
  margin: 0 !important;
}
.cabinet-personal__item svg {
  margin-right: 10px;
  align-self: end;
}
.cabinet-personal__img {
  display: flex;
  justify-content: space-between;
}
.cabinet-personal .cabinet-mobile {
  display: none;
}
.cheaper-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding-bottom: 80px;
}
.cheaper-content-main {
  margin-bottom: 60px;
}
.cheaper-content-main__req {
  margin-bottom: 60px;
}
.cheaper-content ul li {
  margin-bottom: 15px;
}
.cheaper-content__title {
  font-size: 28px;
  line-height: 36px;
  color: #333;
  margin-bottom: 60px;
}
.cheaper-notification {
  display: flex;
  align-items: center;
  padding: 20px 55px;
  background: #edf0f4;
  margin: 60px 0;
}
.cheaper-notification-content__title {
  font-size: 28px;
  color: #333;
  margin-bottom: 5px;
}
.cheaper-notification-content__desc {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  max-width: 95%;
}
.cheaper-notification__img {
  width: 78px;
  height: 78px;
  margin-right: 30px;
}

.notification-window {
  position: absolute;
  z-index: 10000;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
  padding: 14px 18px;
  min-width: 200px;
  max-width: 720px;
  font-size: 15px;
}

.notification-close {
  position: absolute;
  top: -4px;
  right: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.8em;
  color: #888;
}

.notification-window a:hover,.notification-close:hover {
  color: #ef713b;
}

.notification-content {
  text-align: center;
}

.no-scroll {
  overflow: hidden !important;
}

.child_menu_clicked {
  display: flex !important;
  flex-direction: column;
  max-width: 490px;
  width: 490px;
  border-radius: 0;
  filter: none !important;
  padding: 0 30px;
}
.client-info__desc {
  position: relative;
  padding: 5px;
  border: 1px solid #dfdbdb;
  height: 240px;
  margin-top: 40px;
}
.client-info__desc:after {
  content: "";
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 10%;
  bottom: 100%;
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: 0;
}
.client-info__desc:before {
  content: "";
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 10%;
  bottom: 100%;
  border-bottom-color: #dfdbdb;
  border-width: 13px;
  margin-left: -1px;
}
.client-info__container {
  margin-top: 80px;
}
.client-info__container .slides {
  position: relative;
}
.client-info__container .slides .slick-arrow {
  background-color: #eff0f0;
  height: 40px;
  width: 40px;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  position: absolute;
  z-index: 15;
  top: 115%;
}
.client-info__container .slides .slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(6478%)
    hue-rotate(190deg) brightness(96%) contrast(91%);
}
.client-info__container .slides .slick-arrow::before {
  background-image: url(../.././assets/images/slick-arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
}
.client-info__container .slides .slick-prev {
  left: 0;
}
.client-info__container .slides .slick-next {
  left: 50px;
}
.client-info__image img {
  width: 100%;
  max-width: unset !important;
}
.client-info__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  margin-right: 25px;
}
.company {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.3333%;
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  .company {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .company {
    max-width: 370px;
    flex: 0 0 100%;
    width: 100%;
  }
}
.company div {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .company__text .silver {
    font-size: 16px;
  }
}
.compare {
  margin-bottom: 98px !important;
}
.compare__action {
  display: inline-block;
  left: 0;
  margin-top: 92px;
  position: -webkit-sticky;
  position: sticky;
}
.compare__filter {
  display: inline-block;
  left: 0;
  margin-bottom: 24px;
}
.compare__field .text__medium {
  padding: 20px 0;
}
.compare__field .text__medium .silver {
  display: inline-block;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
.compare__field .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 0px !important;
}
.compare__field .row [class*="col"] {
  min-width: 224px;
}
.compare__field .row:nth-of-type(2n) [class*="col"] {
  padding-bottom: 22px;
  position: relative;
}
.compare__field .row:nth-of-type(2n) [class*="col"]:before {
  background-color: #e0e0e0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.compare__field .text__medium {
  padding: 20px 0;
}
.compare__category {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 36px;
  position: relative;
}
.compare__category__item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 10px 20px;
}
.compare__category__item i {
  -ms-flex-pack: center;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  margin-left: 12px;
  text-align: center;
  width: 24px;
}
.compare__category__item.active {
  color: #184076;
}
.compare__category__item.active i {
  background-color: #ef713b;
}
.compare__category__item.active::before {
  background-color: #184076;
  bottom: 0;
  content: "";
  height: 4px;
  left: 20px;
  position: absolute;
  right: 56px;
}
.compare__category::after {
  background-color: #ebebeb;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.compare__content__product {
  background-color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 70px;
  padding-right: 8.333333%;
  top: -122px;
  z-index: 50;
  margin-right: 0px;
}
.compare__content__product .catalog-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.compare__content__option {
  padding-top: 20px;
}
.compare__content__option summary {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  left: 0;
  list-style: none;
  margin-bottom: 28px;
  padding-right: 40px;
  position: -webkit-sticky;
  position: sticky;
  vertical-align: top;
  z-index: 1;
}
.compare__content__option details summary::after {
  border-color: #ef713b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 4px 0;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 20px;
  vertical-align: middle;
}
.compare__content__option details[open] summary::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ccc;
  border-width: 0 4px 5px;
}
.catalog-item {
  border: 1px solid #e5e5e6;
  border-radius: 10px;
  box-sizing: content-box;
  padding: 12px;
}
.compare .catalog-item__image {
  padding-top: 20px;
}
.compare .catalog-item_header {
  display: none;
}
.compare .catalog-item__label {
  margin-bottom: 20px !important;
}
.compare .catalog-item__params {
  display: none;
}
.compare .catalog-item__sublabel {
  display: none;
}
.compare .catalog-item .item__image__remove {
  display: inline !important;
  color: #858585;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.cooperation-info__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 120px;
}
.cooperation-info__block {
  max-width: 500px;
}
@media (max-width: 767px) {
  .cooperation-info__block {
    width: 70%;
  }
}
.cooperation-info__button {
  margin: 40px 0 80px;
}
.cooperation-info__img {
  position: absolute;
  right: 0;
  top: 30px;
}
.cooperation-info__img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1219px) {
  .cooperation-info__img {
    width: 30%;
  }
}
.cooperation-info__manage-block {
  display: flex;
  max-width: 600px;
}
.cooperation-info__manage-block p {
  margin-top: 0;
}
.cooperation-info__manage-content {
  max-width: 300px;
}
.cooperation-info__manage-content a {
  color: #ef713b;
}
.cooperation-info__manage-content a::hover {
  color: #184076;
  cursor: pointer;
}
.cooperation-info__line {
  width: 1px;
  height: inherit;
  margin: 0 40px;
  background-color: #d6e4ed;
}
@media (max-width: 767px) {
  .cooperation-info__line {
    width: 3px;
  }
}
.confidence__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.confidence__items .confidence__item {
  margin: 0 40px 40px 0;
}
.confidence__items .confidence__item img {
  border-radius: 10px;
}
.customer {
  margin-bottom: 60px;
}
.customer input:not(.checked).add ~ .customer__add {
  display: none;
}
.customer input:not(.checked).add ~ .customer__login {
  display: none;
}
.customer input:not(.checked).login ~ .customer__add {
  display: none;
}
.customer input:not(.checked).login ~ .customer__login {
  display: none;
}
.customer input.add:checked ~ .customer__add {
  display: block;
}
.customer input.login:checked ~ .customer__login {
  display: block;
}
.customer__head {
  margin-bottom: 0;
}
.customer__head p {
  margin-top: 8px;
}
.docs {
  margin-bottom: 100px;
}
.docs h1 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.docs__item {
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.docs__item span {
  display: block;
  position: relative;
  z-index: 1;
}
.docs__item img {
  height: 198px;
  position: absolute;
  right: 32px;
  top: 42px;
  width: 148px;
}
.docs__item svg:not(.icon) {
  height: 198px;
  position: absolute;
  right: 32px;
  top: 42px;
  width: 148px;
}
.docs__item svg.icon {
  position: absolute;
  right: 32px;
  top: 32px;
}
.docs .title__medium {
  font-weight: 400;
}
.btn {
  background: none;
  border: none;
  display: inline-block;
  font-weight: 500;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  flex-shrink: 0;
}
.btn.gray {
  background-color: #e5e5e6;
  color: #0a0a0b;
}
.btn.clear {
  background-color: rgba(0, 0, 0, 0);
  color: #ef713b;
}
.btn.orange {
  background-color: #ef713b;
  color: #eff0f0;
}
.btn.orange:hover {
  background-color: #f07d4c;
}
.btn.blue {
  background-color: #184076;
}
.btn.blue a {
  color: #fff;
}
.btn.peach {
  background-color: rgba(239, 113, 59, 0.1215686275);
}
.btn.light {
  background-color: #f6f7fa;
  color: #184076;
}
.btn.light:hover {
  background-color: #eff0f0;
  color: #fff;
}
.btn.md {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 24px;
  height: 100%;
}
.btn.sm {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 9px 12px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .btn.sm-full {
    width: 100%;
  }
}
.btn.xs {
  font-size: 16px;
  line-height: 22px;
  padding: 11px 12px;
}
.btn.full {
  width: 100%;
}
.btn-link {
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.btn-link.orange {
  color: #ef713b;
}
.btn-primary {
  color: #184076;
  background-color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 24px;
}
.btn-primary.light:hover {
  background-color: #ebebeb;
}
.btn-primary.blue {
  color: #fff;
}
.btn-primary.blue:hover {
  background-color: #1f5399;
}
.btn-default {
  background-color: #184076;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 24px;
}
.btn-default.no-mr {
  margin-right: 0 !important;
}
.btn-default:hover {
  background-color: #1f5399;
}
.btn-toggle svg {
  background-color: #cacbce;
}
.btn-toggle.active svg {
  background-color: #ef713b;
}
.btn-block {
  text-align: center;
  width: 100%;
}
.btn.disabled {
  pointer-events: none;
}
.btn .btn:disabled {
  opacity: 0.7;
}
.button {
  cursor: pointer;
  background: none;
  border: none;
  display: inline-block;
  font-weight: 500;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 15px 24px;
}
.button.blue {
  background-color: #184076;
  color: #fff;
}
.use {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.use__item {
  margin-top: 52px;
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
}
.use__item__content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 550px) {
  .use__item__content {
    flex-direction: column;
  }
}
.use__item__pic {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 72px;
  width: 72px;
}
.use__item__text {
  font-weight: 500;
}
@media (max-width: 550px) {
  .use__item__text {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .use__item {
    width: 50%;
  }
  .use__item__text {
    font-size: 16px;
  }
}
.cabinet-info__container {
  margin-top: 100px;
  width: 100%;
}
.cabinet-info__content {
  display: flex;
}
.cabinet-info__inner {
  display: flex;
  justify-content: space-between;
}
.cabinet-info__image {
  padding: 5px 20px;
}
.cabinet-info__list ul {
  max-width: 410px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.cabinet-info__list ul li {
  padding: 0;
  display: flex;
  margin-bottom: 15px;
}
.cabinet-info__list span {
  margin-left: 5px;
}
.cabinet-info__list-img {
  min-width: 24px;
}
.catlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -4px;
  margin-right: -12px;
  margin-bottom: 20px;
}
.catlist__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media (max-width: 1366px) {
  .catlist__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media (max-width: 1024px) {
  .catlist__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .catlist__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
}
.catlist__field {
  height: 100%;
  min-height: 52px;
  background: #fff;
  border-radius: 6px;
  transition: filter 0.1s ease-in-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
}
.catlist__field:hover {
  transition: box-shadow 0.25s ease-in-out;
  box-shadow: 0 0 30px rgba(19, 74, 134, 0.3);
}
.catlist__image {
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex: 0 0 108px;
  flex: 0 0 108px;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 108px;
  background: #fff;
}
.catlist__image:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.catlist__image img {
  max-height: 100%;
}
.catlist__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 20px;
}
.catlist__title {
  line-height: 16px;
  margin: auto 0;
}
.catlist__info {
  color: #858585;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 6px;
}
.catlist_child .catlist__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.catlist-header__container {
  display: flex;
  margin-bottom: 20px;
}
.catlist-header__img {
  min-width: 250px;
  margin-right: 10px;
  max-height: 250px;
}
.catlist-header__img img {
  height: 100%;
  width: 100%;
}
.catlist-header__text {
  font-size: 24px;
  overflow: hidden;
}
.catitem {
  margin-top: 52px;
}
.catitem__content {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catitem__content:hover {
  color: #fff;
}
.catitem__image img {
  object-fit: scale-down;
  width: 100%;
  max-height: 200px;
  min-height: 200px;
}
.catitem__name {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 500;
  height: 76px;
  text-align: center;
  position: relative;
  background-color: #34abe2;
  border-radius: 10px;
  margin-top: 12px;
}
@media (max-width: 500px) {
  .catitem__image img {
    object-fit: scale-down;
    width: 100%;
    max-height: 125px;
    min-height: 125px;
  }
  .catitem__name p {
    font-size: 16px;
  }
}
.catitem__name img {
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
}
.catitem__action {
  margin-bottom: 60px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .catitem__action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .catitem__action .btn{
    margin: 0;
    width: 100%;
  }
  .contacts h1 {
    font-size: 28px;
    line-height: 1.285714;
    margin-top: 12px;
    margin-bottom: 24px;
    font-weight: 500;
  }
}
.contacts__address {
  display: none;
}
.contacts__address .details summary {
  user-select: none;
  display: block;
  position: relative;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.contacts__address .details summary::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  background-image: url(../.././assets/images/dropdown-arrow.svg);
}
.contacts__address .details .text__section {
  display: none;
}
.contacts__address .details.open summary {
  color: #ef713b;
}
.contacts__address .details.open summary::after {
  transform: rotate(180deg);
  filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
    brightness(94%) contrast(98%);
}
.contacts__address .details * {
  font-size: 16px;
}
.contacts__info {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .contacts__info {
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
}
@media (max-width: 767px) {
  .contacts__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts__main__phone {
    font-size: 28px !important;
  }
}
.contacts__main {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 21px 32px 42px;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .contacts__main {
    flex-direction: column;
  }
}
.contacts__main__content {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: calc(var(--col) / 2);
  padding-right: calc(var(--col) / 2);
}
.contacts__main__content__phone {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333333;
  text-decoration: none;
  box-sizing: border-box;
}
.contacts__main__content .ui__block__text {
  margin-bottom: 51px;
}
.contacts__main__content .ui__block__text p {
  margin: 8px 0;
}
@media (max-width: 1023px) {
  .contacts__main__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts__main__content__phone {
    font-size: 28px;
  }
}
.contacts__main__tech {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: calc(var(--col) / 2);
  padding-right: calc(var(--col) / 2);
}
@media (max-width: 1023px) {
  .contacts__main__tech {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contacts__main__tech .ui__block__text p {
  margin: 8px 0;
}
.contacts__menu {
  top: 420px;
  right: 8%;
  position: absolute;
  padding: 0 50px;
  z-index: 10;
}
.contacts__menu.fixed {
  top: 100px;
  position: fixed;
}
@media (max-width: 1279px) {
  .contacts__menu {
    right: 0;
  }
}
@media (max-width: 767px) {
  .contacts__menu {
    display: none;
  }
}
.contacts__schema {
  height: auto;
  width: 100%;
}
.contacts__table__cell {
  padding: 0 32px;
}
.contacts__table__cell:nth-of-type(odd) {
    background-color: #f6f6f6;
}
.contacts__table .row_nomargin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.contacts__table .link__primary {
  font-weight: 400;
}
.contacts__maps {
  display: flex;
  height: 600px;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
  background-color: #eff0f0;
}
.contacts__EDO {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contacts__EDO {
    font-size: 16px;
  }
}
.detail-page {
  display: flex;
  flex-direction: column;
}
.detail-page .pr__delivery .flex-row {
  margin-bottom: 8px;
}
.detail-page .pr__option * {
  box-sizing: border-box;
}
.detail-page .pr__specs {
  display: flex;
  flex-direction: column;
}
.detail-page .pr__specs ul li {
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  border-bottom: 1px solid #eff0f0;
}
.detail-page .pr__specs ul li span {
  width: 50%;
}
@media (min-width: 1440px) {
  #detail-page .container {
    padding: 0 52px;
  }
}
#detail-similar {
  margin-bottom: 72px;
}
#detail-similar .catalog-item {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 99%;
  padding: 10px;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
#detail-similar .catalog-item:hover {
  outline: 1px solid #dcdcdc;
}
#detail-similar.slides {
  max-width: 100%;
}
#detail-similar .slick-list {
  padding-top: 2px;
  padding-bottom: 2px;
}
#detail-similar .slick-track {
  margin-left: -20px;
}
.description {
  display: flex;
  flex-direction: column;
  flex: 1 0 60%;
}
.description__service {
  display: flex;
  flex-direction: column;
  flex: 1 0 30%;
}
.description__service .card {
  color: #fff;
  background: linear-gradient(#184076, #1f5399);
  border-radius: 9px;
  display: flex;
}
.description__service .card__content {
  padding: 17px 0 32px 32px;
}
.description__service .card__content__title {
  max-width: 200px;
}
.description__service .card__art {
  position: relative;
  width: 112px;
  background: url(../.././assets/images/services-card-art.svg) center no-repeat;
  background-size: cover;
}
.description__service .card .btn-round {
  margin-top: 38px;
  width: 52px;
  height: 52px;
  border: hsla(0, 0%, 100%, 0.52) solid thin;
  border-radius: 50%;
}
.description-and-service {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .description-and-service {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .description-and-service {
    flex-direction: column;
  }
}
.delete_legal {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 16px;
  fill: none;
}
.gosts-pagination > div {
  padding: 0;
}
.gosts-items__container {
  display: flex;
  width: 100%;
  height: 340px;
  padding: 40px;
  margin: 6px 0;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.gosts-header__container p {
  max-width: 800px;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}
.gosts-content__container {
  position: relative;
  padding-top: 60px;
}
.gost-doc__header {
  text-align: center;
}
.gost-doc__header-end {
  display: flex;
  justify-content: space-between;
}
.gost-item__image {
  padding-top: 10px;
}
.gost-item__image img {
  max-width: 64px;
}
.gost-item__content {
  overflow-y: hidden;
}
.gost-item__content p {
  margin-bottom: 10px;
}
.gost-item__content h2 {
  margin: 0;
}
.gost-item__inner {
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}
.gost-items__buttons {
  display: flex;
}
.gost-items__buttons p {
  margin-right: 10px;
}
.gost-items__buttons p a {
  padding: 10px 24px;
}
.gost-items__buttons--link {
  margin: auto 30px;
}
.gost-items__buttons--link a:hover {
  text-decoration: underline;
}
.gost-doc__content-list {
  margin: 0;
  padding: 0;
}
.gost-doc__content-item {
  padding: 0;
}
.gost-doc__button {
  margin: 40px 0;
}
.gost-doc__table {
  margin: 10px 0;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}
.gost-doc__table th {
  font-size: 16px;
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}
.gost-doc__table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}
.info-and-doc {
  display: flex;
  flex-direction: row;
  gap: 2%;
}
.info-and-doc .col {
  flex: 1 0 49%;
}
@media (max-width: 767px) {
  .info-and-doc {
    flex-direction: column;
  }
}
.invoice-help__info-container {
  display: flex;
}
.invoice-help_content-icons {
  display: flex;
  justify-content: space-between;
}
.invoice-help__info-number img {
  border-radius: 8px;
  max-width: inherit;
}
.invoice-help__info-text {
  padding: 0 0 40px 40px;
}
.invoice-help__info-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.invoice-help__info-label {
  font-size: 18px;
  padding: 32px 94px;
  background-color: #f6f6f6;
  margin: 40px 0;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
}
.invoice-help__info-label .background-style {
  background-color: inherit;
}
.invoice-help__container {
  max-width: 100%;
}
.invoice-help__button {
  text-align: center;
  padding-top: 20px;
}
.invoice-help_icon {
  margin-top: 10px;
}
.invoice-help__content {
  font-size: 20px;
  margin-bottom: 80px;
}
.invoice-help-link {
  padding: 2px 10px 1px 5px;
  margin-left: 20px;
}
.invoice-help-link a {
  color: #111;
}
.invoice-help-link a:hover {
  color: #ef713b;
}
.invoice-help-link__img {
  display: inline-block;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: contain;
}
.invoice-help-link__img img {
  width: 15px;
  padding-bottom: 2px;
}
.invoice-help__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-bottom: 80px;
}
.invoice-help__grid-item {
  border-radius: 8px;
  justify-content: space-between;
  position: relative;
  height: 140px;
  background-color: #f6f6f6;
  color: #002952;
  flex: 0 0 20%;
  margin: 0 20px 20px 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.invoice-help__grid-item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.invoice-help__grid-item .h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.invoice-help__grid-img {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.invoice-help__image img {
  width: 100%;
  margin-bottom: 32px;
}
.invoice-help-link-mobile {
  display: none;
}
.js-welcome__carousel {
  width: 100%;
}
.js-welcome__carousel img {
  width: 100%;
}
.footer__menu ul {
  display: flex;
  padding: 0;
  margin: 0 0 40px;
}
.footer__menu ul li {
  padding: 0;
  margin-right: 25px;
}
.footer__menu ul li a {
  font-size: 20px;
  color: #333;
}
.footer__menu ul li a:hover {
  color: #EF713B;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__main .tel {
  font-size: 30px;
  line-height: 36px;
  color: #333;
}
.footer__main .mail {
  margin-bottom: 20px;
  color: #ef713b;
  font-size: 18px;
}
.footer__main .right {
  gap: 30px;
}
.footer__main .right .payment-group {
  display: inline;
  margin-left: auto;
}
.footer__main .right .payment-group img {
  margin: 0 0 0 20px;
}
.footer__main .right .rating {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    flex-direction: column;
    gap: 24px;
  }
  .footer__main .right {
    justify-content: start;
    align-items: start;
    margin-right: auto;
    gap: 20px;
  }
  .footer__main .right .payment-group,
  .footer__main .right .rating {
    margin-left: 0;
  }
  .footer__main .right .payment-group img,
  .footer__main .right .rating img {
    margin: 0 20px 0 0;
  }
}
.footer__hr {
  border-top: thin #eff0f0;
  border-color: #eff0f0;
}
.footer__main__hr {
  margin-bottom: 30px;
}
.footer-container {
  width: calc(100% - 108px);
  padding: 0 54px;
}
.footer-container li,
.footer-container a {
  font-size: 14px;
  color: #727171;
}
.footer-container .policies {
  margin-top: -8px;
}
.footer-container .policies span {
  font-size: 14px;
  color: #727171;
}
.footer-container .policies a {
  font-size: 14px;
  color: #184076;
}
.footer__name {
  padding-top: 100px;
  display: flex;
  font-size: 16px;
}
.footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__left {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 20px 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.footer__left li {
  padding: 0;
}
.footer__left .rights {
  flex-wrap: nowrap;
  min-width: 265px;
}
.footer__right {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-left: 0;
}
.foot_widget_rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.footer-menu__container {
  width: 100%;
}
.footer-menu__container > ul {
  list-style: none;
  margin: 0 0 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  min-width: 32%;
}
.footer-menu__container > ul .middle {
  padding: 0 24px;
}
.footer-menu__container li {
  padding:0;
  margin:0;
}
.footer-rusbelt {
  box-sizing: border-box;
  padding-left: 72px;
}
.footer-menu__dropdown {
  position: relative;
  flex: 1;
}
.footer-menu__dropdown a {
  color: #184076;
  text-decoration: none;
}
.footer-menu__dropdown h3 {
  color: #333;
}
.footer-menu__dropdown > .footer-menu__dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu__dropdown > .footer-menu__dropdown-menu li {
  padding: 0;
}
.footer-menu__dropdown > .footer-menu__dropdown-menu li a {
  display: block;
  padding: 4px 0;
  font-size: 18px;
}
.footer-menu__dropdown > .footer-menu__dropdown-menu li:hover a {
  color: #333;
}
.footer-menu__dropdown .dropdown-title {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;

}
.footer-menu__dropdown .dropdown-title span {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
}
.footer-menu__dropdown .dropdown-title .dropdown-arrow {
  display: none;
}
.footer-menu__dropdown hr {
  display: none;
}
.social__item {
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: middle;
  width: 32px;
}
.social__item::after {
  background-image: url(../.././assets/images/social_network.png);
  background-repeat: no-repeat;
  background-size: 232px 32px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.social__item::before {
  background-image: url(../.././assets/images/social_network.png);
  background-repeat: no-repeat;
  background-size: 232px 32px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.social__yo:after {
  background-position-x: 0;
}
.social__yo:before {
  background-position-x: 0;
}
.social__yo:hover:after {
  background-image: url(../.././assets/images/network.png);
  background-position-x: 0;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__yo:hover:before {
  background-image: url(../.././assets/images/network.png);
  background-position-x: 0;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__fb:after {
  background-position-x: -40px;
}
.social__fb:before {
  background-position-x: -40px;
}
.social__fb:hover:after {
  background-image: url(../.././assets/images/social_vk.png);
  background-position-x: 0;
  background-size: 32px 32px;
}
.social__fb:hover:before {
  background-image: url(../.././assets/images/social_vk.png);
  background-position-x: 0;
  background-size: 32px 32px;
}
.social__in:after {
  background-position-x: -80px;
}
.social__in:before {
  background-position-x: -80px;
}
.social__in:hover:after {
  background-image: url(../.././assets/images/social_dzen.png);
  background-position-x: 0;
  background-size: 32px 32px;
}
.social__in:hover:before {
  background-image: url(../.././assets/images/social_dzen.png);
  background-position-x: 0;
  background-size: 32px 32px;
}
.social__tg:after {
  background-position-x: -120px;
}
.social__tg:before {
  background-position-x: -120px;
}
.social__tg:hover:after {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -132px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__tg:hover:before {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -132px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__wa:after {
  background-position-x: -160px;
}
.social__wa:before {
  background-position-x: -160px;
}
.social__wa:hover:after {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -176px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__wa:hover:before {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -176px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__vb:after {
  background-position-x: -200px;
}
.social__vb:before {
  background-position-x: -200px;
}
.social__vb:hover:after {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -220px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social__vb:hover:before {
  background-image: url(../.././assets/images/network.png);
  background-position-x: -220px;
  background-position-y: -44px;
  background-size: 252px 76px;
}
.social-group {
  justify-content: space-between;
}
.foot__sn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end !important;
}
.social-group a:not(:first-child) {
  margin-left: 8px;
}
.spin {
  display: flex;
}
.spin input {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  height: 40px;
  margin: 0 4px;
  outline: none;
  text-align: center;
  width: 60px;
}
.spin__plus {
  -ms-flex-order: 5;
  background-color: #184076;
  border-radius: 50%;
  cursor: pointer;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 40px;
  order: 5;
  position: relative;
  width: 40px;
}
.spin__plus:hover {
  background-color: #ef713b;
}
.spin__min {
  -ms-flex-order: 5;
  background-color: #184076;
  border-radius: 50%;
  cursor: pointer;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 40px;
  order: 0;
  position: relative;
  width: 40px;
}
.spin__min:hover {
  background-color: #ef713b;
}
.spin__min.block {
  border-radius: 2px;
  height: 32px;
  width: 32px;
}
.hr__light {
  border-top: thin #eff0f0;
  border-color: #eff0f0;
}
.hr__light__gray {
  border-top: thin #d5d6d8;
  border-color: #d5d6d8;
}
.hr__dotted {
  border-top: thin dotted #a0a3a7;
  border-color: #a0a3a7;
}
.hr__white52 {
  border-top: thin hsla(0, 0%, 100%, 0.52);
  border-color: hsla(0, 0%, 100%, 0.52);
}
.silver {
  color: #828487;
}
.bullet-group .bullet-number {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 18px;
}
.bullet-group .bullet-group__text {
  font-size: 18px;
}
.col3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col3.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.col4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col4.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col4.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col8 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .col8.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col8.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .col9.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-sm-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .col-teamlist {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .col-teamlist {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (max-width: 767px) {
  .col-teamlist {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.crumbs {
  font-size: 0;
  line-height: 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .crumbs {
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
  }
}
.crumbs > span:nth-last-child(-n + 1) > a:after {
  background-image: none !important;
}
.crumbs__home:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 6.236V12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.236a2 2 0 0 0-1.106-1.789l-4-2a2 2 0 0 0-1.788 0l-4 2A2 2 0 0 0 2 6.237Z%27 fill=%27%23333%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  vertical-align: middle;
  width: 16px;
}
.crumbs__home:after {
  background-image: none !important;
}
.crumbs__home.white:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 6.236V12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6.236a2 2 0 0 0-1.106-1.789l-4-2a2 2 0 0 0-1.788 0l-4 2A2 2 0 0 0 2 6.237Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.crumbs__item {
  color: #333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.375;
  vertical-align: top;
}
.crumbs__item:not(.current):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.528 2a.4.4 0 0 1 .394.466l-1.866 11.2A.4.4 0 0 1 7.66 14H6.472a.4.4 0 0 1-.394-.466l1.866-11.2A.4.4 0 0 1 8.34 2h1.189Z%27 fill=%27%23E0E0E0%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}
.crumbs__back {
  display: none;
}
.crumbs__back.white {
  color: #fff;
  font-size: 14px;
}
.crumbs__back.white span {
  color: #fff;
}
.crumbs__back::before {
  content: "";
  display: inline-block;
  height: 24px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 24px;
  background: url(../.././assets/images/left_white.svg) 0 0 no-repeat;
}
@media (max-width: 767px) {
  .crumbs__back {
    display: inline;
  }
}
.crumbs *.white {
  color: #fff;
  font-size: 14px;
}
.crumbs *.white span {
  color: #fff;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .container .container {
    padding: 0;
  }
}
.container-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.container-card__row {
  display: flex;
  flex-direction: column;
}
.container-card__row__1,
.container-card__row__2 {
  display: flex;
  flex-direction: column;
}
.container-card__galery {
  margin-top: 12px;
}
.container-card .col {
  display: flex;
  flex-direction: column;
}
.container-card .col .picture {
  aspect-ratio: 1/1;
}
.container-card .col .picture img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container-card {
    flex-direction: row;
    gap: 4%;
  }
  .container-card .col {
    align-content: start;
    display: flex;
    flex-direction: column;
    flex: 1 0 48%;
  }
}
@media screen and (min-width: 1023px) {
  .container-card {
    flex-direction: row;
    gap: 2em;
  }
  .container-card .specs-small .table .table-row {
    justify-content: space-between;
  }
  .container-card .specs-small .table .table-row__name {
    width: 148px;
  }
  .container-card .col {
    align-content: start;
    display: flex;
    flex-direction: column;
    flex: 1 0 30%;
  }
  .container-card__row {
    display: flex;
    flex: 1 0 60%;
    gap: 2em;
  }
  .container-card__row__1 {
    display: flex;
    flex-direction: row;
    flex: 1 0 30%;
    gap: 2em;
    flex-grow: 0;
  }
}
.block {
  margin-bottom: 72px;
}
.block-sm {
  margin-bottom: 52px;
}
.wrap {
  flex-wrap: wrap;
}
.flex-col-30 {
  flex-basis: 30%;
}
.flex-col-70 {
  flex-basis: 70%;
}
.row-margin {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16px;
}
.row .col {
  width: 100%;
}
.row.row-rating {
  justify-content: space-between;
  height: 30px;
  gap: 12px;
}
.row-full {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
.row-split {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  gap: 16px;
  align-items: start;
}
.row-split .col {
  flex-grow: 1;
}
.row .link {
  margin-top: auto;
  margin-bottom: auto;
}
.row.nowrap {
  flex-wrap: nowrap !important;
}
.caption {
  font-size: 16px;
  cursor: inherit;
}
.col {
  width: 100%;
}
.entry__item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 82px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry__item__post {
  display: flex;
  justify-content: space-between;
}
.entry__item__tags {
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.entry__item__tags__menu {
  margin-top: 6px;
}
.entry__item__views {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a0a3a7;
}
.entry__item .title-row {
  padding: 6px 0;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.entry__item .title-row a {
  word-break: break-word;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .entry__item .title-row a {
    font-size: 24px;
  }
}
.entry__item .author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .entry__item .author-row {
    font-size: 16px;
  }
}
.entry__item div[class^="entry__item__date"] {
  font-size: 14px;
  color: #a0a3a7;
}
.entry__image {
  background-color: #eff0f0;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 8px;
}
.entry__image img {
  mix-blend-mode: multiply;
  border-radius: 8px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry__title {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 49px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.entry__anons {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.entry__link {
  justify-self: flex-end;
}
.entry .pager {
  margin-bottom: 92px;
}
.entry__up .entry {
  padding-top: 51px;
}
.entry__up .title__middle {
  padding-bottom: 9px;
}
.entry .entry__space {
  height: 92px;
}
.entry__article {
  height: auto !important;
}
.entry__article .entry__link {
  padding: 12px 0;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.flex-grid .col {
  flex: 1 0 20%;
}
.flex-col {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-row-start {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.flex-jsb {
  justify-content: space-between;
}
.gap4 {
  gap: 4px;
}
.gap8 {
  gap: 8px;
}
.gap12 {
  gap: 12px;
}
.gap16 {
  gap: 16px;
}
.gap32 {
  gap: 32px;
}
.gap40 {
  gap: 40px;
}
.group {
  position: relative;
}
.group .text__caption {
  display: none;
}
.group__title {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.select {
  appearance: none;
  background-image: url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path fill=%27gray%27 d=%27m0,6l12,12l12,-12l-24,0z%27/><path fill=%27none%27 d=%27m0,0l24,0l0,24l-24,0l0,-24z%27/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
.selectcompany,
.select {
  margin-bottom: 12px;
  box-sizing: border-box;
  background-color: #eff0f0;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  text-transform: uppercase;
}
.selectcompany:picker,
.select:picker {
  border: none;
}
.selectcompany ::picker(select),
.select ::picker(select) {
  border: none;
}
.selectcompany::picker,
.select::picker {
  border: none;
}
.selectcompany option,
.select option {
  text-transform: uppercase;
  width: 100%;
  padding: 45px 0;
}
.selectcompany option:last-of-type,
.select option:last-of-type {
  border-radius: 0 0 8px 8px;
}
.selectcompany:focus,
.select:focus {
  background-color: #fff;
  border: 2px solid #828487;
  border-radius: 8px 8px 0 0;
  border-bottom: unset;
}
.homepage-welcome {
  cursor: pointer;
}
.homepage-main__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.homepage-main__grid__item {
  height: 112px;
}
.homepage-main__grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 8px;
}
@media (max-width: 550px) {
  .homepage-main__grid__item {
    height: 72px;
  }
}
@media (max-width: 767px) {
  .homepage-main__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.homepage .mobile {
  display: none;
}
.homepage .mainpost__name {
  padding: 0;
  color: #184076;
}
@media (max-width: 767px) {
  .homepage .mainpost__anons {
    display: none;
  }
}
.input-group {
  position: relative;
  margin-bottom: 12px;
}
.input-group label {
  color: #828487;
  cursor: text;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
.input-group input {
  box-sizing: border-box;
  background-color: #eff0f0;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 0 12px;
}
.input-group input:focus {
  background-color: #fff;
  border: 2px solid #828487;
  padding-top: 12px;
}
.input-group:focus-within label {
  font-size: 14px;
  top: 25%;
}
.input-group:has(input:valid) input {
  padding-top: 12px;
}
.input-group:has(input:valid) label {
  font-size: 14px;
  top: 25%;
}
.input-group:has(input:disabled) input {
  padding-top: 12px;
}
.input-group:has(input:disabled) label {
  font-size: 14px;
  top: 25%;
}
.input-group:has(input:read-only) {
  pointer-events: none;
}
.input-group:has(input:read-only) input {
  padding-top: 12px;
}
.input-group:has(input:read-only) label {
  font-size: 14px;
  top: 25%;
}
.input-group--transport input,
.input-group--adress input {
  box-sizing: border-box;
  background-color: #eff0f0;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 0 12px;
}
.input-group--transport input:focus,
.input-group--adress input:focus {
  background-color: #fff;
  border: 2px solid #828487;
}
.input-group--textarea {
  position: relative;
}
.input-group--textarea textarea {
  box-sizing: border-box;
  background-color: #eff0f0;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  min-height: 82px;
  padding: 16px 12px;
  resize: none;
}
.input-group--textarea textarea:focus {
  background-color: #fff;
  border: 2px solid #828487;
}
.input-search {
  position: relative;
}
.input-search label {
  color: #828487;
  cursor: text;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  left: 12px;
}
.input-search input {
  box-sizing: border-box;
  background-color: #eff0f0;
  border-radius: 8px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  text-align: start;
}
.input-search input:focus {
  background-color: #fff;
  border: 2px solid #828487;
}
.input-search input::placeholder {
  text-align: start;
}
.input-search .icon {
  top: 0;
  right: 0;
  position: absolute;
  padding: 20px 16px;
}
.choice__btn {
  display: flex;
  flex-direction: column;
  height: 128px;
  background-color: #f4f4f5;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  cursor: pointer;
}
.choice__btn * {
  cursor: pointer;
}
.choice__btn .inner {
  padding: 0 24px;
}
.choice__btn .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 20px;
}
.choice__btn .caption {
  font-size: 16px;
  margin-top: 8px;
  padding-right: 40px;
}
.choice__btn:has(input:checked) {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #ef713b;
}
@media (max-width: 1023px) {
  .choice__btn {
    height: 150px;
  }
}
#checkout__basket__dropdown-close {
  filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
    brightness(94%) contrast(98%);
  rotate: 180deg;
  display: none;
}
.mainservice {
  margin-bottom: 60px;
}
.mainservice .grid {
  padding-left: 18px;
  margin-top: 20px;
}
.mainservice .row__name {
  margin-top: 8px;
}
.mainservice-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mainservice__item {
  margin-bottom: 36px;
  min-height: 192px;
}
.mainservice__item-img {
  height: 100%;
  width: 100%;
  background-size: contain;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;

}
.mainservice__item-text {
  width: 50%;
  height: 100%;
  color: #333;
  opacity: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 20px;
  line-height: 26px;
  padding: 28px 24px 50px;
}
.mainservice__item:hover .ui {
  transform: translate(40px);
  transition: 0.15s linear;
}
@media (max-width: 1024px) {
  .mainservice__item-img {
    height: 80%;
    transform: scale(0.8);
    transform-origin: right bottom;
    background-position-y: bottom;
  }
}
@media (max-width: 767px) {
  .mainservice__item {
    padding-left: 9px !important;
    padding-right: 9px !important;
    margin-bottom: 18px;
  }
  .mainservice__item span {
    font-size: 14px !important;
    font-weight: 500;
  }
  .mainservice__field {
    height: 192px;
  }
}
.mainservice__field {
  border-radius: 8px;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.mainservice__field .ui {
  bottom: 30px;
  color: #ef713b;
  left: 24px;
  position: absolute;
  background: url(../.././assets/images/arrow-right-orange.svg) 0 0 no-repeat;
  height: 24px;
  width: 24px;
}
.mainpost {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  gap: 40px;
}
.mainpost__item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  min-width: 0;
}
.mainpost__anons {
  place-content: flex-end;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1000px) {
    .mainpost__item .title__medium {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .mainpost__item .title__medium {
    font-size: 18px;
    line-height: 26px;
  }
  .mainpost__item .mainpost__anons {
    display: none;
  }
  .mainpost__item .mainpost__more {
    display: none;
  }
  .mainpost__item .mainpost__image {
    margin-bottom: 8px;
  }
}
.mainpost__title {
  padding-top: 60px;
}
.mainpost__left {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
}
.mainpost__left__row {
  margin-left:calc(-1* var(--col)/4);
  margin-right:calc(-1* var(--col)/4);
}
.mainpost__left .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .mainpost__left .row {
    grid-template-columns: repeat(3, 1fr);
  }
  .mainpost__left .row .mainpost__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 550px) {
  .mainpost__left .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .mainpost__left .row .mainpost__item:nth-child(3) {
    display: none;
  }
  .mainpost__left .row .mainpost__item:nth-child(4) {
    grid-column: 1/-1;
  }
}
.mainpost__image-wrapper {
  background-color: #f6f6f6;
  display: block;
  margin-bottom: 24px;
  border-radius: 10px;
  height: 192px;
}
.mainpost__image {
  width: 100%;
  mix-blend-mode: multiply;
  display: block;
  margin-bottom: 24px;
  border-radius: 10px;
  height: 192px;
  object-fit: cover;
}
.mainpost__col {
  padding-left: 0;
  //padding-right: 8.333333%;
}
.mainpost__name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
}
.mainpost__more {
  display: inline-block;
  margin-top: 36px;
}
.mainpost__right {
  -ms-flex: 0 0 33.33333 3%;
  flex: 0 0 33.33333 3%;
  min-width: 224px;
}
@media (max-width: 767px) {
  .mainpost__right {
    padding-left: 0;
  }
  .mainpost__right__btn {
    margin-right: 0 !important;
  }
}
.mainpost__subtitle {
  border-top: 2px solid #ebebeb;
  margin-bottom: 12px;
  padding-top: 33px;
}
.mainpost__list {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.mainpost__link {
  display: inline-block;
  margin-top: 20px;
  color: #184076;
}
.margin-banners {
  margin-right: unset;
  margin-left: unset;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.main-banners-style {
  padding-left: unset;
  padding-right: unset;
  flex: 0 0 31.333%;
  width: 100%;
  margin-right: 20px;
  border-radius: 8px;
}
.main-banners-style:last-child {
  margin-right: 0;
}
.main-banners-style img {
  border-radius: 8px;
}
.manager-info__container {
  max-width: 260px;
  padding: 16px 20px;
  background-color: #f6f6f6;
  border-radius: 8px;
  font-weight: 400;
  margin-bottom: 20px;
}
.manager-info__container h5 {
  margin: 0;
  font-weight: 400;
}
.manager-info__container p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 8px 0;
}
.manager-info__container svg {
  margin-right: 12px;
}
.manager-info__tel {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.manager-info__mail svg {
  vertical-align: middle;
}
.manager-info__discount {
  max-width: 260px;
  width: 100%;
  color: #424956;
  word-break: break-word;
  font: 16px;
  margin-bottom: 5px;
  padding: 6px 10px;
  border: 1px solid #edeef0;
  border-radius: 8px;
  background-color: #fdfdfd;
}
.map-columns {
  margin-left: 54px;
}
.map-columns li {
  list-style-type: disc;
  padding: 0;
}
.map-columns li a {
  color: #002952;
}
.map-columns .map-level-1 {
  margin-left: 62px;
}
.map-columns .map-level-1 li {
  list-style-type: circle;
}
.map-columns .map-level-2 {
  margin-left: 70px;
}
.map-columns .map-level-2 li {
  list-style-type: square;
}
.msg {
  font-size: 14px;
  line-height: 1.428571;
  margin-top: 39px;
}
.msg a {
  font-size: 14px;
}
.extra__msg {
  display: none;
}
.text__medium {
  font-family: "TT Commons";
  font-weight: 500;
}
.text__sm {
  font-size: 14px;
}
.text__large {
  font-size: 20px;
  line-height: 28px;
}
.text__right {
  text-align: right;
}
@media (max-width: 767px) {
  .text__large {
    font-size: 18px;
    line-height: 26px;
  }
}
.title__xxl {
  font-size: 48px;
  line-height: 1.25;
}
.title__medium {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #0a0a0b;
  margin-top: 60px;
  margin-bottom: 24px;
}
.title__medium__nm {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #0a0a0b;
}
.title__small {
  font-family: "TT Commons";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #0a0a0b;
  margin-bottom: 16px;
}
.title__h3 {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-top: 40px;
}
.title__xs {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.time {
  font-size: 14px;
}
thead {
  background-color: #eff0f0;
}
.try {
  padding-top: 27px;
}
.try .title__short {
  width: 150px;
}
.try__item {
  -ms-flex-pack: end;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 218px;
  justify-content: flex-end;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0 215px 28px 32px;
  position: relative;
}
.try__number {
  bottom: 120px;
  color: #fff;
  font-size: 200px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  text-align: right;
  width: 112px;
}
.try__text {
  width: 150px;
}
.try__list.list {
  margin-bottom: 122px;
  padding-left: 8.333333%;
}
.try__list.list li {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .try__list.list {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 60px;
  }
  .try .title__middle {
    margin-bottom: 40px;
  }
  .try .col8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .try .title__short {
    width: 100%;
  }
  .try__item {
      height: 152px;
      padding-bottom: 20px;
      padding-left: 24px;
  }
  .try__number {
      font-size: 152px;
      line-height: 1;
      width: 92px;
      bottom: 0;
  }
  .try__text {
    width: 75%;
  }
}
.rulestable {
  border-collapse: collapse;
  margin-bottom: 70px;
  width: 100%;
}
.rulestable th {
  background-color: #f6f6f6;
  font-weight: 400;
  text-align: left;
  padding: 15px 20px;
  vertical-align: top;
}
.rulestable td {
  padding: 15px 20px;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}
.rules + .rules {
  margin-bottom: 30px;
}
.rules:after {
  content: "";
  display: table;
  width: 100%;
}
.rules .none {
  margin-top: 0;
}
.rules__offer {
  margin-bottom: 80px;
  margin-top: 15px;
}
.rules__offer > [class^="col"] {
  -ms-flex-pack: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  justify-content: stretch;
}
@media (max-width: 1219px) {
  .rules__offer > [class^="col"] + [class^="col"] {
    margin-top: 30px;
  }
}
.rules__banner {
  border-radius: 10px;
  color: #fff;
  padding: 28px 0 37px 32px;
  width: 100%;
}
.rules__banner .popup__name {
  line-height: 44px;
  margin-bottom: 0;
  padding-top: 5px;
}
.rules__banner .title__large {
  line-height: 44px;
  margin-bottom: 0;
  padding-top: 5px;
}
.rules__banner.orange {
  background-color: #ef713b;
}
.rules__banner.blue {
  background-color: #1f5399;
}
.rules__banner__name {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  margin-bottom: 29px;
  padding-bottom: 14px;
}
.head__action,
.head__action__item {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.head__action__item {
  -ms-flex-align: center;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.head__action__item i {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #ef713b;
  border-radius: 50%;
  bottom: 14px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  height: 20px;
  justify-content: center;
  left: 14px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  width: 20px;
}
.head__action__item + a {
  margin-left: 14px;
}
.head__action__item .ui {
  color: #1f1f1f;
  margin-right: 12px;
}
.mm-ocd__backdrop {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m5 4 14 14m0-14L5 18%27 stroke=%27%23CCC%27 stroke-width=%272%27/%3E%3C/svg%3E");
  color: #ccc;
  cursor: pointer;
  display: block;
  padding: 0;
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2210;
  width: 20px;
  height: 20px;
}
.mm-ocd__arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14 12H5%27 stroke=%27%23CCC%27 stroke-width=%272%27/%3E%3Cpath d=%27M14 7v10h.5l4.5-5-4.5-5H14Z%27 fill=%27%23CCC%27/%3E%3C/svg%3E");
  content: "";
  display: none;
  height: 24px;
  margin-right: 16px;
  top: 14px;
  width: 24px;
  z-index: 2210;
}
@media (max-width: 767px) {
  .mm-ocd__arrow {
    display: block;
  }
}
.header__catalog nav {
  background-color: #edf0f4;
  display: none;
  position: absolute;
  z-index: 1000;
  border-radius: 0 0 8px 8px;
}
.header__catalog nav.to-fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  padding-left: 12px;
}
.header__catalog .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 296px;
}
.header__catalog__nav__title-mobile, .header__catalog__nav__backdrop-mobile {
  display: none;
}
@media (max-width: 767px) {
  .header__catalog__nav__title-mobile, .header__catalog__nav__backdrop-mobile {
    display: block;
  }
  .header__catalog nav {
    padding: 60px 20px;
    position: fixed;
    right:0;
    top:0;
    width: 100% !important;
    height: 100% !important;
  }
  .header__catalog .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.header__catalog .nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 52px;
  padding: 0;
}
.header__catalog .nav__item:not(:first-child) {
  border-top: 1px solid rgba(24, 64, 118, 0.08);
}
.header__catalog .nav__item:hover {
  background-color: hsla(0, 0%, 100%, 0.88);
  color: #184076;
}
.header__catalog .nav__item:hover .children {
  display: -ms-flexbox;
  display: flex;
}
.header__catalog .nav__parent {
  display: flex;
  align-items: center;
  color: #184076;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  height: 52px;
  padding-left: 52px;
}
.header__catalog .nav__parent .ui {
  color: #34abe2;
  cursor: pointer;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 14px;
}
.header__catalog .nav__parent:hover {
  background-color: hsla(0, 0%, 100%, 0.88);
  color: #184076;
}
.header__catalog .nav__parent:hover .ui {
  top: 15px;
}
.header__catalog .children {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 1px 4px rgba(24, 64, 118, 0.08),
    0 12px 24px rgba(24, 64, 118, 0.12);
  display: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1em 0.5em;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1110;
}
.header__catalog .children::-webkit-scrollbar {
  width: 15px;
}
.header__catalog .children::-webkit-scrollbar-thumb {
  background-color: rgba(24, 64, 118, 0.16);
}
@media (min-width: 1440px) {
  .header__catalog .children {
    width: 57.5em;
  }
}
@media screen and (max-width: 1439px) {
  .header__catalog .children {
    width: 70vw;
  }
}
@media screen and (max-width: 1200px) {
  .header__catalog .children {
    width: 67vw;
  }
}
@media screen and (max-width: 1023px) {
  .header__catalog .children {
    width: 58vw;
  }
}
.header__catalog .children__item-img {
  align-self: start;
  width: 65px;
  padding: 5px;
}
.header__catalog .children__item-container {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header__catalog .children__list {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 22px;
  list-style: none;
  margin: 0 0 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 1em;
  padding-top: 0;
}
.header__catalog .children__item {
  color: inherit;
  display: block;
  margin-bottom: 20px;
  min-width: 250px;
}
.header__catalog .children__submenu {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  min-width: 250px;
}
.header__catalog .children__submenu .children__item {
  display: block;
  margin-bottom: 12px;
  opacity: 0.6;
}
.header__catalog .children__submenu .children__item:hover {
  opacity: 1;
}
.header__catalog:hover #catalog__btn {
  border-radius: 8px 8px 0 0;
}
.header {
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
}
.header__menu-wrapper {
  background-color: #f4f4f5;
}
.header__menu {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  background-color: #f4f4f5;
  width: 100%;
  height: 52px;
}
.header__menu * {
  color: #333333;
}
.header__info .contact a {
  color: #333333;
}
.header__menu .left {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
}
.header__menu .right {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
}
@media (min-width: 1440px) {
  .header__menu {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 108px);
    padding: 0 54px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .header__menu {
    width: calc(100% - 16px);
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__menu {
    width: calc(100% - 56px);
    padding: 0 28px;
  }
}
.header__info {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 112px;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 64px;
}
.header__info .auth__container {
  position: relative;
}
.header__info .logo {
  display: inline;
  min-width: 120px;
  height: 64px;
  background-image: url(../.././assets/images/logo.svg);
}
@media (min-width: 1440px) {
  .header__info .logo {
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__info .logo {
    padding: 0 28px;
    margin-left: 22px;
  }
}
.header__info .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 418px;
  height: 53px;
}
.header__info .number a,
.header__info .email a {
  font-weight: 500;
}
@media (min-width: 1440px) {
  .header__info {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 108px) !important;
    padding: 0 54px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .header__info {
    padding: 0 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__info {
    padding: 0 28px;
  }
}
.header__checkout {
  display: -ms-flexbox;
  display: flex;
  height: 112px;
  box-shadow: 0px 1px 0px #ebebeb;
  align-items: center;
}
.header__checkout .container {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__checkout .auth__container .auth {
  display: block;
}
.header__checkout .header__left {
  display: flex;
  justify-content: flex-start;
  max-width: 25%;
  flex: 0 0 25%;
}
.header__checkout .header__left .btn {
  border-radius: 2px;
  padding: 12px;
}
.header__checkout .header__left .btn::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../.././assets/images/slick-arrow.svg) 0 0 no-repeat;
}
.header__checkout .header__center {
  display: flex;
  justify-content: center;
  max-width: 50%;
  flex: 0 0 50%;
}
.header__checkout .header__center .logo {
  min-width: 120px;
  height: 64px;
  background: url(../.././assets/images/logo.svg) 0 0 no-repeat;
}
.header__checkout .header__right {
  max-width: 25%;
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__checkout .header__right .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-right: 5em;
}
.header__checkout .header__right .contact .number {
  min-width: 192px;
}
.header__checkout .header__right .contact .number-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .header__checkout .header__right .contact {
    padding-right: 2em;
  }
  .header__checkout .header__right .contact .number {
    display: none;
  }
  .header__checkout .header__right .contact .number-mobile {
    display: inline;
  }
}
.header__checkout .header__right .number-btn {
  padding: 0 0 2px 0;
}
.header__checkout .header__right * {
  text-align: start;
}
.header__main {
  display: flex;
  justify-content: space-between;
  height: 56px;
}
.header__main #catalog__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 296px;
  height: 56px;
  box-sizing: border-box;
  padding: 24px;
  background-color: #184076;
}
.header__main #catalog__btn * {
  color: #fff;
}
.header__main .header__offer {
  height: 56px;
}
@media (min-width: 1440px) {
  .header__main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 108px);
    padding: 0 54px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .header__main {
    padding: 0 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__main {
    padding: 0 28px;
    flex-wrap: wrap;
    gap: 16px 0;
    height: auto;
  }
  .header__main .searchform {
    display: none;
  }
  .header__main .header__catalog {
    height: 56px;
    order: 2;
  }
  .header__main .header__catalog #catalog__btn {
    border-radius: 8px;
  }
  .header__main .header__menu #right {
    display: none;
    height: 5px;
  }
  .header__main .header__offer {
    margin-right: auto;
    order: 3;
  }
  .header__main .header__actions {
    order: 4;
  }
}
.header__actions {
  display: flex;
  flex: 0 0 auto;
  padding-left: 28px;
  justify-content: end;
  min-width: 156px;
}
.header__actions a {
  height: 44px;
  width: 44px;
}
.header__actions a:hover svg {
  filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
    brightness(94%) contrast(98%);
}
.header__actions svg {
  margin-top: 12px;
}
.header__mobile {
  display: none;
}
.header__sticky {
  height: 248px;
}
.header__sticky .header__main {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
}
.header__sticky .header__main:before {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  box-shadow: 0 2px 4px -2px rgba(30, 30, 30, 0.12),
    0 6px 12px -2px rgba(30, 30, 30, 0.08);
  content: "";
  height: 92px;
  pointer-events: none;
  top: 0;
  z-index: -1;
}
.header__sticky .header__main nav {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header__sticky .header__main {
    height: auto;
    margin-top: 55px;
  }
  .header__sticky .header__main:before {
    margin-top: 115px;
  }
  .header__sticky .header__mobile {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 18px;
  }
  .header__sticky .header__mobile:before {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    box-shadow: 0 2px 4px -2px rgba(30, 30, 30, 0.12),
      0 6px 12px -2px rgba(30, 30, 30, 0.08);
    content: "";
    height: 76px;
    pointer-events: none;
    top: 0;
    z-index: -1;
  }
  .header__sticky .header__mobile nav {
    margin-top: 20px;
  }
}
.searchform {
  padding-left: 16px;
  display: flex;
  flex: 0 1 100%;
  min-width: 428px;
}
.searchform .input-search {
  width: 100%;
}
.lk__form_register-js .submit {
    padding-left: calc(var(--col) / 2);
}
.legal-personal {
  margin-bottom: 70px;
}
.legal-personal ul li {
  list-style-type: disc;
}
.legal-personal ol li ul {
  padding-left: 45px;
}
.legal-personal__table th,
.legal-personal__table td {
  text-align: left;
  width: 30%;
  padding: 16px;
}
.legal-personal__table td {
  vertical-align: top;
}
.legal-personal__table2 th,
.legal-personal__table2 td {
  text-align: left;
  width: 50%;
  padding: 16px;
}
.legal-personal__table2 td {
  vertical-align: top;
}
.legal-personal {
  margin-top: 60px;
}
.legal-personal__item {
  position: relative;
  padding: 12px 18px;
  border-bottom: 1px solid #dedede;
}
.legal-personal__item__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.legal-personal__item__ui {
  width: 24px;
  height: 24px;
}
.legal-personal__item__arrow {
  background: url(../.././assets/images/dropdown-arrow.svg) 0 0 no-repeat;
  cursor: pointer;
  display: block;
  flex: 0 0 24px;
}
.legal-personal__item ol {
  display: none;
}
.legal-personal__item.show .legal-personal__item__arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: -moz-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.legal-personal__item .title__medium__nm {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 2px 8px;
  user-select: none;
  cursor: pointer;
  flex: 1 1 auto;
  text-overflow: ellipsis;
}
.legal-personal__item:hover .title__medium__nm {
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(1073%)
    hue-rotate(192deg) brightness(94%) contrast(92%);
}
.legal-personal__item:hover .ui {
  filter: brightness(0) saturate(100%) invert(17%) sepia(95%) saturate(1073%)
    hue-rotate(192deg) brightness(94%) contrast(92%);
}
@media (min-width: 1025px) {
  .legal-personal {
    width: 70%;
  }
}
.menu-help-page {
  display: flex;
  justify-content: space-between;
}
.menu-help-page__items {
  padding: 12px 0 10px 16px;
  list-style-type: none;
}
.menu-help-page__items--active {
  border-left-style: solid;
  border-left-color: #ef713b;
}
.menu-help-page__items a:hover {
  color: #ef713b;
}
.menu-help-page__list {
  margin-top: 200px;
  padding: 0;
  width: 296px;
  background: rgba(24, 64, 118, 0.08);
}
@media (max-width: 1219px) {
  .menu-help-page {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .menu-help-page__list {
    margin-top: 20px;
  }
}
.menu__compare_items-js, .menu__favorite_items-js, .menu__basket_items-js {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: #EF713B;
    color: #fff !important;
    font-size: 22px;
    padding: 0px 8px 0px 5px;
    border-radius: 16px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.menu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  cursor: pointer;
}
.menu__link:hover a {
  color: #EF713B !important;
}
.menu__link:hover button {
  color: #EF713B !important;
}
.mt-32 {
  margin-top: 32px;
}
.city__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  gap: 8px;
}
.city__link a {
  text-align: center;
  font-family: "TT Commons";
  color: #292929;
}
.city__link:hover a {
  color: #EF713B !important;
}
.city__link:hover .city-icon {
    filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
      brightness(94%) contrast(98%);
}
.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}
.divider .divider {
  width: 1px;
  height: 20px;
  background-color: #d5d6d8;
}
.item__icon {
  width: 24px;
  height: 24px;
  background: none;
  background-repeat: no-repeat;
}
.item_offers {
  padding-right: 52px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item_offers li {
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 12px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  min-width: 52px;
  height: 44px;
  background: rgba(24, 64, 118, 0.04);
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #184076;
}
.item_offers li.active {
  background-color: #184076;
  color: #fff;
}
#offer_more li {
  background-color: #fff;
  color: #184076;
  border: thin solid rgba(24, 64, 118, 0.04);
}
.dropdown__content__show {
  padding: 28px 0;
}
.msg__rating-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: #888;
  color: #333;
  min-width: 40px;
  min-height: 40px;
  font-size: 16px;
  line-height: 100%;
  background: conic-gradient(#333 100%, transparent 0 100%);
}
.msg__rating-item span {
  position: relative;
  display: flex;
  z-index: 2;
}
.msg__rating-item::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  border-radius: inherit;
  z-index: 0.1;
}
@media (min-width: 1440px) {
  .msg__rating-item::after {
    inset: 2px;
  }
}
.msg__rating-item::before {
  content: "";
  position: absolute;
  inset: 1em;
  border-radius: inherit;
  z-index: -1;
}
.msg__rating-title {
  padding-left: 12px;
}
#image-viewer {
  z-index: 15;
}
#image-viewer__body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  position: relative;
}
#image-viewer__body .popup__close {
  cursor: pointer;
  padding: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
}
#image-viewer__body .image-viewer__content {
  height: 400px;
  width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pager {
  margin-top: 28px;
  margin-bottom: 92px;
}
.pager__item {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pager__item {
    -ms-overflow-style: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}
.pager .btn {
  min-width: 46px;
  text-align: center;
}
.pager .btn:not(:first-child):not(.pager__prev):not(.pager__next) {
  margin-left: 4px;
}
.pager .btn.disabled {
  opacity: 1;
}
.pager__next {
  margin-left: auto;
}
.pager__next svg {
  display: none;
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.pager__prev {
  margin-left: auto;
}
.pager__prev svg {
  display: none;
}
.pager__prev + .pager__next {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .pager__item::-webkit-scrollbar {
    display: none;
  }
  .pager__prev {
    -ms-flex-order: -1;
    margin-right: 10px;
    order: -1;
  }
  .pager__next {
    margin-left: 10px;
  }
  .pager__prev + .pager__next {
    margin-left: 10px;
  }
}
@media (max-width: 1023px) {
  .pager .btn.pager__btn {
    font-size: 0;
    position: relative;
  }
  .pager__prev svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pager__next svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.partner {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 72px;
  padding-top: 72px;
  margin-left: calc(var(--col) * -1 / 2);
  position: relative;
}
.partner__block {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
}
@media (max-width: 1023px) {
  .partner__block {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    position: relative;
    height: 660px;
  }
}
.partner__text {
  margin-top: 20px;
}
.partner__key, .generic-key {
  -webkit-tap-highlight-color: transparent;
}
.partner__key {
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .partner__key {
    margin-top: 475px;
  }
}

.partner__key .next {
  margin-left: 8px;
}
.partner__key .key {
  box-shadow: none;
  background: url(../.././assets/images/arrow-box-blue.svg) 0 0 no-repeat;
  background-position: center;
}
.key {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
}
.key.prev {
  transform: rotate(180deg);
}
.key svg {
  height: 20px;
  width: 20px;
}
.partner__carousel {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  height: 388px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .partner__carousel {
    position: absolute;
    top: 226px;
  }
}
.partner__slide {
  margin-right: 40px;
  position: relative;
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .partner__slide {
    margin-right: 0;
  }
}
.partner__field {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 388px;
  overflow: hidden;
  text-overflow: clip;
  padding: 26px 22px 0;
}
.partner__field:before {
  bottom: 0;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 24px;
  z-index: 1;
}
.partner__field p {
  margin: 0;
}
.partner__field p + p {
  margin-top: 8px;
}
.partner__desc {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.2) 0,
    hsla(0, 0%, 100%, 0.4) 2%,
    hsla(0, 0%, 100%, 0.6) 6%,
    hsla(0, 0%, 100%, 0.8) 10%,
    hsla(0, 0%, 100%, 0.9) 14%,
    #fff 0,
    #fff
  );
  bottom: 1px;
  left: 2px;
  padding: 56px 22px 20px;
  position: absolute;
  right: 2px;
  border-radius: 8px;
}
.partner__name {
  font-size: 16px;
  line-height: 1.375;
}
.partner__type {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 4px;
}
.partner__more {
  color: #184076;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.partner .title__middle {
  margin: 0 0 0.83em 0;
}
.popular__product {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-left: 0px;
}
.popular__product .catalog-item {
  border: 1px solid #e5e5e6;
  border-radius: 10px;
  box-sizing: content-box;
  padding: 16px;
  margin-right: 24px;
  margin-bottom: 8px;
}

@media (max-width: 450px) {
  .popular__product .catalog-item {
    border: none;
    width: 130px;
  }
}

.popular__product .catalog-item__sublabel.mobile {
  display: none;
}

@media (max-width: 450px) {
  .popular__product .catalog-item__sublabel {
    display: none;
  }
  .popular__product .catalog-item__sublabel.mobile {
    display: block;
  }
}

@media (max-width: 450px) {
  .catalog-item__params {
    display: none;
  }
}

.popular__product .catalog-item .catalog-item__price-container {
  margin-top: auto !important;
}
.popular__product__key {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  cursor: pointer;
}
.popular__product__key .next {
  margin-left: 8px;
}
.popular__product__key .key {
  box-shadow: none;
}
.popular__product__key .key.prev {
  transform: rotate(180deg);
}
.popular__product .slick-track
{
    display: flex !important;
    gap: 12px;
}
.popular__product .slick-slide
{
    height: inherit !important;
    display: flex !important;
    margin-right: 0 !important;
}
.popup {
  display: flex;
  font-family: "TT Commons";
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  z-index: 1010;
}
.popup__body {
  border-radius: 10px;
}
.popup__classic .popup__body {
  padding: 27px 120px 52px;
}
.popup__partner .popup__body {
  padding: 120px 52px;
}
.popup__full .popup__body {
  padding: 27px 120px 52px;
  width: 100%;
}
.popup__subscription .popup__body {
  max-width: 75%;
  padding: 52px;
}
.popup__sert .popup__body {
  width: min(725px, 95%);
}
.popup__city .popup__body {
    padding: 28px;
    border-radius: 10px;
    width: 600px;
    height: fit-content;
}
.popup__city .location__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
  margin-left: 12px;
}
.popup__preloader .popup__body {
  background-color: transparent;
}
.popup__preloader .popup__body .popup__close {
  display: none;
}
@media (max-width: 769px) {
  .popup {
    padding: 0;
  }
  .popup__city .popup__body {
    width: 100%;
    border-radius: 0;
  }
  .popup__full .popup__body {
    width: 100%;
    border-radius: 0;
  }
  .popup__classic .popup__body {
    width: 100%;
    border-radius: 0;
    padding: 25% 10% 52px;
    height: 100vh;
  }
  .popup__feedback .popup__body {
    width: 100%;
    border-radius: 0;
    padding: 25% 10% 52px;
    height: 100vh;
  }
  .popup__city .location__list {
    height: auto;
  }
}
.popup__small .popup__body {
    padding: 40px 60px 35px;
    border-radius: 8px;
}
.popup__small .popup__action-choice {
    padding-top: 12px;
}
.popup__small .popup__action-choice button {
    min-width: 65px;
}
@media (max-width: 767px) {
  .popup__full .popup__body {
    padding: 27px 52px 52px;
  }
  .popup__small .popup__body {
    max-width: 75%;
  }
}
.popup__right .popup__content {
  height: 100%;
}
.popup__right .popup__body {
  margin: 0%;
  margin-left: auto;
  padding: 40px;
  height: 100%;
}
.popup__buy .popup__body {
  padding: 27px;
}
.popup__error .popup__body {
  width: 15%;
  padding: 27px 52px 52px;
}
.popup__body {
  background-color: #fff;
  margin: auto;
  position: relative;
  max-width: 1048px;
}
.popup__body .popup__close {
  cursor: pointer;
  padding: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
}
.popup__body .popup__content {
  display: flex;
  flex-direction: column;
}
.popup__body .group {
  margin-bottom: 20px;
}
.popup__content h1,
.popup__content .title__large {
  margin-bottom: 30px;
}
.popup__content p {
  margin: 0 0 25px;
}
.popup__content .submit,
.popup__content .popup__form {
  padding-top: 15px;
}
.popup__name {
  margin-bottom: 11px;
}
.popup__action {
  padding-top: 30px;
}
.popup__submit {
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
}
.popup__profile {
  background-color: #f6f6f6;
}
.popup__profile .popup__body {
  background-color: rgba(0, 0, 0, 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 21px;
}
.popup__maps .popup__body {
  max-width: 85vw;
  padding-bottom: 0;
  padding-top: 0;
}
.popup__maps .popup__content h1 {
  margin-bottom: 5px;
}
.popup__maps .popup__content p {
  margin: 0;
}
.overlay {
  bottom: 0;
  background: rgba(3, 3, 3, 0.5);
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.popup__submit,
.btn-default,
.popup__submit,
.item__tag__item {
  margin-right: 32px;
}
.popup__body {
  max-width: 722px;
}
.teamlist {
  box-sizing: unset;
  margin-bottom: 72px;
  padding-top: 40px;
  min-width: 300px;
}
.teamlist h2 {
  margin-bottom: 0;
}
.teamlist .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--col) * -1 / 2);
  margin-right: calc(var(--col) * -1 / 2);
}
.teamitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 48px;
}
.teamitem__image img {
  border-radius: 50%;
  margin-bottom: 28px;
  object-fit: cover;
  transform-origin: center;
}
.teamitem__name {
  font-size: 18px;
  line-height: 26px;
}
.teamitem__caption {
  padding-bottom: 16px;
  padding-top: 6px;
}
.teamitem__contact {
  font-size: 18px;
}
.thankyou {
  display: -ms-flexbox;
  display: flex;
  height: 642px;
  overflow: hidden;
}
.thankyou__left {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 27px 72px 52px;
}
.thankyou__left_complain {
  background-image: none;
}
.thankyou__left__success {
  background-image: none;
}
.thankyou__right {
  background-size: cover;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.rank {
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
.rank input[type="radio"] {
  position: absolute;
  -webkit-appearance: none;
  z-index: 111;
  appearance: none;
  margin: 0;
  font: inherit;
  color: rgba(0, 0, 0, 0);
  width: 1em;
  height: 1em;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
}
.rank input[type="radio"]:checked {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0;
}
.rank .rank__value:first-child {
  left: 0;
}
.rank .rank__value:first-child:checked ~ ul li:first-child {
  opacity: 1;
}
.rank .rank__value:first-child:hover ~ ul li:first-child {
  opacity: 1;
}
.rank .rank__value:nth-child(2) {
  left: 22px;
}
.rank .rank__value:nth-child(2):checked ~ ul li:not(:nth-child(n + 3)) {
  opacity: 1;
}
.rank .rank__value:nth-child(2):hover ~ ul li:not(:nth-child(n + 3)) {
  opacity: 1;
}
.rank .rank__value:nth-child(3) {
  left: 44px;
}
.rank .rank__value:nth-child(3):checked ~ ul li:not(:nth-child(n + 4)) {
  opacity: 1;
}
.rank .rank__value:nth-child(3):hover ~ ul li:not(:nth-child(n + 4)) {
  opacity: 1;
}
.rank .rank__value:nth-child(4) {
  left: 66px;
}
.rank .rank__value:nth-child(4):checked ~ ul li:not(:nth-child(n + 5)) {
  opacity: 1;
}
.rank .rank__value:nth-child(4):hover ~ ul li:not(:nth-child(n + 5)) {
  opacity: 1;
}
.rank .rank__value:nth-child(5) {
  left: 88px;
}
.rank .rank__value:nth-child(5):checked ~ ul li:not(:nth-child(n + 6)) {
  opacity: 1;
}
.rank .rank__value:nth-child(5):hover ~ ul li:not(:nth-child(n + 6)) {
  opacity: 1;
}
.rank .rank__app {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background: url(../.././assets/images/rating.svg) 0 0 no-repeat;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  justify-content: space-between;
  margin: 0;
  position: relative;
  width: 104px;
}
.rank .rank__app li {
  background: url(../.././assets/images/rating_active.svg) 0 0 no-repeat;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 16px;
  opacity: 0;
  width: 16px;
}
.rating-row {
  padding-top: 8px;
  display: flex;
  justify-content: right;
}
.rating-row-fixed {
  bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  right: 185px;
  position: absolute;
  z-index: 10;
}
.review__row .review__msg {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .review__row {
    flex-wrap: wrap;
  }
  .review__row .rating__col {
    min-width: 300px;
    margin-bottom: 20px;
  }
  .review__row .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    max-width: 100%;
    height: 56px;
  }
  .review__row .rating .rating__head {
    display: flex;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
  }
  .review__row .rating .rating__head .rating__head__value {
    margin-right: auto;
  }
  .review__row .rating .rating__head b {
    font-size: 18px;
  }
  .review__row .rating .rating__more {
    min-width: 162px;
    height: 100%;
    padding: 0;
  }
  .review__row .rating__item,
  .review__row .rating__name {
    display: none;
  }
  .review__row .col {
    width: 100%;
  }
}
.review__posts__gallery,
.review__posts__gallery__ext {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .review__posts__gallery,
  .review__posts__gallery__ext {
    grid-template-columns: repeat(3, 32%);
  }
}
.review__posts__gallery .review__post__img-wrapper,
.review__posts__gallery__ext .review__post__img-wrapper {
  width: 100%;
  height: 264px;
  background-color: gray;
  border-radius: 8px;
}
.review__posts__gallery .review__post__img-wrapper img,
.review__posts__gallery__ext .review__post__img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .review__posts__gallery .review__post__profile-info,
  .review__posts__gallery__ext .review__post__profile-info {
    display: none;
  }
}
.receive {
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.receive:before {
  background: url(../.././assets/images/receive.svg) right no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  right: 0px;
  z-index: 0;
}
.receive form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 420px;
  padding-bottom: 20px;
  //padding-top: 84px;
  position: relative;
}
.receive form .group {
  margin-bottom: 16px;
}
.receive form .input {
  border-bottom-color: #ccc;
}
.receive form .submit {
  margin-bottom: 36px;
  padding-top: 16px;
}
.receive .info {
  margin-top: auto;
  position: relative;
}
.receive__space {
  height: 92px;
}
.for_suppliers_block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 330px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.for_suppliers_block .text__caption {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .receive {
    //max-height: 500px;
  }
  .receive::before {
    background-size: cover;
  }
  .for_suppliers_block {
    align-items: center;
    padding-top: 0;
    min-height: 200px;
  }
  .for_suppliers_block .text__caption {
    position: unset;
    padding: 28px 0 12px 0;
  }
  .for_suppliers_block .title__middle {
    font-size: 28px;
  }
  .for_suppliers_block__title {
    flex: 1 0 0% !important;
    max-width: 100% !important;
    margin: auto;
  }
}
.upload {
  cursor: default;
  outline: none;
}
.upload__name {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.upload__name_focus {
  cursor: default;
  pointer-events: none;
}
.upload__dropzone {
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 408px;
  padding: 12px 16px;
  position: relative;
}
.upload__dropzone .ui {
  position: absolute;
  right: 12px;
  top: 12px;
}
.upload__dropzone .text__caption {
  display: inline;
}
.upload__action {
  display: block;
  margin-bottom: 2px;
}
.upload__name_focus + .ui {
  display: none;
}
.uploaded-container {
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.uploaded-image-bg {
  height: 72px;
  width: 72px;
  background: gray;
  border-radius: 8px;
}
.uploaded-image-bg:hover {
  opacity: 0.9;
  filter: brightness(50%);
  transition: background-color 0.5s;
}
.uploader-container {
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #f9fafa;
  outline: thin dashed #d9dbdd;
  border-radius: 4px;
}
.uploader-container .drop-area {
  border: 0;
}
.drop-area {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.drop-area button {
  cursor: pointer;
  border: none;
  outline: none;
}
.drop-area input {
  display: none;
}
.upload-icon {
  height: 20px;
  width: 20px;
  background: url(../.././assets/images/upload-arrow.svg) center no-repeat;
  margin-top: 30px;
  margin-bottom: 16px;
}
.drag-over-effect div {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
}
.file-selector {
  background-color: rgba(0, 0, 0, 0);
  color: #828487;
  line-height: 26px;
}
.error-message {
  display: none;
  color: red;
}
.message-modal {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  top: -130px;
  max-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 0;
  overflow: hidden;
}
.message-modal-header {
  background-color: #f61201;
  color: #fff;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.message-modal-header .message-modal-title {
  font-size: 14px;
  font-weight: bold;
}
.message-modal-header .message-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.message-modal-header .message-modal-close:hover {
  color: #fcc;
}
.message-modal-header .message-modal-close svg {
  display: block;
  pointer-events: none;
}
.message-modal-body {
  padding: 10px;
  color: #333;
}
.message-modal-body p {
  text-align: center;
  line-height: 16px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.dropdown-arrow {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url(../.././assets/images/dropdown-arrow.svg);
}
.icon--cabinet {
  background-image: url(../.././assets/images/cabinet.svg);
}
.icon--orders {
  background-image: url(../.././assets/images/orders.svg);
}
.error-message-col {
  margin-bottom: 16px;
}
.error-upload-button {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  color: gray;
  border: none;
  outline: none;
  cursor: pointer;
}
.delivery_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 57px;
}
.delivery_line__radio {
  display: flex;
  align-items: center;
  gap: 6px;
}
.delivery_line .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.delivery-image {
  width: 120px;
  height: 120px;
  background-color: rgba(24, 64, 118, 0.08);
  border-radius: 8px;
}
.delivery-image * {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
}
.delivery-map {
  min-height: 638px;
}
.delivery-map-info {
  background: url(../.././assets/images/delivery-maps.png) 0 100% no-repeat;
  padding-top: 46px;
}
.delivery-area {
  background-color: #184076;
  color: #fff;
  padding: 3px 45px 40px;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  max-width: fit-content;
  border-radius: 8px;
}
.delivery-info-block ol {
  display: inline;
  list-style-position: inside;
}
.delivery-info-block ol li {
  list-style-type: decimal;
}
.delivery-info-block ul li {
  list-style-type: none;
}
.delivery__choice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}
.delivery__choice .right {
  display: flex;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
}
.delivery__choice .right input {
  margin-right: 12px;
}
.delivery__choice .middle {
  flex: 0 0 25%;
}
.delivery__choice .left {
  width: 100px;
  text-align: right;
}
.delivery__payment {
  padding-top: 20px;
  gap: 12px;
}
.delivery-main {
  margin: 72px 0 57px;
}
@media screen and (max-width: 768px) {
  .payment-desc p {
    font-size: 16px;
  }
  .delivery__payment {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  .delivery-main {
    margin: 20px 0 20px;
  }
  .payment-main h2 {
    margin-bottom: 28px !important;
    margin-top: 32px !important;
    font-size: 28px;
    line-height: 1.285714;
  }
  .delivery-map-info {
    padding-top: 0;
  }
}
.tc {
  display: flex;
  flex-direction: column;
  height: 298px;
  padding: 0 28px 22px;
  background-color: #eff0f0;
  line-height: 22px;
  border-radius: 8px;
}
.tc .logo {
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
}
.tc a {
  font-size: 16px;
  margin-bottom: 8px;
}
.rating__col {
  width: 30%;
}
.rating {
  max-width: 280px;
}
.rating .btn {
  display: inline-block;
}
.rating__head {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 20px;
}
.rating__head__value {
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.rating__head b {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}
.rating__head .msg__rating {
  margin-bottom: 0;
}
.rating__name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.rating__item {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: 1.375;
  margin-bottom: 28px;
  padding-bottom: 15px;
  position: relative;
}
.rating__item__info {
  font-weight: 500;
}
.rating__item__progress {
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.rating__item__progress:before {
  background-color: #ebebeb;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rating__item__bar {
  background-color: #1f1f1f;
  bottom: 0;
  height: 4px;
  left: 0;
  min-width: 10%;
  position: absolute;
  top: 0;
}
.rating__more {
  padding-top: 24px;
}
.image-small {
  background-color: #eff0f0;
  width: 72px;
  min-height: 72px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  flex-shrink: 0;
  font-size: 0;
  cursor: pointer;
}
.image-small img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.msg {
  margin-bottom: 70px;
}
.msg p {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
}
.msg__title {
  font-size: 16px;
}
.msg__space {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}
.msg__space .items__more {
  text-align: center;
  margin: auto 0;
  max-width: 100px;
  flex-basis: 100px;
  color: #184076;
}
.msg__images {
  display: flex;
  gap: 12px;
  height: 72px;
  margin-top: 28px;
}
.msg__rating {
  background: url(../.././assets/images/rating.svg) 0 0 no-repeat;
  height: 16px;
  position: relative;
  width: 104px;
}
.msg__rating__progress {
  background: url(../.././assets/images/rating_active.svg) 0 0 no-repeat;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 104px;
}
.msg__more {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}
.msg__more__user {
  margin-right: 20px;
}
.msg__state {
  -ms-flex-align: start;
  margin: 28px 0;
}
.msg__field {
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  margin-right: 32px;
}
.msg .msg__field,
.msg .msg__state {
  display: -ms-flexbox;
  display: flex;
}
.payment-card {
  font-family: "TT Commons";
}
.payment-card__left {
  background-color: #F4F4F5; padding: 68px 52px; min-width: 500px; box-sizing: border-box;
}
.payment-card__right {
  background-color: #184076; color: #ffffff; min-width: 500px;
}
.pr__meta {
  height: 22px;
  margin-bottom: 20px;
}
.pr__meta .right {
  padding-right: calc(var(--col)/2);
}
.pr__price .pr__price__title__discount {
  font-weight: 600;
}
.pr__price .pr__price__title__no-discount {
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}
.pr__doc .pr__doc__list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pr__doc .pr__doc__list .doc_item {
  border: thin solid #e4e7ed;
  border-radius: 8px;
  flex: 0 1 128px;
  min-height: 112px;
}
@media (max-width: 767px) {
  .payment-card__right {
    min-width: auto;
  }
  .payment-card__left {
    min-width: auto;
  }
  .pr__doc .pr__doc__list .doc_item {
    width: 48%;
  }
}
.pr__count {
  justify-content: center;
}
.pr__count__text {
  min-width: 164px;
  max-width: 175px !important;
}
.pr__doc .pr__doc__list .doc_item .wrapper {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;
}
.pr__doc .pr__doc__list .doc_item .icon {
  width: 16px;
  height: 20px;
}
.pr__doc .pr__doc__list .doc_item .text {
  font-size: 16px;
  max-width: 100px;
}
.pr__sidebar,
.pr__delivery {
  min-width: 200px;
  padding: 28px 24px;
  background-color: #f4f5f5;
  border-radius: 8px;
}
.pr__sidebar__hr,
.pr__delivery__hr {
  margin: 24px 0;
}
.pr__sidebar .pr__count,
.pr__delivery .pr__count {
  flex-wrap: wrap;
  gap: 20px;
}
.pr__sidebar .pr__count .spin,
.pr__delivery .pr__count .spin {
  flex: 0 0 60px;
}
.pr__sidebar .pr__count .spin input[type="number"]::-webkit-inner-spin-button,
.pr__delivery .pr__count .spin input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pr__sidebar .pr__calc__row,
.pr__delivery .pr__calc__row {
  height: 36px;
}
.pr__action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pr__action .pr__action__btn {
  min-width: 143px;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.flex-wrap-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  column-gap: 2.5%;
}
.flex-wrap-list .image-small {
  width: 18%;
  aspect-ratio: 1/1;
}
.flex-wrap-list:sm {
  gap: 8px;
}
.flex__content-end {
  justify-content: end;
}
.product_btn_wrapper {
  width: 52px;
  height: 44px;
  border-radius: 6px;
  background-color: rgba(24, 64, 118, 0.0392156863);
}
.product_btn_wrapper a {
  color: #184076;
}
.product_btn_wrapper.active {
  background-color: #184076;
}
.product_btn_wrapper.active a {
  color: #fff;
}
.number .number {
  display: flex;
  gap: 8px;
  align-items: center;
}
.email {
  display: flex;
  gap: 8px;
}
#caption {
  text-align: end;
  font-family: "TT Commons";
  color: #828487;
  font-size: 16px;
  line-height: 22px;
  padding-left: 32px;
}
.caption span {
  font-size: 16px;
  color: #828487;
}
.arrow-icon-right-orange {
  width: 24px;
  height: 24px;
  background: url(../.././assets/images/arrow-right-orange.svg) center no-repeat;
}
.arrow-icon-right-white {
  width: 100%;
  height: 100%;
  background: url(../.././assets/images/arrow-right-white-long.svg) center
    no-repeat;
}
.auth__container {
  display: flex;
}
.auth__container .auth {
  height: 53px;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1023px) {
  .auth__container {
    padding: 0 12px;
  }
}
#auth__link {
  display: block;
}
#company,
#organizations,
#more {
  position: relative;
  display: flex;
  flex-direction: column;
}
#company button,
#organizations button,
#more button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#company:hover,
#organizations:hover,

#company:hover .dropdown__content,
#organizations:hover .dropdown__content,
#more:hover .dropdown__content {
  display: flex;
}
.auth:hover .dropdown__profile__content {
  display: flex;
}
#company:hover .dropdown__content {
  margin-left: 150px;
}
#organizations:hover .dropdown__content {
  margin-left: 110px;
}
#more:hover .dropdown__content {
  margin-left: 160px;
}
.dropdown__content {
  top: 52px;
  background-color: #fff;
  position: absolute;
  width: 232px;
  display: none;
  flex-direction: column;
  box-shadow: 0 2px 10px 1px rgba(14, 19, 38, 0.16);
  z-index: 1;
  border-radius: 8px;
}
.dropdown__content a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
}
.dropdown__content a .text {
  padding-left: 18px;
}
.dropdown__content a:last-child {
  border-radius: 0 0 8px 8px;
}
.dropdown__content a:hover .text {
  color: #EF713B !important;
}
.dropdown__profile__content {
  top: 120px;
  background-color: #fff;
  position: absolute;
  width: 180px;
  display: none;
  flex-direction: column;
  box-shadow: 0 2px 10px 1px rgba(14, 19, 38, 0.16);
  z-index: 1;
  border-radius: 8px;
  margin: 0;
  padding: 0;
}
.dropdown__profile__content li {
  box-sizing: border-box;
  padding: 0;
  border-bottom: thin solid #e4e7ed;
}
.dropdown__profile__content li a {
  margin: 0 0 0 6px;
  color: #4d4d4f;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
}
.dropdown__profile__content li a:hover {
  color: #ef713b;
}
.dropdown__profile__content li a:hover svg {
  filter: invert(98%) sepia(4%) saturate(1020%) hue-rotate(201deg)
    brightness(99%) contrast(98%);
}
.dropdown__profile__content li a .text {
  padding-left: 18px;
}
.dropdown__profile__content li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.menu {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#personal__popup {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}
.personal__popup__content {
  display: flex;
  flex-direction: column;
  padding: 14px 20px 30px;
}
.personal__popup__content .personal__popup__greeting {
  margin: 1em 0;
  text-align: start;
  font-size: 28px;
  width: 300px;
}
.personal__popup__content .personal__popup__menu .user__menu__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-left: -45px;
}
.personal__popup__content .personal__popup__menu .user__menu__item .item__icon {
  margin-right: 20px;
  filter: invert(56%) sepia(6%) saturate(177%) hue-rotate(177deg)
    brightness(92%) contrast(86%);
}
.personal__popup__content .personal__popup__menu .user__menu__item:hover .text {
  color: #333;
}
.personal__popup__content
  .personal__popup__menu
  .user__menu__item:hover
  .item__icon {
  filter: none;
}
.personal__popup__content .personal__popup__menu .user__menu__item .text {
  color: #828487;
}
.personal__popup__close {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 12px;
}
.order__action {
  align-items: center;
  display: flex;
}
.order__action label {
  display: inline-flex;
  user-select: none;
  vertical-align: top;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .order__action {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
  }
}
.order__head {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.order__head__value {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 272px;
}
@media (max-width: 1219px) {
  .order__head__value {
    width: auto;
  }
}
.order__item {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 900px) {
  .order__item__check {
    flex: 0 0 auto;
  }
}
.order__item__image {
  align-items: center;
  background-color: #f6f6f6;
  display: flex;
  flex: 0 0 80px;
  height: 80px;
  justify-content: center;
  padding: 10px;
}
.order__item__image img {
  max-height: 100%;
  width: auto;
}

.order__item__image img {
  height: 75px;
}

@media (max-width: 900px) {
  .order__item__image {
    flex: 0 0 auto;
    width: 80px;
  }
}
.order__item__content {
  align-items: flex-start;
  display: flex;
  flex: 1;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .order__item__content {
    flex-direction: column;
    flex: 1 1 100%;
    font-weight: 500;
  }
}
.order__item__message .silver {
  margin-bottom: 4px;
  transform: translateY(-6px);
}
.order__item__discount--label {
  display: none;
}
@media (max-width: 900px) {
  .order__item__discount--label {
    display: inline-block;
    color: #858585;
    font-size: 14px;
    line-height: 21px;
  }
}
.order__item__price span {
  color: #858585;
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.order__item__count .spin input {
  width: 100%;
}
.order__item__total--mobile {
  display: none;
}
@media (max-width: 900px) {
  .order__item__total--mobile {
    display: inline-block;
    color: #858585;
    font-size: 18px;
    line-height: 21px;
  }
}
.order__head,
.order__item {
  text-align: center;
  grid-template-columns: 32px 80px 1fr 100px 60px 170px 120px 24px;
}
@media (max-width: 900px) {
  .order__head,
  .order__item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 12px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .order__head {
    display: none !important;
  }
}
.checkout__basket {
  padding: 28px 20px;
  border: thin dashed #a0a3a7;
  border-radius: 8px;
  margin-bottom: 0;
}
.checkout .row-full {
    gap: 20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .checkout__basket .flex-col {
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }
  .checkout__basket .flex-col .title__medium {
    margin-top: 0;
  }
  .checkout__basket ul {
    display: none;
  }
  .checkout__basket .dropdown-arrow {
    display: inline;
    margin-left: auto;
    cursor: pointer;
  }
  .checkout__basket .order__price {
    flex-direction: column;
  }
  .checkout__basket .order__price__value.last {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1023px) {
  .checkout__basket {
    padding-bottom: 0;
  }
}
#checkout__legal {
  display: none;
}
#tab-pickup {
  display: none;
}
.delivery__choice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}
.delivery__choice .right {
  display: flex;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
}
.delivery__choice .right input {
  margin-right: 12px;
}
.delivery__choice .middle {
  flex: 0 0 25%;
}
.delivery__choice .left {
  width: 100px;
  text-align: right;
}
.delivery_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 57px;
}
.delivery_line__radio {
  display: flex;
  align-items: center;
  gap: 6px;
}
.delivery_line .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pickup__delivery {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.delivery_map,
#pickup_pvz {
  width: 100%;
  height: 440px;
  border-radius: 8px;
  background-color: #f4f5f6;
}
.pickup__delivery {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
#PICKUP_sign {
  height: 58px;
  display: flex;
  align-items: center;
}
.delivery__payment {
  padding-top: 20px;
  gap: 12px;
}
.deliver__list .deliver__list-bottom {
  padding-left: 40px;
}
.deliver__list ul,
.deliver__list li {
  padding: 0;
}
.order__price li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.order__price li.last {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 28px;
  margin-top: 28px;
  border-top: thin dashed #a0a3a7;
}
.order__price li.last .order__price__field {
  width: 100%;
}
.order__price__field {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 123px;
}
@media screen and (min-width: 1023px) {
  .order__price__field {
    width: 163px;
  }
}
.order__price__value {
  width: 60px;
  line-height: 26px;
  text-overflow: ellipsis;
}
.order__price__value.last {
  color: #1f1f1f;
  font-size: 28px;
  line-height: 36px;
  margin-top: 7px;
}
.order__register_inn_fields-js .col {
  width: 49%;
}
.order-success {
  margin-bottom: 42px;
}
.order__success {
  padding-top: 16px;
}
.order__success__complete {
  padding-bottom: 12px;
}
.order__success__complete p {
  margin: 0;
}
.order__success__complete p + p {
  margin-top: 8px;
}
.order__success__invoice {
  background-color: #f6f6f6;
  margin-bottom: 49px;
  padding: 22px 30px;
  border-radius: 8px;
}
.order__success__invoice p {
  margin: 0 0 8px;
}
.order__success__invoice__action {
  padding-top: 19px;
}
.order__success__invoice .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px 0 0;
}
.order__success__invoice .action li {
  display: -ms-flexbox;
  display: flex;
  margin-right: 42px;
}
.order__success__invoice .action li a {
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex;
}
.order__success__invoice .action li a .ui {
  width: 24px;
  height: 24px;
  color: #333;
  background-image: url(../.././assets/images/attach.svg);
  fill: currentColor;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}
.order__success__invoice .action li a .ui:not(.ui__attach) {
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.order__success__invoice .action li a:hover {
  color: #ef713b;
}
.order__success__invoice .action li a:hover .ui {
  background-image: none;
  background-color: #ef713b;
  -webkit-mask: url(../.././assets/images/attach.svg) no-repeat 50% 50%;
  mask: url(../.././assets/images/attach.svg) no-repeat 50% 50%;
  color: #ef713b;
}
.order__success ol.list {
  counter-reset: section;
}
.order__success ol.list > li {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
.order__success ol.list > li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: section;
  content: counter(section);
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  margin-right: 24px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-radius: 50%;
  font-weight: 500;
  color: #ef713b;
}
@media (max-width: 767px) {
  .order__success__invoice {
    margin-bottom: 35px;
    padding: 20px;
  }
  .order__success__invoice .action {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
  }
  .order__success__invoice .action li {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 6px;
  }
  .order__success__invoice .action li a .ui {
    margin-right: 6px;
  }
  .order__success__action {
    padding-top: 0;
  }
}
.profile {
  margin-bottom: 110px;
}
.profile__sidebar-desktop {
  margin-top: 100px;
}
.profile__sidebar-mobile {
  display: none;
}
@media (max-width: 767px) {
  .profile__sidebar-mobile {
    display: block;
  }
  .profile__sidebar-desktop {
    display: none;
  }
}
.profile__action {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 30px;
}
.profile .profile__nav__item {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  min-height: 24px;
}
.profile .profile__nav__item .ui {
  fill: none;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.profile .profile__nav__item.profile__left_menu_item_hide {
  display: none;
}
.profile .profile__nav__item:hover {
  filter: brightness(0.4);
}
.profile .profile__link__item svg {
  vertical-align: middle;
}
.profile .profile__content .group__title {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.profile .profile__content .group__value {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .profile .profile__content .profile__sidebar {
    display: block;
  }
}
.profile .profile__content__empty {
  text-align: center;
  margin: 200px 0px;
  color: #858585;
  font-weight: 500;
  font-size: 26px;
}
.profile__filter {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 23px -6px 10px;
  padding: 0;
}
.profile__filter__item {
  margin-bottom: 12px;
  padding: 0 6px;
}
.profile .text__caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
.profile .text__caption__visible {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.profile .deal {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
  padding: 16px 80px 16px 16px;
  position: relative;
}
.profile .deal__status {
  color: #184076;
}
.profile .deal__toggle {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
}
.profile .deal__toggle:before {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "▼";
  position: absolute;
  color: #ccc;
  font-size: 0.8em;
  top: 50%;
  left: 50%;
}
.profile .deal__toggle-number {
  color: #000;
}
.profile .deal__order {
  display: inline-block;
}
.profile .deal__order-red {
  display: inline-block;
  border-radius: 2px;
  background-color: rgba(238, 88, 88, 0.1215686275);
  color: #ee5858;
}
.profile .deal__order-success {
  display: inline-block;
  border-radius: 2px;
  background-color: rgba(38, 222, 129, 0.1254901961);
  color: #26de81;
}
.profile .deal__order span {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
}
.profile .deal__cost {
  border-top: 1px solid #e0e0e0;
  margin: 0 0 12px;
  padding-top: 22px;
}
.profile .deal__cost .order__buttons svg {
  vertical-align: middle;
  padding-right: 2px;
}
.profile .deal__product {
  border-top: 1px solid #e0e0e0;
  padding-bottom: 12px;
  padding-top: 10px;
}
.profile .deal__product .col {
  width: auto;
}
.profile .deal__link {
  position: relative;
  cursor: pointer;
}
.profile .deal__link-popup {
  display: none;
  position: absolute;
  min-width: 310px;
  min-height: 122px;
  bottom: 30px;
  padding: 15px;
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  z-index: 99999;
}
.profile .deal__link-popup__header {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.profile .deal__link-popup__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}
.profile .deal__link-popup__download-button {
  margin-top: 18px;
}
.profile .deal__link-popup__download-button svg {
  vertical-align: middle;
}
.profile .deal__close-icon {
  stroke: inherit;
  stroke-width: inherit;
  fill: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
}
.profile .deal__close-icon:hover {
  cursor: pointer;
  fill: #ef713b;
}
.profile .deal .row {
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.profile .deal [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.profile .deal .deal__content {
  display: none;
  padding-top: 34px;
}
.profile .deal.active {
  background-color: #f6f6f6;
}
.profile .deal.active .deal__toggle::before {
  transform: rotate(180deg);
  top: 5%;
  left: 30%;
}
.profile .deal.active .deal__content {
  display: block;
}
.profile .crumbs__back:before {
  background: url(../.././assets/images/left.svg) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  vertical-align: middle;
  width: 24px;
}
.profile .edo__content {
  width: 100%;
}
.profile .upd-link {
  position: relative;
  cursor: pointer;
  color: #828487;
}
.profile-icon {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  flex-shrink: 0;
}
.profile-icon img {
  width: 3em;
  height: 3em;
  object-fit: cover;
  border-radius: 50%;
}
.profile-icon-xl {
  width: 5em;
  height: 5em;
  margin-top: 2em;
  margin-bottom: 42px;
}
.profile-icon-xl img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-radius: 50%;
}
.profile__nav__item .ui {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}
.purchase-returns__container {
  max-width: 860px;
}
.purchase-returns__container h3 {
  margin-top: 0;
}
.purchase-returns__blank {
  display: flex;
  padding: 40px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.purchase-returns__blank-image {
  width: 40%;
  text-align: end;
}
.purchase-returns__blank-info {
  width: 60%;
}
.purchase-returns__blank-downloads {
  display: flex;
  font-size: 16px;
}
.purchase-returns__blank-downloads__container:last-child {
  margin-left: 20px;
}
.purchase-returns__blank-downloads img {
  vertical-align: middle;
}
.purchase-returns__info-text {
  padding: 0 0 40px 40px;
}
.purchase-returns__info-text p {
  margin-top: 0;
}
.purchase-returns__info-list {
  font-size: 18px;
  display: flex;
  margin-bottom: 16px;
}
.purchase-returns__info-list img {
  padding-right: 20px;
  vertical-align: middle;
}
.purchase-returns__info-label {
  font-size: 18px;
  padding: 32px 94px;
  background-color: #f6f6f6;
  margin: 40px 0;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  border-radius: 8px;
}
.purchase-returns__info-container {
  display: flex;
}
.purchase-returns__info-number img {
  max-width: inherit;
  border-radius: 6px;
  vertical-align: middle;
}
.purchase-returns__content {
  font-size: 20px;
  margin-bottom: 40px;
}
.submenu {
  background-color: #f6f6f6;
}
@media (min-width: 1200px) {
  .submenu {
    display: none;
  }
}
@media (max-width: 767px) {
  .submenu {
    background: none;
  }
  .submenu__menu .child_menu {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.submenu__row {
  flex: 1;
  align-items: center;
  height: 52px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .submenu__row {
    height: 0;
  }
}
.submenu__menu svg {
    color: #1F5399 !important;
}
.submenu__location {
  display: flex;
  align-items: center;
  height: 52px;
  position: relative;
}
.submenu__location__button {
  color: #184076;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.submenu__location__button .ui {
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .submenu__location {
    max-width: 100%;
    flex: 0 0 33.333333%;
  }
}
@media (max-width: 767px) {
  .submenu__location {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.submenu__location__popup {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 8px 16px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  width: 232px;
  padding: 18px 16px 20px;
  position: absolute;
  top: 100%;
  left: calc(var(--col) / 2);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  z-index: 10;
}
.submenu__location__name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 18px;
  line-height: 26px;
}
.submenu__location__city {
  margin-right: 5px;
}
.submenu__location__title::after {
  display: inline;
  content: "?";
}
.submenu__location__action {
  display: flex;
  margin-top: 18px;
}
.submenu__location__action .btn-link {
  margin-left: 8px;
}
.submenu__network {
  flex: 0 0 auto;
  white-space: nowrap;
}
.submenu__network .ui {
  display: none;
}
@media (max-width: 1023px) {
  .submenu__network {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .submenu__network {
    font-size: 0;
    line-height: 0;
  }
  .submenu__network a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 118px;
    color: #184076;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .submenu__network a {
    right: 104px;
  }
}
@media (max-width: 767px) {
  .submenu__network .ui {
    display: block;
  }
}
.submenu__dropdown {
  display: none;
}
.submenu__dropdown svg {
  display: none;
  width: 48px;
  height: 48px;
}
@media (max-width: 1200px) {
  .submenu__dropdown {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .submenu__dropdown.opened {
    font-size: 0;
    line-height: 0;
    color: #ccc;
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 115;
  }
  .submenu__dropdown.opened svg:not(.ui__menu) {
    display: block;
  }
}
@media (max-width: 767px) {
  .submenu__dropdown {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: var(--col);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    cursor: pointer;
  }
  .submenu__dropdown .ui__menu {
    display: block;
  }
  .submenu__dropdown.opened {
    top: 20px;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .submenu__dropdown.opened .ui__menu {
    display: none;
  }
}
.submenu__menu {
  display: flex;
  justify-content: flex-end;
}
.submenu__menu__contacts {
  display: none;
}
.submenu__menu__item {
  color: #1f1f1f;
  text-decoration: none;
  white-space: nowrap;
}
.submenu__menu .mobile_userline {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.submenu__menu__item-arrow {
  margin-right: 12px;
}
.child_items {
  display: none;
}
@media (max-width: 767px) {
    .submenu__menu__item-arrow {
        position: absolute;
        right: 0;
    }
}
.submenu__menu__item:not(:first-child) {
  margin-left: 28px;
}
@media (max-width: 1279px) {
  .submenu__menu__item:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .submenu__menu__item:not(:first-child) {
    margin-left: 12px;
  }
}
@media (max-width: 1279px) {
  .submenu__menu {
    padding-right: calc(var(--col) / 2);
  }
}
@media (max-width: 1200px) {
  .submenu__menu {
    display: none;
  }
  .submenu__menu.opened {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    max-width: 490px;
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 110;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 66px 0 0;
  }
  .submenu__menu.opened .submenu__menu__item {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 14px 22px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .submenu__menu.opened .submenu__menu__contacts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 40px 22px 40px 0;
    margin-left: 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 100px;
  }
  .submenu__menu.opened .submenu__menu__contacts a {
    color: #184076;
  }
  .submenu__menu.opened .submenu__menu__contacts .tel {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.submenu__menu-login {
  margin: 22px;
}
.submenu__menu-login .title__mb {
  margin-top: 5px;
}
#submit-row {
  margin-top: 60px;
}
.subscribe {
  //min-height: 300px;
  background-color: #333;
}
.ui__location {
  background-image: url(../images/location.svg);
  vertical-align: text-bottom;
  margin-right: 4px !important;
}
@media (max-width: 767px) {
  /* .subscribe .row {
    display: block;
  } */
}
.subscribe__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 56px;
}
.subscribe__content input {
  padding-top: 0 !important;
}
.subscribe__form {
  flex-direction: column;
}
.subscribe__form__main {
  gap: 8px;
  display: flex;
}
.subscribe__form__caption label {
  display:flex; 
  align-items:center; 
  gap:6px; 
  margin-top:8px;
  font-size: 14px;
}
.subscribe__form__caption label input {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 1440px) {
  .subscribe__content .input-group {
    width: 575px;
  }
  .subscribe__form__caption label {
    width: 719px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .subscribe__content .input-group {
    width: 407px;
  }
  .subscribe__form__caption label {
    width: 551px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .subscribe__content .input-group {
    width: 491px;
  }
  .subscribe__form__caption label {
    width: 635px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .subscribe__content .input-group {
    width: 315px;
  }
  .subscribe__form__caption label {
    width: 449px;
  }
}
@media (max-width: 500px) {
  .subscribe__name {
    margin-bottom: 32px;
  }
  .subscribe__content {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .subscribe__content .input-group {
    width: 90%;
  }
  .subscribe__form__main {
    flex-direction: column;
  }
  .subscribe__form .btn {
    width: 90%;
  }
  .subscribe__form__caption label {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .subscribe__content {
    padding-left: 28px;
    padding-right: 0;
  }
}
.subscribe__name {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 36px;
}
.subscribe__form {
  display: -ms-flexbox;
  display: flex;
}
.subscribe__form .group {
  margin-right: 20px;
  width: 320px;
}
.subscribe__form .group .input {
  background: none;
  border: solid #ebebeb;
  border-width: 0 0 2px;
  //color: #fff;
  font-size: 18px;
  outline: none;
  width: 100%;
  padding: 8px 0;
}
.subscribe__form .group:focus .input {
  border-color: #ef713b;
}
.subscribe__form .input {
  //color: #fff;
}
.subscribe__form .group_focus .group__label {
  color: #ccc;
  padding-bottom: 6px;
  -ms-transform: translate(-15%, -0.85em) scale(0.7);
  transform: translate(-15%, -0.85em) scale(0.7);
}
.subscribe__form .group_focus .group__label:first-child {
  color: #ccc;
  padding-bottom: 6px;
  -ms-transform: translate(-15%, -0.85em) scale(0.7);
  transform: translate(-15%, -1.7em) scale(0.7);
}
.subscribe__form .group_focus .input {
  //border-color: #ef713b;
}
.subscribe__form .group_error {
  color: #d33030;
}
.group_error {
  color: #858585;
}
.group_error .select2-container--default .select2-selection--single {
  border-bottom: 2px solid #d33030;
}
.group_error .input {
  border-bottom-color: #d33030;
}
.group_error .text__caption {
  padding-top: 2px;
}
.checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.questions__main__help__text__info {
  max-width: 288px;
}
.questions__title {
  font-size: 26px;
  font-weight: 600;
}
.question__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #e1dede;
  border-radius: 5px;
}
.question__content h4 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.question__content__main__title {
  font-size: 20px;
  font-weight: 600;
}
.question__content__main__info {
  max-width: 650px;
}
.question__content-text {
  max-width: 600px;
  margin-right: 20px;
}
.question__content p {
  margin: 0;
}
.question__button {
  margin-top: 25px;
}
.question-form__container {
  padding-top: 35px;
  padding-bottom: 78px;
  margin-bottom: 20px;
  position: relative;
}
.question-form__container:before {
  content: "";
  position: absolute;
  display: block;
  background: #f6f6f6 url(../.././assets/images/receive.svg) right no-repeat;
  background-position-x: right;
  width: 100vw;
  height: 464px;
  max-height: 552px;
  bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.question__container > p {
  font-size: 26px;
  font-weight: bold;
}
.question__content-button button {
  min-width: 140px;
  padding: 8px 10px;
  background-color: #d60000;
  border: 0;
  border-radius: 5px;
}
.question__content-button button:hover {
  background-color: #ec2b2b;
}
.question__content-button button a {
  font-size: 18px;
  color: #fff;
}
.questions__inputs {
  margin-top: 35px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #eff0f0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
input[type="checkbox"]::before {
  color: rgba(0, 0, 0, 0);
}
input[type="checkbox"]:checked {
  background-color: #ef713b;
}
input[type="checkbox"]:checked::before {
  content: url(../.././assets/images/check.svg);
  color: #fff;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: rgba(0, 0, 0, 0);
  width: 1em;
  height: 1em;
  border: 1px solid #828487;
  border-radius: 50%;
  flex-shrink: 0;
}
input[type="radio"]:checked {
  content: "";
  width: 1em;
  height: 1em;
  border: 5px solid #ef713b;
  flex-shrink: 0;
}
footer {
  background-color: #fff;
}
.foot__scrollTop {
  bottom: 5%;
  cursor: pointer;
  position: fixed;
  left: 1em;
  -ms-transform: translateX(calc(var(--col) * -1 / 2));
  transform: translateX(calc(var(--col) * -1 / 2));
  z-index: 100;
}
.foot__scrollTop svg {
  height: 24px;
  width: 24px;
  background-color: #184076;
}
.foot__scrollTop svg:hover {
  background-color: #f07d4c;
}
.foot__scrollTop:not(.active) {
  display: none;
}
.generic-key {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  cursor: pointer;
}
.generic-key .next {
  margin-left: 8px;
}
.generic-key .key {
  box-shadow: none;
  background: url(../.././assets/images/arrow-box-blue.svg) 0 0 no-repeat;
  background-position: center;
}
.generic-key .key.prev {
  transform: rotate(180deg);
}
.key {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #f6f6f6;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  justify-content: center;
  outline: none;
  width: 48px;
}
.key.next svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.key.primary {
  background-color: #ef713b;
  border-radius: 2px;
  color: #fff;
}
.key.white {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.rusbelt {
  background-color: #184076;
  color: #fff;
  margin-bottom: 73px;
  padding: 10px 0 0 0;
  margin: 12px;
  border-radius: 16px;
}
.rusbelt.white {
  background-color: #11b49e;
}
.rusbelt__about h1 {
  font-size: 18px !important;
  font-weight: 400;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 21px;
}
.rusbelt__name {
  font-size: 80px;
  font-weight: 600;
  line-height: 92px;
}
@media (max-width: 767px) {
  .rusbelt__name {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 4px;
  }
}
.rusbelt__anons {
  color: hsla(0, 0%, 100%, 0.8);
}
.rusbelt__video {
  padding-top: 61px;
}
@media (max-width: 767px) {
  .rusbelt__video {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rusbelt__video video {
  border-radius: 10px;
}
.rusbelt__item {
  padding: 19px 0;
}
.rusbelt__item b {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.rusbelt__item span {
  color: hsla(0, 0%, 100%, 0.72);
  display: block;
  font-size: 20px;
  line-height: 1;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .rusbelt__info {
    padding-bottom: 16px;
  }
}
.rusbelt.rusbelt_style {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  color: #333;
}
.rusbelt.rusbelt_style .rusbelt__about {
  background: url(../.././assets/images/rb0.svg) no-repeat;
  height: 476px;
  padding-left: 72px;
  padding-top: 68px;
  width: 632px;
}
@media (max-width: 1279px) {
  .rusbelt.rusbelt_style .rusbelt__about {
    background: 0;
  }
}
@media (max-width: 1023px) {
  .rusbelt.rusbelt_style .rusbelt__about {
    height: auto;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .rusbelt.rusbelt_style .rusbelt__about {
    height: auto;
    padding-left: 0px;
  }
}
.rusbelt.rusbelt_style .rusbelt__name {
  color: #184076;
}
@media (max-width: 1023px) {
  .rusbelt.rusbelt_style .rusbelt__name {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 4px;
  }
}
.rusbelt.rusbelt_style .rusbelt__anons {
  color: #34abe2;
}
.rusbelt.rusbelt_style .rusbelt__item {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
}
.rusbelt.rusbelt_style .rusbelt__item img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 40px;
}
.rusbelt.rusbelt_style .rusbelt__item b {
  color: #1f1f1f;
}
.rusbelt.rusbelt_style .rusbelt__item span {
  color: #333;
}
.rusbelt.rusbelt_style .rusbelt__item svg {
  min-width: 72px;
  color: #184076;
  opacity: 1;
  path-stroke: currentColor;
}
.rusbelt.rusbelt_style .rusbelt__item svg circle {
  stroke: #184076;
}
.rusbelt.rusbelt_style .rusbelt__info {
  min-width: 300px;
}
@media (max-width: 767px) {
  .rusbelt.rusbelt_style svg {
    display: none;
  }
  .rusbelt.rusbelt_style .rusbelt__item div {
    font-size: 16px;
    color: #828487;
  }
}
.rusbelt-menu {
  display: none;
}
.sentence {
  margin-bottom: 120px;
}
.sentence .title__middle {
  margin-bottom: 28px;
  margin-top: 80px;
}
.sentence .list li {
  margin-bottom: 16px;
}
.sentence__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 8.333333%;
  padding-top: 140px;
  position: relative;
}
.sentence__item span {
  color: #f6f6f6;
  font-size: 200px;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 112px;
}
.sentence__item i {
  display: block;
  font-style: normal;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .sentence {
    margin-bottom: 20px;
  }
  .sentence .sentence__item {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-top: 40px;
  }
  .sentence span {
    font-size: 100px;
    width: 92px;
  }
}
.order__price__value {
  min-width: max-content;
}
.popup-review__contact,
.popup-review__rating {
  width: 380px;
}
.unstyle {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.icon__plus {
  height: 100%;
  width: 100%;
  background: url(../.././assets/images/plus.svg) center no-repeat;
}
.icon__minus {
  height: 100%;
  width: 100%;
  background: url(../.././assets/images/minus-currentColor.svg) center no-repeat;
}
.dropdown__wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown__wrapper .dropdown-group .dropdown-btn {
  display: inline;
  height: 24px;
  width: 24px;
}
.dropdown__wrapper .dropdown-group .dropdown-btn.show {
  background: url(../.././assets/images/plus.svg) center no-repeat;
}
.dropdown__wrapper .dropdown-group .dropdown-btn.hide {
  background: url(../.././assets/images/minus.svg) center no-repeat;
}
.dropdown__wrapper .dropdown__content__close {
  display: none;
}
.paymant-card {
  font-family: "TT Commons";
  line-height: 26px;
  font-size: 18px;
}
.table .table-row {
  display: flex;
  padding: 12px 0;
  gap: 12px;
  flex-wrap: wrap;
}
.table .table-row .table-row__name {
  width: 348px;
}
.table .table-row .table-row__val {
  width: 308px;
}
.tabs {
  margin-bottom: 43px;
}
@media (max-width: 1023px) {
  .tabs {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .tabs {
    display: none;
  }
}
.tabs.fixed {
  padding-top: 73px;
}
.tabs.fixed .tabs__container {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.tabs__container {
  border-bottom: 1px solid #eff0f0;
  background-color: #fff;
}
.tabs__nav {
  display: flex;
  gap: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .tabs__nav {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.tabs__nav__item {
  display: block;
  padding: 23px 10px;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .tabs__nav__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tabs__nav__item {
    border-top: 1px solid #eff0f0;
    padding: 12px var(--col);
    margin-left: calc(-1 * var(--col));
    margin-right: calc(-1 * var(--col));
  }
}
.tabs__nav__item:not(.active) {
  cursor: pointer;
}
.tabs__nav__item.active {
  color: #0a0a0b;
}
.tabs__nav__item.active::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  height: 4px;
  background-color: #0a0a0b;
}
@media (min-width: 1025px) {
  .tabs__nav__item.active:hover:not([class*="btn"]):not(.dark) {
    color: #0a0a0b;
  }
}
.tabs__nav__title {
  display: none;
}
@media (max-width: 767px) {
  .tabs__visibility {
    display: none;
  }
  .tabs__visibility.open {
    display: block;
  }
}
.payment-card__wrapper {
  flex-direction: column;
}
.catalog-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 230px;
  width: 100%;
}

@media (max-width: 450px) {
  .catalog-item {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
  }
  .catalog-item_header {
    grid-row: 1;
  }

  .catalog-item_content {
    grid-row: 2;
  }

  .catalog-item__price-container {
    grid-row: 3;
  }
}

.catalog-item:last-child {
  margin-top: auto;
}
.catalog-item__price-container {
  margin-top: auto;
}
.catalog-item__buttons-icons {
  margin: 18px;
}
.catalog-item__buttons-icons a svg {
  vertical-align: baseline;
  vertical-align: -webkit-baseline-middle;
}
@media (max-width: 600px) {
  .catalog-item {
    max-width: 164px;
  }
}
.catalog-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #b6b7b9;
}
.catalog-item__info svg {
  margin: 0 5px;
}
.catalog-item__info svg:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .catalog-item__info {
    display: none;
  }
}
.catalog-item__info span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.catalog-item__info-icons {
  display: flex;
  justify-content: space-between;
}
.catalog-item__info-icons a svg {
  background-color: #b6b7b9;
}
.catalog-item__info-icons a:hover svg {
  background-color: #ef713b;
}
.catalog-item__info-icons a.active svg {
  background-color: #ef713b;
}
.catalog-item__info-icons svg.active path,
.catalog-item__info-icons svg:hover path {
  fill: #ef713b;
}
.catalog-item__image {
  position: relative;
}
.catalog-item__image-container {
  display: block;
  width: 230px;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .catalog-item__image-container {
    width: 164px;
  }
}

@media (max-width: 450px) {
  .catalog-item__image-container {
    width: 130px;
    margin: 0 auto;
  }
}

.catalog-item__image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (max-width: 600px) {
  .catalog-item__image img {
    width: 100%;
    height: 100%;
  }
}
.catalog-item__review {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 10px;
  margin-bottom: 2px;
}
.catalog-item__review svg {
  margin: 0 4px 2px 0;
}
.catalog-item__label {
  margin-bottom: 8px;
}
.catalog-item__label a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.catalog-item__sublabel {
  color: green;
}
.catalog-item__params {
  margin-bottom: 12px;
}
.catalog-item__params p {
  margin: 2px 0;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 22px;
  color: #b6b7b9;
}
.catalog-item__price {
  margin-bottom: 4px;
}

.catalog-item__price-discount {
  text-decoration: line-through;
  text-decoration-color: #ef713b;
  vertical-align: super;
  font-size: 16px;
}

.catalog-item__price span {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.catalog-item__price--measure span {
  text-decoration: line-through;
  text-decoration-color: #ef713b;
  vertical-align: super;
  font-size: 16px;
}
.catalog-item__price s {
  text-decoration-color: #ef713b;
  padding-left: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.catalog-item__price s sup {
  font-size: 16px;
}
.catalog-item__price-opt {
  margin-bottom: 16px;
}
.catalog-item__price-opt span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.catalog-item__price-opt--icon {
  margin-left: 6px;
  padding: 3px 8px 3px 8px;
  border-radius: 3px;
  color: #828487;
  background-color: #eff0f0;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 20px;
}
.catalog-item__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-item__buttons-basket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 135px;
  height: 41px;
  padding: 10px 8px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #ef713b;
  color: #fff;
}
.catalog-item__buttons-basket:hover {
  color: #fff;
}
.catalog-item__buttons-basket a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.catalog-item__buttons-basket span {
  margin-left: 5px;
}
@media (max-width: 600px) {
  .catalog-item__buttons-basket span {
    display: none;
  }
}
@media (max-width: 600px) {
  .catalog-item__buttons-basket {
    width: 48px;
    height: 48px;
    align-self: center;
  }
}
.catalog-item__buttons-icons {
  display: none;
}
.catalog-item__buttons-icons svg {
  margin: 0 10px;
}
.catalog-item__buttons-icons svg:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .catalog-item__buttons-icons {
    display: flex;
  }
}
.catalog-item-horizontal {
  padding: 10px 0;
  border-bottom: 2px solid #eff0f0;
}
.catalog-item-horizontal__container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__container {
    position: relative;
    flex-direction: column;
  }
}
.catalog-item-horizontal__image {
  position: relative;
  width: 230px;
  height: 150px;
  margin-right: 15px;
}
.catalog-item-horizontal__image-container {
  display: block;
  width: 230px;
  height: 150px;
  overflow: hidden;
}
.catalog-item-horizontal__image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__image img {
    width: 100%;
    height: 100%;
  }
}
.catalog-item-horizontal__review {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 10px;
  margin-bottom: 2px;
}
.catalog-item-horizontal__review svg {
  margin: 0 4px 2px 0;
}
@media (max-width: 768px) {
  .catalog-item-horizontal__review {
    display: none;
  }
}
.catalog-item-horizontal__content {
  display: flex;
  flex-direction: column;
  max-width: 470px;
  width: 50%;
  margin: 0 12px;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__content {
    margin-bottom: 8px;
  }
}
.catalog-item-horizontal__content-label {
  margin-bottom: 8px;
}
.catalog-item-horizontal__content-label a {
  color: inherit;
}
.catalog-item-horizontal__content-label--waiting {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 3px 8px 3px 8px;
  gap: 4px;
  border-radius: 2px;
  color: #ed9631;
  background-color: rgba(237, 150, 49, 0.12);
}
.catalog-item-horizontal__content-label--order {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 3px 8px 3px 8px;
  gap: 4px;
  border-radius: 2px;
  color: #4580c4;
  background-color: rgba(69, 128, 196, 0.12);
}
.catalog-item-horizontal__content-sublabel {
  color: green;
}
.catalog-item-horizontal__content-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 105px;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__content-info {
    max-height: unset;
  }
}
.catalog-item-horizontal__content-info span {
  margin-bottom: 4px;
  color: #858585;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.catalog-item-horizontal__content-info span:first-child {
  margin-right: 3px;
  white-space: normal;
}
.catalog-item-horizontal__content-info span:nth-child(2) {
  color: #292929;
  margin-left: 5px;
}
.catalog-item-horizontal__content-info span:nth-child(3) {
  align-self: center;
  margin-left: 3px;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__content {
    max-width: inherit;
    width: 80%;
  }
}
.catalog-item-horizontal__price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__price {
    flex-direction: row;
  }
}
.catalog-item-horizontal__price-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__price-container {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.catalog-item-horizontal__price-main {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.catalog-item-horizontal__price-main--sup {
  text-decoration: line-through;
  text-decoration-color: #ef713b;
  vertical-align: super;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 5px;
  color: #292929;
}
.catalog-item-horizontal__price-main s {
  text-decoration-color: #ef713b;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.catalog-item-horizontal__price-main s sup {
  font-size: 18px;
}
.catalog-item-horizontal__price-opt {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.catalog-item-horizontal__price-opt span {
  padding-right: 5px;
}
.catalog-item-horizontal__price-measure {
  color: #828487;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.catalog-item-horizontal__price-measure span {
  margin-right: 5px;
  font-size: 14px;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__price-measure span {
    display: none;
  }
}
@media (max-width: 600px) {
  .catalog-item-horizontal__price-measure {
    max-width: 100px;
    height: 100%;
    padding: 0 8px;
    align-content: center;
    border-left: 1px solid #d5d6d8;
  }
}
.catalog-item-horizontal-icons {
  display: flex;
  justify-content: space-between;
}
.catalog-item-horizontal-icons a svg {
  background-color: #b6b7b9;
}
.catalog-item-horizontal-icons a:hover svg {
  background-color: #ef713b;
}
.catalog-item-horizontal-icons a.active svg {
  background-color: #ef713b;
}
.catalog-item-horizontal__actions {
  display: flex;
  flex-direction: column;
}
.catalog-item-horizontal__actions a svg {
  width: 40px;
  height: 40px;
  background-color: #b6b7b9;
}
.catalog-item-horizontal__actions a:hover svg {
  background-color: #ef713b;
}
.catalog-item-horizontal__actions a.active svg {
  background-color: #ef713b;
}
@media (max-width: 600px) {
  .catalog-item-horizontal__actions {
    position: absolute;
    right: 0;
  }
}
.catalog-item .item__image__remove {
  display: none;
}
.catalog-items {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eff0f0;
}
.catalog-items-header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  border-bottom: 2px solid #eff0f0;
}
@media (max-width: 1024px) {
  .catalog-items-header {
    padding-bottom: 10px;
    align-items: end;
  }
}
@media (max-width: 768px) {
  .catalog-items-header {
    flex-direction: column;
    height: unset;
  }
}
.catalog-items-header span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.catalog-items-header__count-ndc {
  display: flex;
  justify-content: start;
  width: 100%;
}
@media (max-width: 1024px) {
  .catalog-items-header__count-ndc {
    flex-direction: column;
  }
}
.catalog-items-header__count-ndc span {
  margin-right: 52px;
}
.catalog-items-header__elements {
  display: flex;
  justify-content: end;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-items-header__elements {
    justify-content: space-between;
  }
}
.catalog-items-header__elements select {
  border: none;
  border-radius: 8px;
  background-color: #eff0f0;
}
.catalog-items-header__elements-count {
  margin-right: 52px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .catalog-items-header__elements-count {
    margin-right: 0;
  }
}
.catalog-items-header__elements-count span {
  margin-right: 12px;
}
.catalog-items-header__elements-count select {
  width: 60px;
  height: 30px;
}
.catalog-items-header__elements-sort {
  margin-right: 52px;
  padding-top: 10px;
}
.catalog-items-header__elements-sort span {
  margin-right: 12px;
}
.catalog-items-header__elements-sort select {
  width: 60px;
  height: 30px;
}
.catalog-items-header__elements-view {
  display: flex;
  align-items: center;
}
.catalog-items-header__elements-view span {
  margin: 0 8px;
}
.catalog-items-header__elements-view p {
  margin: 0;
}
.catalog-items-header__elements-view-icons {
  display: flex;
  align-items: center;
}
.catalog-items-header__elements-view-icons svg {
  margin: 0 8px;
}
.catalog-items-header__elements-view-icons svg.active.vertical path {
  fill: #ef713b;
}
.catalog-items-header__elements-view-icons svg.active.horizontal path {
  stroke: #ef713b;
}
.catalog-items-header__elements-view-icons svg:hover {
  cursor: pointer;
}
.catalog-items-filter {
  max-width: 300px;
  height: 100%;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .catalog-items-filter {
    display: none;
  }
}
.catalog-items-filter__block {
  margin-bottom: 32px;
}
.catalog-items-filter__block p:first-child {
  margin-top: 0;
}
.catalog-items-filter__inputs {
  display: flex;
  justify-content: space-between;
}
.catalog-items-filter__inputs input {
  width: 120px;
  height: 56px;
  padding: 5px;
  border: none;
  border-radius: 8px;
  background-color: #eff0f0;
  color: #828487;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 12px;
}
.catalog-items-filter__dropdown input {
  width: 140px;
  height: 56px;
  padding: 5px;
  border: none;
  border-radius: 8px;
  background-color: #eff0f0;
  color: #828487;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.catalog-items-filter__buttons {
  display: flex;
}
.catalog-items-filter__buttons a {
  padding: 12px 24px;
  margin-right: 12px;
}
.catalog-items-filter__buttons a.active {
  background-color: #184076;
  color: #fff;
}
.catalog-items-filter-popup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.catalog-items-filter-popup p {
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 12px;
}
.catalog-items-filter-popup__inputs {
  display: flex;
  justify-content: space-between;
}
.catalog-items-filter-popup__inputs input {
  width: 165px;
  height: 56px;
  padding: 5px;
  border: none;
  border-radius: 8px;
  background-color: #eff0f0;
  color: #828487;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.catalog-items-filter-popup__dropdown select {
  width: 100%;
  height: 56px;
  padding: 5px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  background-color: #eff0f0;
  color: #0a0a0b;
  text-transform: none;
  padding-left: 12px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.catalog-items-filter-popup__buttons {
  margin-top: auto;
  display: flex;
  margin-right: 16px;
  justify-content: space-between;
}
.catalog-items-filter-popup__buttons button {
  width: 165px;
}
.catalog-items-filter-popup__buttons a {
  padding: 12px 24px;
}
.catalog-items-filter-popup__buttons a.active {
  background-color: #184076;
  color: #fff;
}
.catalog-items-filter-btn {
  display: none;
}
@media (max-width: 1440px) {
  .catalog-items-filter-btn {
    margin-top: 24px;
    background-color: #ef713b;
    width: 100%;
    height: 52px;
    border-radius: 8px;
  }
  .catalog-items-filter-btn__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    color: #fff;
    cursor: pointer;
  }
}
.catalog-items-container {
  width: 100%;
}
.catalog-items-vertical {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .catalog-items-vertical {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-items-vertical {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .catalog-items-vertical {
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 18px;
  }
  .catalog-items-vertical .catalog-item {
      border: none;
      padding: 0;
  }
  .popular__product .slick-slide {
    flex-shrink: 1;
  }
}
.catalog-items-horizontal {
  display: none;
  flex-direction: column;
}
.catalog-items-description {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .catalog-items-description {
    flex-direction: column;
  }
}
.catalog-items-description__advantages {
  max-width: 300px;
  height: 100%;
  margin-right: 40px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f4f4f5;
}
@media (max-width: 1024px) {
  .catalog-items-description__advantages {
    max-width: unset;
    width: 100%;
  }
}
.catalog-items-description__advantages h3 {
  margin: 0;
}
@media (max-width: 1024px) {
  .catalog-items-description__advantages-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .catalog-items-description__advantages-items {
    display: block;
  }
}
.catalog-items-description__advantages-item {
  margin-top: 30px;
}
.catalog-items-description__advantages-item span {
  padding: 10px 19px;
  border-radius: 8px;
  color: #fff;
  background-color: #34abe2;
}
.catalog-items-description__advantages-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.catalog-items-description__content {
  width: 100%;
  padding-bottom: 60px;
}
.catalog-items-description__content ul {
  list-style-type: inherit;
}
.catalog-items-description__content ul li {
  padding-left: 12px;
  list-style-position: inside;
  list-style-type: disc;
}
.catalog-items p {
  font-weight: 500;
}
.catalog-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog-list {
    width: 100%;
    flex-direction: column;
  }
}
.catalog-list h2 {
  margin: 0;
}
.catalog-list span {
  color: #000;
}
.catalog-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .catalog-list ul {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.catalog-list-item {
  max-width: 408px;
  margin-right: 10px;
}
.catalog-list-item__image {
  width: 72px;
  border-radius: 8px;
  margin-right: 20px;
}
.catalog-list-item__container {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.catalog-list-item__container:hover {
  color: #ef713b;
}
.catalog-list-description {
  width: 100%;
  padding: 32px;
  background-color: #f4f4f5;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .catalog-list-description {
    width: 100%;
    margin-left: 0;
  }
}
.catalog-list-vertical {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.catalog-pagination {
  margin: 48px 0;
}
.catalog-pagination a {
  background-color: rgba(24, 64, 118, 0.04);
  margin: 0 4px;
  border: none;
  border-radius: 6px;
  color: #184076;
}
.catalog-pagination-view {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(24, 64, 118, 0.04);
  color: #184076;
  border: none;
  border-radius: 6px;
  margin-bottom: 36px;
  text-align: center;
  cursor: pointer;
}
.catalog-pagination-buttons {
  display: flex;
  justify-content: space-between;
}
.catalog-pagination-buttons a,
.catalog-pagination-buttons span {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
}
.catalog-pagination-buttons a.active,
.catalog-pagination-buttons span.active {
  background-color: #184076;
  color: #fff;
}
.catalog-view-vertical .row .catalog-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-gallery-item {
  background: #f4f4f5;
  height: 236px;
  display: flex;
  flex-direction: column;
  width: auto;
  margin-left: calc(var(--col) / 2);
  margin-right: calc(var(--col) / 2);
  border-radius: 10px;
  overflow: hidden;
}
.catalog-gallery-item__title {
  text-align: center;
  font-size: 20px;
  height: 50px;
  line-height: 28px;
  font-weight: 500;
  padding-top: 24px;
  color: #333;
}
.catalog-gallery-item__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 70%;
  margin-top: 55px;
}
.catalog-gallery-item__img img {
  mix-blend-mode: multiply;
  height: 100%;
  bottom: -40px;
}
.actions {
  display: flex;
  justify-content: space-between;
}
.actions button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.actions button.apply {
  background-color: #28a745;
  color: #fff;
}
.actions button.apply:hover {
  background-color: #218838;
}
.actions button.reset {
  background-color: #dc3545;
  color: #fff;
}
.actions button.reset:hover {
  background-color: #c82333;
}
.col-p {
  padding-left: 20px;
  padding-right: 20px;
}
.col,
[class*="col"] {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 100%;
}
.col_auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1023px) {
  .col3.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .col3.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .col6.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ui__indicator {
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 100%;
  margin-right: 4px;
}
.ui__indicator.active {
  background-color: green;
}
.ui_mobile {
  fill: none;
  color: #34abe2;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 24px; 
}
.badge {
  display: inline-block;
  border-radius: 6px;
  padding: 0 8px;
  background-color: rgba(51, 173, 78, 0.1215686275);
  color: #33ad4e;
  text-wrap: nowrap;
}
.buy__action {
  padding-top: 12px;
}
.buy__item__image img {
  width: 100%;
  height: 100%;
}
.vobler {
  display: inline-block;
  border-radius: 6px;
  padding: 0 8px;
}
.vobler.green {
  background-color: rgba(51, 173, 78, 0.1215686275);
  color: #33ad4e;
}
.vobler.red {
  background-color: rgba(238, 88, 88, 0.1215686275);
  color: #ee5858;
}
.vobler.peach {
  background-color: rgba(239, 113, 59, 0.1215686275);
  color: #ef713b;
}
.welcome {
  margin-bottom: 72px;
  margin-top: -40px;
  padding-top: 28px;
  position: relative;
  z-index: 5;
}
.welcome-row {
  height: 612px;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .welcome-row {
    height: auto;
    padding-bottom: 20px;
  }
}
.welcome__main {
  max-width: 77%;
  padding: 0 16px;
  padding-top: 6px;
}
@media (max-width: 1023px) {
  .welcome__main {
    max-width: 100%;
    padding: 0;
  }
}
.welcome__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 25%;
  overflow: hidden;
}
.welcome__carousel {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  height: 444px;
  border-radius: 8px;
  margin-bottom: 24px;
  height: 230px;
}
@media (min-width: 500px) and (max-width: 767px) {
  .welcome__carousel {
    height: 260px;
  }
}
@media (max-width: 500px) {
  .welcome__carousel {
    height: 192px;
    margin-bottom: 12px;
  }
}
.welcome__left {
  min-width: 296px;
}
@media (max-width: 1023px) {
  .welcome__left {
    min-width: 0;
  }
}
.welcome__widget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -ms-flex: 1;
  flex: 1;
  margin-top: 5px;
  overflow: hidden;
}
.welcome__widget__block {
  display: flex;
  margin-top: 20px;
}
.welcome__widget img {
  border-radius: 10px;
  width: 100%;
}
.welcome__widget .mobile {
  display: none;
}
@media (min-width: 769px) {
  .welcome__widget .desktop {
    display: flex;
  }
}
@media (max-width: 550px) {
  .welcome__widget {
    gap: 4px;
  }
  .welcome__widget__block {
    margin-top: 0;
  }
  .welcome__widget .desktop {
    display: none;
  }
  .welcome__widget .mobile {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 108px);
    padding: 0 54px;
  }
  .payment-card__wrapper {
    flex-direction: row;
  }
  #more {
    display: none;
  }
  .auth__container {
    padding: 0 12px;
  }
  .popup__classic .popup__body {
    max-width: 1048px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  #payment {
    display: none;
  }
  #services {
    display: none;
  }
  #organizations {
    display: none;
  }
  #company {
    display: none;
  }
  #more {
    display: flex;
  }
  .msg__space .mok-box:nth-last-of-type(1) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(2) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-grid .col {
    flex: 1 0 48%;
  }
  .hidden__md {
    display: none;
  }
  .delivery-map-info {
    flex-direction: column;
  }
  footer {
    width: calc(100% - 56px);
    padding: 0 28px;
  }
  footer .footer__left {
    margin-bottom: auto;
  }
  #payment {
    display: none;
  }
  #services {
    display: none;
  }
  #organizations {
    display: none;
  }
  #company {
    display: none;
  }
  #more {
    display: flex;
  }
  #auth__link {
    display: none;
  }
  .flex-30-70 {
    flex-direction: column;
  }
  .flex-30-70 .flex-col-30 {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
    justify-content: space-between;
  }
  .flex-30-70 .flex-col-70 {
    width: 100%;
  }
  .questions__main__help__text__info {
    max-width: 468px;
  }
  .msg__space .mok-box:nth-last-of-type(1) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .visible__xs {
    display: block;
  }
  .hidden__sm {
    display: none;
  }
  .visible__sm {
    display: block;
  }
  .flex-30-70 {
    flex-direction: column;
  }
  .flex-30-70 .flex-col-30 {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-30-70 .flex-col-70 {
    width: 100%;
  }
  .delivery-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 12px;
    padding-right: 0 !important;
  }
  .title__h3 {
    margin-top: 0;
    font-size: 20px;
  }
  .title__middle, h2 {
    font-size: 28px;
    line-height: 1.285714;
  }
  .delivery-group .delivery-image {
    width: 80px;
    height: 80px;
  }
  .delivery-group .delivery-image svg {
    width: 80px;
    height: 80px;
    transform: scale(0.6);
  }
  .dropdown__content__show {
    padding: 8px 0;
  }
  .dropdown__content__show .dropdown__content__show__btn {
    display: none;
  }
  .flex-grid {
    display: block;
  }
  .flex-grid .col {
    margin-bottom: 12px;
  }
  .flex-grid .tc {
    height: 200px;
  }
  .header__menu {
    display: none;
  }
  .header__info {
    display: none;
  }
  .header__mobile {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__mobile .logo {
    margin-left: 16px;
    margin-right: auto;
    min-width: 74px;
    height: 38px;
    background-image: url(../.././assets/images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header__main {
    padding: 0 28px;
    flex-wrap: wrap;
    height: 100%;
  }
  .header__main .searchform {
    padding-top: 8px;
    width: 100%;
    min-width: 0;
    padding-left: 0;
    order: 4;
  }
  .header__main .searchform .input-search input::placeholder {
    content: "1";
  }
  .header__main .header__catalog {
    width: 100%;
    height: 56px;
    order: 1;
  }
  .header__main .header__catalog #catalog__btn {
    border-radius: 8px;
    width: 100%;
  }
  .header__main .header__offer {
    display: none;
  }
  .header__main .header__actions {
    display: none;
  }
  .invoice-help__grid {
    grid-template-columns: 1fr 1fr;
  }
  .invoice-help__grid-img {
    text-align: center;
    padding-right: 0;
  }
  .invoice-help-link {
    display: none;
  }
  .invoice-help-link-mobile {
    display: block;
  }
  .invoice-help-link-mobile > a {
    color: #ef713b !important;
  }
  .delivery-map-info {
    flex-direction: column;
  }
  .container {
    padding: 0 28px;
  }
  footer {
    width: 100%;
    padding: 0 28px;
  }
  footer .footer__name {
    padding-top: 32px;
  }
  footer .footer-menu__container > ul {
    flex-direction: column;
    gap: 0;
  }
  footer .footer-menu__container > ul li {
    padding-left: 0;
  }
  footer .footer-menu__container > ul .middle {
    padding: 8px 0;
  }
  footer .rusbelt-menu {
    display: block;
  }
  footer .footer__menu,
  footer .footer__main__hr {
    display: none;
  }
  .footer-menu__container ul {
    width: 100%;
    margin: 0;
  }
  .footer-menu__dropdown {
    padding: 10px;
  }
  .footer-menu__dropdown .footer-menu__dropdown-menu {
    display: none;
  }
  .footer-menu__dropdown .dropdown-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
  }
  .footer-menu__dropdown .dropdown-title span {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
  }
  .footer-menu__dropdown .dropdown-title .dropdown-arrow {
    display: flex;
    filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
      brightness(94%) contrast(98%);
  }
  .footer-menu__dropdown hr {
    display: flex;
  }
  .footer__row {
    padding-bottom: 20px;
  }
  .footer__left {
    margin-bottom: auto;
    gap: 40px;
  }
  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0;
    margin: 0;
  }
  .footer__right li {
    padding: 0;
    margin: 0;
  }
  #pvz {
    display: none;
  }
  #nav {
    display: flex;
    flex-direction: row;
  }
  #nav button {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  #nav button:hover {
    filter: invert(64%) sepia(94%) saturate(2740%) hue-rotate(333deg)
      brightness(94%) contrast(98%);
  }
  .checkout__basket .flex-col {
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }
  .checkout__basket .flex-col .title__medium {
    margin-top: 0;
  }
  .checkout__basket ul {
    display: none;
  }
  .checkout__basket .dropdown-arrow {
    display: inline;
    margin-left: auto;
    cursor: pointer;
  }
  .checkout__basket .order__price {
    flex-direction: column;
  }
  .checkout__basket .order__price__value.last {
    margin-top: 0;
    width: 100%;
  }
  .deliver-area {
    max-width: 100%;
  }
  .review__row {
    flex-wrap: wrap;
    justify-content: start;
  }
  .review__row .rating__col {
    min-width: 300px;
    margin-bottom: 30px;
    height: 44px;
  }
  .review__row .rating__col btn {
    height: 100%;
  }
  .review__row .rating__col .rating__more {
    height: 100%;
  }
  .review__row .rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 100%;
  }
  .review__row .rating .btn {
    display: block;
  }
  .review__row .rating .rating__head {
    display: flex;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
  }
  .review__row .rating .rating__head .rating__head__value {
    padding: 0;
    margin-right: auto;
  }
  .review__row .rating .rating__head b {
    line-height: 0;
    font-size: 18px;
  }
  .review__row .rating .rating__more {
    box-sizing: border-box;
    min-width: 150px;
    padding: 0;
  }
  .review__row .rating .btn {
    padding: 8px 15px;
  }
  .review__row .rating__item,
  .review__row .rating__name {
    display: none;
  }
  .review__row .col {
    width: 100%;
  }
  .review__msg .msg__state {
    display: none;
  }
  .rating .rating__head .rating__head__value {
    margin-right: auto;
  }
  .rating .rating__head b {
    font-size: 18px;
  }
  .rating .rating__more {
    padding: 0;
  }
  .rating .btn {
    padding: 8px 15px;
  }
  .row-split {
    flex-direction: column;
    justify-content: start;
  }
  .row-split .btn {
    width: 100%;
  }
  .row-split .col {
    margin-right: auto;
    width: 100%;
  }
  .order__register_inn_fields-js .col {
    width: 100%;
  }
  #submit-row {
    margin-top: 32px;
  }
  .title__medium {
    margin-top: 32px;
  }
  .popup-review__contact {
    width: 100%;
  }
  .popup-review__rating {
    width: 100%;
  }
  .msg__space .mok-box:nth-last-of-type(1) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(2) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(3) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(4) {
    display: none;
  }
  .msg__space .mok-box:nth-last-of-type(5) {
    display: none;
  }
}
@media (max-width: 1219px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.ya__review-iframe {
  padding-left: calc(var(--col) / 2);
  padding-right: calc(var(--col) / 2);
}
@media (min-width: 1024px) {
  .ya__review-title-lg {
    display: flex;
  }
  .ya__review-title-sm {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ya__review-title {
    height: auto !important;
  }
  .ya__review-title-lg {
    display: none;
  }
  .ya__review-title-sm {
    display: flex;
  }
}
@media (max-width: 767px) {
  .col.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
