.media-projects {
    margin-bottom: 90px;
}

.media-projects-btn {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
}

.media-projects__info {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.media-projects__cards-item {
    width: 100%;
}

.media-projects_navigation {
    margin-top: -64px;
}


.media-projects__cards-item::after,
.media-projects__cards-item::before {
    display: none !important;
}

.media-projects__custom-prev,
.showcase-reward__custom-prev{
    background-color: rgba(245, 245, 245, 0.75);
    background-image: url('../img/icons/arrow-slider.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.media-projects__custom-next,
.showcase-reward__custom-next{
    background-color: rgba(245, 245, 245, 0.75);
    background-image: url('../img/icons/arrow-slider-next.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.showcase-collection {
    margin-bottom: 40px;
}

.showcase-collection__title {
    text-align: center;
}

.showcase-collection__subtitle {
    text-align: center;
    margin-bottom: 90px;
}

.showcase-collection__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.showcase-collection__item {
    width: 714px;
    max-width: 49%;
    margin-bottom: 100px;
}

.showcase-collection__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-collection__img-container {
    width: 100%;
    height: 316px;
    margin-bottom: 24px;
    border-radius: 30px;
    overflow: hidden;
}

.showcase-collection__item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.showcase-collection__item__subtitle {
    display: block;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.showcase-collection__item__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    min-height: 70px;
    margin-bottom: 10px;
}

.showcase-collection__item__link {
    width: 170px;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

/* Увеличение изображение в модальном окне --- start */
/* картинка на странице */
.minimized {
    cursor: pointer;
}
/* увеличенная картинка */
#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 9999;
}
#magnify img {
    width: 100%;
}
/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

.minimazed-cross {
    position: relative;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100px;
}

.minimazed-cross::after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    left: calc(50% - 8px);
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

.minimazed-cross::before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background: black;
    left: calc(50% - 8px);
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}
#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Увеличение изображение в модальном окне --- end */


.instructions {
    margin-bottom: 115px;
}

.instructions .container {
    position: relative;
}

.instructions .container::after {
    content: '';
    display: block;
    margin-left: auto;
    height: 1px;
    background: #000000;
    width: calc(100% - 80px);
    margin-top: 24px;

}

.instructions .container::before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    margin-left: auto;
    height: 1px;
    background: #000000;
    margin-bottom: 18px;
}


.instructions__columns {
    display: flex;
    justify-content: space-between;
}

.instructions__column:nth-child(1) {
    width: 600px;
    margin-right: 50px;
}

.instructions__column:nth-child(2) {
    padding-top: 20px;
    width: 870px;
}

.instructions__title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.instructions__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.instructions__content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.instructions__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.instructions__button {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    max-width: 100%;
}

.instructions-showcase .instructions__column:nth-child(2){
    margin-bottom: 200px;
}

.instructions__img {
    position: absolute;
    left: 600px;
    bottom: -50px;
    max-width: 90vw;
}


.donates {
    margin-bottom: 90px;
}


.donates__cards-item {
    width: 277px;
    text-transform: none;
}

.donates .swiper-slide {

}

.donates .swiper-slide:nth-child(2n) .donates__cards-item{
    margin-top: 100px;
}

.donates-img {
    position: relative;
    height: 510px;
    margin-bottom: 30px;
    border-radius: 65px;
    overflow: hidden;
}

.donates-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.donates__cards-info {
    display: flex;
    flex-direction: column;
}

.donates__cards-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.donates__cards-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.donates__cards-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
@media (min-width: 1350px){
    .title {
        font-size: 58px;
    }
}




.donates_navigation {
    margin-top: -64px;
    margin-bottom: 40px;
}


.donates__cards-item::after,
.donates__cards-item::before {
    display: none !important;
}

.donates__custom-prev {
    background-color: rgba(245, 245, 245, 0.75);
    background-image: url('../img/icons/arrow-slider.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.donates__custom-next {
    background-color: rgba(245, 245, 245, 0.75);
    background-image: url('../img/icons/arrow-slider-next.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.catalog {
    margin-bottom: 120px;
}


.catalog__filters {
    background: #F4AE8C;
    border-radius: 20px;
    min-width: 420px;
    padding: 65px 22px 50px;
    margin-right: 57px;
}

.catalog__filter {
    margin-bottom: 20px;
    position: relative;
}

.catalog__filter__head {
    background: #F0C6B6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 57px;
    padding-left: 23px;
    padding-right: 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #1C1C1C;

}

.catalog__filter__list {
    display: none;
    flex-direction: column;
    background: #F0C6B6;
    border-radius: 0px 0px 20px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1C1C1C;
    overflow: auto;
    max-height: 200px;
}

.catalog__filter__item {
    display: flex;
    align-items: center;
    padding-left: 23px;
    padding-right: 23px;
    min-height: 57px;
    max-height: 57px;
    cursor: pointer;
}

.catalog__filter__item:hover {
    background: #D6A592;
}

.catalog__filter__item.active {
    display: none;
}
.catalog__filter__item.unactive {
    display: none !important;
}

.catalog__filters__buttons {
    display: flex;
    justify-content: space-between;
}

.catalog__filter__button {
    width: 165px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F0C6B6;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: #1C1C1C;
    cursor: pointer;
    transition: 0.3s all ease;
}

.catalog__filter__button:hover {
    opacity: 0.8;
}


.catalog__filter:hover .catalog__filter__head{
    border-radius: 20px 20px 0px 0px;
}

.catalog__filter:hover .catalog__filter__head.empty {
    border-radius: 20px;
}

.catalog__filter:hover .catalog__filter__list {
    display: flex;
    position: absolute;
    left: 0;
    top: 57px;
    width: 100%;
    z-index: 2;
    border-radius: 0px 0px 20px 20px;
}

.section__catalog__container {
    display: flex;
    align-items: start;
}

.catalog__list {
    width: 1280px;
}

.catalog__list__item {
    margin-bottom: 100px;
}

.object__title {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.object__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 75px;
}

.object__container {
    display: flex;
    justify-content: space-between;
}

.object__media {
    width: 360px;
    margin-right: 45px;
    flex-shrink: 0;
}

.object__media__img {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 335px;
    margin-bottom: 30px;
    background: #F4AE8C;
    border-radius: 30px;
}

.object__media__img img,
.object__media__images__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.object__media__images {
    display: flex;
    margin-bottom: 30px;
}

.object__media__images__item {
    position: relative;
    overflow: hidden;
    width: 30%;
    margin-right: 4.5%;
    height: 102px;
    border-radius: 30px;
}

.object__media__images__item:last-child {
    margin-right: 0;
}

.object__media__buttons {
    display: flex;
}

.object__media__contancts {
    background: #F0C6B6;
    border-radius: 20px;
    width: 190px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1C1C1C;
    margin-right: 12px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.object__media__contancts:hover{
 opacity: 0.8;
}

.object__media__links {
    display: flex;
}

.object__media__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 66px;
    margin-right: 19px;
    height: 71px;
    background: #F0C6B6;
    border-radius: 20px;
}

.object__media__link:last-child {
    margin-right: 0;
}

.object__media__link img {
    opacity: 0.6;
    transition: 0.3s all ease;
}

.object__media__link:hover img {
    opacity: 1;
}

.object__content {
    width: 905px;
    margin-right: 20px;
    flex-shrink: 1;
    max-width: calc(100% - 850px);
}

.object__content__id {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.object__content__title {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.object-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.object__content__services__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 60px;
}

.object__content__service__title {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    margin-left: 20px;
}

.object__content__service__line {
    padding: 10px 5px;
    min-height: 53px;
    max-width: 100%;
    display: flex;
    align-items: center;
    background: #D44C11;
    border-radius: 75px 75px 35px 35px;
    margin-bottom: 20px;
}

.object__content__service__line:last-child {
    margin-bottom: 0;
}

.object__content__service__lines {
    margin-bottom: 40px;
}

.object__content__service__line-main {
    margin-bottom: 20px;
    background: #663304;
}

.object__content__service__line__name {
    width: 50%;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;

}

.object__content__service__line__time {
    width: 25%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.object__content__service__line__price {
    width: 25%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.object__content__properties {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.object__content__property {
    width: 48%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.object__info {
    width: 425px;
    flex-shrink: 0;
}

.object__info__city {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
    width: 165px;
    height: 39px;
    background: #F0C6B6;
    border-radius: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 30px;
}

.object__info__card {
    width: 100%;
    padding: 26px 30px 50px 30px;
    background: #A64600;
    border-radius: 30px 100px 30px 30px;
    margin-bottom: 46px;
}

.object__info__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.object__info__adress {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}

.object__info__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.object__info__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
}

.object__info__title-pets {
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.object__info__pets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.object__info__pet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-right: 5%;
    height: 102px;
    background: #F4AE8C;
    border-radius: 30px;
    margin-bottom: 38px;
}

.object__info__pet:nth-child(3n) {
    margin-right: 0;
}

.object__container-catalog .object__content{
    position: relative;
    width: auto;
    margin-right: 20px;
    flex-shrink: 1;
    max-width: calc(100% - 405px);
}

.object__container-catalog__type {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 10px;
}

.object__container-catalog__name {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
}

.object__container__city {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 165px;
    min-height: 39px;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    background: #F0C6B6;
}

.catalog__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__pagination__item {
    width: 50px;
    height: 54px;
    border-radius: 20px;
    background: #F0C6B6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #663304;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
    margin-right: 7px;
    margin-left: 7px;
    cursor: pointer;
    transition: 0.3s color ease;
}

.catalog__pagination__item:hover {
    color: #D44C11;
}

.catalog__pagination__item.active {
    color: #D44C11;
}

.catalog__pagination__item .active {
    display: none;
}

.catalog__pagination__item:hover .active {
    display: flex;
}

.catalog__pagination__item:hover img {
    display: none;
}

.catalog__title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 10px;
}

.catalog__title-sub {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 80px;
}

.addCompany {
    margin-bottom: 120px;
}

.addCompany .container:after,
.addCompany .container:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 1622px;
    max-width: 98%;
    background: #000000;
}

.addCompany .container:before {
    margin-bottom: 24px;
}

.addCompany .container:after {
    margin-top: 100px;
}

.addCompany__content {
    display: flex;
}

.addCompany__main {
    width: 610px;
    margin-right: 120px;
}

.addCompany__title {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
}

.addCompany__desc {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.addCompany__list {
    margin-bottom: 30px;
}

.addCompany__list__item {
    list-style: inside;
    margin-left: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.addCompany__buttons {
    display: flex;
    padding-left: 22px;
}

.addCompany__button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background: #F0C6B6;
    width: 190px;
    height: 71px;
    transition: 0.3s all ease;
    color: #1C1C1C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addCompany__button:first-child {
    margin-right: 30px;
}

.addCompany__button:hover {
    background: #F4AE8C;    
}
.addCompany__sub {
    padding-top: 20px;
}

.addCompany__sub__title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 19px;
}

.addCompany__lists {
    display: flex;
}

.addCompany__lists ul {
    margin-right: 30px;
    display: block;
}

.addCompany__lists ul:last-child {
    margin-right: 0;
}

.addCompany__lists li {

}

.addCompany__lists li a {
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 15px;
    background: #FF6B00;
    border-radius: 100px;
    text-transform: none;
    transition: 0.3s all ease;
}

.addCompany__lists li a:hover {
    background: #663304;
}

.showcase-collection__item__link-object {
    margin-bottom: 16px;
    color: #1C1C1C;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.showcase-collection__item__link-promo {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 150% */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.promo-work {
    margin-bottom: 100px;
}

.promo-work .container:after, .promo-work .container:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 1622px;
    max-width: 98%;
    background: #000000;
}

.promo-work .container:before {
    margin-bottom: 35px;
}

.promo-work .container:after {
    margin-top: 35px;
}

.promo-work__container {
    display: flex;
    position: relative;
    min-height: 280px;
}

.promo-work__title {
    width: 640px;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    margin-right: 80px;
}

.promo-work__img {
    position: absolute;
    right: 0;
    top: -60px;
}

.promo-work__content {
    position: relative;
    width: 600px;
    z-index: 1;
}

.promo-work__desc {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
}

.promo-work__list li {
    list-style: inside;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 200% */
    padding-left: 10px;
}

.objects-nursery {

}

.object-nursery__container {
    margin-bottom: 110px;
    justify-content: flex-start;
}

.objects-nursery .object__content {
    max-width: calc(100% - 405px);
    width: 1200px;
    margin-right: 0;
}

.objects-nursery .object__content__desc {
    width: 905px;
    max-width: 100%;
}

.objects-nursery .object__content__property {
    width: 30%;
    margin-right: 5%;
}

.objects-nursery .object__content__property:nth-child(2n) {
    margin-right: 5%;
}

.objects-nursery .object__content__property:nth-child(3n) {
    margin-right: 0;
}


@media (max-width: 1700px){
    .object__container-catalog {
        flex-direction: column;
    }
    .object__container-catalog .object__content {
        max-width: none;
    }

    .object__container-catalog .object__media {
        margin-bottom: 20px;
    }

    .addCompany__main {
        margin-right: 40px;
    }

    .promo-work__title {
        margin-right: 20px;
        font-size: 50px;
        line-height: 60px;
        width: 480px;
    }
    .promo-work__container {
        align-items: center;
    }
}

@media (max-width: 1560px){
    .instructions__title {
        font-size: 40px;
        line-height: 50px;
    }

    .object-page .object__container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .object-page .object__media {
        order: 0;
    }

    .object-page .object__content {
        width: calc(100%);
        max-width: calc(100%);
        order: 2;
    }

    .object-page .object__info {
        order: 1;
    }
}

@media (max-width: 1350px){
    .section__catalog__container {
        flex-direction: column;
    }

    .catalog__filters {
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 420px;
        min-width: auto;
    }

    .catalog .object__media {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 420px;
    }

    .catalog__list {
        width: 100%;
    }

    .catalog__title {
        font-size: 35px;
        line-height: 45px;
    }

    .catalog__title-sub {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .catalog__list__item {
        margin-bottom: 40px;
    }

    .addCompany__title {
        font-size: 40px;
        line-height: 50px;
    }

    .addCompany__content {
        flex-direction: column;
    }

    .addCompany__main {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .addCompany .container:after {
        margin-top: 20px;
    }

    .addCompany {
        margin-bottom: 80px;
    }

    .object__title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .promo-work__container {
        flex-direction: column;
    }

    .promo-work__img {
        position: static;
    }

    .promo-work__title {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .promo-work .container:after {
        margin-top: 0;
    }

    .promo-work__content {
        max-width: 100%;
    }

}

@media (max-width: 1200px){
    .catalog {
        margin-bottom: 80px;
    }
    .object-page .object__container {
        flex-direction: column;
        align-items: center;
        flex-wrap: no-wrap;
    }

    .object-page .object__media {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .object__info {
        max-width: 100%;
    }

    .object__media {
        max-width: 100%;
    }

    .object-nursery__container {
        flex-direction: column;
        align-items: center;
    }

    .objects-nursery .object__media {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .objects-nursery .object__content {
        max-width: 100%;
    }

}

@media (max-width: 991px){
    .media-projects {
        margin-bottom: 60px;
    }

    .media-projects_navigation {
        margin-top: 10px;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 46px;
    }

    .swiper-navigation-awards {
        margin-top: 40px;
    }


    .showcase-collection__subtitle {
        margin-bottom: 30px;
    }

    .showcase-collection__list {
        flex-direction: column;
        align-items: center;
    }

    .showcase-collection__item {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .instructions__title {
        font-size: 40px;
        line-height: 50px;
    }

    .instructions__columns {
        flex-wrap: wrap;
    }

    .instructions__column:nth-child(1) {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .instructions__column:nth-child(2) {
        width: 100%;
        margin-bottom: 0;
    }

    .instructions__img {
        left: 50%;
        transform: translateX(-50%);
    }

    .instructions .container::before {
        width: 100%;
    }

    .instructions .container::after{
        width: 100%;
    }

    .donates {
        margin-bottom: 40px;
    }

    .donates_navigation {
        margin-top: 40px;
    }

    .donates .swiper-slide:nth-child(2n) .donates__cards-item{
        margin-top: 0px;
    }

    .objects-nursery .object__content__properties {
        flex-direction: column;
    }

    .objects-nursery .object__content__property {
        margin-right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .objects-nursery .object__content__property:nth-child(2n) {
        margin-right: 0px;
    }
    .objects-nursery .object__content__property:nth-child(3n) {
        margin-right: 0px;
    }

    .objects-nursery .object__content__services__title {
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px){
    .showcase-collection__title {
        line-height: 40px;
        font-size: 32px;
    }

    .object__content__service__line-main {
        display: none;
    }

    .object__content__service__title-main {
        display: none;
    }

    .object__content__service__line {
        flex-direction: column;
    }
    .object__content__service__line__name,
    .object__content__service__line__time,
    .object__content__service__line__price{
        width: auto;
        text-align: center;
    }

    .object__content__service__line {
        border-radius: 25px 25px 25px 25px;
    }

    .addCompany__lists {
        flex-direction: column;
    }

    .addCompany__lists__item {
        margin-right: 0;
        width: 100%;
    }

    .addCompany__title {
        font-size: 30px;
        line-height: 40px;
    }

    .addCompany__buttons {
        justify-content: center;
        padding-left: 0;
    }

    .addCompany {
        margin-bottom: 40px;
    }

    .promo-work__title {
        font-size: 30px;
        line-height: 40px;
    }

    .promo-work__img {
        max-width: 100%;
    }
}

@media (max-width: 420px){
    .catalog__filter__button {
        width: 140px;
        font-size: 14px;
    }

    .catalog__filters {
        padding: 35px 12px 30px;
    }

    .addCompany__buttons {
        flex-direction: column;
        align-items: center;
    }

    .addCompany__button:first-child {
        margin-right: 0;
    }

    .addCompany__button {
        margin-bottom: 20px;
    }

    .addCompany__main {
        margin-bottom: 20px;
    }

}


