

/* Start:/bitrix/templates/podshipnik_new/js/slick/slick.css?15561001071746*/
/* Slider */
.slick-slider
{
    /* position: relative; */
    /* display: block; */
    /* box-sizing: border-box; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    /* touch-action: pan-y; */
    /* -webkit-tap-highlight-color: transparent; */
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/js/slick/slick-theme.css?15561001073145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/podshipnik_new/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/podshipnik_new/js/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/podshipnik_new/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/podshipnik_new/js/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/podshipnik_new/js/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/podshipnik_new/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 57%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/css/main.css?174791959986677*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a[href^='tel'] {
  color: #000;
}
a:hover {
  color: #5f7ced;
}
a:active {
  color: #3b56be;
}
input,
textarea {
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  overflow-x: hidden;
  min-height: 100%;
}
.container {
  width: 1300px;
  max-width: 100%;
  margin: auto;
  padding: 0px 15px;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 24px 0px;
  padding-bottom: 40px;
}
article {
  color: #545454;
}
.page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.header {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/header_bg.jpg);
  background-position: center center;
}
.header__logo {
  display: block;
  float: left;
  width: 235px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header__logo:hover {
  color: #000000;
}
.header__logo-img {
  width: 208px;
}
.header__logo-text {
  font-size: 12px;
  color: #000000;
  margin-top: -10px;
}
.header__nav {
  float: left;
  margin-left: -5px;
  margin-top: 36px;
}
.header__info {
  float: right;
}
.profile-links {
  margin-top: 36px;
  margin-right: 18px;
  float: left;
}
.profile-links__text {
  cursor: pointer;
  padding-bottom: 5px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/profile.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 18px;
}
.dropdown-wrapper {
  position: relative;
}
.dropdown-list {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding-top: 9px;
  list-style-type: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 500;
}
.dropdown-wrapper.open .dropdown-list {
  visibility: visible;
  display: block;
  opacity: 1;
  height: auto;
}
.dropdown-list_profile {
  width: 196px;
}
.dropdown-list_cities {
  width: 166px;
}
.dropdown-list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #979db1;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-li {
  background-color: #979db1;
}
.dropdown-link {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px 18px;
  position: relative;
}
.dropdown-link:after {
  content: '';
  display: block;
  width: calc(100% - 36px);
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #b6bbd1;
}
.dropdown-li:last-child .dropdown-link:after {
  content: none;
}
.dropdown-link:hover {
  background-color: #5f7ced;
  color: #fff;
}
.dropdown-link:hover:after {
  background-color: #5f7ced;
}
.cities-links {
  float: left;
  margin-top: 36px;
  margin-right: 15px;
}
.cities-links__text {
  padding-left: 18px;
  padding-bottom: 5px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/point-icon.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
}
.profile-links__youtube:hover,
.cities-links__text:hover {
  color: #5f7ced;
}
.shop-youtube {
  margin-bottom: 94px;
}
.profile-links__youtube {
  padding-left: 25px;
  padding-bottom: 5px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/youtube.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  cursor: pointer;
}
.contact-phone {
  margin-top: 33px;
  float: left;
}
.contact-phone__link {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #979db1;
  padding: 11px 0px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.footer__item {
  margin-right: 26px;
  display: inline-block;
}
.footer-dev {
  text-align: right;
}
.footer-dev__link {
  text-decoration: underline;
}
.breadcrumbs {
  list-style-type: none;
  margin-bottom: 15px;
}
.breadcrumbs__li {
  float: left;
  color: #909090;
  font-size: 12px;
  line-height: 17px;
  padding-right: 5px;
  padding-bottom: 7px;
}
.breadcrumbs__link {
  color: #909090;
}
.menu-burger {
  display: none;
}
.mobile-panel {
  display: none;
}
.profile-tabs {
  padding-bottom: 10px;
  overflow-x: auto;
}
.profile-tabs__tab {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  position: relative;
}
.profile-tabs__tab:first-child {
  margin-left: 0;
}
.profile-tabs__link {
  font-size: 15px;
  padding: 5px 10px;
  display: inline-block;
}
.profile-tabs__link_active {
  color: #fff;
  background: #979db1;
  border-radius: 3px;
}
.profile-tabs__link:first-child:not(.profile-tabs__link_active) {
  padding-left: 0;
}
.profile-tabs__link_active:hover {
  color: #fff;
}
.profile-tabs__count {
  font-size: 11px;
  color: #fff;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/counter-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 27px;
  height: 18px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.btn {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding: 14px 95px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn_blue {
  background: #5f7ced;
  color: #ffffff;
}
.counter a.btn_blue {
  display: block !important;
  background: #5f7ced;
  color: #ffffff;
  width: 100% !important;
  height: auto !important;
}

.counter a.btn {
  padding: 14px 0;
  margin-top: 20px;
}

.counter a.btn_blue:hover,
.counter a.btn_blue:active {
  background: #4866d9;
  color: #ffffff;
}

.btn_blue:hover,
.btn_blue:active {
  background: #4866d9;
  color: #ffffff;
}
.btn_auth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.basket {
  margin-top: 35px;
  max-width: 945px;
  padding-bottom: 35px;
}
.basket__head {
  padding-bottom: 15px;
}
.basket__head-title {
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
.basket__head-info {
  display: inline-block;
  margin-left: 20px;
  color: #545454;
}
.basket__head-count {
  position: absolute;
  top: -6px;
  left: 102%;
  font-size: 11px;
  color: #545454;
}
.basket__table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.basket__table td {
  padding: 15px 10px;
}
.basket__table td:first-child {
  padding-left: 20px;
}
.basket__table td:last-child {
  padding-right: 15px;
}
.basket__table-head {
  background-color: #979db0;
  color: #fff;
  white-space: nowrap;
}
.basket__table-head td {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  /* padding-top: 16px !important;
  padding-bottom: 16px !important; */
  padding: 0.65rem !important;
  font-family: 'PT Sans Caption', sans-serif;
}
.basket__table-head td:last-child {
  min-width: 0px;
}
.basket__table-head td span {
  font-weight: normal;
  font-size: 10px;
}
.basket__table-delivery-info {
  color: #2aab5e;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
}
.basket__table-item {
  border-top: 1px solid #c8c9ca;
}
.basket__table-item td {
  vertical-align: top;
}
.basket__table-product {
  max-width: 130px;
}

.basket__table-link {
  color: #5f7ced;
}
.basket__table-delete {
}
.page-content .counter {
  width: 85px;
  margin: 0;
}
.page-content .counter.counter__article {
  max-width: 315px;
  width: 100%;
}
.counter a {
  width: 23px;
  height: 23px;
  background-color: #979db1;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.counter a.minus {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/minus-icon.svg);
  background-size: 11px 1px;
  margin-right: -5px;
}
.counter a.plus {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/plus-icon.svg);
  background-size: 11px 11px;
  margin-left: -5px;
}
/* .counter a:hover {
  background-color: #5f7ced;
} */
.counter .count {
  border: none;
  width: 42px;
  height: 23px;
  background: #f3f3f5;
  color: #545454 !important;
  font-size: 0.75rem;
  text-align: center;
}

.basket__table-category {
  font-size: 11px;
  max-width: 175px;
}

.basket__table-price {
  text-align: right;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.basket__table-total {
  text-align: center;
}
.basket__table-total,
.basket__table-price {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 85px;
}

.basket__table-delete svg path {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.basket__table-delete:hover svg path {
  fill: #f32015;
}
.basket__table-head-price,
.basket__table-head-total,
.basket__table-head-stock {
  text-align: right;
}
.basket__foot {
  padding-top: 23px;
  padding-right: 45px;
  text-align: right;
}
.order .basket__foot {
  padding-right: 0;
}
.basket__foot-info {
  color: #545454;
}
.basket__foot-info span {
  color: #000;
}
.basket__foot-total {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  font-family: 'PT Sans Caption', sans-serif;
}
.basket__buttons {
  text-align: right;
}
.basket__buttons a {
  margin-top: 24px;
  margin-left: 20px;
  display: inline-block;
  padding: 12px 72px;
}
.basket__buttons-back {
  color: #5f7ced;
  border: 1px solid #5f7ced;
}
.basket__buttons-checkout {
}

.orders {
  max-width: 840px;
  margin-top: 35px;
  padding-bottom: 35px;
}
.basket__table-order {
}
.basket__table-orders {
  color: #545454;
  font-size: 13px;
  text-align: right;
}
.basket__table-order-link {
  font-size: 15px;
  font-weight: bold;
}
.basket__table-status,
.basket__table-stock {
  text-align: right;
}

.go-back {
  margin-top: 30px;
}
.go-back__link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #5f7ced;
  border: 1px solid #5f7ced;
  border-radius: 3px;
  padding: 0px 10px;
}
.order {
  max-width: 925px;
  margin-top: 32px;
  padding-bottom: 30px;
}
.basket__table-loop {
  display: inline-block;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/loop-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
body .mfp-bg {
  background: rgba(57, 61, 75, 0.5);
  opacity: 1;
}
.item-popup {
  width: 720px;
  max-width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px #424551;
  box-shadow: 0px 0px 10px #424551;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.item-popup__top {
}
.item-popup__logo {
  margin-top: 20px;
  margin-left: 30px;
  float: left;
}
.item-popup__contact {
  float: left;
  margin-left: 95px;
  margin-top: 28px;
  font-size: 12px;
  vertical-align: middle;
}
.item-popup__contact a {
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}

.item-popup__print {
  float: right;
  margin-top: 28px;
  margin-right: 60px;
}
.print-link {
  display: block;
  width: 16px;
  height: 15px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/print-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.item-popup__body {
  padding-bottom: 30px;
}
.item-popup__image {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  width: 200px;
}
.item-popup__content {
  float: left;
  margin: 30px;
  width: 440px;
  margin-top: 25px;
  margin-bottom: 0;
}
.item-popup__title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.item-popup__vendor {
  font-size: 16px;
  color: #000;
}
.item-popup__types {
  margin-top: 29px;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}
.item-popup__type {
}
.item-popup__params {
  white-space: nowrap;
  padding-top: 7px;
  padding-bottom: 15px;
}
.item-popup__param {
  margin-top: 8px;
  font-size: 16px;
}
.item-popup__param-name {
  color: #545454;
  display: inline-block;
  width: 90px;
}
.item-popup__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.item-popup__price {
  font-size: 16px;
}
.item-popup__count {
}
.item-popup__count .counter {
  width: 85px;
}
.item-popup__total {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  padding-left: 15px;
}
.item-popup__content-row {
  display: flex;
  justify-content: space-between;
}
.item-popup__content-col:first-child {
  padding-right: 30px;
}
.item-popup__add {
  margin-top: 25px;
}
.order-checkout {
  max-width: 850px;
}
.order-checkout.not_auth {
  max-width: 100%;
}
.order-checkout__block {
  margin-top: 20px;
}
.order-checkout__title {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.order-checkout__content {
  padding-bottom: 20px;
}
.order-checkout__row {
  margin-top: 25px;
  width: 33.33%;
}
.order-checkout__row:nth-of-type(3n + 1) {
}
.order-checkout__row:nth-of-type(3n + 2) {
  text-align: center;
}
.order-checkout__row:nth-of-type(3n + 3) {
  text-align: right;
}
.order-checkout__row_full {
  width: 100%;
}
.order-checkout__row_zapros {
  margin-top: 0;
  margin-bottom: 15px;
}
.order-checkout__input,
.order-checkout__select {
  font-family: 'Open Sans', sans-serif;
  height: 46px;
  line-height: 46px;
  border: 1px solid #c8c9ca;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 13px;
  width: 270px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.order-checkout__input_delivery {
  cursor: pointer;
  background-color: #fff;
  caret-color: green;
}
.order-checkout__input::-webkit-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__input:-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__input::-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__input::placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.order-checkout__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-checkout__textarea {
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #c8c9ca;
  height: 46px;
  min-height: 46px;
  width: 560px;
  max-width: 100%;
  min-width: 270px;
  padding: 13px;
  font-size: 18px;
  color: #000;
  display: block;
  overflow: hidden;
  font-weight: bold;
  line-height: 18px;
}
.order-checkout__textarea::-webkit-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__textarea:-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__textarea::-ms-input-placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.order-checkout__textarea::placeholder {
  color: #545454;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.person-types__row {
  margin-top: 25px;
  margin-right: 50px;
  width: 270px;
}
.order-checkout__textarea_zapros {
  min-height: 92px;
  width: 100%;
  font-weight: normal;
}
.person-types__row_left {
  float: left;
}
.person-types__row_reg {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 180px;
}
.person-types__row_full {
  width: 100%;
}
.person-types__input {
  display: none;
}
.person-types__label {
  line-height: 18px;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.person-types__checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c8c9ca;
  border-radius: 100px;
  margin-right: 9px;
  position: relative;
  vertical-align: middle;
}
.person-types__text {
  vertical-align: middle;
  color: #545454;
}
.person-types__input:checked
  + .person-types__label
  .person-types__checkbox:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #5f7ced;
  border-radius: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
.person-types__input:checked + .person-types__label .person-types__text {
  font-weight: bold;
  color: #000000;
}
.order-checkout__row .location-block-wrapper {
  width: 270px;
  display: inline-block;
}
.order-checkout__row .bx-sls .dropdown-block {
  font-family: 'Open Sans', sans-serif;
  height: 46px;
  line-height: 46px;
  border: 1px solid #c8c9ca;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 13px;
  width: 270px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.checkout-totals {
  background: #f3f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 5px;
  margin-top: 20px;
}
.checkout-totals__col {
  padding: 10px 8px;
  font-family: 'PT Sans Caption', sans-serif;
}
.checkout-totals__col:nth-child(1) {
  padding: 10px 5px;
  min-width: 97px;
}

.checkout-totals__col:nth-child(2) {
  padding: 10px 5px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.checkout-submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-submit__link {
  display: inline-block;
}
.checkout-terms {
}
.checkout-terms__label {
  cursor: pointer;
  line-height: 17px;
}
.checkout-terms__label span {
  vertical-align: middle;
  color: #545454;
}
.checkout-terms__checkbox {
  display: none;
}
.checkout-terms__check {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border: 1px solid #c8c9ca;
  margin-right: 9px;
  width: 17px;
  height: 17px;
}
.checkout-terms__checkbox:checked + .checkout-terms__check:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/checkbox-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.checkout-terms__link {
  color: #5f7ced;
}
.main-search {
}
.main-search__top {
  display: flex;
  justify-content: space-between;
}
.main-search__image {
  margin-top: 16px;
}
.main-search__img {
}
.main-search__general {
  width: 431px;
  max-width: 100%;
}
.custom-order {
  color: #5f7ced;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  top: 2px;
  right: 0px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/custom-order-icon.svg);
}
.custom-order_analog {
  position: static;
  margin-bottom: 20px;
  margin-top: 10px;
}
.custom-order_notfound {
  position: static;
  margin-left: 5px;
}
.custom-order__text {
  border-bottom: 1px dashed #5f7ced;
}
.general-parameters {
}
.general-parameters__row {
}
.general-parameters__row_clear {
  width: 81px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.general-parameters__row_clear .clear-parameters {
  margin-top: 0;
}
.general-parameters__row_second {
  margin-top: 30px;
}
.general-parameters__title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.general-parameters__inputs {
  padding-top: 10px;
  position: relative;
  display: flex;
}
.general-parameters__inputs_multiple {
  justify-content: space-between;
}
.general-parameters__input {
  display: inline-block;
  border: 2px solid #979db1;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #000000;
  padding: 0px 10px;
  width: 100%;
}
.general-parameters__submit {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border: none;
  outline: none;
  background: #979db1;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.general-parameters__clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/clear-input-icon.svg);
  cursor: pointer;
}
.general-parameters__col {
  position: relative;
}
.general-parameters__col_marking {
  width: 100%;
  margin-top: 0;
}
.general-parameters__col_dropdowns {
  width: 123px;
}
.general-parameters__col_manufacturers {
  width: 277px;
}
.general-parameters__submit {
  width: 119px;
  margin-top: 0;
}
.general-parameters__name {
  color: #545454;
  font-size: 11px;
  line-height: 30px;
}
.general-parameters__name b {
  font-size: 15px;
  color: #000000;
}

.general-parameters__select {
  position: relative;
}

.general-parameters__select:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 18px;
  z-index: 1;
  width: 11px;
  height: 6px;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.search__result_input {
  max-width: calc(100% - 4px);
  padding: 0px 5px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 2px;
  border: none;
  min-height: 30px;
  width: 100%;
}
.general-parameters__select select {
  width: 100%;
  border: 2px solid #979db1;
  height: 40px;
  line-height: 36px;
  outline: none;
  font-size: 15px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 10px;
  cursor: pointer;
  background-color: #fff;
}
.general-parameters__select option {
  font-size: 15px;
  color: #000000;
  line-height: 36px;
}
.clear-parameters {
  color: #545454;
  font-size: 13px;
  padding-left: 16px;
  display: inline-block;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/clear-input-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 24px;
}
.main-search__options {
  width: 287px;
}
.search-options {
  display: inline-block;
  vertical-align: top;
  min-width: 230px;
}
.search-options__row {
  position: relative;
  margin-bottom: 2px;
}
.search-options__row_parent {
  padding-right: 40px;
  cursor: pointer;
}
.search-options__row_parent-after {
  display: block;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0px;
  width: 11px;
  height: 6px;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  padding: 10px;
}

.search-options__row_parent:before {
  content: '';
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon_blue.svg);
  -webkit-background-size: 0 0;
  background-size: 0 0;
}
.search-options__row_parent.opened .search-options__row_parent-after {
  transform: rotate(-180deg);
}
.search-options__row_child {
  padding-left: 26px;
  display: none;
}
.search-options__row_all {
  margin-bottom: 5px;
}
.search-options__label {
  cursor: pointer;
  display: flex;
}
.search-options__input {
  display: none;
}
.search-options__checkbox {
  display: block;
  vertical-align: middle;
  width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #c8c9ca;
  position: relative;
  margin-right: 5px;
  margin-top: 4px;
}
.search-options__input:checked + .search-options__checkbox {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/checkbox-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.search-options__name {
  display: inline-block;
  vertical-align: middle;
  color: #545454;
  line-height: 25px;
  font-size: 13px;
}
.search-options__label:hover > .search-options__name,
.search-options__row_parent:hover
  > .search-options__label
  .search-options__label
  .search-options__name {
  color: #5f7ced;
}
.search-options__row_parent:hover:after {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon_blue.svg);
}
.search-options__row_all .search-options__name {
  color: #000000;
  font-size: 15px;
}
.main-search__bottom {
}
.extra-parameters {
  margin-top: 16px;
}
.extra-parameters__top {
  padding-bottom: 8px;
  border-bottom: 1px dashed #000000;
}
.extra-parameters__title {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.extra-parameters__title:after {
  content: '';
  display: block;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 0px;
  width: 11px;
  height: 6px;
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}
.extra-parameters__title.opened:after {
  transform: rotate(-180deg);
}
.extra-parameters__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.extra-parameters__row.opened {
  visibility: visible;
  max-height: 9999px;
  padding-bottom: 20px;
}
.extra-parameters__col {
  margin-top: 15px;
  max-width: 30%;
}
.extra-parameters__col_full {
  display: none;
}
.extra-parameters__name {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  padding-bottom: 10px;
}
.extra-parameters__label {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  clear: both;
}
.extra-parameters__label:after {
  content: '';
  display: block;
  clear: both;
}
.extra-parameters__input {
  display: none;
}
.extra-parameters__radio {
  display: inline-block;
  float: left;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  border: 1px solid #c8c9ca;
  position: relative;
}
.extra-parameters__input:checked + .extra-parameters__radio:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #5f7ced;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}
.extra-parameters__value {
  display: block;
  padding-left: 29px;
  color: #545454;
  font-size: 12px;
  line-height: 17px;
}
.extra-parameters__label:hover .extra-parameters__value {
  color: #5f7ced;
}

.main-catalog {
  margin-top: 35px;
}
.basket__head-results {
  color: #545454;
  font-size: 11px;
  font-style: normal;
  position: absolute;
  left: 103%;
  bottom: 60%;
  width: 80px;
}
.basket__head-warning {
  color: #f32015;
  font-size: 13px;
  display: inline-block;
  margin-left: 65px;
}
.main-catalog__table {
  font-size: 12px;
}
.main-catalog__table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-catalog__table td:first-child {
  padding-left: 10px;
}
.main-catalog__table td:last-child {
  padding-right: 10px;
}
.main-catalog__table .basket__table-product {
  max-width: 280px;
  position: relative;
}
.catalog-add-link {
  color: #5f7ced;
  padding-left: 20px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/add-to-cart-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.popup-link-zapros {
  padding-left: 20px;
  color: #5f7ced;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/zayavka.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.main-catalog__table .basket__table-item td {
  vertical-align: middle;
  text-align: left;
  padding: 0.65rem !important;
}
.basket__table-price-currency {
  font-weight: normal;
  font-family: 'PT Sans Caption', sans-serif;
}
.basket__table-price-currency,
.basket__table-stock-currency {
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.basket__table-item:hover .basket__table-price-currency,
.basket__table-item:hover .basket__table-stock-currency {
  opacity: 1;
}
.navigation {
  margin: 30px 0px;
  list-style-type: none;
}
.navigation__li {
  display: inline-block;
  margin-right: 5px;
}
.navigation__li_active {
  padding: 4px 9px;
  color: #000000;
  font-size: 13px;
  background: #f3f3f5;
  border-radius: 2px;
}
.navigation__link {
  color: #545454;
  font-size: 13px;
  padding: 4px 9px;
}
.navigation__link:hover {
  color: #5f7ced;
  background: #f3f3f5;
}
.main-catalog__table .basket__table-head-vendor {
  min-width: 82px;
}
.main-catalog__table .basket__table-head-price {
  min-width: 65px;
  font-family: 'PT Sans Caption', sans-serif;
  text-align: left;
}
.main-catalog__table .basket__table-head-total {
  min-width: 96px;
  font-family: 'PT Sans Caption', sans-serif;
}
.catalog-more {
  display: none;
}
.main-search__bottom .search-options {
  display: none;
}
.contacts-page {
  display: flex;
  padding-bottom: 40px;
}
.contacts-page__col {
  margin-top: 15px;
}
.contacts-page__col_left {
  width: 170px;
  margin-right: 25px;
}
.contacts-page__col_right {
  flex-grow: 1;
}
.cities-list {
  list-style-type: none;
}
.cities-list__li {
  margin-top: 5px;
  list-style-type: none;
}
.cities-link {
  font-size: 15px;
  color: #000000;
  display: inline-block;
  padding: 5px 0px;
}
.cities-link_active {
  border-radius: 3px;
  background: #979db1;
  color: #fff;
  padding: 5px 10px;
}
.cities-link_active:hover {
  color: #fff;
}
.contacts-contnet {
  padding-top: 15px;
}
.contacts-contnet__tab {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.contacts-contnet__tab_active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.contacts-contnet__address {
  font-size: 15px;
  font-weight: bold;
  padding-left: 21px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/point-icon.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 12px 16px;
  background-size: 12px 16px;
  background-position: left center;
  line-height: 16px;
}
.contacts-contnet__info {
  padding-top: 15px;
}
.contacts-contnet__phone {
  display: inline-block;
  margin-right: 25px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 19px;
  font-size: 15px;
}
.contacts-contnet__mail {
  color: #5f7ced;
  font-size: 15px;
  padding-left: 24px;
  display: inline-block;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 25px;
}
.contacts-contnet__map {
  height: 320px;
  width: 100%;
  margin-top: 35px;
}
.cities-list-dropdown {
  display: none;
}
.article h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0px;
  color: #000;
}
.article h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0px;
  color: #000;
}
.article p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article .announce {
  color: #000000;
  padding-left: 30px;
  border-left: 1px solid #c4c4c4;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.article ol {
  padding-left: 12px;
}
.article ol li {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
}
.typical-slider {
  position: relative;
  padding-left: 30px;
  border-left: 1px solid #c4c4c4;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 600px;
}
.typical-slider__slide {
  outline: none;
  position: relative;
}
.typical-slider__link {
  outline: none;
  display: block;
}

.typical-slider__image {
  width: 100%;
}
.typical-slider .typical-slider__arrow {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cbcfdc;
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 100;
  top: 49%;
}
.typical-slider .typical-slider__arrow:hover {
  background-color: #5f7ced;
}
.typical-slider .typical-slider__arrow:before {
  content: none;
}
.typical-slider .typical-slider__prev {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/slider-prev-arrow.svg);
  left: 40px;
}
.typical-slider .typical-slider__next {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/slider-next-arrow.svg);
  right: 10px;
}
.typical-slider__loop {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cbcfdc;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/slider-loop.svg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  border-radius: 3px;
}
.typical-slider__loop:hover {
  background-color: #5f7ced;
}
.article_width-sidebar {
  float: left;
  width: 800px;
}
.sidebar {
  float: right;
  width: 330px;
  border-left: 1px solid #c4c4c4;
  padding-left: 50px;
  min-height: 300px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #000;
}
ul.two-cols {
  list-style-position: inside;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  list-style-type: none;
}
ul.two-cols li {
  font-size: 13px;
}
ul.two-cols a {
  color: #5f7ced;
}
.select {
  position: relative;
}
.select__result {
  border: 2px solid #979db1;
  height: 40px;
  line-height: 36px;
  font-size: 15px;
  color: #000000;
  padding: 0px 10px;
  cursor: pointer;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.select__result:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 18px;
  z-index: 1;
  width: 11px;
  height: 6px;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.select__list {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #979db1;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
}
.select__label {
  display: block;
}
.select__label_checkbox {
  position: relative;
}
.select__radio {
  display: none;
}
.select__value {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  padding: 0px 10px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  z-index: 10;
}
.select__label_checkbox .select__value {
  padding-left: 32px;
}
.select__label:hover {
  background: #5f7ced;
}
.select__value_integer {
  background: #aeb3c5;
}

.select__value_selected {
  background: #5f7ced;
}
/*.select__radio:checked + .select__value {
	background: #5F7CED;
}*/
.ajax-loading {
  position: absolute;
  top: -3px;
  right: -30px;
  z-index: 8888;
  display: none;
}
.ajax-loading__img {
  display: block;
  position: absolute;
  margin: auto;
  background-color: #979db1;
  min-width: 125px;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 100;
}
.ajax-loading__img:hover {
  color: #fff;
}
.ajax-loading__img:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0;
  background-color: #5f7ced;
  z-index: 100;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.ajax-loading__img.progress:before {
  width: 100%;
}
.profile-link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.profile-block-hidden {
  display: none;
}

.profile-block-shown {
  display: block;
}

.profile-block {
  margin-top: 30px;
}
.profile-block_auth {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/podshipnik_auth.svg);
  background-repeat: no-repeat;
  background-position: 475px 40px;
}
.profile-block_order {
  background-image: none;
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #cac8c9;
}
.profile-block_new {
  background-image: none;
  float: left;
}
.profile-block_reg {
  max-width: 850px;
}
.profile-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-block__col {
  margin-bottom: 30px;
  margin-left: 20px;
  width: 270px;
}
.profile-block__col_full {
  width: 100%;
}
.profile-block__col_half {
  width: 561px;
  max-width: 100%;
}
.profile-block__col_title {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
.profile-block__col:first-child {
  margin-left: 0;
}
.profile-block__title {
  color: #545454;
  min-height: 18px;
}
.profile-block__input {
  border: 1px solid #c8c9ca;
  margin-top: 5px;
  padding: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
}
.profile-block__input_captcha {
  width: 100px;
  vertical-align: middle;
}
.profile-block__input:focus {
  border: 1px solid #5f7ced;
}
.profile-block__input.error {
  border: 1px solid #f32015;
}
.profile-block__refresh {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/refresh-icon.svg);
  margin-left: 25px;
  margin-right: 15px;
  vertical-align: middle;
}
.profile-block__refresh + img {
  vertical-align: middle;
}
.form-btns {
  text-align: right;
  max-width: 840px;
}
.reset-btn {
  background-color: transparent;
  font-size: 15px;
  border: none;
  margin-right: 20px;
  cursor: pointer;
}
.required-text {
  color: #f32015;
  font-size: 12px;
  float: left;
  line-height: 45px;
}
.forgot-link {
  color: #5f7ced;
  font-style: italic;
  font-weight: 600;
}
.required-text {
  font-size: 12px;
  color: #f32015;
}
.popup {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px #424551;
  border-radius: 3px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.popup__logo {
  width: 130px;
}
.popup__info {
  font-size: 14px;
  color: #000000;
  margin-top: 25px;
}
.popup__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}
.form-zapros .profile-block__input {
  font-weight: normal;
}
.profile-block__row_buttons .profile-block__col {
  margin-bottom: 10px;
}
.mfp-close-btn-in .mfp-close {
  color: transparent !important;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/clear-input-icon.svg);
  cursor: pointer;
  top: 30px !important;
  right: 30px !important;
}
.auth-for-order {
  padding-bottom: 30px;
}
.auth-title {
  font-size: 16px;
}
.select_mobile {
  display: none;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.basket__table-delivery-info td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#catalog_items .basket__table-head_fixed {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 1000;
}
#catalog_items .basket__table-head_fixed.showed {
  display: block;
}
#popup-counter {
  margin-top: 20px;
}
.checkout-submit__link {
  padding: 14px 24px;
  min-width: 195px;
}
.order-checkout__row .bx-ui-sls-container {
  height: 46px;
  line-height: 46px;
}
.order-checkout__row .bx-ui-sls-container .bx-ui-sls-fake {
  height: 46px;
  line-height: 46px;
  color: #000000 !important;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif !important;
}
.order-checkout__row .bx-ui-sls-container .bx-ui-sls-route {
  height: 46px;
  line-height: 46px;
  display: none;
}
.order-checkout__row
  .bx-ui-sls-container
  .bx-ui-sls-fake::-webkit-input-placeholder {
  color: #545454 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}
.order-checkout__row
  .bx-ui-sls-container
  .bx-ui-sls-fake:-ms-input-placeholder {
  color: #545454 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}
.order-checkout__row
  .bx-ui-sls-container
  .bx-ui-sls-fake::-ms-input-placeholder {
  color: #545454 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}
.order-checkout__row .bx-ui-sls-container .bx-ui-sls-fake::placeholder {
  color: #545454 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.order-checkout__row .bx-ui-sls-pane {
  top: 100% !important;
  bottom: auto !important;
  padding: 0 !important;
}
.order-checkout__row .bx-sls .dropdown-item-text {
  color: #545454 !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
  line-height: 1.2;
  text-align: left;
}
.order-checkout__row .bx-sls .dropdown-item-text span {
  color: #545454 !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
}
.order-checkout__row .dropdown-item {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0 !important;
}
.order-checkout__row .bx-ui-sls-error {
  line-height: 1.2;
  text-align: left;
}
.order-checkout__row .bx-sls .bx-ui-sls-error div {
  top: 3px;
}
.order-checkout__row .dropdown-item:nth-child(even) {
  background-color: rgba(224, 232, 234, 0.5);
}
.order-checkout__row .bx-sls .bx-ui-sls-clear {
  z-index: 100;
}
.order-checkout__row .bx-sls .bx-ui-sls-variant-active {
}
.-bx-popup-special-prompt {
  line-height: 1.2;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}

.delivery-vars {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 660px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  overflow-x: auto;
  color: #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.delivery-vars.opened {
  right: 0px;
}
.delivery-vars__close {
  position: absolute;
  top: 30px;
  right: 35px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/delivery-close.svg);
  cursor: pointer;
}
.delivery-vars__body {
  padding: 50px 20px;
  padding-top: 80px;
}
.delivery-vars__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.delivery-vars__title br {
  display: none;
}
.delivery-vars__list {
  padding: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.delivery-vars__item {
  width: 33.33%;
  padding: 5px;
  text-align: left;
}
.delivery-vars__value {
  color: #000000;
  font-size: 15px;
  line-height: 180%;
  display: inline-block;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.delivery-vars__value:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1;
}
.delivery-vars__value:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  height: 12px;
  border: 1px solid #3a5bdb;
  background-color: #3a5bdb;
  border-radius: 2px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 2;
  opacity: 0;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/active-delivery-city.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.delivery-vars__value.delivery-vars__value_active:after {
  opacity: 1;
}
.delivery-vars__map {
  margin-top: 40px;
}
.delivery-vars__map > div {
  height: 320px;
}
body.with-popup {
  overflow: hidden;
}
.bx-sls .bx-ui-sls-clear {
  background-image: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  right: 5px;
  top: 3px;
}
.bx-sls .bx-ui-sls-clear:before,
.bx-sls .bx-ui-sls-clear:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #c8c9ca;
}
.bx-sls .bx-ui-sls-clear:before {
  transform: rotate(45deg);
}
.bx-sls .bx-ui-sls-clear:after {
  transform: rotate(-45deg);
}
.contacts-contnet__top {
  display: flex;
}
.contacts-contnet__top-col {
  margin-right: 50px;
}
.contacts-contnet__top-col:last-child {
  margin-right: 0;
}
.contacts-contnet__work-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}
.contacts-contnet__work-text {
  padding-top: 15px;
  font-size: 15px;
}
.contacts-contnet__path {
  margin-top: 25px;
}
.contacts-contnet__path-title {
  font-weight: bold;
  font-size: 16px;
}
.contacts-contnet__path-text {
  padding-top: 15px;
}

.popup-add-to-cart {
  width: 600px;
  max-width: 90%;
  min-height: 200px;
  padding: 20px 30px;
}
.popup-add-to-cart__message {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-top: 50px;
}
.popup-add-to-cart__item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c8c9ca;
  padding-bottom: 15px;
}
.popup-add-to-cart__product {
}
.popup-add-to-cart__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.popup-add-to-cart__brand {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 3px;
}
.popup-add-to-cart__count {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.popup-add-to-cart__price {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: 'PT Sans Caption', sans-serif;
}
.popup-add-to-cart__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
}
.popup-add-to-cart__back {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #5f7ced;
  margin-right: 30px;
}
.popup-add-to-cart__to-cart {
  padding: 13px 35px;
}
.popup-add-to-cart .mfp-close {
  top: 30px;
  right: 30px;
}
.basket__head-analog {
  color: #545454;
  font-size: 15px;
  line-height: 20px;
}
.basket__head-analog b {
  color: #000;
}
.basket__head-analog a {
  color: #3b56be;
}
.popup-choose-city {
  width: 355px;
  max-width: 100%;
  padding: 15px 20px;
}
.popup-choose-city .mfp-close {
  top: 20px !important;
  right: 20px !important;
}
.popup-choose-city__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}
.popup-choose-city__target {
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #ee2e24;
  margin-top: 15px;
}
.popup-choose-city__message {
  font-size: 12px;
  color: #979db1;
  margin-top: 15px;
}
.popup-choose-city__form > p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #979db1;
}
.popup-choose-city__form {
  margin-top: 24px;
}
.popup-choose-city__search {
  position: relative;
}
.popup-choose-city__input {
  border: 1px solid #c8c9ca;
  padding: 0px 20px;
  padding-right: 35px;
  height: 46px;
  line-height: 44px;
  width: 100%;
  font-size: 18px;
  color: #000000;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/loop-icon.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 22px 22px;
}
.popup-choose-city__variants {
  list-style-type: none;
  background: #f3f3f5;
  max-height: 0px;
  overflow-y: auto;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.popup-choose-city__variants.open {
  max-height: 460px;
}
.popup-choose-city__variant {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding: 10px 20px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.popup-choose-city__variant:hover {
  background: #5f7ced;
  color: #fff;
}
.popup-choose-city__bottom {
  text-align: center;
  padding-top: 30px;
}
.popup-choose-city__button {
  padding: 13px 40px;
}
.phone-confirm {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #545454;
  padding-left: 55px;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.phone-confirm:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #f32015;
  border-radius: 100%;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/ico_hl_phone-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.phone-confirm_ready:before {
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/ico_hl_phone.svg);
  border: 1px solid #2aab5e;
}
.phone-confirm_ready {
  color: #000000;
}
.phone-confirm__star {
  color: #f32015;
}
.phone-confirm__send {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #5f7ced;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.phone-confirm__send:hover {
  text-decoration-color: #5f7ced;
}
.profile-block__col_centered {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#phone-confirm {
}
.popup-choose-city__text {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-top: 18px;
}
#phone-confirm .popup-choose-city__form {
  margin-top: 18px;
}
#phone-confirm .popup-choose-city__form > p {
  font-size: 13px;
  line-height: 18px;
  color: #545454;
}
#phone-confirm .phone-confirm__input {
  background: #ffffff;
  border: 1px solid #c8c9ca;
  height: 46px;
  line-height: 46px;
  width: 195px;
  margin-right: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
#phone-confirm .phone-confirm__button {
  width: 100px;
  padding: 13px 0px;
  text-align: center;
}
.phone-confirm__info {
  display: none;
}
.phone-confirm__info-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
  color: red;
}
.phone-confirm__info-link {
  display: inline-block;
  margin-top: 10px;
  color: #3b56be;
}
.phone-confirm__info-link:hover {
  text-decoration-color: #5f7ced;
}
.related-products {
  border-top: 1px solid #c8c9ca;
  padding-top: 30px;
}
.related-products__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.related-products__items {
  margin-top: 23px;
  padding: 0px 60px;
  position: relative;
}
.related-products__items .slick-track {
  display: flex;
}
.related-products__items .slick-track:before,
.related-products__items .slick-track:after {
  content: none;
}
.related-products__item {
  width: 168px;
  padding: 9px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  display: flex !important;
  flex-direction: column;
  outline: none;
  float: none;
  margin: 0;
  height: auto;
  align-content: stretch;
}
.related-products__item:hover {
  background-color: #f3f3f5;
}
.related-products__item-image {
  height: 140px;
  background: #ffffff;
  border: 1px solid #979db0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.related-products__item-image:hover {
  border: 1px solid #5f7ced;
}
.related-products__item-image img {
  display: block;
  max-width: 95%;
  max-height: 95%;
}
.related-products__item-title {
  margin-top: 10px;
}
.related-products__item-title a {
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
.related-products__item-announce {
  margin-top: 9px;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
}
.related-products__item-pricing {
}
.related-products__item-price {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.related-products__item-button {
  margin-top: 10px;
}
.related-products__item-btn {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  background: #5f7ced;
  border-radius: 3px;
  padding: 8px 0px;
}
.related-products__item-btn:hover {
  color: #fff;
  background: #4b68da;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.related-products__item-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 9px;
}
.related-products .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #5f7ced;
  top: 9px;
}
.related-products .slick-arrow:before {
  content: none;
}
.related-products .slick-prev {
}
.related-products .slick-next {
}
.related-products .slick-disabled {
  background: #cbcfdc;
}
.search-options__row_all.closet .search-options__row_parent-after {
  transform: rotate(-180deg);
}
.mfp-wrap {
  z-index: 9999 !important;
}
.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(151, 157, 177, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__process {
}
.sk-wave {
  width: 6em;
  height: 4em;
  margin: auto;
  text-align: center;
  font-size: 1em;
}
.sk-wave .sk-rect {
  background-color: #fff;
  height: 100%;
  width: 0.5em;
  display: inline-block;
  -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
  animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect-3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect-4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect-5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@keyframes sk-wave-stretch-delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

.block-404 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.block-404 a {
  color: #5f7ced;
}

div[id^='wait_'] {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0px !important;
  height: 0px !important;
  word-spacing: normal !important;
  z-index: 0;
  content: '';
}

.footer__banner-wholesales {
  height: 50px;
  background: #5f7ced;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .footer__banner-wholesales {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .footer__banner-wholesales {
    font-size: 10px;
  }
}

.footer__banner-wholesales:hover {
  color: #fff;
}
.footer__banner-wholesales img {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 15%;
}
.footer__banner-wholesales span {
  border-bottom: 1px solid #fff;
}

.footer__banner {
  text-align: center;
  padding: 35px 0px;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/footer__banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -11px;
  margin-bottom: 11px;
}
.footer__banner-btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  background: #5f7ced;
  border-radius: 5px;
  padding: 12px 55px;
  padding-bottom: 10px;
  transition: all 0.25s;
}

.top-message {
  text-align: center;
  color: #5f7ced;
  margin: 0;
  padding: 20px 20px 0;
}
.popup-register-attention {
  width: 355px;
  max-width: 100%;
  padding: 15px 20px;
}
.popup-register-attention .popup-choose-city__title {
  color: #ff0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.popup-register-attention .popup-choose-city__message {
  margin-top: 20px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.popup-register-attention .popup-choose-city__bottom {
  padding-bottom: 15px;
}
.popup-register-attention .btn {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.item-popup.hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  z-index: 9999;
  max-width: 100vw;
}
.item-popup.hover .counter {
  width: 200px;
  min-width: 200px;
  white-space: nowrap;
}
.item-popup.hover #popup-counter {
  text-align: left !important;
}
.item-popup.hover .counter a.minus__footer {
  margin-left: 0;
}
.custom-select-wrapper {
  position: relative;
}
.custom-select {
  width: 100%;
  padding: 5px;
  border: 2px solid #979db1;
  outline: none;
  position: relative;
}
.custom-select-arrow {
  position: absolute;
  right: 9px;
  top: 13px;
  z-index: 1;
  width: 11px;
  height: 6px;
  pointer-events: none;
  box-sizing: border-box;
  background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.select__value-box {
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #c8c9ca;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 5;
}
.select__value-box svg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: block;
  opacity: 0;
}
.select__label_checkbox.select__value_selected .select__value-box svg {
  opacity: 1;
}

.product-card__head {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.product-card__title {
  max-width: 70%;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 700;
}

.product-card__print {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-card__print-icon {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3e%3cpath d='M3.75 1C3.75 0.447715 4.19772 0 4.75 0H15.25C15.8023 0 16.25 0.447715 16.25 1V2.5H3.75V1Z' fill='%234C66EC'/%3e%3cpath d='M0 4.75C0 4.19772 0.447715 3.75 1 3.75H19C19.5523 3.75 20 4.19772 20 4.75V12.75C20 13.3023 19.5523 13.75 19 13.75H1C0.447715 13.75 0 13.3023 0 12.75V4.75Z' fill='%234C66EC'/%3e%3cpath d='M3.75 10.75H3.25V11.25V19C3.25 19.8284 3.92157 20.5 4.75 20.5H15.25C16.0784 20.5 16.75 19.8284 16.75 19V11.25V10.75H16.25H3.75Z' fill='%234C66EC' stroke='white'/%3e%3crect x='15' y='5' width='2.5' height='1.25' fill='white'/%3e%3crect x='6.25' y='13.75' width='7.5' height='1.25' fill='white'/%3e%3crect x='6.25' y='16.25' width='7.5' height='1.25' fill='white'/%3e%3c/svg%3e");
}

.product-card__print-text {
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
}

.product-card__body {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2.25rem;
}

.product-card__info {
}

.product-card__info-main {
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
}

.product-card__info-photo {
  display: flex;
  gap: 1.3rem;
}

.product-card__info-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__swiper-small {
  width: 5.375rem;
}

.product-card__swiper-small .slick-list {
  padding: 0 !important;
}

.product-card__swiper-small-item {
  height: 4rem !important;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.product-card__swiper-small-item:not(:last-child) {
  margin-bottom: 0.87rem;
}

.product-card__swiper-small-item.slick-current {
  border-color: #909090;
}

.product-card__swiper-big {
  width: 25.625rem;
}

.product-card__swiper-big-item {
  height: 18.75rem !important;
}

.product-card__info-main-characteristics {
  width: 40%;
}

.product-card__info-main-characteristics-list {
  margin-bottom: 1.25rem;
  list-style: none;
}

.product-card__info-main-characteristics-item {
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
}

.product-card__info-main-characteristics-item b {
  color: #201d1d;
}

.product-card__info-main-characteristics-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.product-card__info-main-characteristics-more {
  display: flex;
  align-items: center;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
}

.product-card__info-main-characteristics-more:after {
  content: '';
  margin-left: 0.5rem;
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3e%3cpath d='M1.00002 1L6.26317 6.5L1.00002 12' stroke='%23201D1D'/%3e%3c/svg%3e");
}
.product-card__price {
  position: sticky;
  top: 1rem;
  height: fit-content;
}
.product-card__price-block {
  margin-bottom: 1.4rem;
  padding: 1rem;
  fill: #fff;
  box-shadow: 0px 0px 11px rgba(91, 94, 97, 0.26);
  border-radius: 0.25rem;
}

.product-card__price-block-head-controllers {
  min-width: 6rem;
}

.product-card__price-block.mob {
  display: none;
}

.product-card__price-block-head {
  margin-bottom: 1.7rem;
}

.product-card__price-block-head .counter {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-card__price-block-head .price-bold {
  font-size: 1.625rem;
}

.product-card__price-block .catalog-add-link-popup {
  margin-bottom: 0.8rem;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.catalog-add-icon {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M1.55717 19.1234L0.140504 7.79005C0.0658977 7.1932 0.531283 6.66602 1.13278 6.66602H18.8672C19.4687 6.66602 19.9341 7.1932 19.8595 7.79005L18.4428 19.1234C18.3803 19.6238 17.9549 19.9993 17.4506 19.9993H2.54945C2.04513 19.9993 1.61972 19.6238 1.55717 19.1234Z' fill='white'/%3e%3cpath d='M10.0004 3.33333C7.59914 3.33333 7.32136 5.55555 7.59914 6.66667H5.09883C4.82105 4.44444 4.76577 0 10.0991 0C15.4325 0 15.2778 4.44444 15 6.66667H12.5004C12.5004 5.55555 12.9502 3.33333 10.0004 3.33333Z' fill='white'/%3e%3c/svg%3e");
}

.product-card__price-block .catalog-order-link {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 200%;
  border-radius: 0.25rem;
  background: #f0f0f3;
}

.product-card__brand {
  padding: 1.6rem 0.8rem 1.5rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #f0f0f3;
  background: #fff;
}

.product-card__brand-name {
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 135%;
}

.product-card__brand-name span {
  margin-bottom: 0.2rem;
  display: block;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 106%;
  text-transform: uppercase;
}

.product-card__brand-img {
  width: 6.5rem;
}

.product-card__brand-img img {
  width: 100%;
  height: auto;
}

.product-card__info-content-tabs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}

.product-card__info-content-tabs:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f0f0f3;
}

.product-card__info-content-tabs-link {
  display: block;
  padding-bottom: 0.4rem;
  position: relative;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.product-card__info-content-tabs-link:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  z-index: 2;
}

.product-card__info-content-tabs-link.active {
  color: #4c66ec;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__info-content-tabs-link.active:after {
  background: #4c66ec;
}

.product-card__info-content-body {
  margin-top: 1.5rem;
  display: none;
}

.product-card__info-content-body.active {
  display: block;
}

.product-card__info-content-character-text {
  margin-bottom: 1.5rem;
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
}

.product-card__info-content-character-block:not(:last-child) {
  margin-bottom: 1.75rem;
}

.product-card__info-content-character-block-title {
  margin-bottom: 0.8rem;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
}

.product-card__info-content-character-block-list {
  list-style: none;
}

.product-card__info-content-character-block-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  color: #5b5b5b;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
}

.product-card__info-content-character-block-item:not(:last-child) {
  margin-bottom: 0.6rem;
}

.product-card__info-content-character-block-item-title {
  position: relative;
  overflow: hidden;
}

.product-card__info-content-character-block-item-title span {
  position: relative;
  background: #fff;
}

.product-card__info-content-character-block-item-title:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0%;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #f0f0f3;
}

.product-card__info-content-body-blueprint-title {
  display: block;
  margin-bottom: 3.2rem;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.product-card__info-content-body-blueprint-img {
  height: 25.4375rem;
  object-fit: contain;
}

.product-card__info-content-body-analogue .basket__table-head {
  white-space: nowrap;
  position: relative;
  background: transparent;
}

.product-card__info-content-body-analogue .basket__table-head td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  z-index: 2;
  text-align: left;
}

.product-card__info-content-body-analogue .basket__table-head .-center {
  text-align: center;
}

.product-card__info-content-body-analogue .main-catalog__table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.basket__table-total b {
  font-weight: 400;
}

.product-card__info-content-body-analogue .basket__table-item {
  border-top: 1px solid #f0f0f3;
}

.product-card__info-content-body-analogue .basket__table-item td:last-child {
  width: 5rem;
}

.product-card__info-content-body-analogue .js-popup-link-zapros {
  color: #4c66ec;
}

.product-card__info-content-body-analogue .catalog-add-link {
  background-size: 1rem;
}

.product-card__info-content-body-analogue .basket__table-head td span,
.product-card__info-content-body-analogue .basket__table-price {
  font-size: unset;
}

.product-card__info-content-body-analogue .basket__table-head:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #979db0;
  border-radius: 0.25rem;
}

.product-card__info-content-body-analogue .-center {
  text-align: center;
}

.product-card__info-content-body-analogue .main-catalog__table td:first-child {
  padding: 0.7rem 0rem 0.7rem 1.3rem;
}

.product-card__info-content-body-analogue .basket__table-product a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* .product-card__info-content-body-analogue .basket__table-product a:after {
  content: '';
  width: 0.53125rem;
  min-width: 0.53125rem;
  height: 0.5625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3e%3cpath d='M5.5 1H1V10H9.5V5' stroke='%234C66EC'/%3e%3cpath d='M3 7.5L9.5 1M9.5 1V3.5M9.5 1H6.5' stroke='%234C66EC'/%3e%3c/svg%3e");
} */

.product-card__info-content-body-servises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.44rem;
}

.product-card__info-content-body-service {
  position: relative;
  padding: 1.55rem 1rem;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0px 0px 11px rgba(91, 94, 97, 0.26);
}

.product-card__info-content-body-service-name {
  margin-bottom: 0.6rem;
  color: #231f20;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.product-card__info-content-body-service:hover
  .product-card__info-content-body-service-name {
  color: #4c66ec;
}

.product-card__info-content-body-service-info {
  margin-bottom: 0.5rem;
  color: #6c6e70;
  font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
}

.product-card__info-content-body-service-arrow {
  position: absolute;
  bottom: 1.55rem;
  right: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%234C66EC'/%3e%3cpath d='M21.3536 15.3536C21.5488 15.1583 21.5488 14.8417 21.3536 14.6464L18.1716 11.4645C17.9763 11.2692 17.6597 11.2692 17.4645 11.4645C17.2692 11.6597 17.2692 11.9763 17.4645 12.1716L20.2929 15L17.4645 17.8284C17.2692 18.0237 17.2692 18.3403 17.4645 18.5355C17.6597 18.7308 17.9763 18.7308 18.1716 18.5355L21.3536 15.3536ZM8 15.5H21V14.5H8V15.5Z' fill='%234C66EC'/%3e%3c/svg%3e");
  transition: 0.3s;
}

.product-card__info-content-body-service:hover
  .product-card__info-content-body-service-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3ccircle cx='15' cy='15' r='14.5' fill='%234C66EC' stroke='white'/%3e%3cpath d='M21.3536 15.3536C21.5488 15.1583 21.5488 14.8417 21.3536 14.6464L18.1716 11.4645C17.9763 11.2692 17.6597 11.2692 17.4645 11.4645C17.2692 11.6597 17.2692 11.9763 17.4645 12.1716L20.2929 15L17.4645 17.8284C17.2692 18.0237 17.2692 18.3403 17.4645 18.5355C17.6597 18.7308 17.9763 18.7308 18.1716 18.5355L21.3536 15.3536ZM8 15.5H21V14.5H8V15.5Z' fill='white'/%3e%3c/svg%3e");
}

.product-card__info-content-body-service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card__info-content-body-reviews {
  display: flex;
  justify-content: space-between;
  gap: 2.8rem;
}

.product-card__info-content-body-reviews-card {
  position: sticky;
  top: 1rem;
  height: fit-content;
  width: 20.25rem;
  padding: 1.6rem;
  fill: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 11px rgba(91, 94, 97, 0.26);
}

.product-card__info-content-body-reviews-card-head {
  margin-bottom: 1.3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product-card__info-content-body-reviews-rate-value {
  color: #000;
  font-family: 'Open Sans';
  font-size: 1.25rem;
  font-weight: 700;
}

.product-card__info-content-body-reviews-rate-stars {
  display: flex;
  align-items: center;
}

.product-card__info-content-body-reviews-rate-stars-item {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M10 0L12.6803 6.31088L19.5106 6.90983L14.3368 11.4091L15.8779 18.0902L10 14.56L4.12215 18.0902L5.66318 11.4091L0.489435 6.90983L7.3197 6.31088L10 0Z' fill='%23EE2E24'/%3e%3c/svg%3e");
}

.product-card__info-content-body-reviews-rate-stars-item.empty {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M10 0L12.6803 6.31088L19.5106 6.90983L14.3368 11.4091L15.8779 18.0902L10 14.56L4.12215 18.0902L5.66318 11.4091L0.489435 6.90983L7.3197 6.31088L10 0Z' fill='%23A6A9AB'/%3e%3c/svg%3e");
}

.product-card__info-content-body-reviews-card-num {
  color: #6c6e70;
  font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
}

.product-card__info-content-body-reviews-card-btn {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  background: #4c66ec;
  transition: 0.3s;
  cursor: pointer;
}

.product-card__info-content-body-reviews-card-btn:hover {
  opacity: 0.8;
}

.product-card__info-content-body-reviews-list {
}

.product-card__info-content-body-reviews-item {
  padding: 1.3rem 0;
  border-bottom: 1px solid #f0f0f3;
}

.product-card__info-content-body-reviews-item:first-child {
  border-top: 1px solid #f0f0f3;
}

.product-card__info-content-body-reviews-item-info {
  margin: 0.6rem 0;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.product-card__info-content-body-reviews-item-name {
  color: #000;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 700;
}

.product-card__info-content-body-reviews-item-date {
  color: #6c6e70;
  font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
}

.product-card__info-content-body-reviews-item-city {
  color: #6c6e70;
  font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
}

.product-card__info-content-body-reviews-item-content {
  color: #231f20;
  font-family: 'Open Sans';
  font-size: 0.75rem;
  font-weight: 400;
}

.popup-review {
  width: 20.25rem;
}

.popup-review .mfp-close {
  top: -25px !important;
  right: 0px !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M1 1L17 17' stroke='white'/%3e%3cpath d='M17 1L1 17' stroke='white'/%3e%3c/svg%3e");
}

.popup-review .popup-choose-city__title {
  margin-bottom: 1.2rem;
  text-align: center;
}

.popup-review__input,
.popup-review__textarea {
  margin-bottom: 0.6rem;
  padding: 0.4rem 1.25rem;
  width: 100%;
  color: #a6a9ab;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #f0f0f3;
  outline: none;
}

.popup-review__input::placeholder,
.popup-review__textarea::placeholder {
  color: #a6a9ab;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.popup-review__textarea {
  height: 10.25rem;
  resize: none;
}

.popup-review__input-stars span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.popup-review__input-stars input[type='radio'] {
  display: none;
}

.popup-review__input-stars label {
  color: #a6a9ab;
  font-size: 18px;
  padding: 0 4px;
  cursor: pointer;
}

.popup-review__input-stars label:hover,
.popup-review__input-stars input[type='radio']:checked ~ label {
  color: #ee2e24;
}

.popup-review__input-stars label:hover ~ label {
  color: #ee2e24;
}

.popup-review__btn {
  padding: 0.5rem 1rem;
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  border-radius: 0.25rem;
  background: #4c66ec;
  cursor: pointer;
  transition: 0.3s;
}

.popup-review__btn:hover {
  opacity: 0.8;
}
.counter {
  display: flex;
  justify-content: center;
}
.counter a {
  background-color: transparent;
  background-size: contain !important;
}
.counter .count {
  background: transparent;
  width: 35px;
}
.counter a.minus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3e%3crect x='1' y='1' width='19' height='19' rx='3.5' stroke='%23D1D1D1'/%3e%3cpath d='M7 10.5H15' stroke='%23D1D1D1' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.counter a.minus.-active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3e%3crect x='1' y='1' width='19' height='19' rx='3.5' stroke='%23060606'/%3e%3cpath d='M7 10.5H15' stroke='%23060606' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.counter a.plus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3e%3crect x='1' y='1' width='19' height='19' rx='3.5' stroke='black'/%3e%3cpath d='M7 10.5H15M11 6.5V14.5' stroke='%23060606' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.product-card__info-content-body-analogue .catalog-add-link,
.product-card__info-content-body-analogue .popup-link-zapros,
.catalog-add-link {
  font-size: 0;
  padding: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect width='24' height='24' rx='4' fill='%235F7CED'/%3e%3cpath d='M7 6.5H8.0978L9.55788 13.3481C9.61145 13.5989 9.75037 13.8231 9.95074 13.9821C10.1511 14.1411 10.4004 14.225 10.6557 14.2193H16.024C16.2738 14.2189 16.516 14.1329 16.7106 13.9755C16.9053 13.8181 17.0406 13.5987 17.0943 13.3536L18 9.25689H8.68513M10.8149 16.9486C10.8149 17.2531 10.5691 17.5 10.266 17.5C9.96282 17.5 9.71707 17.2531 9.71707 16.9486C9.71707 16.6441 9.96282 16.3972 10.266 16.3972C10.5691 16.3972 10.8149 16.6441 10.8149 16.9486ZM16.8528 16.9486C16.8528 17.2531 16.607 17.5 16.3039 17.5C16.0007 17.5 15.755 17.2531 15.755 16.9486C15.755 16.6441 16.0007 16.3972 16.3039 16.3972C16.607 16.3972 16.8528 16.6441 16.8528 16.9486Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.product-card__info-content-body-analogue .catalog-add-link.-active,
.catalog-add-link.-active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect width='24' height='24' rx='4' fill='%239E9E9E'/%3e%3cpath d='M7 6.5H8.0978L9.55788 13.3481C9.61145 13.5989 9.75037 13.8231 9.95074 13.9821C10.1511 14.1411 10.4004 14.225 10.6557 14.2193H16.024C16.2738 14.2189 16.516 14.1329 16.7106 13.9755C16.9053 13.8181 17.0406 13.5987 17.0943 13.3536L18 9.25689H8.68513M10.8149 16.9486C10.8149 17.2531 10.5691 17.5 10.266 17.5C9.96282 17.5 9.71707 17.2531 9.71707 16.9486C9.71707 16.6441 9.96282 16.3972 10.266 16.3972C10.5691 16.3972 10.8149 16.6441 10.8149 16.9486ZM16.8528 16.9486C16.8528 17.2531 16.607 17.5 16.3039 17.5C16.0007 17.5 15.755 17.2531 15.755 16.9486C15.755 16.6441 16.0007 16.3972 16.3039 16.3972C16.607 16.3972 16.8528 16.6441 16.8528 16.9486Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.basket__table-analog .basket__table-link {
  margin: 0 auto;
  font-size: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' viewBox='0 0 28 26' fill='none'%3e%3cpath d='M6.5 13C6.5 13 8.75 8 14 8C19.25 8 21.5 13 21.5 13C21.5 13 19.25 18 14 18C8.75 18 6.5 13 6.5 13Z' stroke='%235F7CED' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M14 15.1429C15.2426 15.1429 16.25 14.1835 16.25 13C16.25 11.8165 15.2426 10.8571 14 10.8571C12.7574 10.8571 11.75 11.8165 11.75 13C11.75 14.1835 12.7574 15.1429 14 15.1429Z' stroke='%235F7CED' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.basket__table-total {
  text-align: center !important;
}
@media only screen and (max-width: 1124px) {
  .product-card__info-content-body-servises {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .product-card__body {
    grid-template-columns: 2fr 1fr;
  }
  .product-card__info-photo {
    flex-direction: column-reverse;
  }
  .product-card__swiper-big {
    width: 18rem;
  }
  .product-card__swiper-small {
    width: 100%;
  }

  .product-card__info-content-tabs-link,
  .product-card__info-content-tabs-link.active {
    font-size: 0.75rem;
  }

  .product-card__info-content-body-service {
    display: flex;
    flex-direction: column;
  }
  .product-card__info-content-body-service-arrow {
    position: static;
    margin-left: auto;
    margin-top: auto;
  }

  .product-card__info-content-body-analogue .basket__table-item td:last-child {
    order: -6;
    padding-left: 20px;
    text-align: left;
  }

  .product-card__swiper-small-item:not(:last-child) {
    margin-bottom: 0rem;
    margin-right: 1rem;
  }

  .mfp-close-btn-in .popup-review .mfp-close {
    top: -25px !important;
  }
}

@media only screen and (max-width: 880px) {
  .product-card__body {
    grid-template-columns: 1fr;
  }

  .product-card__price-block.desc {
    display: none;
  }

  .product-card__price-block.mob {
    display: block;
  }

  .product-card__price .counter.counter__article {
    width: 100%;
  }
  .product-card__info-content-body-reviews {
    flex-direction: column;
  }
  .product-card__info-content-body-reviews-card,
  .product-card__price {
    position: static;
  }

  .product-card__info {
    overflow: hidden;
    padding: 0px 5px;
  }

  .product-card-page {
    margin-bottom: 2rem;
  }

  .product-card-page .container {
    padding: 0px 10px;
  }
  .popup-review {
    width: 100%;
  }
  .page-content .counter.counter__article {
    align-items: center;
  }
  .product-card__price-block-head-value,
  .product-card__price-block-head-controllers {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .product-card__head {
    flex-direction: column;
    gap: 1rem;
  }
  .product-card__title {
    max-width: 100%;
  }
  .product-card__info-main-characteristics {
    display: none;
  }
  .product-card__info-photo {
    width: 100%;
  }
  .product-card__swiper-big {
    margin: 0 auto;
  }

  .product-card__info-content-tabs {
    /* flex-direction: column;
    gap: 1rem; */
    overflow: hidden;
    overflow-x: scroll;
  }
  .product-card__info-content-tabs::-webkit-scrollbar {
    height: 1px;
  }

  .product-card__info-content-tabs::-webkit-scrollbar-thumb {
    background: #3a5bdb;
  }
  .product-card__info-content-tabs-link,
  .product-card__info-content-tabs-link.active {
    font-size: 0.875rem;
  }

  .product-card__info-content-character-block-item-value {
    margin-top: auto;
    text-align: right;
  }
  .product-card__info-content-character-block-item-title {
    overflow: visible;
  }
  .product-card__info-content-character-block-item-title:before {
    width: 200%;
  }

  .product-card__info-content-body-servises {
    grid-template-columns: 1fr;
  }

  .product-card__info-content-body-reviews-card {
    width: 100%;
  }
  .product-card__info-content-body-analogue .catalog-add-link {
    background-size: contain;
  }
}

@media only screen and (max-width: 400px) {
  .product-card__swiper-big {
    width: 14rem;
  }
  .product-card__swiper-big-item {
    height: 14.75rem !important;
  }
  .product-card__swiper-small-item {
    height: 3rem !important;
  }
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/css/preloader.css?16173688151584*/
.preloader-2 {
    position: fixed;
    z-index: 50000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,.5);

    filter: contrast(20);
}

.preloader-2 .gooey {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
}

.preloader-2 .gooey .dot {
    position: absolute;
    top: 12px;
    left: 15px;

    width: 16px;
    height: 16px;

    transform: translateX(0);
    animation: dot 2.8s infinite;

    border-radius: 50%;
    background: #ccc;

    filter: blur(4px);
}

.preloader-2 .gooey .dots {
    margin-top: 12px;
    margin-left: 31px;

    transform: translateX(0);
    animation: dots 2.8s infinite;
}

.preloader-2 .gooey .dots span {
    display: block;
    float: left;

    width: 16px;
    height: 16px;
    margin-left: 16px;

    border-radius: 50%;
    background: #ccc;

    filter: blur(4px);
}

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/searchByMarking/searchByMarking.css?16340465621195*/
.searchByMarking-parent {
    position: relative;
}

.searchByMarking-dropdown {
    position: absolute;
    z-index: 10;
    top: 100%;
    display: none;
    overflow: auto;
    width: 100%;
    max-height: 300px;
    border: 2px solid #979db1;
    background-color: white;
}

.searchByMarking-dropdown.searchByMarking-dropdown__active {
    display: block;
}

.searchByMarking-dropdown-item {
    cursor: pointer;
    color: #5f7ced;
}
.searchByMarking-dropdown-item__body {
    display: flex;
    padding: 10px 15px;
    transition: all 0.25s;
    color: #545454;
}
.searchByMarking-dropdown-item__body:hover {
    background: #F3F3F5;
    color: #545454;
}
.searchByMarking-dropdown-item__picture {
    margin-right: 15px;
}
.searchByMarking-dropdown-item__title {
    font-weight: bold;
}
.searchByMarking-dropdown-item__brand {

}
.searchByMarking-dropdown-item__type {
    font-size: 11px;
}
.searchByMarking-dropdown-item__size {
    font-size: 11px;
}
.searchByMarking-dropdown-item__price {
    font-weight: bold;
}
.searchByMarking-dropdown-item__availability {
    font-size: 12px;
    font-weight: bold;
}
.color-outstock {
    color: #aaa;
}
.color-instock {
    color: #277543;
}
/* End */


/* Start:/bitrix/templates/podshipnik_new/components/bitrix/menu/mobile/style.css?1556100107355*/
.mobile-main-menu {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;	
}
.mobile-main-menu__li {
	border-bottom: 1px solid #8C91A5;	
	margin-top: 5px;
}
.mobile-main-menu__link {
	display: block;
	color: #fff;	
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 5px;
	padding-bottom: 5px;
}
/* End */


/* Start:/bitrix/templates/podshipnik_new/components/bitrix/menu/top/style.css?1613662153371*/
.main-menu {
	list-style-type: none;

}
.main-menu__li {
	float: left;
	margin-right: 15px;
}
.main-menu__link {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	color: #000;

}

.profile-links__text.dropdown-target {
	text-overflow: ellipsis;
	max-width: 80px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}



/* End */


/* Start:/bitrix/templates/podshipnik_new/components/bitrix/sale.basket.basket.small/header_basket/style.css?1613727048366*/
.mini-cart {
	float: left;
	margin-top: 36px;
	margin-right: 15px;
}
.mini-cart__link {
	display: inline-block;
	background-image: url(/bitrix/templates/podshipnik_new/components/bitrix/sale.basket.basket.small/header_basket/img/cart-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #747A8C;
	padding-left: 18px;
	min-width: 13px;
    min-height: 13px;
}
.mini-cart__link_notempty {
	color: #5F7CED;
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/components/bitrix/form.result.new/zapros/style.css?1556100107666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/podshipnik_new/components/bitrix/form.result.new/zapros/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/podshipnik_new/components/bitrix/form.result.new/zapros/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/podshipnik_new/css/magnific-popup.css?15561001077305*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/podshipnik_new/css/media.css?174791959927230*/
@media only screen and (max-width: 1300px) {
  .profile-block_order {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    width: 160px;
    margin-bottom: 18px;
  }
  .header__nav {
    margin-left: 5px;
    margin-top: 30px;
  }
  .main-menu__li {
    margin-right: 10px;
  }
  .profile-links,
  .mini-cart,
  .cities-links {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
  }
  .profile-links__text.dropdown-target {
    text-overflow: ellipsis;
    max-width: 70px;
    overflow: hidden;
    position: relative;
  }
  .profile-links__youtube {
    background-position: left 1px;
  }
  .contact-phone {
    margin-top: 27px;
  }
  .contact-phone__link {
    font-size: 13px;
    left: 18px;
  }
  .main-catalog__table td:first-child {
    white-space: normal;
  }
  .main-search__general {
    width: 335px;
  }
  .main-search__options {
    width: 260px;
  }
  .main-search__image {
    width: 280px;
  }
  .general-parameters__col_dropdowns {
    width: 105px;
  }
  .general-parameters__name {
    font-size: 10px;
  }
  .article_width-sidebar {
    width: 700px;
  }
  .sidebar {
    width: 250px;
    padding-left: 20px;
  }
  .profile-block_order {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }
  .profile-block_auth {
    float: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav,
  .cities-links,
  .contact-phone,
  .profile-links {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
  .header {
    position: relative;
  }
  .menu-burger {
    display: block;
    float: left;
    width: 25px;
    height: 20px;
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/burger-icon.svg);
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    margin-top: 22px;
    margin-bottom: 23px;
  }
  .header__logo {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
  }
  .mini-cart {
    margin-top: 24px;
    margin-right: 0;
  }
  .mini-cart__info {
    display: none;
  }
  .mini-cart__count {
    display: inline-block;
    color: #5f7ced;
  }
  .mobile-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    z-index: 2000;
    color: #fff;
    background: #979db1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  }
  .mobile-panel:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background: linear-gradient(
        0deg,
        rgba(105, 112, 137, 0.55),
        rgba(105, 112, 137, 0.55)
      ),
      url(/bitrix/templates/podshipnik_new/css/../img/mobile-panel_bg.png);
    background-blend-mode: multiply, normal;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: rgba(105, 112, 137, 0.55);
    opacity: 0.07;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .mobile-panel a:hover {
    color: #fff;
  }
  .mobile-panel__body {
    position: relative;
    z-index: 5000;
  }
  .mobile-panel__close {
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/close-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    width: 19px;
    height: 19px;
    margin-top: 23px;
    margin-left: 23px;
  }
  .mobile-links {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    list-style-type: none;
  }
  .mobile-links__li {
    margin-top: 20px;
  }
  .mobile-links__link {
    font-size: 15px;
    color: #fff;
  }
  .mobile-links__link_cart {
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/cart-icon_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px;
  }

  .mobile-links__link--youtube {
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/youtube.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
  }

  .shop-youtube {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    margin-top: 17px;
  }
  .shop-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
  }

  .mobile-panel__bottom {
  }
  .cities-panel {
    background: #979db1;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cities-panel__top {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    cursor: pointer;
  }
  .cities-panel__top:after {
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/angle-top.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cities-panel__top.opened:after {
    transform: rotate(0deg);
  }
  .cities-panel__current-city {
    font-size: 15px;
    margin-right: 13px;
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/point-icon_white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
  }
  .cities-panel__current-phone {
    font-size: 15px;
    color: #fff;
  }
  .cities-panel__list {
    list-style-type: none;
    margin-top: 5px;
    padding: 0px 18px;
    padding-bottom: 15px;
    display: none;
  }
  .cities-panel__city {
    border-bottom: 1px solid #b6bbd1;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
  }
  .basket__table,
  .basket__table tbody,
  .basket__table tr,
  .basket__table td {
    display: block;
  }
  .basket__table .basket__table-head {
    display: none;
  }
  .basket__table td,
  .basket__table td:first-child {
    border: none;
    padding: 0;
  }
  .basket__table tr {
    position: relative;
    background-color: #fff;
  }
  #basket_form .basket__table tr {
    border-bottom: 1px solid #c8c9ca;
  }
  #basket_form .basket__table tr:last-child {
    border-bottom: none;
  }

  .basket__table td.basket__table-key {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 5px;
    background: #f3f3f5;
    font-size: 12px;
  }
  .basket__table td.basket__table-product {
    padding-left: 20px;
    padding-right: 40px;
    max-width: 100%;
    background: #f3f3f5;
  }
  .basket__table-link {
    font-size: 17px;
  }
  .basket__table td.basket__table-vendor {
    padding-left: 20px;
    padding-right: 40px;
    background: #f3f3f5;
    font-size: 17px;
    padding-bottom: 14px;
  }
  .basket__table td.basket__table-delete {
    position: absolute;
    top: 40px;
    right: 20px;
    height: 18px;
  }
  .basket__table td.basket__table-inner {
    float: left;
    padding-top: 16px;
    padding-left: 20px;
  }
  .basket__table td.basket__table-inner:before {
    content: attr(data-label);
    color: #545454;
    font-size: 12px;
    display: block;
  }
  .basket__table td.basket__table-outer {
    float: left;
    padding-top: 16px;
    padding-left: 20px;
  }
  .basket__table td.basket__table-outer:before {
    content: attr(data-label);
    color: #545454;
    font-size: 12px;
    display: block;
  }
  .basket__table td.basket__table-width {
    float: left;
    padding-top: 16px;
    padding-left: 20px;
  }
  .basket__table td.basket__table-width:before {
    content: attr(data-label);
    color: #545454;
    font-size: 12px;
    display: block;
  }
  .basket__table td.basket__table-category {
    clear: both;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .basket__table td.basket__table-price {
    position: absolute;
    /* right: 20px; */
    right: -5px;
    bottom: 96px;
    font-size: 16px;
  }
  /*.basket__table td.basket__table-price:after {
		content: 'Р';
		color: #545454;
		font-size: 16px;
	}*/
  .basket__table td.basket__table-quantity {
    position: absolute;
    /* right: 20px; */
    right: -5px;
    bottom: 58px;
  }
  .basket__table-price-currency {
    opacity: 1;
  }
  .basket__table td.basket__table-total {
    font-weight: bold;
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
  .basket__table td.basket__table-total.not-empty:after {
    content: '₽';
    font-size: 16px;
    font-weight: normal;
    font-family: 'PT Sans Caption', sans-serif;
  }
  .basket__buttons .basket__buttons-back {
    display: none;
  }
  .basket__foot {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 18px;
    padding-right: 5px;
    font-size: 12px;
    text-align: left;
    background: #d9e2ff;
    width: 46%;
  }
  .basket__foot-info {
  }
  .basket__foot-total {
    font-size: 20px;
  }
  .basket__buttons {
    float: right;
    background: #d9e2ff;
    padding: 20px;
    padding-left: 10px;
    width: 54%;
  }
  .basket__buttons .basket__buttons-checkout {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 21px;
    margin-top: 0;
    margin-left: 0;
  }
  .basket {
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
  }
  .basket__head {
    padding-left: 20px;
  }
  .basket__table td:last-child {
    padding-right: 0;
  }
  .basket__foot-total {
    margin-top: 5px;
  }
  .basket__buttons {
    position: relative;
  }
  .basket__buttons:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -1px;
    background: #d9e2ff;
  }
  .basket__table td.order-items__number {
    float: left;
  }
  .basket__table td.order-items__price {
    float: left;
    clear: both;
  }
  #order-items .basket__table-item {
    border-top: 1px solid #c8c9ca;
    padding: 15px 0px;
  }
  #order-items {
    border-bottom: 1px solid #c8c9ca;
  }
  .order {
    margin-left: -20px;
    margin-right: -20px;
  }
  .basket__table-analog {
    position: absolute;
    right: 20px;
    top: 35px;
    text-align: right;
  }
  .basket__table-analog:before {
    content: attr(data-label);
    display: block;
    color: #5f7ced;
    font-size: 11px;
    text-align: right;
  }
  .basket__table-loop {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 30px;
    display: inline-block;
    background-position: right bottom;
  }
  .order .basket__table-total {
    padding-right: 20px !important;
  }
  .order .basket__foot {
    background-color: transparent;
    float: none;
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
  .order .basket__table-quantity {
    border-radius: 3px;
    background: #f3f3f5;
    width: 50px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  .order .basket__table td.basket__table-total {
    padding-bottom: 20px;
  }
  #basket_form .basket__foot {
    padding-bottom: 16px;
  }
  .order-checkout__row {
    width: 100%;
    margin-top: 20px;
  }
  .order-checkout__input {
    width: 100%;
  }
  .person-types__checkbox {
    float: left;
  }
  .person-types__input + .person-types__label .person-types__text {
    display: block;
    padding-left: 25px;
  }
  .page-content {
    padding-bottom: 0;
  }
  #order_form_content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-checkout__title {
    padding-left: 20px;
  }
  .order-checkout__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-submit {
    background: #d9e2ff;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: block;
    clear: both;
  }
  .checkout-submit:before {
    content: ' ';
    clear: both;
    display: table;
  }
  .checkout-submit:after {
    content: ' ';
    clear: both;
    display: table;
  }
  .checkout-submit__link {
    padding: 12px 10px;
    width: 168px;
    text-align: center;
    float: right;
  }
  .checkout-terms__label span {
    font-size: 11px;
  }
  .checkout-terms {
    float: left;
    width: 130px;
  }
  .checkout-terms__check {
    margin-right: 3px;
    float: left;
    background: #fff;
  }
  .checkout-terms__label span:nth-of-type(2) {
    padding-left: 15px;
    display: block;
  }
  .checkout-totals {
    display: block;
    background: #d9e2ff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    margin-top: 0;
  }
  .checkout-totals_price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 20px;
    padding-top: 17px;
  }
  .checkout-totals_delivery {
    position: absolute;
    top: 25px;
    right: 0px;
    padding-right: 20px;
    padding-top: 17px;
  }
  .checkout-totals_total {
    position: absolute;
    top: 52px;
    right: 0px;
    padding-right: 20px;
    padding-top: 17px;
  }
  .order-checkout__row .location-block-wrapper {
    width: 100%;
  }
  .order-checkout__row .location-block-wrapper .bx-sls {
    padding-left: 15px !important;
  }
  .main-search__image {
    display: none;
  }
  .main-search__top {
    justify-content: flex-start;
  }
  .main-search__general {
    margin-right: 30px;
  }
  .main-search__bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
  .extra-parameters__title {
    margin-left: 20px;
  }
  .extra-parameters__row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-catalog {
    margin-left: -20px;
    margin-right: -20px;
  }

  .main-catalog__table td.basket__table-product {
    background-color: #fff;
    padding-top: 15px;
    width: 75%;
    order: -10;
  }
  .main-catalog__table td.basket__table-vendor {
    background-color: #fff;
    font-size: 12px;
    padding-bottom: 0;
    width: 100%;
    order: -9;
  }
  .main-catalog__table td.basket__table-analog {
    order: -6;
    left: 0px;
    bottom: 33px;
    top: auto;
    right: auto;
    padding-left: 20px;
    text-align: left;
  }
  .main-catalog__table td.basket__table-analog .basket__table-link {
    position: absolute;
    font-size: 1px;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .main-catalog__table td.basket__table-analog:before {
    content: none;
  }
  .main-catalog__table td.basket__table-analog:after {
    content: attr(data-label);
    display: block;
    color: #5f7ced;
    font-size: 11px;
    /*text-align: right;*/
  }
  .main-catalog__table td.basket__table-analog .basket__table-loop {
    /*		right: 0px;
		width: calc(100% - 20px);
		background-position: left center;
		padding-top: 0;*/

    display: none;
  }
  .main-catalog__table td.basket__table-inner {
    padding-top: 13px;
    order: -7;
  }
  .main-catalog__table td.basket__table-outer {
    padding-top: 13px;
    order: -7;
  }
  .main-catalog__table td.basket__table-width {
    padding-top: 13px;
    order: -7;
  }
  .main-catalog__table td.basket__table-category {
    order: -5;
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #545454;
    font-size: 11px;
    padding-top: 0;
    max-width: 85%;
    width: 100%;
  }
  .main-catalog__table td.basket__table-price {
    top: 12px;
    bottom: auto;
  }
  .main-catalog__table .basket__table-stock {
    order: -8;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    color: #545454;
    text-align: left;
    font-weight: bold;
  }
  .main-catalog__table .basket__table-stock:before {
    content: attr(data-label) ':';
    color: #545454;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
  }
  .main-catalog__table .basket__table-stock br {
    display: none;
  }
  .main-catalog__table td.basket__table-quantity {
    top: 45px;
    bottom: auto;
  }
  .main-catalog__table td.basket__table-total {
    position: absolute;
    right: 0px;
    top: 80px;
  }
  .main-catalog__table td.basket__table-add {
  }
  .main-catalog__table .basket__table-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    border-bottom: 1px solid #c8c9ca;
    overflow-x: hidden;
  }

  .main-catalog__table .basket__table-link {
    font-size: 14px;
    font-weight: bold;
  }
  .main-catalog__table .catalog-add-link {
    color: transparent;
    width: 30px;
    height: 31px;
    display: block;
    background-position: center center;
    /* background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/add-to-cart-mobile-icon.svg); */
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .product-card__info-content-body-analogue .catalog-add-link,
  .product-card__info-content-body-analogue .popup-link-zapros {
    width: 30px;
    height: 31px;
  }
  .navigation {
    display: none;
  }
  .catalog-more {
    display: block;
    text-align: center;
    margin: 10px;
  }
  .catalog-more__info {
    padding: 12px 0px;
    padding-bottom: 20px;
    font-size: 10px;
    color: #545454;
  }
  .catalog-more__button {
    display: inline-block;
    border-radius: 3px;
    background: #f3f3f5;
    width: 355px;
    max-width: 100%;
    color: #5f7ced;
    font-size: 12px;
    text-align: center;
    line-height: 39px;
  }
  .header__logo-text {
    position: absolute;
    bottom: 7px;
    left: 0px;
    width: 100%;
  }
  .extra-parameters__row {
    background: #f3f3f5;
  }
  .extra-parameters__col {
    max-width: 100%;
    min-width: 38%;
  }
  .cities-list-dropdown {
    display: block;
    border: 2px solid #979db1;
    padding: 10px;
    padding-right: 25px;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    width: 350px;
    max-width: 100%;
    cursor: pointer;
    margin-top: 20px;
  }
  .cities-list-dropdown:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-image: url(/bitrix/templates/podshipnik_new/css/../img/icons/dropdown-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    margin: auto;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  .contacts-page {
    display: block;
    position: relative;
    padding-bottom: 0;
  }
  .contacts-page__col_left {
    margin-top: 0;
    width: 100%;
  }
  .cities-list {
    background: #979db1;
    width: 350px;
    max-width: 100%;
    position: absolute;
    z-index: 10;
    display: none;
  }
  .cities-list__li {
    margin-top: 0;
  }
  .cities-link {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
  }
  .cities-link_active {
    background: #5f7ced;
  }
  .cities-list.opened {
    display: block;
  }
  .contacts-contnet__info {
    padding-top: 0;
  }
  .contacts-contnet__phone {
    margin-top: 15px;
  }
  .contacts-contnet__mail {
    margin-top: 15px;
  }
  .contacts-contnet {
    padding-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contacts-contnet__map {
  }
  .contacts-contnet__tab {
    overflow: visible;
    overflow-y: hidden;
  }
  .contacts-contnet__address {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contacts-contnet__info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar {
    display: none;
  }
  .article_width-sidebar {
    width: 100%;
    float: none;
  }
  .search_empty {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .item-popup__logo {
    display: none;
  }
  .item-popup__contact {
    display: none;
  }
  .item-popup__print {
    display: none;
  }
  .item-popup__image {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
    width: 100px;
    position: absolute;
    top: 95px;
    left: 0;
  }
  .item-popup__content {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .item-popup__body {
    position: relative;
  }
  .item-popup__types,
  .item-popup__params,
  .item-popup__basket {
    margin-left: 120px;
  }
  .item-popup__types {
    font-size: 11px;
    line-height: 1.4;
  }
  .item-popup__params {
    padding-top: 0;
  }
  .item-popup__param {
    margin-top: 5px;
  }
  .item-popup__title {
    font-size: 17px;
  }
  .mfp-close-btn-in .mfp-close {
    top: 20px !important;
    right: 20px !important;
  }
  .item-popup {
    max-width: 360px;
  }
  .order-checkout.not_auth {
    padding-bottom: 20px;
  }
  .basket__table-delivery-info {
  }
  .basket__table-delivery-info td {
    width: 100%;
    padding: 10px 20px !important;
    border-bottom: 1px solid #000 !important;
    text-align: left !important;
  }
  .errortext {
    padding-left: 20px;
    padding-right: 20px;
  }
  .basket__table-stock-currency {
    opacity: 1;
  }
  #catalog_items .basket__table-head_fixed.showed {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .profile-block__col {
    width: 30%;
    margin-left: 5%;
  }
  .form-btns {
    max-width: 100%;
  }
  .profile-block__input {
    width: 100%;
  }
  .popup {
    padding: 15px;
  }
  .profile-block__refresh + img {
    max-width: 140px;
  }
  .profile-block__input_captcha {
    width: 90px;
  }
  .profile-block__refresh {
    margin-left: 10px;
    margin-right: 10px;
  }
  .profile-block_auth {
    background-position: 290px 40px;
  }
  .order-checkout.not_auth .profile-block_auth .btn {
    font-size: 13px;
  }
  .general-parameters__select .select {
    display: none;
  }
  .general-parameters__select .select.select_multiple {
    display: block;
  }
  .select_mobile {
    display: block;
  }
  .select_mobile option.integer-value {
    background-color: lightgray;
    font-weight: bold;
  }

  .select_mobile option.float-value {
    margin-left: 5px !important;
  }
  .sale-paysystem-button-container .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .general-parameters__inputs_manufacturer {
    display: block;
  }
  .general-parameters__col_manufacturers {
    width: 100%;
    margin-bottom: 20px;
  }
  .general-parameters__row_clear {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .block-404 {
    display: block;
  }
  .block-404 img {
    max-width: 246px;
    display: block;
    margin: 50px auto 0;
  }
  .basket__foot-total {
    margin-top: 2px;
  }
  .related-products {
    margin-top: 40px;
  }
  .related-products .slick-arrow {
    display: none !important;
  }
  .related-products__items {
    padding: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .main-search__general {
    margin-right: 0;
    width: 100%;
  }
  .main-search__options {
    display: none;
  }
  .general-parameters__inputs_multiple {
    max-width: 340px;
  }
  .basket__head-warning {
    display: block;
    margin-left: 0;
    font-size: 10px;
  }
  .main-catalog {
    margin-top: 25px;
  }
  .general-parameters__title .custom-order {
    left: 0px;
    top: 80px;
  }
  .general-parameters__row_second {
    margin-top: 40px;
  }
  .main-search__bottom .search-options {
    display: block;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c9ca;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .extra-parameters__col_full {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .search-options__row_child .search-options__name {
    font-size: 11px;
  }
  .profile-edit {
    padding-bottom: 40px;
  }

  .typical-slider__loop,
  .typical-slider__loop:hover {
    background-color: transparent;
  }
  .typical-slider {
    padding-left: 0;
    max-width: 100%;
    border-left: none;
  }
  .profile-block__row {
    display: block;
  }
  .profile-block__col {
    width: 100%;
    margin-left: 0;
  }
  .profile-block_auth {
    background-image: none;
  }
  .popup__title {
    font-size: 17px;
  }
  .popup__info {
    font-size: 13px;
  }
  .delivery-vars {
    width: 100%;
  }
  .delivery-vars__body {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .delivery-vars__title {
    font-size: 18px;
    line-height: 140%;
  }
  .delivery-vars__title br {
    display: block;
  }
  .delivery-vars__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .delivery-vars__item {
    padding: 0;
    width: 50%;
    border-bottom: 1px solid #dddfe5;
  }
  .delivery-vars__item:nth-child(1),
  .delivery-vars__item:nth-child(2) {
    border-top: 1px solid #dddfe5;
  }
  .delivery-vars__item:nth-child(odd) {
    border-right: 1px solid #dddfe5;
  }

  .delivery-vars__value {
    font-size: 13px;
    display: block;
    padding: 3px 10px;
  }
  .delivery-vars__value:before,
  .delivery-vars__value:after {
    content: none;
  }
  .delivery-vars__value.delivery-vars__value_active {
    color: #fff;
    background: #5f7ced;
  }
  .delivery-vars.opened .delivery-vars__close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    position: fixed;
    background-color: #fff;
    border-radius: 100%;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    z-index: 3000;
  }
  .delivery-vars__map {
    margin-top: 0;
  }
  .footer__item {
    margin-right: 20px;
  }
  .footer__banner {
    padding: 20px 0px;
  }
  .footer__banner-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 27px;
  }
}
@media only screen and (max-width: 600px) {
  .reset-btn {
    float: right;
    line-height: 45px;
    margin-right: 0;
  }
  .submit-btn {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    top: 20px;
  }

  .form-btns {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .general-parameters__row_clear {
    text-align: right;
  }
  .footer__inner {
    display: block;
  }
  .footer__item {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .footer-dev {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .cities-panel__current-city {
    font-size: 14px;
    margin-right: 5px;
  }
  .cities-panel__current-phone {
    font-size: 14px;
    margin-left: 18px;
  }

  .basket__buttons .basket__buttons-checkout {
    padding: 12px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 370px) {
  .general-parameters__col_dropdowns {
    width: 100%;
  }
  .general-parameters__inputs_multiple {
    flex-wrap: wrap;
  }
  .item-popup {
    max-width: 100%;
  }
  .checkout-terms {
    width: 100%;
    float: none;
    text-align: center;
  }
  .checkout-submit__link {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 20px;
    float: none;
  }
  .bx_ordercart_order_pay_center.checkout-submit {
    text-align: center;
  }
  .footer__banner-btn {
    font-size: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/podshipnik_new/template_styles.css?17658915774786*/
font.errortext {
  color: red !important;
}
.goarticle {
  background: url('/bitrix/templates/podshipnik_new/img/icons/send.svg') no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page-announcement {
  background: #3d4052;
  padding: 16px 0px;
}
.page-announcement__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.page-announcement__inner svg {
  margin-right: 8px;
  margin-top: 3px;
  min-width: 18px;
}
@media only screen and (max-width: 1024px) {
  .page-announcement__inner {
    font-size: 14px;
    line-height: 19px;
  }

  .popup-link-zapros-new {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .main-catalog__table td.basket__table-category {
    max-width: 70%;
  }
}
.page-block-weight {
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
}

.cookie-politics {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 40px 45px;
  z-index: 9999;
}
.cookie-politics__inner {
  display: flex;
  align-items: center;
}
.cookie-politics__logo {
  margin-right: 20px;
}
.cookie-politics__logo svg {
  display: block;
  margin: auto;
}
.cookie-politics__text {
  color: #545454;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
  margin-right: 20px;
}
.cookie-politics__text a {
  color: #5f7ced;
  text-decoration: none;
}
.cookie-politics__button {
}
.cookie-politics__button span {
  display: inline-block;
  border-radius: 3px;
  background: #5f7ced;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  width: 98px;
  min-width: 98px;
  text-align: center;
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-card__brand {
  display: block;
}
.product-card__brand-name {
  text-align: center;
}
.product-card__brand-name span {
  text-transform: none;
}
.product-card__brand-img img {
  display: block;
  max-width: 130px;
  margin: 10px auto auto auto;
}
.product-card__info-content-tabs-link-vendor {
  display: block;
  padding-bottom: 0.4rem;
  position: relative;
  color: #201d1d;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.product-card__swiper-small {
  display: none;
}
.product-card__info-main-characteristics {
  width: 100%;
}
.product-card__info-main {
  justify-content: unset;
  gap: 1rem;
}
.product-card__price .price-normal {
  font-size: 0.875rem;
}
.product-card__price .price-bold {
  font-size: 0.875rem;
}
.product-card__info-content-body-analogue .basket__table-head td {
  font-size: 11px;
}
.product-card__info-content-body-analogue .main-catalog__table td:first-child {
  padding-left: 0.7rem;
}
.product-card__info-content-body-analogue .main-catalog__table td:last-child {
  padding-right: 0.7rem;
  padding-left: 0;
}
.basket__table td {
  padding: 5px;
}
.page-content .counter.counter__article {
  max-width: unset;
}
@media only screen and (max-width: 768px) {
  .cookie-politics {
    padding: 15px;
  }
  .cookie-politics__logo {
    display: none;
  }
  .cookie-politics__inner {
    display: block;
    text-align: center;
  }
  .cookie-politics__text {
    margin-right: 0;
  }
  .cookie-politics__button {
    margin-top: 20px;
  }
}

.checkout-terms__checkbox.error + .checkout-terms__check {
  border-color: #f32015;
}
.checkout-terms__checkbox.error[checked] + .checkout-terms__check {
  border-color: #c8c9ca;
}
.order-checkout__textarea.error {
  border-color: #f32015;
}

@media print {
  #panel {
    display: none !important;
  }
  .header {
    display: none;
  }
  .page-announcement {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .product-card__info-main-characteristics {
    display: none;
  }
  #bx-panel {
    display: none;
  }
  .product-card__print {
    display: none;
  }
  .product-card__price-block {
    display: none;
  }
  .product-card__info-content-character-block-item {
    font-size: 0.7rem;
  }
  .product-card__info-photo img {
    width: 70%;
  }
  .cookie-politics {
    display: none !important;
  }
  .product-card__swiper-big-item {
    height: 10.75rem !important;
  }
  .product-card__info-content-character-block:not(:last-child) {
    margin-bottom: 5px;
  }
  .product-card__info-content-character-block-item {
    margin-bottom: 0;
  }
  .product-card__body {
    grid-template-columns: 1fr;
  }
  .product-card__swiper-small {
    display: none;
  }
  .product-card__info-content-tabs {
    display: none;
  }

  .footer__banner-wholesales {
    display: none;
  }
  .footer {
    display: none;
  }
}

/* End */
/* /bitrix/templates/podshipnik_new/js/slick/slick.css?15561001071746 */
/* /bitrix/templates/podshipnik_new/js/slick/slick-theme.css?15561001073145 */
/* /bitrix/templates/podshipnik_new/css/main.css?174791959986677 */
/* /bitrix/templates/podshipnik_new/css/preloader.css?16173688151584 */
/* /bitrix/templates/podshipnik_new/searchByMarking/searchByMarking.css?16340465621195 */
/* /bitrix/templates/podshipnik_new/components/bitrix/menu/mobile/style.css?1556100107355 */
/* /bitrix/templates/podshipnik_new/components/bitrix/menu/top/style.css?1613662153371 */
/* /bitrix/templates/podshipnik_new/components/bitrix/sale.basket.basket.small/header_basket/style.css?1613727048366 */
/* /bitrix/templates/podshipnik_new/components/bitrix/form.result.new/zapros/style.css?1556100107666 */
/* /bitrix/templates/podshipnik_new/css/magnific-popup.css?15561001077305 */
/* /bitrix/templates/podshipnik_new/css/media.css?174791959927230 */
/* /bitrix/templates/podshipnik_new/template_styles.css?17658915774786 */
