@font-face {
    font-family: "Myriad Pro";
    font-display: swap;
    src: url("/static/fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("/static/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("/static/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProBold";
    font-display: swap;
    src: url("/static/fonts/MyriadProBold/MyriadProBold.eot");
    src: url("/static/fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("/static/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProItalic";
    font-display: swap;
    src: url("/static/fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("/static/fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("/static/fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProSemiBold";
    font-display: swap;
    src: url("/static/fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("/static/fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("/static/fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProBoldItalic";
    font-display: swap;
    src: url("/static/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("/static/fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("/static/fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadProSemiBoldItalic";
    font-display: swap;
    src: url("/static/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("/static/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("/static/fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "AdelleCyrillicBold";
    font-display: swap;
    src: url("/static/fonts/AdelleCyrillicBold/AdelleCyrillicBold.eot");
    src: url("/static/fonts/AdelleCyrillicBold/AdelleCyrillicBold.eot?#iefix")format("embedded-opentype"),
    url("/static/fonts/AdelleCyrillicBold/AdelleCyrillicBold.woff") format("woff"),
    url("/static/fonts/AdelleCyrillicBold/AdelleCyrillicBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
    font-family: Myriad Pro, Arial, "Times New Roman";
}
a {
    color: #045adb;
}
a:hover, a:focus, a:visited {
    text-decoration: none !important;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
}
.mobile{
    display:none;
}
.desktop{
    display: block;}
.suggestions-suggestions a[target='_blank']{
display:none !important;
}
.SmeX-text {
    text-align: justify !important;
    background-color: white;
 /*   font-family: Arial !important;*/
    font-size: 12pt;
    padding: 10px;
}
@media (max-width: 768px) {
  .SmeX-text h1 {
    font-size: 24px;
  }
  
  .SmeX-text h3 {
    font-size: 18px;
  }
  
  .SmeX-text {
    font-size: 14px;
  }
}

.sf-catalog__title {
  font-size: 24px;
}

.sf-catalog__group {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.sf-catalog__applicability {
  width: 100%;
}

.sf-catalog__item {
  width: 260px;
  margin-right: 42px;
  margin-bottom: 30px;
}

.sf-catalog__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .sf-catalog__item,
  .sf-catalog__item:nth-child(4n) {
    margin-right: 70px;
  }
  
  .sf-catalog__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .sf-catalog__item {
    width: calc(50% - 20px);
  }
  
  .sf-catalog__item .bx_catalog_tile_img {
    width: 100%;
  }
  
  .sf-catalog__item,
  .sf-catalog__item:nth-child(3n),
  .sf-catalog__item:nth-child(4n) {
    margin-right: 40px;
  }
  
  .sf-catalog__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .sf-catalog__item {
    width: 100%
  }
  
  .sf-catalog__item .bx_catalog_tile_img {
    height: 120px !important;
  }
  
  .sf-catalog__item,
  .sf-catalog__item:nth-child(3n),
  .sf-catalog__item:nth-child(4n),
  .sf-catalog__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .sf-catalog__title {
    font-size: 18px;
  }

  .catalog-left > li.desktop {
    display: none;
  }
}

.SX-text {
    text-align: justify !important;
    background-color: white;
 /*   font-family: Arial !important;*/
    font-size: 12pt;
    padding: 10px;
}

.SX-table {
    border-collapse: collapse;
    text-align: center;
    padding: 5px;
    padding-right: 10px;
    border: 1px solid #336699;
}
.SX-table:first-child {
    text-align: right;
}

caption.SX-table {
    caption-side: bottom;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: right;
}

.show-title {
    display: block;
    background-color: white;
    margin: 0 0 0 0 !important;
    padding: 10px!important;
    font-size: 24px !important;
    color:#000 !important;
}
.modal-body {
    padding: 35px !important;
}
.modal-backdrop.in {
    z-index: 100;
}
.modal-content {
    border-radius: 0 !important;
}
.close {
    font-size: 34px !important;
    line-height: 0 !important;
}
.form-control {
    color: #000;
    border-radius: 0 !important;
    padding: 20px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-control {
        height: auto !important;
        padding: 11px !important;
    }
}

@-moz-document url-prefix() {

    .form-control {
        height: auto !important;
        padding: 11px !important;
    }
}

.form-control::placeholder {
    color:#000;
}

.fill {
    min-height: 100%;
    height: 100%;
}
input[type="checkbox"]+span,input[type="radio"]+span{
    -webkit-appearance:none;
    width:24px;
    height:24px;
    border:1px solid rgba(0,0,0,.3);
    outline:none;
    box-sizing:border-box;
    display:inline-block;
    background: #fff;
}
input[type="checkbox"]:checked+span:before{
    content:"";
    display:block;
    width:6px;
    height:15px;
    border:0 solid #0099b0;
    border-width:0 2px 2px 0;
    -webkit-transform:rotateZ(40deg);
    margin:0px 8px;pointer-events:none;
}

input[type="radio"]+span{
    border-radius:100%;
}
input[type="radio"]:checked+span:before{
    content:"";
    display:block;
    background:rgb(58, 153, 45);
    border-radius:100%;
    width:8px;
    height:8px;
    margin:2px;
    pointer-events:none;
}
body {
    color:#000;
    overflow-x: hidden;
}
@media (min-width: 1200px) {
  body > .container {
    width: 1200px !important;
  }
}
.container.main {
    position: relative;
}
.header {
    height: 60px;
    /*background: #ededed;*/
}
.header a {
    color: #045adb !important;
}
.header-logo {
    display: block;
    width: 210px;
    height:100%;
    min-height: 43px;
    background: url('/images/header-logo.png') center center no-repeat;
    margin-top: 9px;
}
.header-mail {
    display: block;
    font-size: 17px;
    position: absolute;
    margin:-10px 0 0 55px;
    color: #045adb !important;
    font-family: Myriad Pro;
}
.header-phone {
    color:#045adb;
    font-size: 25px;
    font-family: Myriad Pro;
    font-weight: bold;
    line-height: 65px;
    height: 100%;
    padding: 0;
}
.header-phone > a{
    position: relative;
}
.header-phone-sup {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: normal;
    right: 0;
    top:-15px;
}
.soc-block {
    float: right;
    position: absolute;
    top:0;
    right: -20px;
}
.soc-block > a {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.whatsapp {
    background: url('/images/sprite.png') 0 0;
}
.viber {
    background: url('/images/sprite.png') -20px 0;
}
.telegram {
    background: url('/images/sprite.png') -39px 0;
}
.facebook {
    background: url('/images/sprite.png') -59px 0;
}
.col-sm-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.main-menu {
}
.submenu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 219px;
}
.submenu:before {
    content: '';
    display:inline-block;
    border:10px solid transparent;
    border-top: 10px solid #004a78;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 70px;
    top:-1px;
}
.submenu a {
    display: block;
    font-family: Myriad Pro;
    width: 100%;
    text-transform: none;
    font-size: 16px;
    color:#302a29 !important;
    padding: 8px 10px;
    border-bottom: 1px solid #d4d4d4;
}
.submenu a:hover {
    background: #f6f6f6;
}
.submenu li:last-child a {
    border-bottom: 0;
}
.submenu-flag {
    position: relative;
}
.submenu-flag:after {
    content: '';
    display:inline-block;
    border:5px solid transparent;
    border-top: 5px solid #004a78;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 3px;
    top:12px;
    z-index: 5;
}
.submenu-flag.active:after {
    border-top: 5px solid #fff;
}
.main-menu > ul {
    margin: 0;
    padding: 5px 0 0 0;
}
.main-menu > ul > li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;

}
.main-menu > ul > li > a {
    color:#004A78 !important;
    padding: 12px 21px;
    font-size: 16px;
    font-weight: bold;
}
.main-menu > ul > li.hover > a {

}
.main-menu > ul > li.active > a {
    color:#fff !important;
    background: #004a78;
}
.main-menu > ul > li.active ul.submenu {
    display: block;
    background: #ededed;
}

.search {
    background: #004a78;
    height: 60px;
    position: relative;
    font-weight: bold;
}

.catalog-name-header, .catalog-name-header:hover, .catalog-name-header:focus {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 0 0 20px;
}
.catalog-name-header > i {
    margin: 0 10px 0 0;
}
.main-search {
    margin: 10px 0 0 0;
}
.main-search > .form-control {
    border: 0 !important;
    border-radius: 0 !important;

}
.main-search-button, .main-search-button:hover {
    color: #fff !important;
    background: #26ad39;
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 8px 15px !important;
}
.nav-icon-block {
    display: inline-block;
    margin:10px;
}
.nav-icon-block > span > a, .nav-icon-block > span > a:hover {
    display: inline-block;
    width: 60px;
    height: 40px;
    color:#fff;
    font-size: 18px;
    font-family: Tahoma;
    text-align: right;
    padding:0 5px 0 0;
    line-height: 35px;
}
.nav-icon-block > span > a.compare:before {
    content: '';
    display: block;
    width: 25px;
    height: 30px;
    position: absolute;
    background: url('/images/sprite.png?1') 0 -20px;
}
.nav-icon-block > span > a.compare.active:before {
    background: url('/images/sprite.png?12233') -205px -20px;
}
.nav-icon-block > span > a.compare.active > span {
    color:#f9cc47;
}
.nav-icon-block > span > a.favorites:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/images/sprite.png?1') -25px -20px;
}
.nav-icon-block > span > a.favorites.active:before {
    background: url('/images/sprite.png?12233') -257px -20px;
}
.nav-icon-block > span > a.favorites.active > span {
    color:#f9cc47;
}
.nav-icon-block > span > a.basket:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url('/images/sprite.png?1') -53px -20px;
}
.nav-icon-block > span > a.basket.active:before {
    background: url('/images/sprite.png?12233') -227px -20px;
}
.nav-icon-block > span > a.basket.active > span {
    color:#f9cc47;
}
.main-slider {
    height: 353px;
    background: #017b8e;
}
.main-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.brands-list {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #e3e1e1;
}
.brands-list-carousel a {
    display: block;
    width: 150px;
    height: 60px;

    /*border: 1px solid red;*/
}
.brands-list-carousel a:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;

    background: url('/images/banner-list-line.png')  center center no-repeat;
}
.brands-list-halfsize {
    position: relative;
    height: 60px;
    background: #fff;
    margin-right: -15px;
}
.brands-list-halfsize::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  height: -webkit-calc(100% - 1px);
  height: -moz-calc(100% - 1px);
  height: calc(100% - 1px);
  width: 2px;
  background-color: #fff;
  z-index: 2;
}
.brands-list-carousel-halfsize {
  max-width: 586px;
  width: 100%;
  border: 1px solid #e3e1e1;
  border-bottom: 0;
  min-width: 586px;
}
.brands-list-carousel-halfsize a {
    display: block;
    width: 150px;
    height: 60px;
}
.brands-list-carousel-halfsize a:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: url('/images/banner-list-line.png')  center center no-repeat;
}
.goods-image-slider {
    padding-bottom: 15px;
}
.goods-image-slider .owl-stage {
    width: 100% !important;
}
.goods-image-slider .owl-item {
    width: auto !important;
}
.goods-image-slider a {
    display: block;
    width: auto;
    height: auto;
    background-size: contain !important;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.goods-image-slider a > img {
    width: 90px !important;
    max-width: 90px; 
    height: 70px;
    object-position: center;
    object-fit: cover;
}
.goods-image-slider a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;

    background: url('/images/banner-list-line.png')  center center no-repeat;
}
.section-main-page > div {

}
.productDetail.wrapper-wides {
    margin-top: 20px;
}
.productDetail .container.product-detail {
    width: 100% !important;
}
.section-main-page-header {
    margin: 20px 0 0;
}
.sg-mb--15 {
    margin-left: -15px;
}
.section-main-page-header .show-all {
    color:#004A78;
    font-size: 16px;
    margin: 0 20px;
}
.section-main-page-header--between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.section-main-page h1, span.h1,
.section-main-page h2, span.h2 {
    display: inline-block;
    color:#004A78 !important;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-weight: bold;
    font-size: 24px;
}

.container-fluid.grey {
    background: #fff;
}
.section-main-page-item:first-child {
    border-left:1px solid #e3e1e1;
}
.section-main-page-item {
    background: #fff;
    border-top:1px solid #e3e1e1;
    border-bottom:1px solid #e3e1e1;
    border-right:1px solid #e3e1e1;
    height: 420px;
}
.section-main-page-img {
    display: block;
    margin: 20px auto;
    width: 260px;
    height: 190px;
}
.section-main-page-name {
    padding-left: 10px;
    color: #666464;
    font-size: 16px;
    display: block;
    margin: 20px auto 0;
    width: 260px;
    height: 45px;
}
.section-main-page-rating {
    margin: 20px auto;
    padding: 0 10px;
}
.section-main-page-price {
    font-size: 26px;
    font-family: "Myriad Pro";
}
.addToCart, .addToCart:hover {
    display: inline-block;
    color:#fff;
    height: 40px;
    font-size: 20px;
    font-family: "Myriad Pro";
    background: #26ad39;
    text-align: center;
    position: relative;
    padding: 0 20px;
}
.addToCart-new, .addToCart-new:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 0;
    border-radius: 5px;
    font-family: "Open Sans", Arial, sans-sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.addToCart > span {
    display: inline-block;
}
.addToCart > span:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    background: url(/images/sprite.png?1) -53px -20px;
    top:3px;
    margin: -1px 6px;
}

.section-main-page-advantages-text {
    font-size: 16px;
    margin: 0 20px;
}
.section-main-page-advantages-read-more {
    color:#1f1e23;
    display: block;
    width: 200px;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #014a78;
    padding:10px 30px;
    margin: 50px 20px 40px 20px;
    text-align: center;
    position: absolute;
    bottom: -5px;
}

.section-main-page-advantages-bage > span {
    display: block;
    width: 110px;
    height: 115px;
    margin: 0 auto;
}
.section-main-page-gretting-header > h1 {
    font-size: 20px;
}
.section-main-page-gretting {
    color:#414141;
    margin: 0;
    padding: 0;
    margin: 0 0 75px 0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.padding-small {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.footer-wrapper {
    color:#fff;
    background:#6e6f6f;
}
.footer-menu {
    margin: 50px auto;
}
.footer-menu  p {
    display: block;
    margin: 10px 0;
}
.footer-menu a {
    color:#fff;
}
.footer-menu a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.footer-menu ul li {
    padding: 4px 0;
}
.footer-social-networks {
    display: block;
    margin: 20px 0;
}
.footer-social-networks > a {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.footer-payments {
    display: block;
    margin: 20px 0;
}
.footer-payments > a {
    display: inline-block;
    width: 46px;
    height: 33px;
}
.bottom-wrapper {
    color:#fff;
    background:#004a78;
    padding: 20px 0 30px 0;
}
.bottom-menu-phone {
    font-size: 24px;
    margin:10px 0;
}
.bottom-menu-phone > a {
    color: #fff;
}
.bottom-menu-address {
    font-size: 14px;
}
.bottom-menu-address > a{
    color: #fff;
}
.wrapper-catalog-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 279px;
    top:60px;
}
.wrapper-catalog-menu.active {
    display: block;
}
ul.catalog-menu > li > a{
    display: block;
    color:#fff;
    border-bottom:1px solid #128092;
    width: 100%;
    padding: 13px 20px;
    background: #4397a5;
    font-family: "Myriad Pro";
    font-size: 16px;
}
ul.catalog-menu.active {
    display: block;
}

.header-location-city {
    z-index: 100;
    position: absolute;
    left: 47px;
}
.header-location-city > .menu-profile {
    display: block;
    width:160px;
    height:30px;
    position: relative;
    line-height: 20px;
    padding: 0 0 0 0px;
    text-align: right;
    padding-right: 30px;
}
.header-location-city > .menu-profile > span {
    color:#004a78;
    position:relative;
    font-size: 16px;
}
.header-location-city > .menu-profile > span:before {
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    position: absolute;
    margin-left: -35px;
    margin-top: 8px;
}
.header-location-city > .menu-profile > span:after {
    content: '';
    display:inline-block;
    border:7px solid transparent;
    border-top: 7px solid #004a78;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 8px 0 0 10px;
}
.header-location-city > .menu-profile.auth > span:after {
    border: none;
}

.header-location-city.active > .menu-profile {
    background: #004a78;

}
.header-location-city.active > .menu-profile > span {
    color:#fff;
    line-height: 30px;
}
.header-location-city.active .menu-profile > span:before {
}
.header-location-city.active > .menu-profile > span:after {
    border-top: none;
    border-bottom: 7px solid #fff;
    margin: 8px 0 0 10px;
}
.header-location-city > .menu-profile-list {
    display: none;
    width:160px;
    background: #ededed;
    border: 1px solid #d4d4d4;
    position: absolute;
    z-index:2;
}
.header-location-city > .menu-profile-list:before {
}
.header-location-city > .menu-profile-list > li {
    display: block;
    border-bottom: 1px solid #d4d4d4;
}
.header-location-city > .menu-profile-list > li:last-child {
    border-bottom: none;
}
.header-location-city > .menu-profile-list > li > a {
    display: block;
    color:#302a29 !important;
    padding:0 10px;
    font-size: 16px;
    line-height: 40px !important;
}
.header-location-city.active > .menu-profile-list {
    display: block;
    z-index: 10;
}


.wrapper-menu-profile > .menu-profile {
    display: block;
    width:160px;
    height:40px;
    position: relative;
    line-height: 40px;
    padding: 0 0 0 55px;
}
.wrapper-menu-profile > .menu-profile > span {
    color:#004a78;
    position:relative;
}
.wrapper-menu-profile > .menu-profile > span:before {
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    background: url('/images/sprite.png?1') 0 -203px no-repeat;
    position: absolute;
    margin-left: -35px;
    margin-top: 8px;
}
.wrapper-menu-profile > .menu-profile > span:after {
    content: '';
    display:inline-block;
    border:7px solid transparent;
    border-top: 7px solid #004a78;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 17px 0 0 10px;
}
.wrapper-menu-profile > .menu-profile.auth > span:after {
    border: none;
}

.wrapper-menu-profile.active > .menu-profile {
    background: #004a78;

}
.wrapper-menu-profile.active > .menu-profile > span {
    color:#fff;
}
.wrapper-menu-profile.active .menu-profile > span:before {
    background: url('/images/sprite.png?1') -28px -203px no-repeat;
}
.wrapper-menu-profile.active > .menu-profile > span:after {
    border-top: none;
    border-bottom: 7px solid #fff;
    margin: 15px 0 0 10px;
}
.wrapper-menu-profile > .menu-profile-list {
    display: none;
    width:160px;
    background: #ededed;
    border: 1px solid #d4d4d4;
    position: absolute;
    z-index:2;
}
.wrapper-menu-profile > .menu-profile-list:before {
    content: '';
    display:inline-block;
    border:10px solid transparent;
    border-top: 10px solid #004a78;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 70px;
    top:-1px;

}
.wrapper-menu-profile > .menu-profile-list > li {
    display: block;
    border-bottom: 1px solid #d4d4d4;
}
.wrapper-menu-profile > .menu-profile-list > li:last-child {
    border-bottom: none;
}
.wrapper-menu-profile > .menu-profile-list > li > a {
    display: block;
    color:#302a29 !important;
    padding:10px;
}
.wrapper-menu-profile.active > .menu-profile-list {
    display: block;
}
.wrapper-menu-profile-m {
    display: none;
}
.menu-profile-m {
    display: block;
    height:40px;
    position: relative;
    line-height: 40px;
    padding: 7px 0 0 41px;
}
.menu-profile-m > a {
    color: #1A4A74 !important;
    font-size: 11px;
}
.menu-profile-m > span {
    color:#1A4A74;
    position:relative;
}
.menu-profile-m:before {
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    background: url('/images/sprite.png?1') 0 -203px no-repeat;
    position: absolute;
    margin-left: -35px;
    margin-top: 8px;
}


/* Форма авторизации на сайте */
.modalHead {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 30px 0;
}
.formEnter .wrapper {
    padding: 20px;
}

.button-enter, .button-enter:hover {
    color: #fff;
    background: #23638b;
    padding: 10px 50px !important;
    border: 0;
}
.forgot-password {
    color:#23638b;
    line-height: 40px;
    text-decoration: underline;
}
.remember-me {
    color:#777777;
    font-size: 16px;
    position: relative;
}
.remember-me > span {
    position: absolute;
    margin: 0 10px;
}
.button-reg, .button-reg:hover, .button-reg:focus {
    display: inline-block;
    color: #fff !important;
    background:#35b347 !important;
    padding: 10px 20px;
    border: 0;
}
.button-green, .button-green:hover {
    display: inline-block;
    color: #fff;
    background:#35b347;
    padding: 10px 30px;
    border: none;
    margin-right: 10px;
}
.enter-soc-block {
    display: block;
    width: 100%;
    padding:10px 0;
}
.enter-soc-block > a {
    display: inline-block;
    height: 48px;
    width: 46px;
    margin: 0 10px 0 0;
}
.enter-soc-block > a.vk {
    background: url('/images/sprite.png?12') 0px -230px;
}
.enter-soc-block > a.fb {
    background: url('/images/sprite.png?12212') -47px -230px;
}
.enter-soc-block > a.ok {
    background: url('/images/sprite.png?1223') -92px -230px;
}
.enter-soc-block > a.ml {
    background: url('/images/sprite.png?1223') -138px -230px;
}
.enter-soc-block > a.gg {
    background: url('/images/sprite.png?1212') -184px -230px;
}
.enter-soc-block > a.in {
    background: url('/images/sprite.png?1223') -230px -230px;
}
.enter-soc-block > a.tw {
    background: url('/images/sprite.png?787878') -277px -230px;
}

.grey {
    color: #414141;
}

/* ХЛЕБНЫЕ КРОШКИ */
.breadcrumbs {
    margin: 17px 0 5px 0;
}
.breadcrumbs a {
    color: #1818D2;
}
.breadcrumbs ul li {
    display: inline-block;
    padding: 0;
}
.breadcrumbs ul li > i {
    padding: 0 10px;
}
.breadcrumbs ul li:after {

}
.breadcrumbs ul li:first-child {
    padding: 0 10px 0 0;
}


/* ДЕТАЛЬНАЯ КАРТОЧКА ТОВАРА */
.productDetail h1 {
    color: #000;
    font-size: 23px;
}
.product-detail-h2 {
    font-size: 23px;
    color: #777 !important;
    font-family: "Myriad Pro";
}
.productDetail-sketch {
    display: inline-block;
    width: 320px;
    height: 320px;
    margin: 0 20px 0 0;
}
.productDetail-gallery {
    display: inline-block;
    width: 482px;
    height: 320px;
    overflow: hidden;
}
.product-detail-gallery-big {
    display: block;
    width: 482px;
    height: 320px;
    background-size: 100%;
}
.productDetail .head {
    color:#000;
    display: block;
    margin: 10px 0;
    font-size: 16px;
}
.productDetail .wrapper-price {
    display: block;
    margin: 20px 0;
    height: 80px;
}

.productDetail .wrapper-price .retail-info {
    font-size: 14px;
}

.productDetail .wrapper-price .wholesale-link {
    font-size: 14px;
    display: inline-block;
    color: #045adb;
    text-decoration: underline;
}

.productDetail .wrapper-price .price {
    color:#000;
    font-size: 30px;
    font-weight: bold;
}
.productDetail .wrapper-price a {
    color: #5e5e5e;
}
.wrapper-price > div {

}
.compareLink {
    display: inline-block;
    position: relative;
    margin: 25px 0 0 0 !important;
    line-height: 27px;
}
.compareLink:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    background: url(/images/sprite.png?4) -58px -207px no-repeat;
}
.compareLink.active:before {
    background: url(/images/sprite.png?4) -82px -207px no-repeat;
}
.favoritesLink {
    display: block;
    position: relative;
    margin: 25px 0 0 0 !important;
    line-height: 27px;
}
.favoritesLink:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -32px;
    background: url(/images/sprite.png?4) -107px -203px no-repeat;
}
.favoritesLink.active:before {
    background: url(/images/sprite.png?4) -137px -203px no-repeat;
}
.productDetail-quantity {
    text-align: center;
}
.productDetail .characteristics {
    margin: 15px 0 0 0;
}
.characteristics td {
    color: #454562;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 10px 10px;
}
.characteristics td {
    color: #454562;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 10px 10px;
}
@media (max-width: 768px) {
  .compare-list td {
    font-size: 12px;
  }
}
.ch-name {
    width: 50%;
}
.ch-value {
    font-weight: bold;
}

.remains {
    margin: 30px 0 0 0;
}
.remains td {
    color: #919191;
    font-size: 12px;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 10px 10px;
}
.remains-name {
    font-size: 18px !important;
}
.ch-name {
    width: 50%;
}
.productDetail .characteristics hr {
    border-top: 1px solid #e0e0e0 !important;
}
/* ЛЕВОЕ МЕНЮ КАТАЛОГА */
.catalog-left > li > form > a{
    display: block;
    width: 100%;
    padding:10px 20px;
    text-transform: uppercase;
    background: #004a78;
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    font-weight: bold;
    font-family: Myriad Pro;
    font-size: 16px;
}

.catalog-left > li > form > a:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 17px;
    z-index: 5;
}
.catalog-left > li.active > form > a:after {
    border-top: none;
    top:13px;
    border-bottom: 5px solid #fff;
}
.catalog-left > li.active > form > a:before {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-top: 10px solid #004a78;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45%;
    bottom: -19px;
}
.catalog-left li .podmenu {
    display: none;
}
.catalog-left li.active .podmenu {
    display: block;
}
.catalog-left .podmenu-checkbox {
    display: none;
}

.catalog-left .podmenu-checkbox.active {
    display: block;
}
.catalog-left .podmenu > li > a {
    color: #fff;
    display: block;
    background: #0099b0;
    text-transform: none;
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 16px;
    font-family: Arial;
}
.catalog-left .podmenu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    border: 15px solid transparent; border-right: 15px solid #0099B0; /*#0099B0*/
    left: -30px;
    top: 0px;
}
.catalog-left .podmenu > li > form > a {
    color: #fff;
    display: block;
    background: #0099b0;
    text-transform: none;
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.catalog-left .podmenu > li > form > a:before {
    content: '';
    display: block;
    position: absolute;
    border: 15px solid transparent; border-right: 15px solid #0099B0; /*#0099B0*/
    left: -30px;
    top: 0px;
}
.catalog-left .podmenu-checkbox > li > a {
    color: #383838;
    display: block;
    background: #b9b9b9;
    padding: 10px 10px 5px 40px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.catalog-left .podmenu-checkbox > li.child > a:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 5;
}
.catalog-left .podmenu-checkbox > li.child.active > a:after {
    border-top: 0;
    top:10px;
    border-bottom: 5px solid #ffffff;
}
.catalog-left .podmenu-checkbox > li.child.active > a:before {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-top: 10px solid #b9b9b9;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45%;
    bottom: -20px;
    z-index: 1;
}
.catalog-left .podmenu-checkbox > li > a > span {
    position: absolute;
    left: 10px;
    top:7px;
}
.podmenu-checkbox li .podmenu-checkbox-level-2 {
    display: none;
    background-color: #EDEDED;
}
.podmenu-checkbox li.active .podmenu-checkbox-level-2 {
    display: block;
}
.podmenu-checkbox li .podmenu-checkbox-level-2 > li {
}
.podmenu-checkbox li .podmenu-checkbox-level-2 > li > a {
    color:#383838;
    display: block;
    background: #d7d7d7;
    padding: 10px 20px 10px 40px;
    margin: 0 0 0 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-family: Arial;
}
.podmenu-checkbox-level-2 > li > a > span {
    position: absolute;
    left: 10px;
    top:7px;
}
.catalog-left > li .wrapper-catalog-left-search {
    display: none;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 0 0 20px 0;
}
.catalog-left > li.active .wrapper-catalog-left-search {
    display: block;
}
.wrapper-catalog-left-search > hr {
    margin-bottom: 5px;
}
.catalog-left-search {
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 0 10px;
}
.catalog-left-search > .form-control {
    height: 44px;
    border: 1px solid #0099b0;
    border-radius: 0 !important;
    font-weight: bold;
}
.catalog-left-search-button, .catalog-left-search-button:hover {
    color: #fff !important;
    background: #0099b0;
    border-radius: 0 !important;
    font-size: 17px !important;
    padding: 8px 15px !important;
    right: 0px;
    height: 44px;
    position: absolute !important;
    top:0 !important;
}
.wrapper-catalog-left-search .ch-name {
    display: block;
    width: 220px;
    text-transform: none;
    margin: 0 auto;
    color: #0099b0;
    font-weight: bold;
}
.wrapper-catalog-left-search .input-group-btn{
    position: absolute;
    right: 0;
    z-index: 10;
}
.wrapper-catalog-left-search .ch-name > span {
    font-size: 30px;
    font-weight: bold;
}
.wrapper-catalog-left-search .ch-range {
    color: #0099b0;
    display: block;
    width: 220px;
    margin: 0 auto;
}
.wrapper-catalog-left-search .ch-range >input {
    padding: 5px 5px;
    margin: 0 3px 0 3px;
    width: 80px;
    border: 1px solid #0099b0;
    font-weight: bold;
}

/* СТАНДАРТНА ТЕМА OWL */
.owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
    margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
.owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-dots {
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-dots .owl-dot span{
     width:10px;
     height:10px;
     margin:5px 7px;
     background:#D6D6D6;
     display:block;
     -webkit-backface-visibility:visible;
     transition:opacity .2s ease;
     border-radius:30px
 }
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background:#869791
}
/* !СТАНДАРТНА ТЕМА OWL */
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
}
#dp_page_banner_container img {
    max-width: 100%;
}
/* КАТАЛОГ */
.section-list--fav tr th,
.section-list tr th {
    background: #e2e2e2;
    font-size: 14px;
    color:#777777;
    font-weight: normal;
    padding:    5px 5px !important;
    text-align: center;
    vertical-align: middle !important;
}
.section-list--fav tr td,
.section-list tr td {
    background: #fff;
    border-bottom: 1px solid #e3e2e2;
    position: relative;
}

.catalog-size-stars {
    display: none;
}

/* START Стили для каталога */
@media (max-width: 1270px) {
    .section-list,
    .section-list tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .section-list .catalog-sketch,
    .section-list .catalog-preview,
    .section-list .catalog-price,
    .section-list .catalog-chs,
    .section-list .catalog-compare,
    .section-list .catalog-quantity,
    .section-list .catalog-size-stars,
    .section-list .catalog-name {
        padding: 0 !important;
        border: none !important;
    }

    .section-list__item {
        margin-bottom: -1px;
        padding: 10px 0;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }

    .section-list .catalog-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -6;
        padding: 0 !important;
        width: 100px;
        height: 50px;
    }

    .section-list .catalog-preview a {
        width: 75px;
        height: 50px;
    }

    .section-list .right-line::after {
        display: none;
    }

    .section-list tr:first-child {
        display: none !important;
    }

    .section-list tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .section-list .catalog-name {
        order: -10;
        width: 100%;
        border: none;
    }

    .section-list .catalog-name .stars {
        display: none;
    }

    .section-list .catalog-name a {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 20px;
        overflow: hidden;
        color: #221F20;
    }

    .section-list .catalog-ch {
        display: none;
    }

    .section-list .catalog-sketch {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -9;
        width: 100px;
        height: 50px;
    }

    .section-list .catalog-sketch a {
        width: 50px;
        height: 50px;
    }
    
    .catalog-size-stars {
        display: flex;
        align-items: center;
        order: -8;
        width: calc(100% - 100px - 30px - 10px)
    }

    .section-list .catalog-quantity {
        order: -7;
        padding: 0;
        width: 30px;
        margin-left: 10px;
    }

    .section-list .catalog-quantity > input {
        margin: 0;
    }

    .section-list .catalog-price {
        text-align: left;
        order: -5;
        padding: 0;
        width: calc(100% - 100px - 10px - 50px - 10px - 82px);
        font-size: 20px;
    }

    .section-list .catalog-count {
        order: -4;
        width: 50px;
        margin-left: 10px;
    }

    .section-list .catalog-count > input {
        height: 40px;
    }

    .section-list .catalog-compare {
        order: -3;
        width: 62px;
        margin-left: 10px;
    }
    
    .section-list .catalog-compareLink {
        display: none;
    }

    .section-list .catalog-favoritesLink {
        display: none;
    }

    .section-list .catalog-quantity .br-widget {
        height: auto;
    }

    .catalog-size-stars__size {
        margin-right: 10px;
        font-size: 19px;
        margin-bottom: 0;
    }

    .catalog-size-stars .br-widget.br-readonly {
        margin-top: 8px;
    }
}

@media (max-width: 700px) {
    .catalog-compare .addToCart {
        margin: 0;
        width: auto;
    }
}

@media (max-width: 440px) {
    .section-list .catalog-name a {
        font-size: 16px;
        margin: 0;
    }

    .section-list .catalog-price {
        font-size: 16px;
    }

    .section-list .catalog-sketch {
        width: 50px;
    }

    .section-list .catalog-preview {
        width: 50px;
    }

    .section-list .catalog-size-stars {
        margin-left: 10px;
        width: calc(100% - 50px - 10px - 30px - 10px)
    }

    .section-list .catalog-compare {
        margin-left: 5px;
        width: 42px;
    }

    .section-list .catalog-count {
        margin-left: 5px;
    }

    .section-list .catalog-compare .addToCart {
        padding: 0;
    }

    .section-list .catalog-price {
        width: calc(100% - 50px - 10px - 5px - 50px - 5px - 42px);
        margin-left: 10px;
    }
}

@media (max-width: 370px) {
    .catalog-size-stars {
        display: block;
    }

    .catalog-size-stars .br-widget.br-readonly {
        margin-top: 0;
    }
}

/* END Стили для каталога */

@media (max-width: 760px) {
    .section-list--fav,
    .section-list--fav tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .section-list--fav .catalog-sketch,
    .section-list--fav .catalog-preview,
    .section-list--fav .catalog-price,
    .section-list--fav .catalog-chs,
    .section-list--fav .catalog-compare,
    .section-list--fav .catalog-quantity,
    .section-list--fav .catalog-size-stars,
    .section-list--fav .catalog-name {
        padding: 0 !important;
        border: none !important;
    }

    .section-list__item--fav {
        margin-bottom: -1px;
        padding: 10px 0;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }

    .section-list--fav .catalog-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -6;
        padding: 0 !important;
        width: 100px;
        height: 50px;
    }

    .section-list--fav .catalog-preview a {
        width: 75px;
        height: 50px;
    }

    .section-list--fav .right-line::after {
        display: none;
    }

    .section-list--fav tr:first-child {
        display: none !important;
    }

    .section-list--fav tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .section-list--fav .catalog-name {
        order: -10;
        width: 100%;
        border: none;
    }

    .section-list--fav .catalog-name .stars {
        display: none;
    }

    .section-list--fav .catalog-name a {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 20px;
        overflow: hidden;
        color: #045adb;
    }

    .section-list--fav .catalog-ch {
        display: none;
    }

    .section-list--fav .catalog-sketch {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -9;
        width: 100px;
        height: 50px;
    }

    .section-list--fav .catalog-sketch a {
        width: 50px;
        height: 50px;
        background-size: 100%;
    }

    .section-list--fav .catalog-quantity {
        order: -7;
        padding: 0;
        width: 30px;
        margin-left: 10px;
    }

    .section-list--fav .catalog-quantity > input {
        margin: 0;
    }

    .section-list--fav .catalog-price {
        text-align: left;
        order: -5;
        padding: 0;
        width: calc(100% - 100px - 10px - 50px - 10px - 82px);
        font-size: 20px;
    }

    .section-list--fav .catalog-count {
        order: -4;
        width: 50px;
        margin-left: 10px;
    }

    .section-list--fav .catalog-count > input {
        height: 40px;
    }

    .section-list--fav .catalog-compare {
        order: -3;
        width: 62px;
        margin-left: 10px;
    }
    
    .section-list--fav .catalog-compareLink {
        display: none;
    }

    .section-list--fav .catalog-favoritesLink {
        display: none;
    }

    .section-list--fav .catalog-quantity .br-widget {
        height: auto;
    }
}

@media (max-width: 440px) {
    .section-list--fav .catalog-name a {
        font-size: 16px;
        margin: 0;
    }

    .section-list--fav .catalog-price {
        font-size: 16px;
        font-weight: 500;
    }

    .section-list--fav .catalog-sketch {
        width: 50px;
    }

    .section-list--fav .catalog-preview {
        width: 50px;
    }

    .section-list--fav .catalog-size-stars {
        margin-left: 10px;
        width: calc(100% - 50px - 10px - 30px - 10px)
    }

    .section-list--fav .catalog-compare {
        margin-left: 5px;
        width: 42px;
    }

    .section-list--fav .catalog-count {
        margin-left: 5px;
    }

    .section-list--fav .catalog-compare .addToCart {
        padding: 0;
    }

    .section-list--fav .catalog-price {
        width: calc(100% - 50px - 10px - 5px - 50px - 5px - 42px);
        margin-left: 10px;
    }
}

.catalog-page {
    overflow: hidden;
}

.sf-sub-catalog-page {
    padding-top: 20px !important;
}

.sf-sub-catalog-page__right {
    margin-top: 0 !important;
}

.sf-sub-catalog-page__right-header {
    margin: 0 0 15px;
    height: auto;
}

.sf-sub-catalog-page__right-sketch {
    margin-right: 0;
    width: auto;
    height: auto;
}

.sf-sub-catalog-page__right-sketch img{
    max-width: 100%;
}

.sf-sub-catalog-page__right-description {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .sf-sub-catalog-page__right-header {
        margin-top: 15px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .sf-sub-catalog-page__right-characteristics {
        margin-top: 0 !important;
    }
}

.catalog-sketch > a {
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url(/images/catalog-sketch.png);
    margin: 0 auto;
}
.catalog-preview > a {
    display: inline-block;
    width: 90px;
    height: 70px;
    background: url(/images/catalog-preview.png);
    margin: 0 auto;
    background-size: cover !important;
}
.catalog-name {
    width: 220px;
}
.catalog-name > a {
    color: #221F20;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.catalog-link > a {
    color: #3D9AAF;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.catalog-preview-text {
    font-size: 10px;
    color:#000;
}
.catalog-preview-text > span {
    display: none;
}
.catalog-preview-text > span.active {
    display: block;
}
.catalog-stars {
    min-width: 100px;
}
.catalog-stars .br-theme-css-stars .br-widget a{
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.catalog-price {
    font-size: 15px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle !important;
}
.catalog-chs {
    color:#000;
    font-size: 12px;
    width: 250px;
    text-align: left;
    vertical-align: middle !important;
}
.catalog-chs.show .catalog-chs-block {
    display: block;
}
.catalog-chs.show .catalog-chs-show-full:after {
    border-top: 0;
    top:-1px;
    border-bottom: 5px solid #004a78;
}
.catalog-chs-block {
    width: 100%;
    margin: 0 0 20px 0;
    display: none;
}
.catalog-chs-block:first-child {
    display: block;
}
.catalog-chs-block-value {
    display: block;
    color:#000000;
}
.catalog-sum {
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    vertical-align: middle !important;
}
.catalog-quantity > input {
    padding:5px 8px;
    width: 50px;
    text-align: center;
}
.catalog-quantity {
    text-align: center;
    vertical-align: middle !important;
    width: 120px;
}

.catalog-quantity.minus-plus:before {
    display: block;
    position: absolute;
}
.right-line:after {
    content: '1';
    display: block;
    border-right: 1px solid #e2e2e2;
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0px;
    top:10px;
}
.catalog-compare {
    width: 100px;
}
.catalog-compare > a {
    float: left;
}
.catalog-ch {
    color:#3D9AAF;
    text-align: center;
    vertical-align: middle !important;
}
.catalog-ch-bar {
    color:#228b22;
    text-align: center;
    vertical-align: middle !important;
    font-size: 15px;
}
.catalog-compareLink {
    display: inline-block;
    position: relative;
    line-height: 27px;
    width: 24px;
    height: 24px;
    background: url(/images/sprite.png?4) -58px -207px no-repeat;
    margin: 5px 7px 0 10px;
}
.catalog-compareLink.active {
    background: url(/images/sprite.png?4) -82px -207px no-repeat;
}
.catalog-compareLink.active:before {
    background: url(/images/sprite.png?4) -82px -207px no-repeat;
}
.catalog-favoritesLink {
    display: inline-block;
    position: relative;
    line-height: 27px;
    width: 30px;
    height: 30px;
    background: url(/images/sprite.png?4) -107px -203px no-repeat;
}
.catalog-favoritesLink.active {
    background: url(/images/sprite.png?4) -137px -203px no-repeat;
}
.catalog-favoritesLink.active:before {
    background: url(/images/sprite.png?4) -137px -203px no-repeat;
}
.catalog-delete {
    display: block;
    margin: 20px 0 0 30px;
    width: 27px;
    height: 27px;
    background: url(/images/sprite.png?5) -168px -206px no-repeat;
}
/* !КАТАЛОГ */

.navigation {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.navigation li {
    display: inline;
    margin: 0 10px;
}
.navigation li > a {
    color:#3e3b3c;
    font-size: 16px;
}
.navigation li.active > a {
    color: #ffffff;
    background: #039ab1;
    padding: 10px 15px;
    border-radius:50%;
}
.navigation li.next > a {
    color: #231f20;
    background: #ededed;
    padding: 10px 10px;
    border-radius:50%;
}
.back-to-catalog {
    position: absolute;
    top: 0;
    right:20px;
    z-index: 1;
    top:-38px;
}
.back-to-catalog:hover {
    text-decoration: underline !important;
}
.catalog-quantity-minus, .catalog-quantity-plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}
.catalog-quantity-minus {
    left: 10px;
    top: 32px;
}
.catalog-quantity-plus {
    right: 10px;
    top: 32px;
}
.catalog-chs-show-full {
    color:#004a78;
    position: relative;
}
.catalog-chs-show-full:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #004a78;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 5px;
    z-index: 5;
}
.catalog-sum-price {
    text-transform: uppercase;
    text-align: right;
}
.catalog-sum-price-value {
    color:#000;
    text-transform: none;
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px;
}
.catalog-order-step {
    margin: 10px 0;
    text-align: right;
}
.catalog-order-step > span {
    opacity: .5;
}
.order_flex_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: center;
}
.order_flex_line .back_catalog > a {
    display: inline-block;
    color: #414141 !important;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #35b347;
    transition: .2s;
}
.order_flex_line .back_catalog > a:hover {
    color: #fff !important;
    background: #35b347;
    border: 1px solid #35b347;
}
.order_make_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-gap: 10px;
    align-items: center;
}
.js-update_order-error {
    color: red;
}
.catalog-order-step.active {
    display: block;
}
.formBasketContacts-enter-profile {
    color:#004a78;
    display: inline;
    width: 100%;
}
.formBasketContacts-enter-profile > span:before {
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    background: url('/images/sprite.png?1') 0 -203px no-repeat;
    position: absolute;
    margin-left: -35px;
    margin-top: -2px;
    font-size: 16px;
}
@media (max-width: 727px) {
    .order_flex_line {
        justify-content: flex-end;
    }
}
/* ОФОРМЛЕНИЕ ЗАКАЗА */
.order-left > li > a{
    display: block;
    width: 100%;
    padding:10px 20px;
    text-transform: uppercase;
    background: #004a78;
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.order-left > li > a:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 17px;
    z-index: 5;
}
.order-left > li.active > a:after {
    border-top: none;
    top:13px;
    border-bottom: 5px solid #fff;
}
.order-left > li.active > a:before {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-top: 10px solid #004a78;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 47%;
    bottom: -19px;
    z-index: 1;
}
.order-left li .podmenu {
    display: none;
}
.order-left li.active .podmenu {
    display: block;
}
.order-left .podmenu > li label {
    width: 100%;
    margin: 0;
}
.order-left .podmenu > li > a > label {
    color: #433402;
    display: block;
    background: #b9b9b9;
    text-transform: none;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.order-left .podmenu > li > a > label > input {
    margin: 0 10px 0 0;
}
.order-left .podmenu > li > a.active > label{
    background: #ffcb05;
}
.order-menu {
    margin: 5px 0 0 0;
    padding: 0;
}
.order-menu > div > a {
    display: block;
    color: #777777;
    padding: 20px 13.3% 20px 15%;
    background: #e2e2e2;
    position: relative;
}
.order-menu > div > a.active {
    background: #ffcb05;
}
.order-menu > div > a.active:after {
    content: '';
    display: block;
    position: absolute;
    border: 30px solid transparent;
    border-left: 15px solid #ffcb05;
    right: -45px;
    top: 0px;
    z-index: 1;
}

.order-menu > div:last-child {
    padding-right: 15px !important;
}

@media (max-width: 991px) {
    .order-menu > div {
        padding-right: 15px !important;
    }

    .order-menu > div > a {
        padding: 20px;
    }

    .order-menu > div > a.active:after {
        display: none;
    }
}
@media (max-width: 768px) {
    .order-menu > div {
        padding-left: 15px !important;
    }

    .wrapper-samovivoz,
    .address-form-add,
    .wrapper-payment {
        padding-left: 15px;
    }

    .order-menu {
        display: none;
    }
}

.order-steps span.head {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 20px 0;
}
.order-steps-address, .order-steps-payment {
    background: #fff;
    padding: 20px 27px !important;
    margin: 0 0 20px 0;
    border: 1px solid #c4c4c4;
}
.order-steps-address-form {
    background: #fff;
    padding: 20px 27px !important;
    margin-bottom: 20px;
    margin-right: 15px;
}
.wrapper-samovivoz {
    padding-right: 15px;
}

.address-form-add {
    display: none;
}
.address-form-add.active {
    display: block;
}
.no-show {
    display: none;
}

.button-hover:hover, .button-hover.active {
    color:#000 !important;
    background: #ffcb05 !important;
}

input[type='button'], input[type='submit'] {
    color:#818181;
    display: inline-block;
    background: #eeeeee;
    font-size: 16px;
    padding:10px 20px;
    border: 0;
    position: relative;
}
.button {
    color:#818181;
    display: inline-block;
    background: #eeeeee;
    font-size: 16px;
    padding:10px 40px;
    border: 0;
    position: relative;
}
.button.orange {
    color: #000;
    background: #ffcf17;
}
.button.corner {
    color: #000;
    background: #ffffff;
    border: 1px solid #ffcf17;
    color: #777777;
}
.order-steps-address, .order-steps-payment {
    cursor: pointer;
}
.order-steps-address.active, .order-steps-address-form.active {
    border:1px solid #fecd10;
    cursor:default;
}
.order-steps-address.active .order-steps-address-block, .order-steps-address-form.active .order-steps-address-block{
    display: block;
}
.order-steps-address-block {
    display: none;
}
.btn-add-address, .btn-add-address:hover {
    display: inline-block;
    border: 1px solid #848484;
    background: #ffffff;
    padding: 10px 20px;
    margin: 0;
    color: #777777;
    font-size: 16px;
    margin: 0 0 0 16px;
}
.btn-add-address > i {
    margin: 0 10px 0 0;
}

.filial-name {
    color:#323232;
    font-family: Myriad Pro;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.filial-icon {
    display: block;
    float: left;
    background: url('/images/icon-metro.png') center center no-repeat;
    width: 31px;
    height: 36px;
    padding: 20px;
    margin: 0 10px 0 0;

}
.filial-address {
    color: #323232;
    display: block;
    font-size: 16px;
}
.filial-phone {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.share_wrap {
    display: none;flex-direction: row;justify-content: space-between;align-items: center;width: 100%;
    margin: 10px 0;
}
.share_wrap .share {
    font-size: 16px;
    line-height: 20px;
    padding-right: 25px;
    background-image: url("img/share.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    cursor: pointer;
}
.share_wrap .share_popup {
    display: none;
}
.share_wrap .share_popup.active {
    display: block;
}
@media (max-width: 991px) {
    .filial-address,
    .filial-phone,
    .time-work {
        font-size: 14px;
        margin-bottom: 2px;
    }
}

.time-work {
    display: block;
    font-size: 16px;
}
.order-metro-map {
    margin: 20px 0 0;
    padding: 0 10px;
}

.order-steps-finish {
    background: #fff;
    padding: 10px 15px !important;
    margin: 20px 0;
    cursor: pointer;
    width: calc(100% - 15px) !important;
}

.order-basket-list .catalog-price-sf span,
.order-basket-list .catalog-quantity-sf span,
.order-basket-list .catalog-sum-sf span {
    display: none;
}

.order-steps-finish-descr-sf {
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 991px) {
    .order-basket-list tr:first-child {
        display: none;
    }

    .order-basket-list .right-line:after {
        content: none;
    }

    .table.order-basket-list > tbody > tr > td {
        padding: 0;
        border: none;
    }

    .order-basket-list tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px;
    }

    .order-basket-list .catalog-sketch-sf {
        order: -10;
        padding: 0;
        width: 75px;
        margin-right: 10px;
    }

    .order-basket-list .catalog-preview-sf {
        order: -9;
        width: 75px;
        margin-right: 10px;
    }

    .order-basket-list .catalog-name-sf {
        order: -8;
        width: calc(100% - 170px);
    }

    .order-basket-list .catalog-preview-sf > a {
        width: 100%;
    }

    .order-basket-list .catalog-price-sf,
    .order-basket-list .catalog-quantity-sf,
    .order-basket-list .catalog-sum-sf {
        min-width: auto;
        text-align-last: left;
    }

    .order-basket-list .catalog-price-sf span,
    .order-basket-list .catalog-quantity-sf span,
    .order-basket-list .catalog-sum-sf span {
        display: block;
        font-weight: 400;
    }

    .order-basket-list .catalog-quantity-sf {
        width: auto;
        margin: 0 20px;
    }

    .order-basket-list .catalog-sum-sf {
        width: auto;
    }
}

@media (max-width: 768px) {
    .order-steps-finish-descr-sf {
        font-size: 14px;
    }

    .table.order-basket-list {
        margin-bottom: 10px;
    }

    .order-basket-list tr {
        padding: 5px;
    }

    .order-steps-finish {
        margin: 20px auto;
        width: calc(100% - 30px) !important;    
    }
    .share_wrap {
        display: flex;
    }
}

@media (max-width: 440px) {
    .order-basket-list .catalog-preview-sf {
        width: 65px;
    }

    .order-basket-list .catalog-name-sf {
        width: calc(100% - 160px);
    }
}

.order-steps-finish.active {
    border:1px solid #fecd10;
    cursor:default;
}
.order-steps-finish.active .order-steps-address-block{
    display: block;
}
.order-number {
    color:#000000;
    font-size: 24px;
    font-weight: bold;
    background: #ffcb05;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 10px;
}

/* ПОДТВЕРЖДЕНИЕ ЗАКАЗА */
.order-basket-list {
    border: 1px solid #e2e2e2;
}
.order-basket-list tr th{
    background: #e2e2e2;
    font-size: 14px;
    color:#777777;
    font-weight: normal;
    padding:    5px 5px !important;
    text-align: center;
    vertical-align: middle !important;
}
.order-basket-list tr td {
    background: #fff;
    border-bottom: 1px solid #e3e2e2;
    position: relative;

}
.order-client-info {
    width: 100%;
    border: 1px solid #e2e2e2;
}
.order-client-info td{
    font-size: 14px;
    font-family: Myriad Pro;
    padding: 10px;
    border: 1px solid #e2e2e2;
}
/* РЕГИСТРАЦИЯ */
.registration-lico {
    padding: 20px;
    background: #e2e2e2;
}
.registration-lico.active {
    background: #ffffff;
}
.registration-lico input + span {
    margin: 0 10px 20px 0;
    position: absolute;
    left: -37px;
}
.registration-lico-input-block {
    color: #919191;
    margin: 20px;
}

/*СРАВНЕНИЕ ТОВАРОВ */
.compare-list {
    background: #fff;
    margin-bottom: 30px !important;
}
.compare-list-item {
    background: #fff;
    padding: 12px 0;
    width: 300px;
}
.compare-list-item-head {
    height: 221px;
    width: 300px;
    position: relative;
}
@media (max-width: 1300px) {
  .compare-list-item-head {
    width: calc((100vw / 3) - 30px);
  }
}
@media (max-width: 768px) {
  .compare-list-item-head {
    height: auto;
    width: calc((100vw / 2) - 33px);
  }
  .compare-price {
    font-size: 18px !important;
  }
}
.compare-list-item-delete {
    display: block;
    position: absolute;
    right: 10px;
    top:10px;
    width: 25px;
    height: 25px;
    background: url('/images/sprite.png?1') -167px -204px no-repeat;
}
.compare-list-menu {
    background: #004a78;
}
.compare-list-menu > ul {
    margin: 0;
    padding: 5px 0 0 0;
}
.compare-list-menu > ul > li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
}
.compare-list-menu > ul > li > a {
    color:#fff !important;
    padding: 12px 15px;
    font-size: 14px;
}
@media (max-width: 768px) {
  .compare-list-menu {
    padding: 12px 0;
  }
  .compare-list-menu > ul {
    padding: 0;
  }
  .compare-list-menu > ul > li {
    line-height: 16px;
  }
  .compare-list-menu > ul > li > a {
    font-size: 12px;
    padding: 0;
  }
}
.compare-list-menu > ul > li.hover > a {

}
.compare-list-menu > ul > li.active > a {
    color:#fff !important;
    background: #004a78;
}
.compare-list-menu > ul > li.active ul.submenu {
    display: block;
    background: #ededed;
}
.compare-list-menu .submenu-flag:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
    top:8px;
    right: -5px;
}
/* СТРАНИЦА 404 */
.block-error-404 {
    margin: 20px;
}
.error-404 {
    font-size: 150px;
    font-weight: bold;
}
.wrapper-payment {
    margin-top: 10px;
    padding-right: 15px;
    display: none;
}
.wrapper-payment.show {
    display: block;
}
.sf-page-title {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .sf-page-title {
    font-size: 18px !important;
  }
}

@media (min-width: 1024px) {
  .sf-page-title {
    font-size: 23px !important;
  }
}

.feedback-call {
    display: block;
    position: absolute !important;
    top:0px;
    font-size: 14px;
    right: 0;
}
.feedback-call > i {
    margin: 0 5px 0 0;
}

#fancybox-content {
    color: #fff;
}
#fancybox-close {
    right:-56px;
}

.row.body:not(.sf-catalog__group) {
    background: #fff;
    padding: 20px;
}


.articles-list {
    background: #fff;
    padding: 10px 0;
}
.articles-list hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
.articles-list-name {
    color: #474747;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: Myriad Pro;

}
.articles-list-dedscription {
    display: block;
    color: #474747;
    font-size: 15px;
}

/* ОФОРМЛЕНИЕ ЗАКАЗА */
.menu-left > li > a{
    display: block;
    width: 100%;
    padding:10px 20px;
    text-transform: uppercase;
    background: #004a78;
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
.menu-left > li > a:after {

}
.menu-left > li.active > a {
    color: #000;
    background:#F8CB47;
}
.menu-left > li.active > a:before {
}

.main-slider-carousel .owl-prev, .main-slider-carousel .owl-next {
    position: absolute;
    top:40%;
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    opacity: 1;
    background: 0 0;
    border: 2px solid #cfcfcf;
}

.main-slider-carousel .owl-prev:before, .main-slider-carousel .owl-next:before {
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    top: 1.4rem;
}

.main-slider-carousel .owl-prev:before {
    content: "\f060";
    left: 1.6rem;
}
.main-slider-carousel .owl-next:before {
    content: "\f061";
    left: 1.8rem;
}
.main-slider-carousel .owl-next {
    position: absolute;
    right: -20px;
}
.main-slider-carousel .owl-prev {
    left: -20px;
}
.main-slider-carousel .fa-arrow-circle-left, .main-slider-carousel .fa-arrow-circle-right {
    font-size: 80px;
    opacity: 0.3;
    color:#fff;
}
.img-responsive {
    border: 0;
}
.catalog-left-search-result {
    display: none;
    position: absolute;
    top:0;
    left:295px;
    z-index: 10;
    padding: 10px 20px;
    background: #26ad39;
    width: 160px;
    text-align: center;
}
.catalog-left-search-result > a, .catalog-left-search-result > a:hover {
    display: block;
    color: #fff;
    text-decoration: underline;
    word-wrap: normal;
}

.catalog-left-search-result, .catalog-left-search-result:hover {
    display: none;
    position: absolute;
    top:0;
    right:-120px;
    z-index: 10;
    padding: 10px 20px;
    background: #26ad39;
    color: #fff;
    text-decoration: underline;
}
.go-catalog, .go-catalog:hover {
    color: #4197AD;
    text-align: center;
    margin: 20px auto 0 0;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
    font-weight: bold;
}

.section-seo-text {
    margin: 0 0 20px 0;
}

.section-seo-text img {
    max-width: 100%;
    height: auto;
}

.order-sum-min-no-valid {
    display: none;
}
.order-sum-min-no-valid.active {
    display: block;
}
.contacts-route {
    display: inline-block;
    width: 42px;
    height:42px;
}
.contacts-route.yandex {
    background: url('/images/sprite.png?7') -1px -277px;
}
.contacts-route.google {
    background: url('/images/sprite.png?7') -49px -277px;
}
.wrapper-wides h1.header {
    font-size: 20px;
}

.wrapper-wides .min-max-prices {
    font-size: 36px;
    font-weight: bold;
}

.wrapper-use h1{
    margin-top: 10px;
}
.new-year {
    color: #1D1D6B;
    text-align: left;
    padding: 10px 0;

}
.popupYouCity {
    color:#fff;
    font-size: 14px;
    background: #1a4a74;
    border: 1px solid #1a4a74;
    border-radius: 10px;
    padding: 7px 20px 3px;
    text-align: center;
    position: absolute;
    min-width: 200px;
    z-index: 150;
    line-height:40px;
    margin-top: 5px;
}
.popupYouCity .btn {
    padding: 2px 12px;
    background: #fff;
    border: 1px solid transparent;
}
.popupYouCity > span {
    display: block;
}

#page-preloader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #251B1A;
    z-index: 100500;
    opacity: 0.2;

}
#floatingCirclesG{
    position:absolute;
    top: 45%;
    left: 45%;
    width:125px;
    height:125px;
    margin:auto;
    transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:rgb(255,255,255);
    height:22px;
    width:22px;
    border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
    animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
    left:0;
    top:51px;
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
    left:15px;
    top:15px;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
    left:51px;
    top:0;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
    right:15px;
    top:15px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
    right:0;
    top:51px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
    right:15px;
    bottom:15px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
    left:51px;
    bottom:0;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
    left:15px;
    bottom:15px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:rgb(0,0,0);
    }

    100%{
        background-color:rgb(255,255,255);
    }
}

.message .button-green{
    margin-right: 10px;
    margin-bottom: 10px;
}

.finish-pay-block table {
    background: #ffd1cc;
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
}

.finish-pay-block table td{
    padding: 20px;
}
.buy-button {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.redirect-full-version {
    text-align: center;
    margin: 10px 0;
}
.redirect-full-version a {
    color:#243F65;
}

@media screen and (min-width: 0px) and (max-width: 1080px) {
    .header-logo {
        width: 150px;
        background-size: 100%;
    }
    .header-phone > a {
        font-size: 14px;
    }
    .main-menu > ul > li > a {
        font-size: 10px;
    }
    .feedback-call {
        left: 30px !important;
        font-size: 11px !important;
    }
    .soc-block {
        right:0px;
    }
    .main-menu > ul > li {
        line-height: 27px;
    }
    .main-menu > ul > li > a {
        padding: 7px 3px;
    }
    .productDetail .wrapper-price {
        height: auto;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px) {
    .section-main-page-item {
        height: auto;
    }
    .main-slider-carousel .owl-prev, .main-slider-carousel .owl-next {
        width: 3.6rem;
        height: 3.6rem;
    }
    .main-slider-carousel .owl-prev:before, .main-slider-carousel .owl-next:before {
        font-size: 1.4rem;
        top: 0.4rem;
    }
    .main-slider-carousel .owl-prev:before {
        left: 1rem;
    }
    .main-slider-carousel .owl-next:before {
        left: 1.1rem;
    }
    .header-phone > a {
        font-size: 30px;
    }
    .soc-block {
        top:79px;
        text-align: right;
    }
    .wrapper-menu-profile {
        display: none;
    }
    .wrapper-menu-profile-m {
        display: block;
    }
    .nav-icon-block {
        position: absolute;
        right: 0;
        top: -105px;
    }
    .main-menu > ul {
        padding: 0;
    }
    .search {
        margin-top: 70px;
        height: 126px;
    }
    .productDetail-sketch {
        margin-bottom: 20px;
    }
    .productDetail-gallery {
        width: 100%;
    }
    .productDetail .wrapper-price {
        height: auto;
    }

    .wrapper-table-section-list {
        width: 100%;
        overflow-x: scroll;
    }
    .header-mail {
        font-size: 13px;
    }
    .header-phone-sup {
        display: none;
    }
    .remember-me {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 392px) {

    .search {
        margin-top: 120px;
    }

    .main-slider .owl-carousel .owl-item img {
        height: auto;
    }
    .main-slider {
        height:100px;
    }
    .wrapper-menu-profile {
        display: none;
    }
    .left-menu {
    }
    .section-main-page-item {
        height:460px;
    }
    .button-green, .button-green:hover {
        margin-bottom: 10px;
    }
    .footer-menu {
        text-align: center;
    }
    .bottom-menu-phone {
        text-align: center;
    }
    .section-main-page h1 {
        font-size: 15px;
    }
    .section-main-page-header .show-all {
        font-size: 11px;
    }
    .catalog-left {
        display: block;
    }
    .bx-breadcrumb {
        margin: 45px 0 0 0;
    }
    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 7px;
    }
    .product-detail-gallery-big {
        width: 282px;
        height: 220px;
    }
    .productDetail h1 {
        text-align: center;
    }
    .productDetail-gallery {
        height:220px;
    }
    .product-item-detail-tab-content {
        padding: 0;
    }

    .catalog-name-header, .catalog-name-header:hover, .catalog-name-header:focus {
        margin: 0;
    }
    .nav-icon-block > span > a, .nav-icon-block > span > a:hover {
        width: 50px;
    }
    .catalog-compare {
        vertical-align: middle !important;
    }
    .header-phone > a {
        font-size: 20px;
    }
}

.index-page--mobile .main-slider {
    height: 130px;
    background: #017b8e;
    overflow: hidden;
}
.index-page--mobile .main-slider .container {
    width: 100%;
}

@media (max-width: 600px) {
  .index-page--mobile .main-slider .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.index-page--mobile .main-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.index-page--mobile .main-banner-img-descr {
    position: absolute;
    top: 6px;
    right: 12px;
    color: #fff;
    font-size: 15px;
    font-family: 'AdelleCyrillicBold', serif;
    line-height: 1.9;
    margin: 0;
    font-weight: 400;
}
.index-page--mobile .main-banner-img-descr .orange {
    padding: 7px 7px 2px;
    background-color: #fd6003;
}
.index-page--mobile .main-banner-img-descr .blue {
    padding: 7px 7px 2px;
    background-color: #004a79;
}
.index-page--mobile .main-banner-img-descr .green {
    padding: 7px 7px 2px;
    background-color: #159328;
}

.index-page--mobile .container-fluid.grey {
    background: #fff;
}

/* Ð¡Ð¢ÐÐÐ”ÐÐ Ð¢ÐÐ Ð¢Ð•ÐœÐ OWL */
.index-page--mobile .owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.index-page--mobile .owl-theme .owl-nav{
    margin-top:10px
}
.index-page--mobile .owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.index-page--mobile .owl-theme .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
.index-page--mobile .owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.index-page--mobile .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.index-page--mobile .owl-dots {
    text-align: center;
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.index-page--mobile .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.index-page--mobile .owl-dots .owl-dot span{
     width:10px;
     height:10px;
     margin:5px 7px;
     background:#D6D6D6;
     display:block;
     -webkit-backface-visibility:visible;
     transition:opacity .2s ease;
     border-radius:30px
 }
.index-page--mobile .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
    background:#869791
}
/* !Ð¡Ð¢ÐÐÐ”ÐÐ Ð¢ÐÐ Ð¢Ð•ÐœÐ OWL */
.index-page--mobile .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    width: 100%;
}

.index-page--mobile .main-slider-carousel .owl-prev, .main-slider-carousel .owl-next {
    position: absolute;
    top:40%;
    display: block;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    opacity: 1;
    background: 0 0;
    border: 2px solid #cfcfcf;
}

.index-page--mobile .main-slider-carousel .owl-prev:before, .main-slider-carousel .owl-next:before {
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    top: 1.4rem;
}

.index-page--mobile .main-slider-carousel .owl-prev:before {
    content: "\f060";
    left: 1.6rem;
}
.index-page--mobile .main-slider-carousel .owl-next:before {
    content: "\f061";
    left: 1.8rem;
}
.index-page--mobile .main-slider-carousel .owl-next {
    position: absolute;
    right: 0;
}
.index-page--mobile .main-slider-carousel .fa-arrow-circle-left, .main-slider-carousel .fa-arrow-circle-right {
    font-size: 80px;
    opacity: 0.3;
    color:#fff;
}

.index-page--mobile .m-sections-main-page {
    background: #eaeaea;
    padding: 10px 0 0 0;
    text-align: center;
}
.index-page--mobile .m-section-main-page {
    display: inline-block;
    width: 120px;
    height: 120px;
    vertical-align: top;
    text-align: center;
}

.index-page--mobile .m-our-advantages {
    text-align: center;
    margin: 20px 0;
}
.index-page--mobile .m-our-advantages > div {
    text-align: center;
}
.index-page--mobile .m-our-advantages a {
    padding: 0;
    display: block;
}

.index-page--mobile .m-section-main-page .bx_catalog_text_title {
    color:#474747;
    font-size: 12px;
}
.index-page--mobile .m-section-main-page-icon {
    width: 80px;
    margin: 0 auto;
}

.index-page--mobile .section-main-page-advantages {
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0px 0 0 0;
}
.index-page--mobile .section-main-page-advantages-header {
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: bold;
    color: #414141;
    max-width: 140px;
    text-align: center;
}
.index-page--mobile .section-main-page-advantages-bage {
    display: block;
    width: 100%;
}
.index-page--mobile .section-main-page-advantages-bage > span {
    display: block;
    width: 110px;
    height: 115px;
    margin: 0 auto;
}

.index-page--desktop {
  display: none;
}

@media (min-width: 768px) {
  .index-page--mobile .section-main-page-advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .index-page--mobile .section-main-page-advantages-bage {
      width: auto;
  }
  
  .index-page--mobile .section-main-page-advantages-header {
      margin-left: 20px;
  }
  
  .index-page--mobile .m-our-advantages > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .index-page--mobile .m-our-advantages > div a {
    width: auto !important;
  }
}
.index-page--desktop .section-main-page-advantages {
    background: #fff;
    border: 1px solid #014a78;
    position: relative;
    margin: 50px 0 0 0;
    height: 280px;
}
.index-page--desktop .section-main-page-advantages-bage {
    display: block;
    height: 60px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
}
.index-page--desktop .section-main-page-advantages-header {
    text-transform: uppercase;
    font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: bold;
    margin: 70px 20px 0 20px;
}
.index-page--desktop .section-main-page-advantages-text {
    font-size: 16px;
    margin: 0 20px;
}
.index-page--desktop .section-main-page-advantages-read-more {
    color:#1f1e23;
    display: block;
    width: 200px;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #014a78;
    padding:10px 30px;
    margin: 50px 20px 40px 20px;
    text-align: center;
    position: absolute;
    bottom: -5px;
}
.index-page--desktop .main-slider {
    height: 280px;
    background: #017b8e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.index-page--desktop .main-slider > div {
  width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index-page--desktop .main-slider-carousel {
  width: 910px;
}
/*.index-page--desktop .main-slider-carousel .owl-nav {
  display: none;
}*/
.index-page--desktop .main-banner-img-descr {
    position: absolute;
    top: 15px;
    right: 77px;
    color: #fff;
    font-size: 32px;
    font-family: 'AdelleCyrillicBold', serif;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}
.index-page--desktop .main-banner-img-descr .orange {
    padding: 7px 7px 2px;
    background-color: #fd6003;
}
.index-page--desktop .main-banner-img-descr .blue {
    padding: 7px 7px 2px;
    background-color: #004a79;
}
.index-page--desktop .main-banner-img-descr .green {
    padding: 7px 7px 2px;
    background-color: #159328;
}
.index-page--desktop .main-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .index-page--desktop {
      display: block;
    }
    
    .index-page--mobile {
      display: none;
    }
  }
  
  .header-message {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .header-message__inner {
    width: 100%;
    padding: 2px 15px;
    max-width: 1330px;
    display: flex;
  }

    @media (max-width: 992px) {
        .header-message__inner {
            width: 100%;
            padding: 5px 15px;
            max-width: 1200px;
            display: flex;
            flex-direction: column;
          }
    }

  
.section-list--fav .catalog-price-sf span,
.section-list--fav .catalog-sum-sf span,
.section-list .catalog-price-sf span,
.section-list .catalog-sum-sf span {
    display: none;
}
.btn_pay_wrap {
    width: 100%;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.upload-ic_tel {
    max-height: 40px;
}
.fa-caret-down:before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
}
.btn_pay_wrap input[type='submit']  {
    display: none;
}
.filter_section_list ul > li > a,.filter_section_list ul > li > span {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #004a78;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    font-weight: bold;
    font-family: Myriad Pro;
    font-size: 16px;
    cursor: pointer;
}
.filter_section_list ul > li > a:after,.filter_section_list ul > li > span:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 17px;
    z-index: 5;
}
.filter_section_list ul > li.active > a:after,.filter_section_list ul > li.active > span:after {
    border-top: none;
    top: 13px;
    border-bottom: 5px solid #fff;
}
.filter_section_list ul > li.active > a:before,.filter_section_list ul > li.active > span:before {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-top: 10px solid #004a78;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45%;
    bottom: -19px;
}
.filter_section_list .catalog-left-search {
    min-height: 15px;
}
.search_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    background: #0099b0;
    border-radius: 0 !important;
    font-size: 17px !important;
    padding: 8px 15px !important;
    right: 0px;
    height: 44px;
    position: absolute !important;
    top: 0 !important;
    margin-right: -1px;
}
@media (max-width: 760px) {
  .section-list--fav .catalog-chs,
  .mobile-hide {
    display: none;
  }
  .catalog-delete {
    margin: 0;
  }
  .section-list__item--fav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1270px) {
    .section-list .cart-item-sf {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        width: calc(50% - 10px);
    }

    .section-list .catalog-sketch-sf {
        order: -10;
        width: 64px;
        height: 64px;
        margin: 0 10px 10px 0;
    }

    .section-list .catalog-sketch-sf > a {
        width: 100%;
        height: 100%;
    }

    .section-list .catalog-name-sf {
        order: -9;
        padding: 0;
        width: calc(100% - 74px);
        border: none;
        padding-left: 0;
    }

    .section-list .catalog-chs-sf {
        display: none;
    }

    .section-list .catalog-preview-sf {
        order: -8;
        margin-right: 10px;
        width: 64px;
        height: 64px;
    }

    .section-list .catalog-preview-sf > a {
        width: 100%;
        height: 100%;
    }
    
    .section-list .catalog-price-sf {
        order: -7;
        width: auto;
        min-width: auto;
    }

    .section-list .catalog-price-sf span,
    .section-list .catalog-sum-sf span {
        display: block;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
    }

    .section-list .catalog-quantity-sf {
        order: -6;
        width: auto;
        display: flex;
        align-items: center;
    }

    .catalog-quantity-minus, .catalog-quantity-plus {
        position: static;
    }

    .section-list .catalog-sum-sf {
        order: -5;
        width: auto;
        border: none;
    }

    .section-list .catalog-compare-sf {
        order: -4;
        width: auto;
    }

    .section-list .catalog-compare-sf .catalog-delete {
        margin: 0;
    }
}

@media (max-width: 900px) {
    .section-list .cart-item-sf {
        width: 100%;
    }
}

/**/
.mk-table--order-list-wrapper {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 820px) {
    .section--finish-order .section__inner {
        padding: 0;
    }
    .mk-table--order-list-wrapper::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
        background-image: -webkit-linear-gradient(left, transparent, #fff);
        background-image: -o-linear-gradient(left, transparent, #fff);
        background-image: linear-gradient(to right, transparent, #fff);
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }
    .mk-table--order-list-wrapper .mk-table--order-list-container {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        padding-right: 40px;
    }
    .mk-table--order-list-wrapper .page-finish-order__list-table {
        box-sizing: border-box;
        max-width: 820px;
        width: 820px;
    }
}
@media screen and (max-width: 767px) {
    .mk-table--order-list-wrapper .page-finish-order__list-table {
        box-sizing: border-box;
        min-width: 400px;
        width: 100%;
    }
    .mk-table--order-list-wrapper .page-finish-order__list-table tr td:nth-child(1), .mk-table--order-list-wrapper .page-finish-order__list-table tr td:nth-child(2),
    .mk-table--order-list-wrapper .page-finish-order__list-table tr th:nth-child(1), .mk-table--order-list-wrapper .page-finish-order__list-table tr th:nth-child(2) {
        display: none;
    }
}
@media screen and (max-width: 551px) {
    .page-finish-order__banner.page-finish-order__banner-fullwidth {
        padding: 30px;
    }
}
/**/

@media (max-width: 490px) {
    .section-list .catalog-preview-sf,
    .section-list .catalog-name-sf,
    .section-list .catalog-sketch-sf {
        margin-bottom: 10px;
    }

    .section-list .catalog-preview-sf {
        order: -9;
    }

    .section-list .catalog-name-sf {
        width: calc(100% - 148px);
    }

    .section-list .catalog-quantity-sf {
        margin-left: 5px;
    }

    .section-list .catalog-quantity-sf > input {
        padding: 5px 5px;
        width: 35px;
    }

    .section-list .catalog-sum-sf {
        padding: 8px 5px;
    }
}


@media (max-width: 440px) {
    .section-list .cart-item-sf {
        padding: 7px;
    }

    .section-list .catalog-price-sf {
        margin-left: 0;
    }

    .section-list .catalog-price-sf,
    .section-list .catalog-sum-sf {
        font-size: 14px;
    }
}
.wrapper-table-section-list {
    width: 100%;
    overflow-x: scroll;
}

@media (max-width: 760px) {
  .compare-list .addToCart,
  .compare-list .addToCart:hover {
    width: 100%;
    margin: 20px 0;
    }
}
@media (max-width: 767px) {
    
    .sf-footer__numbers a:last-child,.sf-footer__list span, .sf-footer__list a {
        font-size: 14px !important;
    }

    .news-detail-back {
        position: unset;
    }

}
img.detail_picture {
    max-width: 100%;
    height: auto;
}
html body .YMaps {
    max-width: 100%;
}

/*loader*/
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*filter*/
.catalog_custom_filter {
    padding-top: 30px;
}
.catalog_custom_filter .range_price .bx-filter-parameters-box-title span{
    
}
/*.catalog_custom_filter .range_price .bx-filter-parameters-box-title span i {
    font-weight: 600;
    font-size: 16px;
}
.catalog_custom_filter .range_price input {
    border: 0;
    background-color: transparent;
    outline: none;
    height: auto;
    cursor: unset;
    font-weight: 600;
}
.catalog_custom_filter .range_price input.max-price {
    text-align: right;
}*/
.catalog_custom_filter.bx-filter .bx-ui-slider-track-container {
    padding-top: 15px;
    display: none;
}
.catalog_custom_filter.bx-filter.bx-black .bx-ui-slider-pricebar-v {
    background-color: #0099b0;
}
.catalog_custom_filter.bx-filter.bx-black .bx-ui-slider-pricebar-vn {
    background-color: #00bad5;
}
.catalog_custom_filter.bx-filter .bx-ui-slider-handle {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-image: none !important;
    margin: 0;
    border: 1px solid #0099b0;
    border-radius: 3px;
    background: #00bad5 !important;
    box-shadow: inset 0 0 1px #0099b0, inset 0 1px 7px #00bad5, 0 3px 6px -3px #00bad5;
    z-index: 85;
}
.catalog_custom_filter.bx-filter .bx-ui-slider-handle:after {
        content: "";
    display: block;
    position: absolute;
    left: 13px;
    height: 14px;
    width: 1px;
    top: 4px;
    background: #fff;
}
.catalog_custom_filter.bx-filter .bx-ui-slider-handle:before {
        content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    left: 8px;
    top: 4px;
    background: #fff;
}
.catalog_custom_filter.bx-filter .bx-ui-slider-range {
    z-index: unset;
}
.catalog_custom_filter.bx-filter.bx-black .bx-ui-slider-handle.left {

}
.catalog_custom_filter.bx-filter.bx-black .bx-ui-slider-handle.right {

}
.catalog_custom_filter .bx-filter-parameters-box-title, .custom_section_list .bx-filter-parameters-box-title {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    background: #0099b0;
    text-transform: none;
    padding: 5px 10px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 16px;
    font-family: Arial;
    height: 34px;
    margin-bottom: 5px;
    cursor: pointer;
}
.catalog_custom_filter .bx-filter-parameters-box-title span, .catalog_custom_filter .bx-filter-parameters-box-title i,
.custom_section_list .bx-filter-parameters-box-title span, .custom_section_list .bx-filter-parameters-box-title i {
    color: #fff;
    font-weight: 600;
}
.catalog_custom_filter .bx-filter-parameters-box-title:after,.custom_section_list .bx-filter-parameters-box-title:after {
    content: '';
    display: block;
    position: absolute;
    border: 17px solid transparent;
    border-right: 15px solid #0099B0;
    left: -32px;
    top: 0px;
}
.catalog_custom_filter .bx-filter-block {
    margin-top: 10px;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-section {
    background-color: #fff;
    padding-top: 0;
    
}
.catalog-page .bx-sidebar-block, .sf-sub-catalog-page .bx-sidebar-block {
    border: 1px solid #ededed;
}
.catalog-page .bx-filter .bx-filter-popup-result.right, .sf-sub-catalog-page .bx-filter .bx-filter-popup-result.right {
    right: unset !important;
    opacity: 1;
    background-color: #fff;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-section > form {

}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-input-container {
    display: inline-block;
    width: calc(100% - 30px);
    float: left;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container-block {
    padding: 0;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container {
    margin-left: 0;
    margin-right: 0;
}
.catalog_custom_filter.bx-filter.bx-black .bx-ft-sub {
    width: 30px;
    display: inline-block !important;
    float: left;
    padding-bottom: 0 !important;
    line-height: 38px;
    text-align: center;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-input-container input {
    border-color: #0099b0;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-input-container input:focus {
    border-color: #00bad5;
}.catalog_custom_filter input[type="checkbox"]:checked+span {
    border: 1px solid #0099b0;
}
.catalog_custom_filter input[type="checkbox"]:checked+span:before {
    width: 5px;
    height: 12px;
    margin: 1px 8px;
}
.catalog_custom_filter .checkbox input[type="checkbox"] {
    display: none;
}
.catalog_custom_filter .checkbox {
    min-height: 24px;
}
.catalog_custom_filter .checkbox label, .catalog_custom_filter .checkbox div.bx-filter-param-label{
    padding-left: 0;
    min-height: 24px;
}
.catalog_custom_filter .checkbox div.bx-filter-param-label {
    display: inline-block;
}
.catalog_custom_filter .checkbox .bx-filter-param-text {
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    width: 20px;
    height: 20px;
}
.catalog_custom_filter .checkbox.disabled {
    display: none !important;
}
.catalog_custom_filter .checkbox .bx-filter-input-checkbox span.prop_name,.catalog_custom_filter .checkbox .bx-filter-input-checkbox a.prop_name {
    padding-left: 30px;
    display: block;
    line-height: 20px;
}
.catalog_custom_filter .checkbox .bx-filter-input-checkbox a.prop_name {
    color: #000;
    padding-left: 0;
}
.catalog_custom_filter .checkbox img {
    margin-left: 5px;
}
.catalog_custom_filter #set_filter {
    /*display: none;*/
}
.catalog_custom_filter .bx-filter-button-box {
    text-align: center;
}
.custom_section_list {
    padding: 25px 15px 0 15px;
}
.custom_section_list .bx-filter-block {
    display: none;
    padding-bottom: 20px;
}
.custom_section_list.bx-active .bx-filter-block {
    display: block;
}
.catalog-section-list .bx-filter-block > li {
   position: relative;
   margin-bottom: 10px;
}
.catalog-section-list .bx-filter-block > li > a {
    color: #000;
    font-size: 14px;
}
.catalog-section-list .bx-filter-block > li > span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.3);
    z-index: -1;
}
.catalog-section-list .bx-filter-block > li.active > span {
    border-color: #0099b0;
}
.catalog-section-list .bx-filter-block > li > a {
    padding-left: 30px;
    display: block;
}
.catalog-section-list .bx-filter-block > li.active > span:after {
    content: "";
    width: 5px;
    height: 12px;
    margin: 1px 8px;
    display: block;
    border: 0 solid #0099b0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(40deg);
    pointer-events: none;
}
.bx-filter-button-box #del_filter.disabled, .bx-filter-button-box #set_filter.disabled {
    display: none;
}

.checkbox_custom_wrap .more_visible {
    text-align: center;
    margin-top: 10px;
}
.checkbox_custom_wrap .more_visible.active {
    margin-bottom: 20px;
}
.checkbox_custom_wrap .more_visible span {
    cursor: pointer;
    display: inline-block;
    color: #0099b0;
    font-weight: 700;
}
.catalog_custom_filter .checkbox_custom_wrap .checkbox {
    display: none;
}
.catalog_custom_filter .checkbox_custom_wrap .checkbox.active {
    display: block;
}
.catalog-left-search-result.active {
    display: block !important;
}
.catalog-left-search-result span {
    cursor: pointer;
}
.stock_block {
    margin-top: 10px;
}
.available-item {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding-left: 30px;
    color: #999;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    vertical-align: middle;
}
.available-item.available {
    background-image: url(/images/available.svg);
}
.available-item.not-available {
    background-image: url(/images/not-available.svg);
}
.available-question {
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 20px;
    margin-left: 5px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    transition: .2s;
    vertical-align: middle;
}
.available-question:hover {
    background-color: #999;
    color: #fff;
}
html {
    scroll-behavior: smooth;
}


.top_dostavka_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buy_options {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
}
.buy_options .dostavka_ic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.buy_options .dostavka_ic.ic_car {
    background-image: url(/images/car.svg);
    width: 40px;
    height: 24px;
}
.buy_options .dostavka_ic.ic_box {
    background-image: url(/images/box.svg);
    width: 32px;
    height: 24px;
}
.buy_options .dostavka_ic.ic_money {
    background-image: url(/images/money.svg);
    width: 24px;
    height: 24px;
}
.top_dostavka_block {
    margin-bottom: 20px;
    width: 100%;
}
.buy_options .buy_options_text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
.product_buy_wrap {
    width: 68%;
}
.product_buy_wrap .sf-product__count {
    width: 100%;
    justify-content: flex-end;
}
.oneclick_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.oneclick_sub-title {

    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.one-click_wrap {
    max-width: 317px;
        margin: 10px 0 0 auto;
}
.js-one-click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25em;
    height: 40px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: none;
    background-color: #26ad39;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: 0.2s background-color;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
        padding: 0 0.8em;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    background-color: #fff;
    border: 2px solid #26ad39;
    color: #26ad39;
    width: 100%;
}
.js-one-click:hover {
    color: #fff;
    background-color: #26ad39;
}
.goods_on_order_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px 0;
}
.js-goods_on_order {
    max-width: 150px;
}
.js-goods_on_order:hover,.js-goods_on_order:focus{
    color:#fff;
    border: none;
}
.sf-product .news-detail ul, .sf-product .news-detail ol {
    padding-left: 20px;
}
.sf-product .news-detail ul li, .sf-product .news-detail ol li {
    list-style-type: disc;
    margin-bottom: 20px;
}
.sf-product .news-detail ul li p, .sf-product .news-detail ol li p {
    margin-bottom: 0;
}
.sert_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
}
.sert_item {
    max-width: 280px;
    width: 100%;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
}
.sert_item a {
    cursor: zoom-in;
}
.sert_item img {
    max-width: 100%;
    height: auto;
}
#fancybox-wrap {
    position: fixed !important;
}
.sf-header__socials div {
    margin-right: 12px;
}
.main-slider-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}
@media (max-width: 767px) {
    .header-message {
        font-size: 12px;
    }
   .header-message .header-message__inner.element {
        align-items: center;
        padding: 0 15px;
    }
    div.title-search-result {
        min-width: unset;
    }
    .bx_searche .bx_item_element a {
        max-width: 100%;
    }
    .sf-breadcrumbs ul a, .sf-breadcrumbs ul span {
        font-size: 12px;
    }
    .index-page--mobile .main-slider-carousel .owl-prev {
        left: 10px;
    }
    .index-page--mobile .main-slider-carousel .owl-next {
        right: 10px;
    }
    .index-page--mobile .main-slider-carousel .owl-prev, .index-page--mobile .main-slider-carousel .owl-next {
        width: 25px;
        height: 25px;
        border: 1px solid #cfcfcf;;
        background-color: rgba(255,255,255,0.4);
    }
    .index-page--mobile .main-slider-carousel .owl-prev:before, .index-page--mobile .main-slider-carousel .owl-next:before {
        font-size: 12px;
        font-weight: normal;
        top: 4px;
        left: 7px !important;
    }
    .sf-footer__list a, .sf-footer__list span {
        padding: 7px 0;
    }
    .sf-footer__copyright span {
        font-size: 12px;
    }
}

@media (max-width: 650px) {
    .top_dostavka_block {
        margin-top: 20px;
    }
    .sf-product__price {
        width: 100%;
        margin-bottom: 20px;
        text-align: right;
    }
    .product_buy_wrap {
        width: 100%;
    }
    .sf-product__buy {
        width: 100%;
    }
    .one-click_wrap {
        max-width: 230px;
    }
    .filter_section_list ul > li.active > a:after, .filter_section_list ul > li.active > span:after {
        border-top: 5px solid #fff;
        top: 17px;
        border-bottom: 0;
    }
    .sf-product__bottom-info-inner {
        position: relative;
    }
    .sf-product__buy-info {
        display: block;
        width: 100%;
        padding-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sf-product__buy-info .sf-product__buy-info-retail, .sf-product__buy-info .sf-product__buy-info-wholesale {
        display: none;
    }
    .sf-product__price {
/*        margin-bottom: 0;*/
    }
    .stock_block {
        margin-top: 6px;
    }
    .sf-product-page__filter {
        display: block;
    }
    .filter_wrapper {
        display: none;
    }
}
@media (max-width: 490px) {
    .buy_options {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        justify-items: center
    }
    .buy_options .buy_options_text {
        text-align: center;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}


.si-feedback {
    padding: 40px 0 50px;
    box-sizing: border-box;
    background: url('img/si-banner.jpg') no-repeat center;
    background-size: cover;
    min-height: 421px;
}

.si-feedback * {
    box-sizing: border-box;
}

.si-feedback__form {
    max-width: 465px
}

.si-feedback__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1210px;
}

.si-feedback__title {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #0099B0;
    margin-bottom: 10px;
}

.si-feedback__subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.si-feedback__field {
    width: 100%;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #EDEDED;
    margin-bottom: 10px;
    display: block;
    outline: none;
}

.si-feedback__field::placeholder {
    color: #000000;
}

.si-feedback__fieldset {
    padding: 0;
    gap: 0 10px;
    border: none;
    display: flex;
}

.si-feedback__field--textarea {
    resize: none;
    min-height: 104px;
    margin-bottom: 0;
}

.si-feedback__btn {
    width: 100% !important;
    padding: 10px 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    position: relative !important;
    color: #FFFFFF !important;
    font-style: normal !important;
    background: #004A78 !important;
    border: 1px solid #004A78 !important;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0 0 4px 4px !important;
}
.si-feedback__btn_wrap {
    position: relative;
}
.si-feedback__btn_wrap::before {
    content: '';
    top: -20px;
    position: absolute;
    left: calc(50% - 10px);
    border: 10px solid #004A78;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.si-delivery,
.si-delivery * {
    box-sizing: border-box;
}

.sf-footer__si-delivery {
    margin-bottom: 0;
}

.si-delivery__container {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    padding: 0;
}

.si-maps {
    flex: 3 1 500px;
    min-height: 300px;
    position: relative;
}

.si-aside {
    flex: 1 3 250px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: inset 0px -12px 20px rgba(255, 255, 255, 0.5);
}

.si-aside__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    background: #004A78;
    text-transform: uppercase;
    font-family: 'Myriad Pro', sans-serif;
    color: #FFFFFF;
    padding: 15px 10px;
    text-align: center;
    position: relative;
}

.si-aside__title::before {
    content: '';
    bottom: -20px;
    position: absolute;
    left: calc(50% - 10px);
    border: 10px solid #004A78;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.si-aside__form {
    padding: 23px 20px 20px;
}

.si-fieldset {
    gap: 20px;
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 14px 0;
    /* overflow: hidden; */
}

.si-check {
    gap: 0 6px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.si-check__field,
.si-radio__field {
    display: none;
}

.si-check__field:checked+.si-check__box {
    background-color: #0099B0 !important;
}

.si-check__box {
    width: 13px;
    height: 13px;
    background-color: #fff;
    box-shadow: inset 0 0 0px 3px #fff;
    border: 1px solid #0099B0 !important;
}

.si-check__text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.si-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    max-height: 640px;
}

.si-radio {
    margin: 0;
    cursor: pointer;
}

.si-radio__text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #18922B;
    width: auto !important;
    height: auto !important;
    padding: 5px 15px !important;
    border-radius: 2px !important;
    border: 1px solid #18922B !important;
}

.si-radio__text::before {
    display: none !important;
}

.si-radio__field:checked+.si-radio__text {
    background: #0055A5;
    border-color: #0055A5;
    color: #fff;
}

.si-form__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}

.si-contacts {
    margin: 0;
    gap: 10px 0;
    display: flex;
    overflow-y: auto;
    max-height: 450px;
    padding: 20px;
    flex-direction: column;
    list-style-type: none;
    border-top: 1px solid #EDEDED;
}

.si-contact {
    padding: 8px 10px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}

.si-contact__summary {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.si-contact__img {
    max-width: 50px;
    display: block;
    width: 100%;
}

.si-contact__main {
    padding-top: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.si-contact__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}

.si-contact__item {
    gap: 0 6px;
    display: flex;
    align-items: flex-start;
}

.si-contact__item p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.si-contact__text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.si-contact__link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #004A78;
}


/* Tooltip container */
.si-tooltip {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    background: url('img/info.svg') no-repeat center;
    background-size: 100%;
}



.si-tooltip .si-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.si-tooltip:hover .si-tooltiptext {
    display: block;
}

.si-check__tooltip {
    align-self: flex-start;
}

@media only screen and (max-width: 576px) {
    .si-aside,
    .si-maps {
        flex: 0 1 100%;
    }
}

.captcha .disabled {
    display: none;
}
.captcha .g-recaptcha {
    text-align: right;
}
.captcha .g-recaptcha>div {
    display: inline-block;
}
.alx_feed_back_form_title_error.si-feedback__subtitle, .alx_feed_back_form_title_error {
    display: none;
}
.alx_feed_back_form_error_list {
    margin-bottom: 10px;
}
.alx_feed_back_form_error_list li span {
    display: none;
}
.alx_feed_back_form_error_list li {
    font-weight: bold;
    color: red;
}
#page-preloader2 {
    display: none;
}
.si-contact__summary {
    cursor: pointer;
}
.si-contact.active {
    border: 1px solid #0099b0;
}
.si-map {
    opacity: 0;
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.si-map.active {
    opacity: 1;
    z-index: 1;
}
.catalog_custom_filter .bx-filter-popup-result {
    color: #fff;
    background-color: #26ad39 !important;
    padding: 10px 20px;
    background: #26ad39;
    height: auto;
    font-size: 14px;
}
.catalog_custom_filter .bx-filter-popup-result a {
    color: #fff;
    text-decoration: underline;
}
.catalog_custom_filter .bx-filter-popup-result.right {
    border: none;
}
.custom-list li {
    list-style-type: decimal !important;
    font-size: 16px;
    margin-bottom: 10px;
}
.custom-list a {
    color: #000;
}
.table_wrap {
    margin-bottom: 20px;
    overflow-x: auto;
}
.table_wrap table {
    min-width: 480px;
}
.sf-product-page__product .news-detail .detail_picture {
    max-width: 30%;
}



/*redisign-filter*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.bx-filter {
    font-family: 'Roboto', sans-serif;
}
.section_block {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom:20px;
}
.filter_title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #1D5AB5;
    margin-bottom: 10px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.filter_title .clear {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-image: url("/images/new/cancel.svg");
    background-position: left center;
    cursor:pointer;
}
.section_block > a {
    display:inline-block;
    padding-left: 25px;
    background-image: url("/images/new/ar-left.svg");
    background-repeat: no-repeat;
    background-position: left 5px center;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #1A1A1A;
}
.section_block_name_category_wrap{
    padding-left: 20px;
}
.section_block_name_category {
    padding:10px;
    display:inline-block;
    width:100%;
    background: #F5F5F5;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
}
.catalog-page .bx-sidebar-block, .sf-sub-catalog-page .bx-sidebar-block {
    border:0;
}
.filter-search::placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #999999;
}
.catalog-left-search {
    padding:0;
}
.catalog-left-search .filter-search {
    position:unset;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px !important;
    width: 100%;
    padding:10px 46px 10px 10px !important;
    height:36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.wrapper-catalog-left-search .input-group-btn {
    right:0;
    width: 36px;
    height: 36px;
    background-color: #26AD39;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    text-align: center;
}
.wrapper-catalog-left-search .input-group-btn .search_icon {
    display: inline-block;
    width: 15px;
    height: 100%;
    background-image: url("/images/new/search_ic.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.filter_title_group {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-input-container {
    float:none;
    width: 100%;
    position:relative;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.catalog_custom_filter.bx-filter.bx-black .group_numbers .bx-filter-parameters-box-container, .catalog_custom_filter.bx-filter.bx-black .size_group .bx-filter-parameters-box-container {
    grid-gap: 20px;

}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
    flex: 0 0 calc(50% - 10px);
    max-width:calc(50% - 10px);
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block input {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    height: 36px;
    padding-left: 30px;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block .bx-ft-sub {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block .clean {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url("/images/new/clean.svg");
    background-position: center;
    cursor:pointer;
    display: none;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block .bx-filter-input-container.active .clean {
    display: block;
}
.filter_title .info img {
    vertical-align: top;
}
.bx-panel-tooltip {
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18) !important;
    border-radius: 5px !important;
    border: 0 !important;
}
.checkbox_custom_wrap .more_visible {
    text-align: left;
}
.checkbox_custom_wrap .more_visible span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-image: url("/images/new/ar-down.svg");
    background-position: right center;
}
.checkbox_custom_wrap .more_visible.active span {
    background-image: url("/images/new/ar-up.svg");
}
.catalog_custom_filter .checkbox .bx-filter-param-text {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    top: calc(50% - 12px);
}
.catalog_custom_filter input[type="checkbox"]:checked+span {
    background: #26AD39;
    border-color: #26AD39;
}
.catalog_custom_filter input[type="checkbox"]:checked+span:before {
    border-color: #fff;
}
#manufacturer .search {
    position: unset;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px !important;
    width: 100%;
    padding: 10px 46px 10px 10px !important;
    height: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}
#manufacturer:not(.active) .search {
    display: none;
}
#manufacturer .search:focus-visible {
    outline: none;
}
#manufacturer {
    flex: 0 0 100%;
    max-width: 100%;
}
#manufacturer .filter_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    margin-bottom: 0;
}
#manufacturer.active .more_visible {
    margin-top:10px;
}
#manufacturer:not(.active) .checkbox_manufacturer, #manufacturer:not(.active) .filter_title {
    display: none;
}
#manufacturer .checkbox_manufacturer.is-top {
    display: block;
}
#manufacturer .more_visible span {
    font-weight: 400;
    cursor:pointer;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-image: url(/images/new/ar-down.svg);
    background-position: right center;
}
#manufacturer .more_visible.active span {
    background-image: url(/images/new/ar-up.svg);
}

.catalog_custom_filter .bx-filter-popup-result {
    padding: 20px 15px;
    background: #FFFFFF !important;
    border-radius: 5px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18);
    color: #1A1A1A;
}
.catalog_custom_filter .bx-filter-popup-result .count_elements, .catalog_custom_filter .bx-filter-popup-result .count_elements #modef_num {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
}
.catalog_custom_filter .bx-filter-popup-result .count_elements {
    margin-bottom: 10px;
}
.catalog_custom_filter .bx-filter-popup-result a {
    background: #26AD39;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    padding:10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.catalog_custom_filter.bx-filter.bx-black .bx-filter-parameters-box-container.btn_group {
    flex-direction: column;
    grid-gap: 15px;
    align-items: center;
}
.bx-filter-parameters-box-container {
    padding-bottom: 10px;
}
.catalog_custom_filter #set_filter {
    background: #26AD39;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    padding:10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.catalog_custom_filter #del_filter {
    display: inline-block;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    padding:0;
    background: none;
    outline: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url(/images/new/cancel_main.svg);
    background-position: left center;
    cursor: pointer;

}
.catalog_custom_filter #del_filter:hover {
    text-decoration: none;
}
#manufacturer.active .list {
    height: 450px;
    overflow-y: auto;
}
#manufacturer .list.active {
    height: auto;
    overflow-y: unset;
}

#manufacturer .list::-webkit-scrollbar, .map-aside__list::-webkit-scrollbar, .map-contacts::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
#manufacturer .list::-webkit-scrollbar-thumb, .map-aside__list::-webkit-scrollbar-thumb, .map-contacts::-webkit-scrollbar-thumb {
    width: 6px;
    height: 110px;
    background: #DCDCDC;
}
.mobile-filter_wrap {
    display: none;
}
.filter_buttons .bx-filter-block {
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .mobile-filter_wrap {
        display: block;
    }
    .mobile-filter {
        text-align: center;
        background: #1D5AB5;
        border-radius: 5px;
        color:#fff;
        padding: 10px 0;
        margin-bottom: 10px;
        cursor:pointer;
    }
    .mobile-filter span {
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        padding-right: 20px;
        background-repeat: no-repeat;
        background-image: url(/images/new/next_up_w.svg);
        background-position: right center;
    }
    .mobile-filter.active span {
        background-image: url(/images/new/next_down_w.svg);
    }
    /*.section_block_search,.filter_main, .filter_buttons #set_filter {
        display: none;
    }*/
    .filter_main .group:not(.group_active) {
        display:none;
    }
    .filter_main .group.active:not(.group_active) {
        display:block;
    }
    .section_block_search.active,.filter_main.active, .filter_buttons.active #set_filter {
        display: block;
    }
    .bx-touch .bx-filter .bx-filter-popup-result {
        left: calc(50vw - 90px) !important;
        bottom:calc(50vh - 40px) !important;
    }
    .catalog_custom_filter {
        display: none;
    }
    .catalog_custom_filter.active {
        display: block;
    }
}

@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-cyrillic_latin-regular.eot');
    src: url('fonts/roboto-v30-cyrillic_latin-regular.woff2') format('woff2'), url('fonts/roboto-v30-cyrillic_latin-regular.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v30-cyrillic_latin-500.eot');
    src: url('fonts/roboto-v30-cyrillic_latin-500.woff2') format('woff2'), url('fonts/roboto-v30-cyrillic_latin-500.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v30-cyrillic_latin-700.eot');
    src: url('fonts/roboto-v30-cyrillic_latin-700.woff2') format('woff2'), url('fonts/roboto-v30-cyrillic_latin-700.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto-v30-cyrillic_latin-900.eot');
    src: url('fonts/roboto-v30-cyrillic_latin-900.woff2') format('woff2'), url('fonts/roboto-v30-cyrillic_latin-900.woff') format('woff');
}
body,
input,
textarea,
button,
select {
    font-family: 'Roboto', sans-serif;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    width: 31px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
}
.slick-prev {
    background-image: url('../images/arrow-prev.svg');
    left: -60px;
}
.slick-next {
    background-image: url('../images/arrow-next.svg');
    right: -60px;
}
.slick-dots {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.slick-dots button {
    background-color: #DCDCDC;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    height: 10px;
    width: 10px;
}
.slick-dots .slick-active button {
    background-color: #231F20;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
    outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
    border: none;
}
header .container,
.showcase-section .container,
.tags-section .container,
.category-section .container,
.pluses-section .container,
.news-section .container,
.map-section .container,
footer .container {
    max-width: 1340px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
header .container::before,
.showcase-section .container::before,
.tags-section .container::before,
.category-section .container::before,
.pluses-section .container::before,
.news-section .container::before,
.map-section .container::before,
footer .container::before,
header .container::after,
.showcase-section .container::after,
.tags-section .container::after,
.category-section .container::after,
.pluses-section .container::after,
.news-section .container::after,
.map-section .container::after,
footer .container::after {
    display: none;
}
.header-top {
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px #DCDCDC;
    padding-bottom: 3px;
    padding-top: 3px;
}
.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.city {
    position: relative;
}
.city__selected {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.567 4.433A4.438 4.438 0 0 1 6 0a4.438 4.438 0 0 1 4.433 4.433c0 .805-.36 1.67-.376 1.707a7.119 7.119 0 0 1-.512.958l-3.04 4.605C6.381 11.892 6.197 12 6 12s-.38-.108-.505-.297l-3.04-4.605a7.147 7.147 0 0 1-.512-.958v-.001c-.02-.047-.376-.906-.376-1.706Zm2.608 0c0 1.007.819 1.825 1.825 1.825a1.827 1.827 0 0 0 1.825-1.825A1.827 1.827 0 0 0 6 2.608a1.827 1.827 0 0 0-1.825 1.825Z' fill='%231D5AB5'/%3E%3C/svg%3E");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 0.8;
    padding-left: 15px;
    padding-right: 13px;
    position: relative;
    cursor: pointer;
}
.city__selected::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2.5H2.04a.5.5 0 0 0-.39.812l2.96 3.7c.2.25.58.25.78 0l2.96-3.7a.5.5 0 0 0-.39-.812H5Z' fill='%23231F20'/%3E%3C/svg%3E");
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}
.city__list {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 10px 0;
    z-index: 105;
}
.title-search-result {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 10px 10px;
    border:0 !important;
}
.city__list.active {
    display:block;
}
.city__list .sf-header__city-picker-item-btn {
    padding: 0 10px;
    height: auto;
    margin-bottom: 5px;
    font-size: 15px;
}
.city__list .city__list-item:last-child .sf-header__city-picker-item-btn {
    margin-bottom: 0px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu__item {
    font-size: 15px;
}
.menu__item.contacts_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 0;
    border-radius: 5px;
    font-family: "Open Sans", Arial, sans-sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #26ad39;
    text-align: center;
    position: relative;
    height: 30px;
    color: #fff;
    transition: .2s;
}
.menu__item.contacts_btn a:hover {
    background-color: #F5F5F5;
    color: #231F20;
}
.menu__item:not(:last-child) {
    margin-right: 36px;
}
.menu__item.has-child {
    padding-right: 13px;
    position: relative;
}
.menu__item.has-child::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2.5H2.04a.5.5 0 0 0-.39.812l2.96 3.7c.2.25.58.25.78 0l2.96-3.7a.5.5 0 0 0-.39-.812H5Z' fill='%23231F20'/%3E%3C/svg%3E");
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}
.menu__item a {
    color: #231F20;
}
.header-middle {
    padding: 5px 0;
}
.header-middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.logo {
    position: relative;
}
.logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.logo__image {
    margin-right: 9px;
}
.logo__email {
    color: #1D5AB5;
    font-size: 17px;
    font-weight: 700;
    line-height: 0.8;
    position: absolute;
    bottom: 0;
    left: 52px;
}
.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}
.header-contacts__item {
    text-align: right;
}
.header-contacts__item:not(:last-child) {
    margin-right: 60px;
}
.header-contacts__title {
    font-size: 16px;
    line-height: 1;
}
.header-contacts__title > a {
    color:unset;
}
.header-contacts__value {
    font-size: 20px;
    font-weight: 500;
}
.header-contacts__value a {
    color: #1D5AB5;
    transition: color 0.3s ease;
}
.header-contacts__value a:hover {
    color: #23527c;
}
.header-contacts__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    margin: 3px 0;
}
.header-contacts__social span{margin-right: 5px;}
.header-contacts__social a:not(:last-child) {
    margin-right: 6px;
}
.header-contacts__social a svg {
    display: block;
}
.header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.header-login svg {
    fill: #1D5AB5;
    margin-right: 3px;
    transition: fill 0.3s ease;
}
.header-login > a {
    color:#231F20;
}
.header-login > a:hover {
    color: #23527c;
}
.header-login:hover {
    color: #23527c;
}
.header-login:hover svg {
    fill: #23527c;
}
.search-toggle {
    display: none;
    margin-left: auto;
    margin-right: 20px;
}
.search-toggle svg {
    display: block;
}
.header-toggle {
    display: none;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 25px;
    height: 24px;
    position: relative;
}
.header-toggle span {
    display: block;
    background-color: #1D5AB5;
    border-radius: 2px;
    font-size: 0;
    height: 2px;
    width: 100%;
    margin: 7px 0;
    transition: all 0.3s ease;
}
.header-toggle span::before {
    content: '';
    background-color: #1D5AB5;
    border-radius: 2px;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
}
.header-toggle span::after {
    content: '';
    background-color: #1D5AB5;
    border-radius: 2px;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    transition: all 0.3s ease;
}
.header-bottom {
    background-color: #F9F9F9;
    padding: 5px 0;
}
.header_wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
}
.header_wrap.fixed .catalog-nav {
    box-shadow: none;
}
.header_wrap.fixed .header-top {
    padding-top: 3px;
}
.header_wrap.fixed .catalog-nav.open .catalog-nav__list {
    display: block;
}
.header_wrap.fixed .catalog-nav__title {
    border-radius: 10px;
    cursor: pointer;
}
.header_wrap.fixed .open .catalog-nav__title {
    border-radius: 10px 10px 0 0;
}
.header_wrap.fixed .catalog-nav__list, .header-bottom .catalog-nav.noindex:not(.open) .catalog-nav__list  {
    display: none;
}
.header-bottom .catalog-nav.noindex:not(.open) {
    box-shadow: none;
}
.header-bottom .catalog-nav.noindex:not(.open) .catalog-nav__title {
    border-radius: 10px;
    cursor: pointer;
}
.header-bottom .catalog-nav.noindex .catalog-nav__title {
    cursor: pointer;
}
.header-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.catalog-nav {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    border-radius: 10px 10px 0 0;
    position: relative;
    width: 24.963%;
}
.catalog-nav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #1D5AB5;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
    position: relative;
    z-index: 100;
}
.catalog-nav__title svg {
    margin-right: 10px;
}
.catalog-nav__list {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
}
.catalog-nav__item:not(:last-child) {
    margin-bottom: 16px;
}
.catalog-nav__item a {
    display: block;
    color: #231F20;
    font-size: 18px;
    line-height: 1.17;
    transition: color 0.3s ease;
}
.catalog-nav__item a:hover {
    color: #23527c;
}
.search-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin: 0 20px;
    max-width: 580px;
}
.search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search__input {
    border: 1px solid #DCDCDC;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
}
.search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #1D5AB5;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding: 0;
}
.search__result {
    display: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.18);
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 35px;
}
.search__result-category {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search__result-category .search__result-title {
    font-size: 15px;
}
.search__result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #231F20;
    padding: 5px 0;
}
.search__result-item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
}
.search__result-title {
    font-size: 17px;
}
.search__result-bread {
    color: rgba(35, 31, 32, 0.5);
    font-size: 13px;
}
.search__result-price {
    font-size: 17px;
    font-weight: 700;
}
.user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-right: 56px;
}
.user-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
}
.user-nav__item:not(:last-child) {
    margin-right: 40px;
}
.user-nav__item svg {
    fill: #1D5AB5;
    margin-right: 4px;
    transition: fill 0.3s ease;
}
.user-nav__item:hover svg {
    fill: #23527c;
}
.showcase {
    margin-left: 24.963%;
    margin-right: -20px;
}
.showcase .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.showcase:not(.slick-initialized) .showcase__item:not(:first-of-type) {
    display: none;
}
.showcase__item {
    padding: 20px;
    color:unset;
}
.showcase__item:hover {
    color:unset;
}
.showcase__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 285px;
    height: 100%;
    position: relative;
}
.showcase__description {
    max-width: 65%;
    padding: 20px 40px;
    position: relative;
    z-index: 100;
}
.showcase__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 30px;
}
.showcase__logos img {
    margin-right: 10px;
}
.showcase__sup {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;
}
.showcase__title {
    font-size: 39px;
    font-weight: 900;
    line-height: 1.17948718;
    text-transform: uppercase;
}
.showcase__image {
    background: linear-gradient(130deg, #ffffff 0%, #ffffff 35%, #c5112e 35.547%, #c5112e 100%);
    padding-left: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.showcase__image.black {
    background: linear-gradient(130deg, #ffffff 0%, #ffffff 35%, #231F20 35.547%, #231F20 100%);
}
.showcase__image.red {
    background: linear-gradient(130deg, #ffffff 0%, #ffffff 35%, #F64C2B 35.547%, #F64C2B 100%);
}
.showcase__image-caption {
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50;
}
.tags-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin: -6px -10px;
}
.tag {
    background-color: #1D5AB5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 10px;
    padding: 3px 5px;
    white-space: nowrap;
    transition: background 0.3s ease;
}
.tag:hover {
    background-color: #23527c;
    color: #fff;
}
.category-section {
    padding-top: 70px;
    padding-bottom: 40px;
}
.category-section h1 {
    text-align: center;
    margin:0;
    color: #231F20;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.category:not(:last-child) {
    margin-bottom: 60px;
}
.category__items {
    border: 1px solid #DCDCDC;
    width: 33.047%;
}
.category__items:not(.slick-initialized) .category__item:not(:first-of-type) {
    display: none;
}
.category__item {
    padding: 20px 30px;
}
.category__image {
    margin-bottom: 20px;

}
.category__name {
    font-size: 18px;
    margin-bottom: 6px;
    color:unset;
}
.category__name:hover {
    color:unset;
}
.category__rating {
    margin-bottom: 12px;
}
.category__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.category__price {
    font-size: 32px;
    font-weight: 500;
}
.category__button {
    background-color: #26AD39;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 6px 30px;
    transition: background 0.3s ease, color 0.3s ease;
}
.category__button:hover {
    background-color: #F5F5F5;
    color: #231F20;
}
.category__description {
    padding-left: 40px;
    width: 66.953%;
}
.category__description h2 {
    color: #1D5AB5;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.category__text {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 25px;
}
.category__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 25px;
}
.category__logos .slick-track {
    transform: none !important;
}
.category__logos-item {
    padding: 0 15px;
    opacity: 0.5;
}
.category__logos-item.slick-current {
    opacity: 1;
}
.category__logos-link {
    display: block;
}
.category__logos-link img {
    display: block;
    max-height: 36px;
    object-fit: contain;
    object-position: center;
}
.more-link {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293 12.293a1 1 0 1 0 1.414 1.414l6-6a1 1 0 0 0 0-1.414l-6-6A1 1 0 0 0 .293 1.707L5.586 7 .293 12.293Z' fill='%2326AD39'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h8v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
    color: #26AD39;
    font-size: 18px;
    font-weight: 500;
    padding-right: 14px;
}
.pluses-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pluses-section h2 {
    color: #1D5AB5;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.pluses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 80px;
    padding: 0 10% 30px;
}
.pluses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
    width: 200px;
}
.pluses__item .more-link {
    margin-top: auto;
}
.pluses__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #1D5AB5;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
}
.pluses__title {
    color: #1D5AB5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16666667;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 6px;
}
.pluses__text {
    font-size: 14px;
    line-height: 1.14285714;
    margin-bottom: 15px;
}
.news-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
.news-section h2 {
    color: #1D5AB5;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: calc(50% - 25px);
}
.news__item p {
    margin-bottom: 0;
}
.news__item:not(:last-child) {
    margin-right: 50px;
}
.news__item:first-child {
    margin-right: 0;
    width: 100%;
}
.news__item:first-child .news__image {
    width: 30%;
}
.news__item:first-child .news__title {
    font-size: 22px;
}
.news__item:first-child .news__meta {
    margin-bottom: 20px;
}
.news__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    width: 24.285714%;
}
.news__image img {
    display: block;
    width: 100%;
    height: auto;
}
.news__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*.news__description table {
    max-width: 100%;
}*/
.sf-product__availability-table {
    max-width: 100%;
    overflow-y: auto;
}
.news__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14285714;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.news__tag {
    border: 1px solid #1D5AB5;
    border-radius: 4px;
    color: #1D5AB5;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.18181818;
    padding: 4px 5px;
    margin-right: 10px;
}
.news__date {
    color: rgba(35, 31, 32, 0.6);
    font-size: 14px;
}
.news__excerpt {
    font-size: 14px;
    line-height: 1.14285714;
}
.news__more {
    color: #1D5AB5;
    font-size: 16px;
    font-weight: 500;
    margin-top: auto;
}
.map-section {
    padding-top: 40px;
}
.map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 640px;
}
.map-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    position: relative;
    width: 327px;
    z-index: 50;
}
.map-aside h2 {
    background-color: #1D5AB5;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.142;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    margin: 0;
}
.map-aside__filter {
    padding: 24px 15px 0;
}
.map-aside__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border:0;
}
.map-aside__row:not(:last-child) {
    margin-bottom: 20px;
}
.map-aside__row .map-checkbox:not(:last-child) {
    margin-right: 20px;
}
.map-aside__row .map-radio:not(:last-child) {
    margin-right: 20px;
}
.map-aside__row:last-child {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
}
.map-checkbox {
    margin-bottom: 0;
}
.map-checkbox input {
    position: absolute;
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.map-checkbox input[type="checkbox"]:checked + span::before {
    margin: 0;
    transform: none;
}
.map-checkbox input[type="checkbox"]:checked + span::after {
    transform: scale(1);
}
.map-checkbox input[type="checkbox"] + span {
    border: none;
    color: #231F20;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    width: auto;
    padding-left: 26px;
    position: relative;
}
.map-checkbox input[type="checkbox"] + span::before {
    content: '';
    border: 1px solid #26AD39;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
}
.map-checkbox input[type="checkbox"] + span::after {
    background-color: #26AD39;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.896 11.907a.685.685 0 0 1-.486-.202L.202 7.497a.686.686 0 1 1 .971-.972l3.723 3.723 7.931-7.931a.686.686 0 1 1 .972.971l-8.417 8.417a.685.685 0 0 1-.486.202Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}
.map-radio {
    margin-bottom: 0;
}
.map-radio input {
    position: absolute;
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.map-radio input[type="checkbox"]:checked + span {
    background-color: #1D5AB5;
    border-color: #1D5AB5;
    color: #fff;
}
.map-radio input[type="checkbox"]:checked + span::before {
    display: none;
}
.map-radio input[type="checkbox"] + span {
    border: none;
    border-radius: 5px;
    border: 1px solid #18922B;
    color: #18922B;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 3px 20px 1px;
    position: relative;
}
.map-aside__subtitle {
    color: #1D5AB5;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.map-aside__list {
    overflow: auto;
    padding: 20px;
}
.map-aside__shop {
    border: 1px solid #EDEDED;
    padding: 8px 10px;
}
.map-aside__shop:not(:last-child) {
    margin-bottom: 10px;
}
.map-aside__shop.open {
    border-color: #26AD39;
}
.map-aside__shop.open .map-aside__detail {
    display: block;
}
.map-aside__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    cursor: pointer;
}
.map-aside__title img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.map-aside__name {
    font-size: 16px;
    font-weight: 500;
}
.map-aside__detail {
    display: none;
    padding-top: 10px;
}
.map-aside__address {
    font-size: 13px;
    line-height: 1.142;
    margin-bottom: 16px;
}
.map-aside__contact {
    background-position: left 2px;
    background-repeat: no-repeat;
    font-size: 13px;
    padding-left: 20px;
}
.map-aside__contact:not(:last-child) {
    margin-bottom: 10px;
}
.map-aside__contact.metro {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7.866C15 3.525 11.649 0 7.5 0 3.36 0 0 3.525 0 7.866c0 2.175.842 4.142 2.201 5.558.109.114.263.19.426.19.335 0 .607-.286.607-.637a.662.662 0 0 0-.181-.466c-1.133-1.187-1.83-2.84-1.83-4.645 0-3.629 2.808-6.593 6.268-6.593s6.286 2.955 6.286 6.593c0 1.824-.697 3.468-1.839 4.665L6.64 18.087 7.5 19l5.317-5.576C14.167 12.008 15 10.04 15 7.866Z' fill='%23848282'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.978 9.386 9.103 4.427 7.527 7.324 5.942 4.428 4.076 9.386h-.543v.741H6.35v-.741h-.417l.408-1.235 1.186 2.033 1.187-2.033.407 1.235h-.425v.741h2.835v-.741h-.553Z' fill='%23848282'/%3E%3C/svg%3E");
}
.map-aside__contact.time {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.943.02C5.856.124 5.03.356 4.128.81c-.718.357-1.3.785-1.919 1.4-.656.66-1.072 1.24-1.465 2.054A7.25 7.25 0 0 0 .01 7.25a7.302 7.302 0 0 0 .77 3.557c.39.788.794 1.344 1.43 1.983.647.645 1.207 1.046 1.995 1.433.55.27.905.401 1.465.542a7.438 7.438 0 0 0 4.362-.208 9.138 9.138 0 0 0 1.424-.689c1.764-1.119 2.997-2.897 3.396-4.89.11-.55.134-.811.134-1.479s-.023-.929-.134-1.48c-.387-1.939-1.568-3.68-3.25-4.792a9.6 9.6 0 0 0-1.61-.803A7.924 7.924 0 0 0 8.158.029 9.975 9.975 0 0 0 6.943.021Zm1.494 1.05a6.374 6.374 0 0 1 3.648 1.845c1.022 1.02 1.629 2.227 1.851 3.677.07.46.07 1.356 0 1.816a6.573 6.573 0 0 1-1.26 3.018 8.144 8.144 0 0 1-1.25 1.25c-1.184.883-2.464 1.31-3.926 1.31-1.459 0-2.745-.43-3.92-1.31-1.353-1.016-2.25-2.536-2.514-4.268-.073-.466-.073-1.36-.003-1.816.337-2.177 1.638-3.964 3.58-4.922.75-.37 1.436-.557 2.403-.656.228-.024 1.09.011 1.391.055Z' fill='%23231F20'/%3E%3Cpath d='M7.345 3.03a.503.503 0 0 0-.296.266c-.041.085-.047.357-.047 2.203v2.11l.067.12c.05.093.358.354 1.354 1.15A49.57 49.57 0 0 0 9.79 9.95a.58.58 0 0 0 .223.041c.354 0 .583-.384.425-.715-.036-.073-.364-.354-1.243-1.057L7.998 7.26 7.992 5.29l-.009-1.972-.082-.105c-.14-.185-.357-.258-.556-.185Z' fill='%23231F20'/%3E%3C/svg%3E");
}
.map-aside__contact.phone {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.176.981c-.437.094-.759.279-1.16.657-.349.328-.51.533-.686.864-.565 1.06-.504 2.42.179 4.017.984 2.308 3.328 4.892 5.757 6.348 1.198.72 2.387 1.14 3.369 1.187 1.055.052 2-.3 2.628-.97.533-.568.779-1.107.782-1.702 0-.46-.135-.815-.416-1.09-.117-.111-2.142-1.559-2.435-1.737-.249-.156-.597-.264-.84-.264-.437 0-.791.187-1.33.703-.17.161-.311.293-.317.293-.006 0-.09-.056-.19-.123-.824-.554-2.001-1.723-2.649-2.628l-.179-.249.308-.322c.633-.671.809-1.099.668-1.64-.076-.297-.255-.584-1.07-1.732-.802-1.131-.954-1.313-1.23-1.462-.32-.173-.8-.235-1.19-.15Zm.67.953c.071.035.168.102.217.155.088.094 1.12 1.526 1.413 1.963.196.293.295.492.295.589 0 .143-.114.304-.51.726-.213.232-.412.466-.442.522-.079.149-.09.46-.029.65.08.246.486.812 1.028 1.43.32.366 1.07 1.101 1.418 1.394.355.296.909.697 1.09.785.211.103.463.126.68.065.155-.047.208-.085.589-.457.565-.548.685-.604 1.005-.454.19.088 2.326 1.6 2.408 1.705.39.495-.284 1.588-1.204 1.951-1.383.548-3.642-.305-5.889-2.227A19.567 19.567 0 0 1 4.28 9.097C3.032 7.644 2.188 6.094 1.948 4.805c-.079-.41-.073-.994.009-1.328.07-.28.217-.6.372-.811.243-.328.689-.674.982-.765a.924.924 0 0 1 .536.033Z' fill='%23231F20'/%3E%3C/svg%3E");
}
.map-aside__link {
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
}
.map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 -10px;
    position: relative;
}
.map-contacts {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    border-radius: 10px 10px 0px 0px;
    overflow: auto;
    padding: 20px 15px;
    position: relative;
    width: 292px;
    z-index: 50;
}
.map-contacts__item:not(:last-child) {
    margin-bottom: 20px;
}
.map-contacts__phone {
    display: inline-block;
    color: #1D5AB5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.142;
    margin-bottom: 8px;
}
.map-contacts__address {
    color: #231F20;
    display: block;
    font-size: 14px;
    line-height: 1.142;
}
.map-contacts__address a {
    color: #231F20;
    display: inline-block;
}
.map-contacts__address a:not(:last-child) {
    margin-bottom: 6px;
}
footer {
    background-color: #F9F9F9;
    box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.12);
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
}
.footer-top {
    padding-bottom: 20px;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.footer__cards {
    padding-top: 20px;
}
.footer__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    color: #231F20;
    font-size: 16px;
    line-height: 1.142;
    padding: 15px 20px;
    width: 175px;
    height: 60px;
}
.footer__card svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
}
.footer__card:not(:last-child) {
    margin-bottom: 15px;
}
.footer__copyright {
    color: #858585;
    font-size: 14px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.footer__title {
    display: inline-block;
    color: #1D5AB5;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.6875;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer__menu {
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__menu:not(:last-child) {
    margin-bottom: 35px;
}
.footer__menu li:not(:last-child) {
    margin-bottom: 15px;
}
.footer__menu a,
.footer__menu span {
    display: inline-block;
    color: #858585;
    font-size: 16px;
}
.footer__social {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 5px;
}
.footer__social a {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    max-width: 200px;
    margin: 0 -4px;
}
.footer__payments svg {
    margin: 0 4px 20px;
}
.footer__payments svg:last-child {
    margin-bottom: 0;
}
.footer_new .footer__cards {
    text-align: center;
    padding-top: 0;
}
.footer_new .footer__cards .footer__card {
    margin: 0 auto;
}
.footer_new .footer__cards .footer__card:not(:last-child) {
    margin-bottom: 15px;
}
.footer_new .footer__cards .footer__social {
    justify-content: center;
} 
.footer_new .footer__cards .footer__copyright {
    position: unset;
}
.footer_new .footer-column.last .header-contacts__item {
    text-align: left;
    margin-right: 0 !important;
}
.footer_new .footer-column.last .menu__item.contacts_btn, .footer_new .footer-column.last .header-contacts__item {
    margin-bottom: 10px;
    margin-right: 0;
}
.footer_new .footer-column.last .footer_shedule .map-aside__contact.time {
    margin-bottom: 3px;
}
.footer_new .footer-column.last .footer_shedule {
    margin-bottom: 10px;
}
.footer_new .footer-column.last .footer_shedule > span {
    color: #858585;
    font-size: 14px;
}
.footer_new .footer-column.last .footer_shedule .map-aside__contact.time .header-contacts__title {
    line-height: 20px;
}
.panel {
    display: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.12);
    padding: 6px 15px;
    position: fixed;
    z-index: 9999;
    margin-bottom: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.panel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #231F20;
    padding: 5px;
}
.panel__item span {
    font-size: 10px;
    line-height: 1.1;
    margin-top: 4px;
}

@media all and (max-width: 1240px) {
    .header-contacts__item:not(:last-child) {
        margin-right: 20px;
    }
    .header-login span {
        display: none;
    }
    .user-nav {
        margin-right: 0;
    }
    .user-nav__item:not(:last-child) {
        margin-right: 20px;
    }
    .pluses {
        padding: 0 30px 30px;
    }
    .footer__copyright {
        bottom: -40px;
    }
}
@media all and (max-width: 1023px) {
    header {
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
    }
    .menu {
        display: none;
    }
    .header-contacts {
        display: none;
    }
    .header-login {
        display: none;
    }
    .header-toggle {
        display: block;
    }
    .header-bottom {
        padding: 0;
    }
    .catalog-nav {
        display: none;
    }
    .search-wrap {
        display: none;
        margin: 0;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px;
        background-color: #fff;
        z-index: 999;
    }
    .user-nav {
        display: none;
    }
    .search-toggle {
        display: block;
    }
    .open-menu {
        overflow: hidden;
    }
    .open-menu .header-toggle span {
        background-color: transparent;
    }
    .open-menu .header-toggle span::before {
        transform: rotate(45deg);
        transform-origin: 0 0 0;
        top: 0;
        width: 32px;
    }
    .open-menu .header-toggle span::after {
        transform: rotate(-45deg);
        transform-origin: 0 100% 0;
        bottom: 0;
        width: 32px;
    }
    .open-menu .catalog-nav {
        background-color: #fff;
        box-shadow: none;
        border-radius: 0;
        display: block;
        overflow: auto;
        padding: 10px 15px 0;
        position: fixed;
        top: 80px;
        bottom: 210px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 500;
    }
    .open-menu .header-message {
        display: none;
    }
    .open-menu .catalog-nav__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent;
        cursor: pointer;
        color: #231F20;
        font-size: 18px;
        font-weight: 400;
        padding: 0 0 8px;
        text-transform: none;
    }
    .open-menu .catalog-nav__title::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2.5H2.04a.5.5 0 0 0-.39.812l2.96 3.7c.2.25.58.25.78 0l2.96-3.7a.5.5 0 0 0-.39-.812H5Z' fill='%23231F20'/%3E%3C/svg%3E");
        display: inline-block;
        margin-left: 6px;
        content: '';
        width: 10px;
        height: 10px;
    }
    .open-menu .catalog-nav__title svg {
        display: none;
    }
    .open-menu .catalog-nav__list {
        box-shadow: none;
        display: none;
        padding: 8px 10px;
        position: static;
    }
    .open-menu .open .catalog-nav__list {
        display: block;
    }
    .open-menu .catalog-nav__item a {
        font-size: 16px;
    }
    .open-menu .menu {
        display: block;
    }
    .open-menu .menu__item {
        font-size: 18px;
    }
    .open-menu .menu__item:not(:last-child) {
        margin-right: 0;
    }
    .open-menu .menu__item:not(.contacts_btn) a {
        display: inline-block;
        padding: 8px 0;
    }
    .open-menu .menu__item.has-child::after {
        display: inline-block;
        margin-left: 6px;
        position: static;
    }
    .open-menu .header-contacts {
        background-color: #fff;
        display: block;
        padding: 0 15px 30px;
        position: fixed;
        bottom: 65px;
        left: 0;
        right: 0;
        z-index: 510;
    }
    .open-menu .header-contacts__item {
        text-align: center;
    }
    .open-menu .header-contacts__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .open-menu .header-contacts__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .open-menu .header-contacts__social a svg {
        width: 24px;
        height: 24px;
    }
    .showcase {
        margin: 0 -15px;
    }
    .tags-section {
        padding: 0;
    }
    .tags {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        overflow: auto;
    }
    .tag {
        font-size: 14px;
    }
    .category-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .category__item {
        padding: 20px;
    }
    .category__description {
        padding-left: 20px;
    }
    .pluses-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pluses {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-top: 50px;
    }
    .pluses__item {
        width: 100%;
    }
    .pluses__item:first-child {
        margin-top: -30px;
    }
    .pluses__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .pluses__icon {
        margin-top: 0;
    }
    .pluses__title {
        max-width: 200px;
    }
    .pluses__text {
        max-width: 200px;
    }
    .news-section {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .news__item {
        width: 100%;
    }
    .news__item:not(:last-child) {
        margin-right: 0;
    }
    .news__item:first-child .news__image {
        width: 25%;
    }
    .news__image {
        width: 25%;
    }
    .map-wrap {
        display: block;
        max-height: none;
    }
    .map-aside {
        width: 100%;
        /*height: 640px;*/
    }
    .map {
        box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.12);
        height: 450px;
        margin: 0 -15px -15px;
        z-index: 60;
    }
    .map-contacts {
        margin: 0 -15px;
        padding: 20px 30px;
        width: auto;
        z-index: 100;
    }
    footer {
        padding-top: 20px;
    }
    .panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer_new .footer__cards .footer__card {
        margin-left: unset;
        margin-right: unset;
    }
    .footer_new .footer__cards {
        text-align: left;
    }
    .footer_new .footer__cards .footer__social {
        justify-content: flex-start;
    }
}
@media all and (max-width: 900px) {
    .category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .category__items {
        width: 100%;
        max-width: 345px;
    }
    .category__description {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
    .category__logos {
        margin-bottom: 0;
    }
    .category__logos .slick-track {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        max-width: 100%;
    }
    .category__logos-item {
        margin-bottom: 16px;
    }
    .footer-bottom {
        display: block;
    }
    .footer__cards {
        padding-top: 0;
    }
    .footer-column {
        margin-bottom: 30px;
    }
    .footer__menu:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media all and (max-width: 800px) {
    .showcase__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .showcase__description {
        padding: 20px;
        max-width: none;
    }
    .showcase__image {
        background: linear-gradient(170deg, #ffffff 0%, #ffffff 35%, #c5112e 35.547%, #c5112e 100%);
        padding-left: 0;
        padding-bottom: 20px;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        text-align: center;
    }
    .showcase__image.black {
        background: linear-gradient(170deg, #ffffff 0%, #ffffff 35%, #231F20 35.547%, #231F20 100%);
    }
    .showcase__image.red {
        background: linear-gradient(170deg, #ffffff 0%, #ffffff 35%, #F64C2B 35.547%, #F64C2B 100%);
    }
    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news__item:not(:last-child) {
        margin-bottom: 50px;
    }
    .news__image {
        margin: 0 auto 25px;
        max-width: 345px;
        width: 100% !important;
    }
}
@media all and (max-width: 500px) {
    .showcase__title {
        font-size: 30px;
    }
    .showcase__title br {
        display: none;
    }
}
ul {
    padding-left: 20px;
}
.section-seo-text ul li, .body ul li, .SmeX-text ul li, .catalog-page ul li {
    list-style-type: disc;
    margin-bottom: 20px;
}
.sf-product__specifications-img img {
    max-height: 300px;
    width: auto;
    max-width: 100%;
}
h1,h2,h3,h4,h5,p,b,span,div,a {
    text-transform: none !important;
    
}
b{
    text-transform: lowercase !important;
    
}
b {
 display: inline-block !important;   
}
/*h1::first-letter,h2::first-letter,h3::first-letter,h4::first-letter,h5::first-letter,p::first-letter,b::first-letter,span::first-letter,div::first-letter,a::first-letter {
    text-transform: uppercase !important;
}*/
h1,h2,h3,h4,h5,p,b,span,div,u {
    text-decoration: none !important;
    font-family: 'Verdana', sans-serif !important;
}
.articles {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'Verdana', sans-serif !important;
}
.sort_item_wrap {
    margin-left: 5px;
    display: inline-block;
    padding: 10px;
}
.sort_item_wrap .sort_line {
    padding-right: 20px;
}
.sort_items {
    display: none;
    padding: 10px 0;
    border: 1px solid #DCDCDC;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: auto;
    z-index: 3;
}
.sort_items a {
    display: block;
    padding: 5px 10px;
    color: #333;
}
.sort_items a:hover {
    background-color: #DCDCDC;
}
.sort_items.active {
    display: block;
}
.sort_item_wrap span {
    cursor: pointer;
}
.sort_item_wrap {
    position: relative;
}
.sort_item_wrap .sort_line .arrow-asc {
    display: block;
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    border-bottom: 0;
}
ul.brands {
    columns: 4;
}
ul.brands .brand-item {
    font-weight: bold;
    margin-bottom: 5px;
}
@media all and (max-width: 540px) {
    ul.brands {
        columns: 2;
    }
}
.catalog-left li {
        list-style-type: none !important;
    margin-bottom: 0px !important;
}
.catalog-page .brands_wrap .more_visible {
/*    text-align: center;*/
    margin-top: 20px;
}
.catalog-page .brands_wrap h2 {
    margin: 0 0 20px 0;
}
.catalog-page .brands_wrap .more_visible span {
     font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    padding-right: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/images/new/ar-down.svg);
    background-position: right center;
}
.catalog-page .brands_wrap ul.brands .brand-item {
/*    text-align: center;*/
}
.catalog-page .brands_wrap.active ul.brands .brand-item {
    display: block !important;
}
.catalog-page .brands_wrap  .more_visible.active span {
    background-image: url(/images/new/ar-up.svg);
}
.city_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
}
.city_wrap .link_mail {
    text-decoration: underline;
}
#modal-basket_fly #basket_fly-close {
    width:14px;
    height:14px;
    position:absolute;
    background-image: url(img/cancel.svg);
    background-position: center;
    background-size: contain;
    top:20px;
    right:20px;
    z-index: 1;
    cursor:pointer;
}
.basket_fly #fancybox-close {
    display:none !important;
}
#fancybox-wrap.basket_fly {
    width: 708px !important;
    max-width: 100% !important;
    left: calc(50vw - 354px) !important;
    top: calc(50vh - 226px) !important;
}
.basket_fly #fancybox-content {
    border:0;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    color: #000;
    width: 708px !important;
    max-width: 100% !important;
    background: #FFF;
}
#modal-basket_fly {
    padding:20px;
}
.basket_fly #fancybox-outer {
    background: transparent;
}

.basket_fly .basket-items-list-header {
    background-color: unset;
    color: #000;
    border:0;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0;
    padding-bottom: 10px;
}
.basket_fly .basket-items-list-wrapper, .basket_fly .basket-items-list-wrapper-compact {
    border:0;
    margin-bottom: 0;
}
.basket_fly .basket-items-list-header .title {
    color: #000;
    display: inline-block;
    margin-right: 10px;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.basket_fly .basket-items-list-header .basket-items-list-header-filter-item {
    leading-trim: both;
    margin-left: 0;
    text-edge: cap;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.basket_fly .basket-item-block-image .basket-item-image-link {
    max-width: 78px;
}
.basket_fly .basket-item-block-image {
    padding-bottom: 0;
    padding-right: 10px;
}
.basket_fly .basket-items-list {
    padding:0;
    height: 235px;
    overflow-y: auto;
}
.basket_fly .basket-items-list::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
.basket_fly .basket-items-list::-webkit-scrollbar-thumb {
    width: 6px;
    height: 110px;
    background: #DCDCDC;
}
.fancy_oneclick > div::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
.fancy_oneclick > div::-webkit-scrollbar-thumb {
    width: 6px;
    height: 110px;
    background: #DCDCDC;
}
 
.basket_fly .basket-items-list-item-container {

    border-top: 1px solid #E7E7E7;
}
.basket_fly .basket-items-list-item-container td {
    padding: 10px 0;
}
.basket_fly .basket-items-list-item-container td>div {
    height: 78px;
    display: flex;
    align-items: center;
}
.basket_fly .basket-items-list-item-descriptions {
    padding-top: 0;
}
.basket_fly .basket-item-block-info, .basket_fly .basket-items-list-item-price {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.basket_fly .basket-item-block-info .basket-item-info-name {
    margin-bottom: 0;
}
.basket_fly .basket-item-block-info .basket-item-info-name a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.basket_fly .basket-item-block-info .basket-item-info-name a:hover {
    color:#1D5AB5;
}
.basket_fly .basket-items-list-item-price-for-one .basket-item-block-price {
    padding-top: 0;
    padding-right: 20px;
}
.basket_fly .basket-item-block-price {
    padding-top: 0;
}
.basket_fly .basket-items-list-item-descriptions-inner {
    align-items: center;
}
.basket_fly .basket-item-price-current-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.basket_fly .basket-item-amount-btn-minus, .basket_fly  .basket-item-amount-btn-plus {
    width: 33px;
    height: 33px;
    color: #000;
    border: 1px solid #E7E7E7;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.basket_fly .basket-item-amount-btn-minus:hover, .basket_fly  .basket-item-amount-btn-plus:hover {
    background-color: #fff;
}
.basket_fly .basket-item-amount-btn-minus {
    border-radius: 3px 0px 0px 3px;
}
.basket_fly  .basket-item-amount-btn-plus {
    border-radius: 0px 3px 3px 0px;
}
.basket_fly .basket-item-amount-filed {
    height: 33px;
    width: 70px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border:0;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
}
.basket_fly .basket-item-amount-filed:hover {
    border-color: #E7E7E7;
}
.basket_fly .basket-item-block-amount {
    padding: 0;
    padding-right: 20px;
}
.basket_fly .basket-items-list-item-container > td {
    border-top: 0;
}
.basket_fly .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-current-text {
    font-weight: 600;
}
.basket_fly .basket-checkout-container {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #E7E7E7;
}
.basket_fly .basket-checkout-block-total-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.basket_fly .basket-coupon-block-total-price-current {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.basket_fly .basket-checkout-block.basket-checkout-block-total, .basket_fly .basket-checkout-block-total-price-inner {
    padding: 0;
}
.basket_fly .basket-checkout-section-inner {
    align-items: flex-end;
}
.basket_fly .basket-checkout-section-inner:first-child {
    padding: 20px 0;
}
.basket_fly .basket-checkout-block-btn {
    padding: 0;
}
.basket_fly .basket-checkout-block-btn .btn {
    background: #1D5AB5;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 14px;
    display: inline-block;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
}
.basket_fly .basket-cart-block-btn .btn {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    width: 100%;
    padding: 10px 14px;
    display: inline-block;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
}
.basket_fly .basket-checkout-block-btn .btn:hover, .basket_fly .basket-cart-block-btn .btn:hover {
    opacity: .7;
}
.basket_fly .btn_section {
    grid-gap: 20px;
}
.basket_fly .basket-item-amount-btn-plus:hover:before,.basket_fly .basket-item-amount-btn-plus:hover:after,.basket_fly .basket-item-amount-btn-minus:hover:after,
.basket_fly .basket-item-amount-btn-plus:before,.basket_fly .basket-item-amount-btn-plus:after,.basket_fly .basket-item-amount-btn-minus:after{
    background-color: #000;
}
.basket_fly .min_summ_order {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1D5AB5;
}
.basket_fly  .basket-items-list-header {
    flex-direction: column;
    grid-gap: 15px;
    align-items: flex-start;
    justify-content: center;
}
#fancybox-loading.hidden {
    display: none !important;
}
/*order*/

.mk-form__steps {
    display: flex;
}
.mk-form__steps .column {
    grid-gap: 20px;
}
.mk-form__steps .column-1 {
    flex: 2;
    padding-right: 40px;
}
.mk-form__steps .column-2 {
    flex: 1;
}
#bx-soa-basket {
    padding:0;
    background-color: transparent;
    border-radius: 0;
}
#bx-soa-basket .bx-soa-section-content {
    padding: 0;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr {
    border-radius: 3px;
    border: 1px solid #E7E7E7;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    min-height: 80px;
    padding: 10px;
    padding-left: 80px;
    position: relative;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-td {
    border-top: 0;
    padding: 0;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-td:not(.bx-soa-item-properties) {
    width: 100%;
    order:1;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties:nth-child(2) {
    order:3;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties:last-child {
    order:2;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties:last-child .bx-soa-item-td-text span:after {
    content:"x";
    display: inline-block;
    padding: 0 2px;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-img-block {
    width: 60px;
    height: 60px;
    padding:0;
    border:0;
    position: absolute;
    top: 10px;
    left: 10px;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-img-block .bx-soa-item-imgcontainer {
    border:0;
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-title a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    transition:0.2s
}
#bx-soa-basket .bx-soa-section-content .bx-soa-item-tr .bx-soa-item-title a:hover {
    color: #23527c;
}
#bx-soa-order .bx-soa-cart-total {
    padding: 0;
    border:0;
    margin-bottom: 50px;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    grid-gap: 10px;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#bx-soa-order .order_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 11px 14px;
    background-color: #1D5AB5;
    height: auto;
    border-radius: 3px;
}
#bx-soa-order .order_btn span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
#bx-soa-orderSave label {
    color: #000;

    text-align: justify;
    leading-trim: both;

    text-edge: cap;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 30px;
}
.checkbox .main-user-consent-request input {
    display: none;
}
.checkbox .main-user-consent-request .checkbox_custom {
    ackground: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    top: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
.checkbox .main-user-consent-request input[type="checkbox"]:checked+span {
    background: #1D5AB5;
    border-color: #1D5AB5;
}
.checkbox .main-user-consent-request input[type="checkbox"]:checked+span:before {
    width: 5px;
    height: 12px;
    margin: 1px 8px;
    border-color: #fff;
    content: "";
    display: block;
    width: 6px;
    height: 15px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(40deg);
    margin: 0px 8px;
    pointer-events: none;
}
.mk-table--theme-modern .mk-table__cell {
    width:auto;
}
.mk-form__column:not(:last-child) {
    margin-bottom: 10px;
}
.form-group textarea {
    width: 100%;
    color: #000;
    padding: 6px 12px !important;
}
.form-group select {
    color:#000;
}
.oneclick_form .form-control {
    padding: 6px 12px !important;
}
.alx_feed_back_form_name {
    margin-bottom: 5px;
}
.oneclick_form {
    max-height: calc(100vh - 220px) !important;
}
.mk-form__column[data-property-id-row='68'], .mk-form__column[data-property-id-row='69'],
.mk-form__column[data-property-id-row='70'], .mk-form__column[data-property-id-row='71'],
.mk-form__column[data-property-id-row='72'], .mk-form__column[data-property-id-row='73'] {
    display: none;
}
#sdek > span {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 11px 14px;
    background-color: #1D5AB5;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    transition: .2s;
}
#sdek, #pochta {
    height: 400px;
}
.pochta_panel {
    display: none;
}
.pochta_panel.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.pochta_panel_item {
    flex:  0 0 calc(50% - 10px);
    text-transform: uppercase !important;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: auto;
    padding: 5px;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    border: 1px solid #1D5AB5;
    cursor: pointer;
}
.pochta_panel_item.active {
    background-color: #1D5AB5;
    color: #fff;
}
.delivery-info__text {
    display: none;
}
@media all and (max-width: 1023px) {
    .mk-form__steps .column-1 {
        padding:0;
        flex:100%;
        max-width: 100%;
    }
    .mk-form__steps .column-2 {
        flex:100%
    }
    #bx-soa-order {
        flex-wrap: wrap;
    }
}
.bx-ag-search-page {
    margin-top: 20px;
}
.catalog-page__search .section_block_name_category {
    display: none;
}
.sf-product__specifications-img {
    align-items: flex-start;
}
.industry-news {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}
.blockquote {
    padding-left: 30px;
    border-left: 3px solid #1D5AB5;
    font-style: italic;
}
.section-seo-text_show-more {
    margin-bottom: 20px;
}
.section-seo-text_show-more.hides {
    max-height: 200px;
    overflow: hidden;
    width: 100%;
}
.section-seo-text_show-more_wrap.active .section-seo-text_show-more.hides {
    max-height: 100%;
}

.section-seo-text_show-more_wrap .more_visible {
    display: inline-block;
    cursor: pointer;
    color: #1D5AB5;
    margin-top: 30px;
    font-weight: bold;
}
.map-aside{z-index: 10}
.h2.sf-list-items__title-label{
    font-size: 18px;
    font-weight: bold;
}
.map-aside .h2 {
    background-color: #1D5AB5;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.142;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    margin: 0;
}
@media all and (min-width: 1024px) {
    .map-section .map-aside{min-height: 557px;}
}
#sdek.door .cdek-fptd2w{
    border: 1px solid #1D5AB5;
    border-radius: 4px;
    width: 45rem !important;
    height: 5rem;
    font-size: 1.5rem !important;
    align-items: center;
}
#sdek.door .ymaps3x0--controls_top{width: 80%; top: 2%;}
#sdek.door .cdek-koxl8j{width: 100% !important;}
#sdek.door .cdek-brn495{top: 6.2rem !important;}
.cdek-brn495{min-width: 50% !important; font-size: 1rem !important;}

.catalog-nav__item.has-child {
    position: relative;
}
.modal-submenu__list {
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    z-index: 900;
    border: none;
    left: 100%;
    top: -12px;
    margin-left: 8px;
    width: 350px;
    box-sizing: border-box;
    display: none;
    padding: 14px 20px;
    box-shadow: -2px 0 7px rgba(0, 0, 0, 0.15);
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}
.modal-submenu__list:after{
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    top: 0;
    bottom: 0;
    left: -12px;
}

.modal-submenu__list:before{
    content: '';
    position: absolute;
    display: block;
    border: 8px solid transparent;
    border-right: 10px solid #fff;
    left: -15px;
    top: 14px;
}
.modal-submenu__title{
    color: grey;
    margin-bottom: 25px;
}
.catalog-nav__item.has-child span.tr{
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2.5H2.04a.5.5 0 0 0-.39.812l2.96 3.7c.2.25.58.25.78 0l2.96-3.7a.5.5 0 0 0-.39-.812H5Z' fill='%23231F20'/%3E%3C/svg%3E");
    margin-left: 6px;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 24px;

}
.news__excerpt b,
.news-detail b{text-transform: none !important;}

@media all and (max-width: 1023px) {
    .catalog-nav__item.has-child span.tr {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 70px;
        height: 24px;
    }
    .modal-submenu__list {
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        position: initial;
        z-index: 900;
        border: none;
        left: 100%;
        top: -12px;
        margin-left: 8px;
        width: 350px;
        max-width: 100%;
        box-sizing: border-box;
        padding: 14px 20px;
        box-shadow: none;
        transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
    }
    .modal-submenu__title{display: none;}
}