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

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
  color: inherit;
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}

address {
  font-style: normal;
  margin: 0;
}

textarea {
  resize: none;
}

@font-face {
  font-family: "Font`s name";
  src: url("../fonts/impact.ttf") format("truetype");
  font-weight: 400;
}
.equipment_filter__item::after, .form__link::after, .trial_box--long, .button::after {
  background-image: linear-gradient(95deg, #FF7300 11.15%, #FFCF45 109.63%);
}

.form__link:hover, .form__link:focus-visible, .form__link, .header .nav-link:hover, .header .nav-link:focus-visible, .title .accent {
  background: linear-gradient(95deg, #FF7300 11.15%, #FFCF45 109.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: #191919;
  font-family: "Martel Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
  }
}

#app {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.no-scroll {
  overflow: hidden;
}

.hidden {
  position: absolute;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
}

.title {
  font-family: "Candal", sans-serif;
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: 400;
}
@media (min-width: 992px) {
  .title {
    font-size: 24px;
    line-height: 1.2916666667;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .title--sm {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .title--lg {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .title--xxl {
    font-size: 110px;
    line-height: 0.9090909091;
    font-weight: 400;
  }
}

.section {
  padding: 24px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .section--xl {
    padding: 80px 0;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  min-width: 100px;
  overflow: hidden;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .button {
    padding: 12px 24px;
    min-width: 120px;
  }
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
.button span {
  position: relative;
  z-index: 5;
}
.button:hover, .button:focus-visible {
  color: #191919;
}
.button:hover::after, .button:focus-visible::after {
  opacity: 0;
}
.button--outlined {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 9px 15px;
}
.button--outlined:hover, .button--outlined:focus-visible {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .button--outlined {
    padding: 11px 23px;
  }
}
.button--outlined::after {
  display: none;
}
.button--light {
  color: #191919;
  background-color: #ffffff;
}
.button--light::after {
  display: none;
}
.button--light:hover, .button--light:focus-visible {
  color: #ffffff;
  background-color: #191919;
}

.header {
  padding: 4px 0;
  transition: all 1s ease-in-out;
}
.header.position-absolute {
  top: 0;
  left: 0;
  right: 0;
  background-color: #191919;
}
@media (min-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header .navbar-nav {
  gap: 40px;
}
.header .nav-link {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: inherit;
  transition: all 300ms ease-in-out;
}
.header .button {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.header .mobile_menu {
  height: 100vh;
  background-color: #191919;
}
.header .mobile_menu__list {
  gap: 16px;
}

.footer {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}

.footer__box {
  row-gap: 16px;
}

.footer__nav li {
  margin-top: 4px;
}
.footer__nav li:first-child {
  margin-top: 0;
}
.footer__nav a {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 400;
  text-decoration: underline;
}
.footer__nav a:hover, .footer__nav a:focus {
  color: inherit;
}

.footer__paysistems img {
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-dialog {
  max-width: 700px;
}
.modal-dialog.create_new_set {
  max-width: 328px;
}
.modal-dialog.delete_equipment {
  max-width: 480px;
}
.modal-dialog.tip_modal_box {
  max-width: 1160px;
  width: 95%;
  padding: 40px 0;
}
@media (min-width: 1400px) {
  .modal-dialog.tip_modal_box {
    padding-bottom: 80px;
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  border-radius: 24px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (min-width: 992px) {
  .modal-content {
    gap: 40px;
    padding: 40px;
  }
}

.modal-header, .modal-body {
  padding: 0;
  border: none;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (min-width: 992px) {
  .modal-close {
    right: auto;
    top: auto;
    left: calc(100% + 8px);
    bottom: calc(100% + 8px);
  }
}

.modal-header {
  justify-content: center;
}

.modal-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 992px) {
  .modal-title {
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
  }
}

.modal-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

body.hide_header .header {
  transform: translateY(-100%);
}
body.show_main_screen .quote_overlay {
  transform: translateY(0);
}
body.show_main_screen .main_screen__content {
  opacity: 1;
  transform: scale(1, 1) translateX(0);
}

.fullscreen_wrap {
  scroll-behavior: smooth;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.fullscreen_wrap .fullscreen_box {
  width: 100%;
  min-height: 400vh;
}
.fullscreen_wrap .fullscreen_img {
  max-width: 1920px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 500ms linear;
}
.fullscreen_wrap .fullscreen_img img {
  -o-object-position: bottom;
     object-position: bottom;
  transform: scale(1);
  animation: scaleBg 1s linear infinite;
  animation-iteration-count: 1;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-fill-mode: both;
}

@keyframes scaleBg {
  to {
    transform: scale(1.1);
  }
}
.main_screen_sign {
  position: fixed;
  left: 40%;
  bottom: 0;
  width: 161px;
  height: 89px;
  transform-origin: 20% bottom;
  animation: scaleSign 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  pointer-events: none;
}

@keyframes scaleSign {
  to {
    transform: scale(var(--scale));
  }
}
.main_screen {
  padding: 0 0 24px;
}
@media (min-width: 992px) {
  .main_screen {
    padding: 36px 0 55px;
  }
}
.main_screen__mobile {
  padding: 21px 0 0;
  background-image: url("../../../images/main-screen/mobile/main-screen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.main_screen__mobile .main_screen__sign {
  width: 280px;
  height: 154px;
}
@media (min-width: 576px) {
  .main_screen__mobile {
    background-image: url("../../../images/main-screen/desktop/main-screen.jpg");
    padding-top: 150px;
  }
}

.main_screen__content {
  opacity: 0;
  transform: scale(0.8, 1) translateX(-50%);
  transform-origin: center left;
  transition: all 1s ease-in-out;
}

.main_screen__box {
  position: relative;
  height: 257px;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .main_screen__box {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .main_screen__box {
    height: 638px;
  }
}
.main_screen__box .quote_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 36, 58, 0.8);
  background-image: url("../../../images/main-screen/mobile/quote.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top right;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 400;
  transform: translateY(-100%);
  transition: all 1s ease-in-out;
}
@media (min-width: 576px) {
  .main_screen__box .quote_overlay {
    background-image: url("../../../images/main-screen/desktop/quote.svg");
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .main_screen__box .quote_overlay {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
  }
}
.main_screen__box .quote_text {
  max-width: 245px;
  height: 70%;
  margin-left: auto;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
@media (min-width: 576px) {
  .main_screen__box .quote_text {
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  .main_screen__box .quote_text {
    padding: 16px;
    max-width: 525px;
  }
}
.main_screen__box .quote_text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../../images/icons/quote.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .main_screen__box .quote_text::before {
    width: 40px;
    height: 40px;
  }
}
.main_screen__box .quote_author {
  position: absolute;
  bottom: 25px;
  left: 44px;
}
@media (min-width: 992px) {
  .main_screen__box .quote_author {
    bottom: 75px;
    left: 98px;
  }
}

.call_to_action__box {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .call_to_action__box {
    margin-top: 80px;
  }
}
.call_to_action .title {
  max-width: 860px;
  margin: 0 auto;
}
.call_to_action__map {
  width: 51px;
  height: 40px;
}
@media (min-width: 768px) {
  .call_to_action__map {
    width: 83px;
    height: 64px;
  }
}
.call_to_action__text {
  max-width: 430px;
}
.call_to_action__img {
  max-width: 628px;
  height: 270px;
}
.call_to_action__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .call_to_action__img {
    height: 536px;
  }
}

.what_to_pack .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.what_to_pack .title::before {
  content: "";
  display: block;
  width: 54px;
  height: 57px;
  background-image: url("../../../images/icons/backpack.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.what_to_pack__box {
  margin: 24px 0 0;
  padding: 24px 0;
  border-radius: 8px;
  background-color: #EAEAEA;
}
@media (min-width: 992px) {
  .what_to_pack__box {
    padding-top: 40px;
    margin-top: 40px;
    border-radius: 24px;
  }
}
.what_to_pack__box p {
  color: #191919;
}
.what_to_pack__box .button {
  background-color: #191919;
}
.what_to_pack__box .button:hover, .what_to_pack__box .button:focus-visible {
  color: #ffffff;
}

.what_to_pack__img {
  margin-bottom: 16px;
  height: 98px;
}
@media (min-width: 576px) {
  .what_to_pack__img {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .what_to_pack__img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .what_to_pack__img {
    margin-bottom: 40px;
  }
}
.what_to_pack__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.image_section {
  position: relative;
}
.image_section .image_section__img {
  height: 304px;
}
@media (min-width: 576px) {
  .image_section .image_section__img {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .image_section .image_section__img {
    height: 1372px;
  }
}
.image_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, #171717 0%, rgba(25, 25, 25, 0) 10.49%, rgba(25, 25, 25, 0.09) 74.88%, #191919 100%);
}

.explore_tips {
  padding: 28px 0 102px;
  position: relative;
}
@media (min-width: 768px) {
  .explore_tips {
    padding-bottom: 28px;
  }
}
.explore_tips::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0.8) 0%, rgba(15, 15, 15, 0.05) 82.24%);
  pointer-events: none;
}

.explore_tips__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  pointer-events: none;
}
.explore_tips__content .button {
  pointer-events: all;
}
@media (min-width: 768px) {
  .explore_tips__content {
    bottom: 80px;
  }
}

.explore_tips__text {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .explore_tips__text {
    margin: 40px 0;
  }
}

.runningline {
  width: 100vw;
  overflow: hidden;
  gap: 8px;
}
@media (min-width: 1200px) {
  .runningline {
    gap: 24px;
  }
}
.runningline--middle_speed ul {
  animation-duration: 30s;
}
.runningline--left ul {
  animation-name: runningLineToLeft;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.runningline--right ul {
  animation-name: runningLineToRight;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.runningline ul {
  gap: 8px;
}
@media (min-width: 1200px) {
  .runningline ul {
    gap: 24px;
  }
}
.runningline li {
  position: relative;
  width: 100px;
  height: 61px;
  border-radius: 4px;
  overflow: hidden;
}
.runningline li:hover::after {
  opacity: 0;
}
.runningline li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background-color: #191919;
  transition: all 300ms ease-in-out;
}
@media (min-width: 768px) {
  .runningline li {
    width: 360px;
    height: 219px;
    border-radius: 24px;
  }
}

@keyframes runningLineToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes runningLineToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.unreg_banner__box {
  padding: 121px 4px 8px;
  border-radius: 8px;
  background-image: linear-gradient(to top, #191919 0%, rgba(15, 15, 15, 0.05) 31.79%), url("../../../images/unreg-banner/mobile/img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .unreg_banner__box {
    padding-top: 250px;
    background-image: linear-gradient(to top, #191919 0%, rgba(15, 15, 15, 0.05) 27.1%), url("../../../images/unreg-banner/desktop/img.jpg");
  }
}
@media (min-width: 992px) {
  .unreg_banner__box {
    padding: 400px 40px 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .unreg_banner__box {
    padding-top: 666px;
  }
}

.select_plan .title {
  max-width: 856px;
  margin: 0 auto;
}

.select_plan__wrap {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .select_plan__wrap {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .select_plan__wrap {
    margin-top: 80px;
  }
}

.trial_box {
  display: flex;
  flex-direction: column;
  padding: 24px 8px;
  gap: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .trial_box {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .trial_box {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .trial_box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.trial_box--short {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 3px 20px 0px rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  .trial_box--short {
    border-radius: 24px 0px 0px 24px;
    max-width: 589px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.trial_box--short .trial_box__days {
  color: #A8A8A8;
}
.trial_box--long {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .trial_box--long {
    border-radius: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.trial_box--long .trial_box__days {
  color: #F0F0F0;
}

.trial_box__days {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 600;
}
@media (min-width: 992px) {
  .trial_box__days {
    margin-top: 16px;
    font-size: 16px;
  }
}

.form {
  margin: 40px 0 0;
}

.form__box {
  max-width: 416px;
  margin: 24px auto 0;
  row-gap: 24px;
}

.signup_wrap {
  row-gap: 40px;
}

.control-label {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.form-control {
  padding: 2px 0 8px;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
}
.form-control:hover, .form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  border-color: #ffffff;
}
.form-control.field-password {
  padding-right: 26px;
}
.form-control.is-invalid {
  background-image: none;
  border-color: #EB2D36;
}
.form-control[readonly] {
  background-color: transparent;
}
.form-control--cvv {
  background-image: url("../../../images/icons/cvv.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
}

.form__subtitle {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 600;
}

.form__link {
  position: relative;
}
.form__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  height: 1px;
}
.agreement {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.agreement .form-check-input {
  margin-top: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 300ms ease-in-out;
}
.agreement .form-check-input:focus {
  box-shadow: none;
}
.agreement .form-check-input:checked {
  background-color: #ffffff;
  background-image: url("../../../images/icons/check.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: right 1px;
  background-position-y: center;
}
.agreement .form-check-label {
  margin-left: 8px;
}

.payment_terms {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
.payment_terms p {
  margin: 16px 0 0;
}

.select2-container--default .select2-selection.select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
}

.select2-selection__arrow {
  background-image: url("../../../images/icons/dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 300ms ease-in-out;
  top: 0px !important;
  right: 0px !important;
  width: 24px !important;
  height: 24px !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
  height: 100% !important;
}

.form-control.is-invalid ~ .select2-container .select2-selection--single .select2-selection__rendered {
  border-color: #EB2D36;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2px 0 9px !important;
  border-bottom: 1px solid #ffffff;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-dropdown.select2-dropdown--below {
  overflow: hidden;
  border-radius: 0;
  margin: 3px 0 0;
}

.select2-dropdown.select2-dropdown--above {
  overflow: hidden;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border: none !important;
}

.select2-results__option {
  color: #191919;
  padding: 8px;
  font-size: 16px;
  line-height: 1.3125;
  font-weight: 500;
  transition: background-color 300ms ease-in-out;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #A8A8A8 !important;
  color: #191919;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}

.field-password__wrapper {
  position: relative;
}
.field-password__wrapper .toggle-password {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/pass-eye-remove-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.field-password__wrapper .show-password ~ .toggle-password {
  background-image: url("../images/icons/pass-eye-icon.svg");
}

.trial_radio + .trial_label .trial_radio__view {
  width: 24px;
  height: 24px;
  background-image: url("../../../images/icons/radio.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.trial_radio:checked + .trial_label .trial_radio__view {
  background-image: url("../../../images/icons/radio-checked.svg");
}

.trial_label {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
}

.trial_radio__view {
  flex-shrink: 0;
}

.trial_descr {
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}

.paysistems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 24px;
  margin: 40px auto 0;
  max-width: 776px;
}
.paysistems li img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1200px) {
  .tips_topic_link {
    cursor: none;
  }
}
.tips_topic_link:hover, .tips_topic_link:focus {
  color: #ffffff !important;
}

.tips_topic {
  padding: 58px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .tips_topic {
    padding: 297px 0;
  }
}
.tips_topic .title {
  max-width: 202px;
}
@media (min-width: 992px) {
  .tips_topic .title {
    max-width: 64%;
  }
}
@media (max-width: 991px) {
  .tips_topic .title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
  }
}
.tips_topic .title a:hover, .tips_topic .title a:focus {
  color: #ffffff;
}

.custom_cursor {
  position: fixed;
  top: var(--cursor-y-position);
  left: var(--cursor-x-position);
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  pointer-events: none;
  transition: all linear;
}

.topics_counter {
  position: fixed;
  top: 80px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .topics_counter {
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.topics_counter__indicator {
  position: relative;
  width: 2px;
  height: 154px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.topics_counter__indicator::after {
  content: "";
  position: absolute;
  top: var(--topic-indicatop-position, 0);
  left: 0;
  right: 0;
  transform: translateY(-100%);
  background-color: #ffffff;
  height: 22px;
  transition: all 300ms ease-in-out;
}

.tips_banner {
  padding: 128px 0 24px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .tips_banner {
    padding: 244px 0;
    background-size: cover;
  }
}

.tips_banner__title {
  max-width: 80%;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  font-family: "Candal", sans-serif;
}
@media (min-width: 992px) {
  .tips_banner__title {
    font-size: 80px;
    line-height: 1.125;
    font-weight: 400;
    max-width: 46%;
  }
}

.tips_banner__descr {
  max-width: 524px;
}

.tip_card__img {
  display: block;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 300ms ease-in-out;
}
.tip_card__img:hover, .tip_card__img:focus {
  border-color: #ffffff;
}
@media (min-width: 576px) {
  .tip_card__img {
    height: 219px;
    border-radius: 24px;
  }
}

.tip_card__title {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
}
@media (min-width: 576px) {
  .tip_card__title {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
  }
}
.tip_card__title a {
  color: inherit;
}

.tips_list {
  margin-top: 24px;
  padding: 0 0 24px;
}
@media (min-width: 1200px) {
  .tips_list {
    margin-top: -80px;
    padding-bottom: 120px;
  }
}

.tips_list__wrap {
  row-gap: 16px;
}
@media (min-width: 1200px) {
  .tips_list__wrap {
    row-gap: 32px;
  }
}

.equipment_search {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.equipment_search__input {
  width: 100%;
  max-width: 606px;
  padding: 7px 16px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.equipment_search__input:focus {
  outline: none;
  box-shadow: none;
}

.equipment_filter {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.equipment_filter__item {
  position: relative;
  padding: 12px 32px 8px 32px;
  border-radius: 50px;
  background-color: #ffffff;
  text-align: center;
  color: #191919;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.equipment_filter__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.equipment_filter__item span {
  position: relative;
  z-index: 5;
}

.equipment_filter__checkbox:checked + .equipment_filter__item {
  color: #ffffff;
}
.equipment_filter__checkbox:checked + .equipment_filter__item:after {
  opacity: 1;
}

.add_equipment_set__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  transition: all 300ms ease-in-out;
}
.add_equipment_set__btn:hover, .add_equipment_set__btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
}

.equipment_sets {
  margin: 40px 0 0;
}

.equipment_sets_wrap {
  gap: 12px;
}
@media (min-width: 992px) {
  .equipment_sets_wrap {
    gap: 24px;
  }
}

.equipment_set__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  font-size: 40px;
  line-height: 1.825;
  font-weight: 600;
  border-radius: 16px;
  background-color: #C0DA7A;
  border: 1px solid transparent;
  transition: all 300ms ease-in-out;
}
.equipment_set__link:hover, .equipment_set__link:focus-visible {
  color: inherit;
  border-color: #ffffff;
}

.equipment_list {
  row-gap: 24px;
}

.equipment_card__checkbox:checked + .equipment_card__label::after {
  opacity: 1;
}

.equipment_card__label {
  display: block;
  position: relative;
  width: 160px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .equipment_card__label {
    width: auto;
    margin: 0;
  }
}
.equipment_card__label::after {
  content: url("../../../images/icons/check-equipment.svg");
  position: absolute;
  top: -8px;
  right: -8px;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.equipment_card__img {
  display: block;
  height: 141px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 576px) {
  .equipment_card__img {
    height: 210px;
    border-radius: 16px;
  }
}
.equipment_card__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.equipment_card__name {
  display: block;
}

.plan_steps__item {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plan_steps__item {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .plan_steps__item {
    margin-top: 24px;
    gap: 16px;
  }
}

.plan_steps__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
@media (min-width: 768px) {
  .plan_steps__num {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    width: 54px;
    height: 54px;
  }
}

.plan_steps__info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan_steps__img--map {
  width: 51px;
  height: 40px;
}
@media (min-width: 768px) {
  .plan_steps__img--map {
    width: 83px;
    height: 64px;
  }
}
.plan_steps__img--backpack {
  width: 37px;
  height: 40px;
}
@media (min-width: 768px) {
  .plan_steps__img--backpack {
    width: 54px;
    height: 57px;
  }
}
.plan_steps__img--lamp {
  width: 30px;
  height: 40px;
}
@media (min-width: 768px) {
  .plan_steps__img--lamp {
    width: 45px;
    height: 59px;
  }
}

.equipment_slider .equipment_slider__slide {
  width: 160px;
}
@media (min-width: 576px) {
  .equipment_slider .equipment_slider__slide {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .equipment_slider .equipment_slider__slide {
    width: 240px;
  }
}

.tips_slider .tips_slider__slide {
  width: 260px;
}
@media (min-width: 768px) {
  .tips_slider .tips_slider__slide {
    width: 416px;
  }
}

.modal-content.trip_modal .trip_modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .modal-content.trip_modal .trip_modal__title {
    flex-direction: row;
    gap: 40px;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
  }
}
.modal-content.trip_modal .trip_modal__icon--map {
  width: 52px;
  height: 40px;
}
@media (min-width: 992px) {
  .modal-content.trip_modal .trip_modal__icon--map {
    width: 83px;
    height: 64px;
  }
}
.modal-content.trip_modal .trip_modal__icon--backpack {
  width: 36px;
  height: 40px;
}
@media (min-width: 992px) {
  .modal-content.trip_modal .trip_modal__icon--backpack {
    width: 54px;
    height: 57px;
  }
}
.modal-content.trip_modal .plan_trip_form .form-control {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  padding: 0;
}
.modal-content.trip_modal .plan_trip_form__block {
  margin: 24px 0 0;
}
.modal-content.trip_modal .plan_trip_form__block:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .modal-content.trip_modal .plan_trip_form__block {
    margin-top: 56px;
  }
}
.modal-content.trip_modal .plan_trip_form__question {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
}
@media (min-width: 992px) {
  .modal-content.trip_modal .plan_trip_form__question {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}
.modal-content.trip_modal .plan_trip_form__tip {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  opacity: 0.8;
}
.modal-content.trip_modal .trip_modal__next_step {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
}
@media (min-width: 992px) {
  .modal-content.trip_modal .trip_modal__next_step {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}
.modal-content.trip_modal .button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
  background-color: rgba(240, 240, 240, 0.231372549);
}

.modal-content.trip_modal.create_new_set {
  gap: 0;
  background-color: #000000;
}

.p-component.p-datepicker-panel, .p-select-overlay.p-component {
  z-index: 2000 !important;
}

.p-datepicker-input.plan_trip_form__date_input {
  width: 116px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .p-datepicker-input.plan_trip_form__date_input {
    margin-bottom: 0;
  }
  .p-datepicker-input.plan_trip_form__date_input--day {
    width: 70px;
  }
  .p-datepicker-input.plan_trip_form__date_input--month {
    width: 111px;
  }
  .p-datepicker-input.plan_trip_form__date_input--year {
    width: 100px;
  }
}

.p-datepicker.p-component.p-inputwrapper {
  position: relative;
  margin-right: 16px;
}
.p-datepicker.p-component.p-inputwrapper::after {
  content: url("../../../images/icons/dropdown.svg");
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}
.p-datepicker.p-component.p-inputwrapper.p-focus::after {
  transform: rotate(180deg);
}

.p-datepicker-panel.p-component.plan_trip_form__datepicker {
  background-color: #ffffff;
  color: #191919;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--day {
  padding: 8px;
  width: 200px;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--month .p-datepicker-header {
  display: none;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--month .p-datepicker-month {
  padding: 8px 8px 6px;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--month .p-datepicker-month:hover, .p-datepicker-panel.p-component.plan_trip_form__datepicker--month .p-datepicker-month:focus-visible, .p-datepicker-panel.p-component.plan_trip_form__datepicker--month .p-datepicker-month .p-datepicker-month-selected {
  background-color: #F0F0F0;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--year {
  padding: 8px;
  width: 200px !important;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--year .p-datepicker-year {
  padding: 4px 0;
  transition: all 300ms ease-in-out;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker--year .p-datepicker-year:hover, .p-datepicker-panel.p-component.plan_trip_form__datepicker--year .p-datepicker-year:focus-visible {
  background-color: #F0F0F0;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-day-cell.p-datepicker-other-month, .p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-day.p-disabled, .p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-year.p-disabled {
  opacity: 0.7;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-day {
  transition: all 300ms ease-in-out;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-day:hover, .p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-day:focus {
  background-color: #F0F0F0;
}
.p-datepicker-panel.p-component.plan_trip_form__datepicker .p-datepicker-select-month {
  margin-right: 4px;
}

.p-select.p-component {
  width: 100%;
  position: relative;
}
.p-select.p-component .p-select-label.plan_trip_form__dropdown_label {
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.p-select.p-component .p-select-label.plan_trip_form__dropdown_label.p-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.p-select.p-component.p-focus .p-select-dropdown {
  transform: rotate(180deg);
}
.p-select.p-component .p-select-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../../images/icons/dropdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}
.p-select.p-component .p-select-dropdown svg {
  display: none;
}

.p-select-overlay.p-component.plan_trip_form__trip_types {
  background-color: #ffffff;
  color: #191919;
}
@media (min-width: 992px) {
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-list-container {
    max-width: none;
    overflow: visible;
  }
}
.p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label {
  position: relative;
  width: 100%;
  padding: 6px 8px 4px;
  border-bottom: 1px solid #F0F0F0;
  transition: all 300ms ease-in-out;
}
.p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label:hover, .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label:focus-visible {
  background-color: #F0F0F0;
}
.p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label:hover::after, .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label:focus-visible::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label::after {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(3deg);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--1::after {
    content: url("../../../images/trip-type-dropdown/1.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--2::after {
    content: url("../../../images/trip-type-dropdown/2.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--3::after {
    content: url("../../../images/trip-type-dropdown/3.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--4::after {
    content: url("../../../images/trip-type-dropdown/4.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--5::after {
    content: url("../../../images/trip-type-dropdown/5.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--6::after {
    content: url("../../../images/trip-type-dropdown/6.jpg");
  }
  .p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option-label.trip_type--7::after {
    content: url("../../../images/trip-type-dropdown/7.jpg");
  }
}
.p-select-overlay.p-component.plan_trip_form__trip_types .p-select-option {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  overflow: visible;
}

.p-select-overlay.p-component.plan_trip_form__dropdown {
  background-color: #ffffff;
  color: #191919;
}
.p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option-label {
  position: relative;
  width: 100%;
  padding: 6px 8px 4px;
  border-bottom: 1px solid #F0F0F0;
  transition: all 300ms ease-in-out;
}
.p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option-label:hover, .p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option-label:focus-visible {
  background-color: #F0F0F0;
}
.p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option-label:hover::after, .p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option-label:focus-visible::after {
  opacity: 1;
}
.p-select-overlay.p-component.plan_trip_form__dropdown .p-select-option {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  overflow: visible;
}

.error_message {
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 400;
  color: #EB2D36;
}

.user_trips {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media (min-width: 768px) {
  .user_trips {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 400;
  }
}
.user_trips .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.user_trips__about {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user_trips__hello_img {
  width: 36px;
  height: 36px;
}

.user_trips__trip_title {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  background-color: #45596F;
}
@media (min-width: 768px) {
  .user_trips__trip_title {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 700;
  }
}

.user_trips__slider {
  width: 100%;
}

.user_trips__countdown {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background-color: #F0F2AF;
  color: #191919;
}
@media (min-width: 768px) {
  .user_trips__countdown {
    border-radius: 16px;
  }
}
.user_trips__countdown_item {
  padding: 10px 12px 8px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media (min-width: 768px) {
  .user_trips__countdown_item {
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
  }
}
.user_trips__countdown_item p {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media (min-width: 768px) {
  .user_trips__countdown_item p {
    font-size: 16px;
  }
}

.user_trips__nav_btn.disabled {
  opacity: 0.3;
}
.user_trips__nav_btn svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .user_trips__nav_btn svg {
    width: 40px;
    height: 40px;
  }
}

.profile_page {
  padding: 40px 0 60px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(180deg, #191919 0%, rgba(0, 0, 0, 0.2) 52.81%, #191919 86.11%), url("../../../images/profile/mobile/profile-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .profile_page {
    background-image: linear-gradient(180deg, #191919 0%, rgba(0, 0, 0, 0.2) 52.81%, #191919 86.11%), url("../../../images/profile/desktop/profile-bg.jpg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .profile_page {
    padding: 65px 0 150px;
  }
}

.profile_page__block {
  margin: 40px 0 0;
}
@media (min-width: 992px) {
  .profile_page__block {
    margin-top: 80px;
  }
}

.profile_page__user_data {
  row-gap: 24px;
}
@media (min-width: 992px) {
  .profile_page__user_data {
    row-gap: 40px;
  }
}

.go_back_link {
  font-weight: 600;
}
.go_back_link:hover, .go_back_link:focus-visible {
  color: inherit;
}

.terms_text {
  margin: 40px 0 0;
}
.terms_text p {
  margin: 24px 0 0;
}
.terms_text h2 {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.terms_text ol {
  margin: 24px 0 0;
  padding-left: 20px;
  list-style-type: disc;
}

.modal-content.tip_modal {
  min-height: 360px;
}
.modal-content.tip_modal .modal-close {
  position: absolute;
  top: auto;
  right: 8px;
  bottom: calc(100% + 8px);
}
@media (min-width: 1400px) {
  .modal-content.tip_modal .modal-close {
    right: auto;
    left: calc(100% + 8px);
  }
}
.modal-content.tip_modal .tip_modal__main_img {
  max-height: 600px;
  border-radius: 24px;
  overflow: hidden;
}
.modal-content.tip_modal .tip_modal__title {
  margin: 24px 0 8px;
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: 700;
}
@media (min-width: 992px) {
  .modal-content.tip_modal .tip_modal__title {
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    margin-top: 40px;
  }
}
.modal-content.tip_modal .tip_modal__conternt p {
  margin-bottom: 16px;
}
.modal-content.tip_modal .tip_modal__conternt h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: 600;
}
@media (min-width: 992px) {
  .modal-content.tip_modal .tip_modal__conternt h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
  }
}
.modal-content.tip_modal .tip_modal__block {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .modal-content.tip_modal .tip_modal__block {
    margin-top: 40px;
  }
}
.modal-content.tip_modal .tip_modal__block ol {
  list-style-type: disc;
  padding-left: 15px;
}
.modal-content.tip_modal .tip_modal__block ol li {
  margin-bottom: 8px;
}
.modal-content.tip_modal .tip_modal__img {
  margin: 0 auto;
  height: 150px;
  max-width: 480px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal-content.tip_modal .tip_modal__img {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .modal-content.tip_modal .tip_modal__img {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .modal-content.tip_modal .tip_modal__close {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */