.footer_wrapper {
    margin-top: auto;
    overflow: hidden;
}

.footer_uptop {
    text-align: center;
    padding-top: 3rem;
}

.footer_top {
    position: relative;
    padding: 1rem 0;
}

.footer_top:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -100%;
    right: -100%;
    border-bottom: 1px solid #d6d6d6;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_item {
    margin: 1rem 1rem 1rem 0;
}

.footer_item:last-child {
    margin-right: 0;
}

@media all and (max-width: 991px){
    .footer_top .footer_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .footer_top .footer_item {
        margin-right: 0;
    }
}

/*footer__soc-icons*/
.footer_item .footer__soc-icons {
    margin: 0;
}

.footer_item .footer__soc-icon {
    background: transparent;
    border-radius: 50%;
}

.footer_item .footer__soc-icon:hover {
    background: var(--theme-color-grey-light);
}

/*footer_bottom*/
.footer_bottom {

}

.footer_bottom_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 2rem;
}

@media all and (max-width: 1199px){
    .footer_bottom_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*footer_contacts*/
.footer_contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.footer_contacts .footer_item {
    margin-right: 3rem;
}

.footer_contacts .footer_item:last-child {
    margin-right: 0;
}

.footer_contacts_title,
.footer_contacts_title a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
}

.footer_contacts_title a:hover {
    color: var(--theme-skit-color);
}

.footer_contacts_title svg {
    width: 1em;
    height: auto;
    margin-right: 0.25rem;
}

.footer_contacts_desc,
.footer_contacts_desc a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: inherit;
    color: inherit;
    margin-top: 3px;
}

.footer_contacts_desc > * {
    opacity: 0.5;
}

.footer_contacts_desc a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

@media all and (max-width: 991px){
    .footer_contacts_title,
    .footer_contacts_title a {
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_contacts_desc,
    .footer_contacts_desc a {
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
}

/*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_horizontal ul.footer_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 1rem 2rem;
    font-size: 1rem;
}

@media all and (max-width: 767px){
    .footer_menu_horizontal {
        width: 100%;
    }
}

/*footer_bottom_links*/
.footer_bottom_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 2rem;
}
.footer_bottom_links_item {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: inherit;
    color: inherit;
    margin: 0 1rem 1rem 0;
}

.footer_bottom_links_item > * {
    opacity: 0.5;
}

.footer_bottom_links_item a {
    color: inherit;
}

.footer_bottom_links_item a:hover {
    color: var(--theme-skit-color);
    opacity: 1;
}

.footer_bottom_links_item.dev_link {
    position: relative;
    top: -5px;
    margin-right: 0;
}

@media all and (max-width: 991px){
    .footer_bottom_links {
        margin: 2rem 0 4rem;
    }
}

/*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);
}
