@media screen and (min-width: 1441px) {
  .toggler {
    display: none;
  }
}
@media screen and (min-width: 1801px) {
  .inside-wide {
    width: 1738px;
  }
}
@media screen and (max-width: 1800px) {
  .inside {
    width: 1400px;
  }
  header.header .content {
    grid-template-columns: 550px 550px;
  }
  header.header .content .navigation_block .navigation .flex {
    gap: 30px;
  }
  header.header .content .navigation_block .navigation li.item-has-children:after {
    right: -16px;
  }
  .main-screen .slide .caption {
    padding: 30px;
    font-size: 18px;
    line-height: 1;
  }
  .main-screen .slide span {
    font-size: 36px;
  }
  .main-screen .slide .caption .label {
    width: 66px;
    height: 66px;
    font-size: 16px;
  }
  .sertificats .list {
    padding: 0 60px;
  }
  .sertificat_item {
    font-size: 16px;
  }
  .sertificats .slick-arrow.slick-prev {
    left: 0;
  }
  .sertificats .slick-arrow.slick-next {
    right: 0;
  }
  .single-product_page .content {
    grid-template-columns: 600px 700px;
  }
  .single-product_page .product-description h1 {
    margin-bottom: 8px;
    font-size: 36px;
  }
  .single-product_page .product-description .text {
    font-size: 16px;
    padding: 14px 30px;
  }
  .single-product_page .options {
    padding-left: 30px;
  }
  .single-product_page .options .price {
    margin-top: 20px;
  }
  .single-product_page .add-to-cart-button {
    margin-top: 20px;
  }
  .about_page .inside {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  .inside {
    width: 1200px;
  }
  .main-screen .slide span {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .slick-arrow:after {
    background-size: 10px;
  }
  .main-screen .slick-prev {
    left: -18px;
  }
  .main-screen .slick-next {
    right: -18px;
  }
  header.header {
    padding: 16px 0;
  }
  header.header .navigation {
    display: none;
  }
  header.header .content {
    grid-template-columns: auto auto;
  }
  header.header .content .controls {
    gap: 12px;
  }
  header.header .search {
    width: calc(100% - 90px);
  }
  .main-screen {
    padding: 80px 0 40px;
  }
  header.header .user_controls .control_link span {
    width: 44px;
    height: 44px;
    line-height: 40px;
  }
  .main-screen .slide .caption {
    padding: 24px;
  }
  header.header .search input[type=text] {
    height: 44px;
  }
  header.header .search:before {
    top: 8px;
  }
  .product-list .product-item {
    width: 280px;
  }
  .product-item .label {
    font-size: 12px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: -12px;
    left: -12px;
  }
  .product-list .content {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .product-list .product-item {
    width: auto;
  }
  .category-list .content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .category-item .caption h4 {
    font-size: 14px;
    padding: 8px 12px;
  }
  .category-item .caption {
    padding: 28px 26px 16px 12px;
    font-size: 16px;
  }
  .sertificats .list {
    padding: 0 40px;
  }
  .reviews:before {
    width: 80px;
    height: 60px;
    background-size: contain;
    top: -20px;
    left: 20%;
  }
  .reviews:after {
    width: 80px;
    height: 80px;
    background-size: contain;
    right: 12px;
  }
  .reviews .content {
    grid-template-columns: 340px 774px;
  }
  .main-description .content .description h1 {
    font-size: 32px;
  }
  .main-description .content .description h2 {
    font-size: 22px;
  }	
  .main-description .content .description .scroll_text {
    height: 360px;
    max-width: 100%;
  }
  .main-description .content .description {
    width: 700px;
  }
  .main-description .content .gallery {
    height: 560px;
  }
  .single-product_page .content {
    grid-template-columns: 49% 49%;
  }
  .single-product_page .slick-arrow.slick-prev {
    left: -12px;
  }
  .single-product_page .slick-arrow.slick-next {
    right: -12px;
  }
  .title {
    font-size: 36px;
  }
  .subscription .inside,
  .about_page .inside {
    width: 1200px;
  }
  .about_page .content_description-preview {
    padding: 30px 40px;
    grid-template-columns: 500px 572px;
  }
  .about_page .content_description-full .description_text_image {
    grid-template-columns: 572px 500px;
    padding: 30px 40px;
  }
  .about_page .content_description-full .description_text {
    padding: 30px 40px;
  }
  .contact-page .content {
    grid-template-columns: 300px repeat(3, 276px);
  }
  .contact-page .coll-1 .title {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .contact-page .coll-1 {
    font-size: 18px;
  }
  .contact-page .coll:not(.coll-1) {
    padding: 14px 20px;
  }
  .mobile-navigation.fixed {
    top: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .inside {
    width: 940px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-screen .slide .caption {
    font-size: 16px;
    width: 500px;
  }
  header.header .logo .logo-standard a {
    padding: 8px 12px 12px 12px;
    width: 114px;
    border-radius: 0 0 10px 10px;
  }
  header.header .logo .logo-standard a img {
    width: 90px;
  }
  .main-screen .slide .caption p {
    margin-bottom: 28px;
  }
  .product-item .desc {
    padding: 16px 14px 80px 14px;
  }
  .product-item .desc h4{
    margin-bottom: 8px;
  }
  .product-item .desc h4{
    font-size: 16px;
  }
  a.button.add-to-cart {
    padding: 13px 10px 13px 34px;
    font-size: 13px;
  }
  .product-item .desc .add-to-cart_wr {
    margin-top: 10px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .product-item .desc a.product_type_simple,
  .product-item .desc a.add_to_cart_button {
      padding: 13px 10px 17px 40px;
      position: relative;
  }
  .product-item .desc .price {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .title {
    font-size: 46px;
  }
  a.button.add-to-cart:before {
    left: 7px;
    top: 11px;
  }
  a.button {
    border-radius: 8px;
  }
  .product-list .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .reviews {
    padding-top: 100px;
    background: #EEF9FF;
  }
  .reviews .reviews_description {
    padding-top: 0;
  }
  .reviews .inside .reviews_list {
    max-width: 100%;
    width: 100%;
  }
  .reviews .content .reviews_description {
    margin-bottom: 30px;
  }
  .reviews .content {
    display: block;
  }
  .reviews .slick-prev {
    width: 32px;
    height: 32px;
    left: -12px;
  }
  .reviews .slick-next {
    width: 32px;
    height: 32px;
    right: -12px;
  }
  .main-description .content .description {
    width: 500px;
  }
  .single-product_page .product-description h1 {
    font-size: 28px;
  }
  .single-product_page .choose-buttons li {
    padding: 12px 22px;
  }
  .single-product_page .product-description .text {
    margin-bottom: 20px;
    padding: 14px 16px;
  }
  .single-product_page .options {
    padding-left: 16px;
  }
  .subscription .inside {
    width: 960px;
  }
  .subscription .form .fields {
    gap: 10px;
    grid-template-columns: 190px 190px 190px;
  }
  .subscription .content {
    grid-template-columns: auto 206px;
    padding: 20px 30px;
  }
  .subscription .label {
    font-size: 20px;
  }
  .subscription .form .button button {
    width: 180px;
  }
  footer.footer h4 {
    font-size: 16px;
  }
  .contact-page .coll-1 {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription .inside, .about_page .inside {
    width: 960px;
  }
  .about_page .content_description-preview {
    grid-template-columns: 1fr;
    gap: 30px;
    font-size: 16px;
  }
  .about_page .content_description-preview h1 {
    font-size: 28px;
  }
  .about_page .content_description-preview .image {
    height: 400px;
  }
  .about_page .content_description-full .description_text_image .image {
    height: 400px;
  }
  .about_page .content_description-full .description_text_image {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-page .coll:not(.coll-1) {
    width: 32%;
  }
  .contact-page .map iframe {
    height: 360px;
  }
	
  .cart-page .content.grid {
    grid-template-columns: 1fr; 
  }	
  .order-deadline .inside {
    flex-direction: column;
    text-align: center;
    align-items: center;
	display: block;		  
  }

  .order-deadline .order-text, .countdown-timer {
    max-width: 100%;
	display: inline-block;  
  }
  .order-deadline .order-svg {
	 left: 5%;
  }
  .order-deadline .countdown-boxes {
	 gap: 0;
	 min-width: 90px;
  }
  .order-deadline .count {
	 font-size: 28px;
  }
  .order-deadline .label {
	 font-size: 8px;
  }
  .order-deadline {
     padding: 60px 0px;
  }
  .order-deadline .countdown-title {
	 padding-top: 50px;
  }
  .order-deadline-popup .popup-capibara {
    height: 90px;
  }

  .order-deadline-popup .order-deadline-popup__title {
    font-size: 34px;
  }

  .order-deadline-popup .countdown-box {
    min-width: 110px;
    padding: 12px 18px;
  }

  .order-deadline-popup .count {
    font-size: 36px;
  }

  .order-deadline-popup .label {
    font-size: 14px;
  }

  .order-deadline-popup .countdown-title {
    font-size: 18px;
  }

  .order-deadline-popup .popup-close-button {
    padding: 14px 40px;
    font-size: 15px;
  }

  .order-deadline-popup .order-deadline-popup__head {
    gap: 20px;
    padding: 18px 25px;
  }

  .order-deadline-popup .order-deadline-popup__body {
    padding: 18px;
  }	
}
@media screen and (min-width: 961px) {
  .slider-mobile {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  
  .slider-mobile .item_gr {
    padding: 0 10px;
  }
  .slider-mobile .sertificat_item {
    max-width: 100%;
  }
  .sertificat_item:before {
    width: 56px;
    height: 56px;
    background-size: contain;
    margin-top: -28px;
  }
  .sertificat_item {
    padding-left: 100px;
  }
  .sertificats .slick-arrow.slick-prev {
    bottom: -12px;
    left: 30%;
    top: auto;
  }
  .sertificats .slick-arrow.slick-next {
    bottom: -12px;
    right: 30%;
    top: auto;
  }
  .sertificats .title {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .sertificats .inside {
    padding: 0;
  }
  .sertificats .list {
    padding: 0;
  }
  .main-screen .slide {
    height: 480px;
  }
  .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .main-screen .slick-prev {
    left: -14px;
  }
  .main-screen .slick-next {
    right: -12px;
  }
  header.header .logo .logo-standard {
    display: none;
  }
  header.header .logo .logo-fixed a img {
    width: 142px;
  }
  header.header .logo-fixed {
    display: block;
  }
  header.header input[type=text] {
    height: 44px;
  }
  header.header .content .controls .dropdown span.selected_lang {
    height: 44px;
    line-height: 44px;
  }
  header.header .content .controls .dropdown span.selected_lang:after {
    top: 20px;
  }
  header.header .search:before {
    top: 8px;
  }
  .main-screen .slide .content_wrapper {
    left: 14px;
    top: auto;
    bottom: 18px;
    height: auto;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
  .main-screen .slick-dots {
    bottom: 8px;
  }
  .main-screen {
    padding-bottom: 26px;
  }
  .main-screen .slide .caption .label {
    left: auto;
    right: -24px;
    top: -24px;
    width: 44px;
    height: 44px;
    font-size: 13px;
    padding: 0;
  }
  header.header .user_controls .control_link span i.count {
    width: 22px;
    height: 22px;
    line-height: 24px;
    font-size: 10px;
    top: -7px;
    right: -10px;
  }
  header.header .content {
    grid-template-columns: auto auto auto;
  }
  header.header .logo {
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  header.header .logo .logo-fixed {
    padding-top: 8px;
  }
  header.header {
    padding: 11px 0;
    background: #303651;
  }
  header.header .user_controls .control_link span {
    line-height: 30px;
  }
  header.header .user_controls .control_link span,
  header.header .toggler {
    width: 34px;
    height: 34px;
  }
  header.header .user_controls .control_link span svg {
    width: 22px;
  }
  header.header .user_controls .control_link.cabinet_link span svg {
    width: 16px;
  }
  header.header .search input[type=text] {
    height: 34px;
    border-radius: 6px;
  }
  header.header .search:before {
    top: 4px;
  }
  header.header .content .controls .dropdown span.selected_lang {
    height: 34px;
    line-height: 34px;
    width: 58px;
    padding-left: 10px;
    background: #0F162B;
    color: #C0C2CA;
    font-size: 14px;
  }
  header.header .content .controls .dropdown span.selected_lang:after {
    top: 16px;
    right: 8px;
  }
  header.header .logo .logo-fixed {
    padding-top: 0;
  }
  .main-screen {
    padding-top: 72px;
  }
  header.header .search {
    width: calc(100% - 72px);
  }
  .product-item {
    width: 49%;
  }
  .product-item .image a {
    height: 214px;
  }
  .product-list .content {
    gap: 20px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .category-item .caption {
    font-size: 14px;
  }
  .category-list .category-item .image a {
    height: 340px;
  }
  footer.footer {
    padding-bottom: 50px;
  }
  footer.footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.footer .logo {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
  }
  .content-page .text {
    padding: 20px 24px;
  }
  .content-page .title {
    margin-bottom: 20px;
  }
  .content-page .text h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .mobile-navigation.fixed {
    top: 56px;
  }
  body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 860px) {
  .reviews .reviews_list .slider .slide .screens {
    gap: 10px;
  }
  .reviews .reviews_description {
    font-size: 18px;
  }
  .main-description .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-description .content .description {
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 10px 10px;
    margin-left: 0;
  }
  .main-description .content .gallery {
    max-width: 100%;
    width: 100%;
    height: 400px;
    margin-top: -10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0;
  }
  .main-description .content .description .scroll_text {
    width: 100%;
  }
  .single-product_page .product-image .main-image-slider .slide .flex {
    border-radius: 15px;
  }
  .single-product_page .product-image {
    width: 600px;
    max-width: 100%;
  }
  .single-product_page .content {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .subscription .content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .subscription .form .fields {
    grid-template-columns: 1fr 1fr auto;
  }
  footer.footer {
    font-size: 14px;
  }
  .contact-page .coll:not(.coll-1) {
    padding: 16px;
    border-radius: 10px;
  }
  .contact-page .coll:not(.coll-1) h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .contact-page .coll:not(.coll-1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .coll-4 .buttons .button {
    width: 49%;
  }
  .contact-page .coll-2 ul,
  .contact-page .coll-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .contact-page .coll-2 ul li,
  .contact-page .coll-3 ul li {
    width: 49%;
  }
  .contact-page .coll-2 li:not(:last-child), .contact-page .coll-3 li:not(:last-child) {
    margin-bottom: 0;
  }
  .contact-page .coll-4 .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .contact-page .coll-4 .buttons .button:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  header.header .search {
    display: none;
  }
  header.header .content .controls {
    width: calc(100vw - 346px);
  }
  .main-screen .slide .caption p {
    display: none;
  }
  .main-screen .slide .caption .price .old-price {
    margin-top: -34px;
    right: -20px;
    position: absolute;
  }
  .main-screen .slide .caption .button {
    font-size: 14px;
    width: 174px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
  }
  .category-list .category-item .image a {
    height: 340px;
  }
  .main-description .content .gallery {
    height: 360px;
  }
  .subscription .form .button button {
    width: 144px;
  }
  .subscription .content {
    padding: 20px;
  }
  footer.footer h4 {
    margin-bottom: 20px;
  }
  footer.footer .coll {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  footer.footer .content .logo {
    padding-top: 30px;
  }
  footer.footer {
    padding-bottom: 20px;
  }
  .cart-fixed_block .cart-item .image a {
    width: 100px;
    height: 70px;
  }
  .cart-fixed_block .cart-item {
    padding: 12px 12px 12px 10px;
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
  .cart-fixed_block .mCSB_scrollTools {
    right: 2px;
  }
  .cart-fixed_block .cart-fixed_header {
    font-size: 24px;
    padding: 10px;
  }
  .cart-page .received-page .title {
    font-size: 28px;
  }
  .received-page {
    padding: 20px;
  }
  .order-deadline .order-text h2 {
    font-size: 24px;
  }

  .order-deadline .order-text p {
    font-size: 14px;
  }

  .order-deadline .countdown-title {
    font-size: 16px;
  }

  .order-deadline .countdown-box {
    padding: 15px;
    min-width: 70px;
  }

  .order-deadline .separator {
    font-size: 22px;
  }
  .order-deadline-popup .popup-capibara {
    height: 70px;
  }

  .order-deadline-popup .order-deadline-popup__title {
    font-size: 26px;
    line-height: 1.2;
  }
  .order-deadline-popup .countdown-boxes {
	gap: 1px;
  }

  .order-deadline-popup .order-deadline-popup__head {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px;
    text-align: center;
  }

  .order-deadline-popup .countdown-box {
    min-width: 70px;
    padding: 10px 12px;
  }

  .order-deadline-popup .count {
    font-size: 28px;
  }

  .order-deadline-popup .label {
    font-size: 12px;
  }

  .order-deadline-popup .countdown-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .order-deadline-popup .separator {
    font-size: 18px;
  }

  .order-deadline-popup .popup-close-button {
    padding: 12px 30px;
    font-size: 14px;
  }

  .order-deadline-popup .order-deadline-popup__body {
    padding: 15px;
  }

  .order-deadline-popup .countdown-note {
    font-size: 13px;
  }	
}
@media screen and (max-width: 580px) {
  .main-screen .slide .content_wrapper {
    width: calc(100% - 50px);
  }
  .main-screen .slide {
    border-radius: 10px;
  }
  .main-screen .slide .caption {
    padding: 14px;
    border-radius: 10px;
  }
  header.header .content .controls .dropdown span.selected_lang {
    width: 52px;
  }
  header.header .content .controls .dropdown span.selected_lang:after {
    top: 15px;
    right: 6px;
  }
  .product-item .image a {
    height: 160px;
  }
  .product-list .content {
    gap: 12px;
  }
  .category-list .category-item .image a {
    height: 280px;
  }
  .category-list .content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .category-list .category-item .caption {
    max-width: 100%;
    padding-right: 12px;
  }
  .category-list .category-item:nth-child(2n) .caption h4 {
    left: auto;
    right: 0;
    border-radius: 9px 0 0 9px;
  }
  .category-list .category-item:nth-child(2n) .caption {
    text-align: right;
  }
  .slider-mobile .sertificat_item {
    padding: 92px 20px 20px;
    height: auto;
    text-align: center;
  }
  .sertificat_item:before {
    margin-top: 0;
    top: 20px;
    left: 50%;
    margin-left: -28px;
  }
  .main-description .content .gallery {
    height: 320px;
  }
  .subscription .label {
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .subscription .follow-us ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscription .form .fields {
    grid-template-columns: 1fr;
  }
  .subscription .form .button button {
    width: 100%;
  }
  footer.footer {
    padding: 200px 0px 100px 0px;
  }
  .about_page .content_description-preview,
  .about_page .content_description-full .description_text_image,
  .about_page .content_description-full .description_text {
    padding: 20px 30px;
  }
  .about_page .content_description-full h2 {
    font-size: 24px;
  }
  .product-item .desc {
    height: calc(100% - 158px);
  }
  .main-screen .slide {
    height: 380px;
  }


  .sertificats .sertificat_item {
    padding-left: 20px;
    padding-top: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  header.header .user_controls .control_link.cabinet_link {
    display: none;
  }
  .contact-page .coll-2 li:not(:last-child), .contact-page .coll-3 li:not(:last-child) {
    margin-bottom: 20px;
  }
  header.header .content .controls {
    width: calc(100vw - 286px);
  }
  .main-screen .slide span {
    font-size: 24px;
  }
  .main-screen .slide .caption .price {
    margin-left: 13px;
  }
  .main-screen .slide .caption .price .old-price {
    right: -10px;
  }
  .product-item .desc p {
    display: none;
  }
  .product-item .desc {
    padding: 12px 10px 14px 10px;
  }
  .product-item .desc .price strong {
    font-size: 16px;
  }
  .product-item .desc .price span {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sertificats .slick-arrow.slick-prev {
    left: 20%;
  }
  .sertificats .slick-arrow.slick-next {
    right: 20%;
  }
  .main-description .content .gallery {
    height: 290px;
  }
  .single-product_page .product-description .text {
    font-size: 14px;
  }
  .single-product_page .content {
    padding: 10px 10px 20px 10px;
  }
  .single-product_page .content {
    border-radius: 10px;
  }
  .single-product_page .product-image .main-image-slider .slide .flex {
    border-radius: 10px;
  }
  .contact-page .coll-2 ul, .contact-page .coll-3 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .coll-2 ul li, .contact-page .coll-3 ul li {
    width: 100%;
    max-width: 100%;
  }
  .contact-page .coll-4 .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .coll-4 .buttons .button:first-child {
    margin-bottom: 20px;
  }
  .contact-page .coll-4 .buttons .button {
    width: 100%;
  }
  .cart-fixed_block .cart-item {
    padding-bottom: 44px;
  }
  .cart-item .description .price_block .quantity {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product-list .content {
    grid-template-columns: 1fr;
  }
  .product-item .desc .add-to-cart_wr {
    position: static;
  }

  .sertificat_item {
    height: auto;
    padding: 92px 10px 20px;
  }
}
@media screen and (max-width: 420px) {
  a.button.add-to-cart i:first-child {
    display: none;
  }
  .product-item .image a {
    height: 130px;
  }
  .product-item .desc .price strong {
    margin-right: 10px;
  }
  .category-list .all-categories-button a {
    width: 100%;
  }
  .slider-mobile .sertificat_item {
    padding: 92px 10px 20px;
  }

  .cart-page .received-page .title {
    font-size: 24px;
  }
  .received-page {
    padding: 12px;
  }
  .cart-item {
    grid-template-columns: 1fr;	
  }	
  .price_block {
    padding-top: 25px;
  }	
   .cart-page .cart-list .cart-item .image a {
	height: 175px;	
  }	
   .cart-page .cart_checkout-card .cart_checkout-coupon .field,
   .cart-page .cart_checkout-card .cart_checkout-coupon .button {
		width: 100%;
	}
	.cart-page .cart_checkout-card .cart_checkout-coupon .field {
		margin-bottom: 10px;
	}	
	
	
}