/*Спецификация*/
body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'PT Sans', 'Arial', sans-serif;
	color: #231f20
	font-weight: 400;
}
section {
	overflow: hidden;
}

h1 {
	font-size: 18px;
	font-weight: 700;
	color: #231f20;
	display: inline-block;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 4px!important;
}
h1::before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #f3bd1a;
}
h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	color: #231f20;
	display: inline-block;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 4px!important;
}
h3::before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #f3bd1a;
}
ul, li, li, h1, h2, h3, h4, p, a {
	padding: 0;
	margin: 0;
}
a, a:focus, a:hover, a:active {
	text-transform: none;
	outline: none;
}
a, a:hover, a:active, a:focus, button, input, button:hover, button:active, button:focus, input:focus, input:active {
    text-decoration: none;
    outline: none !important;
}


.mb25{
    margin-bottom:25px;
    }
.mt25{
    margin-top:25px;
    }
    
.minus3 {
	cursor: pointer;
    display:inline-block;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;	
	background-color: #41b749;
	vertical-align: middle;
	font-weight: bold;
	width: 21px;

	font-size: 14px;
}

.plus3 {
	cursor: pointer;
    display:inline-block;
    color: #ffffff;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	margin-left: 4px;	
	background-color: #41b749;
	vertical-align: middle;
	font-weight: bold;
    width: 21px;

	font-size: 14px;
}
.stoimost {
    font-size:18px;
    font-weight:bold;
    }
.for_del{
    font-weight:normal;
    font-size:14px;
    display: inline-block; 
    }

ul {
	list-style-type: none;
}
::-webkit-input-placeholder { /* Chrome */
  color: #758a9a;
  font-size: 13px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #758a9a;
  font-size: 13px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #758a9a;
  font-size: 13px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #758a9a;
  font-size: 13px;
}

.act,
.act:focus,
.act:active {
	color: #fff;
	display: block;
	width: 170px;
	/*height: 45px;
	padding-top: 12px;*/
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 3px;
	background: #41b749;
	border: 0;
}

}
.act:hover {
	color: #fff!important;
	background: #41b749!important;
	text-transform: uppercase!important;
	
}

.bolder {
	font-weight: 600;
}

.center{
    text-align: center;
}

.section-title {
	position: relative;
	box-shadow:
    inset 0px -0.06em #4781c8;
  	display: inline !important;
}
.section-title__block {
	margin-bottom: 25px;
}
/*.section-title::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 29px;
	left: 0;
	background: #4781c8;
	transition: all 0.3s ease;
}*/
/*первый экран*/
.header-main {
	background: #41b749;
	color: #fff;
}
.nav-main--mobile {
	display: none;
	position: absolute;
}
.header-logo--mobile {
	display: none;
}
.logo {
	display: block;
	width: 263px;
	height: 151px;
}
.logo-block {
	position: relative;
}
.logo .header-logo__img {
	width: 194px;
	height: 59px;
}
.header-logo__tab {
	display: none;
}
.header-logo__mob1 {
	display: none;
}
.logo-block__links {
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	text-align: center;
}
.logo-block__links a:active, .logo-block__links a:focus {
	text-transform: uppercase;
}
.logo__link {
	font-size: 12px;
	color: #231f20;
	margin-right: 13px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
}
.logo__link::before {
	content: "";
	width: 3px;
	height: 3px;
	display: block;
	background: #41b749;
	border-radius: 50%;
	position: absolute;
	right: -10px;
    top: 7px;
}
.logo__link:last-child::before {
	height: 0;
} 
.logo__link:last-child {
	margin-right: 0;
}
.logo__link:hover {
	font-size: 12px;
	color: #23527c;
	text-transform: uppercase!important;
}
.header__list {
	margin-top: 20px;
}
.header__item {
	position: relative;
}
.header__link {
	padding-left: 25px;
	position: absolute;
	display: block;
	color: #fff;
	line-height: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.header__link:hover {
	text-transform: uppercase;
}
.header__link--first {	
	top: 0;
	left: 0;
	background:  url(../images/header-icon1.png)no-repeat;
}
.header__link--mobile-first {
	background:  url(../images/header-icon1-m.png)no-repeat;
}
.header__link--first:hover {
	color: #f3bd1a;
	background:  url(../images/header-icon1-hov.png)no-repeat;	
}
.header__link--second {
	top: 25px;
	left: -2px;
	padding-left: 28px;
	background:  url(../images/header-icon2.png)no-repeat top left;
}
.header__link--mobile-second {
	top: 42px;
	background:  url(../images/header-icon2-m.png)no-repeat;
}
.header__link--second:hover {
	color: #f3bd1a;
	background:  url(../images/header-icon2-hov.png)no-repeat;	
}
.header__link--third {
	top: 50px;
	left: 1px;
	background:  url(../images/header-icon3.png)no-repeat top left;
}
.header__link--mobile-third {
	top: 85px;
	background:  url(../images/header-icon3-m.png)no-repeat;
}
.header__link--third:hover {
	color: #f3bd1a;
	background:  url(../images/header-icon3-hov.png)no-repeat;	
}
.header-menu__btn,
.header-menu__btn:active,
.header-menu__btn:focus  {
	display: inline-block;
	border: 1px solid #8dd492;
	color: #fff;
	text-transform: uppercase;
	height: 35px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: -4px;
}
.header-menu__btn-block {
	margin-top: 35px;
}
/*.header-menu__btn:hover {
	color: #f3bd1a;
	text-transform: uppercase;
}*/
.header-menu__btn:hover {
	text-transform: uppercase;
	color: #231f20;
	background: #f3bd1a;
}
.header__contacts {
	margin-top: 30px;
}
.header__phone {
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}
.header__phone:hover, .header__phone:focus {
	color: #fff;
}
.social__link {
	display: inline-block;
}
.social__vk {
	width: 21px;
	margin-right: 6px;
	margin-left: 6px;
	height: 15px;
	background:  url(../images/header-vk.png)no-repeat;
}
.social__vk:hover {
	background:  url(../images/header-vk-hov.png)no-repeat;	
}
.social__insta {
	width: 16px;
	height: 16px;
	background:  url(../images/header-insta.png)no-repeat;
}
.social__insta:hover {
	background:  url(../images/header-insta-hov.png)no-repeat;
}

.social__wh {
	width: 16px;
	height: 16px;
	background:  url(../images/header_whatsapp.png)no-repeat;
}
.social__wh:hover {
	background:  url(../images/header_whatsapp-hov.png)no-repeat;
}
.nav-main__list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.nav-main__item {
	margin-right: 25px;

}
.nav-main__item--last {
	margin-right: 0;
}
.nav-main__link  {
	display: block;
	border-bottom: 1px solid #c8d9ef;
	margin: 0 auto;
	font-size: 15px;
	color: #c8d9ef;
	line-height: 18px;
	margin: 30px 0;
	font-weight: 700;
	
}
.nav-main__link:hover, .nav-main__link:focus {
	color: #fff;
	border-bottom: none;
}
.nav-main__link::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 20px;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}
.header-panel__nav {
	margin-top: -46px;
	margin-left: -28px;
}
.header-panel__list {
	display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.header-panel {
	background: #0b3e7f;
}
.header-panel__item {
	display: block;
	position: relative;
	margin-right: 0;
    margin-left: -1px;
}
.header-panel__link {
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 3;
	line-height: 18px;
	padding: 15px 25px;
	position: relative;
	margin-right: -1px;

}
.header-panel__item::after {
	content: "";
	width: 1px;
	height: 28px;
	position: absolute;
	top: 13px;
	right: -1px;
	background: #83c688;
	transition: all 0.3s ease;
	z-index: 1;
}
.header-panel__link:hover, .header-panel__link:focus {
	color: #231f20;
	text-transform: uppercase;
	background: #f3bd1a
}
.header-panel__item--last::after {
	width: 0;
	color: #c8d9ef;
}
/*Мобильное меню*/
.header-panel-menu__list {

}
.header-panel__title-list {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-left: 35px;
	text-transform: uppercase;
	padding: 15px 0 15px 40px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #4781c8;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.header-panel__title-list:hover {
	text-transform: uppercase;
	color: #fff;
}
.header-panel-menu__catalog {
	border-bottom: 1px solid #83c688;
	padding: 15px 30px;
    font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 700;	
    text-transform: uppercase;
    cursor: pointer;
}
.header-panel-menu__item {
	border-bottom: 1px solid #83c688;
	padding: 15px 0;
}
.header-panel-menu__link {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin-left: 65px;
	padding: 15px 0;
	text-align: left;
	padding-top: 5px;
}
.header-panel__collapse {
	border-bottom: 1px solid #30a038;
	width: 100%;
}
.header-panel__title-list {

}
.caret__arrow {
	display: block;
	margin-top: -31px;
	width: 9px;
	height: 16px;
	margin-right: 17px;
	background:  url(../images/menu-arrow.png)no-repeat;
}
.header-panel__collapse.in .caret__arrow {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
.header-panel__title-list {
	position: relative;
	border-bottom: 0;
}
.header-panel__title-list::before {
	content: "";
	width: 33px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 0;
}
/*
.header-panel__title-list--first::before {
	
	background:  url(../images/menu-icon1.png) 0 0 no-repeat;
}
.header-panel__title-list--second::before {
	left: -46px;
	background:  url(../images/menu-icon2.png) 0 0 no-repeat;
}
.header-panel__title-list--third::before {
	left: -46px;
	background:  url(../images/menu-icon3.png) 0 0 no-repeat;
}
.header-panel__title-list--fourth::before {
	left: -46px;
	background:  url(../images/menu-icon4.png) 0 0 no-repeat;
}
.header-panel__title-list--fifth::before {
	left: -46px;
	background:  url(../images/menu-icon5.png) 0 0 no-repeat;
}
*/
.header-panel__title-list--sixth::before {
	left: -46px;
	background:  url(../images/menu-icon6.png) 0 0 no-repeat;
}
.popup-menu .modal-content {
    border-radius: 0;
    background: #001341;
    border: 0;
    min-height: 800px;
}
.popup-menu .modal-dialog {
    width: 80%;
    margin: 0 0;
}
.popup-menu .modal-body {
    padding: 1px;
}
/*Гамбургер*/
#menu-icon {
	display: none;
    margin-bottom: 7px;
    width: 22px;
    height: 30px;
    float: left;
    /*position: relative;*/
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 30px;
    /*margin-top: -26px;*/
    margin-bottom: 7px;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #41b749;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 4px;
}

#menu-icon span:nth-child(2) {
  top: 11px;
}

#menu-icon span:nth-child(3) {
  top: 18px;
}

#menu-icon.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menu-icon.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.overlay-menu {
	display: none;
}
.menu-mobile {
	display: none;
	width: 100%;
	min-height: 100vh;
	background: #231f20;
}
.menu-mobile .header__list {
	margin-left: 0;
}
.menu-mobile .header__list {
	margin-bottom: 100px;
	margin-left: 45px;
	height: 50px;
	margin-top: 35px;
}
.menu-mobile .header__link--mobile {
	display: block;
	margin-bottom: 20px;
}
.menu-mobile .header__phone {
	font-size: 24px;
	font-weight: 700;
	margin-left: 45px;
	margin-bottom: 20px;
}
.menu-mobile .header-menu__btn-block {
	background: none;
	height: auto;
	margin-bottom: 25px;
	padding-top: 0;
}
.menu-mobile .header-menu__btn {
	margin: 0;
	margin-bottom: 12px;
	margin-left: 45px;
	width: 214px;
}
.menu-mobile .social__header {
	margin-left: 45px;
}
.menu-mobile .social__link {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #383536;
	background-position: center;
	margin-left: 0;
	margin-right: 30px;
}

/*Слайдер*/
.header-slider {
	/*height: 420px;*/
}
.slick-slider .slick-track, .slick-slider .slick-list {
	/*height: 420px;*/
}
.header-slider__block {
	position: absolute;
	display: block;
	width: 463px;
	background: rgba(255,255,255,0.9);
	top: 43px;
	left: 19%;
	
}
.header-slider__title {
	width: 100%;
	height: 77px;
	padding-top: 14px;
	background: rgba(63,161,62,0.9);
	text-align: center;
}
.header-slider__text {
	color: #231f20;
	margin-left: 33px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.header-slider__btn,.header-slider__btn:focus, .header-slider__btn:active {
	margin-left: 33px;
	margin-bottom: 20px;
}
.header-slider__btn:hover {
	text-transform: uppercase;
	color: #231f20;
	background: #f3bd1a;
}
.slider__item {
	position: relative;
}
.slick-dots {
	bottom: 4%;
}
.slick-dots li {
	width: 10px;
    height: 10px;
    background: #30a038;
    border-radius: 50%;
    margin-right: 9px;

}

.slick-dots li button:before {
	color: transparent;
}
.slick-dots li.slick-active button:before {
	background: #f3bd1a;
	border: 1px solid #30a038;
	width: 14px;
    height: 14px;
    border-radius: 50%;
    top: -2px;
    left: -1px;
    opacity: 1;

}
.slick-dots li.slick-active button:before {
	color: transparent;
}
/*
.slick-active {
	background: #f3bd1a;
	border: 1px solid #30a038;
}*/
/*Акции*/
.shares {
    margin-top: 30px;
}
.shares__item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.shares__img {
	/*height: 210px;*/
	width: 100%;
}
.shares__img img{
	width: 100%;
}
.shares__desc {
	padding: 15px 15px 25px 15px;
	background: #f2f3f2;
}
.shares__text {
	margin: 0 auto;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
    height: 54px;
    overflow:hidden;
    color:#333;
}
.shared__btn {
	width: 170px;
	font-size: 15px;
}
.shared__btn:hover {
	background: #f3bd1a;
	color: #231f20;
	text-transform: uppercase;
}
.sale {
	width: 77px;
	height: 28px;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	background: #231f20;
	color: #fff;
	padding-top: 3px;
	font-weight: 700;
}

/*Каталог*/
.catalog {
	padding-top: 30px;
}
.catalog__item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    height: 440px;
    overflow: hidden;
}
.catalog__img {
    height: 180px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.catalog__img:hover {
	cursor: pointer;
}

.catalog__title {
	height: 53px;
    margin-left: 35px;
    margin-right: 35px;    
    overflow: hidden;
}
.catalog__desc {
    height: 260px;
    padding: 15px 15px 25px 15px;
    background: #f2f3f2;
    overflow: hidden;
}
.catalog__item:hover .catalog__desc {
	background: #d9d9d9;
	cursor: pointer;
}
.catalog__text {
    height: 36px;
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}
.catalog__btn {
    width: 170px;
    font-size: 15px;
}
.catalog__btn:hover {
    background: #f3bd1a;
    color: #231f20;
    text-transform: uppercase;
}
/*Список продукции*/
.products,.rubrics {
    text-align: center;
    padding-bottom: 65px;
    padding-top: 50px;
}
.products__main-title {
    margin-bottom: 40px;
}
.products__item {
	margin-bottom: 30px;
}
.products__img {
    height: 99px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.products__img--sixth {
    background: url(../images/item6.png)no-repeat center center;    
}

.products__desc {
	width: 165px;
	margin: 0 auto;
}
.products__title {
	line-height: 18px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.products__btn,
.products__btn:active,
.products__btn:focus
 {
	width: 227px;
	
}
.products__btn:hover {
	text-transform: uppercase;
	background: #f3bd1a;
	color: #231f20;
}
.products__link {
	color: #231f20;
}
.products__link:hover, .products__link:focus {
	color: #231f20;
	text-transform: uppercase;

}
/*Отзывы*/
.review {
	background: #f2f3f2;
	padding-top: 30px;
	padding-bottom: 45px;
}
.review__item {
	margin-bottom: 35px;
}
.review__title {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.review__desc {
	background: #fff;
	border-top: 5px solid #f3bd1a;
	padding: 20px;
}
.review__desc::before {
	content: "";
	/*width: 20px;
	height: 10px;*/
	display: block;
	position: absolute;
	top: 27px;
	left: 45px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3bd1a;
}
.review__text {
	margin-bottom: 20px;
}
.review-btn{
    text-align: center;
}
.review__btn,
.review__btn:focus,
.review__btn:active {
    display: inline-block;
}
.review__btn:hover {
	text-transform: uppercase;
	background: #f3bd1a;
	color: #231f20;
}
/*О нас*/
.about {
	padding-top: 30px;
	padding-bottom: 50px;
}
.about__text {
	margin-bottom: 15px;
}
/*Популярные публикации*/
.popular__img {
	margin-bottom: 20px;
	border-radius: 3px;
}
.popular__img img {
	border-radius: 3px 3px 0 0 ;
}
.popular__link-title {
	font-size: 24px;
	line-height: 27px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #4781c8;
}
.popular__item {
	margin-bottom: 40px;
}
.popular__btn {
	display: none;
	color: #fff;
}
.popular__btn:hover {
	color: #fff;
	background: #0b3e7f
}
/*ПОследние добевленные*/
.last {
	margin-bottom: 20px;
}
.last__list {
	margin-bottom: 12px;
}
.last__item {
	background: #e1e7ec;
	
	border-radius: 3px;
	border: 1px solid #cdd7df;
}
.last__title {
	display: inline-block;
	margin-bottom: 25px;
}
.last__link-title {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #4781c8;
	margin-top: 15px;
	margin-left: 15px;
}
.last__link-title:hover {
	color: #0f1b2a;
	border-bottom: 1px solid #0f1b2a;
}
.last__stat {
	width: 100%;
	height: 40px;
	background: #cdd7df;
}
.last__stat-list {
	width: 100%;
	padding-left: 15px;
}
.last__stat-item {
	display: inline-block;
	line-height: 40px;
	margin-right: 15px;
	position: relative;
}

.last__stat-item::after {
	content: "";
	width: 1px;
	height: 10px;
	background: #0f1b2a;
	display: block;
	position: absolute;
	right: -10px;
    top: 15px;
}
.last__stat-item--last::after {
	height: 0;
}
.last__text {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 25px;
}
.last__stat-item:last-child .last__stat-item::after {
	width: 0;
	height: 0;
}
.desc__text {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #5a636e;
}
.desc__img {
	margin-bottom: 50px;
}
/*Подвал меню*/
.footer-menu {
	padding-top: 30px;
	padding-bottom: 40px;
}
.footer-menu__title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #0f1b2a;
	margin-bottom: 27px;
}
.footer-menu__text {
	font-size: 14px;
	line-height: 26px;
	color: #5a636e;
}
.footer-menu__item {
	display: block;
	margin-bottom: 15px;
}
.footer-menu__link {
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
	color: #4781c8;
	/*border-bottom: 1px solid #4781c8;*/
	margin-bottom: 15px;
	box-shadow:
    inset 0 -0.06em #4781c8;
  	display: inline !important;
}
.footer-menu__link:hover, .footer-menu__link:focus {
	color: #0f1b2a;
	border-bottom: 1px solid #0f1b2a
}
.footer-menu__items {
	width: 25%;
	float: left;
	margin-right: 10%;
}
.footer-menu__items--right {
	float: right;
	margin-right: 0;
}
/*Подвал*/
.footer .header-panel__nav {
	margin-top: -46px;
	margin-left: -28px;
}
.footer .header-panel__list {
	display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.footer .header-panel {
	background: #393637;
}
.footer  .header-panel-menu__item {
	border-bottom: 1px solid #231f20;
	padding: 15px 0;
}
.footer .header-panel__item {
	display: block;
	position: relative;
	margin-right: 0;
    margin-left: -1px;
}
.footer .header-panel__link {
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 3;
	line-height: 18px;
	padding: 15px 25px;
	position: relative;
	margin-right: -1px;

}
.footer .header-panel__item::after {
	content: "";
	width: 1px;
	height: 28px;
	position: absolute;
	top: 13px;
	right: -1px;
	background: #83c688;
	transition: all 0.3s ease;
	z-index: 1;
}
.footer  .header-panel__title-list::before {
	left: 0;
	background:  none;
}
.footer .header-panel__title-list--second::before {
	background:  none;
}
.footer .header-panel__title-list--third::before {
	background:  none;
}
.footer .header-panel__title-list--fourth::before {
	background:  none;
}
.footer .header-panel__title-list--fifth::before {
	background:  none;
}
.footer .header-panel__title-list--sixth::before {
	background:  none;
}
.footer .header-panel__link:hover, .footer  .header-panel__link:focus {
	color: #231f20;
	text-transform: uppercase;
	background: #f3bd1a
}
.footer .header-panel__item--last::after {
	width: 0;
	color: #c8d9ef;
}
.footer .header-panel__title-list {
	margin-left: 16px;
	font-size: 15px;
}
.footer {
	border-top: 5px solid #41b749;
	background: #231f20;
	color: #fff;
	padding: 30px 0;
}
.footer__text {
	width: 110px;
	float: left;
	margin-bottom: 15px;
	
}
.footer__link-police {
	display: block;
	color: #fff;
	float: left;
	width: 95%;
}
.footer__link {
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 7px;
	font-size: 14px;
}
.footer__link-police:hover {
	color: #f3bd1a;
}
.footer__link:hover, .footer__link:focus {
	color: #f3bd1a;
	text-transform: uppercase;
}
.footer .social {
	width: 80px;
	float: left;
	margin-left: 34px;
}
.footer .footer-panel__list {
	list-style-type: disc;
}
.footer-panel__list {
	list-style: disc !important;
}
.footer-panel__list--left {
	float: left;
}
.footer-panel__list-right {
	float: right;
}
.footer-panel__link {
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	margin-bottom: 7px;
	font-size: 14px;
}
.footer-panel__link:hover, .footer-panel__link:focus {
	color: #f3bd1a;
	text-transform: uppercase;
}
.footer-panel__item {
	display: block;
    margin-bottom: 7px;
    position: relative;
}
.footer-panel__item::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	display: block;
	background: #fff;
	border-radius: 50%;
	top: 9px;
    left: -8px;
}
.footer .header-panel-menu__list {
	
}
.footer__mobile-list {
	min-height: 240px;
	background: #231f20;
}

/*Страница стили кухни*/
.breadcrumbs {
	background: #f2f3f2;
	/*height: 123px;*/
	padding-top: 15px;
	padding-left: 15px;
    padding-bottom: 20px;
	/*margin-top: -1px;*/
}

.breadcrumb {
	padding-left: 0;	
	background-color: #f2f3f2 !important;
    margin-bottom: 0;
}
.breadcrumb a {
	font-size: 15px;
	line-height: 18px;
	color: #231f20;
	font-weight: 400;
}
.breadcrumb a:hover {
	color: #23527c;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "\2014";
    color: #231f20
}
.main-title {
	text-align: center;
	margin-top: -70px;
	margin-bottom: 35px;
}
.main-title__title {
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}
.main-title__title::before {
	bottom: -2px;
}
.about-style {
	padding-bottom: 3px;
	padding-top: 23px;
	margin-bottom: 25px;
}
.styles {
    margin-top: 30px;
	margin-bottom: 35px;
}
.styles__item {
	position: relative;
	margin-bottom: 30px;
}
.style__btn-block {
	text-align: center;
	position: absolute;
	/*bottom: -5%;*/
    bottom: 0;
	left: 50%;
	width: 55%;
    /*padding: 0 30px;
    height: 50px;*/
    transform: translate(-50%, -50%);
}
.styles__img {
	/*width: 555px;*/
	/*height: 300px;*/
	/*max-width: 555px;
	max-height: 300px;*/
}
.styles__img img {
	
}
.styles__btn {	
	/*padding-top: 13px;*/
    padding: 12px;
	width: 100%;
	display: inline-block;
	text-align: center;	
    opacity: 0.9;
    font-weight: 700;
}
.styles__item:hover .styles__btn {
	padding-top: 13px;
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase !important;
	background:  #f3bd1a;
	opacity: 0.9;
	color: #231f20;
}
.styles-questions {
	text-align: center;
	margin-bottom: 50px;
}
.styles-questions--projects {
	margin-bottom: 20px;
}
.styles-questions__title {
	margin-bottom: 32px;
	font-size: 24px;
}
.styles-questions__title::before {
	bottom: -3px;
}

.styles-questions__item {
	margin-bottom: 30px;
}
.styles-questions__desc {
	background: #f2f3f2;
}
.styles-questions__btn, .styles-questions__btn:focus, .styles-questions__btn:active {
	width: 100%;
	background: #f2f3f2;
	padding: 30px 0;
	height: 80px;
	color: #231f20;
	font-weight: 700;
    padding-top: 30px;
	
}
.styles-questions__btn:hover {
	text-transform: uppercase;
	color: #231f20;

}
.styles-questions__btn-block {
	width: 100%;
}
.catalog__price {
	margin-bottom: 30px;
	margin: 0 auto;
	width: 70%;
    margin-left: 70px;
    margin-bottom: 25px;
}
.catalog__price-value {
	font-size: 24px;
	font-weight: 700;
	background: #f4c330;
	padding: 0 10px;
	margin: 0 7px;
	display: inline-block;
}
.catalog__price-value span{
    top: 0;
    font-weight: 700;
}
.catalog__price--popup-value {
    font-size: 36px;
    font-weight: 700;
    background: #f4c330;
    padding: 0 10px;
    margin: 0 7px;
    display: inline-block;
}
.catalog__price--popup-value span{
    top: 0;
    font-weight: 700;
}
.price__btn {
	width: 112px;
	position: relative;
}
.price__btn::before {
	content: "";
	width: 22px;
	height: 36px;
	background: url(../images/arrow1.png)no-repeat;
	position: absolute;
	top: -29px;
    left: -38px;
}
.price__btn:hover {
	background: #f3bd1a;
	color: #231f20;
	text-transform: uppercase;
}
.catalog--project {
	margin-bottom: 30px;
}
.catalog__title--brd::before {
	height: 0;
}
.catalog__text--project {
	padding: 0 8px;
}
.catalog__links {
	text-align: center;
	margin-bottom: 57px;
}
.catalog__link,
.catalog__link:focus,
.catalog__link:active   {
	display: inline-block;
	margin-right: 35px;
    margin-bottom: 20px;
	width: 264px;
	font-weight: 700;
}
/*.catalog__link:last-child {
	margin-right: 0;
}*/
.catalog__link:hover {
	text-transform: uppercase;
	background: #f3bd1a;
	color: #231f20;
}
.catalog__link--active {
	background: #f3bd1a;
	color: #231f20;
	text-transform: uppercase;
}
.catalog__link--all {
	margin-bottom: 40px;
}
.js-hidden {
	display: block;
}
.catalog__link-more {
	margin-bottom: 30px;
}
.image {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.catalog__item:hover .image, .styles-questions__item:hover .image, .styles__item:hover .image {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
 .styles-questions__img, .styles__item {
 	overflow: hidden;
 }
 .styles-questions__img img{
    width: 100%;
 }
  /*Страница контактов*/
 .breadcrumbs--contacts {
 	height: auto;
 }
 .contacts-page__title-block {
 	text-align: center;
 }
 .contacts-page__title {
 	font-size: 40px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	text-align: center;
	position: relative;
	padding-bottom: 6px;
	color: #231f20;
 }
.contacts-page__title::before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #f3bd1a;
}
.contacts-list {
	background: #f2f3f2;
	padding-top: 50px;
	padding-bottom: 10px;
}
.contacts__item {
	background: #f2f3f2;
	width: 100%;
	margin-bottom: 40px;
}
.contacts__title {
	margin-bottom: 20px;
}
.contacts__address {
	font-size: 18px;
	font-weight: 400;
}
.contacts__phone {
	font-size: 24px;
	font-weight: 700;
	margin-top: 23px;
	margin-bottom: 10px;
}
.contacts__text {
	font-size: 15px;
}
.contacts-list__map-wrap {
	width: 62%;
	float: right;
}
.contacts__desc {
	width: 38%;
	float: left;
	padding: 20px 20px 20px 55px;
}
.contacts-list__link{
	display: none;
	color: #231f20;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
}
.contacts-list__link:hover {
	text-decoration: underline;
	color: #23527c;
	text-transform: none;
}

/*Форма заявки*/
/*.popup-user {
	position: relative;
}*/
.popup-user__field {
	/*margin-bottom: 30px;*/
	height: 50px;
	border-radius: 3px;
	box-shadow: none;
	border-bottom: 1px solid #e9ebe9;
	color: #231f20;
}
.popup-user__field:hover, .popup-user__field:active, .popup-user__field:focus {
	outline: none!important;
	
}
.form-control:focus {
	border-color: #f3bd1a;
	box-shadow: none;
}
.popup__credits{
    margin-top: 5px;
    }
.popup__credits-text {
	display: inline-block;
	font-size: 12px;
}
.popup__credits-link {
	font-size: 12px;
	text-decoration: underline;
	color: #231f20;

}
.popup-user .close, .popup-card .close {
	position: absolute;
    opacity: 1;
    font-size: 51px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: lighter;
    height: 50px;
    background: #41b749 url(../images/close.png)no-repeat center center;
    right: -51px;
    top: 1px;
    z-index: 10;
}

.popup-user .modal-header {
	border-bottom: 0;
	width: 74%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 0;
}
.popup-user .modal-title {
	font-size: 40px;
}
.popup-user  .modal-content {
	box-shadow: none;
	border-radius: 0;
	outline: none;
}
.popup-user .modal-body {
	padding: 30px 0;
}
.popup__form {
	width: 74%;
	margin: 0 auto;
}
.popup-user__text--active {
	border: 1px solid #f3bd1a;
}
.popup-user__btn, .popup-user__btn:active, .popup-user__btn:focus {
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 8px;
	width: 150px;
}
.popup-user__btn:hover {
	background: #f3bd1a;
}

/*Карточка товара*/
/*.product-slider{
    max-height: 375px;    
    height: 375px;
}*/
.popup-card .modal-body  {
	min-height: 515px;
	padding: 0 15px 15px 0;
}
.popup-card .modal-header {
	padding: 0;
	border: 0;
}
.popup-card__slider {
	width: 58%;
	height: 340px;
	float: left;
}
.slider--card .slick-dots {
    bottom: 3%;
}

.popup-card__desc {
	width: 38%;
	float: right;
	margin-left: 30px;
}
.popup-card__title {
	font-size: 40px;
	line-height: 54px;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 15px;
}
.catalog__price--popup {
	float: left;
	width: 56%;
	margin-left: 0;
	margin-top: 13px;
	margin-left: 30px;
}
.catalog__price--popup span {
	font-size: 36px;
	font-weight: 700;
}
.price__btn--popup, .price__btn--popup:active, .price__btn--popup:focus {
	float: right;
	margin-top: 16px;
}
.price__btn--popup:hover {
	text-transform: uppercase;
	background: #f3bd1a;
	color: #231f20;
}
.price__btn--popup::before {
	background: none;
}
.popup-card  .modal-content {
	box-shadow: none;
	border-radius: 0;
	outline: none;
}

/* Модальное окно */
.modal-content{
   	box-shadow: none;
	border-radius: 0;
	outline: none; 
}
.modal-header {
    padding: 0;
    border: 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #41b749 url(../images/close.png)no-repeat center center;
    border: 0;
}
.close{
    position: absolute;
    opacity: 1;
    font-size: 51px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: lighter;
    height: 50px;    
    right: -51px;
    top: 1px;
    z-index: 10;
}
.modal-body {
    position: relative;
    padding: 0 20px 40px 0;
}
/*.modal__slider {    
    height: 340px;    
}*/
.modal__desc {   
    margin-left: 0;
}
.catalog__price--modal{
    margin-top: 13px;
    margin-left: 30px;
}
.price__btn--modal, .price__btn--modal:active, .price__btn--modal:focus{
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
}
.price__btn--modal:hover {
	text-transform: uppercase;
	background: #f3bd1a;
	color: #231f20;
}
.price__btn--modal::before {
	background: none;
}
div.photo {
    width:300px;
    height:200px;
    float:left;
    margin: 15px;
    background-repeat: no-repeat;
    background-size:cover;
    }
ul.usual {
	list-style-type: square;
    margin:10px 0 10px 10px;
}
ul.usual li{
    text-align:left;
    color:#3fb846;
    margin-left:10px;
}
ul.usual li a{
    color:#337ab7;
}
ul.usual li a:hover{
    color:#23527c;
}
#resSendReviewModal {
    height:40px;
    }
    
/* shop */

.sections_wrapper {
    margin:25px 0;
    }

.sections_wrapper .list .row > div {
    margin: 0px 0px -1px -1px;
    padding:0px;
}

.sections_wrapper .list .item {
    text-align: center;
    border: 1px solid #F2F2F2;
    padding: 30px 10px 30px;
    transition: all ease 0.2s;
    margin: 0px;
}

.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}
.wraps .item {
    position: relative;
}

.sections_wrapper .list .item:not(.section_item) .img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0px auto 22px ;
}

.shine {
    position: relative;
    overflow: hidden;
}

.sections_wrapper .list .item .img img {
    max-width: 100%;
    max-height: 100%;
}

.sections_wrapper .list .item .name {
    font-weight: bold;
    font-size: 1.071em;
    line-height: 20px;
}
.sections_wrapper .list .item:hover {
    border-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.shop_group {
    font-size: 15px !important;
    font-weight: 700;
    color: #231f20;
    display: inline-block;
    line-height: 24px;
    position: relative;
    padding-bottom: 4px!important;
}


.shop_group::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #f3bd1a;
}
.tovar {
    min-height:52px;
    }

.article_block {
    font-size: 12px;
    color: #999999;
}
.price_block {
    margin-top:7px;
    font-size: 18px;
    font-weight: bold;
}
.oldprice {
    text-decoration:line-through;
    font-weight: normal;
    color:#676767;
    font-size:16px;
    }
.basket_block {
    margin:20px auto 0px auto;
    max-width: 200px;
    height:27px;
    text-align:center;
    }
.quantitiy_block {
    float:left;
    }
.knopka_block {
    float:right;
    }
.minus {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;    
    margin-right: 2px;    
    font-weight: bold;
    width: 17px;
    font-size: 18px;
}
.plus {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;    
    font-weight: bold;
    font-size: 18px;
}
.quantity {
    text-align:center;
    border:0px;
    height:25px;
    vertical-align: middle;
    }
.add_basket, .in_basket {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 13px;
    margin-left: 2px;
    background: #41b749;
    vertical-align: middle;
    font-weight: normal;
}
.add_basket:hover, .in_basket:hover {
    background: #f3bd1a;
    }
   
.basket_fixed {
    position:fixed;
    text-align:center;
    right:0;
    top:220px;
    cursor:pointer;
    padding:15px;
    background:#41b749;
    -moz-border-radius: 5px 0  0 5px;
    -webkit-border-radius: 5px 0  0 5px;
    -khtml-border-radius: 5px 0  0 5px;
    border-radius: 5px 0  0 5px; 
    z-index:100;   
    }
.basket_icon{
    background: url(/images/Basket_white.svg) center 0px no-repeat;
    width:20px;
    height:20px;
    margin-bottom:10px;
    }

.basket_count {
    background: #000000;
    color: #fff;
    height: 22px;
    width:22px;
    border-radius:22px;
    font-size:12px;
    padding-top:2px;
    font-weight:bold;
    text-align:center;
    }
.shopproduct {
    padding-top:30px;
    }
.shopproduct .price_block {
    font-size: 26px;
    }
.shopproduct .oldprice {
    font-size: 22px;
    }
.shopproduct .basket_block {
    margin: 20px 0;
    text-align:left;
    }
.shopproduct .add_basket, .shopproduct .in_basket  {
    font-size: 18px;
    }
    