@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css);
@import url(https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0.36/dist/fancybox/fancybox.min.css);
@import url(https://cdn.jsdelivr.net/npm/swiper@11.2.0/swiper-bundle.min.css);
@import url(https://cdn.jsdelivr.net/npm/nice-select2@2.2.0/dist/css/nice-select2.min.css);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

::-webkit-input-placeholder {
  color: rgba(46, 56, 78, 0.5);
  opacity: 1;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::placeholder {
  color: rgba(46, 56, 78, 0.5);
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-webkit-input-placeholder,
:focus:-ms-input-placeholder,
:focus::-ms-input-placeholder,
:focus::-moz-placeholder,
:focus::placeholder {
  color: transparent !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #1882D1;
}

::selection {
  color: #fff;
  background: #1882D1;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
@media (pointer: coarse) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

::-webkit-scrollbar-track {
  background-color: #F1F2F5;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb {
  background-color: #1882D1;
  border-radius: 999px;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #1882D1 #F1F2F5;
  }
}
a,
input,
textarea,
select,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

a,
input[type=button],
input[type=submit],
button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[disabled] {
  cursor: not-allowed;
}

[type=date] {
  text-transform: uppercase;
}

b {
  font-weight: 700;
}

.br,
img,
svg {
  display: block;
}

.link {
  color: #1882D1;
}
.link:hover {
  color: #F17D29;
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-optical-sizing: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  37.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62.5% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  87.5% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  37.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  62.5% {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  87.5% {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  min-width: 373px;
  font-family: "Inter", sans-serif;
  color: #2E384E;
  font-size: 16px;
  line-height: 1.25;
  overflow: hidden;
  overflow-y: scroll;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  gap: 32px 0;
}
@media (min-width: 992px) {
  .wrapper {
    gap: 80px 0;
  }
}

.container {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
@media (min-width: 992px) {
  main {
    padding-top: 20px;
  }
}

.swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper-prev, .swiper-next {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  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;
  border: 8px solid rgba(241, 242, 245, 0.5);
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 2;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -24px;
}
.swiper-prev:before, .swiper-next:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-prev:hover, .swiper-next:hover {
  border-color: #1882D1;
}
.swiper-prev svg, .swiper-next svg {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  z-index: 2;
  left: -1px;
}
.swiper-next {
  left: auto;
  right: 16px;
}
.swiper-next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 1px;
}
.swiper-button-disabled {
  opacity: 0.75;
}
.swiper-zoom {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 8px solid rgba(241, 242, 245, 0.5);
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #1882D1;
}
.swiper-zoom:hover {
  border-color: #1882D1;
}
.swiper-zoom svg {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 16px;
  position: static;
}
.swiper-pagination-bullet {
  background: #DEE0E5;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  opacity: 1;
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #1882D1;
}
.swiper-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .swiper-toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .swiper-toper {
    padding-bottom: 40px;
  }
}
.swiper-toper .swiper-prev, .swiper-toper .swiper-next {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}
.swiper-title {
  font-weight: 700;
  font-size: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .swiper-title {
    font-size: 25px;
    width: calc(100% - 106px);
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .swiper-title {
    font-size: 38px;
  }
}
.swiper-navs {
  width: 106px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .swiper-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.logo {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.logo svg {
  width: auto;
  height: 32px;
  aspect-ratio: 32/32;
}
.logo svg + svg {
  aspect-ratio: 80/32;
}

.social-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  padding: 0 12px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #2E384E;
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}
.social-button span {
  width: calc(100% - 18px);
  padding-right: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.social-button svg {
  width: 18px;
  height: 18px;
}
.social-button_big {
  height: 38px;
  padding-left: 16px;
}
.social-button_big span {
  width: calc(100% - 22px);
  font-size: 14px;
}
.social-button_big svg {
  width: 22px;
  height: 22px;
}
.social-button_green {
  background: #5BAD54;
}

.input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  border: 1px solid rgba(46, 56, 78, 0.2);
  background: #fff;
  font-size: 15px;
  padding: 0 15px;
  height: 46px;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .input {
    height: 54px;
  }
}
.input:focus {
  border-color: #1882D1;
}

.textarea {
  position: relative;
  width: 100%;
  height: 100px;
}
.textarea textarea {
  z-index: 1;
  resize: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(46, 56, 78, 0.2);
  background: #fff;
  font-size: 15px;
  padding: 15px;
  padding-bottom: 45px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.textarea textarea:focus {
  border-color: #1882D1;
}
.textarea i {
  z-index: 2;
  bottom: 1px;
  left: 10px;
  text-align: right;
  position: absolute;
  width: calc(100% - 20px);
  height: 30px;
  line-height: 30px;
  background: #fff;
  padding: 0 15px;
  font-size: 11px;
  color: rgba(46, 56, 78, 0.5);
}

.red-border {
  border-color: #DE5252;
}

.red-text {
  font-style: normal;
  font-weight: 400;
  color: #DE5252;
  margin-top: 2px;
  font-size: 11px;
  line-height: 13px;
}

.button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 999px;
  color: #fff;
  background: #1882D1;
  font-size: 15px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  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;
}
@media (min-width: 992px) {
  .button {
    height: 54px;
    line-height: 54px;
  }
}
.button_orange {
  background: #F17D29;
}
.button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.button[disabled] {
  background: #CACDD4;
}
.button[disabled]:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select select {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
}
.select .nice-select {
  height: 46px;
  line-height: 44px;
  padding: 0 15px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid rgba(46, 56, 78, 0.2);
  background: #fff;
  font-size: 15px;
  float: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .select .nice-select {
    height: 54px;
    line-height: 52px;
  }
}
.select .nice-select:after {
  width: 12px;
  height: 12px;
  border-right: none;
  border-bottom: none;
  background: url(../images/select.svg) no-repeat 50%/contain;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: -6px;
  right: 15px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.select .nice-select.open {
  border-color: #1882D1;
  color: rgba(46, 56, 78, 0.5);
}
.select .nice-select.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.select .nice-select-dropdown {
  width: 100%;
  padding: 10px 0;
  margin-top: 5px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.select .nice-select .option {
  background: none no-repeat calc(100% - 15px) 50%;
  font-weight: 400;
  font-size: 15px;
  line-height: 42px;
  padding: 0 15px;
}
.select .nice-select .option.selected {
  color: #1882D1;
  font-weight: 500;
  background-image: url(../images/v.svg);
}
.select .nice-select .option:hover,
.select .nice-select .option.focus,
.select .nice-select .option.selected.focus {
  background-color: #F1F2F5;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.file input {
  display: none;
}
.file svg {
  width: 24px;
  height: 24px;
  color: rgba(46, 56, 78, 0.5);
  position: relative;
  top: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.file:hover svg {
  color: #2E384E;
}
.file__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 24px);
  padding-left: 10px;
}
.file__body b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #1882D1;
  font-size: 14px;
}
.file__body span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(46, 56, 78, 0.5);
  font-size: 12px;
}

.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
.callback-form .input {
  height: 54px;
}
.callback-form .button {
  height: 54px;
  margin-top: 14px;
}
@media (min-width: 992px) {
  .callback-form .button {
    margin-top: 20px;
  }
}
.callback-form p {
  margin-top: 10px;
}
.callback-form i {
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(46, 56, 78, 0.5);
  margin-top: 10px;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  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;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(46, 56, 78, 0.75);
  margin-bottom: 16px;
}
.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.breadcrumbs a {
  color: #1882D1;
  display: block;
  padding: 12px 0;
}
.breadcrumbs a:hover {
  color: orange;
}
.breadcrumbs a:after {
  content: " →";
  color: rgba(46, 56, 78, 0.3);
  display: inline;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
.back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 12px 0;
  color: #1882D1;
}
.back a:hover {
  color: #F17D29;
}
.back svg {
  width: 12px;
  height: 12px;
}

.load {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 8px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #2E384E;
  border-radius: 999px;
}
.load:hover {
  background: #1882D1;
}
.load span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.load svg {
  width: 24px;
  height: 24px;
}

.about {
  background: #F1F2F5;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .about {
    padding: 80px 0;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (min-width: 992px) {
  .about__body {
    gap: 32px;
  }
}
.about__title {
  width: 100%;
  margin: 0;
  font-family: Inter;
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .about__title {
    font-size: 38px;
  }
}
.about__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  gap: 24px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .about__text {
    font-size: 15px;
    line-height: 24px;
    max-height: 240px;
  }
}
.about__text:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#F1F2F5), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #F1F2F5 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__text p {
  margin: 0;
  color: #787e8b;
}
.about__body.active .about__text {
  max-height: none;
}
.about__body.active .about__text:after {
  display: none;
}
.about__more {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 8px;
  gap: 10px;
  height: 40px;
  background: #1882D1;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .about__more {
    font-size: 15px;
    height: 44px;
    padding-left: 20px;
  }
}
.about__more svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .about__more svg {
    width: 28px;
    height: 28px;
  }
}
.about__more:hover {
  background: #F17D29;
}
.about__body.active .about__more {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .pagination__load {
    padding: 40px 0;
  }
}
.pagination__load svg {
  width: 32px;
  height: 32px;
  -webkit-animation: spin 0.6s step-start infinite;
          animation: spin 0.6s step-start infinite;
  color: #1882D1;
}
.pagination__load span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1;
  color: rgba(46, 56, 78, 0.5);
  padding-left: 10px;
  max-width: calc(100% - 32px);
}
.pagination__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.pagination__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pagination__list li.dots {
  display: none;
}
@media (min-width: 576px) {
  .pagination__list li.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination__list li.last {
  display: none;
}
@media (min-width: 576px) {
  .pagination__list li.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination__list li i {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(46, 56, 78, 0.5);
}
.pagination__list-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  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: 48px;
  height: 48px;
  background: #fff;
  border-radius: 999px;
  border: 8px solid #F1F2F5;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}
.pagination__list-item:hover {
  color: #F17D29;
  border-color: #F17D29;
}
.pagination__list-item.active {
  color: #1882D1;
  border-color: #1882D1;
}
.pagination__list-item svg {
  width: 14px;
  height: 14px;
  position: relative;
}
.pagination__list-item.prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -1px;
}
.pagination__list-item.next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 1px;
}
.pagination__list-item[disabled]:hover {
  border-color: #F1F2F5;
}
.pagination__list-item[disabled] svg {
  color: #F1F2F5;
}

.page-404__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .page-404__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.page-404__pic {
  margin: 0 -16px;
  width: calc(100% + 32px);
  height: auto;
  min-height: 256px;
  max-height: 457px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page-404__pic {
    border-radius: 16px;
    margin: 0;
    width: 100%;
  }
}
.page-404__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404__title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 64px;
  }
}
.page-404__subtitle {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-404__subtitle {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.page-404__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-404__text {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.page-404__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 360px;
}
@media (min-width: 992px) {
  .page-404__buttons {
    gap: 20px;
  }
}
header {
  position: relative;
  z-index: 3;
  height: 96px;
}
@media (min-width: 992px) {
  header {
    height: auto;
  }
}

.header-mobile {
  background: #fff;
  position: fixed;
  padding-bottom: 12px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header-mobile:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F1F2F5;
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mobile__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  height: 50px;
}
.header-mobile__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
  height: 34px;
}
.header-mobile__burger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 32px;
  height: 32px;
}
.header-mobile__burger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 1;
}
.header-mobile__burger svg + svg {
  width: 24px;
  height: 24px;
  opacity: 0;
}
.header-mobile__phone {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 8px 0;
}
.header-mobile__socials {
  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;
  gap: 8px;
}
@media (max-width: 374px) {
  .header-mobile__socials .social-button {
    padding-left: 8px;
  }
}
@media (max-width: 374px) {
  .header-mobile__socials .social-button span {
    display: none;
  }
}
.header-mobile__socials .social-button:first-child {
  padding-left: 8px;
}
@media (min-width: 576px) {
  .header-mobile__socials .social-button:first-child {
    padding-left: 12px;
  }
}
.header-mobile__socials .social-button:first-child span {
  display: none;
}
@media (min-width: 576px) {
  .header-mobile__socials .social-button:first-child span {
    display: inline;
  }
}
.header-mobile__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  background: #F1F2F5 url(../images/1.svg) no-repeat 100% 100%;
}
.header-mobile__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 12px;
}
.header-mobile__sub-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: rgba(46, 56, 78, 0.1);
}
.header-mobile__sub-menu-item {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 0;
}
.header-mobile__sub-phone {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-mobile__sub-text {
  color: rgba(46, 56, 78, 0.75);
  font-size: 13px;
}
.header-mobile__sub-email {
  color: #1882D1;
  line-height: 1;
  font-size: 15px;
}
.header-mobile__sub-email:hover {
  color: #F17D29;
}
.header-mobile__sub-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 12px;
}
.header-mobile__callback {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #F1F2F5;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}
.header-mobile__callback-close {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 20px;
  height: 64px;
  line-height: 1;
  margin-bottom: 16px;
}
.header-mobile__callback-close svg {
  width: 28px;
  height: 28px;
}

.mob-menu_active {
  overflow: hidden;
}
@media (min-width: 992px) {
  .mob-menu_active {
    overflow: auto;
  }
}
.mob-menu_active .header-mobile__sub {
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  height: calc(100% - 50px);
  overflow-y: auto;
}
.mob-menu_active .header-mobile__burger svg {
  opacity: 0;
}
.mob-menu_active .header-mobile__burger svg + svg {
  opacity: 1;
}
.mob-menu_active .header-mobile__two {
  display: none;
}

.mob-menu-callback_active {
  overflow: hidden;
}
@media (min-width: 992px) {
  .mob-menu-callback_active {
    overflow: auto;
  }
}
.mob-menu-callback_active .header-mobile__callback {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  height: 100%;
  padding: 16px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .mob-menu-callback_active .header-mobile__callback {
    display: none;
  }
}

.header_min .header-mobile {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(46, 56, 78, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(46, 56, 78, 0.1);
  padding-bottom: 0;
}
.header_min .header-mobile:before {
  display: none;
}
.header_min .header-mobile .logo svg + svg {
  display: none;
}
@media (min-width: 576px) {
  .header_min .header-mobile .logo svg + svg {
    display: block;
  }
}
.header_min .header-mobile__body {
  height: 50px;
  position: relative;
}
.header_min .header-mobile__two {
  width: calc(100% - 104px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
@media (min-width: 576px) {
  .header_min .header-mobile__two {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
@media (max-width: 374px) {
  .header_min .header-mobile__socials {
    display: none;
  }
}
.header_min .header-mobile__socials .social-button {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .header_min .header-mobile__socials .social-button {
    padding-left: 12px;
  }
}
.header_min .header-mobile__socials .social-button span {
  display: none;
}
@media (min-width: 768px) {
  .header_min .header-mobile__socials .social-button span {
    display: inline;
  }
}

.header-desktop {
  display: none;
}
@media (min-width: 992px) {
  .header-desktop {
    display: block;
  }
}
.header-desktop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-desktop__one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  height: 86px;
}
.header-desktop__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  height: 56px;
  padding: 0 8px;
  border-radius: 999px;
  background: #F1F2F5 url(../images/2.svg) no-repeat calc(50% + 390px) 50%;
}
.header-desktop__phone {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.header-desktop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
}
.header-desktop__info:before {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #F1F2F5;
  width: 1px;
  height: 22px;
}
.header-desktop__info p {
  font-size: 13px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 1.4;
}
.header-desktop__info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header-desktop__info i {
  font-style: normal;
  color: rgba(46, 56, 78, 0.5);
}
.header-desktop__info a {
  color: #1882D1;
}
.header-desktop__info a:hover {
  color: #F17D29;
}
.header-desktop__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1232px) {
  .header-desktop__socials {
    gap: 20px;
  }
}
.header-desktop__socials .social-button {
  padding-left: 8px;
}
@media (min-width: 1232px) {
  .header-desktop__socials .social-button {
    padding-left: 16px;
  }
}
.header-desktop__socials .social-button span {
  display: none;
}
@media (min-width: 1232px) {
  .header-desktop__socials .social-button span {
    display: inline;
  }
}
.header-desktop__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.header-desktop__projects-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 40px;
  line-height: 1;
  border-radius: 999px;
  padding: 0 14px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.header-desktop__projects-button svg {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #1882D1;
}
.header-desktop__projects-button span {
  width: calc(100% - 24px);
  padding-left: 10px;
}
.header-desktop__projects:hover .header-desktop__projects-button {
  background: #1882D1;
  color: #fff;
}
.header-desktop__projects:hover .header-desktop__projects-button svg {
  color: #fff;
}
.header-desktop__projects-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 0;
  width: 202px;
}
.header-desktop__projects-sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(46, 56, 78, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(46, 56, 78, 0.2);
  border-radius: 8px;
}
.header-desktop__projects-sub-item {
  font-size: 16px;
  padding: 12px 15px;
}
.header-desktop__projects-sub-item:hover {
  background: #F1F2F5;
}
.header-desktop__projects:hover .header-desktop__projects-sub {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding-top: 16px;
}
.header-desktop__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  gap: 14px;
}
.header-desktop__menu-item {
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.header-desktop__menu-item:hover {
  color: #1882D1;
}

.footer {
  background: #313131;
  color: #F1F2F5;
  padding: 24px 0;
  padding-top: 32px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .footer__item_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1232px) {
  .footer__item_1 {
    width: 365px;
    padding-right: 40px;
  }
}
@media (min-width: 1392px) {
  .footer__item_1 {
    width: 440px;
  }
}
.footer__item_1 p {
  width: 100%;
  margin-top: 16px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .footer__item_1 p span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .footer__item_1 p span {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer__item_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (min-width: 1232px) {
  .footer__item_2 {
    width: calc(100% - 730px);
  }
}
@media (min-width: 1392px) {
  .footer__item_2 {
    width: calc(100% - 805px);
  }
}
@media (min-width: 992px) {
  .footer__item_3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1232px) {
  .footer__item_3 {
    width: 365px;
    padding-right: 40px;
  }
}
.footer__item_3 p {
  line-height: 1.4;
  margin-top: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__item_3 p {
    margin-top: 24px;
  }
}
.footer__item_3 i {
  font-style: normal;
  color: rgba(241, 245, 245, 0.5);
  margin-top: 12px;
}
@media (min-width: 992px) {
  .footer__item_3 i {
    font-size: 14px;
    margin-top: 24px;
  }
}
.footer__phone {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.footer__email {
  margin-top: 8px;
  color: #1882D1;
  font-size: 15px;
}
.footer__email:hover {
  color: #F17D29;
}
@media (min-width: 1232px) {
  .footer__email {
    margin-top: 24px;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 24px;
}
@media (min-width: 992px) {
  .footer__menu nav {
    gap: 12px 5px;
  }
}
.footer__menu a {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
}
.footer__menu a:hover {
  color: #F17D29;
}
@media (min-width: 1232px) {
  .footer__menu a {
    padding: 5px 10px;
  }
}
.footer__menu b {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1232px) {
  .footer__menu b {
    font-size: 20px;
  }
}

.fancybox__backdrop {
  background: rgba(46, 56, 78, 0.75);
  opacity: 1;
}
.fancybox__slide {
  padding: 0 !important;
}
.fancybox__content > .f-button.is-close-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  top: 24px !important;
  right: 24px !important;
  width: 24px;
  height: 24px;
  color: #1882D1;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 30px !important;
    right: 30px !important;
  }
}
.fancybox__content > .f-button.is-close-btn:hover {
  color: #F17D29;
}
.fancybox__content > .f-button.is-close-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}

.modal {
  display: none;
  width: calc(100% - 32px);
  max-width: 440px;
  padding: 24px;
  border-radius: 7px;
  background: #F1F2F5;
}
@media (min-width: 992px) {
  .modal {
    padding: 30px;
  }
}
.modal_mobile {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  .modal_mobile {
    border-radius: 7px;
    height: auto;
    max-width: 440px;
  }
}
.modal_mobile .f-button.is-close-btn {
  display: none;
}
.modal_drag {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 16px 16px 0 0;
  background: #fff;
  bottom: 0;
  position: absolute;
  padding: 24px 16px;
  padding-top: 28px;
}
.modal_drag:before {
  content: "";
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: #dcdde0;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -19px;
}
.modal_drag .f-button.is-close-btn {
  display: none;
}
.modal_drag .catalog-filters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
  width: calc(100% - 44px);
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .modal__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.modal_mobile .modal__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_mobile .modal__title button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  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;
}
.modal_mobile .modal__title button:hover {
  color: #1882D1;
}
.modal_mobile .modal__title button svg {
  width: 24px;
  height: 24px;
}
.modal_mobile .modal__title span {
  width: calc(100% - 28px);
  padding-left: 16px;
}
.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .modal__body {
    gap: 24px;
  }
}
.modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__text p {
  font-size: 16px;
  line-height: 1.4;
}
.modal__text i {
  font-style: normal;
  color: rgba(46, 56, 78, 0.5);
  font-size: 12px;
  line-height: 1.4;
}
.modal__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal__fields-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border: 1px solid rgba(46, 56, 78, 0.1);
  border-left: none;
  border-right: none;
}
.modal__good > img {
  width: 104px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.modal__good > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: calc(100% - 104px);
  padding-left: 12px;
}
.modal__good > span i {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.modal__good > span b {
  font-weight: 700;
  font-size: 22px;
}
.modal__form-notify {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(46, 56, 78, 0.5);
}
.modal__form-notify a {
  color: #1882D1;
}
.modal__form-notify a:hover {
  color: #F17D29;
}
.modal__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 20px;
  margin-bottom: 24px;
}
.modal__toper b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  position: relative;
  z-index: 1;
}
.modal__toper button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  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;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #C1C4CA;
}
.modal__toper button:hover {
  color: #1882D1;
}
.modal__toper svg {
  width: 16px;
  height: 16px;
}

.card-gallery {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .card-gallery {
    margin-top: 80px;
  }
}
.card-gallery__title {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) {
  .card-gallery__title {
    font-size: 38px;
  }
}
.card-gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .card-gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-gallery__items {
    gap: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1232px) {
  .card-gallery__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.card-gallery__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 183px;
  aspect-ratio: 165/93;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .card-gallery__item {
    border-radius: 16px;
  }
}
.card-gallery__item:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.card-gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  z-index: 5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.modal-gallery.active {
  height: 100%;
  opacity: 1;
}
.modal-gallery__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 64px;
}
@media (min-width: 992px) {
  .modal-gallery__toper {
    height: 90px;
  }
}
.modal-gallery__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 32px);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .modal-gallery__title {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    padding-left: 32px;
  }
}
.modal-gallery__close {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}
@media (min-width: 992px) {
  .modal-gallery__close {
    color: #1882D1;
  }
}
@media (min-width: 992px) {
  .modal-gallery__close:hover {
    color: #F17D29;
  }
}
.modal-gallery__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .modal-gallery__close svg {
    width: 24px;
    height: 24px;
  }
}
.modal-gallery__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
}
@media (min-width: 992px) {
  .modal-gallery__body {
    height: calc(100% - 90px);
  }
}
.modal-gallery__body-left {
  display: none;
  width: 200px;
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .modal-gallery__body-left {
    display: block;
  }
}
@media (min-width: 1232px) {
  .modal-gallery__body-left {
    width: 300px;
  }
}
.modal-gallery__body-right {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .modal-gallery__body-right {
    width: calc(100% - 200px);
    padding-right: 32px;
  }
}
@media (min-width: 1232px) {
  .modal-gallery__body-right {
    width: calc(100% - 300px);
  }
}
.modal-gallery__thumb {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  max-width: 132px;
  height: auto;
  max-height: 90px;
  aspect-ratio: 132/90;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 8px;
}
.modal-gallery__thumb:hover {
  border-color: #1882D1;
}
.modal-gallery__thumb:first-child {
  margin-top: 0;
}
.modal-gallery__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 1;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-gallery__thumb svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
  color: #F17D29;
}
.modal-gallery__item {
  display: block;
  border: none;
  width: 100%;
  height: auto;
  max-width: 1060px;
  max-height: 680px;
  aspect-ratio: 375/242;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .modal-gallery__item {
    border-radius: 16px;
  }
}
.modal-gallery__item:first-child {
  margin-top: 0;
}
.modal-gallery iframe,
.modal-gallery video {
  background: #000;
}

.modal-gallery_active {
  overflow: hidden;
}

.toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .toper {
    gap: 30px;
  }
}
.toper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.toper__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .toper__info {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media (min-width: 1232px) {
  .toper__info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: calc(100% - 770px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}
.toper__title {
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .toper__title {
    font-size: 64px;
  }
}
.toper__text {
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .toper__text {
    font-size: 24px;
  }
}
.toper__buttons {
  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;
  gap: 12px;
  margin-top: 24px;
}
.toper__buttons-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  border-radius: 999px;
  padding: 0 32px;
  color: #fff;
  background: #1882D1;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
.toper__buttons-item:hover {
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
  opacity: 90%;
}
@media (min-width: 992px) {
  .toper__buttons-item {
    height: 54px;
  }
}
.toper__buttons-item + .toper__buttons-item {
  background: #F17D29;
}
.toper__inner {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: calc(100% + 32px);
  height: 434px;
  background: #2E384E;
  overflow: hidden;
  margin-left: -16px;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}
@media (min-width: 768px) {
  .toper__inner {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .toper__inner {
    width: 100%;
    margin: 0;
    padding: 30px;
    border-radius: 16px;
  }
}
.toper__inner:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#313131), to(rgba(49, 49, 49, 0)));
  background: linear-gradient(0deg, #313131 0%, rgba(49, 49, 49, 0) 100%);
  width: 100%;
  height: 100px;
  z-index: 3;
  position: absolute;
  bottom: 154px;
  left: 0;
}
@media (min-width: 992px) {
  .toper__inner:before {
    display: none;
  }
}
.toper__inner:after {
  content: "";
  width: 100%;
  height: 154px;
  z-index: 2;
  background: #313131;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .toper__inner:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#313131), to(rgba(49, 49, 49, 0)));
    background: linear-gradient(0deg, #313131 0%, rgba(49, 49, 49, 0) 100%);
    height: 300px;
  }
}
.toper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 154px);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.toper__body {
  z-index: 4;
  bottom: 24px;
  left: 16px;
  background: #fff url(../images/3.svg) no-repeat 50%/cover;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
  display: grid;
  width: 100%;
}
@media (min-width: 992px) {
  .toper__body {
    max-width: 640px;
    padding: 24px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.toper__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 992px) {
  .toper__body-wrapper {
    gap: 10px;
  }
}
.toper__body-tags {
  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;
  gap: 5px 10px;
}
.toper__body-tags-item {
  height: 22px;
  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;
  border-radius: 2px;
  padding: 0 6px;
  background: #DEE0E5;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .toper__body-tags-item {
    padding: 0 8px;
  }
}
.toper__body-tags-item_orange {
  background: #F17D29;
  color: #fff;
  font-weight: 10px;
  font-weight: 700;
  text-transform: lowercase;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .toper__body-tags-item_orange {
    padding: 0 10px;
  }
}
.toper__body-name {
  font-size: 22px;
}
@media (min-width: 992px) {
  .toper__body-name {
    font-size: 25px;
  }
}
.toper__body-bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
  padding-right: 70px;
  min-height: 54px;
}
@media (min-width: 992px) {
  .toper__body-bottom {
    margin: 0;
    padding-right: 84px;
  }
}
.toper__body-bottom i {
  font-style: normal;
  color: rgba(46, 56, 78, 0.5);
  font-size: 15px;
  line-height: 1.4;
}
.toper__body-bottom span {
  font-weight: 700;
  font-size: 30px;
}
.toper__body-bottom b {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  position: relative;
  background: #1882D1;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  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;
}
@media (min-width: 992px) {
  .toper__body-bottom b {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.toper__body-bottom b svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toper__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 24px;
}
@media (min-width: 992px) {
  .toper__bottom {
    padding-top: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.toper__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background: #F1F2F5;
  border-radius: 8px;
  padding: 16px;
}
@media (min-width: 992px) {
  .toper__bottom-item {
    padding: 20px 16px;
  }
}
@media (min-width: 1232px) {
  .toper__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.toper__bottom-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) {
  .toper__bottom-item img {
    width: 32px;
    height: 32px;
  }
}
.toper__bottom-item p {
  width: 100%;
  font-size: 13px;
}
@media (min-width: 1232px) {
  .toper__bottom-item p {
    width: calc(100% - 32px);
    padding-left: 16px;
  }
}
@media (min-width: 1392px) {
  .toper__bottom-item p {
    font-size: 16px;
  }
}

.goods {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .goods {
    margin-top: 100px;
  }
}
.goods.active {
  margin: 0;
}
.goods__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .goods__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .goods__title span {
    display: block;
  }
}
.goods__items {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .goods__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .goods__items {
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .goods__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.goods__items .goods-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F2F5;
}
@media (min-width: 992px) {
  .goods__items .goods-item {
    padding-bottom: 20px;
  }
}

.goods-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .goods-item {
    gap: 14px;
  }
}
.goods-item__pic {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .goods-item__pic {
    height: 320px;
  }
}
.goods-item:hover .goods-item__pic {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.goods-item__toper {
  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;
  gap: 6px;
}
@media (min-width: 992px) {
  .goods-item__toper {
    gap: 10px;
  }
}
.goods-item__toper-name {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 992px) {
  .goods-item__toper-name {
    font-size: 25px;
  }
}
.goods-item__toper-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #1882D1;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) {
  .goods-item__toper-tag {
    padding: 5px 10px;
  }
}
.goods-item__toper-tag_orange {
  background: #F17D29;
}
.goods-item__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.goods-item__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media (min-width: 992px) {
  .goods-item__bottom-left {
    gap: 10px;
  }
}
.goods-item__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
@media (min-width: 992px) {
  .goods-item__bottom-right {
    gap: 8px;
  }
}
.goods-item__bottom i {
  font-style: normal;
  color: rgba(46, 56, 78, 0.5);
  font-size: 13px;
}
@media (min-width: 992px) {
  .goods-item__bottom i {
    font-size: 15px;
  }
}
.goods-item__bottom b {
  font-size: 22px;
}
.goods-item__bottom-tags {
  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;
  gap: 6px 10px;
}
.goods-item__bottom-tags span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #F1F2F5;
}

.catalogs {
  background: #F1F2F5;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .catalogs {
    margin-top: 100px;
  }
}
.catalogs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 48px;
  padding-bottom: 32px;
  gap: 24px;
}
@media (min-width: 992px) {
  .catalogs__body {
    gap: 30px;
  }
}
@media (min-width: 1232px) {
  .catalogs__body {
    padding: 100px 0;
  }
}
.catalogs__title {
  font-weight: 700;
  font-size: 25px;
  max-width: 900px;
}
@media (min-width: 992px) {
  .catalogs__title {
    font-size: 38px;
  }
}
.catalogs__text {
  color: rgba(46, 56, 78, 0.75);
  font-size: 15px;
  line-height: 1.4;
  max-width: 900px;
}
@media (min-width: 992px) {
  .catalogs__text {
    font-size: 20px;
  }
}
.catalogs__items {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .catalogs__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .catalogs__items {
    padding-top: 10px;
  }
}
@media (min-width: 1232px) {
  .catalogs__items {
    gap: 40px;
  }
}
.catalogs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff url(../images/15.svg) no-repeat 100% 50%;
  background-size: 50% auto;
  padding: 24px;
  border-radius: 16px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .catalogs__item {
    padding: 40px;
    height: 480px;
  }
}
.catalogs__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: #fff;
}
.catalogs__item-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalogs__item-name {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .catalogs__item-name {
    font-size: 30px;
  }
}
.catalogs__item-pic {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .catalogs__item-pic {
    height: 280px;
  }
}
.catalogs__item:hover .catalogs__item-pic {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
@media (min-width: 1232px) {
  .catalogs__item:hover .catalogs__item-pic {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.catalogs__item-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 8px;
  gap: 10px;
  height: 40px;
  background: #1882D1;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .catalogs__item-button {
    font-size: 15px;
    height: 44px;
    padding-left: 20px;
  }
}
.catalogs__item-button svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .catalogs__item-button svg {
    width: 28px;
    height: 28px;
  }
}

.carousel {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .carousel {
    margin-top: 100px;
  }
}
.carousel .swiper {
  width: calc(100% - 24px);
  overflow: visible;
  margin: 0;
}
.carousel .swiper-toper {
  width: calc(100% + 12px);
}
.carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel__item-pic {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .carousel__item-pic {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .carousel__item-pic {
    height: 180px;
  }
}
@media (min-width: 1232px) {
  .carousel__item-pic {
    height: 250px;
  }
}
.carousel__item:hover .carousel__item-pic {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.carousel__item-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .carousel__item-row {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
.carousel__item-tags {
  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;
  gap: 5px 10px;
}
.carousel__item-tags span {
  padding: 4px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background: #F1F2F5;
  font-size: 14px;
}
@media (min-width: 992px) {
  .carousel__item-tags span {
    padding: 5px 8px;
  }
}
.carousel__item-date {
  font-size: 14px;
  color: rgba(46, 56, 78, 0.5);
  text-align: right;
}
@media (min-width: 992px) {
  .carousel__item-date {
    font-size: 15px;
  }
}
.carousel__item-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 992px) {
  .carousel__item-title {
    margin-top: 14px;
  }
}

.stats {
  margin-top: 64px;
}
@media (min-width: 992px) {
  .stats {
    margin-top: 100px;
  }
}
.stats__title {
  font-size: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .stats__title {
    font-size: 38px;
  }
}
.stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .stats__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 40px;
  }
}
.stats__pic {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .stats__pic {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .stats__pic {
    width: 50%;
    height: 340px;
  }
}
@media (min-width: 1232px) {
  .stats__pic {
    height: 440px;
  }
}
@media (min-width: 1392px) {
  .stats__pic {
    width: calc(100% - 575px);
  }
}
.stats__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .stats__body {
    width: 50%;
    padding-left: 32px;
  }
}
@media (min-width: 1232px) {
  .stats__body {
    padding-left: 40px;
    gap: 40px;
  }
}
@media (min-width: 1392px) {
  .stats__body {
    width: 575px;
  }
}
.stats__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 992px) {
  .stats__row {
    gap: 16px;
  }
}
.stats__row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stats__row img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stats__row b {
  font-weight: 400;
  margin-top: 16px;
  font-size: 30px;
}
@media (min-width: 1232px) {
  .stats__row b {
    font-size: 40px;
  }
}
@media (min-width: 1232px) {
  .stats__row b span {
    font-size: 54px;
  }
}
.stats__row i {
  font-style: normal;
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.4;
}
@media (min-width: 1232px) {
  .stats__row i {
    font-size: 18px;
    margin: 0;
  }
}
.stats p {
  font-size: 15px;
  color: rgba(46, 56, 78, 0.75);
  line-height: 1.6;
}
@media (min-width: 1232px) {
  .stats p {
    font-size: 20px;
  }
}

.fastbuy {
  background: #F1F2F5 url(../images/20.svg) no-repeat 100% 0;
}
@media (min-width: 992px) {
  .fastbuy {
    background: none;
  }
}
.fastbuy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .fastbuy__body {
    background: #F1F2F5 url(../images/21.svg) no-repeat 100% 0;
    background-size: auto 100%;
    padding: 40px;
    border-radius: 16px;
  }
}
@media (min-width: 1232px) {
  .fastbuy__body {
    padding: 60px;
  }
}
.fastbuy__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 745px;
}
.fastbuy__form > i {
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(46, 56, 78, 0.5);
}
.fastbuy__form > i a {
  color: #1882D1;
}
.fastbuy__form > i a:hover {
  color: #F17D29;
}
.fastbuy__title {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) {
  .fastbuy__title {
    font-size: 38px;
  }
}
.fastbuy__text {
  color: rgba(46, 56, 78, 0.75);
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .fastbuy__text {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.fastbuy__fields {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .fastbuy__fields {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .fastbuy__fields {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .catalog-back {
    display: none;
  }
}
.catalog-back + .catalog-breadcrumbs {
  display: none;
}
@media (min-width: 992px) {
  .catalog-back + .catalog-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .catalog-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .catalog-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.catalog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .catalog-filters {
    margin-bottom: 20px;
  }
}
.catalog-filters__button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: 45px;
  background: #F1F2F5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .catalog-filters__button {
    display: none;
  }
}
.catalog-filters__button:hover {
  color: #1882D1;
}
.catalog-filters__button span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 18px);
  padding-right: 10px;
}
.catalog-filters__button svg {
  width: 18px;
  height: 18px;
}
.catalog-filters__result {
  height: 45px;
  background: #1882D1;
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .catalog-filters__result {
    display: none;
  }
}
.catalog-filters__result.active {
  display: none;
}
.catalog-filters__result-one {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 45px);
  line-height: 45px;
  padding-left: 12px;
}
.catalog-filters__result-two {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  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;
}
.catalog-filters__result-two svg {
  width: 18px;
  height: 18px;
}
.catalog-filters__items {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .catalog-filters__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    border: 1px solid #e7e8ea;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    gap: 15px;
  }
}
.catalog-filters__items-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .catalog-filters__items-tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (min-width: 1392px) {
  .catalog-filters__items-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.catalog-filters__items-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-filters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.catalog-filters__item b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.catalog-filters__item div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
@media (min-width: 1392px) {
  .catalog-filters__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalog-filters__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-filters__item span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1;
  height: 32px;
  background: #F1F2F5;
  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;
  gap: 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 2px;
}
@media (min-width: 1392px) {
  .catalog-filters__item span {
    padding: 0 10px;
  }
}
.catalog-filters__item a.active span {
  background: #1882D1;
  color: #fff;
}
.catalog-filters__item a.active span:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  background: url(../images/white-cross.svg) no-repeat 50%/contain;
}
@media (min-width: 992px) {
  .catalog-filters__item a.active span:after {
    display: block;
  }
}
.catalog-filters__items-tags-1 .catalog-filters__item div {
  grid-template-columns: 0.8fr 1fr 1fr 1fr;
}
.catalog-filters__items-tags-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 1392px) {
  .catalog-filters__items-tags-4 a span {
    min-width: 40px;
  }
}
.catalog-filters__items-size .catalog-filters__item {
  position: relative;
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item {
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item b {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item div {
    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;
  }
}
.catalog-filters__items-size .catalog-filters__item div a {
  display: none;
}
.catalog-filters__items-size .catalog-filters__item div a:nth-child(1), .catalog-filters__items-size .catalog-filters__item div a:nth-child(2), .catalog-filters__items-size .catalog-filters__item div a:nth-child(3), .catalog-filters__items-size .catalog-filters__item div a:nth-child(4), .catalog-filters__items-size .catalog-filters__item div a:nth-child(5), .catalog-filters__items-size .catalog-filters__item div a:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item div a:nth-child(7), .catalog-filters__items-size .catalog-filters__item div a:nth-child(8), .catalog-filters__items-size .catalog-filters__item div a:nth-child(9), .catalog-filters__items-size .catalog-filters__item div a:nth-child(10), .catalog-filters__items-size .catalog-filters__item div a:nth-child(11), .catalog-filters__items-size .catalog-filters__item div a:nth-child(12), .catalog-filters__items-size .catalog-filters__item div a:nth-child(13), .catalog-filters__items-size .catalog-filters__item div a:nth-child(14) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item div a span {
    padding: 0 22px;
  }
}
.catalog-filters__items-size .catalog-filters__item div.active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-filters__items-size .catalog-filters__item div button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 18px;
  color: #1882D1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .catalog-filters__items-size .catalog-filters__item div button {
    position: static;
    padding-left: 15px;
  }
}
.catalog-filters__items-size .catalog-filters__item div button i {
  font-style: normal;
}
.catalog-filters__items-size .catalog-filters__item div button i:hover {
  color: #F17D29;
}
.catalog-filters__items-size .catalog-filters__item div button i + i {
  display: none;
}
.catalog-filters__items-size .catalog-filters__item div.active button i {
  display: none;
}
.catalog-filters__items-size .catalog-filters__item div.active button i + i {
  display: block;
}
.catalog-sort {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 8px 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .catalog-sort {
    grid-template-columns: 2.75fr 1fr;
  }
}
.catalog-sort__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.catalog-sort__item > i {
  width: 100%;
  font-style: normal;
  text-align: right;
  color: rgba(46, 56, 78, 0.5);
  font-size: 14px;
}
@media (min-width: 992px) {
  .catalog-sort__item > i {
    font-size: 15px;
  }
}
.catalog-sort__reset {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .catalog-sort__reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.catalog-sort__reset-thing {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  background: #2E384E;
  color: #fff;
  gap: 8px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  height: 32px;
  border-radius: 2px;
}
.catalog-sort__reset-thing svg {
  width: 12px;
  height: 12px;
}
.catalog-sort__reset-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #1882D1;
  height: 32px;
  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;
  font-size: 15px;
}
.catalog-sort__reset-item:hover {
  color: #F17D29;
}
@media (max-width: 991px) {
  .catalog-sort .select select {
    display: block;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    padding-right: 18px !important;
    font-size: 14px;
    color: #1882D1;
    background: url(../images/select.svg) no-repeat 100% 50%;
  }
}
.catalog-sort .select .nice-select {
  height: 46px;
  line-height: 44px;
  border-color: #F1F2F5;
  background: #F1F2F5;
  min-width: 314px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .catalog-sort .select .nice-select {
    display: none;
  }
}

@media (min-width: 768px) {
  .card-main__back {
    display: none;
  }
}
.card-main__breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .card-main__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-main__body {
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .card-main__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.card-main__body-left {
  width: 100%;
}
@media (min-width: 1232px) {
  .card-main__body-left {
    width: calc(100% - 440px);
    padding-right: 20px;
  }
}
.card-main__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-main__body-right {
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .card-main__body-right {
    width: 440px;
  }
}
.card-main__one {
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .card-main__one {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .card-main__one .swiper {
    border-radius: 16px;
  }
}
.card-main__one .swiper-slide > button,
.card-main__one .swiper-slide > a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 585px;
  aspect-ratio: 375/244;
  position: relative;
}
.card-main__one .swiper-slide > button .swiper-zoom,
.card-main__one .swiper-slide > a .swiper-zoom {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .card-main__one .swiper-slide > button .swiper-zoom,
  .card-main__one .swiper-slide > a .swiper-zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-main__one .swiper-slide > button:hover .swiper-zoom,
.card-main__one .swiper-slide > a:hover .swiper-zoom {
  opacity: 1;
}
.card-main__one .swiper-slide > button img,
.card-main__one .swiper-slide > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}
.card-main__one .swiper-slide > button > svg,
.card-main__one .swiper-slide > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  z-index: 2;
  color: #F17D29;
}
.card-main__one .swiper-prev, .card-main__one .swiper-next {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .card-main__one .swiper-prev, .card-main__one .swiper-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.card-main__one .swiper .swiper-prev {
  left: -64px;
}
.card-main__one .swiper .swiper-next {
  right: -64px;
}
.card-main__one .swiper:hover .swiper-prev, .card-main__one .swiper:hover .swiper-next {
  opacity: 1;
}
.card-main__one .swiper:hover .swiper-prev[disabled], .card-main__one .swiper:hover .swiper-next[disabled] {
  opacity: 0.75;
}
.card-main__one .swiper:hover .swiper-prev {
  left: 16px;
}
.card-main__one .swiper:hover .swiper-next {
  right: 16px;
}
@media (min-width: 768px) {
  .card-main__one .swiper-pagination {
    display: none;
  }
}
.card-main__two {
  display: none;
  padding-top: 18px;
}
@media (min-width: 768px) {
  .card-main__two {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-main__two .swiper {
    width: auto;
    max-width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .card-main__two .swiper-wrapper {
    width: auto;
    max-width: 100%;
  }
}
.card-main__two .swiper-slide button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  max-height: 90px;
  aspect-ratio: 132/90;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
}
.card-main__two .swiper-slide button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.card-main__two .swiper-slide button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  color: #F17D29;
}
.card-main__two .swiper-slide-thumb-active button {
  border-color: #1882D1;
}
.card-main__name {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) {
  .card-main__name {
    font-size: 38px;
  }
}
.card-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-main__list {
    padding: 0 20px;
  }
}
.card-main__list b {
  font-size: 16px;
  font-weight: 700;
}
.card-main__list ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.card-main__list li {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}
@media (min-width: 576px) {
  .card-main__list li {
    grid-template-columns: 1fr 1fr;
  }
}
.card-main__list span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(46, 56, 78, 0.5);
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-main__list span:before {
  content: "";
  border-bottom: 1px dashed #DEE0E5;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 1;
}
.card-main__list span i {
  font-style: normal;
  position: relative;
  z-index: 2;
  background: #fff;
}
.card-main__list span + span {
  color: #2E384E;
}
@media (min-width: 1232px) {
  .card-main__list span + span {
    padding-left: 10px;
  }
}
.card-main__list span + span:before {
  display: none;
}
.card-main__thing {
  background: #F1F2F5 url(../images/45.svg) no-repeat 100% 100%;
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-main__thing {
    padding: 20px;
  }
}
.card-main__thing-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 440px;
}
.card-main__thing-prices div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.card-main__thing-prices i {
  font-style: normal;
  font-size: 13px;
  color: rgba(46, 56, 78, 0.5);
}
@media (min-width: 992px) {
  .card-main__thing-prices i {
    font-size: 15px;
  }
}
.card-main__thing-prices b {
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 992px) {
  .card-main__thing-prices b {
    font-size: 30px;
  }
}
.card-main__thing-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-main__thing-more a {
  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;
  gap: 6px;
}
.card-main__thing-more span {
  font-size: 14px;
}
@media (min-width: 992px) {
  .card-main__thing-more span {
    font-size: 15px;
  }
}
.card-main__thing-more svg {
  width: 12px;
  height: 12px;
}
.card-main__thing-buttons {
  display: grid;
  gap: 10px;
  max-width: 440px;
}
@media (min-width: 576px) {
  .card-main__thing-buttons {
    grid-template-columns: 1fr 1.3fr;
  }
}
.card-main__thing-shield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-main__thing-shield svg {
  width: 16px;
  height: 16px;
  color: #F17D29;
}
.card-main__thing-shield span {
  width: calc(100% - 16px);
  padding-left: 6px;
  font-size: 14px;
}
.card-main__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 440px;
}
@media (min-width: 992px) {
  .card-main__socials {
    padding-left: 20px;
  }
}
.card-main__socials .social-button {
  width: 180px;
}
@media (min-width: 992px) {
  .card-main__socials .social-button {
    width: 210px;
    height: 38px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .card-main__socials .social-button span {
    width: calc(100% - 22px);
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .card-main__socials .social-button svg {
    width: 22px;
    height: 22px;
  }
}
.card-main__socials i {
  width: calc(100% - 180px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  color: rgba(46, 56, 78, 0.5);
  font-size: 12px;
}
@media (min-width: 992px) {
  .card-main__socials i {
    width: calc(100% - 210px);
    font-size: 13px;
  }
}
.card-main__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-main__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 16px;
}
.card-main__links-item:hover {
  background: #F1F2F5;
  color: #1882D1;
}
.card-main__links-item span {
  width: calc(100% - 24px);
  padding-right: 10px;
}
.card-main__links-item i {
  width: 24px;
  height: 24px;
  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;
  border-radius: 999px;
  background: #DEE0E5;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.card-main__links-item:hover i {
  background: #1882D1;
}
.card-main__links-item svg {
  width: 14px;
  height: 14px;
}

.card-plan {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .card-plan {
    margin-top: 82px;
  }
}
.card-plan__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .card-plan__toper {
    margin-bottom: 42px;
  }
}
@media (min-width: 992px) {
  .card-plan__toper {
    gap: 16px 30px;
  }
}
@media (min-width: 992px) {
  .card-plan__toper .load {
    padding-left: 26px;
  }
}
.card-plan__title {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) {
  .card-plan__title {
    font-size: 38px;
  }
}
.card-plan__items {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 576px) {
  .card-plan__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-plan__items {
    gap: 24px;
  }
}
@media (min-width: 1232px) {
  .card-plan__items {
    gap: 40px;
  }
}
.card-plan__item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DEE0E5;
}
.card-plan__item:hover {
  border-color: #1882D1;
}
.card-plan__item b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .card-plan__item b {
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.card-plan__item img {
  width: 100%;
  height: auto;
  max-height: 485px;
  aspect-ratio: 620/485;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-plan__items.one {
  grid-template-columns: 1fr;
}
.card-plan__items.one img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-plan .fastbuy {
  padding: 0 16px;
  border-radius: 16px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .card-plan .fastbuy {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .card-plan .fastbuy {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .card-plan .fastbuy__body {
    background-image: url(../images/46.svg);
  }
}
.card-plan .fastbuy__form {
  max-width: none;
  text-align: center;
}
.card-plan .fastbuy__title span {
  display: block;
}
@media (min-width: 1232px) {
  .card-plan .fastbuy__title span {
    display: inline;
  }
}
@media (min-width: 576px) {
  .card-plan .fastbuy__text span {
    display: block;
  }
}
.card-plan .fastbuy__fields {
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
}

.card-equipment {
  background: #F1F2F5;
  padding: 32px 0;
  margin-top: 48px;
}
@media (min-width: 992px) {
  .card-equipment {
    margin-top: 80px;
  }
}
.card-equipment__title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .card-equipment__title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.card-equipment__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .card-equipment__toper {
    gap: 30px;
    margin-bottom: 35px;
  }
}
.card-equipment__toper p {
  font-size: 13px;
  line-height: 20px;
  color: rgba(46, 56, 78, 0.75);
}
@media (min-width: 576px) {
  .card-equipment__toper p {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .card-equipment__toper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.card-equipment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .card-equipment__items {
    gap: 20px;
  }
}
.card-equipment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 10px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .card-equipment__item {
    padding: 26px;
  }
}
.card-equipment__item.active {
  border-radius: 28px;
}
@media (min-width: 992px) {
  .card-equipment__item.active {
    border-radius: 40px;
  }
}
.card-equipment__item-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}
.card-equipment__item.active .card-equipment__item-first {
  position: relative;
}
.card-equipment__item-click {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 84px);
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (min-width: 992px) {
  .card-equipment__item-click {
    width: calc(100% - 400px);
    padding-right: 24px;
  }
}
.card-equipment__item-click-icon {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  background: #1882D1;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .card-equipment__item-click-icon {
    width: 54px;
    height: 54px;
  }
}
.card-equipment__item-click-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #1882D1;
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .card-equipment__item-click-icon:before {
    width: 24px;
    height: 24px;
  }
}
.card-equipment__item-click-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .card-equipment__item-click-icon svg {
    width: 32px;
    height: 32px;
  }
}
.card-equipment__item-click:hover .card-equipment__item-click-icon:before {
  background: #F17D29;
}
.card-equipment__item-click-text {
  width: calc(100% - 40px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media (min-width: 992px) {
  .card-equipment__item-click-text {
    width: calc(100% - 54px);
    padding-left: 24px;
  }
}
.card-equipment__item-click-text p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 992px) {
  .card-equipment__item-click-text p {
    font-size: 30px;
  }
}
.card-equipment__item-click-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .card-equipment__item-click-text span {
    gap: 16px;
  }
}
.card-equipment__item-click-text b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 992px) {
  .card-equipment__item-click-text b {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    width: 400px;
    top: 50%;
    right: 0;
    padding-right: 210px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: right;
  }
}
.card-equipment__item-click-text i {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
  color: #1882D1;
  font-size: 13px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1;
}
@media (min-width: 576px) {
  .card-equipment__item-click-text i {
    display: none;
  }
}
@media (min-width: 992px) {
  .card-equipment__item-click-text i {
    font-size: 14px;
  }
}
.card-equipment__item-click-text i + i {
  display: none;
}
@media (min-width: 576px) {
  .card-equipment__item-click-text i + i {
    display: inline;
  }
}
.card-equipment__item-click:hover .card-equipment__item-click-text i {
  color: #F17D29;
}
.card-equipment__item.active .card-equipment__item-click-icon {
  background: #F1F2F5;
}
.card-equipment__item.active .card-equipment__item-click-icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.card-equipment__item.active .card-equipment__item-click-text span {
  display: none;
}
.card-equipment__item-order {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  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;
  background: #F17D29;
  color: #fff;
  font-size: 13px;
  border-radius: 999px;
  font-weight: 500;
  padding: 0;
  width: 84px;
  height: 40px;
  -webkit-transition: opacity 0.25s, background 0.25s;
  transition: opacity 0.25s, background 0.25s;
}
@media (min-width: 992px) {
  .card-equipment__item-order {
    width: 160px;
    height: 54px;
    font-size: 15px;
    position: absolute;
    z-index: 2;
    right: 26px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.card-equipment__item-order:hover {
  background: #2E384E;
}
.card-equipment__item.active .card-equipment__item-order {
  height: 0;
  opacity: 0;
}
.card-equipment__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.card-equipment__item-body-toper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper {
    margin-bottom: 34px;
    gap: 40px;
  }
}
.card-equipment__item-body-toper-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.card-equipment__item-body-toper .card-equipment__item-body-price {
  height: auto;
}
.card-equipment__item-body-toper.one {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-toper-i {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-numb {
    gap: 4px;
  }
}
.card-equipment__item-body-toper.one .card-equipment__item-body-numb b {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
  min-height: 40px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-numb b {
    position: static;
    padding-left: 78px;
    min-height: 1px;
    padding-top: 2px;
  }
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-numb p {
    padding-left: 78px;
  }
}
.card-equipment__item-body-toper.one .card-equipment__item-body-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  gap: 0;
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.card-equipment__item-body-toper.one .card-equipment__item-body-price b {
  max-width: calc(100% - 160px);
  padding-right: 12px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-toper.one .card-equipment__item-body-price b {
    padding-right: 20px;
  }
}
.card-equipment__item-body-toper.one .card-equipment__item-body-price .button {
  width: 160px;
}
.card-equipment__item-body-numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
.card-equipment__item-body-numb i {
  font-style: normal;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 8px solid #1882D1;
  background: #fff;
  color: #1882D1;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 992px) {
  .card-equipment__item-body-numb i {
    width: 54px;
    height: 54px;
    border-width: 10px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.card-equipment__item-body-numb b {
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .card-equipment__item-body-numb b {
    position: relative;
    z-index: 1;
    min-height: 54px;
    padding-left: 70px;
    font-size: 22px;
  }
}
.card-equipment__item-body-numb p {
  font-size: 13px;
  letter-spacing: -0.04em;
  line-height: 1.4;
  color: rgba(46, 56, 78, 0.75);
}
@media (min-width: 992px) {
  .card-equipment__item-body-numb p {
    font-size: 15px;
  }
}
.card-equipment__item-body-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 28px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    height: 40px;
  }
}
.card-equipment__item-body-price b {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .card-equipment__item-body-price b {
    font-size: 24px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item-body-price b {
    font-size: 30px;
  }
}
.card-equipment__item-body-price .button {
  width: 100%;
  height: 36px;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}
@media (min-width: 576px) {
  .card-equipment__item-body-price .button {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .card-equipment__item-body-price .button {
    height: 46px;
    font-size: 15px;
  }
}
.card-equipment__item-body-head {
  padding: 8px;
  background: #F1F2F5;
  border-bottom: 1px solid #DEE0E5;
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-head {
    padding: 15px 20px;
    font-size: 17px;
  }
}
.card-equipment__item-body-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DEE0E5;
}
.card-equipment__item-body-line-i {
  width: 100%;
  padding: 16px 8px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-line-i {
    padding: 20px;
  }
}
.card-equipment__item-body-line-i p {
  color: rgba(46, 56, 78, 0.75);
  line-height: 1.4;
  font-size: 13px;
}
@media (min-width: 992px) {
  .card-equipment__item-body-line-i p {
    font-size: 14px;
  }
}
.card-equipment__item-body-line-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.card-equipment__item-body-line-row .card-equipment__item-body-line-i + .card-equipment__item-body-line-i {
  border-left: 1px solid #DEE0E5;
}
.card-equipment__item-body-line-row.one {
  grid-template-columns: 1fr;
}
.card-equipment__item.active .card-equipment__item-body {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .card-equipment__item.active .card-equipment__item-body {
    margin-top: 24px;
  }
}
.card-equipment__item.active.fixed {
  padding-top: 362px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed {
    padding-top: 294px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 16px;
  padding-bottom: 8px;
  background: #fff;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-first {
    position: absolute;
    margin-top: 0;
    padding: 30px 26px;
    padding-bottom: 20px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-toper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(46, 56, 78, 0.1);
          box-shadow: 0px 5px 8px 0px rgba(46, 56, 78, 0.1);
  margin-top: 108px;
  padding: 10px 16px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper {
    position: absolute;
    padding: 18px 26px;
    padding-top: 0;
    margin-top: 104px;
    gap: 42px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-toper-i {
  gap: 2px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper-i {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-toper.one .card-equipment__item-body-numb b {
  min-height: 28px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper.one .card-equipment__item-body-numb b {
    min-height: 40px;
  }
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper.one .card-equipment__item-body-price b {
    padding-right: 124px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper.one .card-equipment__item-body-price b {
    padding-right: 176px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-toper.one .card-equipment__item-body-price .button {
    width: 160px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-numb i {
  width: 28px;
  height: 28px;
  font-size: 13px;
  border-width: 5px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-numb i {
    width: 40px;
    height: 40px;
    border-width: 8px;
    font-size: 15px;
    position: relative;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-numb b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 34px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-numb b {
    padding-left: 50px;
    font-size: 15px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-numb b {
    font-size: 20px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-numb p {
  display: none;
}
.card-equipment__item.active.fixed .card-equipment__item-body-price {
  position: relative;
}
.card-equipment__item.active.fixed .card-equipment__item-body-price b {
  font-size: 14px;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-price b {
    width: calc(100% - 118px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 17px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-price b {
    font-size: 25px;
  }
}
.card-equipment__item.active.fixed .card-equipment__item-body-price .button {
  padding: 0;
  font-size: 12px;
  width: 70px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-price .button {
    width: 108px;
    height: 40px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-line-row.one .card-equipment__item-body-price b {
    width: auto;
    font-size: 24px;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-line-row.one .card-equipment__item-body-price b {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-line-row.one .card-equipment__item-body-price .button {
    width: 160px;
    position: static;
  }
}
@media (min-width: 1232px) {
  .card-equipment__item.active.fixed .card-equipment__item-body-line-row.one .card-equipment__item-body-price .button {
    height: 46px;
  }
}

.card-option {
  background: #F1F2F5;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .card-option {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.card-option__title {
  font-weight: 700;
  font-size: 20px;
}
.card-option__subtitle {
  margin-top: 6px;
  color: rgba(46, 56, 78, 0.5);
  font-size: 13px;
}
.card-option__items {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .card-option__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-option__items {
    margin-top: 24px;
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .card-option__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.card-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  gap: 16px;
  height: 132px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .card-option__item {
    height: 148px;
  }
}
.card-option__item i {
  font-style: normal;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 17px;
}
.card-option__item b {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 2;
  color: #1882D1;
}
.card-option__item img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 208/148;
}

.card-gallery {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .card-gallery {
    margin-top: 80px;
  }
}
.card-gallery__title {
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 992px) {
  .card-gallery__title {
    font-size: 38px;
  }
}
.card-gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .card-gallery__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-gallery__items {
    gap: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 1232px) {
  .card-gallery__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.card-gallery__item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 183px;
  aspect-ratio: 165/93;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .card-gallery__item {
    border-radius: 16px;
  }
}
.card-gallery__item:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.card-gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.report__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .report__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .report__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.report__list {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .report__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .report__list {
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .report__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.report__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F2F5;
}
@media (min-width: 992px) {
  .report__item {
    padding-bottom: 20px;
  }
}
.report__item-pic {
  width: 100%;
  height: auto;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .report__item-pic {
    height: 250px;
  }
}
.report__item:hover .report__item-pic {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.report__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8px;
}
@media (min-width: 992px) {
  .report__item-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
.report__item-tags {
  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;
  gap: 6px 10px;
}
.report__item-tags span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #F1F2F5;
}
.report__item-date {
  color: rgba(46, 56, 78, 0.5);
  font-size: 14px;
}
.report__item-name {
  font-weight: 500;
  font-size: 18px;
}
.report__body {
  display: grid;
  gap: 16px;
}
@media (min-width: 992px) {
  .report__body {
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1232px) {
  .report__body {
    grid-template-columns: 2fr 1fr;
  }
}
.report__body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -16px;
}
@media (min-width: 992px) {
  .report__body-main {
    margin: 0;
  }
}
.report__body-main a {
  position: relative;
  aspect-ratio: 900/585;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 245px;
  max-height: 585px;
}
@media (min-width: 992px) {
  .report__body-main a {
    border-radius: 16px;
  }
}
.report__body-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.report__body-main a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.report__body-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.report__body-side p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(46, 56, 78, 0.75);
}
@media (min-width: 1232px) {
  .report__body-side p {
    font-size: 16px;
    line-height: 26px;
  }
}
.report__body-side p span {
  font-size: 16px;
  color: #2E384E;
}
@media (min-width: 1232px) {
  .report__body-side p span {
    font-size: 18px;
    line-height: 28px;
  }
}
.report__body-side .card-main__list {
  padding: 10px 0;
}
@media (min-width: 1232px) {
  .report__body-side .card-main__list {
    padding-top: 3px;
    padding-bottom: 8px;
  }
}
.report__body-side .card-main__list li {
  grid-template-columns: 1.6fr 1fr;
}
@media (min-width: 1232px) {
  .report__body-side .card-main__list li {
    grid-template-columns: 1fr 1fr;
  }
}
.report .card-gallery__items {
  grid-template-columns: 1fr;
  margin-top: 48px;
}
@media (min-width: 576px) {
  .report .card-gallery__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .report .card-gallery__items {
    gap: 40px;
    margin-top: 80px;
  }
}
.report .card-gallery__item {
  max-height: 370px;
}
.report .toper__bottom {
  padding-top: 48px;
}
@media (min-width: 992px) {
  .report .toper__bottom {
    padding-top: 80px;
  }
}
.report__pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report__pointer svg {
  width: 16px;
  height: 16px;
  color: #1882D1;
}
.report__pointer span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 16px);
  padding-left: 8px;
  font-weight: 700;
  font-size: 16px;
}
.report__apps {
  background: #F1F2F5 url(../images/45.svg) no-repeat 100% 100%;
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1232px) {
  .report__apps {
    padding: 20px;
    gap: 20px;
  }
}
.report__apps-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media (min-width: 768px) {
  .report__apps-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .report__apps-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1232px) {
  .report__apps-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.report__apps-top span {
  font-size: 20px;
}
.report__apps-top a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.report__apps-top a:hover {
  color: #1882D1;
}
.report__apps-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .report__apps-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .report__apps-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1232px) {
  .report__apps-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.scheme__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .scheme__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.scheme__top-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 48px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .scheme__top-text {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.scheme__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (min-width: 992px) {
  .scheme__body {
    gap: 80px;
  }
}
.scheme__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scheme__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .scheme__toper {
    margin-bottom: 40px;
  }
}
.scheme__toper b {
  width: 40px;
  height: 40px;
  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;
  border: 8px solid #1882D1;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  color: #1882D1;
}
@media (min-width: 992px) {
  .scheme__toper b {
    width: 54px;
    height: 54px;
    border-width: 10px;
    font-size: 20px;
  }
}
.scheme__toper p {
  width: calc(100% - 40px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  min-height: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .scheme__toper p {
    width: calc(100% - 54px);
    font-size: 38px;
    padding-left: 20px;
    min-height: 54px;
  }
}
.scheme__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  color: rgba(46, 56, 78, 0.75);
  font-size: 15px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 24px;
  max-width: 1015px;
  gap: 16px;
}
@media (min-width: 992px) {
  .scheme__list {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    gap: 24px;
  }
}
.scheme__list li {
  list-style: disc;
}
.scheme__subtitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .scheme__subtitle {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.scheme__things {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .scheme__things {
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
  }
}
@media (min-width: 992px) {
  .scheme__things {
    gap: 40px 50px;
  }
}
@media (min-width: 1232px) {
  .scheme__things {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.scheme__things-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .scheme__things-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.scheme__things-item span {
  width: 40px;
  height: 40px;
  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;
  border: 8px solid #F1F2F5;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  line-height: 1;
  color: #1882D1;
}
@media (min-width: 992px) {
  .scheme__things-item span {
    width: 54px;
    height: 54px;
    border-width: 10px;
  }
}
.scheme__things-item svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 992px) {
  .scheme__things-item svg {
    width: 18px;
    height: 18px;
  }
}
.scheme__things-item p {
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 22px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .scheme__things-item p {
    padding: 0;
    width: 100%;
    min-height: 1px;
  }
}
@media (min-width: 992px) {
  .scheme__things-item p {
    font-size: 18px;
    line-height: 25px;
  }
}
.scheme__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F2F5 no-repeat 100% 100%;
  background-size: auto 100%;
  padding: 12px;
  border-radius: 16px;
  max-width: 1015px;
}
@media (min-width: 768px) {
  .scheme__warning {
    background-image: url(../images/47.svg);
    padding-right: 400px;
    border-radius: 999px;
  }
}
@media (min-width: 992px) {
  .scheme__warning {
    padding: 16px;
    padding-right: 400px;
  }
}
.scheme__warning span {
  width: 40px;
  height: 40px;
  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;
  border: 8px solid #F17D29;
  background: #F17D29;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  line-height: 1;
  color: #F17D29;
}
@media (min-width: 992px) {
  .scheme__warning span {
    width: 54px;
    height: 54px;
    border-width: 10px;
  }
}
.scheme__warning svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .scheme__warning svg {
    width: 34px;
    height: 34px;
  }
}
.scheme__warning p {
  width: calc(100% - 40px);
  padding-left: 10px;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .scheme__warning p {
    width: calc(100% - 54px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.scheme__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .scheme__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.scheme__build {
  display: grid;
  gap: 32px;
}
@media (min-width: 992px) {
  .scheme__build {
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
  }
}
.scheme__build-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .scheme__build-item {
    gap: 16px;
  }
}
.scheme__build img {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .scheme__build img {
    width: 54px;
    height: 54px;
  }
}
.scheme__build p {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .scheme__build p {
    font-size: 18px;
    line-height: 25px;
  }
}

.production__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .production__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.production__top-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 48px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .production__top-text {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.production__body {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .production__body {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (min-width: 1232px) {
  .production__body {
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
  }
}
.production__body-pic {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.production__body-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.production__body-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.production__body-row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.production__body-row img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
.production__body-row b {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 1232px) {
  .production__body-row b {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1232px) {
  .production__body-row span {
    font-size: 54px;
    line-height: 65px;
  }
}
.production__body-row i {
  font-style: normal;
  font-size: 15px;
}
@media (min-width: 1232px) {
  .production__body-row i {
    font-size: 18px;
  }
}
.production__body p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(46, 56, 78, 0.75);
}
@media (min-width: 1232px) {
  .production__body p {
    font-size: 20px;
    line-height: 30px;
  }
}
.production .toper__bottom {
  padding-top: 32px;
  margin-bottom: 48px;
}
@media (min-width: 1232px) {
  .production .toper__bottom {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}
.production__subtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
  max-width: 1015px;
}
@media (min-width: 992px) {
  .production__subtitle {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.production__list {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .production__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.production__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .production__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.production__list-item i {
  width: 40px;
  height: 40px;
  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;
  border: 8px solid #1882D1;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  color: #1882D1;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 992px) {
  .production__list-item i {
    width: 54px;
    height: 54px;
    border-width: 10px;
    font-size: 20px;
  }
}
.production__list-item div {
  width: calc(100% - 40px);
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .production__list-item div {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .production__list-item div {
    width: 100%;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .production__list-item div {
    width: calc(100% - 54px);
  }
}
.production__list-item b {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .production__list-item b {
    font-size: 22px;
    line-height: 30px;
  }
}
.production__list-item p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .production__list-item p {
    font-size: 18px;
    line-height: 25px;
  }
}
.production__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .production__gallery {
    gap: 40px;
  }
}
.production__gallery-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .production__gallery-title {
    font-size: 38px;
    line-height: 45px;
  }
}
.production__gallery-items {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .production__gallery-items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .production__gallery-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.production__gallery-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 250px;
  aspect-ratio: 343/193;
  border-radius: 16px;
}
.production__gallery-item:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.production__gallery-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .contacts__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.contacts__body {
  display: grid;
  gap: 32px;
}
@media (min-width: 1232px) {
  .contacts__body {
    grid-template-columns: 2fr 1fr;
  }
}
.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .contacts__right {
    margin: 0;
  }
}
.contacts__row {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .contacts__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .contacts__row {
    gap: 20px;
  }
}
.contacts__item {
  border-radius: 16px;
  background: #F1F2F5 url(../images/62.svg) no-repeat 100% 100%;
  background-size: auto 213px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__item-label {
  width: 100%;
  font-size: 22px;
  color: rgba(46, 56, 78, 0.5);
  margin-bottom: 16px;
}
.contacts__item-phone {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 30px;
}
.contacts__item .social-button {
  margin-bottom: 16px;
}
.contacts__item-email {
  color: #1882D1;
  font-size: 18px;
}
.contacts__item-email:hover {
  color: #F17D29;
}
.contacts__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contacts__item-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.contacts__item-info i {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(46, 56, 78, 0.5);
}
.contacts__item-info b {
  font-weight: 500;
  font-size: 20px;
}
.contacts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .contacts__address {
    margin-top: 40px;
  }
}
.contacts__address-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .contacts__address-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.contacts__address p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(46, 56, 78, 0.75);
}
@media (min-width: 992px) {
  .contacts__address p {
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts__address .link {
  font-size: 15px;
}
.contacts__reqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 992px) {
  .contacts__reqs {
    margin-top: 50px;
  }
}
.contacts__reqs-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .contacts__reqs-title {
    font-size: 38px;
    line-height: 45px;
  }
}
.contacts__reqs p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .contacts__reqs p {
    font-size: 20px;
    line-height: 24px;
  }
}
.contacts__reqs ul {
  margin: 0;
  padding: 0;
  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;
  gap: 10px 20px;
  color: rgba(46, 56, 78, 0.75);
}
.contacts__reqs .link {
  font-size: 15px;
}
.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F1F2F5;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .contacts__form {
    border-radius: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__form {
    padding: 30px;
  }
}
.contacts__form-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contacts__form-text {
  font-size: 14px;
  color: rgba(46, 56, 78, 0.75);
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contacts__form-text {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.contacts__form .input {
  margin-bottom: 10px;
}
.contacts__form .textarea {
  margin-bottom: 20px;
}
.contacts__form .file {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contacts__form .file {
    margin-bottom: 30px;
  }
}
.contacts__form .button {
  margin-bottom: 20px;
}
.contacts__form-bottom {
  font-size: 12px;
  line-height: 15px;
  color: rgba(46, 56, 78, 0.5);
}
.contacts__form-bottom a {
  color: #1882D1;
}
.contacts__form-bottom a:hover {
  color: #F17D29;
}

.policy__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .policy__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 900px;
}
@media (min-width: 992px) {
  .policy__body {
    gap: 44px;
  }
}
.policy__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .policy__body-item {
    gap: 24px;
  }
}
.policy__body-item > p {
  font-size: 15px;
  line-height: 24px;
}
.policy__body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy__body-title i {
  width: 40px;
  height: 40px;
  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;
  border: 8px solid #1882D1;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1;
  color: #1882D1;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 992px) {
  .policy__body-title i {
    width: 54px;
    height: 54px;
    border-width: 10px;
    font-size: 20px;
  }
}
.policy__body-title b {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 30px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .policy__body-title b {
    width: calc(100% - 54px);
    padding-left: 20px;
  }
}
.policy__body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: rgba(46, 56, 78, 0.75);
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .policy__body-text {
    font-size: 15px;
    line-height: 24px;
    gap: 20px;
  }
}