header {
    height: 85px;
}

.custom_page_block .container {
    font-size: 24px !important;
}

.custom_page_block .container h2 {
    font-size: 26px !important;
    font-weight: bold;
}

.title_slider {
    font-size: 36px;
}

.title_section {
    font-size: 26px;
}

.user_info {
  padding: 20px 0 20px 0;
}

.change_info_form {
  gap: 5px;
}

.promo_area {
  gap: 10px;
}

.change_password_form .btn, .change_info_form .btn {
  height: 35px !important;
}

.change_password_form div, .change_info_form div {
    width: 395px;
}


.wrapper-mask {
    background-color: rgba(0, 0, 0, 0.3);
}


.wrapper-mask form .wrapper_img {
    width: 20px;
}

.head_preview_block .wrapper-mask {
    background-color: rgba(0, 0, 0, 0.3);
    height: 368px;
}

.custom_inputs {
    width: 424px;
    align-items: center;
    background: #EEEEEE;
    padding: 0 5px;
    border-radius: 4px;
}

section + section {
    padding-top: 40px;
}

.rubrics_group_card {
    height: auto;
    width: 385px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px;
}


.contacts_area {
    border-radius: 12px;
    padding: 16px;
    background-color: white;
}

.rating_item {
    width: 395px;
    padding: 20px;
    border-radius: 12px;
    background-color: white;
    margin-bottom: 10px;
}

.card_row {
    padding: 16px;
    border-radius: 12px;
    background-color: white;
    margin-bottom: 10px;
    width: 916px;
}

.card_row .wrapper_img img {
    width: 200px;
}

.card_row .wrapper_img {
    margin-right: 20px;
}

.left_menu {
    padding: 16px;
    border-radius: 12px;
    background-color: white;
    width: 260px;
    height: max-content;
    margin-right: 20px;
}

.subscribe-banner {
    background-image: url('../img/subscribe_banner_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D1193B
}

.promo_card, .company_card_mini {
    width: 291px;
}

.company_card {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
}

.company_card + .company_card {
    margin-top: 10px;
}

.promo_card > .img_wrapper,
.company_card_mini > .img_wrapper,
.company_card > .img_wrapper {
    width: 291px;
    height: 200px;
}

.company_card > .img_wrapper {
    margin-right: 16px;
}

.recommend_block, .popular_promo_block {
    padding-bottom: 60px;
}

.mobile_hide {
    display: block;
}
.desktop_hide {
    display: none;
}

.modal {
    padding: initial !important;
}

.img_banner_company {
    height: 320px;
    background-size:cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.description_img {
    max-width: 595px;
}

.description_company div {
    text-align: justify;
}

.description_company {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.description_img img {
    border-radius: 12px;
}

.img_banner_company .blur {
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    width: 100%;
}

.img_banner_company .blur div img {
    height: 320px;
    width: 100%;
}

.filtering_menu {
    padding: 24px;
    border-radius: 12px;
    background-color: white;
    font-size: 12px !important;
}

.filtering_menu .ms-auto{width: auto !important;}

.filtering_menu > form input {
    background-color: white;
}

.filtering_menu > form .form_field {
    background-color: #F4F4F4;
    height: initial !important;
    padding: 12px;
    border-radius: 4px;
    margin-left: 15px;
}

.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.avatar_wrapper {
    width: 35px;
    height: 35px;
}

.chat_list {
    overflow-y: scroll;
    height: 500px;
}

/**/
.card_row.promo {
    width: 454px;
    height: 72px;
}

.card_row.promo_card {
    width: 394px;
}

.card_row.promo_card .wrapper_img img {
    width: 100%;
}

.card_row.promo_card .wrapper_img {
    width: 354px;
}

.promo_card > .img_wrapper img,
.company_card_mini > .img_wrapper img,
.company_card > .img_wrapper img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.share_menu {
    position: absolute;
    width: 240px;
    right: 420px;
    top: 580px;
    background-color: white;
    border-radius: 12px;
    padding: 15px;
}

.card_contact_buy {
    width: 394px;
}


.grey-field {
    border: none;
    background-color: #e4e4e4;
    border-radius: 4px;
    padding: 10px;
    height: initial;
}

.bg_white {background-color: white !important;}
