*, *::after, *:before {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-size: calc((100vw - 1px + 1px) / 1024 * 15 );
  color: #282828;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  body {
    font-size: calc((100vw - 1px + 1px) / 320 * 15 );
    line-height: calc((100vw - 1px + 1px) / 320 * 20 );
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

p, div {
  color: #282828;
}

ul, ol {
  list-style-type: none;
}

b {
  font-weight: 700;
}

.extra-bold {
  font-weight: 900;
}

.page-content {
  overflow-x: hidden;
  width: 1251px;
}

.grid {
  display: grid;
  background-color: #000;
  grid-gap: 1px 1px;
  grid-template-columns: calc((100vw - 1px + 1px) / 1024 * 19 ) repeat(12, 1fr) calc((100vw - 1px + 1px) / 1024 * 19 );
}
@media screen and (max-width: 600px) {
  .grid {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .grid {
    grid-gap: 2px 2px;
  }
}
.grid__cell {
  background-color: white;
}
.grid__cell_12-14 {
  grid-column: 12/14;
}
.grid__cell_2-12 {
  grid-column: 2/12;
}
.grid__cell_2-14 {
  grid-column: 2/14;
}
.grid__cell_2-4 {
  grid-column: 2/4;
}
.grid__cell_2-6 {
  grid-column: 2/6;
}
.grid__cell_2-8 {
  grid-column: 2/8;
}
.grid__cell_2-10 {
  grid-column: 2/10;
}
.grid__cell_4-6 {
  grid-column: 4/6;
}
.grid__cell_6-8 {
  grid-column: 6/8;
}
.grid__cell_6-10 {
  grid-column: 6/10;
}
.grid__cell_6-14 {
  grid-column: 6/14;
}
.grid__cell_8-10 {
  grid-column: 8/10;
}
.grid__cell_8-11 {
  grid-column: 8/11;
}
.grid__cell_8-14 {
  grid-column: 8/14;
}
.grid__cell_10-12 {
  grid-column: 10/12;
}
.grid__cell_10-14 {
  grid-column: 10/14;
}
.grid__cell_11-14 {
  grid-column: 11/14;
}
.grid__cell_12-14 {
  grid-column: 12/14;
}
.grid__cell_black {
  background-color: rgba(30, 40, 40, 1);
}
.grid__message {
  grid-column: 12/14;
  grid-row: 2/4;
}

.cell-img{
  padding: 15px;
  @media screen and (max-width: 600px){
    padding: 10px;
  }
}
.cell-img__img{
  object-fit: contain;
  width: 100%;
}
.cell-img_vertical-1{
  grid-row: 68 / 74;
}
.cell-img_vertical-2{
  grid-row: 70 / 76;
}
.cell-img_vertical-3{
  grid-row: 74 / 76;
}
.cell-img_vertical-4{
  grid-row: 79 / 81;
}
.cell-img_vertical-5{
  grid-row: 81 / 83;
}
.cell-img_vertical-6{
  grid-row: 84 / 86;
}

/* .cell-img_border-bottom, .cell-img_border-right{
  position: relative;
}

.cell-img_border-bottom::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: -1px;
  top: 0;
}

.cell-img_border-right::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  right: 0;
} */

/* .cell-img_border-right-bottom{
  box-shadow: 1px 1px 0px 1px #fff;
}

.cell-img_border-left-bottom{
  box-shadow: -1px 1px 0px 1px #fff;
} */




.grid-mobile {
  display: grid;
  background-color: #000;
  grid-gap: 1px 1px;
  grid-template-columns: calc((100vw - 1px + 1px) / 320 * 19 ) repeat(4, 1fr) calc((100vw - 1px + 1px) / 320 * 19 );
}
@media screen and (min-width: 601px) {
  .grid-mobile {
    display: none;
  }
}
.grid-mobile__cell {
  background-color: white;
}
.grid-mobile__cell_2-6 {
  grid-column: 2/6;
}

.letter {
  font-weight: 500;
  font-size: calc((100vw - 1px + 1px) / 1024 * 15 );
  padding: calc((100vw - 1px + 1px) / 1024 * 3 ) 0 calc((100vw - 1px + 1px) / 1024 * 7 );
  text-align: center;
}
@media screen and (max-width: 600px) {
  .letter {
    font-size: calc((100vw - 1px + 1px) / 320 * 15 );
    padding: 0;
  }
}

.num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.num__text {
  font-size: calc((100vw - 1px + 1px) / 1024 * 15 );
  line-height: calc((100vw - 1px + 1px) / 1024 * 20 );
}
@media screen and (max-width: 600px) {
  .num__text {
    font-size: calc((100vw - 1px + 1px) / 320 * 15 );
    line-height: calc((100vw - 1px + 1px) / 320 * 20 );
  }
}

.title-main {
  font-weight: 500;
  line-height: calc((100vw - 1px + 1px) / 1024 * 77 );
  font-size: calc((100vw - 1px + 1px) / 1024 * 79 );
  padding: calc((100vw - 1px + 1px) / 1024 * 0 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 21 ) calc((100vw - 1px + 1px) / 1024 * 6 );
}
.title-main_bold {
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .title-main {
    font-size: calc((100vw - 1px + 1px) / 320 * 40 );
    line-height: calc((100vw - 1px + 1px) / 320 * 39 );
    padding: calc((100vw - 1px + 1px) / 320 * 3 ) calc((100vw - 1px + 1px) / 320 * 5 ) calc((100vw - 1px + 1px) / 320 * 17 ) calc((100vw - 1px + 1px) / 320 * 10 );
  }
}

.title-secondary {
  text-transform: uppercase;
  font-size: calc((100vw - 1px + 1px) / 1024 * 28 );
  font-weight: 900;
  padding: 0px calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 8 ) calc((100vw - 1px + 1px) / 1024 * 9 );
  line-height: calc((100vw - 1px + 1px) / 1024 * 40 );
}
@media screen and (max-width: 600px) {
  .title-secondary {
    font-size: calc((100vw - 1px + 1px) / 320 * 28 );
    line-height: calc((100vw - 1px + 1px) / 320 * 40 );
    padding: calc((100vw - 1px + 1px) / 320 * 4 ) calc((100vw - 1px + 1px) / 320 * 10 ) calc((100vw - 1px + 1px) / 320 * 15 ) calc((100vw - 1px + 1px) / 320 * 9 );
  }
}

.message {
  background-color: #7c4033;
  color: #ffffff;
  font-size: calc((100vw - 1px + 1px) / 1024 * 21 );
  height: 100%;
  line-height: calc((100vw - 1px + 1px) / 1024 * 30 );
  padding: calc((100vw - 1px + 1px) / 1024 * 4 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 8 );
}
@media screen and (max-width: 600px) {
  .message {
    font-size: calc((100vw - 1px + 1px) / 320 * 15 );
    line-height: calc((100vw - 1px + 1px) / 320 * 20 );
    padding: calc((100vw - 1px + 1px) / 320 * 5 ) calc((100vw - 1px + 1px) / 320 * 45 ) calc((100vw - 1px + 1px) / 320 * 15 ) calc((100vw - 1px + 1px) / 320 * 6 );
  }
}

.subtitle {
  font-weight: 500;
  font-size: calc((100vw - 1px + 1px) / 1024 * 21 );
  padding: calc((100vw - 1px + 1px) / 1024 * 2 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 9 ) calc((100vw - 1px + 1px) / 1024 * 9 );
  color: #282828;
  max-width: calc((100vw - 1px + 1px) / 1024 * 800 );
  line-height: calc((100vw - 1px + 1px) / 1024 * 30 );
}
@media screen and (max-width: 600px) {
  .subtitle {
    font-size: calc((100vw - 1px + 1px) / 320 * 21 );
    line-height: calc((100vw - 1px + 1px) / 320 * 30 );
    max-width: initial;
    padding: calc((100vw - 1px + 1px) / 320 * 3 ) calc((100vw - 1px + 1px) / 320 * 10 ) calc((100vw - 1px + 1px) / 320 * 15 ) calc((100vw - 1px + 1px) / 320 * 6 );
  }
}

.min-height-156 {
  min-height: calc((100vw - 1px + 1px) / 1024 * 156 );
}

.min-height-117 {
  min-height: calc((100vw - 1px + 1px) / 1024 * 117 );
}

.cell-empty {
  height: calc((100vw - 1px + 1px) / 1024 * 38 );
}
@media screen and (max-width: 600px) {
  .cell-empty {
    height: calc((100vw - 1px + 1px) / 320 * 39 );
  }
}

.text-padding {
  padding: calc((100vw - 1px + 1px) / 1024 * 5 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 9 );
}
@media screen and (max-width: 600px) {
  .text-padding {
    padding: calc((100vw - 1px + 1px) / 320 * 6 ) calc((100vw - 1px + 1px) / 320 * 10 ) calc((100vw - 1px + 1px) / 320 * 16 ) calc((100vw - 1px + 1px) / 320 * 9 );
  }
}

.tarif-text {
  padding-bottom: calc((100vw - 1px + 1px) / 1024 * 25 );
  color: #000000;
}
@media screen and (max-width: 600px) {
  .tarif-text {
    padding-bottom: calc((100vw - 1px + 1px) / 320 * 16 );
  }
}

.tarif-btn {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease 0s;
  font-weight: 900;
  font-size: calc((100vw - 1px + 1px) / 1024 * 26 );
  padding-top: calc((100vw - 1px + 1px) / 1024 * 8 );
  padding-bottom: calc((100vw - 1px + 1px) / 1024 * 20 );
}
@media screen and (max-width: 600px) {
  .tarif-btn {
    font-size: calc((100vw - 1px + 1px) / 320 * 23 );
    padding-top: calc((100vw - 1px + 1px) / 320 * 15 );
    padding-bottom: calc((100vw - 1px + 1px) / 320 * 25 );
  }
}
.tarif-btn:hover {
  background-color: #000;
}
.tarif-btn_orange {
  background-color: rgb(255, 129, 49);
}
.tarif-btn_brown {
  background-color: rgb(124, 64, 51);
}
.tarif-btn_green {
  background-color: rgb(0, 144, 114);
}

.cowboy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((100vw - 1px + 1px) / 1024 * 97 );
}
.cowboy__img {
  width: calc((100vw - 1px + 1px) / 1024 * 145 );
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * -11 );
  left: 0;
  z-index: 10;
  transform: rotate(-5deg);
}
.cowboy__img_reverted {
  left: initial;
  right: 0;
  transform: rotate(5deg) scaleX(-1);
}
.cowboy__link {
  color: rgb(124, 64, 51);
  font-size: calc((100vw - 1px + 1px) / 1024 * 25 );
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding-right: calc((100vw - 1px + 1px) / 1024 * 4 );
  position: relative;
}
.cowboy__link:hover {
  color: rgb(174, 131, 122);
}
.cowboy__link::before {
  content: "";
  width: 100%;
  height: calc((100vw - 1px + 1px) / 1024 * 2 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ece4e2;
}
.cowboy__arrow {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 2 );
  left: 101%;
  width: calc((100vw - 1px + 1px) / 1024 * 25 );
  fill: rgb(124, 64, 51);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .cowboy {
    height: calc((100vw - 1px + 1px) / 320 * 200 );
    display: block;
    padding-top: calc((100vw - 1px + 1px) / 320 * 14 );
    padding-left: calc((100vw - 1px + 1px) / 320 * 6 );
  }
  .cowboy__img {
    width: calc((100vw - 1px + 1px) / 320 * 128 );
    top: initial;
    bottom: calc((100vw - 1px + 1px) / 320 * -17 );
    right: calc((100vw - 1px + 1px) / 320 * 6 );
  }
  .cowboy__link {
    font-size: calc((100vw - 1px + 1px) / 320 * 28 );
    line-height: calc((100vw - 1px + 1px) / 320 * 40 );
    text-align: left;
  }
  .cowboy__link::before {
    display: none;
  }
  .cowboy__link span {
    position: relative;
  }
  .cowboy__link span::before {
    content: "";
    width: 100%;
    height: calc((100vw - 1px + 1px) / 320 * 2 );
    position: absolute;
    bottom: calc((100vw - 1px + 1px) / 320 * -4 );
    left: 0;
    right: 0;
    background-color: #ece4e2;
  }
  .cowboy__link span:last-child .cowboy__arrow {
    position: absolute;
    top: calc((100vw - 1px + 1px) / 1024 * 5 );
    left: 105%;
    width: calc((100vw - 1px + 1px) / 320 * 25 );
    fill: rgb(124, 64, 51);
    z-index: 1;
  }
}

.smart-text {
  font-size: calc((100vw - 1px + 1px) / 1024 * 18 );
  font-weight: 500;
  line-height: calc((100vw - 1px + 1px) / 1024 * 30 );
  max-width: calc((100vw - 1px + 1px) / 1024 * 465 );
}

.pisma-cell-vertical-1 {
  grid-row: 31/34;
}
.pisma-cell-vertical-2 {
  grid-row: 34/38;
}
.pisma-cell-vertical-3 {
  grid-row: 38/42;
}
.pisma-cell-vertical-4 {
  grid-row: 42/46;
}

.pisma-title {
  position: relative;
}
.pisma-title .pisma-planka_1 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 16 );
  right: calc((100vw - 1px + 1px) / 1024 * 6 );
  transform: rotate(-12deg);
  z-index: 2;
}
.pisma-title .pisma-planka_1 span {
  transform: rotate(-13deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_1 {
    top: initial;
    bottom: calc((100vw - 1px + 1px) / 320 * -7 );
    right: calc((100vw - 1px + 1px) / 320 * -16 );
  }
}
.pisma-title .pisma-planka_2 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 45 );
  right: calc((100vw - 1px + 1px) / 1024 * 22 );
  transform: rotate(-5deg);
}
.pisma-title .pisma-planka_2 span {
  transform: rotate(-6deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_2 {
    top: initial;
    bottom: calc((100vw - 1px + 1px) / 320 * -31 );
    right: calc((100vw - 1px + 1px) / 320 * -13 );
  }
}



.pisma-title {
  position: relative;
}
.pisma-title .pisma-planka_3 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 16 );
  right: calc((100vw - 1px + 1px) / 1024 * 12 );
  transform: rotate(7deg);
  z-index: 2;
}
.pisma-title .pisma-planka_3 span {
  transform: rotate(-13deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_3 {
    top: calc((100vw - 1px + 1px) / 320 * 15 );
    right: calc((100vw - 1px + 1px) / 320 * 7 );
  }
}



.pisma-title {
  position: relative;
}
.pisma-title .pisma-planka_4 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * -12 );
  right: calc((100vw - 1px + 1px) / 1024 * 6 );
  transform: rotate(-12deg);
  z-index: 2;
}
.pisma-title .pisma-planka_4 span {
  transform: rotate(-13deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_4 {
    top: initial;
    bottom: calc((100vw - 1px + 1px) / 320 * 15 );
    right: calc((100vw - 1px + 1px) / 320 * 66 );
  }
}
.pisma-title .pisma-planka_5 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 16 );
  right: calc((100vw - 1px + 1px) / 1024 * 24 );
  transform: rotate(-5deg);
}
.pisma-title .pisma-planka_5 span {
  transform: rotate(-13deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_5 {
    top: initial;
    bottom: calc((100vw - 1px + 1px) / 320 * 6 );
    right: calc((100vw - 1px + 1px) / 320 * 14 );
  }
}



.pisma-title {
  position: relative;
}
.pisma-title .pisma-planka_6 {
  position: absolute;
  top: calc((100vw - 1px + 1px) / 1024 * 17 );
  right: calc((100vw - 1px + 1px) / 1024 * 14 );
  transform: rotate(7deg);
  z-index: 2;
}
.pisma-title .pisma-planka_6 span {
  transform: rotate(-13deg);
}
@media screen and (max-width: 600px) {
  .pisma-title .pisma-planka_6 {
    top: calc((100vw - 1px + 1px) / 320 * 16 );
    right: calc((100vw - 1px + 1px) / 320 * 7 );
  }
}

.pisma-planka {
  display: inline-block;
  border-radius: calc((100vw - 1px + 1px) / 1024 * 20 );
  padding: calc((100vw - 1px + 1px) / 1024 * 3 ) calc((100vw - 1px + 1px) / 1024 * 10 ) calc((100vw - 1px + 1px) / 1024 * 8 ) calc((100vw - 1px + 1px) / 1024 * 10 );
  background-color: rgb(255, 129, 49);
  filter: drop-shadow(rgba(124, 64, 51, 0.3) -14.1333px -4.26158px 19px);
  color: #fff;
  font-size: calc((100vw - 1px + 1px) / 1024 * 15 );
  line-height: calc((100vw - 1px + 1px) / 1024 * 20 );
  font-weight: 500;
  text-transform: initial;
}
.pisma-title {
  padding-top: calc((100vw - 1px + 1px) / 1024 * 4 );
  padding-left: calc((100vw - 1px + 1px) / 1024 * 10 );
}
@media screen and (max-width: 600px) {
  .pisma-planka {
    border-radius: calc((100vw - 1px + 1px) / 320 * 20 );
    padding: calc((100vw - 1px + 1px) / 320 * 3 ) calc((100vw - 1px + 1px) / 320 * 10 ) calc((100vw - 1px + 1px) / 320 * 8 ) calc((100vw - 1px + 1px) / 320 * 10 );
    font-size: calc((100vw - 1px + 1px) / 320 * 15 );
    line-height: calc((100vw - 1px + 1px) / 320 * 20 );
  }
  .pisma-title {
    padding-top: calc((100vw - 1px + 1px) / 320 * 4 );
    padding-left: calc((100vw - 1px + 1px) / 320 * 10 );
  }
  .pisma-title_padding-less {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.answer-cell-1 {
  grid-row: 91/93;
}

.answer-cell-2 {
  grid-row: 93/95;
}

.answer-cell-3 {
  grid-row: 95/97;
}

.answer-cell-4 {
  grid-row: 97/99;
}

.answer-cell-5 {
  grid-row: 99/101;
}

.answer-link {
  color: rgb(124, 64, 51);
  font-size: inherit;
  position: relative;
}
.answer-link:hover {
  color: rgb(174, 131, 122);
}
.answer-link::before {
  content: "";
  width: 100%;
  height: calc((100vw - 1px + 1px) / 1024 * 2 );
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background-color: #ece4e2;
}
@media screen and (max-width: 600px) {
  .answer-link {
    font-size: inherit;
  }
  .answer-link::before {
    height: calc((100vw - 1px + 1px) / 320 * 2 );
  }
}

.answer-text {
  max-width: calc((100vw - 1px + 1px) / 1024 * 454 );
}
@media screen and (max-width: 600px) {
  .answer-text {
    max-width: initial;
  }
}

@media screen and (max-width: 600px) {
  .magic {
    background-color: rgb(255, 129, 49);
  }
  .magic-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: calc((100vw - 1px + 1px) / 320 * 28 );
    line-height: calc((100vw - 1px + 1px) / 320 * 40 );
    padding-left: calc((100vw - 1px + 1px) / 320 * 8 );
    transform: translateY(-5px);
  }
  .magic-text {
    color: #fff;
    padding: calc((100vw - 1px + 1px) / 320 * 5 ) calc((100vw - 1px + 1px) / 320 * 5 ) calc((100vw - 1px + 1px) / 320 * 13 ) calc((100vw - 1px + 1px) / 320 * 7 );
  }
  .magic-brown {
    color: rgb(124, 64, 51);
  }
  .magic-link {
    color: rgb(124, 64, 51);
  }
  .magic-link span {
    display: inline-block;
    border-bottom: 1px solid rgba(124, 64, 51, 0.25);
  }
  .magic-link:hover {
    color: rgb(174, 131, 122);
  }
  .magic-link:hover span {
    border-bottom-color: rgb(174, 131, 122);
  }
}
.nav-arrow {
  position: fixed;
  z-index: 100;
  bottom: 8px;
  transform: translateX(-50%);
  left: 50%;
  width: 44px;
  height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.nav-arrow .arrow {
  z-index: 100;
  background-position: 0 -39px;
  background-repeat: no-repeat;
  background-size: 169px 64px;
  background-image: url(https://d1id5eheivyv24.cloudfront.net/12d9c030/dist/img/common/navigation/sprite@2x.png);
  position: absolute;
  left: 10px;
  bottom: 7px;
  width: 25px;
  height: 15px;
  -webkit-animation: move 1.2s 0.4s infinite alternate;
          animation: move 1.2s 0.4s infinite alternate;
}
.nav-arrow.hide {
  display: none;
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: translateY(7px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes move {
  0% {
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: translateY(7px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}