* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
input {
    outline: none !important;
}
.wrapper {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.attachment-page {
    margin: 30px 0;
}
.slick-slide img {
    height: auto;
}
.slick-vertical .slick-slide {
    height: 104px;
}
.new_bg {
    height: 100%;
    min-height: 660px;
    width: 100%;
    display: flex;
    align-items: center;
}

.new_bg img {
    background-size: cover !important;
    position: absolute;
    height: 661px;
    width: 100%;
    margin: 0 auto;
}
.align_center {
    /* height: 460px; */
    width: 100%;
}

/* .new_bg .banner_title {
    font-size: 49px;
    top: 2px;
    display: block;
    padding-left: 35px;
    } */

.banner_title_whitewrap {
    padding: 0 25px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #0084c9;
}
.new_bg .banner_title h1 {
    font-size: 3rem;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 5px 15px 5px 15px;
}
.new_bg .banner_title p {
    font-size: 36px;
    line-height: 56px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: 0;
}
.new_bg .banner_description {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 25px;
    display: block;
    text-align: center;
}
.banner_desc_blackwrap {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* .top_border_form {
    position: relative;
    padding-top: 50px;
    } 
.top_border_form:before {
    content: '';
    display: block;
    background: url(/local/templates/zaborcervice/css/../image/bborder.png)50% repeat-x;
    height: 4px;
        }*/
.ajax_form.af_example {
    width: 100%;
}
.banner_form {
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    padding: 4px 28px 25px;
    overflow: hidden;
    display: block;
    position: relative;
    opacity: 0.9;
}
.banner_form .text-right {
    text-align: center;
}
.form_title {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0;
    position: relative;
}
.form_title:after {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: -15px;
    left: 50%;
    width: 144px;
    background: url(../image/wborder.png) 50% no-repeat;
    height: 6px;
}
.form-group-feedback .form-control-feedback {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.btn,
button,
input[type='submit'],
button.btn,
input[type='submit'].btn,
input[type='button'] {
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 35px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    white-space: normal;
    transition: all 0.3s ease;
}

input[type='button'] {
    color: #000;
    font-size: 2rem;
    text-decoration: none;
    border: 1px solid #6bdcff;
    background: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.form-group-feedback {
    position: relative;
}
.form-control,
input[type='text'],
select,
textarea,
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='file'] {
    border: 1px solid #fff;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 12px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}
.form_input {
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.8);
}

#type__fences p span {
    margin: 0 30px;
    display: block;
    text-align: justify;
}
/**********
galery-item
***********/
.gallery-item {
    margin: 15px 0;
    height: 345px;
}

.gallery-item__hover {
    position: relative;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}
.gallery-item__hover::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 42, 41, 0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-item__hover:hover::before,
.modal a.modal-close:hover {
    opacity: 1;
}
.gallery-item__img {
    width: 100%;
    min-height: 360px;
    height: auto;
}

.gallery-item__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
}
.gallery-item__btn,
.gallery-item__price,
.gallery-item__title {
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-item__hover:hover .gallery-item__price {
    right: -100%;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.gallery-item__title,
.gallery-item__title span,
.price-footer a {
    font-family: CenturyGothicBoldItalic, sans-serif;
}
.gallery-item__title {
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    min-height: 105px;
    text-align: left;
    background: #383838;
    padding: 20px 110px 20px 15px;
    line-height: 1.2;
    opacity: 0.8;
    font-size: 2rem;
}
.gallery-item__price {
    right: 10px;
    bottom: 25px;
    width: 94px;
    height: 94px;
    background: #6bdcff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    padding: 10px 0px;
}

.product-item-small-card .gallery-item__price,
.section-item .gallery-item__price,
.gallery-item__slider-card .gallery-item__price {
    right: 10px;
    bottom: 25px;
    width: 94px;
    height: 94px;
    background: #6bdcff;
    -webkit-box-shadow: 1px 1px 0 #fff;
    box-shadow: 1px 1px 0 #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    padding: 30px 0px;
}

/* 
.price__subsid {
    margin-right: 100%;
    } */
.price__currency {
    font-size: 14px;
    margin-top: -5px;
    display: block;
}
.price__cost {
    font-size: 1.85rem;
    font-weight: 700;
    /* margin-left: -5px; */
}
.gallery-item__btn {
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 3px;
    background: #52443c;
    cursor: pointer;
}
.gallery-item__hover:hover .gallery-item__btn {
    top: 30%;
}
.titleBlock {
    text-align: center;
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    margin: 0;
    padding: 30px 0 30px 0;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
}

/***************
    table__price 
****************/
#table__price {
    height: 100%;
}
.faq-block-holder {
    border: 1px solid #d3d3d3;
    font-size: 14px;
    border-radius: 15px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.faq-block-question.active > .faq-block-holder {
    border: none;
}
.faq-block-question p {
    padding-right: 50px;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    width: 87%;
    font-size: 16px;
}

.faq-block-question:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 15px;
    background: url(../image/arr-dwn.png);
    background-size: 100%;
    right: 40px;
    top: 13px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.faq-block-question.active:after {
    transform: rotate(180deg);
}
.faq-block-question.active {
    color: #fff;
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    border-radius: 15px 15px 0 0;
}
.table__block {
    /* border: 2px solid #fff; */
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}
.table__blockPrice {
    /* border: 2px solid white; */
    border-collapse: collapse;
    width: 100%;
}
.table__blockPrice td {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 5px;
}

.table__blockPrice tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table__block td {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 10px 5px;
}

/* img{
    width: 100%;
    height: 75%; 
    } */
.table__block img {
    width: 100%;
    height: 50%;
}

.table__block-title {
}

.table__block-colorGreen {
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
}
.table__block-colorRosy {
    background: #ccc0da;
}
.table__block-colorBlue {
    background: #8db4e2;
}
.table__block-colorOrange {
    background: #fcd5b4;
}
.table__block-colorRed {
    background: #da9694;
}
.table__block-colorAzure {
    background: #dce6f1;
}
.table__block-colorPink {
    background: #f2dcdb;
}
.table__block-colorLightblue {
    background: #daeef3;
}
.table__block-colorBrown {
    background: #c4bd97;
}
/***********
form-payment
************/

.form_2 {
    background: url(../image/banner_2.jpg) 50% no-repeat;
    min-height: 445px;
    display: flex;
    align-items: center;
}
.form_2__title {
    font-size: 2em;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
}
.form_2__text {
    font-size: 24px;
    background: #6bdcff;
    color: #fff;
    margin: 20px 0;
    text-align: center;
    padding: 10px 10px;
}
.form_2__input {
    width: 100%;
    padding: 12px 0 12px 10px;
    border: none;
}
.form_2__submit {
    width: 100%;
    padding: 12px 0 12px 0px;
    border: none;
    background: #00a2e8;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
}
.form_2__danger {
    margin: 20px 0;
    text-align: center;
    color: #ffffff;
    background: #6bdcff;
}
#about__company {
    /* background: #fff;*/
    /* padding: 70px 0;     */
}

#about__company .company__text {
    margin: 30px 0 0 0;
}

.company {
    padding: 30px 0;
    color: #fff;
}
.company img {
    /* max-height: 247px; */
    float: right;
}
/*************
 simple__steps
**************/

#simple__steps {
    margin-bottom: 80px;
    background: #fff;
    padding: 70px 0 0 0;
}

.steps__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.simple__title {
    width: 86%;
    padding-right: 10%;
    text-align: right;
    position: absolute;
    top: -4%;
    margin: 0;
    text-transform: uppercase;
    z-index: 1;
    background-color: #fff;
    color: #8c6635;
}

.first {
    position: relative;
    z-index: 0;
}

.step__item {
    display: flex;
    align-items: flex-end;
    width: 95%;
    height: 100px;
    padding-bottom: 15px;
    border-bottom: 4px solid green;
}

.step__item:nth-child(even) {
    margin-left: auto;
    margin-top: -4px;
    border-right: 4px solid green;
    border-top: 4px solid green;
    border-radius: 0px 20px 20px 0px;
}

.icon1,
.icon3,
.icon5 {
    margin-left: 180px;
}

.icon2,
.icon4,
.icon6 {
    margin-right: 180px;
}

.step__item:nth-child(odd) {
    margin-right: auto;
    justify-content: flex-end;
    border-left: 4px solid green;
    margin-top: -4px;
    border-top: 4px solid green;
    border-radius: 20px 0px 0px 20px;
}

.step__description {
    color: #484a45;
    text-transform: uppercase;
}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6 {
    position: relative;
}

.icon1::before {
    content: url('../image/simple_img1.png');
    position: absolute;
    bottom: -80px;
    left: -140px;
}
.icon2::after {
    content: url('../image/simple_img2.png');
    position: absolute;
    bottom: -80px;
    right: -140px;
}
.icon3::before {
    content: url('../image/simple_img3.png');
    position: absolute;
    bottom: -80px;
    left: -140px;
}
.icon4::after {
    content: url('../image/simple_img4.png');
    position: absolute;
    bottom: -80px;
    right: -140px;
}
.icon5::before {
    content: url('../image/simple_img5.png');
    position: absolute;
    bottom: -80px;
    left: -140px;
}
.icon6::after {
    content: url('../image/simple_img6.png');
    position: absolute;
    width: 140px;
    bottom: -80px;
    right: -180px;
    background-color: #fff;
}

.icon1:hover::before,
.icon2:hover::after,
.icon3:hover::before,
.icon4:hover::after,
.icon5:hover::before,
.icon6:hover::after {
    animation: anim 0.5s alternate ease-in-out;
}

@keyframes anim {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    50% {
        transform: translateX(20px) rotate(20deg);
    }

    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

.simple__steps--howto {
    background: url(../image/bg-howto-title.jpg) no-repeat 50%;
    line-height: 120px;
    margin: 0;
    padding: 0;
    background-size: 169.7%;
}
.howto__list {
    list-style-type: none;
}
.howto__item {
    font-size: 18px;
    color: #383838;
    padding: 20px 20% 70px 0;
    font-weight: 900;
}
.howto__item--bg1 {
    background: url(../image/bg-howto1.jpg) no-repeat 50% 0;
    background-size: 174%;
    padding: 90px 0 0 140px;
}
.howto__item:nth-child(even) {
    text-align: right;
}
.howto__item--bg2 {
    background: url(../image/bg-howto2.jpg) no-repeat 50% 0;
    background-size: 174%;
}
.howto__item--bg3 {
    background: url(../image/bg-howto3.jpg) no-repeat 50% 0;
    background-size: 174%;
    padding: 90px 0 0 140px;
}
.howto__item--bg4 {
    background: url(../image/bg-howto4.jpg) no-repeat 50% 0;
    background-size: 174%;
}
.howto__item--bg5 {
    background: url(../image/bg-howto5.jpg) no-repeat 50% 0;
    background-size: 174%;
    padding: 90px 0 0 140px;
}
.howto__item--bg6 {
    background: url(../image/bg-howto6.jpg) no-repeat 50%;
    background-size: 174%;
}

/******************
    managers__block
*******************/
.managers__item {
    border: 1px solid #6bdcff;
    padding: 20px;
    box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
}

.managers__assets img {
    width: 100%;
}
.managers__name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}
.managers__status {
    padding-bottom: 15px;
    border-bottom: 1px solid #6bdcff;
    margin-bottom: 15px;
    text-align: center;
}
.managers__send {
    color: #fff;
    text-transform: uppercase;
    background: #6bdcff;
    /* border-radius: 3px; */
    max-width: 150px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.managers__send:hover {
    text-decoration: none;
    outline: 1px solid #6bdcff;
    background: #fff;
    color: #6bdcff;
}
/*************** 
    work__result 
****************/
.sliderworkResult-Block {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    max-height: 535px;
    overflow: hidden;
}
.sliderworkResult-Block .before {
    position: absolute;
    top: 0px;
    width: 150px;
    background: black;
    color: #fff;
    height: 50px;
    opacity: 0.7;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.sliderworkResult-Block .after {
    position: absolute;
    top: 0px;
    width: 150px;
    background: black;
    color: #fff;
    height: 50px;
    opacity: 0.7;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.sliderworkResult-Block .slid-i img {
    width: 100%;
}
/************* 
    advantages 
**************/
.advantages {
    background-image: url(../image/bg_advantages.png);
    background-size: contain;
    background-position: 50% 70px;
    background-repeat: no-repeat;
    /* padding-top: 70px; */
    text-align: center;
    /* padding-bottom: 70px; */
}
.advantages .item {
    min-height: 200px;
    height: auto;
    padding-right: 4%;
    padding-left: 4%;
}
.advantages-item__img {
    min-width: 81px;
    width: auto;
    height: auto;
}
.advantages-item__title {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: CenturyGothicBold, sans-serif;
    color: #383838;
    margin-top: 35px;
}
.advantages-item__descr {
    font-weight: 700;
    color: #383838;
}
.flex-wrap {
    min-width: 100%;
}
.flex-wrap,
.flex-wrap__item.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap__item.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.advantages .submit {
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid #8c6635;
    padding: 35px;
}
.advantages-submit__title {
    font-size: 24px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: CenturyGothicBoldItalic, sans-serif;
}

.advantages-submit__descr {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    display: block;
}
a.button-green,
a.button-green-big,
a.button-green-big-extra {
    position: relative;
    display: inline-block;
    font-family: CenturyGothicBold, sans-serif;
    width: 100%;
    text-decoration: none;
    text-align: center;
    background-color: #6bdcff;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 10px 15px;
    white-space: normal;
}
a.button-green-big-extra:hover,
a.button-green-big:hover,
a.button-green:hover {
    background-color: #3d760c;
    color: #fff;
}
/* a.button-green {
    font-size: 18px;
    } */
.advantages .item:hover {
    transform: translateY(-4px);
}
.advantages .item {
    transition: all 0.3s ease;
}
/****************
    rewievs-slick
*****************/
.review_owl_img {
    display: flex;
    justify-content: center;
}
.review_owl_img img {
    width: auto;
    max-width: 100%;
}
.review_owl_text {
    width: 100%;
}
.review_owl_text span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0 15px 0;
    text-align: center;
}
.reviews-slick .slick-prev {
    background: url(../image/right-arrow.png) 50% no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}
.reviews-slick .slick-next {
    background: url(../image/left-arrow.png) 50% no-repeat;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 25%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}
/*****************
    our Production 
******************/
.block-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.block-gallery-viewer {
    width: 84%;
    height: 590px;
    float: left;
    background: #eee;
    margin-right: 0.5%;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s;
}
.block-gallery-items {
    width: 15%;
    float: left;
    transition: all 1s;
}
.block-gallery-items > a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.5s;
}
.block-gallery-items > a > img {
    max-width: 100%;
    width: 100%;
    transition: all 0.3s;
}
/*********************
    form-ourProduction 
**********************/
.form__gallery-banner {
    background: url(../image/banner_3.jpg) 50% repeat;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.form__gallery-wrapper {
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
}
.form__gallery-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.form__gallery-banner:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid white;
    position: absolute;
}
.form__gallery {
    margin: 30px 0 0 0;
}
.form__gallery-submit {
    background: #f7b600;
    color: #3d445a;
    font-weight: bold;
    width: 100%;
    padding: 10px 0 10px 0px;
    border: none;
    font-size: 16px;
    transition: 0.3s;
}
/************
    map Block  
*************/
#mapBlock {
    position: relative;
    height: 400px;
}
.show640px {
    display: none;
}
.noshow640px {
    display: block;
}
#test_map {
    position: relative;
    height: 400px;
}

.map__contactBlock {
    position: absolute;
    height: 95%;
    /* right: 190px; */
    width: 50%;
    z-index: 10;
    background: #ffffff;
    padding: 20px 0 20px 0px;
    /* margin: 10px 0px; */
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
}
.mapBlock__wrapper {
    display: flex;
    justify-content: center;
}

.map__contactBlock h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.map__contactBlock-addres {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}
.map__contactBlock-mail {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    /*justify-content: center;*/
    /* margin: 0 0 0 105px; */
}
.map__contactBlock-mail a {
    padding: 0 15px;
    font-weight: bold;
    color: #6bdcff;
}
.map__contactBlock-phone a {
    padding: 0 15px;
    font-weight: bold;
    color: #6bdcff;
}
.map__contactBlock-phone {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    /*justify-content: center;*/
    /* margin: 10px 0 0 105px; */
}
.map__contactBlock-small {
    color: #282828;
    font-size: 14px;
    display: flex;
    /*justify-content: center;*/
    /* margin: 20px 0 0 105px; */
}

/***********
    FOOTER
************/

.servicesBlock-foo {
    font-size: 1.5rem;
    color: #333;
}

.servicesBlock-foo a {
    display: block;
    color: #333;
}
.footer-contacts a {
    font-size: 20px;
}
.footer_order img {
    width: 100px;
}
.foo-contact a {
    padding: 0 0 0 15px;
    color: #6bdcff;
    font-weight: bold;
}
.footer_order_link {
    padding: 15px 0 0 0;
}
.footer_order_link a {
    padding-left: 0;
}
.footer_order {
    /*    text-align: center;*/
    padding: 15px 0 0 0;
    font-weight: 700;
}
.slick-track {
    /* height: 665px; */
}
.slick-slide-item {
    /* height: 100%; */
    /* box-sizing: border-box; */
}
.slick-list {
    padding: 0 !important;
    height: 100%;
}

.slick-slide {
    height: auto;
}

.scrollup {
    width: 60px;
    height: 60px;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    /* text-indent: -9999px; */
    background-image: url(/local/templates/zaborcervice/image/icon_top.png);
    z-index: 9999;
    background-repeat: round;
}

/***************
ITEM PAGE
***************/
#background__block-cardProduct {
    height: 300px;
}
.background__block-cardProduct--title {
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background__block-cardProduct--title h1 {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

#cardProduct__block img {
    margin: 15px 0;
    width: 555px;
}
#cardProduct__block img.full {
    width: 100%;
}
#specifications__block {
    display: flex;
    justify-content: center;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
#specifications__block thead th {
    text-align: center;
    background: green;
    color: #fff;
}
.slider-card img {
    width: 100%;
    min-height: 240px !important;
}
.gallery-item__slider-card {
    margin: 0 15px;
    display: flex !important;
}
.slick-slide-item {
    max-width: 370px;
}
.slider-card > .arrPrev {
    background: #6bdcff;
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 50px;
    left: -50px;
    top: 50%;
    position: absolute;
    font-size: 3rem;
}
.slider-card > .arrNext {
    background: #6bdcff;
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 50px;
    right: -50px;
    top: 50%;
    position: absolute;
    font-size: 3rem;
}

.fancybox-button:hover {
    color: #000 !important;
}

#video__block {
    background: url(../image/zaborstroi-video.jpg) 0 0 no-repeat scroll;
    background-size: cover;
    padding-bottom: 20px;
}

.video__block-description {
    margin-top: 80px;
}
.video__block-description h2 {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 30px 0;
    font-family: CenturyGothicBoldItalic, sans-serif;
    margin-bottom: 0;
}
.video__block-description span {
    background-color: rgba(70, 70, 70, 0.8);
    text-align: center;
    padding: 30px 0;
    font-family: CenturyGothicBoldItalic, sans-serif;
    display: block;
    font-size: 24px;
    color: #fff;
}
.video__block-iframe {
    margin-top: 45px;
}

/*quiz*/

button:active,
a:active,
input:active,
button:focus,
a:focus,
input:focus {
    outline: none;
}
.checkbox-1 {
    display: none;
}
.checkbox-1-custom {
    position: absolute;
    right: 45px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: none;
}
.checkbox-1-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-1:checked + .checkbox-1-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    width: 35px;
    height: 35px;
    background: url(img/check.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.checkbox-1 {
    display: none;
}
.checkbox-1-custom {
    position: absolute;
    right: 45px;
    top: 10px;
    width: 20px;
    height: 20px;
}
.checkbox-1-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-1 {
    display: none;
}
.checkbox-1-custom {
    position: absolute;
    right: 45px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: none;
}
.checkbox-1-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-1:checked + .checkbox-1-custom::before {
    margin: auto;
    content: '';
    display: block;
    position: absolute;
    /* top: 2px; */
    /* right: 2px; */
    /* bottom: 2px; */
    /* left: 2px; */
    width: 75px;
    height: 75px;
    background: url(img/check.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.checkbox-1 {
    display: none;
}
.checkbox-1-custom {
    position: absolute;
    /* right: 60%; */
    /* top: 20%; */
    /* width: 250px;*/
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    /* margin: auto; */
}
.checkbox-1-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-2,
.checkbox-3,
.checkbox-4,
.checkbox-5,
.checkbox-6,
.checkbox-7,
.checkbox-8 {
    display: none;
}
.checkbox-2-custom,
.checkbox-3-custom,
.checkbox-4-custom,
.checkbox-5-custom,
.checkbox-6-custom,
.checkbox-7-custom,
.checkbox-8-custom {
    position: absolute;
    right: 220px;
    top: 50px;
    width: 20px;
    height: 20px;
    background: none;
}
.checkbox-2-custom,
.checkbox-3-custom,
.checkbox-4-custom,
.checkbox-5-custom,
.checkbox-6-custom,
.checkbox-7-custom,
.checkbox-8-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-2:checked + .checkbox-2-custom::before,
.checkbox-3:checked + .checkbox-3-custom::before,
.checkbox-4:checked + .checkbox-4-custom::before,
.checkbox-5:checked + .checkbox-5-custom::before,
.checkbox-6:checked + .checkbox-6-custom::before,
.checkbox-7:checked + .checkbox-7-custom::before,
.checkbox-8:checked + .checkbox-8-custom::before {
    margin: auto;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    width: 100px;
    height: 100px;
    background: url(/local/templates/zaborcervice/css/img/check.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.checkbox-2 {
    display: none;
}
.checkbox-2-custom,
.checkbox-3-custom,
.checkbox-4-custom,
.checkbox-5-custom,
.checkbox-6-custom,
.checkbox-7-custom,
.checkbox-8-custom {
    left: 0px;
    position: absolute;
    /* right: 55%; */
    /* top: 25%; */
    width: 100%;
    height: 100%;
    top: 0px;
    /* margin: auto; */
}
.checkbox-2-custom,
.checkbox-3-custom .label,
.checkbox-4-custom .label,
.checkbox-5-custom .label,
.checkbox-6-custom .label,
.checkbox-7-custom .label,
.checkbox-8-custom .label {
    display: inline-block;
    vertical-align: middle;
}

.wrap .dark {
    background-color: rgba(0, 0, 0, 0.4);
}
.wrap .dark form {
    width: 100%;
}
.wrap .dark .first {
    position: absolute;
    right: 0;
    left: 0;
}
.wrap .dark .first-quest {
    background-color: rgb(255 255 255);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
}
.wrap .dark .first-quest div {
    margin-left: auto;
    background-color: #ffffff87;
    text-align: center;
    margin-top: 7px;
    margin-right: auto;
}
.wrap .dark .first-quest .prev-btn button {
    margin-left: 50px;
    display: block;
    float: left;
    /* margin: 10px auto 10px;*/
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .first-quest .next-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .first-quest .next-btn button {
    margin-right: 50px;
    margin-bottom: 50px;
    display: block;
    float: right;
    /*margin: 10px auto 10px;*/
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .first-quest .prev-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .first-quest .item {
    /* display: inline-block; */
    margin-bottom: 30px;
}
.wrap .dark .first-quest .item label {
    display: block;
}
.wrap .dark .first-quest .item label:hover {
    cursor: pointer;
}
.wrap .dark .first-quest .item .label {
    width: 100%;
}
.wrap .dark .first-quest .item-img {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding-top: 130px;
}
.wrap .dark .first-quest .item-text {
    color: #000;
    background-color: #fff;
    padding: 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wrap .dark .first-quest .item-text p {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}
.wrap .dark .first-quest .item:nth-child(2) .item-img {
    background: url(img/first/image.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(3) .item-img {
    background: url(img/first/image1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(4) .item-img {
    background: url(img/first/image2.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(7) .item-img {
    background: url(img/first/image3.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(6) .item-img {
    background: url(img/first/image4.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(8) .item-img {
    background: url(img/first/image5.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(5) .item-img {
    background: url(img/first/image6.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .first-quest .item:nth-child(9) .item-img {
    background: url(img/first/image7.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .second-quest,
.wrap .dark .seventh-quest,
.wrap .dark .eighth-quest,
.wrap .dark .ninth-quest,
.wrap .dark .tenth-quest,
.wrap .dark .eleventh-quest,
.wrap .dark .twelfth-quest,
.wrap .dark .thirteenth-quest {
    padding-bottom: 15px;
    background-color: rgb(255 255 255);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
}
.wrap .dark .second-quest div,
.wrap .dark .seventh-quest div,
.wrap .dark .eighth-quest div,
.wrap .dark .ninth-quest div,
.wrap .dark .tenth-quest div,
.wrap .dark .eleventh-quest div,
.wrap .dark .twelfth-quest div,
.wrap .dark .thirteenth-quest div {
    margin-left: auto;
    background-color: #ffffff87;
    text-align: center;
    margin-top: 7px;
    margin-right: auto;
}
.wrap .dark .second-quest .prev-btn button,
.wrap .dark .seventh-quest .prev-btn button,
.wrap .dark .eighth-quest .prev-btn button,
.wrap .dark .ninth-quest .prev-btn button,
.wrap .dark .tenth-quest .prev-btn button,
.wrap .dark .eleventh-quest .prev-btn button,
.wrap .dark .twelfth-quest .prev-btn button,
.wrap .dark .thirteenth-quest .prev-btn button {
    display: block;
    float: left;
    margin-left: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .second-quest .next-btn button:hover,
.wrap .dark .seventh-quest .next-btn button:hover,
.wrap .dark .eighth-quest .next-btn button:hover,
.wrap .dark .ninth-quest .next-btn button:hover,
.wrap .dark .tenth-quest .next-btn button:hover,
.wrap .dark .eleventh-quest .next-btn button:hover,
.wrap .dark .twelfth-quest .next-btn button:hover,
.wrap .dark .thirteenth-quest .next-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .second-quest .next-btn button,
.wrap .dark .seventh-quest .next-btn button,
.wrap .dark .eighth-quest .next-btn button,
.wrap .dark .ninth-quest .next-btn button,
.wrap .dark .tenth-quest .next-btn button,
.wrap .dark .eleventh-quest .next-btn button,
.wrap .dark .twelfth-quest .next-btn button,
.wrap .dark .thirteenth-quest .next-btn button {
    display: block;
    float: right;
    margin-right: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .second-quest .prev-btn button:hover,
.wrap .dark .seventh-quest .prev-btn button:hover,
.wrap .dark .eighth-quest .prev-btn button:hover,
.wrap .dark .ninth-quest .prev-btn button:hover,
.wrap .dark .tenth-quest .prev-btn button:hover,
.wrap .dark .eleventh-quest .prev-btn button:hover,
.wrap .dark .twelfth-quest .prev-btn button:hover,
.wrap .dark .thirteenth-quest .prev-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .second-quest .item,
.wrap .dark .seventh-quest .item,
.wrap .dark .eighth-quest .item,
.wrap .dark .twelfth-quest .item {
    /* display: inline-block; */
    margin-bottom: 100px;
}

.wrap .dark .ninth-quest .item {
    margin-bottom: 40px;
}

.wrap .dark .tenth-quest .item,
.wrap .dark .eleventh-quest .item,
.wrap .dark .thirteenth-quest .item {
    margin-bottom: 0;
}

.wrap .dark .second-quest .item label,
.wrap .dark .seventh-quest .item label,
.wrap .dark .eighth-quest .item label,
.wrap .dark .ninth-quest .item label,
.wrap .dark .tenth-quest .item label,
.wrap .dark .eleventh-quest .item label,
.wrap .dark .twelfth-quest .item label,
.wrap .dark .thirteenth-quest .item label {
    display: block;
}
.wrap .dark .second-quest .item label:hover,
.wrap .dark .seventh-quest .item label:hover,
.wrap .dark .eighth-quest .item label:hover,
.wrap .dark .ninth-quest .item label:hover,
.wrap .dark .tenth-quest .item label:hover,
.wrap .dark .eleventh-quest .item label:hover,
.wrap .dark .twelfth-quest .item label:hover,
.wrap .dark .thirteenth-quest .item label:hover {
    cursor: pointer;
}
.wrap .dark .second-quest .item .label,
.wrap .dark .seventh-quest .item .label,
.wrap .dark .eighth-quest .item .label,
.wrap .dark .ninth-quest .item .label,
.wrap .dark .tenth-quest .item .label,
.wrap .dark .eleventh-quest .item .label,
.wrap .dark .twelfth-quest .item .label,
.wrap .dark .thirteenth-quest .item .label {
    width: 100%;
}
.wrap .dark .second-quest .item-img,
.wrap .dark .seventh-quest .item-img,
.wrap .dark .eighth-quest .item-img,
.wrap .dark .ninth-quest .item-img,
.wrap .dark .tenth-quest .item-img,
.wrap .dark .eleventh-quest .item-img,
.wrap .dark .twelfth-quest .item-img,
.wrap .dark .thirteenth-quest .item-img {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding-top: 200px;
}
.wrap .dark .second-quest .item-text,
.wrap .dark .seventh-quest .item-text,
.wrap .dark .eighth-quest .item-text,
.wrap .dark .ninth-quest .item-text,
.wrap .dark .tenth-quest .item-text,
.wrap .dark .eleventh-quest .item-text,
.wrap .dark .twelfth-quest .item-text,
.wrap .dark .thirteenth-quest .item-text {
    color: #000;
    background-color: #fff;
    padding: 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wrap .dark .second-quest .item-text p,
.wrap .dark .seventh-quest .item-text p,
.wrap .dark .eighth-quest .item-text p,
.wrap .dark .ninth-quest .item-text p,
.wrap .dark .tenth-quest .item-text p,
.wrap .dark .eleventh-quest .item-text p,
.wrap .dark .twelfth-quest .item-text p,
.wrap .dark .thirteenth-quest .item-text p {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}
.wrap .dark .second-quest .item:nth-child(2) .item-img {
    background: url(img/second/image.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .second-quest .item:nth-child(3) .item-img {
    background: url(img/second/image1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .second-quest .item:nth-child(4) .item-img {
    background: url(img/second/image2.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .seventh-quest .item:nth-child(2) .item-img {
    background: url(img/seventh/s-odnoi-storoni.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .seventh-quest .item:nth-child(3) .item-img {
    background: url(img/seventh/s-dvux-storon.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .seventh-quest .item:nth-child(4) .item-img {
    background: url(img/seventh/pod-derevo.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .eighth-quest .item:nth-child(2) .item-img {
    background: url(img/eighth/zelenii.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eighth-quest .item:nth-child(3) .item-img {
    background: url(img/eighth/korichenevii.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eighth-quest .item:nth-child(4) .item-img {
    background: url(img/eighth/ocinkovannii.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .ninth-quest .item:nth-child(2) .item-img {
    background: url(img/ninth/v-natyag.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .ninth-quest .item:nth-child(3) .item-img {
    background: url(img/ninth/s-armatyroi.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .ninth-quest .item:nth-child(4) .item-img {
    background: url(img/ninth/sekcionnie.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .tenth-quest .item:nth-child(2) .item-img {
    background: url(img/tenth/profnastil.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .tenth-quest .item:nth-child(3) .item-img {
    background: url(img/tenth/shtaket.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .tenth-quest .item:nth-child(4) .item-img {
    background: url(img/tenth/kovaniy.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .tenth-quest .item:nth-child(5) .item-img {
    background: url(img/tenth/svarnoy.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .tenth-quest .item:nth-child(6) .item-img {
    background: url(img/tenth/policarbonat.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .eleventh-quest .item:nth-child(2) .item-img {
    background: url(img/eleventh/profnastil.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eleventh-quest .item:nth-child(3) .item-img {
    background: url(img/eleventh/shtaket.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eleventh-quest .item:nth-child(4) .item-img {
    background: url(img/eleventh/kovaniy.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eleventh-quest .item:nth-child(5) .item-img {
    background: url(img/eleventh/svarnoy.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .eleventh-quest .item:nth-child(6) .item-img {
    background: url(img/eleventh/policarbonat.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .twelfth-quest .item:nth-child(2) .item-img {
    background: url(img/twelfth/stolb.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .twelfth-quest .item:nth-child(3) .item-img {
    background: url(img/twelfth/lenta.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .twelfth-quest .item:nth-child(4) .item-img {
    background: url(img/twelfth/kirpich.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .thirteenth-quest .item:nth-child(2) .item-img {
    background: url(img/thirteenth/sploshnoy.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .thirteenth-quest .item:nth-child(3) .item-img {
    background: url(img/thirteenth/shtaketnik.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .thirteenth-quest .item:nth-child(4) .item-img {
    background: url(img/thirteenth/pletenka.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wrap .dark .thirteenth-quest .item:nth-child(5) .item-img {
    background: url(img/thirteenth/elka.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrap .dark .third-quest,
.wrap .dark .fifth-quest,
.wrap .dark .sixth-quest {
    padding-bottom: 15px;
    background-color: rgb(255 255 255);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
}
.wrap .dark .third-quest div,
.wrap .dark .fifth-quest div,
.wrap .dark .sixth-quest div {
    margin-left: auto;
    margin-bottom: 20px;
    background-color: #ffffff87;
    text-align: center;
    margin-top: 7px;
    margin-right: auto;
}
.wrap .dark .third-quest .prev-btn button,
.wrap .dark .fifth-quest .prev-btn button,
.wrap .dark .sixth-quest .prev-btn button {
    display: block;
    float: left;
    margin-left: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .third-quest .next-btn button:hover,
.wrap .dark .fifth-quest .next-btn button:hover,
.wrap .dark .sixth-quest .next-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .third-quest .next-btn button,
.wrap .dark .fifth-quest .next-btn button,
.wrap .dark .sixth-quest .next-btn button {
    display: block;
    float: right;
    margin-right: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .third-quest .prev-btn button:hover,
.wrap .dark .fifth-quest .prev-btn button:hover,
.wrap .dark .sixth-quest .prev-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .third-quest label,
.wrap .dark .fifth-quest label,
.wrap .dark .sixth-quest label {
    margin: 0px 0 10px 0px;
    display: block;
    font-size: 20px;
}
.wrap .dark .third-quest label:hover,
.wrap .dark .fifth-quest label:hover,
.wrap .dark .sixth-quest label:hover {
    cursor: pointer;
}
.wrap .dark .third-quest label .label,
.wrap .dark .fifth-quest label .label,
.wrap .dark .sixth-quest label .label {
    display: inline-block;
    margin-left: 4px;
}
.wrap .dark .third-quest .checkbox,
.wrap .dark .fifth-quest .checkbox,
.wrap .dark .sixth-quest .checkbox,
.wrap .dark .third-quest .radio,
.wrap .dark .fifth-quest .radio,
.wrap .dark .sixth-quest .radio {
    display: none;
}
.wrap .dark .third-quest .checkbox-custom,
.wrap .dark .fifth-quest .checkbox-custom,
.wrap .dark .sixth-quest .checkbox-custom,
.wrap .dark .third-quest .radio-custom,
.wrap .dark .fifth-quest .radio-custom,
.wrap .dark .sixth-quest .radio-custom {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 3px;
    position: relative;
}
.wrap .dark .third-quest .checkbox-custom,
.wrap .dark .fifth-quest .checkbox-custom,
.wrap .dark .sixth-quest .checkbox-custom,
.wrap .dark .third-quest .radio-custom,
.wrap .dark .fifth-quest .radio-custom,
.wrap .dark .sixth-quest .radio-custom,
.wrap .dark .third-quest .label,
.wrap .dark .fifth-quest .label,
.wrap .dark .sixth-quest .label {
    display: inline-block;
    vertical-align: middle;
}
.wrap .dark .third-quest .checkbox:checked + .checkbox-custom::before,
.wrap .dark .fifth-quest .checkbox:checked + .checkbox-custom::before,
.wrap .dark .sixth-quest .checkbox:checked + .checkbox-custom::before,
.wrap .dark .third-quest .radio:checked + .radio-custom::before,
.wrap .dark .fifth-quest .radio:checked + .radio-custom::before,
.wrap .dark .sixth-quest .radio:checked + .radio-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    bottom: 0px;
    width: 7px;
    height: 7px;
    left: 2px;
    background: #000;
    border-radius: 2px;
}
.label {
    color: #000;
}
.wrap .dark .third-quest .radio-custom,
.wrap .dark .fifth-quest .radio-custom,
.wrap .dark .sixth-quest .radio-custom,
.wrap .dark .third-quest .radio:checked + .radio-custom::before,
.wrap .dark .fifth-quest .radio:checked + .radio-custom::before,
.wrap .dark .sixth-quest .radio:checked + .radio-custom::before {
    border-radius: 50%;
}
.wrap .dark .fourth-quest {
    background-color: rgb(255 255 255);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
}
.wrap .dark .fourth-quest div {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 30px;
}
.wrap .dark .fourth-quest .wrap-input {
    margin-bottom: 100px;
    padding: 0 90px;
}
.wrap .dark .fourth-quest .wrap-input input {
    border: solid 1px;
    border-radius: 2px;
    font-size: 18px;
    padding: 20px 20px;
    width: 100%;
}
.wrap .dark .fourth-quest .prev-btn button {
    display: block;
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .fourth-quest .next-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .fourth-quest .next-btn button {
    display: block;
    float: right;
    margin-right: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
.wrap .dark .fourth-quest .prev-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
.wrap .dark .fourth-quest label {
    margin: 20px 0 20px 200px;
    display: block;
    font-size: 20px;
}
.wrap .dark .fourth-quest label:hover {
    cursor: pointer;
}
.wrap .dark .fourth-quest label .label {
    display: inline-block;
    margin-left: 4px;
}
/* .wrap .dark .seventh-quest, */
.wrap .dark .email-quest {
    background-color: rgb(255 255 255);
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
}
/* .wrap .dark .seventh-quest div, */
.wrap .dark .email-quest div {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 30px;
}
/* .wrap .dark .seventh-quest .wrap-input, */
.wrap .dark .email-quest .wrap-input {
    margin-bottom: 40px;
    padding: 0 200px;
}
/* .wrap .dark .seventh-quest .wrap-input input, */
.wrap .dark .email-quest .wrap-input input {
    border: solid 1px;
    border-radius: 2px;
    font-size: 18px;
    padding: 20px 20px;
    width: 100%;
    margin-bottom: 15px;
}
/* .wrap .dark .seventh-quest .prev-btn button, */
.wrap .dark .email-quest .prev-btn button {
    display: block;
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
/* .wrap .dark .seventh-quest .next-btn button:hover, */
.wrap .dark .email-quest .next-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
/* .wrap .dark .seventh-quest .next-btn button, */
.wrap .dark .email-quest .next-btn button {
    display: block;
    float: right;
    margin-right: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    background-color: #49ca08;
    border: none;
    border-radius: 30px;
    padding: 16px 42px;
    color: #fff;
}
/* .wrap .dark .seventh-quest .prev-btn button:hover, */
.wrap .dark .email-quest .prev-btn button:hover {
    cursor: pointer;
    background-color: #49d508;
}
/* .wrap .dark .seventh-quest label, */
.wrap .dark .email-quest label {
    margin: 20px 0 20px 200px;
    display: block;
    font-size: 20px;
}
/* .wrap .dark .seventh-quest label:hover, */
.wrap .dark .email-quest label:hover {
    cursor: pointer;
}
/* .wrap .dark .seventh-quest label .label, */
.wrap .dark .email-quest label .label {
    display: inline-block;
    margin-left: 4px;
}
.wrap .dark h1 {
    text-align: center;
    width: 1000px;
    font-weight: 400;
    font-size: 60px;
    margin: 0 auto 30px;
}
.wrap .dark ul {
    padding: 0;
    list-style-type: none;
}
.wrap .dark ul li {
    width: 436px;
    margin: 0 auto;
}
.wrap .dark ul li p {
    font-size: 18px;
    margin: 3px 0;
}
.wrap .dark {
    text-align: center;
}
.wrap .dark .first-btn {
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.wrap .dark .first-btn:hover {
    cursor: pointer;
    background-color: #ca0808;
}
.wrap .dark .prise {
    text-align: center;
    font-size: 14px;
}
.popup-thank {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-thank .popup-close {
    position: absolute;
    top: 28px;
    right: 50px;
    font-size: 60px;
}
.popup-thank .popup-close:hover {
    cursor: pointer;
}
.popup-thank-wrap {
    margin-top: 260px;
}
.popup-thank-container {
    border-radius: 3px;
    margin: 0 auto;
    padding: 15px 30px 20px;
    text-align: center;
    width: 400px;
    color: #000;
    background-color: #fff;
}
.spisok_quiz {
    display: table;
    margin: 0 auto;
    /* margin-left: 40%;	 */
}
.thank_button {
    background: #6bdcff;
}
.name_user {
    font-size: 2rem;
}

.construction__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.construction__item {
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.construction__img {
    width: 100%;
}

.construction__name {
    display: block;
    margin-bottom: 10px;
}

.spisok_text {
    text-transform: none;
}
.spisok_text li {
    text-align: center;
    list-style-type: none;
    font-size: 1.5rem;
}
.spisok_text li p {
    margin-bottom: 0px;
}

.head_text_quiz {
    font-size: 2rem;
}

/*Таблица*/
.tableParams {
    margin: 10px 30px;
}
.tableParams .row div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.tableParams .row {
    /*border: 1px solid #6bdcff;*/
}
.tableParams .row:nth-child(odd) {
    color: #fff;
    background: #6bdcff;
}
.tableParams .row .col-xs-6:nth-child(even) {
    font-weight: 600;
}

.itemDetailPrice {
    color: red;
}

/* квиз */
.quiz {
    position: relative;
    z-index: 999;
    width: 60%;
    margin: 0 auto;
}

.quiz ul {
    list-style: none;
}
.quiz-section__container .close__btn {
    display: none;
}
.quiz__item {
    display: flex;
    border-radius: 4px;
    border: 1px solid #2f4e6c;
    box-shadow: 1px 1px 38px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px 1px 38px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 1px 1px 38px 0px rgba(0, 0, 0, 0.37);
    margin-bottom: 40px;
    background-color: #fff;
    padding: 20px 30px 30px 30px;
}

.quiz__question {
    width: 100%;
}

.quiz2__item,
.quiz3__item,
.quiz4__item,
.quiz5__item,
.quiz6__item,
.quiz7__item,
.quiz9__item,
.quiz10__item,
.quiz11__item,
.quiz12__item,
.quiz13__item,
.quiz8__item {
    display: none;
}

.questions__title {
    font-weight: 400;
    font-size: 30px;
}
/* progressBar */
.questions__header {
    display: flex;
    justify-content: space-between;
}

.diagram {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #49ca08;
    position: relative;
    overflow: hidden;
}
.diagram::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    opacity: 1;
}
.diagram .piece {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}
.diagram .piece::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}
.diagram .piece.left {
    transform: rotate(0deg);
    z-index: 2;
    border-radius: 50%;
}
.diagram.over_50 .piece.left {
    transform: rotate(180deg);
}
.diagram .piece.right {
    transform: rotate(180deg);
    z-index: 1;
    border-radius: 50%;
}
.diagram.over_50 .piece.right {
    transform: rotate(360deg);
}
.diagram .left::before {
    background: #cacaca;
}
.diagram.over_50 .left::before {
    background: #49ca08;
}
.diagram .right::before {
    background: #cacaca;
}
.diagram .questions__number {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions__number {
    white-space: nowrap;
    font-size: 14px;
    color: #6a7274;
}

/* question1 */
.question1__title {
    margin-bottom: 0;
}

.question1__list,
.question2__list,
.question3__list,
.question4__list,
.question5__list,
.question6__list,
.question7__list,
.question9__list,
.question10__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question1__item {
    position: relative;
    width: 23%;
    margin-bottom: 10px;
}

.question1__img {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}

/* кастомные чекбоксы */
.custom__radio {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.custom__radio + label {
    user-select: none;
}
.custom__radio + label::before {
    content: '';
    position: absolute;
    display: block;
    top: calc(100% / 4);
    left: calc(100% / 3);
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom__radio:checked + label::before {
    background-size: contain;
    background-image: url('img/check.png');
}

.question1__lbl,
.question2__lbl,
.question3__lbl,
.question4__lbl,
.question5__lbl,
.question6__lbl,
.question7__lbl,
.question9__lbl,
.question10__lbl {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
/* question2 */
.question2__item,
.question3__item,
.question4__item,
.question5__item,
.question6__item,
.question7__item,
.question9__item,
.question10__item {
    position: relative;
    width: 32%;
}

.question__items {
    max-height: 240px;
}

.question2__item .custom__radio + label::before,
.question3__item .custom__radio + label::before,
.question4__item .custom__radio + label::before,
.question5__item .custom__radio + label::before,
.question6__item .custom__radio + label::before,
.question7__item .custom__radio + label::before,
.question9__item .custom__radio + label::before,
.question10__item .custom__radio + label::before {
    left: 40%;
}

.question__item_big {
    width: 45%;
}

.question__item_big .custom__radio + label::before {
    top: calc(100% / 6);
    left: 42%;
}

.question2__img,
.question3__img,
.question4__img,
.question5__img,
.question6__img,
.question7__img,
.question9__img,
.question10__img {
    margin-bottom: 15px;
}
/* question11 */
.question11__list,
.question12__block,
.question13__list {
    width: 65%;
    margin: 0 auto;
}

.question11__item,
.question13__item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.question11__radio + label::before,
.question11__check + label::before,
.question13__radio + label::before,
.question13__check1 + label::before,
.question13__check2 + label::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.question11__radio:checked + label::before,
.question11__check:checked + label::before,
.question13__radio:checked + label::before,
.question13__check1:checked + label::before,
.question13__check2:checked + label::before {
    background-image: none;
    background-color: #49ca08;
    opacity: 0.5;
}

.question11__lbl,
.question13__lbl {
    width: 100%;
    font-weight: 700;
    padding: 5px 10px;
}

.question11__input,
.question13__input {
    display: none;
    border: 1px solid #eaeaea;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
    z-index: 1;
}

.question11__input:focus-visible,
.question12__input:focus-visible,
.question13__input:focus-visible {
    border: 2px solid #49ca08;
    caret-color: #49ca08;
}

/* question12 */
.question12__title {
    display: inline-flex;
    flex-direction: column;
    line-height: 24px;
    margin-bottom: 50px;
}

.question12__title small {
    font-size: 16px;
    text-align: center;
    color: #aaaaaa;
}

.question12__block {
    margin-bottom: 15px;
}
.question12__input {
    width: 100%;
    display: block;
    font-size: 14px;
    height: 50px;
    border: none;
    padding: 20px 30px;
    background-color: rgba(233, 242, 191, 0.5);
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 25%);
    border-radius: 5px;
}
.questions__block-btn {
    display: flex;
    justify-content: center;
}

.questions__block-btn button {
    border-radius: 15px;
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    color: #fff;
}
.questions__back {
    margin-right: 20px;
}

/* отправка формы и результаты */
.quiz__last {
    width: 100%;
}
.question-end__result {
    width: 47%;
    padding: 20px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    background-color: rgba(233, 242, 191, 0.3);
}

.question-end__title {
    margin-bottom: 10px;
}

.block-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-end__form {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.question-end__form .question-end__input {
    width: 100%;
    display: block;
    font-size: 14px;
    height: 50px;
    border: none;
    padding: 20px 30px;
    background-color: rgba(233, 242, 191, 0.3);
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.question-end__submit {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-radius: 4px;
    background-color: #49ca08;
    margin-bottom: 10px;
}

.question-end__label {
    text-align: center;
    font-size: 14px;
}

.question-end-el:not(:last-child) {
    margin-bottom: 10px;
}

.question-end__name {
    font-weight: 700;
}

.question-end__gate-name,
.question-end__goal-name {
    font-weight: 700;
}
.con-title {
    text-align: center;
}
.contac-blok {
    margin-top: 2em;
    margin-bottom: 6em;
}
.contact-title {
    margin-bottom: 1.5em;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.contact-form {
    width: 500px;
}
input.order-comm {
    padding-bottom: 30px;
}
.con-form .work-group {
    margin-bottom: 15px;
}
.questions__header.doone {
    justify-content: center;
}
.questions__header.doone .questions__title {
    font-size: 27px;
}
.contact-item {
    margin-bottom: 20px;
    font-size: 16px;
}
.quiz__popup {
    position: fixed;
    z-index: 999;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}
.overflow-suc {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888888;
    width: 100%;
    height: 100%;
    display: none;
}
.overflow-suc.active {
    display: block;
}
.overflow-popup {
    background: rgb(102 102 102 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888888;
    width: 100%;
    height: 100%;
    display: none;
}
.overflow-popup.active {
    display: block;
}
.popup-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    display: none;
}
.popup-success.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    display: block;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}
.popup-content {
    border: 1px solid #6bdcff;
    max-width: 500px;
    padding: 60px;
    font-size: 18px;
    font-weight: 800;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    z-index: 999;
}

.contac-blok {
    display: flex;
    justify-content: space-between;
}
.popup .black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

/* адаптив */

* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Montserrat light';
    src: url(/local/templates/zaborcervice/fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: 'Montserrat';
    src: url(/local/templates/zaborcervice/fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat medium';
    src: url(/local/templates/zaborcervice/fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Montserrat semi-bold';
    src: url(/local/templates/zaborcervice/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: 'Montserrat bold';
    src: url(/local/templates/zaborcervice/fonts/Montserrat-Bold.ttf);
}
.container {
    max-width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
a {
    text-decoration: none;
}
h1.main {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
h2.main {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 60px;
}
h3.main {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 40px;
}
.header {
    margin-bottom: 15px;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-list {
    list-style: none;
    display: flex;
    align-items: center;
}
.header-menu {
    position: relative;
}
.header-menu-item:not(:last-child) {
    margin-right: 43px;
}
.header-menu-link {
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    transition: all 0.3s ease;
}
.header-menu-link:hover {
    color: #6bdcff;
    transition: all 0.3s ease;
}
.header-contact-work {
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    max-width: 120px;
    margin-bottom: 10px;
}
.header-contact-work span {
    font-family: Montserrat semi-bold;
    color: #6bdcff;
}
.header-contact-tel a {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 19px;
    color: #000000;
    transition: all 0.3s ease;
}
.header-contact-tel a:hover {
    color: #6bdcff;
    transition: all 0.3s ease;
}
.header-block {
    height: 85px;
}
.header-contact-mail a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 6px;
    color: #000000;
}
.header-contact-mail {
    text-align: center;
}
.main-block {
    background-image: url(/local/templates/zaborcervice/image/form-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 481px;
    padding-top: 35px;
}
.main-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}
.main-info {
    max-width: 686px;
}
.main-info-title {
    margin-bottom: 30px;
}
.main-info-title h1 {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
}
.main-items {
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 17px 40px;
}
.main-info-step_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 17px;
}
.step-list_item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 14px;
}
.step-list_item span {
    background: #6bdcff;
    color: #fff;
    border-radius: 50%;
    padding: 3px 8px;
    margin-right: 20px;
}
.main-form {
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #6bdcff;
    border-radius: 8px;
    width: 349px;
    padding: 38px 0px 11px 0px;
}
.main-form-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #6bdcff;
    text-align: center;
    margin-bottom: 26px;
}
.form-input input {
    outline: none;
    background: #ffffff;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.46);
    width: 91%;
    border: 1px solid #6bdcff;
}
.form-input-submit input {
    border: none;
    outline: none;
    background: #6bdcff;
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 6px;
    width: 100%;
    padding: 8px 0px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.main-form-license {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.73);
    max-width: 284px;
    margin: 0 auto;
}
.form-main {
    max-width: 283px;
    margin: 0 auto;
}
.container-view {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.view-text {
    margin-bottom: 40px;
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 19px;
}
.view-item {
    width: calc(33.333% - 40px);
    position: relative;
    height: 100%;
    min-height: 250px;
    padding: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 245px;
    position: relative;
    z-index: 2;
}
.view-item_img img {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    width: 100%;
    height: 261px;
}
.view-item_name .view-item_count {
    position: absolute;
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    top: -12px;
    left: 83px;
}
.view-item_name .view-item_count:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 71px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 86px;
    border-top-left-radius: 7px;
}
.view-item_name .view-item_count:before {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 71px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: -79px;
    border-top-left-radius: 7px;
}
.view-item_name {
    position: relative;
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 13px 32px;
    border-top: none;
    max-width: 245px;
    min-width: 245px;
    text-align: center;
}
.view-item_price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #6bdcff;
    background: #ffffff;
    border-radius: 7px;
    padding: 2px 28px;
    margin-top: 26px;
    margin-bottom: 38px;
}
.view-item_link a {
    background: #6bdcff;
    border-radius: 7px;
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 62px;
}
.view-items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.price {
    background: #e9e9e9;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.04);
    padding-top: 48px;
    padding-bottom: 60px;
}
.price-container {
    max-width: 1170px;
    padding: 28px 12px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.04);
    border-radius: 26px;
}
.title-price {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    text-transform: uppercase;
    color: #6bdcff;
    text-align: center;
    margin-bottom: 53px;
}
.price-items {
    display: flex;
}
.pricce-names-title {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}
.names-item {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    cursor: pointer;
}
.names-item.active {
    color: #6bdcff;
}
.val-item-name {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    border-radius: 11px;
    padding: 12px;
    position: relative;
    cursor: pointer;
}
.item-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6bdcff;
    padding-bottom: 10px;
    margin-bottom: 28px;
}
.iten-content_name {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6bdcff;
}
.item-content_price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
}
.price-val {
    width: 100%;
    max-width: 789px;
    margin-left: 18px;
}
.val-item-content {
    margin-top: 18px;
    display: none;
}
.price-names-items {
    padding-left: 13px;
    margin-top: 16px;
}
.price-val-item {
    margin-bottom: 40px;
}
.val-item-name:after {
    content: '';
    background-image: url(/local/templates/zaborcervice/image/arrow.svg);
    width: 36px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 17px;
    top: 9px;
    transition: all 0.3s ease;
}
.val-item-name.active:after {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.price-val-item {
    display: none;
}
.price-val-item.active {
    display: block;
}
.val-item-content.active {
    display: block;
}
.all-price {
    max-width: 406px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 100px;
}
.all-price a {
    text-align: center;
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    border-radius: 11px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #ffffff;
    padding: 14px 25px;
}
.form-middle {
    background: url(/local/templates/zaborcervice/image/middle-bg.webp);
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.overflow-content {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.form-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding-top: 54px;
}
.about-text {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    max-width: 509px;
}
.about-text:nth-of-type(2) {
    margin-top: 12px;
}
.middle-license {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.73);
}
.middle-group input {
    border: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    background: transparent;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}
.middle-submit {
    width: 100%;
}
.middle-submit input {
    border: none;
    outline: none;
    background: #6bdcff;
    border-radius: 16.5px;
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    padding: 3px 51px;
    cursor: pointer;
    width: 100%;
    transition: all 0.5s ease;
}
.middle-form {
    max-width: 430px;
}
.form-content-about {
    margin-right: 69px;
}
.view-zabor {
    padding-bottom: 64px;
}
.step h2 {
    text-align: center;
}
.step-items {
    margin-top: 93px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.step-item {
    background: #ffffff;
    box-shadow: 5px 7px 10px rgb(0 0 0 / 15%);
    border-radius: 7px;
    width: calc(100% - 62px);
    padding: 40px 30px;
    position: relative;
    margin-bottom: 40px;
}
.step-item_img {
    position: absolute;
    top: -30px;
    left: -10px;
}
.step-item_title {
    font-family: 'Montserrat medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #6bdcff;
    max-width: 277px;
    margin-bottom: 10px;
}
.step-item_desc {
    font-family: 'Montserrat medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #acacac;
}
.company {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}
.company-text-title {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.company-text-info {
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
    color: #000000;
}
.company-text {
    padding-top: 6px;
    max-width: 658px;
    margin-left: 67px;
}
.company-img img {
    height: 100%;
}
.montag-container {
    max-width: 1170px;
    margin: 0 auto;
}
.montag h2 {
    text-align: center;
}
.montag-item {
    width: 298px;
}
.montag-img {
    background: #ffffff;
    box-shadow: 5px 7px 10px rgb(0 0 0 / 4%);
    border-radius: 7px;
    height: 470px;
}
.montag-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.montag-name {
    font-family: Montserrat light;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.montag-items {
    margin-top: 40px;
}
.montag-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}
.work h2 {
    text-align: center;
}
.work-container {
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}
.work-item {
    background: #ffffff;
    box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding: 30px 16px 30px 60px;
    position: relative;
    margin-bottom: 10px;
}
.work-img {
    position: absolute;
    top: -10px;
    left: -8px;
}
.work-items {
    margin-top: 35px;
}
.work-title {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #6bdcff;
    margin-bottom: 12px;
}
.work-desc {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #acacac;
}
.work-items {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
form.work-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 10px;
}
.work-group input {
    outline: none;
    border: 1px solid #6bdcff;
    border-radius: 8px;
    width: calc(100% - 26px);
}
.view-item-det {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.work-submit input {
    border: none;
    outline: none;
    background: #6bdcff;
    border-radius: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    width: 100%;
    padding: 8px 0px;
    cursor: pointer;
}
.result-work h2 {
    text-align: center;
    margin-bottom: 40px;
}
.reviews h2 {
    text-align: center;
}
.view-item:hover .view-overflow {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}
.reviews-container {
    max-width: 1170px;
    margin: 0 auto;
}
.reviews-item-img img {
    background: #ffffff;
    box-shadow: -5px 7px 10px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
}
.reviews-item-name {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin: 20px 0px;
}
.reviews-item-desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}
.form-bottom {
    background: url(/local/templates/zaborcervice/image/bot-bg_1.webp);
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.form-bot-container {
    max-width: 1170px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.48);
    border-radius: 26px;
    padding: 30px 0px;
    width: 100%;
}
.form-bottom-body {
    max-width: 590px;
    margin: 0 auto;
}
.bottom-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}
.bottom-group,
.bottom-submit {
    width: 100%;
}
.bottom-form input {
    width: calc(100% - 26px);
}
.bottom-form input[type='submit'] {
    width: 100%;
}
.bottom-license {
    text-align: center;
}
.form-bottom-title {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.bottom-license {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.bottom-group input {
    outline: none;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #bfbfbf;
    margin-bottom: 25px;
}
.bottom-submit input {
    outline: none;
    border: none;
    background: #6bdcff;
    border-radius: 5px;
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    padding: 9px 15px;
    margin-bottom: 25px;
    cursor: pointer;
}
.footer {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-items {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer-item-title {
    font-family: Montserrat medium;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #6bdcff;
    margin-bottom: 50px;
}
.footer-item-list {
    display: flex;
    flex-direction: column;
}
.footer-item-list_link {
    margin-bottom: 15px;
}
.footer-item-list_link a,
.footer-item-list_link span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.footer-date {
    position: absolute;
    bottom: 0;
    left: 313px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #545454;
}
.header-mobail {
    display: none;
}
.header-menu-mobail {
    display: none;
}
.footer-date-mobail {
    display: none;
}
div.swiper-button-next-res.swiper-button-next:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
div.swiper-button-prev-res.swiper-button-prev:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
div.swiper-button-next-res.swiper-button-next,
.swiper-rtl div.swiper-button-prev-res {
    right: -10px;
    left: auto;
    background: #fff;
    padding: 0px 12px;
}
div.swiper-button-prev-res.swiper-button-prev,
.swiper-rtl div.swiper-button-prev-res {
    left: -12px;
    right: auto;
    background: #fff;
    padding: 0px 12px;
}
/**/
div.swiper-button-next-montag.swiper-button-next:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
div.swiper-button-prev-montag.swiper-button-prev:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
div.swiper-button-next-montag.swiper-button-next,
.swiper-rtl div.swiper-button-prev-montag {
    right: -10px;
    left: auto;
    background: #fff;
    padding: 0px 12px;
}
div.swiper-button-prev-montag.swiper-button-prev,
.swiper-rtl div.swiper-button-prev-montag {
    left: -12px;
    right: auto;
    background: #fff;
    padding: 0px 12px;
}
/**/
div.swiper-button-next-res.swiper-button-next,
div.swiper-button-prev {
    top: 40%;
}
div.swiper-button-next-montag.swiper-button-next,
.swiper-rtl div.swiper-button-prev-montag {
    right: 10px;
    width: 44px;
    top: 40%;
}
div.swiper-button-next-reviews.swiper-button-next:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
div.swiper-button-prev-reviews.swiper-button-prev:after,
.swiper-rtl div.swiper-button-prev:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/image/next.png);
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
div.swiper-button-next-reviews.swiper-button-next,
.swiper-rtl div.swiper-button-prev-reviews {
    right: -10px;
    left: auto;
    background: #fff;
    padding: 0px 12px;
}
div.swiper-button-prev-reviews.swiper-button-prev,
.swiper-rtl div.swiper-button-prev-reviews {
    left: -12px;
    right: auto;
    background: #fff;
    padding: 0px 12px;
}
div.swiper-button-next-reviews.swiper-button-next,
div.swiper-button-prev-reviews {
    top: 20%;
}
div.swiper-button-next-res.swiper-button-next,
div.swiper-button-prev {
    width: 50px;
}
div.swiper-button-prev-res.swiper-button-prev,
.swiper-rtl div.swiper-button-prev-res {
    width: 50px;
}
div.swiper-button-next-reviews.swiper-button-next,
div.swiper-button-prev-reviews {
    width: 50px;
}
.container-view h2 {
    text-align: center;
}
.company-cont {
    background: linear-gradient(115.11deg, #6bdcff 10.12%, #1dd693 100.01%);
    box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
}
.view-overflow {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.view-items-cont {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.view-items-mr {
    margin-top: 20px;
}
.cont-items-views {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 20px;
}
.fixed-header {
    position: fixed;
    top: -4px;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-bottom: 10px;
    padding-top: 10px;
}
.work-container .swiper {
    height: 390px;
}
.work-container .swiper img {
    height: 100% !important;
}
.reviews-item-img {
    width: 215px;
    height: 244px;
}
.reviews-item-img img {
    height: 100% !important;
}
.reviews-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.main-quiz {
    text-align: center;
    transition: all 0.3s ease;
}
.main-quiz button {
    background: #6bdcff;
    border: none;
    border-radius: 8px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.montag-ex {
    text-align: center;
    margin-top: 5px;
}
.view-item_link:hover a {
    transition: all 0.3s ease;
    color: #6bdcff;
    background: #fff;
}
.all-price:hover a {
    background: #fff;
    color: #6bdcff;
    transition: all 0.3s ease;
}
.bottom-submit input:hover {
    border: none;
}
.footer-item-list_link a:hover {
    color: #6bdcff;
    transition: all 0.3s ease;
}

.bx-section-desc img {
    width: 100%;
}
.error {
    border: 1px solid red !important;
}
.quiz-cont {
    height: 440px;
    margin-top: 100px;
}

.calc-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
    margin-top: 30px;
}
.calc-tab {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    background: #6bdcff;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
}
.calc-tab:hover {
    text-decoration: none;
    color: #fff;
}
.calc-form form {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.calc-group-label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.form-calc-group {
    width: 33.333%;
    margin-bottom: 15px;
}
.form-calc-group select {
    border: 1px solid #6bdcff;
    border-radius: 8px;
    width: 250px;
    height: 42px;
    outline: none;
    font-size: 16px;
}
.form-calc-group input {
    border: 1px solid #6bdcff;
    border-radius: 8px;
    width: 250px;
    outline: none;
    height: 40px;
    padding-left: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.calc-result-btn {
    border: 1px solid #6bdcff !important;
    border-radius: 8px !important;
    width: 250px !important;
    outline: none !important;
    height: 40px !important;
    color: #fff !important;
    padding: 0 !important;
    margin-top: 20px;
    position: relative;
    background: #6bdcff;
    font-size: 18px !important;
    cursor: pointer;
}
.calc-result-btn:hover {
    border: 1px solid #6bdcff !important;
    border-radius: 8px !important;
    width: 250px !important;
    outline: none !important;
    height: 40px !important;
    color: #fff !important;
    padding: 0 !important;
    font-size: 18px !important;
    background: #6bdcff !important;
}
.form-calc-group-result {
    display: none;
}
.form-calc-group-result.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-calc-group input.result-value {
    border: none;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
.calc-form-feedback {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.feedback-block {
    display: flex;
}
.feedback-advantages {
    font-weight: 500;
    font-size: 33px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.feedback-advantages-sub {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 25px;
}
.feedback-advantages-sub span {
    color: #6bdcff;
}
.feedback-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-right: -30px;
    width: 100%;
}
.feedback-list div {
    background: rgb(106 220 255);
    border-radius: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 613px;
}
.feedback-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 85px;
}
.feedback-subtitle {
    margin-bottom: 20px;
}
.feedback-title {
    font-weight: 500;
    font-size: 33px;
    line-height: 26px;
    text-transform: uppercase;
    color: #6bdcff;
    margin-bottom: 10px;
}
.feedback-form-wrapper {
    max-width: 367px;
}
.feedback-group input {
    border: 1px solid #6bdcff;
    border-radius: 8px;
    width: calc(400px - 27px);
    outline: none;
    margin-bottom: 20px;
}
.feedback-group input.submit-feedback {
    border: 1px solid #6bdcff !important;
    border-radius: 8px !important;
    width: 400px !important;
    outline: none !important;
    height: 40px !important;
    color: #fff !important;
    padding: 0 !important;
    background: #6bdcff;
    cursor: pointer;
}
.calc-result-wrapper {
    position: relative;
}
.calc-result-wrapper.active:after {
    content: '';
    position: absolute;
    right: 32%;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/css/../image/dotes.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
.feedback-group-res {
    position: relative;
}
.feedback-group-res.active:after {
    content: '';
    position: absolute;
    right: 135px;
    top: 21px;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/zaborcervice/css/../image/dotes.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-menu-link {
    position: relative;
    z-index: 11;
}
.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    top: 5px;
    left: -19px;
    padding: 30px 20px 10px 20px;
    z-index: 10;
    width: max-content;
}
.sub-menu li {
    margin-bottom: 10px;
}
.sub-menu li:last-child {
    margin-bottom: 0;
}
.sub-menu a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: all 0.3s ease;
}
.sub-menu a:hover {
    color: #6bdcff;
    transition: all 0.3s ease;
}
.header-menu-item {
    position: relative;
}
.header-menu-item span {
    cursor: default;
}
.header-menu-item:hover .sub-menu {
    display: block;
    transition: all 0.3s ease;
}
.calc-form {
    margin-top: 40px;
}
.calc-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.calc-list-item {
    display: block;
    width: calc(50% - 10px);
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
    max-height: 380px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.calc-list-item img {
    border-radius: 8px;
    width: 100%;
}
.calc-list-item:nth-of-type(2),
.calc-list-item:nth-of-type(4) {
    margin-right: 0;
}
.overflow-calc {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 2;
}
.calc-info {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
}
.calc-item-val {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #6bdcff;
    margin-top: 5px;
}
.calc-list-item:hover .calc-item-val {
    background-image: linear-gradient(to right, #6bdcff, #6bdcff, #6bdcff, #6bdcff, #6bdcff, #6bdcff);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transition: all 0.3s ease;
}
.calc-list-item:hover img {
    filter: blur(5px);
    transition: all 0.3s ease;
}
.dop-block {
    width: 100%;
}
.dop-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.dop-calc-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0px;
    position: relative;
    text-transform: uppercase;
}
.dop-calc-title:after {
    content: '';
    position: absolute;
    left: 65px;
    top: 50%;
    width: 28%;
    height: 1px;
    background: #6bdcff;
}
.dop-calc-title:before {
    content: '';
    position: absolute;
    right: 65px;
    top: 50%;
    width: 28%;
    height: 1px;
    background: #6bdcff;
}
input.counter-input {
    opacity: 0;
    visibility: hidden;
    width: 30px;
    padding-left: 0;
    text-align: center;
    transition: all 0.3s ease;
}
.counter-input.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}
.calc-description {
    max-width: 1010px;
    margin: 0 auto;
}
.calc-desc-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.calc-desc-item_title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0px;
    position: relative;
}
.calc-desc-item {
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}
.calc-desc-item_arrow {
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.calc-desc-item_arrow path {
    transition: all 0.3s ease;
}
.calc-desc-item_arrow.active {
    transform: rotate(270deg);
    transition: all 0.3s ease;
}
.calc-desc-item_arrow.active path {
    fill: #3ecf55;
    transition: all 0.3s ease;
}
.color-wrapper {
    display: none;
}
.calc-desc-colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px;
}
.calc-desc-color {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 145px;
    height: 110px;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.calc-desc-color:nth-of-type(1) {
    background-color: #9b9b9b;
    color: #fff;
}
.calc-desc-color:nth-of-type(2) {
    background-color: #ddc49a;
    color: #fff;
}
.calc-desc-color:nth-of-type(3) {
    background-color: #e6d2b5;
}
.calc-desc-color:nth-of-type(4) {
    background-color: #861a22;
    color: #fff;
}
.calc-desc-color:nth-of-type(5) {
    background-color: #59191f;
    color: #fff;
}
.calc-desc-color:nth-of-type(6) {
    background-color: #442f29;
    color: #fff;
}
.calc-desc-color:nth-of-type(7) {
    background-color: #325928;
    color: #fff;
}
.calc-desc-color:nth-of-type(8) {
    background-color: #114232;
    color: #fff;
}
.calc-desc-color:nth-of-type(9) {
    background-color: #007577;
    color: #fff;
}
.calc-desc-color:nth-of-type(10) {
    background-color: #005387;
    color: #fff;
}
.calc-desc-color:nth-of-type(11) {
    background-color: #00387b;
    color: #fff;
}
.calc-desc-color:nth-of-type(12) {
    background-color: #d7d5cb;
}
.calc-desc-color:nth-of-type(13) {
    background-color: #ecece7;
}
.calc-desc-color:nth-of-type(14) {
    background-color: #faca30;
}
.calc-desc-title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}
.calc-text {
    margin-bottom: 30px;
}
.color-title {
    font-size: 17px;
    text-align: center;
}
.other-wrapper {
    display: none;
}
.other-wrapper .color-wrapper {
    display: block;
}
.yellow .calc-desc-color:nth-of-type(1) {
    background-color: #ddc49a;
    color: #000;
}
.yellow .calc-desc-color:nth-of-type(2) {
    background-color: #e6d2b5;
    color: #000;
}
.yellow .calc-desc-color:nth-of-type(3) {
    background-color: #f1dd38;
    color: #000;
}
.yellow .calc-desc-color:nth-of-type(4) {
    background-color: #f6a950;
    color: #000;
}
.yellow .calc-desc-color:nth-of-type(5) {
    background-color: #faca30;
    color: #000;
}
.red .calc-desc-color:nth-of-type(1) {
    background-color: #9b2321;
    color: #fff;
}
.red .calc-desc-color:nth-of-type(2) {
    background-color: #861a22;
    color: #fff;
}
.red .calc-desc-color:nth-of-type(3) {
    background-color: #6b1c23;
    color: #fff;
}
.red .calc-desc-color:nth-of-type(4) {
    background-color: #6d342d;
    color: #fff;
}
.red .calc-desc-color:nth-of-type(5) {
    background-color: #792423;
    color: #fff;
}
.blue .calc-desc-color:nth-of-type(1) {
    background-color: #00387b;
    color: #fff;
}
.blue .calc-desc-color:nth-of-type(2) {
    background-color: #1f3855;
    color: #fff;
}
.blue .calc-desc-color:nth-of-type(3) {
    background-color: #191e28;
    color: #fff;
}
.blue .calc-desc-color:nth-of-type(4) {
    background-color: #005387;
    color: #fff;
}
.blue .calc-desc-color:nth-of-type(5) {
    background-color: #376b8c;
    color: #fff;
}
.green .calc-desc-color:nth-of-type(1) {
    background-color: #325928;
    color: #fff;
}
.green .calc-desc-color:nth-of-type(2) {
    background-color: #114232;
    color: #fff;
}
.green .calc-desc-color:nth-of-type(3) {
    background-color: #4d6f39;
    color: #fff;
}
.green .calc-desc-color:nth-of-type(4) {
    background-color: #61993b;
    color: #fff;
}
.green .calc-desc-color:nth-of-type(5) {
    background-color: #37422f;
    color: #fff;
}
.grey .calc-desc-color:nth-of-type(1) {
    background-color: #8c969d;
    color: #fff;
}
.grey .calc-desc-color:nth-of-type(2) {
    background-color: #817863;
    color: #fff;
}
.grey .calc-desc-color:nth-of-type(3) {
    background-color: #9b9b9b;
    color: #fff;
}
.grey .calc-desc-color:nth-of-type(4) {
    background-color: #383e42;
    color: #fff;
}
.grey .calc-desc-color:nth-of-type(5) {
    background-color: #45494e;
    color: #fff;
}
.brown .calc-desc-color:nth-of-type(1) {
    background-color: #8d4931;
    color: #fff;
}
.brown .calc-desc-color:nth-of-type(2) {
    background-color: #5a3826;
    color: #fff;
}
.brown .calc-desc-color:nth-of-type(3) {
    background-color: #442f29;
    color: #fff;
}
.brown .calc-desc-color:nth-of-type(4) {
    background-color: #3d3635;
    color: #fff;
}
.brown .calc-desc-color:nth-of-type(5) {
    background-color: #755847;
    color: #fff;
}
.black .calc-desc-color:nth-of-type(1) {
    background-color: #d7d5cb;
    color: #000;
}
.black .calc-desc-color:nth-of-type(2) {
    background-color: #ecece7;
    color: #000;
}
.black .calc-desc-color:nth-of-type(3) {
    background-color: #0e0e10;
    color: #fff;
}
.black .calc-desc-color:nth-of-type(4) {
    background-color: #a1a1a0;
    color: #fff;
}
.black .calc-desc-color:nth-of-type(5) {
    background-color: #f1ece1;
    color: #000;
}
.print-calc_text {
    text-align: center;
}
.print-calc {
    margin-bottom: 10px;
}
.calc-text ul {
    padding-left: 40px;
    margin: 10px 0px;
}
.calc-text ul li {
    margin-bottom: 5px;
}
.breadcrumbs-hr {
    width: 100%;
    height: 1px;
    background: #cbcbcb;
}
.breadcrumb {
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 10px 0px;
}
.breadcrumb-item {
    margin-right: 5px;
}
.breadcrumb-item a {
    color: #000;
}
.last-item-bread span {
    color: #6bdcff;
}
.breadcrumbs-wrapper {
    margin: 15px 0px;
}
.calc-desc-color.euro:nth-of-type(1) {
    background: #2d150b;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(2) {
    background: #023612;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(3) {
    background: #6d0909;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(4) {
    background: #9ea0a1;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(5) {
    background: #c1b796;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(6) {
    background: #2d2f7c;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(7) {
    background: #104d90;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(8) {
    background: #0b7378;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(9) {
    background: #256134;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(10) {
    background: #41444a;
    color: #fff;
}
.calc-desc-color.euro:nth-of-type(11) {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.print-calc_img img {
    width: 100%;
}
.last-item-bread {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.breadcrumb-item span {
    display: flex;
    margin-left: 5px;
}
.breadcrumb-item {
    margin-right: 5px;
    display: flex;
}
.header-menu-item-sub {
    position: relative;
}
.header-menu-item-sub:before {
    content: '';
    position: absolute;
    right: -18px;
    top: 13%;
    width: 13px;
    height: 16px;
    background-image: url(/local/templates/zaborcervice/css/../image/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    transition: all 0.3s ease;
}
.header-menu-item:hover.header-menu-item-sub:before {
    width: 13px;
    height: 16px;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.content-title {
    text-align: center;
    font-weight: 600;
    margin: 40px 0;
}
.price-item_info {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}
.price-item_name {
    font-size: 35px;
    margin-right: 40px;
}
.price-item_link a {
    font-size: 16px;
    color: #6bdcff;
}
.item-table-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6bdcff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.item-table_name {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
h1.content {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin: 40px 0px;
}
.price-item-table {
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.item-table-main {
    padding: 20px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.price-item-table.active .item-table-main {
    display: block;
}
.item-table-arrow {
    transition: all 0.3s ease;
}
.item-table-arrow.active {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
.breadcrumb-item {
    margin-right: 5px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    z-index: 9999999;
    padding: 20px;
    display: none;
}
.popup.active {
    display: block;
}
.popup-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.popup-input {
    outline: none;
    border: 1px solid #cecece;
    margin-bottom: 10px;
}
.popup-input input {
    width: calc(100% - 26px);
}
.popup-subtitle {
    margin-bottom: 20px;
    text-align: center;
}
.popup-submit .popup-submit {
    background: #6bdcff;
    outline: none;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}
.popup-submit .popup-submit:hover {
    background: #6bdcff !important;
    color: #fff !important;
}
.price-page {
    display: flex;
    justify-content: space-between;
}
.price-page-list {
    border: 1px solid #6bdcff;
    padding: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 31px;
    color: #000000;
}
.price-page-name {
    font-weight: 600;
    font-size: 17px;
}
.price-item.price-item-first {
    width: 100%;
    max-width: 260px;
}
.price-page-top {
    display: flex;
    justify-content: space-between;
}
.price-page-name_first {
    width: 100%;
    max-width: 260px;
}
.price-item {
    font-size: 16px;
    margin-top: 10px;
}
.price-title {
    text-align: center;
}
.price-more {
    margin: 0 auto;
    text-align: center;
    border: 1px solid #6bdcff;
    padding: 10px 0px;
    max-width: 250px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}
.about-wrapper .main {
    text-align: center;
}
.hide {
    display: none;
}
.quiz__fieldset {
    border: none;
}
.work-wrapper {
    display: flex;
    justify-content: space-between;
}
.work-i-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 45px;
    margin-bottom: 20px;
    width: calc(50% - 106px);
    min-height: 80px;
}
.work-i {
    background: #e9e9e9;
    box-shadow: 8px 8px 10px rgb(0 0 0 / 4%);
    padding-top: 1px;
    padding-bottom: 60px;
    margin: 40px 0;
}
.work-i-item:nth-of-type(2) .work-i-item_name,
.work-i-item:nth-of-type(3) .work-i-item_name,
.work-i-item:nth-of-type(6) .work-i-item_name {
    color: #6bdcff;
}
.work-i-item:nth-of-type(2) .work-i-item_text,
.work-i-item:nth-of-type(3) .work-i-item_text,
.work-i-item:nth-of-type(6) .work-i-item_text {
    color: #acacac;
}
.work-i-item:nth-of-type(1),
.work-i-item:nth-of-type(4),
.work-i-item:nth-of-type(5) {
    background: #6bdcff;
}
.work-i-item:nth-of-type(5),
.work-i-item:nth-of-type(6) {
    margin-bottom: 0;
}
.work-i-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 810px;
    margin-right: 30px;
}
.work-i-item_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    white-space: nowrap;
}
.work-i-item_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #ffffff;
    max-width: 267px;
}
.work-i-form {
    background: #6bdcff;
    border-radius: 20px;
    padding: 35px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.work-form_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 11px;
}
.work-form_subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
}
.work-i-form form {
    display: flex;
    flex-direction: column;
}
.work-submit input {
    border: none;
    outline: none;
    background: #6bdcff;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    width: 100%;
    padding: 8px 0px;
    cursor: pointer;
}
.con-title {
    margin: 20px 0;
}
.show-all-work {
    display: block;
    margin: 20px auto;
    text-align: center;
    background: #6bdcff;
    max-width: 350px;
    padding: 20px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.table-tr {
    display: flex;
}
.table-tr:first-of-type {
    background: #6bdcff;
}
.table-tr .table-th {
    color: #fff;
    padding: 10px;
    border: 1px solid #000;
    font-size: 13px;
    font-weight: 600;
}
.table-td {
    padding: 10px;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 400;
    border-top: none;
}
.table-td:not(:last-of-type) {
    border-right: none;
}
.table-th:not(:last-of-type) {
    border-right: none;
}
.table-th-1 {
    flex: 1;
}
.table-th-2 {
    flex: 14;
}
.table-th-3 {
    flex: 2;
}
.table-th-4 {
    flex: 3;
}
.table-th-5 {
    flex: 3;
}
.table-th-6 {
    flex: 14;
}
.table-td.table-th-6 {
    text-align: end;
}
.table-name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.table-calc {
    margin: 40px 0;
}
.table-tr .table-th-res {
    border-top: none;
    flex: 1;
    color: #000;
    background: #6bdcff;
}
.table-tr .table-th-res-1 {
    border-top: none;
    color: #fff;
    flex: 28;
    font-size: 16px;
    background: #6bdcff;
    text-align: end;
}
.table-tr .table-th-res-2 {
    border-top: none;
    font-size: 16px;
    color: #fff;
    background: #6bdcff;
    flex: 10;
    text-align: end;
}
.table-result {
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    background: #6bdcff;
}
.table-result_name {
    border-right: 1px solid #000;
    padding: 10px;
    flex: 4;
    font-size: 20px;
    color: #fff;
}
.table-result_price {
    flex: 1;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.price-i-title {
    text-align: center;
}
.price-i-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.price-i-list_item {
    cursor: pointer;
    font-size: 22px;
    background: #6bdcff;
    padding: 10px 50px;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    display: block;
}
.price-i-list_item.active {
    background: #fff;
    color: #000 !important;
    border: 1px solid #6bdcff;
    transition: all 0.3s ease;
}
.price-i-list_item:hover {
    background: #fff;
    text-decoration: none;
    color: #000 !important;
    border: 1px solid #6bdcff;
    transition: all 0.3s ease;
}
.price-i-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-i-arrow img {
    width: 30px;
    height: 30px;
}
.price-i-bot_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #6bdcff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.price-i-bot_item:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.price-i-wrapper {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    border: 1px solid #6bdcff;
    margin-bottom: 25px;
}

.price-i-arrow {
    transition: all 0.3s ease;
}
.price-i-wrapper.active .price-i-arrow {
    transform: rotate(180deg);
}
.price-i-name {
    font-size: 21px;
    font-weight: 600;
}
.price-i-top {
    margin-bottom: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.price-i-wrapper.active .price-i-top {
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.price-bot-desc {
    font-size: 15px;
    color: #818181;
}
.price-bot-name {
    font-size: 16px;
    font-weight: 600;
}
.price-i-bot {
    display: none;
}
.price-i-all {
    display: block;
    max-width: 300px;
    text-align: center;
    text-decoration: none !important;
    background: #6bdcff;
    color: #fff !important;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 18px;
}
.about-i {
    display: flex;
    margin: 40px 0;
}
.about-i-tab_name {
    background: #cfcfcf;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 20px;
    color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}
.about-i-tab.active .about-i-tab_name {
    background: #6bdcff;
    color: #fff;
    border: 1px solid #6bdcff;
}
.about-i-tab_content {
    padding: 10px;
    display: none;
}
.about-i-tab.active .about-i-tab_content {
    display: block;
}
.about-i-tab:not(:last-of-type) {
    margin-bottom: 20px;
}
.about-i-img {
    max-width: 430px;
}
.about-i-img img {
    height: 708px;
    width: 100%;
    object-fit: cover;
}
.about-i-tab_content .company-text-info div {
    font-weight: 600;
}
.faq_title {
    font-weight: bold;
    font-size: 47px;
    line-height: 55px;
    text-align: center;
    color: #111827;
    margin-bottom: 70px;
}
.faq {
    margin: 120px 0;
}
.item-faq {
    max-width: 1010px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.item-faq_title {
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #111827;
    position: relative;
    cursor: pointer;
}
.item-faq_title:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-image: url(/local/templates/zaborcervice/image/open-icon.png);
    transition: all 0.3s ease;
}
.item-faq_title.active:after {
    transform: translate(0, -50%) rotate(45deg);
    transition: all 0.3s ease;
}
.item-faq_desc {
    margin-top: 7px;
    font-size: 16px;
    line-height: 24px;
    color: #6e6e6e;
    display: none;
}
.item-faq_desc p {
    display: block;
    margin: 8px 0;
}
.form-calc-group-last {
    width: 100%;
}
.site-map_list {
    list-style: none;
}
.depth-level1 {
    margin: 5px 0;
}
.depth-level1 a {
    font-weight: 600;
    color: #000;
}
.depth-level2 {
    padding-left: 20px;
}
.depth-level2 a {
    font-weight: 400;
    color: #000;
}

.depth-level3 {
    padding-left: 40px;
}
.depth-level3 a {
    font-weight: 400;
    color: #000;
}
.header-search {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 50px;
    bottom: 120px;
    cursor: pointer;
    background: #fff;
    display: none;
}
.header-search img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
}
.search-input {
    width: 100%;
}
.search-input input {
    width: calc(100% - 70px);
    border: 1px solid #6bdcff;
    border-radius: 5px;
}
.search-submit input {
    background: #6bdcff;
    color: #fff;
    cursor: pointer;
}
.search {
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    background: #fff;
}
.search.active {
    z-index: 99999999;
    top: 0;
}
.search-close {
    position: absolute;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}
.burger {
    display: none;
}
.popup-feedback {
    display: none;
    gap: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    position: fixed;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9999999;
}
.popup-feedback.active {
    display: grid;
}
.popup-feedback__title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-feedback__title {
    color: #000;
    font-size: 22px;
    line-height: 28px;
}
.popup-feedback__form {
    display: grid;
    gap: 12px;
}
.popup-feedback__input {
    padding: 16px 30px !important;
    font-size: 16px !important;

    color: #000 !important;
    background-color: #f2f2f2 !important;
    border-radius: 8px !important;
}
.popup-feedback__submit {
    padding: 16px 30px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border: none;
    background-color: #6bdcff;
    border-radius: 8px;
}
.popup-feedback__agreement {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.73);
}
@media (max-width: 1400px) {
    .question1__item {
        width: 32%;
    }
}
@media (max-width: 1260px) {
    .result-work img {
        width: 100%;
    }
    .main-container {
        max-width: 929px;
    }
    .main-info-title h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .main-info-step_title {
        font-size: 16px;
        line-height: 26px;
    }
    .step-list_item {
        font-size: 16px;
        line-height: 26px;
    }
    .price-container {
        max-width: 930px;
    }
    .price-val {
        max-width: 573px;
    }
    .form-content {
        justify-content: space-between;
    }
    .step-item {
        width: calc(100% - 60px);
    }
    .step-items {
        grid-template-columns: 1fr 1fr;
    }
    .company-text {
        max-width: 493px;
    }
    .work-item {
        width: 219px;
    }
    .work-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .company-text-info {
        font-size: 18px;
        line-height: 31px;
    }
}
@media (max-width: 1200px) {
    .howto__item,
    .howto__title {
        min-height: 105px;
        padding: 45px 20% 0px 0;
    }
    .simple__steps--howto {
        font-size: 2rem;
        padding: 0 0 40px 0;
        background-size: 164%;
    }
    .question__items {
        width: 49%;
    }
    .questions__title {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    #header .logo img {
        width: 100px;
        margin: 0;
        padding: 0;
    }
    #header .header-content {
        padding: 10px 0;
    }
    .head_directions {
        width: 45%;
    }
    .head_right {
        width: 60%;
    }
    #header.fixed .head_contacts {
        width: 28%;
    }
    .head_contacts_address {
        font-size: 17px;
    }
    .head_contacts_phone a {
        font-size: 25px;
    }
    .slider-nav {
        display: none;
    }
    .wrap .dark .first-quest .item-img {
        padding-top: 250px;
    }

    .wrap .dark .seventh-quest .item-img,
    .wrap .dark .eighth-quest .item-img,
    .wrap .dark .ninth-quest .item-img,
    .wrap .dark .tenth-quest .item-img,
    .wrap .dark .eleventh-quest .item-img,
    .wrap .dark .twelfth-quest .item-img,
    .wrap .dark .thirteenth-quest .item-img {
        padding-top: 365px;
    }
    .wrap .dark .seventh-quest .item,
    .wrap .dark .eighth-quest .item,
    .wrap .dark .ninth-quest .item,
    .wrap .dark .tenth-quest .item,
    .wrap .dark .eleventh-quest .item,
    .wrap .dark .twelfth-quest .item,
    .wrap .dark .thirteenth-quest .item {
        margin-bottom: 40px;
    }
}
@media (max-width: 1065px) {
    .feedback-wrapper {
        padding: 65px;
    }
    .feedback-list div {
        font-size: 20px;
    }
}
@media (max-width: 1046px) {
    .header-contact-tel a {
        font-size: 19px;
    }
    .header-menu-item:not(:last-child) {
        margin-right: 23px;
    }
}
@media (max-width: 1115px) {
    .dop-calc-title:after,
    .dop-calc-title:before {
        display: none;
    }
}
@media (max-width: 1011px) {
    .calc-result-wrapper.active:after {
        right: 27%;
    }
}
@media (max-width: 1000px) {
    .table__block img {
        display: none;
    }
}
@media (max-width: 1023px) {
    .menu.nav a {
        font-size: 1rem;
    }
    .map__contactBlock {
        width: 350px !important;
        left: 45px;
    }
    /* квиз */
    .quiz {
        width: 80%;
    }
    div.swiper-button-next-reviews.swiper-button-next,
    .swiper-rtl div.swiper-button-prev-reviews {
        right: 50px;
    }
    div.swiper-button-next-reviews.swiper-button-next,
    .swiper-rtl div.swiper-button-prev-reviews {
        right: 10px;
    }
}
@media (max-width: 992px) {
    .new_bg {
        padding: 0;
    }
    .align_center {
        height: 100% !important;
    }
    .gallery-item__img {
        margin: 10px 0;
    }
    .mob_m20 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    #header {
        position: static;
    }
    #header .logo {
        display: block;
        width: 30%;
        margin-right: 5px;
    }
    #header.fixed .head_contacts {
        width: 36%;
    }
    .itemDetailPrice {
        display: block;
    }
    .head_contacts_address {
        font-size: 15px;
    }
    .head_contacts_phone a {
        font-size: 22px;
    }
    .titleBlock {
        padding: 30px 15px 30px 15px;
        font-size: 2em;
        text-align: center;
    }
    /* .wrap .dark {
    min-height: 800px;
  }*/
    .wrap .dark .first-quest {
        padding-top: 0;
    }
    .wrap .dark .first-quest .item-img {
        padding-top: 330px;
    }
    .wrap .dark .second-quest .item label {
        width: 400px;
        margin: 0 auto;
    }
    .wrap .dark .second-quest .item-img {
        padding-top: 280px;
    }
}
@media (max-width: 950px) {
    .feedback-block {
        display: flex;
        flex-direction: column;
    }
    .feedback-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: flex-start;
        grid-gap: 20px;
    }
    .feedback-list div {
        max-width: 100%;
        width: calc(50% - 50px);
        padding: 20px;
    }
}
@media (max-width: 940px) {
    div.swiper-button-prev-reviews.swiper-button-prev,
    .swiper-rtl div.swiper-button-prev-reviews {
        left: 10px;
    }
    .view-items {
        justify-content: center;
    }
    .reviews-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 930px) {
    .form-calc-group {
        width: 50%;
    }
    .form-calc-group input {
        width: 80% !important;
    }
    .form-calc-group select {
        width: 80%;
    }
    input.counter-input {
        width: 40px !important;
    }
    .view-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 912px) {
    .header-contact-work {
        display: none;
    }
    .header-contact-mail {
        text-align: center;
        margin-top: 5px;
    }
    .header-contact-mail a {
        font-size: 20px;
    }
    .header-contact-tel a {
        font-size: 20px;
    }
    h2.main {
        font-size: 24px;
        line-height: 26px;
    }
    .company-text-title {
        font-size: 24px;
        line-height: 26px;
    }
    .company-img img {
        width: 100%;
    }
    .company-text {
        padding-top: 26px;
    }
    .company-text-info {
        font-size: 18px;
        line-height: 31px;
    }
    .header-menu {
        position: fixed;
        display: block;
        background: #fff;
        top: -100%;
        width: 100%;
        z-index: 99999999;
        opacity: 0;
        visibility: hidden;
    }
    .header-menu-list {
        height: 100%;
        min-height: 70px;
    }
    .header-menu.active {
        top: 84px;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-list {
        justify-content: center;
    }
    .header-content {
        display: none;
    }
    .header-mobail {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
    }
    .header-contact-mail {
        position: unset;
    }
    .header-menu {
        padding-bottom: 0;
    }
    .burger {
        display: block;
        background: #ffffff;
        box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 7px;
        width: 45px;
        height: 35px;
        position: relative;
        cursor: pointer;
    }
    .burger span {
        content: '';
        position: absolute;
        left: 6px;
        top: 16px;
        width: 33px;
        height: 3px;
        background: #6bdcff;
        border-radius: 8px;
    }
    .burger span:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 8px;
        width: 33px;
        height: 3px;
        background: #6bdcff;
        border-radius: 8px;
    }
    .burger span:before {
        content: '';
        position: absolute;
        left: 0px;
        top: -8px;
        width: 33px;
        height: 3px;
        background: #6bdcff;
        border-radius: 8px;
    }
    .header-contact-work {
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .main-block {
        height: 892px;
    }
    .main-container {
        background: transparent;
    }
    .main-items {
        padding: 0px;
        flex-direction: column;
        align-items: center;
    }
    .main-info {
        background: rgba(255, 255, 255, 0.45);
        border-radius: 20px;
        padding: 20px 10px;
        margin-bottom: 40px;
    }
    .price-items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .price-names {
        margin-bottom: 30px;
    }
    .price {
        padding-left: 15px;
        padding-right: 15px;
    }
    .step-item {
        width: calc(100% -60px);
    }
    .step-items {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 878px) {
    footer p {
        width: 100%;
        display: inline;
    }
}
@media (max-width: 882px) {
    .view-item {
        width: 285px;
    }
}
@media (max-width: 800px) {
    .contac-blok {
        flex-direction: column;
        justify-content: start;
        gap: 32px;
    }
    .contact-form {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #header .logo {
        float: none !important;
        display: block;
        width: 100%;
        /* margin: 0 0 0 10px;
    text-align: left; */
    }
    .background__block-cardProduct--title h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .head_right {
        float: none;
        margin: 10px 0;
        width: 100%;
    }
    .faq-block-holder {
        overflow-x: scroll;
    }
    .table__blockPrice td {
        font-size: 13px;
    }
    .documents-desktop {
        display: none;
    }
    .calc-list-item {
        width: 100%;
        margin-right: 0;
    }
    .middle-submit input {
        width: 100%;
    }
    .bottom-submit input {
        width: calc(100% - 25px);
    }
    .bottom-group input {
        width: calc(100% - 50px);
    }
    .header-menu-list {
        flex-direction: column;
        align-items: center;
    }
    .header-menu-link {
        font-size: 18px;
    }
    li.header-menu-item {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .step-list_item {
        font-size: 14px;
    }
    .step-list_item span {
        margin-right: 0;
    }
    .view-items {
        justify-content: center;
    }
    .price-val {
        margin-left: 0;
    }
    .form-middle {
        height: 530px;
    }
    .form-content {
        flex-direction: column;
        align-items: center;
    }
    .form-content-about {
        margin-right: 0;
        margin-bottom: 45px;
    }
    .step-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .step-item {
        width: 100%;
    }
    .step-items {
        justify-content: center;
    }
    .company-img {
        display: none;
    }
    .company-text {
        padding: 10px 15px;
        max-width: unset;
        margin-left: 0;
    }
    .montag-items {
        display: none;
    }
    .work-item {
        width: 90%;
    }
    .work-items {
        justify-content: center;
    }
    .reviews-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reviews-item-desc {
        padding: 0px 15px;
        text-align: center;
    }
    .footer-items {
        flex-wrap: wrap;
    }
    .footer-date {
        display: none;
    }
    .footer-date-mobail {
        display: block;
        position: unset;
    }
    .footer-item {
        max-width: 200px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .menu.nav a {
        font-size: 1.5rem;
    }
    .mobile_off {
        display: none;
    }
    .mobile_on {
        margin-top: 50px;
        display: block;
    }
    .mob-version {
        text-align: center;
        height: 60px;
    }
    #managers__block {
        display: none;
    }
    #managers__block-mobile {
        margin: 0 15px;
    }
    .navbar-collapse {
        background: #fff;
    }
    .navbar-nav {
        display: inline;
    }
    .menu.nav li {
        padding: 0;
        width: 100%;
    }
    .menu.nav li:first-child {
        margin-top: 10px;
    }
    #header.fixed .head_contacts_phone {
        float: unset;
        display: inline-block;
        margin: 0 10px 0 20px;
    }
    #header .header-content {
        padding: 0;
        display: none;
    }
    #header.fixed .top_email {
        display: inline-block;
        margin: 0 20px 0 10px;
        float: unset !important;
    }
    .form_2 {
        height: auto;
        background-size: cover !important;
    }
    .company img {
        text-align: center;
        float: unset;
        max-height: 100%;
        margin: 0 auto;
        width: 100%;
    }
    #about__company {
        display: none;
    }
    #simple__steps {
        display: none;
    }
    .form__gallery-wrapper {
        padding: 38px 0;
        margin: 0 15px;
    }
    .form__gallery-banner {
        height: auto;
    }
    .form__gallery-wrapper input {
        margin: 5px 0;
    }
    .managers__item {
        margin: 15px 0 15px 0;
    }
    .advantages {
        font-size: 1rem;
    }
    .new_bg .banner_title h1 {
        font-size: 2.5rem;
    }
    .advantages-item__title {
        font-size: 1rem;
    }
    .advantages-submit__title {
        font-size: 1rem;
    }
    .advantages .submit {
        padding: 0;
    }
    .advantages-submit__descr {
        font-size: 1.5rem !important;
    }
    a.button-green {
        font-size: 1rem !important;
    }
    a.button-green,
    a.button-green-big,
    a.button-green-big-extra {
        width: 85% !important;
        height: 30px;
        padding: 0 !important;
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    footer {
        text-align: center;
    }
    .foo-contact {
        text-align: center;
        width: 100%;
    }
    .servicesBlock-foo {
        display: none;
    }
    #video__block {
        display: none;
    }
    .wrap .dark .first {
        margin: 130px auto 0;
    }
    .wrap .dark .first-quest {
        padding-top: 0;
    }
    .wrap .dark .first-quest .item-img {
        padding-top: 330px;
    }
    .wrap .dark .second-quest .item label {
        width: 400px;
        margin: 0 auto;
    }
    .wrap .dark .second-quest .item-img {
        padding-top: 270px;
    }
    .wrap .dark .third-quest label,
    .wrap .dark .fifth-quest label,
    .wrap .dark .sixth-quest label {
        margin: 20px 0 20px 60px;
    }
    /* .wrap .dark .seventh-quest .wrap-input, */
    .wrap .dark .email-quest .wrap-input {
        padding: 0 100px;
    }
    .popup-thank .popup-close {
        top: 18px;
        right: 40px;
        font-size: 50px;
    }
    .popup-thank-wrap {
        margin-top: 200px;
    }
    /* квиз */
    .questions__title {
        font-size: 18px;
        line-height: 18px;
    }
    .question12__title small {
        font-size: 14px;
        text-align: left;
    }
    .question1__list,
    .question2__list,
    .question3__list,
    .question4__list,
    .question5__list,
    .question6__list,
    .question7__list,
    .question9__list,
    .question10__list {
        justify-content: center;
    }
    .question__items {
        width: 90%;
    }
    .quiz__item {
        padding: 10px;
    }
    .question__img {
        height: 200px;
    }

    .question2__img,
    .question3__img,
    .question4__img,
    .question5__img,
    .question6__img,
    .question7__img,
    .question9__img,
    .question10__img {
        height: 200px;
        width: 100%;
    }
    .block-end {
        flex-direction: column;
    }
    .question-end__result,
    .question-end__form {
        width: 100%;
    }
    .question11__list,
    .question12__block,
    .question13__list {
        width: 100%;
    }
    .custom__radio + label::before {
        left: 45%;
    }
}
@media (max-width: 750px) {
    .new_bg .banner_title {
        padding: 0 !important;
    }
}
@media (max-width: 740px) {
    .banner_desc_blackwrap {
        box-shadow: none;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    img {
        height: 75%;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .documents-mobile {
        display: none;
    }
    .container {
        width: unset;
    }
}
@media (min-width: 767px) {
    /* .top_menu {
    min-height: 150px;
  } */
    .mobile_on {
        display: none;
    }
    .mob-version {
        display: none;
    }
    #managers__block-mobile {
        display: none;
    }
}
@media (max-width: 700px) {
    .map__contactBlock {
        height: 100%;
        right: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        padding: 20px 0 20px 0px;
        margin: 0;
    }
    .map__contactBlock-small {
        margin: 0;
        display: flex;
        justify-content: center;
        margin: 0 0 10px 0;
        color: #282828;
        font-size: 18px;
        font-weight: bold;
    }
    /* квиз */
    .quiz {
        width: 100%;
    }
}
@media (max-width: 691px) {
    ul.sub-menu {
        display: none;
        flex-direction: column;
        align-items: center;
        position: unset;
        padding: 20px 0px;
    }
    .sub-menu.active {
        display: flex;
    }
    .header-menu-item-sub:before {
        right: -25px;
        top: 15%;
        width: 17px;
        height: 17px;
    }
    .header-menu-item:hover .sub-menu {
        display: none;
    }
}
@media (max-width: 675px) {
    form.work-form {
        display: flex;
        flex-direction: column;
    }
    .price-item.price-item-first {
        width: 100%;
        max-width: 220px;
    }
    .price-item {
        font-size: 13px;
        margin-top: 10px;
    }
    .price-page-name_first {
        width: 100%;
        max-width: 220px;
    }
    .price-wrapper {
        overflow-x: scroll;
    }
    .price-page-list {
        width: 600px;
    }
    .wrapper {
        overflow: unset;
    }
    .header-menu.active {
        top: 84px;
    }
}
@media (max-width: 660px) {
    .form-bottom {
        display: none;
    }
}
@media (max-width: 640px) {
    /* #mapBlock{ */
    /* height: 750px !important; */
    /* } */
    #test_map {
        height: 400px !important;
    }
    .show640px {
        display: block;
    }
    .noshow640px {
        display: none;
    }
    .map__contactBlock {
        position: inherit;
        left: 0;
        margin: 0 auto;
        width: 100% !important;
    }
}
@media (max-width: 639px) {
    .advantages-submit__descr {
        margin: 5px 0 !important;
    }
}
@media (max-width: 630px) {
    .header-menu.active {
        top: 84px;
    }
    .main-new_title h1 {
        font-size: 27px !important;
    }
    .new-phone_desc {
        font-size: 12px;
    }
    .new-phone_val a {
        font-size: 14px !important;
    }
    .calc_title {
        font-size: 10px !important;
    }
    .calc_desc {
        font-size: 8px !important;
    }
}
@media (max-width: 580px) {
    .calc-result-wrapper.active:after {
        right: 24%;
    }
    input.counter-input {
        margin: 11px auto;
        width: 40% !important;
        display: none;
    }
    .counter-input.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
        display: block;
    }
    .dop-calc-title {
        margin: 30px 0px;
    }
    .calc-tabs {
        flex-direction: column;
        align-items: center;
    }
    .calc-tab {
        margin-bottom: 10px;
    }
    .feedback-list div {
        max-width: 100%;
        width: calc(100% - 50px);
        padding: 20px;
        font-size: 16px;
    }
    .feedback-title {
        text-align: center;
    }
    .table-result_name {
        font-size: 17px;
        flex: 2;
    }
    .table-result_price {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    .wrap .dark .first-btn {
        margin: 10px auto 10px;
        padding: 15px 20px;
    }
    .catalog-filter {
        margin-top: 30px;
    }
    /*.checkbox-1-custom {
        width: 162px;
        height: 200px;
    }*/
    .wrap .dark .first-quest .item {
        height: 280px;
    }
    .spisok_quiz {
        margin-left: 25%;
    }
    .wrap .dark .second-quest .item {
        margin-bottom: 10px;
    }
    .wrap .dark .first-quest .item-text p {
        white-space: break-spaces;
    }
    /*.wrap .dark {
    min-height: 830px;
  }*/
    .wrap .dark h1 {
        font-size: 46px;
    }
    .wrap .dark ul li {
        width: auto;
        padding: 4px 20px;
    }
    .wrap .dark .first {
        margin: 0px auto 0;
    }
    .wrap .dark .first-quest {
        padding-top: 0;
    }
    .wrap .dark .first-quest .item-img {
        padding-top: 200px;
    }
    .wrap .dark .second-quest .item label {
        width: auto;
    }
    .wrap .dark .fourth-quest .wrap-input {
        margin-bottom: 50px;
        padding: 0 40px;
    }
    .wrap .dark .third-quest label {
        margin: 20px 0 20px 30px;
    }
    .wrap .dark .fifth-quest label {
        margin: 20px 0;
    }
    .wrap .dark .sixth-quest label {
        font-size: 18px;
        margin: 20px 0;
    }
    /* .wrap .dark .seventh-quest .wrap-input, */
    .wrap .dark .email-quest .wrap-input {
        padding: 0 40px;
    }
    .popup-thank .popup-close {
        top: 0;
        right: 15px;
        font-size: 50px;
    }
    .popup-thank-wrap {
        margin-top: 200px;
    }
    .popup-thank-container {
        width: 290px;
    }

    .construction__item {
        width: 100%;
    }
}
@media (max-width: 570px) {
    .table-th-2 {
        flex: 13;
    }
    .table-tr .table-th {
        font-size: 12px;
    }
    .table-result_name {
        border-right: 1px solid #000;
        padding: 10px;
        flex: 2;
        font-size: 16px;
        color: #fff;
    }
}
@media (max-width: 500px) {
    .table__block td {
        padding: 0;
        text-transform: none;
        font-size: 13px;
    }
    .item-table-main {
        padding: 0px;
        padding-bottom: 20px;
    }
    .calc-form form {
        flex-direction: column;
        align-items: center;
    }
    .form-calc-group {
        width: 100%;
    }
    .feedback-title {
        font-size: 20px;
    }
    .feedback-subtitle {
        font-size: 18px;
        text-align: center;
    }
    .feedback-group input {
        width: calc(100% - 27px);
    }
    form.form-feedback {
        width: 100%;
    }
    .feedback-group input.submit-feedback {
        width: 100% !important;
    }
    .calc-result-wrapper.active:after {
        right: 34%;
    }
    .table-th-2 {
        flex: 9;
    }
}
@media (max-width: 481px) {
    .new_bg {
        min-height: 420px !important;
    }
    .new_bg img {
        height: 420px !important;
    }
    .head_directions,
    .head_contacts {
        float: none;
        width: 100%;
        margin: 10px 0;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .faq-block-question p {
        font-size: 1rem;
    }
    .form_2__danger {
        background: #616161;
    }
    .wrap .dark .first-quest .prev-btn button,
    .wrap .dark .second-quest .prev-btn button,
    .wrap .dark .third-quest .prev-btn button,
    .wrap .dark .fifth-quest .prev-btn button,
    .wrap .dark .fourth-quest .prev-btn button,
    .wrap .dark .sixth-quest .prev-btn button,
    .wrap .dark .seventh-quest .prev-btn button,
    .wrap .dark .eighth-quest .prev-btn button,
    .wrap .dark .ninth-quest .prev-btn button,
    .wrap .dark .tenth-quest .prev-btn button,
    .wrap .dark .eleventh-quest .prev-btn button,
    .wrap .dark .twelfth-quest .prev-btn button,
    .wrap .dark .thirteenth-quest .prev-btn button,
    .wrap .dark .email-quest .prev-btn button {
        margin-left: 10px;
    }
    .wrap .dark .first-quest .next-btn button,
    .wrap .dark .second-quest .next-btn button,
    .wrap .dark .third-quest .next-btn button,
    .wrap .dark .fifth-quest .next-btn button,
    .wrap .dark .fourth-quest .next-btn button,
    .wrap .dark .sixth-quest .next-btn button,
    .wrap .dark .seventh-quest .next-btn button,
    .wrap .dark .eighth-quest .next-btn button,
    .wrap .dark .ninth-quest .next-btn button,
    .wrap .dark .tenth-quest .next-btn button,
    .wrap .dark .eleventh-quest .next-btn button,
    .wrap .dark .twelfth-quest .next-btn button,
    .wrap .dark .thirteenth-quest .next-btn button,
    .wrap .dark .email-quest .next-btn button {
        margin-right: 10px;
    }

    .wrap .dark .seventh-quest .item,
    .wrap .dark .eighth-quest .item,
    .wrap .dark .ninth-quest .item,
    .wrap .dark .tenth-quest .item,
    .wrap .dark .eleventh-quest .item,
    .wrap .dark .twelfth-quest .item,
    .wrap .dark .thirteenth-quest .item,
    .wrap .dark .email-quest .item {
        margin-bottom: 0;
    }

    .wrap .dark .seventh-quest .item-img,
    .wrap .dark .eighth-quest .item-img,
    .wrap .dark .ninth-quest .item-img,
    .wrap .dark .tenth-quest .item-img,
    .wrap .dark .eleventh-quest .item-img,
    .wrap .dark .twelfth-quest .item-img,
    .wrap .dark .thirteenth-quest .item-img,
    .wrap .dark .email-quest .item-img {
        padding-top: 180px;
    }
    /* квиз */
    .question__items {
        width: 100%;
    }
    .footer-item {
        width: 100%;
        max-width: unset;
    }
    .footer-items {
        justify-content: center;
    }
    .all-price {
        max-width: 346px;
    }
    .all-price a {
        padding: 14px 1px;
        font-size: 20px;
    }
    .price-item_info {
        flex-direction: column;
        align-items: start;
    }
    .search-form form {
        padding: 40px 10px;
    }
}
@media (max-width: 440px) {
    .feedback-group-res.active:after {
        right: 115px;
    }
}
@media (max-width: 435px) {
    .popup {
        width: 320px;
    }
}
@media (max-width: 430px) {
    .calc-result-wrapper.active:after {
        right: 30%;
    }
    .table-th-2 {
        flex: 7;
    }
}
@media (max-width: 425px) {
    .footer-item {
        width: 100%;
        max-width: unset;
    }
    .footer-items {
        justify-content: center;
    }
}
@media (max-width: 400px) {
    .feedback-group-res.active:after {
        right: 95px;
    }
}
@media (max-width: 375px) {
    .header-contact-tel a {
        font-size: 15px;
    }
    .header-contact-mail a {
        font-size: 15px;
    }
    .burger {
        width: 35px;
    }
    .burger span {
        width: 23px;
    }
    .burger span:after {
        width: 23px;
    }
    .burger span:before {
        width: 23px;
    }
}
@media (max-width: 360px) {
    .calc-result-wrapper.active:after {
        right: 26%;
    }
    .feedback-group-res.active:after {
        right: 90px;
    }
    .header-menu.active {
        top: 74px;
    }
}
@media (max-width: 330px) {
    .item-table-main {
        overflow-x: scroll;
    }
}

@media (max-width: 1030px) {
    .price-i-list_item {
        padding: 10px 20px;
    }
}
@media (max-width: 820px) {
    .price-i-list {
        flex-wrap: wrap;
    }
    .price-i-list_item {
        width: calc(50% - 50px);
        margin-bottom: 10px;
    }
}
@media (max-width: 540px) {
    .price-bot-desc {
        font-size: 12px;
        color: #818181;
    }
    .price-bot-name {
        font-size: 13px;
        font-weight: 600;
    }
    .price-i-name {
        font-size: 17px;
        font-weight: 600;
    }
    .price-i-arrow img {
        width: 20px;
        height: 20px;
    }
    .price-i-list_item {
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    .price-bot_val:first-of-type {
        display: none;
    }
}
@media (max-width: 420px) {
    .price-i-list_item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .about-i-img {
        display: none;
    }
    .about-i-tabs {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1130px) {
    .work-wrapper {
        flex-direction: column;
    }
    .work-i-items {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .work-i-form {
        align-items: center;
    }
    .work-form_subtitle {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .bottom-submit input {
        width: calc(100% - 25px) !important;
    }
}
@media (max-width: 730px) {
    .work-i-item_name {
        font-size: 15px;
    }
    .work-i-item_text {
        font-size: 14px;
    }
    .work-i-item {
        padding: 25px 25px;
        width: calc(50% - 60px);
    }
}
@media (max-width: 590px) {
    .work-i-item {
        width: calc(100% - 50px);
    }
    .work-i-item:nth-of-type(2) .work-i-item_name,
    .work-i-item:nth-of-type(3) .work-i-item_name,
    .work-i-item:nth-of-type(6) .work-i-item_name {
        color: #6bdcff;
    }
    .work-i-item:nth-of-type(2) .work-i-item_text,
    .work-i-item:nth-of-type(3) .work-i-item_text,
    .work-i-item:nth-of-type(6) .work-i-item_text {
        color: #acacac;
    }
    .work-i-item:nth-of-type(4),
    .work-i-item:nth-of-type(5) {
        background: #fff;
    }
    .work-i-item:nth-of-type(3) .work-i-item_name {
        color: #ffffff;
    }
    .work-i-item:nth-of-type(3) .work-i-item_text {
        color: #ffffff;
    }
    .work-i-item:nth-of-type(4) .work-i-item_name {
        color: #6bdcff;
    }
    .work-i-item:nth-of-type(4) .work-i-item_text {
        color: #acacac;
    }
    .work-i-item:nth-of-type(1),
    .work-i-item:nth-of-type(3),
    .work-i-item:nth-of-type(5) {
        background: #6bdcff;
    }
    .work-i-item:nth-of-type(5),
    .work-i-item:nth-of-type(6) {
        margin-bottom: 20px;
    }
    .work-i-item:nth-of-type(6) {
        margin-bottom: 0;
    }
}
.img-micro {
    display: none !important;
}
.header-logo img {
    max-width: 60px;
}
.footer-item img {
    max-width: 200px;
}
.filter-label input {
    display: none;
}

.main-new_desc {
    margin-top: 10px;
}
.main-new_desc img {
    width: 26px;
}
.main-form-license {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.73);
    max-width: 100%;
}
.new-form_submit input {
    margin-top: 10px;
    background: #6bdcff;
    color: #fff;
    border: none;
    width: 330px;
    height: 50px;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 19px;
}
.new-form_tel input {
    width: 300px;
    padding: 16px 0 16px 30px;
    border-radius: 8px;
}
.main-new_title h1 {
    font-family: Montserrat semi-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
}
.new-form_title span {
    font-weight: 600;
    text-decoration: underline;
    color: #6bdcff;
}
.new-form_title {
    font-size: 23px;
    margin-bottom: 10px;
}
.main-new_forms {
    margin-top: 10px;
}
.main-new_item__text {
    position: absolute;
    bottom: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
.main-new_item__img {
    position: absolute;
    top: -80px;
}
.main-new_item__img img {
    width: 190px;
}
.main-new_item_m {
    margin-right: 20px;
}
.main-new_blocks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
}
.main-new_item_b {
    margin-bottom: 80px;
}
.main-new_item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 199px;
    padding: 10px;
    height: 120px;
}
.main-container_new {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    display: flex;
    padding: 0 15px;
}
.main-new_info {
    background: rgba(255, 255, 255, 0.8);
    margin-right: 40px;
    border-radius: 10px;
    padding: 23px 50px;
}
.main-new {
    background-image: url(/local/templates/zaborcervice/image/form-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    padding-top: 120px;
    margin-top: 30px;
}
.header-new_bot {
    margin-top: 100px;
}
.header-menu-link {
    font-size: 19px;
}
.header-menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-phone_recall {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 3px;
}
.new-phone_val {
    margin: 5px 0;
}
.new-phone_val a {
    font-weight: 600;
    font-size: 25px;
    color: #000;
}
.new-phone_desc {
    color: #6bdcff;
    font-weight: 600;
}
.header-new_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.calc_desc {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.calc_title {
    text-transform: uppercase;
    color: #fff;
}
.header-new_calc {
    display: flex;
    align-items: center;
    background: #6bdcff;
    padding: 10px 15px;
    border-radius: 9px;
    cursor: pointer;
}
.header-new_separator {
    margin: 0 20px;
    height: 60px;
    background: #cecece;
    width: 1px;
}
.header-new_work {
    max-width: 340px;
    font-size: 14px;
    color: #9b9b9b;
}
.header-new {
    width: 100%;

    position: fixed;
    top: 0;

    background-color: #fff;

    z-index: 9999999;
}
.header-new_content {
    max-width: 1170px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.scroll-header {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 20%);
}
.header-new_logo img {
    max-width: 60px;
}
.new-calc_img {
    width: 35px;
    margin-right: 10px;
}
.new-calc_img img {
    width: 100%;
    height: 100%;
}
.city-wrapper {
    column-count: 4;
    text-align: center;
}
.city-item a,
.city-item span {
    color: #000;
    font-size: 19px;
    margin: 5px 0;
    display: block;
}
@media (max-width: 1220px) {
    .main-container_new {
        flex-direction: column;
        align-items: center;
    }
    .main-new {
        height: 560px;

        padding-top: 20px;
    }
    .main-new_title h1 {
        text-align: center;
    }
    .main-new_blocks {
        max-width: 100%;
        grid-gap: 20px;
        margin-top: 60px;
        width: 100%;
    }
    .main-new_item_b {
        margin-bottom: 0;
    }
    .main-new_item_m {
        margin-right: 0;
    }
    .main-new_info {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-new_forms {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-new_forms form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .new-form_title {
        text-align: center;
    }
    .main-new_item {
        width: calc(25% - 35px);
    }
}
@media (max-width: 1060px) {
    .header-new_separator {
        display: none;
    }
    .header-new_work {
        display: none;
    }
}
@media (max-width: 1100px) {
    .main-new {
        height: 600px;
    }
}
@media (max-width: 840px) {
    .main-new_item {
        width: calc(50% - 30px);
        margin-bottom: 40px;
    }
    .main-new {
        height: 790px;
    }
}
@media (max-width: 720px) {
    .city-wrapper {
        column-count: 2;
    }
}
@media (max-width: 680px) {
    .calc_title {
        font-size: 14px;
    }
    .header-new_calc {
        padding: 10px 10px;
    }
    .new-calc_img {
        display: none;
    }
    .calc_desc {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width: 673px) {
    .main-new {
        height: 830px;
    }
}
@media (max-width: 665px) {
    .main-new {
        height: 880px;
    }
}
@media (max-width: 635px) {
    .header-new {
        flex-wrap: wrap;
    }
    .header-new_phone {
        margin-top: 10px;
    }
}
@media (max-width: 460px) {
    .main-new_info {
        padding: 23px 10px;
    }
    .new-calc_text {
        display: none;
    }
    .new-calc_img {
        display: block;
        margin-right: 0;
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 430px) {
    .main-new {
        height: 930px;
    }
}
@media (max-width: 420px) {
    .city-wrapper {
        column-count: 1;
    }
    .burger span {
        width: 23px;
    }
    .burger {
        width: 35px;
    }
    .burger span:before {
        width: 23px;
    }
    .burger span:after {
        width: 23px;
    }
}
@media (max-width: 400px) {
    .main-new_item__text {
        position: absolute;
        bottom: 22px;
        font-size: 17px;
        text-align: center;
        font-weight: 600;
    }
    .main-new_title h1 {
        font-size: 25px;
    }
    .main-new_item__img {
        top: -60px;
    }
    .main-new_item__img img {
        width: 100%;
    }
    .new-form_tel,
    .new-form_submit {
        width: 100%;
    }
    .new-form_tel input,
    .new-form_submit input {
        width: 100%;
        box-sizing: border-box;
    }
    .new-form_submit input {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .header-new_calc {
        padding: 10px 6px;
    }
    .calc_title {
        font-size: 12px;
    }
    .header-new_logo img {
        max-width: 50px;
    }
    .new-phone_desc {
        display: none;
    }
    .header-new_phone {
        margin-top: 0;
    }
}
