.footer_wrapper {
    padding-top: 20px;
    margin-top: auto;
    overflow: hidden;
}

.footer_block {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--theme-color-grey-light);
}

.footer_block:not(:first-child) {
    margin-left: -1px;
}

.footer_block_content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    height: 100%;
}

.footer_top {
    position: relative;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.footer_item {
    margin: 0;
}

@media all and (max-width: 575px){
    .footer_block {
        padding: 1rem;
    }
}

/*footer__soc-icons*/
.footer_item .footer__soc-icons {
    margin: 0;
}

/*footer_bottom*/
.footer_bottom {
    margin-top: auto;
}

/*footer_contacts*/
.footer_contacts_title,
.footer_contacts_title a {
    font-family: 'Copyright Bolditalic Studio Arha Trial', sans-serif !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.footer_contacts_title a:hover {
    color: var(--theme-color-orange);
}

.footer_contacts_title svg {
    width: 1em;
    height: auto;
    margin-right: 0.25rem;
}

.footer_contacts_info,
.footer_contacts_info a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.footer_contacts_info a:hover {
    color: var(--theme-color-orange);
}

.footer_contacts_desc,
.footer_contacts_desc a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--theme-color-grey);
    margin-bottom: 3px;
}

.footer_contacts_desc > * {
    opacity: 0.5;
}

.footer_contacts_desc a:hover {
    color: var(--theme-color-orange);
    opacity: 1;
}

@media all and (max-width: 359px){
    .footer_contacts_title,
    .footer_contacts_title a {
        font-size: 1.5rem;
    }
}

/*consultation*/
.consultation_block {
    display: -webkit-flex;
    display: flex;
    margin-top: 2rem;
    margin-right: 3rem;
}

.consultation_title {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    margin-right: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--theme-skit-color);
}

.consultation_content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.consultation_desc {
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding-top: 5px;
    opacity: 0.5;
}

.consultation_button .skit-button {
    white-space: nowrap;
    height: 45px;
    margin-top: 1rem;
}

@media all and (max-width: 1199px){
    .consultation_block {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*footer_menu*/
.footer_menu_vertical {
    padding-top: 4.4rem;
}

.footer_menu_vertical ul.footer_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
}

.footer_menu_vertical .footer_menu .footer_menu_item {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer_menu_vertical .footer_menu .footer_menu_item a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.footer_menu_vertical .footer_menu .footer_menu_item a:hover {
    color: var(--theme-color-orange);
}

@media all and (max-width: 1199px){
    .footer_menu_vertical {
        padding-top: 3.8rem;
    }
}

@media all and (max-width: 991px){
    .footer_menu_vertical {
        padding-top: 3.44rem;
    }
}

@media all and (max-width: 767px){
    .footer_menu_vertical {
        padding-top: 0;
    }
}

/*footer_bottom_links*/
.footer_bottom_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
   flex-direction: column;
    gap: 0.3rem;
}
.footer_bottom_links_item {
    display: inline-block;
    font-size: 1rem;
    font-weight: inherit;
    color: var(--theme-color-grey);
}

.footer_bottom_links_item a {
    color: inherit;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.footer_bottom_links_item a:hover {
    color: var(--theme-skit-color);
}

/*footer_text*/
.footer_text {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--theme-color-grey);
}

/*footer_logo_block*/
.footer_logo_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 2rem;
    margin: 20px 0;
    padding: 0;
}

.footer_logo {
    max-width: 100%;
}

.footer_logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer_logo_block .dev_link {
    position: relative;
    top: -5px;
    margin-left: auto;
    margin-right: 0;
}

.footer_logo_block .dev_link a {
    color: inherit;
    opacity: 0.5;
}

.footer_logo_block .dev_link a:hover {
    color: inherit;
    opacity: 1;
}

/*THEME SETINGS*/
/*theme_footer_bg_color*/
.theme_footer_bg_color {
    background: var(--theme-f-bg-color);
}

/*theme_footer_block_bg_color*/
.theme_footer_block_bg_color {
    padding: 2rem 3rem 1rem;
    margin: 0 -3rem 1rem;
    border-radius: 45px;
    background: var(--theme-f-block-bg-color);
}

.theme_footer_block_bg_color .footer_top:after {
    display: none;
}

.theme_footer_block_bg_color .footer_top {
    border-bottom: 1px solid #d6d6d6;
}

@media all and (max-width: 1400px){
    .theme_footer_block_bg_color {
        padding: 2rem 1rem 1rem;
        margin: 0;
        border-radius: 30px;
    }
}

/*theme_footer_color*/
.theme_footer_color {
    color: var(--theme-f-color);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer__soc-icon {
    background: var(--theme-f-color-opacity);
}

/*theme_footer_color and theme_footer_block_bg_color  */
.block_bg_colored .footer_top {
    border-color: var(--theme-f-color);
}

.block_bg_colored .footer__soc-icons {
    color: var(--theme-f-block-bg-color);
}
