.footer {
    background: #0a0527
}

.footer.checkout-footer {
    background: transparent
}

.footer.checkout-footer .footer__bottom-row {
    border-top: 1px solid #d2d7e5;
    color: #606272
}

.footer__top-row {
    color: #3e4a66;
    padding: 40px 0
}

@media (max-width: 850px) {
    .footer__top-row {
        flex-direction:column;
        position: relative;
        row-gap: 40px
    }

    .footer__top-row .absolute-block {
        bottom: 40px;
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translateX(-50%)
    }
}

.footer__top-row .left {
    max-width: 200px
}

.footer__top-row .left .logo {
    align-items: center;
    display: flex;
    height: 38px;
    margin: 0px !important;
    transition: .3s;
    width: 100%
}

.footer__top-row .left .logo:hover {
    opacity: .7
}

.footer__top-row .left .logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.footer__top-row .left .banks {
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-top: 8px
}

.footer__top-row .left .banks .img {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 7px;
    width: 32px
}

.footer__top-row .left .banks .img:first-of-type {
    padding: 10px 0
}

.footer__top-row .left .banks .img:nth-of-type(2) {
    padding: 3.5px 4.2px
}

.footer__top-row .left .banks .img img {
    -o-object-fit: contain;
    object-fit: contain
}

.footer__top-row .right {

    width: 100%;
	justify-content: space-between;
}

@media (max-width: 1180px) {
    .footer__top-row .right {
        -moz-column-gap:50px;
        column-gap: 50px;
		
    }
}

@media (max-width: 992px) {
    .footer__top-row .right {
        row-gap: 50px
    }

    .footer__top-row .right .menu-column {
        width: calc(50% - 25px)
    }
}

@media (max-width: 850px) {
    .footer__top-row .right {
        flex-direction: column;
        padding: 0;
        row-gap: 0;
        width: 100%;
		align-items: center;
    }

    .footer__top-row .right .menu-column {
        width: 100%;
		display: flex;
        justify-content: center;
		flex-direction: column;
        align-items: center;
    }
	.footer__top-row .right .menu-column-last {
        width: 100%;
		display: block;
    }
    .footer__top-row .right .menu-column.active {
        border-bottom: 1px solid #262b3b;
        padding-bottom: 24px
    }


}

.footer__top-row .right .shelude {
    color: #5f7398;
    display: inline-block;
    margin: 16px 0;
    width: 100%
}

.footer__top-row .right .mail {
    color: #5f7398;
    transition: .3s
}

.footer__top-row .right .mail:hover {
    color: #588ae5
}
.socs-wrap svg {
	fill: #fff !important;
}
.footer__top-row .right .menu-column-heading {
    margin-bottom: 24px;
	width: max-content;
}

@media (max-width: 850px) {
    .footer__top-row .right .menu-column-heading {
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-top: 24px;
        position: relative;
		width: max-content;
    }

    .footer__top-row .right .menu-column-heading:after {
        background: url(../../assets/images/arrow-down-white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s;
        width: 16px
    }

    .footer__top-row .right .menu-column-heading.active {
        border-bottom: none
    }

    .footer__top-row .right .menu-column-heading.active:after {
        transform: translateY(-50%) rotate(180deg)
    }
}

.footer__top-row .right .menu {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.footer__top-row .right .menu li a {
    color: #adb6c7;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: .3s
}

.footer__top-row .right .menu li a:hover {
    color: #588ae5
}

.footer__top-row .right .menu-tel {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.footer__top-row .right .menu-tel li a {
    color: #adb6c7;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    transition: .3s
}

.footer__top-row .right .menu-tel li a:hover {
    color: #588ae5
}
.socs-wrap svg path {
	fill: #fff !important;
}
.footer__top-row .right .socs-wrap {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    margin-top: 40px
}

@media (max-width: 850px) {
    .footer__top-row .right .socs-wrap {
        justify-content:center;
        margin-left: auto;
        margin-right: auto;
		margin-top: 20px !important;
    }
}

.footer__top-row .right .socs-wrap .socs {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.footer__top-row .right .socs-wrap .socs:hover svg path {
    fill: #588ae5
}

.footer__top-row .right .socs-wrap .socs svg path {
    transition: .3s
}

.footer__bottom-row {
    border-top: 1px solid #262b3b;
    color: #3e4a66;
    padding: 16px 0
}

@media (max-width: 850px) {
    .footer__bottom-row {
        flex-direction:column;
        row-gap: 16px
    }

    .footer__bottom-row .cop {
        order: 2
    }

    .footer__bottom-row .left {
        order: 1
    }
}

.footer__bottom-row .left .studio {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-left: 8px
}

.footer__bottom-row .left .studio:hover path {
    fill: #588ae5
}

.footer__bottom-row .left .studio svg path {
    transition: .3s
}

.footer__bottom-row .up {
    color: #aaaeb4;
    font-size: 14px;
    transition: .3s
}

@media (max-width: 850px) {
    .footer__bottom-row .up {
        order:0
    }
}

.footer__bottom-row .up:hover {
    color: #fff
}

.footer__bottom-row .up:hover .icon svg path {
    stroke: #fff
}

.footer__bottom-row .up .icon {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    margin-left: 4px;
    width: 18px
}

.footer__bottom-row .up .icon svg path,.up-btn {
    transition: .3s
}
body .footer__top-row a.logo {
	color: #FF3600 !important;
}