@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  background: #FFF;
}

body.off {
  overflow: hidden;
}

#pozitcky .inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #pozitcky .inner {
    padding: 0 25px;
  }
}

strong {
  font-weight: bold;
}

#pozitcky .error {
  height: 100%;
}
#pozitcky .error__title {
  padding: 10px 0;
}
#pozitcky .error__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pozitcky .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#pozitcky .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pozitcky .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #FB9F2E;
  border-radius: 100px;
  max-width: 350px;
  padding: 18px 42px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #pozitcky .error__button {
    font-size: 22px;
  }
}
#pozitcky .error__button a {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pozitcky .main {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pozitcky .main__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
  padding: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #pozitcky .main__wrap {
    padding: 60px 60px 450px;
    margin-bottom: 0;
    border-radius: 40px;
  }
}
#pozitcky .main__wrap-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 140%;
  max-width: 164px;
}
@media (min-width: 992px) {
  #pozitcky .main__wrap-title {
    font-size: 46px;
    max-width: 100%;
  }
}
#pozitcky .main__wrap-p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  max-width: 172px;
}
@media (min-width: 992px) {
  #pozitcky .main__wrap-p {
    font-size: 18px;
    max-width: 100%;
    display: block;
  }
}
#pozitcky .main__img-ps {
  position: absolute;
  bottom: -2px;
  right: -7px;
  max-width: 146px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 214px;
}
@media (min-width: 992px) {
  #pozitcky .main__img-ps {
    max-width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#pozitcky .main__img-ps img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pozitcky .main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #pozitcky .main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
#pozitcky .main .main__container {
  border-radius: 0px 0px 10px 10px;
}
@media (min-width: 768px) {
  #pozitcky .main .main__container {
    display: block;
    display: grid;
    grid-template-columns: 1fr 466px;
    gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #pozitcky .main .main__container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.calc {
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 22px;
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 1140px) {
  .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.calc__item-sum {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__item-value {
  margin-left: auto;
  padding: 10px 0 10px 20px;
  width: 130px;
  background: #FFFFFF;
  border-radius: 14px;
  text-align: right;
}
@media (min-width: 360px) {
  .calc__item-value {
    width: 170px;
  }
}
.calc__item-value, .calc__item-span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  pointer-events: none;
}
@media (min-width: 360px) {
  .calc__item-value, .calc__item-span {
    font-size: 24px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.calc__item-title span {
  font-weight: 700;
}
.calc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0;
}
.calc__info-box {
  padding: 10px;
  background: #F4F4F4;
  border-radius: 20px;
  width: 100px;
  max-height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .calc__info-box {
    max-width: 137px;
    padding: 13px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .calc__info-box {
    max-width: 137px;
  }
}
.calc__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.calc__info-sum {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.calc__fromto {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc__fromto-span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  opacity: 0.5;
}
.calc__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0;
}
@media (min-width: 992px) {
  .calc__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.calc__action-img {
  margin-right: 8px;
}
.calc__action-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc__action-text span {
  color: #EF5555;
}
.calc .input-box {
  margin-top: 18px;
}
.calc .input-name {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 16px 0;
  border-radius: 100px;
  background: #F4F4F4;
  text-align: center;
  margin-top: 6px;
}
.calc .text-box {
  margin: 18px 0;
}
.calc .text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc .text-box p span {
  color: #EF5555;
}
.calc .form {
  height: 100%;
}
.calc .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.calc__button {
  border-radius: 100px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  pointer-events: none;
  background: rgba(251, 159, 46, 0.1);
}
.calc__button.prevent-register {
  pointer-events: auto;
  background: #FB9F2E;
}
.calc .modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.calc .modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 40px;
  margin: 10px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .calc .modal__box {
    height: auto;
  }
}
.calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.calc .modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.calc .modal.open {
  visibility: visible;
  opacity: 1;
}
.calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calc .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.calc .checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.calc .checkbox-text__span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.calc .checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #FB9F2E;
  text-decoration: underline;
}
.calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.calc .checkbox-text-error.off {
  display: none;
}
.calc .checkbox-text.--padding {
  margin: 18px 0 12px;
}
.calc .bid__form-errors {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  background-color: #EF5555;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
}
.calc input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F9F9F9;
  border-radius: 50px;
  border: 1px solid #F4F4F4;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc input[type=checkbox]:checked {
  border: 1px solid #F4F4F4;
  background: #59CB31;
}
.calc input[type=checkbox]:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}
.calc .checkbox-text .link {
  cursor: pointer;
}

.refund {
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
}
.refund__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #FB9F2E;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  color: #757575;
  z-index: 1;
  left: 43px;
  top: 56%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 69px;
    top: 33px;
  }
}
@media (min-width: 412px) {
  .input-wrapper::before {
    left: 84px;
  }
}
@media (min-width: 768px) {
  .input-wrapper::before {
    left: 127px;
  }
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: #FFFBF7;
  background: -webkit-gradient(linear, left top, right top, from(#FB9F2E), color-stop(50%, #FB9F2E), color-stop(50%, #FFFBF7), to(#FFFBF7));
  background: linear-gradient(to right, #FB9F2E 0%, #FB9F2E 50%, #FFFBF7 50%, #FFFBF7 100%);
  height: 4px;
  border-radius: 2px;
  margin: 20px 0;
}

input.w-30[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#FB9F2E), color-stop(23%, #FB9F2E), color-stop(23%, #FFFBF7), to(#FFFBF7));
  background: linear-gradient(to right, #FB9F2E 0%, #FB9F2E 23%, #FFFBF7 23%, #FFFBF7 100%);
}

input.w-14[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#FB9F2E), color-stop(34%, #FB9F2E), color-stop(34%, #FFFBF7), to(#FFFBF7));
  background: linear-gradient(to right, #FB9F2E 0%, #FB9F2E 34%, #FFFBF7 34%, #FFFBF7 100%);
}

input.w-0[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#FB9F2E), color-stop(0%, #FB9F2E), color-stop(0%, #FFFBF7), to(#FFFBF7));
  background: linear-gradient(to right, #FB9F2E 0%, #FB9F2E 0%, #FFFBF7 0%, #FFFBF7 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFFBF7;
  border: 6px solid #FB9F2E;
  border-radius: 50px;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFFBF7;
  border: 6px solid #FB9F2E;
  border-radius: 50px;
}

input[type=range]::-ms-range-thumb {
  -ms-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #FFFBF7;
  border: 6px solid #FB9F2E;
  border-radius: 50px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #FB9F2E;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-range-progress,
input[type=range]::-moz-range-progress,
input[type=range]::-ms-range-progress {
  background-color: #FB9F2E;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track,
input[type=range]::-ms-fill-lower {
  background-color: #FB9F2E;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-lower {
  background-color: #FB9F2E;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-upper {
  background-color: #FFFBF7;
  height: 4px;
  border-radius: 2px;
}

/* /progress */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.company {
  margin: 60px 0;
}
@media (min-width: 1200px) {
  .company {
    margin: 140px 0;
  }
}
@media (min-width: 768px) {
  .company .container {
    margin: 0;
  }
}
.company__title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .company__title {
    font-size: 46px;
    text-align: start;
  }
}
@media (min-width: 768px) {
  .company-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .company-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.company-cards__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  background: rgba(251, 159, 46, 0.1);
}
@media (min-width: 992px) {
  .company-cards__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    height: 236px;
  }
}
.company-cards__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .company-cards__item:not(:last-child) {
    margin-bottom: unset;
  }
}
.company-cards__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-cards__item-img {
  max-width: 70px;
  margin-right: 20px;
}
.company-cards__item-title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
}
@media (min-width: 768px) {
  .company-cards__item-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .company-cards__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.company-cards__item-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.condition {
  position: relative;
  border-radius: 40px;
  background: #FB9F2E;
  padding: 30px;
  margin: 60px 0;
  color: #FFF;
}
@media (min-width: 992px) {
  .condition {
    margin: 140px 0;
    padding: 60px;
  }
}
.condition__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .condition__title {
    font-size: 44px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .condition__title {
    font-size: 46px;
  }
}
.condition__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition__box img {
  margin-right: 10px;
}
.condition__box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 992px) {
  .condition__box p {
    font-size: 24px;
  }
}
.condition__box:not(:last-child) {
  margin-bottom: 24px;
}
.condition__button {
  display: inherit;
  text-align: center;
  max-width: 244px;
  width: 100%;
  padding: 15px 0;
  border-radius: 100px;
  background: #FFF;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 992px) {
  .condition br {
    display: none;
  }
}
.condition__img {
  display: none;
}
@media (min-width: 992px) {
  .condition__img {
    display: block;
    position: absolute;
    bottom: 0;
    right: -19px;
    max-width: 527px;
  }
}

.step {
  margin: 60px 15px;
}
@media (min-width: 992px) {
  .step {
    margin: 140px 0px;
  }
}
.step__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .step__title {
    font-size: 46px;
    padding-bottom: 40px;
    text-align: start;
  }
}
.step__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.step__box:not(:last-child) {
  margin-bottom: 10px;
}
.step__img {
  position: absolute;
  bottom: 0;
  left: -26px;
  z-index: -1;
}
.step__img img {
  max-height: 132px;
  padding-left: 17px;
}
@media (min-width: 992px) {
  .step__img {
    display: none;
  }
}
@media (min-width: 1200px) {
  .step__img {
    display: block;
    max-height: 176px;
    left: -45px;
  }
}
@media (min-width: 1200px) {
  .step .--padding {
    left: -74px;
  }
}
.step__wrap {
  max-width: 283px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .step__wrap {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .step__wrap {
    max-width: 306px;
  }
}
.step__wrap-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  padding: 18px 0 10px 0;
}
.step__wrap-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

#pozitcky .header__container {
  padding: 20px 15px;
  max-width: 250px;
  margin: 0 auto;
}
#pozitcky .header__container img {
  width: 100%;
  height: 100%;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #pozitcky .header__container img {
    max-height: 40px;
  }
}

.description__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  padding: 20px 0 10px 0;
}
@media (min-width: 900px) {
  .description__title {
    font-size: 36px;
  }
}
.description__title.--padding {
  padding: 0 0 10px 0;
}
.description h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
}
@media (min-width: 992px) {
  .description h3 {
    font-size: 25px;
  }
}
.description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 992px) {
  .description p {
    font-size: 18px;
  }
}
.description__list {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin: 0 15px;
}
@media (min-width: 900px) {
  .description__list {
    font-size: 16px;
  }
}

#pozitcky .footer {
  margin-top: 60px;
  background: #000;
}
#pozitcky .footer__wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFF;
  padding: 15px 0 15px 0;
  text-align: start;
}
@media (min-width: 992px) {
  #pozitcky .footer__wrap {
    padding: 40px 0 40px 0;
  }
}
#pozitcky .footer__wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5px;
  opacity: 0.6;
}
#pozitcky .footer .footer__container {
  padding: 40px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #pozitcky .footer .footer__container {
    padding: 25px;
  }
}
#pozitcky .footer .footer__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pozitcky .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  #pozitcky .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#pozitcky .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #pozitcky .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
#pozitcky .footer .footer__container .footer__list .footer__item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  list-style-type: none;
  cursor: pointer;
}
#pozitcky .offers__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  #pozitcky .offers__title {
    font-size: 46px;
    padding-bottom: 20px;
  }
}

#pozitcky .offers__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #pozitcky .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#pozitcky .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
  grid-gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #pozitcky .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  }
}
@media (min-width: 992px) {
  #pozitcky .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
  }
}
@media (min-width: 1000px) {
  #pozitcky .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    padding: 0;
  }
}
#pozitcky .cards__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}
@media (min-width: 992px) {
  #pozitcky .cards__border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pozitcky .cards .card__wrap {
  position: relative;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  #pozitcky .cards .card__wrap {
    padding: 26px 16px;
  }
}
#pozitcky .cards .card__container-stars {
  height: 18px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
#pozitcky .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#pozitcky .cards .card__container-stars.--color-2 svg:first-child path,
#pozitcky .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#pozitcky .cards .card__container-stars.--color-3 svg:first-child path,
#pozitcky .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#pozitcky .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#pozitcky .cards .card__container-stars.--color-4 svg:first-child path,
#pozitcky .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#pozitcky .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#pozitcky .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#pozitcky .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #pozitcky .cards .card__container-stars {
    height: 27px;
  }
}
#pozitcky .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #pozitcky .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#pozitcky .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #pozitcky .cards .card__container-stars span {
    font-size: 14px;
  }
}
#pozitcky .cards .bg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background: #FF7A2F;
  border-radius: 12px;
  margin: 0 -5px 8px -5px;
}
@media (min-width: 992px) {
  #pozitcky .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#pozitcky .cards .bg-card span {
  position: absolute;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  padding: 5px 10px;
}
#pozitcky .cards .card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pozitcky .cards .card__img {
  height: 60px;
  max-width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 11px;
}
#pozitcky .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #pozitcky .cards .card__img img {
    width: 100%;
  }
}
#pozitcky .cards .cards__info {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
#pozitcky .cards .cards__info.--padding {
  padding-bottom: 16px;
}
#pozitcky .cards .cards__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}
#pozitcky .cards .cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#pozitcky .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 100px;
  background: #FB9F2E;
  color: #FFF;
  margin: auto 0 0 0;
  font-weight: 800;
  font-size: 15px;
  line-height: normal;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #pozitcky .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
    font-size: 14px;
  }
}
#pozitcky .cards .cards__footer {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
  color: #181938;
  opacity: 0.6;
  padding-top: 8px;
  height: 61px;
}
@media (min-width: 992px) {
  #pozitcky .cards .cards__footer {
    font-size: 10px;
  }
}

#pozitcky .button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 20px 0 20px;
}
#pozitcky .prev,
#pozitcky .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #913FFA;
  color: #F8F7F7;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  max-width: 120px;
  overflow: hidden;
  cursor: pointer;
}
#pozitcky .prev img,
#pozitcky .next img {
  width: 100%;
  height: 100%;
  max-height: 28px;
  max-width: 17px;
  margin: 6px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#pozitcky .--button {
  background-color: #B4B6BD;
  cursor: auto;
}
#pozitcky .num {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}