

/* Start:/bitrix/templates/center.base/components/bitrix/news/news_with_teplica/bitrix/news.detail/.default/style.css?16903505023873*/
.article-page h1 {
  font-size: 40px !important;
  font-weight: normal !important;
  color: #000 !important;
  margin-bottom: 5px !important; }

.article-page .article-date {
  display: block;
  color: #999999;
  font-size: 14px;
  margin-bottom: 20px; }

.article-page .article-content {
  color: #000 !important; }
  .article-page .article-content p {
    font-size: 15px !important;
    color: #000 !important; }
    .article-page .article-content p b,
    .article-page .article-content p strong {
      line-height: 14px; }
  .article-page .article-content hr {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    opacity: 0; }
  .article-page .article-content .image {
    display: inline-block;
    position: relative;
    width: auto;
    margin-top: 4px;
    margin-bottom: 20px; }
    .article-page .article-content .image img {
      border-radius: 6px; }
    .article-page .article-content .image img[align="left"],
    .article-page .article-content .image img[align="right"] {
      height: auto !important; }
      .article-page .article-content .image img[align="left"] + p,
      .article-page .article-content .image img[align="right"] + p {
        margin-top: 24px !important; }
    .article-page .article-content .image.left {
      margin-right: 20px;
      float: left; }
    .article-page .article-content .image.right {
      margin-left: 35px;
      float: right; }
    .article-page .article-content .image .image-title {
      font-size: 16px;
      line-height: 1;
      letter-spacing: 1px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 194.44%);
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 14px 24px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
  .article-page .article-content ol, .article-page .article-content ul {
    position: relative;
    margin-left: 0 !important; }
    .article-page .article-content ol::after, .article-page .article-content ul::after {
      content: '';
      display: table;
      width: 100%; }
    .article-page .article-content ol li, .article-page .article-content ul li {
      font-size: 15px !important;
      color: #000 !important;
      margin-bottom: 2px; }
  .article-page .article-content ol li {
    display: list-item;
    list-style-image: url(/bitrix/templates/center.base/components/bitrix/news/news_with_teplica/bitrix/news.detail/.default/img/green-leaf.svg);
    list-style-position: inside; }
  .article-page .article-content ul li {
    display: block;
    margin-bottom: 8px;
    margin-left: 25px;
    line-height: 24px; }
    .article-page .article-content ul li::before {
      content: '';
      display: inline-block;
      background: url(/bitrix/templates/center.base/components/bitrix/news/news_with_teplica/bitrix/news.detail/.default/img/green-dot.svg) center center no-repeat;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0; }
  .article-page .article-content blockquote {
    background: #8EC549;
    border-radius: 8px;
    padding: 10px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #FFF !important;
    font-style: italic; }
    .article-page .article-content blockquote:before {
      content: '!';
      display: inline-block;
      font-size: 8rem;
      font-family: 'Roboto Light';
      float: left;
      color: #6BA226;
      line-height: 1;
      margin-right: 12px;
      font-style: normal; }
    .article-page .article-content blockquote p {
      color: #FFF !important; }
      .article-page .article-content blockquote p:first-child {
        margin-top: 20px !important; }
      .article-page .article-content blockquote p:last-child {
        margin-bottom: 20px !important; }

#similar-articles h3,
#similar-products h3 {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-top: 30px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  margin-bottom: -25px; }

#similar-articles h3 {
  margin-bottom: 15px; }

/* End */


/* Start:/bitrix/templates/center.base/components/bitrix/catalog.section/oneclick/style.css?16956158428668*/
#right {
    max-width: 100%;
width:100%;
}

.catalog_page_wrapper .dop-section-description {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 26px 0;
    width: 100%;
}

.catalog_page_wrapper .dop-section-description > ul {
    margin: 15px 0 0 0;
    order: 1;
    width: 100%;
}

.catalog_page_wrapper .dop-section-description .plus_minus_wrapper {
    order: 2;
}

.dop-section-description p {
    display: none;
}

.dop-section-description .filter_sections_rows {
    display: block;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    background-color: transparent;
    border-radius: 0px 0px 8px 8px;
}

.dop-section-description .filter_sections_rows .filter_sections_row {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin: 0 0 5px 0;
    opacity: 0;
    max-height: 0;
    max-width: 100%;
    transition: opacity .15s ease, visibility .15s ease, height .15s ease, max-height .15s ease;
    visibility: hidden;
}

.dop-section-description .filter_sections_rows .filter_sections_row.filter_sections_row_visible {
    max-height: 440px;
    opacity: 1;
    visibility: visible;
}

.dop-section-description .filter_sections_rows .filter_sections_row .title_row {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    color: #000000;
    margin: 0 10px 5px 0;
    padding: 5px 0 0 0;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.filter_sections_row_ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter_sections_row_ul li span {
    display: block;
    float:left;
    line-height: 26px;
    width: 15px;
    margin: 5px 10px 5px 5px;
    height: 18px;
}

.filter_sections_row_ul li span.no-color{
    background-color:#EAEAEA;
}
.filter_sections_row_ul li span.color-multi{
    background-color:green;
}
.filter_sections_row_ul li span.color-blue{
    background-color:blue;
}
.filter_sections_row_ul li span.color-orn{
    background-color:#ffa500;
}
.filter_sections_row_ul li span.color-opa{
    background-color:#eef1ee;
}
.filter_sections_row_ul li span.color-proz{
    
}
.filter_sections_row_ul li span.color-milk{
    background-color:#fdfff5;
}
.filter_sections_row_ul li span.color-bro{
    background-color:brown;
}
.filter_sections_row_ul li span.color-gre{
    background-color:green;
}
.filter_sections_row_ul li span.color-yel{
    background-color:yellow;
}
.filter_sections_row_ul li span.color-gol{
    background-color:rgb(6, 143, 255);
}
.filter_sections_row_ul li span.color-brn{
    background-color:#cd7f32;
}
.filter_sections_row_ul li span.color-bir{
    background-color:#30d5c8;
}
.filter_sections_row_ul li span.color-red{
    background-color:red;
}


.dop-section-description .filter_sections_rows .filter_sections_row li {
    display: block;
    margin: 0 15px 5px 0;
    white-space: nowrap;
}

.dop-section-description .filter_sections_rows .filter_sections_row li a {
    border: 1px solid #F2F2F2;
    display: block;
    height: 28px;
    line-height: 26px;
    padding: 0 14px;
    text-decoration: underline;
}

.dop-section-description .filter_sections_rows .filter_sections_row li a:hover {
    text-decoration: none;
}

.plus_minus_wrapper {
    background: transparent;
    display: none;
}

.plus_minus {
    color: #828282;
    text-decoration: underline;
}

.plus_minus:hover {
    text-decoration: none;
}

.plus_minus:after {
    content: 'Развернуть еще';
    cursor: pointer;
}

.plus_minus.minus:after {
    content: 'Свернуть';
}

.product_top span.banner {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 4px 12px;
    margin: 10px 0 0 7px;
}

.product_top span.banner.sale {
    background-color: #FD0202;
}

.product_top span.banner.new {
    background-color: #006F65;
}

.product_top span.banner.popular {
    background-color: #006F65;
}
/*form for order*/
.center_form_block{
    margin: 10px auto 20px;
    max-width: 1310px;

    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-family: 'Roboto';
}

.center_form_block .form_order_wrapper{
    background: url(/bitrix/templates/center.base/components/bitrix/catalog.section/oneclick/images/bkform.png) no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000000;
    text-align: left;
    height: 265px;
}

.form_order_wrapper .form_desc {
    margin: 63px 0 0 139px;
    max-width: 429px;
}

.form_order_wrapper .form_desc a{
    color: #000000;
    font-weight: bolder;
}

.form_order_wrapper .form_desc .form_desc_title{
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 38px;
    text-transform: uppercase;
}

.form_order_wrapper .form_desc .form_desc_text{
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #000000;
    margin-bottom: 15px;
}

.form_order_wrapper .form_body {
    margin: 65px 140px 0 0;
}

.form_body .order_input_wrapper{

}
#main .form_order_wrapper .form_body .order_input_wrapper input{
    display: inline-block;
    height: 42px;
    background: #EAEAEA;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    color: #000000;
}

#main .form_order_wrapper .form_body .order_input_wrapper input::placeholder{
    color: #000000;
    font-weight: bolder;
}

#main .form_order_wrapper .form_body .order_input_wrapper input#o_name{
    width: 320px;
    margin-right: 10px;
}

#main .form_order_wrapper .form_body .order_input_wrapper input#o_phone{
    width: 212px;

}

.form_body .person_data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #828282;
}

#main .form_order_wrapper .form_body .form_order_submit{
    margin: 15px 0 0 0;
    float: right;
    border: none;
    background: #8EC549;
    border-radius: 8px;
    width: 244px;
    height: 50px;
}

#main .form_order_wrapper .form_body .form_order_submit span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.form_errors{
    color: red;
    display: none;
}
.form_success{
    color: green;
    display: none;
}

@media screen and (max-width: 1503px){
    .center_form_block .form_order_wrapper{
        background: url(/bitrix/templates/center.base/components/bitrix/catalog.section/oneclick/images/bkform.png) repeat-y;
        height: auto;

    }

    #main .form_order_wrapper .form_body .form_order_submit{
        margin: 15px 15px;
    }
}

@media screen and (max-width: 1030px){
    .form_order_wrapper .form_desc {
        margin: 63px 0 0 50px;
    }

    .form_order_wrapper .form_body {
        margin: 65px 50px 0 0;
    }
}



@media screen and (max-width: 990px){
    .center_form_block .form_order_wrapper{

        flex-direction: column;
        justify-content: center;

    }

    #main .form_order_wrapper .form_body .order_input_wrapper {
        margin:5px 15px;
    }
    .form_order_wrapper .form_desc {
        padding: 10px;
        margin: 10px auto;
    }

    .form_order_wrapper .form_body {
        margin: 10px auto;
    }

    #main .form_order_wrapper .form_body .order_input_wrapper input#o_phone,
    #main .form_order_wrapper .form_body .order_input_wrapper input#o_name
    {
        width: 100%;
    }

    #main .form_order_wrapper .form_body .form_order_submit{
        float: none;

    }
    .button_order_wrapper {
        text-align: center;
    }
}
.products_list_height li {
    height: 400px!important;
}


.popup_success {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 10000;
    text-align: center;
} 

.popup-text {
    border-radius: 3px;
    position: relative;
    display: block;
    max-width: 500px;
    background: #fff;
    padding: 100px 50px;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #8ec549;
    margin: 300px auto auto;
}


.popup_success .popup-text a.close-button {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;

}

@media screen and (max-width: 1030px){
    .dop-section-description .filter_sections_rows .filter_sections_row{
        flex-direction: column;
    }
}
/* End */
/* /bitrix/templates/center.base/components/bitrix/news/news_with_teplica/bitrix/news.detail/.default/style.css?16903505023873 */
/* /bitrix/templates/center.base/components/bitrix/catalog.section/oneclick/style.css?16956158428668 */
