.money_for {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 70px 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.slider2{
    position: relative;
}
.slider2 .container{
    position: relative;
}

.slide2_img{
    width: 350px;
}
.money_for{
    padding: 50px 0;
}

.homesliderbody{
    width: 100%;
}
.home_slider_item{
    display: block;
    background-position: center;
    background-size: cover;
    width: 50%;
}

.home_slider_item_img{
    position: relative;
    object-fit: cover;
}

.home_slider_slogan{
    position: fixed;
    font-family: "Blacksword GGG";
    font-size: 4rem;
    font-weight: 100;
    z-index: 100;
    color: #ffffff;
    text-shadow: 0 0 3px #070707, 0 0 5px #050505;
    left: 20px;
    top: 30px;
}

.home_slider_item img{
  /* opacity: 70%;*/
}

.slider_grup{
    background: #ffffff url("../images/slide_bg.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.slider1{
    height: 100%;
    font-weight: 700;
}
.home_slider_item_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    align-items: baseline;
}

.slide_h2{
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
}
.slide_h2::before{
    content: url("../images/g.svg");
    right: -20px;
    position: relative;
}
.slide_h2 h2{
    font-size: 44px;
}

.slide_title{
    font-size: 20px;
    font-weight: 700;
}

.slide_desc{
    max-width: 90%;
    font-size: 18px;
    font-weight: 400;
    padding-right: 50px;
}
.btn_slide{
    background-color: #73c6c7;
    margin: 20px;
    text-align: center;
    padding: 15px 25px;
    width: 300px;
}
.btn_slide a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.about_slider{
    margin: 25px 0;
    position: relative;
}

.about_img{
    width: 100%;
    height: auto;
}

.about_slide{
    padding: 0 50px;
    width: 100%;
    height: 100%;
}

.swiper-button-next{
    color: #73c6c7;
}

.swiper-button-prev{
    color: #73c6c7;
}

.slider_home_next{
    top: 50%;
    right: 55px;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(90deg);
}

.slider_home_prev{
    top: 50%;
    left: 55px;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(270deg);
}

.slider_about_next{
    top: 50%;
    right: 0;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(90deg);
}

.slider_about_prev{
    top: 50%;
    left: 0;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(270deg);
}

.slider_home_next_s2{
    top: 40vh;
    right: 5%;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(90deg);
}

.slider_home_prev_s2{
    top: 40vh;
    left: 5%;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(270deg);
}

.slider_home_next_partner{
    right: 0;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(90deg);
}

.slider_home_prev_partner{
    left: 0;
    font-size: 50px;
    background: none;
    color: #73c6c7;
    position: absolute;
    z-index: 10;
    transform: rotate(270deg);
}

/*Footer Slider*/

.footer_swiper_slide {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.slider-wrapper{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer_slider_block{
    display: flex;
    width: 400px;
    height: 150px;
}

.footer_slider_item{
    display: flex;
    justify-content: space-around;
}

.footer_slider_item img{
    width: 130px;
    height: auto;
    margin: 10px;
}

.footer_slider_text{
    font-size: 1.5rem;
    color: #c9c9cb;
    align-items: center;
    font-weight: 700;
    padding-left: 50px;
}
