@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
}

HTML, BODY{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 350px;
}

BODY{
    font-family: 'Roboto', sans-serif;
    background-color: #d6d6d6;
    font-size: 16px;
}

a{
    color: #ba0001;
}

.body_content{
    position: relative;
    z-index: 20;
    padding-bottom: 50px;
    background-color: #f9fafa;
}

.wrap{
    width: 1300px;
    margin: 0 auto;
}

.head{
    position: relative;
    height: 1250px;
    z-index: 10;
}

.top_content{
    position: fixed;
    z-index: 15;
    width: 700px;
    top: 100px;
    left: calc(50% - 350px);
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    display: flex;
    width: 350px;
}

.prew{
    padding-top: 55px;
    text-align: center;
    font-weight: 900;
    font-size: 31px;
    text-transform: uppercase;
}
.prew span{
    color: #ba0001;
}


.mouse_down_img {
    position: fixed;
    z-index: 15;
    top: 400px;
    left: calc(50% - 8px);
    width: 32px;
    height: 50px;
    border: 3px solid #454545;
    border-radius: 20px;
}
.mouse_down_img::after {
    position: absolute;
    left: calc(50% - 2px);
    border-radius: 5px;
    content: '';
    width: 4px;
    height: 10px;
    background-color: #454545;
    -webkit-animation: mouse_down_animate 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: mouse_down_animate 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes mouse_down_animate {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}

.geometry_lol{
    position: absolute;
    z-index: 14;
    bottom: -550px;
    left: calc(50% - 1085px);
}
.geometry_lol img{
    display: block;
    width: 2150px;
}


.geometry_vin{
    position: absolute;
    z-index: 16;
    bottom: -670px;
    left: calc(50% - 575px);
}
.geometry_vin img{
    display: block;
    width: 890px;
}








.content_array{
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius:10px;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
.array{
    width: 29%;
    padding: 40px 20px;
    border-radius:10px;
}
.array:nth-child(2n+1){
    background: #f9fafa;
}

.array > div:nth-child(1){
    margin-bottom: 25px;
}
.array > div:nth-child(1) img{
    display: block;
    width: 50px;
}

.array > div:nth-child(2){
    font-weight: 600;
    font-size: 19px;
}



.content_desc{
    background: #fff;
    border-radius:10px;
    border:1px solid #ba0001;
    margin-top: 40px;
    padding: 20px;
}

.content_desc > div:nth-child(1){
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.content_desc > div:nth-child(1) img{
    display: flex;
    width: 45px;
    margin-right: 15px;
}

.content_desc > div:nth-child(2){
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 20px;
}



.content_white{
    background: #fff;
    border-radius:10px;
    margin-top: 40px;
    padding: 20px;
}

.content_white > div:nth-child(1){
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.content_white > div:nth-child(1) img{
    display: flex;
    width: 45px;
    margin-right: 15px;
}

.content_white > div:nth-child(2){
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 20px;
}




.telega_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.telega_center a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ba0001;
    color: #fff;
    border-radius:500px;
    padding: 10px 25px;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}
.telega_center img{
    display: flex;
    width: 45px;
    margin-right: 15px;
}



.footer{
    position: relative;
    z-index: 20;
    padding: 15px 10px;
    background: #ba0001;
    color: #fff;
}
.footer_flex{
    display: flex;
    align-items: center;
}
.footer_flex > div:first-child{flex:1;}
.footer_flex img{
    display: block;
    width: 39px;
}

.telegram_fixed{
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
}
.telegram_fixed a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 500px;
    background-color: #ba0001;
    background-image: url(../fonts/telegram.svg);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
}





.swiper-index{
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.swiper-pagination{
    position: relative;
    margin-top: 25px;
}
.swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    margin: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background-color: #ecf0f0;
    border-radius: 5px;
    font-weight: 600;
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #ba0001;
}

.slider_header{
    font-size: 23px;
    margin-top: 45px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
}


.price{
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.price span{
    font-weight: 900;
    font-size: 25px;
}
.price > div{
    flex:1;
    padding: 20px 10px;
}

.price > div:nth-child(1){
    background: #ecf0f0;
    border-radius: 10px 0 0 10px;
}
.price > div:nth-child(2){
    background: #ba0001;
    color: #fff;
    border-radius: 10px;
}
.price > div:nth-child(3){
    background: #ecf0f0;
    border-radius: 0 10px 10px 0;
}

.price > div > div:first-child{
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}


.payments{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.payments > div{
    overflow: hidden;
    position: relative;
    border:1px solid #ccc;
    width: 130px;
    height: 130px;
    cursor: pointer;
    margin-top: -1px;
    margin-left: -1px;
}
.payments > div > div:first-child{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #5f6464;
}
.payments > div > div:last-child{
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
    background-color: #ba0001;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}


.payments > div:hover div:last-child{
    top: 0px;
}








@media screen and (max-width: 1300px) {
    .wrap{
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .head {
        height: 1000px;
    }

    .geometry_lol{
        bottom: -750px;
        left: calc(50% - 1070px);
    }
    .geometry_lol img{
        width: 2050px;
    }

    .geometry_vin{
        bottom: -1350px;
        left: calc(50% - 360px);
    }
    .geometry_vin img{
        width: 690px;
    }

}


@media screen and (max-width: 1000px) {
    .content_array {
        padding: 10px;
        align-items: center;
        justify-content: center;
    }
    .array{
        width: 43%;
        padding: 40px 20px;
    }
}


@media screen and (max-width: 900px) {
    .head {
        height: 800px;
    }

    .geometry_lol{
        bottom: -650px;
        left: calc(50% - 810px);
    }
    .geometry_lol img{
        width: 1550px;
    }

    .geometry_vin{
        bottom: -1000px;
        left: calc(50% - 245px);
    }
    .geometry_vin img{
        width: 390px;
    }
}


@media screen and (max-width: 720px) {
    .top_content {
        width: 100%;
        top: 100px;
        left: 0;
    }
    .price{
        flex-direction: column;
    }
    .price > div{
        width: 100%;
    }
    .price > div:nth-child(1){
        border-radius: 10px 10px 0 0;
    }
    .price > div:nth-child(2){
        border-radius: 0;
    }
    .price > div:nth-child(3){
        border-radius: 0  0 10px 10px;
    }
}


@media screen and (max-width: 650px) {
    .content_array {
        padding: 10px;
        align-items: center;
        justify-content: center;
    }
    .array{
        width: 100%;
        padding: 40px 20px;
    }
    .prew{
        font-size: 23px;
    }
    .logo img{
        width: 270px;
    }
}


@media screen and (max-width: 450px) {
    .content_desc > div:nth-child(1) img{
        width: 35px;
    }
    .content_desc > div:nth-child(2){
        font-size: 18px;
    }
    .slider_header{
        font-size: 18px;
    }
}

.trans_fixed {
    position: fixed;
    z-index: 99;
    right: 15px;
    width: 45px;
    height: 45px;
    top: 10px;
}

.trans_fixed a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ba0001;
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    text-decoration: none;
}
