/*h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
.installation-recommendations-img {
    float: left;
    margin-top: 0.5em;
    margin-right: 1em;
}
.installation-recommendations-desc h3 {
    color: #fb421c;
    margin-bottom: 0.5em;
    font-weight: lighter;
    margin-top: -0.2em;
    font-size: 1.3em;
}
.installation-recommendations-wrap h2 {
    margin-bottom: 40px;
    font-size: 1.9em;
    font-weight: lighter;
}
.installation-recommendations-inner {
    min-height: 120px;
    border-bottom: 3px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.installation-recommendations-desc {
    padding-top: 8px;
}
.installation-recommendations-wrap {
    border: 1px solid #e7e7e7;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.installation-recommendations-inner:last-child {
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: -30px;
}
.faq {
    margin-top: 80px;
    margin-bottom: 80px;
}
.answer span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.question span {
    font-weight: 600;
}
.terms-of-action {
    padding-top: 1.2em;
    font-style: italic;
}
.team {
    padding-top: 50px;
    margin-bottom: 50px;
}
.team-block {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.team-card {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.member-img {
    order: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}
.member-desc {
    order: 3;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}
.member-name {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3em;
}
.member-img-left  {
    order: 2;
    display: block;
}
@media (max-width: 768px){
	.member-img-left {
	order: 3;
    margin-left: auto;
    margin-right: auto;
}
}
.member-desc-left {
    order: 3;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}
@media (max-width: 768px){
	.member-desc-left {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
}
.member-desc-right {
    order: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    margin-right: 20px;
    width: 44%;
}
@media (max-width: 768px){
	.member-desc-right {
    order: 3;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
}
.member-img-right  {
    order: 3;
    display: block;
}
@media (max-width: 768px){
	.member-img-right {
    margin-left: auto;
    margin-right: auto;
    order: 2;
}
}
.team-about {
    border: 1px solid #fb421c;
    width: 48%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
@media (max-width: 768px){
	.team-about {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
}
.akciya-color {
    color: red;
    font-weight: 600;
}
.truby-table table {
    overflow: hidden;
    background: #fefefe;
    width: 100%;
    margin: 5% auto ;
    -moz-box-shadow: 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px rgba(0, 0, 0, 0.2);
}
.truby-table tbody {
    border: 1px solid #eaebec;
}
.truby-table th, td {
    padding: 18px 28px 18px; 
    text-align: center; 
}
 
.truby-table th {
    padding-top: 22px; 
    text-shadow: 1px 1px 1px #fff;
    background: #e8eaeb;
}
 
.truby-table td {
    border-top: 1px solid #e0e0e0; 
    border-right: 1px solid #e0e0e0;
}
 
.truby-table tr.odd-row td {
    background: #f6f6f6;
}
 
.truby-table td.first, th.first {
    text-align: left
}
 
.truby-table td.last {
    border-right: none;
}
.truby-table td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
.truby-table tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
.truby-table th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    border: 1px solid #e0e0e0;
}
 
.truby-table tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
.truby-table tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
.truby-table tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
.truby-table tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
.ap-imc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ap-imr {
    float: right;
    margin: 0.5em 0px 20px 20px;
}
@media(max-width: 480px) {
    .ap-imr {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
   }
}
.ap-iml {
    float: left;
    margin: 0.5em 20px 20px 0px;
}
@media(max-width: 480px) {
    .ap-iml {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
   }
}
.bx-section-desc ul, ol {
    padding-left: 40px;
    display: flow-root;
}
. faq span {
    font-weight: 400;
}
.question span {
    font-weight: 400;
}
.answer span {
    font-weight: 400;
}
.bitumnaya-table {
    height: 460px;
    width: 850px;
    overflow: scroll hidden;
}
@media (max-width: 768px){
   .bitumnaya-table {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
}
.bitumnaya-table table {
    background: #fefefe;
    width: 1100px;
    margin: 5% auto ;
    -moz-box-shadow: 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px rgba(0, 0, 0, 0.2);
}
.bitumnaya-table tbody {
    border: 1px solid #eaebec;
}
.bitumnaya-table th, td {
    padding: 18px 28px 18px; 
    text-align: center; 
}
 
.bitumnaya-table th {
    padding-top: 22px; 
    text-shadow: 1px 1px 1px #fff;
    background: #e8eaeb;
}
 
.bitumnaya-table td {
    border-top: 1px solid #e0e0e0; 
    border-right: 1px solid #e0e0e0;
}
 
.bitumnaya-table tr.odd-row td {
    background: #f6f6f6;
}
 
.bitumnaya-table td.first, th.first {
    text-align: left
}
 
.bitumnaya-table td.last {
    border-right: none;
}
.bitumnaya-table td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
.bitumnaya-table tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
.bitumnaya-table th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
    border: 1px solid #e0e0e0;
}
 
.bitumnaya-table tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
.bitumnaya-table tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
.bitumnaya-table tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
.bitumnaya-table tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
.akciya-mirida {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.akciya-mirida-title {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #fa421d;
}
.akciya-mirida span {
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-size: unset;
}

.slick-initialized .slick-slide{
    padding-top: 10px !important;
}
.product-item-title {
    min-height: 74px;
}
.member-desc-left-single {
    order: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    max-width: 47.4%;
}

.bx-breadcrumb .bx-breadcrumb-item span{
    white-space: break-spaces;
}
.faq h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: calc(1rem + 0.8vw);
}
p + ul, p ul {
    overflow: hidden;
}
.advantages-with-margins, .how-to-buy {
    margin-top: 50px;
    margin-bottom: 50px;
}
.advantages-with-margins h2 {
    margin-bottom: 50px;
    text-align: center;
}
.how-to-buy h2 {
    margin-bottom: 50px;
    text-align: center;
}
.btn-link.product-item-detail-buy-button {
    height: 45px;
    font-size: 2.5em !important;
    color: red;
}
.promocode-block {
    margin-bottom: 0.5em;
}
.promocode {
    background-color: rgba(255, 255, 0, 0.76);
    color: rgb(251, 66, 28);
    margin-left: 5px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: rgb(251, 66, 28);
    border-width: 3px;
}
.promocode-notes {
    font-size: 18px;
}
.fasady-akciya {
    text-align: left;
}
.fasady-akciya-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}
}
.skidka {
    font-size: 0.75em;
    color: #fb421c;
    fon1t-weight: 600;
}
.skidka-fasady {
    color: #fb421c;
    font-weight: 600;
}
.skidka-list {
    font-size: 0.75em;
    margin-bottom: 20px;
    margin-left: 20px;
}
.skidka-desc {
    font-size: 0.75em;
}
.skidka-notes {
    font-size: 18px;
    line-height: 1.5em;
    font-style: italic;
    color: #ffffff96;
    padding-top: 10px;
    border-top: 2px dotted
}
.terms-of-action {
    line-height: 1.5em;
    font-style: italic;
    font-size: 0.9em;
}
.before-after {
    background-color: #ebeaea73;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.before-after p {
    font-style: italic;
    margin-bottom: -5px;
    font-weight: 600;
}

.basket-items-list-table .basket-item-property-scu-image{
    display: none !important;
}
.how-to-buy-in-item-card {
    line-height: 1.7em;
    font-size: 1.2em;
}
.ya-raiting {
    display: block;
    width: 150px;
    margin-bottom: 20px;
}
.ya-raiting-left {
    margin-top: 20px;
    display: block;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.ya-rating-footer {
    margin-bottom: 20px;
}
.price-in-item-card {
    display: block;
    background-color: aliceblue;
    padding: 10px;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px;
}
table.shipping-price {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #807F7F;
  border-style: solid;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 30px;
}
table.shipping-price td, table.shipping-price th {
    border-width: 2px;
    border-color: #807F7F;
    border-style: solid;
    padding: 12px;
    text-align: left;
}
table.shipping-price thead {
  background-color: #FB421C;
  color: #fff;
}
.shipping-page {
    line-height: 1.7em;
}
.yandex-maps-reviews {
	width:760px;
	height:1000px;
	overflow:hidden;
	position:relative;
}
@media (max-width: 768px){
	.yandex-maps-reviews {
    width: 95%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
}
.reviews-page {
    margin-left: 20px;
    margin-right: 20px;
}
.shifer-block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.shifer-block h2 {
    margin-bottom: 50px;
}
.author-block {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}
.author-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.author-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.author-image {
    flex-shrink: 0;
}

.author-image img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.author-divider {
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, transparent 0%, #e0e0e0 50%, transparent 100%);
    flex-shrink: 0;
}

.author-info {
    flex: 1;
    min-width: 250px;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.author-position {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.4;
}

.author-education {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-bottom: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .author-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .author-divider {
        width: 80px;
        height: 2px;
        background: linear-gradient(90deg, transparent 0%, #e0e0e0 50%, transparent 100%);
    }
    
    .author-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .author-image img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .author-block {
        padding: 20px 15px;
    }
    
    .author-title {
        font-size: 18px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .author-position {
        font-size: 14px;
    }
    
    .author-education {
        font-size: 13px;
    }
}

.product-item-detail-properties, .product-item-detail-tab-content{
    font-size: 16.8px;
    line-height: 1.2;
}