

/* Start:/local/templates/chudoV2/components/bitrix/news/sales/bitrix/news.detail/sales_new/style.css?17214664648262*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.sales_head_wrapper {
    width: 100%;
    margin-bottom: 50px;
    max-width: 1100px;
}
.benefits_title {
    font-size: 38px;
    letter-spacing: -0.5px;
}
.benefits_element_title {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.benefits_element_ico {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
}
.benefits_element_text {
    color: #9c9c9c;
}
.benefits_element {
    padding: 20px 30px;
}
.sales_head_benefits_block{
    width: 40%;
}
.sales_head_benefits_block, .sales_head_time_block {
    float: left;
}
.sales_head_price_block {
    float: right;
    position: relative;
}
.price_block_green_btn {
    position: absolute;
    left: -35px;
}
.price_block_oldprice {
    font-size: 24px;
    text-decoration: line-through;
    color: #000;
}
.price_block_newprice {
    font-size: 42px;
    color: #3e8f3b;
    margin-bottom: 10px;
}
.sales_head_wrapper .price_block_green_btn > a.btn-type1 {
    background: #2c7650;
}
.sales_head_wrapper .price_block_green_btn > a.btn-type1,
.sales_head_wrapper .price_block_green_btn > a.btn-type1:visited {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3f9443;
    border: 1px solid #3f9443;
    box-shadow: 0px 5px 0px #287521;
    position: relative;
    top: 0px;
    transition: all ease 0.3s;
    /* width: 100%; */
    padding: 20px 50px;
    font-size: 16px;
}
.price_block_green_btn a.btn-type1.js-modal-link:active,
.sales_form_btn a.btn-type1:active {
    box-shadow: 0 3px 0 #287521!important;
    top: 3px!important;
}
.timer_img img {
    max-width: 300px;
    border-radius: 200px;
    width: 100%;
}
.timer_img {
    margin-top: 20px;
    position: relative;
}
.timer_img:before {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    height: 40px;
    background: #fff;
}
.timer_title {
    color: #35377b;
    font-size: 22px;
    padding-left: 56px;
    position: relative;
}
.timer_end {
    padding-left: 56px;
}
.timer_title:before {
    background: url(/upload/img/time-left.png) no-repeat;
    content: '';
    position: absolute;
    left: 5px;
    width: 44px;
    height: 44px;
    background-size: contain;
}

@media (max-width: 580px) {
    .sales_head_benefits_block .benefits_title.h2 {
        font-size: 18px;
    }
    .sales_head_time_block .timer_title {
        font-size: 18px;
        padding-left: 0px;
        text-align: center;
    }
    .timer_end {
        padding-left: 0px;
        text-align: center;
    }

    .sales_head_benefits_block, 
    .sales_head_time_block {
        width: 100% !important;
    }

    .sales_head_time_block .timer_title::before {
        display: none;
    }

    .sales_head_price_block .price_block_wrapper {
        text-align: center;
    }
}

span.white_ico-btn:before {
    background: url(/upload/img/edit.svg) no-repeat;
    content: '';
    position: absolute;
    left: -35px;
    top: -5px;
    width: 26px;
    height: 26px;
    background-size: contain;
}
.white_ico-btn {
    position: relative;
    left: 10px;
}
.text_before_table {
    margin-bottom: 20px;
}
.text_before_table .hidden_text {
    display: none;
}
.text_before_table h2,
.text_before_table h3 {
    border-bottom: 1px solid;
    width: fit-content;
    display: block;
    padding: 0px 100px 10px 0;
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}
.text_before_table h2:after,
.text_before_table h3:after {
    position: absolute;
    content: '';
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    color: #19815a;
    content: "\e905";
    top: 50%;
    margin-top: -3px;
    font-size: 8px;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
    transition: all 0.4s cubic-bezier(0.46, 0.84, 0.32, 0.94);
}

.text_before_table h2.active:after,
.text_before_table h3.active:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

#sales_form_wrapper {
    display: inline-block;
    max-width: 1000px;
}
.sales_form_left-wrapper {
    float: left;
    width: 50%;
}
.sales_form_right-wrapper {
    float: right;
    width: 50%;
}
.sales_form_right-title {
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
}
.sales_form_right-title:before {
    background: url(/upload/img/success.png) no-repeat;
    content: '';
    position: absolute;
    left: -5px;
    top: 0px;
    width: 34px;
    height: 34px;
    background-size: contain;
}
.sales_form_btn {
    width: 60%;
    display: inline-block;
    padding: 30px 20px 30px 0;
}
.sales_form_img {
    margin-bottom: 20px;
}
.sales_form_btn-text {
    display: inline-block;
    vertical-align: middle;
}
.sales_form_btn a.btn-type1:visited,
.sales_form_btn a.btn-type1:link {
    width: 100%;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #3f9443;
    border: 1px solid #3f9443;
    box-shadow: 0px 5px 0px #287521;
    position: relative;
    top: 0px;
    transition: all ease 0.3s;
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 100px;
    display: block;
    text-align: center;
}
div#sales_form label span {
    display: block;
    /*width: 100%;*/
}
div#sales_form input.error, div#sales_form input[type="tel"].error {
    border-color: #ff7d3b;
    border: 1px solid #ff7d3b;
}
.date-picker-ico {
    position: relative;
}
.date-picker-ico:after {
        position: absolute;
    content: '';
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90b";
    color: #19815a;
    font-size: 18px;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
    z-index: 2;
}
select:invalid {color:#7b7b7b;}
div#sales_form input.fio, div#sales_form input.phone {
    margin-bottom: 20px;
}
div#sales_form .js-times-list-sales {
    margin-top: 20px;
}

div#sales_form input, div#sales_form .nice-select {
    /*border: none;*/
    box-shadow: none;
        border: 1px solid rgba(25, 129, 90, 0.5);
}
/*div#sales_form input[type="tel"] {
    border: none;
}*/
div#sales_form input:hover {
    background-color: rgba(232, 242, 238, 0.5);
}
.sales_form_img img {
    max-height: 250px;
}
.only_mobile {
    display: none;
}
@media (max-width: 1024px) {

	.sales_head_benefits_block, .sales_head_time_block {
	    float: left;
	    width: 50%;
	}
	.sales_head_price_block {
        float: unset;
        clear: both;
        margin-top: 40px;
        display: inline-block;
        width: 100%;
	}
	.price_block_green_btn {
        position: unset;
        float: right;
        width: 50%;
	}


}
@media (max-width: 768px) {
    .sales_form_left-wrapper, .sales_form_right-wrapper  {
        float: none;
        width: 100%;
    }
    .sales_form_text-under-img {
        margin-bottom: 20px;
    }
    .benefits_title.h2 {
        color: #3f9443;
    }
    .price_block_wrapper {
        float: left;
        width: 50%;
    }
    .timer_img,.price_block_green_btn {
        text-align: center;
    }
    .hide_mobile {
        display: none;
    }
    .only_mobile {
        display: block;
    }
}
@media (max-width: 620px) {
	.sales_head_benefits_block, .sales_head_time_block {
    	float: left;
    	width: 50%;
	}
}
@media (max-width: 425px) {
    .sales_form_btn,
    .price_block_green_btn,
    .price_block_wrapper {
        width: 100%;
    }
    .sales_form_btn-text {
        margin-bottom: 20px;
    }
   

}
@media (max-width: 320px) {
    .timer_img img {
        padding: 10px 20px;
    }
    .timer_img:before {
        padding-left: 40px;
    }
    .timer_title:before {
        display: none;
    }
}
/* End */
/* /local/templates/chudoV2/components/bitrix/news/sales/bitrix/news.detail/sales_new/style.css?17214664648262 */
