.header__nav__mobileBlock {
    display: none;
}

@media (max-width: 1360px) {

    .CTA_Block--4 .CTA_Block__inner {
        padding: 60px var(--sidePadding) clamp(30px, var(--baseVW) + 10px, 80px);
    }

    .CTA_Block--5 .CTA_Block__content {
        padding: 55px var(--sidePadding);
    }

    .CTA_Block--1 .CTA_Block__content {
        padding: 55px var(--sidePadding);
    }

    .aboutContract__inner {
        padding: clamp(50px, var(--baseVW), 90px) var(--sidePadding);
    }
}

@media (max-width: 1350px) {

    .videoSlider .videoSlider__btn--next, 
    .videoSlider .videoSlider__btn--prev,
    .figuresSlider__btn {
        position: relative;
        top: 0px;
        margin: 0px 10px 30px 10px;
    }

    .videoSlider .videoSlider__btn--next, 
    .figuresSlider__btn--next {
        left: 0px;
    }

    .videoSlider .videoSlider__btn--prev,
    .figuresSlider__btn--prev {
        right: 0px;
    }

    .videoSlider video {
        width: 100%;
        max-height: 460px;
        border-radius: 0;
    }

	.worksSlider__btn,
    .reviewsSlider__btn {
        position: relative;
        top: 0px;
        margin: 0px 10px 30px 10px;
    }

	.worksSlider__btn--next,
    .reviewsSlider__btn--next {
        left: 0px !important;
    }
	
	.worksSlider__btn--prev,
    .reviewsSlider__btn--prev {
        right: 0px !important;
    }
}

@media (max-width: 1230px) {
    
    .header__nav__mobileBlock {
        display: flex;
    }

    .header {
        margin-bottom: 10px;
    }

    .breadcrambs:first-child {
        margin-top: unset;
    }

    .menuBtn {
        display: flex;
    }

    .header__desc {
        text-align: center;
    }

    .header__top__right {
        display: none;
    }

    .header__top__left {
        justify-content: space-between;
        width: 100%;
    }

    .logo--header {
        width: 100%;
        max-width: unset;
    }

    .logo--header .logo__textContainer {
        width: 100%;
        justify-content: space-between;
    }

    .header__nav {
        position: absolute;
        top: 100%;
        left: 0;

        display: flex;
        flex-direction: column;


        width: 100%;
        padding: 22px var(--sidePadding) 40px;
        box-sizing: border-box;


        border-radius: 0px 0px 5px 5px;
        background: #fff;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);

        z-index: 100;

        max-height: 0px;
        overflow: hidden;
        pointer-events: none;
        opacity: 0;

        transition: all .2s, max-height .4s;
    }

    .header__nav__ul {
        flex-direction: column;
    }

    .header__nav--active {
        max-height: 1000px;
        pointer-events: all;
        opacity: 1;
    }


    .header__nav .menu-item-has-children {
        display: flex;
        flex-direction: column;
    }

    .header__nav .sub-menu {
        position: relative;
        top: 0;
        left: 0;

        display: flex;
        flex-direction: column;

        border-radius: 0px;
        background: none;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

        max-height: 0px;
        opacity: 1;
        pointer-events: none;

        overflow: hidden;
        transition: all .2s, max-height .15s;

    }

    .header__nav .sub-menu.menu-item--active {
        max-height: 1000px;
        transition: all .2s, max-height 1s;
    }
}

@media (max-width: 1060px) {
    .CTA_Block--4 .CTA_Block__inner {
        flex-direction: column;
    }
	.CTA_Block--1 .CTA_Block__inner {
		flex-direction: column;
	}
	.CTA_Block--1 .CTA_Block__content {
		width: 100%;
		max-width: 100%;
	}
	.CTA_Block__image {
    	justify-content: center;
		margin: 25px 25px 35px 25px;
	}
	.productsBlock__inner {
		grid-template-columns: repeat(1, 1fr);
	}
	.productsBlock__gallery {
		justify-content: center;
	}
	.main>*:not(.breadcrambs) {
		margin-bottom: 60px;
	}
	.CTA_Block--1 .CTA_Block__ul {
    	gap: 40px;
	}
	.CTA_Block--1 .CTA_Block__li {
        flex: none;
        width: calc(50% - 70px);
    }
}

@media (max-width: 1110px) {

    /*aboutContract*/
    .aboutContract__ul {
        --gapTopBottom: 10px;
        --gapLeftRight: 20px;
        --elemsCount: 2;
        --maxElemsWidth: 200px;

        --elemsWidth: calc((100% - var(--gapLeftRight) * var(--elemsCount)) / var(--elemsCount));
        display: grid;
        gap: var(--gapTopBottom) var(--gapLeftRight);
        grid-template-columns: repeat(auto-fit, minmax(clamp(clamp(0px, 100%, var(--maxElemsWidth)), var(--elemsWidth), 100%), 1fr));
    }
}

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

    .cardBlock__header__right .reviewCard {
        margin-top: 30px;
    }

    .objectCharacteristics__row {
        flex-wrap: wrap;
    }

    .objectCharacteristics__row--btns .btn {
        flex: 1;
        min-width: 220px;
    }






    .cardBlock__priceList__priceCont {
        flex-wrap: wrap;
    }
}

@media (max-width: 1030px) {
    .catalogBlock__header {
        margin-bottom: 30px;
    }

    .catalogBlock__filtersBtn {
        display: flex;
    }

    .catalogBlock__sidebar {
        max-width: unset;
    }

    .catalogBlock__sidebar.popup--active {
        opacity: 1;
        pointer-events: all;
        transition: opacity .3s;
    }


    .catalogBlock__sidebar.filtersBlock {
        display: flex;
        justify-content: center;
        position: fixed;

        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;
        padding: 20px var(--sidePadding);
        box-sizing: border-box;

        opacity: 0;
        z-index: 199;

        pointer-events: none;
        transition: opacity .1s;

        overflow-y: scroll;
        overflow-x: hidden;
    }

    .catalogBlock__sidebar.filtersBlock::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .catalogBlock__sidebar.filtersBlock.popup--active {
        opacity: 1;
        pointer-events: all;
        transition: opacity .3s;
    }

    .catalogBlock__sidebar.filtersBlock:not(.catalogBlock__sidebar.filtersBlock.popup--active) * {
        pointer-events: none;
    }

    .catalogBlock__sidebar.filtersBlock::before {
        content: '';
        display: block;
        position: fixed;

        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        width: 100vw;
        height: 100vh;

        background: rgb(193, 178, 162, 0.7);
        backdrop-filter: blur(0px);

        transition: backdrop-filter 0s;

        z-index: -1;
    }

    .catalogBlock__sidebar.filtersBlock.popup--active::before {
        transition: backdrop-filter 2s;
        backdrop-filter: blur(10px);
    }

    .catalogBlock__sidebar .filtersBlock__inner {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        height: max-content;
    }

    .catalogBlock__sidebar .catalogBlock__sidebar__close {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 60px;
        aspect-ratio: 1/1;

        background: url(../img/close.svg) center / 30px no-repeat;

        cursor: pointer;
        opacity: 1;

        transition: all .2s;
    }

    .catalogBlock__sidebar .catalogBlock__sidebar__close:hover {
        opacity: .6;
    }



    .catalogBlock__sidebar .filtersBlock__section:not(.filtersBlock__section--range) {
        display: flex;
        max-width: max-content;
        flex: 1;
        min-width: 240px;
    }

    .catalogBlock__sidebar .filtersBlock__btnExpand {
        display: none;
    }

    .catalogBlock__sidebar .filtersBlock__title {
        max-width: max-content;
    }

    .catalogBlock__sidebar .filtersBlock__settings:not(.filtersBlock__section--range .filtersBlock__settings) {
        max-width: max-content;
    }

    .catalogBlock__main {
        justify-content: center;
    }
}

@media (max-width: 1000px) {

    /*aboutUsBlock*/
    .aboutUsBlock--2 .aboutUsBlock__content {
        flex-direction: column-reverse;
    }

    .aboutUsBlock--2 .aboutUsBlock__contImg {
        width: 100%;
        height: auto;
        max-height: 500px;
        min-width: unset;
        aspect-ratio: 1/1;
    }

    /*contactsBlock*/
    .contactsBlock__content {
        flex-direction: column;
    }

    .contactsBlock__content__left {
        flex: 1;
    }

    .contactsBlock__content__right {
        flex: 1;
    }
}

@media (max-width: 850px) {
    .reviewsBlock__content {
        flex-direction: column;
        gap: 120px;
    }
	.catalogBlock__header.flex--block {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.catalogBlock__header--left,
	.catalogBlock__header--right.short--block {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 900px) {
    .cardBlock--object .cardBlock__header__bottom {
        flex-direction: column;
        gap: 50px;
    }

    .cardBlock--object .cardBlock__header__left {
        flex: 1;
    }

    .cardBlock--object .objectCharacteristics {
        padding: 0px;
        min-width: unset;
        width: 100%;
    }

    .cardBlock--object .objectCharacteristics__row--btns {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cardBlock--object .objectCharacteristics .btn {
        flex: 1;
        min-width: 220px;
    }








    .footer__inner {
        padding: 80px 0px 30px;
    }

	
	.figuresBlock__list .figuresBlock-figure {
		flex-direction: column;
	}
}

@media (max-width: 780px) {
	
    /*aboutUsBlock*/
    .aboutUsBlock--1 .aboutUsBlock__content {
        flex-direction: column;
    }

    .aboutUsBlock--1 .aboutUsBlock__contImg {
        width: 100%;
        aspect-ratio: 1/1;
        max-height: 350px;
    }
	
	.servicesBlock__gallery .servicesBlock__gallery--col:nth-child(1),
	.servicesBlock__gallery .servicesBlock__gallery--col:nth-child(2),
	.servicesBlock__gallery .servicesBlock__gallery--col:nth-child(3) {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.servicesBlock__gallery .figuresBlock-figure__text {
		min-height: auto;
	}
	
	.CTA_Block--1 .CTA_Block__text {
		flex-direction: column;
	}
	
	.CTA_Block__inner--left, .CTA_Block__inner--right {
		text-align: center;
	}
	
	.CTA_Block__inner--left img {
		margin: 0 auto;
	}
	
	.footer__inner {
        padding: 40px 0px 30px;
    }
}

@media (max-width: 700px) {
    .CTA_Block--4 .form {
        min-width: 100%;
    }
	
	.productsBlock__gallery {
    	grid-template-columns: repeat(1, 1fr);
	}
	
	.productsBlock__gallery .productsBlock__gallery--col {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.productsBlock__gallery .productsBlock__gallery--col .typesBlock__list--item {
		display: flex;
		align-items: center;
	}
	
	.productsBlock__gallery .productsBlock__gallery--col .typesBlock__list--item img {
		margin: 0 auto;
	}
	
	.typesBlock__list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.typesBlock__list .typesBlock__list--item img {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.cardBlock__tabsBtns__wrapper {
		flex-direction: column;
	}
}

@media (max-width: 650px) {
    .header__top .header__desc {
        display: none;
    }
}

@media (max-width: 600px) {
    .footer__grid {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__grid__column {
        flex-basis: 45%;
    }

    .footer__top .logo--footer {
        width: 100%;
        display: flex;
    }

    .footer__bottom .logo--footer {
        display: none;
    }

    .footer__bottom .footer__grid {
        display: flex;
        flex-direction: column-reverse;
    }

    /* .footer__grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__grid__column {
        max-width: 200px;
    } */
	
	.CTA_Block__inner,
	.CTA_Block--1 .CTA_Block__inner::before {
		border-radius: 10px;
	}
	
	.CTA_Block--1 .CTA_Block__content {
        padding: 35px var(--sidePadding);
    }
	
	.CTA_Block--1 .CTA_Block__li {
        flex: none;
        width: 100%;
		box-sizing: border-box;
	} 
	
	.servicesBlock__footer--text {
		padding: 20px;
	}
	
	.accordeon__btn {
		position: relative;
	}
	
	.accordeon__btn::after {
		position: absolute;
		right: 30px;
	}
	
	.footer__bottom .footer__grid {
        display: flex;
        flex-direction: column;
    }
	
	.footer__conf {
		text-align: center;
	}
}

@media (max-width: 520px) {

    /*CTA_Block */
    :is(.CTA_Block--1, .CTA_Block--4, .CTA_Block--5) .container {
        padding: 0px;
    }

    :is(.CTA_Block--1, .CTA_Block--4, .CTA_Block--5) .CTA_Block__inner {
        border-radius: 10px;
    }

    .CTA_Block__btn {
        width: 100%;
    }

    /*form*/
    .form__input {
        width: 100%;
        min-width: 100%;
    }

    .form__submit {
        width: 100%;
        max-width: unset;
    }


    /*aboutUsBlock*/
    .aboutUsBlock__li__title::before {
        min-width: 25px;
        max-width: 25px;
        margin-bottom: -1px;
    }

    .aboutContract .container {
        padding: 0px;
    }

    .aboutContract__inner {
        border-radius: 0px;
    }

	.catalogBlock__header--right {
		flex-direction: column;
	}
	
	.catalogBlock__sort {
		flex-direction: column;
    	box-sizing: border-box;
	}
	
	.characteristicsHouse {
		padding: 0;
	}
	
	.cardBlock__priceList__value {
		text-align: left;
	}
	
	.cardBlock__priceList__priceCont {
    	align-items: flex-start;
	}
	
	.figuresBlock-figure__contImg,
	.figuresBlock-figure__contImg img {
		margin: 0 auto;
	}
}

@media (max-width: 500px) {
    .footer__grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__grid__column {
        max-width: max-content;
        align-items: center;
    }

    .footer__ul {
        align-items: center;
    }

    :is(.footer__desc, .footer__conf, .footer__text, .footer__title, .footer__copyright) {
        text-align: center;
    }


    .footer__top .logo--footer {
        width: 100%;
        display: flex;
    }

    .footer__bottom .logo--footer {
        display: none;
    }

    .footer__bottom .footer__grid {
        display: flex;
        flex-direction: column-reverse;
    }





    .cardBlock__sliderThumbs__btns__btn {
        max-width: 20px;
        min-width: 20px;
    }









    .cardBlock__priceList__priceCont {
        flex-direction: column;
    }
	
	.footer__top .footer__grid__column {
		border-radius: 15px;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.footer__title {
		font-size: 28px;
		line-height: 32px;
    margin-bottom: 15px;
	}
	
	.footer__text {
    font-size: 18px;
	}
	
	.h2 {
		font-size: clamp(28px, var(--baseVW) + 10px, 50px);
		line-height: clamp(36px, var(--baseVW) + 20px, 50px);
	}
	
	:is(.CTA_Block--1, .CTA_Block--4, .CTA_Block--5) .container {
        padding: 0 20px;
    }
	
	.productsBlock__gallery .productsBlock__gallery--col:nth-child(1) img,
	.productsBlock__gallery .productsBlock__gallery--col:nth-child(2) img,
	.productsBlock__gallery .productsBlock__gallery--col:nth-child(3) img {
		max-width: 90%;
		width: 100%;
	}
	
	.CTA_Block__image img {
		max-width: 100%;
	}
	
	.CTA_Block__image:before {
		border-radius: 10px;
	}
	
	.main>*:not(.breadcrambs) {
        margin-bottom: 20px;
    }
	
	.catalogBlock {
		margin-top: 20px;
	}
	
	.CTA_Block__inner--right h2 {
		font-size: 28px;
		line-height: 32px;
	}
	
	
	.priceTable  table {
    border: 0;
  }


  .priceTable  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

.priceTable  table th,
  .priceTable  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }

  .priceTable  table td:last-child {
    border-bottom: 0;
  }

  .priceTable  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
	
	
}

@media (max-width: 450px) {

    .logo--header::before {
        min-width: 55px;
        max-width: 55px;
    }

    .logo--header .logo__title {
        font-size: 20px;
    }

    .logo--header .logo__desc {
        font-size: 14px;
    }

    .numericList {
        grid-template-columns: 100%;
        justify-content: center;

        gap: 80px;
    }

    .numericList__li:not(:last-child):after {
        /* display: none; */
        top: calc(100% + 25px);
        left: unset;
        right: unset;

        rotate: 90deg;
    }

    .numericList__li {
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
    }

    .numericList__desc {
        text-align: center;
    }

    /*pagination*/
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
	
	.service--thumb img {
		top: 0;
		position: relative;
		border-radius: 20px;
		max-width: 90%;
	}
	
	.servicesForm--item__form {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 400px) {
    .catalogBlock__sidebar .filtersBlock__section:not(.filtersBlock__section--range) {
        min-width: unset;
    }
}