@font-face {
  font-family: "Gilroy Bold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Medium";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Regular";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("https://static.lc-group.ru/fonts//Gilroy/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Bold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Medium";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Regular";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("https://static.lc-group.ru/fonts//Gilroy/Gilroy-Regular.ttf") format("truetype");
}
header {
  padding: 24px 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  header #menuSearch button {
    margin-right: 25px;
  }
}
header #menuSearch .mobile-search-btn {
  position: absolute;
  right: 62px;
  width: 36px;
  height: 36px;
  margin-right: 0;
  border: none;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 4px;
  background: url("https://static.pcpet.ru/img-new/search-icon.svg") center center no-repeat, #ffffff;
  background-size: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #menuSearch .mobile-search-btn.active {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: url("https://static.pcpet.ru/img-new/close-icon.svg") center center no-repeat, #ffffff;
  background-size: 24px;
}
@media (max-width: 575px) {
  header #menuSearch .mobile-search-btn {
    right: 58px;
  }
}
@media (max-width: 767px) {
  header #menuSearch {
    width: 0;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 2;
  }
  header #menuSearch.active {
    width: 100%;
  }
}
header #navMobileIcon {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 5px 0 0 20px;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header #navMobileIcon span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  margin: 11px 0 0;
  border-radius: 1px;
  background-color: #202020;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
header #navMobileIcon span:before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  content: "";
  background-color: #202020;
  -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  -o-transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
header #navMobileIcon span:after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  content: "";
  background-color: black;
  -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  transition: top 0.25s 0.25s, -webkit-transform 0.25s;
  -o-transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
header #navMobileIcon.active span {
  background: transparent;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
header #navMobileIcon.active span:before {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  transition: top 0.25s, -webkit-transform 0.25s 0.25s;
  -o-transition: top 0.25s, transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s;
  transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
header #navMobileIcon.active span:after {
  top: 0;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
  transition: top 0.4s, -webkit-transform 0.25s 0.25s;
  -o-transition: top 0.4s, transform 0.25s 0.25s;
  transition: top 0.4s, transform 0.25s 0.25s;
  transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 44px;
  gap: 44px;
  margin: 0 30px 0 0;
}
header .wrapper nav ul li {
  position: relative;
  list-style: none;
  font-family: "Gilroy Medium", sans-serif;
}
header .wrapper nav ul li a {
  font-family: "Gilroy Medium", sans-serif;
  color: inherit;
}
header .wrapper nav ul li a:hover, header .wrapper nav ul li a.active {
  font-family: "Gilroy Bold", sans-serif;
}
@media (max-width: 767px) {
  header .wrapper nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  header .wrapper nav ul li a.with-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper nav ul li a.with-inner.active:after {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  header .wrapper nav ul li a.with-inner.active + .inner-menu {
    position: relative;
    display: block;
    width: 100%;
  }
  header .wrapper nav ul li a.with-inner:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23202020' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .wrapper nav ul li a.with-inner + .inner-menu {
    display: none;
  }
}
header .wrapper nav ul li .inner-menu {
  position: absolute;
  left: -50px;
  display: none;
  padding: 55px 16px 20px 16px;
  background: #ffffff;
  z-index: 5;
}
header .wrapper nav ul li .inner-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  white-space: nowrap;
}
header .wrapper nav ul li .inner-menu a.ssd:before {
  background: url("https://static.pcpet.ru/img-new/ssd-icon.svg") center center no-repeat;
  background-size: contain;
}
header .wrapper nav ul li .inner-menu a.sumki-dlya-noutbukov:before {
  background: url("https://static.pcpet.ru/img-new/bags-icon.svg") center center no-repeat;
  background-size: contain;
}
header .wrapper nav ul li .inner-menu a.setevye-filtry:before {
  background: url("https://static.pcpet.ru/img-new/filters-icon.svg") center center no-repeat;
  background-size: contain;
}
header .wrapper nav ul li .inner-menu a:last-child {
  margin-bottom: 0;
}
header .wrapper nav ul li .inner-menu a:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  content: "";
}
@media (max-width: 767px) {
  header .wrapper nav ul li .inner-menu {
    left: 0;
    padding: 8px 0;
    font-size: 14px;
  }
}
header .wrapper nav ul li:hover .inner-menu {
  display: block;
}
@media (max-width: 767px) {
  header .wrapper nav ul li {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .wrapper nav ul {
    grid-gap: 25px;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  header .wrapper nav ul {
    position: absolute;
    top: 89px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 4px);
    height: 100vh;
    padding: 20px;
    background: #fff;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 11;
  }
  header .wrapper nav ul.active {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 575px) {
  header .wrapper nav ul {
    top: 53px;
    padding: 20px 10px;
  }
  header .wrapper nav ul.active {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
header .wrapper nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 40px;
  margin-right: 105px;
  background: url("https://static.pcpet.ru/img-new/logo-color.svg") center center no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  header .wrapper nav .logo {
    margin-right: 50px;
  }
}
@media (max-width: 575px) {
  header .wrapper nav .logo {
    width: 80px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  header {
    border-bottom: 1px solid #CCC;
  }
}
@media (max-width: 575px) {
  header {
    padding: 8px 0;
  }
}

@font-face {
  font-family: "Gilroy Bold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Medium";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Regular";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("https://static.lc-group.ru/fonts//Gilroy/Gilroy-Regular.ttf") format("truetype");
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0;
  background: #5469B5;
  color: #ffffff;
}
footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-gap: 40px;
  gap: 40px;
}
footer nav ul li {
  font-family: "Gilroy Medium", sans-serif;
  list-style: none;
}
footer nav ul li a {
  font-family: "Gilroy Medium", sans-serif;
  color: inherit;
}
footer nav ul li a:hover {
  font-family: "Gilroy Bold", sans-serif;
}
@media (max-width: 767px) {
  footer nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  footer nav ul {
    padding: 24px 0 0 0;
  }
}
@media (max-width: 500px) {
  footer nav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    grid-gap: 16px;
    gap: 16px;
  }
}
footer nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  height: 60px;
  margin-right: 120px;
  background: url("https://static.pcpet.ru/img-new/logo-white.svg") center center no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  footer nav .logo {
    width: 105px;
    height: 40px;
    margin-right: 0;
  }
}
footer .date {
  font-size: 14px;
}
@media (max-width: 600px) {
  footer .date {
    font-size: 12px;
  }
}
footer .copyright {
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 600px) {
  footer .copyright {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 12px 0 20px 0;
  }
}

@font-face {
  font-family: "Gilroy Bold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.eot") format("embedded-opentype"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy SemiBold";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Medium";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy Regular";
  font-style: normal;
  src: url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.eot"), url("https://static.lc-group.ru/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("https://static.lc-group.ru/fonts//Gilroy/Gilroy-Regular.ttf") format("truetype");
}
.breadcrumb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0 30px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 4px;
  gap: 4px;
  font-size: 14px;
}
.breadcrumb li a {
  font-size: 14px;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.mobile-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23202020' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breadcrumb li.mobile-link:after {
  display: none;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23202020' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    margin: 10px 0 18px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 16px;
  color: #202020;
}
body h4 {
  font-family: "Gilroy Medium", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  body h4 {
    font-size: 14px;
  }
}
body strong {
  font-family: "Gilroy SemiBold", sans-serif;
}
body img {
  max-width: 100%;
}
body p {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body p {
    margin-bottom: 8px;
  }
}
body a {
  color: inherit;
  text-decoration: none;
}
body a.banner {
  color: inherit;
}
body a.yandex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #202020;
  font-family: "Gilroy Medium", sans-serif;
  font-size: 22px;
}
body a.yandex-link:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  content: "";
  background: url("https://static.pcpet.ru/img-new/yellow-arrow-icon.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  body a.yandex-link {
    font-size: 16px;
  }
}
body a.yandex-link-bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  border: 1px solid #202020;
  border-radius: 8px;
  font-family: "Gilroy Medium", sans-serif;
  font-size: 22px;
}
body a.yandex-link-bordered:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  content: "";
  background: url("https://static.pcpet.ru/img-new/yellow-arrow-icon.svg") center center no-repeat;
  background-size: contain;
}
body a.black-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #202020;
  font-family: "Gilroy Medium", sans-serif;
}
body a.black-link:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  content: "";
  background: url("https://static.pcpet.ru/img-new/black-arrow-icon.svg") center center no-repeat;
  background-size: contain;
}
body a.blue-bordered-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  border: 1px solid #5469B5;
  border-radius: 8px;
  background: #F8F8F8;
  font-family: "Gilroy Medium", sans-serif;
  color: #5469B5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body a.blue-bordered-link:hover {
  background: #5469B5;
  color: #ffffff;
}
@media (max-width: 767px) {
  body a.blue-bordered-link {
    font-size: 16px;
  }
}
body a.ozon-buy-link:after, body a.wildberries-buy-link:after, body a.citilink-buy-link:after, body a.yandex-buy-link:after, body a.megamarket-buy-link:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-image: url("https://static.pcpet.ru/img-new/yellow-arrow-icon.svg");
  -webkit-mask-size: contain;
}
body a.ozon-buy-link {
  border: 1px solid #0058F7;
}
body a.ozon-buy-link:after {
  background-color: #0058F7;
}
body a.wildberries-buy-link {
  border: 1px solid #8D297F;
}
body a.wildberries-buy-link:after {
  background-color: #8D297F;
}
body a.citilink-buy-link {
  border: 1px solid #FF5200;
}
body a.citilink-buy-link:after {
  background-color: #FF5200;
}
body a.yandex-buy-link {
  border: 1px solid #FC0;
}
body a.yandex-buy-link:after {
  background-color: #FC0;
}
body a.megamarket-buy-link {
  border: 1px solid #8654cc;
}
body a.megamarket-buy-link:after {
  background-color: #8654cc;
}
body a:hover {
  color: inherit;
  text-decoration: none;
}
body form.search-form {
  width: 100%;
  max-width: 320px;
  margin: 0 0 0 auto;
}
body form.search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 4px 16px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #ffffff;
}
body form.search-form fieldset input {
  width: calc(100% - 24px);
  border: none;
  outline: none;
}
body form.search-form fieldset button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  border: none;
  background: url("https://static.pcpet.ru/img-new/search-icon.svg") center center no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  outline: none;
}
@media (max-width: 991px) {
  body form.search-form {
    max-width: 220px;
  }
}
body section {
  padding: 50px 0;
}
body section .catalogue-link {
  display: block;
  border: 1px solid #CCC;
  border-radius: 10px;
  overflow: hidden;
}
body section .catalogue-link .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
  padding: 8px 0;
  background: #ffffff;
}
body section .catalogue-link .image img {
  max-height: 100%;
}
body section .catalogue-link .image.ssd {
  background: #EAEDF6;
}
body section .catalogue-link .image.bags {
  background: #EDF0EB;
}
body section .catalogue-link .image.filters {
  background: #F7EFE9;
}
@media (max-width: 991px) {
  body section .catalogue-link .image {
    height: 220px;
  }
}
@media (max-width: 575px) {
  body section .catalogue-link .image {
    height: 160px;
  }
}
body section .catalogue-link span, body section .catalogue-link h2 {
  display: block;
  margin: 0;
  padding: 15px 30px;
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 24px;
  font-weight: inherit;
  line-height: 24px;
}
@media (max-width: 1360px) {
  body section .catalogue-link span, body section .catalogue-link h2 {
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  body section .catalogue-link span, body section .catalogue-link h2 {
    font-size: 16px;
  }
}
body section .item-block {
  display: block;
  margin-bottom: 30px;
  padding: 24px 20px;
  border-radius: 8px;
  background: #ffffff;
}
body section .item-block .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 177px;
  margin: 20px auto;
}
body section .item-block .image img {
  max-width: 70%;
  max-height: 100%;
}
@media (max-width: 767px) {
  body section .item-block .image {
    height: 100px;
  }
}
body section .item-block .brief {
  height: 24px;
  overflow: hidden;
}
body section .item-block .grey {
  font-size: 14px;
}
@media (max-width: 767px) {
  body section .item-block .grey {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body section .item-block {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  body section .item-block {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  body section {
    padding: 35px 0;
  }
}
@media (max-width: 575px) {
  body section {
    padding: 20px 0;
  }
}
body section ul.white-bullets {
  margin: 16px 0 18px 0;
  padding: 0;
  list-style: none;
}
body section ul.white-bullets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 22px;
  list-style: none;
}
body section ul.white-bullets li:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin: 7px 12px 0 0;
  border: solid 4px #ffffff;
  border-radius: 50%;
  content: "";
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  body section ul.white-bullets li:before {
    width: 8px;
    height: 8px;
    border: solid 1px #ffffff;
  }
}
@media (max-width: 575px) {
  body section ul.white-bullets li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body section ul.white-bullets {
    margin: 0 0 18px 0;
  }
}
body .medium-font {
  font-family: "Gilroy Medium", sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  body .medium-font {
    font-size: 16px;
  }
}
body .large-font {
  font-family: "Gilroy Medium", sans-serif;
  font-size: 24px;
}
body .blue {
  color: #5469B5;
}
body .grey {
  color: #CCC;
}
body .grey-dark {
  color: #666;
}
body .grey-bg {
  background: #F8F8F8;
}
body .blue-heading {
  margin-top: 30px;
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 30px;
  color: #5469B5;
  line-height: 34px;
}
@media (max-width: 767px) {
  body .blue-heading {
    margin-top: 20px;
    font-size: 24px;
  }
}
body .wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  body .wrapper {
    max-width: 95%;
  }
}
@media (max-width: 575px) {
  body .wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
}
body.page-policy ol {
  list-style: none;
  counter-reset: li;
}
body.page-policy ol li {
  margin-bottom: 12px;
}
body.page-policy ol li:before {
  content: counters(li, ".") ". ";
  counter-increment: li;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body h1, body .h1 {
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 46px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  body h1, body .h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  body h1, body .h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
body h2, body .h2 {
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  body h2, body .h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  body h2, body .h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body h3, body .h3 {
  margin-bottom: 20px;
  font-family: "Gilroy SemiBold", sans-serif;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 767px) {
  body h3, body .h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

#policyBlockForFirstVisitButton {
  border: 1px solid #5469B5;
  border-radius: 8px;
  background: #ffffff;
  color: #5469B5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#policyBlockForFirstVisitButton:hover {
  background: #5469B5;
  color: #ffffff;
}
