@media screen and (min-width: 1200px) {

    a:hover,
    a.light__link:hover {
        color: #0a406a;
    }

    .btn:hover {
        color: #fff;
        background: rgba(10, 64, 106, 0.8);
        border-color: rgba(10, 64, 106, 0.8);
    }

    .btn__white:hover {
        color: #fff;
        background: #0a406a;
    }

    .btn__white:hover::after {
        background: url("../images/arr-btn-white.svg") no-repeat center;
    }

    .parent ul li a:hover {
        color: #3291ce;
    }


}

@media screen and (max-width: 1600px) {
    .item__catalog--list .img__box {
        width: 110px;
    }

    .item__catalog--list .text__box {
        padding: 29px 0 44px 16px;
    }
}

@media screen and (max-width: 1400px) {
    .item__catalog--list {
        height: 94px;
        border-radius: 15px;
    }

    .item__catalog--list .text__box {
        padding: 17px 0 17px 18px;
        width: calc(100% - 60px);
    }

    .item__catalog--list .text__box .name__box {
        font-size: 16px;
        line-height: 21px;
    }

    .item__catalog--list .text__box .count__box {
        font-size: 14px;
        line-height: 19px;
    }

    .item__catalog--list .img__box {
        width: 60px;
    }


}

@media screen and (max-width: 1200px) {
    .title__banner {
        font-size: 44px;
        line-height: 58px;
    }

    .tabs__description,
    .tabs__description p,
    .link__soc .share,
    .link__soc span,
    .footer__geo,
    .footer__email a,
    .item__product--description .in__sale,
    .item__product--description .in__sale a,
    .item__product--description .about,
    .geo,
    .geo span,
    .item__catalog--list .text__box .count__box,
    .btn,
    .header__info--status p,
    .geo__box p {
        font-size: 14px;
        line-height: 19px;
    }

    .header__info--links a {
        font-size: 18px;
        line-height: 24px;
    }

    .header__center .logo img {
        width: 102px;
    }

    .header__right {
        padding-top: 18px;
        padding-right: 40px;
    }

    .mburger {
        top: 21px;
        right: 20px;
    }

    .header__left {
        padding-top: 26px;
    }

    .btn {
        height: 46px;
        border-radius: 23px;
    }

    .banner__box {
        row-gap: 77px;
        padding-bottom: 29px;
    }

    .main__banner {
        border-radius: 0 0 30px 30px;
    }

    .item__catalog--list .text__box .name__box {
        font-size: 16px;
        line-height: 21px;
    }

    .grid__catalog--list {
        column-gap: 10px;
        row-gap: 10px;
    }

    .item__catalog--list {
        height: 94px;
        border-radius: 15px;
    }

    .section__catalog--list {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .item__catalog--list .text__box {
        padding: 17px 0 17px 18px;
        width: calc(100% - 60px);
    }

    .item__catalog--list .img__box {
        width: 60px;
    }

    .grid__catalog--list .item__catalog--list:nth-child(1) .img__box,
    .grid__catalog--list .item__catalog--list:nth-child(2) .img__box,
    .grid__catalog--list .item__catalog--list:nth-child(3) .img__box {
        width: 80px;
    }

    .item__catalog--list:nth-child(1) .text__box,
    .item__catalog--list:nth-child(2) .text__box,
    .item__catalog--list:nth-child(3) .text__box {
        width: calc(100% - 80px);
    }

    .section__workers .title,
    .section__map .title,
    .section__near .title,
    .section__products .title,
    .section__tabs .title {
        font-size: 34px;
        line-height: 45px;
    }

    .section__title--grid p {
        font-size: 18px;
        line-height: 24px;
        max-width: 49%;
    }

    .section__products {
        padding-top: 25px;
    }

    .item__product--description .name {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 14px;
    }

    .section__title--grid {
        margin-bottom: 70px;
    }

    .item__product--description .price {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 9px;
    }

    .actions__box span {
        width: 42px;
        height: 42px;
        font-size: 9px;
        line-height: 11px;
    }

    .item__product--gallery {
        width: 62%;
        flex: none;
    }

    .item__product--description {
        width: auto;
        padding-top: 0;
    }

    .actions__box {
        top: -21px;
        left: -19px;
        row-gap: 3px;
    }

    .product__gallery {
        column-gap: 8px;
        margin-bottom: 8px;
    }

    .product__gallery .img__smalls {
        row-gap: 8px;
    }

    .section__banner {
        border-radius: 15px;
    }

    .section__banner.mask.bg__img .title__banner {
        font-size: 34px;
        line-height: 45px;
    }

    .banner__description p {
        font-size: 16px;
        line-height: 21px;
        max-width: 100%;
    }

    .appl label,
    .appl label a {
        font-size: 12px;
        line-height: 16px;
    }

    .grid__banner {
        padding: 65px 0 59px 47px;
    }

    .banner__left {
        width: 60%;
    }

    input[type="tel"],
    input[type="text"] {
        height: 46px;
        border-radius: 23px;
        font-size: 14px;
    }

    .banner__form input[type="text"],
    .banner__form input[type="submit"] {
        width: 32%;
    }

    .banner__form .fields__group {
        column-gap: 1%;
    }

    .banner__right {
        width: 39%;
    }

    .section__title--grid .title {
        font-size: 34px;
        line-height: 45px;
    }

    .section__news .section__title--grid {
        margin-bottom: 0;
    }

    .grid__news {
        column-gap: 14px;
        row-gap: 14px;
        padding-top: 20px;
        padding-bottom: 38px;
    }

    .item__news--info p {
        font-size: 16px;
        line-height: 18px;
    }

    .item__news--info .date {
        font-size: 12px;
        line-height: 16px;
    }

    .accordion__content p,
    .accordion__content,
    .accordion__item .accordion__title span {
        line-height: 24px;
        font-size: 18px;
    }

    .banner__description .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .grid__listik .img__box img {
        right: -50%;
    }

    .section__listik {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .section__listik .section__title--grid {
        margin-bottom: 20px;
    }


    .grid__consultant .text__box p {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .naming__box p.name {
        font-size: 24px;
        line-height: 32px;
    }

    .naming__box p.name {
        font-size: 16px;
        line-height: 21px;
    }

    .grid__consultant .img__box {
        width: 100px;
        height: 100px;
    }

    .footer__middle {
        display: none;
    }

    .footer__name {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .footer__tel a {
        font-size: 18px;
        line-height: 24px;
    }

    .footer__form p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2px;
    }

    .group__flex {
        flex-direction: column;
        row-gap: 5px;
    }

    input[type="submit"],
    .input__tel {
        width: 100%;
    }

    .footer__form {
        width: 283px;
        border-radius: 15px;
        padding: 25px 20px;
        position: absolute;
        top: 0;
        right: 25px;
    }

    .footer {
        padding-top: 20px;
    }

    .footer__top {
        flex-direction: column;
    }

    .footer__logo {
        width: 116px;
    }

    .footer__info {
        padding-top: 20px;
    }

    .footer__geo {
        margin-bottom: 10px;
    }

    .footer__tel {
        margin-bottom: 3px;
    }

    .footer__bottom {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section__title--combine .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .section__title--combine p {
        font-size: 16px;
        line-height: 21px;
        max-width: 49%;
        margin-top: 6px;
    }

    .normal__banner {
        height: 110px;
        border-radius: 0 0 30px 30px;
    }

    .header__logo {
        width: 100px;
        height: auto;
        display: block;
    }

    .breadcrumbs,
    .breadcrumbs span,
    .breadcrumbs a span,
    .breadcrumbs span a {
        font-size: 12px;
        line-height: 16px;
    }

    .section__breadcrumbs {
        padding: 17px 0 16px;
    }

    .section__title--combine .title__box .btns__box .btn {
        padding: 3px 19px;
    }

    .filter__box input[type="submit"] {
        margin-bottom: 10px;
    }

    .filter__box .bx-filter.bx-blue .bx-filter-section {
        border-radius: 15px;
    }

    .sorting__box > a,
    .sort__select span,
    .grid__sorting .find,
    .grid__sorting .find strong {
        font-size: 16px;
        line-height: 21px;
    }

    .sort__select select {
        min-width: auto;
        height: 46px;
        border-radius: 23px;
        font-size: 16px;
        line-height: 21px;
    }

    .grid__sorting {
        column-gap: 20px;
    }

    .grid__sorting .sort__select .sortline {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .sorting__box {
        padding-top: 3px;
        padding-bottom: 29px;
    }

    .product__gallery a {
        border-radius: 15px;
    }

    .item__product--description .name a {
        font-size: 34px;
        line-height: 45px;
    }

    .section__same {
        padding-top: 12px;
        padding-bottom: 0;
        margin-right: -25px;
    }

    .same__carousel .item__catalog--list {
        height: 116px;
    }

    .same__carousel .item__catalog--list .img__box {
        width: 30%;
    }

    .section__seo .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 18px;
    }

    .section__seo p {
        font-size: 16px;
        line-height: 21px;
    }

    .section__seo {
        max-width: 100%;
    }

    .section__breadcrumbs {
        flex-direction: column;
        row-gap: 16px;
    }

    .apart_left .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 12px;
    }

    .apart_left {
        width: calc(100% - 283px);
        max-width: 100%;
    }

    .apart_right {
        width: 283px;
    }

    .section__apart--card {
        column-gap: 16px;
    }

    .apart__info .price {
        font-size: 24px;
        line-height: 32px;
    }

    .apart__description p,
    .options__list p {
        font-size: 16px;
        line-height: 21px;
    }

    .apart_right .apart__info {
        width: 100%;
    }

    .section__about--worker .title,
    .about__apart .title {
        font-size: 34px;
        line-height: 45px;
    }

    .tabs .tab,
    .about__apart p,
    .about__apart p strong {
        font-size: 18px;
        line-height: 24px;
    }

    .about__apart {
        padding: 26px;
    }

    .section__about--worker .about__apart p {
        font-size: 16px;
        line-height: 21px;
        max-width: 100%;
    }

    .about__apart--left .img__box {
        padding-bottom: 0;
    }

    .section__about--worker .about__apart--right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section__category--apart .title,
    .section__ipoteka .title {
        font-size: 28px;
        line-height: 37px;
    }

    .section__ipoteka {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .section__about--worker {
        padding-top: 50px;
    }

    .product__list .product__img {
        width: 240px;
        border-radius: 15px;
    }

    .product__list--description .name,
    .product__list--description .name a {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .product__list--description .price__per,
    .product__list--description .about p,
    .product__list--description .tags__item p,
    .product__list--description .tags__item p a,
    .product__list--description .tag__category,
    .product__list--description .geo,
    .product__list--description .geo span {
        font-size: 12px;
        line-height: 16px;
    }

    .product__list--description .price {
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
    }

    .product__list--consult .img__box {
        /*width: 54px;*/
        /*height: 54px;*/
        margin-bottom: 0;
    }

    .product__list--consult > a,
    .product__list--consult .name {
        /*font-size: 14px;*/
        /*line-height: 19px;*/
    }

    .product__list--consult .state {
        /*font-size: 10px;*/
        /*line-height: 13px;*/
    }

    .product__list--consult {
        width: 174px;
        padding-top: 16px;
    }

    .product__list {
        border-radius: 15px;
        padding-right: 14px;
    }

    .product__list--consult .btns__box {
        margin-top: 0;
        row-gap: 5px;
    }

    .product__list--description {
        width: 100%;
        padding: 18px 10px 13px 24px;
    }

    .product__list--description .geo {
        margin-bottom: 0;
    }

    .grid__tags {
        padding: 10px 0;
    }


}

@media screen and (max-width: 1024px) {
    .grid__catalog--list .item__catalog--list, .grid__catalog--list .item__catalog--list:nth-child(1), .grid__catalog--list .item__catalog--list:nth-child(2), .grid__catalog--list .item__catalog--list:nth-child(3) {
        width: 100%;
    }

    .item__catalog--list .text__box, .item__catalog--list:nth-child(1) .text__box, .item__catalog--list:nth-child(2) .text__box, .item__catalog--list:nth-child(3) .text__box {
        width: calc(100% - 110px);
        justify-content: flex-start;
    }

    .grid__catalog--list .item__catalog--list .img__box, .grid__catalog--list .item__catalog--list:nth-child(1) .img__box, .grid__catalog--list .item__catalog--list:nth-child(2) .img__box, .grid__catalog--list .item__catalog--list:nth-child(3) .img__box {
        width: 110px;
    }

    .item__catalog--list .text__box .name__box {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 834px) {

    .header__info--links a[href^="tel:"],
    .header__info--status,
    .header__left {
        display: none;
    }

    .header__center {
        position: relative;
        left: -4px;
        transform: none;
        top: 8px;
    }

    .title__banner {
        font-size: 34px;
        line-height: 45px;
    }

    .container {
        padding: 0 10px;
    }

    .header__center .logo img {
        width: 67px;
    }

    .mburger {
        top: 15px;
        right: 13px;
    }

    .header__right {
        padding-top: 23px;
        padding-right: 59px;
    }

    .btn {
        padding: 5px 10px;
    }

    .banner__box .btns__box {
        width: 100%;
    }

    .banner__box .btns__box .btn {
        width: calc(50% - 5px);
    }

    .banner__box {
        row-gap: 87px;
        padding-bottom: 10px;
    }

    .item__catalog--list {
        height: 103px;
    }

    .grid__catalog--list .item__catalog--list,
    .grid__catalog--list .item__catalog--list:nth-child(1),
    .grid__catalog--list .item__catalog--list:nth-child(2),
    .grid__catalog--list .item__catalog--list:nth-child(3) {
        width: 100%;
    }

    .item__catalog--list .text__box .name__box {
        font-size: 18px;
        line-height: 24px;
    }

    .section__catalog--list {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .grid__catalog--list {
        column-gap: 0;
        row-gap: 8px;
    }

    .grid__catalog--list .item__catalog--list .img__box,
    .grid__catalog--list .item__catalog--list:nth-child(1) .img__box,
    .grid__catalog--list .item__catalog--list:nth-child(2) .img__box,
    .grid__catalog--list .item__catalog--list:nth-child(3) .img__box {
        width: 110px;
    }

    .item__catalog--list .text__box,
    .item__catalog--list:nth-child(1) .text__box,
    .item__catalog--list:nth-child(2) .text__box,
    .item__catalog--list:nth-child(3) .text__box {
        width: calc(100% - 110px);
        justify-content: flex-start;
    }

    .section__title--grid {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .section__title--grid p {
        max-width: 100%;
    }

    .section__products .title {
        margin-bottom: 0;
    }

    .item__product {
        padding-bottom: 32px;
        justify-content: flex-start;
        column-gap: 0;
        margin-bottom: 40px;
        flex-direction: column-reverse;
    }

    .product__gallery .img__smalls {
        display: none;
    }

    .item__product--gallery {
        width: 100%;
    }

    .product__gallery .img__big {
        width: 100%;
        border-radius: 15px;
    }

    .product__gallery a {
        aspect-ratio: auto;
    }

    .actions__box span {
        width: 34px;
        height: 34px;
        font-size: 7px;
        line-height: 9px;
    }

    .actions__box {
        top: -14px;
        left: -10px;
    }

    .item__product--description .name {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 7px;
    }

    .item__product--description .about {
        margin-bottom: 0;
    }

    .item__product--description .in__sale {
        margin-bottom: 0;
    }

    .grid__banner {
        padding: 50px 27px 59px;
    }

    .section__banner .grid__banner--1 .banner__right,
    .section__banner .grid__banner--2 .banner__right {
        display: none;
    }

    .banner__form input[type="text"],
    .banner__form input[type="submit"],
    .grid__banner--2 .banner__form input[type="submit"],
    .banner__left {
        width: 100%;
    }

    .section__banner.mask.bg__img .title__banner {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 7px;
    }

    .banner__form .fields__group {
        column-gap: 0;
        flex-direction: column;
        row-gap: 5px;
    }

    .item__news {
        height: 280px;
        border-radius: 15px;
        width: calc(100% / 2 - 9px / 2);
    }

    .grid__news {
        column-gap: 9px;
        row-gap: 14px;
        padding-top: 20px;
        padding-bottom: 38px;
    }

    .item__news--info p {
        font-size: 14px;
        line-height: 16px;
    }

    .item__news--info .date {
        font-size: 10px;
        line-height: 13px;
    }

    .item__news--info {
        padding: 0 8px 8px;
    }

    .grid__partners {
        flex-wrap: nowrap;
        column-gap: 80px;
        row-gap: 0;
        padding-top: 6px;
        margin-right: -10px;
        overflow: auto;
    }

    .grid__partners a {
        width: 95px;
        flex: none;
    }

    .accordion__item .accordion__title {
        padding: 30px 30px 80px;
    }

    .grid__listik .text__box {
        width: 100%;
    }

    .grid__listik .img__box img {
        right: -100px;
        width: 217px;
    }

    .grid__consultant {
        flex-wrap: wrap;
    }

    .grid__consultant .text__box {
        width: 100%;
        padding-top: 10px;
    }

    .section__consultant {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer__form {
        position: relative;
        width: 100%;
        right: 0;
        margin-top: 30px;
    }

    .footer__bottom {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .bottom__left {
        width: 100%;
        justify-content: space-between;
    }

    .bottom__left .btns__box {
        position: absolute;
        top: 9px;
        right: 10px;
        margin: 0;
        left: 140px;
        flex-wrap: wrap;
        row-gap: 18px;
        justify-content: flex-end;
        column-gap: 9%;
    }

    .bottom__left .btns__box a {
        width: 30px;
        height: 30px;
    }

    .bottom__left .btns__box a img {
        width: 100%;
    }

    .footer__info {
        padding-top: 8px;
    }

    .footer__bottom {
        padding-top: 37px;
        padding-bottom: 52px;
    }

    .normal__banner {
        height: 70px;
    }

    .header__logo {
        width: 65px;
    }

    .section__title--combine {
        flex-direction: column;
        row-gap: 10px;
        padding-bottom: 12px;
    }

    .btns__box {
        column-gap: 0;
        justify-content: space-between;
    }

    .section__title--combine .title__box .btns__box .btn {
        width: 49%;
    }

    .section__title--combine p {
        max-width: 100%;
        margin-top: 6px;
    }

    .grid__sorting {
        column-gap: 0;
        row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sorting__box {
        padding-top: 3px;
        padding-bottom: 37px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .item__product--description .name a {
        font-size: 30px;
        line-height: 39px;
    }

    .section__seo p {
        font-size: 18px;
        line-height: 24px;
    }

    .section__seo {
        padding: 0;
    }

    .product__list,
    .grid__tabs--1,
    .about__apart,
    .section__apart--card {
        flex-direction: column;
    }

    .about__apart--left,
    .about__apart--right,
    .apart_right,
    .apart_left {
        width: 100%;
    }

    .about__apart {
        padding: 20px 16px;
    }

    .product__list .product__img {
        width: 100%;
        height: 230px;
    }

    .product__list {
        padding-right: 0;
    }

    .product__list--description {
        padding: 15px 13px 10px;
    }

    .product__list--description .tag__category {
        margin-bottom: 4px;
    }

    .product__list--consult {
        width: 100%;
        padding: 0 13px;
    }

    .bottom__left .btns__box a span {
        display: none;
    }

    .accordion__item .accordion__title .accordion__arrow {
        right: 7px;
    }

    .big__banner--description .btns__group,
    .big__banner--description .btns__group .btns__box {
        flex-direction: column;
        row-gap: 9px;
    }

    .new__info {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        row-gap: 10px;
        padding: 20px;
    }

    .new__info .new__info--group {
        width: 100%;
    }

    .description__more .content__box {
        flex-direction: column;
        row-gap: 20px;
    }

    .description__more .content__box .img__box {
        width: 100%;
        margin-bottom: 20px;
    }

    body .b24-window-close {
        display: block;
    }

    body .b24-window-panel>div>.b24-window-scrollable {
        bottom: 0;
        top: 0;
        transform: none;
        border-radius: 30px;
    }
}