.med-actions-main {
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.med-actions-main .med-breadcrumbs {
    margin-bottom: 10px;
}
.med-actions__h1 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
}
.med-actions-filter {
    position: relative;
    margin-bottom: 25px;
    background-color: #FAF9F8;
}
.med-actions-filter::after {
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83992 8.20564L13.8996 2.1458C14.0399 2.00565 14.1172 1.81855 14.1172 1.61905C14.1172 1.41956 14.0399 1.23246 13.8996 1.0923L13.4535 0.646039C13.1628 0.355652 12.6903 0.355652 12.4 0.646039L7.3114 5.73463L2.21716 0.640393C2.07689 0.500236 1.88991 0.422851 1.69052 0.422851C1.49091 0.422851 1.30393 0.500236 1.16355 0.640393L0.717505 1.08666C0.577239 1.22692 0.499965 1.41391 0.499965 1.61341C0.499965 1.8129 0.577239 2 0.717505 2.14016L6.78277 8.20564C6.92348 8.34613 7.11135 8.42329 7.31107 8.42285C7.51156 8.42329 7.69932 8.34613 7.83992 8.20564Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transition: .2s;
}
.med-actions-filter._opened::after {
    transform: translateY(-50%) rotate(-180deg) ;
}
.med-actions-filter__radio {
    margin-left: -25px;
    margin-right: -25px;
}
.med-actions-filter__radio._mobile {
    display: none;
}
.med-actions-filter__radio-item {
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}
.med-actions-filter__radio-input {
    display: none;
}
.med-actions-filter__radio-label {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    cursor: pointer;
}
.med-actions-filter__radio-label::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #FFDA00;
    transition: .2s;
    transform: translateX(-101%);
}
.med-actions-filter__radio-label:hover::before,
.med-actions-filter__radio-input:checked + .med-actions-filter__radio-label::before {
    transform: translateX(0);
}
.med-actions-filter__radio-input:checked + .med-actions-filter__radio-label {
    font-weight: 500;
}


.med-actions__list-wrapper {
    margin-bottom: 100px;
}
.med-actions__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.med-actions__list-more {
    display: none;
}
.med-actions__item {
    display: block;
    width: 50%;
    padding: 25px 15px;
}
.med-actions__item a {
    color: #373737;
}
.med-actions__item a:hover {
    color: #373737;
}
.med-actions__item-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 30px 25px;
    background-color: #E8EFF1;
    border-radius: 10px;
    overflow: hidden;
    transition: .2s;
}

.med-actions__item-content-wrapper:hover {
    background-color: #78D4D1;
}
.med-actions__item-img {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
}
.med-actions__item-img img {
    flex: none;
    max-width: 44%;
    max-height: 100%;
}
.med-actions__item-content {
    position: relative;
    max-width: 55%;
    height: 100%;
    margin-bottom: 35px;
}
.med-actions__item-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.med-actions__item-descr:not(:last-child) {
    margin-bottom: 5px;
}
.med-actions__item-link {
    display: block;
}
.med-actions__item-link:not(:last-child) {
    margin-bottom: 5px;
}
.med-actions__item-btn {
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    background-color: #D2E0E4;
    border-radius: 8px;
    font-weight: 500;
    color: rgba(55, 55, 55, 1);
    transition: .2s;
    z-index: 1;
}
.med-actions__item-btn:hover {
    background-color: #FFDA00;
    color: rgba(55, 55, 55, 1);
}


.med-actions__item._subscribe .med-actions__item-content {
    max-width: none;
    width: 100%;
}
.med-actions__subscribe-input-wrapper {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}
.med-actions__subscribe-input {
    flex: 1;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    line-height: 20px;
    color: #B1B7BD;
    border: none;
}
.med-actions__subscribe-submit {
    flex: none;
    width: 200px;
    padding: 18px 0;
    border-radius: 0 8px 8px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    background: #00ABAA;
    cursor: pointer;
}
.med-actions__subscribe-submit:disabled {
    opacity: .6;
    cursor: default;
}
.med-actions__subscribe-links a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    text-decoration: underline;
}
.med-actions__item._subscribe .error,
.med-actions__item._subscribe .success {
    margin-bottom: 15px;
    font-size: 14px;
}


.med-actions__more {
    position: relative;
    font-size: 16px;
}
.med-actions__more::before {
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    border-bottom: 1px dashed #00ABAA;
    transition: .2s;
}
.med-actions__more:hover::before {
    border-color: #005e5e;
}
.med-actions__content__more {
    display: inline-block;
    margin-top: 10px;
}
.med-actions__list-wrapper .preloader {
    min-height: 300px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .med-actions-filter__radio:not(._mobile) {
        display: flex !important;
    }
}
@media screen and (max-width: 1439px) {
    .med-actions-filter {
        margin-bottom: 20px;
    }
    .med-actions__list-wrapper {
        margin-bottom: 80px;
    }
    .med-actions__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .med-actions__item-content-wrapper {
        min-height: 275px;
        padding: 25px 30px 20px;
    }
    .med-actions__item-content {
        max-width: 66%;
    }
    .med-actions__subscribe-submit {
        width: 130px;
        padding: 24px 0;
        font-size: 16px;
        line-height: 16px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .med-actions__item-img img {
        max-width: calc(44% - 30px);
    }
}
@media screen and (max-width: 1023px) {
    .med-actions__h1 {
        font-size: 24px;
    }
    .med-actions__item {
        width: 100%;
    }
    .med-actions__item-content-wrapper {
        min-height: 290px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .med-actions__item-btn {
        font-size: 14px;
    }


    .med-actions__subscribe-input {
        font-size: 14px;
        line-height: 20px;
        color: #B1B7BD;
        padding: 12px 13px;
    }
    .med-actions__subscribe-submit {
        width: 130px;
        padding: 13px 0;
        font-size: 14px;
        line-height: 17px;
    }
    .med-actions__subscribe-links a {
        font-size: 11px;
        line-height: 1.4;
    }
    .med-actions__subscribe-links a:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .med-actions__h1 {
        font-size: 20px;
    }



    .med-actions-filter::after {
        display: block;
    }
    .med-actions-filter__radio {
        display: none;
    }
    .med-actions-filter__radio._active {
        display: flex;
        flex-direction: column;
    }
    .med-actions-filter__radio._mobile {
        display: block;
    }
    .med-actions-filter__radio-label {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .med-actions-filter__radio._mobile .med-actions-filter__radio-item {

    }
    .med-actions-filter__radio._mobile .med-actions-filter__radio-label {
        display: inline-block;
        font-weight: 500;
    }
    .med-actions-filter__radio._mobile .med-actions-filter__radio-label::before {
        transform: translateX(0);
    }
    .med-actions-filter__radio-input:checked + .med-actions-filter__radio-label {
        display: none;
    }
    .med-actions-filter__radio:not(._mobile) {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: #fff;
        z-index: 2;
    }




    .med-actions__list-wrapper {
        margin-bottom: 60px;
    }
    .med-actions__list {
        flex-direction: column;
    }
    .med-actions__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .med-actions__item-img {
        position: relative;
        top: auto;
        bottom: auto;
        width: 100%;
        max-height: 200px;
        justify-content: center;
        padding-right: 0;
    }
    .med-actions__item-img img {
        max-width: 100%;
        max-height: 200px;
    }
    .med-actions__item:not(._subscribe) .med-actions__item-content-wrapper {
        padding-bottom: 0;
    }
    .med-actions__item-content {
        max-width: none;
        margin-bottom: 20px;
    }
    .med-actions__item-descr {
        font-size: 14px;
    }
    .med-actions__item-btn {
        margin-bottom: 20px;
    }
    .med-actions__subscribe-submit {
        width: 100px;
        font-size: 12px;
        line-height: 14px;
    }
    .med-actions__item._subscribe .error,
    .med-actions__item._subscribe .success {
        font-size: 12px;
    }
}

/* фильтры по селекторам */
.med-actions-selectors-filter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px -15px;
}

/* если 2 селектора */
.med-filter-actions-form__param-content {
    width: calc(100% / 2);
    padding: 0px 15px;
}

/* если 3 слетектора */
.med-filter-actions-form-param-select-cell-3 .med-filter-actions-form__param-content {
    width: calc(100% / 3);
    padding: 0px 15px;
}

.med-filter-actions-form__param-content .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.med-filter-actions-form__param-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    opacity: 1;
    top: 0;
}

.med-filter-actions-form__param-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(/local/templates/medsi/img/arrowselect_actions.svg) no-repeat !important;
    transition: .2s;
    margin-top: -3px;
}

.med-filter-actions-form__param-content .select2-container--open .select2-selection__arrow b {
    transform: rotate(-180deg);
}

.med-filter-actions-form__param-content .select2-container .select2-selection--single {
    height: 60px;
    border: 1px solid #EAEAEA;
}

.med-filter-actions-form__param-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.med-actions-selectors-filter .select2-dropdown {
    border: 1px solid #EAEAEA;
}

.med-actions-selectors-filter .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EAEAEA;
    border-radius: 0;
    background: #fff;
}

.med-actions__subscribe-checkbox {
    position: relative;
    margin: 12px 0;
}

.med-actions__subscribe-checkbox input[type="checkbox"] {
    display: none;
}

.med-actions__subscribe-checkbox input[type="checkbox"] + label {
    padding-left: 35px;
    display: inline-block;
    font-size: 14px;
    pointer-events: none;
}

.med-actions__subscribe-checkbox input[type="checkbox"] + label a {
    text-decoration: underline;
    pointer-events: auto;
}

.med-actions__subscribe-checkbox input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #00b2ac;
    left: 0;
    top: 2px;
    cursor: pointer;
    pointer-events: auto;
}

.med-actions__subscribe-checkbox input[type="checkbox"]:checked + label:before {
  background: #00b2ac; 
}

.med-actions__subscribe-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  background: url("/local/templates/medsi/img/check.svg") no-repeat;
  width: 11px;
  height: 8px;
  left: 6px;
  top: 9px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
    .med-actions-selectors-filter {
        flex-direction: column;
        margin: 10px 0;
    }

    .med-filter-actions-form__param-content {
        width: 100%;
        margin: 10px 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .med-filter-actions-form__param-content .select2-container .select2-selection--single {
        height: 50px;
    }

    .med-filter-actions-form__param-content .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px;
        font-size: 16px;
    }

    .med-filter-actions-form-param-select-cell-3 .med-filter-actions-form__param-content {
        width: 100%;
    }
}

/* хлебные крошки */
.med-actions-main .med-breadcrumbs .med-breadcrumbs__link {
    display: flex;
    align-items: center;
}

.med-actions-main .med-breadcrumbs .med-breadcrumbs__link:not(:last-child):before {
    top: auto;
}

@media screen and (max-width: 767px) {
    .med-actions-main .med-breadcrumbs .med-breadcrumbs__link:not(:last-child):before {
        transform: translateY(-0%);
        top: auto !important;
    }
}

/* Элемент поиска start */
.med-actions-search-element {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 30px;
    position: relative;
}
.med-actions-search-element-input {
    width: calc(100% - 150px);
    flex: none;
    padding: 20px;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    line-height: 1;
    height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.med-actions-search-element-btn {
    display: flex;
    width: 150px;
    height: 60px;
    background-color: #00ABAA;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0 8px 8px 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.med-actions-search-element-btn:before {
    content: "";
    display: block;
    width: 24px;
    height: 22px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M18.6925 9.52882C18.6925 14.2022 14.8841 18.0506 10.1114 18.0506C5.35088 18.0506 1.54248 14.2022 1.54248 9.52882C1.54248 4.85541 5.35088 1.00708 10.1114 1.00708C14.8841 1.00708 18.6925 4.85541 18.6925 9.52882Z' stroke='white' stroke-width='2'/><path d='M17.6938 16.571L22.0605 20.7898' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
}

.med-actions-search-element-btn:hover {
    background-color: #00bfbe;
}

.med-actions-search-element-clear {
    display: none;
    position: absolute;
    right: 180px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.med-actions-search-element-clear._active {
    display: flex;
}

.med-actions-search-element-clear:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.96586 7.94721L16.1959 2.10634C16.6014 1.72642 16.6014 1.11213 16.1959 0.732209C15.7907 0.352285 15.1355 0.352285 14.7302 0.732209L8.49992 6.57307L2.26983 0.732209C1.86439 0.352285 1.20934 0.352285 0.804083 0.732209C0.398639 1.11213 0.398639 1.72642 0.804083 2.10634L7.03417 7.94721L0.804083 13.7881C0.398639 14.168 0.398639 14.7823 0.804083 15.1622C1.00605 15.3517 1.2716 15.4469 1.53696 15.4469C1.80232 15.4469 2.06768 15.3517 2.26983 15.1622L8.49992 9.32134L14.7302 15.1622C14.9324 15.3517 15.1977 15.4469 15.4631 15.4469C15.7284 15.4469 15.9938 15.3517 16.1959 15.1622C16.6014 14.7823 16.6014 14.168 16.1959 13.7881L9.96586 7.94721Z' fill='%237D7987'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}


.med-actions-search-clear._active {
    display: block;
}

@media screen and (max-width: 767px) {
    .med-actions-search-element {
        padding: 0;
        margin-bottom: 10px;
    }
    .med-actions-search-element-input {
        width: calc(100% - 100px);
        height: 50px;
        padding: 15px 20px;
        font-size: 16px !important;
    }
    .med-actions-search-element-btn {
        height: 50px;
        width: 100px;
        font-size: 16px;
    }
    .med-actions-search-element-btn:before {
        width: 17px;
        height: 15px;
        margin-right: 8px;
    }
    .med-actions-search-element-clear {
        right: 115px;
    }
}
/* Элемент поиска end */


/* Cамописный компонент селектора start */
.med-actions-select-element-wrapper {
    display: flex;
    align-items: center;
    color: #444;
}

.med-actions-select-element {
    display: flex;
    align-items: center;
    width: 100%;
}

.med-actions-select-element__input-block {
   width: 100%;
   position: relative;
}

.med-actions-select-element__input {
    background-color: #fff;
    border: 1px solid #EAEAEA;;
    width: 100%;
    border-radius: 8px;
    height: 60px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.med-actions-select-element-wrapper._active .med-actions-select-element__input {
    border-radius: 8px 8px 0 0;
}

.med-actions-select-element__input input {
    display: none;
}

.med-actions-select-element__title {
    margin-right: 12px;
    width: 120px;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.med-actions-select-element__placeholder {
    position: absolute;
    top: 16px;
    left: 20px;
    white-space: nowrap;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.med-actions-select-element__input-img {
    position: absolute;
    right: 15px;
    top: 28px;
    display: block;
    background: none !important;
    width: 10px;
    height: 10px;
    margin: 0;
    border-right: 2px solid #00abaa;
    border-bottom: 2px solid #00abaa;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s;
}

.med-actions-select-element-wrapper._active .med-actions-select-element__input-img {
    transform: rotate(-135deg);
}

.med-actions-select-element__dropdown {
    display: none;
}

.med-actions-select-element__dropdown._active {
    position: absolute;
    display: block;
    width: 100%;
    border: 1px solid #EAEAEA;;
    border-radius: 0 0 8px 8px;
    border-top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    overflow: hidden;
}

.med-actions-select-element__dropdown-wrapper {
    max-height: 200px;
    overflow: auto;
}

.med-actions-select-element__dropdown-input {
    width: 100%;
    padding: 4px;
}

.med-actions-select-element__dropdown-input._hidden {
    display: none;
}

.med-actions-select-element__dropdown-input input {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    height: 34px;
    padding: 5px 35px 5px 5px;
    border-radius: 3px;
}

.med-actions-select-element__dropdown-input::after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 23px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2222%22%20viewBox%3D%220%200%2023%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.15%209.52174C18.15%2014.1951%2014.3416%2018.0435%209.5689%2018.0435C4.8084%2018.0435%201%2014.1951%201%209.52174C1%204.84833%204.8084%201%209.5689%201C14.3416%201%2018.15%204.84833%2018.15%209.52174Z%22%20stroke%3D%22%23a3a3a3%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M17.1514%2016.564L21.518%2020.7827%22%20stroke%3D%22%23a3a3a3%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 10px;
    right: 10px;
}

.med-actions-select-element__dropdown-item {
    cursor: pointer;
    padding: 6px 8px;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", "Helvetica Neue", Arial, sans-serif;
}

.med-actions-select-element__dropdown-item[selected=selected] {
    background-color: #f1f1f1;
}

.med-actions-select-element__dropdown-item:hover {
    background-color: #00abaa;
    color: #FFF;
}

.med-actions-select-element__dropdown-wrapper::-webkit-scrollbar {
  width: 7px;
  background-clip: padding-box;
  background-color: #F5F5F5;
}

.med-actions-select-element__dropdown-wrapper::-webkit-scrollbar-track {
  background-clip: padding-box;
}

.med-actions-select-element__dropdown-wrapper::-webkit-scrollbar-thumb {
  background-color: #00abaa;
  border-radius: 2px;
  background-clip: padding-box;
}

.med-actions__list-empty {
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
    .med-actions-select-element__input {
        height: 50px;
        font-size: 16px;
    }
    
    .med-actions-select-element__placeholder {
        top: 12px;
    }

    .med-actions-select-element__input-img {
        top: 23px;
    }
}
/* Cамописный компонент селектора end */