.footer_wrapper {
    margin-top: auto;
    padding-top: 50px;
    border-radius: 70px 70px 0 0;
    overflow: hidden;
    /*background: -webkit-linear-gradient(0deg, var(--theme-color-violet) 0%, #000 100%);*/
    /*background: linear-gradient(90deg, var(--theme-color-violet) 0%, #000 100%);*/
}

.footer_top {
    position: relative;
    padding: 1rem 0;
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.footer_item {
    margin: 1rem 2rem 1rem 0;
}

.footer_item:last-child {
    margin-right: 0;
}

@media all and (max-width: 991px){
    .footer_wrapper {
        padding-top: 20px;
        padding-bottom: 70px;
        border-radius: 40px 40px 0 0;
    }

    .footer_top .footer_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: start;
    }

    .footer_top .footer_item {
        margin-right: 0;
    }
}

/*footer__soc-icons*/
.footer_item .footer__soc-icons {
    margin: 0;
}

.footer_item .footer__soc-icons .footer__soc-icon {
    background: transparent !important;
    border: 1px solid currentColor;
    border-radius: 50%;
}

/*footer_bottom*/
.footer_bottom {
    padding: 2rem 0;
}

/*footer_contacts*/
.footer_contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.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.2rem;
    line-height: 1.2;
    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: 400;
    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 {
        font-size: 1.2rem;
    }
}

/*buttons*/
.buttons_wrap.footer_wrap {
    -webkit-align-items: flex-start;
    align-items: start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.buttons_wrap .footer_item {
    margin-right: 5px;
}

.buttons_wrap .footer_item:last-child {
    margin-right: 0;
}

.buttons_wrap .footer_item .skit-button {
    white-space: nowrap;
    padding: 1rem 2rem !important;
    border-radius: 50px;
    border-width: 1px !important;
}

.buttons_wrap .footer_item .skit-button._light:hover {
    color: var(--theme-skit-color) !important;
    border-color: #fff !important;
}

.buttons_wrap .footer_item .skit-button.style1.blue_gradient {
    border-color: #00ADEF !important;
    background: -webkit-linear-gradient(0deg, #00ADEF 0%, #0041E5 100%);
    background: linear-gradient(90deg, #00ADEF 0%, #0041E5 100%);
}

.buttons_wrap .footer_item .skit-button.style1.blue_gradient:hover {
    color: #fff !important;
    border-color: #00ADEF !important;
    background: -webkit-linear-gradient(0deg, #0041E5 0%, #00ADEF 100%);
    background: linear-gradient(90deg, #0041E5 0%, #00ADEF 100%);
}

@media all and (max-width: 991px){
    .buttons_wrap .footer_item {
        margin-right: 0;
    }

    .buttons_wrap .skit-button {
        min-width: 160px;
        text-align: center;
    }
}

/*consultation*/
.consultation_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}

.consultation_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.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;

}

/*footer_menu*/
.footer_menu_title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 0.5rem;
}

@media all and (max-width: 767px){
    ul.footer_menu.footer_menu_size {
        font-size: 1rem;
    }
}

/*footer_bottom_links*/
.footer_bottom_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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.dev_link {
    position: relative;
    top: -5px;
    margin-left: auto;
    margin-right: 0;
}

/*THEME SETINGS*/
/*theme_footer_bg_color*/
/*.theme_footer_bg_color {*/
/*    background: var(--theme-f-bg-color);*/
/*}*/

.footer_wrapper {
    background: -webkit-linear-gradient(0deg, var(--theme-f-bg-color) 0%, #000 100%);
    background: linear-gradient(90deg, var(--theme-f-bg-color) 0%, #000 100%);
}

/*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 .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control {
    color: var(--theme-f-color);
    border-color: transparent;
    background: var(--theme-f-color-opacity);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control:focus {
    border-color: var(--theme-f-color);
}

/*theme_footer_color and theme_footer_block_bg_color  */
.block_bg_colored .footer_top {
    border-color: var(--theme-f-color);
}

.block_bg_colored .footer_search,
.block_bg_colored .footer__soc-icons {
    color: var(--theme-f-block-bg-color);
}
