@media(max-width:1440px) {
  .block_info_items {
    flex-wrap: wrap;
  }

  .block_info_item {
    margin: 40px 20px 0 0;

    /* Iryna_dev */
    margin: 0 0 0 0;
    /*  */
  }

  .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-section h2 {
    margin-bottom: 0;
  }
}

@media(max-width:1300px) {
  .block_info_items {
    justify-content: space-between;

    /* Iryna_dev */
    grid-template-columns: repeat(3, 1fr);
    /*  */
  }
}


@media(max-width:1280px) {
  .header .logo img {
    width: 100%;
  }

  .hero-post {
    height: 40vh;
  }

  .post-content {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .post-content .top-info {
    justify-content: center;
    margin-bottom: 25px;
  }

  .post-content h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .post-content .content img {
    height: 330px;
  }

  .content-area {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .post-list .excerpt p {
    max-height: 125px;
    overflow: hidden;
  }

  .documentation-wrapper .doc-descript {
    flex-basis: 32%;
  }

  .section-wrapper-container__img {
    flex-basis: 55%;
  }

  .top-info-product>img {
    max-width: 500px;
    height: 440px;
  }

  .post-type-info img {
    max-width: 500px;
    height: 430px;
  }

  /* Iryna_dev */
  .blog-posts .link-post img {
    max-height: 300px;
  }

  /* .top-info-product img {
    height: fit-content;
  } */







}




@media(max-width:1024px) {
  .next-slide_img {
    margin-left: 10px;
  }

  .prev-slide_img {
    margin-right: 10px;
  }

  #formOrderOneClick>.popup {
    max-width: 90vw !important;
  }

  .header_buttons_links {
    flex-direction: column;
  }

  .numbers_wrapper {
    flex-direction: column;
  }

  .header_buttons_links .link:nth-child(1) {
    margin-bottom: 10px;
  }

  .logo {
    margin-right: 30px;
  }

  header li {
    margin: 0 18px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .phone,
  .map,
  .email-wrap {
    flex-basis: 30%;
  }

  .email-wrap .email {
    justify-content: flex-start;
  }

  .text-wrapper {
    max-height: 300px;
  }

  .post-list {
    height: 510px !important;
  }

  .hero-section {
    height: 300px;
  }

  .section-wrapper-container__img {
    flex-basis: 40%;
    max-width: 370px !important;
  }

  .info-product {
    flex-basis: 55%;
  }

  .info-product .title-product {
    margin-bottom: 40px;
  }

  .top-info-product>img {
    max-width: 345px;
    height: 330px;
    margin-right: 30px;
  }

  .post-type-info img {
    max-width: 350px;
    height: 380px;
  }

  .post-type-info .text-wrap {
    margin-left: 30px;
  }

  .container-exmpl-post-type .gallery img {
    max-width: 215px;
    height: 215px;
  }

  .cards-items .item_card {
    flex-basis: 31%;

  }

  /* Iryna_dev */
  .blog-posts .link-post img {
    max-height: 260px;
  }

  .product-view-container img {
    height: 320px;
  }

  model-viewer {
    height: 320px;
  }

  /*  */

}

/* Iryna_dev */
@media(max-width:991px) {
  .block_info_items {
    grid-template-columns: repeat(2, 1fr);
  }

}

/*  */




@media(max-width:768px) {
  .description.product_price {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .container-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 17px;
  }

  .block_info_item .block_info_item__text {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  header nav {
    display: none;
  }

  header .burger {
    display: block;
    position: fixed;
    top: 40px;
    /* Iryna_dev */
    top: initial;
    margin: 5px;
    /*  */
  }

  header .desctop {
    display: none;
  }

  header .mobile {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
  }

  header ul li:nth-child(1) {
    margin-left: auto;
  }

  header ul li:nth-last-child(1) {
    margin-right: auto;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .number_wrap {
    justify-content: center;
    margin-bottom: 30px;
  }

  .header_buttons_links {
    align-items: center;
  }

  .header-button:nth-child(1) {
    margin-right: 0;
  }

  .header_buttons_links .link:nth-child(1) {
    margin-bottom: 30px;
  }

  .header_buttons_links .link {
    width: 295px;
  }

  .mobmenu ul li {
    margin-bottom: 30px;
  }

  header .current-menu-item {
    border-bottom: 3px solid transparent;
  }

  header li {
    padding: 0;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .hero {
    padding: 89px 0;
  }

  p {
    font-size: 15px;
    line-height: 17px;
  }

  .hero p {
    font-size: 15px;
    line-height: 17px;
  }

  .hero .hero-link {
    margin-top: 32px;
  }

  .container-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .block_info_item {
    margin: 40px 5px 0px 0;
    /* Iryna_dev */
    margin: 0 0 0 0;
    /*  */
  }

  .block_info_item {
    flex-basis: 31%;
  }

  .block_info_item img {
    width: 200px;
    height: 200px;
  }

  .block_info_item:nth-last-child(1) {
    margin-bottom: 0;
  }

  .block_info_item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .map {
    margin-right: 0;
  }

  .container-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .phone,
  .map,
  .email-wrap {
    flex-basis: 40%;
  }

  .container-footer>div {
    margin-bottom: 30px;
  }

  .google-map {
    margin-right: 00px;
    justify-content: center;
    width: 100%;
    height: 500px;
    flex-basis: auto;
  }

  .container-map-block {
    flex-direction: column-reverse;
  }

  .container-map-block {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .form-map-block h2 {
    margin-bottom: 69px;
  }

  .form-map-block input[type="submit"] {
    margin-bottom: 10px;
  }

  .main-info {
    position: static;
    background: #E0E0E0;
    max-width: 100%;
    padding: 25px 15px;
  }

  .blog {
    background-image: none !important;
    height: 100%;
  }

  .hero-container img {
    display: block;
  }

  .hero-container {
    padding: 0 !important;
  }

  .top-info {
    margin-bottom: 25px;
  }

  .main-info .title-post {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  .main-info .excerpt {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 18px;
  }

  .main-info .date {
    font-size: 16px;
    line-height: 18px;
  }

  .text-wrapper {
    max-height: 280px;
  }

  .post-list {
    height: 450px !important;
  }

  .post-list img {
    height: 150px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .post-list .excerpt p {
    max-height: 105px;
  }

  .documentation-wrapper .doc-descript .link.mobile {
    /* display: flex; */
  }

  .documentation-wrapper .doc-descript {
    flex-basis: 48%;
  }

  .documentation-wrapper .doc-descript .link:nth-last-child(1) {
    border: 1px solid transparent;
    color: #F26522;
    text-decoration: underline;
  }

  .documentation-wrapper .doc-descript .link:nth-last-child(1):hover {
    color: #fff;
    text-decoration: none;
  }

  .documentation-wrapper .doc-descript .link:nth-child(2):hover {
    color: #fff;
  }

  .documentation-wrapper .doc-descript {
    padding: 15px 10px 25px 10px;
  }

  .info-product .price {
    font-size: 44px;
    line-height: 50px;
  }

  .section-wrapper-container__img {
    height: 320px !important;
    max-width: 330px !important;
    margin: 0 auto 32px auto;
  }

  .section-wrapper-container {
    flex-direction: column;
  }

  .info-main .link {
    margin: 0 auto;
  }

  .arrows.desctop {
    display: none;
  }

  .arrows.mobile {
    display: flex;
    justify-content: center;
    margin-top: 13px;
  }

  .slider-mobile .slider-product_1 {
    display: block;
  }

  .slider-mobile .slider-product_2 {
    display: block;
  }

  .slider-mobile .slider-product_prod {
    display: block;
  }

  .container-shop-section_1>.slider-product_1 {
    display: none;
  }

  .container-shop-section_2>.slider-product_2 {
    /* display: none; */
  }

  .container-shop-section_prod>.slider-product_prod {
    display: none;
  }

  .slide_shop_product {
    margin-bottom: 17px;
  }

  .title_slider-section {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;

  }

  .container-shop-section_1 .top {
    margin-bottom: 30px;
    justify-content: center;
  }

  .slide_shop_product .slider-shop__img {
    max-width: 162px;
    height: 130px;
    margin-bottom: 13px;
  }

  .container-shop-section_prod .slide_shop_product .slider-shop__img {
    margin: 0 auto 13px auto;
  }

  .slide_shop_product .slider-shop__title {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 16px;
  }

  .slider-shop__price {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .slide_shop_product .link {
    font-size: 14px;
    line-height: 16px;
  }

  .slide_shop_product {
    min-height: 310px !important;
    padding: 11px;
  }

  .container-shop-section_1 {
    padding-top: 5px;
    padding-bottom: 40px;
  }

  .container-shop-section_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-info-product {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .top-info-product>img {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .gallery-wrap.mobile-gallery {
    display: block;
    margin-bottom: 25px;
  }

  .gallery-wrap.desctop-gallery {
    display: none;
  }

  .main-info-prod .title-prod {
    margin-bottom: 25px;
    /* Iryna_dev */
    display: none;
    /*  */
  }

  /* Iryna_dev */
  .title-prod-mobile {
    display: block;
    margin-bottom: 25px;
  }

  .bottom-info {
    align-items: stretch;
    flex-direction: column;
    margin-top: 25px;
  }

  .product-view-container {
    margin-bottom: 30px;
  }

  /*  */

  .container-product-page {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .container-shop-section_prod {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider-mobile .slider-exmpl_post {
    display: block;
  }

  .container-post-type>.slider-exmpl_post {
    display: none;
  }

  .post-type-info {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .post-type-info img {
    max-width: 345px;
    height: 275px;

  }

  .post-type-info .text-wrap {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .container-exmpl-post-type {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .container-post-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .back-exmpl {
    display: none;
  }

  .post-type-info {
    margin-bottom: 25px;
  }

  .container-exmpl-post-type .gallery img {
    margin-bottom: 25px;
  }

  .container-post-type .top {
    margin-bottom: 25px;
  }

  .container-post-type-exmpl .item_card {
    min-height: 390px !important;
  }

  .container-post-type-exmpl .row .item_card:nth-child(1) {

    margin-bottom: 17px;
  }

  .cards-items .item_card {
    flex-basis: 48%;
  }

  #buyoneclick_form_order .table-wrap table .product_img {
    margin-right: 15px;
  }

  /* Iryna_dev */
  .blog-posts .link-post img {
    max-height: 185px;
  }

  .main-info-prod {
    margin-left: 0;
  }

  .top-info-product img {
    margin-right: 0;
    max-width: 100%;
    /* height: fit-content; */
  }

  .slider-desktop {
    /* display: none !important; */
  }

  .main-info-prod .description-prod h2 {
    font-size: 20px;
  }

  /*  */
}



@media(max-width:600px) {
  #buyoneclick_form_order .table-wrap table td:before {
    display: none;
  }

  .description.product_price {
    font-size: 26px;
    line-height: 29px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .logo img {
    width: 100%;
    min-width: 150px;
    max-height: 40px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_info_item img {
    /* width: 163px; */
    height: 400px;
  }

  .phone,
  .map,
  .email-wrap {
    flex-basis: 100%;
  }

  .email-wrap .email {
    justify-content: center;
  }

  .copyright.desctop {
    display: none;
  }

  .copyright.mobile {
    display: block;
    margin-top: 0;
  }

  .block_info_items {
    justify-content: space-around;
    /* Iryna_dev */
    grid-template-columns: repeat(1, 1fr);
    /*  */
  }

  .block_info_item {
    margin: 40px 15px 0 0;
    /* Iryna_dev */
    max-width: 100%;
    margin: 0 0 0 0;
    /*  */
  }

  .blog-posts {
    grid-template-columns: repeat(1, 1fr);
  }

  .blog-posts .row {
    margin-bottom: 38px;
    flex-direction: column;
  }

  .blog-posts .row .link-post:nth-child(1) {
    margin-bottom: 38px;
  }

  .blog-posts .row .link-post:nth-last-child(1) {
    margin-bottom: 0px;
  }

  .blog-posts .row:nth-last-child(1) {
    margin-bottom: 0;
  }

  .blog-posts .row img {
    max-width: 100%;
    height: 245px;
    margin-bottom: 15px;
  }

  .blog-posts .link-post:nth-child(1) {
    margin-right: 0;
  }

  .container-posts-cat {
    padding: 0 !important;
  }

  .post-info {
    padding: 0 15px;
  }

  .categories {
    padding: 24px 20px 40px 20px;
  }

  .cat-name {
    padding: 9px;
    font-size: 18px;
    line-height: 21px;
  }

  .blog-posts .row .top-info {
    margin-bottom: 15px;
  }

  .title-post_item {
    margin-bottom: 15px;
  }

  .blog-posts .row .date {
    font-size: 16px;
    line-height: 18px;
  }

  .post-content h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .post-content .content p {
    margin: 12px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
  }

  /* Iryna_dev */
  .post-content .content li {
    margin: 10px 38px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
  }

  /*  */

  .post-content .content img {
    margin: 12px 0;
    height: 152px;
  }

  .content-area .main-title-post {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: center;
    width: 100%;
  }

  .content-area .top {
    margin-bottom: 24px;
  }

  .post-list .excerpt {
    display: none;
  }

  .post-list {
    height: 340px !important;
    margin-bottom: 20px;
  }

  .posts-items-desctop {
    display: none !important;
  }

  .posts-items-mobile {
    display: flex !important;
  }

  .prev-slide-desctop {
    display: none !important;
  }

  .next-slide-desctop {
    display: none !important;
  }

  .prev-slide-mobile {
    display: flex !important;
  }

  .next-slide-mobile {
    display: flex !important;

  }

  .slider__counter.desctop {
    display: none;
  }

  .slider__counter.mobile {
    display: block;
  }

  .post-list .link {
    color: #231F20;
    border: 1px solid #F26522;
  }

  .hero-section {
    height: 245px;
  }

  .hero-section h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .doc-container {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .doc-container .nav-block {
    margin-bottom: 25px;
  }

  .documentation-wrapper .doc-descript {
    margin-bottom: 15px;
  }

  .documentation-wrapper .doc-descript img {
    margin: 0 auto 15px auto;
    max-width: 41px;
  }

  .documentation-wrapper .doc-descript .title_doc {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .documentation-wrapper .doc-descript .doc-text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
  }

  .documentation-wrapper .doc-descript .link:nth-child(2) {
    /* margin-bottom: 24px; */
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .documentation-wrapper .doc-descript .link:nth-last-child(1) {
    font-size: 16px;
    line-height: 18px;
  }

  .total_sales {
    padding: 7px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .info-product .title-product {
    font-size: 24px;
    line-height: 28px;
  }

  .info-product .price {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
  }

  .info-main .link {
    font-size: 18px;
    line-height: 21px;
  }

  .container-shop-section_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-info-product img {
    margin-right: 0;
  }

  .main-info-prod {
    margin-left: 0;
  }

  .main-info-prod .title-prod {
    font-size: 24px;
    line-height: 28px;
  }

  .main-info-prod .description-prod p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    letter-spacing: 0.03em;
  }

  .bottom-info {
    /* align-items: flex-start; */
    /* margin-top: 40px; */
    /* flex-direction: column; */
  }

  .main-info-prod .prod__price {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 46px;
  }

  .bottom-info .link {
    margin: 0 auto !important;
  }

  .tab-nav {
    flex-direction: column;
  }

  .tab-nav .tab-link:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .tab-characteristics {
    padding: 0 15px;
  }

  .char-row {
    padding-right: 15px;
  }

  .tab-characteristics-list .tab-characteristics__name {
    padding: 0px 15px;
  }

  .tab-characteristics__name {
    font-size: 16px;
  }

  .tab-char__name {
    font-size: 16px;
    padding-left: 40px;
  }

  .tab-characteristics__value,
  .tab-char__value {
    font-size: 16px;
  }

  .example-work img {
    max-width: 160px;
    height: 160px;
  }

  .post-type-info .text-wrap .title {
    font-size: 24px;
    line-height: 28px;
  }

  .container-exmpl-post-type .gallery img {
    min-width: 180px;
    height: 160px;
  }

  .container-exmpl-post-type .link {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
  }

  .title-section-exmpl {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }

  .title-card {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
  }

  .item_card .link {
    margin: 15px auto 0 auto;
    font-size: 14px;
    line-height: 16px;
  }

  .cards-items .item_card {
    padding: 0 0 10px 0;
  }

  .container-expl-block {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .container-expl-block .link.all {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
  }

  /* Iryna_dev */
  .blog-posts .link-post img {
    max-height: 260px;
  }

  .mettevo {
    text-align: center;
  }

  .block_info_item {
    flex-basis: 40%;
  }

  .next-slide_img {
    margin-left: -42px;
  }

  .prev-slide_img {
    margin-right: -42px;
    z-index: 1;
  }

  .container-product-page .tab-nav {
    flex-direction: column;
  }


}





@media(max-width:468px) {
  .slide_shop_product {
    min-height: 360px !important;
  }

  .bottom-info .link {
    max-width: 100%;
  }

  .container-exmpl-post-type .gallery img {
    min-width: 170px;
    height: 160px;
  }

  .slider-exmpl_post .item_card img {
    max-width: 100%;
  }

  .container-expl-block .link.all {
    max-width: 100%;
  }


}

@media(max-width:378px) {
  .block_info_item {
    flex-basis: 100%;
  }
}

@media(max-width:368px) {


  .block_info_item {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
  }

  .documentation-wrapper .doc-descript {
    flex-basis: 100%;
  }

  .container-exmpl-post-type .gallery img {
    min-width: 162px;
    height: 128px;
  }

  .cards-items .item_card {
    flex-basis: 95%;
  }

  .cards-items .item_card img {
    max-width: 100%;
  }


}

/* редизайн block_info_item */