/*
Theme Name: STO MD
Author: GrandLeo
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stomd
*/

/* Main */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
  }

a {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 15px 55px;
    font-size: 1rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: #000;
    background-color: #fad020;
    border-radius: 24px;
    border: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none!important;
}
a:hover, a:focus, a:active {
    color: #fad020;
    text-decoration: none;
    outline: 0;
}
button:focus {
    outline: 1px dotted;
}
.lazyYT-container .html5-info-bar {
    display: none;
}
.slick-slide{
	margin: 0 7.5px;
}
.product-layout {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px solid #ffd93c;
}
.product-layout .image a{
    display: inline-block;
}
.slick_product_carousel{
	margin-top: 30px;
}
.slick-prev:before, .slick-next:before {
	font-size: 26px;
    color: #000;
}
.slick-slide img {
   width: 100%;
}
.i-facade {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 37px;
    height: 35px;
    background: url('images/facade.png');
}
.i-interior {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 35px;
    height: 33px;
    background: url('images/interior.png');
}
.materials_head{
	margin: 20px 0;
}
.materials_title{
    text-align: center;
    display: block;
}
/* Header */
.top-line{
    padding-top: 25px;
    padding-bottom: 15px;
}
.top-line .phone{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
}
.top-line .phone:hover,
.top-line .phone:focus{
    color: #fad020;
    text-decoration: none;
}
.top-line .phone i{
    color: #fad020;
}
.top-line .contact{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
}
nav.navbar{
    font-size: 1.063rem;
    padding: 0rem 1rem;
    box-shadow: 0 1px 18px rgba(0,0,0,0.16);
}
nav.navbar-light .navbar-nav .nav-link {
    color: #1e1e1e;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fad020;
}
.nav-link {
    padding: 1.2rem 1rem;
}
.dropdown-menu {
    top: 95%;
	border-radius: 0;
	padding: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #fad020;
}
a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:active {
    color: #000;
    background-color: #fad020;
}
.bg-light {
    background-color: #f6f6f6!important;
}
.us-cart-img {
    position: relative;
    margin-right: 10px;
    border: 0;
    background: transparent;
    padding: 0;
}
.search_menu{
	box-shadow: none !important;
}
.is-menu.full-width-menu form, .is-menu.sliding form {
    z-index: 1021 !important;
}
.is-form-style input.is-search-submit{
	color: #000 !important;
    background-color: #fad020 !important;
}
.header-cart-index {
    position: absolute;
    top: -10px;
    left: 23px;
    min-width: 20px;
    height: 20px;
    background: #fad020;
    border-radius: 100%;
    color: #fff;
    font-size: 0.813rem;
    line-height: 20px;
    text-align: center;
    transition: background .15s ease .05s;
    font-weight: 400;
    padding: 0 4px;
    display: inline-block;
}
a.us-cart-link{
    font-size: 1.063rem;
    line-height: 0.9rem;
}
a.us-cart-link:hover,
a.us-cart-link:focus{
    color: #fad020;
    text-decoration: none;
}
.smart-basket__min{
    border: 0px;
    background: transparent;
    padding: 0;
    position: relative;
}
.smart-basket__min-icon{
	width: 30px;
}
.smart-basket__min-count{
	display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
    background-color: #fad020;
    border-radius: 50%;
	position: absolute;
	top: -12px;
    right: -12px;
}
/* Footer */
.main-footer {
    padding: 37px 0 45px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
}

.footer-nav__title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-nav__item {
    font-size: .875rem;
    margin-bottom: 7px;
}
/* Main content*/
.main-content{
    padding-bottom: 30px;
    border-top: 2px solid #ffd93c;
}
.breadcrumb {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0rem;
    padding: 0.75rem 0.5rem;
}
.news-date {
    padding: 2px 5px 0 5px;
    border: 2px solid #fdcd01;
    margin-bottom: 10px;
    display: inline-block;
}
/* Section */
section {
    position: relative;
    padding: 75px 0;
}
.s-gray {
    background-color: #f6f6f6;
}
.section-title {
    margin-bottom: 64px;
    font-weight: 700;
    color: #1e1e1e;
    text-align: center;
}
.section-title__small {
    font-weight: 300;
}
/* Section About */
.s-about-us {
    padding-top: 20px;
}
.about-us {
    padding-top: 37px;
}
.about-us .logo-big {
    margin-right: 30px;
	    height: 46px;
}
.logo-big {
     float: right;
  margin-bottom: 10px;
  text-align: center;
  display: inherit;
}
}
.about-us__txt {
    margin: 50px 0 34px;
    font-size: 1.125rem;
    line-height: 28px;
    color: #1e1e1e;
}
.row-link {
    display: inline-block;
    margin-left: 15px;
    padding: 14px 20px;
    background-color: #f6f6f6;
    border-radius: 26px;
}
.row-link a {
    display: inline-block;
    margin-right: 11px;
    font-size: 1.0625rem;
    font-weight: 500;
}
.product-nav {
    padding-left: 43px;
    border-left: 12px solid #f6f6f6;
}
.product-nav__title {
    display: block;
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 22px;
    font-weight: 700;
}
.product-nav__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product-nav__item {
    margin-bottom: 15px;
    font-size: 1.0625rem;
    font-weight: 400;
}
/* Section Innovation */
.product-carousel {
    position: relative;
}
.s-innovation-slick-carousel__img {
    margin-bottom: 30px;
    text-align: center;
    height: 383px;
    line-height: 383px;
    -webkit-transition: all .50s ease;
    transition: all .50s ease;
    background: transparent center center/cover no-repeat;
    position: relative;
}
.s-innovation-slick-carousel__img img {
    display: inline-block;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}
.s-innovation-slick-carousel__img--bg-1 {
    background-image: url(images/bg-1.png);
}
.s-innovation-slick-carousel__img--bg-2 {
    background-image: url(images/bg-2.png);
}
.s-innovation-slick-carousel__img--bg-climas {
    background-image: url(images/climassan_bg_small.png);
}
.s-innovation-slick-carousel__img--bg-3 {
    background-image: url(images/bg-3.png);
}
.s-innovation-slick-carousel__img--bg-4 {
    background-image: url(images/bg-4.png);
}
.s-innovation-slick-carousel__img--bg-armat {
    background-image: url(images/stoArmat_bg_small.png);
}
.s-innovation-slick-carousel__item{
    margin-top: 20px;
    padding: 0 7px;
    text-align: center;
    outline: 0;
}
.s-innovation-slick-carousel__item.slick-center .s-innovation-slick-carousel__img {
    height: 424px;
    margin-bottom: 43px;
    -webkit-transition: all .50s ease;
    transition: all .50s ease;
}
.s-innovation-carousel__title{
	margin-bottom: 12px;
    font-weight: 500;
    font-size: 1.1875rem;
}
.s-innovation-carousel{
	font-size: 1.0625rem;
}
/* Section Leader */
.s-leaders {
    background: url(images/pyramid.png) center 250px no-repeat;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon-flag {
    background-image: url(images/sprite.png);
    background-position: 0 0;
    width: 112px;
    height: 108px;
}
.leader {
    position: relative;
    margin: 20px 0 50px;
    min-height: 89px;
    font-weight: 500;
}
.leader--right {
    padding-right: 130px;
    text-align: right;
}
.leader--left {
    padding-left: 130px;
    text-align: left;
}
.leader__txt {
    display: inline-block;
    vertical-align: top;
    max-width: 83%;
    font-size: 1.125rem;
}
.leader--right .leader__txt {
    margin-right: 25px;
}
.leader--left .leader__txt {
    margin-left: 25px;
}
.leader__number {
    position: relative;
    top: -4px;
    font-size: 1.25rem;
    color: #1e1e1e;
}
.leader__number::after {
    position: absolute;
    content: '';
    bottom: -13px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 6px;
    background-color: #fad020;
}
.leader__icon {
    position: absolute;
    top: -12px;
    min-width: 108px;
}
.leader--right .leader__icon {
    right: 0;
}
.leader--left .leader__icon {
    left: 0;
}
.leader__icon::after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-adv-1, .leader__icon--1::after {
    background-image: url(images/sprite.png);
    background-position: -362px -193px;
    width: 63px;
    height: 87px;
}
.icon-adv-2, .leader__icon--2::after {
    background-image: url(images/sprite.png);
    background-position: 0 -318px;
    width: 59px;
    height: 87px;
}
.icon-adv-3, .leader__icon--3::after {
    background-image: url(images/sprite.png);
    background-position: -116px -123px;
    width: 91px;
    height: 86px;
}
.icon-adv-4, .leader__icon--4::after {
    background-image: url(images/sprite.png);
    background-position: -250px -104px;
    width: 92px;
    height: 86px;
}
.icon-adv-5, .leader__icon--5::after {
    background-image: url(images/sprite.png);
    background-position: -127px 0;
    width: 108px;
    height: 87px;
}
.icon-adv-6, .leader__icon--6::after {
    background-image: url(images/sprite.png);
    background-position: 0 -123px;
    width: 101px;
    height: 86px;
}
.icon-adv-7, .leader__icon--7::after {
    background-image: url(images/sprite.png);
    background-position: -250px 0;
    width: 97px;
    height: 89px;
}
.icon-adv-8, .leader__icon--8::after {
    background-image: url(images/sprite.png);
    background-position: -362px -96px;
    width: 75px;
    height: 82px;
}
/* Section Date */
.s-date {
    position: relative;
    background: url(images/painter.jpg) center bottom/cover no-repeat;
}
.logo-xs {
    display: inline-block;
    margin: -10px 22px 0 0;
}
.in-date {
    display: inline-block;
    padding: 3px 55px;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #fad020;
}
.date {
    margin: 45px 0 0 40px;
    overflow: hidden;
}
.date__number {
    float: left;
    margin: 0 60px 40px 0;
    text-shadow: 0 0 16px rgba(0,0,0,0.39);
    font-size: 5.375rem;
    line-height: 86px;
    font-weight: 900;
    color: #000;
}
.date__txt {
    line-height: 26px;
}
/* Section Advantage */
.s-advantage {
    padding-bottom: 0;
}
.advantage {
    position: relative;
    margin-bottom: 45px;
    min-height: 81px;
}
.advantage__txt {
    display: inline-block;
    margin-left: 110px;
    line-height: 26px;
}
.advantage::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.icon-about-1, .adv-1::before {
    background-image: url(images/sprite.png);
    background-position: -362px 0;
    width: 81px;
    height: 81px;
}
.icon-about-2, .adv-2::before {
    background-image: url(images/sprite.png);
    background-position: 0 -224px;
    width: 88px;
    height: 79px;
}
.icon-about-3, .adv-3::before {
    background-image: url(images/sprite.png);
    background-position: -74px -318px;
    width: 64px;
    height: 80px;
}
/* Section Video */
.s-video {
    padding: 30px 0 20px;
}
.video {
    margin-top: 15px;
}
.delivery {
    padding: 32px 20px 0;
    text-align: center;
    border: 6px solid #fad020;
}
.delivery__title {
    margin-bottom: 36px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 32px;
}
.delivery__btn  {
    position: relative;
    display: inline-block;
    padding: 15px 55px;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    background-color: #fad020;
    border-radius: 24px;
    border: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none!important;
    border-color: #fad020;
    margin-bottom: 40px;
    outline: none!important;
}
.delivery__img {
    text-align: left;
}
.delivery__car {
    position: relative;
    display: inline-block;
    left: 0px;
    max-width: 103%;
}
/* Catalog */
.product-layout{
    -webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow:    0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow:         0 1px 18px rgba(50, 50, 50, 0.16);
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
}
.product-layout div.image{
	position:relative;
}
.product-layout div.image img.sale{
	position:absolute;
	top:-6px;
	left:-6px;
}
.product-layout .title{
    margin-bottom: 5px;
}
.product-layout .title a{
    display: inline-block;
	height: 72px;
    overflow: hidden;
}
.product-layout .price{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
div.product-layout.d-flex.flex-column div.d-flex.flex-column div.price.product__price span.product__price-number{
	font-size: 1.3rem;
	margin-right:5px;
}


div.product-layout.d-flex.flex-column div.d-flex.flex-column div.price.product__price span.product__price{
    font-size: 1rem;
	color:red;
	text-decoration:line-through;
}
.product-layout .button-cart{
    display: block;
    color: #000;
    text-transform: uppercase;
    background: #fdcd01;
    padding: 8px 0;
    transition: background .15s ease .05s;
	border: 1px solid #fdcd01;
    margin-top: 5px;
}
.product-layout .button-cart:hover,
.product-layout .button-cart:focus{
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fdcd01;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover,
.page-link:focus {
    color: #000;
    background-color: #fdcd01;
    border-color: #fdcd01;
}
.page-item.active .page-link {
    color: #000;
    background-color: #fdcd01;
    border-color: #fdcd01;
}
.widgets{
    margin-bottom: 30px;
}
.category-list-group .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.category-list-group .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.category-list-group .list-group-item-action{
    color: #000;
}
.category-list-group .list-group-item.active {
    color: #000;
    background-color: #fdcd01;
    border-color: #fdcd01;
}
.category-list-group .list-group-item.active:focus,
.category-list-group .list-group-item.active:hover {
    color: #000;
    background-color: #fdcd01;
    border-color: #fdcd01;
    border-left: 0px;
}
.category-list-group .list-group-item-action:focus,
.category-list-group .list-group-item-action:hover {
    color: #000;
    background-color: #f8f9fa;
    border-left: 5px solid #fdcd01;
}
.category_wall .children_categorie{
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
}
.category_wall hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-top: 2px solid #ffd93c;
}
/* Home page calculator*/
.calculator__title {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    padding-left: 45px;
    font-size: 1.375rem;
    font-weight: 400;
}
.calculator__title::after {
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(images/sprite.png);
    background-position: -213px -224px;
    width: 28px;
    height: 27px;
}

.content_single_page p a{
	color: #fad020;
}

/* Product Page */
.main-product-content h1{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.2rem;
}
.main-product-content .pr_article{
	font-size: 1.1rem;
	margin: 10px 0;
    color: #878787;
}
.main-product-content .pr_price{
    font-size: 2rem;
    /* font-size: 2.5rem; */
    margin-right: 2rem;
}
.main-product-content .pr_advantages {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.main-product-content .pr_advantages img{
    height: 75px;
    width: 75px;
}
.main-product-content .nav-tabs {
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
}
.main-product-content .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	background: #f6f6f6;
	padding: 0.6rem 1rem;
}
.main-product-content .nav-tabs .nav-link:hover,
.main-product-content .nav-tabs .nav-link:focus{
    border-color: #fad020;
    color: #000;
    background: #fad020;
}
.main-product-content .nav-tabs .nav-item.show .nav-link,
.main-product-content .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fad020;
    border-color: #fad020;
}
.main-product-content .tab-content{
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
	padding: 15px;
    margin: 15px 0;
}
.main-product-content .slick-slide{
	margin: 0 7.5px;
}
.main-product-content .product-layout {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px solid #ffd93c;
}
.main-product-content .product-layout .image a{
    display: inline-block;
}
.tooltip-inner{
    background-color: #fad020;
	color: #000;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 600;
	border-radius: 0px;
	padding: 8px 10px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fad020; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fad020; /* цвет стрелочки (по умолчанию #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fad020; /* цвет стрелочки (по умолчанию #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fad020; /* цвет стрелочки (по умолчанию #000) */
}
.main-presentation-content .header_product{
	background-size: cover;
	padding: 50px 0 0;
}
.main-presentation-content .header_product h1{
	font-size: 72px;
	color: #ffdd4f;
}
.main-presentation-content .header_product h2{
	font-size: 40px;
	color: #fff;
}
.main-presentation-content .header_product .price{
	font-size: 48px;
	color: #fff;
}
.main-presentation-content .header_product .price span{
	color: #ffdd4f;
}
.main-presentation-content .header_product .price span b {
    font-size: 80px;
}
.main-presentation-content .header_product .area {
    font-size: 30px;
	color: #fff;
}
.main-presentation-content .advantages_row{
    padding: 30px 0;
    background: rgba(0,0,0,0.25);
	color: #fff;
}
.main-presentation-content .advantages_row .pr_advantages img {
    height: 75px;
    width: 75px;
}
.main-presentation-content .presentation-content{
	margin-top: 40px;
}
.main-presentation-content .presentation-content .colerfree{
	border: 6px solid #fad020;
	padding: 30px;
	margin-bottom: 30px;
}
.presentation-content .sp_text1_ico1{
    padding: 30px 0 0 0;
    min-height: 100px;
    background: url("images/special_ico1.png") no-repeat 50% 100%;
}
.presentation-content .title-text{
    font-weight: 700;
	color: #1e1e1e;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
ul.contentul {
    margin: 30px 0;
    padding: 0;
}
.contentul li {
    display: block;
    position: relative;
    list-style: none;
    padding: 0 0 0 60px;
    margin: 20px 0;
}
.contentul li::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 33px;
    height: 33px;
    content: '';
    background: url("images/li.png") no-repeat 0 0;
}

.presentation-content .nav-tabs{
	margin-top: 30px;
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
}
.presentation-content .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
	background: #f6f6f6;
	padding: 0.6rem 1rem;
}
.presentation-content .nav-tabs .nav-link:hover,
.presentation-content .nav-tabs .nav-link:focus{
    border-color: #fad020;
    color: #000;
    background: #fad020;
}
.presentation-content .nav-tabs .nav-item.show .nav-link,
.presentation-content .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fad020;
    border-color: #fad020;
}
.presentation-content .tab-content{
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
	padding: 15px;
    margin: 15px 0;
}
.product__size{
	margin-bottom: 5px;
}
.product__size span{
	min-width: 75px;
	display: inline-block;
}
.product__size-element{
    border: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
	display: inline-block;
	margin-bottom: 5px;
}
.product__size-element_active {
    border: 1px solid #fdcd01 !important;
	background: #fdcd01;
}
.pr_params{
	padding: 20px;
    background: #f6f6f6;
	margin: 20px 0;
}
.pr_params .quantity_block{
	margin-bottom: 5px;
}
.pr_params .quantity_block span{
	display: inline-block;
	min-width: 75px;
}
.pr_params .quantity_block .product__quantity{
	display: inline-block;
}
.smart-basket__alert-wrapper {
    z-index: 10101;
}
.slick-slide{
	outline: none;
}

.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    padding-left: 0;
    border: none;
}
.card_news{
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
}
.card_news .card-title{
	height: 72px;
    overflow: hidden;
}
.btn-more{
	display: block;
}

@media only screen and (max-device-width: 992px){
    nav.navbar .dropdown:hover .dropdown-menu{
        display: none;
    }
}

.smart-basket__quantity-item {
    width: 150px;
}

.color-input{
    /*border: 1px solid #d8d8d8;*/
    border: 2px solid #fdcd01;
    line-height: 26px;
    text-align: center;
    width: 100px !important;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
}

.sto-color-system .col1 {
    width: 376px;
}
.sto-color-system .col2 {
    height: 340px;
    padding: 10px;
    font-size: 14px;
}
.sto-color-system .color-bar {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 340px;
    margin-right: 20px;
    overflow-y: scroll;
}
.sto-color-system .color-bar .color {
    width: 90%;
    height: 46px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 14px;
}
.sto-color-system .color-palette-wrapper .swatch {
    width: 51px;
    height: 34px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
}
.sto-color-system .color-palette-wrapper .rowCol {
    float: left;
    min-height: 1%;
    margin: 0;
}
.sto-color-system .col2 .color-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: inherit;
}
.sto-color-system .col2 .opt-title {
    width: 104px;
}
.sto-color-system .col2>div>span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.colorSelected{
    padding: 15px;
    min-height: 340px;
	width:331px;
}
.colorSelected .opt-title{
    display: inline-block;
    width: 115px;
    font-weight: 600;
}
.colorSelected span.value{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    text-align: right;
}
.color_block span{
	display: inline-block;
    min-width: 75px;
}
.color_block small{
	display: block;
}

.main-presentation-content .pr_params {
    background: transparent;
}
.main-presentation-content .pr_params .quantity_block span {
    color: #fff;
    font-weight: bold;
}
.main-presentation-content .color_block span{
    color: #fff;
    font-weight: bold;
}
.main-presentation-content .color_block small{
    color: #fff;
    font-weight: bold;
}
.main-presentation-content .smart-basket__quantity-item {
    background: #fff;
}
.main-presentation-content .color_block{
	display: inline-block;
	width: 100%;
}
.main-presentation-content .color-input {
    /* width: 150px !important; */
    width: 100% !important;
}
.main-presentation-content .btn.add-to-cart-button {
    padding: 3px 55px;
    border-radius: 2px;
	margin-left: 15px;
}
.main-product-content .btn.add-to-cart-button {
    padding: 5px 55px;
    border-radius: 2px;
    margin-left: 0px;
    margin-bottom: 5px;
}
.piccolo .product__size-element img {
	width: 80px;
    display: block;
}
.superlit .product__size-element img {
	width: 80px;
    display: block;
}
.color_home_link{
    position: fixed;
    right: 5%;
    bottom: 30%;
    width: 96px;
}
.color_home_link:before{
	content: "";
    /*border: 2px dashed #ffd93c;*/
    border-radius: 50%;
    width: 115px;
    height: 115px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
	box-shadow: 0 0 0 rgba(250,208,32, 0.4);
	animation: pulse 2s infinite;
    /*animation: spin 10s linear infinite;*/
}
.main-presentation-content .product__size{
	color: #fff;
}
.main-presentation-content .product__size small{
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffdd4f;
	margin-bottom: 4px;
	display: inline-block;
}
.main-presentation-content .pr_params {
    background: rgba(0,0,0, 0.5);
}
.main-presentation-content .product__size span{
	font-size: 1rem;
	font-weight: bold;
}
.main-presentation-content .product__size-element{
    background: #fff;
    color: #000;
}
.main-presentation-content .product__size-element_active {
    border: 1px solid #fdcd01 !important;
    background: #fdcd01;
}
.main-presentation-content .price_tara {
    color: #ffdd4f;
	font-size: 24px;
	font-weight: bold;
}
.main-presentation-content .price_tara .product__price-number{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
#selectedColor{
	text-align: center;
	margin: 22px auto;
}
.metallic{
    overflow: auto;
    height: 350px;
}
.metallic .product_color_block_element img {
	width: 65px;
    display: block;
}
.product_color_block_element{
	border: 1px solid #e2e2e2;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 5px;
}
.product_color_block_element_active{
    border: 1px solid #fdcd01 !important;
    background: #fdcd01;
}
.download_files,
.download_files:hover,
.download_files:focus,
.download_files:active{
	color: #000;
	background-color: #fad020;
    padding: 5px 10px;
}
.card_pages{
	-webkit-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    box-shadow: 0 1px 18px rgba(50, 50, 50, 0.16);
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
}
.card_pages .card-title{
	height: 36px;
    overflow: hidden;
}
.is-form-style input.is-search-input {
    width: 100%;
}
.is-form-style label {
    width: calc(100% - 75px);
}
.is-search-sections .thumbnail img {
    height: auto;
}
/*@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}*/
@-webkit-keyframes color_home_link {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
  }
  35% {
      -webkit-box-shadow: 0 0 0 10px rgba(250,208,32, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(250,208,32, 0.4);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(250,208,32, 0);
  }
}
@keyframes color_home_link {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
    box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
  }
  35% {
      -moz-box-shadow: 0 0 0 10px rgba(250,208,32, 0.8);
      box-shadow: 0 0 0 10px rgba(250,208,32, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(250,208,32, 0.4);
      box-shadow: 0 0 0 20px rgba(250,208,32, 0.4);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(250,208,32, 0);
      box-shadow: 0 0 0 0 rgba(250,208,32, 0);
  }
}

.phone_link_mob{
	position: fixed;
    right: 10%;
    bottom: 15%;
    width: 64px;
	display: none;
}

.pulse {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fad020;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(250,208,32, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
   -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
  }
  35% {
      -webkit-box-shadow: 0 0 0 10px rgba(250,208,32, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(250,208,32, 0.4);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(250,208,32, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
    box-shadow: 0 0 0 0 rgba(250,208,32, 0.4);
  }
  35% {
      -moz-box-shadow: 0 0 0 10px rgba(250,208,32, 0.4);
      box-shadow: 0 0 0 10px rgba(250,208,32, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(250,208,32, 0);
      box-shadow: 0 0 0 20px rgba(250,208,32, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(250,208,32, 0);
      box-shadow: 0 0 0 0 rgba(250,208,32, 0);
  }
}
.smart-basket__info-icon {
    width: 16px;
    height: 16px;
    background: #fdcd01;
}
.smart-basket__close-form, .smart-basket__alert-button_close {
    /*background: #fdcd01;*/
    background: #ccc !important;
    color: #000 !important;
}
.smart-basket__send-form, .smart-basket__alert-button_by {
    background: #fdcd01;
    color: #000;
}
.smart-basket__alert-button_by:hover {
    background: #fdcd01;
}
.smart-basket__input-agreement:checked+.smart-basket__label-agreement:before{
	background-color: #ccc
}
.smart-basket__alert-button_close,
.smart-basket__alert-button_close:hover {
    background: #fdcd01;
    color: #000;
}
.smart-basket__input-agreement:checked+.smart-basket__label-agreement:after {
    background-color: #b8b8b8;
}
.smart-basket__input-wrapper_focus {
    -webkit-box-shadow: #fdcd01 0 3px 0 0;
    box-shadow: #fdcd01 0 3px 0 0;
}
.smart-basket__success-title {
    color: #fdcd01;
}
.structure span{
	display: block;
}
.structure img{
	width: 120px;
}
.btnColor{
    padding: 5px 15px;
	background-color: #fff;
	border: 2px solid #fad020;
}
.btnColor.active{
	background-color: #fad020;
}
.clear-selected-color{
	padding: 5px 15px;
    background-color: #ffff;
    border: 1px solid #fad020;
}
.clear-selected-color:hover{
    background-color: #fad020;
}
.main-presentation-content .btn.add-to-cart-button {
    padding: 5px 55px;
    border-radius: 2px;
    margin-left: 0px;
	margin-bottom: 5px;
}
.main-presentation-content .clear-selected-color {
    padding: 5px 35px;
    background-color: #ffff;
    border-radius: 2px;
    border: 1px solid #ffff;
}
.main-product-content .product__size small {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
}
.main-product-content .color-input::-webkit-input-placeholder {color:#000;}
.main-product-content .color-input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.main-product-content .color-input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.main-product-content .color-input:-ms-input-placeholder      {color:#000;}

.main-presentation-content .pr_article{
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
	margin-bottom: 18px;
}
.price_sale{
	color: red;
	text-decoration: line-through;
	font-size:1.5rem;
}

@media (max-width: 575.98px) {
	.slick-prev:before, .slick-next:before {
		font-size: 35px;
	}
	.slick-prev {
		left: -15px;
		z-index: 2;
	}
	.slick-next {
		right: 0px;
		z-index: 2;
	}
	.custom-html-widget{
		margin-top: 15px;
	}
	.date__number {
		width: 100%;
	}
	.s-leaders {
		background: #fff;
	}
	.leader {
		min-height: 50px;
		margin-bottom: 20px;
	}
	.leader--right {
		padding-right: 0;
		text-align: left;
	}
	.leader--left {
		padding-left: 0px;
	}
	.leader__icon::after {
		content: none;
	}
	.leader__txt {
		margin-left: 60px !important;
		margin-right: 0;
		max-width: 100%;
	}
	.leader__number {
		position: absolute;
        left: 13px
    }
	#product_list{
		margin-top: 15px;
	}
	.main-product-content .pr_price {
		font-size: 2rem;
	}

	.sto-color-system .color-bar {
		width: 100%;
		height: 110px;
	}
	.sto-color-system .color-bar .color {
		width: 19%;
		display: inline-block;
	}
	.sto-color-system .color-palette-wrapper .rowCol {
		/* width: 100%; */
		width: auto;
	}
	.sto-color-system .color-palette-wrapper .swatch {
		display: inline-block;
	}
	.color-palette-wrapper{
		margin-top: 10px;
	}
	.colorSelected {
		min-height: 155px;
	}
	.color_home_link {
		right: 10%;
		bottom: 30%;
		width: 60px;
		z-index: 9999;
	}
	.color_home_link:before {
		width: 75px;
		height: 75px;
	}
	.main-presentation-content .header_product h1 {
		font-size: 28px;
	}
	.main-presentation-content .header_product h1 span {
		font-size: 45px;
	}
	.main-presentation-content .header_product .price {
		font-size: 36px;
	}
	.main-presentation-content .header_product .price {
		font-size: 36px;
	}
	.main-presentation-content .header_product .area {
		font-size: 22px;
	}
	.main-presentation-content .pr_params {
		padding: 10px;
	}
	.main-presentation-content .btn.add-to-cart-button {
		white-space: nowrap;
		margin-top: 5px;
	}
	.presentation-content img{
		width: 100%;
	}
	.download_files img{
		width: 12px;
	}
	.dropdown-menu.show {
		display: block !important;
	}
	.phone_link_mob{
		display: block;
	}
	.is-menu.full-width-menu form, .is-menu.sliding form {
		left: -170px;
		top: 115% !important;
	}
	/*.is-form-style input.is-search-input {
		width: 180px;
	}*/
	form.is-form-style input.is-search-submit {
		height: 40px;
		margin-top: -3px;
	}
	.main-presentation-content .header_product h2 {
		font-size: 24px;
	}
	h4.color-title {
		font-size: 0.8rem;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.phone_link_mob{
		display: block;
	}
	.main-presentation-content .header_product h2 {
		font-size: 24px;
	}

}


@media (min-width: 768px) and (max-width: 991.98px) {
	nav.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	nav.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
}


@media (min-width: 1200px) {
	nav.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
}