@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mffs30");
  src: url("../fonts/icomoon.eot?mffs30#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mffs30") format("truetype"), url("../fonts/icomoon.woff?mffs30") format("woff"), url("../fonts/icomoon.svg?mffs30#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 144%;
    color: var(--simple-text);
}

div h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 136%;
    color: var(--black);
    margin-bottom: 12px;
}

.icon-42:before {
  content: "\e900";
}

.icon-41:before {
  content: "\e901";
}

.icon-40:before {
  content: "\e902";
}

.icon-39:before {
  content: "\e903";
}

.icon-38:before {
  content: "\e904";
}

.icon-37:before {
  content: "\e905";
}

.icon-36:before {
  content: "\e906";
}

.icon-35:before {
  content: "\e907";
}

.icon-34:before {
  content: "\e908";
}

.icon-33:before {
  content: "\e909";
}

.icon-32:before {
  content: "\e90a";
}

.icon-31:before {
  content: "\e90b";
}

.icon-30:before {
  content: "\e90c";
}

.icon-29:before {
  content: "\e90d";
}

.icon-28:before {
  content: "\e90e";
}

.icon-27:before {
  content: "\e90f";
}

.icon-26:before {
  content: "\e910";
}

.icon-25:before {
  content: "\e911";
}

.icon-24:before {
  content: "\e912";
}

.icon-23:before {
  content: "\e913";
}

.icon-22:before {
  content: "\e914";
}

.icon-21:before {
  content: "\e915";
}

.icon-20:before {
  content: "\e916";
}

.icon-19:before {
  content: "\e917";
}

.icon-18:before {
  content: "\e918";
}

.icon-17:before {
  content: "\e919";
}

.icon-16:before {
  content: "\e91a";
}

.icon-15:before {
  content: "\e91b";
}

.icon-14:before {
  content: "\e91c";
}

.icon-13:before {
  content: "\e91d";
}

.icon-12:before {
  content: "\e91e";
}

.icon-11:before {
  content: "\e91f";
}

.icon-10:before {
  content: "\e920";
}

.icon-9:before {
  content: "\e921";
}

.icon-8:before {
  content: "\e922";
}

.icon-7:before {
  content: "\e923";
}

.icon-6:before {
  content: "\e924";
}

.icon-5:before {
  content: "\e925";
}

.icon-4:before {
  content: "\e926";
}

.icon-3:before {
  content: "\e927";
}

.icon-2:before {
  content: "\e928";
}

.icon-1:before {
  content: "\e929";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  cursor: default;
  line-height: normal;
}

body {
  line-height: 1;
  font-family: var(--font-family), sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: var(--font-family), sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

:root {
  --black: #000;
  --red: #e20303;
  --simple-text: #222;
  --grey-text: #484848;
  --light-text: #747478;
  --grey-icon: #96969a;
  --line: #e5e5eb;
  --grey-bg: #f5f5f7;
  --white: #fff;
  --blue: #0f3f93;
  --yelow: #feb62b;
  --light-blue: #ebf3ff;
  --blue-hover: #064bc6;
  --logo-light-blue-logo: #009fdb;
  --logo-blue-logo: #0f3f93;
  --logo-red-logo: #e20303;
/*  --font-family: "Literata", sans-serif; */
  --font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
/*  --second-family: "Literata 18pt", sans-serif; */
   --second-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif; 
  --third-family: "Inter", sans-serif;
}

body.lock {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1420px;
  padding: 0 18px;
  margin: 0 auto;
}

.title, h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 131%;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title > button, .title > a {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title > button:before, .title > a:before {
  font-size: 12px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}


@media (max-width: 500px) {
  .title, h1 {
    font-size: 28px;
    line-height: 144%;
    -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: 6px;
  }
}

.subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .subtitle {
    font-size: 20px;
  }
}

.text {
  font-size: 16px;
  line-height: 144%;
  color: var(--simple-text);
}
.text > a {
  color: var(--blue);
}

.btn {
  -webkit-box-shadow: 3px 3px 0 0 var(--black);
          box-shadow: 3px 3px 0 0 var(--black);
  background: var(--red);
  padding: 11px 24px 15px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
}

.blackbtn {
 /* font-family: var(--second-family); */
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
  padding: 6px 20px 10px 20px;
  background: var(--black);
}

.secondary-btn {
  font-size: 16px;
  line-height: 125%;
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--light-blue);
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secondary-btn::before {
  font-size: 14px;
  color: var(--blue);
}
.secondary-btn.icon-31::before {
  font-size: 2px;
}

.input {
  border: 1px solid var(--line);
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
  width: 100%;
}
.input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.input::-moz-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.input::placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input::-moz-placeholder {
    font-size: 14px;
  }
  .input:-ms-input-placeholder {
    font-size: 14px;
  }
  .input::-ms-input-placeholder {
    font-size: 14px;
  }
  .input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .input {
    font-size: 14px;
    padding: 12px;
  }
}

.slider__button-prev,
.slider__button-next {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  position: absolute;
  z-index: 1;
}
.slider__button-prev::before,
.slider__button-next::before {
  font-size: 14px;
  color: var(--black);
}
@media (max-width: 500px) {
  .slider__button-prev,
  .slider__button-next {
    width: 36px;
    height: 36px;
  }
  .slider__button-prev::before,
  .slider__button-next::before {
    font-size: 12px;
  }
}

.slider__button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-pagination {
  margin-top: 32px;
}
.slider-pagination > span {
  width: 40px;
  height: 2px;
  border-radius: initial;
  background: #d0d0d8;
  opacity: initial;
}
.slider-pagination > span.swiper-pagination-bullet-active {
  background: var(--black);
}
@media (max-width: 500px) {
  .slider-pagination {
    margin-top: 20px;
  }
  .slider-pagination > span {
    width: 24px;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
  padding-top: 20px;
  padding-bottom: 120px;
}
.grid > div:nth-child(2) {
  width: 74%;
}
@media (max-width: 900px) {
  .grid > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .grid {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .grid {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}

.list-dots,
.list-numbered {
  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;
  padding-left: 7px;
}
@media (max-width: 500px) {
  .list-dots,
  .list-numbered {
    gap: 8px;
  }
}

.list-dots > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media (max-width: 500px) {
  .list-dots > li {
    gap: 8px;
  }
}
.list-dots > li::before {
  content: "";
  min-width: 6px;
  height: 6px;
  background-color: var(--red);
  border-radius: 100%;
}

.back-btn {
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: var(--black);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.back-btn > span {
  border: 1px solid var(--line);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  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;
}
.back-btn > span::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 16px;
  color: #323232;
}

.note {
  font-weight: 600;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
  padding-left: 24px;
  border-left: 4px solid var(--red);
}
@media (max-width: 500px) {
  .note {
    padding-left: 20px;
    border-left: 3px solid var(--red);
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tbody {
  border: 1px solid var(--line);
}
.table th {
  background: var(--simple-text);
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  text-align: left;
  padding: 15px 24px;
}
.table th:nth-child(1) {
  width: 72%;
}
.table th:nth-child(2) {
  width: 28%;
  text-align: right;
}
.table td {
  padding: 15px 24px;
  font-size: 16px;
  line-height: 137%;
  color: var(--simple-text);
}
@media (max-width: 500px) {
  .table td:nth-child(1) {
    font-weight: 600;
  }
}
.table td:nth-child(2) {
  text-align: right;
}
@media (max-width: 500px) {
  .table td:nth-child(2) {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .table td {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .table tr:first-child {
    display: none;
  }
}
.table tr:nth-child(2n+1) {
  background: var(--grey-bg);
}
.table tr.total {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--simple-text);
}
@media (max-width: 500px) {
  .table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 12px 16px;
    gap: 8px;
  }
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 2px solid #cccdce;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-radio:checked + label::before {
  border-color: var(--blue);
  background-color: var(--blue);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio:disabled + label::before {
  background-color: #e9ecef;
}

.switch {
  position: relative;
  display: inline-block;
  min-width: 36px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d4d4d8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--blue);
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--blue);
          box-shadow: 0 0 1px var(--blue);
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
      -ms-transform: translateX(12px);
          transform: translateX(12px);
}

.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 2px solid #d4d4d8;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox > input:checked + span::before {
  border-color: var(--blue);
  background-color: var(--blue);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox > input:disabled + span::before {
  background-color: #d4d4d8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.header {
  position: relative;
}
.header__block-1 {
  background: var(--blue);
  padding: 11px 0;
}
.header__block-1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
.header__block-1 > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
}
.header__block-1 > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.header__block-1 > div > ul > li::before {
  color: var(--white);
}
.header__block-1 > div > ul > li:nth-child(1)::before {
  font-size: 18px;
}
.header__block-1 > div > ul > li:nth-child(2)::before {
  font-size: 18px;
}
.header__block-1 > div > ul > li:nth-child(3)::before {
  font-size: 22px;
}
.header__block-1 > div > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
}
@media (max-width: 1050px) {
  .header__block-1 > div > a {
    display: none;
  }
}
@media (max-width: 600px) {
  .header__block-1-desktop {
    display: none;
  }
}
.header__block-1-mobile {
  display: none;
}
@media (max-width: 600px) {
  .header__block-1-mobile {
    display: block;
  }
}
.header__block-2 {
  padding: 16px 0;
}
.header__block-2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1050px) {
  .header__block-2 > div {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header__block-2 > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .header__block-2 > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 10px;
  }
  .header__block-2 > div > div:nth-child(1) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
  }
  .header__block-2 > div > ul.contacts {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    padding-left: 0;
    border: none;
  }
  .header__block-2 > div > ul.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 500px) {
  .header__block-2 > div {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 600px) {
  .header__block-2 {
    padding: 8px 0;
  }
}
.header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.header__search > input {
  padding: 12px 42px 12px 20px;
  width: 100%;
  background: var(--grey-bg);
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > input::-moz-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > input::placeholder {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
.header__search > span {
  position: absolute;
  right: 19.5px;
  top: 15px;
}
.header__search > span::before {
  color: var(--grey-icon);
  font-size: 18px;
}
@media (max-width: 1000px) {
  .header__search {
    display: none;
  }
}
.header__block-3 {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  border-top: 1px solid var(--line);
}
@media (max-width: 600px) {
  .header__block-3 {
    position: absolute;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    min-width: 320px;
    height: calc(100vh - 68px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow: auto;
  }
  .header__block-3.active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  font-size: 16px;
  line-height: 137%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 600px) {
  .header__nav {
    -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;
  }
}
.header__nav > li {
  border-bottom: 3px solid transparent;
}
@media (max-width: 600px) {
  .header__nav > li.active > a::before {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
  }
}
.header__nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
  padding: 16px 0;
  gap: 7px;
}
.header__nav > li > a::before {
  -webkit-transform: rotate(-90deg) translateX(-2px);
      -ms-transform: rotate(-90deg) translateX(-2px);
          transform: rotate(-90deg) translateX(-2px);
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .header__nav > li > a::before {
    -webkit-transform: rotate(180deg) translateX(-2px);
        -ms-transform: rotate(180deg) translateX(-2px);
            transform: rotate(180deg) translateX(-2px);
  }
}
.header__nav > li > a.active {
  border-bottom: 3px solid var(--blue);
}
@media (max-width: 600px) {
  .header__nav > li > a.active {
    border: none;
  }
}
@media (max-width: 1200px) {
  .header__nav > li > a {
    padding: 7px 0;
  }
}
@media (max-width: 600px) {
  .header__nav > li > a {
    padding: 15px 0px 15px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 600;
  }
}
.header__nav > li:hover {
  border-bottom: 3px solid var(--blue);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header__nav > li:hover > a::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 600px) {
  .header__nav > li:hover > a::before {
    -webkit-transform: rotate(180deg) translateX(-2px);
        -ms-transform: rotate(180deg) translateX(-2px);
            transform: rotate(180deg) translateX(-2px);
  }
}
.header__nav > li:nth-child(3) > ul > li:nth-child(4) > ul {
  font-weight: 600;
}
@media (max-width: 600px) {
  .header__nav > li:nth-child(3) > ul > li:nth-child(4) > ul {
    padding-left: 0;
    font-weight: 400;
  }
}
.header__nav > li:nth-child(3) > ul > li:nth-child(4) > ul > li > a {
  color: var(--black);
}
@media (max-width: 600px) {
  .header__nav > li:nth-child(3) > ul > li:nth-child(4) > ul > li > a {
    color: var(--grey-text);
  }
}
.header__nav > li:nth-child(3) > ul, .header__nav > li:nth-child(4) > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}
@media (max-width: 860px) {
  .header__nav > li:nth-child(3) > ul, .header__nav > li:nth-child(4) > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .header__nav > li:nth-child(3) > ul, .header__nav > li:nth-child(4) > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: none;
  }
}
.header__nav > li:nth-child(3) > ul > li > a, .header__nav > li:nth-child(4) > ul > li > a {
  font-weight: 600;
  color: var(--black);
}
.header__nav > li:nth-child(3) > ul > li > ul > li > a, .header__nav > li:nth-child(4) > ul > li > ul > li > a {
  color: var(--grey-text);
}
.header__nav > li > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 48px 48px 48px;
  z-index: 20;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-48px);
      -ms-transform: translateX(-48px);
          transform: translateX(-48px);
  font-size: 16px;
  line-height: 137%;
  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 (max-width: 1100px) {
  .header__nav > li > ul {
    gap: 12px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .header__nav > li > ul {
    opacity: 1;
    visibility: visible;
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 15px 24px;
    display: none;
  }
  .header__nav > li > ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav > li > ul > li {
  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 (max-width: 600px) {
  .header__nav > li > ul > li {
    gap: 8px;
  }
}
.header__nav > li > ul > li > a {
  color: var(--grey-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.header__nav > li > ul > li > a::before {
  display: none;
}
@media (max-width: 600px) {
  .header__nav > li > ul > li > a::before {
    display: block;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(180deg) translateX(-2px);
        -ms-transform: rotate(180deg) translateX(-2px);
            transform: rotate(180deg) translateX(-2px);
  }
}
@media (max-width: 600px) {
  .header__nav > li > ul > li > a.active::before {
    -webkit-transform: rotate(270deg) !important;
        -ms-transform: rotate(270deg) !important;
            transform: rotate(270deg) !important;
  }
}
.header__nav > li > ul > li > ul {
  font-size: 16px;
  line-height: 137%;
  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 (max-width: 600px) {
  .header__nav > li > ul > li > ul {
    gap: 16px;
    padding-left: 24px;
    display: none;
  }
  .header__nav > li > ul > li > ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .header__nav > li {
    width: 100%;
  }
  .header__nav > li:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
}
.header__btn {
  display: none;
}
@media (max-width: 600px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .header__btn > button {
    background-color: transparent;
  }
  .header__btn > button:nth-child(1)::before {
    font-size: 18px;
    color: var(--grey-icon);
  }
  .header__btn > button:nth-child(2)::before {
    font-size: 22px;
    color: var(--black);
  }
  .header__btn > button:nth-child(3) {
    display: none;
    margin-left: 8px;
    margin-right: 7px;
  }
  .header__btn > button:nth-child(3)::before {
    font-size: 22px;
    color: var(--black);
  }
}

.footer {
  padding: 64px 0 48px 0;
  border-top: 1px solid var(--line);
}
@media (max-width: 500px) {
  .footer {
    padding: 24px 0 24px 0;
  }
}
.footer > 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: 48px;
}
@media (max-width: 500px) {
  .footer > div {
    gap: 24px;
  }
}
.footer__block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (max-width: 880px) {
  .footer__block-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .footer__block-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.footer__block-1 > div > ul {
  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;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 500px) {
  .footer__block-1 > div > ul {
    font-size: 14px;
    gap: 16px;
  }
}
.footer__block-1 > div > ul > li:first-child {
  font-weight: 600;
  line-height: 137%;
  color: var(--black);
}
@media (max-width: 500px) {
  .footer__block-1 > div > ul > li:first-child {
    color: var(--grey-text);
  }
}
.footer__block-1 > div > ul > li > a {
  color: var(--grey-text);
}
@media (max-width: 500px) {
  .footer__block-1 > div > ul > li > a {
    color: var(--grey-text) !important;
  }
}
.footer__block-1 > div:first-child > ul {
  font-weight: 600;
  line-height: 137%;
}
.footer__block-1 > div:first-child > ul > li > a {
  color: var(--black);
}
@media (max-width: 500px) {
  .footer__block-1 > div:not(:first-child) > ul > li:not(:first-child) {
    display: none;
  }
}
.footer__block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 16px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 1020px) {
  .footer__block-2 > div:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width: 750px) {
  .footer__block-2 > div:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 1020px) {
  .footer__block-2 > ul {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 1020px) {
  .footer__block-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .footer__block-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer__socials-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 750px) {
  .footer__socials-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .footer__socials-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
.footer__socials-wrapper > a {
  font-size: 16px;
  line-height: 137%;
  color: var(--simple-text);
}
@media (max-width: 500px) {
  .footer__socials-wrapper > a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__socials-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__block-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 558px 1fr;
  grid-template-columns: 558px 1fr;
  gap: 32px;
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 1300px) {
  .footer__block-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .footer__block-3 {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  .footer__block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .footer__block-3 {
    font-size: 12px;
  }
}
.footer__block-3 > div:first-child {
  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 (max-width: 650px) {
  .footer__block-3 > div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__block-3 > div > a {
  color: var(--light-text);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.intro {
  padding: 40px 0 48px 0;
  background-image: url("../img/bg-4.webp");
}
@media (max-width: 500px) {
  .intro {
    padding: 12px 0 24px 0;
  }
}
.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media (max-width: 1100px) {
  .intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .intro__block {
    margin-top: 12px;
    gap: 0;
  }
}
.intro__block > div:nth-child(1) {
  padding: 40px;
  width: 32.3699421965%;
  background-image: url("../img/bg-5.webp");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 396px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__block > div:nth-child(1) > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  color: var(--white);
}
.intro__block > div:nth-child(1) > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.intro__block > div:nth-child(1) > ul > li::before {
  font-size: 15px;
  color: var(--yelow);
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}
@media (max-width: 1250px) {
  .intro__block > div:nth-child(1) {
    height: auto;
    background-size: cover;
  }
}
@media (max-width: 1100px) {
  .intro__block > div:nth-child(1) {
    width: 100%;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .intro__block > div:nth-child(1) {
    padding: 24px 18px;
  }
}
.intro__slider {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.intro__slider-wrapper {
  margin-left: 8px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: -24px;
  width: 67.6300578035%;
}
@media (max-width: 1100px) {
  .intro__slider-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .intro__slider-wrapper {
    padding-top: 16px;
  }
}
.intro__slider__button-prev, .intro__slider__button-next {
  bottom: 230px;
}
@media (max-width: 500px) {
  .intro__slider__button-prev, .intro__slider__button-next {
    bottom: 160px;
  }
}
.intro__slider__button-prev {
  left: 0;
}
.intro__rating {
  position: fixed;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  width: 140px;
  gap: 8px;
  text-align: center;
  z-index: 2;
}
.intro__rating > p {
  font-size: 12px;
  line-height: 133%;
  color: var(--black);
}
.intro__rating > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.intro__rating > ul > li::before {
  font-size: 17px;
  color: var(--yelow);
}
.intro__rating > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__rating > div > span {
  width: 32px;
  height: 32px;
  background-color: #fc3f1d;
  border-radius: 100%;
  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;
}
.intro__rating > div > span::before {
  color: var(--white);
  font-size: 16px;
}
.intro__rating > div > b {
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
}
@media (max-width: 500px) {
  .intro__rating {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -18px;
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 0;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.logo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logo > div > span:nth-child(1) {
  font-weight: 800;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: var(--black);
}
.logo > div > span:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--black);
}
.logo > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contacts {
  padding-left: 40px;
  border-left: 1px solid var(--line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1050px) {
  .contacts {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 768px) {
  .contacts {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media (max-width: 500px) {
  .contacts {
    gap: 12px;
  }
}
.contacts > li {
  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;
}
@media (max-width: 500px) {
  .contacts > li {
    gap: 0;
  }
}
.contacts > li > span {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .contacts > li > span {
    font-size: 10px;
  }
}
.contacts > li > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
@media (max-width: 500px) {
  .contacts > li > a {
    font-size: 14px;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 500px) {
  .socials {
    gap: 6px;
  }
}
.socials > li > a {
  width: 48px;
  height: 48px;
  border-radius: 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;
}
.socials > li > a::before {
  color: var(--white);
}
@media (max-width: 500px) {
  .socials > li > a {
    width: 36px;
    height: 36px;
  }
}
.socials > li:nth-child(1) > a {
  background: #50a4d1;
}
.socials > li:nth-child(1) > a::before {
  font-size: 20px;
}
@media (max-width: 500px) {
  .socials > li:nth-child(1) > a::before {
    font-size: 16px;
  }
}
.socials > li:nth-child(2) > a {
  background: #1ea918;
}
.socials > li:nth-child(2) > a::before {
  font-size: 24px;
}
@media (max-width: 500px) {
  .socials > li:nth-child(2) > a::before {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .socials {
    display: none;
  }
}

.services {
  padding: 80px 0;
}
@media (max-width: 500px) {
  .services {
    padding: 24px 0;
  }
}
.services > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 880px) {
  .services > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.services > div > 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: 40px;
}
@media (max-width: 1000px) {
  .services > div > div > h2 {
    -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 (max-width: 880px) {
  .services > div > div > h2 {
    -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 (max-width: 500px) {
  .services > div > div > h2 > button {
    display: none;
  }
}
.services > div > div > button {
  display: none;
}
@media (max-width: 500px) {
  .services > div > div > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    margin-top: -16px;
    background-color: transparent;
    border: 1px solid var(--line);
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 14px;
    line-height: 143%;
    color: var(--black);
    gap: 12px;
  }
  .services > div > div > button::before {
    font-size: 12px;
    color: var(--black);
  }
}
@media (max-width: 500px) {
  .services > div > div {
    gap: 16px;
  }
}
@media (max-width: 1100px) {
  .services > div {
    gap: 24px;
  }
}
.services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0.5px solid var(--line);
}
@media (max-width: 500px) {
  .services__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.services__list > li > a {
  height: 176px;
  padding: 20px;
  border: 0.5px solid var(--line);
  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;
}
.services__list > li > a > b {
  min-height: 60px;
}
.services__list > li > a > b:before {
  color: var(--red);
}
.services__list > li > a > p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  text-align: center;
}
@media (max-width: 500px) {
  .services__list > li > a > p {
    font-size: 14px;
    line-height: 143%;
  }
}
.services__list > li > a > span {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .services__list > li > a > span {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .services__list > li > a {
    height: 160px;
    padding: 16px;
  }
}
.services__list-1 > li:nth-child(1) > a > b:before {
  font-size: 56px;
}
.services__list-1 > li:nth-child(2) > a > b:before {
  font-size: 52px;
}
.services__list-1 > li:nth-child(3) > a > b:before {
  font-size: 57px;
}
.services__list-1 > li:nth-child(4) > a > b:before {
  font-size: 38px;
}
.services__list-1 > li:nth-child(5) > a > b:before {
  font-size: 58px;
}
.services__list-1 > li:nth-child(6) > a > b:before {
  font-size: 56px;
}
.services__list-2 > li:nth-child(1) > a > b:before {
  font-size: 58px;
}
.services__list-2 > li:nth-child(2) > a > b:before {
  font-size: 60px;
}
.services__list-2 > li:nth-child(3) > a > b:before {
  font-size: 45px;
}
.services__list-2 > li:nth-child(4) > a > b:before {
  font-size: 56px;
}
.services__list-2 > li:nth-child(5) > a > b:before {
  font-size: 40px;
}
.services__list-2 > li:nth-child(6) > a > b:before {
  font-size: 54px;
}

.advantages {
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .advantages {
    padding-bottom: 24px;
  }
}
.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  font-weight: 600;
  gap: 24px;
}
@media (max-width: 1100px) {
  .advantages__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 880px) {
  .advantages__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .advantages__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .advantages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.advantages__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;
  gap: 12px;
}
.advantages__list > li > span {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: var(--light-blue);
  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;
}
.advantages__list > li > span::before {
  font-size: 15px;
  color: var(--blue);
}
@media (max-width: 500px) {
  .advantages__list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.advantages__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 440px;
  grid-template-columns: 1fr 440px;
  gap: 64px;
  margin-bottom: 64px;
}
@media (max-width: 1100px) {
  .advantages__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .advantages__block {
    margin-bottom: 16px;
  }
}
.advantages__block > div:nth-child(1) > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .advantages__block > div:nth-child(1) > h2 {
    margin-bottom: 16px;
  }
}
.advantages__block > div:nth-child(2) {
  padding: 40px;
  background-image: url("../img/bg-1.webp");
  background-size: cover;
}
@media (max-width: 500px) {
  .advantages__block > div:nth-child(2) {
    padding: 16px;
  }
}
.advantages__block > div:nth-child(2) > div {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 20px 48px;
  font-weight: 700;
  color: var(--blue);
}
@media (max-width: 500px) {
  .advantages__block > div:nth-child(2) > div {
    padding: 5px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.advantages__block > div:nth-child(2) > div > span {
  font-size: 100px;
  line-height: 140%;
}
@media (max-width: 500px) {
  .advantages__block > div:nth-child(2) > div > span {
    font-size: 72px;
    line-height: 125%;
  }
}
.advantages__block > div:nth-child(2) > div > p {
  font-size: 16px;
  line-height: 137%;
}

.promo > div > img {
  display: none;
}
@media (max-width: 500px) {
  .promo > div > img {
    display: block;
    width: 100%;
  }
}
.promo__block {
 /* background: url("../img/bg-2.png"), -webkit-gradient(linear, right top, left top, from(#0f3f93), to(#16315f));
  background: url("../img/bg-2.png"), linear-gradient(270deg, #0f3f93 0%, #16315f 100%);*/

  background: url("../img/bg-2.webp"), -webkit-gradient(linear, right top, left top, from(#0f3f93), to(#16315f));
  background: url("../img/bg-2.webp"), linear-gradient(270deg, #0f3f93 0%, #16315f 100%);
  background-position: right;
  background-repeat: no-repeat;
  padding: 61px 64px 68px 64px;
}
@media (max-width: 1300px) {
  .promo__block {
    background: -webkit-gradient(linear, right top, left top, from(#0f3f93), to(#16315f));
    background: linear-gradient(270deg, #0f3f93 0%, #16315f 100%);
  }
}
@media (max-width: 500px) {
  .promo__block {
    padding: 20px;
  }
}
.promo__block > h2 {
  color: var(--white);
}
.promo__block > h3 {
  color: var(--white);
  margin-top: 8px;
}
.promo__block > p {
  color: var(--white);
  opacity: 0.85;
  max-width: 780px;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .promo__block > p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.news {
  padding: 80px 0;
}
@media (max-width: 500px) {
  .news {
    padding: 24px 0;
  }
}
.news__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 980px) {
  .news__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .news__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .news__grid {
    margin-top: 24px;
  }
}

.geography {
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .geography {
    padding-bottom: 24px;
  }
}
.geography__block {
  padding: 26px 64px 30px 40px;
  background-color: var(--grey-bg);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 288px 1fr 356px;
  grid-template-columns: 288px 1fr 356px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 1180px) {
  .geography__block {
    padding: 26px 40px 30px 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .geography__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .geography__block {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .geography__block > img {
    width: 220px;
  }
}
.geography__block > div:nth-child(2) {
  margin-left: 12px;
  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 (max-width: 900px) {
  .geography__block > div:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .geography__block > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    gap: 12px;
  }
}
.geography__block > div:nth-child(3) {
  padding-left: 40px;
  border-left: 1px solid var(--line);
  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;
}
.geography__block > div:nth-child(3) > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
}
@media (max-width: 900px) {
  .geography__block > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

.price {
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .price {
    padding-bottom: 24px;
  }
}
.price__block {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
@media (max-width: 1000px) {
  .price__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .price__block {
    margin-bottom: 16px;
    gap: 16px;
  }
}

.stages {
  padding-top: 80px;
}
@media (max-width: 500px) {
  .stages {
    padding-top: 24px;
  }
}
.stages__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 558px 1fr;
  grid-template-columns: 558px 1fr;
  gap: 64px;
}
@media (max-width: 1100px) {
  .stages__block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 840px) {
  .stages__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .stages__block {
    gap: 24px;
  }
}
.stages__block > div:nth-child(1) {
  background-image: url("../img/bg-3.webp");
  background-size: cover;
  padding: 40px;
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(1) {
    padding: 16px;
  }
}
.stages__block > div:nth-child(1) > div {
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  padding: 32px;
  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 (max-width: 500px) {
  .stages__block > div:nth-child(1) > div {
    padding: 16px;
    gap: 6px;
  }
}
.stages__block > div:nth-child(1) > div > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(1) > div > h3 {
    font-size: 16px;
  }
}
.stages__block > div:nth-child(1) > div > span {
  font-weight: 700;
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(1) > div > span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(1) > div > p {
    font-size: 14px;
  }
}
.stages__block > div:nth-child(2) > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(2) > h2 {
    margin-bottom: 16px;
  }
}
.stages__block > div:nth-child(2) > ul {
  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 (max-width: 500px) {
  .stages__block > div:nth-child(2) > ul {
    gap: 12px;
  }
}
.stages__block > div:nth-child(2) > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
@media (max-width: 500px) {
  .stages__block > div:nth-child(2) > ul > li {
    gap: 12px;
  }
}
.stages__block > div:nth-child(2) > ul > li > span {
  min-width: 36px;
  height: 36px;
  border-radius: 100px;
  background: var(--blue);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
  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;
}
.stages__block > div:nth-child(2) > ul > li:not(:last-child):before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px dashed var(--line);
  position: absolute;
  top: 36px;
  left: 17.5px;
}

.worth {
  padding-top: 80px;
}
@media (max-width: 500px) {
  .worth {
    padding-top: 24px;
  }
}
.worth > div > h2 {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .worth > div > h2 {
    margin-bottom: 12px;
  }
}
.worth > div > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--simple-text);
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .worth > div > p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.worth__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0.5px solid var(--line);
}
@media (max-width: 1000px) {
  .worth__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .worth__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.worth__grid > div {
  padding: 32px 40px 40px 40px;
  border: 0.5px solid var(--line);
}
@media (max-width: 1000px) {
  .worth__grid > div {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .worth__grid > div {
    padding: 20px;
  }
}
.worth__grid > div > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 24px;
}
.worth__grid > div > h3::after {
  content: "";
  width: 64px;
  height: 3px;
  background: var(--red);
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 500px) {
  .worth__grid > div > h3::after {
    width: 48px;
  }
}
@media (max-width: 500px) {
  .worth__grid > div > h3 {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}

.contract {
  margin-top: 80px;
  background: var(--grey-bg);
}
@media (max-width: 500px) {
  .contract {
    margin-top: 24px;
  }
}
.contract__block {
  padding: 80px 0 100px 0;
  max-width: 816px;
  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: 40px;
}
@media (max-width: 500px) {
  .contract__block {
    padding: 20px 0 0 0;
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .contract__block > h2 {
    font-size: 20px;
  }
}
.contract__block > img {
  display: none;
}
@media (max-width: 500px) {
  .contract__block > img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1370px) {
  .contract__block {
    max-width: 100%;
  }
}
.contract > div {
  position: relative;
}
.contract > div::after {
  content: url("../img/img-3.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1370px) {
  .contract > div::after {
    display: none;
  }
}

.list {
  padding-top: 80px;
}
@media (max-width: 500px) {
  .list {
    padding-top: 24px;
  }
}
.list__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .list__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .list__items {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
}
.list__items > li {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 500px) {
  .list__items > li > div {
    text-align: left;
  }
}
.list__items > li > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .list__items > li > div > span {
    font-size: 18px;
  }
}
.list__items > li > div > p {
  font-size: 16px;
  line-height: 144%;
  color: var(--simple-text);
}
@media (max-width: 500px) {
  .list__items > li {
    -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: 16px;
  }
}
.list-icon {
  margin-bottom: 8px;
  min-width: 88px;
  width: 88px;
  height: 88px;
  background-color: var(--red);
  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;
  position: relative;
}
@media (max-width: 500px) {
  .list-icon {
    margin-bottom: 0;
    min-width: 64px;
    width: 64px;
    height: 64px;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.list-icon > span:before {
  color: white;
  font-size: 53px;
}
@media (max-width: 500px) {
  .list-icon > span:before {
    font-size: 41px;
  }
}
.list-icon::before, .list-icon::after, .list-icon > div::before, .list-icon > div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
}
@media (max-width: 500px) {
  .list-icon::before, .list-icon::after, .list-icon > div::before, .list-icon > div::after {
    width: 12px;
    height: 12px;
  }
}
.list-icon::before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.list-icon::after {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
      -ms-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
.list-icon > div::before {
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}
.list-icon > div::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(50%);
      -ms-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
}

.goods {
  padding-top: 80px;
}
@media (max-width: 500px) {
  .goods {
    padding-top: 24px;
  }
}
.goods > div > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .goods > div > h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1500px) {
  .goods > div > div {
    padding: 0 18px;
  }
}
.goods__slider-wrapper {
  position: relative;
  padding: 24px;
  margin: -24px;
}
.goods__slider {
  padding: 10px;
  margin: -10px;
  overflow: hidden;
}
.goods__slider__button-prev, .goods__slider__button-next {
  bottom: 194px;
}
.goods__slider__button-prev {
  left: 0;
}
.goods__slider-pagination {
  text-align: center;
}

.form {
  padding-bottom: 137px;
}
@media (max-width: 500px) {
  .form {
    padding-bottom: 32px;
  }
}
.form__block {
  background: var(--grey-bg);
  padding: 64px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 472px 1fr;
  grid-template-columns: 472px 1fr;
  gap: 80px;
}
@media (max-width: 1200px) {
  .form__block {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    padding: 50px;
  }
}
@media (max-width: 1000px) {
  .form__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .form__block {
    padding: 20px;
    gap: 24px;
  }
}
.form__block > div:nth-child(1) > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .form__block > div:nth-child(1) > h2 {
    margin-bottom: 12px;
  }
}
.form__block > div:nth-child(1) > p {
  font-size: 20px;
  line-height: 140%;
  color: var(--simple-text);
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .form__block > div:nth-child(1) > p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.form__block > form {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 48px;
  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 (max-width: 500px) {
  .form__block > form {
    padding: 16px;
    gap: 12px;
  }
}
.form__block > form > textarea {
  height: 140px;
}
.form__block > form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .form__block > form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.form__block > form > div > p {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .form__block > form > div > p {
    font-size: 12px;
  }
}
.form__block > form > div > p > a {
  color: var(--light-text);
  text-decoration: underline;
}
.form__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .form__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.form__contacts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__contacts > div > span {
  font-size: 18px;
  line-height: 144%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .form__contacts > div > span {
    font-size: 14px;
  }
}
.form__contacts > div > a {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--black);
}
@media (max-width: 500px) {
  .form__contacts > div > a {
    font-size: 18px;
  }
}

.product {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  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;
  min-height: 396px;
  background: white;
}
@media (max-width: 500px) {
  .product {
    padding: 12px;
    min-height: 292px;
  }
}
.product > img, .product > a > img {
  height: 212px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 500px) {
  .product > img {
    height: 140px;
  }
}
.product > h3  {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 20px;
}

.product > h3,.product > h3 a,.product > h3 a:visited  {
 
  color: var(--black);
}

@media (max-width: 500px) {
  .product > h3 {
    padding-top: 12px;
    margin-top: 12px;
  }
}
.product > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
.product > div > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
}
@media (max-width: 500px) {
  .product > div {
    -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: 12px;
  }
  .product > div > button {
    width: 100%;
  }
}

.faq {
  background: #212121;
  padding: 80px 0;
  margin-top: 80px;
}
@media (max-width: 500px) {
  .faq {
    padding: 24px 0;
    margin-top: 24px;
  }
}
.faq__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 1fr;
  grid-template-columns: 440px 1fr;
  gap: 32px;
  background-image: url("../img/bg-6.webp");
  background-repeat: no-repeat;
  background-position: 0 130px;
}
@media (max-width: 1100px) {
  .faq__block {
    background-image: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .faq__block {
    gap: 16px;
  }
}
.faq__block > div > h2 {
  color: var(--white);
}
.faq__block > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  
}
.faq__block > ul > li > p {
	color: var(--white)!important;
	font-weight: 500;
	font-size: 20px;
}
@media (max-width: 500px) {
  .faq__block > ul {
    font-size: 16px;
  }
}
.faq__block > ul > li {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.faq__block > ul > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 500px) {
  .faq__block > ul > li {
    padding: 16px 0;
  }
}
.faq__block > ul > li > div {
  color: var(--white);
  padding-top: 16px;
  display: none;
}
.faq__block > ul > li.active > div {
  display: block;
}
.faq__block > ul > li.active > p > span::before {
  display: none;
}
.faq__block > ul > li.active > p > span::after {
  content: url("../img/icon-1.svg");
  -webkit-transform: translateY(-6.5px);
      -ms-transform: translateY(-6.5px);
          transform: translateY(-6.5px);
}
.faq__block > ul > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.faq__block > ul > li > p > span {
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  border-radius: 100px;
  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;
}
.faq__block > ul > li > p > span::before {
  font-size: 14px;
  color: white;
}
@media (max-width: 500px) {
  .faq__block > ul > li > p > span::before {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .faq__block > ul > li > p > span {
    min-width: 32px;
    height: 32px;
  }
}
@media (max-width: 500px) {
  .faq__block > ul > li > p {
    gap: 10px;
  }
}

.sidebar {
  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;
  width: 26%;
}
@media (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar > ul:nth-child(1), .sidebar > ul:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar > ul:nth-child(1) > li.active > span, .sidebar > ul:nth-child(4) > li.active > span {
  color: var(--blue);
}
.sidebar > ul:nth-child(1) > li.active > span:before, .sidebar > ul:nth-child(4) > li.active > span:before {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sidebar > ul:nth-child(1) > li > span, .sidebar > ul:nth-child(4) > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  font-weight: 600;
  padding: 15px 26px 15px 6px;
}
.sidebar > ul:nth-child(1) > li > span::before, .sidebar > ul:nth-child(4) > li > span::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar > ul:nth-child(1) > li > ul, .sidebar > ul:nth-child(4) > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar > ul:nth-child(1) > li > ul > li > a, .sidebar > ul:nth-child(4) > li > ul > li > a {
  display: block;
  padding: 15px 26px 15px 40px;
  font-size: 16px;
  line-height: 137%;
  color: var(--grey-text);
}
.sidebar > ul:nth-child(1) > li:not(:last-child), .sidebar > ul:nth-child(4) > li:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.sidebar > ul:nth-child(4) ul{
	margin: 0 0 0 20px;
	font-weight: 400;
}

.sidebar > ul:nth-child(2), .sidebar > ul:nth-child(3) {
  border: 1px solid var(--line);
  padding: 20px 24px 24px 24px;
  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;
}
.sidebar > ul:nth-child(2) > li > span, .sidebar > ul:nth-child(3) > li > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 16px;
}
.sidebar > ul:nth-child(2) > li > a, .sidebar > ul:nth-child(3) > li > a {
  color: var(--grey-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
}

.about-service > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .about-service > h2 {
    margin-bottom: 24px;
  }
}
.about-service__block-1 {
  margin-top: 24px;
  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 (max-width: 500px) {
  .about-service__block-1 {
    margin-top: 16px;
    gap: 14px;
  }
}
.about-service__block-1 > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .about-service__block-1 > img {
    height: 200px;
  }
}
.about-service__block-2 {
  margin-top: 32px;
  position: relative;
  max-width: 956px;
}
@media (max-width: 500px) {
  .about-service__block-2 {
    margin-top: 24px;
  }
}
.about-service__block-3 {
  margin-top: 32px;
}
.about-service__block-3 > ul {
  margin-top: 32px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
}
@media (max-width: 700px) {
  .about-service__block-3 > ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-service__block-3 > ul > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.about-service__block-3 > ul > li > div {
  text-align: left;
}
.about-service__block-3 > ul > li > div > p {
  margin-top: 6px;
}
@media (max-width: 500px) {
  .about-service__block-3 {
    margin-top: 24px;
  }
}
.about-service__block-3 > h2 {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .about-service__block-3 > h2 {
    margin-bottom: 16px;
  }
}
.about-service__slider {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .about-service__slider {
    margin-top: 16px;
  }
}
.about-service__slider-slide > img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .about-service__slider-slide > img {
    height: 180px;
  }
}
.about-service__slider__button-prev, .about-service__slider__button-next {
  top: 0;
}
.about-service__slider__button-prev {
  right: 56px;
}
@media (max-width: 500px) {
  .about-service__slider__button-prev {
    right: 46px;
  }
}

.news-list > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .news-list > h2 {
    margin-bottom: 24px;
  }
}
.news-list__block {
  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 (max-width: 500px) {
  .news-list__block {
    gap: 16px;
  }
}
.news-list__block > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  padding-bottom: 0;
  border: none;
}
@media (max-width: 1100px) {
  .news-list__block > div {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .news-list__block > div {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 680px) {
  .news-list__block > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
  }
}
.news-list__block > div > img {
  height: 204px;
}
.news-list > button {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
  border: 1px solid var(--line);
  padding: 11px 24px 15px 24px;
  width: 100%;
  background-color: transparent;
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 500px) {
  .news-list > button {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.news-item {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media (max-width: 500px) {
  .news-item {
    padding-bottom: 16px;
  }
}
.news-item > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-item > img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 500px) {
  .news-item > img {
    height: 204px;
  }
}
.news-item > div > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-top: 16px;
}
@media (max-width: 500px) {
  .news-item > div > h3 {
    margin-top: 12px;
  }
}
.news-item > div > p {
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .news-item > div > p {
    margin-top: 4px;
  }
}
.news-item__data {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-item__data > span {
  color: var(--light-text);
}
.news-item__data > span::before {
  color: var(--grey-icon);
  font-size: 15px;
}
@media (max-width: 500px) {
  .news-item__data {
    margin-top: 16px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination > ul > li {
  font-size: 14px;
  line-height: 143%;
  color: var(--simple-text);
  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;
  cursor: pointer;
}
.pagination > ul > li.active {
  border-bottom: 3px solid var(--blue);
}
@media (max-width: 600px) {
  .pagination > ul > li:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .pagination > ul > li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination > button {
  background-color: transparent;
  font-size: 14px;
  line-height: 143%;
  color: var(--simple-text);
}
@media (max-width: 600px) {
  .pagination > button:first-child {
    display: none;
  }
}

.news-full > h2 {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .news-full > h2 {
    margin-bottom: 8px;
  }
}
.news-full > span {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .news-full > span {
    font-size: 14px;
  }
}
.news-full > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .news-full > img {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.news-full > p {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .news-full > p {
    margin-bottom: 16px;
  }
}
.news-full > h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .news-full > h2 {
    font-size: 20px;
  }
}
.news-full > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .news-full > h3 {
    font-size: 18px;
  }
}
.news-full > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  margin-bottom: 16px;
}
.news-full > ul {
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .news-full > ul {
    margin-bottom: 12px;
  }
}
.news-full > button {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .news-full > button {
    margin-top: 24px;
  }
}

.discount > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .discount > h2 {
    margin-bottom: 24px;
  }
}
.discount > p {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .discount > p {
    margin-bottom: 16px;
  }
}
.discount > img {
  width: 100%;
}
@media (max-width: 500px) {
  .discount > img.desktop {
    display: none;
  }
}
.discount > img.mobile {
  display: none;
}
@media (max-width: 500px) {
  .discount > img.mobile {
    display: block;
  }
}

.error-404 > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .error-404 > h2 {
    margin-bottom: 24px;
  }
}
.error-404 > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .error-404 > p {
    margin-bottom: 16px;
  }
}

.reviews > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .reviews > h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .reviews > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.reviews__block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 48px;
  display: none;
}
.reviews__block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .reviews__block {
    margin-top: 24px;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.reviews__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: 16px;
}
@media (max-width: 500px) {
  .reviews__item {
    gap: 12px;
  }
}
.reviews__item-rating {
  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;
}
.reviews__item-rating > span {
  font-weight: 700;
}
.reviews__item-rating > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.reviews__item-rating > div > span::before {
  color: var(--yelow);
  font-size: 17px;
}
.reviews__item > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr auto;
  grid-template-columns: 64px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 500px) {
  .reviews__item > div {
    gap: 16px;
  }
}
.reviews__item > div > img {
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.reviews__item > div > span {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
.reviews__item-2 {
  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;
}
.reviews__item-2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__item-2 > div > span:nth-child(1) {
  font-weight: 700;
}
.reviews__item-2 > div > span:nth-child(2) {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
.reviews__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62px 1fr auto;
  grid-template-columns: 62px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .reviews__header {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 500px) {
  .reviews__header {
    gap: 15px;
  }
}
.reviews__header > button {
  color: var(--blue);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__header > button:before {
  color: var(--blue);
  font-size: 10px;
}
@media (max-width: 600px) {
  .reviews__header > button {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.reviews__header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.reviews__header > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
.reviews__header > div > b {
  color: var(--yelow);
  font-size: 17px;
}
.reviews__certificates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 630px) {
  .reviews__certificates {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.reviews__certificates > div {
  border: 1px solid var(--line);
  padding: 32px 42px;
}
.reviews__certificates > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__send {
  padding: 32px;
  background: var(--grey-bg);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 204px;
  grid-template-columns: 1fr 204px;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 580px) {
  .reviews__send {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .reviews__send {
    padding: 20px;
    gap: 16px;
  }
}

.rubric > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .rubric > h2 {
    margin-bottom: 24px;
  }
}
.rubric__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
  gap: 24px;
}
@media (max-width: 720px) {
  .rubric__block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .rubric__block {
    gap: 12px;
    margin-bottom: 24px;
  }
}

.payment > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .payment > h2 {
    margin-bottom: 24px;
  }
}
.payment__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: 20px;
}
@media (max-width: 500px) {
  .payment__text {
    margin-bottom: 16px;
  }
}
.payment > img {
  display: none;
}
@media (max-width: 500px) {
  .payment > img {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
.payment__promo {
  background: url("../img/bg-8.png"), -webkit-gradient(linear, right top, left top, from(#0f3f93), to(#16315f));
  background: url("../img/bg-8.png"), linear-gradient(270deg, #0f3f93 0%, #16315f 100%);
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 40px;
  padding: 40px;
}
@media (max-width: 1230px) {
  .payment__promo {
    background: -webkit-gradient(linear, right top, left top, from(#0f3f93), to(#16315f));
    background: linear-gradient(270deg, #0f3f93 0%, #16315f 100%);
  }
}
@media (max-width: 500px) {
  .payment__promo {
    margin-top: 0;
    padding: 20px;
  }
}
.payment__promo > div {
  max-width: 480px;
}
@media (max-width: 1230px) {
  .payment__promo > div {
    max-width: none;
  }
}
.payment__promo > div > h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--white);
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .payment__promo > div > h2 {
    font-size: 20px;
  }
}
.payment__promo > div > h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .payment__promo > div > h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.payment__promo > div > p {
  color: var(--white);
  opacity: 0.85;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .payment__promo > div > p {
    margin-bottom: 16px;
  }
}

.information > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .information > h2 {
    margin-bottom: 24px;
  }
}
.information > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .information > p {
    margin-bottom: 16px;
  }
}
.information > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .information > h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.consultation {
  padding: 32px;
  background: var(--grey-bg) url("../img/bg-7.png");
  background-repeat: no-repeat;
  background-position-x: 649px;
  margin-top: 39px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .consultation {
    padding: 20px;
    margin-top: 24px;
  }
}
.consultation > div:nth-child(1) {
  max-width: 576px;
  margin-bottom: 16px;
}
.consultation > div:nth-child(1) > ul {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  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 (max-width: 500px) {
  .consultation > div:nth-child(1) > ul {
    gap: 8px;
  }
}
.consultation > div:nth-child(1) > p {
  color: var(--black);
  margin-top: 16px;
}
@media (max-width: 500px) {
  .consultation > div:nth-child(1) > p {
    margin-top: 12px;
  }
}
.consultation > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 500px) {
  .consultation > div:nth-child(2) {
    gap: 12px;
  }
}
.consultation > div:nth-child(2) > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
@media (max-width: 500px) {
  .consultation > div:nth-child(2) > a {
    font-size: 16px;
  }
}
.consultation > div:nth-child(2) > span {
  font-size: 16px;
  line-height: 137%;
  color: var(--blue);
  padding-left: 24px;
  border-left: 1px solid #c7c7cc;
}
@media (max-width: 500px) {
  .consultation > div:nth-child(2) > span {
    font-size: 15px;
    padding-left: 12px;
  }
}

.consultation_mo {
  padding: 32px;
  background: var(--grey-bg) url("../img/bg-7.png");
  background-repeat: no-repeat;
  background-position-x: 649px;
  margin-top: 39px;
}
@media (max-width: 500px) {
  .consultation_mo {
    padding: 20px;
    margin-top: 24px;
  }
}
.consultation_mo > div:nth-child(1) {
  max-width: 576px;
  margin-bottom: 16px;
}
.consultation_mo > div:nth-child(1) > ul {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  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 (max-width: 500px) {
  .consultation_mo > div:nth-child(1) > ul {
    gap: 8px;
  }
}
.consultation_mo > div:nth-child(1) > p {
  color: var(--black);
  margin-top: 16px;
}
@media (max-width: 500px) {
  .consultation_mo > div:nth-child(1) > p {
    margin-top: 12px;
  }
}
.consultation_mo > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 500px) {
  .consultation_mo > div:nth-child(2) {
    gap: 12px;
  }
}
.consultation_mo > div:nth-child(2) > a {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
@media (max-width: 500px) {
  .consultation_mo > div:nth-child(2) > a {
    font-size: 16px;
  }
}
.consultation_mo > div:nth-child(2) > span {
  font-size: 16px;
  line-height: 137%;
  color: var(--blue);
  padding-left: 24px;
  border-left: 1px solid #c7c7cc;
}
@media (max-width: 500px) {
  .consultation_mo > div:nth-child(2) > span {
    font-size: 15px;
    padding-left: 12px;
  }
}

.work > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .work > h2 {
    margin-bottom: 24px;
  }
}
.work > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .work > p {
    margin-bottom: 16px;
  }
}
.work > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .work > h3 {
    font-size: 20px;
  }
}
.work > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #131313;
  margin-top: 24px;
  gap: 16px;
}
@media (max-width: 500px) {
  .work > ul {
    margin-top: 16px;
  }
}
.work > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work > ul > li > span {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: var(--grey-bg);
  border-radius: 100px;
  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;
  color: var(--red);
}

.links > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .links > h2 {
    margin-bottom: 24px;
  }
}
.links > div:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .links > div:not(:last-child) {
    margin-bottom: 24px;
  }
}
.links > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .links > div > h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.links > div > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 500px) {
  .links > div > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.links__link {
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 26px 24px;
  background: var(--grey-bg);
}
@media (max-width: 500px) {
  .links__link {
    padding: 14px 20px;
  }
}
.links__link::before {
  color: var(--grey-icon);
  font-size: 12px;
}

.cost > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .cost > h2 {
    margin-bottom: 24px;
  }
}
.cost > p {
  margin-bottom: 24px;
}
.cost__tab {
  display: none;
}
.cost__tab.active {
  display: block;
}
.cost__tab > h3 {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media (max-width: 500px) {
  .cost__tab > h3 {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.cost__tab > p {
  margin-bottom: 24px;
}
.cost__tab > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .cost__tab > div > span {
    font-size: 18px;
  }
}
.cost__tab > div:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .cost__tab > div:not(:last-child) {
    margin-bottom: 16px;
  }
}

.production > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .production > h2 {
    margin-bottom: 24px;
  }
}
.production > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .production > p {
    margin-bottom: 16px;
  }
}
.production > div {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .production > div {
    margin-top: 16px;
  }
}
.production > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .production > div > span {
    font-size: 18px;
  }
}
.production > div > p {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .production > div > p {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}
.production > div > img {
  width: 100%;
}

.icons-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 500px) {
  .icons-block > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .icons-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .icons-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.funeral > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .funeral > h2 {
    margin-bottom: 24px;
  }
}
.funeral__block {
  margin-top: 32px;
}
@media (max-width: 500px) {
  .funeral__block {
    margin-top: 24px;
  }
}
.funeral__block > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .funeral__block > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.funeral__block > p {
  margin-bottom: 24px;
}
.funeral__price-tab {
  display: none;
  margin-bottom: 32px;
}
.funeral__price-tab.active {
  display: block;
}
.funeral__price-tab > div {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 700px) {
  .funeral__price-tab > div {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .funeral__price-tab > div {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
@media (max-width: 500px) {
  .funeral__price-tab {
    margin-bottom: 24px;
  }
}

.price__tabs, .price__tabs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price__tabs > li, .price__tabs1 > li {
  border-radius: 100px;
  padding: 11px 24px 15px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--blue);
  border: 2px solid var(--blue);
  cursor: pointer;
}
.price__tabs > li.active, .price__tabs1 > li.active {
  background: var(--blue);
  color: var(--white);
}

.price__tab {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
  display: none;
}
.price__tab.active {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 940px) {
  .price__tab {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .price__tab {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .price__tab {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.price__tab-item {
  position: relative;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}
.price__tab-item > div:nth-child(1) {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: var(--black);
  background: var(--light-blue);
  padding: 14px 10px 18px 10px;
}
.price__tab-item > div:nth-child(2) {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 210px;
  height: calc(100% - 57.91px);
  position: relative;
}
@media (max-width: 500px) {
  .price__tab-item > div:nth-child(2) {
    padding: 16px 20px;
    height: auto;
    min-height: auto;
  }
}
.price__tab-item > div:nth-child(2) > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 500px) {
  .price__tab-item > div:nth-child(2) > p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.price__tab-item > div:nth-child(2) > span {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  text-align:center;
}
@media (max-width: 500px) {
  .price__tab-item > div:nth-child(2) > span {
    margin-bottom: 10px;
	margin-right: 20px;
  }
}
.price__tab-item > div:nth-child(2) > button, .price__tab-item > div:nth-child(2) > a {
  /* font-family: var(--second-family); */
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 143%;
  color: var(--blue);
  background: transparent;
  border-top: 1px solid var(--line);
  text-align: center;
}
@media (max-width: 500px) {
  .price__tab-item > div:nth-child(2) > button,  .price__tab-item > div:nth-child(2) > a {
    position: absolute;
    width: 128px;
    bottom: 16px;
    right: 20px;
    border-top: 0;
    border-left: 1px solid var(--line);
    padding: 10px 24px;
	text-align: center;
  }
}



.price__tab-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(#fff));
  background: linear-gradient(270deg, #000 0%, #fff 100%);
  mix-blend-mode: multiply;
  opacity: 0.03;
}

.questions > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .questions > h2 {
    margin-bottom: 24px;
  }
}
.questions > p {
  margin-top: 64px;
}
@media (max-width: 500px) {
  .questions > p {
    margin-top: 24px;
  }
}
.questions > ul {
  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 (max-width: 500px) {
  .questions > ul {
    gap: 12px;
  }
}
.questions > ul > li {
  padding: 28px 24px;
  border: 1px solid var(--line);
  cursor: pointer;
}
.questions > ul > li.active > div {
  display: block;
}
.questions > ul > li.active > span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 500px) {
  .questions > ul > li {
    padding: 18px 20px;
  }
}
.questions > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
.questions > ul > li > span::before {
  color: var(--black);
  font-size: 16px;
}
@media (max-width: 500px) {
  .questions > ul > li > span {
    gap: 16px;
  }
}
.questions > ul > li > div {
  margin-top: 24px;
  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;
  display: none;
}
@media (max-width: 500px) {
  .questions > ul > li > div {
    margin-top: 12px;
    gap: 12px;
  }
}
.questions > ul > li > div > ul {
  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;
  padding-left: 7px;
}
@media (max-width: 500px) {
  .questions > ul > li > div > ul {
    gap: 8px;
  }
}
.questions > ul > li > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.questions > ul > li > div > ul > li::before {
  content: "";
  display: block;
  min-width: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--red);
}
.questions__form {
  margin-top: 32px;
  background: var(--grey-bg);
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .questions__form {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .questions__form {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 750px) {
  .questions__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .questions__form {
    margin-top: 24px;
    padding: 20px;
    gap: 24px;
  }
}
.questions__form > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .questions__form > div > h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.questions__form > div > p {
  font-size: 16px;
  line-height: 144%;
  color: var(--simple-text);
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .questions__form > div > p {
    margin-bottom: 16px;
  }
}
.questions__form > form {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 32px;
  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 (max-width: 500px) {
  .questions__form > form {
    padding: 16px;
    gap: 12px;
  }
}
.questions__form > form > div {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .questions__form > form > div {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.questions__form > form > div > p {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .questions__form > form > div > p {
    font-size: 12px;
  }
}
.questions__form > form > div > p > a {
  color: var(--light-text);
  text-decoration: underline;
}
.questions__contacts {
  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 (max-width: 500px) {
  .questions__contacts {
    gap: 12px;
  }
}
.questions__contacts > 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;
}
.questions__contacts > div > span {
  font-size: 16px;
  line-height: 137%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .questions__contacts > div > span {
    font-size: 14px;
  }
}
.questions__contacts > div > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .questions__contacts > div > a {
    font-size: 18px;
  }
}

.ritual-goods > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .ritual-goods > h2 {
    margin-bottom: 24px;
  }
}
.ritual-goods > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .ritual-goods > p {
    margin-bottom: 16px;
  }
}

.moscow-districts > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .moscow-districts > h2 {
    margin-bottom: 24px;
  }
}
.moscow-districts > div:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .moscow-districts > div:not(:last-child) {
    margin-bottom: 24px;
  }
}
.moscow-districts > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .moscow-districts > div > h3 {
    font-size: 20px;
  }
}
.moscow-districts > div > ul {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .moscow-districts > div > ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .moscow-districts > div > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 12px;
  }
}

.parent-organization {
  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 (max-width: 500px) {
  .parent-organization {
    gap: 16px;
  }
}
.parent-organization > h2 {
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .parent-organization > h2 {
    margin-bottom: 8px;
  }
}
.parent-organization__block-1 {
  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;
}
.parent-organization__block-2 {
  padding: 28px 32px;
  background: var(--grey-bg);
}
@media (max-width: 500px) {
  .parent-organization__block-2 {
    padding: 16px 20px;
  }
}
.parent-organization__block-2 > ul {
  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 (max-width: 500px) {
  .parent-organization__block-2 > ul {
    gap: 16px;
  }
}
.parent-organization__block-2 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parent-organization__block-2 > ul > li > span:nth-child(1) {
  font-weight: 600;
}
.parent-organization__block-3 > p {
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .parent-organization__block-3 > p {
    margin-bottom: 12px;
  }
}

.compensation > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .compensation > h2 {
    margin-bottom: 24px;
  }
}
.compensation__block-1 {
  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 (max-width: 500px) {
  .compensation__block-1 {
    gap: 14px;
  }
}
.compensation__block-2 {
  margin-top: 32px;
}
@media (max-width: 500px) {
  .compensation__block-2 {
    margin-top: 24px;
  }
}
.compensation__block-2 > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .compensation__block-2 > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.compensation__block-2 > 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: 32px;
}
@media (max-width: 500px) {
  .compensation__block-2 > div {
    gap: 16px;
  }
}
.compensation__block-2 > div > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 650px) {
  .compensation__block-2 > div > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .compensation__block-2 > div > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.compensation__block-2 > div > ul > li {
  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 (max-width: 500px) {
  .compensation__block-2 > div > ul > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}
.compensation__block-2 > div > ul > li > span {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background: var(--light-blue);
  border-radius: 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;
  margin-bottom: 12px;
}
.compensation__block-2 > div > ul > li > span::before {
  color: var(--blue);
  font-size: 15px;
}
.compensation__block-2 > div > ul > li > p {
  font-size: 16px;
  line-height: 144%;
  color: var(--grey-text);
}
.compensation__block-2 > div > ul > li > p > span {
  color: var(--black);
  font-weight: 600;
}

.contact-information {
  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 (max-width: 500px) {
  .contact-information {
    gap: 24px;
  }
}
.contact-information > div:last-child {
  margin-top: 0;
}
.contact-information > div:nth-child(2) {
  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;
}
.contact-information > div:nth-child(2) > h3, .contact-information > div:nth-child(1) > h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .contact-information > div:nth-child(2) > h3, .contact-information > div:nth-child(1) > h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.contact-information > div:nth-child(2) > p > span {
  font-weight: 600;
  color: var(--black);
}
.contact-information > div > img {
  width: 100%;
  margin-top: 24px;
}
.contact-information > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .contact-information > div > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.contact-information__table-wrapper {
  overflow: auto;
}
.contact-information__table-wrapper > table {
  width: 100%;
  border-collapse: collapse;
}
.contact-information__table-wrapper > table th {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  text-align: left;
  padding: 18px 18px 18px 0;
  border-bottom: 2px solid var(--black);
}
@media (max-width: 500px) {
  .contact-information__table-wrapper > table th {
    padding: 8px 8px 8px 0;
  }
}
.contact-information__table-wrapper > table th:nth-child(1) {
  width: 60%;
}
@media (max-width: 1260px) {
  .contact-information__table-wrapper > table th:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .contact-information__table-wrapper > table th:nth-child(1) {
    min-width: 220px;
  }
}
.contact-information__table-wrapper > table th:nth-child(2), .contact-information__table-wrapper > table th:nth-child(3) {
  width: 20%;
}
@media (max-width: 1260px) {
  .contact-information__table-wrapper > table th:nth-child(2), .contact-information__table-wrapper > table th:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .contact-information__table-wrapper > table th:nth-child(2), .contact-information__table-wrapper > table th:nth-child(3) {
    min-width: 170px;
  }
}
.contact-information__table-wrapper > table td {
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 500px) {
  .contact-information__table-wrapper > table td {
    padding: 8px 8px 8px 0;
  }
}

.funeral-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 500px) {
  .funeral-services {
    gap: 24px;
  }
}
.funeral-services__block-2 > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .funeral-services__block-2 > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.funeral-services__block-3 {
  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 (max-width: 500px) {
  .funeral-services__block-3 {
    gap: 14px;
  }
}
.funeral-services__price-tab {
  margin-bottom: 32px;
  display: none;
}
.funeral-services__price-tab.active {
  display: block;
}
@media (max-width: 500px) {
  .funeral-services__price-tab {
    margin-bottom: 0;
  }
}
.funeral-services__price-tab > div {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 720px) {
  .funeral-services__price-tab > div {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .funeral-services__price-tab > div {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.funeral-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  border: 0.5px solid var(--line);
  margin-top: 24px;
}
@media (max-width: 720px) {
  .funeral-services__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .funeral-services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }
}
.funeral-services__list > li > a {
  height: 176px;
  padding: 20px;
  border: 0.5px solid var(--line);
  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 (max-width: 500px) {
  .funeral-services__list > li > a {
    height: 160px;
    padding: 16px;
  }
}
.funeral-services__list > li > a > b {
  min-height: 60px;
}
.funeral-services__list > li > a > b:before {
  color: var(--red);
}
.funeral-services__list > li > a > p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  text-align: center;
}
@media (max-width: 500px) {
  .funeral-services__list > li > a > p {
    font-size: 14px;
    margin-top: 4px;
  }
}
.funeral-services__list > li > a > span {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .funeral-services__list > li > a > span {
    font-size: 12px;
  }
}
.funeral-services__list > li:nth-child(1) > a > b:before {
  font-size: 52px;
}
.funeral-services__list > li:nth-child(2) > a > b:before {
  font-size: 58px;
}
.funeral-services__list > li:nth-child(3) > a > b:before {
  font-size: 38px;
}
.funeral-services__list > li:nth-child(4) > a > b:before {
  font-size: 53px;
}
.funeral-services__list > li:nth-child(5) > a > b:before {
  font-size: 54px;
}
.funeral-services__list > li:nth-child(6) > a > b:before {
  font-size: 61px;
}
.funeral-services__list > li:nth-child(7) > a > b:before {
  font-size: 57px;
}
.funeral-services__list > li:nth-child(8) > a > b:before {
  font-size: 56px;
}

.economy-funeral > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .economy-funeral > h2 {
    margin-bottom: 24px;
  }
}
.economy-funeral > p {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .economy-funeral > p {
    margin-bottom: 16px;
  }
}
.economy-funeral > table {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .economy-funeral > table {
    margin-bottom: 16px;
  }
}
.economy-funeral__block {
  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 (max-width: 500px) {
  .economy-funeral__block {
    gap: 12px;
  }
}
.economy-funeral__block > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 500px) {
  .economy-funeral__block > h3 {
    font-size: 16px;
  }
}
.economy-funeral__block > div > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  margin-bottom: 16px;
}

.vip-funeral > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .vip-funeral > h2 {
    margin-bottom: 24px;
  }
}
.vip-funeral__block {
  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 (max-width: 500px) {
  .vip-funeral__block {
    gap: 24px;
  }
}
.vip-funeral__block > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .vip-funeral__block > div > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.vip-funeral__block > div > h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}
.vip-funeral__block > div > h4 > span {
  color: var(--blue);
}
@media (max-width: 500px) {
  .vip-funeral__block > div > h4 {
    font-size: 18px;
  }
}
.vip-funeral__block > div > ul:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .vip-funeral__block > div > ul:not(:last-child) {
    margin-bottom: 16px;
  }
}
.vip-funeral__block > div > p:not(:last-child) {
  margin-bottom: 14px;
}

.funeral-arrangements {
  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 (max-width: 500px) {
  .funeral-arrangements {
    gap: 24px;
  }
}
.funeral-arrangements > h2 {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .funeral-arrangements > h2 {
    margin-bottom: 0;
  }
}
.funeral-arrangements > 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: 14px;
  max-width: 956px;
}
.funeral-arrangements > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .funeral-arrangements > div > h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.funeral-arrangements > div > h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 2px;
}
@media (max-width: 500px) {
  .funeral-arrangements > div > h4 {
    font-size: 18px;
    margin-bottom: -2px;
  }
}
.funeral-arrangements__slider-wrapper {
  position: relative;
  padding: 0 18px;
  margin: 0 -18px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .funeral-arrangements__slider-wrapper {
    margin-top: 0;
  }
}
.funeral-arrangements__slider {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.funeral-arrangements__slider__button-prev, .funeral-arrangements__slider__button-next {
  bottom: 174px;
}
@media (max-width: 500px) {
  .funeral-arrangements__slider__button-prev, .funeral-arrangements__slider__button-next {
    bottom: 130px;
  }
}
.funeral-arrangements__slider__button-next {
  right: 4px;
}
.funeral-arrangements__slider__button-prev {
  left: 4px;
}
.funeral-arrangements__slider-pagination {
  text-align: center;
}
.funeral-arrangements__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
}
@media (max-width: 700px) {
  .funeral-arrangements__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .funeral-arrangements__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .funeral-arrangements__grid {
    font-size: 14px;
  }
}
.funeral-arrangements__grid > li {
  border: 1px solid var(--line);
  height: 120px;
  padding: 16px 12px 12px 20px;
  position: relative;
}
@media (max-width: 500px) {
  .funeral-arrangements__grid > li {
    height: 116px;
    padding: 12px 8px 8px 16px;
  }
}
.funeral-arrangements__grid > li > span {
  position: absolute;
  bottom: 18px;
  right: 16px;
}
@media (max-width: 500px) {
  .funeral-arrangements__grid > li > span {
    bottom: 14px;
    right: 12px;
  }
}
.funeral-arrangements__grid > li > span::before {
  color: var(--grey-icon);
  font-size: 12px;
}

.service-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: 32px;
}
@media (max-width: 500px) {
  .service-list {
    gap: 24px;
  }
}
.service-list > h2 {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .service-list > h2 {
    margin-bottom: 0;
  }
}
.service-list > 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: 14px;
}
.service-list > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .service-list > div > h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.service-list > div:last-child {
  margin-top: 8px;
}
@media (max-width: 500px) {
  .service-list > div:last-child {
    margin-top: 0;
  }
}
.service-list__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 650px) {
  .service-list__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.service-list__list > li {
  background: var(--grey-bg);
  padding: 16px 16px 12px 20px;
  min-height: 164px;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  position: relative;
}
.service-list__list > li > span {
  position: absolute;
  bottom: 18px;
  right: 20px;
}
.service-list__list > li > span::before {
  color: var(--grey-icon);
  font-size: 12px;
}

.coffins-moscow {
  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 (max-width: 500px) {
  .coffins-moscow {
    gap: 24px;
  }
}
.coffins-moscow > h2 {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .coffins-moscow > h2 {
    margin-bottom: 0;
  }
}
.coffins-moscow > 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: 16px;
  max-width: 956px;
}
.coffins-moscow > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
}
@media (max-width: 500px) {
  .coffins-moscow > div > h3 {
    font-size: 20px;
  }
}
.coffins-moscow__block-4 > ul {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 500px) {
  .coffins-moscow__block-4 > ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.coffins-moscow__slider-wrapper {
  position: relative;
  padding: 0 18px;
  margin: 0 -18px;
  margin-top: 10px;
}
.coffins-moscow__slider {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.coffins-moscow__slider__button-prev, .coffins-moscow__slider__button-next {
  bottom: 194px;
}
.coffins-moscow__slider__button-prev {
  left: 5px;
}
.coffins-moscow__slider__button-next {
  right: 5px;
}
.coffins-moscow__slider-pagination {
  text-align: center;
}

.load-200 {
  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 (max-width: 500px) {
  .load-200 {
    gap: 24px;
  }
}
.load-200 > h2 {
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .load-200 > h2 {
    margin-bottom: 0;
  }
}
.load-200 > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .load-200 > div > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.load-200 > div > p:not(:last-child) {
  margin-bottom: 16px;
}
.load-200__block-1 > span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--light-text);
}
@media (max-width: 500px) {
  .load-200__block-1 > span {
    font-size: 12px;
  }
}
.load-200__block-1-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 750px) {
  .load-200__block-1-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.load-200__block-1-grid > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .load-200__block-1-grid > img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 500px) {
  .load-200__block-1-grid > img {
    height: 210px;
  }
}
.load-200__block-1 > ul {
  margin-top: 14px;
}
.load-200__block-3 > div {
  overflow: auto;
}
.load-200__block-3 > div > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.load-200__block-3 > div > table th {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  text-align: left;
  padding: 15px 24px 15px 0;
  border-bottom: 2px solid var(--black);
}
.load-200__block-3 > div > table th:nth-child(1) {
  width: 50%;
}
@media (max-width: 500px) {
  .load-200__block-3 > div > table th:nth-child(1) {
    min-width: 240px;
  }
}
.load-200__block-3 > div > table th:nth-child(2) {
  width: 50%;
}
@media (max-width: 500px) {
  .load-200__block-3 > div > table th:nth-child(2) {
    min-width: 240px;
  }
}
.load-200__block-3 > div > table td {
  padding: 15px 24px 15px 0;
  font-size: 16px;
  line-height: 137%;
  color: var(--simple-text);
  border-bottom: 1px solid var(--line);
}
.load-200__block-4 > h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .load-200__block-4 > h4 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.load-200__block-4-list {
  margin-bottom: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 8px;
}
@media (max-width: 750px) {
  .load-200__block-4-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .load-200__block-4-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
}
.load-200__block-4-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;
  gap: 13px;
}
@media (max-width: 500px) {
  .load-200__block-4-list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.load-200__block-4-list > li > span {
  min-height: 54px;
}
.load-200__block-4-list > li > span::before {
  color: var(--black);
}
.load-200__block-4-list > li > p {
  font-size: 16px;
  line-height: 144%;
  color: var(--grey-text);
}
.load-200__block-4-list > li > p > span {
  font-weight: 600;
  display: block;
  color: var(--black);
}
.load-200__block-4-list > li:nth-child(1) > span::before {
  font-size: 53px;
}
.load-200__block-4-list > li:nth-child(2) > span::before {
  font-size: 54px;
}
.load-200__block-4-list > li:nth-child(3) > span::before {
  font-size: 54px;
}
.load-200__block-4-list > li:nth-child(4) > span::before {
  font-size: 38px;
}

.order-hearse {
  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 (max-width: 500px) {
  .order-hearse {
    gap: 24px;
  }
}
.order-hearse > 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: 16px;
}
.order-hearse > div > h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .order-hearse > div > h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.order-hearse__grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 500px) {
  .order-hearse__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.order-hearse__list {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}
@media (max-width: 700px) {
  .order-hearse__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .order-hearse__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 8px;
  }
}
.order-hearse__block {
  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 (max-width: 500px) {
  .order-hearse__block {
    gap: 16px;
  }
}
.order-hearse__block > div {
  border: 1px solid var(--line);
  padding: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 1fr;
  grid-template-columns: 210px 1fr;
  gap: 24px;
}
@media (max-width: 570px) {
  .order-hearse__block > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 12px;
  }
}
.order-hearse__block > div > img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 570px) {
  .order-hearse__block > div > img {
    height: 188px;
  }
}
.order-hearse__block > div > div > span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 16px;
}
@media (max-width: 570px) {
  .order-hearse__block > div > div > span {
    margin-bottom: 12px;
  }
}
.order-hearse__block-2 {
  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 (max-width: 500px) {
  .order-hearse__block-2 {
    gap: 16px;
  }
}
.order-hearse__block-2 > div {
  border: 1px solid var(--line);
  padding: 28px 32px;
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div {
    padding: 16px 20px;
  }
}
.order-hearse__block-2 > div > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > span {
    font-size: 18px;
  }
}
.order-hearse__block-2 > div > div {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 202px 1fr;
  grid-template-columns: 202px 1fr;
  gap: 34px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 640px) {
  .order-hearse__block-2 > div > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > div {
    margin-top: 12px;
    gap: 12px;
  }
}
.order-hearse__block-2 > div > div > img {
  width: 100%;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .order-hearse__block-2 > div > div > img {
    height: 254px;
  }
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > div > img {
    height: 174px;
  }
}
.order-hearse__block-2 > div > div > table {
  width: 100%;
  border-collapse: collapse;
}
.order-hearse__block-2 > div > div > table tr:first-child {
  display: none;
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > div > table tr:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > div > table tr {
    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;
    padding: 12px 0;
  }
}
.order-hearse__block-2 > div > div > table tr > td:first-child {
  font-weight: 600;
}
.order-hearse__block-2 > div > div > table th {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  padding: 15px 24px 15px 0;
  border-bottom: 2px solid var(--black);
}
.order-hearse__block-2 > div > div > table th:nth-child(1) {
  width: 80%;
  text-align: left;
}
.order-hearse__block-2 > div > div > table th:nth-child(2) {
  width: 20%;
  text-align: right;
}
.order-hearse__block-2 > div > div > table td {
  padding: 15px 24px 15px 0;
  font-size: 16px;
  line-height: 137%;
  color: var(--simple-text);
  border-bottom: 1px solid var(--line);
}
.order-hearse__block-2 > div > div > table td:nth-child(2) {
  text-align: right;
}
@media (max-width: 500px) {
  .order-hearse__block-2 > div > div > table td {
    padding: 0;
    border-bottom: none;
  }
}
.order-hearse__block-2 > div > div > table tr:last-child > td {
  border-bottom: none;
}
.order-hearse__note {
  font-weight: 600;
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
  padding: 16px 24px 20px 24px;
  background: var(--grey-bg);
}
@media (max-width: 500px) {
  .order-hearse__note {
    padding: 12px 20px 16px 20px;
  }
}

.product-2__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 40px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 800px) {
  .product-2__grid {
    gap: 30px;
  }
}
@media (max-width: 620px) {
  .product-2__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .product-2__grid {
    margin-top: 24px;
    gap: 24px;
    padding-bottom: 24px;
  }
}
.product-2__grid > img {
  width: 100%;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid var(--line);
}
@media (max-width: 500px) {
  .product-2__grid > img {
    height: 300px;
  }
}
.product-2__grid > 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: 24px;
}
.product-2__grid > div > span {
  color: var(--black);
}
.product-2__proportions {
  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;
}
.product-2__proportions > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 8px;
}
.product-2__proportions > div > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 500px) {
  .product-2__proportions > div > label {
    gap: 12px;
  }
}
.product-2__proportions > div > label > span:nth-child(1), .product-2__proportions > div > label > span:nth-child(3) {
  font-weight: 500;
  color: var(--black);
}
.product-2__proportions > div > label > span:nth-child(2), .spnch2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px dashed var(--line);
  -webkit-transform: translateY(-4px)!important;
      -ms-transform: translateY(-4px)!important;
          transform: translateY(8px)!important;
}
.product-2__ribbons {
  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;
}
.product-2__ribbons > span {
  color: var(--black);
  margin-bottom: 8px;
}
.product-2__ribbons > div > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-weight: 500;
  color: var(--black);
}
@media (max-width: 500px) {
  .product-2__ribbons > div > label {
    gap: 12px;
  }
}
.product-2__price > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 24px;
  display: block;
}
.product-2__price > div {
  padding: 16px 16px 16px 24px;
  background: var(--grey-bg);
  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;
}
.product-2__price > div > span {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
}
.product-2__text {
  color: var(--black);
  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;
}
.product-2__text > div {
  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;
}
.product-2__text > div > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
.product-2__block {
  margin-top: 64px;
  max-width: 956px;
}
@media (max-width: 500px) {
  .product-2__block {
    margin-top: 24px;
  }
}
.product-2__block > h3 {
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .product-2__block > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.product-2__slider-wrapper {
  position: relative;
  padding: 0 18px;
  margin: 0 -18px;
  margin-top: 10px;
}
.product-2__slider {
  overflow: hidden;
  padding: 10px;
  margin: -10px;
}
.product-2__slider__button-prev, .product-2__slider__button-next {
  bottom: 194px;
}
@media (max-width: 500px) {
  .product-2__slider__button-prev, .product-2__slider__button-next {
    bottom: 150px;
  }
}
.product-2__slider__button-prev {
  left: 5px;
}
.product-2__slider__button-next {
  right: 5px;
}
.product-2__slider-pagination {
  text-align: center;
}

.calculator {
  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;
}
.calculator > h2 {
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .calculator > h2 {
    margin-bottom: 0;
  }
}
.calculator__tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: none;
}
.calculator__tab.active {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 1150px) {
  .calculator__tab {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.calculator__tab > div:nth-child(1) {
  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 (max-width: 500px) {
  .calculator__tab > div:nth-child(1) {
    gap: 16px;
  }
}
.calculator__tab > div:nth-child(1) > div {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 32px;
  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;
  position: relative;
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(1) > div {
    padding: 20px;
  }
}
.calculator__tab > div:nth-child(1) > div.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;
}
.calculator__tab > div:nth-child(1) > div.row > span {
  margin-bottom: 0;
  padding-right: 60px;
}
.calculator__tab > div:nth-child(1) > div > span {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(1) > div > span {
    margin-bottom: 5px;
  }
}
.calculator__tab > div:nth-child(1) > div > label {
  position: absolute;
  top: 32px;
  right: 32px;
}
.calculator__tab > div:nth-child(2) {
  margin-left: 44px;
  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 (max-width: 1350px) {
  .calculator__tab > div:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(2) {
    gap: 16px;
  }
}
.calculator__tab > div:nth-child(2) > div {
  padding: 32px 32px 36px 32px;
  background: var(--grey-bg);
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(2) > div {
    padding: 20px 20px 24px 20px;
  }
}
.calculator__tab > div:nth-child(2) > div > span {
  font-size: 16px;
  line-height: 144%;
  color: var(--black);
  text-align: center;
  display: block;
}
.calculator__tab > div:nth-child(2) > div > 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: 24px;
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(2) > div > div {
    gap: 16px;
  }
}
.calculator__tab > div:nth-child(2) > div > div > h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--black);
}
.calculator__tab > div:nth-child(2) > div > div > span {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--black);
}
.calculator__tab > div:nth-child(2) > div > div > p {
  font-size: 14px;
  line-height: 143%;
  color: var(--grey-text);
}
.calculator__tab > div:nth-child(2) > div > div > ul {
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  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;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
@media (max-width: 500px) {
  .calculator__tab > div:nth-child(2) > div > div > ul {
    padding: 16px 0;
  }
}
.calculator__tab > div:nth-child(2) > div > div > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator__tab > div:nth-child(2) > label {
  cursor: pointer;
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.calculator__tab > div:nth-child(2) > label > span {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.calculator__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.calculator__custom-select {
  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;
  --fsb-border: 1px solid #e5e5eb;
  --fsb-radius: 4px;
  --fsb-color: #1e1e1e;
  --fsb-background: white;
  --fsb-padding: 12px 15px;
  --fsb-arrow-padding: 18px;
  --fsb-arrow-size: 8px;
  --fsb-list-radius: 0px 0px 4px 4px;
  --fsb-list-background: white;
  --fsb-hover-background: #f5f5f7;
  --fsb-font-size: 15px;
  --fsb-arrow-color: #9898a0;
  --fsb-icon-color: #9898a0;
}
.calculator__custom-select .fsb-select {
  width: 100%;
}
.calculator__custom-select .fsb-top .fsb-list {
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.calculator__custom-select .fsb-button:after,
.calculator__custom-select select[disabled] + .fsb-select .fsb-button[aria-expanded=true]:after {
  border-width: 0 2.5px 2.5px 0;
}
.calculator__custom-select-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
}

.ask-question-modal {
  min-width: 320px;
  width: 620px;
  height: 100vh;
  padding: 64px 60px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: auto;
}
@media (max-width: 620px) {
  .ask-question-modal {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 500px) {
  .ask-question-modal {
    padding: 32px 18px;
  }
}
.ask-question-modal.active {
  opacity: 1;
  visibility: visible;
}
.ask-question-modal > h2 {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .ask-question-modal > h2 {
    margin-bottom: 16px;
  }
}
.ask-question-modal > p {
  font-size: 20px;
  line-height: 140%;
  color: var(--simple-text);
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .ask-question-modal > p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.ask-question-modal > button {
  position: absolute;
  top: 38px;
  right: 38px;
  background-color: transparent;
}
.ask-question-modal > button::before {
  font-size: 24px;
}
@media (max-width: 500px) {
  .ask-question-modal > button {
    top: 20px;
    right: 20px;
  }
}
.ask-question-modal > 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: 16px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .ask-question-modal > form {
    padding-bottom: 32px;
  }
}
.ask-question-modal > form > textarea {
  height: 260px;
}
@media (max-width: 500px) {
  .ask-question-modal > form > textarea {
    height: 96px;
  }
}
.ask-question-modal > form > div {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 500px) {
  .ask-question-modal > form > div {
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.ask-question-modal > form > div > p {
  font-size: 14px;
  line-height: 143%;
  color: var(--light-text);
}
.ask-question-modal > form > div > p > a {
  color: var(--light-text);
  text-decoration: underline;
}
.ask-question-modal > ul {
  padding-left: 0;
  border-left: 0;
}

.menu {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.menu > ul {
  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;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  width: 160px;
}
.menu > ul > li {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  padding: 16px 16px 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.menu > ul > li > a {
  color: var(--black);
}
.menu > ul > li::before {
  color: var(--blue);
  font-size: 18px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.menu > ul > li:hover {
  color: white;
  background: var(--blue);
}
.menu > ul > li:hover::before {
  color: white;
}
.menu > ul > li:hover > a {
  color: white;
}
@media (max-width: 600px) {
  .menu {
    bottom: 0;
    top: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    background: var(--white);
    padding: 8px;
  }
  .menu > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    width: auto;
  }
  .menu > ul > li {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -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;
    font-size: 11px;
    gap: 4px;
  }
  .menu > ul > li > span > span, .menu > ul > li > a > span {
    display: none;
  }
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.fixed {
  position: fixed !important;
}

#mxcpr{
	display:none!important;
}

main ul,main ol {
    margin-bottom: 16px;
}
.list-dots, .list-numbered {
    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;
    padding-left: 7px;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    margin-bottom: 16px;
}


figure.pull-left {
    margin-left: 0;
}
.pull-left {
    float: left !important;
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
}
.pull-left, .pull-left.item-image, .item-image.pull-left {
    margin-right: 24px;
}

.pull-left img{
	width:300px;
	
}
figure figcaption {
    background-color: #303030;
    color: #909090;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 6px 12px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	width:300px;
}


main table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	
}

main tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

main table th, main table td {
    padding: 6px 14px;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	border: 1px solid grey;
}

ul.list-dots a {
    display: contents;
}


ol {
  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;
  padding-left: 25px;
}

main .item-page p{
	margin-bottom: 20px;
}

.c-tab td, .c-tab th, .load-200 td, .load-200 th, .order-hearse td, .order-hearse th , .table td, .table th {
	border:none;
}

.item-page h1 {
    margin-bottom: 40px;
}

.economy-funeral h2, .links h2{
	margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;	
}

.funeral-arrangements__grid li{
	cursor: pointer;	
}

.block {
    margin-top: 25px;
}
.box {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px black;
    font-size: 16px;
    border: 2px solid #014464;
	min-height: 85px;
}

breadcrumbs.grid {
	/*float: inline-end;*/
	    /* padding-top: 40px; */
    padding: 10px 0;
}


.frbreadcrumbs ul li{
    margin: 0 10px 0 0;
	float:left;	
}


#fsb_0_button {
  background: url("../img/MO.jpg");
  background-position: left;
  background-repeat: no-repeat;  
}

#fsb_0_button span{
	margin-left: 20px;
}
main .item-page .reviews__header p{
	margin:0;
}

.reviews__item img {
	min-height:64px;
	border-radius: 100%;
}

.sidebar .icon-8:before {
  content: "";
}

.sidebar a, .sidebar a:visited, .frbreadcrumbs a, .frbreadcrumbs a:visited, .frbreadcrumbs {
    color: var(--light-text);
}

main > div >.intro__slider-wrapper, .com-content-article__body .intro__slider-wrapper{
	width:100%;
}
@media (max-width: 650px) {
.footer__block-3 > div {
	min-height: 80px;
}
}
.jshop_prod_cart img {
    max-height: 110px;
    margin: auto;
    display: block;
    width: auto;
}

.jshop .table tr {
    border-top: 1px solid var(--grey-bg);
	background:none;
}

.jshop .table th:nth-child(1) {
    width: auto;
}
.jshop .table td, .jshop .table th {
    text-align: center;
}
.jshop .table td:nth-child(2) {
    text-align: left;
}
.jshop .remove .data{
	margin: 20px;
}

div.jshop h1 {
    margin-bottom: 30px;
}
p.total{
	font-size: 20px;
	text-align:right;
	margin-top: 20px;
	margin-right: 20px;
}

#totalform{
	display:none;
}
#totalcartform{
	display:none;
}

.simplecallback input,.simplecallback textarea{
    margin: 10px 0;
}
main li{
	line-height: 144%;
}

form.simplecallback-overlayed{
	border-radius: 20px;
}
form .simplecallback-close {
    margin: 10px;
	background:none;
	color: #000;
}	

.vatgcont{
    background: #f8f9fb;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
}

.ButtonWhatsapp, .ButtonTg{
	background-color: #5ed169;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	min-height: 48px;
	width: 100%;
	margin: 10px 0;
	display: block;
    padding: 20px;
}
.ButtonWhatsapp{
	background-color: #5ed169;
}	
.ButtonWhatsapp:hover{
	background-color: #4caf50;
}
.ButtonTg{
	background-color: #2aabee;
}
.ButtonTg:hover{
	background-color: #1d4ed6;
}
.lenetext{
	width: auto;
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    color: rgb(117, 117, 117);
    font-size: 12px;
    text-align: center;
	margin: 20px 0;
	position: relative;
}

.QrWaTg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.QrWaTgImage{
	border-radius: 10px;
	margin:10px;
	background-color: #fff;
	
}
.header__block-1 a{
	color:#fff;
}

.header__block-1x {
    background: #8b0000;
    padding: 11px 0;
    color: #FFFFFF;
}
.btn-buy{
cursor: pointer;
}

.wbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
	width: 60px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px!important;
	margin-left: 40px;
	z-index: 1000;
}
.wbutton img{
    all: unset;
    display: block;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
	cursor: pointer;
}
