@media only screen and (min-width: 1px) {

    .groups_wrapper{
        position: relative;
        width: 900px;
        height: 420px;
        margin: 0px 30px 10px 48px;
    }

    .groups_all_elements{
        position: absolute;
        width: 900px;
        height: 400px;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
        transition:transform .5s ease;
    }

    .groups_all_elements a{
        text-decoration: none;
        color: #000;
    }

    .groups_element{
        position: relative;
        width: 270px;
        height: 400px;
        background: #E9EFFF;
        border: 1px solid #1377BE;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        margin: 10px 20px 10px 10px;
    }

    .groups_element_img{
        position: relative;
        width: 250px;
        height: 250px;
        border-radius: 15px;
        margin: 10px;
    }

    .groups_element_text{
        font-size: 22px;
        font-weight: bold;
        margin: 0px auto 10px auto;
    }

    .groups_element_text span{
        color: #4E7FFF;
    }

    .groups_element_subscription{
        position: absolute;
        font-size: 22px;
        bottom: 0;
        width: 270px;
        margin: 10px 0px;
        font-weight: bold;
        color: #4E7FFF;
    }

    .groups_element_unsubscription{
        position: absolute;
        font-size: 28px;
        bottom: 0;
        font-weight: bold;
        color: #fff;
        background-color: #4E7FFF;
        width: 270px;
        height: 30px;
        margin: 0px;
        padding: 3px 0px;
        border-radius: 0px 0px 15px 15px;
    }



    .itc-slider__wrapper {
      overflow: hidden;
    }
@media only screen and (max-width: 1024px) {
    .itc-slider__item {
        width: 300px;
        height: 420px;
    }
}

@media only screen and (min-width: 1024px) {
    .itc-slider__item {
        width: 300px;
        height: 420px;
        width: calc(100% / 0.8);
    }
}


    .itc-slider {
        position: relative;
        width: 984px;
        margin: 0 20px 0 20px;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider__transition-none {
  transition: none;
}



/* РєРЅРѕРїРєРё РІР»РµРІРѕ Рё РІРїСЂР°РІРѕ */
.itc-slider__btn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    background: rgb(78 127 255/ 80%);
    border: solid;
    border-width: 1px;
    border-color: #4E7FFF;
    border-radius: 25px;
    transform: translateY(-50%);
    cursor: pointer;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  left: 0;
}

.itc-slider__btn_next {
  right: 0;
}

.itc-slider__btn:hover,
.itc-slider__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgb(78 127 255 / 100%);
  outline: 0;
}

.itc-slider__btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


.my_groups{
    position: relative;
    width: 900px;
    margin: 10px 64px 10px 58px;
}

.all_my_groups{
    position: relative;
    width: 900px;
    margin: 10px 20px;]
}

.my_groups_title{
    font-size: 26px;
    text-align: left;
    color: #5785ff;
    font-weight: bold;
    margin: 0px 0px 5px 20px;
}

.my_groups_one_a{
    text-decoration: none;
    color: #000;
}

.my_groups_one{
    position: relative;
    width: 870px;
    height: 180px;
    background: #E9EFFF;
    border: 1px solid #1377BE;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    margin: 10px 0px 10px 0px;
    display: flex;
}

.my_groups_one_left{
    width: 180px;
    height: 180px;
}

.my_groups_one_middle{
    width: 550px;
    height: 230px;
    text-align: left;
    padding: 5px 0px;
    margin: 0 0 0 45px
}

.my_groups_one_middle p{
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
}

.my_groups_title{
    font-size: 27px!important;
}

.my_groups_one_middle p span{
    color: #4E7FFF;
}

.my_groups_one_right{
    width: 150px;
    height: 230px;
}

.my_groups_one_right a{
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
    margin: 10px 10px 10px 0px;
    width: 200px;
    height: 62px;
    background: #4E7FFF;
    border-radius: 10px;
    color: #fff;
    padding: 10px 0px 10px 0px;
}

.my_groups_img{
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    margin: 0px;
}


.count_mess_main{
    position: relative;
    padding: 15px 5px 5px 5px;
    margin: 15px auto;
    background: #4e7fffdb;
    /*background: #4e7fff;*/
    border: 1px solid #4e7fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    border-radius: 66px;
    width: 55px;
    height: 45px;
}

.count_mess_main span{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.my_groups_one_right p{
    position: absolute;
    top: 97px;
    margin: 0px 0px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #9E9E9E;
    width: 110px;
    height: 50px;
    padding: 15px 0px 0px 0px;
    background: #fff;
    border-radius: 15px;
}

.my_groups_last_mess{
    background: #fff;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    width: 480px;
    height: 45px;
    border-radius: 15px;
    overflow: hidden;
}

.endless_loading{
    display: block;
    font-size: 45px;
    background-color: #fff;
    border-radius: 15px;
    border: solid 2px #3385f6;
    width: 250px;
    padding: 5px;
    margin: auto;
    color: #3587f9;
    position: relative;
}

}