@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

html,
body {
  min-width: 320px;
  padding: 0 !important;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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;
  max-width: 100%;
  height: auto;
}

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

svg:focus {
  outline: none;
}

html {
  overflow-y: scroll;
}
@media (max-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  html {
    overflow: unset;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #10222A;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}
body *::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
body *::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: #F3F7F8;
}
body *::-webkit-scrollbar-track:hover {
  background-color: #F3F7F8;
}
body *::-webkit-scrollbar-track:active {
  background-color: #F3F7F8;
}
body *::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #C4D6DE;
}
body *::-webkit-scrollbar-thumb:hover {
  background-color: #A1BDCA;
}
body *::-webkit-scrollbar-thumb:active {
  background-color: #A1BDCA;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media (max-width: 680px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .container {
    padding: 0 10px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.overlay-filters {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.overlay-mega {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.main {
  padding-top: 90px;
}
@media (max-width: 1280px) {
  .main {
    padding-top: 70px;
  }
}

.title-1 {
  font-size: 32px;
  font-family: "Rubik", sans-serif;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .title-1 {
    font-size: 28px;
  }
}

.section-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-link span {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  color: #2E5F76;
  white-space: nowrap;
}
.section-link i {
  color: #2E5F76;
  font-size: 12px;
  line-height: 1em;
}

.content p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content li {
  line-height: 1.7em;
  font-weight: 500;
  list-style: disc;
}
.content .second {
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .content .second {
    margin-bottom: 20px;
  }
}
.content .second p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  color: #627B86;
}
@media (max-width: 520px) {
  .content .second p {
    font-size: 12px;
  }
}

.btn-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 16px;
  height: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-burger span {
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.logo {
  width: 48px;
  height: auto;
}
@media (max-width: 1280px) {
  .logo {
    width: 40px;
  }
}

a.link {
  color: #4F839C;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.link:hover {
  color: #D02C2C;
}

.btn, .filters__close {
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 50px;
  min-height: 50px;
  padding: 0 20px;
  max-width: 100%;
  min-width: 160px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #4F839C;
  -webkit-box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
          box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
}
@media (max-width: 1280px) {
  .btn, .filters__close {
    height: 40px;
    min-height: 40px;
    min-width: 120px;
    padding: 0 16px;
  }
}
.btn__name {
  white-space: nowrap;
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .btn__name {
    font-size: 12px;
  }
}
.btn__icon {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #FFFFFF;
}
.btn:hover, .filters__close:hover {
  background: #2E5F76;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_mega {
  background: #D02C2C;
  -webkit-box-shadow: 0 0 10px rgba(25, 55, 69, 0.5);
          box-shadow: 0 0 10px rgba(25, 55, 69, 0.5);
}
.btn_mega:hover {
  background: #D02C2C;
}
@media (min-width: 1100px) {
  .btn_mega:hover .btn-burger span:nth-child(1) {
    -webkit-transform: rotate(90deg) translateX(7px);
            transform: rotate(90deg) translateX(7px);
  }
  .btn_mega:hover .btn-burger span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(-1px, 8px);
            transform: rotate(45deg) translate(-1px, 8px);
    width: 10px;
  }
  .btn_mega:hover .btn-burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1px, -0.5px);
            transform: rotate(-45deg) translate(1px, -0.5px);
    width: 10px;
  }
}
.btn_red {
  background: #D02C2C;
  -webkit-box-shadow: 0 0 10px rgba(25, 55, 69, 0.5);
          box-shadow: 0 0 10px rgba(25, 55, 69, 0.5);
}
.btn_red:hover {
  background: #D02C2C;
}
.btn_alt {
  background: transparent;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn_alt .btn__name {
  color: #FFFFFF;
}
.btn_alt:hover {
  border-color: #2E5F76;
}
.btn:focus-visible, .filters__close:focus-visible {
  outline: none;
}
.btn._disabled, ._disabled.filters__close {
  pointer-events: none;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__link {
  color: #627B86;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
}
.breadcrumbs__link:hover {
  color: #D02C2C;
}
.breadcrumbs__separator {
  font-size: 10px;
  line-height: 1.3em;
  color: #627B86;
}
.breadcrumbs__current {
  font-size: 14px;
  color: #10222A;
  font-weight: 500;
  line-height: 1em;
}

.menu-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.menu-main__link {
  color: #A1BDCA;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-main__link:hover {
  color: #FFFFFF;
}
.menu-main_dark .menu-main__link {
  color: #4F839C;
}
.menu-main_dark .menu-main__link:hover {
  color: #D02C2C;
}
.menu-main__burger {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #C4D6DE;
  border-radius: 4px;
}
@media (max-width: 1100px) {
  .menu-main__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-soc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.menu-soc__link {
  width: 32px;
  height: 32px;
  display: block;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 28px;
  border-radius: 50px;
  background: #A1BDCA;
  padding: 0 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tag:hover {
  background: #2E5F76;
}
.tag__name {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tag__remove {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1em;
}

.subscribe__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.subscribe__description {
  font-size: 14px;
  line-height: 1.4em;
  max-width: 360px;
}
.subscribe .form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 420px) {
  .subscribe .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 420px) {
  .subscribe .form button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .subscribe .form .input {
    width: 100%;
  }
}
.subscribe .form input {
  width: 280px;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .subscribe .form input {
    width: 220px;
  }
}
@media (max-width: 420px) {
  .subscribe .form input {
    width: 100%;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 420px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pagination__step {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #E8EFF2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination__step i {
  font-size: 12px;
  color: #4F839C;
  line-height: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination__step._disabled {
  pointer-events: none;
}
.pagination__step._disabled i {
  color: #C4D6DE;
}
.pagination__step:hover {
  background: #2E5F76;
}
.pagination__step:hover i {
  color: #FFFFFF;
}
@media (max-width: 420px) {
  .pagination__step {
    width: 100%;
  }
}
.pagination__item > span {
  color: #2E5F76;
  font-size: 20px;
  line-height: 1em;
}
.pagination__link {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #4F839C;
  line-height: 1em;
  white-space: nowrap;
  border: 1px solid transparent;
}
.pagination__link._current {
  background: #2E5F76;
  color: #FFFFFF;
}
.pagination__link:hover {
  border-color: #4F839C;
}

.modal {
  display: none;
  width: 100%;
  max-width: 680px;
  height: 600px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal_small {
  max-width: 500px;
}
.modal_big {
  max-width: 800px;
}
.modal__close {
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal__close i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  color: #A1BDCA;
}
.modal__close:hover i {
  color: #A1BDCA;
}
.modal__wrapper {
  margin-top: 40px;
  height: calc(100% - 80px);
}
.modal__wrapper_review {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 24px;
}
.modal__title {
  font-weight: 700;
  font-size: 20px;
  color: #627B86;
}
.modal .form {
  height: 100%;
  padding-bottom: 40px;
}
.modal .form__block {
  overflow-y: auto;
  height: calc(100% - 100px);
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.fancybox__content {
  border-radius: 4px;
  padding: 40px;
}

html.with-fancybox body.hide-scrollbar .header {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

input:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #A1BDCA;
}
input::-moz-placeholder {
  color: #A1BDCA;
}
input:-ms-input-placeholder {
  color: #A1BDCA;
}
input::-ms-input-placeholder {
  color: #A1BDCA;
}
input::placeholder {
  color: #A1BDCA;
}
@media (max-width: 1280px) {
  input {
    font-size: 14px;
  }
}

.input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input__label {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  color: #A1BDCA;
  margin-bottom: 12px;
  width: 100%;
}
.input input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.input input:disabled {
  background: #E8EFF2;
  cursor: not-allowed;
}
.input input[type=text],
.input input[type=email],
.input input[type=number],
.input input[type=password],
.input input[type=tel] {
  max-width: 100%;
  height: 50px;
  border: 1px solid #C4D6DE;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #10222A;
}
.input input[type=text]:focus-visible,
.input input[type=email]:focus-visible,
.input input[type=number]:focus-visible,
.input input[type=password]:focus-visible,
.input input[type=tel]:focus-visible {
  outline: 1px solid #2E5F76;
}
@media (max-width: 1280px) {
  .input input[type=text],
.input input[type=email],
.input input[type=number],
.input input[type=password],
.input input[type=tel] {
    height: 40px;
  }
}
.input textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #4F839C;
  border-radius: 4px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  min-height: 60px;
  color: #10222A;
}
.input textarea:focus-visible {
  outline: 1px solid #2E5F76;
}

.input-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.input-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-checkbox__checkmark {
  height: 24px;
  width: 24px;
  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;
  background: #FFFFFF;
  border: 1px solid #C4D6DE;
  border-radius: 4px;
}
.input-checkbox__checkmark:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 600;
  color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.input-checkbox__name {
  white-space: nowrap;
  line-height: 1em;
}
.input-checkbox:hover input ~ .input-checkbox__checkmark {
  border-color: #2E5F76;
}
.input-checkbox input:checked ~ .input-checkbox__checkmark {
  background: #2E5F76;
  border-color: #2E5F76;
}
.input-checkbox input:checked ~ .input-checkbox__checkmark:after {
  color: #FFFFFF;
}

.price-filter {
  width: 100%;
}
.price-filter__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  gap: 20px;
  padding: 0 1px;
}
.price-filter__inputs .input {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid #C4D6DE;
}
.price-filter__inputs .input__label {
  width: auto;
  color: #627B86;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.price-filter__inputs .input input {
  padding: 0;
  border: none;
  text-align: left;
  background: transparent;
  font-size: 16px;
}
.price-filter__inputs .input input:focus-visible {
  outline: none;
}
.price-filter__sliders {
  position: relative;
  height: 4px;
}
.price-filter__sliders input[type=range] {
  position: absolute;
  pointer-events: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  background: transparent;
  z-index: 5;
}
.price-filter__sliders input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 16px;
  height: 16px;
  background: #4F839C;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 6;
}
.price-filter__sliders input[type=range]::-webkit-slider-thumb:hover {
  background: #2E5F76;
}
.price-filter__sliders input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #4F839C;
  cursor: pointer;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 6;
}
.price-filter__sliders input[type=range]::-moz-range-thumb:hover {
  background: #2E5F76;
}
.price-filter__base {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #C4D6DE;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}
.price-filter__track {
  position: absolute;
  height: 4px;
  background: #4F839C;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  pointer-events: none;
}

.form-scrollable {
  padding: 20px;
  background: #FFFFFF;
  overflow-y: auto;
  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;
  border-radius: 4px;
}

.form-search {
  height: 50px;
  border: 1px solid #4F839C;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  gap: 20px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1280px) {
  .form-search {
    height: 40px;
  }
}
.form-search button {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
@media (max-width: 1280px) {
  .form-search button {
    height: 40px;
  }
}
.form-search button i {
  color: #A1BDCA;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.form-search button:hover i {
  color: #FFFFFF;
}
.form-search input {
  background: transparent;
  color: #FFFFFF;
  height: 100%;
  width: 100%;
}

.choices__inner {
  height: 50px;
  background: #FFFFFF;
  border-color: #C4D6DE;
  border-radius: 4px;
  padding: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .choices__inner {
    height: 40px;
    min-height: 40px;
  }
}
.choices__list--single {
  margin-right: 24px;
  padding: 0;
}
.choices__list--dropdown {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.choices__list--dropdown .choices__item {
  padding: 10px 20px !important;
  white-space: nowrap;
}
.choices[data-type*=select-one]::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  border: none;
  right: 20px;
  top: 20px;
  font-size: 12px;
  line-height: 1em;
  color: #627B86;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: 0;
  width: 12px;
  height: 12px;
}
@media (max-width: 1280px) {
  .choices[data-type*=select-one]::after {
    top: 14px;
  }
}
.choices[data-type*=select-one].is-open::after {
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 1280px) {
  .choices[data-type*=select-one].is-open::after {
    top: 14px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #E8EFF2;
}

.header {
  background: #2E5F76;
  z-index: 14;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
.header .container {
  position: relative;
}
.header__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-grid-columns: 70px 20px 160px 20px 1fr 20px auto;
  grid-template-columns: 70px 160px 1fr auto;
  height: 90px;
  position: relative;
  z-index: 14;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #2E5F76;
}
@media (max-width: 1280px) {
  .header__wrapper {
    -ms-grid-columns: 50px 120px 1fr auto;
    grid-template-columns: 50px 120px 1fr auto;
    height: 70px;
  }
}
@media (max-width: 520px) {
  .header__wrapper {
    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;
  }
}
.header__mega {
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 13;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 1280px) {
  .header__mega {
    top: 70px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1100px) {
  .header__mega {
    height: calc(100vh - 70px);
    min-height: 400px;
  }
}
@media (max-width: 680px) {
  .header__mega {
    bottom: 0;
  }
}
@media (max-width: 520px) {
  .header__mega {
    left: 10px;
    right: 10px;
  }
}
.header__search {
  margin-right: 20px;
}
@media (max-width: 520px) {
  .header__search {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header .menu-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 70px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 0;
    padding: 20px;
    background: #E8EFF2;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow-y: auto;
    height: auto;
    scrollbar-gutter: stable;
    z-index: 12;
    border-bottom-left-radius: 4px;
  }
}
@media (max-width: 1100px) {
  .header .menu-main__link {
    color: #10222A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 20px;
  }
}
.header_hero {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 28, 36, 0)), color-stop(70%, #0c1c24));
  background: linear-gradient(0deg, rgba(12, 28, 36, 0) 0%, #0c1c24 70%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header_hero .header__wrapper {
  background: transparent;
}
.header_hero .menu-main__link {
  color: white;
}
.header_hero .menu-main__link:hover {
  color: white;
}
@media (max-width: 1100px) {
  .header_hero .menu-main__link:hover {
    color: #10222A;
  }
}
@media (max-width: 1100px) {
  .header_hero .menu-main__link {
    color: #10222A;
  }
}

@media (max-width: 680px) {
  ._menu-open {
    overflow: hidden;
  }
}
._menu-open #menuBurger .btn-burger {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
._menu-open #menuBurger .btn-burger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5.5px, 3px);
          transform: rotate(45deg) translate(5.5px, 3px);
  width: 16px;
}
._menu-open #menuBurger .btn-burger span:nth-child(2) {
  -webkit-transform: unset;
          transform: unset;
  opacity: 0;
}
._menu-open #menuBurger .btn-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5.5px, -3px);
          transform: rotate(-45deg) translate(5.5px, -3px);
  width: 16px;
}
@media (max-width: 1100px) {
  ._menu-open .overlay-mega {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media (max-width: 1100px) {
  ._menu-open .header .menu-main__list {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
  }
}

.hero {
  top: -90px;
  position: relative;
  height: 100dvh;
}
@media (max-width: 1280px) {
  .hero {
    top: -70px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1100px) {
  .hero {
    height: 500px;
  }
}
.hero .swiper-nav {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 520px) {
  .hero .swiper-nav {
    pointer-events: all;
  }
}
.hero .swiper-nav i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1em;
}
.hero .swiper-nav::after {
  display: none;
}
.hero .swiper-nav:hover {
  border-color: white;
}
.hero .swiper-nav:hover i {
  color: white;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-content__wrapper {
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (orientation: landscape) and (max-width: 1100px) {
  .hero-content__wrapper {
    height: 500px;
  }
}
.hero-content__title {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
@media (max-width: 1100px) {
  .hero-content__title {
    font-size: 50px;
  }
}
@media (max-width: 520px) {
  .hero-content__title {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .hero-content__title {
    font-size: 34px;
  }
}
.hero-content__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.hero-slider {
  position: relative;
  width: 100%;
  z-index: 1;
}
.hero-slider::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(12, 28, 36, 0.7);
}
.hero-slider .swiper-slide {
  width: 100%;
  height: 100dvh;
}
@media screen and (orientation: landscape) and (max-width: 1100px) {
  .hero-slider .swiper-slide {
    height: 500px;
  }
}
.hero-slider .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-footer__wrapper {
  padding: 40px 0;
  width: 100%;
  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;
}
@media (max-width: 520px) {
  .hero-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.hero-footer__down {
  width: 26px;
  height: 43px;
  cursor: pointer;
}
.hero-footer__down .__arrow {
  -webkit-animation: mouse-down 1s linear infinite;
          animation: mouse-down 1s linear infinite;
}
.hero-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 520px) {
  .hero-footer__nav {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    pointer-events: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero-bullets {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.hero-bullets__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.hero-bullets__item::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
}
.hero-bullets__item_active {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.hero-bullets__item_active::after {
  background: white;
  border-radius: 0;
}
.hero-bullets__item_active._pause::after {
  border: 6px solid transparent;
  border-left: 10px solid #FFFFFF;
  background: transparent;
  width: 0;
  height: 0;
  -webkit-transform: translate(-3px, -6px);
          transform: translate(-3px, -6px);
}

@-webkit-keyframes mouse-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes mouse-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.category-nav__header {
  margin-bottom: 40px;
}
.category-nav__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 340px;
}
@media (max-width: 1100px) {
  .category-nav__wrapper {
    grid-auto-rows: 240px;
  }
}
@media (max-width: 680px) {
  .category-nav__wrapper {
    grid-auto-rows: 200px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .category-nav__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.category-nav__item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.category-nav__item_v {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.category-nav__item:hover {
  -webkit-box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
          box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
}
.category-nav__item:hover .category-nav__arrow i {
  -webkit-animation: arrow-right 1s linear infinite;
          animation: arrow-right 1s linear infinite;
}
.category-nav__item:hover .category-nav__img::before {
  background: rgba(12, 28, 36, 0.7);
}
.category-nav__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.category-nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-nav__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(46, 95, 118, 0.3);
}
.category-nav__desc {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  z-index: 2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1100px) {
  .category-nav__desc {
    -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;
    -webkit-transform: unset;
            transform: unset;
    left: 20px;
    bottom: 20px;
  }
}
.category-nav__name {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .category-nav__name {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.category-nav__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.category-nav__arrow i {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1em;
}
@media (max-width: 1100px) {
  .category-nav__arrow {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  20%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
.mega {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
  grid-template-columns: 320px 1fr;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .mega {
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 680px) {
  .mega {
    display: block;
    width: 100%;
  }
}
.mega__root {
  padding: 40px;
  background: #E8EFF2;
  height: 100%;
}
@media (max-width: 1280px) {
  .mega__root {
    padding: 28px;
  }
}
@media (max-width: 1100px) {
  .mega__root {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .mega__root {
    display: none;
  }
}
.mega__root 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: 680px) {
  .mega__root ul {
    gap: 0;
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 680px) {
  .mega__root li:last-of-type a {
    border-bottom: none;
  }
}
.mega__root a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.mega__root a svg path {
  stroke: #627B86;
}
.mega__root a span {
  color: #10222A;
  font-weight: 500;
}
.mega__root a._active svg path, .mega__root a:hover svg path {
  stroke: #D02C2C;
}
.mega__root a._active span, .mega__root a:hover span {
  color: #D02C2C;
}
@media (max-width: 680px) {
  .mega__root a {
    height: 50px;
    border-bottom: 1px solid #C4D6DE;
  }
}
.mega__title {
  font-size: 24px;
  line-height: 1.2em;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .mega__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 1100px) {
  .mega__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.mega__body {
  padding: 40px;
  background: #F3F7F8;
}
@media (max-width: 1280px) {
  .mega__body {
    padding: 28px;
  }
}
@media (max-width: 1100px) {
  .mega__body {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 680px) {
  .mega__body {
    display: none;
  }
}
.mega__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1100px) {
  .mega__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mega__col {
  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;
}
.mega__col a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #10222A;
}
.mega__col a:hover {
  color: #D02C2C;
}
.mega__col 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: 8px;
}
.mega__subtitle {
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.mega-mobile {
  display: none;
  padding: 20px;
  background: #E8EFF2;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
@media (max-width: 680px) {
  .mega-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mega-mobile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-mobile__body {
  display: none;
  padding: 20px 0;
}
.mega-mobile__header {
  border-bottom: 1px solid #C4D6DE;
}
.mega-mobile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 50px;
}
.mega-mobile__name svg path {
  stroke: #627B86;
}
.mega-mobile__name span {
  color: #10222A;
  font-weight: 500;
}
.mega-mobile__toggle {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mega-mobile__item._open .mega-mobile__toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mega-mobile__subtitle {
  display: block;
  color: #10222A;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  margin-bottom: 4px;
}
.mega-mobile__submenu {
  margin-bottom: 20px;
}
.mega-mobile__submenu:last-of-type {
  margin-bottom: 0;
}
.mega-mobile ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #10222A;
}

@media (max-width: 680px) {
  ._mega-open {
    overflow: hidden;
  }
}
._mega-open .btn_mega .btn-burger {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
._mega-open .btn_mega .btn-burger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5.5px, 3px);
          transform: rotate(45deg) translate(5.5px, 3px);
  width: 16px;
}
._mega-open .btn_mega .btn-burger span:nth-child(2) {
  -webkit-transform: unset;
          transform: unset;
  opacity: 0;
}
._mega-open .btn_mega .btn-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5.5px, -3px);
          transform: rotate(-45deg) translate(5.5px, -3px);
  width: 16px;
}
._mega-open .header {
  background: #2E5F76;
}
._mega-open .menu-main__link {
  color: #A1BDCA;
}
._mega-open .menu-main__link:hover {
  color: #FFFFFF;
}
._mega-open .header__mega {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
._mega-open .overlay-mega {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.filters {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 390px;
  max-width: 100%;
  z-index: 15;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 520px) {
  .filters {
    width: 100%;
  }
}
.filters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background: #E8EFF2;
  padding: 40px 12px 20px 40px;
  height: 100%;
}
@media (max-width: 1280px) {
  .filters__wrapper {
    gap: 20px;
    padding: 32px 12px 16px 32px;
  }
}
.filters__header {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .filters__header {
    height: 40px;
  }
}
.filters__close {
  width: 50px;
  height: 50px;
  min-width: unset;
  padding: 0;
}
@media (max-width: 1280px) {
  .filters__close {
    width: 40px;
    height: 40px;
  }
}
.filters__close i {
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .filters__close i {
    font-size: 14px;
  }
}
.filters__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  overflow-y: auto;
  height: calc(100% - 220px);
  scrollbar-gutter: stable;
  padding-right: 8px;
}
@media (max-width: 1280px) {
  .filters__body {
    gap: 20px;
    height: calc(100% - 180px);
  }
}
.filters__title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.filters__footer {
  height: 100px;
  margin-top: auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}
@media (max-width: 1280px) {
  .filters__footer {
    height: 90px;
  }
}
.filters__aplly {
  width: 100%;
}
.filters__reset {
  color: #2E5F76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.filters__reset:hover {
  color: #D02C2C;
}

.filters-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filters-item__header[data-accordion-btn] {
  cursor: pointer;
}
.filters-item__header[data-accordion-btn]:hover .filters-item__toggle,
.filters-item__header[data-accordion-btn]:hover .filters-item__title {
  color: #D02C2C;
}
.filters-item__toggle {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filters-item__title {
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filters-item__body {
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .filters-item__body {
    padding: 16px 0;
  }
}
.filters-item__body[data-accordion-body] {
  display: none;
}
.filters-item._open .filters-item__toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 680px) {
  ._filters-open {
    overflow: hidden;
  }
}
._filters-open .filters {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}
._filters-open .overlay-filters {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.catalog {
  padding: 60px 0;
}
@media (max-width: 520px) {
  .catalog {
    padding: 20px 0 40px;
  }
}
.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 6;
}
@media (max-width: 1100px) {
  .catalog__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.catalog__settings {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 240px 20px 160px;
  grid-template-columns: 240px 160px;
  gap: 20px;
}
@media (max-width: 420px) {
  .catalog__settings > * {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .catalog__settings {
    -ms-grid-columns: 220px 140px;
    grid-template-columns: 220px 140px;
  }
}
@media (max-width: 420px) {
  .catalog__settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.catalog__body {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .catalog__body {
    gap: 12px;
  }
}
@media (max-width: 1100px) {
  .catalog__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .catalog__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .catalog__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.catalog__search {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .catalog__search {
    display: block;
  }
}

.catalog-tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-tags__title {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
  color: #627B86;
  margin-bottom: 8px;
}
.catalog-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-card {
  padding: 20px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #C4D6DE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
  min-width: 100%;
  background: #FFFFFF;
}
.product-card__wish {
  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: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F3F7F8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-card__wish i {
  color: #C4D6DE;
  font-size: 18px;
  line-height: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-card__wish:hover {
  background: #E8EFF2;
}
.product-card__img {
  height: 240px;
  width: auto;
  margin: 0 auto;
}
.product-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .product-card__img {
    height: 200px;
  }
}
@media (max-width: 520px) {
  .product-card__img {
    height: 160px;
  }
}
.product-card__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 420px) {
  .product-card__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.product-card__btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #C4D6DE;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-card__btn i {
  font-size: 18px;
  line-height: 1em;
  color: #2E5F76;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-card__btn:hover {
  background: #D02C2C;
  border-color: #D02C2C;
}
.product-card__btn:hover i {
  color: #FFFFFF;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .product-card__price {
    gap: 8px;
  }
}
@media (max-width: 1100px) {
  .product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.product-card__name {
  font-size: 14px;
}
@media (max-width: 420px) {
  .product-card__name {
    text-align: center;
  }
}
.product-card__promotion {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #D02C2C;
  background: #FFFFFF;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 16px;
  border-radius: 50px;
  border: 1px solid #D02C2C;
  font-size: 11px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.current-price {
  font-size: 20px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .current-price {
    font-size: 16px;
  }
}

.old-price {
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
  color: #627B86;
  text-decoration: line-through;
}
@media (max-width: 1280px) {
  .old-price {
    font-size: 13px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
@media (max-width: 1100px) {
  .about {
    margin-top: 80px;
    display: block;
  }
}
.about .container {
  margin: 0;
}
.about__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.about__body {
  padding: 60px 0 60px 60px;
  width: calc(60% + 60px);
}
@media (max-width: 1100px) {
  .about__body {
    padding: 40px 0;
    width: 100%;
  }
}
.about__title {
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .about__title {
    font-size: 24px;
  }
}
.about__footer {
  margin-top: 40px;
  padding: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #E8EFF2;
}
@media (max-width: 1100px) {
  .about__footer {
    margin-top: 20px;
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .about__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__footer p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  color: #627B86;
}
.about__footer .btn, .about__footer .filters__close {
  min-width: 220px;
}
.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .about__image {
    border-radius: 0;
  }
}
.about__image::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(46, 95, 118, 0.4);
  mix-blend-mode: color;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.offers {
  padding: 60px 0;
  margin-bottom: 120px;
  background: #F3F7F8;
}
@media (max-width: 520px) {
  .offers {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
.offers__header {
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .offers__header {
    margin-bottom: 20px;
  }
}

.offers-tabs__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1100px) {
  .offers-tabs__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.offers-tabs__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #627B86;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.offers-tabs__btn._active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2E5F76;
  color: #FFFFFF;
}
.offers-tabs__btn._active:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.offers-tabs__btn:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.offers-tabs__content {
  display: none;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .offers-tabs__content {
    gap: 12px;
  }
}
@media (max-width: 1100px) {
  .offers-tabs__content {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .offers-tabs__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .offers-tabs__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.offers-tabs__content._active {
  display: -ms-grid;
  display: grid;
}

.banner {
  margin-bottom: 120px;
}
@media (max-width: 1100px) {
  .banner {
    margin-bottom: 80px;
  }
}
.banner__wrapper {
  position: relative;
}
.banner__nav {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.banner__nav .swiper-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner__nav .swiper-nav i {
  color: #2E5F76;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1em;
}
.banner__nav .swiper-nav:hover {
  background: white;
}
@media (max-width: 1100px) {
  .banner__nav {
    top: 40px;
    left: 40px;
  }
}
@media (max-width: 520px) {
  .banner__nav {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 520px) {
  .banner .container {
    padding: 0;
  }
}

.banner-slide {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 520px) {
  .banner-slide {
    border-radius: 0;
  }
}
.banner-slide__img {
  height: 450px;
  position: relative;
  z-index: 1;
}
.banner-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .banner-slide__img {
    height: 400px;
  }
}
@media (max-width: 520px) {
  .banner-slide__img {
    height: 320px;
  }
}
.banner-slide__content {
  position: absolute;
  z-index: 2;
  top: 140px;
  left: 60px;
}
@media (max-width: 1100px) {
  .banner-slide__content {
    top: 120px;
    left: 40px;
  }
}
@media (max-width: 520px) {
  .banner-slide__content {
    top: 80px;
    left: 20px;
  }
}
.banner-slide__title {
  font-family: "Rubik", sans-serif;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width: 520px) {
  .banner-slide__title {
    font-size: 22px;
  }
}
.banner-slide__text {
  margin: 20px 0 40px;
  font-size: 18px;
  line-height: 1.7em;
  color: #FFFFFF;
  font-weight: 500;
  max-width: 400px;
}
@media (max-width: 520px) {
  .banner-slide__text {
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px 0 20px;
    padding-right: 20px;
  }
}

.announce {
  margin-bottom: 120px;
}
@media (max-width: 1100px) {
  .announce {
    margin-bottom: 80px;
  }
}
.announce__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.announce__wrapper {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 680px) {
  .announce__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .announce__wrapper {
    margin-top: 20px;
  }
}

.announce-item {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .announce-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 100%;
  }
}
.announce-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
          box-shadow: 0 0 15px rgba(46, 95, 118, 0.3);
}
.announce-item__img {
  height: 220px;
  width: 100%;
}
@media (max-width: 1100px) {
  .announce-item__img {
    height: 180px;
  }
}
@media (max-width: 680px) {
  .announce-item__img {
    width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media (max-width: 420px) {
  .announce-item__img {
    width: 120px;
    height: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.announce-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.announce-item__content {
  background: #F3F7F8;
  padding: 40px 20px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media (max-width: 1100px) {
  .announce-item__content {
    padding: 20px;
    height: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 420px) {
  .announce-item__content {
    height: 120px;
    gap: 10px;
  }
}
.announce-item__tag {
  color: #627B86;
  font-size: 14px;
  line-height: 1.2em;
}
.announce-item__name {
  font-weight: 700;
  color: #10222A;
}

.footer {
  border-top: 1px solid #C4D6DE;
  padding-top: 60px;
}
@media (max-width: 520px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__wrapper {
  padding-bottom: 60px;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: auto 60px 1fr 60px 1fr;
  grid-template-columns: auto 1fr 1fr;
}
@media (max-width: 1280px) {
  .footer__wrapper {
    padding-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .footer__wrapper {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 680px) {
  .footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1100px) {
  .footer__col {
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .footer__col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1100px) {
  .footer__col:last-of-type {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    gap: 20px;
  }
}
@media (max-width: 680px) {
  .footer__col:last-of-type {
    grid-column: unset;
  }
}
.footer__logo {
  width: 80px;
}
@media (max-width: 1280px) {
  .footer__logo {
    width: 60px;
  }
}
.footer__tel {
  font-size: 20px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 600;
  color: #10222A;
}
@media (max-width: 1280px) {
  .footer__tel {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .footer .menu-main__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-bottom {
  background: #F3F7F8;
  font-size: 14px;
  line-height: 1.2em;
}
.footer-bottom__wrapper {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .footer-bottom__wrapper {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .footer-bottom__wrapper {
    height: auto;
    padding: 20px 0;
    gap: 20px;
  }
}