@charset "UTF-8";
* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
::-moz-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: Raleway,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-style: normal;
  line-height: 1.15
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Inter/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Inter/Inter-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Raleway;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Raleway/Raleway-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Raleway;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Raleway/Raleway-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Raleway;
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Raleway/Raleway-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Raleway;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Raleway/Raleway-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Designosaur;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url(../fonts/Designosaur/Designosaur-Italic.woff2) format("woff2")
}
.slider {
  position: relative;
  overflow: hidden
}
.slider__places {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.slider__place {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.slider__item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff
}
.slider__item_active,
.slider__item_end,
.slider__item_next,
.slider__item_prev,
.slider__item_start {
  transition: transform .6s,height .6s,width .6s
}
.slider__item_end {
  z-index: 0
}
.slider__item_end + .slider__item_end {
  z-index: -1
}
.slider__item_end + .slider__item_end + .slider__item_end {
  z-index: -2
}
.slider__item_end + .slider__item_start {
  z-index: 2
}
.slider__item_end + .slider__item_start + .slider__item_start {
  z-index: 3
}
.slider__item_start {
  z-index: 1
}
.slider__item_start + .slider__item_start {
  z-index: 3
}
.slider__item_start + .slider__item_prev {
  z-index: 3
}
.slider__item_ghost {
  z-index: -2;
  opacity: .3
}
.slider__item_active,
.slider__item_next {
  z-index: 2
}
.slider__item_active + .slider__item_end,
.slider__item_next + .slider__item_end {
  z-index: 1
}
.slider__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.slider__pagination-item {
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1;
  opacity: .5;
  background-color: #000;
  cursor: pointer
}
.slider__pagination-item_active {
  opacity: 1
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  z-index: 0
}
.simplebar-offset {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0
}
.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s .5s linear
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition-delay: 0s;
  transition-duration: 0s
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar!important
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.html {
  height: 100%;
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: Raleway,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #28283b;
  background: #fff
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%
}
.main {
  flex-grow: 1
}
a {
  -webkit-tap-highlight-color: transparent
}
.custom-input {
  width: 100%
}
.custom-input__line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,41,68,.5)
}
.custom-input__label {
  padding-left: 4px;
  flex: 0 1 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: rgba(0,41,68,.5);
  white-space: nowrap
}
@media (max-width:743.5px) {
  .custom-input__label {
    font-size: 14px
  }
}
.custom-input__input,
.custom-input__textarea {
  flex: 1 1 0;
  border: none;
  padding-right: 50px;
  height: 49px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #000;
  background-color: transparent;
  outline: 0;
  font-variant-numeric: lining-nums
}
@media (max-width:1249.5px) {
  .custom-input__input,
  .custom-input__textarea {
    height: 45px;
    font-size: 16px
  }
}
@media (max-width:743.5px) {
  .custom-input__input,
  .custom-input__textarea {
    height: 40px;
    font-size: 14px
  }
}
.custom-input__input::-moz-placeholder,
.custom-input__textarea::-moz-placeholder {
  color: rgba(0,41,68,.2)
}
.custom-input__input::placeholder,
.custom-input__textarea::placeholder {
  color: rgba(0,41,68,.2)
}
.custom-input__textarea {
  padding: 12px 0;
  resize: none
}
@media (max-width:1249.5px) {
  .custom-input__textarea {
    padding: 11px 0
  }
}
@media (max-width:743.5px) {
  .custom-input__textarea {
    padding: 10px 0
  }
}
.custom-input__info {
  padding-top: 5px;
  width: 100%
}
.custom-input__info-rules {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #002944
}
@media (max-width:1249.5px) {
  .custom-input__info-rules {
    padding-top: 2px;
    font-size: 14px
  }
}
@media (max-width:743.5px) {
  .custom-input__info-rules {
    font-size: 12px
  }
}
.custom-input__info-green {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #039b00
}
.custom-input_err .custom-input__line {
  border-color: #ff2f3b
}
.custom-input_err .custom-input__label {
  color: #ff2f3b
}
.custom-input_suc .custom-input__icon-suc {
  display: block
}
.custom-input_suc .custom-input__line {
  border-color: #039b00
}
.custom-input__pass-vis {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 4px;
  bottom: 11px;
  display: none;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icon-eye.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.custom-input__pass-vis_alternate {
  background-image: url(../img/icon-eye-cross.svg)
}
.custom-input__info-restore {
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #ff2f3b
}
@media (max-width:743.5px) {
  .custom-input__info-restore {
    font-size: 12px
  }
}
.custom-input__icon-suc {
  position: absolute;
  display: none;
  right: 0;
  top: 14px;
  width: 24px;
  aspect-ratio: 1
}
.custom-input__icon-suc svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.custom-input__send-code {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 11px;
  display: none;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #039b00;
  background-color: transparent
}
.custom-input__send-code:disabled {
  color: rgba(41,204,57,.3)
}
@media (max-width:1249.5px) {
  .custom-input_contacts .custom-input__input,
  .custom-input_contacts .custom-input__textarea {
    font-size: 14px
  }
  .custom-input_contacts .custom-input__label {
    font-size: 14px
  }
}
.custom-input_phone-entered .custom-input__input {
  padding-right: 250px
}
.custom-input_phone-entered .custom-input__send-code {
  display: block
}
.custom-input_password .custom-input__pass-vis {
  display: block
}
.custom-input_password .custom-input__line {
  padding-right: 40px
}
.custom-checkbox__input {
  position: fixed;
  transform: scale(0)
}
.custom-checkbox__input:checked + .custom-checkbox__fake::before {
  background-color: #002944;
  background-image: url(../img/custom-checkbox-check.svg)
}
.custom-checkbox__fake {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 33px;
  padding-left: 36px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:743.5px) {
  .custom-checkbox__fake {
    font-size: 14px;
    letter-spacing: normal
  }
}
.custom-checkbox__fake::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #002944;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  cursor: pointer
}
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer
}
.btn-wrapper {
  text-align: center
}
.btn-default {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  padding: 15px 16px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #ff2f3b
}
@media (max-width:1249.5px) {
  .btn-default {
    font-family: Raleway,sans-serif;
    padding: 11px 16px;
    font-size: 14px
  }
}
@media (max-width:991.5px) {
  .btn-default {
    font-family: Inter,sans-serif;
    padding: 15px 21px;
    font-size: 16px
  }
}
@media (max-width:743.5px) {
  .btn-default {
    padding: 11px 16px;
    font-size: 14px
  }
}
.btn-default:hover {
  background-position: 0 100%
}
.btn-default:disabled {
  background: rgba(255,47,59,.1)
}
.btn-dark {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  padding: 17px 21px;
  min-width: 210px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #002944
}
@media (max-width:743.5px) {
  .btn-dark {
    padding: 13px 23px;
    font-size: 14px
  }
}
.btn-dark:disabled {
  background: rgba(0,41,68,.1)
}
.btn-submit {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  padding: 17px 62px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #ff2f3b
}
@media (max-width:1249.5px) {
  .btn-submit {
    padding: 17px 62px
  }
}
@media (max-width:743.5px) {
  .btn-submit {
    padding: 13px 43px
  }
}
.btn-submit:hover {
  background-position: 0 100%
}
.btn-submit:disabled {
  background: rgba(255,47,59,.1)
}
.btn-close {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 48px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icon-close.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .btn-close {
    width: 24px
  }
}
.btn-close:hover {
  background-position: 0 100%
}
.btn-search {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 46px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/search.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .btn-search {
    width: 24px
  }
}
.btn-clear {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 48px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/clear.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .btn-clear {
    width: 24px
  }
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.title-main {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #002944
}
@media (max-width:1249.5px) {
  .title-main {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .02em
  }
}
@media (max-width:991.5px) {
  .title-main {
    font-size: 24px;
    letter-spacing: normal
  }
}
@media (max-width:743.5px) {
  .title-main {
    font-weight: 400;
    font-size: 14px
  }
}
.title-main b {
  font-weight: 700
}
.title-main u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
.title-main__highlight {
  font-size: 50px;
  line-height: 53px;
  color: #ff2f3b
}
@media (max-width:1249.5px) {
  .title-main__highlight {
    letter-spacing: normal;
    font-size: 32px;
    line-height: 39px
  }
}
@media (max-width:991.5px) {
  .title-main__highlight {
    font-size: 36px
  }
}
@media (max-width:743.5px) {
  .title-main__highlight {
    font-size: 20px;
    line-height: 22px
  }
}
.open-menu {
  overflow: hidden
}
.logo {
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.logo__img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.site {
  position: relative;
  z-index: 1;
  font-variant-numeric: lining-nums
}
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1342px
}
@media (max-width:1249.5px) {
  .container {
    max-width: 960px
  }
}
@media (max-width:991.5px) {
  .container {
    max-width: 744px
  }
}
@media (max-width:743.5px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
    max-width: 549px
  }
}
@media (max-width:575.5px) {
  .container {
    max-width: 100%
  }
}
.container_wide {
  max-width: 1772px
}
.header {
  padding-top: 13px;
  padding-bottom: 16px
}
@media (max-width:1249.5px) {
  .header {
    padding-top: 6px;
    padding-bottom: 6px
  }
}
@media (max-width:991.5px) {
  .header {
    padding-top: 9px;
    padding-bottom: 9px
  }
}
@media (max-width:743.5px) {
  .header {
    padding-top: 5px;
    padding-bottom: 0;
    border-bottom: .5px solid rgba(0,41,68,.2)
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media (max-width:991.5px) {
  .header__container {
    justify-content: flex-start
  }
}
@media (max-width:743.5px) {
  .header__container {
    flex-wrap: wrap
  }
}
.header__logo {
  width: 270px;
  transform: translateY(3px)
}
@media (max-width:1249.5px) {
  .header__logo {
    width: 199px
  }
}
@media (max-width:991.5px) {
  .header__logo {
    width: 140px;
    margin-right: 30px
  }
}
@media (max-width:743.5px) {
  .header__logo {
    margin-right: auto
  }
}
.header__menu {
  padding-left: 5px
}
@media (max-width:991.5px) {
  .header__menu {
    padding-left: 0;
    margin-right: auto
  }
}
@media (max-width:743.5px) {
  .header__menu {
    overflow-x: auto;
    order: 2;
    margin-top: 10px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
    text-align: center
  }
}
@media (max-width:743.5px) {
  .header__menu_desk {
    display: none
  }
}
.header__menu_mob {
  display: none
}
@media (max-width:743.5px) {
  .header__menu_mob {
    display: block
  }
}
.header__menu .simplebar-track.simplebar-horizontal {
  display: none
}
.header__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px
}
@media (max-width:1369.5px) {
  .header__menu-list {
    gap: 20px
  }
}
@media (max-width:1249.5px) {
  .header__menu-list {
    gap: 20px
  }
}
@media (max-width:991.5px) {
  .header__menu-list {
    gap: 20px
  }
}
@media (max-width:743.5px) {
  .header__menu-list {
    gap: 16px;
    padding-right: 16px;
    display: inline-flex
  }
}
.header__menu-link {
  display: inline-block;
  width: 106px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .025em;
  color: #002944;
  opacity: .5;
  text-align: center
}
@media (max-width:1369.5px) {
  .header__menu-link {
    width: 100px
  }
}
@media (max-width:1249.5px) {
  .header__menu-link {
    width: 76px;
    font-size: 14px;
    letter-spacing: .005em
  }
}
@media (max-width:743.5px) {
  .header__menu-link {
    font-weight: 400
  }
}
.header__menu-link_active {
  padding-bottom: 2px;
  border-bottom: 2px solid #002944;
  font-weight: 700;
  opacity: 1;
  letter-spacing: .07em
}
@media (max-width:1249.5px) {
  .header__menu-link_active {
    padding-bottom: 4px;
    font-weight: 600;
    transform: translateY(-2px);
    letter-spacing: .005em
  }
}
@media (max-width:743.5px) {
  .header__menu-link_active {
    padding-bottom: 4px;
    transform: none;
    line-height: 1.2;
    letter-spacing: normal
  }
}
.header__account {
  display: flex;
  align-items: center;
  gap: 20px
}
@media (max-width:1369.5px) {
  .header__account {
    gap: 15px
  }
}
@media (max-width:1249.5px) {
  .header__account {
    gap: 20px
  }
}
.header__account-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .025em;
  color: rgba(0,41,68,.5)
}
@media (max-width:1369.5px) {
  .header__account-link {
    font-size: 16px
  }
}
@media (max-width:1249.5px) {
  .header__account-link {
    font-size: 14px;
    letter-spacing: .001em
  }
}
@media (max-width:991.5px) {
  .header__account-link {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
  }
}
@media (max-width:991.5px) {
  .header__account-link_reg {
    background-image: url(../img/icon-login.svg)
  }
}
@media (max-width:991.5px) {
  .header__account-link_login {
    background-image: url(../img/icon-user.svg)
  }
}
.header__account-link_tg {
  color: #ff2f3b
}
@media (max-width:991.5px) {
  .header__account-link_tg {
    background: 0 0;
    -webkit-mask-image: url(../img/icon-tg.svg);
    mask-image: url(../img/icon-tg.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #ff2f3b
  }
}
.header__account-link_only-icon {
  font-size: 0;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  opacity: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px
}
@media (max-width:1249.5px) {
  .footer {
    padding-bottom: 26px
  }
}
@media (max-width:991.5px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 16px
  }
}
@media (max-width:743.5px) {
  .footer {
    padding-bottom: 8px
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media (max-width:991.5px) {
  .footer__container {
    flex-direction: column
  }
}
@media (max-width:1249.5px) {
  .footer__left {
    max-width: 161px
  }
}
@media (max-width:991.5px) {
  .footer__left {
    max-width: 100%;
    order: 3;
    display: flex;
    gap: 8px
  }
}
@media (max-width:743.5px) {
  .footer__left {
    flex-direction: column;
    align-items: center
  }
}
.footer__politic {
  margin-bottom: 7px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0,41,68,.6)
}
@media (max-width:1249.5px) {
  .footer__politic {
    font-size: 10px
  }
}
@media (max-width:991.5px) {
  .footer__politic {
    margin-bottom: 0;
    font-size: 12px
  }
}
@media (max-width:743.5px) {
  .footer__politic {
    font-size: 10px
  }
}
.footer__politic a {
  color: inherit;
  text-decoration: underline
}
.footer__copyright {
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0,41,68,.6)
}
@media (max-width:1249.5px) {
  .footer__copyright {
    font-size: 10px
  }
}
@media (max-width:991.5px) {
  .footer__copyright {
    font-size: 12px
  }
}
@media (max-width:743.5px) {
  .footer__copyright {
    font-size: 10px
  }
}
.footer__copyright a {
  color: inherit;
  font-weight: 600
}
@media (max-width:1249.5px) {
  .footer__copyright a {
    font-weight: 700
  }
}
@media (max-width:743.5px) {
  .footer__copyright a {
    font-weight: 600
  }
}
.footer__created {
  margin-left: -105px;
  font-weight: 600;
  font-size: 24px;
  text-align: center
}
@media (max-width:1249.5px) {
  .footer__created {
    margin-left: -19px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .02em
  }
}
@media (max-width:991.5px) {
  .footer__created {
    order: 1;
    margin-bottom: 20px;
    margin-left: 0
  }
}
@media (max-width:743.5px) {
  .footer__created {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .02em
  }
}
.footer__created-highlight {
  color: #ff2f3b
}
@media (max-width:991.5px) {
  .footer__personal {
    order: 2;
    margin-bottom: 36px
  }
}
@media (max-width:743.5px) {
  .footer__personal {
    margin-bottom: 21px
  }
}
.footer__personal_short {
  display: none
}
@media (max-width:1249.5px) {
  .footer__personal_short {
    display: inline-block
  }
}
@media (max-width:991.5px) {
  .footer__personal_short {
    display: none
  }
}
@media (max-width:743.5px) {
  .footer__personal_short {
    display: inline-block
  }
}
@media (max-width:1249.5px) {
  .footer__personal_full {
    display: none
  }
}
@media (max-width:991.5px) {
  .footer__personal_full {
    display: inline-block
  }
}
@media (max-width:743.5px) {
  .footer__personal_full {
    display: none
  }
}
.search {
  position: relative;
  border-bottom: 1px solid #fff;
  height: 70px
}
@media (max-width:1249.5px) {
  .search {
    height: 54px
  }
}
@media (max-width:575.5px) {
  .search {
    height: 40px
  }
}
.search__input {
  border: none;
  padding-left: 54px;
  padding-right: 112px;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 36px;
  color: #ff2f3b;
  background-color: transparent;
  outline: 0
}
@media (max-width:1249.5px) {
  .search__input {
    font-size: 18px
  }
}
@media (max-width:991.5px) {
  .search__input {
    padding-left: 32px
  }
}
@media (max-width:575.5px) {
  .search__input {
    padding-left: 35px;
    font-size: 16px
  }
}
.search__input::-moz-placeholder {
  color: rgba(245,245,245,.5)
}
.search__input::placeholder {
  color: rgba(245,245,245,.5)
}
.search__btn {
  position: absolute;
  left: 0;
  top: 12px
}
@media (max-width:1249.5px) {
  .search__btn {
    top: 15px
  }
}
@media (max-width:575.5px) {
  .search__btn {
    left: 3px;
    top: 10px
  }
}
.search__clear {
  display: none;
  position: absolute;
  left: 0;
  top: 12px
}
@media (max-width:1249.5px) {
  .search__clear {
    top: 15px
  }
}
@media (max-width:575.5px) {
  .search__clear {
    top: 9px;
    left: 3px
  }
}
.search__views {
  position: absolute;
  right: -6px;
  top: 9px;
  display: flex;
  border: 1px solid #e8eff4;
  border-radius: 12px;
  overflow: hidden
}
@media (max-width:1249.5px) {
  .search__views {
    border-radius: 8px
  }
}
@media (max-width:991.5px) {
  .search__views {
    right: -1px;
    top: 6px
  }
}
@media (max-width:575.5px) {
  .search__views {
    right: 9px;
    top: 8px;
    padding-right: 10px;
    flex-direction: column;
    background-color: transparent;
    border: none
  }
}
.search__views::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 12px;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent
}
@media (max-width:575.5px) {
  .search__views::after {
    display: block
  }
}
.search__views_mob-hover {
  border: 1px solid #e8eff4;
  background-color: rgba(255,255,255,.3)
}
.search__views_mob-hover .search__view {
  display: block
}
@media (max-width:575.5px) {
  .search__views_mob-hover .search__view {
    pointer-events: all
  }
}
.search__view {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 42px;
  background-color: transparent
}
@media (max-width:575.5px) {
  .search__view {
    pointer-events: none
  }
}
@media (max-width:1249.5px) {
  .search__view {
    width: 43px;
    height: 36px
  }
}
@media (max-width:575.5px) {
  .search__view {
    display: none;
    width: 30px;
    height: 30px
  }
}
.search__view svg {
  width: 22px;
  height: 18px;
  opacity: .3
}
.search__view svg path {
  fill: #002944
}
.search__view_active {
  background: rgba(255,255,255,.3)
}
@media (max-width:575.5px) {
  .search__view_active {
    display: block;
    background-color: transparent
  }
}
.search__view_active svg {
  opacity: 1
}
.search__view_active svg path[fill="#002944"] {
  fill: #ff2f3b
}
@media (max-width:575.5px) {
  .search__view_active svg path[fill="#002944"] {
    fill: #fff
  }
}
@media (max-width:575.5px) {
  .search__view_active.search__view_list {
    order: -1
  }
}
.modals {
  z-index: 15
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center
}
.modal::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}
.modal_active {
  display: block
}
.modal__inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  margin-top: 54px;
  margin-bottom: 54px;
  border-radius: 8px;
  padding: 20px;
  width: 660px;
  max-width: calc(100% - 32px);
  white-space: normal;
  text-align: left;
  background-color: #fff
}
.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7)
}
.modal__close {
  position: absolute;
  right: 0;
  top: -37px;
  border: none;
  font-size: 0;
  width: 25px;
  height: 25px;
  background-color: transparent
}
.modal__close::after,
.modal__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #fff;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.modal__close::after {
  transform: translate(-50%,-50%) rotate(45deg)
}
.modal-message__title {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  opacity: .9
}
@media (max-width:743.5px) {
  .modal-message__title {
    font-size: 18px
  }
}
.fixed-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in
}
.fixed-menu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0,41,68,.3)
}
.fixed-menu__content {
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: auto;
  padding: 119px 40px 33px;
  width: 740px;
  max-width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  background: linear-gradient(137deg,rgba(255,255,255,.66) 0,rgba(255,255,255,.67) 100%,rgba(255,255,255,.27) 100%);
  transform: translateX(100%);
  transition: transform .4s ease-in-out
}
@media (max-width:1249.5px) {
  .fixed-menu__content {
    padding: 78px 24px 20px;
    width: 700px
  }
}
@media (max-width:991.5px) {
  .fixed-menu__content {
    padding: 82px 24px 20px;
    width: 100%
  }
}
@media (max-width:575.5px) {
  .fixed-menu__content {
    padding: 74px 16px 18px
  }
}
.fixed-menu__close {
  position: absolute;
  left: 39px;
  top: 17px;
  z-index: 3
}
@media (max-width:1249.5px) {
  .fixed-menu__close {
    left: 21px;
    top: 19px
  }
}
@media (max-width:743.5px) {
  .fixed-menu__close {
    left: 18px;
    top: 13px
  }
}
.fixed-menu__top {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 82px;
  padding-left: 100px;
  padding-right: 100px
}
@media (max-width:1249.5px) {
  .fixed-menu__top {
    height: 60px
  }
}
@media (max-width:575.5px) {
  .fixed-menu__top {
    height: 50px;
    padding-left: 56px;
    padding-right: 56px
  }
}
.fixed-menu__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-right: 10px
}
@media (max-width:1249.5px) {
  .fixed-menu__tabs {
    padding-right: 0;
    padding-left: 19px;
    gap: 8px
  }
}
.fixed-menu__tab {
  border: none;
  padding: 0 2px;
  width: 122px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .fixed-menu__tab {
    width: 120px;
    line-height: 1.8
  }
}
@media (max-width:743.5px) {
  .fixed-menu__tab {
    width: 92px;
    font-size: 14px;
    letter-spacing: unset
  }
}
.fixed-menu__tab_active {
  font-weight: 700;
  border-bottom: 2px solid #002944
}
.fixed-menu__lk-title {
  font-weight: 400;
  font-size: 24px;
  color: #002944
}
@media (max-width:1249.5px) {
  .fixed-menu__lk-title {
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .fixed-menu__lk-title {
    font-size: 14px
  }
}
.fixed-menu__lk-exit {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 42px;
  top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .fixed-menu__lk-exit {
    top: 18px;
    right: 28px
  }
}
@media (max-width:743.5px) {
  .fixed-menu__lk-exit {
    top: 14px;
    right: 16px;
    font-size: 14px
  }
}
.fixed-menu__form {
  display: none;
  flex-direction: column;
  align-items: center;
  height: 100%
}
.fixed-menu__form_active {
  display: flex
}
.fixed-menu__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 27px
}
@media (max-width:1249.5px) {
  .fixed-menu__form-inputs {
    gap: 23px
  }
}
@media (max-width:991.5px) {
  .fixed-menu__form-inputs {
    gap: 27px
  }
}
@media (max-width:575.5px) {
  .fixed-menu__form-inputs {
    gap: 23px
  }
}
.fixed-menu__form-groups {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-bottom: auto;
  width: 100%
}
@media (max-width:1249.5px) {
  .fixed-menu__form-groups {
    gap: 26px
  }
}
@media (max-width:991.5px) {
  .fixed-menu__form-groups {
    gap: 29px
  }
}
.fixed-menu__form-group-title {
  margin-bottom: 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(0,41,68,.3)
}
@media (max-width:1249.5px) {
  .fixed-menu__form-group-title {
    margin-bottom: 21px
  }
}
@media (max-width:991.5px) {
  .fixed-menu__form-group-title {
    padding-left: 4px
  }
}
@media (max-width:743.5px) {
  .fixed-menu__form-group-title {
    font-size: 12px
  }
}
.fixed-menu__avatar {
  margin-bottom: 40px;
  border-radius: 50%;
  width: 124px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:743.5px) {
  .fixed-menu__avatar {
    width: 80px
  }
}
.fixed-menu__title {
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #002944
}
@media (max-width:575.5px) {
  .fixed-menu__title {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .02em
  }
}
.fixed-menu__btn-block {
  margin-top: 20px
}
.fixed-menu__bottom-mess {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  min-height: 110px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  text-align: center;
  color: #ff2f3b;
  background: #fcbec2
}
.fixed-menu__form-btn {
  margin-top: 20px
}
.open-menu .fixed-menu {
  opacity: 1;
  pointer-events: all
}
.open-menu_login .fixed-menu__content_login {
  transform: translateX(0)
}
.open-menu_registration .fixed-menu__content_registration {
  transform: translateX(0)
}
.open-menu_lk .fixed-menu__content_lk {
  transform: translateX(0)
}
.open-menu_contact .fixed-menu__content_contact {
  transform: translateX(0)
}
.open-menu_consult .fixed-menu__content_consult {
  transform: translateX(0)
}
.bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a2bfd2
}
.bg__item {
  position: absolute;
  mix-blend-mode: lighten
}
@media (max-width:743.5px) {
  .bg__item {
    display: none
  }
}
.bg__item_1 {
  left: -360px;
  top: -124px;
  width: 791px;
  aspect-ratio: 789/791;
  background-image: url(../img/bg/1.png)
}
.bg__item_2 {
  right: -283px;
  top: -168px;
  width: 672px;
  aspect-ratio: 647/672;
  background-image: url(../img/bg/2.png)
}
.bg__item_3 {
  left: -250px;
  bottom: -270px;
  width: 682px;
  aspect-ratio: 702/682;
  background-image: url(../img/bg/3.png)
}
.bg__item_4 {
  right: -261px;
  bottom: -404px;
  width: 796px;
  aspect-ratio: 769/796;
  background-image: url(../img/bg/4.png)
}
.hero {
  padding-top: 27px
}
@media (max-width:991.5px) {
  .hero {
    padding-top: 33px
  }
}
@media (max-width:743.5px) {
  .hero {
    padding-top: 20px
  }
}
.hero__title {
  margin-bottom: 31px
}
@media (max-width:1249.5px) {
  .hero__title {
    margin-bottom: 7px
  }
}
@media (max-width:991.5px) {
  .hero__title {
    margin-bottom: 16px
  }
}
@media (max-width:743.5px) {
  .hero__title {
    margin-bottom: 10px
  }
}
.hero__desc {
  position: relative;
  display: inline-block;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 56px;
  width: 495px;
  height: 68px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .017em;
  text-align: center;
  color: #fff
}
@media (max-width:1249.5px) {
  .hero__desc {
    margin-bottom: 41px;
    width: 400px;
    height: 61px;
    font-size: 14px
  }
}
@media (max-width:991.5px) {
  .hero__desc {
    font-weight: 600;
    margin-bottom: 108px;
    letter-spacing: normal;
    letter-spacing: normal;
    transform: translateX(-22px)
  }
}
@media (max-width:743.5px) {
  .hero__desc {
    width: 228px;
    height: 54px;
    padding: 10px 21px;
    margin-bottom: 33px;
    font-size: 12px;
    line-height: 1.4;
    transform: translateX(-6px)
  }
}
.hero__desc::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../img/smear.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%,-50%);
  mix-blend-mode: lighten
}
@media (max-width:991.5px) {
  .hero__desc::after {
    background-image: url(../img/smear-md.png)
  }
}
@media (max-width:743.5px) {
  .hero__desc::after {
    background-image: url(../img/smear-sm.png)
  }
}
.hero__slider {
  z-index: 1;
  overflow: visible;
  width: 1102px;
  height: 469px;
  margin: 0 auto
}
@media (max-width:1249.5px) {
  .hero__slider {
    width: 920px;
    height: 420px
  }
}
@media (max-width:991.5px) {
  .hero__slider {
    width: 704px;
    height: 463px
  }
}
@media (max-width:743.5px) {
  .hero__slider {
    width: 332px;
    height: 260px
  }
}
.hero__items-bg-main {
  position: absolute;
  z-index: -1;
  left: 46%;
  top: 56%;
  width: 1100px;
  height: 1072px;
  background-image: url(../img/bg/0.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%,-50%);
  pointer-events: none
}
@media (max-width:1249.5px) {
  .hero__items-bg-main {
    left: 49%;
    top: 50%;
    width: 791px;
    height: 764px
  }
}
@media (max-width:991.5px) {
  .hero__items-bg-main {
    width: 909px;
    height: 878px
  }
}
@media (max-width:743.5px) {
  .hero__items-bg-main {
    left: 55%;
    top: 55%;
    width: 521px;
    height: 504px
  }
}
.hero__items-bg-circle-1 {
  position: absolute;
  z-index: -1;
  left: 290px;
  top: 38px;
  z-index: -1;
  width: 76px;
  aspect-ratio: 1;
  background-image: url(../img/bg/el1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:743.5px) {
  .hero__items-bg-circle-1 {
    left: 99px;
    top: 25px;
    width: 35px
  }
}
.hero__items-bg-circle-2 {
  position: absolute;
  z-index: -1;
  left: 311px;
  bottom: 64px;
  width: 78px;
  aspect-ratio: 1;
  background-image: url(../img/bg/el2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:743.5px) {
  .hero__items-bg-circle-2 {
    left: 89px;
    bottom: 28px;
    width: 36px
  }
}
.hero__items-bg-circle-3 {
  position: absolute;
  z-index: -1;
  z-index: -1;
  right: 261px;
  bottom: 30px;
  width: 164px;
  aspect-ratio: 1;
  background-image: url(../img/bg/el3.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .hero__items-bg-circle-3 {
    right: 188px;
    bottom: 42px;
    width: 116px
  }
}
@media (max-width:743.5px) {
  .hero__items-bg-circle-3 {
    right: 5px;
    bottom: 23px;
    width: 67px
  }
}
.hero__item {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  padding: 25px 20px 15px;
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  background-color: transparent
}
.hero__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.66) 0,rgba(255,255,255,.37) 100%,rgba(255,255,255,.27) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}
@media (max-width:1249.5px) {
  .hero__item {
    padding: 20px 16px 16px
  }
}
@media (max-width:991.5px) {
  .hero__item {
    padding: 20px 19px 16px
  }
}
@media (max-width:743.5px) {
  .hero__item {
    justify-content: center;
    align-items: center;
    border-radius: 14px
  }
}
.hero__item:nth-child(1) .hero__item-value {
  color: #194769
}
.hero__item:nth-child(2) .hero__item-value {
  color: #f46059
}
.hero__item:nth-child(3) .hero__item-value {
  color: #f78057
}
.hero__item:nth-child(4) .hero__item-value {
  color: #c8966a
}
.hero__item:nth-child(5) .hero__item-value {
  color: #c17190
}
.hero__item:nth-child(6) .hero__item-value {
  color: #494391
}
.hero__item:nth-child(7) .hero__item-value {
  color: #f4a285
}
.hero__item.slider__item_active {
  z-index: 5;
  border-radius: 18px
}
.hero__item.slider__item_active .hero__item-value {
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 80px
}
@media (max-width:1249.5px) {
  .hero__item.slider__item_active .hero__item-value {
    font-size: 44px
  }
}
@media (max-width:991.5px) {
  .hero__item.slider__item_active .hero__item-value {
    font-size: 50px
  }
}
@media (max-width:743.5px) {
  .hero__item.slider__item_active .hero__item-value {
    text-align: left;
    font-size: 32px;
    align-self: flex-start
  }
}
.hero__item.slider__item_active .hero__item-text {
  font-size: 22px;
  line-height: 1.4
}
@media (max-width:1249.5px) {
  .hero__item.slider__item_active .hero__item-text {
    font-size: 16px
  }
}
@media (max-width:991.5px) {
  .hero__item.slider__item_active .hero__item-text {
    font-size: 18px
  }
}
@media (max-width:743.5px) {
  .hero__item.slider__item_active .hero__item-text {
    display: block;
    align-self: flex-start;
    font-size: 14px
  }
}
.hero__item.slider__item_active .hero__item-text b {
  font-weight: 700
}
.hero__item.slider__item_end {
  z-index: 1
}
.hero__item.slider__item_start {
  z-index: 3
}
.hero__item.slider__item_active,
.hero__item.slider__item_end,
.hero__item.slider__item_next,
.hero__item.slider__item_prev,
.hero__item.slider__item_start {
  opacity: 1
}
.hero__slider-place:nth-child(1) {
  width: 265px;
  height: 201px;
  transform: translate(-319px,34px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(1) {
    width: 217px;
    height: 163px;
    transform: translate(-208px,17px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(1) {
    width: 235px;
    height: 194px;
    transform: translate(-194px,-3px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(1) {
    width: 91px;
    height: 73px;
    transform: translate(-114px,28px)
  }
}
.hero__slider-place:nth-child(2) {
  width: 212px;
  height: 176px;
  transform: translate(-551px,-43px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(2) {
    width: 188px;
    height: 152px;
    transform: translate(-380px,-19px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(2) {
    width: 216px;
    height: 152px;
    transform: translate(-322px,-40px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(2) {
    width: 99px;
    height: 74px;
    transform: translate(-170px,-132px)
  }
}
.hero__slider-place:nth-child(3) {
  width: 248px;
  height: 195px;
  transform: translate(-417px,-182px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(3) {
    width: 191px;
    height: 160px;
    transform: translate(-326px,-158px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(3) {
    width: 214px;
    height: 173px;
    transform: translate(-298px,-179px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(3) {
    width: 92px;
    height: 79px;
    transform: translate(-182px,-48px)
  }
}
.hero__slider-place:nth-child(4) {
  width: 380px;
  height: 309px;
  transform: translate(-192px,-234px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(4) {
    width: 275px;
    height: 218px;
    transform: translate(-146px,-210px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(4) {
    width: 307px;
    height: 250px;
    transform: translate(-163px,-231px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(4) {
    width: 191px;
    height: 178px;
    transform: translate(-116px,-130px)
  }
}
.hero__slider-place:nth-child(5) {
  width: 256px;
  height: 204px;
  transform: translate(179px,-207px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(5) {
    width: 192px;
    height: 160px;
    transform: translate(122px,-194px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(5) {
    width: 210px;
    height: 180px;
    transform: translate(135px,-259px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(5) {
    width: 91px;
    height: 79px;
    transform: translate(58px,-108px)
  }
}
.hero__slider-place:nth-child(6) {
  width: 244px;
  height: 188px;
  transform: translate(307px,-19px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(6) {
    width: 202px;
    height: 156px;
    transform: translate(182px,-47px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(6) {
    width: 208px;
    height: 187px;
    transform: translate(152px,-91px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(6) {
    width: 77px;
    height: 68px;
    transform: translate(68px,-30px)
  }
}
.hero__slider-place:nth-child(7) {
  width: 188px;
  height: 155px;
  transform: translate(18px,55px)
}
@media (max-width:1249.5px) {
  .hero__slider-place:nth-child(7) {
    width: 160px;
    height: 135px;
    transform: translate(14px,-6px)
  }
}
@media (max-width:991.5px) {
  .hero__slider-place:nth-child(7) {
    width: 187px;
    height: 154px;
    transform: translate(45px,11px)
  }
}
@media (max-width:743.5px) {
  .hero__slider-place:nth-child(7) {
    width: 68px;
    height: 60px;
    transform: translate(5px,32px)
  }
}
.hero__item-value {
  flex: 0 1 auto;
  font-family: Inter,sans-serif;
  font-size: 40px;
  font-weight: 700;
  opacity: .9
}
@media (max-width:1249.5px) {
  .hero__item-value {
    font-size: 32px
  }
}
@media (max-width:743.5px) {
  .hero__item-value {
    font-size: 24px
  }
}
.hero__item-text {
  overflow: hidden;
  flex: 1 1 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  opacity: .9
}
@media (max-width:1249.5px) {
  .hero__item-text {
    font-size: 12px;
    line-height: 1.4
  }
}
@media (max-width:991.5px) {
  .hero__item-text {
    font-size: 14px
  }
}
@media (max-width:743.5px) {
  .hero__item-text {
    display: none
  }
}
.terms {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 32px;
  background: #a2bfd1
}
@media (max-width:1249.5px) {
  .terms {
    padding-top: 18px
  }
}
@media (max-width:991.5px) {
  .terms {
    padding-top: 40px
  }
}
.terms__container {
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 976px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 38px);
  height: 100%
}
@media (max-width:1249.5px) {
  .terms__container {
    max-width: 772px
  }
}
@media (max-width:991.5px) {
  .terms__container {
    padding-top: 10px;
    max-width: 742px
  }
}
@media (max-width:743.5px) {
  .terms__container {
    padding-top: 7px;
    padding-right: 16px;
    padding-left: 16px
  }
}
.terms__container::after {
  content: "";
  display: none;
  border-top: 1px solid rgba(255,255,255,.4);
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0
}
@media (max-width:991.5px) {
  .terms__container::after {
    display: block
  }
}
.terms__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 50px;
  color: rgba(0,41,68,.9);
  transition: color .2s ease-in-out,margin .2s ease-in-out,font-size .2s ease-in-out
}
@media (max-width:1249.5px) {
  .terms__title {
    margin-bottom: 19px;
    font-size: 32px
  }
}
@media (max-width:991.5px) {
  .terms__title {
    margin-bottom: 16px;
    font-size: 24px
  }
}
@media (max-width:743.5px) {
  .terms__title {
    margin-bottom: 12px;
    line-height: 1.22
  }
}
.terms__title_active {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  color: #fff
}
@media (max-width:991.5px) {
  .terms__title_active {
    margin-left: 39px;
    margin-top: -40px;
    font-weight: 700;
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .terms__title_active {
    margin-bottom: 9px;
    margin-top: -36px;
    font-size: 16px
  }
}
.terms_active {
  display: block
}
.terms__close {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 34px;
  left: 51px;
  width: 46px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icom-terms-back.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .terms__close {
    left: 24px;
    top: 24px;
    width: 23px
  }
}
@media (max-width:991.5px) {
  .terms__close {
    top: 10px;
    left: 25px
  }
}
@media (max-width:743.5px) {
  .terms__close {
    top: 9px;
    left: 16px
  }
}
.terms__scroll {
  padding-right: 40px;
  padding-right: 27px;
  padding-bottom: 30px;
  max-height: 100%;
  overflow-y: auto;
  border-top: 1px solid rgba(0,41,68,0)
}
@media (max-width:991.5px) {
  .terms__scroll {
    padding-right: 13px;
    width: calc(100% + 13px)
  }
}
.terms__scroll_active {
  border-top: 1px solid rgba(0,41,68,.3)
}
@media (max-width:991.5px) {
  .terms__scroll_active {
    border: none
  }
}
.terms__scroll .simplebar-track.simplebar-vertical {
  top: 60px;
  bottom: 26px;
  border-radius: 3px;
  background: linear-gradient(to bottom,rgba(0,41,68,.26),rgba(0,41,68,.13));
  width: 5px
}
@media (max-width:991.5px) {
  .terms__scroll .simplebar-track.simplebar-vertical {
    width: 4px
  }
}
.terms__scroll .simplebar-scrollbar:before {
  border-radius: 3px;
  left: 1px;
  right: 1px;
  background: rgba(0,41,68,.5);
  opacity: 1
}
.terms__content {
  display: inline-flex;
  flex-direction: column;
  gap: 28px
}
.terms__group-title {
  font-weight: 600;
  font-size: 24px;
  color: #002944
}
@media (max-width:1249.5px) {
  .terms__group-title {
    font-size: 20px;
    letter-spacing: .02em
  }
}
.terms__group-subtitle {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:743.5px) {
  .terms__group-subtitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px
  }
}
.terms__group-list-title {
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .026em
}
@media (max-width:743.5px) {
  .terms__group-list-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
  }
}
.terms__group-list-title b {
  font-weight: 700
}
.terms__group-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:1249.5px) {
  .terms__group-desc {
    font-weight: 400;
    font-size: 16px
  }
}
.terms__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .02em
}
@media (max-width:1249.5px) {
  .terms__list {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.37
  }
}
.terms__list li {
  position: relative;
  padding-left: 27px
}
@media (max-width:1249.5px) {
  .terms__list li {
    padding-left: 25px
  }
}
.terms__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #002944
}
@media (max-width:1249.5px) {
  .terms__list li::before {
    top: 8px;
    left: 10px
  }
}
.terms__list b {
  font-weight: 700
}
.oferta {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  padding-bottom: 32px;
  background: #a2bfd1
}
@media (max-width:1249.5px) {
  .oferta {
    padding-top: 18px
  }
}
@media (max-width:991.5px) {
  .oferta {
    padding-top: 40px
  }
}
.oferta__container {
  margin: 0 auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 976px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 38px);
  height: 100%
}
@media (max-width:1249.5px) {
  .oferta__container {
    max-width: 772px
  }
}
@media (max-width:991.5px) {
  .oferta__container {
    padding-top: 10px;
    max-width: 742px
  }
}
@media (max-width:743.5px) {
  .oferta__container {
    padding-top: 7px;
    padding-right: 16px;
    padding-left: 16px
  }
}
.oferta__container::after {
  content: "";
  display: none;
  border-top: 1px solid rgba(255,255,255,.4);
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0
}
@media (max-width:991.5px) {
  .oferta__container::after {
    display: block
  }
}
.oferta__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 50px;
  color: rgba(0,41,68,.9);
  transition: color .2s ease-in-out,margin .2s ease-in-out,font-size .2s ease-in-out
}
@media (max-width:1249.5px) {
  .oferta__title {
    margin-bottom: 19px;
    font-size: 32px
  }
}
@media (max-width:991.5px) {
  .oferta__title {
    margin-bottom: 16px;
    font-size: 24px
  }
}
@media (max-width:743.5px) {
  .oferta__title {
    margin-bottom: 12px;
    line-height: 1.22
  }
}
.oferta__title_active {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  color: #fff
}
@media (max-width:991.5px) {
  .oferta__title_active {
    margin-left: 39px;
    margin-top: -40px;
    font-weight: 700;
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .oferta__title_active {
    margin-bottom: 9px;
    margin-top: -36px;
    font-size: 16px
  }
}
.oferta_active {
  display: block
}
.oferta__close {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 34px;
  left: 51px;
  width: 46px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icom-terms-back.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .oferta__close {
    left: 24px;
    top: 24px;
    width: 23px
  }
}
@media (max-width:991.5px) {
  .oferta__close {
    top: 10px;
    left: 25px
  }
}
@media (max-width:743.5px) {
  .oferta__close {
    top: 9px;
    left: 16px
  }
}
.oferta__scroll {
  padding-right: 40px;
  padding-right: 27px;
  padding-bottom: 30px;
  max-height: 100%;
  overflow-y: auto;
  border-top: 1px solid rgba(0,41,68,0)
}
@media (max-width:991.5px) {
  .oferta__scroll {
    padding-right: 13px;
    width: calc(100% + 13px)
  }
}
.oferta__scroll_active {
  border-top: 1px solid rgba(0,41,68,.3)
}
@media (max-width:991.5px) {
  .oferta__scroll_active {
    border: none
  }
}
.oferta__scroll .simplebar-track.simplebar-vertical {
  top: 60px;
  bottom: 26px;
  border-radius: 3px;
  background: linear-gradient(to bottom,rgba(0,41,68,.26),rgba(0,41,68,.13));
  width: 5px
}
@media (max-width:991.5px) {
  .oferta__scroll .simplebar-track.simplebar-vertical {
    width: 4px
  }
}
.oferta__scroll .simplebar-scrollbar:before {
  border-radius: 3px;
  left: 1px;
  right: 1px;
  background: rgba(0,41,68,.5);
  opacity: 1
}
.oferta__content {
  display: inline-flex;
  flex-direction: column;
  gap: 28px
}
.oferta__group-title {
  font-weight: 600;
  font-size: 24px;
  color: #002944
}
@media (max-width:1249.5px) {
  .oferta__group-title {
    font-size: 20px;
    letter-spacing: .02em
  }
}
.oferta__group-subtitle {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:743.5px) {
  .oferta__group-subtitle {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px
  }
}
.oferta__group-list-title {
  margin-top: 5px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .026em
}
@media (max-width:743.5px) {
  .oferta__group-list-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
  }
}
.oferta__group-list-title b {
  font-weight: 700
}
.oferta__group-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:1249.5px) {
  .oferta__group-desc {
    font-weight: 400;
    font-size: 16px
  }
}
.oferta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .02em
}
@media (max-width:1249.5px) {
  .oferta__list {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.37
  }
}
.oferta__list li {
  position: relative;
  padding-left: 27px
}
@media (max-width:1249.5px) {
  .oferta__list li {
    padding-left: 25px
  }
}
.oferta__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #002944
}
@media (max-width:1249.5px) {
  .oferta__list li::before {
    top: 8px;
    left: 10px
  }
}
.oferta__list b {
  font-weight: 700
}
.contacts {
  padding-top: 109px
}
@media (max-width:1249.5px) {
  .contacts {
    padding-top: 30px
  }
}
@media (max-width:991.5px) {
  .contacts {
    padding-top: 159px;
    margin-bottom: 190px
  }
}
@media (max-width:743.5px) {
  .contacts {
    padding-top: 99px;
    margin-bottom: 130px
  }
}
.contacts__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 1353px;
  aspect-ratio: 1353/1275;
  background-image: url(../img/contacts.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%,-50%);
  opacity: .8;
  pointer-events: none
}
@media (max-width:1249.5px) {
  .contacts__bg {
    width: 911px
  }
}
@media (max-width:991.5px) {
  .contacts__bg {
    width: 969px
  }
}
@media (max-width:743.5px) {
  .contacts__bg {
    width: 521px
  }
}
.contacts__container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center
}
.contacts__content {
  position: relative;
  display: inline-block
}
.contacts__tg {
  position: absolute;
  left: -13px;
  top: 234px;
  z-index: 1;
  padding: 32px 40px;
  width: 335px;
  height: 259px;
  border-radius: 18px;
  overflow: hidden;
  background-image: url(../img/contacts-tg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  transform: translateX(-100%)
}
@media (max-width:1249.5px) {
  .contacts__tg {
    top: 211px;
    padding: 20px;
    width: 220px;
    height: 157px;
    background-image: url(../img/contacts-tg-lg.png)
  }
}
@media (max-width:991.5px) {
  .contacts__tg {
    left: -100px;
    top: 498px;
    width: 220px;
    height: 157px;
    background-image: url(../img/contacts-tg-md.png);
    transform: none
  }
}
@media (max-width:743.5px) {
  .contacts__tg {
    top: 144px;
    left: -53px;
    padding: 16px;
    width: 152px;
    height: 108px;
    background-image: url(../img/contacts-tg-sm.png)
  }
}
.contacts__tg-icon {
  margin-bottom: 14px;
  width: 86px;
  aspect-ratio: 1
}
@media (max-width:1249.5px) {
  .contacts__tg-icon {
    width: 48px
  }
}
@media (max-width:743.5px) {
  .contacts__tg-icon {
    position: absolute;
    left: 15px;
    top: 29px;
    width: 28px
  }
}
.contacts__tg-title {
  margin-bottom: 7px;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #002944
}
@media (max-width:1249.5px) {
  .contacts__tg-title {
    margin-bottom: -3px;
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .contacts__tg-title {
    margin-top: 17px;
    margin-bottom: 3px;
    padding-left: 30px;
    font-size: 16px
  }
}
.contacts__tg-text {
  font-weight: 600;
  font-size: 24px;
  color: #002944
}
@media (max-width:1249.5px) {
  .contacts__tg-text {
    font-size: 16px
  }
}
@media (max-width:743.5px) {
  .contacts__tg-text {
    margin-top: 11px;
    font-size: 12px
  }
}
.contacts__form {
  position: relative;
  z-index: 1;
  padding: 40px;
  width: 579px;
  border-radius: 18px;
  overflow: hidden;
  background-image: url(../img/contacts-form.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2)
}
@media (max-width:1249.5px) {
  .contacts__form {
    width: 415px;
    padding: 20px;
    padding-bottom: 37px;
    background-image: url(../img/contacts-form-lg.png)
  }
}
@media (max-width:991.5px) {
  .contacts__form {
    padding: 25px 20px 20px;
    width: 433px;
    height: 552px;
    background-image: url(../img/contacts-form-md.png)
  }
}
@media (max-width:743.5px) {
  .contacts__form {
    z-index: 2;
    border-radius: 14px;
    padding: 16px;
    width: 223px;
    height: 180px;
    background-image: url(../img/contacts-form-sm.png)
  }
}
.contacts__form_success .contacts__form-success {
  display: flex
}
.contacts__form-inputs {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 22px
}
@media (max-width:1249.5px) {
  .contacts__form-inputs {
    gap: 14px;
    margin-bottom: 47px
  }
}
.contacts__title {
  margin-bottom: 14px;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #002944
}
@media (max-width:1249.5px) {
  .contacts__title {
    margin-bottom: 17px;
    font-size: 24px
  }
}
@media (max-width:743.5px) {
  .contacts__title {
    margin-bottom: 8px;
    font-size: 16px
  }
}
.contacts__form-desc {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  height: 57px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0,41,68,.9)
}
.contacts__phone {
  position: absolute;
  top: 170px;
  right: -16px;
  z-index: 1;
  padding: 40px;
  width: 358px;
  height: 277px;
  border-radius: 18px;
  overflow: hidden;
  background-image: url(../img/contacts-phone.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  transform: translateX(100%)
}
@media (max-width:1249.5px) {
  .contacts__phone {
    top: 152px;
    padding: 20px;
    width: 220px;
    height: 160px;
    background-image: url(../img/contacts-phone-lg.png)
  }
}
@media (max-width:991.5px) {
  .contacts__phone {
    top: 500px;
    right: -106px;
    width: 220px;
    height: 160px;
    background-image: url(../img/contacts-phone-md.png);
    transform: none
  }
}
@media (max-width:743.5px) {
  .contacts__phone {
    top: 153px;
    right: -61px;
    padding: 16px;
    width: 152px;
    height: 108px;
    background-image: url(../img/contacts-phone-sm.png)
  }
}
.contacts__phone-icon {
  margin-bottom: 14px;
  width: 86px;
  aspect-ratio: 1
}
@media (max-width:1249.5px) {
  .contacts__phone-icon {
    width: 48px
  }
}
@media (max-width:743.5px) {
  .contacts__phone-icon {
    position: absolute;
    left: 14px;
    top: 28px;
    width: 28px
  }
}
.contacts__phone-title {
  margin-bottom: 7px;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #002944
}
@media (max-width:1249.5px) {
  .contacts__phone-title {
    margin-bottom: -3px;
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .contacts__phone-title {
    margin-bottom: 3px;
    margin-top: 15px;
    padding-left: 32px;
    font-size: 16px
  }
}
.contacts__phone-text {
  font-weight: 600;
  font-size: 24px;
  color: #002944
}
@media (max-width:1249.5px) {
  .contacts__phone-text {
    font-size: 16px
  }
}
@media (max-width:743.5px) {
  .contacts__phone-text {
    margin-top: 11px;
    font-size: 12px
  }
}
.contacts__form-success {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 350px;
  width: 100%;
  height: 100%;
  background-image: url(../img/contacts-success.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .contacts__form-success {
    background-image: url(../img/contacts-success-lg.png)
  }
}
@media (max-width:991.5px) {
  .contacts__form-success {
    background-image: url(../img/contacts-success-md.png)
  }
}
@media (max-width:743.5px) {
  .contacts__form-success {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    background-image: url(../img/contacts-form-sm.png)
  }
}
.contacts__form-success-text {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
  font-family: Raleway,sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: rgba(0,41,68,.9)
}
@media (max-width:991.5px) {
  .contacts__form-success-text {
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .contacts__form-success-text {
    height: auto;
    margin-bottom: 20px;
    font-size: 16px
  }
}
.contacts__form-success-btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 20px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(158deg,rgba(255,255,255,.4) 0,#fb4621 32.81%,#ff0e90 60.94%,#dc04ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
@media (max-width:743.5px) {
  .contacts__form-success-btn {
    padding: 0
  }
}
@media (max-width:743.5px) {
  .contacts__btn {
    width: 100%
  }
}
.blog {
  padding-top: 30px
}
@media (max-width:1249.5px) {
  .blog {
    padding-top: 38px
  }
}
@media (max-width:991.5px) {
  .blog {
    padding-top: 56px
  }
}
@media (max-width:743.5px) {
  .blog {
    padding-top: 20px
  }
}
.blog__title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #002944
}
@media (max-width:1249.5px) {
  .blog__title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 24px
  }
}
@media (max-width:991.5px) {
  .blog__title {
    margin-bottom: 52px;
    font-size: 24px;
    letter-spacing: normal
  }
}
@media (max-width:743.5px) {
  .blog__title {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 24px
  }
}
@media (max-width:575.5px) {
  .blog__title {
    font-size: 14px
  }
}
.blog__title b {
  font-weight: 700
}
.blog__title u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
.blog__title-highlight {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 50px;
  line-height: 53px;
  color: #ff2f3b;
  transform: translateY(-7px)
}
@media (max-width:1249.5px) {
  .blog__title-highlight {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 36px;
    line-height: 39px;
    transform: translateY(-3px)
  }
}
@media (max-width:991.5px) {
  .blog__title-highlight {
    font-size: 36px;
    line-height: 47px;
    display: block;
    transform: translateY(-1px)
  }
}
@media (max-width:743.5px) {
  .blog__title-highlight {
    line-height: 22px
  }
}
@media (max-width:575.5px) {
  .blog__title-highlight {
    font-size: 20px
  }
}
.blog__search {
  position: relative;
  z-index: 2
}
.blog__loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #002944
}
.blog__slider-block {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  padding-bottom: 36px
}
.blog__slider-block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: calc(100% - 125px);
  aspect-ratio: 1220/1179;
  background-image: url(../img/abstract-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .8;
  transform: translate(-50%,-50%);
  pointer-events: none
}
@media (max-width:743.5px) {
  .blog__slider-block::after {
    width: calc(100% + 125px)
  }
}
.blog__slider-block_hidden {
  display: none
}
.blog__slider-block_loading .blog__loading {
  display: block
}
.blog__slider {
  overflow: visible;
  width: 1335px;
  height: 623px;
  padding-bottom: 0
}
@media (max-width:1249.5px) {
  .blog__slider {
    width: 920px;
    height: 390px
  }
}
@media (max-width:991.5px) {
  .blog__slider {
    width: 704px;
    height: 490px
  }
}
@media (max-width:743.5px) {
  .blog__slider {
    width: 328px;
    height: 240px
  }
}
@media (max-width:1369.5px) {
  .blog__slider[data-active-template="#view-0"] {
    margin-left: -90px
  }
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] {
    margin-left: 0
  }
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-0"] {
    margin: 0 auto
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item {
  display: flex;
  gap: 20px;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  overflow: hidden;
  padding: 20px;
  background-color: transparent
}
@media (max-width:991.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item {
    flex-direction: column;
    gap: 8px
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.29) 0,rgba(255,255,255,.34) 100%,rgba(255,255,255,.14) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_end,
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_start {
  opacity: 0;
  transition: transform .6s,opacity .6s
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active {
  padding: 30px
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active {
    padding: 20px
  }
}
@media (max-width:991.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active {
    gap: 8px
  }
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active {
    z-index: 4
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-name {
  font-size: 24px
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-name {
    font-size: 20px
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-image {
  width: 258px;
  aspect-ratio: 1
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-image {
    width: 205px;
    aspect-ratio: 205/150
  }
}
@media (max-width:991.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-image {
    width: 100%;
    aspect-ratio: 280/114
  }
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active .blog__item-image {
    display: block
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active.blog__item_no-image .blog__item-name {
  font-size: 36px
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_active.blog__item_no-image .blog__item-name {
    font-size: 20px
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next-index-0,
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next-index-1 {
  z-index: 3
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next-index-2,
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next-index-3 {
  z-index: 2
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next,
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_prev {
  flex-direction: column
}
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next .blog__item-image,
.blog__slider[data-active-template="#view-0"] .blog__item.slider__item_prev .blog__item-image {
  width: 100%;
  aspect-ratio: 246/144
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next .blog__item-image,
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_prev .blog__item-image {
    aspect-ratio: 270/103
  }
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_next .blog__item-image,
  .blog__slider[data-active-template="#view-0"] .blog__item.slider__item_prev .blog__item-image {
    display: none
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item_no-image .blog__item-name {
  font-size: 24px
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item_no-image .blog__item-name {
    font-size: 18px
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item-image {
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.blog__slider[data-active-template="#view-0"] .blog__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden
}
.blog__slider[data-active-template="#view-0"] .blog__item-link {
  margin-top: auto
}
.blog__slider[data-active-template="#view-0"] .blog__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.blog__slider[data-active-template="#view-0"] .blog__item-name {
  flex: 0 1 auto;
  font-weight: 600;
  font-size: 18px;
  color: #002944;
  opacity: .9
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-0"] .blog__item-name {
    font-size: 14px
  }
}
.blog__slider[data-active-template="#view-0"] .blog__item-text {
  flex: 1 1 auto;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #002944;
  opacity: .9
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-1"] {
    width: 328px
  }
}
.blog__slider[data-active-template="#view-1"] .blog__item {
  display: flex;
  gap: 20px;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  overflow: hidden;
  padding: 10px;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-1"] .blog__item {
    border-radius: 12px
  }
}
.blog__slider[data-active-template="#view-1"] .blog__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.29) 0,rgba(255,255,255,.34) 100%,rgba(255,255,255,.14) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}
.blog__slider[data-active-template="#view-1"] .blog__item.slider__item_end,
.blog__slider[data-active-template="#view-1"] .blog__item.slider__item_start {
  opacity: 0
}
.blog__slider[data-active-template="#view-1"] .blog__item-content {
  display: flex;
  align-items: center;
  gap: 20px
}
.blog__slider[data-active-template="#view-1"] .blog__item-image {
  width: 157px;
  aspect-ratio: 157/111;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-1"] .blog__item-image {
    display: none
  }
}
.blog__slider[data-active-template="#view-1"] .blog__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  overflow: hidden
}
.blog__slider[data-active-template="#view-1"] .blog__item-name {
  flex: 0 1 auto;
  font-weight: 600;
  font-size: 24px;
  color: #002944;
  opacity: .9
}
@media (max-width:1249.5px) {
  .blog__slider[data-active-template="#view-1"] .blog__item-name {
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .blog__slider[data-active-template="#view-1"] .blog__item-name {
    font-size: 14px
  }
}
.blog__slider[data-active-template="#view-1"] .blog__item-text {
  flex: 1 1 auto;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #002944;
  opacity: .9
}
.blog__places_view-0 .blog__place:nth-child(1) {
  width: 284px;
  height: 252px;
  transform: translate(-1008px,-50%)
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(1) {
    width: 169px;
    height: 146px;
    transform: translate(-570px,-50%)
  }
}
.blog__places_view-0 .blog__place:nth-child(2) {
  width: 291px;
  height: 251px;
  transform: translate(-672px,-6px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(2) {
    width: 291px;
    height: 181px;
    transform: translate(-554px,4px)
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(2) {
    width: 169px;
    height: 146px;
    transform: translate(-360px,4px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(2) {
    display: none
  }
}
.blog__places_view-0 .blog__place:nth-child(3) {
  width: 284px;
  height: 252px;
  transform: translate(-665px,-264px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(3) {
    width: 291px;
    height: 181px;
    transform: translate(-555px,-189px)
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(3) {
    width: 169px;
    height: 146px;
    transform: translate(-361px,-155px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(3) {
    display: none
  }
}
.blog__places_view-0 .blog__place:nth-child(4) {
  width: 686px;
  height: 302px;
  transform: translate(calc(-50% - 20px),calc(-100% - 9px))
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(4) {
    width: 462px;
    height: 190px;
    transform: translate(calc(-50% - 22px),calc(-100% - 5px))
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(4) {
    width: 320px;
    height: 240px;
    transform: translate(calc(-50% - 22px),calc(-100% - 5px))
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(4) {
    width: 235px;
    height: 220px;
    transform: translate(calc(-50% - 42px),-50%)
  }
}
.blog__places_view-0 .blog__place:nth-child(5) {
  width: 689px;
  height: 302px;
  transform: translate(calc(-50% - 20px),9px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(5) {
    width: 462px;
    height: 190px;
    transform: translate(calc(-50% - 20px),7px)
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(5) {
    width: 320px;
    height: 240px;
    transform: translate(calc(-50% - 20px),7px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(5) {
    display: none
  }
}
.blog__places_view-0 .blog__place:nth-child(6) {
  width: 315px;
  height: 273px;
  transform: translate(347px,calc(-100% - 4px))
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(6) {
    width: 253px;
    height: 168px;
    transform: translate(220px,calc(-100% - 4px))
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(6) {
    width: 199px;
    height: 168px;
    transform: translate(150px,calc(-100% - 4px))
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(6) {
    width: 115px;
    height: 106px;
    transform: translate(calc(-50% + 87px),calc(-50% - 34px))
  }
}
.blog__places_view-0 .blog__place:nth-child(7) {
  width: 315px;
  height: 273px;
  transform: translate(347px,14px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(7) {
    width: 253px;
    height: 168px;
    transform: translate(223px,6px)
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(7) {
    width: 199px;
    height: 168px;
    transform: translate(149px,6px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(7) {
    width: 115px;
    height: 106px;
    transform: translate(calc(-50% + 97px),calc(-50% + 55px))
  }
}
.blog__places_view-0 .blog__place:nth-child(8) {
  width: 248px;
  height: 216px;
  transform: translate(677px,calc(-100% - 20px))
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(8) {
    width: 164px;
    height: 110px;
    transform: translate(484px,calc(-100% - 2px))
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(8) {
    width: 115px;
    height: 106px;
    transform: translate(361px,calc(-100% - 2px))
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(8) {
    width: 96px;
    height: 72px;
    transform: translate(111px,calc(-50% - 30px))
  }
}
.blog__places_view-0 .blog__place:nth-child(9) {
  width: 247px;
  height: 215px;
  transform: translate(677px,-4px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(9) {
    width: 164px;
    height: 110px;
    transform: translate(485px,7px)
  }
}
@media (max-width:991.5px) {
  .blog__places_view-0 .blog__place:nth-child(9) {
    width: 115px;
    height: 106px;
    transform: translate(359px,7px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-0 .blog__place:nth-child(9) {
    width: 96px;
    height: 72px;
    transform: translate(119px,calc(-50% + 42px))
  }
}
.blog__places_view-0 .blog__place:nth-child(10) {
  width: 161px;
  height: 152px;
  transform: translate(931px,calc(-100% - 32px))
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(10) {
    display: none
  }
}
.blog__places_view-0 .blog__place:nth-child(11) {
  width: 171px;
  height: 155px;
  transform: translate(932px,-4px)
}
@media (max-width:1249.5px) {
  .blog__places_view-0 .blog__place:nth-child(11) {
    display: none
  }
}
.blog__places_view-0 .blog__place:nth-child(12) {
  width: 171px;
  height: 155px;
  transform: translate(1805px,260px)
}
.blog__places_view-1 .blog__place {
  width: 616px;
  height: 131px;
  transform: none
}
@media (max-width:1249.5px) {
  .blog__places_view-1 .blog__place {
    width: 593px;
    height: 113px
  }
}
@media (max-width:991.5px) {
  .blog__places_view-1 .blog__place {
    width: 525px;
    height: 113px
  }
}
@media (max-width:743.5px) {
  .blog__places_view-1 .blog__place {
    width: 291px;
    height: 74px
  }
}
.blog__places_view-1 .blog__place:nth-child(1) {
  transform: translate(-2075px,200px)
}
.blog__places_view-1 .blog__place:nth-child(2) {
  transform: translate(-1332px,-311px)
}
.blog__places_view-1 .blog__place:nth-child(3) {
  transform: translate(-1332px,-147px)
}
.blog__places_view-1 .blog__place:nth-child(4) {
  transform: translate(-1332px,17px)
}
.blog__places_view-1 .blog__place:nth-child(5) {
  transform: translate(-1332px,181px)
}
.blog__places_view-1 .blog__place:nth-child(6) {
  transform: translate(-667px,-311px)
}
.blog__places_view-1 .blog__place:nth-child(7) {
  transform: translate(-667px,-147px)
}
.blog__places_view-1 .blog__place:nth-child(8) {
  transform: translate(-667px,17px)
}
.blog__places_view-1 .blog__place:nth-child(9) {
  transform: translate(-667px,181px)
}
.blog__places_view-1 .blog__place:nth-child(10) {
  transform: translate(-19px,-311px)
}
.blog__places_view-1 .blog__place:nth-child(11) {
  transform: translate(-19px,-147px)
}
.blog__places_view-1 .blog__place:nth-child(12) {
  transform: translate(-19px,17px)
}
.blog__places_view-1 .blog__place:nth-child(13) {
  transform: translate(-19px,181px)
}
.blog__places_view-1 .blog__place:nth-child(14) {
  transform: translate(622px,-311px)
}
.blog__places_view-1 .blog__place:nth-child(15) {
  transform: translate(622px,-147px)
}
.blog__places_view-1 .blog__place:nth-child(16) {
  transform: translate(622px,17px)
}
.blog__places_view-1 .blog__place:nth-child(17) {
  transform: translate(622px,181px)
}
.blog__places_view-1 .blog__place:nth-child(18) {
  transform: translate(1322px,-50%)
}
@media (max-width:1249.5px) {
  .blog__places_view-1 .blog__place:nth-child(2) {
    transform: translate(-460px,-195px)
  }
  .blog__places_view-1 .blog__place:nth-child(3) {
    transform: translate(-460px,-57px)
  }
  .blog__places_view-1 .blog__place:nth-child(4) {
    transform: translate(-460px,81px)
  }
  .blog__places_view-1 .blog__place:nth-child(5) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(6) {
    transform: translate(153px,-195px)
  }
  .blog__places_view-1 .blog__place:nth-child(7) {
    transform: translate(153px,-57px)
  }
  .blog__places_view-1 .blog__place:nth-child(8) {
    transform: translate(153px,81px)
  }
  .blog__places_view-1 .blog__place:nth-child(9) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(10) {
    transform: translate(1233px,-195px)
  }
  .blog__places_view-1 .blog__place:nth-child(11) {
    transform: translate(1233px,-57px)
  }
  .blog__places_view-1 .blog__place:nth-child(12) {
    transform: translate(1233px,81px)
  }
  .blog__places_view-1 .blog__place:nth-child(13) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(14) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(15) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(16) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(17) {
    display: none
  }
}
@media (max-width:991.5px) {
  .blog__places_view-1 .blog__place:nth-child(2) {
    transform: translate(-898px,-245px)
  }
  .blog__places_view-1 .blog__place:nth-child(3) {
    transform: translate(-898px,-120px)
  }
  .blog__places_view-1 .blog__place:nth-child(4) {
    transform: translate(-898px,5px)
  }
  .blog__places_view-1 .blog__place:nth-child(5) {
    display: block;
    transform: translate(-898px,130px)
  }
  .blog__places_view-1 .blog__place:nth-child(6) {
    transform: translate(-353px,-245px)
  }
  .blog__places_view-1 .blog__place:nth-child(7) {
    transform: translate(-353px,-120px)
  }
  .blog__places_view-1 .blog__place:nth-child(8) {
    transform: translate(-353px,5px)
  }
  .blog__places_view-1 .blog__place:nth-child(9) {
    display: block;
    transform: translate(-353px,130px)
  }
  .blog__places_view-1 .blog__place:nth-child(10) {
    transform: translate(192px,-245px)
  }
  .blog__places_view-1 .blog__place:nth-child(11) {
    transform: translate(192px,-120px)
  }
  .blog__places_view-1 .blog__place:nth-child(12) {
    transform: translate(192px,5px)
  }
  .blog__places_view-1 .blog__place:nth-child(13) {
    display: block;
    transform: translate(192px,130px)
  }
}
@media (max-width:743.5px) {
  .blog__places_view-1 .blog__place:nth-child(2) {
    transform: translate(-620px,-119px)
  }
  .blog__places_view-1 .blog__place:nth-child(3) {
    transform: translate(-620px,-36px)
  }
  .blog__places_view-1 .blog__place:nth-child(4) {
    transform: translate(-620px,47px)
  }
  .blog__places_view-1 .blog__place:nth-child(5) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(6) {
    transform: translate(-163px,-119px)
  }
  .blog__places_view-1 .blog__place:nth-child(7) {
    transform: translate(-163px,-36px)
  }
  .blog__places_view-1 .blog__place:nth-child(8) {
    transform: translate(-163px,47px)
  }
  .blog__places_view-1 .blog__place:nth-child(9) {
    display: none
  }
  .blog__places_view-1 .blog__place:nth-child(10) {
    transform: translate(148px,-119px)
  }
  .blog__places_view-1 .blog__place:nth-child(11) {
    transform: translate(148px,-36px)
  }
  .blog__places_view-1 .blog__place:nth-child(12) {
    transform: translate(148px,47px)
  }
  .blog__places_view-1 .blog__place:nth-child(13) {
    display: none
  }
}
.blog__pagination {
  bottom: 0
}
.blog__pagination .slider__pagination-item {
  border: 1px solid #fff;
  width: 12px;
  opacity: 1;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .blog__pagination .slider__pagination-item {
    width: 8px
  }
}
@media (max-width:743.5px) {
  .blog__pagination .slider__pagination-item {
    width: 6px
  }
}
.blog__pagination .slider__pagination-item_active {
  background-color: #fff
}
.blog__404 {
  display: none;
  margin: 0 auto;
  margin-top: 31px;
  margin-bottom: 48px;
  width: 488px;
  aspect-ratio: 488/422;
  max-width: 100%;
  padding: 292px 30px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: rgba(0,41,68,.9);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  background-image: url(../img/404.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.blog__404_visible {
  display: flex
}
@media (max-width:575.5px) {
  .blog__404 {
    padding-top: 20px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 18px
  }
}
.blog__item-content {
  width: 100%;
  height: 100%
}
.blog__item-info {
  flex: 1 1 0
}
.blog__item-link {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  flex: 0 1 auto;
  border-radius: 100px;
  padding: 17px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: rgba(255,47,59,.95)
}
@media (max-width:1249.5px) {
  .blog__item-link {
    padding: 11px 22px
  }
}
@media (max-width:743.5px) {
  .blog__item-link {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    color: #ff2f3b
  }
}
.detail {
  width: 100%;
  height: 100vh;
  background: #a2bfd1;
  overflow: hidden
}
.detail__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 928px
}
@media (max-width:1800px) {
  .detail__container {
    width: 694px
  }
}
@media (max-width:1249.5px) {
  .detail__container {
    transform: translateX(-15px)
  }
}
@media (max-width:1100px) {
  .detail__container {
    transform: translateX(-81px);
    width: 650px
  }
}
@media (max-width:991.5px) {
  .detail__container {
    transform: none
  }
}
@media (max-width:743.5px) {
  .detail__container {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px
  }
}
.detail__top {
  position: relative;
  padding-top: 41px;
  padding-bottom: 28px;
  margin-bottom: auto;
  transition: padding .2s ease-in-out,max-height .2s ease-in-out
}
@media (max-width:1249.5px) {
  .detail__top {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
@media (max-width:991.5px) {
  .detail__top {
    padding-top: 8px
  }
}
.detail__top_active {
  padding-top: 11px;
  padding-bottom: 13px
}
@media (max-width:991.5px) {
  .detail__top_active {
    padding-top: 8px;
    padding-bottom: 8px
  }
}
@media (max-width:991.5px) {
  .detail__top_active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 0;
    left: 50%;
    border-bottom: 1px solid rgba(0,41,68,.3);
    transform: translateX(-50%)
  }
}
.detail__top_active .detail__title {
  font-weight: 600;
  font-size: 24px;
  color: #fff
}
@media (max-width:991.5px) {
  .detail__top_active .detail__title {
    font-weight: 700;
    font-size: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
}
@media (max-width:743.5px) {
  .detail__top_active .detail__title {
    font-size: 16px
  }
}
@media (max-width:991.5px) {
  .detail__top_active .detail__title br {
    display: none
  }
}
.detail__search {
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 0;
  margin-left: -77px
}
@media (max-width:1249.5px) {
  .detail__search {
    top: 24px;
    margin-left: -48px
  }
}
@media (max-width:1100px) {
  .detail__search {
    margin-left: -37px
  }
}
@media (max-width:991.5px) {
  .detail__search {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto
  }
}
@media (max-width:1249.5px) {
  .detail__search svg {
    width: 25px;
    height: auto;
    aspect-ratio: 1
  }
}
.detail__center {
  width: 100%;
  display: flex;
  flex-direction: column
}
.detail__center::after {
  content: "";
  display: none;
  border-top: 1px solid rgba(255,255,255,.4);
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 0
}
@media (max-width:991.5px) {
  .detail__center::after {
    display: block
  }
}
.detail__middle {
  flex: 1 1 0;
  transition: max-height .2s ease-in-out
}
.detail__middle_active {
  border-top: 1px solid rgba(0,41,68,.3)
}
@media (max-width:991.5px) {
  .detail__middle_active {
    border: none
  }
}
.detail__right {
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
  padding-left: 51px;
  padding-bottom: 39px;
  width: 395px;
  height: 100%
}
@media (max-width:1520px) {
  .detail__right {
    width: 275px;
    padding-left: 30px
  }
}
@media (max-width:1249.5px) {
  .detail__right {
    padding-top: 25px;
    padding-bottom: 18px;
    width: 214px
  }
}
@media (max-width:991.5px) {
  .detail__right {
    position: fixed;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 0;
    border-top: 1px solid rgba(0,41,68,.3);
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
    height: 80px;
    background: #a2bfd1
  }
}
@media (max-width:575.5px) {
  .detail__right {
    padding: 8px;
    height: 52px
  }
}
.detail__right-title {
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:1249.5px) {
  .detail__right-title {
    font-size: 16px
  }
}
@media (max-width:991.5px) {
  .detail__right-title {
    display: none
  }
}
.detail__author {
  position: relative;
  padding-left: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 79px
}
@media (max-width:1520px) {
  .detail__author {
    padding-left: 0
  }
}
@media (max-width:991.5px) {
  .detail__author {
    display: none
  }
}
.detail__author-img {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 12px;
  border-radius: 100%;
  width: 79px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:1520px) {
  .detail__author-img {
    position: relative;
    margin-right: 0;
    margin-bottom: 12px
  }
}
@media (max-width:1249.5px) {
  .detail__author-img {
    width: 52px
  }
}
.detail__author-name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff
}
@media (max-width:1249.5px) {
  .detail__author-name {
    font-size: 16px
  }
}
.detail__author-pos {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff
}
@media (max-width:1249.5px) {
  .detail__author-pos {
    font-size: 12px
  }
}
.detail__title {
  font-weight: 700;
  font-size: 50px;
  color: rgba(0,41,68,.9);
  letter-spacing: .01em;
  line-height: 1.2;
  transition: color .2s ease-in-out,margin .2s ease-in-out,font-size .2s ease-in-out
}
@media (max-width:1249.5px) {
  .detail__title {
    font-size: 32px
  }
}
@media (max-width:743.5px) {
  .detail__title {
    font-size: 24px
  }
}
.detail__back {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 34px;
  left: 51px;
  width: 46px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icom-terms-back.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1249.5px) {
  .detail__back {
    left: 24px;
    top: 24px;
    width: 23px
  }
}
@media (max-width:991.5px) {
  .detail__back {
    top: 10px;
    left: 25px
  }
}
@media (max-width:743.5px) {
  .detail__back {
    display: none
  }
}
.detail__back-mob {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  display: none;
  margin-right: -13px;
  width: 23px;
  aspect-ratio: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../img/icom-terms-back.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:743.5px) {
  .detail__back-mob {
    display: block
  }
}
.detail__scroll {
  padding-right: 40px;
  padding-right: 27px;
  padding-bottom: 30px;
  max-height: 100%;
  border-top: 1px solid rgba(0,41,68,0)
}
@media (max-width:991.5px) {
  .detail__scroll {
    padding-right: 13px;
    width: calc(100% + 13px)
  }
}
.detail__scroll .simplebar-track.simplebar-vertical {
  top: 60px;
  right: 6px;
  bottom: 26px;
  border-radius: 3px;
  background: linear-gradient(to bottom,rgba(0,41,68,.26),rgba(0,41,68,.13));
  width: 5px
}
@media (max-width:991.5px) {
  .detail__scroll .simplebar-track.simplebar-vertical {
    width: 4px
  }
}
.detail__scroll .simplebar-scrollbar:before {
  border-radius: 3px;
  left: 1px;
  right: 1px;
  background: rgba(0,41,68,.5);
  opacity: 1
}
.detail__content {
  display: inline-flex;
  flex-direction: column;
  gap: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:1249.5px) {
  .detail__content {
    font-size: 16px
  }
}
@media (max-width:575.5px) {
  .detail__content {
    gap: 18px
  }
}
.detail__content h3 {
  margin-bottom: 21px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: normal;
  color: #002944
}
@media (max-width:1249.5px) {
  .detail__content h3 {
    font-size: 20px
  }
}
.detail__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: detail-list
}
.detail__content ol li {
  position: relative;
  padding-left: 27px
}
.detail__content ol li::before {
  counter-increment: detail-list;
  content: counter(detail-list) ". ";
  position: absolute;
  left: 8px;
  top: 0
}
.detail__content-img {
  width: calc(100% - 15px);
  border-radius: 12px
}
.detail__content-desc {
  font-weight: 400;
  font-size: 24px;
  color: #002944;
  letter-spacing: normal
}
@media (max-width:1249.5px) {
  .detail__content-desc {
    font-size: 20px
  }
}
@media (max-width:575.5px) {
  .detail__content-desc {
    font-size: 16px
  }
}
.detail__content-quote {
  font-family: Designosaur,sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
@media (max-width:1249.5px) {
  .detail__content-quote {
    font-size: 18px
  }
}
@media (max-width:575.5px) {
  .detail__content-quote {
    font-size: 16px
  }
}
.detail__info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px
}
.detail__date {
  padding-left: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-image: url(../img/icon-date.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat
}
.detail__views {
  padding-left: 28px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background-image: url(../img/icon-views.svg);
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat
}
.detail__tag {
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 100px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #ff2f3b
}
@media (max-width:575.5px) {
  .detail__tag {
    display: none
  }
}
.detail__tools {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px
}
@media (max-width:1249.5px) {
  .detail__tools {
    gap: 19px
  }
}
@media (max-width:991.5px) {
  .detail__tools {
    width: 100%;
    max-width: 650px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto
  }
}
@media (max-width:575.5px) {
  .detail__tools {
    gap: 16px
  }
}
.detail__tools-download {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 15px 16px;
  font-family: Inter,sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #ff2f3b
}
@media (max-width:1520px) {
  .detail__tools-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    aspect-ratio: 1;
    padding: 0;
    font-size: 0
  }
}
@media (max-width:1249.5px) {
  .detail__tools-download {
    width: 42px
  }
}
@media (max-width:991.5px) {
  .detail__tools-download {
    margin-right: auto;
    padding: 12px 14px;
    width: auto;
    aspect-ratio: unset;
    font-size: 14px
  }
}
@media (max-width:575.5px) {
  .detail__tools-download {
    padding: 8px 12px;
    font-size: 14px
  }
}
.detail__tools-download svg {
  margin-right: 8px
}
@media (max-width:1520px) {
  .detail__tools-download svg {
    margin-right: 0
  }
}
@media (max-width:991.5px) {
  .detail__tools-download svg {
    margin-right: 8px
  }
}
@media (max-width:575.5px) {
  .detail__tools-download svg {
    width: 20px;
    height: 20px
  }
}
.detail__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 100%
}
@media (max-width:1249.5px) {
  .detail__social {
    width: 42px
  }
}
@media (max-width:575.5px) {
  .detail__social {
    width: 32px
  }
}
@media (max-width:1249.5px) {
  .detail__social svg {
    width: calc(100% - 18px);
    aspect-ratio: 1;
    font-size: 0
  }
}
.detail__social .ya-share2__badge {
  display: none
}
.detail__social .ya-share2,
.detail__social .ya-share2__container,
.detail__social .ya-share2__item,
.detail__social .ya-share2__link,
.detail__social .ya-share2__list {
  width: 100%;
  height: 100%
}
.detail__social .ya-share2__link {
  background: 0 0!important
}
.detail__social-absolute-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%)
}
.detail__content-person {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}
.detail__content-person-img {
  margin-bottom: 12px;
  border-radius: 100%;
  width: 129px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:743.5px) {
  .detail__content-person-img {
    width: 52px
  }
}
.detail__content-person-name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff
}
@media (max-width:743.5px) {
  .detail__content-person-name {
    font-size: 16px
  }
}
.detail__content-person-pos {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #fff
}
@media (max-width:743.5px) {
  .detail__content-person-pos {
    font-size: 12px
  }
}
.detail__content-links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  padding: 24px;
  background: rgba(255,255,255,.15)
}
@media (max-width:575.5px) {
  .detail__content-links {
    padding: 16px
  }
}
.detail__content-links-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  color: #ff2f3b
}
@media (max-width:991.5px) {
  .detail__content-links-link {
    padding-left: 32px;
    font-size: 16px;
    min-height: 25px
  }
}
.detail__content-links-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  aspect-ratio: 1;
  background-image: url(../img/icon-link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:991.5px) {
  .detail__content-links-link::before {
    width: 25px
  }
}
.detail__mob-author {
  display: none
}
@media (max-width:991.5px) {
  .detail__mob-author {
    display: block
  }
}
.detail__mob-author-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px
}
.detail__mob-author-block + .detail__mob-author-block {
  margin-top: 20px
}
.detail__mob-author-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #002944
}
.detail__mob-author-img {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 12px;
  border-radius: 100%;
  width: 48px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.detail__mob-author-name {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff
}
.detail__mob-author-pos {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff
}
.detail_zoom .detail__top_active .detail__title {
  font-size: 28px
}
@media (max-width:991.5px) {
  .detail_zoom .detail__top_active .detail__title {
    font-size: 22px
  }
}
@media (max-width:743.5px) {
  .detail_zoom .detail__top_active .detail__title {
    font-size: 18px
  }
}
.detail_zoom .detail__title {
  font-size: 54px
}
@media (max-width:1249.5px) {
  .detail_zoom .detail__title {
    font-size: 34px
  }
}
@media (max-width:743.5px) {
  .detail_zoom .detail__title {
    font-size: 26px
  }
}
.detail_zoom .detail__content {
  font-size: 22px
}
@media (max-width:1249.5px) {
  .detail_zoom .detail__content {
    font-size: 18px
  }
}
.detail_zoom .detail__content h3 {
  font-size: 28px
}
@media (max-width:1249.5px) {
  .detail_zoom .detail__content h3 {
    font-size: 22px
  }
}
.detail_zoom .detail__content-desc {
  font-size: 27px
}
@media (max-width:1249.5px) {
  .detail_zoom .detail__content-desc {
    font-size: 22px
  }
}
@media (max-width:575.5px) {
  .detail_zoom .detail__content-desc {
    font-size: 18px
  }
}
.detail_zoom .detail__content-quote {
  font-size: 24px
}
@media (max-width:1249.5px) {
  .detail_zoom .detail__content-quote {
    font-size: 20px
  }
}
@media (max-width:575.5px) {
  .detail_zoom .detail__content-quote {
    font-size: 18px
  }
}
.detail_zoom .detail__content-person-name {
  font-size: 22px
}
@media (max-width:743.5px) {
  .detail_zoom .detail__content-person-name {
    font-size: 18px
  }
}
.detail_zoom .detail__content-person-pos {
  font-size: 19px
}
@media (max-width:743.5px) {
  .detail_zoom .detail__content-person-pos {
    font-size: 14px
  }
}
.library {
  padding-top: 34px
}
@media (max-width:1249.5px) {
  .library {
    padding-top: 38px
  }
}
@media (max-width:991.5px) {
  .library {
    padding-top: 33px
  }
}
@media (max-width:743.5px) {
  .library {
    padding-top: 20px
  }
}
.library__title {
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #002944
}
@media (max-width:1249.5px) {
  .library__title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 24px
  }
}
@media (max-width:991.5px) {
  .library__title {
    margin-bottom: 47px;
    font-size: 24px;
    letter-spacing: normal
  }
}
@media (max-width:743.5px) {
  .library__title {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 24px
  }
}
@media (max-width:575.5px) {
  .library__title {
    font-size: 14px
  }
}
.library__title b {
  font-weight: 700
}
.library__title u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
.library__title-highlight {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  font-size: 50px;
  line-height: 53px;
  color: #ff2f3b;
  transform: translateY(-5px)
}
@media (max-width:1249.5px) {
  .library__title-highlight {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 36px;
    line-height: 39px;
    transform: translateY(-3px)
  }
}
@media (max-width:991.5px) {
  .library__title-highlight {
    font-size: 36px;
    line-height: 47px;
    display: block;
    transform: translateY(-1px)
  }
}
@media (max-width:743.5px) {
  .library__title-highlight {
    line-height: 22px
  }
}
@media (max-width:575.5px) {
  .library__title-highlight {
    font-size: 20px
  }
}
.library__loading {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #002944
}
.library__slider-block {
  position: relative;
  z-index: 1;
  margin-top: 51px
}
.library__slider-block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: calc(100% - 125px);
  aspect-ratio: 1220/1179;
  background-image: url(../img/abstract-bg_lib.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .8;
  transform: translate(-50%,-50%);
  pointer-events: none
}
@media (max-width:743.5px) {
  .library__slider-block::after {
    width: calc(100% + 125px)
  }
}
.library__slider-block_hidden {
  display: none
}
.library__slider-block_loading .library__loading {
  display: block
}
.library__slider {
  overflow: visible;
  width: 1302px;
  height: 643px;
  padding-bottom: 44px
}
@media (max-width:1249.5px) {
  .library__slider {
    width: 920px;
    height: 410px;
    padding-bottom: 30px
  }
}
@media (max-width:991.5px) {
  .library__slider {
    width: 704px;
    height: 490px
  }
}
@media (max-width:743.5px) {
  .library__slider {
    width: 328px;
    height: 270px
  }
}
@media (max-width:1369.5px) {
  .library__slider[data-active-template="#view-0"] {
    margin-left: -90px
  }
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-0"] {
    margin-left: 0
  }
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-0"] {
    margin: 0 auto
  }
}
.library__slider[data-active-template="#view-0"] .library__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  overflow: hidden;
  padding: 20px;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-0"] .library__item {
    gap: 10px;
    padding: 15px
  }
}
.library__slider[data-active-template="#view-0"] .library__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.29) 0,rgba(255,255,255,.34) 100%,rgba(255,255,255,.14) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_end,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_start {
  opacity: 0;
  transition: transform .6s,opacity .6s
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_end .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_end .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_end .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_start .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_start .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_start .library__item-name {
  display: none
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_active-index-0 .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_active-index-1 .library__item-name {
  font-weight: 600;
  font-size: 24px
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_active-index-0 .library__item-name,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_active-index-1 .library__item-name {
    font-size: 18px
  }
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-4 .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-5 .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-4 .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-5 .library__item-name {
  font-weight: 400;
  font-size: 14px
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-4 .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-5 .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-4 .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-5 .library__item-image {
  display: none
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-4 .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-5 .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-4 .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-5 .library__item-link {
  display: none
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-6 .library__item-image,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-7 .library__item-image {
  display: none
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-6 .library__item-name,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-7 .library__item-name {
  display: none
}
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-6 .library__item-link,
.library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-7 .library__item-link {
  display: none
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-2 .library__item-image,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-3 .library__item-image,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-2 .library__item-image,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-3 .library__item-image {
    display: none
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-2 .library__item-link,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-3 .library__item-link,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-2 .library__item-link,
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_prev-index-3 .library__item-link {
    display: none
  }
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_active-index-0 {
    z-index: 5
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-0 {
    z-index: 4
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-0 .library__item-name {
    font-size: 12px
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-1 {
    z-index: 3
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-1 .library__item-name {
    font-size: 12px
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-2 {
    z-index: 2
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-2 .library__item-name {
    font-size: 12px
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-3 {
    z-index: 1
  }
  .library__slider[data-active-template="#view-0"] .library__item.slider__item_next-index-3 .library__item-name {
    font-size: 12px
  }
}
.library__slider[data-active-template="#view-0"] .library__item-image {
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.library__slider[data-active-template="#view-0"] .library__item-name {
  flex: 1 1 auto;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
  color: #2b2f31;
  opacity: .9
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-0"] .library__item-name {
    font-weight: 600;
    font-size: 16px
  }
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-1"] {
    height: 410px
  }
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-1"] {
    width: 328px;
    height: 270px
  }
}
.library__slider[data-active-template="#view-1"] .library__item {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  overflow: hidden;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-1"] .library__item {
    border-radius: 12px
  }
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-1"] .library__item {
    padding: 10px;
    gap: 10px
  }
}
.library__slider[data-active-template="#view-1"] .library__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.29) 0,rgba(255,255,255,.34) 100%,rgba(255,255,255,.14) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}
.library__slider[data-active-template="#view-1"] .library__item.slider__item_end,
.library__slider[data-active-template="#view-1"] .library__item.slider__item_start {
  opacity: 0;
  transition: transform .6s,height .6s,width .6s,opacity .6s
}
.library__slider[data-active-template="#view-1"] .library__item-image {
  width: 82px;
  aspect-ratio: 1;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-1"] .library__item-image {
    display: none
  }
}
.library__slider[data-active-template="#view-1"] .library__item-name {
  flex: 0 1 auto;
  font-weight: 600;
  font-size: 24px;
  color: #002944;
  opacity: .9
}
@media (max-width:1249.5px) {
  .library__slider[data-active-template="#view-1"] .library__item-name {
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .library__slider[data-active-template="#view-1"] .library__item-name {
    font-size: 14px;
    max-height: 100%
  }
}
.library__slider[data-active-template="#view-1"] .library__item-link {
  margin-left: auto
}
.library__places_view-0 .library__place:nth-child(1) {
  width: 145px;
  height: 135px;
  transform: translate(-1000px,-50%)
}
.library__places_view-0 .library__place:nth-child(2) {
  width: 249px;
  height: 235px;
  transform: translate(-418px,calc(-50% + 96px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(2) {
    width: 189px;
    height: 164px;
    transform: translate(-308px,calc(-50% + 78px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(2) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(3) {
  width: 249px;
  height: 234px;
  transform: translate(-432px,calc(-50% - 162px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(3) {
    width: 190px;
    height: 164px;
    transform: translate(-323px,calc(-50% - 100px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(3) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(4) {
  width: 200px;
  height: 186px;
  transform: translate(-633px,calc(-50% + 67px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(4) {
    width: 142px;
    height: 112px;
    transform: translate(-464px,calc(-50% + 55px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(4) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(5) {
  width: 200px;
  height: 186px;
  transform: translate(-649px,calc(-50% - 135px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(5) {
    width: 142px;
    height: 112px;
    transform: translate(-478px,calc(-50% - 69px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(5) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(6) {
  width: 145px;
  height: 135px;
  transform: translate(-789px,calc(-50% + 36px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(6) {
    display: none
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(6) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(7) {
  width: 145px;
  height: 135px;
  transform: translate(-801px,calc(-50% - 110px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(7) {
    display: none
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(7) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(8) {
  width: 319px;
  height: 299px;
  transform: translate(calc(-50% - 8px),calc(-50% - 170px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(8) {
    width: 216px;
    height: 189px;
    transform: translate(calc(-50% - 8px),calc(-50% - 110px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(8) {
    width: 202px;
    height: 199px;
    transform: translate(calc(-50% - 64px),-50%)
  }
}
.library__places_view-0 .library__place:nth-child(9) {
  width: 307px;
  height: 276px;
  transform: translate(calc(-50% + 5px),calc(-50% + 139px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(9) {
    width: 209px;
    height: 180px;
    transform: translate(calc(-50% + 5px),calc(-50% + 88px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(9) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(10) {
  width: 249px;
  height: 235px;
  transform: translate(calc(-50% + 293px),calc(-50% - 194px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(10) {
    width: 190px;
    height: 164px;
    transform: translate(calc(-50% + 214px),calc(-50% - 101px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(10) {
    width: 114px;
    height: 106px;
    transform: translate(calc(-50% + 61px),calc(-50% - 34px))
  }
}
.library__places_view-0 .library__place:nth-child(11) {
  width: 249px;
  height: 235px;
  transform: translate(calc(-50% + 297px),calc(-50% + 55px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(11) {
    width: 189px;
    height: 164px;
    transform: translate(calc(-50% + 221px),calc(-50% + 77px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(11) {
    width: 113px;
    height: 103px;
    transform: translate(calc(-50% + 71px),calc(-50% + 37px))
  }
}
.library__places_view-0 .library__place:nth-child(12) {
  width: 200px;
  height: 186px;
  transform: translate(436px,calc(-50% - 161px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(12) {
    width: 141px;
    height: 112px;
    transform: translate(324px,calc(-50% - 80px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(12) {
    width: 95px;
    height: 72px;
    transform: translate(111px,calc(-50% - 30px))
  }
}
.library__places_view-0 .library__place:nth-child(13) {
  width: 200px;
  height: 186px;
  transform: translate(434px,calc(-50% + 35px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(13) {
    width: 142px;
    height: 112px;
    transform: translate(329px,calc(-50% + 42px))
  }
}
@media (max-width:743.5px) {
  .library__places_view-0 .library__place:nth-child(13) {
    width: 100px;
    height: 77px;
    transform: translate(119px,calc(-50% + 42px))
  }
}
.library__places_view-0 .library__place:nth-child(14) {
  width: 144px;
  height: 135px;
  transform: translate(650px,calc(-50% - 133px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(14) {
    width: 119px;
    height: 94px;
    transform: translate(477px,calc(-50% - 64px))
  }
}
.library__places_view-0 .library__place:nth-child(15) {
  width: 145px;
  height: 135px;
  transform: translate(645px,calc(-50% + 11px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(15) {
    width: 120px;
    height: 94px;
    transform: translate(480px,calc(-50% + 39px))
  }
}
.library__places_view-0 .library__place:nth-child(16) {
  width: 73px;
  height: 69px;
  transform: translate(804px,calc(-50% - 99px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(16) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(17) {
  width: 73px;
  height: 69px;
  transform: translate(796px,calc(-50% - 18px))
}
@media (max-width:1249.5px) {
  .library__places_view-0 .library__place:nth-child(17) {
    display: none
  }
}
.library__places_view-0 .library__place:nth-child(18) {
  width: 73px;
  height: 69px;
  transform: translate(1000px,50%)
}
.library__places_view-1 .library__place {
  width: 616px;
  height: 100px
}
.library__places_view-1 .library__place:nth-child(1) {
  transform: translate(-1938px,calc(-50% - 38px))
}
.library__places_view-1 .library__place:nth-child(2) {
  transform: translate(-1301px,calc(-50% + 194px))
}
.library__places_view-1 .library__place:nth-child(3) {
  transform: translate(-1301px,calc(-50% + 78px))
}
.library__places_view-1 .library__place:nth-child(4) {
  transform: translate(-1301px,calc(-50% - 38px))
}
.library__places_view-1 .library__place:nth-child(5) {
  transform: translate(-1301px,calc(-50% - 154px))
}
.library__places_view-1 .library__place:nth-child(6) {
  transform: translate(-1301px,calc(-50% - 270px))
}
.library__places_view-1 .library__place:nth-child(7) {
  transform: translate(-652px,calc(-50% - 270px))
}
.library__places_view-1 .library__place:nth-child(8) {
  transform: translate(-652px,calc(-50% - 154px))
}
.library__places_view-1 .library__place:nth-child(9) {
  transform: translate(-652px,calc(-50% - 38px))
}
.library__places_view-1 .library__place:nth-child(10) {
  transform: translate(-652px,calc(-50% + 78px))
}
.library__places_view-1 .library__place:nth-child(11) {
  transform: translate(-652px,calc(-50% + 194px))
}
.library__places_view-1 .library__place:nth-child(12) {
  transform: translate(-5px,calc(-50% - 270px))
}
.library__places_view-1 .library__place:nth-child(13) {
  transform: translate(-5px,calc(-50% - 154px))
}
.library__places_view-1 .library__place:nth-child(14) {
  transform: translate(-5px,calc(-50% - 38px))
}
.library__places_view-1 .library__place:nth-child(15) {
  transform: translate(-5px,calc(-50% + 78px))
}
.library__places_view-1 .library__place:nth-child(16) {
  transform: translate(-5px,calc(-50% + 194px))
}
.library__places_view-1 .library__place:nth-child(17) {
  transform: translate(642px,calc(-50% - 270px))
}
.library__places_view-1 .library__place:nth-child(18) {
  transform: translate(642px,calc(-50% - 154px))
}
.library__places_view-1 .library__place:nth-child(19) {
  transform: translate(642px,calc(-50% - 38px))
}
.library__places_view-1 .library__place:nth-child(20) {
  transform: translate(642px,calc(-50% + 78px))
}
.library__places_view-1 .library__place:nth-child(21) {
  transform: translate(642px,calc(-50% + 194px))
}
.library__places_view-1 .library__place:nth-child(22) {
  transform: translate(1287px,calc(-50% - 38px))
}
@media (max-width:1249.5px) {
  .library__places_view-1 .library__place {
    width: 550px;
    height: 88px
  }
  .library__places_view-1 .library__place:nth-child(1) {
    transform: translate(-1938px,calc(-50% - 38px))
  }
  .library__places_view-1 .library__place:nth-child(2) {
    transform: translate(-1025px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(3) {
    transform: translate(-1025px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(4) {
    transform: translate(-1025px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(5) {
    transform: translate(-1025px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(6) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(7) {
    transform: translate(-462px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(8) {
    transform: translate(-462px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(9) {
    transform: translate(-462px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(10) {
    transform: translate(-462px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(11) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(12) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(13) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(14) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(15) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(16) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(17) {
    transform: translate(100px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(18) {
    transform: translate(100px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(19) {
    transform: translate(100px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(20) {
    transform: translate(100px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(21) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(22) {
    transform: translate(900px,-50%)
  }
}
@media (max-width:991.5px) {
  .library__places_view-1 .library__place {
    width: 525px;
    height: 88px
  }
  .library__places_view-1 .library__place:nth-child(1) {
    transform: translate(-1438px,calc(-50% - 38px))
  }
  .library__places_view-1 .library__place:nth-child(2) {
    transform: translate(-891px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(3) {
    transform: translate(-891px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(4) {
    transform: translate(-891px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(5) {
    transform: translate(-891px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(6) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(7) {
    transform: translate(-356px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(8) {
    transform: translate(-356px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(9) {
    transform: translate(-356px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(10) {
    transform: translate(-356px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(11) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(12) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(13) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(14) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(15) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(16) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(17) {
    transform: translate(179px,calc(-50% - 161px))
  }
  .library__places_view-1 .library__place:nth-child(18) {
    transform: translate(179px,calc(-50% - 64px))
  }
  .library__places_view-1 .library__place:nth-child(19) {
    transform: translate(179px,calc(-50% + 33px))
  }
  .library__places_view-1 .library__place:nth-child(20) {
    transform: translate(179px,calc(-50% + 130px))
  }
  .library__places_view-1 .library__place:nth-child(21) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(22) {
    transform: translate(900px,-50%)
  }
}
@media (max-width:743.5px) {
  .library__places_view-1 .library__place {
    width: 291px;
    height: 54px
  }
  .library__places_view-1 .library__place:nth-child(1) {
    transform: translate(-700px,calc(-50% - 38px))
  }
  .library__places_view-1 .library__place:nth-child(2) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(3) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(4) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(5) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(6) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(7) {
    transform: translate(-164px,calc(-50% - 108px))
  }
  .library__places_view-1 .library__place:nth-child(8) {
    transform: translate(-164px,calc(-50% - 46px))
  }
  .library__places_view-1 .library__place:nth-child(9) {
    transform: translate(-164px,calc(-50% + 16px))
  }
  .library__places_view-1 .library__place:nth-child(10) {
    transform: translate(-164px,calc(-50% + 78px))
  }
  .library__places_view-1 .library__place:nth-child(11) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(12) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(13) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(14) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(15) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(16) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(17) {
    transform: translate(141px,calc(-50% - 108px))
  }
  .library__places_view-1 .library__place:nth-child(18) {
    transform: translate(141px,calc(-50% - 46px))
  }
  .library__places_view-1 .library__place:nth-child(19) {
    transform: translate(141px,calc(-50% + 16px))
  }
  .library__places_view-1 .library__place:nth-child(20) {
    transform: translate(141px,calc(-50% + 78px))
  }
  .library__places_view-1 .library__place:nth-child(21) {
    display: none
  }
  .library__places_view-1 .library__place:nth-child(22) {
    transform: translate(900px,-50%)
  }
}
.library__item_downloaded .library__item-downloaded {
  display: block
}
.library__item-downloaded {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 18px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #b7b29a
}
.library__item-link {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  flex: 0 1 auto;
  border-radius: 100px;
  padding: 17px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: rgba(255,47,59,.95)
}
@media (max-width:1249.5px) {
  .library__item-link {
    padding: 11px 22px
  }
}
@media (max-width:743.5px) {
  .library__item-link {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    color: #ff2f3b
  }
}
.library__pagination {
  flex-wrap: wrap
}
.library__pagination .slider__pagination-item {
  border: 1px solid #fff;
  width: 12px;
  opacity: 1;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .library__pagination .slider__pagination-item {
    width: 8px
  }
}
@media (max-width:743.5px) {
  .library__pagination .slider__pagination-item {
    width: 6px
  }
}
.library__pagination .slider__pagination-item_active {
  background-color: #fff
}
.library__404 {
  display: none;
  margin: 0 auto;
  margin-top: 31px;
  margin-bottom: 48px;
  width: 488px;
  aspect-ratio: 488/422;
  max-width: 100%;
  padding: 292px 30px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: rgba(0,41,68,.9);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 24px -2px rgba(0,0,0,.2);
  background-image: url(../img/404.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.library__404_visible {
  display: flex
}
@media (max-width:575.5px) {
  .library__404 {
    padding-top: 20px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: 18px
  }
}
.library__table {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 51px;
  margin-bottom: 51px
}
@media (max-width:743.5px) {
  .library__table {
    grid-template-columns: 100%;
    gap: 12px
  }
}
.library__table-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border: 1px solid #ff2f3b;
  border-radius: 18px;
  overflow: hidden;
  background-color: transparent
}
@media (max-width:1249.5px) {
  .library__table-item {
    border-radius: 12px
  }
}
@media (max-width:743.5px) {
  .library__table-item {
    padding: 10px;
    gap: 10px;
    min-height: 58px
  }
}
.library__table-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(137deg,rgba(255,255,255,.29) 0,rgba(255,255,255,.34) 100%,rgba(255,255,255,.14) 100%),url(../img/noise.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}
.library__table-item-image {
  width: 82px;
  aspect-ratio: 1;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:743.5px) {
  .library__table-item-image {
    display: none
  }
}
.library__table-item-name {
  flex: 0 1 auto;
  font-weight: 600;
  font-size: 24px;
  color: #002944;
  opacity: .9
}
@media (max-width:1249.5px) {
  .library__table-item-name {
    font-size: 20px
  }
}
@media (max-width:743.5px) {
  .library__table-item-name {
    font-size: 14px;
    max-height: 100%
  }
}
.library__table-item-link {
  margin-left: auto
}
.library__table-item-downloaded {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 18px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: #b7b29a
}
.library__table-item-link {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  flex: 0 1 auto;
  border-radius: 100px;
  padding: 17px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: rgba(255,47,59,.95)
}
@media (max-width:1249.5px) {
  .library__table-item-link {
    padding: 11px 22px
  }
}
@media (max-width:743.5px) {
  .library__table-item-link {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    color: #ff2f3b
  }
}
.solo-form {
  padding-top: 109px
}
@media (max-width:1249.5px) {
  .solo-form {
    padding-top: 30px
  }
}
@media (max-width:743.5px) {
  .solo-form {
    padding-top: 29px
  }
}
.solo-form__content {
  margin: 0 auto;
  border-radius: 18px;
  padding: 1px;
  max-width: 589px;
  width: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: linear-gradient(153deg,rgba(255,255,255,.4),rgba(250,68,166,.9215686275) 35%,#23f1cc 60%,#61e3ff 90%,#7c42f7 95%,#790fff 100%)
}
.solo-form__content-inner {
  border-radius: 18px;
  padding: 20px;
  padding-bottom: 55px;
  height: 100%;
  width: 100%;
  background: linear-gradient(137deg,#d0dfe8 0,#f4c5b7 50%,#d3e1e9 100%)
}
.solo-form__title {
  margin-bottom: 14px;
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #002944;
  mix-blend-mode: overlay
}
@media (max-width:1249.5px) {
  .solo-form__title {
    margin-bottom: 17px;
    font-size: 24px
  }
}
@media (max-width:743.5px) {
  .solo-form__title {
    margin-bottom: 8px;
    font-size: 16px
  }
}
.solo-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 20px
}
.solo-form__link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  color: #002944;
  font-size: 18px;
  text-decoration: underline;
  text-align: right
}
.solo-form__submit {
  margin-top: 60px
}
@media (max-width:743.5px) {
  .solo-form__submit {
    margin-top: 30px
  }
}
.solo-form__text {
  font-size: 14px
}
.solo-form__table {
  margin-bottom: 30px
}
@media (max-width:1369.5px) {
  .from-xl {
    display: none
  }
}
@media (max-width:1249.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:991.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:743.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1370px) {
  .to-xl {
    display: none
  }
}
@media (min-width:1250px) {
  .to-lg {
    display: none
  }
}
@media (min-width:992px) {
  .to-md {
    display: none
  }
}
@media (min-width:744px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}