html {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  background: #000;
}
html body {
  background: #000 !important;
}

button, textarea {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
}

.container_own {
  max-width: 1345px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.main_section_own {
  width: 100%;
  padding-top: 145px;
  padding-bottom: 80px;
}
.main_section_own .container {
  position: relative;
}
.main_section_own .cont {
  position: relative;
  z-index: 1;
}
.main_section_own .img_desktop {
  position: absolute;
  z-index: 2;
  right: -102px;
  top: 24px;
  max-width: 1002px;
}
.main_section_own h1 {
  margin-bottom: 20px;
}
.main_section_own .text {
  position: relative;
  color: #FFF;
  font-size: 31px;
  line-height: 33.782px;
  letter-spacing: -0.656px;
  display: inline-flex;
}
.main_section_own .text::before {
  content: "";
  position: absolute;
  width: 490.259px;
  height: 98.212px;
  background: url("../img/img1.svg") top center no-repeat;
  background-size: contain;
  top: 44%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

h1 {
  width: 100%;
  font-size: 129.875px;
  font-weight: 500;
  line-height: 123.869px;
  letter-spacing: -2.987px;
}
h1 span {
  background: linear-gradient(131deg, #FFF 18.1%, #2C2C2C 133.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.discount_timer {
  width: 100%;
  margin-top: 71px;
}
.discount_timer .title {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  margin-bottom: 21px;
}
.discount_timer .countdown {
  max-width: 563px;
}
.discount_timer .countdown .time-box {
  width: 127px;
}
.discount_timer .countdown .time-box .num {
  background: url("../img/img2.png") top center no-repeat;
  background-size: contain;
  height: 77px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 19px;
}
.discount_timer .countdown .time-box .num i {
  background: linear-gradient(180deg, #DC5242 40.87%, #710D01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.discount_timer .countdown .time-box .label {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.3;
}

.countdown {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.countdown .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown .time-box .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.countdown .time-box .label {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.animation_section {
  width: 100%;
  position: relative;
  padding-bottom: 65px;
}
.animation_section .item {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.456px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #D71415;
  padding: 20px 10px;
  width: 100%;
  height: 85px;
  width: 5277px;
  left: -1000px;
  position: relative;
}
.animation_section .animate_line1 {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  transform: rotate(-2.08deg);
}
.animation_section .animate_line1 .item {
  animation: alimaim22 80s infinite linear;
}
.animation_section .animate_line2 {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  transform: rotate(4.882deg);
  opacity: 0.3;
}
.animation_section .animate_line2 .item {
  animation: alimaim22 80s infinite linear;
}

@keyframes alimaim22 {
  0% {
    transform: translateX(0px) translateY(0px);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translateX(974px) translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.blured_section {
  width: 100%;
}
.blured_section .container {
  position: relative;
}
.blured_section .img_blured {
  width: 100%;
}
.blured_section .red_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.blured_section .mob {
  display: none;
}

.red_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.456px;
  border-radius: 100px;
  background: #D71415;
  box-shadow: 0 0 200px 48px rgba(215, 20, 21, 0.25), 0 0 40.6px 0 #D71415;
  padding: 29px 10px;
  width: 100%;
  max-width: 485px;
}
.red_btn:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 200px 78px rgba(215, 20, 21, 0.25), 0 0 40.6px 0 #D71415;
}

.tarifs_section {
  width: 100%;
  padding-top: 30px;
}
.tarifs_section .wrap {
  width: calc(100% + 58px);
  margin-left: -29px;
  margin-right: -29px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.tarifs_section .tarif {
  width: calc(33.33% - 58px);
  margin-left: 29px;
  margin-right: 29px;
  border-radius: 40px;
  border: 1px solid #FFF;
  background: #000;
  position: relative;
}
.tarifs_section .tarif .inside {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 66px 10px 195px 39px;
  border-radius: 40px;
  height: 100%;
}
.tarifs_section .tarif .inside::after {
  content: "";
  width: 447.354px;
  height: 1489.514px;
  top: 414px;
  left: -172px;
  z-index: 0;
  border-radius: 1489.514px;
  background: #D71415;
  filter: blur(150px);
  position: absolute;
}
.tarifs_section .tarif .title {
  width: 100%;
  min-height: 72px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.528px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.tarifs_section .tarif .old_price {
  color: #FFF;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: -0.594px;
  text-decoration: line-through;
  position: relative;
  z-index: 2;
}
.tarifs_section .tarif .price {
  color: #D71415;
  text-shadow: 0 0 16.4px rgba(215, 20, 21, 0.74);
  font-size: 81px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.863px;
  position: relative;
  z-index: 2;
}
.tarifs_section .tarif .list {
  width: 100%;
  position: relative;
  z-index: 2;
}
.tarifs_section .tarif .list li {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
  padding-left: 16px;
}
.tarifs_section .tarif .list li:last-child {
  margin-bottom: 0;
}
.tarifs_section .tarif .list li::before {
  content: "/";
  position: absolute;
  color: #FFF;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.456px;
  text-transform: uppercase;
  left: 0;
  top: -10px;
}
.tarifs_section .tarif .bottom_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 41px;
  z-index: 2;
}
.tarifs_section .tarif .bottom_cont .places {
  width: 100%;
  color: #D71415;
  font-size: 24.236px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.tarifs_section .tarif .bottom_cont .buy_btn {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  background: #D71415;
  border: 4px solid #BD2915;
  border-radius: 100px;
  padding: 13px;
  max-width: 257px;
}
.tarifs_section .tarif .bottom_cont .buy_btn:hover {
  color: #fff;
  text-decoration: none;
}
.tarifs_section .tarif .discount {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 19px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.418px;
  text-transform: uppercase;
  background: drop-shadow(0 0 31.6px rgba(215, 20, 21, 0.4));
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background: rgba(215, 20, 21, 0.4);
  top: -50px;
  right: -33px;
  z-index: 3;
}
.tarifs_section .tarif .discount span {
  width: 71px;
  height: 71px;
  background: #D71415;
  filter: drop-shadow(0 0 10.4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tarifs_section .tarif:last-child {
  width: 100%;
  margin-top: 42px;
}
.tarifs_section .tarif:last-child .inside {
  padding: 51px 52px 26px;
}
.tarifs_section .tarif:last-child .inside::after {
  width: 1468.898px;
  height: 1050.337px;
  border-radius: 1468.898px;
  background: #D71415;
  filter: blur(150px);
  left: 473px;
  bottom: 240px;
  right: initial;
  top: initial;
}
.tarifs_section .tarif:last-child .title {
  font-size: 30px;
  min-height: initial;
}
.tarifs_section .tarif:last-child .prices {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tarifs_section .tarif:last-child .prices .price {
  margin-bottom: 0;
  margin-right: 21px;
}
.tarifs_section .tarif:last-child .prices .old_price {
  margin-bottom: 0;
}
.tarifs_section .tarif:last-child .list_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1095px;
}
.tarifs_section .tarif:last-child .list_wrap .list {
  width: 45%;
}
.tarifs_section .tarif:last-child .bottom_cont {
  position: static;
  flex-direction: row;
  margin-top: 41px;
  justify-content: flex-start;
}
.tarifs_section .tarif:last-child .bottom_cont .buy_btn {
  margin-right: 42px;
  margin-bottom: 0;
  padding: 17px;
}
.tarifs_section .tarif:last-child .bottom_cont .places {
  width: auto;
  margin: 0;
}
.tarifs_section .important_cont {
  width: 100%;
  padding-top: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tarifs_section .important_cont .block_name {
  text-align: center;
  text-shadow: 0 0 16.1px rgba(215, 20, 21, 0.7);
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(180deg, #D71415 0%, #710B0B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
}
.tarifs_section .important_cont .text {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  max-width: 705px;
}

.we_trusted_by {
  width: 100%;
  padding-top: 174px;
}
.we_trusted_by .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1226px;
}
.we_trusted_by h2 {
  margin-bottom: 66px;
  text-align: center;
}
.we_trusted_by .img_desktop {
  width: 100%;
}
.we_trusted_by .mob_img {
  display: none;
}

h2 {
  width: 100%;
  font-size: 45px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.035px;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FFF 0%, #999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.end_discount {
  width: 100%;
  padding-top: 188px;
}
.end_discount .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.end_discount h2 {
  text-align: center;
  margin-bottom: 87px;
}
.end_discount .countdown {
  max-width: 1082px;
}
.end_discount .countdown .time-box {
  width: 245px;
}
.end_discount .countdown .time-box .num {
  background: url("../img/img6.png") top center no-repeat;
  background-size: contain;
  height: 149px;
  font-size: 111px;
  font-weight: 700;
  margin-bottom: 36px;
}
.end_discount .countdown .time-box .num i {
  background: linear-gradient(180deg, #C8060A 40.87%, #710D01 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.end_discount .countdown .time-box .label {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.3;
}

.faq_section {
  width: 100%;
  padding-top: 125px;
}
.faq_section h2 {
  text-align: center;
  margin-bottom: 57px;
}
.faq_section .row_item {
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #232323 2.88%, #000 81.73%);
  padding: 36px 25px 36px 42px;
  margin-bottom: 12px;
}
.faq_section .row_item:last-child {
  margin-bottom: 0;
}
.faq_section .row_item.active .top_item img {
  transform: rotate(180deg);
}
.faq_section .row_item .top_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  margin: 0;
  border: none;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.456px;
}
.faq_section .row_item .text {
  width: 100%;
  color: #FFF;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.342px;
  margin-top: 12px;
  display: none;
}

.bottom_section {
  width: 100%;
  margin-top: 271px;
  padding-bottom: 100px;
}
.bottom_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_section .left_cont {
  width: 100%;
  max-width: 814px;
  position: relative;
}
.bottom_section .left_cont p {
  font-size: 99px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2.2px;
  text-transform: uppercase;
  background: linear-gradient(131deg, #FFF 18.1%, #2C2C2C 133.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottom_section .left_cont .img {
  position: absolute;
  top: -164px;
  right: -283px;
  z-index: 2;
}
.bottom_section .left_cont .mob {
  display: none;
}
.bottom_section .right_cont {
  width: 100%;
  max-width: 429px;
  position: relative;
  z-index: 2;
}

.thx_wrap_section {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 109px;
}
.thx_wrap_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thx_wrap_section h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.thx_wrap_section .title {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 34.533px;
  line-height: 33.782px;
  letter-spacing: -0.656px;
  margin-bottom: 109px;
}
.thx_wrap_section .title::before {
  content: "";
  width: 786px;
  height: 97px;
  background: url("../img/img13.svg") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.thx_wrap_section .important_cont {
  width: 100%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #000;
  padding: 46px 10px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thx_wrap_section .important_cont .block_name {
  text-align: center;
  text-shadow: 0 0 16.1px rgba(215, 20, 21, 0.7);
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(180deg, #D71415 0%, #710B0B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
}
.thx_wrap_section .important_cont .text {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  max-width: 705px;
  margin-bottom: 44px;
}
.thx_wrap_section .important_cont .red_btn {
  padding: 19px;
}
.thx_wrap_section .important_cont .red_btn:hover {
  color: #fff;
  text-decoration: none;
}

.modal_wrap{
    display: none;
}

.modal_form{
    max-width: 584px;
    padding: 0;
    margin: 0;
    /* background: url('../img/img14.png') top center no-repeat;
    background-size: contain; */
    border: 1px solid #fff;
    border-radius: 40px;
    background: rgba(0, 0, 0, 1);
    overflow: hidden;
    position: relative;
}

.modal_form::before{
    content: "";
    position: absolute;
    width: 673.591px;
    height: 1351.047px;
    border-radius: 1351.047px;
    background: #550a0b;
    filter: blur(150px);
    z-index: 1;
    left: 361px;
    bottom: 311px;
}

.modal_form .modal_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 65px 70px 56px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.modal_form .modal_container .title{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px; 
    letter-spacing: -0.69px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.modal_form .modal_container form,.bottom_section form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal_form .modal_container input,.bottom_section input{
    width: 100%;
    height: 76px;
    border-radius: 43.576px;
    background: #FFF;
    box-shadow: 0 3.486px 6.798px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 14px;
}

.modal_form .modal_container .intl-tel-input,.bottom_section .intl-tel-input{
    margin-bottom: 14px;
}

.modal_form .modal_container .button,.bottom_section .button{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    height: 76px;
    border-radius: 43.576px;
    background: #D71415;
    text-transform: initial;
    backdrop-filter: blur(5.229085445404053px);
}

.bottom_section .button{
    margin-top: 0;
}

.fancybox-slide--html .fancybox-close-small{
    top: 5px;
    right: 15px;
}

.modal_form .modal_container input.error,.bottom_section input.error{
    background: #e77667;
    color: #000;
}

.modal_form .modal_container input.error::placeholder,.bottom_section input.error::placeholder{
    color: #000;
}