@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
html {
	height:100%;
}
body {
    background: #fff;	
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #333;
	margin: 0;
	height: 100%;
	line-height: 1.2; 
}
* {
    outline: 0 none;
  /*  transition: all 0.5s ease 0s;*/
}

a {
    color: #b8fc00; 
	text-decoration:none;
	outline: 0 none !important;
}
a:focus,a:hover{
    color: #b8fc00;
	text-decoration:underline
}
img {
    max-width: 100%;
}
div#disform {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -11px;
    right: -11px;
    cursor: pointer;
}
#formbox.dissed #blackform {
  display: none;
}
#formbox.dissed .container {
    min-height: 363px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../img/formbg.jpg) no-repeat scroll center top;
}

.h1,h1{font-size: 40px;
    font-weight: bold;}
.h2,h2{font-size:24px}
.h3,h3{font-size:24px}
.h4,h4{font-size:23px}
.h5,h5{font-size:18px}
.h6,h6{font-size:16px}
p{margin:0 0 12.5px} 

.no-gut {
	margin: 0;
}
.no-gut > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.eightpxrow {
	margin: 0 -8px;
}
.eightpxrow > [class*='col-'] {
    padding-right: 8px; 
    padding-left: 8px;
}
.galrow {
	margin: 0 -7px;
}
.galrow > [class*='col-'] {
    padding-right: 7px; 
    padding-left: 7px;
}
#header {
    padding: 0;
}
#firstscreen {
    background: #e9e8e8 url(../img/firstScreenLong.jpg) no-repeat scroll top center;
    min-height: 528px;
}
.notmain #firstscreen {
        background: #e9e8e8 url(../img/shorttop.jpg) no-repeat scroll top center;
        min-height: 302px;
}
.notmain #logorow p {
    text-align: center;
    margin: -30px 0 25px 0;
}
.notmain #logorow p img {
    max-width: 360px;
}
.page-header {
    text-align: center;
    font-weight: bold;
    margin: 50px 0 20px 0;
    font-size: 36px;
    padding: 0;
    border: 0;
}
.navbar {
    padding: 20px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #ededeb;
    font-size: 12px;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    height: 24px;
    line-height: 34px;   
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
    height: 24px;
    line-height: 24px;   
    padding: 0 20px 0 0;
}
.navbar-nav .current > .nav-link, .navbar-nav .nav-link:hover {
    color: #b8fc00;
} 
.flexcolba{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.flexcolba > div {
    display: flex;
}
.flexcolba > div:first-child > div {
    margin: 25px 0 0 0;
}
.instabox p {
    margin: 0 10px 10px 0;
}
.mailbox p {
    margin: 0 10px 10px 0;
    padding: 0 0 0 25px;   
    background: url(../img/mail-ic.png) no-repeat scroll left bottom;   
}
.mailbox p a {
    color: #ededeb;
    font-size: 14px;
}
.telsbox p {
    margin: 0 0 0 9px;
    padding: 0 0 0 20px;   
}
.telsbox p:first-child {
    background: url(../img/tel-ic.png) no-repeat scroll left 2px;   
}
.telsbox p a {
    color: #ededeb;
    font-size: 18px; 
    font-weight: 500;
}
#cartlink {
    background: url(../img/cart-mod-ic.png) no-repeat scroll left 8px;
    color: #ededeb;
    font-size: 12px;
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 18px;
}
#count_product {
    color: #666666;
    text-align: center;
    border-radius: 40px;
    background-color: #b8fc00;
    padding: 2px 5px;
    font-size: 10px;
}
#cartlinetwo {
    margin: 0 0 0 20px;
}
#logorow p {
    text-align: center;
    margin: 0 0 55px 0;
}
body #boxplus .boxplus-viewer { 
    width: auto;
}  
#boxplus {
	max-width: 100%;
	overflow: hidden !important;
}
.boxplus-text {
	display: none !important;
}
#topcats {
    max-width: 750px;
    margin: 0 auto;
}
.topcat {
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    max-width: 177px;
    position: relative;
}
.topcat:hover {
    background-color: #b8fc00;
}
.topcat h2 {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.topcat h2 a {
    text-transform: uppercase;
    color: #46494e;
    text-align: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    text-decoration: none;
    bottom: 0;
    justify-content: center;
    align-items: flex-end;
    padding: 9px;
    font-weight: 600;
    z-index: 0;
}
/*.topcat h2 a::after {
    background: url(../img/limefon.png) repeat scroll;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
} */
#dropcatswrap, #header .item-111 #dropcats {
    display: none;
}
#dropcats {
    background-color: #e9e8e8;
    padding: 20px 10px 20px 10px;
    margin: 0;
    position: absolute;
    min-width: 200px;
    z-index: 99;
}
#dropcats ul {
    margin: 0;
    padding: 0;
}
#dropcats li {
    list-style: none;
}
#dropcats > li > .categ-item a {
    line-height: normal;
    display: block;
    text-transform: uppercase;
    padding: 7px 5px 5px 10px;
    color: #46494e;
    font-weight: bold;
    font-size: 12px;
}
#dropcats > li li .categ-item a {
    line-height: normal;
    text-transform: none;
    display: block;
    padding: 3px 0 3px 10px;
    position: relative;
    margin: 0 0 0 13px;
    color: #46494e;
    font-weight: bold;
    font-size: 12px;
}
#dropcats > li li .categ-item a::after {
    content: '-';
    width: 15px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
}
#dropcats > li {
    border-bottom: 2px solid #d1d2d5;

}
#dropcats  li.current {
    background-color: #333333;

}
#dropcats  li.current li a {
    color: #fff;
}
#dropcats  li.current > .categ-item a {

    color: #b8fc00; 
}
#header .item-111 {
    position: relative;
}
#header .item-111 > a::after {
    content: '';
    top: 9px;
    right: 14px;
    border-top: 1px solid #b8fc00;
    border-right: 1px solid #b8fc00;
    padding: 4px;
    position: absolute;
    transform: rotate(-225deg);
}
#header .item-111 > a {
    position: relative;
}
.scrollsect {
    background-color: #e9e8e8;
    overflow: hidden;
    padding: 0 0 25px 0;
}
.page-header {
    margin: 48px 0 40px 0;
    text-align: center;
    border: 0 none;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.page-header span {
    position: relative;
    padding: 0 30px;
}
.page-header span::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 49%;
    height: 2px;
    width: 700px;
    background-color: #d1d2d5;
}
.page-header span::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 49%;
    height: 2px;
    width: 700px;
    background-color: #d1d2d5;
}
.block-product {
    max-width: 255px;
    min-height: 334px;
    margin: 0 auto 30px auto;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    text-align: center;
    opacity: 1;
}
.carousel-control-prev {
    background: url(../img/slideprev.png) no-repeat scroll center 35%;
    left: -50px;
}
.carousel-control-next {
    background: url(../img/slidenext.png) no-repeat scroll center 35%;   
    right: -50px;
}
.carousel-control-next:hover {
    background: url(../img/slidenext-ac.png) no-repeat scroll center 35%; 
}
.carousel-control-prev:hover {
    background: url(../img/slideprev-ac.png) no-repeat scroll center 35%;
}

#imgalist .carousel-control-prev {
    background: url(../img/slideprev.png) no-repeat scroll center 45%;
    left: 10px;
}
#imgalist .carousel-control-next {
    background: url(../img/slidenext.png) no-repeat scroll center 45%;   
    right: 10px;
}
#imgalist .carousel-control-next:hover {
    background: url(../img/slidenext-ac.png) no-repeat scroll center 45%; 
}
#imgalist .carousel-control-prev:hover {
    background: url(../img/slideprev-ac.png) no-repeat scroll center 45%;
}

.prod_info {
    background: url(../img/tocartbtn.png) no-repeat scroll top 11px right 10px;
    display: block;
    padding: 12px 53px 7px 10px;
    margin: 1px 0 0 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;  
}
.block-product:hover .prod_info {
    background: #333333 url(../img/tocartbtnhov.png) no-repeat scroll top 11px right 10px;
    text-decoration: none;  
    color: #fff; 
}
.btn-buy {
    color: #b8fc00;
    text-transform: uppercase;
    font-size: 18px;
    background: #333333 url(../img/tocartbtnhov.png) no-repeat scroll top 8px right 40px;
    font-weight: 500;
    width: 260px;
    height: 55px;
    border: 0 none;
    cursor: pointer;
    margin: 17px 0;  
}
.block-product:hover .prod_price {
    color: #fff;  
}
.prod_name {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    min-height: 32px;
    align-items: center;	
}
.prod_price {
    background: url(../img/icon_rubl.png) no-repeat scroll center right;
    color: #666666;
    padding: 0 15px 0 0;
    margin: 5px 0;
    font-weight: 500;
}
.prod_info span {
    display: inline-flex;
}
.carousel-indicators {
    bottom: -10px;
}
.carousel-indicators li {
    background-color: #666666;
}
.carousel-indicators li.active {
    background-color: #b8fc00;
}
.prod_image {
    position: relative;
}
.product_label {
    position: absolute;
    top: -5px;
    left: 20px;
}
#formbox {
    background-color: #fff;

}
#formbox .container {
    min-height: 363px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../img/formbg.jpg) no-repeat scroll left top;  
}
#blackform {
    margin: 25px 0;
    padding: 14px;
    background-color: #333;
    color: #fff;
}
.conshead p:first-child {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: bold;
}
.conshead p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
#blackform .inputbox {
    height: 50px;
    line-height: 50px;
    border: 2px solid #ccc;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    background-color: transparent;
    margin: 0 0 20px 0;
    color: #fff;
}
#blackform .inputbox::placeholder {
    color: #ccc;
}
#consub100 {
    border: 0 none;
    background: #b8fc00 url(../img/telbtn.png) no-repeat scroll top 7px right 8px;
    width: 264px;
    height: 50px;
    line-height: 54px;
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 0 50px 0 11px;
    display: block;
    margin: 0 auto 15px auto;
    text-transform: uppercase;
    cursor: pointer;
}
#blackform > p {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 15px 0;
}
#blackform > p a {
    font-weight: bold;
    color: #fff;
}
#blackform > p a[href*="whatsapp"] {
    margin: 0 15px 0 0;
    padding: 0 13px 0 0;
    border-right: 2px solid #fff;
}
.location p {
    background: url(../img/loc-icon.png) no-repeat scroll top left;   
    padding: 0 0 0 25px;
    margin: 0;
    font-size: 14px;
}
#footconts {
    display: block;
    flex-direction: column;
    max-width: 186px;
    margin: 25px 0 15px auto;
}
footer .telsbox p {
    padding: 0 0 0 20px;
    margin: 0;
}
footer {
    background: url(../img/footer-bg.jpg) repeat scroll top center; 
    color: #fff; 
}
#footmenu ul {
    margin: 25px 0 15px 0;
}
#footmenu .nav-link {
    color: #ededeb;
    font-size: 12px;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    height: 24px;
    line-height: 34px;
}
#footmenu li:first-child {
    display: none;
}
#footmenu .nav-link:hover, #footmenu .active .nav-link {
    color: #b8fc00;
}
footer .logobox {
    max-width: 240px;
    margin: 25px auto;
}
#botrow {
    border-top: 2px solid #d1d2d5;
    padding-top: 5px;
    text-align: center;
    color: #cccccc;
}
#botrow a {
    color: #cccccc;
    font-size: 12px;
}
#botrow p:last-child {
    font-size: 12px;
    text-transform: uppercase;
}
#main {
    background-color: #e9e8e8;
    padding-bottom: 30px;
}
#main .container {
    padding-bottom: 30px;
    border-bottom: 2px solid #ccc;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    color: #ccc;   
    font-size: 12px;
}
.breadcrumb a {
    color: #ccc;
    margin: 0 15px 0 0;
    text-decoration: none;
    position: relative;
}
.breadcrumb a:hover {
    color: #b8fc00;
}
.breadcrumb a::after {
    padding: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: '';
    position: absolute;
    transform: rotate(45deg);
    right: -9px;
    top: 4px;
}
#articleBody h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}
#articleBody h3 img {
    vertical-align: text-bottom;
}
#mapbox {
    border: 1px solid #ccc;
    height: 302px;
}
#contpagebox {
    background-color: #fff;
    min-height: 240px;
    padding: 30px ;
    color: #333;
    font-weight: bold;
    margin: 30px 0;
}
#contpagebox a {
    color: #333;
    font-weight: bold;  
}
#contpagebox .telsbox, #contpagebox .mailbox, #contpagebox .location {
    margin: 0 0 20px 0;
}
#contpagebox .telsbox p {
    margin: 0;
    padding: 0 0 0 20px;
}
#contpagebox .telsbox p a {
    font-size: 14px;
}
.thank {
    text-align: center;
    font-size: 18px;
    margin: 30px;
    color: #fff;
}
#blackform label.error {
    display: none !important;
}
#blackform .inputbox.error {
    background-color: #fbe8e8; 
}
.pagination {
    justify-content: center;
}
.pagination a {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 5px;
}
.pagination .disabled a, .pagination .active a {
    color: #ccc;
}
#list_product_image_middle {
    display: block;
}
#list_product_image_middle img{
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #333;
    background-color: transparent;
    border-color: #ccc #ccc #e9e8e8 #ccc;
}
.nav-tabs .nav-link {
    border: 1px solid #cccccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #cccccc;
    margin: 0 5px 0 0;
    color: #333;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.tab-content {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.btn-primary {
    margin: 15px 0;
}
header .navbar-toggler {
    color: #b8fc00 !important;
    font-size: 12px;
}
@media (max-width: 768px) {
    header .instabox {
        margin: 25px 0 0 0;
        width: 25px;
    }
    header .mailbox p a {
        color: #ededeb;
        font-size: 14px;
        text-indent: -1000px;
        display: block;
    }   
    header .telsbox p a {
        font-size: 16px;
    }
    #logorow img {
        max-width: 200px;
    }
    .topcat {
        margin: 0 auto 14px auto;
    }  
    #logorow p {
        margin: 0 0 25px 0;
    } 
    .notmain #logorow p img {
        max-width: 200px;
    }      
    .notmain #firstscreen {
        min-height: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #ededeb;
        font-size: 12px;
        padding: 0 30px 0 0;
        text-transform: none;
        height: auto;
        line-height: normal;
        margin: 0 0 10px 0;
    }    
    #header .item-111 > a::after {
        top: 1px;
    }   
    .page-header span {
        position: relative;
        padding: 0 10px;
    }
    .page-header {
        margin: 30px 0 20px 0;
        text-align: center;
        border: 0 none;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
    }
    .carousel-control-prev {
        left: 0;
    }  
    .carousel-control-next {
        right: 0;
    }  
    footer {galist
        background-size: cover;
    }            
} 
@media (max-width: 480px) {

}
@media (min-width: 769px) and (max-width: 1123px) {
 
}