@font-face {
    font-family: 'ApercuPro-Light';
    src: url('../fonts/ApercuPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApercuPro-Medium';
    src: url('../fonts/ApercuPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApercuPro-Regular';
    src: url('../fonts/ApercuPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 14px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

p,
span,
li,
a,
div,
.txt * {
    font-size: 16px;
    font-family: ApercuPro-Regular, sans-serif;
}

ul {
    padding: 0;
    list-style: none;
    font-family: 'ApercuPro-Regular', sans-serif;
}

body {
    position: relative;
    font-family: ApercuPro-Regular, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

*,
 :after,
 :before {
    box-sizing: border-box;
}

.pages-headline h2 {
    font-weight: 700;
    color: #121212;
}

.shadow {
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.3);
}

.resize-txt {
    display: flex;
    justify-content: flex-end;
}

.resize-txt a {
    line-height: initial;
    width: 32px;
    height: 32px;
    border: 1px solid #447aba;
    border-radius: 0.25em;
    background-color: #fff;
    font-weight: 700;
    margin-left: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resize-txt a:hover,
.resize-txt a:active {
    background-color: #447aba;
    color: #fff;
    outline: none;
}

/*pagination page*/

.prod-btn:hover {
    background-image: linear-gradient(-125deg, #e69c38 0%, #d57a10 100%);
}

.page-link {
    border: none;
    color: #121212;
}

.page-link span {
    margin: 0 10px;
}

.page-item.active .page-link {
    z-index: 3;
    font-weight: 700;
    border-radius: 3px;
    color: #f9f9f9;
    background-color: #5589c6;
    border-color: transparent;
}

.page-link:hover {
    z-index: 2;
    color: #040404;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.pagination-wrap {
    width: 100%;
    justify-content: center;
    display: flex;
}


/*pagination page*/

.container {
    max-width: 1366px;
}


/*header top*/

.header-wrap {
    background-image: linear-gradient(-250deg, #6496d1 0%, #3c73b4 50%);
}

.header-top {
    padding: 0.5em 0;
    background-color: rgba(225, 225, 225, 0.2);
}

.header-top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-wrap-mob {
    display: none;
}

.header-top-nav ul {
    padding: 0;
    list-style: none;
}

.header-top-nav ul li {
    display: inline-block;
}

.header-top-nav ul li p a {
    font-family: ApercuPro-Regular, sans-serif;
    color: #fff;
    padding-right: 25px;
}

.header-top-nav ul li p {
    margin: 0;
}

.header-top-address {
    font-family: ApercuPro-Regular, sans-serif;
    color: #fff;
}

.header-top-address p span a {
    color: #fff;
    -webkit-text-decoration: revert;
            text-decoration: revert;
}

.header-top-address span {
    font-family: ApercuPro-Regular, sans-serif;
    color: #fff;
}

.header-contact p {
    font-family: ApercuPro-Regular, sans-serif;
    text-align: right;
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.header-body {
    margin: 32px 0 0 0;
    padding: 0 50px 20px;
}

.logo {
    width: 90%;
}

.search-inp {
    width: 100% !important;
    position: relative;
    padding: 28px;
    font-size: 15px;
}

.search-inp::-webkit-input-placeholder {
    color: #bbb
}

.search-inp::-moz-placeholder {
    color: #bbb
}

.search-inp:-ms-input-placeholder {
    color: #bbb
}

.search-inp::-ms-input-placeholder {
    color: #bbb
}

.search-inp::placeholder {
    color: #bbb
}

.search-btn {
    position: absolute;
    top: 7px;
    right: 28px;
}

.header-inform {
    display: flex;
    margin-top: -10px;
    justify-content: space-between;
    align-items: center;
}

.phone {
    margin: 0;
    font-size: 19px;
}

.header-contact p a {
    color: #fff;
}

.phone-mob {
    font-size: 17px;
}

.users-info {
    position: relative;
    margin: 0 15px;
}

.users-info,
.user-img {
    width: 50px;
}

.operating-mode {
    font-size: .75em;
}

.header-info-purchases {
    display: flex;
    margin-left: 15px;
}

.menu-top-header,
.promo,
.our-advantages {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

#navbarText>ul {
    width: 1366px!important;
}

.mob-menu-wrap {
    display: none;
}

.menu-more {
    display: none !important;
}

.orange-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 4px solid #3c73b4;
    background-color: #e88116;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: -14px;
    font-size: 0.8em;
    color: #fff;
    line-height: 0;
}

.users-info a {
    display: inline-block;
}

.adress-mob {
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 13px;
    margin: 0;
}

.adress-mob span a {
    color: #121212;
    text-decoration: underline;
}


/*header top the end*/


/*header nav*/

.bg-light {
    padding: 0 !important;
    background-image: linear-gradient(-173deg, #6496d1 0%, #3c73b4 100%);
}

.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navbar-nav>li {
    justify-content: center;
    width: 19%;
    display: flex;
    padding: 10px 0;
    text-align: center;
    align-items: center;
}

.navbar-too>li:hover {
    background-image: linear-gradient(-135deg, #e69c38 0%, #d57a10 100%);
}

.menu-top-header .nav-link {
    color: #fff;
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 1em;
    line-height: initial;
}

.navbar-too {
    justify-content: end !important;
}

.navbar-too>li:first-child {
    width: 325px;
    background-image: linear-gradient(-135deg, #e69c38 0%, #d57a10 100%);
}

.navbar-too li:not(:first-child) a {
    white-space: pre-wrap;
}

.navbar-too li:not(:first-child) a::after {
    display: none;
}

.menu-drop {
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 14px 20px #00000021;
}

.dropdown-menu {
    margin: 0;
}

.menu-brop {
    margin: 0 10px;
}

.menu-drop ul li a {
    color: #212529 !important;
    font-size: 17px;
    text-align: start !important;
    padding: 1rem 0 1rem 2.5rem !important;
    font-family: ApercuPro-Regular, sans-serif;
    display: block;
}

.menu-drop ul li a:hover {
    color: #dc8821 !important;
}

.dropdown-toggle::after {
    margin-left: 1em;
}

.dropdown-item {
    /* white-space: normal !important; */
}


/*button menu*/

.cmn-toggle-switch {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 15px;
    left: 18px;
    right: 18px;
    height: 6px;
    background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #fff;
    content: "";
}

.cmn-toggle-switch span::before {
    top: 10px;
}

.cmn-toggle-switch span::after {
    bottom: 10px;
}

#mobTopMenu {
    display: none;
}


/**
 * Стиль 2
 *
 * «Гамбургер» превращается в «x» (класс htx).
 * Берется исходное состояние, затем полоски плавно перемещаются в центр
 * и трансформируются в «x».
*/

.cmn-toggle-switch__htx {
    background-color: transparent;
}

.cmn-toggle-switch__htx span {
    transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}


/* активное состояние, т.е. меню открыто */

.cmn-toggle-switch__htx.active {
    background-color: transparent;
}

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    transition-delay: 0, 0.3s;
}


/*header nav the end*/


/* block banner*/

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

.advantages-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.advantages ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 325px;
    padding: 0;
}

.advantages ul li:hover {
    color: #0074b8;
    background-color: #ffffff;
}

.advantages ul li {
    width: 100%;
    text-align: right;
    font-family: ApercuPro-Medium, sans-serif;
    font-size: 20px;
    background-color: #f3f1f1;
    padding-right: 33px;
    border-top: 1px solid #00000026;
    display: inherit;
    justify-content: flex-end;
    align-items: center;
}

.advantages ul li a {
    font-weight: 700;
    width: 100%;
    text-align: right;
    font-family: ApercuPro-Medium, sans-serif;
    font-size: 16px;
}

.banner-wrap,
.banner-wrap img {
    width: 100%;
}


/* block banner  end*/


/* advantages block */

.bg-gray {
    background-color: #12121208;
}

div.product-info {
    padding-left: 0;
    float: none;
    width: 100%;
    margin: 1em 0;
}

div.promo {
    display: flex;
    background: none;
    width: 100%;
    height: auto;
    padding: 0;
}

div.promo div.views {
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    z-index: 2;
}

div.promo div.view {
    width: 100%;
    height: 50vh;
    position: relative;
}

div.promo div.view img.main {
    width: 100%;
    height: 50vh;
}

div.promo div.pads {
    float: left;
    z-index: 3;
}

.our-advantages {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}


/*.our-advantages > div:not(:first-child) {*/


/*    border-left: 1px solid #0a0a0a30;*/


/*}*/

.our-advantages>div {
    border-left: 1px solid #0a0a0a30;
}

.our-advantages>div:last-child {
    border-right: 1px solid #0a0a0a30;
}

.advant p {
    width: 135px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

.advant {
    width: 20%;
    text-align: center;
    padding: 25px 0 25px;
    border-bottom: 1px solid #0a0a0a30;
}

.advant-img {
    margin-bottom: 15px;
}

.advant-img img {
    width: 60px;
}


/* advantages block  end*/


/* catalog blog*/

.catalog {
    border-bottom: 9px solid #d1d1d1;
}

.catalog-headline {
    margin: 62px auto;
}

.catalog-headline h2 {
    color: #212529;
    font-family: ApercuPro-Bolt, sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}

.catalog-category-wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.catalog-category {
    margin-bottom: 35px;
    width: 33.3333%;
}

.categoty-product {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: start;
}

.cat-product-img {
    margin-right: 1em;
    display: flex;
    align-items: center;
    height: 124px;
    width: 124px;
}

.cat-product-img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.catalog-category ul {
    margin-top: 15px;
}

.catalog-category ul li a {
    font-weight: 600;
    line-height: 28px;
    color: #0074b8;
    font-size: 14px;
    font-family: ApercuPro-Medium, sans-serif;
}

.catalog-category ul li a:hover {
    color: #dc8821;
}

.categoty-product h4 a {
    color: #121212;
    line-height: 24px;
    font-size: 19px;
    font-weight: 600;
    width: 182px;
    font-family: ApercuPro-Regular, sans-serif;
}

.categoty-product h4 a:hover {
    color: #dc8821;
}


/* recommend block*/

.recommend {
    background-color: #fafafa;
}

.hit {
    top: 20px;
    left: 0;
    position: absolute;
    background-color: #009400;
}

.hit p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 3px 12px;
}

.recommend-b>div:not(:first-child) {
    border-left: 1px solid #d1d1d1;
}

.recommend-b>div:not(:nth-child(-n+4)) {
    display: none!important;
}

.recommend-headline {
    padding: 35px 0 20px 0;
}

.recommend-headline h2 {
    color: #212529;
    text-align: left;
    font-family: ApercuPro-Regular, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.product-wrap {
    position: relative;
    height: 100%;
    padding: 1.5em;
    background-color: #fff;
}

.product-img {
    height: 220px;
    text-align: center;
    position: relative;
}

.product-mob-card>div.clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px
}

.product-mob-card>div.clamp * {
    font-size: 15px!important;
    line-height: 20px;
    color: #888;
    text-align: left!important
}

.prod-rev>p>span,
.prod-rev>div {
    text-align: start;
    font-weight: 500;
    font-size: 15px;
}

.product-wrap a.name {
    font-weight: bold;
    color: #000;
    font-size: 1.15em;
    margin-bottom: 0.5em;
    display: block;
}

.product-wrap h4 a.name {
    font-size: 0.8em;
}

.product-price span {
    color: #e88116;
    font-weight: 700;
    font-size: 20px;
}

.product-art span {
    color: #121212;
    font-weight: 900;
    font-size: 15px;
}

.product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-add {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.prod-btn {
    margin-right: 10px;
    color: #fff;
    padding: 14px 20px;
    font-weight: normal;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(-102deg, #6496d1 0%, #3c73b4 100%), linear-gradient(to top, #000000 0%, #ffffff 100%);
}

.out .prod-btn {
    background: linear-gradient(-102deg, #a7b6c7 0%, #8396ad 100%);
}

.prod-btn img {
    margin-right: 10px;
}

.out .prod-btn img {
   display:none;
}

.comp-b {
    position: absolute!important;
    width: 175px!important;
}

.compare-btn>input {
    display: none;
}

.compare-btn>a {
    font-size: 0;
    content: none;
    padding: 28px 35px;
    width: 100%;
    display: block;
}

.out .compare-btn>a {
    padding: 25px 35px;
}

.compare-btn {
    /*padding: 28px 35px;*/
    border-radius: 5px;
    border: 1px solid #3c73b4;
    background-color: #fff;
    background-image: url("../images/var-2/comp.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.compare-btn:hover {
    background-color: #6294cf;
    background-image: url("../images/var-2/comp-w.png");
}

.catalog,
.medical-info,
.recommend {
    padding: 0 10px 50px;
}

.medical-i {
    margin: 0 20px 20px;
    list-style-image: url("../images/var-2/disc.png");
}


/* footer */

.footer-top-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer-top {
    background-image: linear-gradient(-9deg, #e69c38 0%, #d57a10 100%);
}

.f-info-wrap {
    display: flex;
    align-items: center;
}

.footer-info p {
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500;
}

.footer-docs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ft-bl-1:nth-child(-n+4),
.ft-bl-1:nth-child(n+4) {
    display: none;
}

.footer-docs>li {
    width: 50%;
}

.footer-info h3 {
    margin-left: 15px;
    text-transform: uppercase;
    font-family: ApercuPro-Medium, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.form-email {
    display: flex;
}

.form-email>div {
    margin: 0;
}

.f-info-wrap img {
    width: 95px;
}

.email-f {
    width: 385px;
    height: 60px;
    border-radius: 5px 0 0 5px;
}

.email-btn {
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to top, #6496d1 0%, #3c73b4 100%);
    width: 160px;
    border: none;
    font-size: 18px;
}

.footer-contant {
    background-image: linear-gradient(-92deg, #6496d1 0%, #3c73b4 100%);
}

.ft-centr {
    padding: 50px 0 20px;
}

.footer-logo img {
    max-width: 100%;
}

.work-wrap {
    display: none;
}

.footer-contact {
    margin-top: 40px;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}

.tell-w img {
    width: 15px;
}

.footer-tel .phone {
    font-weight: bold;
}

.footer-tel p a {
    font-family: ApercuPro-Regular, sans-serif;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.footer-tel p {
    color: #fff;
}

.footer-menu-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.footer-catalog h4,
.footer-menu h4 {
    color: #fff;
    text-align: start;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
}

.footer-catalog ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    margin-left: -10px;
}

.f-menu-block ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.footer-catalog,
.footer-menu {
    width: 41%;
}

.f-menu-block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-bottom {
    border-top: 1px solid #759fd0;
}

.footer-b-wrap {
    margin: 0 auto;
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.rights p {
    color: #fff;
    font-size: 15px;
}


.pages-headline h1,
h1.pages-headline {
    font-size: 2em;
    color: #121212;
    font-weight: bold;
    font-family: ApercuPro-Regular, sans-serif;
}


/* pages contacts */

.pages-nav-wrap {
    background-color: #e8e8e8;
}

.pages-nav ul {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.pages-nav ul li:after {
    content: '/';
    padding: 0 10px;
}

.pages-nav ul li:last-of-type:after {
    content: '';
}

.pages-nav ul li a {
    line-height: 18px;
    font-size: 16px;
    color: #000;
}

.pages-activ {
    font-weight: 700;
}

.contact-info-b {
    padding: 10px 0;
    display: flex;
}

.contact-icon {
    margin-right: 10px;
}

.contact-info p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
}


/* pages contact end */


/* page deliver */

.deliver-info {
    margin-top: 30px;
    display: flex;
}

.deliver-icon img {
    margin-right: 35px;
}

.deliver-txt h3 {
    color: #245793;
    font-size: 20px;
    line-height: 35px;
}

.deliver-txt p {
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    font-weight: 700;
}


/* page deliver  end*/


/* page  service */

.service-info-b {
    display: flex;
    justify-content: start;
}

.service-b {
    display: inherit;
    padding: 20px 0;
}

.service-icon img {
    margin-right: 10px;
}

.service-info p {
    font-weight: 600;
    color: #121212;
    font-size: 18px;
    line-height: 30px;
}

.s-info-r {
    width: 310px;
}


/* page  thank-you-page  */

.thank-you-wrap {
    margin: 5em 0;
    display: flex;
    justify-content: center;
}

.thank-you-icon img {
    margin-right: 2em;
}

.thank-you-headline-mob {
    display: none;
}

.hedl-s h3 {
    margin-bottom: 1em;
    font-size: 1.75em;
    font-weight: 900;
    font-family: ApercuPro-Regular, sans-serif;
}

.thank-you-info p {
    margin: 0;
}

.thank-you-info .tel-thank {
    color: #3c73b4;
    font-weight: 700;
    display: block;
}


.btn-return {
    width: 204px;
    padding: 15px 28px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0068b7;
    background-color: #0068b7;
    color: #fff;
    margin-top: 2em;
}

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



/* page  thank-you-page end*/


/* shares */

.shares-content {
    display: flex;
    flex-wrap: wrap;
}

.card-body {
    padding: 1.25rem 1.25rem 3rem;
}

.card {
    width: 32%;
    border: none;
    margin-bottom: 30px;
}

.card-img-top {
    margin: 15px 15px 0;
    width: 150px;
    height: 115px;
}

.card-title {
    color: #4f83c1;
    font-size: 16px;
    line-height: 18px;
    font-family: ApercuPro-Regular, sans-serif;
    font-weight: 700;
}

.card-text {
    font-size: 12px;
    line-height: 18px;
}

.card-link {
    bottom: 15px;
    position: absolute;
    text-decoration: underline;
    font-size: 15px;
}


/*  shares end  */


/* news */

.news-bl-page {
    display: flex;
    justify-content: start;
}

.news-img-bl {
    max-width: 250px;
    margin-right: 35px;
}

.news-img-bl img {
    width: 100%;
}

.news-content {
    display: flex;
    flex-wrap: wrap;
}

.card-news {
    width: 48%;
    margin: 15px 15px 35px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: inherit;
}

.card-body-news {
    position: relative;
}

.card-img-news {
    width: 150px;
    height: 165px;
    margin-right: 15px;
}

.news-date {
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
}

.card-title-news a,
.card-title-news {
    color: #4f83c1;
    font-size: 18px;
    line-height: 20px;
    font-family: ApercuPro-Regular, sans-serif;
    font-weight: 700;
}

.card-text-news {
    margin-bottom: 40px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}


/* news end */


/* questions  */

.questions-bl {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.questions-bl>ul>li>a {
    color: #245793;
    font-weight: bold;
}

.questions-bl>ul>li {
    margin: 10px 0;
}

.guestion-wrap {
    margin-bottom: 30px;
}

.guestion-wrap p,
.guestion-wrap p font,
.guestion-wrap p span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.guestion-ye {
    margin-right: 10px;
    color: #e88116;
}

.guestion-bl {
    float: left;
    margin-right: 10px;
    color: #3c73b4;
}


/* questions  end */


/* price list */

.price-sort {
    display: flex;
    align-items: center;
}

.price-sort label {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.price-sort select {
    width: 190px;
}

.price-list-wrap {
    margin-top: 25px;
    width: 100%;
}

.tabl-headline {
    background-color: #3e74b5;
    color: #fff;
}

.tabl-headline a,
.table-category a {
    color: #fff;
    font-size: 15px;
}

.table-category {
    background-color: #acacac;
}

.price-list thead th {
    border-bottom: none !important;
}

.price-list th {
    border-top: none !important;
}

.price-list tbody tr td a {
    font-size: 14px;
    color: #212529;
}

.price-list tbody tr td:last-child {
    color: #e69c37;
    font-weight: 700;
}

.price-list td.sklad {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    color: #e69c37;
}

table.price-list td.sklad {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    color: #e69c37 !important;
}

.price-list td.sklad span {
    font-size: 13px;
    color: #212529 !important;
}

.price-list td.price {
    font-size: 13px;
    white-space: nowrap;
    text-align: right;
    color: #E57A12
}

.btn-more {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #3c73b4;
    color: #3c73b4;
    font-weight: 700;
}


/* price list */


/*  basket  */

.basket-f-wrap {
    display: flex;
}

.basket-form,
.basket-tov {
    width: 100%;
}

.page-wrap-basket {
    margin: 35px 0 0;
}

.basket-form {
    padding: 3em 2.5em;
    background-color: rgba(196, 196, 196, 0.1);
    border-right: 1px solid #d1d1d1;
}

.basket-form>.form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.basket-form>.form-group>label {
    width: 100%;
}

.basket-w {
    width: 100%!important;
}

.payment-method {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.payment-method div label a {
    font-size: 13px;
    text-decoration: underline;
    color: #1768b3;
}

.payment-method>div>label {
    width: 100%!important;
}

.payment-method select {
    height: calc(1.5em + 1.75rem + 2px);
}

.sel>option {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}

.payment-method div {
    width: 48%;
}

.basket-f-wrap div label {
    font-weight: 700;
    font-family: 'ApercuPro-Bolt', sans-serif;
    font-size: 13px;
}

.basket-f-wrap div label span {
    color: #f90505;
    font-size: 11px;
}

.form-control:focus {
    color: #1b1b1b;
    background-color: #fff;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(174, 175, 175, 25%);
}

.form-check-input {
    margin-top: 8px;
    width: 20px;
    border: 1px solid #565555;
    background-color: #ffffff;
    opacity: 0.71;
}

textarea.form-control {
    height: 200px;
}

.btn-basket {
    padding: 1em 2em;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    background-color: #1768b3;
}

.btn-basket:hover {
    color: #ffffff;
    background-color: #044f94;
}

.basket-tov {
    padding: 0;
}

.product-sum {
    padding: 10px 20px;
    width: 100%;
    align-items: center;
    background-color: rgba(196, 196, 196, 0.2);
    border: 1px solid rgba(31, 31, 31, 0.18);
    display: flex;
    justify-content: space-between;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 700;
}

.sum-oll, .sum-oll span {
    font-weight: bold;
    font-size: 20px;
    color: #e4811e;
}

.sum-oll small {
    margin-left: 2px;
    font-weight: bold;
}

.prod-img {
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #cbcbcb;
}

.card-product {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
    position: relative;
}

.prod-img img {
    width: 120px;
    height: 105px;
}

.prod-info {
    width: 40%;
}

.prod-quantity {
    width: 60%;
}

.prod-info h4 {
    color: #212121;
    font-weight: 700;
    font-size: 1em;
}

.pr__list.prod-stock {
    position: relative;
}

.prod-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.8em;
    color: #4b80bf;
    font-weight: bold;
}

.prod-stock.out {
    color: #d24a43;
}

.quantity-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.w-count.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.minus,
.plus {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #1768b3;
    width: 28px;
    height: 28px;
    position: relative;
}

.minus:before,
.plus:before,
.plus:after {
    width: 10px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #1768b3;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.minus:hover,
.plus:hover {
    background-color: #1768b3;
}

.minus:hover:before,
.plus:hover:before,
.plus:hover:after {
    border-bottom: 2px solid #fff;
}

.quantity input {
    width: 30px;
    border: none;
    text-align: center;
    font-weight: 700;
}

.prod-quantity {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.close-prod {
    width: 16px;
    height: 16px;
    margin-left: 20px;
}

.sun-form-mob {
    display: none;
}


/*  basket the end*/


/* card-product*/

.bg-g {
    background-color: #f9f9f9;
}

.card-tabs {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.card-product-tabs li a {
    color: #000;
    font-size: 1.25em;
    font-weight: 700;
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #3a86e0 !important;
}

.tab-content>.active {
    padding: 25px 10px;
}

.additional-item {
    padding: 0 10px 50px;
}

.superiority-wrap {
    padding: 60px 15px 25px;
}

.superiority-wrap>div>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.superiority-xs {
    justify-content: space-between;
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

.superiority {
    width: 50%;
}

.side {
    width: 33%;
}

.side>.superiority {
    width: 100%;
}

.superiority {
    display: flex;
    justify-content: start;
}

.superiority-img img {
    margin-right: 15px;
}

.superiority {
    margin-bottom: 35px;
}

.superiority-info a span {
    font-family: ApercuPro-Regular, sans-serif;
    line-height: 20px;
    font-size: 16px;
    color: #457bbb;
    font-weight: 700;
}

.rew-b {
    border-right: 1px solid #ccc;
}

.rating-mini {
    margin: 0 0 5px;
    display: inline-block;
    font-size: 0;
}

.rating-mini span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: lightgrey;
}

.rating-mini>span:before {
    content: '★';
}

.rating-mini>span.active {
    color: #e69c38;
}

.p-block {
    padding: 25px 0;
}

.specifications-tables td {
    border-top: 1px dashed #909090;
}

.specifications-tables tr td:last-child {
    font-weight: 700;
}

.specifications-tables>tbody>tr>td {
    font-size: 14px;
}

.reviews-name {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.reviews-name p {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-family: ApercuPro-Bolt, sans-serif;
    margin-right: 15px;
}

.reviews-content {
    font-family: ApercuPro-Bolt, sans-serif;
}

.comm-vote {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rev-g {
    font-size: 14px;
    font-family: ApercuPro-Bolt, sans-serif;
    width: 100%;
}

.preview-h>div {
    font-family: ApercuPro-Bolt, sans-serif;
}

.tab-pane div div {
    font-family: ApercuPro-Bolt, sans-serif;
}

.reviews-client {
    margin-bottom: 45px;
}

.reviews-guestion {
    margin: 0.5em 0.75em 0.5em 0;
    display: flex;
    align-items: center;
}

.reviews-guestion p {
    font-size: 13px;
    margin: 0;
}

.reviews-g-btn {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
    padding: 0.25em 0.75em;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    background: linear-gradient(9deg, #e9e8e8 0%, #ffffff 100%);
}

.reviews-g-btn:hover {
    background:  #528ccb;
    background: linear-gradient(-148deg, #528ccb 0%, #2463a6 100%);
    color: #fff;
    border: 1px solid #2463a6;
}

.helpful {
    font-weight: bold;
    font-size: 0.9em;
}

.reviews-headline h2 {
    color: #121212;
    margin-top: 35px;
    text-align: left;
    font-family: ApercuPro-Regular, sans-serif;
    font-weight: 700;
    font-size: 19px;
}

.rating-result {
    margin: 0 auto;
}

.rating-result span {
    padding: 0;
    font-size: 27px;
    margin: 0;
    line-height: 1;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-result>span:before {
    content: '★';
}

.rating-result>span.active {
    color: #e69c38;
    text-shadow: 1px 1px #c60;
}

.rew-m {
    background-color: #f5f5f5;
}

.reviews-form>.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 25px;
}

.reviews-form>.form-group>label {
    width: 100%;
}


.form-control {
    display: block;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.reviews-form div textarea {
    height: 115px;
}

.btn-reviews-mob {
    display: none;
}

.btn-reviews {
    margin-top: 10px;
    padding: 13px 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    background-image: linear-gradient(-102deg, #6496d1 0%, #3c73b4 100%), linear-gradient(to top, #000000 0%, #ffffff 100%);
}

.btn-reviews:hover {
    color: #fff;
    background-image: linear-gradient(-94deg, #e69c38 0%, #d57a10 100%);
}

.reviews-top {
    display: flex;
    margin-top: 15px;
    justify-content: flex-end;
}

.reviews-top a {
    margin-top: -5px;
    margin-left: 15px;
    color: #e69c38;
    text-decoration: underline;
    font-weight: 700;
}


/*gallery*/

.slider-for {
    position: relative;
    margin-bottom: 10px;
}

.new-blue {
    top: 0;
    left: 0;
    position: absolute;
    background-color: #3c73b4;
}

.new-blue p {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    padding: 7px 20px;
}

.slider-for>div {
    border: 1px solid #cccccc5e;
}

.slider-for div img {
    width: 100%;
}

.slider-nav>div {
    margin: 0 5px;
}

.slider-nav div img {
    border: 1px solid #cccccc5e;
    padding: 10px;
    width: 70px;
    height: 60px;
}

.slider-nav>div>div>div {
    width: 80px !important;
}


/*gallery*/

.official {
    color: #f28000;
    font-weight: 700;
    margin: 30px 0;
}

.tick {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.tick-img img {
    width: 18px;
}

.tick p {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    color: #457bbb;
    font-weight: 700;
}

.tick .stock-out {
    color: #ff0000;
    margin: 0;
}

.sum-cart {
    font-weight: 700;
    font-size: 28px;
    color: #e4811e;
    margin: 21px 0;
}

.sum-cart span {
    padding-left: 10px;
    font-size: 20px;
}

.cart-services {
    padding: 25px 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #cccccc5e;
    border-top: 1px solid #cccccc5e;
}

.serv-bl {
    text-align: center;
}

.serv-bl a span {
    font-size: 15px!important;
    font-weight: 700;
    text-align: center;
    font-family: ApercuPro-Regular, sans-serif;
    border-bottom: 1px solid #457bba!important;
    margin-top: 15px;
    line-height: 30px;
    color: #457bba!important;
    display: block;
}

.cool-btn {
    margin: 25px 0;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    line-height: 27px;
    font-size: 17px;
    text-align: start;
    border: none;
    border-radius: 5px;
    background-color: #3a86e0;
}

.cool-btn img {
    margin-top: -5px;
    width: 20px;
    margin-right: 5px;
}

#description h4 {
    color: #191919;
    font-size: 18px;
    font-weight: 700;
}

#description h4 span {
    color: #3a86e0;
    text-transform: uppercase;
}

#description ul li {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    font-family: ApercuPro-Regular, sans-serif;
}

#description ul li p {
    margin-bottom: 5px;
}

.baskets-modal {
    max-width: 900px;
}

.modal-header>.basket-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px;
}

.basket-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-family: ApercuPro-Regular, sans-serif;
}

.footer-basket-modal {
    flex-wrap: nowrap;
    border-top: none;
    margin: 20px 20px 20px 0;
    display: flex;
    justify-content: space-between;
}

.btn-basket-modal {
    padding: 1em 2em;
    color: #ffffff;
    font-size: 1em;
    background-color: #1768b3;
    margin: 0;
}

.btn-basket-modal:hover {
    color: #fff;
    background-image: linear-gradient(-94deg, #e69c38 0%, #d57a10 100%);
}

.user {
    cursor: pointer;
}

.user:hover {
    text-decoration: underline;
}

.btn-proceed-modal {
    padding: 13px 25px;
    color: #1768b3;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    border: 1px solid #1768b3;
}

.btn-proceed-modal:hover {
    color: #fff;
    background-color: #1768b3;
}


/*  product-comparison */

.product-comparison tbody tr th,
.product-comparison tbody tr td,
.product-comparison tbody tr td a {
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 14px;
}

.product-comparison tbody tr td a {
    font-family: ApercuPro-Regular, sans-serif;
    color: #121212;
    font-size: 15px;
    font-weight: 700;
}

.product-comparison tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}

.product-comparison tbody tr:last-child {
    background-color: #fff;
    text-align: center;
}

.product-comparison tbody tr:first-child:not(:last-child) td {
    border-top: 1px solid #ccc;
}

.product-comparison tbody tr:last-child:not(:first-child) td {
    border-top: 1px solid #ccc;
}

.product-comparison tbody tr:first-child th {
    border-bottom: none;
    border-top: none;
}

.product-comparison tbody tr:last-child td {
    border: none;
}

.product-comparison tbody tr td {
    max-width: 270px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.product-comparison tbody td {
    z-index: 10;
}

.product-comparison tbody tr:last-child th,
.product-comparison tbody tr:nth-of-type(odd) th {
    background-color: #fff;
}

.product-comparison tbody tr:nth-of-type(even):not(:last-child) th {
    background-color: #f2f2f2;
}

.product-comparison tbody tr th,
.product-comparison tbody tr td {
    padding: 25px;
    font-weight: 600;
    position: relative;
}

.product-comparison tbody tr td {
    font-size: 13px;
}

.product-comparison tbody tr th {
    font-size: 15px;
}

.product-comparison tbody tr td>.text p,
.product-comparison tbody tr td>.text div,
.product-comparison tbody tr td>.text p span {
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.product-comparison tbody tr td {
    vertical-align: top;
}

.product-comparison table {
    width: 100%;
}

.compare-back a {
    color: #11468c;
    font-size: 12px;
    font-family: ApercuPro-Regular, sans-serif;
}

.product-comparison th {
    color: #1212129c;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 20;
    width: 250px;
}

.outer {
    position: relative
}

.inner {
    overflow-x: scroll;
    overflow-y: visible;
}

.prod-card {
    position: relative;
    text-align: center;
    padding: 35px;
}

.prod-card img {
    width: 100%;
}

.btn-close {
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
}


/* product-comparison the end*/


/* catalog */

#navbarCollapse {
    width: 100%;
}

#sidebar-filter {
    width: 25%;
    padding: 0;
}

#sidebar-filter>.navbar-expand-md .navbar-nav:not(:last-child) {
    border-right: 1px solid #f0f0f0;
}

#sidebar-filter>nav>div>ul>div>form>li,
#sidebar-filter>nav>div>ul>li:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
}

#sidebar-filter>nav>div>ul {
    width: 100%;
    justify-content: start;
}

div.filter {
    width: 100%;
    margin-bottom: 0;
}

ul.filter-value.filter-half-width {
    display: flex;
    flex-wrap: wrap;
}

.filter ul.filter-half-width li {
    width: 50%;
    padding-right: 1em;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #7B1FA2;
    background-color: #7B1FA2;
}

.nav-item>.header,
.prod-comments-block>.header {
    width: 100%;
    text-align: start;
    font-size: 14px;
    font-weight: 700;
    color: #121212 !important;
    font-family: ApercuPro-Regular, sans-serif;
}

div.prod-comments-block div.text {
    padding-top: 7px;
    font-weight: 700;
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 12px;
    color: #121212;
}

div.prod-comments-block a.name {
    font-weight: 700;
    font-size: 13px;
    font-family: Arial;
    font-style: italic;
    color: #4379b9;
    text-decoration: none;
}

.prod-comments-block>.header {
    padding-bottom: 15px;
}

.prod-comments-block>.long {
    padding: 0;
}

div.prod-arts span {
    color: #4b7ed0;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-family: ApercuPro-Regular, sans-serif;
    line-height: 19px;
}

ul.rb-rubs li a span.name:hover {
    color: #e57a12;
}

ul.rb-rubs li a:hover,
ul.rb-rubs li a:hover span {
    text-decoration: none;
    color: #e57a12;
}

ul.rb-rubs li a span.name {
    color: #2f2012;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: block;
    font-family: ApercuPro-Regular, sans-serif;
    line-height: 15px;
}

ul.rb-rubs li a.sel span.name {
    color: #e57a12;
}

div.rubrikator p.rb-name {
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    color: #121212 !important;
    font-family: ApercuPro-Regular, sans-serif;
}

div.prod-arts span:hover {
    color: #e57a12!important;
}

div.prod-comments-block div.container.long {
    height: 80px;
}

div.prod-comments-block div.container {
    position: relative;
    overflow: initial;
    margin-bottom: 12px;
}

.prod-arts {
    padding: 20px 0 0;
}

ul.rb-rubs li a.sel {
    font-weight: 700;
    color: #e57a12;
    text-decoration: none;
}

#sidebar-filter>nav>div>ul>div>form>li>a {
    padding: 2px 0;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    color: #121212 !important;
}

#sidebar-filter>nav>div>ul>li,
#sidebar-filter>nav>div>ul>div>form>li {
    padding: 1em;
    flex-wrap: wrap;
}

#sidebar-filter>nav>div>ul>li>ul {
    width: 100%;
}

div.rubrikator {
    width: 100%;
}

.catalog-filter-nav li {
    text-align: start;
    width: 100%;
    list-style: none !important;
}

.catalog-filter-nav>.nav-item {
    list-style: none !important;
}

.nav-link-show:after {
    float: right;
    content: '>';
    transform: rotate(-180deg)
}

.nav-item ul.nav-second-level {
    padding-left: 0;
    padding-top: 1.5em;
}

.nav-item ul.nav-second-level>.nav-item {
    padding-left: 0;
}

#sidebar-filter>.navbar-expand-md .navbar-nav {
    flex-direction: column;
    height: 100%;
}

.bg-grey {
    background-color: #12121205;
}

.btn-filters {
    border-radius: 3px;
    background-color: #e8e8e8;
    width: 100%;
    padding: 15px 0;
}

.category-list li {
    padding: 4px 0;
    position: relative;
    display: flex;
}

.category-list li::before {
    content: '\2022';
    padding-right: 5px;
    /* Расстояние от маркеров до текста */
    color: #3c73b4;
    /* Маркеры красного цвета */
    font-size: 44px;
    line-height: 30px;
    position: absolute;
    top: 0;
}

ul.rb-rubs li {
    padding: 7px 20px 7px 18px;
}

.category-list li a {
    font-weight: 700;
    color: #121212;
    font-family: ApercuPro-Regular, sans-serif;
    font-size: 14px;
    padding-left: 20px;
}

.category-list li a:hover,
.category-list li:hover {
    color: #e88116;
}

.catalog-wrap {
    display: flex;
    justify-content: start;
}

.filter-btn {
    padding: 20px 13px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div.prod-comments-block {
    width: 100%;
}

.btn-throw-off {
    font-size: 15px;
    padding: 10px 15px;
    border: none;
    background: transparent;
    color: #4f84c2;
    text-decoration: underline;
}

.btn-apply {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background-image: linear-gradient(-94deg, #6496d1 0%, #3c73b4 100%);
    color: #fff;
}

.btn-apply:hover {
    background-image: linear-gradient(-102deg, #e69c38 0%, #d57a10 100%), linear-gradient(to top, #000000 0%, #ffffff 100%);
}

.banner-sm {
    padding: 10px 15px;
}

.banner-sm img {
    width: 100%;
}

.slider-track-low,
.slider-track-high {
    background-color: #88888817 !important;
}

.slider-selection {
    position: absolute;
    background-image: linear-gradient(to bottom, #6394cf 0, #6394cf 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
    background-repeat: repeat-x;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    border: 0 solid transparent;
}

div.prod-order-container p {
    float: left;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 15px;
}

div.prod-order-container span {
    width: 205px;
    margin-top: -6px;
    text-decoration: none;
    height: 36px;
    line-height: 34px;
    padding: 0 35px 0 15px;
    background: #FFF url('../images/var-2/errows-n.png') no-repeat 95% 52%;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #bcbbbb;
    display: block;
    float: left;
    font-size: 14px;
    /* font-family: Arial; */
    color: #1a1a1a;
}

.prod-order-container:hover .prod-order-list {
    display: block;
}

div.prod-order-list {
    position: absolute;
    padding: 0;
    background-color: #FFF;
    border: #dfdfdf 1px solid;
    z-index: 5;
    width: 205px;
    right: 0;
    top: 27px;
    display: none;
}

div.prod-order-list a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 9px 7px;
    text-align: left;
    color: #1a1a1a;
}

div.prod-order-list a:hover {
    background-color: #dcdcdc;
}

.price strong {
    font-size: 14px;
}

.prise-filtr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 !important;
}

.priseFilterInfo {
    width: 100%;
    display: flex;
    justify-content: start;
}

div.filter div.filter-price-vals input {
    width: 45%;
    font-size: 17px;
    height: 16px;
    line-height: 20px;
    padding: 20px;
    text-align: start;
    color: #3f3f3f;
    margin: 0 2px 0 10px;
    border: #cdcdcd 1px solid;
    border-radius: 3px;
}

div.filter div.filter-price {
    margin: 25px 0;
    display: flex;
    justify-content: center;
}

.priseFilterInfo>input {
    width: 45%;
    text-align: start;
    border-radius: 5px;
    border: 1px solid #949494;
    background-color: #ffffff;
    padding: 10px 15px;
}

#ex2CurrentSliderValLabel {
    margin-right: 10px;
}

.prise-trac-filter {
    margin: 20px auto 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -5px;
}

.ui-slider-horizontal {
    height: 7px;
}

.ui-slider {
    position: relative;
    box-sizing: border-box;
    background-color: #88888817!important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 180px;
    height: 5px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    background-image: linear-gradient(to bottom, #6394cf 0, #6394cf 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
    background-repeat: repeat-x;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    border: 0 solid transparent;
}


/* read more*/

.wrap-read-more {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wrap-read-more>.xpandable-block {
    height: 210px;
    overflow: hidden;
    order: 0;
}

.wrap-read-more>.xpand-button {
    order: 1;
}

.wrap-read-more>input[type="checkbox"] {
    display: none;
}

.wrap-read-more>input[type="checkbox"]:checked+.xpandable-block {
    height: auto;
}

.wrap-read-more>label {
    order: 1;
    color: #487ebc;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.xpandable-block>div {
    padding-top: 10px;
}

.xpandable-block>div>label {
    font-size: 14px;
    margin: 5px;
    color: #121212;
    font-weight: 700;
}

.check-col {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.check-col>div {
    width: 45%;
}

.filter-news li a {
    color: #3e75b5;
    font-weight: 700;
}

.filter-news li a:hover {
    color: #e88116;
}

.reviews-sm {
    margin-top: 15px;
}

.reviews-sm-head {
    display: flex;
    justify-content: start;
}

.reviews-sm-head>.opinion {
    margin-top: 4px;
}

.reviews-sm-head>span {
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    color: #4379b9;
}

.see-reviews {
    line-height: 50px;
    color: #e88116 !important;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
}

.filter-news li:first-child,
.category-list li:first-child {
    justify-content: start !important;
}


/* catalog content */

.catalog-content {
    width: 75%;
}

.catalog-prod-headline {
    padding: 3em 2em 1em;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.catalog-prod-headline span {
    font-weight: 700;
    font-size: 1.5em;
}

.sort-wrap {
    display: flex;
    padding: 0.75em 0;
    align-items: center;
}

.sort {
    display: flex;
    justify-content: space-around;
    border-left: 1px solid #d1d1d1;
    padding: 1em 0;
    align-items: center;
}

.sort-wrap>div {
    display: flex;
}

.sort-view-card>button:focus {
    border: none !important;
    outline: none;
}

.sort-view-card>button {
    background-color: transparent;
}

.sort-wrap>div>p {
    padding-top: 10px;
    margin: 0 15px;
}

.bg:hover {
    padding: 5px 10px;
}

.limit-wrap {
    width: 90px !important;
}

div.prod-limit div.prod-order-list {
    left: 39px;
    top: 29px;
    width: 90px;
}

div.prod-list-type {
    float: left;
    padding: 3px 40px 0 0;
}

div.prod-list-type a.block {
    background-position: 0 -15px;
}

div.prod-list-type a {
    display: block;
    width: 42px;
    height: 16px;
    background: url(../images/ico/list-switch.jpg) no-repeat 0 0;
}

div.product-list-block a.img span.mark span {
    display: block;
    float: left;
    clear: none;
}

.prod-limit>p {
    font-size: 14px;
    font-weight: 500;
}

div.product-list-block {
    top: 0px;
    position: absolute;
    left: 0;
    z-index: 1;
}

div.product-list-block a.img {
    display: block;
    width: 60px;
    height: 0;
    position: relative;
    margin-bottom: 12px;
}

.mark,
mark {
    padding: 0;
    background-color: transparent;
}

.mark-popular div.product-list-block a.img span.popular {
    width: 97px;
    height: 35px;
    background: url(../images/var-2/hit.png) no-repeat 0 0;
}

.mark-recommend div.product-list-block a.img span.recommend {
    width: 97px;
    height: 35px;
    background: url(../images/var-2/top.png) no-repeat 0 0;
}

.mark-newitem div.product-list-block a.img span.newitem {
    width: 97px;
    background: url(../images/var-2/new.png) no-repeat 0 0;
}

.mark-action div.product-list-block a.img span.action {
    width: 97px;
    height: 35px;
    background: url(../images/var-2/sale.png) no-repeat 0 0;
}

.recommend {
    background-color: transparent;
}

div.product-list-block a.img span.mark {
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
}

.catalog-product>div {
    width: 100%;
}

.top {
    top: 20px;
    left: 0;
    position: absolute;
    background-color: #d24a43;
}

.new {
    top: 20px;
    left: 0;
    position: absolute;
    background-color: #3c73b4;
}

.new p,
.top p {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 3px 12px;
}

.prod-zoom {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.prod-zoom:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.prod-zoom:hover:before {
    display: block;
    content: '';
    height: 4px;
    background: #2789c8;
    top: -2px;
    left: -1px;
    right: -1px;
    position: absolute;
}

#exampleFormControlSelect2 {
    min-width: 80px;
}

#exampleFormControlSelect1 {
    min-width: 130px;
}

.prod-info-txt>article>h4 {
    font-weight: 700;
    font-size: 22px;
}

.reviews-mob-catalog {
    position: absolute;
    top: 0;
    right: 0;
}

.reviews-mob-catalog a {
    display: none;
}


/* catalog */


/* consult */

.consult {
    padding: 35px 15px;
    border-bottom: 1px solid #d1d1d1;
}

.consult>span {
    color: #3c73b4;
    font-weight: 700;
    font-size: 14px;
}

.consult>h4 {
    margin: 10px 0 15px;
    font-size: 17px;
    font-weight: 700;
}

.consult>.consult-name,
.consult>p>.name-p {
    color: #a2a2a2c7;
    font-size: 13px;
    letter-spacing: 0.04rem;
    font-weight: 700;
}

.consult>p {
    font-weight: 600;
    letter-spacing: 0.04rem;
    font-size: 14px;
}

.banner img {
    width: 100%;
}

.cons-tem>li {
    padding: 10px 0;
}


/* consult  the end*/


/* card version */

.catalog-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.sort-view-card button {
    border: none;
}

.product-img img {
    max-width: 225px;
}

.catalog-product.mobile {
    grid-template-columns: repeat(1, 1fr);
}

.catalog-product.mobile>.product-wrap {
    display: flex;
    justify-content: space-between;
}

.catalog-product>.product-wrap>.product-img>.prod-card-line {
    display: none;
}

.prod-card-line {
    padding: 25px 10px;
}

.rev-bl {
    display: flex;
    justify-content: space-between;
}

.rev-bl>.reviews-mob-catalog {
    position: relative;
    top: 0;
}

.mobile>.product-wrap>.prod-card-line>h4 {
    min-height: 30px;
}

.mobile>.product-wrap>.product-mob-card>h4 {
    display: none;
}

.catalog-product.mobile>.product-wrap>.product-img>.prod-card-line>p {
    font-size: 14px;
    font-weight: 500;
}

.catalog-product.mobile>.product-wrap>.product-img>.prod-card-line {
    position: relative;
    display: block;
    text-align: left;
    padding-right: 15px;
}

.catalog-product.mobile>.product-wrap>.product-img {
    display: flex;
    margin: 20px 0;
}

.catalog-product.mobile>.product-wrap>.product-img>img {
    width: 170px;
    margin: 15px;
}

.catalog-product.mobile>.product-wrap>div.product-list-block a.img span.mark {
    top: 10px;
}

.catalog-product.mobile>.product-wrap>.product-mob-card>h4 a {
    display: none;
}

.catalog-product.mobile>.product-wrap>.product-mob-card>.product-info>.product-art {
    display: none;
}

.catalog-product.mobile>.product-wrap>.product-mob-card {
    align-items: center;
    display: grid;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 2em;
    min-width: 30%;
}

.catalog-product.mobile>.product-wrap {
    padding: 0;
}

.catalog-product.mobile>.product-wrap>.product-mob-card>div {
    width: 100%;
}

/**/

.am-window-container {
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 25px #00000059;
    padding: 2em;
}

div.pager {
    margin: 40px auto 0;
}

div.l-banner img {
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

div.l-banner div.l-banner-pager a {
    background: none;
}

div.l-banner {
    margin: 0 auto;
}

.g-list>li>ul>li>a,
.g-list>li>ul>li>a>span {
    display: flex;
    color: #3f76b8;
}

.consult-topic>ul>li>ul>li>a>span {
    color: #4576b8!important;
}

ul.rb-rubs li a span.name {
    /*color: #4576b8;*/
}

.prod-rating {
    width: 76px;
    color: #e88116
}

div.opinion {
    width: 76px;
    height: 13px;
    background: url(../images/opinion-stars-sm.png) no-repeat 0 0;
    margin-left: -2px;
    margin-top: 4px;
}

div.leave-comment div.opinion {
    width: 135px;
    height: 22px;
    background: url(../images/opinion-stars.png) no-repeat -135px 0;
    height: 22px;
    line-height: 22px;
    margin-right: 6px;
}

div.leave-comment div.op1 {
    background-position: -108px;
}

div.leave-comment div.op2 {
    background-position: -81px;
}

div.leave-comment div.op3 {
    background-position: -54px;
}

div.leave-comment div.op4 {
    background-position: -27px;
}

div.leave-comment div.op5 {
    background-position: 0;
}

div.leave-comment {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

#multi0>li>div>div>ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.card-info>p>span {
    font-weight: 700;
    font-size: 16px;
}

.fb {
    margin: 25px 0;
}

.image>a>img {
    max-width: 300px;
}

.page-news>.image {
    float: left;
}

.page-news>div>a,
.page-news>div {
    font-size: 14px!important;
    font-family: ApercuPro-Regular, sans-serif;
}

.footer-info {
    margin-top: 15px;
}

div.product-image {
    width: 100%;
    background-color: transparent;
}

div.prod-docs-block a.item {
    display: inline-block;
    line-height: 16px;
    padding: 0 0 3px 25px;
    background: none;
}

div.prod-docs-block {
    width: 100%;
    float: none;
}

.cart-services>div>a>div {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 53px;
}

.cart-services>div:nth-child(1)>a>div {
    background-image: url(../images/var-2/truck.png);
}

.cart-services>div:nth-child(2)>a>div {
    background-image: url(../images/var-2/wallet.png);
}

.cart-services>div:nth-child(3)>a>div {
    background-image: url(../images/var-2/shield.png);
}

.cart-services>div:nth-child(4)>a>div {
    background-image: url(../images/var-2/updated.png);
}

.preview-text {
    margin-bottom: 35px;
}

div.bread {
    width: 100%;
    background-color: #e8e8e8;
    padding: 10px 0 10px;
}

div.bread>div {
    max-width: 1366px;
    margin: 0 auto;
    color: #121212;
}

div.bread div.bread-sub {
    padding: 0 7px 0;
    z-index: 10;
    border: none;
    border-radius: 2px;
    background-color: #ffffff;
}

div.bread div.bread-sub div a {
    display: block;
    padding: 0 17px;
    line-height: 28px;
    color: #1a1a1a;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

div.bread div.bread-sub div a:hover {
    background-color: #e5e5e554;
    border-radius: 0;
    width: 100%;
}

div.bread .link {
    color: #121213;
    font-size: 18px;
    font-family: ApercuPro-Regular, sans-serif;
    text-decoration: none;
    display: block;
    height: 27px;
    line-height: 27px;
    padding-right: 15px;
    background: none;
    white-space: nowrap;
    float: left;
    cursor: pointer;
}

div.bread a.link:hover,
div.bread .hover a.link {
    background-image: none;
    color: #e57a12;
    text-decoration: none;
}

.bread-link:after {
    position: absolute;
    font-weight: 600;
    right: -4px;
    content: '/';
    padding: 0 10px;
}

div.bread span.link {
    cursor: default;
    text-decoration: none;
    color: #121212;
    font-weight: 600;
    background: none !important;
    font-size: 16px;
}

div.bread span.sep {
    display: block;
    float: left;
    margin: 0;
    height: 27px;
    width: 0;
    background: none;
}

.o-nas>div>div {
    font-size: 14px;
    color: #121212;
    letter-spacing: 0.04rem;
    font-weight: 700;
}

div.bread div.sem-rubs {
    display: none;
}

div.bread div.bread-link,
div.bread div.bread-last-link {
    float: left;
    height: 27px;
    line-height: 27px;
    position: relative;
}

div.pager td.cur,
div.pager td.cur * {
    padding: 7px 6px;
    z-index: 3;
    font-weight: 700;
    border-radius: 3px;
    color: #f9f9f9;
    background-color: #5589c6;
    border-color: transparent;
}

div.pager td {
    line-height: 17px;
    padding: 0 15px;
}

.medical-info>article>p {
    font-family: ApercuPro-Bolt, sans-serif;
}


/* MODAL */


/*авторизация*/

.footer-reg-modal {
    flex-wrap: wrap;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-reg {
    background-color: #1768b3;
    color: #fff;
}

.mob-reg>.close {
    color: #fff;
    opacity: 1;
}

@-moz-document url-prefix() {
    .catalog-product>div {
        /*width: 33%;*/
    }
    .mobile>div {
        width: 100%!important;
    }
}

.header-contact p[itemprop="telephone"] span,
.header-contact p[itemprop="telephone"] strong,
.header-contact p[itemprop="telephone"],
.footer-tel .phone {
    font-size: 20px;
    font-weight: normal;
}

.header-contact p:first-child span,
.header-contact p:first-child strong,
.header-contact p:first-child,
.footer-tel .phone:first-child {
    font-size: 24px;
    font-weight: normal;
}

.prod-brand-block-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    max-height: 40px
}

.stock-in {
    display: none
}

.in-stock .stock-in {
    display: block
}

.in-stock .stock-out {
    display: none
}