﻿

#headerSlider .swiper-slide img
{
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#headerSlider .swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}



#headerSlider .swiperContent {
    max-width: 700px;
    margin: 0 auto;
    color: #000;
   /* text-shadow: 2px 2px 2px rgba(25, 25, 25, 0.5);*/
    position: absolute;
    right: 0;
    left: 200px;
    bottom: 100px;
    padding: 0 50px 0 50px;
    font-size: 22px;
}

#headerSlider .swiperContent p:last-child {
    padding: 0;
}

    .swiperContent h1,
    .swiperContent h2,
    .swiperContent h3,
    .swiperContent h4 {
        color: #E60000;
    }

    #headerSlider .swiperContent h1 {
    font-size: 40px;
    font-weight: 600;
}

#headerSlider .swiperContent h2 {
    font-size: 30px;
    line-height: 1;
}

#headerSlider .swiperContent a,
#headerSlider .swiperContent a:visited {
    text-decoration: underline;
}

#headerSlider .swiperContent .button {
    margin: 20px 0 0 0;
    text-decoration: none;
    text-shadow: none;
    font-size: 20px;
    background-color: #fff;
    color: #333333;
}

#headerSlider .swiperContent .button:visited {
    text-decoration: none;
    color: #333333;
}

#headerSlider .swiperContent .button:hover {
    text-decoration: none;
    background-color: #808080;
    color: #fff;
}

@media screen and (max-width: 1919.9px) {

    /*
    #headerSlider .swiper-slide img {
        min-height: 380px;
        object-fit: cover
    }
    */
}

@media screen and (max-width: 1279.9px) {

    /*
    #headerSlider .swiper-slide img {
        min-height: 300px;
        object-position: -265px;
    }
    */
}

@media screen and (max-width: 1023.9px) {

    #headerSlider .swiperContent {
        max-width: 600px;
        left: 200px;
        bottom: 60px;
        font-size: 16px;
    }

    #headerSlider .swiperContent p:last-child {
            padding: 0;
        }

        #headerSlider .swiperContent h1,
        #headerSlider .swiperContent h2,
        #headerSlider .swiperContent h3,
        #headerSlider .swiperContent h4 {
            color: #E60000;
        }

        #headerSlider .swiperContent h1 {
            font-size: 20px;
        }

        #headerSlider .swiperContent h2 {
            font-size: 20px;
        }

/*
        #headerSlider .swiper-slide img {
        min-height: 245px;
        object-position: -225px;
        */
    }


    #headerSlider .swiperContent h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    #headerSlider .swiperContent h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767.9px) {

    #headerSlider .swiperContent {
        max-width: 500px;
        left: 150px;
        bottom: 40px;
        font-size: 15px;
    }

    #headerSlider .swiperContent h1 {
            font-size: 18px;
        }

        #headerSlider .swiperContent h2 {
            font-size: 18px;
        }

        /*
        #headerSlider .swiper-slide img {
        min-height: 200px;
        object-position: -175px
        }*/

    #headerSlider .swiperContent .button {
        margin: 10px 0 0 0;
        font-size: 18px;
        padding: 5px 10px 5px 10px;
    }

    #headerSlider .swiperContent h1 {
        font-size: 30px;
    }

    #headerSlider .swiperContent h2 {
        font-size: 25px;
    }
}



@media screen and (max-width: 600px) {

    /*
    #headerSlider .swiper-slide img {
        min-height: 150px;
        object-position: -130px;
    }
*/
    #headerSlider .swiperContent {
        max-width: 500px;
        left: 100px;
        bottom: 20px;
        font-size: 13px;
    }

    #headerSlider .swiperContent h1 {
            font-size: 15px;
        }

        #headerSlider .swiperContent h2 {
            font-size: 15px;
        }
}



@media screen and (max-width: 420px) {

    /*
    #headerSlider .swiper-slide img {
        min-height: 125px;
        object-position: -100px;
    }
*/
    #headerSlider .swiperContent {
        max-width: 500px;
        left: 80px;
        bottom: 20px;
        font-size: 10px;
    }

    #headerSlider .swiperContent h1 {
            font-size: 11px;
        }

        #headerSlider .swiperContent h2 {
            font-size: 11px;
        }
}

@media screen and (max-width: 350px) {

    /*
    #headerSlider .swiper-slide img {
        min-height: 100px;
        object-position: -80px;
    }*/

    #headerSlider .swiperContent {
        max-width: 500px;
        left: 50px;
        bottom: 10px;
        font-size: 9px;
    }

    #headerSlider .swiperContent h1 {
            font-size: 10px;
        }

        #headerSlider .swiperContent h2 {
            font-size: 10px;
        }
}


