@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-ExtraLight.ttf");
    font-weight: 250;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-ExtraBold.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Black.ttf");
    font-weight: 900;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Thin.ttf");
    font-weight: 100;
}


@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Black.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Bold.ttf.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-ExtraBold.ttf.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "TT Norms";
    src: url("../fonts/TT Norms/TTNorms-Black.ttf");
    font-weight: 900;
}

.dropdown-list__left-bar a {
    font-family: "Raleway", sans-serif !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 45px !important;
    letter-spacing: -0.02rem !important;
    color: #25364B !important;
}

.right-bar__wrapper .childs-link {
    font-family: "TT Norms", sans-serif !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    /* line-height: 45px !important; */
    letter-spacing: -0.03rem !important;
    color: #6E7E90 !important;
}

.main-nav-v2_1__list .list-item__with-dropdown .dropdown-list__right-bar.--with-banner .childs-link {
    width: 40.333% !important;
}

.main-nav-v2_1__list .list-item__with-dropdown .dropdown-list__right-bar.--with-banner .right-bar__wrapper {
    min-width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1210px) {
    .right-bar__wrapper .childs-link {
        font-size: 14px !important;
        /* line-height: 35px !important; */
    }
}