.footer_wrapper {
    color: #fff;
    margin-top: auto;
    padding: 3rem 0 2rem;
    border-radius: 70px 70px 0 0;
    background: -webkit-linear-gradient(315deg, var(--theme-color-blue-light-opacity) 0%, var(--theme-color-orange-opacity) 60%, var(--theme-color-orange-opacity) 100%);
    background: linear-gradient(135deg, var(--theme-color-red) 0%, var(--theme-color-red) 30%, var(--theme-color-orange) 70%, var(--theme-color-orange) 100%);
    overflow: hidden;
}

.footer_wrapper a:hover {
    color: var(--theme-color-title) !important;
}

.footer_top {
    position: relative;
    padding: 1rem 0;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.footer_item {
    margin: 1rem 0;
}

@media all and (max-width: 991px){
    .footer_wrapper {
        padding: 2rem 0;
        border-radius: 30px 30px 0 0;
    }
}

/*footer_title*/
.footer_title {
    font-family: 'TT Travels Text', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.footer_contacts_title,
.footer_contacts_title a {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 200;
    color: inherit;
}

.footer_phone a {
    font-size: 4rem;
    font-weight: 700;
}

.footer_adress {
    margin-bottom: 3rem;
}

.footer_contacts_title a:hover {
    color: var(--theme-color-title);
}

.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: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
    margin-bottom: 0.5rem;
}

.footer_contacts_desc > * {
    opacity: 0.5;
}

.footer_contacts_desc a:hover {
    color: var(--theme-color-title);
    opacity: 1;
}

@media all and (max-width: 991px){
    .footer_contacts_title,
    .footer_contacts_title a {
        font-size: 1.2rem;
    }

    .footer_phone a {
        font-size: 2rem;
    }
}

/*button*/
.skit-button.style3.white_blue {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

.skit-button.style3.white_blue:hover {
    color: #fff !important;
    border-color: var(--theme-color-blue) !important;
    background: var(--theme-color-blue) !important;
}

/*footer_menu*/
.footer_bottom ul.footer_menu {
    font-size: 1rem;
}

.footer_bottom ul.footer_menu li.footer_menu_item {
    padding: 0 0 10px;
}

/*footer_bottom_links*/
.footer_bottom_links {
    margin: 0;
}
.footer_bottom_links_item {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: inherit;
    margin: 1rem 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.footer_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: end;
}

/*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);
}
