

/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/services/style.css?168629434988*/
.sections_services,
.services-section{
    margin-bottom: 120px;
    margin-top: -1px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog/services/bitrix/catalog.element/service_1/style.css?168629434910465*/

.container.service-page__container {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .service-detail__preview {
        margin-top: 60px;
    }

    h1.service-detail__preview-title {
        font-size: 1.942857em !important;
        line-height: 1.3 !important;
    }
}

.wrap-preview-block {
    background: rgba(245, 245, 245, 0.7);
    padding: 25px;
    margin-bottom: 35px;
}

.service-detail__preview {
    display: flex;
    align-items: center;
    min-height: 483px;
    background-color: #F9FCFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

h1.service-detail__preview-title {
    color: #212121;
    font-size: 2.642857em;
    line-height: 1.5;
    margin: 0 0 17px;
    overflow-wrap: break-word;
}

.page-content .service-detail__preview-text p {
    color: #212121;
    line-height: 1.23;
    margin: 0 0 26px;
}

.service-detail__picture {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
}

.service-detail__content ul {
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}

.service-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}

.service-detail__content ul li:first-of-type {
    margin-top: 0;
    line-height: 1.933em;
}

.service-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}

.service-detail__consultation-btn {
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #212121;
    padding: 19px;
    text-align: center;
    line-height: 1;
    display: block;
}

.service-detail__consultation {
    border: 1px solid #EFF1F5;
    position: sticky;
    top: 87px;
    background-color: #fff;
    z-index: 8;
}

.service-detail__consultation-inner .hr {
    height: 1px;
    background-color: #EFF1F5;
}

.service-detail__consultation-inner {
    padding: 40px 10px 0;
}

.service-detail__consultation-inner > svg {
    display: block;
    margin: 0 auto;
    width: 44.85px;
    height: 35.7px;
}

.service-detail__consultation-btn:hover, .service-detail__consultation-btn:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}

.page-content .service-detail__consultation-title {
    font-size: 1.2857em;
    text-align: center;
    margin: 31px 0 18px;
}

.page-content .service-detail__consultation-subtitle {
    font-size: 0.8571em;
    color: #212121;
    text-align: center;
    line-height: 1.33333em;
    margin: 0 0 32px
}

.service-detail__preview > .container > .row {
    padding: 20px 0;
}

.service-detail__preview .btn {
    margin-bottom: 10px;
}

.service-detail__advantages {
    margin-top: 50px;
}

@media (min-width: 768px) {
    .service-detail__preview {
        background-color: #F9FCFF;
        margin-bottom: 47px;
    }

    .service-detail__preview_cont {

        margin-bottom: 47px;
    }

    .service-detail__preview .btn {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .service-detail__picture {
        top: 30px;
    }

}

@media (min-width: 1200px) {
    .service-detail__picture {
        top: 62px;
    }
}


/*nav*/

.service-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.service-desc__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.service-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}

.service-desc__list-group-item.active:hover,
.service-desc__list-group-item.active:focus {
    text-shadow: none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eff1f5;
    border-left-color: var(--prv_color);
    background-image: none;
}

.service-desc__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}

.service-desc__dropdown-tab-panel:hover,
.service-desc__dropdown-tab-panel:focus {
    text-decoration: none;
    color: #212121;
}

.service-desc__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.service-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.service-desc__tab-panel-nav {
    margin-bottom: 30px;
}

.nav.service-desc-tabs-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.service-desc-tabs-list > li {
    margin-right: 6px;
}

.service-desc-tabs-list > li > a,
.service-desc-tabs-list > li > a:focus {
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}

.service-desc-tabs-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.service-desc-tabs-list > li:hover > a:after,
.service-desc-tabs-list > li > a.active:after {
    background: var(--prv_interactive_color);
}

.service-desc-tabs-list > li > a.active {
    color: var(--prv_btn_color);
}

.service-desc-tabs-list > li > a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
    background-color: transparent;
}

.item_prop_container {
    margin-bottom: 10px;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.item_prop_name {
    flex-grow: 0;
    padding-right: 12px;
}

.item_prop_border {
    flex-grow: 100;
    height: 1px;
    border-bottom: 1px dotted #a9a9a9;
}

.item_prop_value {
    padding-left: 12px;
    flex-grow: 0;
    text-align: right;
}

/*table price-list*/

.service-detail__price-list {
    overflow: auto;
    max-width: 100%;
}

.service-detail__price-list > table {
    width: 100%;
}

.service-detail__price-list > table td,
.service-detail__price-list > table th {
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}

.service-detail__price-list > table td:nth-child(n + 2),
.service-detail__price-list > table th:nth-child(n + 2) {
    text-align: center;
}

.service-detail__price-list > table td:nth-child(n + 2) {
    font-weight: bold;
}

.service-detail__price-list thead > tr {
    background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th {
    color: #fff;
}

.service-detail__price-list tbody > tr:nth-child(2n + 1) {
    background-color: #F8F9FB;
}

.page-content p.service-detail__prop-title {
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 120px 0 48px;
}

@media (min-width: 768px) {
    .service-detail__price-list > table td,
    .service-detail__price-list > table th {
        font-size: 1.1428em;
        padding: 0 40px 0 30px;
    }
}

.service-detail__preview-order-btn {
    margin-right: 38px;
}

.services-detail-steps {
    margin-top: 60px;
}

.adv-icon-cnt {
    height: 64px;
    display: flex;
    margin-bottom: 30px;
}

.adv-icon-cnt img {
    max-width: 100%;
    max-height: 100%;
}

.adv-text-cnt {
    color: #757575;
}

.adv-heading {
    font-size: 1.2857142em;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.22;
}

.all-advantages .col-xs-12:first-child .advantage-cnt {
    margin-left: 72px;
}

@media (max-width: 991px) {
    .all-advantages .col-xs-12:first-child .advantage-cnt {
        margin-left: 0;
    }

    .advantage-cnt {
        margin-bottom: 30px;
    }

    .all-advantages .col- *:last-child .advantage-cnt {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    #advantages.section_grey {
        padding: 60px 0 20px;
    }

    .adv-icon-cnt,
    .adv-heading {
        margin-bottom: 8px;
    }
}

@media (max-width: 400px) {
    .service-detail__preview {
        min-height: inherit;
    }
}


.del {
    display: none;
}

.del:not(:checked) + label + * {
    display: none;
}

/* тут редактируем вид кнопки */
.del:not(:checked) + label,
.del:checked + label {
    display: inline-block;
    padding: 5px 13px;
    border-radius: 30px;
    color: #fff;
    background: var(--prv_button_bg);
    cursor: pointer;
    margin-top: 40px;
}

.del:checked + label {
    background: #5199FF;
}


.size-form .news-detail__prop-title{
    width: 735px;
    text-align: center;
    margin-bottom: 10px;
}
.size-form {
    margin: 120px auto 90px auto;
    border: 1px solid #1d79eb;
    padding-bottom: 30px;
    border-radius: 30px;
}
.size-form .news-detail__prop-title{
    width: 735px;
    text-align: center;
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}

.size-form .subtitle {
    width: 735px;
    text-align: center;
    margin-bottom: 40px;
}

.size-form .t-text_xs {
    width: 705px;
    text-align: center;
}
@media (max-width: 992px) {
    .product-form > div {
        margin-left: 0%;
    }
    .size-form .news-detail__prop-title{
        width: 100%;
    }

    .size-form .subtitle, .size-form .t-text_xs  {
        width: 100%;
    }
}

.success-send-size .row {
    width: 50%;
    text-align: center;
    margin: 40px auto;
}

.tr_hidden {
    display: none;
}
.tags-list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.tags-list-item{
    position: relative;
    padding: 10px 15px 10px 15px;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_service/style.css?16862943528164*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.counter_block .feedback_modal {
    padding-bottom: 0px;
}

.PRVUniversalFeedback .error_text {
    color: red;
}

.prv_from_group {
    margin-bottom: 37px;
    position: relative;
}
.counter_block .prv_from_group {
	margin-left: 10px;
}
.prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #999;
    font-size: 1em;
}

.prv_from_group .label_text {
    height: 43px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    width: 100%;
    resize: none;
    background: transparent;
}

.label_text:focus + label,
.label_text:not(:placeholder-shown) + label {
    top: -16px;
    font-size: .8em;
}

.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus {
    border-color: var(--prv_color);
}

.counter_block .thanks_container .modal_heading,
.counter_block .feedback_modal .modal_heading {
    margin: 0px 0 20px;
}

.counter_block .thanks_container .modal_heading h3,
.counter_block .feedback_modal .modal_heading h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	color: var(--prv_color);
}
.callback-form-subtitle{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.feedback_modal .modal_heading h3 span {
    color: var(--prv_interactive_color);
}

.thanks_container h5 {
    margin: 10px 0 10px;
}

.feedback_modal .checkbox_cnt {
    margin: 42px 0px 5px;
}

.feedback_modal .help-block {
    position: unset;
    text-align: left;
    margin: 0 0 20px;
    color: #ff3b30;
    font-style: normal;
}

.agree-checkbox-block {
    margin-bottom: 32px;
}

.textarea {
    resize: none;
}

.textarea_cnt {
    position: relative;
}

.textarea_cnt > .textarea {
    margin-bottom: 0;
}

.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}

.close_modal_btn {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .feedback_modal .modal-heading {
        margin: 12px 0;
    }

    .feedback_modal .checkbox_cnt {
        margin: 0 0 20px;
    }
}

.feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_modal textarea::-webkit-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]::-moz-placeholder,
.feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_modal input[type="email"]::-moz-placeholder,
.feedback_modal textarea::-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:-moz-placeholder,
.feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_modal input[type="email"]:-moz-placeholder,
.feedback_modal textarea:-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_modal textarea:-ms-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_modal textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_modal textarea:focus::-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_modal textarea:focus:-moz-placeholder {
    color: transparent;
}

.feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_modal textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}

.modal_description .clsp-2 {
    opacity: 0.1;
}

.checkbox_cnt {
    display: flex;
}

.chekbox_hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    z-index: -1;
    left: 0;
}

.chekbox_visual {
    display: block;
    height: 18px;
    width: 33px;
    background: #dbe0e6;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    transition: background .1s ease-in;
    margin-right: 10px;
    flex-shrink: 0;
}

.chekbox_visual:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}

.chekbox_hidden:checked + .chekbox_visual {
    background: var(--prv_interactive_color);
}

.chekbox_hidden:checked + .chekbox_visual:before {
    right: 0;
}

@media (min-width: 500px) {
    .api-star-rating {
        float: left;
        margin-right: 15px;
    }
}

.api-star-rating-label {
    line-height: 32px;
}

.api-star-rating i {
    display: inline-block;
    height: 28px;
    width: 29px;
    cursor: pointer
}

.api-star-rating i {
    background: url("/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_service/./sprite.png") no-repeat 0 -57px;
}

.api-star-rating i.active {
    background-position: -29px -57px;
}

.rounded{
    margin-top: 20px;
}

.countdown span {
    font-size: 2.1em;
    background: #EAEBF3;
    border-radius: 10px;
    width: 62px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #000000;
}

.countdown .time{
    text-align: center;
    color: #AEAEB2;
}

.countdown{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown svg {
    position: relative;
    top: -13px;
    margin: 0 5px;
}

.btn-submit-counter{
    text-align: center;
}
.feedback-submit-wrapper button, .feedback-submit-wrapper button:focus{
    padding: 10px 52px;
}
.feedback-submit-wrapper button svg{
    margin-left: 5px;
}
.timerslider{
	display: flex;
	justify-content: center;
	margin-top: 34px;
}
.timer-item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	align-items: center;
}
.timer-item::after{
	content: ':';
	width: 10px;
	position: absolute;
	right: -15px;
    top: 0;
	height: 10px;
	font-size: 30px;
	font-weight: 600;
	color: #D1D1D6;

}
.timer-item:last-child::after{
	display: none;
}
.timer-item__number {
	width: 62px;
	height: 49px;
}

.timer-item-number__bg-white {
	position: absolute;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	box-shadow: -3px -3px 15px -2px rgba(255,255,255);
}

.timer-item-number__bg-black {
	position: absolute;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	box-shadow: 3px 3px 15px 3px rgba(0,0,0,0.1);
}

.timer-item-number__number {
	display: flex;
	width: 62px;
	height: 49px;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 600;
	background-color: #EAEBF3;
}

.timer-item__letter {
	margin-top: 10px;
	color: #AEAEB2;
	font-size: 14px;
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-products/style.css?16862943518889*/
#products {
    padding-bottom: 0px;
    margin-top: -30px;
    margin-bottom: -30px;
}
#products .row {
    margin-left:-30px;
    margin-right:-30px;
}
.products_slider_owl .owl-stage-outer {
    padding-top:30px;
    padding-bottom:30px;
}
.products_slider_item {
    background:#fff;
    border-radius:20px;
    padding: 25px 20px 0px 20px;
    transition: .2s ease;
    border: 1px solid #EEF1F4;
}
@media(min-width: 768px){
    .products_slider_item:hover {
        padding: 35px 30px 10px 30px;
        margin:-10px;
    }
}
.products_item_container {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.products_info_block {
    display:block;
    position:relative;
    color:#212121;
}
.products_info_block:hover,
.products_info_block:focus {
    text-decoration:none;
    color:#212121;
}
#products .product_detail_btn {
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    width:135px;
    transform:translate(-50%,-50%);
}
#products .products_slider_item:hover .product_detail_btn {
    display:block;
}
#products .owl-carousel .products_img {
    max-width:100%;
    height:auto;
    width:auto;
}
.products_slider_item .marks_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    max-height: 40px;
    min-height: 40px;
    z-index: 7;
}
.products_slider_item .marks_container .mark{
    font-size:0.857142em;
    line-height:16px;
    margin:0px 10px 10px 0px;
    padding:7px 11px 8px 11px;
    border-radius:27px;
    color:#fff;
}
.products_slider_item .marks_container .mark_HIT{
    background-color:#FF8800;
}
.products_slider_item .marks_container .mark_NEW{
    background-color:#008FEF;
}
.products_slider_item .marks_container .mark_RECOMMEND{
    background-color:#0A9200;
}
.products_slider_item .marks_container .mark_SALE{
    background-color:#FA0055;
}
.products_slider_item .products_item_name {
    font-size:1.142857em;
    font-weight:bold;
    margin-bottom:5px;
}
.products_slider_item .products_type_list {
    font-size:1.142857em;
    margin-bottom:17px;
}
.products_slider_item .item_price {
    margin-bottom:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
@media(min-width: 992px){
    .products_slider_item .item_price {
        margin-bottom:30px;
    }
}
.products_slider_item .item_new_price {
    font-size:1.142857em;
    line-height:1;
    font-weight:bold;
    margin-right:10px;
    margin-bottom:8px;
}
.products_slider_item .item_old_price {
    color:#757575;
    font-size:1.142857em;
    line-height:1;
    text-decoration:line-through;
    margin-bottom:8px;
}
.products_slider_item .item_in_stock {
    font-size:0.857142em;
    color:#0A9200;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .item_no_stock {
    font-size:0.857142em;
    color:#757575;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .products_buy_btn {
    display:block;
    position:relative;
}
.products_slider_item .buy_btn_container {
    margin-bottom:8px;
    width:33px;
    height:30px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.products_svg_fill {
    fill:var(--prv_btn_color);
}
@media (min-width: 992px) {
    .products_slider_item .buy_btn_block {
        display:none;
    }
    .products_slider_item .buy_btn_container{
        bottom: -5px;
    }
}
#products .products_slider_item:hover .buy_btn_block {
    display:block;
}
.products_slider_item .in_cart {
    font-size:14px;
    color:#0A9200;
}
.products_slider_item .in_cart:hover {
    color:#0A9200;
}
.products_slider_item .in_cart .fa-check-circle{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
}
.products_slider_item .nav-tabs.products-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.products_slider_item .nav-tabs.products-section__tabs-list{
    margin-right: 6px;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:hover:after,
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link.active:after{
    background: var(--prv_button_bg);
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link.active{
    color: var(--prv_btn_color);
    background: transparent;
}
.products_slider_item .nav-tabs.products-section__tabs-list .nav-link:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
/*owl style*/
#products .owl_btn-right a,
#products .owl_btn-right a:focus,
#products .owl_btn-left a,
#products .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#products .owl-prev{
    left: -18px;
}   
#products .owl-next{
    right: -18px;
}
#products .owl-next,
#products .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#products .owl-dots{
    bottom: auto;
}
#products .owl-next a .carousel-arrow,
#products .owl-prev a .carousel-arrow{
    fill: #757575;
}
#products .owl-next:not(.disabled):hover .carousel-arrow,
#products .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
#products .products_buy_btn:hover{
    opacity: 0.7;
}
#products .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block.in .products_buy_btn.in_cart {
    display:block;
}
#products .buy_block.in .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block .buy_loader {
    font-size: 24px;
    text-align:center;
    display:none;
    outline: none;
    line-height: normal;
    margin: 0 auto;
    color: var(--prv_color);
}
#products .buy_block.loading .buy_loader {
    display:block;
}
#products .buy_block .buy_loader i{
    width:24px;
    height:24px;
    display:inline-block;
    animation: load 1.5s infinite linear;
}
@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}
.products-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.products-section__list-group {
    margin-bottom:0px;
}
.products-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.products-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.products-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.products-section__list-group-item.active:hover,
.products-section__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.products-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.products-section__dropdown-tab-panel:hover,
.products-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.products-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.products-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.products-section__tab-panel-nav{
    margin-bottom: 30px;
}
.products_img_block{
    height: 185px;
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}
.products_img_block > img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#products .owl-carousel .owl-dots{
    position: relative;
    margin-bottom: -21px;
    top: -19px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?16862943512370*/

.adv-icon-cnt {
	width: 155px;
    height: 155px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    border: 1px dashed #888888;
    align-items: center;
    border-radius: 200px;
}

@media(max-width: 500px) {
    .advantage-cnt{
        margin: 0 auto;
        display: block !important;
    }
    .adv-icon-cnt{
        width: 124px !important;
        height: 124px !important;
    }
}

.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	color: #757575;
        text-align: center;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
        text-align: center;

}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.all-advantages{
	display: flex;
	justify-content: space-between;
}
.advantage-image{
	display: flex;
	justify-content: center;
	position: relative;
}
.advantage-image::after{
	content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -25%;
    background-color: #888888;
}
.advantage-cnt:last-child .advantage-image::after{
	content: unset;
}
@media (max-width: 991px) {
	.advantage-cnt:nth-child(2) .advantage-image::after{
		content: unset;
	}
	.all-advantages .col-xs-12:first-child .advantage-cnt{
		margin-left: 0;
	}
	.advantage-cnt{
		margin-bottom: 30px;
	}
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #advantages.section_grey{
        padding: 60px 0 20px;
    }
    .adv-icon-cnt,
    .adv-heading{
        margin-bottom: 8px;
    }

}
@media(min-width: 768px){
    .advantage-cnt:hover .adv-icon-cnt{
         border: 2px dashed var(--prv_interactive_color);

    }

    .advantage-cnt:hover .adv-heading{
         color:  var(--prv_btn_color);

    }
}
@media(max-width: 576px){
	.advantage-image::after{
		content: unset;
	}
}

@media(min-width: 1500px){
    .adv-icon-cnt {
		width: 140px;
		height: 140px;
	}
}

@media(max-width: 375px){
	.adv-icon-cnt {
    width: 120px;
    height: 120px;
	}
	.adv-text-cnt {
    font-size: 0.9em;
	}
}

.all-advantages{
margin: 0;
    display: grid !important;
    justify-content: normal;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
}

.all-advantages .advantage-cnt{
    flex: none;
    max-width: 200px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?168629434911100*/
.news-detail__comments-form-button-show{
    text-align: right;
    margin-bottom: 30px;
}
.news-detail__comments-form-button-show a.collapsed .news-detail__comments-hide{
    display: none;
}
.news-detail__comments-form-button-show a:not(.collapsed) .news-detail__comments-show{
    display: none;
}
.news-detail__main-column{
    position: static!important;
}
.page-content p.news-detail__more-posts-title,
.page-content p.news-detail__comments-form-title,
.page-content p.news-detail__actions-title,
.page-content p.news-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 120px 0 48px;
    
}
.news-detail__actions-items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news-detail__actions-items > div{
    margin: 0 10px 10px 0;
}
@media(min-width: 1200px){
    .news-detail__actions-items{
        justify-content: space-between;
    }
    .news-detail__actions-items > div{
        margin: 0;
    }
}
.news-detail__actions-comment{
    max-width: 100%;
}
.news-detail__actions-like .prv-elem-like__button,
.news-detail__actions-share .share-block__button,
.news-detail__actions-comment a,
.news-detail__actions-comment a:focus{
    background: #EFF1F5;
    border-radius: 10px;
    padding: 24px 0;
    transition: all .3s linear;
    color: #AFAFAF;
    cursor: pointer;
    text-align: center;
}
.news-detail__actions-like .prv-elem-like__label{
   color: #AFAFAF;
}
.news-detail__actions-like .prv-elem-like__label > span{
    cursor: pointer;
}
.news-detail__actions-comment a{
    width: 558px;
    max-width: 100%;
    display: block;
    text-align: center;
}
.news-detail__actions-share .share-block__button{
    width: 68px;
}
.news-detail__actions-like .prv-elem-like__button{
    width: 166px;
    outline: none;
    border: none;
}
.news-detail__actions-share:hover .share-block__button,
.news-detail__actions-comment a:hover,
.news-detail__actions-comment a:active,
.news-detail__actions-comment a:active:hover,
.news-detail__actions-comment a:active:focus,
.news-detail__actions-like .prv-elem-like__label:hover .prv-elem-like__button{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.news-detail__actions-like .prv-elem-like__label:hover{
    color: #fff;
}
.news-detail__actions-share:hover .share-block__button > svg > path{
    fill: transparent;
    stroke: #fff;
}
.share-block{
    position: relative;
}
.share-block .ya-share2__list{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height 0.3s linear;
    z-index: 8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2 );
    padding-top: 20px;  
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__list .ya-share2__link{
    width: 100%;
    height: 68px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.share-block .ya-share2__icon{
    position: relative;
    text-align: center;
}
.share-block .ya-share2__icon:before{
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #757575;
}
.share-block .ya-share2__container_size_m .ya-share2__item{
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child{
    border: none;
}
.share-block .ya-share2__container_size_m .ya-share2__item:last-child a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.share-block .ya-share2__item:hover,
.share-block .ya-share2__item a:hover{
    opacity: 1;
}
.news-detail__actions-share .share-block .ya-share2__item:hover .ya-share2__icon:before{
    color: var(--prv_btn_color);
}
.share-block .ya-share2__item_service_vkontakte .ya-share2__icon:before{
    content: "\f189";
}
.share-block .ya-share2__item_service_facebook .ya-share2__icon:before{
    content: "\f39e";
}
.share-block .ya-share2__item_service_twitter .ya-share2__icon:before{
    content: "\f099";
}
.share-block .ya-share2__item_service_odnoklassniki .ya-share2__icon:before{
    content: "\f263";
}
.share-block .ya-share2__item_service_viber .ya-share2__icon:before{
    content: "\f409";
}
.share-block .ya-share2__item_service_whatsapp .ya-share2__icon:before{
    content: "\f232";
}
.share-block .ya-share2__item_service_telegram .ya-share2__icon:before{
    content: "\f3fe";
}
.share-block .ya-share2__badge{
    background-color: transparent!important;
}
.news-detail__actions-share:hover .share-block .ya-share2__list{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.news-detail__photogallery-image-block-wrapper{
    width: 265px;
    height: 265px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
@media(min-width: 575px){
    .news-detail__photogallery-image-block-wrapper{
        width: 243px;
        height: 243px;
    }
}
@media(min-width: 768px){
    .news-detail__photogallery-image-block-wrapper{
        width: 330px;
        height: 330px;
    }
}
@media(min-width: 1200px){
    .news-detail__photogallery-image-block-wrapper{
        width: 265px;
        height: 265px;
    }
}
.news-detail__photogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 2s;
}
.news-detail__photogallery-image-block:hover{
    transform: scale(1.1);  
    opacity: 0.8;
}
.news-detail__photogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.news-detail__photogallery-image-block-col{
    padding: 0 10px 0 0!important;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}

.news-detail__videogallery .owl_btn-right a,.news-detail__videogallery .owl_btn-right a:focus,.news-detail__videogallery .owl_btn-left a,.news-detail__videogallery .owl_btn-left a:focus,
.news-detail__photogallery .owl_btn-right a,.news-detail__photogallery.owl_btn-right a:focus,.news-detail__photogallery .owl_btn-left a,.news-detail__photogallery .owl_btn-left a:focus{
    border: 0;
    font-size: 32px;
    padding: 0
}

.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-prev{
    left: -48px
}

.news-detail__videogallery .owl-next,
.news-detail__photogallery .owl-next{
    right: -48px
}

.news-detail__videogallery .owl-next,.news-detail__videogallery .owl-prev,
.news-detail__photogallery .owl-next,.news-detail__photogallery .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: relative;
    margin-bottom: -21px;
}

.news-detail__videogallery .owl-next a .carousel-arrow,.news-detail__videogallery .owl-prev a .carousel-arrow,
.news-detail__photogallery .owl-next a .carousel-arrow,.news-detail__photogallery .owl-prev a .carousel-arrow{
    fill: #757575
}

.news-detail__videogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__videogallery .owl-prev:not(.disabled):hover .carousel-arrow,
.news-detail__photogallery .owl-next:not(.disabled):hover .carousel-arrow,.news-detail__photogallery .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.news-detail__videogallery-item-inner{
    height: 173px;
    width: 277px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.news-detail__videogallery .owl-dots,
.news-detail__photogallery .owl-dots{
    position: static;
    margin-bottom: -11px;
}

@media(min-width: 768px){
   .news-detail__videogallery-item-inner{
        height: 190px;
        min-width: 277px;
        width: auto;
   }   
}
@media(min-width: 1200px){
   .news-detail__videogallery-item-inner{
        height: 173px;
   }
}
.news-detail__videogallery-image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    transition: 2s;
}
.news-detail__videogallery-image-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.news-detail__videogallery-shadow-block{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(33, 33, 33, 0.3);
}
.news-detail__videogallery-play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
}
.news-detail__videogallery-item:hover .news-detail__videogallery-image-block{
    transform: scale(1.1);
}
.news-detail__videogallery-item:hover .news-detail__videogallery-play{
    transform: rotate(360deg);
}
.news-detail__files{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.news-detail__files-item{
    width: 180px;
    margin: 0 32px 20px 0;
}
.news-detail__files-item{
    display: flex;
    align-items: center;
}
.news-detail__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px; 
}
.news-detail__files-item-link,
.news-detail__files-item-link:focus,
.news-detail__files-item-link:hover,
.news-detail__files-item-link:active,
.news-detail__files-item-link:active:hover,
.news-detail__files-item-link:active:focus{
    color: #212121;
}
.commercial-block__wrapper{
    height: 638px;
    margin-top: 50px;
}
.commercial-block{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 60px; 
        min-height: 443px;
}
.page-content .commercial-block-text h4{
    margin: 0;
}
.page-content .commercial-block-text p{
    font-size: 0.93333em;
        margin: 3px 0 0;
        
}
.commercial-block-img img{
    margin: 0 auto;
}
.commercial-block-buttons-block > *{
    margin: 20px 10px 15px 0;
}
.commercial-block__wrapper > .commercial-block{
    position: absolute;
    left: 0;
    right: 0;
}
.commercial-block-text{
    margin: 35px 0;
}
@media (min-width: 560px) {
    .commercial-block{
        padding: 44px 0 95px;
    }
    .commercial-block-text h4{
        margin-top:10px;
    }
    .commercial-block__wrapper{
        height: 635px;
    }
}
@media(min-width: 768px){
     .commercial-block__wrapper{
        height: 457px;
    }   
    .commercial-block-buttons-block > *{
        margin: 0px 10px 15px 0;
    }
}
@media(min-width: 992px){
     .commercial-block__wrapper{
        height: 443px;
    }   
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/reviews_main_default/style.css?16862943514190*/
.reviews-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
@media(max-width: 768px) {
    .reviews-section .owl-item .item{
        margin-left: 2px;
    }
}
.reviews-section__container {
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
.reviews-section .stars_cnt{
    width:150px;
}
.reviews-section .star{
    height: 18px;
    width: 18px;
    margin-left: 8px;
    display: inline-block;
}
.reviews-section .star .star_icon{
    fill: #E1E1E1;
}
.reviews-section .star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-block {
    width: calc(100% - 136px);
}
.reviews-section__person-name-container {
    display:flex;
    align-items:center;
}
.reviews-section__person-name-block{
    width: calc(100% - 150px);
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.reviews-section .review-text{
    color: #757575;
    font-size: 1em;
}
.reviews-section .review_more{
    font-size: 1.1428em;
}
.reviews-section .review_more,
.reviews-section .review_more:hover,
.reviews-section .review_more:focus{
    color: var(--prv_btn_color);
}
.reviews-section .review_rating_value {
    display: none !important;
}

/*owl style*/
.owl-reviews .owl_btn-right a,
.owl-reviews .owl_btn-right a:focus,
.owl-reviews .owl_btn-left a,
.owl-reviews .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-reviews .owl-prev{
    left: -24px;
}
.owl-reviews .owl-next{
    right: -24px;
}
.owl-reviews .owl-next,
.owl-reviews .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-reviews .owl-dots{
    position: relative;
    margin-bottom: -31px;
}
@media(min-width: 768px){
    .owl-reviews .owl-dots{
        margin-bottom: -11px;
    }
}
.owl-reviews .owl-next a .carousel-arrow,
.owl-reviews .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-reviews .owl-next:not(.disabled):hover .carousel-arrow,
.owl-reviews .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 30px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media (max-width: 991px) {
    .reviews-section__person-name-container {
        display:block;
    }
    .reviews-section__person-name-block {
        width:100%;
    }
    .reviews-section .stars_cnt {
        padding-top:10px;
    }
    .reviews-section .star {
        margin-left: 0px;
        margin-right: 8px;
    }
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__title,
    .reviews-file__files-item-link{
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .reviews-section__person{
        display:block;
    }
    .reviews-section__person-block {
        width:100%;
    }
    .reviews-section__person-photo{
        margin-bottom:10px;
    }
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1686294349691*/
.heading {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}

.scroll_news .heading{
	margin-bottom: 18px;
}

.heading:after{
	content: "";
	background: var(--prv_color_bg);
	border-radius: 4px;
	width: 75px;
	height:6px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.heading.heading--block h2{
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
	position: relative;
	z-index: 4;
	display: inline-block;
}

.heading.heading--block::after{
	content: "";
	background: #e5f1fc;
	width: 76px;
	height: 76px;
	position: absolute;
	top: -23px;
	border-radius: 0;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-services/style.css?16862943513361*/
.news-detail__services{
    margin-bottom: 55px;
}
.news-detail__service{
    padding: 30px 0;
    border-bottom: 1px solid #EFF1F5;
}
.news-detail__service:first-child{
    border-top: 1px solid #EFF1F5;
}
.news-detail__service-image{
    position: relative;
    height: 166px;
    min-width: 237px;
    max-width: 237px;
    margin-bottom: 20px;
}
.news-detail__service-image > a > img{
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.news-detail__service-content{
    position: relative;
    width: 100%;
}
.news-detail__service-name{
    font-size: 1.4285em;
}
.news-detail__service-text{
    color: #707070;
    margin-top: 10px;
}

.news-detail__service-link-arrow{
    text-align: right;
    margin-bottom: 0!important;
}

.news-detail__service-link-arrow > a,
.news-detail__service-link-arrow > a:focus,
.news-detail__service-link-arrow > a:hover,
.news-detail__service-link-arrow > a:active{
    display: block;
    color: var(--prv_btn_color);
    text-decoration: none;
    padding: 5px;
}
.news-detail__service-text .morelink.review_more{
    margin-top: 30px;
    text-transform: uppercase;
}
.news-detail__service-text .morelink.review_more > .fas{
    margin-right: 10px;
}
@media(min-width: 768px){
   .news-detail__service{
        display: flex;
    }
    .news-detail__service-content{
        padding: 0 60px 0 25px;
        margin-top: 0;
    }
    .news-detail__service-link-arrow{
        position: absolute;
        top: 0;
        right: -5px;
    }
    .news-detail__service-image{
        margin-bottom: 0;
    }
}
.news-detail__service-name a,
.news-detail__service-name a:focus{
    color: #212121;
}

.services-section>.container{
    position: relative;
}
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg{
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0;
    right: 0;
    bottom: 0;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .sections_services [class*="col-"]{
        width: 100%;
    }
}
@media(min-width: 768px){
    .sect_service_cnt:hover .sect_service_heading{
        visibility: none;
        opacity: 0;
        transition: 0s;
    }
    .sect_service_cnt:hover .sect_service_bg{
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }
    .sect_service_cnt:hover .sect_service_desc{
        display: flex;
    }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-team/style.css?16862943513013*/
.worker-grid-square_section{
    padding-top: 38px;
}
.worker-grid-square__block{
    padding: 0;
    margin: 0px auto 20px;
    width: 264px;
    height: 288px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.worker-grid-square__picture{
    width: 100%;
}
.worker-grid-square__image{
    width: 100%;
    height: 100%;
}
.page-content p.worker-grid-square__info-block-title{
    margin: 0;
    text-transform: uppercase;
    font-size: 0.73333em;
    line-height: 16px;
    color: #EEF1F4;
}
.page-content p.worker-grid-square__info-block-value{
    margin: 0;
    line-height: 22px;
    font-size: 0.8571em;
    font-weight: bold;
    position: relative;
    z-index: 8;
    cursor: text;
}
.page-content p.worker-grid-square__worker-name{
    font-size: 1.2857em;
    text-transform: uppercase;
}
.worker-grid-square__info > *{
    margin-bottom: 11px;
}
.worker-grid-square__info{
    padding: 17px 19px 0;
}
.worker-grid-square__description{
    padding-top: 9px; 
    line-height: 25px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 0;
}
.worker-grid-square__info-block > p{
    color: #fff;
}
.worker-grid-square__image > div{
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.worker-grid-square__dynamic-block{
    background: var(--prv_interactive_color);
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    transition: top 0.2s linear;
    height: 182px;
}
.worker-grid-square__info-block:not(.worker-grid-square__info-preview){
    opacity: 0;
}
@media(min-width: 768px){
    .worker-grid-square__block:hover .worker-grid-square__dynamic-block{
        top: 114px;
    }
    .worker-grid-square__block:not(.worker-grid-square__info-preview):hover .worker-grid-square__info-block:not(.worker-grid-square__info-preview){
        opacity: 1;
    }
}
.worker-grid-square__dynamic-block-inner{
    position: relative;
    height: 100%;
}
.worker-grid-square__detail-page{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
@media(max-width:767px){
    .worker-grid-square__block{
        margin: 0 auto 20px;
    }
}

/*owl style*/
#team_owl .owl_btn-right a,
#team_owl .owl_btn-right a:focus,
#team_owl .owl_btn-left a,
#team_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#team_owl .owl-prev{
    left: -48px;
}   
#team_owl .owl-next{
    right: -48px;
}
#team_owl .owl-next,
#team_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#team_owl .owl-dots{
    bottom: auto;
}
#team_owl .owl-next a .carousel-arrow,
#team_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}
#team_owl .owl-next:not(.disabled):hover .carousel-arrow,
#team_owl .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

#team_owl .owl-dots{
    position: relative;
    margin-bottom: -11px;
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-faq/style.css?16862943511327*/
.news-detail__faq-item{
	border: 1px solid #EEF1F4;
	border-top: none;
	margin-bottom: 20px;
}
.news-detail__faq-item-heading{
	font-size: 1.2857em;
	position: relative;
	padding: 22px 70px 22px 40px;
	cursor: pointer;
	border-top: 1px solid #EBF2F4;
}
.news-detail__faq-item .panel-body{
	padding: 0 40px 36px;
	font-size: 1em;
	line-height: 1.8em;
	color: #212121; 
}
.news-detail__faq-item-heading.collapsed:hover{
	box-shadow: 0 1px 12px #eee;
}
.news-detail__faq-item-heading.collapsed .fa{
	display: block;
	position: absolute;
	right: 40px;
	color: var(--prv_btn_color);
	top: 50%;
	transform: translateY(-50%) rotate(0);
	transition: transform 0.3s linear;
	font-size: 20px;
    font-weight: bold;
}

.news-detail__faq-item-heading:not(.collapsed) .fa{
	transform: translateY(-50%) rotate(180deg);
	display: block;
	position: absolute;
	right: 40px;
	color: var(--prv_btn_color);
	top: 50%;
	transition: transform 0.3s linear;
	font-size: 20px;
    font-weight: bold;
}
@media(max-width: 767px){
	.news-detail__faq-item .panel-body{
		padding: 0 20px 20px;
	}
	.news-detail__faq-item-heading{
		font-size: 1.0666em;
		position: relative;
		padding: 20px;
		padding-right: 40px;
		cursor: pointer;
	}
	.news-detail__faq-item-heading.collapsed .fa,
	.news-detail__faq-item-heading:not(.collapsed) .fa{
		right: 25px;
	}
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/promotions_service/style.css?16862943512690*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 30px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 40px;
  }
}

.scroll_promotions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: relative;
}

.promotions-promotion{
    /*margin-bottom: 100px;*/
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 322px;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    transform: scale(1);
}
.sect_promotion_cnt:hover{
    /* box-shadow: 0 0 32px #777; */
    transition: .5s;
    text-decoration: none;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
  transform: scale(1.1);
}
.sect_promotion_cnt .sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sect_promotion_cnt .sect_promotion_bg-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.sect_promotion_block {
    margin-bottom: 30px;
}
.name_data{
    margin-top: auto;
}
.sect_promotion_heading{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: normal;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    background: var(--prv_interactive_color);
    display: inline-block;
    padding: 5px 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 15px;
    color: #fff;
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}

/* End */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/services/style.css?168629434988 */
/* /bitrix/templates/newwindows2/components/bitrix/catalog/services/bitrix/catalog.element/service_1/style.css?168629434910465 */
/* /bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.feedback/callback_service/style.css?16862943528164 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-products/style.css?16862943518889 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/advantages_2/style.css?16862943512370 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/detail-page-after-content/style.css?168629434911100 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/reviews_main_default/style.css?16862943514190 */
/* /bitrix/templates/newwindows2/components/bitrix/main.include/heading/style.css?1686294349691 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-services/style.css?16862943513361 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-team/style.css?16862943513013 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/detail-page-faq/style.css?16862943511327 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/promotions_service/style.css?16862943512690 */
