/*---------- Yauheni_4 -----------*/
.main-profile-file .file-inputs{
    display: block;
}
.avatar .del_file_checkbox{
    display: flex;
    margin-bottom: 7px;
}
.avatar #PERSONAL_PHOTO_del {
    margin-right: 5px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.bloglist .blog-entry {
    margin-bottom: 30px;
}
.readmore {
    display: block!important;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    float: none;
}
.blog-meta a {
    margin-right: 15px;
}
.bloglist .blog-summary {
    margin-top: 15px;
    padding-bottom: 25px;
}
.calendar_cards_love td {
    text-align: center;
    background: var(--color-bg-warm);
}
.calendar_cards_love tr td {
    border-color: var(--color-bg-card);
}

.calendar_cards_love tr td.ops_ajax {
    cursor: pointer;
}
.calendar_cards_love tr td span.card-color-black {
    color: var(--color-text-heading) !important;
}
.modal-calendar-cards {
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
}
.modal {
    position: fixed;
}
.calendar_cards_love tr td.ops_ajax:hover {
    background-color: var(--color-bg-warm-hover);
}
.calendar_cards-mobile{
    display: none;
}

.elem-card-mob {
    display: inline-block;
    margin-bottom: 10px;
}
.new-maincontent-inner{
    display: flex;
    flex-direction: column;
}
.new-maincontent-inner .services-panel {
    display: flex;
    position: relative;
    justify-content: center;
}
.new-maincontent-inner .services-panel .services-box{
    padding: 0 0 0 0;
    width: 380px;
    height: 100%;
}
.new-maincontent-inner .services-icon-wrapper {
    width: 100%;
    height: 210px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}
.new-maincontent-inner .services-panel-item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.portfolio-three-new .portfolio-three-img{
    width: 380px;
    height: 210px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}

#form_subscribe {
    display: flex;
}
#form_subscribe  .field-wrp-main {
    margin-right: 30px;
}
#form_subscribe  .field-wrp-main input {
    margin-bottom: 0;
    height: 30px;
    font-size: var(--font-size-base);
}

#QUESTIONS_FIDconsultation1 {
    width: 100%;
}


@media only screen and (max-width: 1024px)
{
    .calendar_cards-mobile{
        display: block;
    }
    .calendar_cards_love {
        display: none;
    }

    .new-maincontent-inner .services-icon-wrapper {
        height: 150px;

    }

    .new-maincontent-inner .services-panel .services-box{
        width: 210px
    }
    .portfolio-three-new .portfolio-three-img {
        width: 225px;
        height: 130px;
    }
}

@media only screen and (max-width: 700px)
{
    .new-maincontent-inner .services-panel {
        flex-direction: column;
    }
    .new-maincontent-inner .services-panel .services-box{
        margin: 0 auto;
        width: 300px;
    }
    .new-maincontent-inner .services-icon-wrapper {
        height: 185px;
    }

}
@media only screen and (max-width: 580px)
{
    .portfolio-three-new .portfolio-three-img {
        width: 150px;
        height: 100px;
    }
}