/*
 * Theme name: rassvet
 * Author: walltak
 * Version: 1.0
 */


/*-----------
    Fonts
-----------*/
@font-face
{
    font-family: 'Stolzl';
    font-weight: 300;
    font-style: normal;

    font-display: swap;
    src: url('fonts/Stolzl-Light.woff2') format('woff2'),
    url('fonts/Stolzl-Light.woff') format('woff'),
    url('fonts/Stolzl-Light.ttf') format('truetype');
}

@font-face
{
    font-family: 'Stolzl';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('fonts/Stolzl-Regular.woff2') format('woff2'),
    url('fonts/Stolzl-Regular.woff') format('woff'),
    url('fonts/Stolzl-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Stolzl';
    font-weight: 450;
    font-style: normal;

    font-display: swap;
    src: url('fonts/Stolzl-Book.woff2') format('woff2'),
    url('fonts/Stolzl-Book.woff') format('woff'),
    url('fonts/Stolzl-Book.ttf') format('truetype');
}

@font-face
{
    font-family: 'Stolzl';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('fonts/Stolzl-Medium.woff2') format('woff2'),
    url('fonts/Stolzl-Medium.woff') format('woff'),
    url('fonts/Stolzl-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Stolzl';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('fonts/Stolzl-Bold.woff2') format('woff2'),
    url('fonts/Stolzl-Bold.woff') format('woff'),
    url('fonts/Stolzl-Bold.ttf') format('truetype');
}



.email_head{
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: right;
    margin-top: 5px;
    color: #505050;
}


.bottom_text .all_link
{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;

    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -130px;
    left: 0;

    display: flex;

    width: 240px;
    height: 240px;
    margin: auto;

    transition: background .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;

    background: #6f2f2f;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    text-transform: uppercase;
}

.bottom_text .all_link:hover
{
    background: #521d1d;
}

footer .socials a{
    transition: .2s ease;
}
footer .socials a:hover {
    color: #fff;
}

.service_sliders .breadcrumbs{
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 24px;
    width: 100%;
    color: #c1c1c1;
}
.service_sliders .breadcrumbs a{
    color: #bfbfbf;
}
.service_sliders .breadcrumbs a:hover{
    color: #6f2f2f;
}
.service_sliders .breadcrumbs .cont{
    min-height: unset;
    padding: 0;
}

.service_sliders .cont{
    min-height: calc(100vh - 100px);
}
.service_sliders{
    min-height: calc(100vh - 100px);
}

.box_price_serv .text_block{
    padding: 40px;
    border: 10px solid #f0eaea;
}
.price_listers{
    margin-top: 10px;
    max-width: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.list_item_price{
    display: flex;
    justify-content: space-between;
    width: 100%; 
    font-weight: 500;
    align-items: center;
    position: relative;
    font-size: 16px;
}
.list_item_price .vals_price{
    text-align: right;
    background: #fff;
    z-index: 1;
    padding-left: 5px;
}
.list_item_price .title_zagls{
    background: #fff;
    z-index: 1;
    padding-right: 5px;
}
.list_item_price:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b7b7b7;
    z-index: 0;
}
.cont_bntserv{
    margin-top: 35px;
}
.cont_bntserv .callback_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    height: 50px;
    padding: 0 20px;
    transition: background .2s linear;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #6f2f2f;
}
.cont_bntserv .callback_btn:hover {
    background: #521d1d;
}
.box_price_serv .title_centes_price{
    line-height: 1.1em;
}
.box_price_serv{
    margin-bottom: 60px;
}

.reviews.inservice{
    margin-bottom: 70px;
    background: #f9f9f9!important;
    padding: 70px 0;
}
.reviews.inservice .swiper:before{
    background: #f9f9f9!important;
}
.reviews.inservice:after{
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
}



.reviews_s0 a.review{
    display: flex;
    gap: 15px;
}
.reviews_s0 .thumb{
    min-width: 215px;
}
.reviews_s0 .text_review{
    margin-top: 20px;
    font-weight: 450;
    font-size: 14px;
}
.reviews_s0 .swiper-slide{
    transition: .2s ease;
}

.maintitleinpage{
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;   
}

.grig_list_servs{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
    margin-top: 40px; 
}
.item_post_box{
    width: 100%;
    padding: 10px;
    border: 1px solid #c5c5c5;
}
.item_post_box .wrap_image_service a{
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
}
.item_post_box .wrap_image_service img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease;
}
.item_post_box:hover .wrap_image_service img{
    transform: scale(1.04);
}
.name_servicer{
    margin-top: 15px;
    font-size: 18px;
}
.price_related_serv{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 450;
}
.btn_servreltd{
    text-align: center;
    display: block;
    margin-top: 20px;
    color: #FFF;
    background: #6f2f2f;
    text-decoration: none;
    padding: 15px; 
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    transition: .2s ease;
}
.btn_servreltd:hover{
    background: #521d1d;
}

.constructor_block.list_servises{
    margin-bottom: 70px;
}


.list_servises .form .service{
    position: relative!important;
    left: unset!important;
    bottom: unset!important;
}


.price_related_serv.exept_blog{
    font-size: 14px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 51px;
}

.related_blogs{
    background: #f9f9f9!important;
    padding: 70px 0;
    margin-bottom: 0 !important;
}
.reviews.related_blogs .swiper:before{
    background: #f9f9f9!important;
}

.constructor_block.imagetext_boxse{
    margin-bottom: 70px;
}

.box_serviser_items .service_block{
    margin-bottom: 0!important;
}

.box_main_servis_box{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    gap: 40px;  
}
.image_box_sereses{
    max-width: 700px;
    width: 100%;
}
.image_box_sereses img{
    width: 100%;
    height: auto;
}
.cintes_servbox{
    max-width: 700px;
}
.cintes_servbox .title{
    font-size: 40px;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 32px;
}
.cintes_servbox .desc{
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
}
.cintes_servbox .btns {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.cintes_servbox .btns .link {
    color: currentColor;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    transition: color .2s linear;
    text-decoration: none;
    letter-spacing: .05em;
}
.cintes_servbox .btns .link:hover{
    color: #6f2f2f;;
}

.page_servixse .link_titles{
    color: #1a1a1a;
    text-decoration: unset;
    transition: .2s ease;
}
.page_servixse .link_titles:hover{
    color: #6f2f2f;
}
.itelslistservs{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.itelslistservs .razdelritles{
    color: currentColor;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}
.ilselineres a{
    color: #6f2f2f;
    text-decoration: unset;
    font-weight: 450;  
    font-size: 14px;
    transition: .2s ease;
}
.ilselineres a:hover{
    text-decoration: underline;
}
.inpage_conts .title{
    font-size: 36px;
}
.inpage_blogest .title{
    font-size: 36px;
}
.inpage_abouts .title{
    font-size: 36px;
}
.action_form.inpage_blogest{
    margin-bottom: 70px;
}
.inservs_page_go{
    display: flex!important;
    align-items: center;
    gap: 7px;
}
.inservs_page_go .icon{
    max-width: 12px;
    height: 14px;
}
footer .contacts .location{
    max-width: 350px;
}
.page_content.block{
    margin-bottom: 70px;
}
.action_form.inpage_abouts{
    margin-bottom: 70px;
}

.grig_list_servs.inpage_blogs{
    margin-top: 0!important;
}

.page_descript{
    font-weight: 450;
    max-width: 900px;
    font-size: 16px;
    margin-top: 10px;
}

.in_single_post_blog{
    margin-bottom: 30px;
}

.box_rewiewses{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page_revievses .review{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.page_revievses .review:not(:last-child){
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
}
.box_rewiewses .review .thumb{
    min-width: 220px;
    margin-bottom: 0;
}
.box_rewiewses .text_review{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 450;
    color: #484848;
}
.reviews .box_rewiewses .name{
    font-size: 16px;
}

.box_keys_pagelist{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.item_keys_wrap:not(:last-child){
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
}
.title_wrap_keys .title_item_keys{
    font-size: 22px;
    color: #1a1a1a;
    text-decoration: none;
}
.title_wrap_keys .title_item_keys:hover{
    color: #6f2f2f;
}
.wrap_sud_keys{
    margin-top: 20px;
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
}
.name_sude_keys{
    font-weight: 400;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.name_sude_keys:after{
    content: '';
    width: 1px;
    height: 20px;
    background: #c5c5c5;
    display: block;
}
.link_wrap_sude a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6f2f2f;
    font-size: 16px;
}
.link_wrap_sude a img{
    max-width: 22px;
}
.wrap_data_delo_keys{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6a6a6a;
    font-weight: 450;
    font-size: 14px;
}
.wrap_data_delo_keys img{
    max-width: 18px;
    margin-top: -1px;
}
.wrap_descr_keys{
   margin-top: 20px; 
}
.text_deskr_keys{
     margin-top: 10px;   
}
.text_deskr_keys ul, .text_deskr_keys ol{
    padding-left: 1.5rem;
}
.text_deskr_keys{
    font-weight: 450;
    font-size: 14px;
}

.box_docs_page_wrpa{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center; 
}
.box_docs_page_wrpa .item_keys_wrap iframe{
    width: 700px;
}
.box_docs_page_wrpa .item_keys_wrap .title_boxer_sers{
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
}

.accordion-item {
    margin-bottom: 10px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    background: #f9f9f9;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a18;
}
.accordion-button span{
    padding-right: 10px;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #6f2f2f;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.wrap_table_price {
    margin-top: 10px;
    margin-bottom: 20px;
}
.wrap_table_price table {
    width: 100%;
}

.wrap_table_price tbody td {
    font-size: 14px;
    padding: 18px 30px;
    border-bottom: 1px solid #cfc2c2;
    font-weight: 450;
}
.wrap_slider_blog{
    position: relative;
    width: calc(100% - 484px);
    margin-right: 0;
    margin-left: auto;
}
.wrap_bnts_slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wrap_bnts_slider .swiper-button-prev{
    position: absolute;
    left: -25px;
    margin: 0;
    top: calc(50% - 25px);
    z-index: 4;
}
.wrap_bnts_slider .swiper-button-next{
    position: absolute;
    right: -25px;
    margin: 0;
    top: calc(50% - 25px);
    z-index: 4;
}
.wrap_bnts_slider .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.wrap_bnts_slider .swiper-button-next.swiper-button-disabled{
    opacity: 0;
}

.wrap_navserchhead{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 60px;
}
.wrap_search_field{
    position: relative;
    display: flex;
    align-items: center;
}
.sercho_inp{
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 2px solid #d8d8d8;
    padding: 20px;
    font-size: 18px;
}
.serch_btm{
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    padding: 0;
}
.serch_btm svg path{
    transition: .2s ease;
}
.serch_btm:hover svg path{
    stroke: #6f2f2f;
}
.search_btns svg path{
    transition: .2s ease;
}
.search_btns:hover svg path{
    stroke: #6f2f2f;
}

.title_serchrazd {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: #f0eaea;
    padding: 10px;
    color: #000000;
    text-align: center;
}

.dsdall_link{
    background: #6f2f2f;
    color: #fff;
    text-decoration: unset;
    padding: 20px 25px;
}

.checkbox.novalid{
    color: #cd2c2c!important;
}


@media (min-width: 1990px){
    header:after {
        width: 26vw;
    }
    header .cont{
        max-width: 1488px;
        padding-left: 0;   
        padding-right: 0;
    }
    .main_slider .title {
        font-size: 2.8vw;
    }
}

@media (max-width: 1439px){
    .page_descript{
        font-size: 14px;
    }
    .wrap_navserchhead {
        gap: 40px;
    }
    .search_btns{
        height: 25px;
    }
    .search_btns svg{
        max-width: 20px;
    }
    .title_serchrazd {
        font-size: 18px;
    }
}
@media (max-width: 1279px){
    .wrap_navserchhead {
        gap: 25px;
    }
}
@media (min-width: 1024px){
    .hide_peca{
        display: none!important;
    }
}
@media (max-width: 1024px){
    .hide_mobile{
        display: none!important;
    }
    .box_price_serv .col{
        page-break-inside: unset;
        break-inside: unset;
        --webkit-column-break-inside: unset;
    }
    .box_price_serv .columns{
        column-count: 1;
    }
    .box_wrap_conprices{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .conest_titlebox{
        width: calc(50% - 10px);
    }
    .consest_pricers{
        width: calc(50% - 10px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box_wrap_conprices{
        margin-top: 0!important;
    }

    .constructor_block.list_servises{
        margin-bottom: 60px;
    }
    .related_blogs {
        padding: 50px 0 70px 0;
    }
    .constructor_block.imagetext_boxse {
        margin-bottom: 60px;
    }
    .constructor_block.block {
        margin-bottom: 60px;
    }
    .reviews.inservice {
        margin-bottom: 60px;
        padding: 60px 0;
    }
    .action_form.inpage_abouts{
        margin-bottom: 50px;
    }
    .page_descript{
        font-size: 13px;
    }
    .wrap_navserchhead{
        flex-wrap: wrap;
    }
    .wrap_navserchhead .menu-headmenu-container{
        order: 2;
    }
    .top_level_search {
        order: 1;
        width: 100%;
    }
    .sercho_inp {
        height: 45px;
        border: 1px solid #d8d8d8;
        padding: 15px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .serch_btm {
        right: 15px;
    }
    .wrap_navserchhead {
        gap: 15px;
    }
    .top_level_search .serch_btm path{
        stroke: #a5a5a5;
    }
    .page_single_blog table{
        width: 100%!important;
    }


}
@media (max-width: 768px){
    .conest_titlebox {
        width: 100%;
    }
    .consest_pricers{
        width: 100%;
    }
    .box_price_serv .text_block {
        padding: 30px;
    }
    .price_listers {
        margin-top: 0;
        max-width: 100%;
    }
    .box_price_serv {
        margin-bottom: 50px;
    }
    .reviews_s0 a.review {
        gap: 0;
        flex-wrap: wrap;
    }
    .reviews_s0 .text_review {
        margin-top: 10px;
    }
    .reviews_s0 .thumb {
        width: 100%;
    }
    .reviews .review .thumb {
        height: 360px;
    }
    .action_form.inservs_page {
        margin-bottom: 75px !important;
    }
    .reviews_s0 .text_review {
        font-size: 13px;
    }

    .price_related_serv.exept_blog{
        font-size: 12px;
        font-weight: 450;
    }
    .item_post_box .wrap_image_service a {
        height: 200px;
    }
    .imagetext_boxse .title{
        padding-right: 50px;
    }
    .reviews.inservice {
        margin-bottom: 50px;
        padding: 60px 0 70px 0;
    }

    .inpage_conts .title{
        display: none!important;
    }
    .inpage_conts .desc{
        margin-top: 0!important;
    }
    .in_single_post_blog {
        margin-bottom: 20px;
    }
    .in_single_post_blog .constructor_block{
        margin-bottom: 20px;
    } 
    .page_revievses .review {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box_rewiewses .text_review {
        font-size: 14px;
    }
    .reviews .box_rewiewses .name {
        font-size: 16px;
        text-align: center;
    }
    .title_wrap_keys .title_item_keys {
        font-size: 18px;
    }
    .wrap_sud_keys {
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 7px;
    }
    .name_sude_keys:after{
        display: none;
    }
    .text_deskr_keys {
        font-size: 13px;
    }
    .link_wrap_sude a img {
        max-width: 18px;
    }
    .name_sude_keys {
        font-size: 14px;
        width: 100%;
    }
    .link_wrap_sude a {
        font-size: 14px;
    }
    .wrap_data_delo_keys img {
        max-width: 16px;
    }

    .box_docs_page_wrpa .item_keys_wrap iframe{
        width: 100%!important;
    }
    .box_docs_page_wrpa .item_keys_wrap .title_boxer_sers {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .title_serchrazd {
        font-size: 16px;
        margin-bottom: 15px;
    }

}

@media (max-width: 580px){
    .grig_list_servs {
        grid-template-columns: 1fr!important;
    }
    .item_post_box .wrap_image_service a {
        height: 49vw!important;
    }
}