@font-face {
    font-family: 'fontawesome';
    src: url('./fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icons';
    src: url('./fonts/icons.woff2') format('woff2'),
         url('./fonts/icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ff-meta-web-pro';
    src: url('./fonts/ff-meta.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:url('./fonts/Roboto-Regular.woff') format('woff'), 
        url('./fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/*header*/
.header1 {
    background-color: #fff;
    position: relative;
    z-index: 1000;
}
.header1.fixed .header__topbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
}
.header__topbar>.container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 123px;
}
.header__logo {
    min-height: 30px;
    margin-right: 35px;
    align-self: center;
}
.header__logo a {
    text-decoration: none;
}
.header__logo img {
    width: auto;
    height: 30px;
    display: block;
    max-width: inherit;
    margin-bottom: 0;
    transform: translateZ(0);
}
.header__promo_logo {
    display: flex;
    align-items: center;
    margin-right: 15px;
    order: 2;
}
.header__promo_logo a {
    position: relative;
    border: 2px solid #522d80;
    width: 120px;
    height: 60px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}
.header__promo_logo a img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .4s;
}
.header__nav {
    display: block!important;
    align-self: center;
    flex-grow: 1;
    order: 1;
}
.header__nav>ul {
    display: flex;
    align-items: center;
    height: 123px;
    list-style: none;
}
.header__nav>ul>li {
    margin-right: 25px;
}
.header__nav>ul>li>a {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #110e0e;
    text-decoration: none;
    position: relative;
}
.header__search {
    align-self: center;
    order: 3;
}
.header__search a.open_search {
    float: right;
}
.header__search a.open_search .icon-search {
    width: 22px;
    height: 21px;
    background-image: url(images/icon-zoom.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22px 21px;
    display: block;
}
.subheader-menu.fixed .subheader-menu-inner {
    position: relative;
    width: 100%;
    z-index: 999;
    /* top: 123px; */
    left: 0;
    background-color: #5b3886;
    height: 56px;
}
.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1600px;
    height: 56px;
}
.subheader-menu .inner {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.subheader-menu .inner:before {
    right: 100%;
}
.subheader-menu__title {
    position: relative;
    z-index: 1;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5b3886;
    padding-right: 40px;
}
.subheader-menu .inner>* {
    align-self: center;
}
.subheader-menu__title a {
    text-decoration: none;
}
.subheader-menu__title h2 {
    font-family: ITCAvantGardePro,sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #efebf3;
    line-height: 1.2;
    display: block;
    margin: 0;
}
.subheader-menu__nav.left-end:before, .subheader-menu__nav.right-end:after {
    width: 0;
}
.subheader-menu__nav:after, .subheader-menu__nav:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0px;
    height: 56px;
    display: block;
    z-index: 2;
    transition: .3s;
}
.subheader-menu__nav:before {
    margin-left: -1px;
    transform: rotate(180deg);
}
.subheader-menu__nav>ul {
    list-style: none;
    clear: both;
    display: block;
    float: none;
    max-width: 100%;
    height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    box-sizing: border-box;
    padding-right: 50px;
}
.subheader-menu__nav>ul>li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-left: 0;
    margin-right: 40px;
    margin-top: 5px;
}
.subheader-menu__nav>ul>li>a {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #efebf3;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease-out;
}
.subheader-menu__nav>ul>li>a:hover {
    color: #f66733;
}
.subheader-menu__nav>ul>li.has-dropdown>a:after {
    content: "";
    width: 10px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background-image: url(images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .3;
    transform: translateX(-50%);
    transition: transform .3s;
}

.header1 {
    position: relative;
    z-index: 1000;
    background-color: #522d80;
}
.header--renewal {
    background-color: #f66733;
    height: 123px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 1600px;
}
.header1 .container {
    position: relative;
}
/* .header1.fixed .header__topbar {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
} */
.header.fixed .header__topbar {
    padding: 0;
}
.header1.fixed .header__topbar {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
}
.header--renewal .header__topbar:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f66733;
}
.header__topbar>.container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.header1.fixed .header__topbar>.container {
    padding-left: 15px;
    padding-right: 15px;
}
.header__logo {
    align-self: center;
}
.header__logo {
    min-height: 30px;
    margin-right: 35px;
}
.header--renewal .header__logo img {
    height: 70px;
}
/*Footer*/
.footer1 {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #585656;
    border-top: 1px solid #e5e1ea;
    padding: 45px 0;
    text-align: center;
}
.container2 {
    max-width: 1600px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer1 .footer__social {
    margin-bottom: 35px;
}
.footer1 .footer__social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    font-size: 0;
}
.footer1 .footer__social a.twitter {
    background-image: url(images/icon-twitter1.svg);
    width: 18px;
}
.footer1 .footer__social a.facebook {
    background-image: url(images/icon-facebook.svg);
    height: 18px;
}
.footer1 .footer__social a.instagram {
    background-image: url(images/icon-instagram.svg);
    width: 16px;
    height: 16px;
}
.footer1 .footer__logo {
    max-width: 320px;
    margin: 0 auto 35px;
}
.footer1 .footer__logo a {
    padding: 5px;
    display: inline-block;
}
.footer1 .footer__logo img {
    width: 100%;
    max-height: 100px;
}
.footer1 .footer__copyright {
    margin-bottom: 7px;
}
.footer1 .footer__menu {
    margin-bottom: 30px;
}
.footer1 .footer__menu ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer1 .footer__menu ul li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #585656;
}
.footer1 .footer__menu ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.footer1 .footer__menu ul li a {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #585656;
    text-decoration: none;
    display: inline-block;
    transition: color .4s;
}
.footer1 .footer__menu ul li a:hover {
    color: #f66733;
}
.footer1 .wmt, .footer1 .wmt a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer1 .wmt a {
    text-decoration: none;
    flex-direction: column;
}
.footer1 .wmt a span {
    font-family: Graphik,sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    color: #7f7f7f;
    margin-bottom: 12px;
    line-height: 18px;
    display: block;
}
.footer1 .wmt a img {
    width: 105px;
    height: auto;
    display: block;
}
@media screen and (max-width: 1550px) {
    .header__topbar>.container {
        max-width: 1503px;
    }
    .container1 {
        width: 1503px;
    }
    .container2 {
        width: 1502px;
    }
}
@media screen and (max-width: 1440px) {
    .header__topbar>.container {
        max-width: 1320px;
    }
    .container1 {
        width: 1320px;
    }
    .container2 {
        width: 1320px;
    }
}
@media screen and (max-width: 1270px) {
    .header__topbar>.container {
        max-width: 1223px;
    }
    .container1 {
        width: 1223px;
    }
    .container2 {
        width: 1223px;
    }
    .subheader-menu__nav>ul{
        width: 1124px;
        overflow: hidden;
    }
}