@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    box-sizing: unset;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

#pagebody {
    flex: 1 0 auto;
}

/* Футер всегда внизу */
footer {
    flex-shrink: 0;
}

header {
    margin-top: 15px;
    height: 70px;
    background-color: white;
}

.item-107, .item-112 {
    font-weight: 700;
}

.row {
    display: flex;
    justify-content: space-between;
}

.align-center {
    align-self: center;
}

.row-start {
    display: flex;
    justify-content: flex-start;
}

.row-evenly {
    display: flex;
    justify-content: space-evenly;
}


.row-center {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
}

.w-1200 {
    width: 1200px;
    margin: auto;
}

header .mod-menu {
    display: flex;
    justify-content: space-evenly;
}

header .nav-item a {
    text-decoration: none;
    color: black;
    padding: 7px 20px;
    transition: .1s;
}

header .nav-item.active a {
    border-bottom: 3px solid red;
}

header .nav-item:hover a{
    border-bottom: 3px solid red;
}

header .nav-item {
    list-style-type: none;
}

header #logo {
    height: 65px;
}

#language_picker_des_110 {
    display: none;
}

.mod-languages, .mod-menu {
    align-self: center;
    margin-left: 15px;
}

.mod-languages ul {
    display: flex;
    margin: 15px 0;
    padding: 2px 3px 2px 3px;
    border-radius: 15px;
    border: 1px solid #F0F0F0;
    background-color: #F0F0F0;
}

.mod-languages ul .lang-active a {
    color: white;
    background-color: #121212;
    padding: 0px 7px;
    line-height: 1.7;
    font-weight: 700;
    border-radius: 30px;
}

.mod-languages ul li a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.mod-languages ul li a:hover {
    color: #444444
}

.mod-languages li {
    list-style: none;
    margin: 0 0.3rem !important;
}

.main-head-body {
    width: 800px;
    margin: auto;
    margin-top: 30px;
}

.main-head h1 {
    font-size: 38px;
    font-weight: 800;
    margin: 0;
}

.main-head p {
    font-size: 19px;
    margin: 0;
}

.main-arrow {
    margin-top: 10px;
}

.main-arrow p {
    position: relative;
    font-weight: 300;
    font-size: 13px;
    top: -15px
}

.main-rossano {
    width: 100%;
    background-color: #121212;
    color: white;
    margin-bottom: 140px
}

#auto {
    position: relative;
    z-index: 1;
    width: 800px;
}

.main-rossano .body {
   padding: 1px 0 10px;
    text-align: justify;
}

.main-rossano .header, #header {
    font-size: 32px;
    font-weight: 700;
    width: max-content;
    padding-right: 50px;
    border-bottom: 2px solid #E03117;
}

.main-rossano .text {
    font-size: 19px;
    font-weight: 300;
}

.videos {
    width: 1000px;
    margin: auto;
}

.main-videos .slick-slide {
    width: 620px !important;
    text-align: center;
}

.main-videos video {
    width: 80% !important;
    transition: .5s;
}

.main-videos .slick-slide video:hover {
    border: 1px solid red;
    box-shadow: 0px 0px 11px 0px rgba(255,0,0,1);
}


.main-videos .slick-center video {
    height: 350px;
    width: auto !important;
    transition: .5s;
    border: 1px solid red;
    box-shadow: 0px 0px 11px 0px rgba(255,0,0,1);
}

.main-videos {
    background-color: #121212;
    height: 505px;
}

.main-videos .header{
    font-size: 32px;
    font-weight: 700;
    color: white;
    padding-right: 50px;
    width: max-content;
    border-bottom: 2px solid red;
    padding-top: 30px;
}

.main-videos .slick-next {
    right: -65px;
}

.main-videos .slick-prev {
    left: -65px;
}

.footer {
    background-color: white;
    height: 165px;
}

.footer-body {
    width: 1000px;
    margin: auto;
}

.footer-menu .nav-item {
    list-style-type: none;
}

.footer-menu .mod-menu {
    padding: 0;
}


.footer-menu .nav-item a {
    color: black;
    text-decoration: none;
    transition: .5s;
}

.footer-menu .nav-item a:hover {
    color: #7e7e7e;
}

.footer-menu .nav-item:nth-child(even){
    margin-left: 110px;
    position: relative;
    top: -22px;
}

.footer-logo {
    align-self: center;
}

.footer-address > * {
    align-self: center;
}

footer hr {
    opacity: 0.3;
}

.article-info, .page-header, .pagenavigation {
    display: none;
}


/*//////////////////// about us*/

.about strong {
    font-size: 42px;
    font-weight: 800;
}

.about .header{
    text-transform: uppercase;
}

.about > .header > .body {
    width: 500px;
    margin: 60px auto;
    text-align: center;
}

.about > .info {
    width: 100%;
    background-color: #121212;
    color: white;
}

.about img {
    position: relative;
    z-index: 2;
    height: 370px;
}

.about video {
    width: 400px;
    height: auto;
}

.about .info p.body {
    font-size: 19px;
    width: 600px;
    text-align: justify;
}

.about .video {
    align-self: center;
}

.about video {
    border: 1px solid red;
    box-shadow: 0px 0px 11px 0px rgba(255,0,0,1);
}

.about .body > .row {
    padding: 30px 0;
}

/*/////////////////////////////// products*/

.products .red-backgroud {
    background-color: #e03117;
    min-width: 100%;
}


.products .header .text {
    margin-left: 25%
}

.products .text-body strong {
    font-size: 48px;
    font-weight: 800;
}

.products .text-body .arrow {
    margin-top: 20px;
}


.products .text-body .arrow p{
    margin-top: -15px;
    color: gray
}


.products .text-body .header p {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
}

.products #header-img {
    width: 800px;
}

.sticky {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    z-index: 3;
}

.sticky #logo {
    display: none;
}

.sticky > .row {
    justify-content: center !important;
}

.products > .info {
    width: 100%;
    padding: 30px 0px;
    background-color: #121212;
    color: white;
}

.info .text {
    font-size: 19px;
    text-align: justify;
    font-weight: 300;
}

.lang-active::marker{
    display: none
}

@media (max-width: 1500px) {
    .products .header .text {
        margin-left: 15%
    }

}

@media (max-width: 1300px) {
    .main-head h1 {
        font-size: 44px;
    }
    .main-head p {
        font-size: 18px;
    }
    .about img {
        width: 700px;
    }
    .about > .header > .body {
        margin: 70px auto;
    }
}

@media (max-width: 1250px) {
    .products > .info > .body, .main-rossano .body {
        padding: 5px 45px;
    }

    .products .w-1200, .main-rossano .w-1200{
        width: auto;
    }
    .products #header-img {
        width: 780px;
    }
}

@media (max-width: 1200px) {
    .w-1200 {
        width: auto;
    }
    #auto {
        width: 670px;
    }
    .main-rossano {
        top: -120px
    }
    .main-head-body {
        margin-top: 20px;
    }
    .main-arrow p {
        top: -20px
    }
    .products #header-img {
        width: 600px;
    }
    .main-rossano .body {
        padding: 1px 23px;
    }

    .main-videos .slick-prev {
        left: -25px;
    }
    .main-videos .slick-next {
        right: -25px;
    }
    .videos {
        width: 1000px;
        margin: auto;
    }
    .main-videos .header {
        margin-left: 23px;
    }

    .logos img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1100px) {
    #auto {
        width: 600px;
    }
    .main-head h1 {
        font-size: 38px;
    }
    .main-head p {
        font-size: 14px;
        top: -10px;
    }
    .main-arrow img {
        width: 50px;
        height: 50px;
    }
    .main-rossano {
        top: -110px;
    }
    .videos {
        width: 900px;
        margin: auto;
    }
    .about img {
        display: none;
    }
    .about > .info {
        top: 0;
        margin-bottom: 0;
    }
    .about .video {
        text-align: center;
        margin-bottom: 30px;
    }
    .about video {
        width: 85%;
    }
    .about .info .row-evenly {
        flex-wrap: wrap;
    }
    .products #header-img {
        width: 540px;
    }
    .products .text-body .arrow img {
        width: 75px;
        height: 75px;
    }
    .products .text-body strong {
        font-size: 64px;
    }
}

@media (max-width: 1000px) {
    .main-head h1 {
        font-size: 33px;
    }
    .main-head p {
        font-size: 13px;
    }

    .main-arrow {
        margin-top: 25px;
    }
    #auto {
        width: 500px;
    }
    .main-head h1 {
        font-size: 29px;
    }
    .main-rossano {
        top: -90px;
    }
    .videos {
        width: 800px;
    }
    .products .text-body strong {
        font-size: 44px;
    }

    .footer-body hr {
        margin: 0 15px;
    }
    .footer-body {
        width: auto;
    }
}

@media (max-width: 900px) {
    .main-rossano {
        top: -82px;
    }
    .videos {
        width: 700px;
    }
    .logos img {
        width: 70px;
        height: 70px;
    }
    .products .header .text {
        margin-left: 0;
    }
    #logo {
        display: none;
    }

    header > .row > .row-start {
        margin: auto;
    }
}

@media (max-width: 800px) {
    #auto {
        width: 450px;
    }

    .main-head h1 {
        font-size: 26px;
    }

    .main-arrow {
        margin-top: 5px;
    }

    .main-rossano {
        top: -63px;
    }

    .videos {
        width: 600px;
    }

    .main-videos .slick-center video {
        height: 300px;
    }

    .main-videos {
        height: 450px;
    }

    .products #header-img {
        display: none;
    }

    .products .header .text {
        margin: 20px auto;
    }

    .footer-menu .nav-item:nth-child(even) {
         margin-left: unset;
         position: unset;
    }

    .footer-address {
        display: none;
    }
}

@media (max-width: 700px) {
    #auto {
        display: none;
    }
    .main-head p {
        font-size: 10px;
    }
    .main-head h1 {
        font-size: 42px;
    }
    .main-head p {
        font-size: 19px;
    }
    .main-arrow {
        margin: 30px;
    }
    .main-videos .slick-center video {
        height: 250px;
    }
    .main-videos.slick-next {
        right: 15px;
    }
    .main-videos.slick-prev {
        left: 15px;
    }
    .main-videos {
        height: 400px;
    }
    .main-videos .slick-arrow {
        top: 120px
    }
    .about .info p.body{
        width: auto;
        padding: 23px;
    }
    .about #header {
        margin-left: 23px;
    }
}

@media (max-width: 600px) {
    .main-rossano {
        position: unset;
    }
    .main-videos .slick-center video {
        height: 200px;
    }
    .main-videos .slick-next {
        right: 20px;
    }
    .main-videos .slick-prev {
        left: 20px;
    }
    .videos {
        width: 500px;
    }
    .main-videos .slick-arrow {
        top: 100px
    }
    .logos img {
        width: 120px;
        height: 120px;
    }
    .logos {
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .main-videos .slick-center video {
        height: 150px;
    }
    .main-videos .slick-arrow {
        top: 75px
    }
    .videos {
        width: 400px;
    }
    .main-videos {
        height: 300px;
    }
    .about strong {
        font-size: 30px;
    }
    .logos img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 400px) {
    .main-videos .slick-center video {
        height: 110px;
    }
    .videos {
        width: 300px;
    }
    .main-videos .slick-arrow {
        top: 55px
    }
}