
.modal-content {
    border-radius: 0px;
    background:#F2F2F2;
    padding: 0 20px;
   
}

.close {
    color: #000000;
    float: right;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}

h4.panel-title {
	font-size:20px;
	font-weight:600;
	
	
} 

h3.modal-title {
	font-weight:600;
}

.panel-default > .panel-heading {
  
    background-color: rgba(230,229,222,0.5);
    border-color: rgba(230,229,222,0.5);
}



.panel-default {
    border-color: rgba(230,229,222,0.75) !important;
}



 textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	height: 44px;
	font-size:16px;
}

select.form-control {
height: 44px;
width:100% !important;
}



.form-control {
	
	height:auto;
}

select > option  {
	padding: 2px;
	border:3px solid #FFF;
	
}


textarea {
	height: 100% !important;
}	

.form-group label {
	font-size:13px;
	text-align: left !important;
	padding-bottom: 3px;
	line-height: 1.25;
	}


.input-group-addon {
	
	background-color: #628E34;
	color: #fff;
	padding: 6px 9px;
	min-width:50px;
}



select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}


select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #C2C2C2;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #C2C2C2;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #C2C2C2;
}






.gorizontal-position {
    justify-content: center;
}

#accordion .panel {
    
    background-color: transparent;
    border:none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#accordion > .panel-default > .panel-heading {
	background: none !important;
	border:none !important;
}

#accordion h4 {
	font-size:22px;
	line-height: 1.2;
	
}


 #accordion h4 a:focus {
  text-decoration: none;
   outline: none; 
   
}


 #accordion h4 a.collapsed:after,
 #accordion h4 a.collapsed:link:after,
 #accordion h4 a.collapsed:visited:after {
  content: '\293';
  visibility: inherit;
  font-size: 16px;
  margin-right: 7px;
  margin-top: -2px;
  line-height: 22.85714286px;
  line-height: 16px;
   display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
  font-weight: 700;
}


 #accordion h4 a:after,
 #accordion h4 a:link:after,
 #accordion h4 a:visited:after {
  content: '\1d8';
  visibility: inherit;
  font-size: 16px;
  margin-right: 7px;
  margin-top: -2px;
    line-height: 22.85714286px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
  font-weight: 700;
}



@media (max-width: 700px) {
.fig-table {
    max-width: 100%;
    overflow-x: scroll;
}
}

@media (max-width: 1024px) {
.bd-textblock-117 {
    line-height: 14px;
    font-size: 12px;
 
}
}

.bd-layoutbox-880 {
   vertical-align: middle;
    height: 100%;
    float: left;
    width: 16.66%;
    padding: 15px 1px;
}



@media (max-width: 768px) {
.bd-textblock-117 {
    line-height: 13px;
    font-size: 10px;

}
.bd-layoutbox-88 {
    vertical-align: middle;
    height: 100%;
    float: left;
    width: 20%;
    padding: 15px 3px;
}

.bd-layoutbox-880 {
    vertical-align: middle;
    height: 100%;
    float: left;
    width: 16.66%;
    padding: 15px 1px;
}

}

@media (max-width: 767px) {
.bd-imagelink-24 {
    width: auto;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 20px;
    padding-left: 20px;
}
}

.bd-layoutbox-78 {
  min-width: 320px;
}


.button-smalta {
	padding: 12px 24px !important;
	line-height:1;
}

.bd-tagstyles:not(.bd-custom-orderedlist) ol:not([class*="bd-indicators"]), .bd-orderedlist
 {  
 padding: 15px 10px 15px 20px;
}

.bd-logo-3 {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width:415px) {
img.size {
    width:100% !important;
	} 
	
}	

.otstup {padding-bottom:10px;}

.form-control.stroydomeco {
	background: #f7f7f7;
	border-radius:0;
	border:0px;
	color:#333;
	padding-bottom:20px;
}

.form-control.stroydomeco #calcSubmit {
	padding:12px 20px;
	margin: 10px 0 0 0; 
}

.bd-button-22, .bd-button-22:link, .bd-button-22:visited {
	margin: 10px 5px;
}	

.bd-toplevel-item:not(.bd-megamenu) .bd-menu-31 .bd-menuitem-80 #redcolor a.active {
	background: #ef3b2d !important;
}


 .info-otzyv {
 margin: 10px 0 10px 20px
 }
.blockquote-6 {
    border-left: 20px solid #fdd835;
    font-size: 16px;
    font-style: italic;
    margin: 20px;
    padding: 16px 24px;
    position: relative;
}
.blockquote-6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    height: 40px;
    background-color: #fff;
    width: 20px;
    margin-top: -1.3em;
}
.blockquote-6:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -33px;
    color: #7cb342;
    font-size: 72px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 29px;    
}

.blockquote-7 {
    border: 1px solid #E6E6E6;
    font-size: 16px;
    font-style: italic;
    margin: 16px 31px 31px 16px;
    padding: 16px 24px;
    position: relative;
    box-shadow: 15px 15px 0 0 #DEDEDE;
    background: #EFEFEF; 
    line-height: 20px;
}

.blockquote-7 h2 {
	font-size:2rem;
	font-style: normal;
	line-height: 2rem;
	margin: 5px 0 10px 0;
	font-weight:600;
	
}

.blockquote-7 h2 a {
	color:#777;
}
.otzyv {
	margin-bottom:3em;
}

.otzyv .blockquote-7 {
	 padding: 24px 32px;
}


.otzyv .date, .otzyv .name, .otzyv .city  {
	padding: 0 0 0 20px;
	
	} 
.img-otzyv {
	margin: 15px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #7cb342;
    border-color: #7cb342;
    cursor: default;
}


.pagination > li:before {
  display: none !important; 
}
img.bd-imagelink-999 {
	margin: 2px 0px;
}

.bd-layoutcolumn-24600 {padding: 10px;}

 .bd-layoutbox-10000 .description {
 padding: 5px 0 5px 30px;
 font-size:16px;
 }
 
 .description span {
  font-weight:600;
  }
 
  .description span {
  font-weight:600;
  }
  
  h2.title-otzyv {
 margin-top: 80px;
  font-size:24px;
  line-height: 1.2;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-left: 20px solid #7cb342;
    }
    
  .fire-memu, .fire-memu:hover {
    background-image: url(./images/fire.png) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-position: 0 11px !important;
    min-width:65px;
} 

@media (max-width: 1024px) {
.fire-memu, .fire-memu:hover {
	 background-position: 0px 11px !important;
	 min-width:57px;
    
 }
}


@media (max-width: 768px) {
.fire-memu, .fire-memu:hover {
	 background-position: 60px 11px !important;
	
	     
  }
} 

h4 small {
	color:#777777;
}

.panel-group .panel-heading + .panel-collapse .panel-body.faq {
    border-bottom: 1px solid #dddddd;
    border-top: none !important;
    
}

.panel-body.faq {
	padding: 0 15px 15px 15px;
}

.panel-body.faq p {
	line-height: 1.2;
	font-size: 1.7rem;
}

.bd-textblock-price {
	margin: 15px 0 5px 0; 
}


.bd-textblock-price  .old-price,
 .right-table .old-price {
    font-weight: normal;
    position: relative;
     font-size: 18px;
     margin: 0 10px 0 0;
     padding: 0 2px;
}

.old-price:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 105%;
    height: 57%;
    transform: rotate(-15deg);
    margin-left:-5px;
}

.new-price {
    font-size: 22px;
    font-weight: bold;
}

.bd-layoutbox-fuul-text {
	background-color: #f7f7f7;
    margin-top: 0 em;
    padding: 2em;
	
}

.bd-customhtml-2:not(.shape-only).bd-custom-table table td, .bd-table-7 td, .bd-customhtml-2:not(.shape-only).bd-custom-table table th, .bd-table-7 th {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 22.85714286px;
}

 .row  .bd-columnwrapper-246 {
    padding: 10px;
}

.bd-imagelink-240 {
    margin-bottom: 10px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.same-tovar .bd-columnwrapper-246 {
	zoom: 0.7;
}
@media (max-width: 1024px) {
.icon-market {
	display: block !important;
}
}


@media (max-width: 1024px) and (min-width: 769px) {
.bd-menu-63.nav-pills .bd-menuitem-36:not(.bd-mega-item) > a, .bd-menu-63.nav-pills .bd-menuitem-36:not(.bd-mega-item) > a:link, .bd-menu-63.nav-pills .bd-menuitem-36:not(.bd-mega-item) > a:visited {
    margin-right: 5px;
    margin-left: 5px;
   
}
}

/***** корзина****/

.basket-zakaz {
	padding: 0 15px; 
 }
input.input_backet {
	width:100px;
	display: inline-block;
	margin: 0 1em;
}
@media (max-width: 425px) {
input.input_backet {
	width:50px;
	display: inline-block;
	margin: 0 0.5em;
}
}


.basket-box {
	margin: 20px 0;
	padding: 10px 20px;
	background-color: #f7f7f7;
} 

#basket h2 {
	line-height: 1.5;
    text-decoration: none;
    font-size: 2em;
}

.no-list-item {
	line-height: 1.3;
	margin-bottom:1em;
}

li.no-list-item:before {
	content: none !important;
}  

li.no-list-item i {
	color: #333;
	margin-right: 0.5em;
}

.zakaz-itog {
	font-size:2rem;
	font-weight:bold;
}




.progress td.active, .progress th.active {
    background-color: #7cb342 !important;
    color: #fff;
}


.progress td, .progress th {
    background-color: #777 !important;
    color: #fff;
}

.progress th {
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}

table.order-show-item {
	font-size:14px;
}


table.order-show-item td {
	vertical-align: middle !important;
}


table.order-show-item > thead > tr > th  {
	
	vertical-align: middle !important;
	background-color: #f0eceb;
	}

.order-show-item input {
	text-align: center;
	max-width: 70px;
	padding: 5px;
}

.order-show-dostavka input {
	margin: 0 5px 0 0;
}


hr.order-show {
	margin:10px !important;
}



.forma-zakaza label {
	margin: 15px 0 5px 5px;
	font-size:14px;
	
}

.mail-button {
	margin: 25px 0 50px 0px;
}


@media (min-width: 1024px) {
#basket-order {margin: 0 50px 0 0;}
	
}


.text-lanch {padding: 15px 0 50px 0}
.text-lanch-prim {padding: 30px 0 30px 0}

.lanch .form-group label {
    font-size: 14px;
}



.form-horizontal.lanch .control-label {
    text-align: left !important;
}


button.bd-button-48, button.bd-button-48:link {
	color:#000 !important;
	border-bottom: 3px solid #c39d04 !important;;
}

button.bd-button-48:hover{
	color:#fff !important;
	border-bottom: 3px solid #b01e12 !important;;
}


.opisanie-tovara {
	font-weight:600;
}

.opisanie-tovara tr td {
	height: 50px;
}



.opisanie-tovara td.price {
	color: #FF0000;
	font-size:20px;
}

.bd-imagelink-10 {
 /*   height: 190px;*/
   }
   
 .otpravit {
    background-color: #fdd835 !important;
    text-decoration: none;
    color: #555 !important;
    background-image: none;
     border: 2px solid #fdd835 !important;
    padding: 10px 25px !important;
 }
 
 .otpravit:hover,  .otpravit:focus {
    background-color: #f7ca02 !important;
    text-decoration: none;
    color: #555555 !important;
    border: 2px solid #f7ca02 !important;
    background-image: none;
}


.bd-icon-23:before {
      padding-right: 5px;
  
}


.message {
	display: inline-block;
	font-size:20px;
}
.message a {
	margin: 0 3px;
}

.message .viber {
	color: #7360F2;
	}
.message .telegram {
	color: #0088cc;
	}	

.message .vk {
	color: #4d7198;
}	
	
@media (max-width: 767px) {
.message {
	display: block;
	font-size:28px;
	margin-top: 4px;
}
.message a {
	margin: 0 4px;
}
}	

h3.bd-textblock-510 {
	line-height: 1.2;
    font-size: 30px;
    margin: 20px 0 40px 0;
    font-weight: bold;"
}

.swiper-button-next, .swiper-button-prev {
  color: #7CB342 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0 !important;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0 !important;
    right: auto;
}

.box {
	height:100%;
	border: 1px solid #E8E8E8;
	border-bottom: 3px solid #E8E8E8;
	
	/*box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 25%);*/
}

.mySwiper-otzyv {
	position: static !important;
}

.box-wrapper {
	padding: 2em;
	background: #f7f7f7;
	min-height:420px;	
}

.bd-layoutbox-93 {
   height: 100%;
}

@media (max-width: 767px) {
.bd-textblock-32 {
    position: absolute;
    z-index: 1;
    top: 15%;
    background-color: rgba(98, 142, 52, 0.1);
    padding: 10px;
}
}

.bd-layoutbox-85 {
	background: #FFF;
	border: 1px solid #E9E9E9;
}

.bd-section-29 {
    padding-bottom: 3em;
    padding-top: 3em;
    background-color: #f7f7f7;
   	background-image: url(../default/assets/images/6aaf47f8612cc2ede5c64bb43c890e5d_back1.png);
  	background-repeat: repeat;
  	background-attachment: scroll;
  	background-position: center center;
  	
}
@media (max-width: 576px) {
.servis-desktop {
	display:none;
	}
}
@media (min-width: 577px) {
	.servis-mobil {
		display:none; 
	}
}	

h1.prichiny {
	line-height: 1.15;
	margin: 24px 0;
}	
@media (max-width: 576px) {
h1.prichiny {
	 font-size: 32px;
}

}

.bd-layoutcontainer-33 .bd-layoutcolumn-77, .bd-layoutcontainer-33 .bd-layoutcolumn-78 {
	padding: 0 0 16px 0;
}


p.bd-textblock-64, p.bd-textblock-66 {
	font-size:18px;
	line-height:1.15;
}

.new-preim .bd-separator-30 {
    display: inline-block;
    padding: 0px 0px 15px 0;
}

.new-preim .bd-separator-30 .bd-separator-inner:before,
.new-preim .bd-separator-30 .bd-separator-inner:after {
    border-top: 1px solid #7cb342;
}

.new-preim .bd-layoutcolumn-78 {
    position: relative;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: #f7f7f7;
}

.bd-layoutcontainer-33 > .bd-container-inner > .container-fluid > .row > div 
{
    padding: 10px;
}

.new-preim .bd-layoutcolumn-78{
    padding: 20px;
}

 h4.bd-textblock-251 {
 line-height:1.15;
 }
 
 
 a.round-button {
 background-color: #fdd835;
border-radius: 25px;
padding:5px 7.5px;
position:relative;
margin-top: 5px;
display:inline-block;


 }
 
 a.round-button svg {
 width:1.5rem;
 vertical-align: middle;
 position:relative;
 }
 a.round-button:hover {
 background-color: #f7ca02;
 }
 
 
 .button-center {
 display: flex;
 justify-content: center;
 margin: 3rem 0 0 0 ;
 }
 
 
 .card {
      position: relative; /* задайте родителю относительное позиционирование */
           
  }
 
 .stretched-link::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
  