.main-block{
    display: none;
}
#step1{
    background: url(../img/mezonin.jpg) center 0px no-repeat;
    background-size: cover;
    min-height: 600px;
    border-radius: 30px;
    overflow: hidden;

}
#step1 .titleSub{
    margin-bottom: 35px;
}
section{
    margin-bottom: 70px;
}
.mezonin_page .title{
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.video-call {
    color: #fff;
}
.video-call form{
    position: relative;
    z-index: 2;
}
.manager-form__checkbox{
    display: flex;
    width: 70%;
    float: right;
}
.fs-checkbox-label{
    font-size: 12px;
}
.fs-checkbox-label a{
    color:#00a5ee;
}
.mezonin_page .titleSub{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.mezonin_page .banner_text{
    width: 40%;
    padding: 50px;
}
.mezonin_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}
.mezonin_menu a.active{
    font-weight: 600;
    color: #00a5ee;
}
.banner_text .gray_block{
    max-width: 230px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.gray_block {
    background: #EDF2F5;
    border-radius: 14px;
    box-shadow: none;
    padding: 24px;
    font-size: 14px;
    color: #000;
    margin-left: 0px;

}
.streach{
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
#step5 .gray_block{
    padding: 0;
    margin-bottom: 2%;

}
#step5 .gray_block > div. {
    padding: 24px;
    height: 100%;
}
#step5 .bgr > div, .video-call{
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

    position: relative;
}
.hidden{
    display: none;
}
.bgr {
    overflow: hidden;
    border-radius: 14px;
    padding: 0;
    margin-bottom: 2%;
}
.video-call__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-call__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
.video-call__btn {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}
.video-call__btn .btn {
    height: 44px;
    display: inline-flex;
    border-radius: 10px;
    padding: 0 30px;
    background: rgb(186, 214, 38);
    font-size: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    border: 0;

    cursor: pointer;
}
.video-call .h2 {
    position: relative;
    z-index: 9;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.video-call__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-call p {
    position: relative;
    z-index: 9;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}


.font-big{
    font-size: 16px;
}

.product__info-price {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.price_block .price__actual {
    font-size: 26px;
    color: black;
}
.price-info-block {
    padding-top: 10px;
}
.price_block .price__old {
    color: #808080;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 10px;
}
.price_block .button.button-green{
    text-align: center;
    display: block;
    width: 100%;
}
.cols{
    display: flex;
    gap:20px
}
.cols.streach{
    gap:0;
}
.col60{
    width: 58%;
}
.col40{
    width: 38%;
}
.col50{
    width: 48%;
}
.col25{
    width: 23%;
}
.col20{
    width: 18%;
}
.col33{
    width: 31%;
}
.col80{
    width: 78%;
}
ul{
    list-style-image: url(../img/g3.png);
}
ul.no-style{
    list-style-image: url(../img/g4.png);
    padding-left: 15px;
}
.mezonin_page .tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 0;
  background-color: transparent;
     border: none;
    padding-left: 0;
}

.mezonin_page .tags > li a {
    background-color: #edf2f5;

}
.objects {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.object {
    width: 32%;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 2%;
}

.object:before {
     content: "";
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.2);
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
 }
.object__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.object__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s;
}
.object__arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.mezonin_page .tags > li a:hover, .mezonin_page .tags > li a.active{
    color: #ffffff;
    background-color: #00a5ee;
}

.file-input-custom{
    margin-bottom: 10px;
}
.file-input-custom:focus{
    border: 1px solid #00a5ee;
    background: #ffffff;
    color: #000000;
}
#step5 .gray_block .cols{
    padding: 20px;
}

.mezonin_menu.fixed{
    position: fixed;
    width: 100%;
    height: 50px;
    top: 67px;
    line-height: 50px;
    background: #fff;
    border-top: 1px solid #edf2f5;
    z-index: 12;
}

.mezonin_page{
    position: relative;
}
.border{

    border-radius: 14px;
    padding: 20px 20px 50px 20px;
}
.video-call .titleSub{
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}
.accordeon__title.active:after {
    transform: rotate(90deg);
}
.object__arrow img {
    display: block;
    transition: 0.5s;
}
.object__title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    opacity: 0;
    transition: 0.5s;
    padding-right: 20px;
    transform: translateY(20px);
}
.object:hover .object__img img {
    transform: scale(1.1);
}
.object:hover .object__arrow img {
    transform: rotate(45deg);
}
.object:hover .object__title {
    transform: translateY(0);
    opacity: 1;
}
ul li{
    margin-bottom: 10px;
}

.wight100{
    width: 100%;
    height: auto;
}
.green-big{
    font-size: 34px;
    background: #bad626;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
}
.center{
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.modal{
    max-width: 500px;
}
.modal .button-green{
    width: 100%;
}
.modal .manager-form__checkbox{
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 980px) {
    .mezonin_menu{
        display:none;
    }
    .mezonin_page .category-type__list{
        justify-content: space-between;
    }
    .mezonin_page .category-type__list > a{
        width:21%;
    }
    .mezonin_page .category-type__list img.img-responsive{
        width: auto;
        height:130px;
    }
    #step4 .cols{
        align-items: flex-end;
    }
    .col33, .col25{
        width: 48%;
    }
    .mezonin_page .tags{
        margin: 15px 0;
    }
    #step8 .col40{
        width: 100%;
    }
    #step8 .col60{
        width: 100%;
        margin-top: 20px;
    }
    #more-tags-button {
        padding: 13px 13px;
    }
}
@media (max-width: 680px) {
    .mezonin_page .banner_text {
        width: calc(100% - 40px);
        padding: 20px;
        /* color: #fff; */
        background: #ffffff4a;
    }
    .banner_text .gray_block{
        max-width: calc(100% - 48px);
        width: calc(100% - 48px);
    }
    .mezonin_page .category-type__list > a {
        width: 47%;
    }
    #step4 .col50{
        width: 100%;
    }
    #step4 .cols{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .col33, .col25 {
        width: 100%;
    }
    .mezonin_page .object {
        width: 48%;
        height: 150px;
    }
    #step8 .button-green{
        display: block;
        width: 100%;
    }
    .mezonin_page .accordeon__item{
        padding: 10px 0;
    }
    .manager-form__checkbox {
        display: flex;
        width: 100%;
        float: right;
        margin-top: 10px;
    }
    #step2 .col40, #step2 .col60{
        width: 100%;
    }
    #step2 .cols{
        flex-wrap: wrap;
    }
    .mezonin_page .title {
        font-size: 30px;
        line-height: 32px;
        margin-top: 20px;
    }
    .mezonin_page .titleSub {
        font-size: 26px;
        line-height: 28px;
    }

}