@font-face {
    font-family: 'Inter-regular';
    font-size: 400;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-bold';
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Inter-medium';
    font-weight: 500;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Italic';
    font-weight: 400;
    src: url('../fonts/Inter-Italic.otf');
}

* {
    padding: 0;
    margin: 0;
}



li {
    list-style: none;
}



.footer {
    background: #1E202A;
    padding: 60px 0;
    width: 100%;
}

.footer_top {
    display: flex;
}

.footer_top_left {
    margin-bottom: 43px;
    display: flex;
    flex-direction: column;
    margin-right: 70px;
}
.footer_contacts{
    font-style:normal;
}
.int_reg_12{
    font-style: normal;
}
.footer_contacts {
    display: flex;
    flex-direction: column;
    align-self: end;
    gap: 22px;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer_innerwrp {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_contact p {
    font-family: 'Italic';
    color: #3494EC;
}

.footer_top_right {
    display: flex;
    gap: 112px;
    padding-top: 20px;
}

.footer_right_block h3 {
    margin-bottom: 14px;
    color: #fff;
    font-family: 'Montserrat-bold';
}

.footer_right_mini {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_right_mini a {
    color: #8D91A5;
}

.footer__logo-wrp {
    background-color: #4C5068;
}

.footer__logo-wrp:hover {
    background-color: #4C5068;
    transform: skew(-15deg);
    border-radius: 5px;

}
.footer__logo-wrp{
    transform: skew(-15deg);
    background-color: #4C5068;
    border-radius: 5px;
    transition: padding 0.5s;
}
.footer__logo-wrp:hover{
    padding-left: 20px;
    padding-right: 20px;
    transition: padding 0.5s;
}
.int_reg_14:hover{
    color:#FFF !important;
}
.footer__logo-wrp a {
    display: flex;
    width: 306px;
    height: 35px;
    text-indent: -99999px;
    background-image: url(../img/footer__logo2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
   
}


.footer_img {
    margin-top: 45px;
    flex-direction: column;
    display: flex;
}

.int_reg_8 {
    font-family: 'Italic';
    font-size: 8px;
    color: #FFF;
    text-align: right;
}

.int_reg_8 {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.footer_bottom {
    margin-top: 92px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1280px;
}

.flex {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.footer_bottom h3 {
    color: #B9B9B9;
}

.footer_bottom a {
    color: #8D91A5;
}

.footer_top_left {
    flex-direction: column;
}

.footer_right_block-innerwrp {
    display: flex;
    flex-direction: column;
}

.col_g {
    color: #4C5068 !important;
}

.col_g a {
    color: #4C5068 !important;
}

a.col_r {
    color: #F71055 !important;
}

.onepayment {
    width: 86px;
    height: 46px;
    margin-bottom: 30px;
}

.twopayment {
    width: 87px;
    height: 31px;
    margin-bottom: 30px;
}

.threepayment {
    width: 88px;
    height: 36px;
}

@media screen and (max-width:1440px) {
    .footer_right_block-innerwrp {
        display: flex;
        flex-direction: column;
    }

    .footer {
        padding-left: 0;
    }

    .footer_logo {
        width: 241px;
    }

    .footer_bottom {
        flex-direction: column;
    }

    .footer_img {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

}

@media screen and (max-width:1200px) {
    .footer_right_block {
        flex-wrap: wrap;
    }

    .footer_top_right {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:768px) {
    .onepayment {
        width: 86px;
        height: 46px;
        margin-bottom: 0px;
    }

    .twopayment {
        width: 87px;
        height: 31px;
        margin-bottom: 0px;
    }

    .footer_img {
        flex-direction: row;
        align-items: center;
    }

    .footer_top {
        flex-direction: column;
        max-width: 300px;
        align-items: center;
    }

    .footer_top_right {
        flex-direction: column;
    }
}