.swiper-slide-row{
    display: flex;
    justify-content: space-between;
}
.swiper-slide-row p {
    margin: 0;
}
.themes_slider .swiper-slide img{
object-fit: cover;
width: 100%;
}
.themes_slider .themes-item {
 padding: 0px;
}

.slider-header-left h3{
    font-family: RoadRadio;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: rgba(35, 30, 30, 1);

}
.swiper-horizontal{
 overflow: hidden;
}
.themes_slider {
    position: relative;
    padding: 0px;
    /*overflow: hidden;*/
}

.theme-swiper-button-prev, 
.theme-swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    left: auto;
    right: -25px;
    z-index: 10;
    cursor: pointer;
    top: 43%;
}
.theme-swiper-button-prev {
    left: -25px;
    right: auto;
}

.theme-swiper-button-prev::after, .theme-swiper-button-next::after {
    content: '\2190';
    display: block;
    width: 50px;
    height: 50px;
    background-color: lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.theme-swiper-button-next::after {
    content: '\2192';
}
.themes_slider .swiper-button-disabled{
    opacity: 0.3;
}
.swiper-button-disabled{
    overflow: hidden;
    cursor: default;
}
.themes_slider .buttons {
    margin-top: 15px;
}
.theme-themes_slider .swiper-wrapper{
    margin: 30px 0;
}
.swiper-container-themes {
    overflow: hidden;
}
.themes_slider .themes_slider {
    padding: 50px;
}
.themes_slider .swiper-slide {
    /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
}
.themes_slider .slider-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1670px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.themes_slider .slider-header-right {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}
.themes_slider .swiper-wrapper{
   padding: 0px;
}
.theme-stars-info{
    width: 144px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.slider-header hr {
    opacity: 1;
    position: relative;
    height: 0;
    margin: 30px;
}
.slider-header hr::before {
    content: '';
    background: lightgrey;
    height: 1px;
    position: absolute;
    width: 200%;
    right: 0;
    display: block;
}
.swiper-slide h3{
    font-family: RoadRadio;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 20px 0;
}
.swiper-slide-top{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.swiper-slide-col{
    display: flex;
    width: 200px;
    flex-direction: column;
    justify-content: space-between;
}
.themes-image{
    display: flex;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-left: 35px;
    margin-top: 35px;
}
.themes_slider .swiper-slide-row p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 35px;
    padding-top: 0;
    color: rgba(123, 119, 119, 1);
}

.themeer_name {
    font-family: RoadRadio;
    font-size: 20px;
    font-weight: 700;
    line-height: 20.18px;
    text-align: left;
    padding: 0 35px;
    margin-top: 35px;
    margin-bottom: 0;
}

.theme-icon{
    width: 150px;
}

@media screen and (max-width: 1124px){
    .themes_slider .slider-header-right {
        padding-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 650px) {

    .themes_slider {
        padding: 50px 10px;
    }

    .slider-header-button{
margin-bottom: 10px;
    }
    .themes_slider .slider-header {
        padding: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    .themes_slider {
        padding: 10px 10px;
    }
}