* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
	font-family: 'MullerBlack';
	font-weight: 900;
	font-display: swap;
	src: url(../fonts/MullerBlack.woff2) format("woff2");
}
@font-face {
	font-family: 'MullerExtraBold';
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/MullerExtraBold.woff2) format("woff2");
}

a {
    text-decoration: none;
    outline: 0
}

img {
    max-width: 100%
}

input,
textarea {
    outline: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}
.new__homepage .container {
   /* width: 1180px;*/
    margin: 0 auto
}
.page__content_product .container {
    width: 1290px;
}
.container {
    /*width: 1180px;*/
    width: 1290px;
    max-width: 100%;
    margin: 0 auto
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

body,
html {
    height: 100%;

}

body {
    color: #0A1F44
}

.no-select-text {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.page__top {
    position: relative;
    /*z-index: 10;*/
    z-index: 11;
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.top-line {
    background: #fff;
}

.top-line__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    min-height: 60px;
}

.top-line__inner:after,
.top-line__inner:before {
    content: none
}
.top-line__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 520px;
    max-width: 100%;
}
.geolocation {
    padding-left: 37px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
    /*float: left;*/
    margin-top: 30px;
    /*margin-right: 50px;*/
    margin-right: 5px;
}

.geolocation:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
   
    left: 5px;
    background-image: url(../img/icons/point_new.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 23px
}

.geolocation>span {
    color: #13184E;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}
.geolocation__title {
    color: #454545;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.geolocation:hover {
    color: #3F51B5
}

.geolocation__window {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    border-radius: 4px;
    padding: 25px 30px;
    min-width: 420px;
    z-index: 1000;
    -webkit-transform: translate(-20px, 15px);
    -ms-transform: translate(-20px, 15px);
    transform: translate(-20px, 15px)
}

.geolocation__window.opened {
    display: block
}

.geolocation__window:before {
    content: '';
    display: block;
    width: 34px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 14px;
    top: 1px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #F1F2F4;
    -webkit-box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 5px 14px rgba(232, 232, 232, .5)
}

.geolocation__window:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 4px
}

.geolocation__window-top {
    position: relative;
    z-index: 10;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0A1F44
}

.geolocation__window-top span {
    color: #FF8000;
    border-bottom: 1px dashed #FF8000;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.geolocation__window-top span:hover {
    border-bottom: 1px dashed transparent
}

.geolocation__window-buttons {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.geolocation__window-btn {
    margin-top: 20px;
    border: 1px solid #F16D01;
    background: #F16D01;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 30px;
    margin-right: 8px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.geolocation__window-btn:hover,
.geolocation__window-btn_change {
    color: #F16D01;
    background: 0 0
}

.geolocation__window-btn_change:hover {
    color: #fff;
    background: #F16D01
}

.nav {  
    margin-right: auto
}

.menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.menu__item {
    margin-right: 67px;
    margin-top: 4px;
    position: relative
}
.menu__item:nth-child(3) {
    margin-right: 34px;
}
.menu__item:last-child {
    margin-right: 0
}

.menu__link {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #454545;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.menu__link:hover {
    color: #3F51B5
}

.menu__link_parent {
    font-weight: 400;
    position: relative;
   
}

.menu__link_parent:after {
    content: '';
    display: block;
    background-image: url(../img/icons/dropdown-arrow_new.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 9px;
    position: absolute;
    
    margin-left: 25px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.top-line .menu__link_parent:after {
    left: 100%;
}
.sorting-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    list-style-type: none
}
.sorting-dropdown__item.sorting-dropdown__item_parent {
    position: relative;
}
.sorting-dropdown__item.current .sorting-dropdown__link {
    border-top: 1px solid #F1F2F4;
    border-radius: 4px
}

.sorting-dropdown__item:nth-child(2) .sorting-dropdown__link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.sorting-dropdown__item:last-child .sorting-dropdown__link {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.sorting-dropdown__link {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #313541;
    padding: 8px 10px;
    background-color: #fff;
    border-left: 1px solid #F1F2F4;
    border-right: 1px solid #F1F2F4;
    border-bottom: 1px solid #F1F2F4;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.sorting-dropdown__link:hover {
    background-color: #F1F2F4
}

.top-contacts {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.top-contacts__item {
    margin-right: 32px
}

.top-contacts__item:last-child {
    margin-right: 0
}

.top-contacts__link {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #3F51B5;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    white-space: nowrap;
}

.top-contacts__link:hover {
    color: #0A1F44
}

.top-contacts__link_phone {
    background-image: url(../img/icons/phone.svg);
    background-position: left 3px
}

.top-contacts__link_mail {
    background-image: url(../img/icons/mail.svg);
    background-position: left 6px
}
.top-contacts__phones {
    padding-left: 19px;
    background-image: url(../img/icons/phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.top-contacts__phones .top-contacts__link {
    padding-left: 0;
}
.header {
    background: #F8F9FB;
    /*Ð½Ð¾Ð²Ñ‹Ð¹ Ð³Ð¾Ð´ new year*/
    /*background-image: url('/bitrix/templates/dixten/img/blue_snowflake.png');*/
  
}
.header__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header__inner:before,
.header__inner:after {
    content: none;
}
.header__mobile-inner,
.header__mobile-nav {
    display: none
}

.logo {
   
    margin: 22px 18px 13px 0;
    margin-right: 30px;
}

.descriptor {
   font-weight: 400;
    /*margin: 27px 50px 10px 0;*/
    margin: 27px 5px 10px 0;
    /*margin-right: 106px;*/
    font-size: 14px;
    line-height: normal;
    color: #13184E;
}
.descriptor__toggle {
    display: none;
    background-image: url(../img/icons/dropdown-arrow_new.svg);
    width: 14px;
    height: 9px;
    position: relative;
    top: 2px;

}
.descriptor__toggle.show {
    display: inline-block;
}
.descriptor span {
    /* letter-spacing: 2.7px; */
    display: block
}

.header-search {
    margin: 22px 10px;
    margin-top: 26px;
    background: #FFF;
    /*float: left;*/
    overflow: hidden;
    width: 100%;
    /*margin-left: 95px;*/
}
@media (min-width: 769px) {
    .header-search {
        max-width: 355px;
    }
}
.header-search__input {
    background-color: #fff;
    height: 58px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    width: 100%;
    border: 1px solid #DFE6EE;
    padding-left: 16px;
    padding-right: 65px;
    border-radius: 4px;
}

.header-search__input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px
}

.header-search__input::-moz-placeholder {
    color: #000;
    font-size: 14px
}

.header-search__input:-moz-placeholder {
    color: #000;
    font-size: 14px
}

.header-search__input:-ms-input-placeholder {
    color: #000;
    font-size: 14px
}

.header-search__submit {
	position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    width: 61px;
    min-width: 58px;
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    background-image: url(../img/icons/loop.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.header-search__submit:hover {
    /* background-color: #D66C00 */
	filter: drop-shadow(1px 3px 4px rgba(0,0,0,.25));
}

.header-links {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-bottom: 29px
}

.header-links__item {
    width: 90px;
    margin-top: 29px;
    margin-right: 20px
}

.header-links__link {
    display: block;
    text-align: center
}

.header-links__link-image {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-links__link-image img {
    isolation: block
}

.header-links__link-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #3F51B5
}

.header-basket {
    /*float: right;*/
    /* background: #3F51B5; */
    /* border-radius: 4px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
   
    margin-top: 47px;
    margin-bottom: 22px;
    /*min-width: 155px;*/
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    margin-right: 0;
    /*margin-left: auto;*/
}
@media (min-width: 769px) and (max-width: 1180px) {
    .header-basket {
        min-width: auto;
    }
}

/* .header-basket:hover {
    background: #17298F
} */

.header-basket__price {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #3f51b5;
    background-image: url(../img/icons/basket.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
    white-space: nowrap;
    /*margin-right: 14px*/
}

.header-basket__counter {
    display: none !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    background: #F16D01;
    border-radius: 3px;
    padding: 0 7px
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.content ul:not([class]), .content ol:not([class]) {
	margin-left: 24px;
}

.left-sidebar {
    /*width: 255px;*/
   /* min-width: 255px;*/
    width: 390px;
    min-width: 390px;
}

.side-menu {
    list-style-type: none;
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-shadow: 0 -1px 10px rgba(229, 229, 229, .5);
    box-shadow: 0 -1px 10px rgba(229, 229, 229, .5);
    border-radius: 0 0 6px 6px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.side-menu__item {
    border-bottom: 1px solid #F1F2F4;
    position: relative
}

.side-menu__item:last-child {
    border-bottom: none
}

.side-menu__item_parent:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 5px;
    height: 10px;
    background-image: url(../img/icons/side-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.side-menu__link {
    font-size: 15px;
    line-height: 18px;
    color: #0A1F44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 15px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.side-menu__link:hover {
    background: #F5F6FF
}

.side-menu__link img {
    margin-right: 12px
}

.side-menu .side-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 285px;
    z-index: 400
}

.side-actions {
    list-style-type: none;
    background: #F8F9FB
}

.side-actions__item {
    border-bottom: 1px solid #F1F2F4;
    padding: 20px 20px 20px 45px;
    position: relative;
    background-image: url(../img/icons/recomend.svg);
    background-repeat: no-repeat;
    background-position: 20px 25px;
    background-size: cover !important;
}

.side-actions__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0A1F44
}

.side-actions__item-announce {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #0A1F44
}

.side-actions__item-bottom {
    margin-top: 10px;
    text-align: right
}

.side-actions__item-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8000;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.side-actions__item-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.side-widget {
    padding: 25px 20px 20px;
    border: 1px solid #F1F2F4
}

.side-widget__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #0A1F44
}

.side-widget__title img {
    margin-right: 10px
}

.side-widget__items {
    list-style-type: none
}

.side-widget__item {
    margin-top: 15px
}

.side-widget__link {
    font-size: 14px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #F16D01;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer
}

.side-widget__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.side-widget__date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #B5BBC6
}

.main-wrp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    min-width: 0px;

}

.main-area_left-sidebar {
    margin-left: 30px;
    max-width: 825px
}

.main-area_right-sidebar {
    margin-right: 30px;
    max-width: 730px
}

.main-advantages {
    margin-top: 20px
}

.main-advantages__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #0A1F44;
}

.main-advantages__items {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

.main-advantages__items_catalog {
    /**/
    display: flex;
    justify-content: center;
    /**/
    position: relative;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-advantages__items_catalog .main-advantages__item {
    margin-top: 15px;
    margin-bottom: 15px
}

.main-advantages__items_catalog:before {
    content: '';
    display: block;
    height: 100%;
    width: 9999px;
    background: #F8F9FB;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1
}

.main-advantages__item {
    margin-bottom: 15px;
    margin-right: 30px
}

.main-advantages__item:last-child {
    margin-right: 0
}

.main-advantages__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #0A1F44;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 600
}

.main-advantages__link:hover {
    color: #FF8000
}

.main-advantages__link img {
    margin-right: 15px
}

.main-slider {
    width: 100%;
    position: relative;
    margin-top: 45px;
    overflow: visible
}

.main-slider__slide {
    max-width: 100%
}

.main-slider__slide img {
    display: block
}

.main-slider .slider-arrow_prev {
    -webkit-transform: rotate(180deg) translateY(50%) translateX(50%);
    -ms-transform: rotate(180deg) translateY(50%) translateX(50%);
    transform: rotate(180deg) translateY(50%) translateX(50%)
}

.main-slider .slider-arrow_next {
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%)
}

.slider-arrow {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(232, 232, 232, .5);
    box-shadow: 0 2px 4px rgba(232, 232, 232, .5);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #F1F2F4;
    background-image: url(../img/icons/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0
}

.slider-arrow:after {
    content: ''
}

.slider-arrow_prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.slider-arrow_next {
    right: 0
}

.slider-arrow:hover {
    background-image: url(../img/icons/slider-arrow-orange.svg)
}

.slider-arrow.swiper-button-disabled {
    display: none
}

.main-brands__slider-wrapper {
    position: relative
}

.main-brands {
    margin-top: 40px
}

.main-brands .swiper-button-next {
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%)
}

.main-brands__title {
    position: relative
}

.main-brands__title span {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #0A1F44
}

.main-brands__all {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8000;
    right: 0;
    top: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.main-brands__all:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.main-brands__slider {
    margin-top: 18px;
    margin-bottom: 10px
}

.main-brands__slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-brands__slider-slide img {
    display: block;
    width: auto !important;
    max-width: 160px;

}

.main-brands .slider-arrow {
    width: 40px;
    height: 40px
}

.main-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.main-blocks_mb {
    margin-bottom: 30px;
}

.main-blocks__item {
    width: 397px;
    max-width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*margin-top: 30px*/
    margin-top: 0
}

.main-blocks__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .6) 100%)
}

.main-blocks__item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px
}

.main-blocks__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    min-height: 48px
}

.main-blocks__item-link {
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    background: #FF8000;
    display: inline-block;
    width: 122px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.main-blocks__item-link:hover {
    background: #D66C00
}

.main-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}
.secondary-page .main-icons {
    margin-bottom: 25px;
    /*margin-top: -30px;*/
    margin-top: 0;
}
.main-icons__item {
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #0A1F44;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 255px;
    /*height: 106px;*/
    height: 80px;
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    /*margin-top: 30px;*/
    margin-top: 15px;

}

.main-icons__item:hover {
    color: #0A1F44;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 24px rgba(232, 232, 232, .5);
    box-shadow: 0 5px 24px rgba(232, 232, 232, .5)
}

.main-icons__item img {
    margin-right: 15px;
    min-width: 45px;
}

.article {
    color: #0A1F44;
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px
}
.article h1,
.page-detail h1  {
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
}
.article h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin: 10px 0
}

.article h3,
.article h4,
.article h5,
.article h6 {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0
}

.article p {
    margin-bottom: 10px
}

.article ol,
.article ul {
    padding-left: 15px;
    margin: 10px 0 10px 2px
}

.side-widget__socials {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 15px
}

.side-widget__socials .side-widget__link img {
    display: block
}

.footer {
    background: #3F51B5;
    color: #fff;
    padding-top: 30px;
    /*Ð½Ð¾Ð²Ñ‹Ð¹ Ð³Ð¾Ð´ new year*/
     /*background-image: url('/bitrix/templates/dixten/img/blue_snowflake_footer.png');*/
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px
}

.footer__block {
    margin-right: 30px
}

.footer__block_right {
    margin-right: 0;
    margin-left: auto;
    text-align: right
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__logo img {
    margin-right: 10px
}

.footer__logo span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px
}

.footer__logo span span {
    display: block;
}

.footer__text span {
	font-weight: 300;
    font-size: 14px;
    line-height: 16px
}
.footer__text span span {
	display: block;
}

.footer__company {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

.footer__block-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 10px;
	display: block;
}

.footer__menu {
    list-style-type: none
}

.footer__menu-item {
    margin-top: 5px
}

.footer__menu-link {
    font-size: 14px;
    line-height: 18px;
    color: #FFF
}

.footer__pricelist {
    margin-top: 10px
}

.footer__pricelist-btn {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    border: 2px solid #F16D01;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 10px 15px
}

.footer__pricelist-btn:hover {
    background: #F16D01
}

.footer__pricelist-info {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.footer__payments {
    margin-top: 15px
}

.footer__contacts-link {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    text-align: right;
    color: #FFF;
    display: inline-block;
    white-space: nowrap;
}

.footer__contacts-link_big {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px
}

.footer__socials {
    margin-top: 10px
}

.footer__socials a,.footer__socials span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
}

.footer__socials a:first-child {
    margin-left: 0;
}

.footer__socials a img {
    display: block
}

.footer__socials span {
    cursor: pointer
}

.footer__bottom {
    border-top: 1px solid rgba(241, 242, 244, .5);
    padding: 10px 0;
    text-align: center
}

.footer__copyright {
    font-size: 10px;
    line-height: 14px;
    color: #FFF
}

body.geoloc-window-opened {
    overflow: hidden
}

div.geoloc-window.geoloc-window-opened {
    background: rgba(255, 255, 255, .8);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div.geoloc-window.geoloc-window-opened .geoloc-window__body {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999
}

.geoloc-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: -1000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: auto
}

.geoloc-window__body {
    width: 920px;
    max-width: 100%;
    background-color: #fff;
    padding: 50px 65px;
    padding-left: 0;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
    z-index: -9999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0 5px 31px rgba(0, 0, 0, .116559);
    box-shadow: 0 5px 31px rgba(0, 0, 0, .116559);
    border-radius: 4px;
    border: 1px solid #F1F2F4
}

.geoloc-window__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #0A1F44;
    padding-left: 65px
}

.geoloc-window__search {
    margin-top: 18px;
    position: relative;
    padding-left: 65px
}

.geoloc-window__search-input {
    display: block;
    width: 100%;
    background: #FFF;
    border: 1px solid #DFE6EE;
    border-radius: 4px;
    font-size: 14px;
    color: #0A1F44;
    padding: 18px
}

.geoloc-window__search-input::-webkit-input-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.geoloc-window__search-input::-moz-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.geoloc-window__search-input:-moz-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.geoloc-window__search-input:-ms-input-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.geoloc-window__content {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.geoloc-window__content-block_left {
    width: 290px;
    min-width: 290px
}

.geoloc-window__content-block_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 32px
}

.geoloc-window__content-title {
    padding-left: 65px;
    font-size: 13px;
    line-height: 14px
}

.geoloc-window__content-title_result {
    padding-left: 0
}

.geoloc-window__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/geoloc-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer
}

.geoloc-window__content-list {
    list-style-type: none;
    height: 470px;
    margin-top: 15px
}

.geoloc-window__content-list-item {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #0A1F44;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 8px 10px 8px 65px;
    cursor: pointer
}

.geoloc-window__content-list-item.active,
.geoloc-window__content-list-item:hover {
    background: #F1F4F8
}

.geoloc-window__content-result {
    margin-top: 15px;
    height: 470px
}

.geoloc-window__content-result-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #E6ECF2
}

.geoloc-window__content-result-row:first-child {
    padding-top: 0
}

.geoloc-window__content-result-letter {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #0A1F44;
    width: 56px;
    min-width: 56px;
}

.geoloc-window__content-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.geoloc-window__content-result-item {
    font-size: 15px;
    line-height: 18px;
    color: #0A1F44;
    margin-bottom: 10px;
    min-width: 33.33%;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.geoloc-window__content-result-item:hover {
    -webkit-text-decoration-color: #0A1F44;
    text-decoration-color: #0A1F44
}

.rouble-sign {
    position: relative;
    display: inline-block;
    vertical-align: baseline
}

/*.rouble-sign:after {*/
/*    content: 'â€“';*/
/*    position: absolute;*/
/*    top: 11%;*/
/*    left: 0*/
/*}*/

/*.rouble-sign:before {*/
/*    content: '-';*/
/*    position: absolute;*/
/*    top: -4%;*/
/*}*/

.footer__contacts-shedule,
.footer__payments-title,
.footer__socials_hidden,
.mobile-main-categories {
    display: none
}

.footer__socials-title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .803048)
}



.side-menu-mobile-head {
    display: none
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background: #F3F6F8
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 1
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track {
    border-radius: 6px
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background: #F16D01;
    border-radius: 6px;
    cursor: pointer
}

.scrollbar-inner>.scroll-element:active .scroll-bar,
.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #D66C00
}

.scrollbar-inner>.scroll-element.scroll-y {
    width: 4px
}

.hide-on-desktop {
    display: none
}

.cart-page,
.checkout-page,
.gray-bg {
    background: #F8F9FB
}

.cart-page .main-wrp,
.checkout-page .main-wrp,
.gray-bg .main-wrp {
    padding-top: 27px
}

.cart-page .breadcrumbs,
.checkout-page .breadcrumbs,
.gray-bg .breadcrumbs {
    margin-top: -10px
}
.page__content_product.gray-bg {
    background-color: #fff;
}

.right-sidebar {
    width: 350px;
    min-width: 350px;
    padding-top: 30px
}

.cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    border: 1px solid #DFE6EE;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 30px 20px
}

.cart__image {
    margin-right: 30px;
    width: 124px;
    min-width: 124px;
    max-width: 124px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart__image img {
    display: block;
    width: 124px;
    min-width: 124px;
    max-width: 124px;
}

.cart__content {
    max-width: 175px;
    margin-right: 20px
}

.cart__title a {
    color: #0A1F44;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px
}

.cart__artinumber {
    margin-top: 13px;
    color: #B5BBC6;
    font-size: 14px;
    line-height: 18px
}

.cart__avail {
    margin-top: 13px;
    color: #5EA414;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px
}

.cart__options {
    max-width: 160px;
    display: none;
}

.cart__option {
    cursor: pointer;
    margin-top: 5px;
    display: block
}

.cart__option-input {
    display: none
}

.cart__option-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart__option-box {
    margin-right: 13px;
    border-radius: 4px;
    border: 1px solid #DFE6EE;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 20px;
    height: 20px;
    position: relative
}

.cart__option-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icons/checkbox.svg);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.cart__option-title {
    color: #0A1F44;
    font-size: 14px;
    line-height: 18px
}

.cart .cart__option-input:checked+.cart__option-field .cart__option-box {
    border: 1px solid #3F51B5
}

.cart .cart__option-input:checked+.cart__option-field .cart__option-box:before {
    opacity: 1
}

.cart__counting {
    margin-left: auto;
    margin-right: auto
}

.cart__price {
    color: #0A1F44;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px
}

.cart__counter {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: 1px solid #DFE6EE;
    overflow: hidden;
}

.cart__counter-button {
    width: 28px;
    min-width: 28px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-color: #fff
}

.cart__counter-button_minus {
    background-image: url(../img/icons/minus.svg)
}

.cart__counter-button_plus {
    background-image: url(../img/icons/plus.svg)
}

.cart__counter-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #0A1F44;
    font-size: 14px;
    line-height: 19px;
    border: none;
    text-align: center;
    width: 24px
}

.cart__button {
    border-radius: 3px;
    width: 28px;
    height: 28px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.cart__button:first-child {
    margin-top: 0
}

.cart__button_remove {
    border: 1px solid #F1F2F4;
    background-image: url(../img/icons/cart-remove.svg)
}

.cart__button_remove:hover {
    background-image: url(../img/icons/cart-remove_hover.svg);
    background-color: #3F51B5
}

.cart__button_fav {
    border: 1px solid #F1F2F4;
    background-image: url(../img/icons/cart-add-to-fav.svg)
}

.checkout-info {
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 0;
    color: #0A1F44
}

.checkout-info__title {
    color: #0A1F44;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px
}

.checkout-info__params {
    padding: 0 20px
}

.checkout-info__param {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px
}

.checkout-info__param_first {
    margin-bottom: 20px
}

.checkout-info__param-value {
    font-weight: 300
}

.checkout-info__total {
    border-top: 1px solid #F1F2F4;
    margin-top: 30px;
    padding: 30px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-info__total-name {
    font-size: 20px;
    line-height: 20px
}

.checkout-info__total-value {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px
}

.checkout-info__buttons {
    padding: 0 20px
}

.checkout-info__button {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #FF8000;
    padding: 17px 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}

.checkout-info__button_order {
    background-color: #FF8000;
    color: #fff
}

.checkout-info__button_order:hover {
    color: #FF8000;
    background-color: transparent
}

.checkout-info__button_click {
    color: #FF8000
}

.checkout-info__button_click:hover {
    color: #FFF;
    background-color: #FF8000
}

.delivery-info {
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
    color: #0A1F44;
    margin-bottom: 25px
}

.delivery-info__item {
    margin-top: 30px
}

.delivery-info__item:first-child {
    margin-top: 0
}

.delivery-info__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.delivery-info__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 26px
}

.delivery-info__link {
    display: inline-block;
    margin-top: 10px;
    color: #FF8000;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px
}

.checkout {
    color: #0A1F44
}

.checkout__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #0A1F44
}

.checkout__text {
    margin-top: 2px;
    font-size: 18px;
    line-height: 25px
}

.checkout__content {
    margin-top: 30px;
    max-width: 570px
}

.checkout__field {
    margin-bottom: 8px;
    position: relative
}

.checkout__label {
    position: absolute;
    font-size: 13px;
    line-height: 14px;
    color: #CACED6;
    left: 16px;
    top: 13px
}

.checkout__input {
    font-size: 16px;
    line-height: 14px;
    display: block;
    width: 100%;
    background: #FFF;
    border: 1px solid #DFE6EE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 25px 16px 13px
}

.checkout__input::-webkit-input-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.checkout__input::-moz-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.checkout__input:-moz-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.checkout__input:-ms-input-placeholder {
    color: #0A1F44;
    font-family: 'Open Sans', sans-serif
}

.checkout__captcha img {
    display: block
}

.checkout__rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

.checkout__rules-input {
    display: none
}

.checkout__rules-box {
    background: #FFF;
    border: 1px solid #F3F3F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px
}

.checkout__rules-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/checkout-checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0
}

.checkout .checkout__rules-input:checked+.checkout__rules-box:before {
    opacity: 1
}

.checkout__rules-text {
    font-size: 12px;
    line-height: 16px
}

.checkout__rules-text a {
    color: #0A1F44;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.checkout__rules-text a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.checkout__buttons {
    margin-top: 30px
}

.checkout__button {
    display: inline-block;
    outline: 0;
    border: 1px solid #FF8000;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    background: #FF8000;
    border-radius: 4px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    padding: 16px 0;
    text-align: center;
    width: 310px;
    max-width: 100%
}

.checkout__button:hover {
    background-color: transparent;
    color: #FF8000
}

.order-success {
    text-align: center;
    margin-top: 130px
}

.order-success__title {
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px
}

.order-success__text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px
}

.gray-bg {
    background: #F8F9FB
}

.gray-bg .side-actions,
.gray-bg .side-widget {
    background-color: #fff;
    border: 1px solid #F1F2F4;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 -1px 10px rgba(229, 229, 229, .5);
    box-shadow: 0 -1px 10px rgba(229, 229, 229, .5)
}

.breadcrumbs__item {
    display: inline-block;
    color: #0A1F44;
    font-size: 12px;
    line-height: normal;
    vertical-align: middle;
    /*font-weight: 700*/
}

.breadcrumbs__link {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #B5BBC6;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    margin-right: 5px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.breadcrumbs__link:hover {
    -webkit-text-decoration-color: #B5BBC6;
    text-decoration-color: #B5BBC6
}

.breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 400
}

.page-title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px
}

.news-list__item {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: 255px
}

.news-list__item-date {
    color: #B5BBC6;
    font-size: 12px;
    line-height: 18px
}

.news-list__item-title {
    margin-top: 2px;
    height: 44px;
    overflow: hidden
}

.news-list__item-title a {
    color: #F16D01;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline
}

.news-list__item-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    overflow: hidden
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 10px 0
}

.pagination__item {
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    width: 40px;
    min-width: 40px;
    border-top: 1px solid #F1F2F4;
    border-bottom: 1px solid #F1F2F4;
    border-left: 1px solid #F1F2F4;
    color: #fff;
    background: #3F51B5
}

.pagination__item:first-child,
.pagination__item:last-child {
    background: 0 0
}

.pagination__item:first-child {
    border-left: none;
    border-radius: 4px
}

.pagination-wrap .pagination__item{
    background: #3F51B5;
}

.pagination__item:last-child {
    border-right: none;
    border-radius: 4px
}

.pagination__link {
    color: #0A1F44;
    font-size: 12px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.pagination__link:hover {
    opacity: .7
}

.pagination__link_arrow {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    border: 1px solid #F1F2F4
}

.pagination__link_prev {
    background-image: url(../img/icons/pagination-prev.svg)
}

.pagination__link_next {
    background-image: url(../img/icons/pagination-next.svg)
}

.page-date {
    color: #B5BBC6;
    font-size: 12px;
    line-height: 18px;
    margin-top: -20px
}

.page-detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px
}

.page-detail p {
    margin-bottom: 10px
}

.page-detail a {
    color: #0A1F44;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.page-detail a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.page-detail ol {
    counter-reset: counter;
    list-style-type: none;
    margin-bottom: 10px
}

.page-detail ol li {
    position: relative;
    padding-left: 20px;
    margin-top: 5px
}

.page-detail ol li:before {
    counter-increment: counter;
    content: counter(counter) '.';
    color: #3F51B5;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0
}

.page-detail ul {
    margin-bottom: 10px;
    padding-left: 18px;
}

.page-detail ul li {
    margin-top: 5px
}

.page-detail h1,
.page-detail h2,
.page-detail h3,
.page-detail h4,
.page-detail h5,
.page-detail h6 {
    margin: 20px 0
}

.brands {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brands__item {
    width: 20%;
    text-align: center
}

.filter {
    background: #3F51B5;
    -webkit-box-shadow: 0 -4px 7px rgba(238, 238, 238, .5);
    box-shadow: 0 -4px 7px rgba(238, 238, 238, .5);
    border-radius: 6px;
    color: #fff;
    padding: 20px 30px
}

.filter__title {
    font-size: 16px;
    line-height: 20px
}

.filter__content {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (min-width: 769px) and (max-width: 1180px) {
    .filter__content {
         flex-wrap: wrap;
    }
    .filter__right {
        padding-left: 0 !important;
    }
}

.filter__right {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.filter__submit {
    background-color: #FF8000;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 40px;
    min-width: 70px;
    border: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    background-image: url(../img/icons/filter-loop.svg)
}

.filter__submit:hover {
    background-color: #D66C00
}

.filter-slider {
    width: 225px;
    margin-top: 30px
}

.filter-slider__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

.filter-slider__inputs span {
    display: block;
    margin: 8px
}

.filter-slider__input {
    display: block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #DFE6EE;
    padding: 0 10px;
    font-size: 14px
}

.filter-slider .ui-widget.ui-widget-content {
    background: #F4F7FA;
    border: 1px solid #DFE6EE;
    border-radius: 40px
}

.filter-slider .ui-slider-horizontal {
    height: 6px
}

.filter-slider .ui-widget-header {
    border-radius: 40px;
    background: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}
.filter-slider .ui-slider-handle + .ui-widget-header.ui-slider-range {
    background: -o-linear-gradient(top, #ffa868 .36%, #ff8000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.36%, #ffa868), to(#ff8000));
    background: linear-gradient(180deg, #ffa868 .36%, #ff8000 100%);
}
.filter-slider .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #FFF;
    -webkit-box-shadow: 0 2px 6px #B0BAC5;
    box-shadow: 0 2px 6px #B0BAC5;
    outline: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.filter-slider .ui-slider .ui-slider-handle:hover {
    -webkit-box-shadow: 0 2px 6px transparent;
    box-shadow: 0 2px 6px transparent
}

.filter-slider .ui-slider .ui-slider-handle:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #B0BAC5;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.filter-slider .ui-slider-horizontal .ui-slider-handle {
    margin-left: -9px;
    top: -7px
}

.filter-select {
    position: relative;
    margin-right: 30px
}

.filter-select_types {
    width: 255px
}

.filter-select_brand {
    width: 135px
}

.filter-select__input {
    display: none
}

.filter-select__current {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #313541;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DFE6EE;
    padding: 9px 30px 9px 15px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter-select__current:after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    background-image: url(../img/icons/select-dropdown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.filter-select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #DFE6EE;
    white-space: normal;
    max-height: 305px;
    overflow: auto;
}

.filter-select__item {
    padding: 9px 15px;
    border-bottom: 1px solid #DFE6EE;
    font-size: 14px;
    line-height: 19px;
    color: #313541;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.filter-select__item:hover {
    background-color: #F1F2F4
}

.filter-select__item:last-child {
    border-bottom: none
}

.filter-select__item.current {
    display: none
}

.filter-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-checkboxes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px
}

.filter-checkboxes__item:last-child {
    margin-right: 0
}

.filter-checkboxes__input {
    display: none
}

.filter-checkboxes__box {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #3F51B5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    margin-right: 10px
}

.filter-checkboxes__box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/icons/filter-checkbox.svg);
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-position: center center
}

.filter-checkboxes .filter-checkboxes__input:checked+.filter-checkboxes__box:before {
    opacity: 1
}
/* #available_filter .filter-checkboxes__input+.filter-checkboxes__box:before {
    opacity: 1
}
#available_filter .filter-checkboxes__input:checked+.filter-checkboxes__box:before {
    opacity: 0
} */

.catalog {
    margin-top: 40px
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px
}

.catalog__bottom .pagination__item {
    width: 50px;
    min-width: 50px;
    line-height: 50px
}

.catalog__bottom .pagination__link {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.catalog-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-sorting__title {
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px
}

.catalog-sorting__dropdown {
    position: relative
}

.catalog-sorting__dropdown-current {
    color: #3F51B5;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-right: 17px;
    cursor: pointer
}

.catalog-sorting__dropdown-current:before {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons/sorting-dropdown.svg)
}

.catalog-sorting__dropdown-list {
    position: absolute;
    left: -5px;
    top: 100%;
    border: 1px solid #DFE6EE;
    border-radius: 4px;
    display: none;
    z-index: 10;
    overflow: hidden
}

.catalog-sorting__dropdown-item {
    cursor: pointer;
    color: #3F51B5;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    border-bottom: 1px solid #DFE6EE;
    background-color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.catalog-sorting__dropdown-item:last-child {
    border-bottom: none
}

.catalog-sorting__dropdown-item:hover {
    background-color: #F1F2F4
}

.catalog-view {
    /*padding-right: 30px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-view__item {
    position: relative;
    margin-left: 7px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    cursor: pointer
}

.catalog-view__item:first-child {
    margin-left: 0
}

.catalog-view__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0
}

.catalog-view__item_lines {
    background-image: url(../img/icons/catalog-view-lines.svg)
}

.catalog-view__item_lines:before {
    background-image: url(../img/icons/catalog-view-lines_active.svg)
}

.catalog-view__item_blocks {
    background-image: url(../img/icons/catalog-view-blocks.svg)
}

.catalog-view__item_blocks:before {
    background-image: url(../img/icons/catalog-view-blocks_active.svg)
}

.catalog-view__item.active:before,
.catalog-view__item:hover:before {
    opacity: 1
}

.catalog-blocks {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px
}

.catalog-blocks.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-blocks__item {
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 5px 14px rgba(232, 232, 232, .5);
    border-radius: 6px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 20px;
    width: 255px;
    position: relative
}

.catalog-blocks__item-image {
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-blocks__item-image img {
    /*max-height: 163px;*/
    /*max-width: 250px;*/
    max-height: 163px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}


.catalog-blocks__item-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px
}

.catalog-blocks__item-title a {
    color: #0A1F44;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.catalog-blocks__item-descr {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px
}

.catalog-blocks__item-info {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-top: 1px solid #F1F2F4
}

.catalog-blocks__item-status {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center
}

.catalog-blocks__item-status_1 {
    color: #5EA414;
    background-image: url(../img/icons/avail-1.svg)
}

.catalog-blocks__item-status_2 {
    color: #DE2424;
    background-image: url(../img/icons/avail-2.svg)
}

.catalog-blocks__item-status_3 {
    color: #DE7E24;
    background-image: url(../img/icons/avail-3.svg)
}

.catalog-blocks__item-warranty {
    margin-top: 7px;
    font-size: 14px;
    line-height: 18px
}

.catalog-blocks__item-artnum {
    margin-top: 5px;
    color: #8A94A6;
    font-size: 14px;
    line-height: 18px
}

.catalog-blocks__item-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px
}

.catalog-blocks__item-price {
    font-size: 20px;
    line-height: 20px
}
.catalog-blocks__item-price_old {
    color: #8A94A6;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.catalog-blocks__item-btn {
    display: inline-block;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.catalog-blocks__item-btn_add {
    background: #F16D01
}

.catalog-blocks__item-btn_add:hover {
    background-color: #D66C00
}

.catalog-blocks__item-btn_added {
    background: #3F51B5;
    border: 1px solid #3F51B5;
}

.catalog-blocks__item-btn_added:hover {
    background-color: #17298F;
    color: #fff;
}
.catalog-blocks__item-actions {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
.catalog-blocks__item-actions-card {
    top: 0;
}
.catalog-blocks__item-new {
    color: #3F51B5;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #3F51B5;
    display: inline-block;
    padding: 2px 17px;
    margin-bottom: 5px;
}

.catalog-blocks__item-fav {
    cursor: pointer;
    background: url(../img/icons/catalog-fav.svg) center center no-repeat #F8F9FB;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    display: none
}

.load-more {
    font-size: 16px;
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 -5px 14px rgba(232, 232, 232, .5);
    border-radius: 4px;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px
}

.catalog-lines {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-lines.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-lines .catalog-lines__item {
    width: 100%;
    margin-top: 15px;
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -5px 14px rgba(232, 232, 232, .5);
    box-shadow: 0 -5px 14px rgba(232, 232, 232, .5);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px
}

.catalog-lines .catalog-lines__item.hidden {
    display: none
}

.catalog-lines .catalog-lines__item-image {
    margin-right: 20px;
    width: 124px;
    max-width: 124px;
    min-width: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.catalog-lines .catalog-lines__item-image img {
    width: 124px;
    max-width: 124px;
    min-width: 124px;
}
.catalog-lines .catalog-lines__item-artnum {
    font-size: 14px;
    line-height: 18px;
    color: #8A94A6
}

.catalog-lines .catalog-lines__item-title {
    margin-top: 7px
}

.catalog-lines .catalog-lines__item-title a {
    font-size: 18px;
    line-height: 20px;
    color: #0A1F44
}

.catalog-lines .catalog-lines__item-description {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px
}

.catalog-lines .catalog-lines__item-info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-lines .catalog-lines__item-info .catalog-lines__item-new {
    margin-bottom: 10px;
}
.catalog-lines .catalog-lines__item-new {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #3F51B5;
    border: 1px solid #3F51B5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 87px;
    height: 25px;
    line-height: 23px;
    margin-right: 20px
}

.catalog-lines .catalog-lines__item-avail {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center
}

.catalog-lines .catalog-lines__item-new_avail_1 {
    color: #5EA414;
    background-image: url(../img/icons/avail-1.svg)
}

.catalog-lines .catalog-lines__item-new_avail_2 {
    color: #DE2424;
    background-image: url(../img/icons/avail-2.svg)
}

.catalog-lines .catalog-lines__item-new_avail_3 {
    color: #DE7E24;
    background-image: url(../img/icons/avail-3.svg)
}

.catalog-lines .catalog-lines__item-controllers {
    margin-left: auto;
    padding-top: 3px
}

.catalog-lines .catalog-lines__item-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px
}

.catalog-lines .catalog-lines__item-price_old {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #8A94A6
}

.catalog-lines .cart__counter {
    margin-top: 10px
}

.catalog-lines .catalog-lines__item-right {
    margin-left: auto;
    padding-top: 10px;
    width: 170px;
}

.catalog-lines .catalog-blocks__item-btn {
    width: 170px;
    text-align: center
}

.catalog-lines .catalog-lines__item-options {
    padding-top: 5px
}

.catalog-lines .catalog-blocks__item-warranty {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #0A1F44;
    background-image: url(../img/icons/warranty.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px
}

.product-card {
    background: #FFF;
    -webkit-box-shadow: -1px 4px 8px rgba(0, 0, 0, .07);
    box-shadow: -1px 4px 8px rgba(0, 0, 0, .07);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    z-index: 1;
    max-width: 100%;
    width: 100%;

    max-width: 1110px;

}



.product-card__sale {
    position: absolute;
    top: 25px;
    left: 40px;
    color: #FF8000;
    font-size: 12px;
    line-height: 23px;
    height: 25px;
    width: 87px;
    text-align: center;
    border: 1px solid #FF8000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}


.product-card__left {
    padding: 70px 40px 30px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    width: 100%;
}
.product-card__middle {
    border-left: 1px solid #F1F2F4;
    border-right: 1px solid #F1F2F4;
    /*padding: 30px 0;*/
    padding: 30px 0 20px;
    width: 410px;
    min-width: 410px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    width: 100%;
}
.product-card__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;

}


.product-main-slider {
    width: 270px;
    margin-left: auto;
    margin-right: auto
}

.product-main-slider .product-nav-slider__arrow {
    display: none
}

.product-nav-slider {
    margin-top: 10px;
    width: 270px;
    margin-left: auto;
    margin-right: auto
}

.product-nav-slider__slide {
    height: 82px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto
}

.product-nav-slider .swiper-slide-thumb-active {
    border: 1px solid #3F51B5;
    -webkit-box-shadow: -1px 4px 8px rgba(0, 0, 0, .07);
    box-shadow: -1px 4px 8px rgba(0, 0, 0, .07)
}

.product-nav-slider__arrow {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(232, 232, 232, .5);
    box-shadow: 0 2px 4px rgba(232, 232, 232, .5);
    background-image: url(../img/icons/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-size: 4px 6px;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.product-nav-slider__arrow:hover {
    background-image: url(../img/icons/slider-arrow-orange.svg)
}

.product-nav-slider__arrow:after {
    content: none
}

.product-nav-slider__arrow_prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.product-nav-slider__arrow_next {
    right: 0
}

.card-info__top {
    padding-left: 30px;
    padding-right: 30px
}

.card-info__artnum {
    font-size: 16px;
    line-height: 18px;
    color: #8a94a6
}

.card-info__stars {
    display: none
}

.card-info__middle {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F2F4
}

.card-info__title {
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
    color: #0A1F44
}

.card-info__descr-title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.card-info__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #8A94A6
}

.card-info__to-options {
    margin-top: 30px
}

.card-info__to-options a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8000
}

.card-info__bottom {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px
}

.card-info__informer {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left top
}

.card-info__informer a {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8000
}

.card-info__informer_delivery {
    background-image: url(../img/icons/card-delivery-icon.svg)
}

.card-info__informer_sale {
    background-image: url(../img/icons/card-rec-icon.svg)
}

.product-nav-slider-wrapper {
    position: relative
}

.card-info__feedbacks-count {
    display: none
}

.product-card__right-top {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #F1F2F4
}

.product-card__avail {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px
}

.product-card__avail_1 {
    color: #63A71C
}

.product-card__avail_2 {
    color: #DE2424
}

.product-card__avail_3 {
    color: #DE7E24
}

.product-card__right-middle {
    padding: 20px 30px 10px;
    border-bottom: 1px solid #F1F2F4
}

.product-card__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-card__price {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    margin-right: 13px
}

.product-card__price_old {
    color: #8A94A6;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.product-card__opt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0A1F44
}

.product-card__params {
    padding-top: 5px
}

.product-card__param {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-card__param-title {
    width: 106px;
    margin-right: 18px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #8A94A6
}

.product-card__param-value .cart__counter {
    margin-top: 0
}

.product-card__right-bottom {
    padding: 15px 30px
}

.product-card__right-bottom .checkout-info__button_added {
    background: #3F51B5;
    color: #fff;
    border: 1px solid #3F51B5
}

.product-card__right-bottom .checkout-info__button_added:hover {
    background-color: #17298F
}

.product-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px
}

.product-blocks__item {
    margin-left: 15px;
    margin-right: 15px;
    background: #FFF;
    -webkit-box-shadow: -1px 4px 8px rgba(0, 0, 0, .07);
    box-shadow: -1px 4px 8px rgba(0, 0, 0, .07);
    border-radius: 4px;
    width: 350px;
    max-width: 100%;
    padding: 15px 15px 15px 65px;
    margin-top: 15px;
    position: relative
}

.product-blocks__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    left: 25px;
    width: 23px;
    height: 21px;
    background-image: url(../img/icons/card-rec-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.product-blocks__item-title {
    font-size: 16px;
    line-height: 20px
}

.product-blocks__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px
}

.product-blocks__item-more {
    margin-top: 10px
}

.product-blocks__item-more a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FF8000
}

.product-specifics {
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 90px
}

.product-specifics__top {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #F1F2F4
}

.product-specifics__top-item {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 30px;
	font-weight:400;
}

.product-specifics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 0px;
    width: 100%;
}

.product-specifics__content-left {
    padding: 10px 0;
    border-right: 1px solid #F1F2F4;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.product-specifics__content-list {
    list-style-type: none
}

.product-specifics__content-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-specifics__content-li:nth-child(odd) {
    background: #F4F7FA;
    border-top: 1px solid #F1F2F4;
    border-bottom: 1px solid #F1F2F4
}

.product-specifics__content-col {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 15px 11px 30px
}

.product-specifics__content-col:nth-child(1) {
    width: 260px;
    min-width: 260px
}

.product-specifics__content-right {
    min-width: 285px;
    width: 285px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 285px;
    flex: 1 0 285px;
}

.product-specifics__widget {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.product-specifics__widget-title {
    font-size: 16px;
    line-height: 20px
}

.product-specifics__widget-item {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF8000;
    font-size: 14px;
    line-height: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.product-specifics__widget-item:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.product-specifics__widget-item img {
    margin-right: 14px
}

.product-specifics__content-text {
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    line-height: 18px
}

.catalog-blocks__item-sale {
    font-size: 12px;
    color: #5EA414;
    border: 1px solid #5EA414;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 116px;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px
}

.products-slider {
    margin-top: 30px;
    max-width: 1100px
}

.products-slider__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px
}

.products-slider .catalog-blocks__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px
}

.catalog-blocks__arrow {
    width: 40px;
    height: 40px
}

.catalog-blocks__arrow:after {
    content: none
}

.catalog-blocks__arrow_prev {
    left: -20px
}

.catalog-blocks__arrow_next {
    right: -20px
}

.products-slider__wrap {
    position: relative
}

.products-slider__container {
    width: 100%;
    position: relative
}

.popup {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 730px;
    max-width: 90%;
    background: #FFF;
    border: 1px solid #F1F2F4;
    -webkit-box-shadow: 0 5px 31px rgba(0, 0, 0, .116559);
    box-shadow: 0 5px 31px rgba(0, 0, 0, .116559);
    border-radius: 4px;
    padding: 60px
}

.popup__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #0A1F44
}

.popup__body {
    margin-top: 30px
}

.popup__form {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.popup__form-row {
    margin-bottom: 8px;
    position: relative
}

.popup__form-row_submit {
    text-align: center;
    margin-top: 30px
}

.popup__form-label {
    color: #CACED6;
    font-size: 13px;
    position: absolute;
    top: 13px;
    left: 20px;
    line-height: 14px
}

.popup__form-input {
    display: block;
    width: 100%;
    padding: 27px 20px 10px;
    border-radius: 4px;
    border: 1px solid #DFE6EE;
    font-size: 16px;
    line-height: 14px;
    color: #0A1F44
}

.popup__form-input::-webkit-input-placeholder {
    color: #0A1F44;
    font-size: 16px
}

.popup__form-input::-moz-placeholder {
    color: #0A1F44;
    font-size: 16px
}

.popup__form-input:-moz-placeholder {
    color: #0A1F44;
    font-size: 16px
}

.popup__form-input:-ms-input-placeholder {
    color: #0A1F44;
    font-size: 16px
}

.popup__form-politics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.popup__form-politics-check {
    display: none
}

.popup__form-politics-box {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #F3F3F7;
    position: relative;
    margin-right: 10px
}

.popup__form-politics-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/icons/popup-checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0
}

.popup .popup__form-politics-check:checked+.popup__form-politics-box:after {
    opacity: 1
}

.popup__form-politics-text {
    color: #0A1F44;
    font-size: 12px;
    line-height: 16px
}

.popup__form-politics-text a {
    color: #0A1F44;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.popup__form-politics-text a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.popup__form-submit {
    cursor: pointer;
    color: #fff;
    background: #F16D01;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #F16D01;
    padding: 8px 17px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.popup__form-submit:hover {
    color: #F16D01;
    background-color: transparent
}

.popup .mfp-close {
    color: transparent;
    background-image: url(../img/icons/x.svg);
    width: 14px;
    height: 14px;
    top: 15px;
    right: 15px;
    opacity: 1
}

.popup .mfp-close:hover {
    opacity: .8
}

.popup__text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #0A1F44
}

.mfp-title {
    font-size: 12px;
    line-height: 18px;
    color: #CCC
}

.card-info__bottom_mobile,
.product-card__mobile-descr {
    display: none
}

.mfp-bg {
    background: rgba(255, 255, 255, .800058);
    opacity: 1
}

.hidden-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.hidden-sidebar.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.catalog__mobile,
.catalog__mobile-top,
.hidden-sidebar .side-actions,
.hidden-sidebar .side-widget {
    display: none
}

input[type=checkbox].error+div,
input[type=text].error {
    border-color: red
}

/*.maagnific-open {*/
    /*overflow: hidden*/
/*}*/

.descriptor.pointer {
    cursor: pointer;
    position: relative;
}
.descriptor.pointer:after {
    content: '';
    display: inline-block;

    /*background-image: url(../img/icons/dropdown-arrow_new.svg);*/
    background-image: url(../img/icons/dropdown-arrow_new_org.svg);
    width: 14px;
    height: 9px;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 13px;
    vertical-align: middle;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.descriptor.pointer.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-filters {
    display: none
}

.mfp-iframe-holder .mfp-close,
.mfp-figure .mfp-close {
    color: #000;
}
.mobile-breadcrumbs {
    display: none;
}






.main-icons{
    margin-right: -45px;
    margin-bottom: 25px;
    margin-top: -15px;
}

.catalog-blocks{
    margin-right: -45px;
}

.container #bx_incl_area_10{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#bx_incl_area_10_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bx_incl_area_10{
    width: 100%;
}

.container #bx_incl_area_11{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#bx_incl_area_11_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bx_incl_area_11{
    width: 100%;
}

.container #bx_incl_area_13{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#bx_incl_area_12_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bx_incl_area_12{
    width: 100%;
}

#bx_incl_area_13_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#bx_incl_area_13{
    width: 100%;
}

#bx_incl_area_2 {
    margin: auto;
}

.product-specifics__content-left{
    width: 100%;
}

.filter-slider__input{
    color: black;
}

.filter-select{
    white-space: nowrap;
}

.filter-checkboxes__box.disabled{
    opacity: 0.5;
}

.filter-checkboxes__title.disabled{
    opacity: 0.5;
}

.pagination > li > a, .pagination > li > span{
    padding: 0px;
}

html{
    overflow-x: hidden;
}

.header-links{
    display: none;
}

.tablebodytext{
    display: none;
}

.product-main-slider .swiper-wrapper{
    height: auto;
}

.product-main-slider .swiper-wrapper .swiper-slide{
    height: auto;
}

.swiper-container-free-mode>.swiper-wrapper{
    height: auto;
}

.main-brands__slider-slide{
    height: auto;
}

.main-brands__slider-wrapper{
    height: auto;
}

.main-slider__wrapper{
    height: auto;
}


.main-slider .swiper-slide{
    height: auto;
}

.bx-sbb-empty-cart-container{
    margin:auto;
}

.header-search form{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-slider .catalog-blocks__item{
    height: auto;
}



.popup__form-submit.disabled{
    background-color: grey;
    border-color: grey;
    opacity: 0.7;
}

.main-brands__slider-slide img{


}

.brands__item img{
    height: auto;
}
.catalog-blocks__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-page {
    width: 100%;
    padding-top: 20px;
}
.search-page  form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-page input[type="text"] {
    background-color: #fff;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
    color: #0A1F44;
    width: 100%;
    border: 1px solid #DFE6EE;
    border-right: none;
    padding-left: 20px;
    padding-right: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-page input[type="submit"] {
    height: 36px;
    width: 36px;
    min-width: 36px;
    background-color: #F16D01;
    border-radius: 0 4px 4px 0;
    background-image: url(../img/icons/loop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    color: transparent;
    background-size: 15px auto;
}
.searh-container {
    width: 100%;
    padding-bottom: 20px;
}
.search-language-guess {
    padding: 10px 0px;
}
.search-language-guess a {
    color: #F16D01;
}

.product-card .product-main-slider img{
    max-height: 160px;
    margin: auto;
    display: block;
}

.product-card .product-main-slider .product-main-slider__slide{
    background-color: white;
}
.catalog-lines__item-content {
    max-width: 315px;
    width: 315px;
}
.catalog-lines__item-info .catalog-lines__item-avail {
    margin-bottom: 10px;
}
/**/
.product-card__right-bottom .checkout-info__butt {
    max-width: 60%;
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #FF8000;
    padding: 17px 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}
.product-card__right-bottom .checkout-info__butt.checkout-info__butt_bg {
    background: #F16D01 !important;
    color: #fff !important;
}
.product-card__right-bottom .checkout-info__butt.checkout-info__butt_bg:hover {
    background-color: #D66C00 !important;
}
.product-card__right-bottom .checkout-info__txt {
    width: 38%;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #0a1f44;
}
/**/
.catalog-blocks__item-bottom .checkout-info__butt {
    /*max-width: 54%;*/
    /*width: 100%;*/
    /*display: inline-block;*/
    /*border: 1px solid #FF8000;*/
    /*color: #FF8000;*/
    /*font-weight: 300;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*text-align: center;*/
    /*border-radius: 4px;*/
    /*padding: 10px 15px;*/
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 7px;
    border: 1px solid #F17101;
    /*padding: 15px 30px;*/
    padding: 0;
    width: 162px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #F17101;
    white-space: nowrap;
    text-align: center;
}
.catalog-blocks__item-bottom .checkout-info__butt:hover, .catalog-blocks__item-btn_get:hover {
    color: #ffffff;
    background: linear-gradient(91deg, #F17101 -9.98%, #F6A000 99.13%);
}
.catalog-blocks__item-bottom .checkout-info__txt {
    width: 38%;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #0a1f44;
}
.cat_txt {
    font-size: 14px;
    color: #0a1f44;
}
.catalog-blocks__item-btn_get {
    border: 1px solid #FF8000;
    color: #FF8000;
}
/**/
.min__banns {
    display: block;font-size: 0;margin-bottom: 20px;
}
@media (max-width: 768px) {
    .min__banns_home {
        margin-top: 20px;
        margin-bottom: 0;
    }
	.clients-fp__top {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

}
/* filter brand */
.filter_brand_new .filter-select__item {
    width: 100%;
    display: block;
    padding: 7px 15px;
}
.filter_brand_new .filter-select__item input {
    display: none;
}
.filter_brand_new .filter-select__list {
    max-height: 304px;
    overflow-y: scroll;
    min-width: 235px;
}

.filter_brand_new .filter-select__item-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 7px;
    background: #FFFFFF;
    border: 1px solid #DFE6EE;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.filter_brand_new .filter-select__item-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/filter-checkbox.svg);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.filter_brand_new .mobile-select-input:checked + .filter-select__item-box:after {
    opacity: 1;
}
.filter_brand_new .filter-select__item-text {
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: top;
    word-break: break-word;
}
.clear_filter {
    margin-top: 15px;
}
.clear_filter a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.clear_filter a:hover {
    opacity: .75;
}
.clear_filter svg {
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}
.filter-checkboxes-just {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
/* mob */
.select__list_mob {
    max-height: 246px;
    overflow-y: scroll;
}
.clear_filter_mobile {
    padding-left: 15px;
}
.clear_filter_mobile a {
    color: #00309d;
    text-decoration: underline !important;
}
/* gl_cat_tags */
.gl_cat_tags_wrp {
    position: relative;
    padding-bottom: 17px;
}
.gl_cat_tags_wrp.show .gl_cat_tags {
    height: auto !important;
}
.gl_cat_tags {
    display: block;
    padding: 20px 0 0 0;
    position: relative;
    height: 72px;
    overflow: hidden;
    margin-bottom: 15px;
}
#gl_cat_tags_wrp_btn {
    position: absolute;
    bottom: -2px;
    right: 0;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #3f51b5;
}
#gl_cat_tags_wrp_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-image: url(../img/icons/mobile-categories__toggler.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#gl_cat_tags_wrp_btn.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gl_cat_tags li {
    display: inline-block;
    border: 1px solid rgb(241, 242, 244);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.gl_cat_tags li a {
    font-size: 13px;
    color: #0a1f44;
    font-weight: 600;
    display: block;
    padding: 15px;
}
.gl_cat_tags li a:hover {
    background-color: #f6f6fe;
}
.gl_cat_tags li a.active {
    background-color: #f6f6fe;
    border: 1px solid rgb(134, 139, 153);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .gl_cat_tags {
        height: 58px;
        overflow: hidden;
    }
    .gl_cat_tags li {
        margin-bottom: 5px;
    }
    .gl_cat_tags li a {
        font-size: 10px;
        padding: 10px;
    }
    #gl_cat_tags_wrp_btn {
        font-size: 12px;
    }
}
/* gl_new_sitebar */
/**/

.pozvonim-mobile {
    height: 0 !important;
    z-index: 0 !important;
}
.top-sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    background-color: #fff;
    list-style-type: none;
    transform: translateX(-1px);
    display: none;
}
.top-sub-menu__item {

}
.top-sub-menu__link {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #313541;
    padding: 8px 10px;
    border-left: 1px solid #F1F2F4;
    border-right: 1px solid #F1F2F4;
    border-bottom: 1px solid #F1F2F4;
    transition: all 0.25s;
}
.top-sub-menu__link:hover {
    background-color: #F1F2F4;
}
.sorting-dropdown__item_parent .sorting-dropdown__link {
    padding-right: 25px;
}
.sorting-dropdown__item_parent:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 5px;
    height: 10px;
    background-image: url(../img/icons/side-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.top-socials {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.top-socials__item {
    margin-left: 7px;
}
.top-socials__item:first-child {
    margin-left: 0;
}
.top-socials__link {
    display: block;
}
.top-socials__link img {
    display: block;
}

/* ----  stock ---- */
.gl__stock {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #0A1F44;
    padding-left: 20px;
    margin-top: 8px;
}
.gl__stock__desctop, .gl__card-info__top {
    display: none;
}
.gl__stock li {
    display: block;
    margin-bottom: 4px;
}
.gl__stock span {
    display: inline-block;
    font-weight: bold;
}
.gl__stock.gl__stock__mobile {
    padding-left: 0;
    padding-right: 18px;
    font-size: 14px;
    line-height: 19px;
    display: none;
}
/* ----  Ð¡Ð´ÐµÐ»Ð°Ð½Ð¾ Ð² Ð Ð¾ÑÑÐ¸Ð¸ ---- */
.gl__creatdog {
    background: #F8F9FB;
    border: 1px solid #F1F2F4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 7px 7px;
    line-height: 1;
    display: inline-block;
    height: 32px;
    width: 32px;
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
    -ms-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s;
}
.gl__creatdog__list {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
.gl__creatdog__list2 {
    margin-bottom: 12px;
}
.gl__creatdog img {
    display: inline-block;
}
.gl__creatdog span {
    font-weight: 400;
    color: #F8F9FB;
    vertical-align: middle;
    opacity: 0;
    font-size: 10px;
    display: inline;

}
.gl__creatdog:hover {
    width: 123px;
}
.gl__creatdog:hover span {
    opacity: 1;
    /*display: inline-block;*/
    position: relative;
    top: -2px;
    color: #0A1F44;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.card-info__artnum {
    position: relative;
}
.gl__creatdog__carddesc {
    position: absolute;
    top: 0;
    left: calc(100% - 30px);
    bottom: 0;
    margin: auto 0;
}
.gl__creatdog__cardmob {
    margin-top: 5px;
}
/*@media (min-width: 769px) and (max-width: 1180px) {*/
    /*.gl__creatdog__carddesc {*/
        /*right: 30px;*/
    /*}*/
/*}*/

/* MAIN NEW */

.main-area__new {
	position: relative;
	max-width: 100%;
	margin-left: 0;
}
@media only screen and (max-width: 1180px) {
	.main-area__new {
		max-width: 100% !important;
		margin-left: 0 !important;
		padding-right: 15px;
		padding-left: 15px;
	}
}
.btn-orange {
	background-image: -moz-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -webkit-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -ms-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	transition: all 250ms;
}
.btn-orange:hover {
	background-image: -moz-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
	background-image: -webkit-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
	background-image: -ms-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
}

.nav_bar {
	padding-top: 20px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
}
.nav_bar .btn-orange {
	padding: 20px 64px;
	margin-right: 65px;
}
.nav_bar__items {
	display: flex;
	align-items: flex-start;
}
.nav_bar__items .item {
	position: relative;
}
.nav_bar__items .item:not(:last-child) {
	margin-right: 36px;
}
.nav_bar__items .item .item__list {
	display: none;
}
.nav_bar__items .item .item__top {
	display: flex;
}
.nav_bar .menu__item {
	margin-right: 34px;
}
.nav_bar .menu__link_parent {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #13184e;
	padding-right: 0;
	display: flex;
	align-items: flex-start;
}
.nav_bar .menu__link_parent:not(.js-dropdown-menu)::after {
	display: none;
}
/* .nav_bar .menu__link_parent::after {
	position: relative;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #ff8000;
	margin-left: 10px;
	margin-top: 6px;
	top: auto !important;
	transform: translateY(0);
} */
.nav_bar .menu__link_parent::after {
	position: relative;
	content: '';
    display: inline-block;
	margin-left: 6px;
    background-image: url(../img/icons/dropdown-arrow2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 8px;
	right: auto;
	top: 12px;
	background-size: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  
}
@media (min-width:992px) and (max-width:1199px) {
    .nav_bar .menu__link_parent {
        font-size: 10px;
    }
}
@media (max-width:768px) {
	.nav_bar .menu__link_parent::after {
		right: 0;
	}
}
.nav_bar__items .item .item__top .arrow-bottom {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 11px solid #ff8000;
	margin-left: 10px;
	margin-top: 6px;
}
.nav_bar .sorting-dropdown {
	margin-top: 12px;
	border-radius: 4px;
	border: 1px solid #e0e4eb;
	/* padding-right: 10px; */
	/* padding-left: 10px; */
	background-color: #fff;
}
.nav_bar .sorting-dropdown__link {
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #e0e4eb;
}
.nav_bar .sorting-dropdown__item_parent::after {
	width: 7px;
	height: 11px;
	background-image: url(../img/icons/nav-arrow-right.svg);
}
/* .nav_bar .top-sub-menu {
	transform: translateX(10px);
} */
.sorting-btn-append {
	display: none;
}
@media (max-width:991px) {
	.nav_bar {
		flex-direction: column;
		align-items: flex-start;
		/* margin-left: -14px;
		margin-right: -14px;
		padding-left: 14px;
		padding-right: 14px; */
		padding-bottom: 0;
		padding-top: 5px;
		border-top: 1px solid #e0e4eb;
		border-bottom: 1px solid #e0e4eb;
	}
	.nav_bar .btn-orange {
		margin-right: 0;
		padding: 0;
		color: #ff8000;
		background-image: none;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.nav_bar .btn-orange::after {
		content: "";
		margin-left: auto;
		width: 7px;
		height: 11px;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		background-image: url(../img/icons/nav-arrow-right.svg);
		display: block;
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: center center;
	}
	.nav_bar .menu {
		flex-direction: column;
		width: 100%;
	}
	.nav_bar .menu__item {
		margin-right: 0;
	}
	.nav_bar .menu__link_parent {
		max-width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	.nav_bar .menu__link_parent::after {
		margin-left: auto;
		width: 7px;
		height: 11px;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		background-image: url(../img/icons/nav-arrow-right.svg);
	}
	.nav_bar .sorting-dropdown {
		position: relative;
		top: auto;
		border: 0;
		border-bottom: 1px solid #e0e4eb;
	}
	.nav_bar .sorting-dropdown__link {
		border-bottom: 0;
	}
	.nav_bar .top-sub-menu {
		position: relative;
		top: auto;
		left: auto;
		transform: translateX(0);
		border-bottom: 1px solid #e0e4eb !important;
	}
	.nav_bar .sorting-dropdown__item_parent::after {
		top: 16px;
		width: 32px;
		height: 32px;
		display: none;
	}
	.nav_bar .top-sub-menu__link {
		border-left: 0;
		border-right: 0;
	}
	.sorting-btn-append {
		position: absolute;
		z-index: 2;
		top: 16px;
		right: -5px;
		transform: translateY(-50%);
		width: 32px;
		height: 32px;
		background-color: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		outline: none;
		border: 0;
	}
	.sorting-btn-append img {
		pointer-events: none;
	}
}

.main_banner {
	border-radius: 20px;
	background-color: #3f51b5;
	display: flex;
	flex-direction: column;
	padding: 54px 64px;
	background: #3f51b5 url(../img/banner_bg.jpg) no-repeat center calc(50% - 20px) / cover;
}
.main_banner__title {
	font-size: 49px;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'MullerBlack', sans-serif;
	margin-bottom: 24px;
}
.main_banner__title span {
	color: #ff8000;
	font-family: 'MullerBlack', sans-serif;
}
.main_banner__text {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
}
.main_banner .btn-orange-icon {
	margin-top: 100px;
}

@media (max-width:768px) {
	.main_banner {
		padding: 42px 28px 52px 28px;
		margin-bottom: 0;
		background: #3f51b5 url(../img/banner_bg_mobile.jpg) no-repeat top center / cover;
		margin-left: -14px;
		margin-right: -14px;
		border-radius: 0;
	}
	.main_banner__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px;
	}
	.main_banner__text {
		font-size: 12px;
		line-height: 16px;
	}
	.main_banner__text br {
		display: none;
	}
	.main_banner .btn-orange-icon {
		margin-top: 30px;
	}
}

.btn-orange-icon {
	display: flex;
	align-items: center;
	padding: 11px 13px 11px 22px;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -webkit-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -ms-linear-gradient( 30deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	box-shadow: -7.715px 4.635px 18px 0px rgba(246, 136, 45, 0.54);
	max-width: 360px;
	transition: all 250ms;
}
.btn-orange-icon:hover {
	background-image: -moz-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
	background-image: -webkit-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
	background-image: -ms-linear-gradient( 30deg, #D66C00 0%, rgb(230, 130, 7) 100%);
}
.btn-orange-icon span {
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	margin-right: auto;
}
.btn-orange-icon i {
	margin-left: 20px;
	border-radius: 50%;
	background-color: #ffa60c;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	flex: 0 0 54px;
	height: 54px;
}
@media (max-width:768px) {
	.btn-orange-icon span {
		font-size: 14px;
	}
	.btn-orange-icon i {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		margin-left: 10px;
	}
}
@media (max-width:350px) {
	.btn-orange-icon {
		padding: 11px 10px 11px 10px;
	}
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:768px) {
	.order-1 {
		order: 0;
	}
	.order-2 {
		order: 1;
	}
	.order-3 {
		order: 2;
	}
	.order-4 {
		order: 3;
	}
	.order-5 {
		order: 4;
	}
	.order-6 {
		order: 5;
	}
	.order-7 {
		order: 6;
	}
	.order-8 {
		order: 7;
	}
	.order-9 {
		order: 8;
	}
	.order-10 {
		order: 9;
	}
}
.flex-between {
	justify-content: space-between;
}
.row_two {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.row_reverse {
	flex-direction: row-reverse;
}
.col-75 {
	flex: 0 0 calc((100% / 1.6) - 60px);
	max-width: calc((100% / 1.6) - 60px);
}
.col-25 {
	flex: 0 0 calc((100% / 2.4) - 60px);
	max-width: calc((100% / 2.4) - 60px);
}
.w-full {
	flex: 0 0 100%;
	max-width: 100%;
}
.mb-60 {
	margin-bottom: 60px;
}
@media (max-width:768px) {
	.mb-60 {
		margin-bottom: 34px;
	}
}

@media (max-width:1200px) {
	.col-75 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-25 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.block_shadow {
	box-shadow: 0px 0px 13.76px 2.24px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 2px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width:768px) {
	.block_shadow_mobile {
		background-color: #3f51b5;
		margin-left: -14px;
		margin-right: -14px;
		padding: 40px 32px !important;
	}
	.block_shadow_mobile .block_shadow__title {
		color: #fff;
		margin-bottom: 32px;
	}
	.block_shadow_mobile .block_shadow__list {
		margin-bottom: 0;
	}
	.block_shadow_mobile .block_shadow__list li {
		color: #fff;
	}
	.block_shadow_mobile .btn-orange-icon {
		display: none;
	}
	.block_shadow_mobile .block_shadow__list li::before {
		background: url(../img/new-icons/item_checked_mobile.svg) no-repeat top center;
	}
}
.block_shadow__title {
	margin-bottom: 45px;
	color: #3F51B5;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
}
.block_shadow__text {
	/* margin-top: 45px; */
	font-size: 16px;
	font-weight: bold;
	color: #08114e;
}
.block_shadow__text.m-b {
	margin-bottom: 45px;
}
.block_shadow__items {
	display: flex;
	flex-wrap: wrap;
}
.block_shadow__items .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
	margin-right: 25px;
	/* min-width: 100px; */
	flex: calc((100% - 100px) / 4);
	max-width: calc((100% - 100px) / 4);
}
.block_shadow__items .item.item-mobile {
	display: none;
}

@media (min-width:1200px) {
	/* .block_shadow__items .item:first-child, .block_shadow__items .item:nth-child(5) {
		align-items: flex-start;
	} */
	.block_shadow__items .item:nth-child(4n) {
		margin-right: 0;
	}
}
.block_shadow__items .item img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.block_shadow__items .item .item__title {
	font-size: 16px;
	font-weight: bold;
	color: #08114e;
	text-align: center;
}
.block_shadow__list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	margin-bottom: 40px;
}
.block_shadow__list li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #08114e;
}
.block_shadow__list li::before {
	content: "";
	flex: 0 0 20px;
	width: 20px;
	height: 14px;
	display: block;
	background: url(../img/new-icons/item_checked.svg) no-repeat top center;
	margin-right: 10px;
}
.block_shadow__list li:not(:last-child) {
	margin-bottom: 20px;
}

.block_shadow .btn-orange-icon {
	margin-top: auto;
}

.block_shadow__pdf {
	display: flex;
	align-items: center;
	/* margin-top: 30px; */
    height: fit-content;
}
.block_shadow__pdf img {
	width: 54px;
	display: block;
	margin-right: 16px;
}
.block_shadow__pdf p {
	font-size: 16px;
	font-weight: 600;
	color: #08114e;
	max-width: 210px;
	text-decoration: underline;
}
.block_shadow__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.block_shadow__cards .item {
	
}
.block_shadow__cards .item img {
	height: 40px;
	display: block;
}
.block_shadow__cards .item p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #43579c;
}
@media (max-width:1200px) and (min-width:768px) {
	.block_shadow__items .item:nth-child(4n) {
		margin-right: 25px;
	}
}
@media (max-width:768px) {
	.block_shadow {
		padding: 0;
		box-shadow: none;
	}
	.block_shadow__items .item {
		flex: 0 0 calc((100% - 25px) / 2);
		max-width: calc((100% - 25px) / 2);
		margin-bottom: 20px;
	}
	.block_shadow__items .item:nth-child(2n) {
		margin-right: 0;
	}
	.block_shadow__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.block_shadow__text.m-b {
		margin-bottom: 18px;
	}
	.block_shadow__text {
		font-size: 14px;
		/* margin-top: 18px; */
	}
	.block_shadow__items .item img {

	}
	.block_shadow__items .item .item__title {
		font-size: 14px;
	}
	.block_shadow__items .item.item-mobile {
		display: flex;
	}
	.block_shadow__items .item.item-mobile img {
		border-radius: 0;
		width: 55px;
		height: auto;
	}
	.block_shadow__items .item.item-mobile .item__title {
		text-align: left;
		text-decoration: underline;
	}
	.block_shadow__pdf {
		display: none;
	}

	.block_shadow__cards {
		display: flex;
		flex-direction: column;
	}
	.block_shadow__cards .item:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media (max-width:540px) {
	.block_shadow .btn-orange-icon {
		width: 100%;
		max-width: 100%;
	}
}

.block_set {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	background: #3f51b5 url(../img/set-bg.jpg) no-repeat top center / cover;
	padding: 30px 70px 30px 50px;
}
.block_set__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.block_set__title {
	font-size: 49px;
	line-height: 60px;
	color: #ffa60c;
	text-transform: uppercase;
	font-family: 'MullerBlack', sans-serif;
	font-weight: 900;
	margin-bottom: 24px;
}
.block_set .btn-border-white {
	margin-bottom: 12px;
}
@media (max-width: 1200px) {
	.block_set__title {
		font-size: 32px;
		line-height: 42px;
	}
}
@media (max-width: 768px) {
	.block_set {
		position: relative;
		padding: 40px 32px;
		margin-left: -14px;
		margin-right: -14px;
		border-radius: 0;
		width: auto;
		flex-direction: column;
		align-items: center;
	}
	.block_set__title {
		font-size: 24px;
		line-height: 34px;
		position: absolute;
		top: 40px;
		left: 32px;
	}
	.block_set .block_set__left {
		margin-top: 110px;
		margin-bottom: 34px;
	}
	.block_set .block_set__right {
		width: 100%;
	}
}

.btn-border-white,.btn-border-orange {
	width: 325px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	transition: all 250ms;
}
.btn-border-white {
	border: 1px solid #fff;
}
.btn-border-orange {
	border: 1px solid #ffa60c;
}
.btn-border-white:hover {
	background-color: #fff;
	color: #ffa60c;
}
.btn-border-orange:hover {
	background-color: #ffa60c;
}

@media (max-width: 768px) {
	.btn-border-white,.btn-border-orange {
		width: 100%;
		font-size: 14px;
	}
}

.block_tile {
	display: flex;
	flex-wrap: wrap;
}

.block_tile__item {
	flex: 0 0 calc((100% - 96px) / 4);
	max-width: calc((100% - 96px) / 4);
	margin-right: 32px;
	background-color: #3f51b5;
	padding: 25px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.block_tile__item:first-child {
	border-top-left-radius: 0;
	background-image: -moz-linear-gradient( 22deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -webkit-linear-gradient( 22deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
	background-image: -ms-linear-gradient( 22deg, rgb(241,109,1) 0%, rgb(255,144,12) 100%);
}
.block_tile__item:nth-child(2) {
	border-bottom-right-radius: 0;
}
.block_tile__item:nth-child(3) {
	border-top-right-radius: 0;
}
.block_tile__item:last-child {
	border-bottom-left-radius: 0;
}
.block_tile__item:nth-child(4n) {
	margin-right: 0;
}
.block_tile__item.abs {
	position: relative;
}
.block_tile__item.abs img {
	position: relative;
	left: -82px;
	width: 280px;
	max-width: 280px;
}
.block_tile__item .title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}
.block_tile__item .text {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 28px;
}
.block_tile__item img {
	margin-top: auto;
	margin-bottom: 20px;
	max-width: 165px;
	margin-left: auto;
	margin-right: auto;
}
.block_tile__item .link {
	margin-top: auto;
	height: 58px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 250ms;
}
.block_tile__item .link:hover {
	background-color: #fff;
	color: #ff8000;
}

@media (max-width:1024px) {
	.block_tile__item {
		flex: 0 0 calc((100% - 32px) / 2);
   		max-width: calc((100% - 32px) / 2);
		margin-bottom: 40px;
	}
	.block_tile__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:768px) {
	.block_tile__item {
		flex: 0 0 100%;
   		max-width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 40px 16px;
	}
	.block_tile__item:last-child {
		margin-bottom: 0;
	}
	.block_tile__item .title {
		font-size: 20px;
	}
	.block_tile__item .text {
		font-size: 14px;
	}
}

.section_people {
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
}
.section_people::after {
	content: "";
	position: absolute;
	top: 110px;
	left: -370px;
	width: 826px;
	height: 849px;
	background: url(../img/elips1.png) no-repeat;
	z-index: -1;
}
.sect-title {
	font-size: 48px;
	line-height: 60px;
	font-family: 'MullerBlack', sans-serif;
	color: #3f51b5;
	margin-bottom: 30px;
}

.section_people__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_people__row .item-1 {
	flex: 0 0 370px;
	max-width: 370px;
	margin-right: 110px;
}
.section_people__row .item-flex {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	min-width: 0;
}
.item_people {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}
@media (min-width:768px) {
	.item_people:nth-child(3n) {
		margin-right: 0;
	}
	
}
.item_people img {
	border-radius: 4px;
	width: 100%;
	/* height: 300px; */
	object-fit: cover;
	margin-bottom: 14px;
	box-shadow: 0px 0px 13.76px 2.24px rgba(24, 43, 148, 0.1);
}
.expert{
	font-size: 14px;
	line-height: 20px;
}
.expert .item_people .title_item, .expert .item_people .text_item{
    text-align: left;
}
.expert .item_people .text_item{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.item_people .title_item {
	font-weight: 600;
	color: #08114e;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
	white-space: nowrap;
}
.item_people .text_item {
	font-size: 14px;
	line-height: 16px;
	color: #3350b9;
	text-align: center;
}

.section_people__row .item-1 .item_people {
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: 0;
	align-items: flex-start;
}
.section_people__row .item-1 .item_people img {
	height: 480px;
	margin-bottom: 24px;
}
.section_people__row .item-1 .item_people .title_item {
	font-size: 32px;
	text-align: left;
}
.section_people__row .item-1 .item_people .text_item {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
}

@media (max-width:1024px) {
	.section_people__row .item-1 {
		margin-right: 20px;
		flex: 0 0 300px;
		max-width: 300px;
	}
	.section_people__row .item-1 .item_people img {
		/* height: 360px; */
	}
	.section_people__row .item-1 .item_people .title_item {
		font-size: 24px;
	}
	.section_people__row .item-1 .item_people .text_item {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 768px) {
	.section_people {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.section_people__row .item-1 {
		margin-right: 20px;
		flex: 0 0 220px;
		max-width: 220px;
	}
	.item_people {
		display: flex;
		flex-direction: column;
		flex: 0 0 calc((100% - 30px) / 2);
		max-width: calc((100% - 30px) / 2);
		margin-right: 30px;
		margin-bottom: 30px;
	}.expert .item_people:nth-child(2n+1) {
		margin-right: 30px;
	}
	.item_people:nth-child(2n) {
		margin-right: 0px;
	}
	.item_people .title_item {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
	}
}
@media (max-width: 540px) {
	.sect-title {
		font-size: 24px;
		line-height: 36px;
	}
	.section_people__row {
		flex-direction: column;
	}
	.section_people__row .item-1 {
		margin-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item_people {
		display: flex;
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.section_people__row .item-1 .item_people {
		align-items: center;
	}
	.section_people__row .item-1 .item_people .title_item, .section_people__row .item-1 .item_people .text_item {
		text-align: center;
	}
	.section_people__row .item-1 .item_people .title_item {
		font-size: 22px;
	}
	.section_people__row .item-1 .item_people .text_item {
		font-size: 16px;
	}

	.section_people__row .item-flex {
		/* padding: 0 22px; */
	}
	.item_people img {
		height: auto;
		min-height: 210px;
	}
}

.section_message {
	position: relative;
	margin-bottom: 130px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #3f51b5 url(../img/message_bg.jpg) no-repeat top center / cover;
	padding: 70px 0;
}
.section_message::before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -62px;
	right: -300px;
	background: url(../img/message_right.png) no-repeat;
	width: 589px;
	height: 305px;
	display: block;
}
@media (max-width:768px) {
	.section_message::before {
		display: none;
	}
}
.message_section__title {
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-family: 'MullerBlack', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
.section_message .btn-orange-icon {
	margin-top: 0;
}
.section_message .btn-instagram {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.section_message .btn-instagram span {
	font-family: 'MullerExtraBold', sans-serif;
	font-size: 24px;
	color: #fff;
	margin-left: 16px;
}
.section_message__img {
	display: none;
}

@media (max-width: 768px) {
	.section_message {
		margin-bottom: 20px;
		border-radius: 0;
		margin-left: -14px;
		margin-right: -14px;
		width: auto;
		padding: 40px 32px;
	}
	.message_section__title {
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		letter-spacing: 0.3px;
	}
	.section_message__img {
		display: block;
		margin-bottom: 32px;
	}
}
@media (max-width:540px) {
	.section_message .btn-orange-icon {
		width: 100%;
	}
}

.content__main .left-sidebar .side-actions_swp, .content__main .left-sidebar .side-widget{
	display: none;
}

@media (min-width:768px) {
	.content__main .left-sidebar {
		display: none;
	}
}

.content__main .hidden-sidebar {
	top: 103px;
}
.content__main .hidden-sidebar .left-sidebar {
	display: block;
}

.header__inner .icons {
	display: flex;
	align-items: center;
	float: left;
	margin: 34px 0 22px 0;
}
.header__inner .icons img {
	height: 34px;
	margin-right: 20px;
}

.d-flex-menu {
	display: flex;
	align-items: center;
}
@media (max-width:991px) {
	.d-flex-menu {
		flex-direction: column;
		align-items: flex-start;
	}
	.nav_bar {
		width: 100%;
	}
}
.menu-icon {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-bottom: 24px;
}
.menu-icon img {
	width: 42px;
}
.menu-icon a:not(:last-child) {
	margin-right: 20px;
}

@media (max-width:991px) {
	.menu-icon {
		margin-right: auto;
		margin-top: 24px;
		width: 100%;
		justify-content: space-around;
	}
}

@media (min-width:768px) {
	.footer__block_mobile {
		display: none;
	}
}

@media (max-width:768px) {
	.footer_sm_none {
		display: none;
	}
}

.catalog-blocks__item {
	display: flex;
	flex-direction: column;
}
.catalog-blocks__item-info {
	margin-top: auto;
	margin-bottom: 30px;
}
.catalog-blocks__item-body {
	margin-bottom: 30px;
}
.catalog-blocks__item-bottom.dfff {
	margin-top: 0;
}
.btn-ozon {
	position: relative;
	background: radial-gradient(112.5% 2200.89% at 100% 0%, #005BFF 0%, #005BFF 100%);
	border-color: #005BFF;
	color: #fff;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 250ms;
}
.btn-ozon svg, .btn-ozon img {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 2;
	transform: translateY(-50%);
}
.btn-ozon:hover {
	background: radial-gradient(112.5% 2200.89% at 100% 0%, #39B3FF 0%, #005BFF 100%);
	border-color: transparent;
}
@media (max-width:1024px) {
	.btn-ozon span {
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.btn-ozon {
		height: 36px;
	}
	.btn-ozon span {
		font-size: 12px;
	}
	.btn-ozon svg, .btn-ozon img {
		width: 22px;
		height: 22px;
	}
}

.checkout-info__button.product_link {
	border-color: transparent !important;
	background-color: transparent !important;
	color: #FF8000;
}
.checkout-info__button.product_link:hover {
	text-decoration: underline;
}

.mfp-figure:after{
	background-color:#fff;
}






.main-after_title {
    font-size: 49px;
    line-height: 56px;
    text-transform: uppercase;
    color: #3F51B5;
    font-family: 'MullerBlack', sans-serif;
    margin-bottom: 24px;
}
.main-after_subtitle {
    margin-bottom: 62px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #13184e;
}
.main-after_subtitle span {
    color: #f17311;
}




@media(max-width: 768px) {
	.main-after_title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px;
	}
	.main-after_subtitle {
		font-size: 14px;
		line-height: initial;
		margin-bottom: 30px;
	}
}

.nw-product-card {
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}
.nw-product-card__left {
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
}
.nw-product-card__right {
    width: 630px;
    max-width: 100%;
    position: relative;    
}
.nw-product-card__copyinfo {
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-image: url(../img/copyinfo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    z-index: 10;
}
.nw-product-card__slider {
    flex-grow: 1;
    min-width: 0;
    /*margin-top: auto;
    margin-bottom: auto;*/
}
.nw-product-card__slider .swiper-container {
    
}
.nw-product-card__slider .swiper-wrapper {

}
.nw-product-card__slider .swiper-slide {
    height: auto;

}
.nw-product-card__slider-slide {
    display: flex;
    align-items: center;
    justify-content: center;
/*    height: 510px;      */
    height: 380px;
}
.nw-product-card__slider-image {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.nw-product-card__thumbs {
    order: -1;
    margin-right: 5px;
    width: 71px;
    position: relative;
/*    padding: 40px 0px;*/
   
}
.nw-product-card__thumbs-arrow {
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    color: #e8ebf1;
}
.nw-product-card__thumbs-arrow.swiper-button-next.swiper-button-disabled, .nw-product-card__thumbs-arrow.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.nw-product-card__thumbs-arrow:after {
    content: none;
    /*color: #3F51B5;
    transform: rotate(90deg);
    width: 24px;
    height: 24px;*/
}
.nw-product-card__thumbs-arrow_prev {
    top: 0;
    bottom: auto;
}
.nw-product-card__thumbs-arrow_next {
    bottom: 0;
    top: auto;
}
.nw-product-card__thumbs-arrow_prev:after {

}
.nw-product-card__thumbs-arrow_next:after {

}
.nw-product-card__thumbs .swiper-container {
/*     height: 478px;*/
     height: auto;
}
.nw-product-card__thumbs .swiper-wrapper {
    
}

.nw-product-card__thumbs .nw-product-card__thumbs-slide {
    display: block;
    width: 71px;
    min-width: 71px;
    height: 71px;
    border-radius: 6px;
    border: 2px solid #DFE6EE;
    cursor: pointer;
}
.nw-product-card__thumbs-slide:last-child {
    margin-bottom: 0 !important;
}
.nw-product-card__thumbs-image {
    display: block;
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}
.nw-product-card__thumbs .swiper-slide-thumb-active.nw-product-card__thumbs-slide {
    border-color: #3F51B5;        
}
.nw-product-card__info {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nw-product-card__artukul {
    color: #454545;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}
.nw-product-card__title {
    margin-top: 6px;
    color: #0A1F44;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}
.nw-product-card__title span {
    display: block;
    font-weight: 700;
}
.nw-product-card__description {
    margin-top: 6px;
    color: #454545;
    font-size: 14px;
    line-height: normal;
    width: 100%;
}
.nw-product-card__description p {
    margin-top: 12px;
}
.nw-product-card__description p:first-child {
    margin-top: 0;
}
.nw-product-card__all-chars {
    margin-top: 10px;        
}
.nw-product-card__all-chars span {
    display: inline-block;
    color: #3F51B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    white-space: nowrap;
    cursor: pointer;
}
.nw-product-card__bottom {
    width: 100%;
    margin-top: auto;
    padding-top: 36px;
}
.nw-product-card__data {
    /*margin-top: 53px;*/
}
.nw-product-card__prices {

}
.nw-product-card__price {
    color: #0A1F44;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
}
.nw-product-card__data-bottom {
    display: flex;
    justify-content: space-between;
   
}
.nw-product-card__stocks {
    padding-top: 14px;
    display: flex;
}
.nw-product-card__avail {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    /*background-image: url(../img/icons/nw-avail-1.svg);*/
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 19px;
    margin-right: 46px;
}
.nw-product-card__avail_1 {
    background-image: url(../img/icons/nw-avail-1.svg);
    color: #66A820;
}
.nw-product-card__avail_2 {
    background-image: url(../img/icons/avail-2.svg);
    color: #DE2424;
}
.nw-product-card__avail_3 {
    color: #DE7E24;
    background-image: url(../img/icons/avail-3.svg);
}
.nw-product-card__places {
    color: #BBB;
    font-size: 12px;
    line-height: normal;
    margin-top: -1px;
    margin-right: 25px;
}
.nw-product-card__places:last-child {
    margin-right: 0;
}
.nw-cart__counter {
    width: 134px;
    border-radius: 3px;
    border: 1px solid #DFE6EE;
    display: flex;
    height: 41px;
    margin-top: 8px;
    margin-right: 185px;
}
.nw-cart__counter-button {
    width: 44px;
    min-width: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 17px auto;
}
.nw-cart__counter-button_minus {
    background-image: url(../img/icons/nw-minus.svg);
}
.nw-cart__counter-button_plus {
    background-image: url(../img/icons/nw-plus.svg);
}
.nw-cart__counter-input {
    border: none;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 43px;
    background-color: transparent;
    text-align: center;
}
.nw-product-card__buttons {
    margin-top: 30px;
    
}
.nw-product-card__buttons-row {
    margin-top: 26px;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.nw-product-card__buttons-row:first-child {
    margin-top: 0;
}
.nw-product-card__buttons-col {
    /*width: 50%;*/
    padding-left: 10px;
    padding-right: 10px;
}
.nw-product-card__buttons-col_buy {
    flex-grow: 1;
}
.nw-product-card__buttons-col_full {
    width: 100%;
}
.nw-product-card__buttons-col_ozon {
    width: 74px;
    min-width: 74px;
}
.nw-product-card__button {
    border-radius: 6px;
    background: linear-gradient(90deg, #F37202 0%, #FF8F0C 100%);
    box-shadow: -3px 4px 10px 0px rgba(242, 112, 1, 0.42);
    padding: 16px;      
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
   

}
.gl23__catalog-item .gl23__catalog-item-btns-100 {
    width: 100%;
}
.gl23__catalog-item .nw-product-card__button {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    padding: 10px 20px;
}
.nw-product-card__button.catalog-blocks__item-btn_added {
    border: none;
    background: #17298F !important; 
    box-shadow: none !important;                                           
}
.nw-product-card__button:hover {
    background: linear-gradient(90deg, #F37202 0%, #F37202 100%);
}
.nw-product-card__button:focus,
.nw-product-card__button:active {
    background: linear-gradient(90deg, #FF8F0C 0%, #FF8F0C 100%);
}
.nw-product-card__button_add {

}
.nw-product-card__buyclick {
    border-radius: 6px;
    border: 1px solid #F26D01;
    background: #FFF;
    padding: 15px;
    text-align: center;
    display: block;
    color: #F26D01;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    width: 244px;
    min-width: 244px;
}
.nw-product-card__buyclick:hover {
    background: linear-gradient(90deg, #F37202 0%, #F37202 100%);
    color: #fff;
}
.nw-product-card__buyclick:focusÐ±
.nw-product-card__buyclick:active {
    background: linear-gradient(90deg, #FF8F0C 0%, #FF8F0C 100%);
    color: #fff;
}
.nw-product-card__buyozon {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    background-color: #005CFE;
    padding: 27px;
    white-space: nowrap;
    /*background-image: url(../img/ozon-btn-bg.png);*/
    background-image: url(../img/ozon-btn-bg.svg);
    background-repeat: no-repeat;
    background-color: cover;
    font-size: 0;
    color: transparent;

}
.nw-product-card__buyozon.disabled {
    background-color: #E7E7E8;
   /* background-image: url(../img/ozon-btn-bg-disabled.png);*/
   opacity: 0.3;
    cursor: not-allowed;
}

.nw-product-blocks {
    margin-top: 38px;
}
.nw-product-blocks.mobile {
    display: none;
}
.nw-product-blocks .swiper-wrapper {

}
.nw-product-blocks .swiper-slide {
    width: 330px;
    height: auto;
}
.nw-product-blocks__item {
    border-radius: 6px;
    background: #F8F9FB;
    padding: 24px 28px;
    padding-bottom: 18px;
    height: 100%;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.nw-product-blocks__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent !important;
    font-size: 0 !important;
    z-index: 100;
}
.nw-product-blocks__item-title {
    color: #141D3D;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}
.nw-product-blocks__item-title {
    white-space: nowrap;
}
.nw-product-blocks__item-title > span {
    white-space: normal;
}
.nw-product-blocks__item-title b {
    font-weight: 500;
}
.nw-product-blocks__item-title * {
    color: #141D3D !important;
}
.nw-product-blocks__item-title br {
    display: none;
}
.nw-product-blocks__item-title-arrow {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
.nw-product-blocks__item-more {
    padding-top: 21px;
    margin-top: auto;
}
.nw-product-blocks__item-more a {
    color: #3F51B5 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.swiper-container-horizontal> .nw-product-blocks__scrollbar {
    position: static;
    margin-top: 55px;
    border-radius: 11px;
    background: #EBEBEB;
    height: 6px;
    width: 100%;
}
.nw-product-blocks__scrollbar .swiper-scrollbar-drag {
    border-radius: 11px;
    background: #3F51B5;
}
.nw-product-card__top {
    display: none;
}
.nw-product-tabs {
    margin-top: 47px;
}
.nw-product-tabs__top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nw-product-tabs__top-item {
    margin-right: 73px;
}
.nw-product-tabs__top-item:last-child {
    margin-right: 0;
}
.nw-product-tabs__top-item span {
    display: inline-block;
    color: #0A1F44;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-bottom: 8px;
    white-space: nowrap;
}
.nw-product-tabs__top-item span:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #3F51B5;
    height: 3px;
    border-radius: 11px;
    bottom: 0;
    left: 0;
    opacity: 0;
    margin-top: 10px;
}
.nw-product-tabs__top-item.active span {
    color: #3F51B5;
} 
.nw-product-tabs__top-item:not(.active) span {
    cursor: pointer;
}
.nw-product-tabs__top-item.active span:after {
    opacity: 1;
}  
.nw-product-tabs__content {

}
.nw-product-tabs__block {
    display: none;
}
.nw-product-tabs__block.active {
    display: block;
}
.nw-product-tabs__description {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #454545;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nw-product-tabs__description p {
    margin: 20px 0px;
}
.nw-product-tabs__description ul,
.nw-product-tabs__description ol {
    margin: 20px 0px;
}
.nw-product-tabs__block-properties {
    margin-top: 40px;
    margin-bottom: 40px;
}
.nw-product-tabs__block-properties-item {
    display: flex;
    align-items: center;
}
.nw-product-tabs__block-properties-item:nth-child(odd){
    background: #F8F9FB;
}
.nw-product-tabs__block-properties-col {
     padding: 12px 0px;
}
.nw-product-tabs__block-properties-col:first-child {
    color: #0A1F44;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
    padding-left: 42px;
    padding-right: 20px;
    width: 550px;
    min-width: 550px;
}
.nw-product-tabs__block-properties-col:last-child {
    color: #454545;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-grow: 1;
    padding-right: 20px;
    word-break: break-all;
}
.nw-product-tabs__block-properties-col.nw-product-tabs__block-properties-col_big:first-child {
    color: #0A1F44;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.nw-product-tabs__block-documents {
    margin-top: 38px;   
}
.nw-product-tabs__block-documents-item {

}
.nw-product-tabs__block-documents .product-specifics__widget-item {
    color: #3F51B5;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 30px;
}
.nw-product-tabs__block-documents .nw-product-tabs__block-documents-item:first-child .product-specifics__widget-item {
    margin-top: 0;
}
.nw-product-tabs__block-documents .product-specifics__widget-item img {
    margin-right: 30px;
}
.nw-product-tabs__block-video {
    margin: 40px 0px;
}
.nw-product-tabs__block-video-item {
    margin-top: 40px;
}
.nw-product-tabs__block-video-item:first-child {
    margin-top: 0;
}
.nw-product-tabs__block-video-item iframe {
   
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* Ð·Ð°Ð´Ð°Ñ‘Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ 16:9 (ÐµÑÐ»Ð¸ 4:3 â€” Ð¿Ð¾ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.nw-product-tabs__block-mob-title {
    display: none;
}
.gmf__moblogx2 {
    display: none;
}
.gmf__desclogx2 {
    display: block;
    margin-top: 15px;
}
@media (max-width: 768px) {
    .nw-product-tabs__top {
        display: none;
    }
    
    .nw-product-tabs__block-mob-title {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .nw-product-tabs__block-mob-title span {
        color: #3F51B5;
        display: inline-block;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: relative; 
    }  
    .nw-product-tabs__block-mob-title svg {
        display: inline-block;
        margin-left: 10px;
        transform: rotate(-90deg);
        margin-top: 5px;
    } 
    .nw-product-tabs__block-mob-title.show svg {
        transform: rotate(0deg);
        margin-top: 0px;
    }
    .nw-product-tabs {
        margin-top: 20px;
    }
    .nw-product-tabs__description {
        padding: 15px 0px;
        font-size: 14px;
    }
    .nw-product-tabs__description p {
        margin: 10px 0px;
    }
    .nw-product-tabs__block-properties-col:first-child {
        width: 50%;
        min-width: 50%;
        padding: 10px 14px;
        font-size: 12px;
        font-weight: 500;
    }
    .nw-product-tabs__block-properties {
        margin: 30px 0px;
    }
    .nw-product-tabs__block-properties-col:last-child {
        font-size: 12px;
        padding: 7px 12px;
    }
    .nw-product-tabs__block-properties-col.nw-product-tabs__block-properties-col_big:first-child {
        font-size: 12px;
    }
    .nw-product-tabs__block-video {
        margin: 30px 0px;
    }
    .nw-product-tabs__block-video-item {
        margin-top: 30px;
    }
    .gmf__moblogx2 {
        display: block;
        margin-top: 15px;
    }
    .gmf__desclogx2 {
        display: none;
    }
}








.section{padding-top:25px;padding-bottom:42px;width: 100%;}
.section__title{font-family:MullerBlack;font-size:48px;color:#3f51b5;}
.about__item{margin-top:5px;margin-right:56px;}
.about__item:nth-child(2){margin-right:60px;}
.about__item:nth-child(3){margin-right:76px;}
.about__item:last-child{margin-right:0;}
.about__icon{height:53px;}
.about__text{font-size:18px;color:#3f51b5;margin-top:18px;}
.clients{margin-top:95px;padding-bottom:80px;}
.clients__slide{width:auto;height:auto;}
.clients__slide img{display:block;margin:auto;}
@media only screen and (max-width:1199px){
.container{width:960px;}
.about__item,.about__item:last-child,.about__item:nth-child(2),.about__item:nth-child(3){width:23%;margin-left:auto;margin-right:auto;}
.about__text{font-size:16px;}
}
@media only screen and (max-width:1023px){
.container{width:100%;}
.section__title{font-size:24px;padding-left:32px;padding-right:30px;}
.about__item,.about__item:last-child,.about__item:nth-child(2),.about__item:nth-child(3){width:auto;margin-left:30px;margin-right:30px;}
.about__item{margin-bottom:20px;}
.about__text{margin-top:11px;}
.clients{margin-left:30px;margin-right:30px;margin-top:30px;padding-bottom:67px;}
}
*,*:before,*:after{box-sizing:border-box;}
.about-new__row{display:flex;flex-wrap:wrap;justify-content:space-between;margin:55px 0 85px;}
.about-new__features{max-width:900px;width:100%;box-shadow:0px 3px 16px 0px rgba(63,81,181,0.15);border-radius:2px;padding:60px 70px 20px;}
.about-new__features-row{display:flex;flex-wrap:wrap;justify-content:space-between;}
.about-new__features-item{margin-bottom:40px;width:100%;display:flex;justify-content:start;align-items:start;gap: 20px;}
.about-new__features-item > div {
    display: flex;
    flex-direction: column;
}
.about-new__features-item:nth-child(odd){max-width:360px;}
.about-new__features-item:nth-child(even){max-width:360px;}
img.about-new__features-img{margin-bottom:26px;}
span.about-new__features-title{font-size:22px;line-height:1;font-weight:800;text-transform:uppercase;color:#3f51b5;margin-bottom:18px;}
.about-new__features-item ul li{list-style: none;padding-left:30px;font-size:14px;line-height:24px;font-weight:600;color:#08114e;margin-bottom:8px;background-image:url(https://land.dixten.com/vks/img/check.png);background-repeat:no-repeat;background-position:2px 8px;background-size:15px auto;}
.about-new__row .about-new__numbers{margin-top:30px;max-width:275px;width:100%;}
.about-new__row .about__item{margin:0 0 74px;width:100%;}
.about-new__row .about__item:first-child{margin:0 0 66px;}
.about-new__row .about__item:last-child{margin-bottom:0;}
.about-new__row .about__icon img{max-height:100%;height: 44px;}
.about-new__row .about__text{font-size:14px;line-height:20px;font-weight:600;color:#43579c;}
.about-new__row .about__item:nth-child(1) .about__text{max-width:190px;}
.about-new__row .about__item:nth-child(2) .about__text{max-width:155px;}
.about-new__row .about__item:nth-child(3) .about__text{max-width:180px;}
.about-new__row .about__item:nth-child(4) .about__text{max-width:190px;}
.about-new__imgs{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin: 0px -18px 85px;}
span.about-new__imgs-title{display:block;width:100%;margin:0 18px 36px;font-size:24px;line-height:1.2;font-weight:600;letter-spacing:0.021em;color:#08114e;}
@media only screen and (max-width: 1023px){
.about-new__row{margin:28px 0;}
.about-new__features{padding:28px 32px 18px;}
.about-new__features-item{margin-bottom:20px;}
img.about-new__features-img{margin-bottom:15px;}
span.about-new__features-title{font-size:20px;}
.about-new__features-item ul li{color:#000000;}
.about-new__row .about-new__numbers{margin:30px auto;max-width:265px;}
.about-new__row .about__item{margin-bottom:43px;}
.about-new__row .about-new__numbers {
    max-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.about-new__row .about__item {
    width: calc(50% - 10px);
}
.about-new__row .about__icon img {
    height: 28px;
}

.about__icon {
    height: auto;
}
.about-new__row .about__text{margin-top:14px;}
.about-new__row .about__item:nth-child(1) .about__text,.about-new__row .about__item:nth-child(2) .about__text,.about-new__row .about__item:nth-child(3) .about__text,.about-new__row .about__item:nth-child(4) .about__text{max-width:fit-content;}
.about-new__row .about__item:nth-child(4) .about__text{max-width:initial;margin:14px -2px 0 0;}
/* .about-new__imgs{margin:0 32px;} */
.clients {
    gap: 10px!important;
}
.clients__slide {
    width: calc(25% - 10px);
}
.clients__slide img {
    width: 100%;
    object-fit: contain!important;
}
/* span.about-new__imgs-title{display:none;} */
}
.clients-fp__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.slider-nav {
  display: flex;
  align-items: flex-start;
}

.slider-nav .swiper-button-prev {
  margin-right: 15px !important;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  position: static;
  margin: 0;
}
.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  font-weight: 900;
  color: #000;
  font-size: 35px !important;
  transition: all 0.15s ease-in-out;
}

.slider-nav .swiper-button-prev:hover::after,
.slider-nav .swiper-button-next:hover::after {
  color: #3f51b5;
}
.clients{margin-top:0;display:flex;flex-wrap:wrap;gap: 20px;}
@media only screen and (max-width: 1023px){
.section__title{font-size:40px;}
}
@media only screen and (max-width: 1023px){
.section__title{font-size:40px;}
}
.clients__slide img{max-height:100px;height:80px;/* object-fit:cover; */}
/**/
.gm__cookies-modal {
    background: rgb(249, 249, 249);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    max-width: 389px;
    padding: 14px 14px 22px;
    display: flex;
    width: calc(100% - 40px);
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10;
    left: 20px;
    bottom: 20px;
}
.gm__cookies-modal._hide {
    display: none !important;
}
.gm__cookies-modal-text {
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    padding-right: 9px;
}
.gm__cookies-modal-text a {
    text-decoration: underline;
    color: rgb(63, 81, 181);
    transition: all .5s;
}
.gm__cookies-modal-btn a {
    border-radius: 4px;
    background: rgb(63, 81, 181);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    color: #ffffff;
    transition: all .5s;
}
.gm__cookies-modal-text a:hover, .gm__cookies-modal-btn a:hover {
    opacity: .65;
}