/*----------------------------------------

[Table of contents]

1. Main Structure
2. Typography
3. Menu
4. Header
5. Footer
6. Main Slider
7. Banners & Modals
8. Browsers fix

-----------------------------------------*/

/*----------------------------------------
1. Main Structure
-----------------------------------------*/
* {
    min-height: 0;
    min-width: 0;
}

body {
    font-family: 'Roboto', Arial, Tahoma, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #111111;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

a {
    color: #007bff;
    text-decoration: none;
}

.main-wrapper {
    position:relative;
    width:100%;
}

.section-title h2 {
    margin-bottom: 40px;
    text-align: left;
    color: #0e3154;
    font-size: 32px;
}

.section-title h1 {
    font-weight: 500;
    font-size: 20px;
}

.section-title {
    position: relative;
}

.section-title h2:after {
    display: block;
    width: 70px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff5656;
    bottom: -15px;
    left: 0;
}

.section-title a {
    position: absolute;
    right: 0;
    top: 0;
    color: #2471b9;
    text-decoration: underline;
}

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

.input-group .form-control {
    border: none;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0.5rem;
}

.product-info .form-control {
    border: 1px solid #cacaca;
}

.product-specs {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-specs p {
    color: #8b8b8b;
    margin-bottom: 10px;
}

.product-specs p span {
    color: #000;
}

.product-like {
    margin: 45px auto 0 auto;
    border-radius: 5px;
    background-color: #ebece7;
    padding: 5px 5px 5px 5px;
    max-width: 90px;
    text-align: center;
}

.product-like .fa {
    display: inline-block;
    color: #a0a0a0;
}

.likes-number {
    display: inline-block;
}

.button-container {
    position: absolute;
    top: 65%;
    z-index: 5;
    width: 100%;
    left: 0;
    text-align: center;
}

.inner-content .form-container .form-control {
    border: 1px solid #cacaca;
}


.form-container h2 {
    margin-bottom: 40px;
}

.btn.btn-primary {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.reviews-btn {
    text-align: right;
}

.map {
    margin-bottom: 50px;
}

.reviews {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
}

.reviews h3 {
    font-weight: 500;
}

.reviews-desc {
    text-align: justify;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143rem;
}


/*----------------------------------------
2. Typography
-----------------------------------------*/

h1 {
    font-size: 1.9em;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.1;
}

h2 {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 1rem;
    line-height: 1.1;
}

h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.1;
}

h4 {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 1rem;
}

h5 {
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: .5rem;
}

h6 {
    font-size: 0.5em;
    font-weight: 500;
    margin-bottom: .5rem;
}

p {
    margin-bottom: 1rem;
}

/*----------------------------------------
3. Menu
-----------------------------------------*/

/* Go To Top */

#back-to-top {
    display: block;
    z-index: 500;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
}

#back-to-top i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    color: #111;
}

#back-to-top.show {
    bottom: 20px;
}

#back-to-top:hover {
    background-color: #111;
}

#back-to-top:hover i {
    color: #fff;
}

/* Mega Menu */


.info-img img {
    width: 100%;
}

.info-img {
    display: block;
}

.menu-mobile {
    display: none;
    padding: 0px;
    width: 20px;
    overflow: hidden;
}

.menu-mobile:hover {
    text-decoration: none;
}


/* Спрятать скролл у меню */

.menu .show-on-mobile::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
}

.menu .show-on-mobile::-webkit-scrollbar-track {
    width: 0;
}

.menu .show-on-mobile {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.menu-mobile:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 25px;
    padding: 0;
    position: relative;
    top: 0px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #0064b3;
    margin-right: 50px;
}

.menu-mobile.active:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 25px;
    padding: 0;
    position: relative;
    top: 0px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #0064b3;
    margin-right: 50px;
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    padding: 0;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    right: 50px;
}

.menu-dropdown-icon.active:before {
    content: "\f00d";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    padding: 0;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    right: 0;
}


.menu > ul > li.bottom-part-menu {
    font-size: 13px;
    margin-top: 40px;
    min-height: 320px;
}

.menu > ul > li.bottom-part-menu a {
    font-size: 13px;
    font-weight: 400;
}

.menu > ul > li.bottom-part-menu p.autorization {
    margin-bottom: 0;
}

.bottom-part-menu a.phone {
    margin-bottom: 0;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}

.bottom-part-menu .autorization {
    margin-bottom: 0;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 0px;
}

.menu > ul > li.bottom-part-menu p.autorization a {
    display: inline-block;
    width: auto;
    padding-right: 5px;
}


.menu > ul > li p.region-select a {
    width: auto;
    display: inline-block;
    font-size: 13px;
    border-bottom: 1px dashed #000;
    padding: 0;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    text-align: center;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 0.6em 3em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu > ul > li a[href$="/sale/"] {
  background-color : #f8bc0c; 

}
.menu > ul > li a:hover {
    color: #ff5555;
    background-color: white;
}
.menu > ul > li a[href$="/sale/"]:hover {
  background-color : #f8bc0c; 
}
/*
.menu > ul > li > ul {
    display: none;
    width: 65%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 999;
    left: 15%;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-top: none;
}
*/

.menu > ul > li > ul {
    display: none;
    width: 65%;
    background: #fff;
    padding: 20px 20px 10px 20px;
    position: absolute;
    z-index: 999;
    left: 15%;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-top: none;
    background-image: url(../img/menubg.jpg);
    border-bottom: 20px solid #fff;
    background-size: cover;
    background-position: top;
    box-shadow: 0px 0px 0px 1px #eaeaea;
}

/*
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
*/

.menu > ul > li > ul:after {
    clear: both;
}

/*
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
    border-right: 1px solid #dadada;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 2%;
    padding-left: 2%;
}
*/


.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: auto;
    background: none;
    float: none;
    /*border-right: 1px solid #dadada;*/
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
    height: auto;
}

.menu > ul > li > ul li:last-child {
    border-right: none;
}


.menu > ul > li > ul > li a {
    color: #272727;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    text-align: left;
    margin-top: 21px;
}

.menu > ul > li > ul > li a:first-child {
    margin-top: 5px;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: 15px;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
    color: #6f6f6f;
    text-transform: initial;
    font-weight: 400;
    margin-top: 2px;
    font-size: 14px;
}

/*
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
*/

/*
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    border-right: none;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0px;
}
*/

.main-menu {
    position: static;
    top: 0px;
    background-color: #ebece7;
}

.menu-mobile-wrapper {
    position: relative;
}

.fixed-header {
    position: relative;
    display: block;
}

.fixed-header_fake {
    position: relative;
    display: none;
    height: 179px;
}

.fixed-header_fake.fixed {
    display: block;
}


.fixed-header.header-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 101;
    background-color: white;
    border-bottom: 1px solid #ebece7;
}

.show-on-mobile .header-search {
    margin-top: 5px;
    margin-bottom: 10px;
}

.menu > ul.show-on-mobile > li:first-child {
    border-bottom: none;
}


/*----------------------------------------
4. Header
-----------------------------------------*/
.header-top {
    background-color: #0064b4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.header-top ul li {
    position: relative;
    margin: 0;
}

.header-top ul li:not(:first-child) {
    margin-left: 25px;
}

.header-top ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 2px 0px;
    white-space: nowrap;
    transition: color .2s ease;
}

.header-top ul li a:hover {
    text-decoration: none;
    color: #ff5656;
}


.header-top p, .header-top ul {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}

.header-middle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    display: block;
}

.logo img {
    display: block;
    max-width: 270px;
    height: auto;
    width: 100%;
    margin-top: 5px;
}

.header-phone {
    margin-top: 6px;
}

.header-phone a {
    display: block;
    color: #0064b3;
}

/*
.header-phone .phone {
    color: #000;
    line-height: 21px;
    font-size: 20px;
    transition: color .2s ease;
}

.header-phone .phone:hover{
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}
*/
.header-phone a:first-child {
    color: #000;
    line-height: 21px;
    font-size: 20px;
    transition: color .2s ease;
}

.header-phone a:first-child:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}


.header-phone .orderphone {
    line-height: 17px;
    font-size: 14px;
}

.header-search {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    margin-top: 4px;
}


.header-search .header-search-wrapper {
    display: flex;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.header-search :hover .header-search-wrapper {
    background-color: #f9f9f9;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}


.header-search .search-suggest {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding: 4px 15px;
    border: 0;
    border-radius: 20px 0 0 20px;
    color: black;
    line-height: 20px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: transparent;
    background-clip: padding-box;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    display: block;
    border: none;
    box-shadow: none;
    outline: none;
}

.header-search .form-control {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
    padding: 4px 15px;
    border: 0;
    border-radius: 20px 0 0 20px;
    color: black;
    line-height: 20px;
    box-shadow: none;
}

input[type="search"]::-moz-placeholder {
    color: #c7c5c5;
}

input[type="search"]::-webkit-input-placeholder {
    color: #c7c5c5;
}

input[type="search"]:-ms-input-placeholder {
    color: #c7c5c5;
}

input[type="search"]::-ms-input-placeholder {
    color: #c7c5c5;
}

input[type="search"]::placeholder {
    color: #c7c5c5;
}

.header-search .btn {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    min-width: 0;
    max-width: 50px;
    height: 38px;
    margin: 0;
    padding: 0 3px 0 0;
    border: 0;
    border-left: 1px solid #dbe0e2;
    border-radius: 0 20px 20px 0;
    background: transparent;
    background-color: transparent;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.header-search-wrapper:before {
    font-family: FontAwesome;
    content: "\f002";
    right: 19px;
    position: absolute;
    top: 11px;
    font-size: 15px;
    color: #cccccc;
}

.header-shops {
    align-items: center;
    display: flex;
    min-width: 180px;
}

.header-right img {
    width: 29px;
    height: 29px;
}

.header-shops a {
    color: #242424;
}

.header-shops .fa {
    margin-right: 5px;
}

.header-right ul {
    list-style: none;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}

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

.header-right a {
    color: #494949;
    transition: color .2s ease;
    margin-right: 5px;
    font-weight: 400;
    font-size: 15px;
}

.header-right a img {
    vertical-align: inherit;
}

.header-right a:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}

.header-right .fa {
    font-size: 23px;
    margin-right: 10px;
    color: #464646;
}

.header-right li:last-child .fa {
    margin-right: 0;
}

.header-right {
    margin-top: 9px;
}

.region-select a {
    color: #ffffff;
    border-bottom: 1px dashed;
    transition: color .2s ease;
}

.region-select a:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}

.menu-mobile-wrapper .mobile-icons {
    display: inline-block;
    position: absolute;
    right: 0;
}

.menu-mobile-wrapper .mobile-icons img {
    height: 28px;
    width: 28px;
    margin-top: 15px;
}

.menu-mobile-wrapper .mobile-icons a {
    margin-right: 5px;
}

/* SLIDER */

.top-main-slider img {
    width: 100%;
    height: auto;
}

.top-main-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    min-height: 250px;
}

.top-main-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.top-main-slider .slick-dots li button:before {
    font-size: 18px;
    color: #e9e8e6;
}

.top-main-slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.top-main-slider .slick-dots {
    bottom: 20px;
    position: absolute;
}

.top-main-slider .slick-prev, .top-main-slider .slick-next {
    position: absolute;
    width: 110px;
    padding-right: 0;
    margin-top: 0;
    height: 50px;
}

.top-main-slider .slick-prev {
    left: 0;
    right: auto;
    z-index: 2;
}

.top-main-slider .slick-prev:hover:before, .top-main-slider .slick-next:hover:before {
    color: #000;
}

.top-main-slider .slick-prev:before {
    content: '\f104 ';
    font-size: 3rem;
}

.top-main-slider .slick-next:before {
    content: '\f105 ';
    font-size: 3rem;
}


.top-main-slider .slick-next {
    right: 0;
    left: auto;
    z-index: 2;
}

.slide-content {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    z-index: 3;
}

.slide-content ul {
    font-size: 20px;
    max-width: 310px;
    line-height: 25px;
}

.slide-content ul li {
    margin-bottom: 15px;
    color: #ff5555;
}

.slide-content ul li span {
    color: #000;;
}

.slide-content .btn-primary {
    border: 1px solid #0163b4;
    max-width: 220px;
    background-color: #0064b4;
    color: #fff;
    margin-left: 0;
    margin-top: 15px;
    font-size: 20px;
}

.slide-content .btn-primary:hover {
    background-color: #004881;
    border: 1px solid #004881;
}

.carousel-indicators li {
    width: 15px;
    height: 9px;
}

.dateend {
    color: #080808;
    margin-bottom: 5px;
}

.slide-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.27);
    position: absolute;
    z-index: 2;
}

.carousel-item {
    min-height: 550px;
    background-size: cover;
    background-position: center;
}

.carousel-control-next-icon {
    background-image: url(../img/icon/right-arrow.png);
    height: 60px;
    width: 20px;
}

.carousel-control-prev-icon {
    background-image: url(../img/icon/left-arrow.png);
    height: 60px;
    width: 20px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 3;
    width: 4%;
}

.slide-banner h1 {
    color: #0064b1;
    font-size: 39px;
    text-transform: uppercase;
    line-height: 47px;
    position: relative;
    margin-bottom: 30px;
}

.slide-banner h1:after {
    display: block;
    width: 65px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #d2d2d2;
    bottom: -15px;
    left: 0;
}

.slide-banner {
    background-color: hsla(0, 0%, 100%, 0.45);
    padding: 20px 30px 20px 30px;
    filter: brightness(0.7);
}

.top-slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #eaeaea;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.top-slider .owl-theme .owl-dots .owl-dot.active span, .top-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
}

.carousel-indicators {
    z-index: 9;
    bottom: -10px;
}

.carousel-indicators li {
    border-radius: 100%;
    height: 15px;
    width: 15px;
}

.carousel-item {
    max-height: 460px;
}


#readmore {
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.readmorelink {
    color: #676767;
    font-size: 14px;
    border-bottom: 1px dashed #676767;
}

.readmorelink:hover {
    text-decoration: none;
    color: #ff5656;
    border-bottom: 1px dashed #ff5656;
}


/* advantages */
.advantage-item a, .advantage-item p {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #0c0c0c;
}

.advantage {
    padding-bottom: 40px;
    padding-top: 40px;
    box-shadow: 0px 0px 5px 2px rgba(45, 45, 45, 0.35);
    border-bottom: 1px dashed #111;
}

.advantage .section-title {
    margin-bottom: 50px;
}

.advantage-item {
    list-style: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.advantage-item:hover {
    box-shadow: 4px 4px 10px 5px #efefef;
}

.advantage-item:hover p {
    color: #0064b6;
}

.advantage-item img {
    margin: 10px auto 10px auto;
    width: 35%;
}

.advantage-item a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}

.advantage-item li {
    font-size: 20px;
    color: #4e4e4e;
    margin-bottom: 15px;
}

.advantage-item li .fa {
    color: red;
    border: 1px solid red;
    border-radius: 30px;
    padding: 5px;
    margin-right: 5px;
}


/* breadcrumbs */
.breadcrumb-section {
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumb {
    padding-left: 0;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumb a {
    color: #1b343c;
}

/* main-actions */

.action-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.action-item {
    margin-bottom: 5px;
}

.action-item:hover img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.action-item a {
    overflow: hidden;
    width: 100%;
    display: block;
}

.action-content {
    padding: 20px 30px 10px 10px;
}

.action-content h2 {
    margin-top: 0px;
    line-height: 18px;
    position: relative;
    margin-bottom: 27px;
    font-size: 17px;
}

.action-content h2 :after {
    display: block;
    width: 75px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff5555;
    bottom: -12px;
    left: 0;
}

.action-content h2 a {
    color: #000;
}

.action-content p {
    line-height: 18px;
    font-size: 15px;
}

.main-actions {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* product demo */

.product-demo {
    padding-bottom: 20px;
}

.product-demo .item {
    margin-bottom: 25px;
}

/*
.product-demo .item:hover .item-title {
    opacity: 0;
}

.product-demo .item:hover .button{
    display: block;
    text-decoration: none;
} 
*/

/*
.product-demo .item:hover .item-image a img:nth-child(3) {
    display: block;
}

.product-demo .item:hover .item-image a img:nth-child(2) {
    display: none;
}
*/
/*
.inner-item.item .item-image a img:nth-child(2) {
	display: none;
}
.inner-item.item:hover .item-image a img:nth-child(1) {
    display: none;
}

*/


.inner-item.item .item-image a div img:nth-child(2) {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.inner-item.item:hover .item-image a div img:nth-child(2) {
    z-index: 0;
    display: block;
}

.inner-item.item:hover .item-image a div img:nth-child(1) {
    opacity: 0;
}

.item-desc .product-item-amount {
    display: none;
}


.product-description p {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
}

.product-demo .item .button:hover {
    background-color: #ff5656;
}

.product-demo .item .button {
    background-color: #0064b6;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    width: 80%;
    display: block;
    text-align: center;
    display: none;
    margin-left: 10%;
}

.product-demo-head {
    border-bottom: 3px solid #e0e0e0;
    margin-bottom: 10px;
}

.demo-link {
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0064b6;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid #0064b6;
    font-weight: 500;
}

.nav-tabs .nav-item:first-child .nav-link:hover, .nav-tabs .nav-item:first-child .nav-link {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-tabs .nav-item:first-child .nav-link .fa {
    color: #0064b6;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.333333%;
}

.nav-tabs .nav-link {
    margin-bottom: -2px;
    padding-bottom: 10px;
    color: #000;
}

.tab-content {
    border-bottom: 3px solid #e0e0e0;
}

/* popup styles */
.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


.owl-prev {
    background-image: url(../img/icon/c-left.png) !Important;
    height: 75px;
    width: 35px;
    float: left;
    margin-left: -74px !Important;
    background-repeat: no-repeat !IMPORTANT;
    opacity: 0.7;
    outline: none;
}

.owl-next {
    background-image: url(../img/icon/c-right.png) !Important;
    height: 75px;
    width: 35px;
    float: right;
    margin-right: -74px !Important;
    background-repeat: no-repeat !IMPORTANT;
    opacity: 0.7;
    outline: none;
}

.top-slider .owl-prev {
    float: none;
    margin-left: 0 !important;
}

.top-slider .owl-next {
    float: none;
    margin-right: 0 !important;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: -1;
}

.top-slider .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 1;
}

.catalog-settings {
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 61px;
    z-index: 5;
    background-color: rgba(254, 254, 254, 0.94);
    margin-left: 0px;
    width: 100%;
}

.catalog-settings a {
    font-size: 13px;
    color: #404040;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}

.catalog-settings__part {
    width: 48%;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.catalog-settings__part .dropdown {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

#dropdownMenuButton {
    -webkit-appearance: none;
}

.catalog-settings__part .dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.catalog-settings__part a:hover {
    color: #ff5659;
}

.catalog-settings__part .dropdown-item:focus, .catalog-settings__part .dropdown-item:hover {
    color: #ff5659;
    text-decoration: none;
    background-color: #ffffff;
}

.catalog-settings__part:first-child {
    border-right: 1px solid #e0e0e0;
}

.catalog-settings a:hover {
    text-decoration: none;
}

.gallery-wrapper {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1320px;
}

.owl-prev span, .owl-next span {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

.product-demo-head .nav-item p {
    font-size: 20px;
}

.product-demo-head .nav-item a {
    font-size: 20px;
}

.item {
    position: relative;
    padding: 10px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-out 0.2s;
    -moz-transition: 0.2s ease-out 0.2s;
    -o-transition: 0.2s ease-out 0.2s;
    transition: 0.2s ease-out 0.2s;
}

.item-image {
    position: relative;
}

.item-image a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.item-image a img:nth-child(3) {
    display: none;
}

/*
.item.inner-item:hover .item-hover {
    position: absolute;
    bottom: -45px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 3px 13px 11px 4px #e4e4e4;
    z-index: 9;
}
*/
.item.inner-item:hover .item-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: none;
    z-index: 9;
    padding: 15px;
}

.item-new {
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #0064b4;
    text-align: center;
    display: inline-block;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 3px;
    color: #0064b4;
    z-index: 1;
}

.item-action {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    display: flex;
	align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    z-index: 1;
    background-image: url(../img/5.png);
    width: 61px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.item-action span, .item-season span {
    font-size: 14px;
    line-height: 28px;
    padding-left: 3px;
}


.action-box .item-action, .action-box .item-new, .action-box .item-season {
    position: relative;
}


.item-season {
    font-size: 11px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin-right: 3px;
    color: #fff;
    z-index: 1;
    width: 70px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: 1px;
}

.item-season.s-summer {
    background-image: url(../img/summer.png);
}

.item-season.s-autumn {
    background-image: url(../img/autumn.png);
}

.item-season.s-spring {
    background-image: url(../img/spring.png);
}

.item-season.s-winter, .item-season.s-default {
    background-image: url(../img/winter.png);
}

.item-season.s-new {
    background-color: #1c9675 !important;
    color: #fff;

}
.item-season.s-sale {
    background-color: #f8bc0c !important;
    color: #000;
	width: 115px;
font-size: 11px;
font-weight:500;
clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}


.item-desc {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
}

.item-title {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 5px;
}

.item-art {
    text-align: center;
    color: #9e9e9e;
}

.item-price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0165af;
}

.old-price {
    color: #aaaaaa;
    font-size: 13px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.old-price:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #a6a6a6;
    bottom: 7px;
    left: 0;
}

.item-size {
    font-size: 15px;
    text-align: center;
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #0a67b6;
    border-color: #0a67b6;
}

.item .btn {
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    font-weight: 500;
    display: none;
}

/*
.item:hover {
    box-shadow: 4px 4px 10px 5px #efefef;
}
*/

.item:hover .btn, .item:hover .item-size {
    display: block;
}

.item.inner-item:hover .item-image .btn.btn-primary {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 28px;
    font-size: 12px;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.74);
    color: #464646;
    border: transparent;
    box-shadow: 0px -1px 8px 1px rgba(0, 0, 0, 0.36);
    font-weight: 500;
}

.item .btn:hover {
    background-color: #ff5656;
    border: 1px solid #ff5656;
}

/*  Reviews section*/
.reviews-section {
    padding-top: 10px;
    padding-bottom: 35px;
}

.rating {
    margin-bottom: 15px;
}

.rating .fa {
    font-size: 21px;
    color: #ff5659;
}

/*
.rating .fa:hover{
    color: #ff5659 !Important;
}
*/

.reviews-item {
    margin-top: 9px;
}

.reviews-title h3 {
    text-decoration: underline;
    font-size: 17px;
    color: #0064b4;
    margin-bottom: 10px;
}

.reviews-description {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
}

.reviews-autor {
    font-weight: 500;
    font-size: 17px;
}

.reviews-section .owl-dots {
    margin-top: 25px;
}

.reviews-section .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

/* Get order */
.order-form {
    background-color: #ebece7;
    padding-top: 35px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 35px;
}

.page-desc {
    padding-top: 15px;
    padding-bottom: 35px;
}

.page-desc h2 {
    font-size: 14px;
    line-height: 16px;
}

.page-desc p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
}

.order-form .btn {
    width: 100%;
    font-size: 24px;
    border-radius: 0;
    background-color: #0063b4;
    color: #fff;
    border: none;
}

.order-form .confidence {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
}

.order-form-container {
    margin-top: 15px;
}

/* catalog */

.top-banner-wrapper {
    margin-bottom: 25px;
}

.top-banner-wrapper img {
    width: 100%;
    height: auto;
}

.inner-part .section-title h1:after {
    display: block;
    width: 70px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff5656;
    bottom: -15px;
    left: 0;
}

.catalog-title-wrapper .inner-part h1 {
    margin-bottom: 40px;
    text-align: left;
    color: #0e3154;
    font-size: 32px;
    line-height: 40px;
}

.catalog-sort {
    text-align: right;
    margin-top: 5px;
}

.catalog-sort h3 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}

.catalog-sort ul {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
    font-size: 15px;
}

.catalog-sort ul li {
    display: inline-block;
    margin-right: 1rem;
}

.catalog-sort ul li a {
    border-bottom: 1px dashed;
}

.catalog-sort ul li a.active {
    color: #ff5656;
    border-bottom: 1px dashed;
}

.catalog-sort ul li a:hover {
    text-decoration: none;
    color: #ff5656;
    border-bottom: 1px dashed #ff5656;
}

.catalog-sort ul li a {
    color: #000;
}

.catalog-items .item img {
    width: 100%;
    height: auto;
}

.item:hover .item-hover {
    position: absolute;
    bottom: -70px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 3px 13px 11px 4px #e4e4e4;
    z-index: 9;
}

.section-banner {
    margin-bottom: 40px;
}

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

.section-banner a {
    display: block;
}

.product-about-block {
    overflow: hidden;
    margin-bottom: 10px;
}

.product-about h1 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #0867b6;
    font-weight: 700;
}

.product-raiting {
    overflow: hidden;
    width: 55%;
}

.product-raiting p {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.product-raiting .raiting {
    display: inline-block;
    margin-bottom: 0;
}

.product-about {
    font-size: 15px;
}

.product-article {
    width: 45%;
    float: left;
}

.delivery-block {
    margin-bottom: 23px;
}

.delivery-block p {
    font-size: 15px;
}

.delivery-title {
    overflow: hidden;
}

.delivery-title img {
    width: 30px;
}

.delivery-title {
    line-height: 25px;
    color: #1d1d1d;
    margin-bottom: 0;
    font-size: 19px;
}

.delivery-block .delivery-title {
    font-size: 15px;
    font-weight: 500;
}

.delivery {
    margin-top: 40px;
}

.reviews-header {
    margin-top: 20px;
}

.product-color p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 19px;
    font-size: 17px;
    margin-right: 25px;
    float: left;
    margin-top: 9px;
}

.color a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    line-height: 35px;
    margin-bottom: 15px;
}

/*
.color-selector .brown{
    background-color: #c9ba9a;
}

.color-selector .blue{
    background-color: #68cdf7;
}

.color-selector .red{
    background-color: #f34d68;
}
*/

.size-point {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #b1b1b1;
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px;
    color: #000;
}

.product-color .color-selector, .product-size .size-selector, .qty-box {
    padding-left: 1px;
    margin-top: 10px;
}

.color-selector ul {
    padding-left: 0;
    margin-bottom: 0;
}

.size-selector ul {
    margin-bottom: 10px;
    padding-left: 0;
}


.product-size p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 19px;
    font-size: 17px;
    margin-right: 25px;
    float: left;
    margin-top: 9px;
}

.product-size, .product-color, .product-much {
    overflow: hidden;
    margin-bottom: 15px;
}

.size-point:hover {
    text-decoration: none;
    color: #000;
}

.size-table {
    color: #ff5659;
    border-bottom: 1px dashed #ff5555;
    display: inline-block;
}

.size-table:hover {
    text-decoration: none;
    border-bottom: 1px dashed #0056b3;
}

.color-selector ul li, .size-selector ul li {
    cursor: pointer;
    position: relative;
    height: 35px;
    width: 35px;
    display: block;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    line-height: 35px;
    margin-bottom: 1px;
}

.size-selector ul li.active {
    border: 1px solid #f34d68;
}

.color-selector ul li.active::after {
    content: "\f00c";
    font-family: FontAwesome;
    top: 3px;
    right: 10px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 14px;
}


.color-selector a, .color-selector div {
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    line-height: 35px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*     border: 1px solid #b1b1b1; */
}

.size-selector a.active, .size-selector div.active {
    /*     border: 1px solid #f34d68; */
}

/*
.color-selector a.active::after, .color-selector div.active::after {
    content: "\f00c";
    font-family: FontAwesome;
    top: 3px;
    right: 10px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 14px;
    color: #fff;
}
*/

.color-selector a.active, .color-selector div.active {
    border: 2px solid #ff5555;
}


.product-much {
    display: flex;
    flex-direction: column;
}

.product-much p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 19px;
    font-size: 17px;
    float: left;
    margin-top: 9px;
}

.btn.quantity-left-minus {
    background-color: #ecede8;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 22px;
    font-size: 12px;
}

.btn.quantity-right-plus {
    background-color: #ff5555;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
}

.btn.quantity-left-minus:focus, .btn.quantity-right-plus:focus, .qty-box input:focus {
    outline: none;
    box-shadow: none;
}

.qty-box input {
    padding: 2px 2px;
    max-width: 45px;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    height: 35px;
    text-align: center;
}

.favorite-selector {
    float: right;
    width: 10%;
    height: 37px;
    line-height: 37px;
    margin-top: 4px;
}

.favorite-selector ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.favorite-selector ul li {
    font-size: 28px;
    color: #ff5555;
}

.product-price {
    width: 45%;
    float: left;
    overflow: hidden;
}

.product-price p {
    font-size: 16px;
}

.product-price .old-price {
    float: left;
}

.product-price h3 {
    font-size: 29px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-order {
    position: relative;
    display: block;
}

.product-order-first {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.product-order-first .product-price {
    width: 100%;
    overflow: hidden;
    float: none;
    display: flex;
    justify-content: space-between;
}

.product-order-first .product-price h3 {
    font-size: 29px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 11px;
}

.product-order-first .product-price .old-price {
    float: none;
}

.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    min-width: 165px;
    margin-right: 8px;
    font-size: 14px;
}

.product-order .order-shop {
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #0867b6;
    color: #0867b6;
    display: inline-block;
    width: auto;
    font-size: 14px;
}

.product-order button {
    width: 39%;
    /*     height: 38px; */
}

/* Product Info */

.product-info {
    padding-top: 35px;
}

.product-info-about p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.product-info-head .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: auto;
}

.product-info-head .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: -1px;
    padding-bottom: 12px;
}

.product-info-head .nav-tabs .nav-item:first-child .nav-link.active {
    border-bottom: 3px solid #0064b6;
}

.product-info-head {
    border-bottom: 3px solid #f5f5f3;
}

.product-info .tab-content {
    margin-top: 35px;
    font-size: 19px;
}

.product-info table tr td:first-child {
    font-weight: 500;
}

.product-info table {
    text-transform: uppercase;
    width: 100%;
    margin-top: 50px;
}

.product-info table td, .product-info table th {
    padding: .75rem 1.1rem;
    vertical-align: top;
}

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

.product-info table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.14);
}

/*  Всплывающие подсказки */
.microtip {
    border-bottom: 1px dashed #ff5555;
    cursor: pointer;
}

.product-specs p span.microtip {
    color: #ff5555;
}


/* Recommend inner */
.recommend {
    padding-top: 30px;
    padding-bottom: 10px;
}

.recommend h3 {
    font-weight: 500;
}

.recommend-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}

.recommend.product-demo .item {
    margin-bottom: 15px;
}


.fotorama__thumb-border {
    border-color: #f5f5f3;
    background-image: linear-gradient(to bottom right, hsla(0, 0%, 100%, 0.06), rgba(236, 237, 232, 0.23));
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: none;
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: none;
}

.fotorama__fullscreen-icon {
    bottom: 2px;
    right: 2px;
}


.product-present {
    position: relative;
}

.product-item-new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.product-item-new p {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #000;
    margin-bottom: 0;
    padding: 5px 24px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
}

.product-slide img {
    width: 700px;
}

.slider.slider-main {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider.slider-main.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.nav-container .slick-current img {
    border: 2px solid rgb(235, 236, 231);
    border-radius: 3px;
}

.slider-main {
    width: 100%;
}

/*
.megablock:hover {
    border: 1px solid #a2a2a2;
}
*/
.main-container .slick-slide img {
    display: block;
    width: 100%;
    max-width: 700px;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 110px;
}

.nav-container .slick-slide {
    max-height: 100px;
    margin-bottom: 18px;
}

.slick-slide:focus {
    outline: none;
}

.slick-prev, .slick-next {
    position: relative;
    width: 110px;
    padding-right: 25px;
}

.slick-prev {
    left: 0;
    text-align: center;
    color: #464646;
}

.slick-prev:before {
    content: '\f176';
    font-family: FontAwesome;
    color: #464646;
    opacity: 1;
}

.slick-next {
    left: 0;
    color: #464646;
    text-align: center;
    margin-top: 15px;
}

.slick-next:before {
    content: '\f175';
    font-family: FontAwesome;
    color: #464646;
    opacity: 1;
}

.slick-vertical .slick-slide img:hover {
    border: 2px solid rgb(235, 236, 231);
    border-radius: 3px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #0767b6;
}

.slick-vertical {
    margin-top: 20px;
}

.product-info h3, .product-info h2 {
    font-weight: 500;
}

.product-info .tab-content img {
    max-width: 100%;
    margin-bottom: 40px;
}

.product-info .btn-send {
    text-transform: uppercase;
    min-width: 320px;
    min-height: 45px;
}

.modal-header .close p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    border: 2px solid #000;
    padding: 1px 10px 1px 10px;
    border-radius: 50%;
    line-height: 31px;
}

.reviews-name {
    font-weight: 500;
    color: #0767b6;
    margin-bottom: 3px;
}

.reviews-city {
    margin-bottom: 5px;
    font-size: 16px;
}

.reviews-date {
    font-size: 16px;
}

.action-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.action-box p {
    margin-left: 20px;
}

.product-slide {
    position: relative;
    border: 1px solid #fff;
}

#bx_incl_area_11_1 .afbf_success_block._without-popup .afbf_mess_ok {
    color: #fff;
}

/*  MODAL */
.modal-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.form-check-label {
    font-size: 13px;
}

.modal-header {
    border-bottom: 0;
}

.modal-dialog {
    max-width: 700px;
}

.modal-dialog.modal-size {
    max-width: 1000px;
}

.modal-content {
    background-color: #ffffff;
    padding: 20px;

}

.reviews-form {
    text-align: left;
}

.reviews-form .rating {
    margin-bottom: 0;
    margin-top: 6px;
}

.inner-content {
    margin-top: 50px;
}

.contacts-right {
    border-left: 1px solid #ebece7;
    padding-left: 20px;
}

/* FOOTER */

.footer {
    background-color: #2b2e36;
    padding-top: 45px;
}

.footer-bottom {
    background-color: #2b2e36;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-bottom: 30px;
    color: white;
    text-align: center;
}

.footer-widget {
    margin-bottom: 25px;
}

.footer-widget ul {
    list-style: none;
    padding-left: 0;
}

.footer-widget h3 {
    margin-bottom: 24px;
    font-size: 17px;
    color: #fff;
}

.footer-widget ul li a {
    font-size: 17px;
    color: #fff;
    line-height: 18px;
    transition: color .2s ease;
}

.footer-widget ul li a:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}

.footer-widget ul li {
    margin-bottom: 12px;
    line-height: 20px;
}

.contacts-info a {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 19px;
    margin-bottom: 12px;
    transition: color .2s ease;
}

.contacts-info a:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}

.footer-widget .fa {
    background-color: #0767b6;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    min-width: 50px;
    text-align: center;
    margin-right: 10px;
}

.footer-bottom p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer-bottom .madeby {
    font-size: 12px;
}

.footer-bottom .madeby a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom .madeby p {
    color: #777777;
}

.cards p {
    display: inline-block;
}

.cards img {
    height: 46px;
    width: auto;
}

.footer-widget h3.social {
    display: block;
    margin-bottom: 10px;
}

.footer-widget .fa {
    font-size: 13px;
    padding: 7px;
    min-width: 27px;
    margin-right: 6px;
}

.footer-widget .fa.fa-vk {
    background-color: #0065ad;
}

.footer .grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3vw;
}

.footer-widget h3.cards-title {
    margin-bottom: 5px;
    margin-top: 20px;
}

.send-order .form-check {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}

.send-order .form-check a {
    color: #fff;
    text-decoration: underline;
}

.send-order .btn-send {
    width: 100%;
}

.send-part {
    max-width: 240px;
}

.footer-widget h3 a {
    color: #fff;
    transition: color .2s ease;
}

.footer-widget h3 a:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}


/* MAIN SLIDER */

.top-slider {
    position: relative;
}

.top-slider .owl-theme .custom-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc(50% - 54px);
}

.top-slider .owl-theme .custom-nav .owl-prev,
.top-slider .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 80px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.top-slider .owl-theme .custom-nav .owl-prev i,
.top-slider .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.top-slider .owl-theme .custom-nav .owl-prev {
    left: 3%;
    opacity: 0.4;
}

.top-slider .owl-theme .custom-nav .owl-next {
    right: 3%;
    opacity: 0.4;
}

.top-slider .owl-theme .custom-nav .owl-prev:hover,
.top-slider .owl-theme .custom-nav .owl-next:hover {
    opacity: 1;
}

.top-slider .item {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.top-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 3px !Important;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
    color: #2b2e36;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    color: #8c8c8c;
    font-size: 14px !Important;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
    text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover span {
    color: #ff5659;
}

/*
.product-item-hidden {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.item.inner-item:hover .item-title{
	opacity: 0;
}

*/


.item-shadow {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.item.inner-item:hover .item-shadow {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .15);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
}

.owl-item:hover .item-shadow {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .15);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
}

.owl-item .item-image a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    padding: 35px 40px 0 40px;
}

.item.inner-item:hover .item-desc {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    z-index: 999;
    padding-bottom: 10px;
    box-shadow: 0px 8px 12px 3px #efefef;
}

.item.inner-item {
    min-height: 395px;
}

.action-content .newsdate {
    margin-bottom: 5px;
    font-size: 13px;
}

.card-news-top {
    max-width: 450px;
    margin-bottom: 20px;
}

.news-inner-content {
    text-align: justify;
}

.section-menu {
    padding: 0;
    margin-left: -12px;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.section-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0;
    list-style: none;
}

.section-menu li a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: block;
    color: #8b8b8b;
    padding-bottom: 2px;
    margin-bottom: 4px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-bottom: 2px solid #fff;
}

.section-menu li a.selected {
    color: #000;
    border-bottom: 2px solid #ff5659;
}

.section-menu li a:hover {
    border-bottom: 2px solid #ff5659;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .3s ease;
    transition: .3s ease;
}

.section-title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #0064b3;
    font-weight: 400;
}

.top-menu-page h2 {
    font-size: 22px;
    line-height: 25px;
}

.top-menu-page h3 {
    font-size: 18px;
    line-height: 20px;
}

.inner-part {
    padding-bottom: 50px;
}

/* Настройка блоков для страницы контактов */

.contacts-block {
    display: inline-block;
    vertical-align: top;
    padding: 28px 32px 32px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    min-height: 230px;
    margin-top: 30px;
    width: 100%;
}

.contacts-block p {
    margin-bottom: 0.7rem;
}

.afbf_submit_block {
    text-align: left !important;
    margin-top: 5px;
}

.afbf_item_pole {
    margin: 0 0px 30px;
}

.afbf_submit_block .fb_close.afbf_btn {
    padding: 8px 30px !important;
    font-size: 18px !important;
    text-transform: capitalize !IMPORTANT;
    background: #0767b6 !IMPORTANT;
    min-width: 210px;
    text-align: center !IMPORTANT;
    box-shadow: none;
    font-weight: 500 !IMPORTANT;
    padding-left: 20px !IMPORTANT;
    padding-right: 20px !IMPORTANT;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.afbf_submit_block .fb_close.afbf_btn:hover {
    background-color: #ff5656 !Important;
}


.main-user-consent-request a {
    cursor: pointer;
    font-size: 16px;
}

#alx_feed_back_FID1 {
    padding: 28px 32px 32px;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

.alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
    left: 11px;
    font-size: 14px;
}

/* Smart Filter */

.smart-filter {
    font-family: inherit;
    padding-left: 15px;
    padding-right: 15px;
}

.smart-filter-parameters-box-title-text {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    min-width: 70%;
    display: inline-block;
}

.smart-filter-parameters-box {
    border-bottom: 2px solid #efefef;
    padding-top: 10px;
}

.smart-filter-angles:after, .smart-filter-angles:before {
    position: absolute;
    top: 40%;
    width: 9px;
    height: 2px;
    background-color: #b1b1b1;
}

.smart-filter-angles:after {
    margin-left: 5px;
}

.smart-filter-angle {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
    right: 15px;
}

.smart-filter-block {
    padding-bottom: 10px;
    padding-top: 10px;
}

.smart-filter-input-group-checkbox-list .form-check-label {
    font-size: 15px;
    padding-left: 0px;
}

.smart-filter-input-group-checkbox-list .form-check-input {
    position: absolute;
    margin-top: 3px;
    margin-left: -1.25rem;
    width: 17px;
    height: 17px;
}

.smart-filter-input-group-checkbox-list .form-check {
    margin-bottom: 8px !IMPORTANT;
    padding-left: 0;
}

.smart-filter-parameters-box-container .btn.btn-primary {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.smart-filter-parameters-box-container .btn-link {
    font-weight: 400;
    color: #7d7d7d;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.smart-filter-parameters-box-title {
    width: 100%;
}

.smart-filter-slider-ruler {
    display: none;
}

.smart-filter-slider-track-container {
    padding: 0px 18px 20px;
}

.smart-filter-input-group-number .form-group {
    margin-bottom: 15px;
}

.smart-filter-input-container .form-control {
    padding: 15px;
}

.smart-filter-input-group-checkbox-list .form-group.form-check.mb-1 .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.smart-filter-input-group-checkbox-list .form-group.form-check.mb-1 .form-check-input + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.smart-filter-input-group-checkbox-list .form-group.form-check.mb-1 .form-check-input + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #f3f3f3;
}

.smart-filter-input-group-checkbox-list .form-group.form-check.mb-1 .form-check-input:checked + label::before {
    border-color: #0064b3;
    background-color: #0064b3;
    border: 4px solid #e6e6e6;
}

.catalog-sort .fa {
    font-size: 10px;
    color: #000;
}

.ya-share2.ya-share2_inited {
    margin-bottom: 10px;
    background-color: rgba(235, 236, 231, 0.46);
    padding: 10px;
    display: inline-block;
}


/* CART */

.sale-personal-section-index-block {
    border-radius: 4px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border: 2px solid #0064b3;
}

.sale-personal-section-index-block-ico {
    font-size: 45px;
    color: #0064b3;
}

.sale-personal-section-index-block-name {
    color: #2b2e36;
    font-size: 13px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}


/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 10px;
    background-color: #427e94;
}

/* Container around content */
.timeline .container-time {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline .container-time.left {
    float: left;
}

.container-time h3 {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 32px;
}

/* The circles on the timeline */

.history-image img {
    width: 100%;
    max-width: 480px;
}

/* Place the container to the left */
.timeline .left {
    display: inline-block;
}

.history-image.left {
    padding: 10px 50px;
    position: relative;
    background-color: inherit;
    width: 50%;
    display: inline-block;
    float: right;
}

.timeline-year.left {
    height: 62px;
    background-color: #43869d;
    letter-spacing: -0.28px;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    padding: 17px 23px;
    position: absolute;
    left: -20px;
    top: calc(50% - 45px);
    z-index: 1;
    min-width: 170px;
    text-align: center;
}

.timeline-year.right {
    height: 62px;
    background-color: #43869d;
    letter-spacing: -0.28px;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    padding: 17px 23px;
    position: absolute;
    right: -20px;
    top: calc(50% - 45px);
    z-index: 1;
    min-width: 170px;
    text-align: center;
}


/* Place the container to the right */

.timeline .container-time.right {
    float: right;
}

.history-image.right {
    padding: 10px 50px;
    position: relative;
    background-color: inherit;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: right;
}

/* The actual content */

.timeline .content {
    padding: 20px 20px 20px 20px;
    position: relative;
}

.timeline .content img {
    width: 100%;
    height: auto;
}

.timeline-item {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.container-time p {
    font-weight: 400;
    letter-spacing: -0.15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.container-time.left .content {
    text-align: right;
    max-width: 470px;
    float: right;
}

.container-time strong, .container-time b {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
}

.form_style .rcheck .rfield_error {
    top: 0px;
    left: 22px;
    right: auto;
}

.rating .fa.rate_gray {
    color: #a0a0a0;
}


.new_rating {
    margin-bottom: 15px;
}

.new_rating {
    color: #a0a0a0;
}

.new_rating .fa {
    font-size: 21px;
}

.new_rating:hover {
    color: #ff5659;
    cursor: pointer;
}

.new_rating .fa:hover ~ .fa:before {
    color: #a0a0a0;
}

.new_rating .fa.active {
    color: #ff5659;
}

.add_like.not_active {
    cursor: pointer;
}

.add_like:hover {
    color: #ff5659;
}

.add_like.active {
    color: #ff5659;
    cursor: default;
}


.item-image a img:nth-of-type(2) {
    display: none;
}

/*
.product-demo .item:hover .item-image a img:nth-of-type(1) {
  display: none;
}

.product-demo .item:hover .item-image a img:nth-of-type(2) {
  display: block;
}
*/

.header-right__cart {
    position: relative;
    display: block;
}

.header-right__compare {
    position: relative;
    display: block;
}

/*
.cartcount {
	position: absolute;
	display: block;
	right: -3px;
	bottom: 0px;
	font-size: 12px;
}
*/
.cartcount {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 17px;
    font: normal 10px/15px arial;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #ff5659;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    font-weight: normal;
    font-family: arial;
}

/*
.comparecount {
	position: absolute;
	display: block;
	right: -3px;
	bottom: 0px;
	font-size: 12px;
}*/

.comparecount span {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 17px;
    font: normal 10px/15px arial;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #ff5659;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    font-weight: normal;
    font-family: arial;
}


.item_quick {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
}

.item:hover .item_quick {
    display: flex;
    z-index: 99;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.item_quick__block {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 7px 18px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 11px;
    box-shadow: 0 0 5px #dedede;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 100;
    cursor: pointer;
}

.item_quick__block:hover {
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    z-index: 100;
}

.mx_close {
    position: absolute;
    display: block;
    right: 15px;
}


.quick-modal .product-about h1 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #151719;
    font-weight: 600;
}

.quick-modal .product-article {
    width: 100%;
    float: none;
}

.quick-modal .product-raiting {
    overflow: hidden;
    width: 100%;
}

.quick-modal .product-about-block {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 10px;
}

.quick-modal .product-much {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 35px;
    margin-top: 5px;
}

.quick-modal .product-price h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 7px;
}

.ajax-product-more {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #ff5555;
    color: #ff5555;
}

.ajax-product-more:hover {
    background-color: #ff5555;
    border: 2px solid #ff5555;
    color: #ffffff;
}

.ajax-more-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-slide:hover {
    border: 1px solid #b8b8b8;
}

.product-order__warning {
    position: relative;
    display: none;
    /*
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    */
    background-color: rgba(255, 255, 255.7);
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.product-order__warning.opened {
    display: block;
}

.product-order__warning__text {

}

.product-order__warning__close {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.product-order__warning__close svg {
    width: 100%;
}

.cart_alert__title {
    position: relative;
    display: block;
}

.cart_alert__picture {
    position: relative;
    display: block;
}

.cart_alert__picture img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
}

.cart_alert__name {
    position: relative;
    direction: block;
    text-align: center;
    margin-top: 15px;
}

.cart_alert__tocart {
    margin-top: 15px;
}

.cart_alert__continue {
    margin-top: 15px;
}

.menu_picture {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin-top: 0px;
}

.cart-warning {
    font: 400 12px/16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.zabrat__title {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #151719;
    font-weight: 600;
}

.zabrat__picture {
    position: relative;
    display: block;
}

.zabrat__picture img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.zabrat__name {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #151719;
    font-weight: 600;
}

.product__color {
    font-size: 14px;
}

.product__article {
    font-size: 14px;
}

.product__price {
    padding-top: 10px;
}

.zabrat__map {
    position: relative;
    display: block;
    overflow: hidden;
}

.zabrat__map__nosklad {
    color: #dc3545;
}

#mx_map {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
}

.zabrat__map__list_wrap {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 300px;
    background-color: #fff;
    overflow-y: scroll;
}

.zabrat__map__list {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
}

.zabrat__map__list__element {
    position: relative;
    display: block;
    border-top: 1px solid #eee;
    padding: 5px 10px;
    box-sizing: border-box;
}

.zabrat__map__list__element:nth-child(1) {
    border: 0px;
}

.zabrat_frame {
    position: relative;
    display: block;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}

.zabrat__map__list__element__name {

}

.zabrat__map__list__element__address {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.zabrat__map__list__element__address span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    color: #dc3545;
}

.zabrat__map__list__element__address span svg {
    width: 100%;
}

.zabrat__map__list__element__phone {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.zabrat__map__list__element__phone span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    color: #dc3545;
}

.zabrat__map__list__element__phone span svg {
    width: 100%;
}

.zabrat__block {
    position: relative;
    display: none;
}

.zabrat__block__shop {
    position: relative;
    display: block;
    border: 1px solid #eee;
    margin: 15px 0;
    padding: 15px 15px;
    overflow: hidden;
}

.zabrat .rfield_error {
    color: #ff0000;
    visibility: hidden;
}

.zabrat__city__title {
    font-weight: 600;
}

.zabrat__city__select {
    padding: 15px 0;
}

.zabrat .product-size {
    margin-bottom: 0;
}

.zabrat__select_wrap {
    position: relative;
    display: block;
    padding-top: 10px;
    text-align: right;
}

.zabrat__block__title {
    font-weight: 600;
}

.zabrat__block__shop__link {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    color: #dc3545;
    text-decoration: underline;
}

.zabrat__block__shop__name {
    font-weight: 600;
}

.zabrat__block__shop__address {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.zabrat__block__shop__address span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    color: #dc3545;
}

.zabrat__block__shop__phone {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

.zabrat__block__shop__phone span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 0px;
    color: #dc3545;
}

.no_phone {
    display: none;
}

.zabrat__block__form__title {
    font-weight: 600;
}

.zabrat__block__form__input__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0px;
}

.zabrat__block__form__input {
    position: relative;
    display: block;
    margin-left: 30px;
    width: 50%;
}

.zabrat__block__form__input:nth-of-type(1) {
    margin-left: 0;
}

.zabrat__block__form__input input {
    font-style: 16px;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.item-old_price {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #aaaaaa;
    text-decoration: line-through;
}

.vacancy__list {
    position: relative;
    display: block;
    padding: 50px 0;
    background-color: #fff;
}

.vacancy__item {
    position: relative;
    padding: 30px 15px 30px 15px;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-out 0.2s;
    -moz-transition: 0.2s ease-out 0.2s;
    -o-transition: 0.2s ease-out 0.2s;
    transition: 0.2s ease-out 0.2s;
    border: 1px solid #ebece7;
}

.vacancy__item__name {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.vacancy__item__zp {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 17px;
    margin-top: 20px;
    text-align: left;
}

.vacancy__item__address {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 17px;
    margin-top: 20px;
    text-align: left;
}

.vacancy__item__exp {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 17px;
    margin-top: 20px;
    text-align: left;
}

.vacancy__item__busy {
    position: relative;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 17px;
    margin-top: 20px;
    text-align: left;
}

.vacancy__item__btn_wrap {
    position: relative;
    display: block;
    text-align: center;
}

.vacancy__item__btn {
    margin-top: 30px;
}

.vacancy__detail {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.vacancy__detail__zp {
    position: relative;
    display: block;
    margin-top: 30px;
}

.vacancy__detail__address {
    position: relative;
    display: block;
    margin-top: 30px;
}

.vacancy__detail__exp {
    position: relative;
    display: block;
    margin-top: 30px;
}

.vacancy__detail__busy {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}


@media screen and (min-width: 1180px) {
    .modal-xl {
        max-width: 1000px;
    }
}

@media screen and (min-width: 992px) {
    .modal-xl {
        max-width: 900px;
    }
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1180px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline .container-time {
        width: 100%;
        padding-left: 50px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline .container-time::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ebece7 transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .timeline .left::after, .timeline .right::after {
        left: 18px;
    }


    /* Make all right containers behave like the left ones */
    .container-time.left .content {
        text-align: left;
        float: left;
    }

    .history-image.left {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .history-image.right {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
        text-align: left;
    }

    .timeline-year.right, .timeline-year.left {
        left: 10px;
        right: auto;
    }

}


.popup-window-titlebar-text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    color: #060606;
    line-height: 1.5;
}

.popup-window.popup-window-with-titlebar {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.48);
    border-radius: .3rem;
}

.popup-window-buttons .btn.btn-primary {
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    font-family: inherit;
}

.popup-window-titlebar-close-icon {
    top: 20px;
    right: 10px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    width: 28px;
}

.top-menu-page p img {
    max-width: 100%;
    height: auto;
}


.shops-list {
    width: 100%;
    margin-top: 5px;
    border-spacing: 0.1em;
    margin-bottom: 1em;
    font-size: 16px;
}

.shops-list tr {
    border-bottom: 1px solid #dadada;
}

.shops-list td {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
}

table.shops-list thead td {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    vertical-align: middle;
    color: #ff5659;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-right: 55px;
}

table.shops-list thead td.curcol {
    color: #0867b6;
}

.firm {
    width: 19px;
    margin-right: 5px;
}


.curcol img {
    display: none;
}

.shops-list th {
    padding-bottom: 10px;
}

.shops-list td p {
    margin-bottom: 0;
}

.shops-list a {
    color: #0064b4;
    font-weight: 500;
}

.accordion .accordion-anchor {
    color: #ff5659;
    border-bottom: 1px dashed #ff5659;
    cursor: pointer;
}

.heading {
    margin-bottom: 15px;
}

.collapse {
    margin-bottom: 10px;
}


.stock-item {
    margin-bottom: 50px;
}

.stock-item img {
    width: 100%;
}

.stock-date {
    font-size: 14px;
    margin-bottom: 5px;
    color: #0064b3;
    margin-top: 40px;
}

.stock-item h2 a {
    color: #ff5659;
}

.shops-filter input, .shops-filter select {
    height: 34px;
    font-size: 14px;
    outline: none;
    border: 1px solid #e0e0e0;
    padding: 0px 8px;
}

#map_container {
    width: 100%;
    height: 600px;
    display: block;
}

.marker-circ {
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    height: 80px;
    line-height: 56px;
    width: 58px;
}

.claster {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    line-height: 56px;
    width: 58px;
}


.product-item-label-ring.product-item-label-small {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    z-index: 1;
    background-image: url(../img/5.png);
    width: 61px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    line-height: normal;
}


.product-item-label-ring.product-item-label-small span {
    font-size: 14px;
    line-height: 28px;
    padding-left: 3px;
}

.product-item-detail-short-card-fixed.active {
    display: none !IMPORTANT;
}

.shops-menu {
    padding: 10px 10px;
    list-style: none;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -60px;
}

.shops-menu li {
    display: inline-block;
    padding: 5px 15px;
    transition: 0.5s;
    border: 1px solid #fff;
}

.shops-menu li.active, .shops-menu li:hover {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    color: #000;
}

.shops-menu li a {
    color: #a9a9a9;
    text-transform: uppercase;
    font-size: 14px;
}

.shops-menu li a .fa {
    margin-right: 3px;
}

.shops-menu li a:hover, .shops-menu li.active a {
    text-decoration: none;
    color: #000;
}

.shops-menu li:hover {
    background-color: #fff;
    transition: 0.5s;
}

.shops-filter-container {
    background-color: #ebece7;
    padding: 30px 30px;
    margin-bottom: 20px;
}

.shops-filter-container select, .shops-filter-container input {
    height: 30px;
    font-size: 14px;
    outline: none;
    margin-left: 5px;
    margin-right: 10px;
    min-width: 200px;
    display: inline-block;
    border: none;
    background-color: #ebece7;
    border-bottom: 1px solid #a2a2a2;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

.shops-filter-container input.filter-btn {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #0a67b6;
    border: none !important;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 34px !IMPORTANT;
    margin-top: 0;
    line-height: initial;
    font-size: 14px;
}

.f-input {
    max-width: 30%;
    display: inline-block;
    margin-right: 1%;
}

.fbuttom {
    display: inline-block;
}

.fname {
    font-size: 16px;
    font-weight: 500;
}

.shops-filter {
    display: none;
}

.shop-items {
    padding-bottom: 10px;
    padding-top: 10px;
}

.shop-items a {
    font-size: 16px;
    color: #ff5659;
}

.bx_catalog_text .shop-items .bx_catalog_text_title span {
    font-size: 14px;
}

.image-action-second.left, .image-action-first.right {
    display: none;
}

.item-bordered {
    position: relative;
}

.item-bordered:after {
    display: block;
    width: 230px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff5656;
    bottom: -15px;
    left: 0;
}

.top-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.top-bg img {
    width: 100%;
}

.top-slider.owl-carousel {
    min-height: 400px;
}

.top-slider.owl-carousel.owl-loaded {
    min-height: auto;
}

.product_btn_wrap {
    /*width: 39%;*/
    float: left;
    overflow: hidden;
}

.clear {
    clear: both;
}

/* Custom Pages */

.inner-about .inner-about_banner img {
    width: 100%;
    height: auto;
}

.inner-about h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 40px;
}

.inner-about_banner {
    margin-bottom: 85px;
}

.inner-about_part {
    max-width: 1160px;
    margin: 0 auto 50px auto;
}

.inner-about_part img {
    width: 100%;
}

.inner-about_part.center-part {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}


.about_part-paragraph {
    font-size: 30px;
    font-weight: 400;
}

.story-page_banner img {
    width: 100%;
}

.story-page_title h2 {
    letter-spacing: -0.28px;
    color: #ffffff;
    max-width: 850px;
    margin: 48px auto;
    text-align: center;
}


.menu > ul > li > ul.grid {
    column-count: 3;
}

.item-rv {
    break-inside: avoid-column;
}

.basket-coupon-alert-section {
    width: auto;
}

.smart-filter-popup-result.left {
    right: 6%;
    top: 50%;
    border: 1px solid #ff5659;
    background-color: #fdfdfd;
    padding: 8px 20px;
    font-size: 14px;
    box-shadow: 1px 1px 5px 1px rgb(152 152 152 / 47%);
    color: #ff5659;
}

.smart-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
    text-decoration: underline;
}

.smart-filter-popup-result a:hover {
    text-decoration: underline;
}

.news-inner-content img {
    max-width: 100%;
}

#ordercall .modal-dialog {
    max-width: 390px;
}

#ordercall .modal-body {
    padding: 0 1rem;
}

#ordercall .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

#ordercall .afbf_item_pole {
    padding: 0px;
    margin: 0px 0px 30px;
    position: relative;
}

#ordercall .main-user-consent-request a {
    cursor: pointer;
    font-size: 12px;
}

#ordercall #alx_feed_back_FID4 .afbf_feedback_poles .afbf_btn {
    color: #fff !important;
    float: left;
    margin-top: -15px;
    padding-top: 0;
    background: #0767b6 !IMPORTANT;
    width: 100%;
    margin-bottom: 10px;
}

#ordercall .modal-title {
    text-transform: inherit;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #ff5555;
}


#ordercall .alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
    font-weight: 500;
}

#ordercall #alx_feed_back_FID4 .afbf_item_pole.is_focused .afbf_select, #ordercall #alx_feed_back_FID4 .afbf_item_pole.is_focused .afbf_textarea, #ordercall #alx_feed_back_FID4 .afbf_item_pole.is_focused .afbf_inputtext {
    border-color: #16171b;
}


.regions-select-region {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}

.regions-select-region span {
    color: #ffffff;
    border-bottom: 1px dashed;
    transition: color .2s ease;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
    color: #ffffff !IMPORTANT;
}

.regions-select-region span:hover {
    text-decoration: none;
    color: #ff5656;
    transition: color .2s ease;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button {
    border: 1px solid #ff5659;
    color: #ff5659;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question-button:hover {
    background-color: #ff5659;
    color: #fff;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window {
    background-color: #ffffff;
    padding: 20px;
}

#sizemodal table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#sizemodal table td {
    text-align: center;
    padding: 4px 0;
}

#sizemodal table tr:first-child {
    background-color: whitesmoke;
}

#sizemodal .modal-title {
    font-weight: 800;
    font-size: 22px;
    text-transform: inherit;
}

#sizemodal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.quick-modal .product-price {
    width: 36%;
}

.search-page input.form-control {
    border: 1px solid #d2d2d2;
}

#cart_alert .modal-dialog {
    max-width: 420px;
}

.region-select-menu .regions-select-region {
    margin-bottom: 0;
    font-size: 14px;
    color: #1b1b1b;
}

.region-select-menu .regions-select-region span {
    color: #0064b4;
    border-bottom: 1px dashed;
    transition: color .2s ease;
}

.region-select-menu .ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-region:hover {
    color: #000 !IMPORTANT;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question {
    box-shadow: 3px 4px 5px 1px rgb(88 88 88 / 43%);
}


.menu > ul > li:hover {
    background: #f0f0f0;
}

.shops-container {
    position: relative;
}

.regions-select-question-buttons button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.header-search-wrapper input.btn:focus {
    outline: none;
    box-shadow: none;
}

.catalog-section-list-item-inner {
    margin-top: 7px;
}

.bx_subscribe_submit_container .btn-subscribe {
    width: 100%;
    background: #0867b6;
    font-weight: 500;
    text-transform: inherit;
    font-size: 16px;
}

.bx_subscribe_submit_container .btn-subscribe:hover {
    background: #0069d9;
}

.bx_subscribe_submit_container .btn-subscribe:before {
    background-color: #1579cc;
}

.user-form {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #ebece7;
    padding: 50px;
}

.user-form .l-form input {
    width: 100%;
    padding: 4px 15px;
    color: black;
    line-height: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: white;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    max-width: 365px;
}

.l-form {
    margin-bottom: 15px;
}

.user-form .sec-form {
    font-size: 13px;
    margin-bottom: 10px;
}

.f-form p {
    margin-bottom: 0;
    margin-top: 11px;
    font-size: 14px;
    text-decoration: underline;
}

.a-form input {
    width: 100%;
}

.user-form h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #0064b4;
}

.user-form ul {
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
}

.reg-part {
    font-size: 15px;
}

.reg-part .btn-primary {
    color: #ff5659;
    background-color: transparent;
    border-color: #ff5659;
    border: 1px solid #ff5659;
}

.reset-part {
    font-size: 13px;
}

.user-form input[type="checkbox"] {
    max-width: 20px;
}

.user-form .main-user-consent-request-announce-link {
    font-size: 14px;
}


#sizemodal img {
    width: 100%;
    height: auto;
}

[role~="tooltip"][data-microtip-size="small"]::after {
    text-align: center;
}

.article-content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.article-content h2 a {
    color: #0064b4;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
}

.article-content h2 {
    margin-bottom: 7px;
}

#bx-soa-pickup .bx-soa-section-content.container-fluid {
    overflow: hidden;
}

#bx-soa-delivery .bx-soa-pp-price {
    display: none;
}

/* Временно скрыть стоимость доставки */
.bx-soa-pp-company ul.bx-soa-pp-list {
    display: none;
}

#bx-soa-delivery .bx-soa-pp-delivery-cost {
    display: none;
}


/* Настройка хлебных крошек */

.system-nav-orange .nav-title {
    display: none;
}

.system-nav-orange .nav-pages a:last-child, .system-nav-orange .nav-pages a:first-child {
    display: none;
}


.system-nav-orange .nav-pages {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.system-nav-orange .nav-pages a {
    font-size: 16px;
    line-height: 20px;
    color: #003b45;
    padding: 15px;
    background-color: #fff;
}


.system-nav-orange .nav-pages .nav-current-page {
    font-size: 16px;
    line-height: 20px;
    color: #0264b4;
    padding: 15px;
    background-color: #fff;
    font-weight: 500;
}

.system-nav-orange {
    margin-top: 10px;
    border-top: 1px solid #f9f9f9;
    padding-top: 20px;
    box-shadow: 0px -10px 20px 1px rgb(43 46 54 / 2%);
}

.system-nav-orange .nav-pages a:hover {
    text-decoration: none;
    color: #0264b4;
}


#ordercall .modal-title {
    color: #0063b4;
}

.ordercall-subtext {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    color: grey;
}

#ordercall .alx-feedb-error {
    margin-top: 0;
}


#ordercall .afbf_item_pole {
    padding: 0px;
    margin: 0px 0px 10px;
    position: relative;
}

#ordercall .afbf_submit_block {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    display: block;
    text-align: right !important;
}

#ordercall #alx_feed_back_FID9 .afbf_feedback_poles .afbf_btn {
    color: #fff !important;
    background: #0063b4 !important;
    width: 100%;
}


.head-icons .fa {
    font-size: 12px;
    padding: 4px;
    min-width: 21px;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}


.not-found {
    display: flex;
    align-items: center;
    min-height: 60px;
    background-color: #ebece7;
    border-left: 10px solid #005da8;
    padding-left: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-right: 20px;
    max-width: 840px;
    padding-bottom: 10px;
    margin-top: 20px;
    box-shadow: 4px 4px 6px 1px rgb(118 127 140 / 30%);
}

.not-found__title {
    font-size: 20px;
    font-weight: 500;
    color: #0064b4;
    margin-bottom: 6px;
}

.not-found__text {
    margin-bottom: 10px;
}


.header-right__search {
    background-image: url(/upload/loope.png);
    height: 23px;
    width: 23px;
    background-size: contain;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px;
    background-repeat: no-repeat;
    padding: 0px;
}

.header-right__search:focus {
    outline: none;
}

.mobile-icons__wrapper {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    min-width: 100px;
}

.menu-mobile-wrapper .mobile-icons a:last-child {
    margin-right: 0;
}

.menu-mobile-wrapper a {
    display: block !Important;
}

.menu-mobile-wrapper .mobile-icons .mobile-icons__wrapper img {
    margin-top: 0;
}

.mobile-icons__wrapper .comparecount span, .mobile-icons__wrapper .cartcount {
    top: -4px;
}


.menu-mobile-wrapper .mobile-icons {
    right: 0;
    top: 0;
}

.header-right__search {
    background-image: url(/upload/loope.png);
    height: 25px;
    width: 25px;
    background-size: contain;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    background-repeat: no-repeat;
    padding: 0;
}


.search-top-popup {
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.popup__container {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0px 15px 5px;
}

.popup__close {
    color: #ccc;
    background: transparent;
    border: none;
    top: 5px;
    right: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
}

.popup__close:focus {
    outline: none;
}

.popup_opened {
    display: flex;
}

.search-top-popup .header-search .header-search-wrapper {
    border: none;
    border-radius: 0;
}

.search-top-popup .header-search {
    margin-top: 5px;
    max-width: calc(100% - 20px);
}

.search-top-popup input.search-suggest::placeholder {
    font-size: 12px;
}

.search-top-popup .header-search .search-suggest {
    margin-left: 0;
    padding-left: 0;
}

.search-top-popup .header-search .btn {
    border: none;
}


.search-top-popup .header-search :hover .header-search-wrapper {
    background-color: transparent;
}

.search-top-popup .header-search .btn {
    max-width: 29px;
}

.search-top-popup .header-search-wrapper:before {
    top: 11px;
    right: 8px;
}

.search-off {
    opacity: 0;
}


.menu-mobile-wrapper .mobile-icons a {
    margin-right: 5px;
}

.main-menu {
    z-index: 10;
}

@media (max-width: 425px) {
    .search-page .form-control {
        height: 20px;
        padding: 18px 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}

@media (min-width: 991px) {
    .menu > ul > li > ul.grid {
        /*display: grid;*/
        /*grid-gap: 10px;*/
        /* 	  grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); */
    }

    .item-rv.menu-dropdown-icon:hover ul.grid {
        /* 		display: grid !Important; */
    }

    .menu > ul > li > ul > li {
        padding-left: 15px;
        padding-bottom: 5px;
    }

    #openfilter.modal {
        position: relative;
        display: block;
        opacity: 1;
        top: auto;
        left: auto;
        z-index: 0;
        padding-top: 20px;
    }

    #openfilter .modal-dialog {
        margin: 20px 0 0;
        min-height: inherit;
    }

    #openfilter .modal-content {
        padding: 0;
        border: none;
    }

    #openfilter .modal-header {
        display: none;
    }

    #openfilter .modal-body {
        padding: 0;
    }

    #openfilter .smart-filter {
        padding: 0;
    }
}


@media (max-width: 991px) {

    .menu > ul > li a {
        color: #000;
    }

    .inner-about_banner {
        margin-bottom: 0px;
    }

    .inner-about h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .inner-about_part img {
        margin: 20px auto;
        display: block;
        max-width: 290px;
    }

    .about_part-paragraph {
        font-size: 21px;
        font-weight: 400;
        margin-top: 30px;
    }

    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: left;
        border-right: 1px solid #dadada;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 2%;
        padding-left: 2%;
    }

    .menu > ul > li > ul.grid {
        column-count: 1;
    }

    #mx_map {
        height: auto;
    }

    .zabrat__map__list_wrap {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        background-color: #fff;
        overflow-y: hidden;
    }

    .zabrat__map__list {
        height: auto;
    }

    .zabrat__block__form__input__wrap {
        display: block;
    }

    .zabrat__block__form__input {
        width: auto;
        margin: 0;
    }

    .zabrat_check {
        position: relative;
        display: block;
    }

    .zabrat_check input {
        top: 2px;
        position: absolute;
        display: block;
    }

    .zabrat_check label {
        padding-left: 30px;
    }

    .zabrat__block__shop__link {
        position: relative;
        top: auto;
        right: auto;
    }
}


.lookbook__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}

.lookbook__list:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.lookbook__item {
    width: 33.333%;
}

.lookbook__item {
    float: left;
    padding: 10px;
}

.lookbook__item_type_catalog a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.lookbook__item_type_catalog a img {
    transition: .5s opacity ease, .5s transform ease;
}

.lookbook__item_type_catalog a img:hover {
    transform: scale(1.05);
    opacity: 0.7;
}

.lookbook__img {
    display: block;
    width: 100%;
    height: 100%;
}

.lookbook__description {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}

.lookbook__description a {
    text-decoration: none;
    text-align: center;
    font-weight: 100;
    color: #ff5659;
}

.lookbook__description a:hover {
    border-bottom: none;
    opacity: .7;
}

.lookbook__list_type_catalog {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}


.lookbook-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.lookbook-item a {
    color: #ff5659;
    font-weight: 300;
}

.lookbook-item {
    display: inline-block;
    margin: 0 20px 10px 0;
}

.lookbook_button {
    display: inline-block;
    background-color: #80869e;
    color: #fff;
    padding: 5px 17px;
    margin-bottom: 50px;
    transition: opacity .6s ease;
}

.lookbook_button:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.owl-item .item-shadow {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
}

.catalog-info a {
    display: block;
}

.catalog-info a img {
    width: 100%;
    height: auto;
}

#openfilter.modal {
    height: auto;
    max-height:90vh;
}

@media (min-width: 992px) {
    #openfilter.modal {
        height: auto;
        max-height: none;
    }
}
.modal-open {
    overflow: auto;
}

.modal-open .d-lg-block .modal {
    position: absolute;
}

.vacancy-info {
    background: #ebece7;
    padding: 60px 0 40px 0;
}

.vacancy-info h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .catalog-info {
        display: none;
    }
}

.product-price {
    position: relative;
}

#openmorder {
    /*position: absolute;*/
    /*right: 20px;*/
    font-size: 13px;
    padding: 6px 8px;
    width: max-content !important;
    /*top: 0;*/
}

.modal-content .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 1px !important;
}

.bottom-line-shop {
    display: flex;
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    background-color: #ededed;
    z-index:9999;
    align-items:center;
    padding:10px;
    justify-content: flex-end;
}
.bottom-line-shop .btn.btn-primary {
    width: auto!important;
    margin-bottom: 0!important;
    margin-left:10px;
}
.bottom-line-shop .product-price {
    width: auto!important;
    float: none;
    margin-bottom: 0!important;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
@media (min-width: 992px) {
    .bottom-line-shop {
        display: none;
    }
}