header.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 100px;
    z-index: 99999;


}
html .region-header .block a{
    text-align: center;
    display: block;
}
html body p.newsletter-label{
    width: 30vw;
    margin: 0 auto;
    padding: 0;
}

html .region-header {
    right: 0;
    top: 0;
    height: 100px;
    left: auto;
    width: 10.5vw;
    background: #e30713;
    display: flex;
    padding-right: 3vw;
    box-sizing: border-box;
    justify-content: flex-end;
    position: fixed;
    min-width: 160px;
    max-width: 240px;

}

.header-wrap {
    padding-left: 3vw;
    display: flex;
    align-items: center;
    height: 100px;
    position: relative;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
}

#navbar.header-nav {
    height: 99px !important;
}

#mobile-primary-menu .region-header{
    height: 75px;
    max-width: none;
    width: 103vw;
    margin: 0 -3vw;
    display: flex;
    justify-content: space-around;
}
html .header-nav li {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transition: border-bottom-color 0.2s;
    height: 100%;
    display: flex;
    align-items: center;
}
.navbar-collapse #block-catalog-menu-user #user-menu{
    display: block;
}

.header-nav>ul>li:hover {
    border-bottom-color: #e30713;
}

.navbar-nav.menu {
    height: 100%;
    width: 100%;
}

html .header .header-nav li > a {
    border: 0;
    font: 16px "dinpromedium";
    background: transparent !important;
}

html .region-header {
    z-index: 99999;
}

.svg-icon {
    width: 24px;
    height: 24px;
}

.svg-icon {
    fill: #fff;
}

html body.html .region-header #block-catalog-cart-info {
    right: 5px;
    top: 25px;
    margin-top: 3px;
    height: 40px;
    position: relative;
    width: 40px;
}

#cart-indicator{
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

html body.html #block-catalog-menu-user #user-menu {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 3px;
}

html body.html #block-catalog-menu-user {
    top: 25px;
    position: relative;
    margin-right: .9vw;

}

.svg-icon-title {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font: 9px/1 "dinpromedium";
}

#cart-indicator span {
    background: #fff;
    border-radius: 100%;
    color: #e30713;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    position: absolute;
    top: -6px;
    right: 9px;
    font: 900 13px/1.3 'dinpromedium';
}
a.contextual-links-trigger{
    width: 21px;
    margin-right: 5px;
}
#mobile-primary-menu .region-header{
    display: none;
}
html .region-header .link-logout a{
    color: #fff;
    margin: 2px 0 0;
}
.newsletter-label{
    width: 44vw;
    margin: 0 auto;
}
footer#footer-kross ul li a.language-link:not(.no-translate){
    color: #fff;
}

.cart-dropdown.active{
    transform: translateX(0);
}
.cart-dropdown.loading{
    cursor: progress;
}
.cart-dropdown{
    background:#fff;
    position: absolute;
    top:100%;
    right:0;
    transform: translateX(100%);
    min-width: 350px;
    box-sizing: border-box;
    box-shadow:0 0 2px rgba(0,0,0,0.3);
    transition: .3s;
    z-index:9999;
}


.cart-dropdown .title{
    font:18px "dinpromedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}
.cart-dropdown .title, .cart-dropdown .title .color-model{
    margin: 0;


}

.cart-dropdown .title, .cart-dropdown .title a, .cart-dropdown .title, .cart-dropdown .title a:hover{
    font-size: 18px;
    color: #000;
    line-height: 1;
}

.cart-dropdown .title .color-model{
    font:18px "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cart-dd-total{
    background: #ededed;
    padding: 1.5vw;
}
.cart-dd-total p{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.cart-dd-total .btn{
    width: 100%;
}
.cart-dd-item{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.cart-dd-item .remove-item{
    background: transparent url('/sites/all/modules/catalog/checkout2/images/icon-trash.png') no-repeat center center;
    cursor: pointer;
    margin-left: auto;
    border: 0;
    width: 13px;
    height: 16px;
}
.cart-dd-products-empty{
    display: none;
}
.cart-dd-products-empty:only-child{
    display:block;
}
.layout-full{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index:9998
}
.cart-dd-image{
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 2px solid #dadada;
}
.cart-dd-products{
    background: #fff;
    padding: 1.5vw;
    overflow-y: scroll;
    max-height: 330px;
}
.cart-dd-products>p{
    text-align: center;
    font-size: 16px;
    color: #444;
}
.cart-dd-content{
    padding-right: 12px;
}
.cart-dd-content p{
    font-size: 14px;
    color: #000;
}
@media (max-width: 985px){
    .cart-dropdown{
        top:0;
        width: 100%;
        transform: translateY(-100%);
        position: fixed;
        text-align: center;
        z-index:100000;

    }
    .cart-dropdown-alert{
        background: #ddd;
        color: #000;
        padding: 5vw 0 2.5vw;
    }
    .cart-dd-total{
        background: #ddd;
        padding: 4vw;
    }
    .cart-dropdown.active{
        transform: translateY(0);
    }
    .cart-dd-timer{
        background: #ddd;
        height: 2px;
    }
    .cart-dd-timer>div{
        background: #f0000f;
        width:0;
        height: 100%;

    }
}
@media (max-width: 1200px) {
    html .header .header-nav li > a {
        font-size: 14px;
    }
    .svg-icon-title{
        font-size: .75vw;
    }
    #navbar.header-nav .dropdown-menu-content .row a.link-name span.link-title {
        font-size: 16px;
    }
    html .politics-cookies p{
        padding-right: 10vw;
    }

}
@media (max-width: 1500px) {
    html .svg-icon-title {
        font-size: .6vw;
    }
    body.es .header .header-nav li > a, body.de .header .header-nav li > a{
        font-size: 15px;
    }

}

@media (max-width: 1400px) {
    html .header .header-nav li > a {
        font-size: 14px;
    }
    html .svg-icon-title {
        font-size: .65vw;
    }
    body.es .header .header-nav li > a, body.de .header .header-nav li > a {
        font-size: 13px;
    }
}
@media (max-width: 1300px) {
    body.es .header .header-nav li > a, body.de .header .header-nav li > a{
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media (max-width: 1150px) {
    .header-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 1.5vw;
        height: auto;
        min-height: 100px;
        padding-left: 0;
    }

    .header-logo {
        width: 175px;
    }

    html .header .header-nav li > a {
        font-size: 13px;
    }

    html #navbar .navbar-nav.menu {
        margin-left: 0;
    }

    .header .navbar-toggle {
        position: absolute;
        top: 38px;
        left: 1.5em;
        margin: 0;
        z-index: 99999;


    }

    .svg-icon-title {
        font-size: .8vw;
    }

    header.header {
        position: relative;
        height: auto;
    }

    .header-nav {
        overflow: hidden !important;
        width: 100%;
        margin-right: 10vw;
        padding: 0;
    }


    html .region-header{
        position: absolute;
        min-width: 150px;
    }
}

@media (max-width: 1000px) {
    .header-nav .dropdown-menu {
        position: static;
        float: none;
    }
    html body.html #block-catalog-menu-user #user-menu {
        margin-right: 2vw;
    }

    .svg-icon-title {
        font-size: 1vw;

    }
    #mobile-primary-menu .region-header {
        display: flex;
    }
    .header-logo {
        height: 99px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    #navbar.header-nav {
        width: 100%;
        margin: 0;
    }

    #navbar.header-nav{
        height: auto !important;
    }
    .region.region-header{
        display: none;
    }
    .region-header>*{
        margin: 0 2rem;
    }
    html #mobile-primary-menu > li.region-header:hover{
        background: #e30713;
    }

    #mobile-primary-menu .region-header{
        display: flex;
        justify-content: center;
    }
    .politics-cookies p {
        font-size: 11px;
    }
    html .newsletter-label{
        width: auto;
    }
    html .header-nav li{
        border: 0;
    }
    .cp .cp-first-cink{
        left: -23vw;
    }
}

@media (max-width: 500px) {
    html button.navbar-toggle.lines-button.x {
        margin-top: 0;
    }
    .svg-icon-title {
        font-size: 1.5vw;
    }
    html .region-header {
        min-width: 100px;
        width: 7.5vw;
    }

    .header-logo {
        width: 40vw;
    }

    html .lines::before, html .lines::after, html .lines {
        width: 22px !important;
    }
    html .lines-button.x.close-button .lines::before, html .lines-button.x.close-button  .lines::after {
        width: 28px !important;
    }
    html .lines-button.x.close-button .lines::before, html .lines-button.x.close-button .lines::after {
        width: 27px !important;
    }

    html .navbar-collapse #block-catalog-menu-user #user-menu {
        display: block;
    }
    .svg-icon-title {
        font-size: 2vw;
    }

}

@media (min-width: 1921px) {
    header.header {
        position: absolute;
        left: auto;
    }

    html .region-header {
        position: absolute;
    }

    .header-wrap {
        padding-left: 56px;
    }

    html .region-header {
        padding-right: 56px;
    }

    .svg-icon-title {
        font-size: 10px;
    }

    #cart-indicator span {
        height: 17px;
        width: 17px;
        font-size: 15px;
    }
    html .newsletter h3{
        font-size: 40px;
    }
    html body.html #block-catalog-menu-user #user-menu, html body.html .region-header #block-catalog-cart-info{
        width: 50px;
    }
    #cart-indicator span{
        right: 21px;
    }
    html .close-list-languages{
        right: 5px;
    }
    html body #newsletter_form ::placeholder {
        font-size: 24px;
        line-height: 2.5;
    }

    html body .wrap{
        overflow-x: hidden;
    }
    #map-modal{
        max-height: 620px;
    }

    .cart-dropdown .title a{
        font-size: inherit;
    }
    .cart-dd-products{
        font-size: 22px;
    }
    html body .wrap{
        overflow-x: hidden;
    }
    #map-modal{
        max-height: 620px;
    }

    .cart-dropdown .title a{
        font-size: inherit;
    }
    .cart-dd-products{
        font-size: 22px;
    }

}


/*** FOOTER **/
html footer#footer-kross .row{
    padding-top: 0;
    padding-left:0;
}
html footer#footer-kross .row>div{
    padding-left:0;
}
#block-menu-menu-menu-stopka{
    border-top: 5px solid #e30713;
    padding: 60px 0 0 2.5vw;
}

#footer-kross #block-menu-menu-menu-stopka > ul.menu.nav > li > a{
    font-size: 18px;
}
html #footer-kross #block-menu-menu-menu-stopka > ul.menu.nav ul>li a{
    color: #ddd;
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 0;
    font-family: "dinproregular", "Helvetica Neue", Helvetica, Arial, sans-serif;;
}
html #footer-kross #block-menu-menu-menu-stopka > ul.menu.nav ul > li a:hover{
    color:#e30713;
}

.footer-list-languages{
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 100%;
    padding-right: 2vw;
    height: 100%;
    background: #050505;
    z-index: 9;
    display:flex;
    justify-content: flex-end;
    transition: all .2s linear;
}
.footer-list-languages.active{
    bottom: 0;
}
.close-list-languages{
    background: transparent;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 2vw;
    font-size: 40px;
    font-family: "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    line-height: 1;

}
footer#footer-kross{
    overflow: hidden;
}
.footer-list-languages>ul{
    max-width: 530px;
    margin: 30px 3vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
}
.footer-list-languages li{
    width: 100px;
    display: flex;
    justify-content: center;

}

.footer-list-languages .language-icon{
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
footer#footer-kross ul li a.language-link{
    text-transform: uppercase;
    font-size: 14px;
}
footer#footer-kross ul li.active a.language-link{
    color: #e30613;
}
/* block with newsletter in main page */
html .newsletter h3{
    font: 300 2.1vw/0.9 dinprolight;
}
html .newsletter h3 strong{
    display: block;
    font-family: dinproBold, "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-weight: 100;
}

#navbar .primary-menu .dropdown-menu{
    top: 95%;
}
html .newsletter p{
    padding: 0 14%;
    text-transform: none;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
}

html .newsletter {
    background-image: url("/sites/all/themes/kross_bootstrap/images/index/stopka_newsletter_tlo.jpg");
}
html .newsletter>div{
    transition: all .5s linear;
}
html .newsletter>div.nd-hidden{
    opacity: 0;
    overflow: hidden;
    height:10px;

}
html .newsletter .button{
    border: 2px solid #fff;
    color: #fff;
    margin: 32px 0;
}
html #newsletter_form input[type="text"]{
    margin: 32px auto;
}

html .newsletter_form_wrap .onfocus-fade-down{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s;
    width: 86vw;
    min-width: 283px;
    max-width:1000px;

    margin: 0 auto;
}
html .newsletter_form_wrap .onfocus-fade-down label{
    max-width: initial;
    padding-left:30px;
    text-align: justify;
}
html .newsletter_form_wrap label input[type="checkbox"]{
    left: 0;
}
html .col-lg-10  .onfocus-fade-down{
    min-height: 205px;
    opacity: 1;
    height:auto;
}
.close-newsletter{
    position: absolute;
    line-height:1;
    top: 10px;
    right: 10px;
    color: #fff;
    background: none;
    border: 0;
    font-size: 40px;
    font-family: "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    opacity: 0;
    transition: all .4s;

}
.col-lg-10 .close-newsletter{
    opacity: 1;
}
html .newsletter_form_wrap .error{
    color: #e30713;
    font-weight: bold;
}
html #newsletter_form input[type="text"]{
    width: 25vw;
}
#block-subscribe-kross-subscribe .col-sm-12.col-md-10.col-lg-10{
    position: static;
}
html #block-subscribe-kross-subscribe .newsletter{
    position: relative;

}

html #newsletter_form ::placeholder {
    opacity: 1;
    text-align: center;
    color: #000;
    font-size: 1.25vw;
    line-height: 2.75;
}
input:focus::placeholder{
    opacity:0;
}
.newsletter h3 {
    margin-bottom: 2vw;
}
.footer-select-lang{
    font-family: dinprolight, "Helvetica Neue", Helvetica, Arial, sans-serif;;
    color: #ececec;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    line-height: 2em;
    margin: 0 7vw 0.5em 0;
    font-weight: normal;
    align-self: center;
}

html .shift-top{
    top: 60px;
}

.politics-cookies{
    max-width: 1920px;

    background: #333;
    height: 60px;
    align-items: center;
    position: fixed;
    top:0;
    z-index: 999999;
    transition: all .3s;
    padding: 1vw 4vw;
    display: none;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.politics-cookies.active{
    display: flex;
}
.politics-cookies p{
    font-size: 12px;
    text-align: justify;
    margin: 0;
}
.politics-cookies button{
    border: 0;
    background: none;
    position: absolute;
    right: 1.5vw;
    font-size: 40px;
    font-family: "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    line-height: 1;
    top: 0;
    padding: 0;
}
@media (max-width: 1600px){
    html .newsletter p{
        padding: 0 10%;
        font-size: 1.2vw;
    }
    #navbar.header-nav  .dropdown-menu-content .row a.link-name span.link-title {
        font-size: 20px;
    }

    html #newsletter_form input[type="text"]{
        width: 28vw;
    }
    html #newsletter_form ::placeholder {
        opacity: 1;
        text-align: center;
        color: #000;
        font-size:1.4vw;
        line-height: 2.75;
    }
    .footer-list-languages li {
        width: 97px;
    }

}

@media (max-width: 1400px){
    html .newsletter p{
        padding: 0 5%;
    }
    html .newsletter h3{
        font-size: 2.5vw;
    }
    html .newsletter .button{
        margin: 25px 0;
        padding: 12px 45px;
        font-size: 1vw;
    }
    html #newsletter_form input[type="text"]{
        margin: 25px auto;
        height: 4.5vw;
    }
    .newsletter_form_wrap .btn{
        width: 110px;
        height: 50px;
        font-size: 18px;
    }

}
@media (max-width: 1000px){
    #navbar #mobile-primary-menu .dropdown-menu > li > a {
        padding: 10px 40px;
        font-size: 17px;

    }
    #mobile-primary-menu .caret{
        top:35%;
    }
    html #mobile-primary-menu > li > a{
        padding-bottom: 0;
        line-height: 64px;
    }
    html .tabs-items-6 li{
        float: none;
        width: auto;
    }
    /*html .nav-tabs > li > a{*/
    /*text-align: left;*/
    /*}*/
    html .newsletter h3 {
        font-size: 4vw;
        margin-top: 8vw;
    }
    html .newsletter p{
        font-size: 2.25vw;
    }
    html .newsletter .button {
        margin: 40px 0;
        font-size: 1.5vw;
    }
    html .newsletter_form_wrap{
        padding-bottom: 0;
    }
    .newsletter>div:last-child{
        margin-bottom: 60px;
    }
    footer#footer-kross #mobile-footer-menu > li > a{
        display: block;
    }
    html .newsletter h3 {
        margin-bottom: 4%;
    }
    html .footer-logo {
        margin-top: 10px;
        padding: 10px;
    }
    html #footer-catalog {
        min-height: 265px;
        padding-bottom: 10px;
        margin-left: 10px;
    }
    .footer-list-languages > ul {
        max-width: 1000px;
    }
    .footer-list-languages li {
        width: 130px;
        flex-grow: 1;
    }
    html #newsletter_form input[type="text"]{
        height: 5vw;
    }
    html #newsletter_form ::placeholder {
        font-size: 1.6vw;
        line-height: 2.75;
    }
    html footer#footer-kross ul li a {
        text-transform: uppercase;
    }
    html .footer-list-languages {
        flex-wrap: wrap;
        justify-content: center;
    }
    html .footer-select-lang{
        margin: 0;
    }
    html .svg-icon-title {
        font-size: 12px;
    }
    html body.html #block-catalog-menu-user #user-menu, html body.html .region-header #block-catalog-cart-info{
        width: 60px;
        text-align: center;
    }
    html body.html #block-catalog-menu-user, html body.html .region-header #block-catalog-cart-info{
        top: 0;
        margin: 0 4vw;
    }
    #cart-indicator span{
        right: 13px;
    }
    html .header-wrap{
        margin: 0;
    }
    #mobile-primary-menu .region-header{
        margin-left: -15px;
        width: 100vw;
        padding-left: 30px;

    }
    html body.html #block-catalog-menu-user #user-menu{
        margin: 0;
    }
    html body p.newsletter-label {
        width: 60vw;
    }

}
@media (max-width: 700px){
    html .newsletter .button {
        font-size: 2.25vw;
    }
    html .newsletter .button{
        margin: 40px 0 0;
    }
    html #newsletter_form input[type="text"]{
        height: 6.5vw;
    }
    html #newsletter_form ::placeholder {
        font-size:2.25vw;
        line-height: 2.25;
    }
    html .newsletter p {
        font-size: 2.5vw;
    }
    html body p.newsletter-label {
        width: 75vw;
    }
}
@media (max-width: 600px){
    html .newsletter h3 {
        font-size: 35px;
        margin-top: 45px;
    }
    html .newsletter p {
        font-size: 16px;
    }
    html .newsletter .button {
        margin: 30px 0;
        font-size: 16px;
    }
    html #newsletter_form input[type="text"] {
        height: 40px;
        width: 200px;
    }
    html #newsletter_form ::placeholder {
        font-size: 16px;
    }
    html .newsletter_form_wrap .btn {
        width: 113px;
        height: 50px;
        min-width: 135px;
        font-size: 18px;
    }
    .close-newsletter {
        right: 0;
        top: 0;
    }
    html #footer-kross .row.info p{
        margin-left: 0;
    }

}
html #toolbar {
    z-index: 9999999;
}
.about-footer{
    background: #111 url("/sites/all/themes/kross_bootstrap/images/index/stopka_rtb_tlo.jpg") center/cover;
    min-height: 295px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 2.5vw;
}
.about-footer-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-footer-item-icon svg{
    width: 100px;
    height: auto;
    margin-right: 20px;
}
.about-footer-item-title{
    font: 21px/1 'dinproLight',  "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}
.about-footer-item-title strong{
    display: block;
    font-family: 'dinproBold',  "Helvetica Neue", Helvetica, Arial, sans-serif;;
    font-weight: 100;
}
.header-nav .dropdown-menu-content .row a .image-icon-krt {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#navbar.header-nav .dropdown-menu-content .row a.link-name {
    position: relative;
    text-align: center;
    padding: 7.5% 10%;
}

.complete1 .about-footer {
    position: relative;
    left: -4vw;
    width: 100vw;
    top: 9vw;
}
@media (max-width: 767px){
    html .complete1 .about-footer{
        left: -6vw;
        top: 6vw;
    }
    html #raty-0 .nav.nav-tabs li:hover a::after {
        display: none;
    }
    html #mobile-primary-menu .caret{
        margin-right: 0;
    }
    #navbar #mobile-primary-menu > li > a{
        font-size: 20px;
        padding-left: 20px !important;
        height: 65px;
        line-height: 64px;

    }
    footer#footer-kross ul li {
        padding: 0;
    }
    footer#footer-kross #mobile-footer-menu > li > a{
        height: 55px;
        line-height: 55px;
    }
    html #mobile-footer-menu .caret{
        top: 45%;
    }

}

@media (max-width: 640px){
    html .dropdown-menu {
        position: static;
        float: none
    }
    html footer#footer-kross ul li a{
        text-align: left;
    }
    html .footer-select-lang{
        font-size: 24px;
        margin: 1rem 0;
    }
    .footer-list-languages > ul{
        margin: 10px 3vw;
    }
    .footer-list-languages li {
        width: 90px;
    }
    .language-switcher-locale-url{
        height: 50%;
    }
    html .shift-top{
        top: 100px;
    }

    html .politics-cookies {
        height: 100px;
    }
    html .politics-cookies p{
        padding-right: 3vw;
    }

    html .politics-cookies button{
        position: relative;
        top: -5%;
        right:0;
    }
}
#faq_wrap dl a{
    color: #000;
}
.list-none{
    list-style: none;
}

.bikesafe-hp .overlay-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bikesafe-hp .overlay-block .title{
    padding:0 0 50px;
    margin: 0 auto;
}

html .filter-price input::placeholder{
    color: #aaa;
}

.banner-back-to-school{
    background: #f0000f;
    overflow: hidden;
}
.banner-back-to-school .wrap{
    display: flex;
    background: inherit;
    max-width: 1082px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 9px;
    flex-wrap: wrap;
    overflow: visible;
}
.banner-back-to-school-left{
    padding: 5px 0;
}
.banner-back-to-school .wrap h2{
    font-size: 40px;
    display: inline-block;
    background: #000;
    position: relative;
    line-height: 1;
    margin: 0;
    padding: 0 15px 5px 0;
    font-family: dinproBold, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.banner-back-to-school-left p{
    text-transform: uppercase;
    font-size: 16px;
    font-family: "dinprolight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin-top:5px;
}
.banner-back-to-school-left p>strong{
    font-family: "dinproRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner-back-to-school-left h2::before{
    content: '';
    display: block;
    position:absolute;
    top:0;
    right:100%;
    height:100%;
    width:50vw;
    background: inherit;
}
.banner-back-to-school-right p{
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    text-align: center;
    margin-top:5px;
}
.banner-back-to-school-right img{
    max-width: 100%;
}

@media (max-width: 1100px) AND (min-width: 700px){
    .banner-back-to-school .wrap{
        padding: 1.5vw 4vw;
    }
    .banner-back-to-school-right{
        width: 40vw;
    }
    .banner-back-to-school-right p{
        font-size: 1.5vw;
    }
    .banner-back-to-school .wrap h2 {
        font-size: 3.5vw;
    }
    .banner-back-to-school-left p{
        font-size: 1.5vw;
    }
}
@media (max-width: 700px) {
    .banner-back-to-school .wrap h2{
        font-size: 6vw;
    }
    .banner-back-to-school .wrap{
        padding: 2vw 7.5vw;
    }
    .banner-back-to-school-left p{
        font-size: 2.9vw;
        text-align: justify;
    }
    .banner-back-to-school-right{
        margin: 0 auto;
    }
    .banner-back-to-school-right p{
        font-size: 2.65vw;
    }
    .banner-back-to-school-right img{
        margin: 2vw 0;
    }
}