@media (min-width: 1500px) and (max-width: 1900px) {
  .map__right::before {
    left: -130px;
  }
  .hero__img {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .hero__list {
    margin-bottom: 30px;
  }
  .hero__img {
    max-width: 572px;
  }
}
@media (max-width: 1220px) {
  .container {
    width: 1024px;
  }
  .nav__list {
    margin-left: 17px;
    gap: 10px;
  }
  .search {
    margin: 0 10px;
  }
  .phoneBtn p {
    font-size: 14px;
  }
  .hero__img {
    max-width: 472px;
  }
  .contact-info__right form {
    margin-right: 0;
  }
  .filter {
    width: 246px;
  }
  .productSlider {
    max-width: 470px;
  }
  .product__title {
    font-size: 28px;
  }
  .woocommerce-breadcrumb {
    width: 1024px;
    padding: 20px;
  }
  .sertificates {
    margin-bottom: 40px;
  }
  .catalog-item-page {
    margin-bottom: 40px;
  }
}
@media (max-width: 1044px) {
  .catalog-item-hero__list.template__list .products .product {
    width: 33.3%;
  }
  .woocommerce-breadcrumb {
    width: 800px;
  }
  .container {
    width: 800px;
  }
  .header__inner {
    justify-content: space-between;
    padding: 5px 0;
  }
  .logo p,
  .header__top,
  .header__inner .lang,
  .header__inner .line,
  .header__inner .phoneBtn,
  .header__inner .search,
  .header__inner .nav {
    display: none;
  }
  .trp-language-switcher > div,
  .trp-language-switcher .trp-ls-shortcode-current-language,
  .lang {
    margin-top: 20px;
    background: transparent;
  }
  .trp-language-switcher > div > a,
  .trp-ls-shortcode-language,
  .trp-ls-shortcode-current-language,
  .trp-language-switcher {
    color: #000;
  }
  .system__discount {
    display: block;
  }
  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
  }
  .menu .line {
    display: block;
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .burger {
    display: block;
    left: -100vw;
    transition: 1s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgb(255, 255, 255);
  }
  .burger.active {
    left: 0;
    transition: 1s;
    overflow-y: scroll;
  }
  .menu-btn-js p {
    color: #000;
  }
  .header-content #searchform {
    display: none;
  }
  .header-content .nav-item {
    display: none;
  }
  .burger__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* margin-bottom: 30px; */
  }
  .burger__nav-item a {
    color: #000;
    display: block;
  }
  .header-menu-inner-phone.active {
    margin-top: 0;
  }
  .header-menu-inner-phone {
    display: flex;
    flex-direction: column;
  }
  .burger .search {
    background-color: #f2f2f2;
    margin: 20px 0;
    width: 100%;
  }
  .nav-item {
    background-image: url(../images/icons/delta-black.svg);
    background-position: 100% 5px;
    padding: 0;
    position: relative;
    z-index: 10;
  }

  .burger .phoneBtn {
    color: #000 !important;
    font-size: 16px;
  }
  .burger .phoneBtn img {
    display: none;
  }
  .hero__inner {
    margin-bottom: 0;
    z-index: 2;
  }

  .hero__img {
    max-width: 347px;
    z-index: 1;
  }
  .category__item {
    width: 30.3%;
  }
  .template__item {
    /* flex: 45%; */
    width: 33.3%;
  }

  .advice__right {
    padding-right: 24px;
  }
  .advice__left p {
    max-width: 300px;
  }
  .advice__left {
    padding-left: 25px;
  }
  .template__right {
    max-width: 375px;
  }
  .template-text__inner {
    gap: 25px;
  }
  .footer__middle {
    flex-direction: column;
    gap: 30px;
  }
  .map__right {
    width: 308px;
  }
  .contact-info__inner {
    gap: 40px;
  }
  .catalog-item-hero__content,
  .hero-catalog__content {
    flex-direction: column;
  }
  .filter {
    width: 100%;
    overflow: hidden;
    transition: height 500ms ease;
  }
  .filter__bottom {
    /* height: 0; */
    transition: 1s;
    padding: 0px 20px;
  }
  .filter__bottom.active {
    padding: 15px 20px;
  }
  .catalog-item-hero__aside .filter__bottom {
    padding: 0px 20px 0px 20px;
  }
  .catalog-item-hero__aside .filter__bottom.active {
    padding: 15px 20px 15px 20px;
  }
  .filter__bottom-category {
    margin-bottom: 15px;
  }
  .filter__top {
    background-image: url(../images/icons/delta.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 20px 15px;
  }
  .product-hero__inner {
    flex-direction: column;
  }
  .product__descrip {
    max-width: 100%;
  }
  .about-block__content {
    flex-direction: column;
  }
  .main {
    /* padding-top: 56px; */
  }
  .breadcrumb {
    margin: 66px 0 0 0;
    padding: 20px;
  }
  .custom {
    margin: 40px 0;
  }
  .main-page {
    padding-top: 0;
  }
  .list .img {
    display: none;
  }
  .list .list__item p {
    font-size: 14px;
  }
  .blog-block__item .img {
    height: 200px;
  }
  .product-hero__right,
  .product-hero__left {
    width: 100%;
  }
  .header-menu-inner {
    position: relative;
    top: auto;
    background-color: transparent;
    padding: 0;
    z-index: 3;
  }
  .burger__nav .nav-item:last-child {
    margin-top: 30px;
  }
  .header-menu-inner.active {
    padding: 0;
    margin-top: 15px;
  }
  .header-menu-inner-phone a {
    color: #000;
    margin-bottom: 5px;
  }
  .header-menu-inner.active a {
    color: #000;
    margin-bottom: 5px;
  }
  .menu-btn-js.active {
  }
  .burger__nav .header-menu-inner-phone a {
    color: #000;
  }
}

@media (max-width: 820px) {
  .template__item {
    width: 50%;
  }
  .text-page p {
    font-size: 14px;
  }
  .text-page li,
  .text-page strong,
  .text-page b {
    font-size: 14px;
  }
  .advice {
    margin-bottom: 0;
  }
  .light_blue_btn,
  .blue_btn {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* section {
    padding-top: 30px;
  } */
  .padding-top {
    padding-top: 15px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .header__inner {
    padding: 10px 20px;
  }
  .hero__img {
    display: none;
  }
  .page_title {
    margin-bottom: 25px;
    font-size: 22px;
    max-width: 70%;
  }
  .subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .hero__list {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .hero__list li {
    font-size: 14px;
    font-weight: 500;
  }

  .hero_btn {
    width: 335px;
    height: 47px;
  }
  .category__item-title {
    max-width: 100%;
    font-size: 14px;
  }

  .advice__inner {
    padding: 0;
    height: 525px;
  }
  .modal .advice__right {
    padding: 0;
  }
  .modal .advice__left {
    padding: 20px;
  }
  .advice__right {
    bottom: 0;
    height: 50%;
    width: 100%;
    padding: 0;
  }
  .product-tab__item {
    margin-bottom: 20px;
  }
  .advice__left {
    justify-content: start;
    padding-top: 35px;
  }
  .advice__right::before {
    content: "";
    position: absolute;
    left: 180px;
    top: -615px;
    width: 0;
    height: 100%;
    border-top: 870px solid #000c49;
    border-left: 110px solid transparent;
    rotate: 90deg;
  }
  .form__wrap {
    width: 100%;
    padding: 0 20px;
  }
  .advice__left p,
  .advice__title,
  .advice__input {
    width: 100%;
    max-width: 100%;
  }

  .abstract__inerr {
    height: 580px;
    background-size: cover;
  }
  .abstract__content {
    position: absolute;
    height: 50%;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    gap: 13px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .abstract2 .abstract__item-img {
    width: 25px;
    height: 25px;
  }
  .abstract__item-text {
    font-size: 14px;
  }
  .abstract__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: -876px;
    width: 0;
    height: 100%;
    border-top: 870px solid rgba(112, 145, 229, 0.6);
    border-left: 110px solid transparent;
    rotate: 90deg;
  }
  .template__left,
  .template__right {
    max-width: 100%;
    width: 100%;
  }
  .template-text__inner {
    flex-direction: column;
  }
  .hero {
    background-size: cover;
    background-position: bottom;
  }
  .form__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contact-info__inner {
    flex-direction: column;
  }
  .contact-info__address p {
    max-width: 100%;
  }
  .contact-info__right form {
    width: 100%;
  }
  .map__content {
    height: 650px;
    margin: 0 -20px;
    width: 100vw;
    border-radius: 0px;
  }
  .map__content iframe {
    border-radius: 0;
  }
  .map__right {
    width: 100%;
    height: 90px;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    padding: 25px;
    align-items: flex-end;
  }
  .map__right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 0;
    height: 0;
    border-bottom: 67px solid rgba(112, 145, 229, 0.8);
    border-left: 800px solid transparent;
  }
  .map__right p {
    margin: 0;
    text-align: right;
    max-width: 60%;
  }
  .map__right p:first-child {
    display: none;
  }
  .breadcrumb {
    padding: 20px;

    font-size: 14px;
  }
  .footer {
    margin-top: 0;
  }
  .breadcrumb a {
    font-size: 14px;
  }
  .productSlider {
    max-width: 100%;
  }
  .product-price__list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
  }
  .about-block__content .text {
    margin-top: 0;
    font-size: 14px;
  }
  .partnership-block__inner {
    background: #000c49;
    height: auto;
  }
  .partnership-block__content {
    padding: 20px 0;
    width: 100%;
    position: relative;
  }
  .partnership-block {
    padding-top: 0;
  }
  .partnership-block__title {
    font-size: 24px;
  }
  .partnership-block__text {
    font-size: 14px;
  }
  .list span {
    margin-top: 20px;
    font-size: 14px;
  }
  .blog-block__item .img {
    height: auto;
    margin-bottom: 20px;
  }
  .blog-block__item {
    flex: 100%;
    max-width: 100%;
  }
  .blog-block__item h4 {
    font-size: 18px;
  }
  .blog-block__item p {
    font-size: 14px;
  }
  .sertificates__item {
    flex: 100%;
    max-width: 100%;
    border-radius: 30px;
  }
  .productSlider-slide {
    padding: 10px;
    border: 2px solid #c5d3f5;
  }
}
@media (max-width: 600px) {
  .emblema-img {
    width: 80px;
    height: 80px;
  }
  .catalog-item-hero__list.template__list .products .product {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .title {
    font-size: 18px;
  }
  .category__item {
    width: 45%;
  }
  .category__item-img {
    width: 70%;
  }
  .template__item-subtitle,
  .template__item-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .template-text__text,
  .template-text__subtitle,
  .advice__left p,
  .more {
    font-size: 14px;
  }
  .template__btn {
    margin-top: 25px;
    width: 335px;
    height: 43px;
  }
  .advice__title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .template-text__title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .footer__title {
    max-width: 75%;
    font-size: 14px;
  }
  .footer__bottom p,
  .footer__address p,
  .footer__emails a,
  .footer__numbers a {
    font-size: 14px;
  }
  .footer__social {
    margin-top: 10px;
  }
  .footer__address {
    gap: 5px;
    max-width: 100%;
  }
  .mkey {
    max-width: 54px;
  }
  .footer__numbers {
    gap: 7px;
  }
  .abstract__content h4 {
    font-size: 18px;
  }
  .page_title {
    max-width: 100%;
  }
  .map__content {
    height: 450px;
  }
  .map__right {
    padding: 10px 20px;
  }
  .map__right p {
    width: 100%;
    font-size: 14px;
  }
  .contact-info__phones,
  .contact-info__emails {
    margin-bottom: 35px;
  }
  .contact-info__emails::after {
    margin-top: -7px;
  }
  .contact-info__phones::after {
    margin-top: -18px;
  }
  .contact-info__phones a,
  .contact-info__emails a,
  .contact-info__address p {
    font-size: 14px;
  }

  .filter__top p {
    font-size: 16px;
  }
  .filter__top {
    height: 50px;
  }
  .category__list > a:nth-child(7) .category__item-title {
    font-size: 11px;
  }
  .category__list {
    margin: 0;
  }
  .category__item-title {
    font-size: 13px;
  }
  .category__item {
    justify-content: center;
    gap: 5px;
  }
  .product__title {
    font-size: 22px;
  }

  .product-price__top p,
  .product-tab__btn p {
    font-size: 16px;
  }
  .product__third .file,
  .product-price__item p,
  .product-tab__content-item span,
  .product__descrip,
  .product-tab__content-item p,
  .product-tab__content.list li p,
  .product-tab__content.list2 li {
    font-size: 14px;
    max-width: 100%;
  }
  .product-price__item {
    flex: 1;
  }
  .template__item-img {
    height: 200px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -7px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: -10px;
    font-size: 10px;
    right: -10px;
    bottom: -7px;
  }
  .contact-page .wpcf7 form.invalid .wpcf7-response-output,
  .contact-page .wpcf7 form.unaccepted .wpcf7-response-output,
  .contact-page .wpcf7 form.payment-required .wpcf7-response-output {
    color: #000;
  }
}
