.feedback__title{
    font-size: 38px;
    color: #3E58A2;
}

@media (min-width: 991px) {
    .ways2feedback__card:hover{
        background: rgba(62, 88, 162, .15);
    }
    .specialists-filter__imgs-zone{
        margin-right: 2px; /*добавил потому что свайпер шалит*/
    }
}


@media (max-width: 991.5px) {
    .feedback__text--blue{
        width: 320px !important;
    }
    .feedback__wrap{
        padding: 26px !important;
    }
}

@media (max-width: 767px) {
    .feedback__background{
        height: 100%;
    }
    .feedback__imgs{
        right: -120px !important;
    }
    .feedback__text--blue{
        width: 280px !important;
    }
    .feedback__foreground{
        width: 150px !important;
        right: 42% !important;
    }
}

@media (max-width: 575px) {
    .feedback__imgs{
        right: -170px !important;
    }
    .feedback__foreground{
        display: none;
    }
    .feedback__wrap{
        padding: 16px !important;
    }
}

@media (max-width: 410px) {
    .feedback__imgs{
        display: none;
    }
    .feedback__wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.feedback__text--blue{
    width: 580px;
    color: #3E58A2;
}

.feedback__wrap{
    padding: 36px 50px;
    background-color: #EFEFEF;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.feedback__imgs{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.feedback__foreground{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-65%);
}

.ways2feedSlider{
    padding-right: 3px !important;
}

.ways2feedback__card{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 30px; */
    height: 100px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid rgba(62, 88, 162, .35);
    position: relative;
    transition: .5s ease;
}

.ways2feedback__card a{
    position: absolute;
    width: 100%;
    height: 100%;
}

.hr--gradient_blue hr{
    height: 2px;
    border: 0;
    background: linear-gradient(to right,
    rgba(62, 88, 162, .0) 0%,
    rgba(62, 88, 162, 1) 15%,
    rgba(62, 88, 162, 1)85%,
    rgba(62, 88, 162, 0) 100%);
}

.specialists-filter__imgs-zone{
    position: relative;
    height: 570px;
    overflow: hidden;
    background-color: #EFEFEF;
    border: 1.5px solid rgba(62, 88, 162, .75);
    border-radius: 8px;
}

.specialists-filter__imgs-wrap{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: end;
}

.specialists-filter__imgs-wrap-solo{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 80%;
    width: 100%;
}

.specialists-filter__imgs-wrap-solo>div{
    height: fit-content;
    width: fit-content;
}

.specialists-filter__imgs-wrap-solo>div>img{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.specialists-filter__imgs-wrap-solo>.cta_button{
    margin: 0 0 0 1rem;
    z-index: 100;

}

.specialists-filter__imgs-wrap-solo>.cta_button>.btn{
    padding: .9em 1em;
}


/* .specialists-filter__imgs-wrap img{
    margin: 0 -20px;
} */

.specialists-filter__title{
    font-weight: normal;
    color: #1C1C1C;
    padding: 1rem 1rem 0rem 1rem;
}

.specialists-filter__text{
    padding: 0rem 1rem;
}

.specialists-filter{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(24, minmax(1px, 1fr));
    grid-template-rows: 46px;
    grid-auto-rows: 1fr;
}

.specialists-filter .grid-item:nth-child(2) {
    grid-column: 1 / span 10;
    grid-row: 1 / span 3;
}

.specialists-filter .grid-item:nth-child(1){
    grid-column: 11 / span 14;
    grid-row: 1 / span 1;
}

.specialists-filter .grid-item:nth-child(3){
    grid-column: 11 / span 7;
    grid-row: 2 / span 1;
}

.specialists-filter .grid-item:nth-child(4){
    grid-column: 18 / span 7;
    grid-row: 2 / span 1;
}

.specialists-filter .grid-item:nth-child(5){
    grid-column: 11 / span 7;
    grid-row: 3 / span 1;
}

.specialists-filter .grid-item:nth-child(6){
    grid-column: 18 / span 7;
    grid-row: 3 / span 1;
}

.specialists-filter .grid-item:nth-child(n+7){
    grid-column: span 8;
    grid-row: span 1;
}


.load__button button {
    border: 2px solid rgba(62, 88, 162, .5);
    color: rgba(62, 88, 162, .5);
    height: 66px;
    width: 100%;
    border-radius: 8px;
    padding: 0;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

.load__button button:hover {
    border: 2px solid rgba(62, 88, 162, 1);
    color: rgba(62, 88, 162, 1);
}

.load__button button:active {
    border: 2px solid rgba(62, 88, 162, .75);
    color: rgba(62, 88, 162, .75);
}

@media (max-width: 1199px){
    .specialists-filter .grid-item:nth-child(2) {
        grid-column: 1 / span 12;
        grid-row: 1 / span 3;
    }
    .specialists-filter .grid-item:nth-child(1){
        grid-column: 13 / span 12;
        grid-row: 1 / span 1;
    }
    .specialists-filter .grid-item:nth-child(3){
        grid-column: 13 / span 12;
        grid-row: 2 / span 1;
    }
    .specialists-filter .grid-item:nth-child(4){
        grid-column: 13 / span 12;
        grid-row: 3 / span 1;
    }
    .specialists-filter .grid-item:nth-child(n+5){
        grid-column: span 8;
        grid-row: span 1;
    }
}

@media (max-width: 991px){
    .specialists-filter .grid-item:nth-child(2) {
        grid-column: 1 / span 12;
        grid-row: 2 / span 2;
    }
    .specialists-filter .grid-item:nth-child(1){
        grid-column: 1 / span 24;
        grid-row: 1 / span 1;
    }
    .specialists-filter .grid-item:nth-child(3){
        grid-column: 13 / span 12;
        grid-row: 2 / span 1;
    }
    .specialists-filter .grid-item:nth-child(4){
        grid-column: 13 / span 12;
        grid-row: 3 / span 1;
    }
    .specialists-filter .grid-item:nth-child(n+4){
        grid-column: span 12;
        grid-row: span 1;
    }
    .fadeSpecs .specialists-filter__imgs-zone{
        height: 100%;
    }
    /* .swiper.fadeSpecs{
        height: 400px !important;
    } */
}

@media (max-width: 767px){
    .specialists-filter .grid-item:nth-child(2) {
        grid-column: 1 / span 24;
        grid-row: 2 / span 2;
    }
    .specialists-filter .grid-item:nth-child(n+3){
        grid-column: span 24;
        grid-row: span 1;
    }
    .fadeSpecs .specialists-filter__title, .fadeSpecs .specialists-filter__text{
        text-align: center;
    }
}

@media (max-width: 576px) {
    .specialists-filter{
        display: grid;
        gap: 16px 0;
        grid-template-columns: repeat(24, minmax(1px, 1fr));
        grid-template-rows: 46px;
        grid-auto-rows: 1fr;
    }
    .specialists-filter__filters-wrap {
        grid-template-columns: repeat(1, calc(100% - 6px)) !important;
        column-gap: 0px !important;
        row-gap: 12px !important;
    }
    .specialists-filter {
        display: grid;
        gap: 16px 0;
        grid-template-columns: repeat(24, minmax(1px, 1fr));
        grid-template-rows: 108px;
        grid-auto-rows: 1fr;
    }
}

/* .rating_wrap{
    display: inline-block;
    width: calc(50% - 8px);
}

.rating_wrap:nth-child(-n+4){
    height: calc(570px / 2 - 30px);
}

.rating_wrap:nth-child(-n-2){
    margin-bottom: 0 !important;
} */

.rating_wrap{
    height: 100% !important;
}

.specialists-filter__filters-wrap{
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    column-gap: 16px;
    height: fit-content;
}

.select2-dropdown{
    z-index: 200;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    text-transform: uppercase;
    color: rgba(62, 88, 162, .5);
    font-size: 17px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(62, 88, 162, .75);
    border-radius: 8px;
}

.select2-container--default .select2-selection--single:hover{
    border: 1px solid rgba(62, 88, 162, 1);
    .select2-selection__placeholder{
        color: rgba(62, 88, 162, 1);
    }
}

.select2-container .select2-selection--single {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 32px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../assets/img/feedback/arrow--blue.svg);
    background-color: transparent;
    background-size: cover;
    border: none !important;
    height: 8px !important;
    width: 15px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--open .select2-selection__arrow b {
  transform: translate(0, -20%) rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3E58A2;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    width: 26px;
    margin-right: 0px;
    padding-right: 0px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.select2-container--default .select2-selection--single .select2-selection__clear span:hover {
    color: #4D4D4D;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 28px;
}

.selection{
    position: relative;
}

.select2-selection__rendered{
    color: #3E58A2 !important;
    font-size: 17px !important;
}

.select2-container--default .select2-results__option--selectable {
    font-size: 17px !important;
}

.feedback__button{
    position: relative;
    width: fit-content;
}

.feedback__button>.btn--short:hover{
    color: transparent !important;
    background: white !important;
}

.feedback__button>.btn--short:hover:before{
    content: attr(text);
    display: block;
    color: #3E58A2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 100%;
    height: 1em;
    font-weight: 800;
    z-index: 100;
    text-align: center;
}

.highlight-card {
    background: rgba(62, 88, 162, .15);
    transition: 0.3s ease;
}

.swiper{
    width: 100%;
    height: 100%;
}

.family-name {
    font-weight: 800;
    font-size: 2.25rem;
    color: #1c1c1c;
    margin: 0.2em 0em;
}

.creativeSlide>.doc_info_position{
    width: 250px;
    padding: 1rem 1rem 0rem 1rem;
}

.creativeSlide>.doc_exp{
    margin: 1rem 1rem 0rem 1rem;
}

.arrow {
  position: relative;
  width: 25px;
  height: 25px;
  background: gray;
  border-radius: 50%;
}
.arrow:after {
  position: absolute;
  top: 8px;;
  left: 9px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
}

.swiper-button-next, .swiper-button-prev {
  text-rendering: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #efefef !important;
    width: 38px !important;
    height: 38px !important;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.swiper-button-next, .swiper-button-prev {
    svg {
      width: 24px !important;
      height: 24px !important;
      color: white !important;
    } 
}

.swiper-button-next {
    svg {
        margin-right: -5px !important;
    }
}

.swiper-button-prev {
    svg {
        padding-left: 5px !important;
    }
}

.creativeSpecs .swiper-button-next {
    right: 16px !important;
    left: auto !important;
    top: 36px !important;
}

.creativeSpecs .swiper-button-prev {
    right: 62px !important;
    left: auto !important;
    top: 36px !important;
}

.swiper-container .swiper-button-next {
    right: -18px !important;
    left: auto !important;
}

.swiper-container .swiper-button-prev {
    left: -18px !important;
    right: auto !important;
}

.swiper-container{
    position: relative;
}

@media (min-width: 1100px){
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 575.5px){
    .ways2feedback__wrap{
        width: calc(100% - 30px); !important;
    }
}

@media (max-width: 991.5px){
    .swiper-container .swiper-button-prev {
        left: -2px !important;
        right: auto !important;
    }
    .swiper-container .swiper-button-next {
        right: -4px !important;
        left: auto !important;
    }
}