@font-face {
    font-family: DIN45; /* Гарнитура шрифта Light 300*/
    src: url(font/custom/DIN45.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: DIN55; /* Гарнитура шрифта Regular ничего*/
    src: url(font/custom/DIN55.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: DIN65; /* Гарнитура шрифта  Medium 500*/
    src: url(font/custom/DIN65.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: DIN75; /* Гарнитура шрифта Bold bold*/
    src: url(font/custom/DIN75.otf); /* Путь к файлу со шрифтом */
}


/*Public Material*/

.rs-nav-menu {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-between;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    background-color: #2d2d2d;
    padding-bottom: 2px;
    height: 36px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.rs-nav-menu ul > li > a {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.main-menu-custom {
    display: flex;
    margin: 0 !important;
    justify-content: flex-start;
    /*flex-basis: 45%;*/
    align-items: center;
    list-style: none;
}

.main-menu-custom > li {
    position: relative;
    margin-right: 50px;
}

.main-menu-custom > li > a {
    white-space: nowrap;
}

.main-menu-custom-right {
    display: flex;
    margin: 0 !important;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}
.main-menu-custom-right li:not(.rs-divider-vertical) {
    margin-left: 30px;
}

.rs-main-menu {
    padding-top: 26px;
    padding-bottom: 26px;
}

.rs-header-logo-link {
    position: relative;
    top: 6px;
}

.rs-main-menu > ul.list-menu li > .rs-header-logo-link, .rs-main-menu > ul.list-menu-mobile li > .rs-header-logo-link {
    width: 219px;
    cursor: pointer;
    text-decoration: none; /*убираем подчеркивание текста ссылок*/
    color: black;
}

.rs-main-menu > ul.list-menu li > .rs-header-logo-link > .rs-main-logo, .rs-main-menu > ul.list-menu-mobile li > .rs-header-logo-link > .rs-main-logo {
    display: block;
    background: url(../images/rs-logo.svg) no-repeat 0 center ;
    width: 191px;
    height: 36px;
}

.rs-main-menu > ul.list-menu li > .rs-header-logo-link > .rs-logo-bottom {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.09;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    width: 241px;
}

.ri-logo-li {
    opacity: 0.7;
}

.ri-logo-li:hover {
    opacity: 1;
}

.ri-logo {
    display: block;
    background: url(../images/logo.png) no-repeat 0 center;
    background-size: contain;
    width: 57px;
    height: 57px;
}

.rs-main-menu > ul.list-menu {
    list-style: none; /*убираем маркеры списка*/
    margin: 0; /*убираем верхнее и нижнее поле, равное 1em*/
    padding-left: 0; /*убираем левый отступ, равный 40px*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rs-main-menu > ul.list-menu-mobile {
    list-style: none; /*убираем маркеры списка*/
    margin: 0; /*убираем верхнее и нижнее поле, равное 1em*/
    padding-left: 0; /*убираем левый отступ, равный 40px*/
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}

.rs-main-menu > ul.list-menu-mobile .ri-logo-li {
    margin-left: auto;
}

.rs-main-menu > ul.list-menu-mobile .rs-logo-mobile {
    margin-left: 20px;
}

.rs-main-menu > ul.list-menu li {
    position: relative;
}

.rs-main-menu > ul.list-menu li a.element-menu {
    display: block;
    padding: 1em 20px 1em 20px;
    font-family: DIN55, sans-serif;
    text-decoration: none; /*убираем подчеркивание текста ссылок*/
    white-space: nowrap;
    color: black;
    cursor: pointer;
}

.main-menu__item:hover span {
    padding-bottom: 1em;
    border-bottom: 3px solid #cd3c1a;
}

.main-menu__item.active span {
    padding-bottom: 1em;
    border-bottom: 3px solid #cd3c1a;
}

.dropdown-submenu__main-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 0;
    margin: 0 0 0;
    list-style: none;
    background-color: #edf0f1;
}

.dropdown-submenu__main-menu li {
    cursor: pointer;
    width: 100%;
}

.dropdown-submenu__main-menu li:hover {
    cursor: pointer;
    background-color: #f6f7f8;
}


.dropdown-submenu__main-menu a {
    text-decoration: none;
    display: block;
    padding: 15px 50px 15px 20px;
    clear: both;
    white-space: nowrap;
    opacity: 0.8;
    font-family: DIN55, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.dropdown-submenu__main-menu a:hover {
    text-decoration: none;
    color: #40a2de !important;
}

.dropdown__main-menu__item:hover {
    margin-bottom: -3px;
    background-color: #edf0f1;
    border-bottom: 3px solid #edf0f1;
}

.dropdown__main-menu__item:hover span {
    padding-bottom: 1em;
    border-bottom: 3px solid #cd3c1a;
}

.dropdown__main-menu__item ul {
    margin-top: 3px;
}

/* Dropdown List */

.toggle-btn {
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.rs-dropdown {
    display: none;
    position: absolute;
    min-width: 160px;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 0 rgba(30, 31, 33, 0.2);
    z-index: 1;
}

.rs-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.custom-main-search-area {
    background-color: inherit !important;
    border-top: 3px #FFFFFF !important;
    border-left: 3px #FFFFFF !important;
    border-right: 3px #FFFFFF !important;
    height: 20px !important;
    font-family: DIN55, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 0.57 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: rgba(255,255,255, 1) !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom-width: 0px !important;
    border-bottom-color: rgba(255,255,255, 0) !important;
}

.custom-main-search-area::-webkit-input-placeholder {
    color: rgba(255,255,255, 0.3);
}

.custom-main-search-area::-moz-placeholder {
    color: rgba(255,255,255, 0.3)
}

.custom-main-search-btn {
    background-color: inherit !important;
    color: #FFFFFF !important;
    padding-bottom: 1px !important;
}

.custom-main-search-area:focus,
.custom-main-search-area:hover,
.custom-main-search-area:active {
    box-shadow: none !important;
}

.li-search-form {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.li-search-form:active, .li-search-form:focus, .li-search-form:hover {
    border-bottom: 1px solid rgba(82,168,236,0.5)
}

.dropdown--menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #2d2d2d;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-right-width: 2px;
    border-bottom-width: 2px;
.border-radius(6px);
.box-shadow(0 5px 10px rgba(0,0,0,.2));
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown--menu li {
    cursor: pointer;

}

.dropdown--menu a {
    text-decoration: none;
    display: block;
    padding: 12px 50px 12px 20px;
    clear: both;
    white-space: nowrap;
    opacity: 0.8;
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.dropdown--menu a:hover {
    text-decoration: none;
    background-color: #373737;
}

.main-menu-custom a:hover, main-menu-custom-right a:hover {
    color: #40a2de !important;
}

.rs-chosen-length {
    display:inline-block;
    position:relative;
    margin-right: 6px;
}

.rs-chosen-length span {
    display:inline-block;
    position:absolute;
    top:-20%;
    left:80%;
    width: 9px;
    height: 9px;


    /* Оформление текста */
    font-family: DIN45, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 0.8;
    text-align: center;
    color: #ffffff;

    /* Фон */
    background-color:#cb3c1a;
    padding:2px;
    border-radius: 50%;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}




.list-dropdown-menu-mobile {
    display: none;
    flex-direction: column;
    list-style: none;
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 45px;
}

.list-dropdown-menu-mobile > li:not(:last-child) {
    padding-bottom: 30px;
}

.dropdown__main-menu-mobile__item a {
    font-family: DIN55, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.dropdown__main-menu-mobile__item > a > i {
    color: #868686;
}

.main-menu-mobile__item a {
    font-family: DIN55, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.dropdown-submenu__main-menu-mobile {
    list-style: none;
    cursor: pointer;
    margin: 0;
}

.dropdown-submenu__main-m
орпеавenu-mobile > li:not(:last-child) {
    padding-bottom: 15px;
}

.dropdown-submenu__main-menu-mobile > li:last-child {
    padding-bottom: 32px;
}

.dropdown-submenu__main-menu-mobile li a {
    font-family: DIN55, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.dropdown-submenu_main-menu-mobile-toggle {
    padding-bottom: 13px;
    border-bottom: 3px solid #cd3c1a;
}


.main-mobile-menu-icon {
    color: black;
    cursor: pointer;
}

.dropdown-main-menu-mobile-toggle {
    display: none;
}

.rs-basket-btn {
    display: flex;
    height: 100%;
    align-items: center;
}

.rs-basket-btn:hover, .rs-basket-btn:focus, .rs-basket-btn:active {
    cursor: pointer;
}

.rs-basket-btn:hover > a, .rs-basket-btn:focus > a, rs-basket-btn:active > a {
    color: #40a2de;
}

.rs-basket {
    position: relative;
}

.rs-basket > .dropdown-btn > span:last-child {
    position: relative;
    top: -5px;
}

.rs-basket > .dropdown-btn {
    white-space: nowrap;
}

.rs-basket-dropdown {
    position: absolute;
    top: 190%;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 0 rgba(30, 31, 33, 0.2);
    padding: 40px 30px 40px 30px;
    width: 380px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-basket-dropdown__arrow-up:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 90%;
}

.rs-basket-dropdown__arrow-up:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 90%;
}

.rs-basket-dropdown > hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.rs-basket-mobile {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-chosen-program {
    margin-bottom: 22px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-chosen-program-expl {
    opacity: 0.5;
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.rs-chosen-title {
    font-family: DIN65, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000000;
}

.rs-university-remove {
    color:  #bbbbbb;
    float: right;
}

.rs-university-remove:hover {
    text-decoration: none;
    color: #40a2de;
}

.rs-university {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-university-info {
    opacity: 0.5;
    font-family: DIN65, sans-serif;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-university-name {
    font-family: DIN55, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-university-name:hover {
    text-decoration: none;
    font-family: DIN55, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: #40a2de;
}

.rs-basket-button {
    margin-top: 50px;
    text-align: center;
}

.rs-basket-button button {
    background-color: #40a2de;
    padding: 15px;
    border: none;
    font-family: DIN55, sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
}

.rs-basket-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 90%;
}

.rs-basket-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 90%;
}

.cart-container-js {
    cursor: pointer;
}

.rs-support {
    position: relative;
}

.rs-support:hover > a, .rs-support:focus > a, .rs-support:active > a {
    color: #40a2de !important;
}

.dropdown-support {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 0 rgba(30, 31, 33, 0.2);
    padding: 15px 0px 15px 15px;
    width: fit-content;
    margin: 0px -10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dropdown-support:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 94%;
}

.dropdown-support:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 94%;
}

@media (max-width: 690px) {
    .dropdown-support {
        position: fixed;
        top: 38px;
        right: 0px;
    }

    .dropdown-support:before {
        left: 194px;
    }

    .dropdown-support:after {
        left: 194px;
    }
}

@media (max-width: 522px) {
    .dropdown-support {
        position: fixed;
        top: 38px;
        right: 0px;
    }

    .dropdown-support:before {
        left: 194px;
    }

    .dropdown-support:after {
        left: 194px;
    }
}

.rs-support {
    height: 100%;
    width: 25px;
}

.rs-support-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.rs-support-info {
    padding: 8px 50px 8px 20px;
}

.rs-support-info a {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}

.rs-support-info a:hover, .rs-support-info a:focus, .rs-support-info a:active {
    text-decoration: none;
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: #40a2de;
    white-space: nowrap;
}

.rs-lang {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.rs-user:hover > a > .rs-user-menu span:not(:first-child), .rs-user:active > a > .rs-user-menu span:not(:first-child), .rs-user:focus > a > .rs-user-menu span:not(:first-child) {
    color: #40a2de;
}

.rs-user {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.dropdown-user-menu {
    position: absolute;
    top: 105%;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 0 rgba(30, 31, 33, 0.2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-user-menu {
    margin-left: 18px;
    white-space: nowrap;
}


.rs-user-avatar {
    left: 0;
    font-family: DIN65, sans-serif;
    font-size: 14px;
    background-color: #cb3c1a;
    border-radius: 50%;
    padding: 0px 6px 3px 5px;
    width: 18px;
    height: 18px;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-user-menu-info {
    padding: 15px 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-user-menu-info:first-child {
    padding-top: 26px!important;
}

.rs-user-menu-info:last-child {
    padding-bottom: 26px!important;
}

.rs-user-menu-info a {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}

.rs-user-menu-info a:hover {
    text-decoration: none;
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    color: #40a2de;
    white-space: nowrap;
}

.dropdown-user-menu hr {
    margin: 0;
    padding: 0;
}

.dropdown-user-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 50%;
}

.dropdown-user-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 50%;
}

.rs-divider-vertical {
    background-color: #ffffff !important;
    border: solid 1px #ffffff !important;
    opacity: 0.1;
}

.rs-btn-blue {
    color: #ffffff !important;
    background-color: #40a2de !important;
    border: 1px solid #40a2de !important;
    padding: 9px !important;
    border-radius: 2px;
}

.rs-btn-blue:hover {
    color: #ffffff !important;
    background-color: #5ec2fe !important;
    border: 1px solid #5ec2fe !important;
}

.rs-nav-menu > .main-menu-custom > .dropdown-item-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.dropdown-item-menu--mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    height: 100%;
}

.dropdown--menu--mobile {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #2d2d2d;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-right-width: 2px;
    border-bottom-width: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    white-space: nowrap;
}

.dropdown--menu--mobile > li > ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    margin-bottom: 10px;
}

.dropdown--menu--mobile > li > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-item-menu--mobile > li:hover, .dropdown-item-menu--mobile > li:focus, .dropdown-item-menu--mobile > li:active {
    background-color: #373737;
}

.dropdown-item-menu--mobile > li > ul > li:hover, .dropdown-item-menu--mobile > li > ul > li:focus, .dropdown-item-menu--mobile > li > ul > li:active {
    background-color: #373737;
}

.dropdown-item-menu--mobile ul {
    list-style: none;
}

.dropdown-item-menu--mobile li > a {
    font-family: DIN55, sans-serif;
    font-size: 14px;
    line-height: 0.57;
    text-align: left;
    padding: 8px 50px 8px 20px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}



@media (min-width: 768px) {
    .dropdown-item-menu--mobile li, .dropdown-item-menu--mobile li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .dropdown-item-menu--mobile li, .dropdown-item-menu--mobile li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.dropdown-item-menu--mobile li {
    cursor: pointer;
}

.search-form-flex {
    display: flex;
}

@media (max-width:1430px){
    .main-menu-custom {
        justify-content: flex-start;
    }
    .main-menu-custom > li {
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .li-search-form {
        display: none;
    }

    .rs-main-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ri-logo {
        width: 40px;
        height: 40px;
    }
    .rs-main-logo {
        width: 154px !important;
        height: 29px !important;
        background-size: 154px 29px !important;
    }
    .rs-main-menu > ul.list-menu {
        display: none;
    }
    .rs-main-menu > ul.list-menu-mobile {
        display: flex;
    }
    .dropdown-main-menu-mobile-toggle {
        display: flex;
    }

    .rs-header-logo-link {
        top: 0;
    }

    .dropdown-submenu__main-menu-mobile li {
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .rs-lang-name {
        display: none;
    }
    .rs-user-name {
        display: none;
    }
    .rs-nav-menu {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.rs-program-in  form {
    margin: 0 !important;
}

.hidden-menu-item {
    display: none;
}

@media (max-width: 605px) {
    .rs-basket-dropdown {
        position: fixed;
        top: 38px;
        left: 0;
    }
}


/*Spinner*/
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    left: 50%;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background-color: white;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}


/*TODO:После добавление новой верстки по.dropdown--menu--mobile > li > ul > li все это будет удалено*/
@media (max-width: 1200px) {
    .hero .icon28-append input.span4 {
        width: 326px !important;
    }
}

@media (max-width: 1120px) {
    .hero .icon28-append input.span4 {
        width: 259px !important;
    }
    .hero #filters-container-js .combobox-container > input {
        width: 170px;
    }
}

@media (max-width: 980px) {
    .hero .icon28-append input.span4 {
        width: 244px !important;
    }
    .hero #filters-container-js .combobox-container > input {
        width: 154px;
    }
}

@media (max-width: 920px)and (min-width: 768px) {
    .hero .icon28-append input.span4 {
        width: 196px !important;
    }
    .hero #filters-container-js .combobox-container > input {
        width: 122px;
    }
}

@media (max-width: 1200px) {
    .controls > .span12 {
        width: 100%;
    }
}