@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
  }
}

.land-1-tariffs__wrapper-title {
  text-align: center;
  margin: 45px 0;
  font: 53px/62px Roboto-Bold;
  color: #000000;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__wrapper-title {
    margin: 40px 0;
    font: 40px/40px Roboto-Bold;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-tariffs__wrapper-title {
    margin: 30px 0;
    font: 35px/35px Roboto-Bold;
  }
}
@media screen and (max-width: 991px) {
  .land-1-tariffs__wrapper-title {
    margin: 29px 0;
    font: 29px/28px Roboto-Bold;
  }
}
@media screen and (max-width: 991px) {
  .land-1-tariffs__wrapper-title {
    margin: 24px 0;
    font: 22px/22px Roboto-Bold;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__wrapper-title {
    margin: 19px 0;
    font: 19px/19px Roboto-Bold;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__wrapper-title.land2 {
    font: 22px/22px Roboto-Bold;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-tariffs__wrapper-pc {
    display: none;
  }
}
.land-1-tariffs__wrapper-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .land-1-tariffs__wrapper-mobile {
    display: block;
    margin-bottom: 70px;
  }
}
.land-1-tariffs__wrapper-mobile .splide__pagination {
  bottom: -30px;
  left: 50%;
  display: inline-flex !important;
  transform: translateX(-50%);
  width: auto;
  right: unset;
}
@media screen and (max-width: 991px) {
    .land-1-tariffs__wrapper-mobile .splide__pagination {
        bottom: -50px;
        flex-wrap: nowrap;
    }
}
.land-1-tariffs__wrapper-mobile .splide__pagination .splide__pagination__page {
  height: 10px;
  width: 10px;
  margin: 3px 5px;
}
.land-1-tariffs__wrapper-mobile .splide__pagination .splide__pagination__page.is-active {
  background: #7a7a7a;
}
.land-1-tariffs__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__items {
    grid-gap: 30px;
  }
}
.land-1-tariffs__item {
  width: 100%;
  border-width: 1.66215px;
  border-style: solid;
  border-radius: 16.6215px;
  padding: 4px 0 13px 0;
}
.land-1-tariffs__item .title {
  font: 40px/47px Roboto-Black;
  text-align: center;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__item .title {
    font: 37px/41px Roboto-Black;
  }
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .title {
    font: 30px/35px Roboto-Black;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__item .title {
    font: 22px/24px Roboto-Black;
  }
}
.land-1-tariffs__item .circle {
  width: 145.44px;
  height: 145.44px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 14px auto;
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .circle {
    width: 110.44px;
    height: 110.44px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__item .circle {
    width: 80.44px;
    height: 80.44px;
  }
}
.land-1-tariffs__item .circle .number {
  font: 62px/73px Roboto-Black;
  color: #FFFFFF;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__item .circle .number {
    font: 57px/68px Roboto-Black;
  }
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .circle .number {
    font: 41px/43px Roboto-Black;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__item .circle .number {
    font: 28px/30px Roboto-Black;
  }
}
.land-1-tariffs__item .circle .grn {
  font: 26px/31px Roboto-Black;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .circle .grn {
    font: 20px/23px Roboto-Black;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__item .circle .grn {
    font: 14px/19px Roboto-Black;
  }
}
.land-1-tariffs__item .line {
  width: 85%;
  height: 0.5px;
  background: #8b8b8b;
  margin-left: auto;
  margin-right: auto;
}
.land-1-tariffs__item .desc {
  height: 70px;
  margin-top: 3px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.land-1-tariffs__item .desc .desc-i {
  text-align: center;
  font: 17px/19px Roboto-Medium;
  color: #000000;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__item .desc .desc-i {
    font: 15px/18px Roboto-Medium;
  }
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .desc .desc-i {
    font: 14px/17px Roboto-Medium;
  }
}
.land-1-tariffs__item .badge {
  font: 13px/16px Roboto-Medium;
  color: #FFFFFF;
  padding: 6px;
  text-align: center;
  width: calc(100% + 2px);
  margin-left: -1px;
}
@media screen and (max-width: 1199px) {
  .land-1-tariffs__item .badge {
    padding: 6px 25px;
  }
}
@media screen and (max-width: 991px) {
  .land-1-tariffs__item .badge {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__item .badge {
    padding: 6px 5px;
    font: 11px/14px Roboto-Medium;
  }
}
.land-1-tariffs__item .benefits {
  margin-top: 11px;
  padding: 0 10px;
}
.land-1-tariffs__item .benefits .benefit {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.land-1-tariffs__item .benefits .benefit:last-child {
  margin-bottom: 0;
}
.land-1-tariffs__item .benefits .benefit .square {
  width: 21px;
  height: 21px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__item .benefits .benefit .square {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .benefits .benefit .square {
    margin-right: 7px;
  }
}
.land-1-tariffs__item .benefits .benefit .name {
  font: 13px/16px Roboto-Light;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .benefits .benefit .name {
    font: 12px/12px Roboto-Light;
  }
}
.land-1-tariffs__item .undertitle {
  padding: 0 10px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font: 13px/16px Roboto-Regular;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .land-1-tariffs__item .undertitle {
    font: 11px/16px Roboto-Regular;
    margin-bottom: 10px;
  }
}
.land-1-tariffs__item .star {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
}
.land-1-tariffs__item .star .st {
  margin-right: 12px;
  font: 12px/14px Roboto-Regular;
  color: #000000;
}
.land-1-tariffs__item .star .text {
  font: 8px/10px Roboto-Regular;
  color: #000000;
}
.land-1-tariffs__item .button {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.land-1-tariffs__item .button button {
  width: 142.11px;
  height: 26.59px;
  border-radius: 16.6215px;
  font: 13px/16px Roboto-Medium;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
.land-1-tariffs__item .button button:hover {
  cursor: pointer;
}
.land-1-tariffs__item.green {
  border-color: #19B600;
}
.land-1-tariffs__item.green .title {
  color: #19B600;
}
.land-1-tariffs__item.green .circle {
  background: #19B600;
}
.land-1-tariffs__item.green .badge {
  background: #19B600;
}
.land-1-tariffs__item.green .benefits .benefit .square {
  background: #19B600;
}
.land-1-tariffs__item.green .button button {
  background: #19B600;
}
.land-1-tariffs__item.yellow {
  border-color: #D0BB00;
}
.land-1-tariffs__item.yellow .title {
  color: #D0BB00;
}
.land-1-tariffs__item.yellow .circle {
  background: #D0BB00;
}
.land-1-tariffs__item.yellow .badge {
  background: #D0BB00;
}
.land-1-tariffs__item.yellow .benefits .benefit .square {
  background: #D0BB00;
}
.land-1-tariffs__item.yellow .button button {
  background: #D0BB00;
}
.land-1-tariffs__item.orange {
  border-color: #FF7802;
}
.land-1-tariffs__item.orange .title {
  color: #FF7802;
}
.land-1-tariffs__item.orange .circle {
  background: #FF7802;
}
.land-1-tariffs__item.orange .badge {
  background: #FF7802;
}
.land-1-tariffs__item.orange .benefits .benefit .square {
  background: #FF7802;
}
.land-1-tariffs__item.orange .button button {
  background: #FF7802;
}
.land-1-tariffs__item.red {
  border-color: #FF0202;
}
.land-1-tariffs__item.red .title {
  color: #FF0202;
}
.land-1-tariffs__item.red .circle {
  background: #FF0202;
}
.land-1-tariffs__item.red .badge {
  background: #FF0202;
}
.land-1-tariffs__item.red .benefits .benefit .square {
  background: #FF0202;
}
.land-1-tariffs__item.red .button button {
  background: #FF0202;
}
.land-1-tariffs__item.blue1 {
  border-color: #59AEFD;
}
.land-1-tariffs__item.blue1 .title {
  color: #59AEFD;
}
.land-1-tariffs__item.blue1 .circle {
  background: #59AEFD;
}
.land-1-tariffs__item.blue1 .badge {
  background: #59AEFD;
}
.land-1-tariffs__item.blue1 .benefits .benefit .square {
  background: #59AEFD;
}
.land-1-tariffs__item.blue1 .button button {
  background: #59AEFD;
}
.land-1-tariffs__item.blue2 {
  border-color: #40B3E0;
}
.land-1-tariffs__item.blue2 .title {
  color: #40B3E0;
}
.land-1-tariffs__item.blue2 .circle {
  background: #40B3E0;
}
.land-1-tariffs__item.blue2 .badge {
  background: #40B3E0;
}
.land-1-tariffs__item.blue2 .benefits .benefit .square {
  background: #40B3E0;
}
.land-1-tariffs__item.blue2 .button button {
  background: #40B3E0;
}
.land-1-tariffs__item.blue3 {
  border-color: #1877F2;
}
.land-1-tariffs__item.blue3 .title {
  color: #1877F2;
}
.land-1-tariffs__item.blue3 .circle {
  background: #1877F2;
}
.land-1-tariffs__item.blue3 .badge {
  background: #1877F2;
}
.land-1-tariffs__item.blue3 .benefits .benefit .square {
  background: #1877F2;
}
.land-1-tariffs__item.blue3 .button button {
  background: #1877F2;
}
.land-1-tariffs__item.blue4 {
  border-color: #0234B7;
}
.land-1-tariffs__item.blue4 .title {
  color: #0234B7;
}
.land-1-tariffs__item.blue4 .circle {
  background: #0234B7;
}
.land-1-tariffs__item.blue4 .badge {
  background: #0234B7;
}
.land-1-tariffs__item.blue4 .benefits .benefit .square {
  background: #0234B7;
}
.land-1-tariffs__item.blue4 .button button {
  background: #0234B7;
}
.land-1-tariffs__add-info {
  margin-top: 26px;
  font: 30px/35px Roboto-Regular;
  color: #000000;
}
@media screen and (max-width: 1499px) {
  .land-1-tariffs__add-info {
    margin-top: 23px;
    font: 25px/25px Roboto-Regular;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-tariffs__add-info {
    margin-top: 10px;
    font: 15px/15px Roboto-Regular;
  }
}
@media screen and (max-width: 575px) {
  .land-1-tariffs__add-info {
    text-align: center;
      padding: 0 10px;
  }
}

.land-1-footer {
  background: #D9D9D9;
  margin-top: 45px;
  padding: 35px 0;
}
.land-1-footer__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1499px) {
  .land-1-footer__wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .land-1-footer__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .land-1-footer__logo {
    margin-bottom: 15px;
  }
}
.land-1-footer__phones {
  margin-left: 170px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1499px) {
  .land-1-footer__phones {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .land-1-footer__phones {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .land-1-footer__phones {
    flex-direction: column;
  }
}
.land-1-footer__phones a {
  text-decoration: none;
  font: 17px/20px Roboto-Bold;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .land-1-footer__phones a {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .land-1-footer__phones a {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.land-1-footer__phones a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .land-1-footer__phones a:last-child {
    margin-right: 0;
  }
}
.land-1-footer__icons {
  margin-left: auto;
}
@media screen and (max-width: 1499px) {
  .land-1-footer__icons {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .land-1-footer__icons {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .land-1-footer__icons {
    margin-top: 25px;
  }
}
.land-1-footer__icons a {
  text-decoration: none;
  margin-right: 20px;
}
@media screen and (max-width: 1499px) {
  .land-1-footer__icons a {
    margin-right: 10px;
  }
}
.land-1-footer__icons a:last-child {
  margin-right: 0;
}
.land-1-banner img {
  width: 100%;
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
}

.fade {
  transition: none;
}

@media screen and (max-width: 767px) {
  .modal {
    padding-left: 0 !important;
  }
}

.modal .modal-dialog {
  max-width: 594px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    margin-top: 150px;
  }
}
.modal .modal-dialog .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 35px 32px;
}
@media screen and (max-width: 374px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 35px 25px;
  }
}
.modal .modal-dialog .modal-content .modal-body .header {
  box-shadow: none !important;
}
.modal .modal-dialog .modal-content .modal-body .header .title {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 133.7%;
  text-align: center;
  color: #1F1F1F;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .header .title {
    font-size: 26px;
    line-height: 26px;
  }
}
.modal .modal-dialog .modal-content .modal-body .header .title.cus-eee {
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .header .title.cus-eee {
    line-height: 26px;
  }
}
.modal .modal-dialog .modal-content .modal-body .header .line {
  width: 83px;
  height: 1px;
  background: #26B6BC;
  margin: 3px auto 20px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .header .line {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.modal .modal-dialog .modal-content .modal-body .header .subtitle {
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .header .subtitle {
    font-size: 13px;
    line-height: 13px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-inputs {
  margin: 23px auto;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input {
  position: relative;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input.two-inputs-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input.two-inputs-c {
    flex-direction: column;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input.two-inputs-c input {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input.two-inputs-c input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input.two-inputs-c input:first-child {
    margin-bottom: 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input:last-child {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 50px;
  height: 50px;
  width: 100%;
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #353535;
  padding-right: 53px;
  padding-left: 29px;
  padding-top: 3px;
}
@media screen and (max-width: 374px) {
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input {
    font-size: 15px;
    line-height: 15px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input.error {
  border: 1px solid #f35252;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input::-moz-placeholder {
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #DBDBDB;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input::placeholder {
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #DBDBDB;
}
@media screen and (max-width: 374px) {
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input::-moz-placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .modal .modal-dialog .modal-content .modal-body .form-inputs .form-input input::placeholder {
    font-size: 15px;
    line-height: 15px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input textarea {
  resize: none;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 25px;
  width: 100%;
  padding: 18px 29px;
  height: 95px;
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #353535;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input textarea.error {
  border: 1px solid #f35252;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input textarea:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input textarea::-moz-placeholder {
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #DBDBDB;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input textarea::placeholder {
  font-family: "GothamPro Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color: #DBDBDB;
}
.modal .modal-dialog .modal-content .modal-body .form-inputs .form-input img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.modal .modal-dialog .modal-content .modal-body .modal-button button {
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .modal .modal-dialog .modal-content .modal-body .modal-button button {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-text {
  margin: 10px auto 30px;
  width: 96%;
  text-align: center;
  color: #707070;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.modal .modal-dialog .modal-content .modal-body .modal-text a {
  color: #ff7802;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal .modal-dialog .modal-content .modal-body .modal-text a:hover {
  color: #ba5500;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .general-close-button {
  position: absolute;
  right: -24px;
  top: -25px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .general-close-button {
    display: none;
  }
}
.modal .modal-dialog .modal-content .general-close-button:hover {
  cursor: pointer;
}
.modal .button.button-primary-outline {
  border: 1px solid #26B6BC;
  box-sizing: border-box;
  border-radius: 50px;
  color: #26B6BC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "GothamPro Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  transition: all 0.2s ease-in-out;
}
.modal .button.button-primary-outline:hover {
  color: #fff;
  background: #26B6BC;
}
.modal .button.button-orange {
  background: #FF7802;
  border-radius: 50px;
  font-family: "GothamPro Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  border: none;
}
.modal .button.button-with-icon {
  justify-content: space-between;
  padding: 10px 15px 10px 32px;
  width: 290px;
}
.modal .button.button-with-icon img {
  width: 32px;
  height: 32px;
}
.modal .button.button-callback {
  padding: 7px 18px;
}

@media screen and (max-width: 575px) {
  .land-1-actsii__wrapper {
    padding: 0 10px;
  }
}
.land-1-actsii__title {
  margin-top: 50px;
  font: 40px/47px Roboto-Black;
  text-align: center;
  color: #000000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__title {
    font: 40px/40px Roboto-Bold;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__title {
    font: 35px/35px Roboto-Bold;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__title {
    font: 29px/28px Roboto-Bold;
  }
}
@media screen and (max-width: 767px) {
  .land-1-actsii__title {
    font: 22px/22px Roboto-Bold;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__title {
    font: 19px/19px Roboto-Bold;
  }
}
.land-1-actsii__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 70px 3px;
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__buttons {
    justify-content: space-around;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__buttons {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__buttons {
    margin: 18px 0 3px;
  }
}
.land-1-actsii__buttons button {
  width: 470px;
  height: 90.17px;
  background: #FF7802;
  border-radius: 16.6215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  font: 37px/37px Roboto-Black;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__buttons button {
    font: 30px/30px Roboto-Black;
    width: 420px;
    height: 78.17px;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__buttons button {
    width: 45%;
    font: 25px/25px Roboto-Black;
    height: 58.17px;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__buttons button {
    font: 21px/25px Roboto-Black;
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__buttons button {
    font: 15px/15px Roboto-Black;
    height: 45.17px;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__buttons button:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .land-1-actsii__buttons button:first-child {
    margin-right: 22px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__buttons button:first-child {
    margin-right: 14px;
  }
}
.land-1-actsii__buttons button:hover {
  cursor: pointer;
}
.land-1-actsii__blocks .top-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .top-block {
    flex-direction: column;
  }
}
.land-1-actsii__blocks .top-block .image {
  margin-right: 140px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block .image {
    width: 60%;
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .top-block .image {
    margin-left: 0;
    width: 70%;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__blocks .top-block .image {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .land-1-actsii__blocks .top-block .image {
    width: 100%;
  }
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block .image img {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .top-block .text {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__blocks .top-block .text {
    width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .land-1-actsii__blocks .top-block .text {
    width: 100%;
  }
}
.land-1-actsii__blocks .top-block .text .title {
  font: 39px/47px Roboto-Medium;
  text-align: center;
  color: #000000;
  margin-bottom: 36px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block .text .title {
    font: 34px/39px Roboto-Medium;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__blocks .top-block .text .title {
    font: 25px/30px Roboto-Medium;
  }
}
.land-1-actsii__blocks .top-block .text .ps p {
  font: 16px/19px Roboto-Light;
  color: #000000;
  margin-bottom: 17px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block .text .ps p {
    margin-bottom: 9px;
    margin-top: 9px;
    font: 16px/19px Roboto-Light;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__blocks .top-block .text .ps p {
    font: 14px/17px Roboto-Light;
  }
}
.land-1-actsii__blocks .top-block .text .ps p:last-child {
  margin-bottom: 0;
}
.land-1-actsii__blocks .top-block .text .ps p.bold {
  font: 16px/19px Roboto-Medium;
}
.land-1-actsii__blocks .top-block .text .ps p.no-margin {
  margin-bottom: 0;
}
.land-1-actsii__blocks .top-block .text .ps p span.bold {
  font: 16px/19px Roboto-Medium;
}
.land-1-actsii__blocks .top-block .text .button-cons {
  margin-top: 36px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .top-block .text .button-cons {
    margin-top: 24px;
  }
}
.land-1-actsii__blocks .top-block .text .button-cons button {
  width: 133.39px;
  height: 41.97px;
  background: #FF7802;
  border-radius: 9px;
  font: 13px/16px Roboto-Medium;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .top-block .text .button-cons button {
    width: 188.39px;
  }
}
.land-1-actsii__blocks .top-block .text .button-cons button:hover {
  cursor: pointer;
}
.land-1-actsii__blocks .bottom-block {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .bottom-block {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .bottom-block {
    flex-direction: column-reverse;
  }
}
.land-1-actsii__blocks .bottom-block .image {
  margin-left: 140px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .bottom-block .image {
    margin-left: 74px;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__blocks .bottom-block .image {
    margin-left: auto;
    width: 86%;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__blocks .bottom-block .image img {
    width: 100%;
  }
}
.land-1-actsii__blocks .bottom-block .text {
  margin-left: 120px;
}
@media screen and (max-width: 1499px) {
  .land-1-actsii__blocks .bottom-block .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .bottom-block .text {
    width: 60%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 991px) {
  .land-1-actsii__blocks .bottom-block .text {
    width: 77%;
  }
}
@media screen and (max-width: 767px) {
  .land-1-actsii__blocks .bottom-block .text {
    width: 100%;
  }
}
.land-1-actsii__blocks .bottom-block .text .title {
  font: 39px/47px Roboto-Medium;
  text-align: center;
  color: #000000;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .land-1-actsii__blocks .bottom-block .text .title {
    font: 34px/39px Roboto-Medium;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 575px) {
  .land-1-actsii__blocks .bottom-block .text .title {
    font: 25px/30px Roboto-Medium;
  }
}
.land-1-actsii__blocks .bottom-block .text .ps p {
  font: 16px/19px Roboto-Light;
  color: #000000;
  margin-bottom: 17px;
}
@media screen and (max-width: 575px) {
  .land-1-actsii__blocks .bottom-block .text .ps p {
    font: 14px/17px Roboto-Light;
  }
}
.land-1-actsii__blocks .bottom-block .text .ps p:last-child {
  margin-bottom: 0;
}
.land-1-actsii__blocks .bottom-block .text .ps p.bold {
  font: 16px/19px Roboto-Medium;
}
.land-1-actsii__blocks .bottom-block .text .ps p.no-margin {
  margin-bottom: 0;
}
.land-1-actsii__blocks .bottom-block .text .ps p span.bold {
  font: 16px/19px Roboto-Medium;
}
.land-1-actsii__blocks .bottom-block .text .button-cons {
  margin-top: 36px;
}
.land-1-actsii__blocks .bottom-block .text .button-cons button {
  width: 133.39px;
  height: 41.97px;
  background: #FF7802;
  border-radius: 9px;
  font: 13px/16px Roboto-Medium;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .land-1-actsii__blocks .bottom-block .text .button-cons button {
    width: 188.39px;
  }
}
.land-1-actsii__blocks .bottom-block .text .button-cons button:hover {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
body.disable_scroll {
  overflow-y: hidden;
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */
