/* Common */
/* Fonts */
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia.eot');
    src: local('Russia Regular'), local('Russia'),
        url('/fonts/?#iefix') format('embedded-opentype'),
        url('/fonts/Russia.woff2') format('woff2'),
        url('/fonts/Russia.woff') format('woff'),
        url('/fonts/Russia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-Italic.eot');
    src: local('Russia Italic'), local('Russia-Italic'),
        url('/fonts/Russia-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-Italic.woff2') format('woff2'),
        url('/fonts/Russia-Italic.woff') format('woff'),
        url('/fonts/Russia-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-Bold.eot');
    src: local('Russia Bold'), local('Russia-Bold'),
        url('/fonts/Russia-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-Bold.woff2') format('woff2'),
        url('/fonts/Russia-Bold.woff') format('woff'),
        url('/fonts/Russia-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-Light.eot');
    src: local('Russia Light'), local('Russia-Light'),
        url('/fonts/Russia-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-Light.woff2') format('woff2'),
        url('/fonts/Russia-Light.woff') format('woff'),
        url('/fonts/Russia-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-Medium.eot');
    src: local('Russia Medium'), local('Russia-Medium'),
        url('/fonts/Russia-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-Medium.woff2') format('woff2'),
        url('/fonts/Russia-Medium.woff') format('woff'),
        url('/fonts/Russia-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-LightItalic.eot');
    src: local('Russia Light Italic'), local('Russia-LightItalic'),
        url('/fonts/Russia-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-LightItalic.woff2') format('woff2'),
        url('/fonts/Russia-LightItalic.woff') format('woff'),
        url('/fonts/Russia-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-BoldItalic.eot');
    src: local('Russia Bold Italic'), local('Russia-BoldItalic'),
        url('/fonts/Russia-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-BoldItalic.woff2') format('woff2'),
        url('/fonts/Russia-BoldItalic.woff') format('woff'),
        url('/fonts/Russia-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Russia';
    src: url('/fonts/Russia-MediumItalic.eot');
    src: local('Russia Medium Italic'), local('Russia-MediumItalic'),
        url('/fonts/Russia-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Russia-MediumItalic.woff2') format('woff2'),
        url('/fonts/Russia-MediumItalic.woff') format('woff'),
        url('/fonts/Russia-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'intro_inline';
    src: url('/fonts/intro_inline.eot');
    src: url('/fonts/intro_inline.eot?#iefix') format('embedded-opentype'),
         url('/fonts/intro_inline.otf') format('otf'),
         url('/fonts/intro_inline.ttf') format('truetype'),
         url('/fonts/intro_inline.woff') format('woff'),
         url('/fonts/intro_inline.woff2') format('woff2');
}
/* Common - start */
* {-webkit-box-sizing: border-box;box-sizing:border-box;margin: 0;padding: 0; outline: none;}
button:active,
button:focus {
	outline: none;
}
a,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
:after,:before {-webkit-box-sizing: border-box;box-sizing:border-box}
html,body{
    position: relative;
    font-family: 'Russia';
    font-weight: normal;
    font-style: normal;
    color: #000;
    height: 100%;
    font-size: 16px;
    line-height: 1;
}
.not-set {
    color: #c55;
    font-style: italic;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
#left-block{
    position: sticky;
    top: 0;
    z-index: 10;
}
#left-block .col-md-3{
    position: relative;
}
#left-block .category-list{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 229px);
    width: calc(100% - 15px);
    box-shadow: 5px 0 10px -11px rgba(0, 0, 0, .5);
}
a{
    text-decoration: none;
}
/************************/
.breadcrumb li.breadcrumb-item,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color: #00847a;
}
.breadcrumb-item a{
    color: #ef950b;
}
#top-header{
    background-color: #f3f5f4;
    padding: 8px 0;
}
#top-header a.top-header-link{
    color: #707070;
}
#top-header .top-header-button{
    display: flex;
    align-items: center;
    color: #00847a;
    background-color: transparent;
    border: none;
}
#top-header .top-header-button img{
    margin-right: 5px;
}
#top-header .account-buttons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#top-header .account-link{
    color: #00847a;
    margin-right: 15px;
}
#middle-header{
    padding: 30px 0 20px 0;
    margin-bottom: 30px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
}
#logo-header img{
    width: 100%;
    height: auto;
}
.logo-description{
    border-left: 2px solid #c1c1c1;
    padding-left: 20px;
}
.menu-top-desktop{
    /* display: none; */
    /* position: fixed; */
    /* top: 0;
    left: 0;
    right: 0;
    z-index: 1001; */
}
.menu-top-desktop.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}
#header .navbar-nav .dropdown-menu{
    background-color: #00847a;
    margin: 0;
    padding: 0;
    width: auto;
    border-radius: 0;
}
#header .offcanvas .dropdown-menu{
    background-color: #fff;
    width: 100%;
}
#header .navbar{
    background-color: #00847a;
    padding: 0;
}
#header .navbar a{
    padding: 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: lighter;
    transition: all .5s ease-in-out;
}
#header .navbar a:hover{
    background-color: #ef950b !important;
    color: #fff;
}

#header .navbar a.active{
    background-color: #0a988d;
    color: #fff;
}
#header .offcanvas .dropdown-menu{
    background-color: #fff;
    margin: 0;
    padding: 0;
}
#header .offcanvas a{
    padding: 18px 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: lighter;
    transition: all .5s ease-in-out;
    color: #0a988d;
    white-space: normal;
}
#header .offcanvas a:hover{
    background-color: #ef950b !important;
    color: #fff;
}
#header .offcanvas a.active{
    background-color: #0a988d;
    color: #fff;
}
#header .offcanvas .item-search{
    width: 100%;
}
#header{
    margin-bottom: 23px;
}
#header .callback-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#header .callback-header a{
    display: block;
    padding: 0 8px;
}
#header .callback-header a:first-child{
    padding-left: 0;
}
#header .callback-header a:last-child{
    padding-right: 0;
}
#header .callback-header a img{
    max-width: 36px;
}
#header .contacts-header a{
    color: #707070;
}
#header .contacts-header a.phone-link{
    font-size: 18px;
    color: #000;
    display: block;
}
#header .basket-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .basket-block img{
    margin-right: 18px;
}

.category-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 60px;
}
.category-list ul li{
    margin-bottom: 10px;
}
#modal-category .category-list ul li a{
    border: 1px solid #8e8e8e;
    margin-right: 0;
}
#modal-category .category-list ul li {
    margin-bottom: 25px;
}
.category-list ul li a{
    padding: 8px 10px;
    display: block;
    text-transform: uppercase;
    color: #373737;
    font-size: 18px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    margin-right: 10px;
}
.category-list ul li a.active,
.category-list ul li a:hover{
    border-color: #ef8f00;
}
.carousel-main{
    color: #fff;
}
.carousel-main .item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.carousel-main .carousel-main-block{
    padding: 76px 30px 30px 30px;
}
.carousel-main .carousel-main-block h2{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 25px;
}
.carousel-main .carousel-main-block h2 span:first-child{
    font-weight: bold;
}
.carousel-main .carousel-main-block p{
    font-size: 14px;
    font-weight: normal;
    width: 397px;
    max-width: 100%;
    margin-bottom: 50px;
}
.carousel-main .carousel-main-block a{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    padding: 9px 30px 10px 30px;
    color: #fff;
    border: 2px solid #ef8f00;
    border-radius: 5px;
}
.carousel-main .slick-dots{
    top: 25px;
    bottom: auto;
    left: 30px;
    width: auto;
}
.carousel-main .slick-dots li {
    width: 10px;
    height: 10px;
}
.carousel-main .slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: #ef8f00;
    border-radius: 50%;
    padding: 2px;
}
.carousel-main .slick-dots li button:before{
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #68564a;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.carousel-main .slick-dots li.slick-active button:before{
    opacity: 1;
}
.category-view-cont{
    min-height: 200px;
}
.category-link-block{
    position: relative;
    height: 151px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 151px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}
.category-link-block .category-link-image{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease-in-out;
}
.category-link-block:hover .category-link-image{
    transform: scale(1.2);
}
.category-link-block h3{
    background-color: #00847a;
    position: absolute;
    right: 0;
    bottom: 40px;
    padding: 10px 10px 10px 15px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 16px;
}
.category-link-block h3 span{
    display: block;
}
.category-link-block h3 span:last-child{
    color: #8cccc7;
    text-transform: uppercase;
}
#carousel-section{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.item-index #carousel-section .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.item-index #carousel-section{
    padding-top: 30px;
}
#new-and-hit.section-items-carousel{
    background-color: #f9f9f9;
    overflow: hidden;
}
.section-items-carousel{
    padding: 40px 0 34px 0;
}
.section-items-carousel .header-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.section-items-carousel .header-section h3{
    font-size: 24px;
    color: #484848;
    margin: 0;
}
.section-items-carousel .header-section a{
    font-size: 14px;
    color: #c3c3c3;
    margin: 0;
    border-bottom: 1px solid #c3c3c3;
}
.items-carousel .items-block{
    margin: 0 15px;
}
.items-block{
    position: relative;
    font-size: 18px;
    background-color: #fff;
    border: 3px solid #f9f9f9;
}
.items-block img{
    width: 100%;
    height: 250px;
    margin-bottom: 50px;
    object-fit: contain;
}
.items-block .items-block-content{
    padding: 0 14px 14px 18px;
}
.items-block .items-block-content .price-block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.items-block .items-block-content .price-block span{
    display: block;
    color: #b1b1b1;
    font-size: 14px;
    margin-bottom: 15px;
}
.items-block .items-block-content .price-block div:first-child{
    margin-right: 30px;
}
.items-block .items-block-content .price-block .opt span:last-child{
    color: #00847a;
    font-size: 19px;
    font-weight: bold;
}
.items-block .items-block-content .price-block .roznica span:last-child{
    color: #514b50;
    font-size: 16px;
}
.items-block .items-title,
.items-block .items-name{
    font-size: 14px;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.items-block .items-title{
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
    min-height: 51px;
}
.items-block .items-add-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #5f5f5f
}
.items-block .items-add-block .count-items span:last-child{
    color: #000000;
}
.items-block .items-add-block button{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    padding: 9px 30px 10px 30px;
    color: #35313f;
    border: 2px solid #e9d7c5;
    border-radius: 5px;
    background-color: transparent;
}
.items-carousel{
    margin: 0 -15px;
}
.items-carousel .slick-dots{
    bottom: -35px;
    right: 15px;
    width: auto;
}
.items-carousel .slick-dots li {
    width: 10px;
    height: 10px;
}
.items-carousel .slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: #a6acbc;
    border-radius: 50%;
    padding: 2px;
    transition: all .5s ease-in-out;
}
.items-carousel .slick-dots li button:before{
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.items-carousel .slick-dots li.slick-active button{
    background-color: #00847a;
}
.items-carousel .slick-dots li.slick-active button:before{
    background-color: #00847a;
}
#tabs-section{
    padding: 44px 0 33px 0;
}
#tabs-control{
    margin-bottom: 50px;
}
#tabs-section .nav-tabs{
    width: 100%;
    border: none;
    margin-bottom: 0;
}
#tabs-section .nav-tabs li{
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 24px;
    color: #00847a;
}
#tabs-section .nav-tabs li a{
    font-size: 24px;
    color: #c3c3c3;
    text-transform: uppercase;
    border: none;
    transition: all .5s ease-in-out;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
}
#tabs-section .nav-tabs li:last-child:after{
    content: '';
}
#tabs-section .nav-tabs li a.active,
#tabs-section .nav-tabs li a:hover{
    color: #000;
}
#tabs-section .nav-tabs li:after{
    content: '|';
}
#myTabContent{
    margin-bottom: 34px;
}
.banner-main{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.banner-main .close-banner{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.banner-main .close-banner img{
    width: 15px;
}
.banner-main a{
    display: block;
    padding: 19px 24px 12px 24px;
}
.banner-main .banner-content{
    color: #fff;
}
.banner-main .banner-content h3 span{
    display: block;
}
.banner-main .banner-content h3 span:first-child{
    font-size: 24px;
    margin-bottom: 15px;
}
.banner-main .banner-content h3 span:last-child{
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffe500;
}
.banner-main .banner-content p{
    font-size: 14px;
    margin-bottom: 0;
}
.banner-main .banner-attributes,
.banner-main .banner-price{
    padding-left: 20px;
}
.banner-main .banner-attribute{
    color: #6a6a6a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.banner-main .banner-attribute-img{
    min-width: 26px;
    text-align: center;
}
.banner-main .banner-attribute span{
    display: block;
    margin-left: 10px;
}
.banner-main .banner-price span{
    display: block;
    color: #000;
    line-height: 1;
}
.banner-main .banner-price span:first-child{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;

}
.banner-main .banner-price span:last-child{
    font-size: 12px;
    text-decoration: line-through;
	text-decoration-color: red;
}
#news-section{
    background-color: #f9f9f9;
}
#news-section{
    background-color: #f9f9f9;
    padding: 57px 0 51px 0;
}
#news-section .section-title h2{
    font-size: 24px;
    color: #484848;
    margin-bottom: 40px;
}
#news-section .section-title h2 span{
    color: #00847a;
}
#news-section .section-description{
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}
#news-section .section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}
#news-section .section-header span{
    font-size: 24px;
    color: #484848;
    text-transform: uppercase;
}
#news-section .section-header a{
    font-size: 14px;
    color: #c3c3c3;
    text-decoration: underline;
}
#news-section .news-block{
    background-color: #fff;
}
#news-section .news-block img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#news-section .news-block .news-content{
    font-size: 16px;
    padding: 0 14px 14px 19px;
}
#news-section .news-block time {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
#news-section .news-block .news-content h3{
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    min-height: 35px;
}
#news-section .news-block .news-content p{
    color: #000;
    margin-bottom: 25px;
}
#news-section .news-block .news-content p{
    color: #000;
    margin-bottom: 25px;
}
#news-section .links-news{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#news-section .links-news a.back{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
}
#news-section .links-news a.back img{
    width: auto;
    margin: 0 11px 0 0;
}
#news-section .links-news a.back img{
    width: auto;
    margin: 0 11px 0 0;
}
#news-section .links-news a.more{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    padding: 9px 30px 10px 30px;
    color: #35313f;
    border: 2px solid #e9d7c5;
    border-radius: 5px;
    background-color: transparent;
}
.news-block-title{
    padding: 10px;
    display: block;
    color: #373737;
    font-size: 24px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .5s ease-in-out;
}
.news-block-title:hover{
    color: #373737;
    border-color: #ef8f00;
}
#why-we{
    padding: 43px 0 45px 0;
}
.item-index #why-we{
    background-color: #f9f9f9;
}
#why-we .section-header h2{
    font-size: 24px;
    color: #484848;
    margin-bottom: 60px;
    text-transform: uppercase;
}
#why-we .why-we-block img{
    margin-bottom: 26px;
    max-width: 100px;
}
#why-we .why-we-block h3{
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 34px;
    text-transform: uppercase;
}
#why-we .why-we-block p{
    font-size: 16px;
    color: #000;
    margin-bottom: 34px;
}
#footer{
    background-color: #00847a;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 61px 0 47px 0;
}
#footer a{
    color: #fff;
}
#footer .footer-logo{
    color: #fff;
    margin-bottom: 36px;
}
.footer-date,
.footer-name{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.footer-name{
    margin-bottom: 37px;
}
.question-button{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    padding: 10px;
    color: #000;
    border: 2px solid #ef8f00;
    border-radius: 5px;
    background-color: transparent;
}
.item-additionally .question-button{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 9px 15px;
    text-align: center;
    border: none;
    background-color: #4cad1f;
    border-radius: 5px;
}
#footer .question-button{
    color: #fff;
    padding: 9px 30px 10px 30px;
}
.items-block .question-button{
    font-size: 14px;
    padding: 10px 15px;
    border: 2px solid #c1c1c1;
}
.footer-block .footer-block-title{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.footer-block .footer-menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-block .footer-menu .margin-b{
    margin-bottom: 36px;
}
.footer-block .footer-menu li a{
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 5px;
}
.footer-contacts span{
    display: block;
    margin-bottom: 5px;
}
.footer-contacts span.margin-b{
    margin-bottom: 36px;
    max-width: 205px;
    line-height: 1.5;
}
.footer-contacts a{
    display: block;
    margin-bottom: 5px;
}
#main nav ol.breadcrumb{
    margin-bottom: 36px;
}

#item-section .header-section h3{
    color: #484848;
    font-size: 24px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
#item-section .section-description p{
    color: #999999;
    font-size: 18px;
    margin-bottom: 55px;
}
#item-section .item-img-slider-for .item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#item-section .item-img-slider-for a{
    display: block;
    width: 100%;
}
#item-section .item-img-slider-for img{
    width: 100%;
    height: auto;
    /* max-width: 225px; */
    /* max-height: 250px; */
    border: 3px solid #f9f9f9;
}
#item-section .item-img-slider-nav img{
    width: auto;
    height: auto;
    max-height: 150px;
    border: 3px solid #f9f9f9;
}
.item-attributes{
    height: 245px;
    overflow: hidden;
    position: relative;
}
.height-auto{
    height: auto;
}
.item-attributes-slide{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background-color: #fff;
}
.item-attributes-slide button{
    background-color: transparent;
    border: none;
    color: #ef8f00;
    text-decoration: underline;
}
.item-attributes-title h3{
    color: #484848;
    font-size: 24px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.item-attributes .item-attribute-block{
    margin-bottom: 20px;
}
.item-attributes .item-attribute-block span{
    font-size: 18px;
}
.item-attributes .item-attribute-block span:first-child{
    color: #484848;
    font-weight: bold;
}
.item-attributes .item-attribute-block span:last-child{
    color: #8e8e8e;
}
#item-section .item-prices{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    /* margin-bottom: 50px; */
    margin-top: 40px;
}
#item-section .item-prices .opt span,
#item-section .item-prices .roznica span{
    display: block;
    font-size: 30px;
}
#item-section .item-prices .opt{
    margin-right: 42px;
}
#item-section .item-prices .opt span:first-child,
#item-section .item-prices .roznica span:first-child{
    color: #b1b1b1;
    margin-bottom: 10px;
}
#item-section .item-prices .opt span:last-child{
    color: #00847a;
    font-size: 30px;
}
/* #item-section .item-prices .roznica span:first-child{
    margin-bottom: 20px;
} */
#item-section .item-prices .roznica span:last-child{
    color: #514b50;
}
#item-section .item-sklad{
    font-size: 14px;
    color: #5f5f5f;
}
#item-section .item-sklad span:last-child{
    color: #000000;
}
#item-section .item-sklad span:last-child{
    color: #000000;
}
.item-tabs{
    padding-top: 48px;
}
.item-tabs .nav-tabs{
    border: none;
}
.item-tabs .nav-tabs .nav-link{
    color: #888888;
    font-size: 18px;
    padding: 9px 0;
    margin-right: 60px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #a5d68f;
    transition: all .5s ease-in-out;
    margin-bottom: 32px;
}
.item-tabs .nav-tabs .nav-link.active,
.item-tabs .nav-tabs .nav-link:hover{
    color: #484848;
    border-color: #4cad1f;
}
#itemTabContent{
    font-size: 18px;
    color: #000;
}
#item-section .add-block{
    padding-top: 48px;
}
#item-section .add-block .count-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    font-size: 18px;
}
#item-section .count-item .count-minus,
#item-section .count-item .count-plus{
    display: block;
    padding: 13px 29px;
    color: #1f1f1f;
    border: 2px solid #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
}
#item-section .add-block .add_item{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 9px 15px;
    text-align: center;
    border: none;
    background-color: #4cad1f;
    border-radius: 5px;
}
.page-content .section-title {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-content .section-title h2{
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 24px;
}
.page-content .section-description p{
    font-size: 18px;
    color: #000;
    margin-bottom: 67px;
}
.page-content .description-content{
    font-size: 18px;
    color: #000;
    margin-bottom: 67px;
}

.page-content table tbody td {
    border-width: 1px;
    text-align: center;
    vertical-align: middle;
}
.page-content table tbody td p{
    margin-bottom: 0;
}
.category-index .header-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 43px;
    margin-bottom: 47px;
}
.category-index .header-section h3{
    color: #b9bab9;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
}
.category-index .header-section a{
    color: #ef8f00;
    text-decoration: underline;
}
#category-section .items-block{
    margin-bottom: 25px;
}
#tabs-section .items-block{
    margin-bottom: 25px;
}

.page-index img{
    display: block;
    padding: 10px;
    width: 100%;
    height: auto;
}
.page-index table{
    width: 100% !important;
}
#reviews-section .btn-reviews-modal{
    background-color: #00847a;
    color: #fff;
    font-size: 18px;
    margin: 10px;
}
#reviews-section .review-block{
    margin-bottom: 15px;
}
#reviews-section .review-block time{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

#middle-header .item-time{
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
#middle-header .item-time span{
    display: block;
}

.item-search{
    width: 100%;
    max-width: 100%;
}
.menu-top-desktop .item-search{
    width: 180px;
}
.item-search form{
    position: relative;
}
.item-search button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.item-search button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 2;
}
.item-search form input{
    padding-right: 30px;
    opacity: 1;
    transition: all .5s ease-in-out;
}
div.search-input{
    opacity: 1;
}
.item-search .search-input{
    display: none;
    border: 2px solid #bee0fd;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
    z-index: 1000;
}
.item-search .search-input .search-list-ul{
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}
.item-search .search-input .search-list-ul li a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000 !important;
    padding: 5px !important;
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    transition: all .5s ease-in-out;
    text-transform: none !important;
}
.item-search .search-input .search-list-ul li a:hover{
    background-color: #00847a;
    color: #fff !important;
}
#page-section .section-title h2{
    margin-bottom: 30px;
}
#about #page-section{
    padding-bottom: 36px;
}

#about #page-section-2{
    background-color: #f9f9f9;
    padding: 34px 0 40px 0;
    font-size: 18px;
    color: #000;
}
#about #page-section-2 b{
    color: #000;
}
.contacts-row{
    margin-bottom: 60px;
}
.contacts-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 20px;
}
.contacts-block img{
    margin-bottom: 40px;
    /* min-height: 100px; */
}
.contacts-block h3{
    font-size: 18px;
    color: #444b54;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}
.contacts-block p{
    font-size: 18px;
    color: #000;
    margin: 0;
}
.contacts-block a{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.contacts-block a:last-child{
    margin-bottom: 0;
}
#page-section-form{
    background-color: #f9f9f9;
    padding: 46px 0 34px 0;
}
.my-form label{
    font-size: 14px;
    margin-bottom: 16px;
    color: #459c88;
}
.form-check{
    margin-top: 10px;
}
.my-form .form-check-label{
    color: #000;
    margin-bottom: 0;
}
.my-form .form-check-input{
    padding: 0;
}
.my-form a{
    color: #00847a;
}
.my-form input,
.my-form textarea{
    padding: 18px 27px;
    border:  1px solid #dbdbdb;
    font-size: 18px;
    margin-bottom: 34px;
}
.my-form input,
.my-form textarea{
    padding: 18px 27px;
    border:  1px solid #dbdbdb;
    font-size: 18px;
    margin-bottom: 34px;
}
.my-form input::placeholder,
.my-form textarea::placeholder{
    color: #d8d8d8;
}
.my-form .my-form-submit{
    background-color: #459c88;
    padding: 18px 50px;
    min-width: 262px;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}
.contacts-index #news-section{
    background-color: #fff;
}
.page-map{
    margin-bottom: 34px;
}
#redact{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#redact h5{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #ef8f00;
}
#modal-callback .modal-header{
    align-items: flex-start;
    background-color: #00847a;
    color: #fff;
    padding: 17px 17px 21px 17px;
}
#modal-callback .modal-header img{
    max-width: 60px;
    margin-bottom: 20px;
}
#modal-callback .modal-header h5{
    font-size: 18px;
    margin-bottom: 10px;
}
#modal-callback .modal-header p{
    font-size: 14px;
    color: #66c3bc;
    margin: 0;
}
#modal-callback .modal-header .btn-close{
    opacity: 1;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
}
#modal-callback .modal-header .btn-close img{
    margin: 0;
}
#modal-callback .modal-content{
    background-color: #ececec;
}
#modal-callback form label{
    color: #000;
    margin-bottom: 14px;
}
#modal-callback form input[type="text"]{
    padding: 11px 15px;
    color: #000;
    border: 2px solid #d6d4d2;
    font-size: 14px;
    margin-bottom: 9px;
    text-align: center;
}
#modal-callback button[type="submit"]{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #ef8f00;
    font-size: 14px;
    padding: 11px;
    text-align: center;
    border: none;
}
#modal-callback form input::placeholder{
    color: #979797;
}
#modal-callback .form-check a{
    color: #00847a;
}
.logo-description .description-1{
    margin-bottom: 10px;
}
.logo-description .description-4{
    display: none;
}
.logo-description .description-2 span:first-child{
    display: block;
}
.filter-product select{
    padding: 5px 20px 5px 10px;
    border: 2px solid #e9d7c5;
    border-radius: 5px;
}
.section-items-carousel{
    overflow: hidden;
}
.menu-top-desktop .open-cart{
    padding: 0 10px 0 0 !important;
}
.menu-top-desktop .basket-block .basket-icon{
    display: none !important;
}
#botom-panel{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
}
#botom-panel a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 10px;
    line-height: 1;
    color: #4a4a4a;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
#botom-panel a span:first-child{
    margin-bottom: 10px;
}
#botom-panel a svg{
    fill: #00847a;
}
#botom-panel .basket-icon{
    display: none !important;
}
.machine-img{
    display: none !important;
}
.modal-cookie{
    overflow: scroll !important;
    padding-right: 0 !important;
}
#modal-cookie{
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 0 !important;
    display: none;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
#modal-cookie .modal-dialog{
    max-width: 100%;
    width: 100%;
    margin: 0;
    bottom: 0;
}
#modal-cookie .modal-body{
    padding: 5px;
}
#modal-cookie .modal-body p{
    font-size: 14px;
    margin: 0;
}
#modal-cookie .modal-body button{
    font-size: 14px;
    margin: 5px 5px 0 0;
    padding: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
    color: #000;
    transition: all .5s ease-in-out;
}
#modal-cookie .modal-body button#cookie-success {
    color: #198754;
}
#modal-cookie .modal-body button#cookie-close {
    color: #dc3545
}
/* Other */
@media(max-width: 1400px) {
    #item-section .item-prices .opt span:last-child, #item-section .item-prices .roznica span:last-child{
        font-size: 25px;
    }
}
@media(max-width:767px) {
    #middle-header .item-time{
        border-top: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
    }
    #modal-category .container,
    #modal-category .modal-body{
        padding: 0;
    }
    #modal-category .category-list ul li a{
        font-size: 16px;
        padding: 0;
        /* word-break: break-all; */
    }
    #modal-category .category-list ul li a img{
        margin-bottom: 0;
        border-radius: 5px;
        height: 125px;
        object-fit: cover;
    }
    #modal-category .category-list ul li a span{
        padding: 5px;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .page-index img{
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    #chatra.chatra--pos-right{
        right: 10px !important;
    }
    #chatra.chatra--side-bottom {
        bottom: 90px !important;
    }
    #botom-panel{
        display: flex;
    }
    .machine-img{
        padding-top: 20px;
        text-align: right;
        padding-left: 30px;
    }
    .machine-img img{
        width: 100%;
        height: auto;
    }
    .banner-main a{
        padding: 0;
    }
    .banner-main .banner-content{
        color: #fff;
        background-color: #00847a;
        padding: 19px 24px 12px 24px;
    }
    .banner-attributes{
        padding: 19px 24px 12px 24px;
    }
    .banner-price{
        padding: 0 24px 12px 24px;
    }
    #footer .question-button{
        margin-bottom: 30px;
    }
    .mobile-footer .footer-block .footer-menu li a{
        margin-bottom: 10px;
    }
    .mobile-footer{
        text-align: center;
    }
    .mobile-footer .footer-contacts span.margin-b{
        margin: 0 auto 36px auto;
    }
    .mobile-footer .footer-block-content{
        display: none;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .mobile-footer .footer-block .footer-block-title{
        display: block;
        margin-bottom: 10px;
    }
    .mobile-footer .footer-block .footer-menu .margin-b {
        margin-bottom: 0;
    }
    .cart-and-mobile-search{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #middle-header .open-cart{
        width: 50%;
    }
    #middle-header .item-search {
        width: 50%;
        margin-left: 20px;
    }
    .menu-top-desktop .navbar-button-container .item-search{
        display: block;
        width: 150px;
    }
    .menu-top-desktop .navbar-button-container{
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .navbar .item-search{
        display: none;
    }
    #why-we .why-we-img{
        text-align: center;
    }
    #why-we .why-we-img img{
        max-width: 60px;
    }
    #middle-header{
        box-shadow: none;
        margin-bottom: 0;
    }
    #header .navbar a:hover{
        background-color: #0a988d;
    }
    #header .navbar .container{
        padding: 0;
    }
    .menu-top-desktop .navbar-button-container .navbar-toggler{
        width: 67px !important;
    }
    #header .navbar-button-container .navbar-toggler{
        width: 50%;
        border: none;
        padding: 18px 20px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: lighter;
        box-shadow: none;
        text-align: left;
    }
    #header .navbar-button-container button.сatalog-link{
        display: block;
        background-color: #ef950b;
        width: 50%;
        border: none;
        padding: 18px 30px;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: lighter;
        text-align: center;
    }
    #modal-category .modal-header{
        border: none;
    }
    #modal-category .btn-close{
        display: block;
        width: auto;
        background: transparent;
        color: #ef950b;
    }
    #modal-category  .category-list ul{
        padding: 0;
    }
    #header .navbar a:hover {
        background-color: #ef950b !important;
    }
    #left-block{
        display: none;
    }
    #logo-header,
    .logo-description{
        text-align: center;
    }
    #logo-header img{
        max-width: 100px;
    }
    .logo-description{
        border-left: none;
        border-top: 1px solid #c1c1c1;
        padding: 10px 0;
    }
    .logo-description .description-1{
        display: none;
    }
    .logo-description .description-2 span:first-child{
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .logo-description .description-2 span:last-child{
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        color: #ef8f00;
    }
    .logo-description .description-4{
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }
    #header .callback-header{
        justify-content: center;
        margin-bottom: 15px;
    }
    .contacts-header a{
        display: block;
    }
    .contacts-header{
        padding-bottom: 10px;
    }
    .category-link-cont{
        margin-bottom: 30px;
    }
    .section-items-carousel .header-section,
    .category-index .header-section,
    .page-content .section-title{
        display: block;
    }
    .section-items-carousel .header-section h3,
    .page-content .section-title h2,
    .category-index .header-section h3,
    .category-index .header-section a{
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
        line-height: 1;
    }
    .section-items-carousel .header-section a{
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0 !important;
        line-height: 1;
    }
    #tabs-section .nav-tabs li a{
        padding: 0;
    }
    .section-items-carousel .header-section h3 {
        font-size: 20px;
    }
    .carousel-main .carousel-main-block h2 {
        font-size: 24px;
    }
    #tabs-section .nav-tabs li:after{
        display: none;
    }
    #tabs-section .nav-link{
        margin-bottom: 10px;
    }
    .banner-main{
        background-image: none !important;
        background-color: #f9f9f9;
    }
    .banner-main .banner-content p{
        margin-bottom: 10px;
    }
    .item-attributes .item-attribute-block span:first-child{
        display: block;
        margin-bottom: 10px;
    }
}
@media(max-width:767px) {
    .page-content table tbody td {
        font-size: 12px;
    }
}
