::-moz-selection {
  background-color: #d2233c;
  color: #fff;
}

::selection {
  background-color: #d2233c;
  color: #fff;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}

input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f2229;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

:root {
  scroll-behavior: auto;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 414px;
  min-height: 100%;
  overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

:root {
  --indexSize: 1vh + 1vw;
}

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

button:focus {
  outline: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: .5px solid #1f2229;
  border-radius: .6rem;
  border-radius: 6px;
  color: #1f2229;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 39px;
  line-height: 1;
  padding: 8px 9px;
  text-align: left;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 100%;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: silver;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: silver;
  opacity: 1;
  -moz-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: silver;
  opacity: 1;
  -ms-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: silver;
  opacity: 1;
  -ms-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::placeholder,
.textarea::placeholder {
  color: silver;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1rem;
  resize: none;
}

.select-box {
  display: block;
  max-width: 100%;
}

.select-box,
.select-box__current {
  font-size: 18px;
  position: relative;
  width: 100%;
}

.select-box__current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: .5px solid #1f2229;
  border-radius: 6px;
  color: #1f2229;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  height: 39px;
  line-height: 1;
  padding: .8rem .9rem;
  text-align: left;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.select-box__current:focus+.select-box__list {
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-60%) rotate(180deg);
  -ms-transform: translateY(-60%) rotate(180deg);
  transform: translateY(-60%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  right: 14px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  width: 9px;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__value:first-of-type .select-box__input-text {
  color: #bebebe;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select-box__list {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  background-color: #fff;
  border: .5px solid #1f2229;
  border-radius: 6px;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
  font-size: 16px;
  list-style: none;
  margin-top: .3rem;
  opacity: 0;
  padding: .8rem 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.select-box__option {
  background: #fff;
  color: #1f2229;
  display: block;
  margin-bottom: 0;
  padding: 6px 9px;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.select-box__option:focus,
.select-box__option:hover {
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

@keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

.control {
  color: #484848;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 2.9rem;
  padding-top: .9rem;
  position: relative;
}

.control,
.control a {
  display: inline-block;
  line-height: 1;
}

.control a {
  color: #cd1e40;
  text-decoration: none;
}

.control a:after {
  background-color: #cd1e40;
  content: "";
  display: block;
  height: 1px;
  -webkit-transition: width .5s ease-out;
  -o-transition: width .5s ease-out;
  transition: width .5s ease-out;
  width: 100%;
}

.control a:hover {
  color: #cd1e40;
}

.control a:hover:after {
  width: 0;
}

.control input {
  left: .6rem;
  opacity: 0;
  position: absolute;
  top: .2rem;
  z-index: -1;
}

.control_indicator {
  background: #fff;
  border: 1px solid #9b9b9b;
  border-radius: .3rem;
  height: 2.1rem;
  left: 0;
  position: absolute;
  top: .4rem;
  width: 2.1rem;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  display: none;
  position: absolute;
}

.control-checkbox .control_indicator:after {
  background: url(../images/dist/checkbox.svg) 50%/contain no-repeat;
  height: .7rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.1rem;
}

.control input:checked~.control_indicator:after {
  display: block;
}

.h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #1f2229;
  text-decoration: none;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

a:hover {
  color: #1f2229;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: 152rem;
  padding-left: 18px;
  padding-right: 18px;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #1f2229;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: normal;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.btn:hover {
  background: #2c303a;
  color: #fff;
}

.btn--black-shadow {
  -webkit-box-shadow: 0 12px 28px 0 hsla(330, 1%, 41%, .2);
  box-shadow: 0 12px 28px 0 hsla(330, 1%, 41%, .2);
}

.btn--red {
  background: #d2233c;
  -webkit-box-shadow: 0 12px 28px 0 rgba(245, 0, 61, .2);
  box-shadow: 0 12px 28px 0 rgba(245, 0, 61, .2);
}

.btn--red:hover {
  background: #de364e;
  color: #fff;
}

svg {
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.svg-hidden {
  display: none;
}

.header-block {
  padding: 13px 0 20px;
}

.header-block__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-block__wrap img {
  margin-bottom: 19px;
  max-width: 150px;
}

.header-block__wrap p {
  font-size: 13px;
  line-height: 1.2307692308;
  padding: 0 8px;
}

.hero {
  background: #f7f7f7;
  padding-bottom: 2.4rem;
  padding-top: 2.1rem;
  position: relative;
}

.hero__wrap {
  text-align: right;
}

.hero__header {
  margin-bottom: 28px;
  padding: 0 6px;
}

.hero__header .h2 {
  font-size: 21px;
  line-height: 1.2380952381;
  margin-bottom: 0;
}

.hero__body {
  padding: 0 6px;
}

.hero__body-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 11px;
}

.hero__body-text h3 {
  text-align: left;
}

.hero__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__item {
  margin-bottom: 16px;
}

.hero__item:last-of-type {
  margin-bottom: 0;
}

.hero__item p {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 9px;
}

.hero__item-black {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f2229;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  padding: 0 11px;
  width: 170px;
}

.hero__item-black span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2352941176;
}

.hero__bg {
  bottom: 0;
  left: 0;
  position: absolute;
}

.hero__bg img {
  max-width: 198px;
}

.one-tree {
  padding-bottom: 33px;
  padding-top: 34px;
}

.one-tree .h3 {
  margin-bottom: 23px;
  text-align: center;
}

.one-tree__items {
  margin-bottom: 16px;
}

.one-tree__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.one-tree__item:last-of-type {
  margin-bottom: 0;
}

.one-tree__item-red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  background: #d2233c;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  justify-content: flex-start;
  padding: 0 13px;
  width: 100%;
}

.one-tree__item-red p,
.one-tree__item-red span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

.one-tree__item-separator {
  margin: 0 8px;
  min-width: 21px;
  text-align: center;
}

.one-tree__item-separator span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

.one-tree__item-border {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: .5px solid #1f2229;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  padding: 0 13px;
  width: 100%;
}

.one-tree__item-border p,
.one-tree__item-border span {
  color: #5a5e66;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

.one-tree__btn {
  height: 49px;
  width: 100%;
}

.get-cashback {
  padding: 0 0 33px;
}

.get-cashback .h2 {
  font-size: 19px;
  line-height: 1.2105263158;
  margin-bottom: 33px;
  text-align: center;
}

.get-cashback .h2 span {
  color: #d2233c;
  font-weight: 800;
}

.get-cashback__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: .5px solid #1f2229;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  justify-content: center;
  margin-bottom: 9px;
  text-align: center;
  width: 100%;
}

.get-cashback__card span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.get-cashback__points {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f2229;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  justify-content: center;
  width: 100%;
}

.get-cashback__points span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2352941176;
}

.light-planets {
  background: #f7f7f7;
  padding-bottom: 39px;
  padding-top: 25px;
}

.light-planets .h2 {
  margin-bottom: 26px;
  padding-left: 10px;
}

.light-planets__wrap img {
  border-radius: 8px;
}

.light-planets__flex {
  margin-bottom: 31px;
}

.light-planets__flex,
.light-planets__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.light-planets__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 8px;
  max-width: 50%;
  width: 100%;
}

.light-planets__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.light-planets__photos-item:first-of-type {
  margin-right: 8px;
}

.light-planets__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #1f2229;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 7px 12px;
  text-align: center;
  width: 100%;
}

.light-planets__title .h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: .13px;
  line-height: 1.3076923077;
  margin-bottom: 0;
  text-align: center;
}

.light-planets__right {
  max-width: 50%;
  width: 100%;
}

.light-planets__photo {
  height: 100%;
}

.light-planets__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.light-planets__info {
  margin-bottom: 31px;
  padding-left: 17px;
  padding-right: 6px;
}

.light-planets__info,
.light-planets__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.light-planets__info-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.light-planets__info-item:first-of-type {
  margin-right: 10px;
}

.light-planets__info-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 14px;
}

.light-planets__info-item-text span {
  display: block;
  font-size: 13px;
  line-height: 1.2307692308;
  margin-bottom: 6px;
}

.light-planets__info-item-text .h3 {
  margin-bottom: 0;
}

.light-planets__coords-btn {
  -webkit-box-shadow: 0 12px 28px 0 #cbcbcb;
  box-shadow: 0 12px 28px 0 #cbcbcb;
  font-size: 13px;
  height: 49px;
  width: 100%;
}

.light-planets__coords-btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.light-planets__coords-btn span:before {
  background: url(../images/dist/geo-icon.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 13px;
  width: 15px;
}

.light-planets__coords-btn span:after {
  background: url(../images/dist/copy-icon.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 13px;
  width: 20px;
}

.vantages {
  padding-bottom: 29px;
  padding-top: 33px;
}

.vantages__wrap {
  padding-left: 10px;
}

.vantages__item {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.vantages__item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vantages__item:nth-of-type(2) {
  padding-right: 35px;
}

.vantages__item:nth-of-type(3) {
  padding-right: 42px;
}

.vantages__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 18px;
  min-width: 61px;
}

.vantages__item-text {
  padding-top: 10px;
}

.vantages__item-text .h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 13px;
}

.vantages__item-text p {
  font-size: 13px;
  line-height: 1.2307692308;
  margin-bottom: 0;
}

.faq {
  background: #f6f6f6;
  padding-bottom: 47px;
  padding-top: 31px;
}

.faq__header {
  padding-left: 10px;
}

.faq__header .h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 26px;
}

.faq__header p {
  font-size: 13px;
  line-height: 1.2307692308;
  margin-bottom: 37px;
  padding-right: 35px;
}

.faq__item {
  background: #fff;
  border: .6px solid #1f2229;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 10px 10px 20px;
}

.faq__item:last-of-type {
  margin-bottom: 0;
}

.faq__item .h3 {
  margin-bottom: 20px;
}

.faq__item p {
  font-size: 13px;
  line-height: 1.2307692308;
  margin-bottom: 0;
  padding-right: 19px;
}

.disclaimer {
  padding-bottom: 57px;
  padding-top: 34px;
}

.disclaimer__text {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25);
  margin-bottom: 33px;
  min-height: 173px;
  padding: 22px 17px 30px 22px;
  text-align: center;
}

.disclaimer__text p {
  color: #5a5e66;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.272;
  text-align: justify;
}

.disclaimer__text p:last-of-type {
  margin-bottom: 0;
}

.disclaimer-oferta {
  margin-bottom: 11px;
}

.disclaimer-oferta,
.disclaimer-rules {
  height: 39px;
  width: 100%;
}

.carbon-calculation .header-block .header-block__wrap img {
  margin-bottom: 0;
}

.select-box__title {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 4px;
  padding-left: 9px;
  padding-right: 9px;
}

.carbon-calculation__area {
  padding-bottom: 32px;
}

.carbon-calculation__select {
  background: #f6f6f6;
  margin-left: -18px;
  margin-right: -18px;
  padding: 24px 18px;
}

.carbon-calculation__select-header {
  margin-bottom: 18px;
  padding-left: 9px;
  padding-right: 55px;
}

.carbon-calculation__select-header p {
  font-size: 13px;
  line-height: 1.2307692308;
  margin-bottom: 0;
}

.carbon-calculation__select-items .select-box {
  margin-bottom: 3px;
}

.carbon-calculation__btns {
  margin-top: 21px;
}

.carbon-calculation__btns .btn {
  height: 49px;
  margin-bottom: 11px;
  width: 100%;
}

.carbon-calculation__result {
  padding-left: 9px;
  padding-top: 31px;
}

.carbon-calculation__result-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 9px;
}

.carbon-calculation__result-item:last-of-type {
  margin-bottom: 0;
}

.carbon-calculation__result-item p {
  margin-bottom: 0;
}

.carbon-calculation__result-item p:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2307692308;
  max-width: 211px;
}

.carbon-calculation__result-item p:nth-of-type(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.carbon-calculation__result-item p:nth-of-type(2) span {
  font-weight: 700;
}

.carbon-calculation__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: .5px solid #1f2229;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 49px;
  justify-content: center;
  line-height: 1.25;
  width: 100%;
}

.carbon-calculation__text {
  padding-top: 27px;
}

.carbon-calculation__text .h2 {
  font-size: 21px;
  line-height: 1.2380952381;
  margin-bottom: 22px;
}

.carbon-calculation__text p {
  font-size: 13px;
  line-height: 1.4615384615;
}

.carbon-calculation__text-content {
  margin-bottom: 32px;
  padding-left: 9px;
  padding-right: 9px;
}

.carbon-calculation__text-btns .btn {
  height: 49px;
  margin-bottom: 9px;
  width: 100%;
}

.carbon-calculation-formula {
  background: #f6f6f6;
  padding: 46px 0;
}

.carbon-calculation-formula__header {
  margin-bottom: 17px;
  padding-left: 9px;
  padding-right: 9px;
}

.carbon-calculation-formula__header .h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2307692308;
  margin-bottom: 25px;
}

.carbon-calculation-formula__header p {
  font-size: 13px;
  line-height: 1.4615384615;
  max-width: 317px;
}

.carbon-calculation-formula__table {
  margin-bottom: 27px;
}

.carbon-calculation-formula__table-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-left: 9px;
}

.carbon-calculation-formula__table-header span {
  display: block;
  font-size: 13px;
  line-height: 1.4615384615;
}

.carbon-calculation-formula__table-header span:first-of-type {
  max-width: 150px;
  width: 100%;
}

.carbon-calculation-formula__table-header span:nth-of-type(2) {
  max-width: 150px;
  padding-left: 9px;
  width: 100%;
}

.carbon-calculation-formula__table-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.carbon-calculation-formula__table-item:last-of-type {
  margin-bottom: 0;
}

.carbon-calculation-formula__table-item span:first-of-type,
.carbon-calculation-formula__table-item span:nth-of-type(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #fff;
  border: .5px solid #1f2229;
  border-radius: 6px;
  color: #5a5e66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  max-width: 150px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  width: 100%;
}

.carbon-calculation-formula__table-item span:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.4615384615;
  margin: 0 10px;
}

.carbon-calculation-formula__text {
  padding: 0 9px;
}

.carbon-calculation-formula__text p {
  font-size: 13px;
  line-height: 1.4615384615;
  max-width: 305px;
}

.carbon-calculation__loyalty-card {
  padding: 0 9px;
}

.carbon-calculation__loyalty-card p {
  font-size: 13px;
  line-height: 1.2;
}

.carbon-calculation__loyalty-card p span {
  display: block;
  font-size: 19px;
  font-weight: 600;
  padding-top: 1px;
}

.carbon-calculation-card .carbon-calculation__select-header {
  margin-bottom: 23px;
}

.carbon-calculation-card .carbon-calculation__result {
  padding-top: 20px;
}

.carbon-calculation-card .carbon-calculation__result-item {
  margin-bottom: 16px;
}

.carbon-calculation-card .carbon-calculation__text {
  padding-top: 17px;
}

.subscription {
  background: #f6f6f6;
  padding-bottom: 43px;
  padding-top: 39px;
}

.subscription__header {
  color: #003740;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}

.subscription__cancel {
  margin-top: 24px;
  text-align: center;
}

.subscription__cancel a {
  font-size: 16px;
  text-decoration: underline;
}

.subscription__h2 {
  cursor: default;
  font-size: 15px;
  height: 49px;
  margin-bottom: 22px;
  width: 100%;
}

.subscription__h2:hover {
  background: #d2233c;
}

.subscription__p {
  margin-bottom: 25px;
}

.subscription__p p {
  color: #003740;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}

.subscription__price {
  padding: 0 13px;
  text-align: center;
}

.subscription__price p {
  color: #5a5e66;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
}

.subscription__price .irs {
  font-family: inherit;
}

.subscription__price .irs--round {
  height: 23px;
}

.subscription__price .range-slider {
  position: relative;
  top: -3px;
  width: 100%;
}

.subscription__price .irs--round .irs-handle {
  background: #d2233c;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 23px;
  top: -7px;
  width: 23px;
}

.subscription__price .irs--round .irs-handle.state_hover,
.subscription__price .irs--round .irs-handle:hover {
  background: #c92139;
}

.subscription__price .irs--round .irs-from,
.subscription__price .irs--round .irs-single,
.subscription__price .irs--round .irs-to {
  background: #d2233c;
  display: none;
}

.subscription__price .irs--round .irs-from:before,
.subscription__price .irs--round .irs-single:before,
.subscription__price .irs--round .irs-to:before {
  border-top-color: #d2233c;
}

.subscription__price .irs--round .irs-bar {
  background: #d2233c;
  height: 9px;
  opacity: .5;
  top: 0;
}

.subscription__price .irs--round .irs-line {
  background: #f2dcdd;
  height: 9px;
  top: 0;
}

.subscription__price .irs--round .irs-max,
.subscription__price .irs--round .irs-min {
  background: #f2dcdd;
  display: none;
}

.subscription__price .extra-controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription__price .extra-controls .input {
  background: #fff;
  border: .5px solid #f2dcdd;
  border-radius: 6px 6px 0 0;
  color: #1f2229;
  font-size: 20px;
  font-weight: 500;
  height: 67px;
  padding: 0;
  text-align: left;
  text-align: center;
  width: auto;
  width: 100%;
}

.subscription__price-header {
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.25;
}

.subscription__submit {
  margin-top: 39px;
}

.subscription__submit-btn {
  -webkit-box-shadow: 0 12px 28px 0 #cbcbcb;
  box-shadow: 0 12px 28px 0 #cbcbcb;
  height: 49px;
  width: 100%;
}

.subscription__price-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: relative;
  top: -4px;
}

.subscription__price-flex span {
  color: #9a9ca0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.modal {
  position: relative;
  z-index: 1000;
}

.modal .dialog__overlay {
  background: #f6f6f6;
  background: #fff;
}

.modal .dialog__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-width: 414px;
  overflow-y: scroll;
  padding: 0;
  text-align: left;
  width: 100%;
}

.modal .dialog__wrap {
  width: 100%;
}

.modal--carbon-calculation-formula .dialog__content,
.modal--carbon-calculation-formula .dialog__overlay {
  background: #f6f6f6;
}

.close-modal__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 9px;
  top: 6px;
}

.close-modal {
  background: url(../images/dist/modal_close.svg) 50%/12px no-repeat;
  cursor: pointer;
  height: 30px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 30px;
  z-index: 2;
}

.modal-v-center__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

.modal-loality-card {
  background: #f6f6f6;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0 0 39px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 0 39px rgba(0, 0, 0, .25));
  margin: 0 12px;
  padding: 22px 12px 28px;
  position: relative;
  width: 100%;
}

.modal-loality-card .h2 {
  font-size: 21px;
  margin-bottom: 26px;
}

.modal-loality-card .input {
  font-size: 20px;
  margin-bottom: 31px;
  padding: 8px 15px;
}

.modal-loality-card .input::-webkit-input-placeholder {
  color: #1f2229;
}

.modal-loality-card .input::-moz-placeholder {
  color: #1f2229;
}

.modal-loality-card .input:-ms-input-placeholder {
  color: #1f2229;
}

.modal-loality-card .input::-ms-input-placeholder {
  color: #1f2229;
}

.modal-loality-card .input::placeholder {
  color: #1f2229;
}

.modal-loality-card .btn {
  height: 49px;
  width: 100%;
}

.modal-loality-card .close-modal {
  background-size: 16px;
}

.modal-loality-card .close-modal__container {
  right: 12px;
  top: 10px;
}

.modal-form-payment {
  padding: 14px 12px 46px;
}

.modal-form-payment .input {
  margin-bottom: 0;
}

.modal-form-payment .btn {
  margin-top: 23px;
}

.modal-form-payment .close-modal__container {
  right: 5px;
  top: 11px;
}

.modal-form-payment .h2 {
  margin-bottom: 19px;
}

.modal-form-payment .carbon-calculation__input {
  margin-bottom: 4px;
}

@media (min-width:380px) {
  .header-block__wrap p br {
    display: none;
  }

  .light-planets__photo {
    height: 97%;
  }

  .vantages__item:nth-of-type(2) {
    padding-right: 0;
  }

  .vantages__item:nth-of-type(3) {
    padding-right: 0;
  }

  .faq__header {
    padding-right: 10px;
  }

  .faq__header p {
    padding-right: 0;
  }

  .faq__header p br {
    display: none;
  }

  .faq__item p {
    padding-right: 0;
  }

  .carbon-calculation__select-header {
    padding-right: 9px;
  }

  .carbon-calculation__result-item p:first-of-type {
    max-width: 260px;
  }

  .carbon-calculation__text p br {
    display: none;
  }

  .carbon-calculation-formula__header p {
    max-width: 100%;
  }

  .carbon-calculation-formula__table-header span:first-of-type {
    max-width: 170px;
  }

  .carbon-calculation-formula__table-header span:nth-of-type(2) {
    max-width: 170px;
  }

  .carbon-calculation-formula__table-item span:first-of-type,
  .carbon-calculation-formula__table-item span:nth-of-type(3) {
    max-width: 170px;
  }

  .carbon-calculation-formula__text p {
    max-width: 100%;
  }
}

@media (max-width:1100px) {
  body.lock {
    padding-right: 0;
  }
}

@media (max-width:767px) {
  .textarea {
    padding: 13px;
  }

  .close-modal__container {
    margin-bottom: 10px;
  }
}

@media (max-width:414px) {
  .hero__item-black {
    width: calc(var(--indexSize)*37.5);
  }
}

@media (max-width:400px) {
  .hero__item-black {
    width: calc(var(--indexSize)*37);
  }
}

@media (max-width:360px) {
  .hero__bg img {
    max-width: 185px;
  }
}

@media (max-width:320px) {
  .h1 {
    font-size: 24px;
  }

  .h2 {
    font-size: 19px;
  }

  .h3 {
    font-size: 12px;
  }

  .btn {
    font-size: 15px;
  }

  .header-block__wrap p {
    font-size: 12px;
  }

  .hero__header .h2 {
    font-size: 20px;
  }

  .hero__bg img {
    max-width: 160px;
  }

  .one-tree__item-red p,
  .one-tree__item-red span {
    font-size: 14px;
  }

  .one-tree__item-border p,
  .one-tree__item-border span {
    font-size: 14px;
  }

  .get-cashback__card span {
    font-size: 15px;
  }

  .get-cashback__points span {
    font-size: 16px;
  }

  .light-planets__title .h3 {
    font-size: 12px;
  }

  .light-planets__info-item-icon {
    margin-right: 10px;
  }

  .light-planets__info-item-text span {
    font-size: 12px;
  }

  .light-planets__info-item-text .h3 {
    font-size: 10px;
  }

  .light-planets__coords-btn {
    font-size: 10px;
  }

  .light-planets__coords-btn span {
    font-size: 10px;
  }

  .carbon-calculation__select-header {
    padding-right: 0;
  }

  .carbon-calculation__btns .btn {
    font-size: 14px;
  }

  .carbon-calculation__result-item p:first-of-type {
    max-width: 160px;
  }

  .carbon-calculation__card {
    font-size: 14px;
  }

  .carbon-calculation-formula__header p br {
    display: none;
  }

  .carbon-calculation-formula__table-header span {
    font-size: 11px;
  }

  .carbon-calculation-formula__table-header span:nth-of-type(2) {
    padding-left: 25px;
  }

  .subscription__h2 {
    font-size: 14px;
  }

  .modal-loality-card .h2 {
    font-size: 18px;
  }

  .modal-loality-card .input {
    font-size: 17px;
  }

  .modal-form-payment .h2 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: auto;
  }
}