button {
    background-color: none;
    border: unset;
    outline: unset;
}
.container {
    padding-left: 260px;
    padding-right: 260px;
    box-sizing: border-box;
    /*margin: 0 20px;*/
  }
  @media (max-width: 1350px) {
    .container {
      padding-left: 30px;
      padding-right: 30px;
      margin: 0;
    }
  }
  @media (max-width: 786px) {
    .container {
      padding-left: 17px;
      padding-right: 17px;
    }
  }
  
  .container-gray {
    background-color: #f7f9fa;
  }
  
  .container-red {
    background-color: rgb(196, 13, 14);
  }
footer.o-footer {
    margin-top: 0;
}
.gifts-reviews {
    background-color: #F7F9FA;
}
.gifts-reviews .reviews-posts {
    padding-top: 0;
}
.cs.main_wrapper {
    padding-bottom: 40px;
}
.bx-section-desc.bx-blue {
    margin-top: 60px;
}
.logo-print-partfolio__list.gifts {
    gap: 80px;
    margin-top: 40px;
}
.gifts .logo-print-partfolio__item {
    padding: 0;
    align-items: flex-start;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
	.breadcrumbs {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 786px) {
	.breadcrumbs {
	  margin-bottom: 24px;
	}
  }
  .breadcrumbs-prev {
	font-size: 13px;
	font-weight: 500;
	line-height: 12px;
	color: rgb(116, 125, 134);
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	cursor: pointer;
  }
  .breadcrumbs-icon {
	width: 4px;
	height: 6px;
	flex: 0 0 4px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
  }
  .breadcrumbs-last {
	font-size: 13px;
	font-weight: 500;
	line-height: 12px;
	color: rgb(10, 16, 21);
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	cursor: pointer;
  }
  .reviews-head {
	display: flex;
	flex-direction: column;
  }
  .reviews-head-title {
	color: rgb(10, 16, 21);
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-head-title {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-head-title {
	  margin-bottom: 16px;
	}
  }
  .reviews-head-desc {
	color: rgb(10, 16, 21);
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.reviews-head-desc {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.reviews-head-desc {
	  margin-bottom: 16px;
	}
  }
  .portfolio-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 36px;
	margin-bottom: 32px;
  }
  @media (max-width: 1024px) {
	.portfolio-cards {
	  grid-template-columns: 1fr 1fr;
	  gap: 30px;
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 480px) {
	.portfolio-cards {
	  grid-template-columns: 1fr;
	  gap: 25px;
	  margin-bottom: 24px;
	}
  h1 {
    font-size: 30px !important;
  }
  }
  .portfolio-cards .pr-card {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .portfolio-cards .pr-card img {
	border-radius: 10px 10px 0 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	max-height: 280px;
  }
  @media (max-width: 1350px) {
	.portfolio-cards .pr-card img {
	  max-height: 200px;
	}
  }
  .portfolio-cards .pr-card p {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: rgb(0, 0, 0);
	padding: 26px;
  }
  @media (max-width: 786px) {
	.portfolio-cards .pr-card p {
	  font-size: 16px;
	  line-height: 20px;
	  padding: 16px;
	}
  }

  .gifts-tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
	.gifts-tags {
	  margin-bottom: 18px;
	}
  }
  @media (max-width: 786px) {
	.gifts-tags {
	  gap: 16px;
	  margin-bottom: 24px;
	}
  }
  .gifts-tags a {
	background: transparent;
	box-sizing: border-box;
	border: 1px solid rgb(210, 214, 217);
	border-radius: 10px;
	padding: 5px 20px 5px 20px;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 26px;
	color: rgb(0, 0, 0);
	transition: 0.15s ease-in-out;
  }
  .gifts-tags a:hover {
	background: rgb(185, 185, 185);
    text-decoration: none;
  }
  .gifts-tags a.selected {
	background: rgb(185, 185, 185);
  }

  .portfoliodet-head-params {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
  .portfoliodet-head-params h4,
  .portfoliodet-head-params h3,
  .portfoliodet-head-params h2,
  .portfoliodet-head-params h1,
  .portfoliodet-head-params h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: rgb(10, 16, 21);
    margin-bottom: 8px;
  }
  .portfoliodet-head-params p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: rgb(10, 16, 21);
  }
  
  .portfoliodet-mainimg {
    width: 100%;
    margin-bottom: 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  
  .portfoliodet-desc-params {
    margin-bottom: 30px;
    color: rgb(10, 16, 21);
  }
  .portfoliodet-desc-params__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .portfoliodet-desc-params p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
  }
  .portfoliodet-desc-params__bld {
    font-weight: 700;
    text-decoration: none !important;
    color: rgb(10, 16, 21) !important;
    position: relative;
  }
  .portfoliodet-desc-params__bld::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(10, 16, 21);
  }
  
  .portfoliodet-gridimgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 30px;
  }
  @media (max-width: 1350px) {
    .portfoliodet-gridimgs {
      gap: 15px;
    }
  }
  @media (max-width: 786px) {
    .portfoliodet-gridimgs {
      gap: 7px;
    }
  }
  .portfoliodet-gridimgs img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .portfoliodet-gridimgs__left {
    grid-row: span 2;
  }
  .portfoliodet-gridimgs__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  @media (max-width: 1350px) {
    .portfoliodet-gridimgs__right {
      gap: 15px;
    }
  }
  @media (max-width: 786px) {
    .portfoliodet-gridimgs__right {
      gap: 7px;
    }
  }
  
  .portfoliodet-head-video {
    height: 1000px;
    width: 100%;
  }
  @media (max-width: 1702px) {
    .portfoliodet-head-video {
      height: 519px;
    }
  }
  @media (max-width: 786px) {
    .portfoliodet-head-video {
      height: 232px;
    }
  }
  
  .portfoliodet-posts {
    margin-bottom: 60px !important;
  }
  @media (max-width: 786px) {
    .portfoliodet-posts {
      margin-bottom: 0px !important;
    }
  }
  .advert-request {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    height: 160px;
    background: rgb(223, 234, 237);
    margin-bottom: 80px;
  }
  
  @media (max-width: 640px) {
    .advert-request {
      flex-direction: column-reverse;
      height: auto;
      margin-bottom: 40px;
    }
  }
  .advert-request__btnblock {
    background: rgb(234, 239, 242);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 472px;
    width: 100%;
  }
  @media (max-width: 1350px) {
    .advert-request__btnblock {
      max-width: 360px;
    }
  }
  @media (max-width: 786px) {
    .advert-request__btnblock {
      max-width: 100%;
      padding: 16px 0px;
      width: 80%;
    }
    .advert-request__btnblock button {
      font-size: 20px;
    }
  }
  .advert-request__btnblock button {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(196, 0, 12);
    padding: 23px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #fff;
  }
  @media (max-width: 1350px) {
    .advert-request__btnblock button {
      font-size: 22px;
    }
  }
  .advert-request__textblock {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  @media (max-width: 786px) {
    .advert-request__textblock {
      height: 100%;
      padding: 24px 8px;
    }
  }
  .advert-request__textblock__text {
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    padding: 8px;
    color: rgb(0, 0, 0);
  }
  @media (max-width: 1350px) {
    .advert-request__textblock__text {
      font-size: 16px;
      line-height: 26px;
    }
  }
  .reviews-posts {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
    .reviews-posts {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 786px) {
    .reviews-posts {
      margin-bottom: 24px;
    }
  }
  .reviews-posts-title {
    color: rgb(10, 16, 21);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
    .reviews-posts-title {
      margin-bottom: 18px;
    }
  }
  @media (max-width: 786px) {
    .reviews-posts-title {
      margin-bottom: 16px;
    }
  }
  .reviews-posts-boxes {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .reviews-posts-boxes .revElem {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  @media (max-width: 786px) {
    .reviews-posts-boxes .revElem {
      flex-direction: column;
      position: relative;
    }
  }
  .reviews-posts-boxes .revElem img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 100px;
  }
  .reviews-posts-boxes .revElem-right {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    position: relative;
  }
  @media (max-width: 1702px) {
    .reviews-posts-boxes .revElem-right {
      max-width: 700px;
    }
  }
  @media (max-width: 1350px) {
    .reviews-posts-boxes .revElem-right {
      max-width: 100%;
      margin-left: 80px;
    }
  }
  @media (max-width: 786px) {
    .reviews-posts-boxes .revElem-right {
      margin-left: 0px;
      position: static;
    }
  }
  .reviews-posts-boxes .revElem-right h1,
  .reviews-posts-boxes .revElem-right h2,
  .reviews-posts-boxes .revElem-right h3,
  .reviews-posts-boxes .revElem-right h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: rgb(10, 16, 21);
  }
  .reviews-posts-boxes .revElem-right-stars {
    position: absolute;
    top: 0;
    right: 0;
  }
  .reviews-cards {
    display: flex;
    flex-direction: column;
  }
  .reviews-cards-title {
    color: rgb(10, 16, 21);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  @media (max-width: 1350px) {
    .reviews-cards-title {
      margin-bottom: 18px;
    }
  }
  @media (max-width: 786px) {
    .reviews-cards-title {
      margin-bottom: 16px;
    }
  }
  .reviews-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  @media (max-width: 1024px) {
    .reviews-cards-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 480px) {
    .reviews-cards-grid {
      grid-template-columns: 1fr;
    }
  }
  .reviews-cards-grid .rev-card {
    padding: 24px 24px 32px 24px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .reviews-cards-grid .rev-card img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reviews-cards-grid .rev-card p {
    font-weight: 600;
    font-size: 16px;
    color: rgb(30, 40, 50);
  }
  
  .revLink {
    color: rgb(212, 15, 20);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
    margin-top: 50px;
  }
  @media (max-width: 786px) {
    .revLink {
      display: none;
    }
  }
  .some-projects {
    margin-bottom: 80px;
  }
  @media (max-width: 1350px) {
    .some-projects {
      margin-bottom: 60px;
    }
  }
  @media (max-width: 1350px) {
    .some-projects {
      margin-bottom: 42px;
    }
  }
  .some-projects__title {
    font-weight: 600;
    font-size: 32px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 40px;
    color: rgb(10, 16, 21);
    margin-bottom: 60px;
    position: relative;
  }
  @media (max-width: 786px) {
    .some-projects__title {
      margin-bottom: 24px;
    }
  }
  .some-projects__title::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -8px;
    left: 0;
    background-color: rgb(194, 31, 19);
  }
  .some-projects__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
  }
  @media (max-width: 1024px) {
    .some-projects__grid {
      grid-template-columns: 1fr 1fr;
      gap: 29px;
    }
  }
  @media (max-width: 480px) {
    .some-projects__grid {
      grid-template-columns: 1fr;
      margin-bottom: 27px;
      gap: 24px;
    }
  }
  .some-projects__grid-elem {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-decoration: none !important;
  }
  .some-projects__grid-elem img {
    height: 268px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-bottom: 3px solid rgb(196, 13, 14);
  }
  .some-projects__grid-elem p {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: rgb(196, 13, 14);
  }
  .some-projects__back {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: rgb(212, 15, 20);
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
  }
  .logo-print-feadback {
    background-color: #C40D0E;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (max-width: 786px) {
    .logo-print-feadback {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .logo-print-feadback__body {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  @media (max-width: 1200px) {
    .logo-print-feadback__body {
      grid-template-columns: 1fr;
    }
  }
  .logo-print-feadback__title {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
  }
  @media (max-width: 570px) {
    .logo-print-feadback__title {
      margin-bottom: 10px;
    }
  }
  .logo-print-feadback__desc {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #FFFFFF;
  }
  @media (max-width: 480px) {
    .logo-print-feadback__desc {
      font-size: 20px;
    }
  }
  .logo-print-feadback__rigth {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .logo-print-feadback__rigth {
      margin-top: 0;
    }
  }
  @media (max-width: 570px) {
    .logo-print-feadback__rigth {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
  .logo-print-feadback__rigth input {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 24px;
    border-radius: 0;
    border: 1px solid rgb(218, 218, 218);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgb(99, 110, 121);
    box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
  }
  .logo-print-feadback__rigth button {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 231px;
    height: 62px;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media (max-width: 570px) {
    .logo-print-feadback__rigth button {
      width: 100%;
    }
  }
  .logo-print-feadback__rigth .reviews-head-form-bottom__left {
    grid-column: 1/3;
  }
  @media (max-width: 570px) {
    .logo-print-feadback__rigth .reviews-head-form-bottom__left {
      grid-column: 1;
    }
  }
  .reviews-head-form-bottom__left .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 23px;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: rgba(30, 49, 66, 0.4012);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox input {
    display: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox .checkmark {
    width: 20px;
    transform: translateY(10px);
    height: 20px;
    border: 2px solid #000;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s ease;
    flex-shrink: 0;
    background-color: #FFFFFF;
  }
  @media (max-width: 1702px) {
    .reviews-head-form-bottom__left .custom-checkbox .checkmark {
      transform: translateY(0px);
    }
  }
  @media (max-width: 868px) {
    .reviews-head-form-bottom__left .custom-checkbox .checkmark {
      transform: translateY(10px);
    }
  }
  .reviews-head-form-bottom__left .custom-checkbox .checkmark .check-icon {
    display: none;
  }
  .reviews-head-form-bottom__left .custom-checkbox input:checked + .checkmark .check-icon {
    display: block;
  }
  .container-gray .reviews-head-form-bottom__left .custom-checkbox .text {
    color: rgb(10, 16, 21);
  }
  .reviews-head-form-bottom__left .custom-checkbox .text {
    line-height: 1.4;
    /*color: #FFFFFF;*/
  }
  .reviews-head-form-bottom__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  @media (max-width: 786px) {
    .reviews-head-form-bottom__right {
      flex-direction: column;
      gap: 16px;
    }
  }
  .reviews-head-form-bottom__right button {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid rgb(196, 0, 12);
    background-color: transparent;
    color: rgb(10, 16, 21);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 231px;
    height: 59px;
  }
  .merch-upform {
    background: rgb(247, 249, 250);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  @media (max-width: 768px) {
    .merch-upform {
      grid-template-columns: 1fr;
    }
  }
  .merch-upform__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .merch-upform__form {
    padding: 30px 100px 32px 50px;
  }
  @media (max-width: 1350px) {
    .merch-upform__form {
      padding: 32px 40px 32px 40px;
    }
  }
  @media (max-width: 786px) {
    .merch-upform__form {
      padding: 24px 17px 36px 17px;
    }
  }
  .merch-upform__form__inputs {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  @media (max-width: 786px) {
    .merch-upform__form__inputs {
      gap: 18px;
    }
  }
  .merch-upform__form__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: rgb(0, 0, 0);
    margin-bottom: 32px;
  }
  .merch-upform__form__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin-bottom: 44px;
  }
  .merch-upform__form input {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 24px;
    border-radius: 0;
    border: 1px solid rgb(218, 218, 218);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgb(99, 110, 121);
    box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
  }
  .merch-upform__form__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 786px) {
    .merch-upform__form__controls {
      flex-direction: column;
      gap: 24px;
    }
  }
  .merch-upform__form__controls button {
    background: rgb(196, 0, 12);
    width: 232px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .pogo-print-promt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 50px;
    gap: 40px;
  }
  @media (max-width: 786px) {
    .pogo-print-promt {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .pogo-print-promt__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: calc(25% - 40px);
    color: rgb(10, 16, 21);
  }
  @media (max-width: 1200px) {
    .pogo-print-promt__item {
      width: calc(50% - 40px);
    }
  }
  @media (max-width: 786px) {
    .pogo-print-promt__item {
      gap: 10px;
    }
  }
  .pogo-print-promt__item svg {
    width: 159px;
    height: 159px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @media (max-width: 786px) {
    .pogo-print-promt__item svg {
      width: 125px;
      height: 125px;
    }
  }
  .pogo-print-promt__item span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
  }
  @media (max-width: 480px) {
    .pogo-print-promt__item span {
      font-size: 16px;
    }
  }
  .merch-list {
    margin: 80px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    font-weight: 400;
  }
  @media (max-width: 1350px) {
    .merch-list {
      margin: 60px 0px;
    }
  }
  @media (max-width: 786px) {
    .merch-list {
      margin: 42px 0px 62px 0px;
    }
  }
  .merch-list li {
    list-style: disc;
    list-style-position: inside;
    color: black;
    margin-left: 0;
  }
  .merch-list li::marker {
    color: red;
  }
  .merch-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 53px;
  }
  @media (max-width: 1024px) {
    .merch-cards__grid {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
  }
  @media (max-width: 480px) {
    .merch-cards__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
  .merch-cards__grid .elemgr {
    background: rgb(247, 249, 250);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  @media (max-width: 786px) {
    .merch-cards__grid .elemgr {
      gap: 16px;
      padding: 16px;
    }
  }
  .merch-cards__grid .elemgr p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .merch-cards__grid .elemgr img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    height: 530px;
  }
  @media (max-width: 1702px) {
    .merch-cards__grid .elemgr img {
      height: 100%;
    }
  }
  @media (max-width: 1350px) {
    .merch-cards__grid {
      gap: 18px;
    }
  }
  @media (max-width: 786px) {
    .merch-cards__grid {
      gap: 16px;
    }
  }
  .svgs-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*height: 392px;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (max-width: 1024px) {
    .svgs-cards {
      /*height: 600px;*/
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 786px) {
    .svgs-cards {
      /*height: 700px;
      grid-template-columns: 1fr;*/
    }
  }
  .svgs-cards__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  @media (max-width: 1702px) {
    .svgs-cards__card {
      gap: 15px;
    }
  }
  @media (max-width: 786px) {
    .svgs-cards__card {
      gap: 7px;
    }
  }
  .svgs-cards__card img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /*height: 110px;*/
  }
  @media (max-width: 786px) {
    .svgs-cards__card img {
      height: 70px;
    }
  }
  .svgs-cards__card p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgb(10, 16, 21);
    max-width: 251px;
    text-align: center;
  }
  @media (max-width: 1702px) {
    .svgs-cards__card p {
      font-size: 16px;
      line-height: 22px;
    }
  }
  @media (max-width: 786px) {
    .svgs-cards__card p {
      font-size: 14px;
    }
  }
  .merch-demos {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
    .merch-demos {
      margin-top: 90px;
      margin-bottom: 60px;
    }
  }
  @media (max-width: 786px) {
    .merch-demos {
      margin-top: 60px;
      margin-bottom: 60px;
    }
  }
  .merch-demos__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: rgb(10, 16, 21);
    margin-bottom: 50px;
  }
  @media (max-width: 1350px) {
    .merch-demos__title {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 786px) {
    .merch-demos__title {
      margin-bottom: 24px;
    }
  }
  .merch-demos__works {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  @media (max-width: 1702px) {
    .merch-demos__works {
      gap: 12px;
    }
  }
  @media (max-width: 1024px) {
    .merch-demos__works {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
  }
  @media (max-width: 480px) {
    .merch-demos__works {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  }
  .merch-demos__works .workbl {
    text-decoration: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .merch-demos__works .workbl img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .merch-demos__works .workbl p {
    font-weight: 600;
    font-size: 16px;
    color: rgb(30, 40, 50);
  }
  
  .merch__btn {
    width: 230px;
    text-decoration: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background: rgb(196, 0, 12);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
  }
  @media (max-width: 786px) {
    .merch__btn {
      display: none;
    }
  }
  .burger {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 100px;
  }
  
  .burger-elem {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgb(0, 0, 0);
  }
  .burger-elem-up {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .burger-elem-down {
    display: none;
    padding-bottom: 15px;
  }
  
  .burger-elem-up__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: rgb(0, 0, 0);
  }
  
  .burger-elem-close {
    display: none;
  }
  
  .burger-elem--active .burger-elem-close {
    display: flex;
  }
  .burger-elem--active .burger-elem-open {
    display: none;
  }
  .burger-elem--active .burger-elem-up__title {
    color: rgb(196, 0, 12);
  }
  .burger-elem--active .burger-elem-down {
    display: block;
  }
  .container-gray .reviews-posts {
    margin-bottom: 0;
  }

  .stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .stars .star {
    width: 23px;
    height: 22px;
    cursor: pointer;
  }
  .stars .star path {
    fill: #fcc2c4;
    stroke: #c4000c;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: fill 0.2s;
  }
  .stars .star.active path {
    fill: #c4000c;
  }
  .cs_pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .bread-abs {
      position: absolute;
      top: 230px;
      z-index: 100;
      left: 105px;
  }
  @media (max-width: 1640px) {
    .bread-abs {
      left: 94px;
    }
  }
  @media (max-width: 1200px) {
    .of_row {
      flex-direction: column;
    }
    .of_row ._phone {
      margin-left: 0;
      margin-top: 25px;
    }
  }
  @media (max-width: 1210px) {
    .bread-abs {
      left: 60px;
    }
  }
  @media (max-width: 480px) {
    .catalogue_section.__wrapper.o-main {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    .o-header__search .menu_and_search .search {
      margin-right: 0;
      margin-bottom: 10px;
    }
  .o-header__search-part {
    flex-direction: column;
  }
  .o-header__search-button {
    text-align: center;
  }
  .bread-abs {
    left: 22px;
  }
  
}

.logo-print-partfolio__item {
  padding: 30px;
  background-color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1350px) {
  .logo-print-partfolio__item {
    padding: 24px;
  }
}
.logo-print-partfolio__item:hover span {
  color: rgb(196, 0, 12);
}
.logo-print-partfolio__item img {
  width: 100%;
  height: 180px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-print-partfolio__item span {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  color: rgb(0, 0, 0);
}
@media (max-height: 700px) {
  .ajax_basket.opened .basket.fly {
    top: 90px;
  }
  
}
@media (max-width: 700px) {
  .o-footer .footer-contacts .social-list {
    display: flex;
    justify-content: center;
  }
  .some-projects__back {
    gap: 20px;
    font-size: 24px;
  }
  .some-projects__back img {
    width: 40px;
  }
}
@media (max-width: 540px) {
  .gifts-desc.top_desc {
    display: none;
  }
  .open-filters-mobile.js-open-filters {
    margin-top: 30px;
  }
  .logo-print-partfolio__item img {
    height: auto;
  }
  .advert-request__btnblock {
    width: 100%;
  }
}