.footer_wrapper {
    margin-top: auto;
    border-top: 1px solid #d6d6d6;;
    overflow: hidden;
}

.footer_top {
    position: relative;
    padding: 1rem 0;
}

.footer_top_wrap {
    padding: 0 1rem;
    background: var(--theme-color-grey-middle);
}

.footer_wrap {
    display: -webkit-flex;
    display: flex;
    -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: 767px){
    .footer_top .footer_wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_top .footer_item {
        margin-right: 0;
    }
}

/*footer__soc-icons*/
.footer_item .footer__soc-icons {
    margin: 0;
}

/*footer_bottom*/
.footer_bottom {
    padding: 2rem 0;
}

.footer_bottom .footer_item {
    margin-right: 0;
}

@media all and (max-width: 767px){
    .footer_bottom .footer_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: start;
    }
}

/*footer_contacts*/
.footer_contacts_wrap {
    display: -webkit-flex;
    display: flex;
}

.footer_contacts_icon {
    width: 2rem;
    min-width: 2rem;
    margin-right: 0.25rem;
}

.footer_contacts_icon svg {
    width: 100%;
    height: auto;
    margin-top: 3px;
}

.footer_contacts_title,
.footer_contacts_title a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
}

.footer_phone .footer_contacts_title,
.footer_phone .footer_contacts_title a {
    font-size: 1.4rem;
    font-weight: 700;
}

.footer_contacts_title a:hover {
    color: var(--theme-skit-color);
}

.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;
}

.footer_adress_all_link a {
    font-size: 1rem;
    line-height: 1.2;
    color: var(--theme-skit-color);
    padding-left: 2.25rem;
}

.footer_adress_all_link a:hover {
    color: var(--theme-color-grey-ultralight);
}

/*buttons*/
.buttons_wrap.footer_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.buttons_wrap .footer_item {
    margin-right: 5px;
}

.buttons_wrap .footer_item:last-child {
    margin-right: 0;
}

.skit-button.style3.adress_all {
    color: inherit !important;
    border: 2px solid #DEDEDE !important;
}

.skit-button.style3.adress_all:hover {
    color: #fff !important;
    border-color: var(--theme-skit-color) !important;
}

@media all and (max-width: 767px){
    .buttons_wrap .footer_item {
        margin-right: 0;
    }

    .footer_bottom .buttons_wrap .skit-button {
        min-width: 160px;
        text-align: center;
    }
}

/*footer_menu*/
.footer_menu_title {
    font-size: 1.2rem;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 0.5rem;
}

.footer_menu_title.contacts_title {
    font-size: 1.5rem;
    padding-left: 2.25rem;
}

.footer_bottom ul.services_footer_menu {
    gap: 1rem 1rem;
    margin-top: 1rem;
}

.footer_bottom ul.footer_menu li {
    margin-top: 1rem;
}

@media all and (max-width: 767px){
    ul.footer_menu.footer_menu_size {
        font-size: 1rem;
    }
}

/*footer_logo*/
.footer_logo img {
    width: 100%;
}

.footer_logo_vertical {
    display: block;
    position: relative;
    width: 100%;
}

.footer_logo_vertical img {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: auto;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media all and (max-width: 1199px){
    .footer_logo_vertical img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
}

/*footer_pay*/
.footer_pay_desc {
    font-size: 0.8rem;
    font-weight: 400;
    color: inherit;
    margin-bottom: 0.25rem;
    opacity: 0.5;
}

.footer_pay_icons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    color: inherit;
}

.footer_pay_icons svg {
    margin: 0 1rem 1rem 0;
}

.footer_pay_icons svg:last-child{
    margin-right: 0;
}

/*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;
}

@media all and (max-width: 991px){
    .footer_bottom_links {
        margin-bottom: 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;
    margin: 0 -3rem;
    border-radius: 45px;
    background: var(--theme-f-block-bg-color);
}

.theme_footer_block_bg_color .footer_top:after {
    display: none;
}

@media all and (max-width: 1400px){
    .theme_footer_block_bg_color {
        padding: 2rem 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 {
    color: #fff;
    background: transparent;
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer__soc-icon:hover {
    background: var(--theme-skit-color);
}

.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: transparent;
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control:focus {
    color: #fff;
    border-color: var(--theme-skit-color);
    background: var(--theme-skit-color);
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .search-submit {
    opacity: 1;
}

.theme_footer_color .footer_block_bg:not(.theme_footer_block_bg_color) .footer_search .form-control:focus ~ .search-submit {
    color: #fff;
}

/*theme_footer_color and theme_footer_block_bg_color  */
.block_bg_colored .footer_search,
.block_bg_colored .footer__soc-icons {
    color: var(--theme-f-block-bg-color);
}

.block_bg_colored .footer_bottom_links_item {
    color: #000;
}
