html {
  scroll-behavior: smooth;
}

.basket-checkout-block.basket-checkout-block-btn
  .btn.btn-lg.btn-default.basket-btn-checkout.white {
  border-color: #003d71 !important;
  background-color: #003d71 !important;
  color: #ffffff !important;
}

.basket-checkout-block.basket-checkout-block-btn
  .btn.btn-lg.btn-default.basket-btn-checkout.white:hover {
  border-color: #004e90 !important;
  background-color: #004e90 !important;
}

.period--custom {
  display: flex !important;
  align-items: center;
}

.period--custom .date {
  position: relative;
  padding-left: 30px;
}

.period--custom .date:before {
  content: '';
  position: absolute;
  width: 27px;
  left: 0;
  height: 22px;
  background: url(../images/calendar.svg) no-repeat;
  top: -2px;
}

.page-views__amount {
  position: relative;
  padding-left: 26px;
}

.page-views__amount:before {
  content: '';
  position: absolute;
  width: 21px;
  left: 0;
  height: 21px;
  background: url(../images/eye.svg) no-repeat;
  top: 0px;
}

.content-nav-block {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 22px;
}

.content-nav-block__title {
  color: #383838;
  font-size: 20px;
  margin-bottom: 12px;
}

.content-nav-block__link-list a {
  font-size: 16px;
  border-bottom: 1px solid #092159;
}

.content-nav-block__link-list li:before {
  transition: left 0.3s;
}

.content-nav-block__link-list li:hover:before {
  left: 3px;
}

.content-nav-block__link-list a:hover {
  border-bottom: none;
}

.page-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-404__big-num {
  font-size: 300px;
  font-weight: 700;
  color: #10225d;
}

.page-404__left-block,
.page-404__right-block {
  width: 45%;
  line-height: normal;
}

.page-404__right-block .title404,
.page-404__right-block .subtitle404 {
  text-align: center;
  color: #000;
}

.page-404__right-block .title404 {
  font-size: 28px;
  font-weight: 700;
}

.page-404__right-block .subtitle404 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.page-404__description {
  color: #000;
  font-weight: 400;
  margin: 16px 0;
}

.page-404__description a {
  text-decoration: underline;
  color: #092159;
  font-weight: 400;
}

.page-404__category-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-404__category-block ul li::before {
  color: #000;
  font-size: 10px;
}

.page-404__category-block ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 554px;
  width: 100%;
}

.page-404__category-block ul li {
  width: 50%;
}

.page-404__category-block ul li a {
  color: #000;
  text-decoration: underline;
}

.page-404__footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fbfbfb;
  padding: 26px 40px;
}

.page-404__footer-info {
  display: flex;
  align-items: center;
}

.page-404__footer-text p {
  color: #222;
  margin: 0 0 5px;
}

.page-404__help-text {
  font-size: 1.2em;
}

.page-404__footer-img {
  margin-right: 46px;
}

.page-404__footer-text #ajax_auth .wrap_md1 {
  padding: 10px 35px;
}

.logo-wrapper-mobile {
  display: none;
  background-color: #00225d;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

.logo-wrapper-mobile a {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.logo-wrapper-mobile a img {
  width: 100%;
}

.custom-top-block {
  display: flex;
  justify-content: space-between;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

.custom-top-block .index_small .index_small_banner a,
.custom-top-block .index_small .index_small_banner img {
  width: 100%;
}

.custom-top-block .custom-top-slider {
  max-width: 906px;
  padding-bottom: 0;
  margin: 0;
}

.custom-top-block .swiper-pagination {
  text-align: right;
  bottom: 3px;
  width: 98%;
}

.custom-top-block .index_small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 370px;
  width: 100%;
}

.custom-top-block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.custom-top-block .swiper-pagination-bullet {
  background: #fff;
  border: 2px solid #f17d02;
  opacity: 1;
}

.custom-top-block .swiper-pagination-bullet-active {
  background: #f17d02;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-color: #00225d;
}

.title-search-input_fixed {
  display: block !important;
}

/* custom-header */
.header-custom .dark_link {
  font-size: 0;
}

#headerfixed .phone-ico {
  display: none;
}

#headerfixed .pull-right:nth-child(5),
#headerfixed .pull-right:nth-child(4) {
  transform: translateY(5px);
}

#headerfixed svg {
  width: 16px;
  height: 16px;
}

#headerfixed .personal-link svg {
  transform: translateY(10px);
}

#headerfixed .logo-row .basket-link .count {
  box-shadow: 0px 0px 0px 1px #fff;
  top: -16px;
  left: 10px;
}

.personal-link {
  display: inline-block;
  transform: translateY(-10px);
}

.personal-link path {
  fill: #fff;
}

.personal-link svg {
  transform: translateY(8px);
  width: 30px;
}

.personal-link span {
  transform: translateY(2px);
  display: inline-block;
}

.top-btn .svg.inline:hover svg path,
.top-btn:hover .svg.inline svg path,
.svg.inline:not(.colored):hover svg path,
a:hover .svg.inline path {
  fill: #fff;
}

.header-custom__ico path {
  fill: #fff;
}

.header-custom__ico_viber path:nth-child(1) {
  fill: transparent;
}

.header-custom__ico_viber:hover path:nth-child(1) {
  fill: transparent;
}

.header-custom__ico {
  border-radius: 50%;
  position: relative;
  width: 30px;
  height: 30px;
}

.header-custom__ico svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-custom__ico:hover {
  background-color: #fff;
}

.header-custom__ico:hover path {
  fill: #00225d;
}

.show-hints {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}

.show-hints__content {
  display: flex;
  flex-direction: column;
}

.show-hints__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f6f6f6;
  padding: 15px 0;
}

.show-hints__content a {
  border-top: 1px solid #f6f6f6;
}

.show-hints__content a .maxwidth-theme {
  display: flex;
  align-items: center;
}

.show-hints__content a .maxwidth-theme .title-search-price,
.show-hints__content a .maxwidth-theme .price {
  margin: 0;
}

.show-hints__content a .maxwidth-theme .bx_img_element {
  margin-right: 30px;
  width: 100px;
  height: 100px;
}

#content {
  z-index: 1;
}

.links-social__icon--telegramm {
  width: 21px;
  height: 21px;
  background-image: url('../images/ico-telegramm.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.custom-top-slider {
  z-index: 1 !important;
}

.dropdown-block li:before {
  display: none;
}

.dropdown-block li {
  padding-left: 0;
  margin: 5px 0;
}

.one-title {
  width: calc(100% / 4);
}

.dropdown-list {
  display: flex;
  flex-wrap: wrap;
}

.dropdown {
  position: static;
}

.dropdown__title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.header-custom__nav .dropdown-block {
  padding: 25px 30px 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.dropdown-block_mini {
  max-width: 180px;
  font-size: 15px;
  padding: 10px 16px;
}

.dropdown-block_mini li {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown:hover .dropdown-block {
  display: block;
}

.toggle_menu {
  display: flex;
  flex-direction: column;
}

.dropdown-submenu-item {
  width: calc(100% / 4);
}

.dropdown-list__title {
  font-weight: bold;
  margin: 4px 0;
  display: inline-block;
}

.header-custom .svg {
  opacity: 1 !important;
}

.header-custom .js_city_chooser {
  position: relative;
}

.header-custom .js_city_chooser:after {
  content: '\2039';
  color: #fff;
  position: absolute;
  font-family: cursive;
  transform: rotate(-90deg);
  right: -10px;
}

.header-custom .basket_wrap {
  height: 10px;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.header-custom .callback-block {
  padding: 8px 12px;
  font-weight: 500;
  background-color: #e85222;
  border-radius: 2px;
}

.header-custom .count {
  border: #fff 1px solid;
  position: absolute;
  right: 5px;
  top: -15px;
}

.header-custom .basket-link {
  position: relative;
  margin: 0 10px;
  width: 32px;
}

.header-custom__blue {
  background-color: #00225d;
}

.header-custom__nav {
  background-color: #e85222;
}

.header-custom__nav .header-custom__inner {
  padding: 10px 0;
}

.header-custom__blue * {
  color: #fff;
}

.header-custom__inner {
  max-width: 1290px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.header-custom__logo {
  max-width: 410px;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-left: -22px;
}

.header-custom__logo img {
  width: 100%;
}
.header-custom__logo span {
  position: absolute;
  left: 22px;
  bottom: 15px;
  font-size: 12px;
}

.header-custom__phone {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-left: 10px;
  line-height: 27px;
}

.header-custom__phone:hover {
  color: #fff;
}

.header-custom__phone:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/phone-ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.header-custom__input-box {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.header-custom__input-box:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.header-custom__input-box input {
  width: 92%;
  padding-left: 34px;
  border-radius: 5px;
}

.header-custom__input-box button {
  background-color: #00225d;
  color: #fff;
  padding: 5px 38px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 12px;
  border: none;
}

/* custom-header */

#mobileheader .logo {
  max-width: 200px;
}

.logo-row .logo {
  max-width: 410px;
}

.topmenu-LIGHT,
.topmenu-LIGHT .wrapper_inner {
  background-color: #00225d;
}

.mega-menu table td .wrap > a {
  color: #fff;
}

.mega-menu table td.active .wrap > a,
.mega-menu table td:not(.search-item):hover .wrap > a {
  color: #dedbdb;
}

.custom-top-slider {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: none;
  border: 2px solid #00225d;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  color: #00225d;
  padding: 0 22px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s, right 0.3s, left 0.3s;
}

.swiper-button-next {
  right: -10px;
}

.swiper-button-prev {
  left: -10px;
}

.swiper-pagination-bullet-active {
  background: #00225d;
}

.custom-top-slider:hover .swiper-button-next {
  right: 10px;
  opacity: 1;
}

.custom-top-slider:hover .swiper-button-prev {
  left: 10px;
  opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #00225d;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
}
body .menu_top_block.catalog_block .dropdown > li.full > a,
header .menu_top_block li.catalog > .dropdown > li > a {
  background-color: #00225d;
  color: #fff;
  border-color: #001d4e;
}

.menu_top_block.catalog_block .dropdown > li.full:hover > a,
header .menu_top_block li.catalog > .dropdown > li.current > a,
header .menu_top_block li.catalog > .dropdown > li:hover > a {
  background-color: #15469c;
  color: #fff;
}

header .menu_colored .menu_top_block > li.current > a,
header .menu_dark .menu_top_block.menu > li.current > a,
header .menu_dark .menu_top_block.menu > li.current:hover > a,
.menu_top_block.catalog_block .dropdown > li.full:hover > a:before,
.menu_top_block.catalog_block .dropdown > li.full.current > a,
header .menu_top_block li.catalog > .dropdown > li.current > a,
.left_menu > li.current > a,
.left_menu > li:hover > a:before {
  background-color: #2992d9;
}

#headerfixed.fixed,
.fixed .maxwidth-theme,
#mobileheader .mobileheader-v1 {
  background-color: #00225d;
}

.fixed .maxwidth-theme .uscls-1,
.fixed .maxwidth-theme .comcls-1,
.fixed .maxwidth-theme .whcls-1,
.fixed .maxwidth-theme .sscls-1,
.fixed .maxwidth-theme .loccls-1,
.fixed .maxwidth-theme .cls-1 {
  fill: #fff;
}

.mobileheader-v1 .uscls-1,
.mobileheader-v1 .comcls-1,
.mobileheader-v1 .whcls-1,
.mobileheader-v1 .sscls-1,
.mobileheader-v1 .loccls-1,
.mobileheader-v1 .cls-1 {
  fill: #fff;
}

.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .uscls-1,
.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .comcls-1,
.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .sscls-1,
.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .loccls-1,
.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .whcls-1,
.fixed .maxwidth-theme .svg.inline:not(.colored):hover svg .cls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .uscls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .comcls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .whcls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .sscls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .loccls-1,
.fixed .maxwidth-theme .top-btn:hover .svg.inline svg .cls-1,
.fixed .maxwidth-theme a:hover .svg.inline .uscls-1,
.fixed .maxwidth-theme a:hover .svg.inline .comcls-1,
.fixed .maxwidth-theme a:hover .svg.inline .whcls-1,
.fixed .maxwidth-theme a:hover .svg.inline .sscls-1,
.fixed .maxwidth-theme a:hover .svg.inline .loccls-1,
.fixed .maxwidth-theme a:hover .svg.inline .cls-1 {
  fill: #dcdcdc;
}

.mobileheader-v1 .svg.inline:not(.colored):hover svg .uscls-1,
.mobileheader-v1 .svg.inline:not(.colored):hover svg .comcls-1,
.mobileheader-v1 .svg.inline:not(.colored):hover svg .whcls-1,
.mobileheader-v1 .svg.inline:not(.colored):hover svg .sscls-1,
.mobileheader-v1 .svg.inline:not(.colored):hover svg .loccls-1,
.mobileheader-v1 .svg.inline:not(.colored):hover svg .cls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .uscls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .comcls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .whcls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .sscls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .loccls-1,
.mobileheader-v1 .top-btn:hover .svg.inline svg .cls-1,
.mobileheader-v1 a:hover .svg.inline .uscls-1,
.mobileheader-v1 a:hover .svg.inline .comcls-1,
.mobileheader-v1 a:hover .svg.inline .whcls-1,
.mobileheader-v1 a:hover .svg.inline .sscls-1,
.mobileheader-v1 a:hover .svg.inline .loccls-1,
.mobileheader-v1 a:hover .svg.inline .cls-1 {
  fill: #dcdcdc;
}

.fixed .maxwidth-theme .svg-search.lg {
  background-image: url('../images/ext/search.png');
}

.start_promo .item {
  border-width: 20px 10px 10px 10px;
}

#footer .footer_inner.footer-grey .wrapper_inner,
.footer_inner.footer-grey .bottom-middle,
.footer_inner.footer-grey .bottom_wrapper .maxwidth-theme,
.no_fill.footer-grey .bottom_wrapper {
  background-color: #00225d;
}

.no_fill.footer-grey a {
  color: #fff;
}

.no_fill.footer-grey .title a:hover {
  color: #d2d2d2 !important;
}

footer .info .email a:hover {
  color: #d2d2d2;
}

footer .copy {
  color: #d2d2d2;
}

.video-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.27198124%;
}

.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solution-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

.solution-list li {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 0 0 25px;
}

ul.solution-list li:before {
  display: none;
}

.solution-list a {
  display: block;
}

.solution-list a:hover {
  color: #003d71 !important;
}

.solution-list .ico {
  margin: 0 auto 5px;
  display: block;
  width: 111px;
  height: 110px;
  background: url(../images/nav-icon.png) no-repeat 0 -9999px;
}

.solution-list .orange-link a {
  color: #f15a22;
}

.solution-list .step01_01 .ico {
  background-position: -79px -48px;
}

.solution-list .step01_01 a:hover .ico {
  background-position: -79px -168px;
}

.solution-list .green-link a {
  color: #00894d;
}

.solution-list .step01_02 .ico {
  background-position: -203px -48px;
}

.solution-list .step01_02 a:hover .ico {
  background-position: -203px -168px;
}

.solution-list .blue-link a {
  color: #2895d5;
}

.solution-list .step01_03 .ico {
  background-position: -327px -48px;
}

.solution-list .step01_03 a:hover .ico {
  background-position: -327px -168px;
}

.solution-list .step02_01_01 .ico {
  background-position: -544px -45px;
}

.solution-list .step02_01_01 a:hover .ico {
  background-position: -544px -165px;
}

.solution-list .step02_01_02 .ico {
  background-position: -661px -45px;
}

.solution-list .step02_01_02 a:hover .ico {
  background-position: -661px -165px;
}

.solution-list .step02_01_03 .ico {
  background-position: -781px -45px;
}

.solution-list .step02_01_03 a:hover .ico {
  background-position: -781px -165px;
}

.solution-list .step02_01_04 .ico {
  background-position: -899px -45px;
}

.solution-list .step02_01_04 a:hover .ico {
  background-position: -899px -165px;
}

.solution-list .step02_02_01 .ico {
  background-position: -68px -524px;
}

.solution-list .step02_02_01 a:hover .ico {
  background-position: -68px -644px;
}

.solution-list .step02_02_02 .ico {
  background-position: -201px -524px;
}

.solution-list .step02_02_02 a:hover .ico {
  background-position: -201px -644px;
}

.solution-list .step02_02_03 .ico {
  background-position: -334px -524px;
}

.solution-list .step02_02_03 a:hover .ico {
  background-position: -334px -644px;
}

.solution-list .step02_02_04 .ico {
  background-position: -467px -524px;
}

.solution-list .step02_02_04 a:hover .ico {
  background-position: -467px -644px;
}

.solution-list .step02_02_05 .ico {
  background-position: -601px -524px;
}

.solution-list .step02_02_05 a:hover .ico {
  background-position: -601px -644px;
}

.solution-list .step02_02_06 .ico {
  background-position: -735px -524px;
}

.solution-list .step02_02_06 a:hover .ico {
  background-position: -735px -644px;
}

.solution-list .step02_02_07 .ico {
  background-position: -868px -524px;
}

.solution-list .step02_02_07 a:hover .ico {
  background-position: -868px -644px;
}

.solution-list .step02_03_01 .ico {
  background-position: -48px -790px;
}

.solution-list .step02_03_01 a:hover .ico {
  background-position: -48px -910px;
}

.solution-list .step02_03_02 .ico {
  background-position: -175px -790px;
}

.solution-list .step02_03_02 a:hover .ico {
  background-position: -175px -910px;
}

.solution-list .step02_03_03 .ico {
  background-position: -304px -790px;
}

.solution-list .step02_03_03 a:hover .ico {
  background-position: -304px -910px;
}

.solution-list .step02_03_04 .ico {
  background-position: -433px -790px;
}

.solution-list .step02_03_04 a:hover .ico {
  background-position: -433px -910px;
}

.solution-list .step02_03_05 .ico {
  background-position: -564px -790px;
}

.solution-list .step02_03_05 a:hover .ico {
  background-position: -564px -910px;
}

.solution-list .step02_03_06 .ico {
  background-position: -693px -790px;
}

.solution-list .step02_03_06 a:hover .ico {
  background-position: -693px -910px;
}

.solution-list .step02_03_07 .ico {
  background-position: -821px -790px;
}

.solution-list .step02_03_07 a:hover .ico {
  background-position: -821px -910px;
}

.solution-list .step02_03_08 .ico {
  background-position: -950px -790px;
}

.solution-list .step02_03_08 a:hover .ico {
  background-position: -950px -910px;
}

.solution-list .step02_03_09 .ico {
  background-position: -47px -1030px;
}

.solution-list .step02_03_09 a:hover .ico {
  background-position: -47px -1150px;
}

.solution-list .step02_03_010 .ico {
  background-position: -175px -1030px;
}

.solution-list .step02_03_010 a:hover .ico {
  background-position: -175px -1150px;
}

.solution-list .step02_02_09 .ico {
  background-position: -47px -1270px;
}

.solution-list .step02_02_09 a:hover .ico {
  background-position: -47px -1150px;
}

.solution-list .step02_02_010 .ico {
  background-position: -175px -1270px;
}

.solution-list .step02_02_010 a:hover .ico {
  background-position: -175px -1150px;
}

.solution-list .step02_02_011 .ico {
  background-position: -305px -1270px;
}

.solution-list .step02_02_011 a:hover .ico {
  background-position: -305px -1150px;
}

.solution-list .step02_03_011 .ico {
  background-position: -305px -1030px;
}

.solution-list .step02_03_011 a:hover .ico {
  background-position: -305px -1150px;
}

.step-wrapper {
  border: 2px solid #00225d;
  background: #fff;
  padding: 5px;
  list-style: none;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 12;
}

ul.step-wrapper li:before {
  display: none;
}

.step-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px;
  position: relative;
  max-width: 230px;
}

.step-wrapper li a {
  color: #b1b1b1;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  position: relative;
}

.step-wrapper li .arrow {
  background: url(../images/arrow-filter.png) no-repeat;
  width: 19px;
  height: 9px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 5px;
  bottom: 0;
  display: none;
}

.step-wrapper li.active .arrow {
  display: block;
}

.step-wrapper li i,
.step-wrapper li .kak-i {
  font-style: normal;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -14px 0 0;
  height: 27px;
  width: 27px;
  font: 12px/27px 'PT Sans', sans-serif;
  background: url(../images/bg-step-num.png) no-repeat;
  padding: 0;
}

.step-wrapper li strong,
.step-wrapper li .strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  color: #b1b1b1;
  padding: 0 0 0 37px;
  line-height: 14px;
  height: 46px;
}

.step-wrapper li.last-step a {
  cursor: pointer;
}

.step-wrapper li.last-step strong,
.step-wrapper li.last-step .strong {
  text-decoration: underline;
}

.step-wrapper li.last-step i,
.step-wrapper li.last-step .kak-i {
  background-position: 0 -60px;
}

.step-wrapper li.last-step strong,
.step-wrapper li.last-step .strong {
  color: #408fcd;
}

.step-wrapper li.last-step:hover i,
.step-wrapper li.last-step:hover .kak-i {
  background-position: 0 -120px;
}

.step-wrapper li.last-step:hover strong,
.step-wrapper li.last-step:hover .strong {
  color: #f15a22;
}

.step-wrapper li.active i,
.step-wrapper li.active .kak-i {
  background-position: 0 -180px;
}

.step-wrapper li.active strong,
.step-wrapper li.active .strong {
  color: #003d71;
  text-decoration: none;
}

.card-gallery {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 11;
  background: #f1f1f1 url(../images/img-loader2.gif) no-repeat 50% 50%;
  max-height: 711px;
}

.card-gallery ul {
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-gallery li {
  float: left;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: repeat;
  background-size: cover;
  max-height: 711px;
  height: 100% !important;
}

.card-gallery li img {
  visibility: hidden;
}

.card-gallery .next,
.card-gallery .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -20px 0 0;
  width: 24px;
  height: 39px;
  background: url(../images/bg-gallery-arrow.png) no-repeat;
}

.card-gallery .prev:hover {
  background-position: 0 100%;
}

.card-gallery .next {
  background-position: 100% 0;
  left: auto;
  right: 20px;
}

.card-gallery .next:hover {
  background-position: 100% 100%;
}

.min-gallery {
  position: relative;
  padding: 15px 40px 0;
  text-align: center;
}

.min-gallery .next,
.min-gallery .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 140px;
  background: url(../images/bg-gallery-arrow-min.png) no-repeat 10px 57px;
}

.min-gallery .prev:hover {
  background-position: 10px -216px;
}

.min-gallery .next {
  left: auto;
  right: 0;
  background-position: -1150px 57px;
}

.min-gallery .next:hover {
  background-position: -1150px -216px;
}

.min-gallery .next:after,
.min-gallery .prev:after {
  background: url(../images/bg-gallery-shodow.png) no-repeat;
  width: 5px;
  height: 144px;
  position: absolute;
  left: 40px;
  top: 2px;
  content: '';
}

.min-gallery .next:after {
  background-position: 100% 0;
  left: auto;
  right: 40px;
}

.card-gallery .next.disabled,
.card-gallery .prev.disabled,
.min-gallery .next.disabled,
.min-gallery .prev.disabled {
  display: none;
}

.min-gallery ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 9999px;
}

.min-gallery-holder {
  overflow: hidden;
  height: 113px;
}

.min-gallery li {
  float: left;
  width: 159px;
  height: 113px;
  overflow: hidden;
  margin: 0 0 0 7px;
  position: relative;
  background: #fff url(../images/img-loader.gif) no-repeat 50% 50%;
  cursor: pointer;
  padding: 0;
}

.min-gallery li:before {
  background: url(../images/dot02.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 10;
}

.min-gallery li.active:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: none;
  border: 6px solid #fdb913;
}

.min-gallery li:hover:after {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/bg-gallery-shodow.png) no-repeat 0 100%;
  width: 33px;
  height: 42px;
  margin: -21px 0 0 -16px;
  content: '';
  z-index: 11;
}

.min-gallery li.active:hover:after {
  display: none;
}

.min-gallery li:first-child {
  margin-left: 0;
}

.min-gallery li img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.gallery-note {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -131px;
  top: -54px;
  width: 262px;
  height: 46px;
}

.gallery-note .note {
  position: absolute;
  left: 0;
  bottom: 46px;
  right: 0;
  background: rgba(0, 61, 113, 0.85);
  padding: 12px 10px;
  display: none;
}

.gallery-note .note .close {
  background: rgba(0, 61, 113, 0.7);
  position: absolute;
  right: -46px;
  width: 46px;
  height: 46px;
  top: 0;
  cursor: pointer;
}

.gallery-note .note .close:after {
  background: url(../images/note-gallery-close.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  width: 23px;
  height: 23px;
  content: '';
}

.gallery-note .note .close:hover:after {
  background-position: 0 100%;
}

.gallery-note .opener-note {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: #003d71;
}

.gallery-note .opener-note:after {
  background: url(../images/note-gallery.png) no-repeat 0 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -10px;
  width: 20px;
  height: 26px;
  content: '';
}

.gallery-note .opener-note:hover:after,
.gallery-note.active .opener-note:after {
  background-position: 0 0;
}

.gallery-note .opener-catalog {
  color: #fff;
  background: #72bf44;
  width: 215px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  text-decoration: none;
  font: 18px/46px 'MyriadProSemibold';
}

.gallery-note .opener-catalog:hover {
  background: #f15a22;
}

.gallery-note .opener-catalog:active {
  color: #f8b9a9;
}

.step-filter {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 12;
  right: 0;
  background: #105188;
  padding: 5px 0 8px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.step-filter .select-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.step-filter .ch {
  color: #fff;
  margin: 0 15px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.step-filter .ch input {
  margin: 0 3px 0 0;
  padding: 0;
}

.bottom-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 192px;
  z-index: 13;
  color: #fff;
  background: url(../images/bg-bottom-panel.png) repeat-x;
}

.bottom-panel h2,
.bottom-panel .h2 {
  position: absolute;
  left: 0;
  top: 59px;
  font: 26px/27px 'MyriadProRegular';
  margin: 0;
  color: #fff;
}

.bottom-gallery-wrap {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.solution-wrapper {
  width: 920px;
  margin: 0 auto;
  padding: 21px 0 83px;
  position: relative;
  z-index: 10;
  min-height: 422px;
}

.solution-wrapper h1 {
  text-align: center;
  margin: 0 0 9px;
  color: #003d71;
  font-size: 35px;
  font-weight: bold;
}

.solution-wrapper h2,
.solution-wrapper .h2 {
  text-align: center;
  margin: 0 0 30px;
  color: #003d71;
  font-size: 20px;
  font-weight: bold;
}

.solution-loader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 13;
  display: none;
}

.solution-loader .loader {
  background: url(../images/bg-loader.png) no-repeat;
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -42px 0 0 -42px;
  content: '';
  -webkit-animation: itemLoader 1.8s infinite linear;
  -moz-animation: itemLoader 1.8s infinite linear;
  -ms-animation: itemLoader 1.8s infinite linear;
  animation: itemLoader 1.8s infinite linear;
}

@-webkit-keyframes itemLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes itemLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 800px) {
  #solutions-container {
    min-height: 711px;
  }
}

.viewed_block__sulutions .catalog_block:not(.items) .item_wrap {
  padding-bottom: 15px;
}

.catalog_section_list .section_item .image {
  display: none;
}

.middle_info .top_props .props .name {
  float: left;
}

body .popup .popup-intro .pop-up-title {
  display: none;
}

.popup .form-wr {
  min-height: 80px;
  padding: 0;
}

.bottom-menu .item:hover .title a,
.bottom-menu .item:hover .title,
.bottom-menu .item.active .title a,
.bottom-menu .item.active .title {
  color: #ccc !important;
}

.sections_wrapper .list .item:not(.section_item) .img {
  display: none;
}

.inline-search-block.fixed.big .search .search-input {
  color: #fff;
}

.solution-wrapper {
  width: auto !important;
}

body h1 {
  line-height: normal !important;
}

.step-wrapper li.last-step strong,
.step-wrapper li.last-step .strong {
  text-decoration: none;
  text-align: left;
}

.step-wrapper {
  margin-bottom: 0 !important;
}

.step-filter {
  top: auto !important;
}

.step-wrapper li .arrow {
  display: none !important;
}

@media (max-width: 900px) {
  .step-wrapper {
    text-align: left;
  }
}

@media (max-width: 1137px) {
  .step-wrapper li {
    max-width: 200px;
  }

  .step-wrapper li {
    margin: 0;
  }

  .solution-wrapper {
    min-height: 522px;
  }
}

@media (max-width: 600px) {
  .step-wrapper li {
    max-width: 100%;
  }

  #mobileheader .logo img {
    width: 150px;
  }
}

.basket-link .count:not(.basket-count) {
  background: #00225d;
}

@media (max-width: 600px) {
  .fancybox-title fancybox-title-float-wrap {
    width: auto;
  }

  .fancybox-title-float-wrap .child {
    white-space: unset;
  }

  .fancybox-title-float-wrap {
    margin-bottom: -65px;
  }
}

.aboutcol {
  width: 25%;
  text-align: center;
  padding: 0 20px;
  float: left;
}

@media (max-width: 800px) {
  .aboutcol {
    width: 50%;
    height: 300px;
  }
}

@media (max-width: 500px) {
  .aboutcol {
    width: 100%;
    height: 300px;
  }
}

.like_icons span i {
  background-color: #ffc438 !important;
}

header .menu_top_block li.catalog > .dropdown > li.v_bottom.current .dropdown,
body
  .menu_top_block.catalog_block
  .dropdown
  > li.full.v_bottom.current
  .dropdown {
  background: #2992d9;
}

header
  .menu_top_block.catalogfirst
  > li:not(.current)
  li.full.v_bottom
  > .dropdown
  > li:not(.current):not(:hover)
  > a,
.menu_top_block
  li.full.v_bottom
  > .dropdown
  > li:not(.current)
  .section:not(:hover) {
  color: #fff !important;
}

body .menu_top_block li.full .dropdown > li > a.section1 {
  background: #2992d9 !important;
  color: #fff;
}

.dropdown .has-childs .dropdown .menu_item,
.menu_top_block .dropdown .dropdown .menu_item {
  padding: 10px 10px 0 0;
}

.menu_top_block.catalog_block .dropdown > li.full.v_bottom > .dropdown > li > a,
header .menu_top_block.catalogfirst li.full.v_bottom > .dropdown > li > a {
  font-size: 14px;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a,
body .menu_top_block.catalog_block .v_bottom li.current > a,
header .menu_top_block.catalogfirst li.full > .dropdown > li:not(.current) > a {
  color: #feffd1;
}

body .menu_top_block li.full .dropdown > li > a.section1:hover {
  color: #feffd1;
}

header .menu_top_block li .dropdown > li.has-child > a:after,
.menu_top_block.catalog_block .dropdown > li.has-child > a:after,
.left_menu > li.has-childs > a:after {
  color: #fff;
}

.sections_wrapper {
  display: none;
}

.main_item_wrapper .sku_props .bx_catalog_item_scu {
  display: -webkit-box;
  display: flex;
}

.main_item_wrapper .sku_props .bx_catalog_item_scu .bx_item_detail_scu {
  margin: 0;
}

.main_item_wrapper .sku_props .bx_catalog_item_scu #more_colors {
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #003d71;
  background: #fff;
  color: #003d71;
}

.main_item_wrapper .sku_props .bx_catalog_item_scu #more_colors:hover {
  background-color: #004e90;
  color: #fff;
}

.list_item_wrapp .sku_props .bx_catalog_item_scu,
.catalog_item_wrapp .sku_props .bx_catalog_item_scu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.list_item_wrapp .bx_scu_scroller_container .bx_scu .list_values_wrapper .item,
.catalog_item_wrapp
  .bx_scu_scroller_container
  .bx_scu
  .list_values_wrapper
  .item {
  display: none;
}

.list_item_wrapp
  .bx_scu_scroller_container
  .bx_scu
  .list_values_wrapper
  .item:nth-child(-n + 4),
.catalog_item_wrapp
  .bx_scu_scroller_container
  .bx_scu
  .list_values_wrapper
  .item:nth-child(-n + 4) {
  display: inline-block;
}

.list_item_wrapp
  .bx_scu_scroller_container
  .bx_scu
  .list_values_wrapper
  .item.shw,
.catalog_item_wrapp
  .bx_scu_scroller_container
  .bx_scu
  .list_values_wrapper
  .item.shw {
  display: inline-block;
}

.catalog_detail .sku_props .bx_catalog_item_scu {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.jqmWindow.popup.popup_color {
  max-width: 357px;
  min-width: 320px;
  width: 80vw;
  background: #fff;
  box-shadow: 0 0 50px #0000000a 0a;
  border: 3px solid #f2f2f2;
  padding: 50px;
  top: 0;
  z-index: 3000;
}

.jqmWindow {
  top: 60px !important;
}

.header__phone--mobile {
  font-size: 22px;
  color: #fff;
  height: 100%;
  align-items: center;
  font-weight: 600;
  display: none;
}

@media screen and (max-width: 1050px) {
  .page-404__left-block,
  .page-404__right-block {
    width: 100%;
  }
  .page-404__big-num {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .page-404__footer {
    flex-direction: column;
  }
}

@media screen and (max-width: 756px) {
  .description_wrapp .like_icons {
    position: absolute;
    top: 0;
    border-top: none;
    margin: 7px 0 0;
  }

  .display_list .list_item td.description_wrapp,
  .display_list .list_item td.information_wrapp {
    position: static !important;
  }

  .display_list .item .list_item td .image_wrapper_block {
    padding-top: 30px;
  }

  .main_item_wrapper .cost .price {
    font-size: 24px !important;
  }

  .list_item_wrapp .sku_props .bx_catalog_item_scu,
  .catalog_item_wrapp .sku_props .bx_catalog_item_scu {
    flex-direction: row !important;
    justify-content: center;
  }

  .list_item_wrapp .sku_props .bx_catalog_item_scu > .item_wrapper:first-child {
    margin-right: 35px;
    min-width: 80px;
  }

  .list_item_wrapp .sku_props .bx_catalog_item_scu > .item_wrapper:last-child {
    min-width: 150px;
  }
}

@media screen and (max-width: 600px) {
  .page-404__footer-img {
    display: none;
  }
  .page-404__footer-info {
    margin-bottom: 20px;
  }

  .page-404__footer-info p {
    text-align: center;
  }
  .page-404__big-num {
    font-size: 164px;
  }
  .page-404__footer {
    padding: 20px;
  }
  .info_item .top_info {
    display: none;
  }

  .page-404__category-block ul li {
    width: 100%;
  }

  .type_clothes .info_item .middle_info {
    padding-top: 22px;
  }

  .logo img,
  .logo__desc {
    display: none;
  }

  .header__phone--mobile {
    display: flex;
  }

  .header__phone--mobile:hover {
    color: #fff;
  }

  html[xmlns] .slides {
    display: flex !important;
  }

  .swiper-pagination-bullet-active {
    background: #00225d;
  }

  .catalog_detail .sku_props .bx_catalog_item_scu {
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }

  .wrapper_inner .info_item .middle_info .buy_block {
    padding: 0;
  }

  .type_clothes
    .info_item
    .middle_info
    .prices_block
    .offers_price_wrapper
    .offers_price {
    margin-bottom: 0;
  }

  .main_item_wrapper .sku_props .bx_catalog_item_scu .bx_item_detail_size {
    flex: 0 0 45%;
  }

  .main_item_wrapper .sku_props .bx_catalog_item_scu #more_colors {
    flex: 0 1 182px !important;
    align-self: center !important;
    margin-left: auto;
    margin-right: 9px;
  }

  .detail .prices_block {
    text-align: center;
  }

  .detail .buy_block {
    display: flex;
    justify-content: center;
  }

  .detail .prices_block .price {
    width: 100%;
    margin-top: 23px;
  }

  .viewed_block .title_block {
    margin: 0 0 4px;
  }

  body .type_clothes .element_detail_text {
    padding-top: 0;
  }

  .catalog_detail .element_detail_text {
    padding: 0;
  }

  .info_item .middle_info .buy_block .wrapp_one_click {
    padding-bottom: 5px !important;
  }

  .detail .info_item .middle_info {
    margin-left: 10px;
  }
}

@media screen and (max-width: 420px) {
  .main_item_wrapper .sku_props .bx_catalog_item_scu #more_colors {
    margin-left: 0;
  }

  .detail .info_item .middle_info {
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
}

@media (max-width: 380px) {
  .header__phone--mobile {
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .jqmWindow.popup.popup_color {
    width: calc(100vw - 30px);
    min-width: 240px;
    left: 3px;
    transform: none;
  }
}

.bx_catalog_item_scu ul li.active {
  display: inline-block;
}

.form .bx_item_detail_scu ul li .cnt1 {
  width: 100%;
  display: block;
}

.form .bx_item_detail_scu ul li .cnt_item {
  /*width: calc(100% - 150px) !important;*/
  display: -webkit-box;
  display: flex;
}

.middle_info .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item {
  /*border: 0;*/
}

/*body .form .bx_item_detail_scu ul li .cnt_item:after {
    content: attr(title);
    display: block;
    margin-left: 15px;
    position: absolute;
    right: -150px;
    margin-top: 13px;
    color: #000
}*/

body .form .bx_item_detail_scu ul li .cnt_item:after {
  content: attr(title);
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 54px;
  margin-top: 11px;
  margin-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 575px) {
  body .form .bx_item_detail_scu ul li .cnt_item:after {
    margin-left: 10px;
  }
}

.form .bx_item_detail_scu ul li {
  width: 100%;
}

.jqmWindow.popup.popup_color {
  padding: 0;
}

.jqmWindow.popup.popup_color .form {
  overflow-y: scroll;
  max-height: 600px;
  padding: 25px;
}

@media screen and (max-width: 575px) {
  .jqmWindow.popup.popup_color .form {
    padding: 15px;
  }
}

body .popup_color .form .bx_item_detail_scu ul li .cnt_item:after {
  top: 0;
}

body .menu_top_block.catalog_block .dropdown > li.full.v_bottom .dropdown {
  background-color: #2992d9;
}

.promo-note {
  position: absolute;
  background: #fffc;
  padding: 10px 20px 20px;
  color: #22315d;
  top: calc(50% - 50px);
  background: linear-gradient(
    45deg,
    transparent 0,
    transparent 25px,
    #fffc 25px,
    #fffc 100%
  );
  text-align: center;
}

.promo-note > p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  /* letter-spacing: 0.5px; */
  text-align: left;
  margin-bottom: 15px;
}

.note-l {
  left: 5px;
}

.note-r {
  right: 55px;
  background: #fffc;
}

.promo-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e85222;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: background-color ease-in 0.1s;
}

.promo-btn:hover {
  color: #fff !important;
  background-color: #f27952;
}

.top_slider_wrapp {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .top_slider_wrapp {
    display: none;
  }
}

body .top_slider_wrapp .flexslider .slides > li {
  background-size: auto;
}

.logo_and_menu-row .logo-block {
  height: 104px;
}

.logo-row .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 1;
  padding: 7px 0;
}

.logo__desc {
  color: #fff;
  line-height: 1.25;
  height: auto;
  width: 100%;
  padding-left: 23px;
  padding-right: 25px;
  font-size: 14px;
  top: -15px;
  position: relative;
  transition: 0.1s ease;
}

.logo-row .logo:hover .logo__desc {
  color: #dedbdb;
}

@media screen and (max-width: 1400px) {
  .logo__desc {
    padding-left: 25px;
    font-size: 14px;
    top: -10px;
  }
}

@media screen and (max-width: 1200px) {
  .logo__desc {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  #mobileheader .logo {
    max-width: 260px;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .logo__desc {
    font-size: 8px;
    white-space: nowrap;
    top: -5px;
    padding-left: 5px;
  }

  #mobileheader .logo:hover .logo__desc {
    color: #dedbdb;
  }
}

@media screen and (max-width: 600px) {
  #mobileheader .logo img {
    width: auto;
  }
}

@media screen and (max-width: 440px) {
  #mobileheader .logo img {
    width: 150px;
  }

  #mobileheader .logo {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .logo__desc {
    display: none;
  }

  .stickers > div {
    display: block;
  }
}

.bottom-menu .items .wrap a,
.contacts_block_footer .sitewmap {
  text-decoration: underline;
}

/* #content img {
    max-width: 170px;
    min-height: 110px;
    object-fit: fill;
} */

.bx-soa-pickup-l-item-detail img.bx-soa-pickup-l-item-img {
  max-width: 90px !important;
}

#solutions-container .bottom-panel li {
  padding: 0;
  margin-left: 7px;
}

#solutions-container li {
  padding-left: 0;
}

#solutions-container .bottom-panel li:first-child {
  margin-left: 0;
}

#solutions-container .bottom-panel li:before {
  width: auto;
}

.step-wrapper li {
  margin: 0 17px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.cookie-block {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2147483647;
  margin: auto;
}

.cookie-wrapper {
  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;
  padding: 8px 15px;
  width: 900px;
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid rgb(211, 211, 211);
  margin: auto;
  height: 69px;
  max-height: 100%;
  background-color: #fff;
  animation-duration: 2s;
  animation: fadeIn 2s;
  position: relative;
}

.cookie__text {
  font-size: 14px;
  width: auto;
  max-width: 100%;
  color: #242424;
}

.cookie__text a {
  font-weight: 600;
}

.cookie__text a:hover {
  text-decoration: none;
  border-color: transparent;
}

.cookie__tools {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.cookie__tools .cookie__more {
  border-bottom: 1px dashed #333;
  color: #333;
  transition: 0.15s ease-in-out;
  margin-right: 30px;
  height: 100%;
  line-height: 1.15;
  font-weight: 700;
}

.cookie__tools .cookie__more:hover {
  border-color: transparent;
}

.cookie__close {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  position: absolute;
  top: -0px;
  right: 0px;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.label_39 {
  z-index: 2147483646 !important;
}

@media screen and (max-width: 992px) {
  .cookie__text {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cookie-wrapper {
    padding: 15px;
  }

  .cookie__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .cookie-block {
    width: auto;
    right: 0;
    margin: 0 15px;
    height: auto;
  }

  .cookie-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .cookie__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 10px;
    text-align: center;
  }

  .cookie__tools {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title {
    padding: 2px 25px 3px 0;
  }
}

.fast-search {
  margin-bottom: 10px;
}

.fast-search__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fast-search__item {
  margin-right: 8px;
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
}

.fast-search__item--text {
  max-width: 80px;
  width: 100%;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
}

.fast-search__item:last-child {
  margin-right: 0;
}

.fast-search-btn {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  color: #222;
  padding: 10px 38px 10px 12px;
  position: relative;
}

.fast-search-btn span {
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 12px;
  color: #1d2029;
}

.fast-search-btn:active,
.fast-search-btn:hover,
.fast-search__item.is-active .fast-search-btn {
  background-color: #f3f3f5;
  box-shadow: none;
}

.fast-search__item--toggle .btn {
  padding: 10px 12px;
  display: flex;
  align-items: center;
}

.fast-search__item--toggle .btn:before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 30.727 30.727"%3E%3Cg%3E%3Cpath d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z" fill="%23003a6c" /%3E%3C/g%3E%3C/svg%3E');
  transform: rotate(90deg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  display: none;
}

.fast-search__item--toggle .btn:after {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 30.727 30.727"%3E%3Cg%3E%3Cpath d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z" fill="%23003a6c" /%3E%3C/g%3E%3C/svg%3E');
  transform: rotate(-90deg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}

.fast-search__list.is-opened .fast-search__item--toggle .btn:before {
  display: inline-block;
}

.fast-search__list.is-opened .fast-search__item--toggle .btn:after {
  display: none;
}

/*@media screen and (max-width: 575px) {
    .fast-search-btn {
        padding: 10px 18px;
    }
}*/

.middle_info .top_props .props .prop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.middle_info .top_props .props .name {
  margin-right: 5px;
}

.middle_info .top_props .props_list .value {
  padding-top: 0;
}

.type_more .tab-content .tab-pane > div:last-child,
.type_more .tab-content .tab-pane #reviews_content {
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (max-width: 991px) {
  .bigdata_recommended_products_items h5 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.detail.partners .detailimage .img-partner {
  padding: 30px;
}

.wrap_seo ul {
  list-style-position: inside;
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  list-style-type: decimal;
}

@media screen and (min-width: 768px) {
  ul.regions-list {
    display: flex;
    flex-wrap: wrap;
  }

  .regions-list li {
    width: 25%;
  }
}

.regions-list li {
  padding-left: 0;
}

ul.regions-list li:before {
  content: none;
}

.contacts_block_footer .sitewmap {
  margin-bottom: 10px;
  display: inline-block;
}

.contacts_block_footer .regions-link {
  text-decoration: underline;
}

.sort_header .sort_filter a.NAME {
  display: none;
}

.filter_opener {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background: none !important;
  padding: 0;
  margin: 0 25px 0 0;
}

.filter_opener i {
  width: 32px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background: #003a6c;
  border-radius: 50%;
  margin-right: 10px;
}

.filter_opener svg {
  width: 18px;
  height: 18px;
}

.filter_opener svg path {
  fill: #fff;
}

.filter_opener.opened span {
  color: #222;
}

.filters_row {
  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;
  margin-bottom: 25px;
}

.sort_header {
  flex-grow: 1;
}

.sort_mobile,
.sort_mobile__dropdown {
  display: none;
}

.sort_mobile {
  width: 168px;
  position: relative;
}

.sort_mobile__dropdown {
  width: 100%;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 3px 7px 4px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9;
}

.sort_mobile.is-opened .sort_mobile__dropdown {
  display: block;
  animation: fadeIn 0.1s ease-in-out forwards;
}

.sort_mobile__input {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 30.727 30.727"%3E%3Cg%3E%3Cpath d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z" fill="%23003a6c" /%3E%3C/g%3E%3C/svg%3E');
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #f2f2f2;
  padding: 8px 35px 8px 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sort_mobile__item {
  display: block;
  color: #222 !important;
  opacity: 0.6;
}

.sort_mobile__item.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sort_header {
    flex-grow: 0;
    padding: 0;
    margin: 0;
  }

  .sort_header .sort_display {
    display: none;
  }

  .sort_filter {
    display: none;
  }

  .sort_mobile {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  body .filter_opener span {
    display: block;
  }
}

/* Back to top */

#toTopMobile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  z-index: 9999999999;
}

/*#toTopMobile.is-active {
    display: block;
    animation: fadeIn .1s ease-in-out forwards;
}
*/
#toTopMobile svg {
  width: 32px;
  height: 32px;
}

#toTopMobile circle {
  fill: #fff;
}

#toTopMobile path {
  fill: #00225d;
}

@media screen and (min-width: 768px) {
  #toTopMobile {
    display: none !important;
  }
}

.cheaper_frame {
  width: 600px;
  max-width: 100%;
}

.cheaper_frame .form_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cheaper_frame .form-control {
  width: 48%;
}

.cheaper_frame .form-control:nth-child(6),
.cheaper_frame .form-control:nth-child(7) {
  width: 100%;
}

.form.CHEAPER textarea {
  min-height: 125px;
}

@media screen and (max-width: 767px) {
  .maxwidth-theme > .form.inline.CHEAPER {
    padding: 0;
  }

  .form.CHEAPER h4 {
    margin: 25px 0;
  }

  .popup .form .form_head {
    padding: 20px 75px 20px 35px;
  }

  .popup .form .form_head h2 {
    font-size: 20px;
  }

  .popup .close {
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .cheaper_frame .form-control {
    width: 100%;
  }
}

.reviews-block-inner .reviews-post-table td {
  padding: 0 25px 5px;
}

.popup {
  box-shadow: 1px 3px 7px 4px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 600px) {
  .popup h2 {
    text-align: left;
  }

  .logo-wrapper-mobile {
    display: block;
  }
}

.popup .close {
  right: 15px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .popup .form-wr {
    padding: 20px 15px;
  }

  .popup {
    min-width: 300px;
    width: 100%;
  }

  .cheaper_frame {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .popup {
    margin-left: 0 !important;
    right: 0;
    transform: translate(-50%);
  }

  .cheaper_frame.popup {
    transform: translate(-50%, 15px);
    width: 300px;
  }
}

.links-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}

.links-social__icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 21.5px;
  height: 21.5px;
  border-radius: 100%;
  display: block;
  transition: 0.2s ease;
  background-image: url('/bitrix/templates/aspro_next/images/social.png');
}

.links-social__icon:hover {
  opacity: 0.8;
}

.links-social__icon--whatsapp {
  margin-right: 15px;
  background-position: -63.4px -113px;
}

.links-social__icon--viber {
  background-position: -13px -113px;
}

.links-social__item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.links-social__item:before {
  content: none;
}

.links-social__name {
  color: #333;
  font-weight: 500;
  margin-right: 20px;
}

#content .links-social__icon {
  width: 45px;
  height: 45px;
  margin: 0;
}

#content .links-social__icon--whatsapp {
  background-position: -52px -102px;
}

#content .links-social__icon--viber {
  background-position: -2px -102px;
}

#content .links-social__icon--telegram {
  background-position: -151px -102px;
}

.row__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.social-icons li .links-social__icon--whatsapp {
  background-position: -54px -104px;
}

.social-icons li .links-social__icon--viber {
  background-position: -5px -104px;
}

.rounded_block .social-icons li a {
  margin-right: 7px;
}

.wrapper1 .news-header {
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: center;
  top: -1px;
  z-index: 1;
}

.news-header_item {
  padding: 5px 20px;
  background-color: #548db8;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.news-header_item:hover {
  color: #fff;
}

.magazin-item {
  cursor: pointer;
  padding: 15px;
}

.magazin-item:hover {
  background-color: rgba(33, 68, 150, 0.16);
}

.magazin-item .name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.add_bottom_filter .text {
  margin-bottom: 30px;
}

#magaziny_map {
  margin-bottom: 30px;
}

.magaziny-wrap {
  margin-top: 20px;
}

span.shownamber {
  display: none;
}

span.hideShownamber {
  left: 123px !important;
  transition: 0.3s !important;
  opacity: 0 !important;
}

div#adresa-magaz {
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .magaziny-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #magaziny_map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 30px;
  }

  .magaziny-list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 300px;
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  #content .links-social {
    justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  #content .links-social {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  #content .links-social__item {
    width: 100%;
    margin-bottom: 10px;
  }

  #content .links-social__name {
    order: 1;
  }

  #content .links-social__icon {
    margin-right: 33px;
  }

  .news-header_item {
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  #content .links-social {
    margin-top: 0;
  }

  .news-header_item {
    font-size: 14px;
    line-height: 20px;
  }
}

body {
  overflow-x: hidden;
}

.zoomContainer {
  z-index: 2000;
}

.p-contacts__thumb {
  -webkit-background-size: contain;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
}

.p-contacts__desc .icons-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.p-contacts__desc .icons-text .fa {
  padding-top: 3px;
}

.p-contacts__name {
  color: #002f58;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-contacts__item {
  padding: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p-contacts__item:last-child {
  border-bottom: 0;
}

.p-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.p-slider .swiper-container {
  width: 100%;
}

.p-slider .p-arrow {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  text-indent: -999999px;
  outline: none !important;
  border: 0;
  font-size: 0;
  display: block;
  transition: opacity 0.3s ease-in-out;
  position: static;
  margin: 0;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .p-slider {
    margin-top: 15px;
  }
}

@media screen and (max-height: 575px) {
  .p-slider .p-arrow {
    display: none;
  }
}

.p-slider .p-arrow-prev {
  background: url(/bitrix/templates/aspro_next/images/arrows2.png) 3px -20px no-repeat;
}

.p-slider .p-arrow.swiper-button-disabled {
  opacity: 0;
}

.p-slider .p-arrow-prev:hover {
  background-position: 3px 4px;
}

.p-slider .p-arrow-next {
  background: url('/bitrix/templates/aspro_next/images/arrows2.png') 3px -20px no-repeat;
  background-position: -60px -20px;
}

.p-slider .p-arrow-next:hover {
  background-position: -59px 4px;
}

.p-slider .tns-controls button:disabled {
  opacity: 0;
}

.p-contacts__item .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-slider .swiper-pagination {
  position: absolute;
  top: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: none;
}

.p-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  outline: none !important;
}

.p-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b4b7a;
}

.p-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .p-slider .swiper-pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 5px;
  }
}

.p-contacts__phone a:last-of-type {
  pointer-events: none;
}

@media screen and (max-width: 575px) {
  .col-xxs-12 {
    width: 100%;
  }

  .p-contacts__desc {
    text-align: right;
  }
}

.card__stars {
  position: relative;
  display: inline-block;
}

.card__image {
  width: 70px;
  background-repeat: repeat-x;
  height: 14px;
  position: relative;
  display: inline-block;
}

.card__image--painted {
  width: 100%;
  background-repeat: repeat-x;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 0 110%;
}

.card__stars__box {
  display: flex;
  align-items: center;
}

.stars__info {
  position: absolute;
  top: 20px;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 4px 26px rgba(32, 32, 35, 0.16);
  z-index: 30;
  padding: 9px 12px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #222222;
  width: 190px;
  transition: 0.3s ease-in-out;
}

.catalog_block .stars__info {
  left: 50%;
  transform: translateX(-50%);
}

#reviews_content .card__stars {
  margin-left: 10px;
  top: 2px;
}

.stars__info p {
  margin-bottom: 0;
}

.card__stars:hover .stars__info {
  opacity: 1;
  visibility: visible;
}

.card__num {
  margin-left: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 1.15;
}

@media screen and (max-width: 767px) {
  .stars__info {
    left: 50%;
    transform: translateX(-50%);
  }
}

.form-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.form-star {
  display: none;
}

.form__control {
  margin-bottom: 20px;
}

.form__control:last-of-type {
  margin-bottom: 0;
}

.form-star__label {
  font-size: 0;
  display: inline-block;
  margin: 0;
  height: 14px;
  width: 18px;
  cursor: pointer;
}

.form-star__label:before {
  content: '';
  background-image: url('/images/stars.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
}

.form-star:checked + .form-star__label:before {
  background-position: 0 110%;
}

.form-star1:checked ~ label[for='form-star1']:before,
.form-star2:checked ~ label[for='form-star1']:before,
.form-star2:checked ~ label[for='form-star2']:before,
.form-star3:checked ~ label[for='form-star1']:before,
.form-star3:checked ~ label[for='form-star2']:before,
.form-star3:checked ~ label[for='form-star3']:before,
.form-star4:checked ~ label[for='form-star1']:before,
.form-star4:checked ~ label[for='form-star2']:before,
.form-star4:checked ~ label[for='form-star3']:before,
.form-star4:checked ~ label[for='form-star4']:before,
.form-star5:checked ~ label[for='form-star1']:before,
.form-star5:checked ~ label[for='form-star2']:before,
.form-star5:checked ~ label[for='form-star3']:before,
.form-star5:checked ~ label[for='form-star4']:before,
.form-star5:checked ~ label[for='form-star5']:before {
  background-position: 0 110%;
}

.form-star__label:hover ~ *:before,
.form-star__label:hover:before {
  background-position: 0 110%;
}

.form-stars__title {
  margin-bottom: 5px;
}

#headerfixed .wrapper_inner {
  background: #00225d;
}

#headerfixed .menu-block.rows .title,
.logo_and_menu-row .phone a {
  color: #fff;
}

#headerfixed .menu-block .title .svg {
  background: url(/bitrix/templates/aspro_next/images/svg/burger_white.svg)
    center center no-repeat;
}

#headerfixed .uscls-1,
#headerfixed .whcls-1,
#headerfixed .cls-1,
#headerfixed .loccls-1 {
  fill: #fff;
}

#headerfixed .personal-link:hover .uscls-1,
#headerfixed .basket-link:hover .whcls-1,
#headerfixed .basket-link:hover .cls-1,
#headerfixed .personal-link:hover .loccls-1 {
  fill: #dcdcdc;
}

#headerfixed .with_dropdown:after {
  background: url(/bitrix/templates/aspro_next/images/next.png) -20px -337px
    no-repeat;
}

#headerfixed .basket-link:not(.basket-count) .svg {
  opacity: 1;
}

.logo_and_menu-row .phone .dropdown a {
  color: #222;
}

#headerfixed .svg-phone {
  background-image: url(../images/phone-ico.png);
  background-size: contain;
  width: 20px;
  height: 20px;
}

.container .p-school__frame {
  margin: 0;
  width: 100%;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .related-block .viewed_block.horizontal .inner_wrap .inner_wrap_flex {
    display: flex;
    flex-direction: column;
  }

  .related-block .viewed_block.horizontal .image_wrapper_block,
  .related-block .viewed_block .image_wrapper_block a {
    height: 60px;
  }

  .related-block .viewed_block.horizontal .item_info {
    padding-left: 0 !important;
    text-align: center !important;
  }

  .related-block .viewed_block.horizontal .item_block .item-title {
    max-height: 50px;
  }

  .similar_products_wrapp .viewed_block.horizontal .inner_wrap {
    display: flex;
    flex-direction: column;
  }

  .similar_products_wrapp .horizontal.viewed_block .item_info {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .similar_products_wrapp .rows_block .item_block > div {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .related-block .viewed_block.horizontal .item_info {
    min-height: 112px;
  }

  .related-block .viewed_block.horizontal .inner_wrap {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 993px) and (max-width: 1400px) {
  .catalog_detail .related-block .viewed_block.horizontal .counter_wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog_detail
    .related-block
    .viewed_block.horizontal
    .counter_wrapp
    .counter_block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 940px) {
  .catalog_detail .related-block .viewed_block.horizontal .counter_wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog_detail
    .related-block
    .viewed_block.horizontal
    .counter_wrapp
    .counter_block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .inline-search-block.fixed.big .search .btn-search {
    display: none;
  }

  .inline-search-block.fixed.big .search .search-input {
    padding: 0;
  }

  .detail .buy_block {
    flex-wrap: wrap;
  }

  .catalog_detail .main_item_wrapper div.total_summ {
    flex: 0 1 100%;
    text-align: center;
    margin: 0px 0px 23px !important;
  }

  .catalog_detail .main_item_wrapper div.total_summ span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .mega-menu .table-menu tr {
    display: flex;
    justify-content: space-between;
  }

  .mega-menu .table-menu tr a {
    padding: 41px 10px 41px !important;
  }
}

.wrapper1.with_left_block > .top_slider_wrapp.maxwidth-banner {
  display: block;
}

@media (max-width: 1100px) and (min-width: 641px) {
  .wrapper1.with_left_block > .top_slider_wrapp .flexslider .slides > li {
    background-size: 160%;
  }
}

@media (max-width: 640px) {
  .wrapper1.with_left_block > .top_slider_wrapp .flexslider .slides > li {
    background-size: 100%;
  }

  body .wrapper1.with_left_block > .top_slider_wrapp .flex-control-paging {
    display: block;
    top: -100px;
  }
}

@media (max-width: 420px) {
  body .wrapper1.with_left_block > .top_slider_wrapp .flex-control-paging {
    display: block;
    top: -120px;
  }
}

.main-page {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .main-page {
    display: block !important;
  }
}

.calc_wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.calc_wrap .icon {
  background-image: url('/images/calc.svg');
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
}

.p-btn--text {
  color: #666666;
  border-bottom: 1px dashed #666666;
  font-size: 14px;
  line-height: 1.1;
}

.p-btn--text:hover {
  background-color: transparent;
}

#modal-calc {
  width: 100%;
  max-width: 880px;
  background-color: #fff;
  position: relative;
  top: auto !important;
  left: 0;
  display: block;
  overflow: auto;
  padding: 0;
  height: 100%;
  transition: 0.3s ease-in-out;
  transform: none;
}

#modal-calc .form_head {
  text-align: center;
  font-size: 26px;
}

.p-calc__text {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 24px;
}

.p-calc__title {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.options-calc__title {
  color: #555;
  margin-bottom: 25px;
  font-weight: 700;
}

.p-calc__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

.p-calc .btn {
  background-color: #00225d;
  border-radius: 2px;
  padding: 9px 48px;
}

.p-calc label span {
  color: #555;
}

.options-calc {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
}

.options-calc--image {
  position: relative;
}

.options-calc--image:before {
  content: '';
  background-image: url('/images/calc-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 155px;
  height: 155px;
  position: absolute;
  right: -190px;
  top: 96px;
}

.options-calc--action {
  width: 100%;
  justify-content: center;
}

.form_body .p-calc .form-control {
  padding-right: 30px;
}

.p-calc .form-control .p-calc__suffix {
  position: absolute;
  bottom: 10px;
  right: 8px;
  top: 33px;
}

.js-result2 .options-calc {
  height: 100%;
}

.p-calc__input {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 14px;
  padding: 8px 13px 7px;
  width: 100%;
  box-sizing: border-box;
  outline: none !important;
}

.p-calc__input.is-error {
  border-color: #e62222;
}

.p-calc__input {
  -moz-appearance: textfield;
}

.p-calc__input::-webkit-outer-spin-button,
.p-calc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.p-error {
  color: #e62222;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
}

.modal__overlay {
  background: #3a3f44b3;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999999 !important;
  display: none;
}

.modal__overlay:before,
.modal__overlay:after {
  width: 100%;
  height: 100px;
  content: '';
  display: block;
}

.modal-active {
  overflow: hidden !important;
}

.modal-active .modal__overlay {
  display: flex;
  overflow: hidden;
}

.element_4 .sku_props + .top_props {
  margin: 0;
  border: 0;
  padding: 0;
}

.info_item .middle_info .sku_props {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
}

footer .ext_view .bottom-under .inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rel {
  font-size: 14px;
}

.rel:hover strong {
  text-decoration: none;
}

.rel strong {
  color: #fff;
  text-decoration: underline;
}

.item_main_info .related-block {
  padding: 0 25px;
}

.related-block .custom_flex.flexslider .counter_wrapp {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.related-block .custom_flex.flexslider .counter_wrapp .button_block {
  /* width: 100%; */
  margin-left: 15px;
}

.catalog_detail
  .related-block
  .viewed_block.horizontal
  .counter_wrapp
  .counter_block {
  margin-bottom: 10px;
  margin-right: 0;
}

@media (min-width: 993px) and (max-width: 1400px) {
  .related-block .custom_flex.flexslider .counter_wrapp .button_block {
    margin-left: 0;
  }
}

@media screen and (max-width: 1080px) {
  .header-custom__logo {
    max-width: 340px;
  }
}

@media screen and (max-width: 992px) {
  .related-block .custom_flex.flexslider .counter_wrapp .button_block {
    margin-left: 0;
  }
  .header-custom {
    display: none;
  }
}

.btn--red {
  background: #e85222;
  color: #fff;
  border-color: #e85222;
}
/* тарый цвет кнопки */
/*.btn--red {
    background: #ae4545;
    color: #fff;
    border-color: #ae4545;
}*/

.btn--red:hover {
  background-color: #c93e3e;
  color: #fff;
}

.top-block-item .phone-block .callback-block {
  text-decoration: underline;
}

.top-block-item .phone-block .callback-block:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .options-calc {
    width: 100%;
  }

  .options-calc--image:before {
    content: none;
  }

  .modal__overlay:before,
  .modal__overlay:after {
    display: none;
  }

  .calc_wrap {
    margin-bottom: 15px;
  }

  .calc_block {
    width: 100%;
  }

  #modal-calc {
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .calc_block {
    text-align: center;
  }

  footer .ext_view .bottom-under .inner-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.main-slider .top_slider_wrapp {
  padding: 0 30px;
  margin: 0 auto;
  background: #fff;
  max-width: 1350px;
}

.main-slider .top_slider_wrapp .flex-direction-nav li {
  z-index: 99;
}

@media (max-width: 767px) {
  .main-slider .top_slider_wrapp {
    padding: 0 15px;
  }
}

.footer_inner .callback-wrap {
  display: block;
  margin-bottom: 10px;
}

.footer_inner .callback-block {
  color: #fff;
  text-decoration: underline;
}

.footer_inner .callback-block:hover {
  text-decoration: none;
}

.p-fixed-block {
  position: fixed !important;
  top: 230px;
  border-right: 0;
  background-color: #00225d;
  padding: 15px;
  z-index: 999 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 4px 0px #878787;
  transition: 0.3s ease-in-out;
  animation: bshadow 2s ease-in-out infinite;
  overflow: hidden;
  height: 50px;
  right: 0;
  color: #fff;
  border-radius: 3px;
}

.p-fixed-block:hover {
  background-color: #004e90;
}

.p-fixed-block:hover .p-fixed__btn {
  display: block;
}

.p-fixed-block .icon {
  background-image: url('/images/calc2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.p-fixed__btn {
  margin-left: 8px;
  max-width: 150px;
  line-height: 1.1;
}

@keyframes bshadow {
  0% {
    box-shadow: 0px 1px 4px 0px #878787;
  }

  50% {
    box-shadow: 0px 1px 10px 0px #878787;
  }

  100% {
    box-shadow: 0px 1px 4px 0px #878787;
  }
}

@media screen and (max-width: 767px) {
  .p-fixed-block {
    transform: translateX(calc(100% - 54px));
  }

  .p-fixed-block:hover {
    width: auto;
    transform: translateX(0%);
  }

  .display_list .list_item td.information_wrapp {
    max-width: 100%;
  }

  .bx_item_detail_size .bx_size_scroller_container {
    margin-top: 7px;
  }
}

footer .ext_view .bottom-under .inner-wrapper .copy-block {
  margin: 0 !important;
}

.item-views .item .period,
.detail .period {
  display: block;
}

.main-slider .top_slider_wrapp .flexslider .slides > li,
.main-slider .top_slider_wrapp .flexslider .slides > li,
.main-slider .top_slider_wrapp .flexslider .slides > li td,
.main-slider .top_slider_wrapp .flexslider .slides > li td,
.main-slider .top_slider_wrapp .flexslider .flex-viewport,
.main-slider .top_slider_wrapp .flexslider .slides,
.main-slider .top_slider_wrapp .flexslider {
  height: 100% !important;
}

.main-slider .top_slider_wrapp .flexslider .flex-viewport {
  height: 430px !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
  .related-block--float {
    float: left;
  }
}

@media screen and (min-width: 576px) {
  .fast-search__item--toggle {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .fast-search__item.is-hidden {
    display: none;
  }
}

.elements__count {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .order-mobile {
    display: flex;
    flex-direction: column;
  }

  .order-mobile #bx-soa-total-mobile {
    order: 9;
  }

  .order-mobile .form {
    order: 10;
  }

  .order-mobile #bx-soa-orderSave {
    order: 11;
  }
}

.card__stars .card__num {
  color: #003a6c;
  text-decoration: underline;
}

.card__stars .card__num:hover,
.card__stars .card__num:focus {
  text-decoration: none;
}

/*.page-top-main {
    display: flex;
}*/

.page-top-main h1,
.page-top-main .elements__count {
  display: inline;
}

.page-top-main h1 {
  margin-right: 7px;
}

.page-top-main .elements__count {
  opacity: 0.6;
}

.news-header__mobile {
  display: none;
}

.news-header__mobile .callback-block:hover {
  color: #fff !important;
}

.news-header__mobile .callback-block {
  margin-right: 20px;
}

.news-header__logo {
  margin-left: 10px;
}

.news-header__logo img {
  width: 200px;
}

.news-header__items {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-top-main {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .main-slider .top_slider_wrapp .flexslider .flex-viewport {
    height: 400px !important;
  }
  .page-top-main .elements__count span {
    display: none;
  }

  div.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn,
  .bx-soa-pickup-l-item-btn {
    position: static !important;
    margin-top: 0px !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
  }

  .news-header__items {
    display: none;
  }

  .news-header__mobile {
    background: #00225d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    margin-top: -5px;
  }

  .callback-block {
    color: #fff;
  }

  #mobileheader {
    height: 50px;
  }

  #mobileheader .wrap_icon {
    line-height: 50px;
  }
}

@media screen and (max-width: 500px) {
  .main-slider .top_slider_wrapp .flexslider .flex-viewport {
    height: 350px !important;
  }

  /* .custom-top-block{
        display: none;
    } */
}

@media screen and (max-width: 420px) {
  .main-slider .top_slider_wrapp .flexslider .flex-viewport {
    height: 300px !important;
  }
}

@media screen and (max-width: 380px) {
  .news-header__logo img {
    width: 160px;
  }

  .news-header__mobile .callback-block {
    font-size: 0.9em;
  }

  .main-slider .top_slider_wrapp .flexslider .flex-viewport {
    height: 282px !important;
  }
}

@media screen and (min-width: 993px) {
  .bx-soa #bx-soa-orderSave {
    display: none !important;
  }
}

/* @media screen and (max-width: 991px) {
   .bx-soa-cart-total-button-container {
       margin-bottom: 25px !important;
   }
} */

/* .basket-top .btn-clear {
    position: relative;
    padding-left: 32px;
    float: right;
    margin-bottom: 10px;
}

.basket-top .btn-clear > span:before,
.basket-top .btn-clear > span:after {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 2px;
    height: 14px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
    background: #6d6d6d;
    width: 1px;
    height: 9px;
}

.basket-top .btn-clear > span:before {
    transform: translate3d(-50%, -50%, 0) rotate(
        -45deg
    );
}

.basket-top .btn-clear > span:after {
    transform: translate3d(-50%, -50%, 0) rotate(
        45deg
        );
}

.basket-top .btn-clear:hover > span:before,
.basket-top .btn-clear:hover > span:after {
    background: white;
} */

.bx-soa-sidebar .form {
  margin-top: 20px;
}

.btn-back {
  margin-right: auto;
}

.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
  display: none;
}
.pay_system_icons {
  display: flex;
}
.pay_system_icons__text {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .pay_system_icons {
    flex-wrap: wrap;
  }
  .pay_system_icons__text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .pay_system_icons__items > *:last-child {
    margin-right: 0;
  }
}

.tab-list .icon {
  font-size: 26px;
  color: #00225d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tab-list .icon--truck {
  font-size: 30px;
}

.tab-list .icon--delivery,
.tab-list .icon--terminal,
.tab-list .icon--card {
  font-size: 32px;
}

.tab-list > li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 15px;
}

.tab-list > li:last-child {
  margin-bottom: 0;
}

.tab-list > li:before {
  display: none;
}

.detail.news a {
  text-decoration: underline;
}

div.main-slider .top_slider_wrapp .flexslider .slides > li {
  padding-bottom: 2.34% !important;
  max-height: 448px !important;
  background-size: cover !important;
}

.main-slider .top_slider_wrapp div.flexslider {
  max-height: 448px !important;
  margin-top: 0 !important;
}

.main-slider .top_slider_wrapp {
  margin-top: 30px;
}

.top_slider_wrapp .flex-direction-nav li {
  top: 48%;
}

@media (max-width: 657px) {
  div.main-slider div.top_slider_wrapp .flexslider .slides > li {
    background-size: cover !important;
    padding-bottom: 6% !important;
  }
}

.basket-info-top-custom {
  position: sticky;
  top: 60px;
  z-index: 99;
}

.basket-info-top-custom .basket-checkout-container {
  border: none;
  border-bottom: 1px solid #e2dfdf;
  margin-bottom: 0;
}

.basket-items-list-container,
.basket-items-list {
  min-height: auto !important;
}

@media screen and (max-width: 991px) {
  .basket-info-top-custom {
    position: static;
  }
}

.pickup--custom > div {
  display: flex;
  flex-direction: column;
}

.pickup--custom > div #pickUpMap {
  order: 3;
}

body .popup_color .form .bx_item_detail_scu ul li .cnt_item:after {
  display: none;
}
.form .bx_item_detail_scu ul li {
  width: auto;
}
#solutions-container li {
  /*position:relative;*/
}
.comcls-1,
.whcls-1,
.cls-1,
.uscls-1 {
  fill: #fff !important;
}
.title-search-result {
  width: 100% !important;
  left: 0 !important;
}

span.btn.fast-search-btn {
  cursor: unset;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #headerfixed .phone-ico {
    display: block;
    margin-right: 15px;
  }

  #headerfixed .phone-ico .svg-phone {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 1280px) {
  .custom-top-block {
    flex-wrap: wrap;
  }
  .custom-top-block .custom-top-slider {
    max-width: none;
    width: 100%;
  }

  .custom-top-block .index_small {
    max-width: none;
    flex-direction: row;
    margin-top: 15px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 535px) {
  .custom-top-block .index_small {
    flex-direction: column;
    padding: 0 15px;
    row-gap: 14px;
  }
}

.catalog_item .item_info .item_info--top {
  height: 115px;
}
.catalog_item .item_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.catalog_item .item_info .card__stars {
  margin-bottom: 10px;
}

.popular__block .popular__block__title {
  border-bottom-color: #194876;
  color: #222;
  border-bottom: 2px solid #194876;
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.popular__block .popular__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 34px -15px 0 -15px;
}

.popular__block {
  margin-bottom: 35px;
}

.popular__block .popular__grid .popular__item {
  flex: 0 0 25%;
  width: 25%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.popular__block .popular__item__link {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.popular__block .popular__item__link .popular__item__thumb {
  width: 100%;
  height: 234px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

.popular__block .title {
  /* font-size: 18px;
    line-height: 20px;
    color: #000;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px; */
  display: none;
}

.popular__block .popular__grid .popular__item__thumb:hover {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
  border-radius: 18px;
}

@media screen and (max-width: 1360px) {
  .popular__block .popular__item__link .popular__item__thumb {
    height: 18vw;
  }
}

@media screen and (max-width: 1200px) {
  .popular__block .popular__grid .popular__item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .popular__block .popular__item__link .popular__item__thumb {
    height: 22vw;
    background-size: 95%;
  }
}
@media screen and (max-width: 991px) {
  .popular__block .popular__item__link .popular__item__thumb {
    height: 29vw;
  }
}

@media screen and (max-width: 600px) {
  .popular__block .popular__grid .popular__item {
    flex: 0 0 50%;
    width: 50%;
  }

  .popular__block {
    margin-bottom: 20px;
  }
  .popular__block .popular__item__link .popular__item__thumb {
    height: 40vw;
    background-size: contain;
  }
}

@media screen and (max-width: 450px) {
  .popular__block .popular__grid .popular__item {
    flex: 0 0 50%;
    width: 50%;
  }

  .popular__block .title {
    font-size: 14px;
    word-wrap: break-word;
  }
}
#content .item_block img {
  min-height: auto;
}

#content .brands_slider img {
  min-height: auto;
}

#content .tizers_block img {
  min-height: auto;
}

/* #content .item_slider .slides .offers_img img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block img, .img_wrapper .top-small-wrapper #thumbs  img{

    max-width: 170px;
    min-height: 100%;
    object-fit: fill;
    width: 100%;

}

@media (max-width: 600px){
    #content .item_slider.flex .slides > li > a img {
        max-height: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
    } 
} */

.form .form_result.success .form_result__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 12px;
}

.form .form_result {
  padding: 22px 35px 0;
}

.form .form_result.success .form_result__phone {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding-left: 10px;
}

.form .form_result.success .form_result__phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #525252;
}

.form .form_result.success .form_result__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.form .form_result__massage {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.form .form_result__connection {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form .form_result__phone {
  display: flex;
  flex-direction: column;
}

.form .form_result__connection svg {
  margin-right: 9px;
}

.form .form_result__connection svg path {
  fill: #00225d;
}

@media screen and (max-width: 600px) {
  .form .form_result {
    padding: 22px 22px 0;
  }
}
.ya-share2__container {
  display: block !important;
}
.line_block .share_wrapp .shares {
  opacity: 1 !important;
  visibility: visible;
  display: block !important;
}
.line_block .share_wrapp {
  background: #f2f2f2;
  padding-top: 6px;
  padding-bottom: 1px;
}
.line_block .share_wrapp:before {
  background: #fff;
}
.line_block .share_wrapp {
  padding-right: 54px !important;
  padding-left: 10px;
}
.line_block .share_wrapp .text {
  display: none;
}

.middle img {
  max-width: 100%;
}
.form textarea {
  min-height: 90px;
  height: 90px;
}
form[name='RESUME'] .form-control {
  margin-bottom: 7px;
}

.right_block .payment__img img {
  width: 200px;
  margin-right: 10px;
}

.right_block .payment__img img:nth-child(1) {
  width: 210px;
  height: 60px;
  object-fit: scale-down;
  margin-left: 20px;
}

.right_block .payment__img img:nth-child(2) {
  width: 210px;
  height: 60px;
  object-fit: scale-down;
}

.right_block .payment__img img:nth-child(3) {
  width: 184px;
  height: 120px;
  object-fit: scale-down;
}

.right_block .payment__img img:nth-child(4) {
  width: 102px;
  height: 90px;
  object-fit: scale-down;
}

.right_block .payment__img {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .right_block .payment__img img:nth-child(1) {
    margin-left: 0;
  }

  .right_block .payment__img img:nth-child(1) {
    width: 25%;
    flex: 0 0 25%;
  }

  .right_block .payment__img img:nth-child(2) {
    width: 25%;
    flex: 0 0 25%;
  }

  .right_block .payment__img img:nth-child(3) {
    width: 25%;
    flex: 0 0 25%;
  }

  .right_block .payment__img img:nth-child(4) {
    width: 25%;
    flex: 0 0 25%;
    max-width: 100px;
  }

  .right_block p.payment__text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .right_block .payment__img img:nth-child(4) {
    max-width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 400px) {
  .right_block .payment__img img:nth-child(4) {
    max-width: 40px;
    height: 40px;
  }
}

.right_block .benefits__block .benefits__title {
  color: #24315d;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.right_block .benefits__block {
  text-align: center;
  text-align: center;
  margin: auto;
}

.right_block .benefits__block .benefits__text {
  color: #5b5b5be3;
  font-size: 18px;
  font-weight: 500;
}

.right_block .benefits__items .benefits__item .title {
  color: #23315d;
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0;
  font-weight: 700;
  min-height: 66px;
}

.right_block .benefits__items .benefits__item .text {
  color: #626262;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.right_block .benefits__items {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
}

.right_block .benefits__items .benefits__item {
  flex: 0 0 20%;
  width: 20%;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .right_block .benefits__items .benefits__item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 30px;
  }

  .right_block .benefits__items .benefits__item br {
    display: none;
  }

  .right_block .benefits__items .benefits__item .title {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .right_block .benefits__block .benefits__text {
    font-size: 16px;
  }

  .right_block .benefits__block .benefits__title {
    font-size: 28px;
  }
}

.popular__block .title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  text-decoration-line: underline;
  margin-top: 10px;
}

.popular__block .popular__item__thumb {
  border-radius: 18px;
}

@media (max-width: 767px) {
  .popular__block .popular__item__thumb {
    border-radius: 0;
  }
}

@media (max-width: 500px) {
  .popular__block .title {
    font-size: 16px;
  }
}

.title-search-result--overlay {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.title-search-result .show-hints__content {
  padding-bottom: 30px;
}

div.title-search-result {
  margin-left: 0px;
}

.goods-block.catalog .flex-direction-nav {
  top: -26px !important;
}

#headerfixed .v1 .menu-block .navs ul li a {
  padding: 5px 29px 5px 19px !important;
}

#headerfixed .menu-block.rows .navs ul li a i {
  top: 10px;
}
.sku_props ul li.missing,
.ik_select_dropdown ul li.missing {
  opacity: 1 !important;
}

@media screen and (max-width: 991px) {
  .catalog .catalog_block .catalog_item .card__stars {
    display: none;
  }

  .catalog .catalog_block .catalog_item .like_icons .compare_item_button {
    display: none;
  }

  .catalog_block .catalog_item .stickers {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .catalog_block .catalog_item .item-title {
    height: auto;
  }
}

@media all and (max-width: 550px) {
  body .tabs_slider.NEW_slides.wr .catalog_block.block_list .item_block {
    width: 100% !important;
  }
  body
    .tabs_slider.NEW_slides.wr
    .catalog_block.block_list.catalog_block--new
    .item_block {
    width: 50% !important;
    flex: 0 0 50%;
  }
  body
    .tabs_slider.NEW_slides.wr
    .catalog_block.block_list
    .item_block
    .btn__mob--detail {
    display: none;
  }

  body
    .tabs_slider.NEW_slides.wr
    .catalog_block.block_list
    .item_block
    .js_price_wrapper.price {
    display: flex;
  }

  body
    .tabs_slider.NEW_slides.wr
    .catalog_block.block_list
    .item_block
    .item_info--top {
    height: 60px;
  }
}

.title-search-result.title-search-input_fixedtf .show-hints {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding-bottom: 10px;
}
.form_result success_ok {
}

.news__block .col-item .item {
  box-shadow: 0px 0px 0px 1px #f2f2f2;
}

.news__block .col-item .item .title {
  padding: 20px;
}

.news__block .col-item .item .title span {
  font-weight: 500;
  color: #222;
  transition: color ease-out 0.07s;
  min-height: 65px;
  display: block;
}

@media (max-width: 767px) {
  .news__block .col-item .item .title span {
    min-height: unset;
  }
}

.news__block .col-item .item .info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}

.news__block .col-item .item .info .date {
  display: flex;
  align-items: center;
  margin-right: 47px;
}

.news__block .col-item .item .info .date svg {
  margin-right: 6px;
}

@media (max-width: 1199px) {
  .news__block .col-item {
    margin-bottom: 30px;
  }
}

.news__block .col-item .view {
  padding-left: 24px;
}

.news__block .col-item .image img {
  width: 100%;
  height: 179px;
  object-fit: cover;
}

.news__block .col-item .item:hover .title span {
  color: #00225d;
}

.news__block .col-item .item.shadow:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.news__block .news__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  margin: 38px 0 26px;
}

.back-url.url-block.new {
  margin-bottom: 0;
}

.news__block .col-item .view::before {
  content: '';
  position: absolute;
  width: 21px;
  left: 0;
  height: 21px;
  background: url(../images/eye.svg) no-repeat;
  top: 0px;
}

.news__block .col-item .date::before {
  content: '';
  position: absolute;
  width: 27px;
  left: 0;
  height: 22px;
  background: url(../images/calendar.svg) no-repeat;
  top: -2px;
}

.news__block .col-item .date {
  position: relative;
  padding-left: 30px;
}

.news__block .col-item .view {
  position: relative;
  padding-left: 26px;
}

.news__block .image.shine {
  max-height: 179px;
}

@media (max-width: 1199px) {
  .news__block .image.shine {
    max-height: 300px;
  }
  .news__block .col-item .image img {
    height: 300px;
  }
}

@media (max-width: 568px) {
  .news__block .image.shine {
    max-height: 200px;
  }
  .news__block .col-item .image img {
    height: 200px;
  }
}
.quantity_block_wrapper {
  display: none;
}
.wraps.stores_wrapper {
  display: none;
}

@media (max-height: 778px) {
  .jqmWindow {
    top: 30px !important;
  }
  .popup .form .form_head {
    padding: 14px 75px 15px 35px;
  }

  .popup .form .form_body {
    padding: 10px 35px 6px;
  }

  .popup .form .form_footer {
    padding: 0 36px 0;
  }
}

@media (max-height: 675px) {
  .jqmWindow {
    top: 15px !important;
  }
}
.sku_props ul li.missing,
.ik_select_dropdown ul li.missing {
  /*display:block!important;*/
}

table td {
  padding: 6px 8px;
}

.tizers_block {
  margin-top: 0;
}

.tizers_block .row {
  margin: 0;
}

.tizers_block .item {
  padding: 0;
}

.tizers_block .col-md-3 {
  width: 50%;
  padding-left: 0;
}

/* Стили для поиска в админке */

#title-search_fixed .bx-input-group {
  margin: 0;
  padding: 10px 0;
  background: #fff;
}

#title-search_fixed.bx-searchtitle form {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}

#title-search_fixed .bx-input-group input {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 14px;
  padding: 8px 13px 7px;
  width: 100%;
  padding-left: 34px;
  border-radius: 5px;
  box-sizing: border-box;
}

#title-search_fixed .bx-input-group {
  position: relative;
}

#title-search_fixed .bx-input-group::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

#title-search_fixed .bx-input-group-btn button {
  min-width: 116px;
  background: none;
  background-color: #00225d;
  color: #fff;
  padding: 5px 38px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
}

#title-search_fixed .bx-input-group-btn button::after {
  content: 'Поиск';
}

.title-search-result .bx_smart_searche {
  background: #fff;
}

.title-search-result .bx_smart_searche .bx_item_block_item_image {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 30px;
}

.title-search-result .bx_item_block_item_info {
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 30px;
}

.title-search-result .bx_item_block_item_info_wrap {
  box-sizing: border-box;
  width: calc(100% - 130px);
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.title-search-result .bx_item_block_item_name {
  order: -1;
}

.title-search-result .bx_item_block_item_text {
  display: none;
}

.title-search-result .bx_item_block_item_price {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0;
}

.title-search-result .bx_item_block_item_price .bx_price_new {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
}

.title-search-result .bx_item_block_href {
  border-top: 1px solid #f6f6f6;
}

.bx_smart_searche .bx_item_element_all_result {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 30px;
  text-align: left;
}

.bx_item_element_all_result .all_result_button {
  color: #003d71 !important;
  border: 1px solid #003d71 !important;
  background: #ffffff !important;
  font-size: 14px !important;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  border-radius: 2px;
  padding: 7px 18px 9px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  font-weight: 400 !important;
  text-transform: none !important;
}

.bx_item_element_all_result .all_result_button:hover {
  color: #fff !important;
  border-color: #003d71 !important;
  background: #003d71 !important;
}

.bx_item_block_item_info_wrap {
  padding-left: 0 !important;
}

.bx_item_block_item_image img {
  min-width: 70%;
  height: auto;
}

.bx_smart_searche.theme-blue .bx_item_block_item_name b,
.bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
  color: #000;
}

/* NEWS */
.r-news {
  margin-bottom: 60px;
}
.r-news__header {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.r-news__left {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.r-news__title {
  margin: 0;
  margin-right: 38px;
  font-size: 2.133em;
}
.r-news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
.r-news__img {
  margin-bottom: 13px;
  position: relative;
  width: 100%;
  padding-bottom: 70%;
}

.r-news__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.r-news__date {
  margin-bottom: 4px;
  color: #1d2029;
  font-size: 14px;
}
.r-news__name {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  color: #1d2029;
}
.r-news__link {
  font-size: 14px;
  color: #1d2029;
}
.r-news__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.r-news__link-icon img {
  width: 16px;
  height: 12px;
  margin-right: 12px;
}
.r-news__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .r-news {
    margin-bottom: 40px;
  }
  .r-news__list {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .r-news__right {
    margin-left: 0;
  }
  .r-news__img {
    padding-bottom: 50%;
  }
  .r-news__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  .r-news__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .r-news {
    margin-bottom: 30px;
  }
  .r-news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.search-page-wrap {
  margin-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .search-page-wrap {
    margin-bottom: 0;
  }
}

.tag__list .tag__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.tag__list .tag__items .tag__item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.tag__list .tag__items .tag__item a {
  height: 32px;
  background: #f6f6f7;
  color: #666;
  padding: 0 12px;
  border-radius: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all ease 0.5s;
}

.tag__list .tag__items .tag__item a:hover {
  background: #e2e2e2;
  color: #383838;
}

.tag__list .tag__title {
  color: #383838;
  font-size: 1.6em;
  line-height: 24px;
  margin: 40px 0 26px;
}

@media screen and (max-width: 600px) {
  .tag__list .tag__title {
    text-align: center;
  }
}

.catalog-list .wrap {
  column-count: 2;
}

footer .ext_view .bottom-menu .items > .item-link {
  margin-bottom: 0;
}

.social-block {
  margin-bottom: 4px;
}

footer .info {
  display: flex;
  flex-direction: column;
}

footer .info .blocks {
  padding: 0px 0px 0px 22px;
  margin-bottom: 8px;
}

footer .info .phone {
  margin-bottom: 2px;
}

.footer_inner .callback-wrap {
  margin-top: 7px;
}

footer .white_middle_text {
  margin-bottom: 6px;
}

.contacts_block_footer .sitewmap {
  margin-bottom: 2px;
}

footer .ext_view.footer_inner .social-icons .small_title {
  margin-bottom: 0;
}

footer .bottom-under .inner-wrapper .copy-block > div {
  padding: 0;
}

.bottom-middle .col-md-9 .row {
  margin: 0px -35px 0px -35px;
}

.bottom-middle .col-md-9 .row .col-md-6,
.bottom-middle .col-md-9 .row .col-md-3 {
  padding-left: 35px;
  padding-right: 35px;
}

.bottom-under__list {
  display: flex;
  gap: 20px;
}

.bottom-under__item {
  color: #d2d2d2 !important;
  text-decoration-line: underline;
}

.bottom-under__item:last-child {
  max-width: 180px;
}

.delivery-text__top {
  margin-bottom: 45px;
}

.delivery-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-top: -35px;
  margin-bottom: 30px;
}

.delivery-wrapper__item {
  border: 1px solid #f2f2f2;
  background: #fbfbfb;
  width: calc(100% / 2 - 40px);
  margin-left: 40px;
  margin-top: 35px;
  padding: 16px 18px;
}

.delivery-wrapper__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 8px 20px;
}

.delivery-wrapper__title {
  color: #383838;
  font-size: 24px;
  white-space: nowrap;
}

.delivery-wrapper__img {
  max-height: 40px;
}

.delivery-wrapper__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.delivery-wrapper__list {
  color: #383838;
}

.delivery-text__pay {
  margin-bottom: 20px;
}

.delivery-text__info {
  font-size: 16px;
}

.delivery-text__info a {
  font-weight: 700;
  text-decoration-line: underline;
}

.payment-text__top {
  margin-bottom: 30px;
}

.payment-wrapper__title {
  color: #383838;
  font-size: 28px;
  margin-bottom: 24px;
}

.payment-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-top: -12px;
  margin-bottom: 30px;
}

.payment-wrapper__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #f2f2f2;
  background: #fbfbfb;
  width: calc(100% / 3 - 12px);
  margin-left: 12px;
  margin-top: 12px;
  padding: 16px 18px;
}

.payment-wrapper__name {
  color: #383838;
  font-size: 22px;
  margin-bottom: 10px;
}

.payment-wrapper__text {
  color: #383838;
  font-size: 16px;
}

.payment-wrapper__img {
  flex: 0 0 auto;
}

.payment-wrapper__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.payment-wrapper__cards img {
  height: 20px;
}

.payment-wrapper__cards img:nth-child(3),
.payment-wrapper__cards img:nth-child(4) {
  height: 30px;
}

.payment-text__info {
  font-size: 16px;
}

.payment-text__info a {
  font-weight: 700;
  text-decoration-line: underline;
}

@media screen and (max-width: 1300px) {
  .pay_system_icons {
    flex-wrap: wrap;
    max-width: 200px;
  }
}

@media screen and (max-width: 1100px) {
  .web-rel {
    max-width: 150px;
  }

  .bottom-middle .col-md-9 .row {
    margin: 0px -15px 0px -15px;
  }

  .bottom-middle .col-md-9 .row .col-md-6,
  .bottom-middle .col-md-9 .row .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  footer .ext_view .bottom-under .inner-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .pay_system_icons {
    justify-content: center;
  }

  .bottom-under__list {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .bottom-under__item:last-child {
    max-width: none;
  }

  .web-rel {
    text-align: center;
  }

  .delivery-wrapper {
    margin-top: -20px;
  }

  .delivery-wrapper__item {
    width: calc(100% - 40px);
    margin-top: 20px;
  }

  .payment-wrapper__item {
    width: calc(100% / 2 - 12px);
  }
}

@media screen and (max-width: 768px) {
  .catalog-list .wrap {
    column-count: 1;
  }

  .bottom-under__list {
    display: flex !important;
  }

  .payment-wrapper__item {
    width: calc(100% - 12px);
  }

  footer .info {
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .delivery-wrapper__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

#wrap_ajax_auth #avtorization-form {
  padding: 35px;
}

@media screen and (max-width: 767px) {
  #wrap_ajax_auth #avtorization-form {
    padding: 20px;
  }

  #wrap_ajax_auth #avtorization-form .prompt.remember {
    padding-left: 0;
  }
}

.refund__block .notification {
  border: 1px solid #f2f2f2;
  background: #fbfbfb;
  padding: 10px;
}

.refund__block .notification .notification__content {
  display: flex;
  align-items: center;
}

.refund__block .notification .notification__content .notification__img {
  flex: 0 0 35px;
  width: 35px;
}

.refund__block .notification .notification__content .notification__text {
  padding-left: 15px;
}

.refund__block .condition .condition__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.refund__block .condition .condition__item {
  padding: 0 15px;
  flex: 0 0 33.33%;
  width: 33.33%;
  text-align: center;
  margin-bottom: 36px;
}

.refund__block .condition .condition__item .condition__img {
  margin-bottom: 17px;
}

.refund__block .condition .condition__item .condition__text {
  font-size: 16px;
  line-height: 19px;
  max-width: 255px;
  margin: auto;
}

.sequence .sequence__items {
  display: flex;
  margin: 0 -15;
  flex-wrap: wrap;
}

.sequence .sequence__items .sequence__item {
  padding: 0 15px;
  flex: 0 0 25%;
  width: 25%;
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}

.sequence .sequence__items .sequence__item .sequence__text {
  font-size: 16px;
  line-height: 19px;
}

.sequence .sequence__items .sequence__item .sequence__img {
  border: 1px solid #f2f2f2;
  background: #fbfbfb;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sequence .sequence__items .sequence__item:before {
  content: '';
  display: block;
  background: url(/bitrix/templates/aspro_next/images/arrow_right.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: -14px;
}

.sequence .sequence__items .sequence__item:last-child:before {
  display: none;
}

.refund__block .text__info {
  font-size: 16px;
  line-height: 19px;
}

.refund__block .text__info .tel__link {
  font-weight: 700;
  line-height: 19px;
  text-decoration-line: underline;
  color: #00225d;
}

.refund__block .text__info .mail__link {
  font-weight: 700;
  line-height: 19px;
  text-decoration-line: underline;
}

@media screen and (max-width: 1199px) {
  .refund__block .condition .condition__item {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 30px;
  }

  .sequence .sequence__items .sequence__item {
    flex: 0 0 50%;
    width: 50%;
  }

  .sequence .sequence__items .sequence__item:before {
    display: none;
  }

  .refund__block .text__info br {
    display: none;
  }

  .refund__block .notification .notification__content .notification__text br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .refund__block .condition .condition__item {
    flex: 0 0 100%;
    width: 100%;
  }

  .refund__block .condition .condition__item .condition__text {
    font-size: 14px;
    line-height: 22px;
  }

  .sequence .sequence__items .sequence__item {
    flex: 0 0 100%;
    width: 100%;
  }

  .sequence .sequence__items .sequence__item .sequence__text {
    font-size: 14px;
    line-height: 22px;
  }

  .refund__block .text__info {
    font-size: 14px;
    line-height: 22px;
  }
}
p > a {
  text-decoration: underline;
}


/* DEV SWIPE:  */
.search-page-wrap .module-pagination {
  margin-top: 30px;
}

.search-page-wrap .ajax_load_btn {
  display: none;
}

.p-custom {
  padding-bottom: 6px;
  margin:0;
}

.info-block__custom {
  margin: 16px 0;
}

.phone {
  font-size: 20px;
}

.footer-policies .bottom-under__item {
  max-width: 200px;
}

.form .licence_block .license {
  color: #888 !important;
}

.form .licence_block .hidden {
  position: relative;
  display: block !important;
  visibility: visible !important;
  padding: 5px;
  background: #ffeeee;
}

.form .licence_block a:hover {
  text-decoration: underline !important;
}

.corporate-cooperation .item:last-of-type * {
  font-size: 25px;
}

.corporate-cooperation .item {
  overflow: hidden;
}

.corporate-cooperation .w-picture img {
  object-fit: cover !important;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
  margin: 20px !important;
}