body {
  margin: 0px;
  padding: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #2b3674;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.page {
  max-width: 1400px;
  margin: 0 auto;
}

.cta {
  color: #4318ff;
  padding: 13px 20px;
  border-radius: 15px;
  border: 1px solid #4318ff;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 500;
}

.cta:hover {
  background: #f4f7fe;
}

.cta_yellow {
  background: #ffd15c;
  color: #2b3674;
  border-color: #ffd15c;
}

.cta_yellow:hover {
  background: #f6c034;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 42px;
  font-weight: 200;
  line-height: 108%;
  margin: 0 0 25px;
  display: inline-block;
}

h2 {
  margin: 0 0 20px;
  line-height: 110%;
  font-weight: 700;
  font-size: 36px;
}

p {
  margin: 0 0 20px;
}

.flex {
  display: flex;
}

ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}

li {
  background-image: url('/home/img/check.svg');
  background-repeat: no-repeat;
  padding: 0 0 5px 30px;
}

.clear {
  clear: both;
}

@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 31px;
  }
}

@media (max-width: 580px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    margin: 0 0 20px;
  }
}

/*HEADER*/

header {
  padding: 0 155px;
  height: 100px;
}

.logo_mailoscope {
  margin: 30px 0;
}

.menu {
  float: right;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 24px 0;
}

.menu .cta {
  margin: 0 0 0 15px;
}

.menu .item {
  padding: 15px 30px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  display: block;
}

.menu_burger {
  display: none;
}

@media (max-width: 1400px) {
  header {
    padding: 0 65px;
  }
}

@media (max-width: 1300px) {
  header {
    height: 81px;
  }

  .logo_mailoscope {
    margin: 23px 0;
  }

  .menu {
    padding: 15px 0;
  }
}

@media (max-width: 1100px) {
  header {
    padding: 0 40px;
  }

  .menu .item {
    padding: 15px;
  }
}

@media (max-width: 970px) {
  .menu {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    z-index: 10;
    padding: 0 0 15px;
    display: none;
  }

  .btn_close {
    height: 33px;
    background-color: #f4f7fe;
    background-image: url(/home/img/btn_close.svg);
    background-repeat: no-repeat;
    background-position: top 8px right 8px;
    background-size: 17px;
  }

  .menu .item {
    padding: 15px;
    border-bottom: solid 1px #e9e9e9;
  }

  .menu .cta {
    margin: 15px 0 0 15px;
    display: inline-block;
  }

  .menu_burger {
    display: block;
    float: right;
    margin: 25px 0;
    cursor: pointer;
  }
}

@media (max-width: 580px) {
  header {
    z-index: 100;
    background-color: white;
    width: 100%;
    padding: 0;
    position: fixed;
    height: 60px;
    top: 0;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
  }

  .logo_mailoscope {
    margin: 18px 0 0 25px;
    width: 170px;
  }

  .menu_burger {
    margin: 15px 25px 0 0;
  }

  .ancre {
    position: relative;
    top: -90px;
  }
}

/*COVER*/

.cover {
  background-image: url('/home/img/background_cover.webp');
  background-position: center;
  position: relative;
  height: 613px;
  padding: 1px 0;
  color: white;
}

.img_cover {
  position: absolute;
  top: 15px;
  right: 0;
}

.cover .content {
  width: 550px;
  margin: 100px 0 0 155px;
}

.cover .new {
  background: #ffd15c;
  color: #2b3674;
  font-size: 35px;
  font-weight: 900;
  padding: 10px;
  display: inline-block;
}

.cover p {
  max-width: 433px;
  margin: 0 0 40px;
}

.cta_cover {
  border-radius: 16px;
  background: #fff;
  display: flex;
  width: 230px;
  height: 48px;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 125%;
  margin: 0 25px 0 0;
  transition: all 0.3s;
  cursor: pointer;
}

.cta_cover:hover {
  background: #f4f7fe;
}

.cta_cover_2 {
  border: 1px solid #fff;
  background-color: transparent;
  color: white;
  width: 190px;
}

.cta_cover_2:hover {
  background: #2364df;
}

.link_price {
  color: white;
  padding: 25px 0 0;
  display: inline-block;
}

.img_cover_mob {
  display: none;
}

@media (max-width: 1400px) {
  .cover .content {
    margin: 100px 0 0 65px;
  }
}

@media (max-width: 1300px) {
  .cover {
    height: 450px;
  }

  .cover .content {
    margin: 35px 0 35px 65px;
    width: 55%;
  }

  .cover .new {
    font-size: 30px;
    padding: 6px;
  }

  .cover p {
    margin: 0 0 25px;
  }

  .img_cover {
    width: 510px;
    top: 17px;
  }
}

@media (max-width: 1100px) {
  .cover {
    height: auto;
  }

  .cover .content {
    margin: 35px 0 35px 40px;
    width: 50%;
  }
}

@media (max-width: 1015px) {
  .cover .content {
    margin: 45px auto;
    display: block;
    padding: 0 40px;
    width: auto;
  }

  .cover p {
    max-width: 100%;
  }

  .img_cover {
    display: none;
  }

  .img_cover_mob {
    position: absolute;
  }

  .img_cover_mob_1 {
    top: 13px;
    right: 0;
    display: block;
  }
}

@media (max-width: 800px) {
  .cover .content {
    margin: 45px auto;
    padding: 0 40px;
  }
}

@media (max-width: 580px) {
  .cover {
    background-size: auto 100%;
    background-position: center;
    margin-top: 60px;
  }

  .cover .content {
    padding: 0 25px;
  }

  .cover .new {
    margin-bottom: 10px;
  }

  .cover .flex {
    display: block;
    width: 220px;
    margin: 0 auto;
  }

  .cta_cover {
    width: 200px;
    margin: 0 0 13px;
  }

  .cover p {
    margin: 0 0 15px;
  }

  .link_price {
    text-align: center;
    display: block;
    padding: 10px 0 0;
  }

  .img_cover_mob_2 {
    bottom: 30px;
    left: -18px;
    display: block;
  }
}

/*PART PRESENTION*/

.part_presentation {
  text-align: center;
  padding: 60px 0;
}

.part_presentation p {
  max-width: 830px;
  margin: 0 auto;
}

.bloc_number {
  color: #4318ff;
  font-size: 22px;
  padding: 30px 0 0;
}

.bloc_number strong {
  font-size: 70px;
  font-weight: 900;
  display: block;
  line-height: 105%;
}

.swiper-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1300px) {
  .part_presentation {
    padding: 40px;
  }

  .swiper-container {
    max-width: 850px;
  }

  .bloc_number {
    font-size: 19px;
    padding: 20px 0 0;
  }

  .bloc_number strong {
    font-size: 60px;
  }
}

@media (max-width: 1015px) {
  .swiper-container {
    max-width: 550px;
    padding-bottom: 45px;
  }

  .bloc_number {
    font-size: 18px;
  }

  .page .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #e9e9e9;
    opacity: 1;
  }

  .page .swiper-pagination-bullet-active {
    background-color: #4e26ff;
  }
}

@media (max-width: 580px) {
  .part_presentation {
    padding: 35px 25px;
  }

  .bloc_number strong {
    font-size: 49px;
  }
}

/*PART TENDENCY*/

.part {
  background-color: #f4f7fe;
  position: relative;
  padding: 45px 0 90px 160px;
}

.img_tendency {
  position: absolute;
  top: 40px;
  right: 0;
}

.img_tendency_mob {
  display: none;
}

.content_part {
  width: 450px;
}

.content_part .cta:hover {
  background-color: white;
}

.eye {
  background-color: white;
  border-radius: 100px;
  border: solid 14px #4318ff;
  width: 42px;
  height: 42px;
  position: relative;
  margin: 0 0 15px;
}

.eye img {
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.content_part ul {
  padding: 10px 0 30px;
}

@media (max-width: 1400px) {
  .part {
    padding: 35px 0 90px 65px;
  }
}

@media (max-width: 1300px) {
  .img_tendency {
    width: 58%;
    top: 40px;
  }

  .eye {
    border: solid 10px #4318ff;
    width: 37px;
    height: 37px;
    margin: 0 0 10px;
  }

  .content_part ul {
    padding: 9 0 20px;
  }
}

@media (max-width: 1300px) {
  .part_tendency h2 br {
    display: none;
  }
}

@media (max-width: 1100px) {
  .part {
    padding: 25px 0 60px 40px;
  }
}

@media (max-width: 1015px) {
  .img_tendency {
    display: none;
  }

  .img_tendency_mob {
    display: block;
    width: auto;
  }

  .content_part {
    width: 55%;
  }
}

@media (max-width: 805px) {
  .part {
    padding: 40px 40px 0;
  }

  .content_part {
    width: auto;
  }

  .eye {
    display: inline-block;
    vertical-align: top;
  }

  .content_part h2 {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    padding: 0 0 0 10px;
  }

  .img_tendency {
    display: block;
    width: 83%;
    position: relative;
    float: right;
    right: -40px;
    top: -40px;
  }

  .img_tendency_mob {
    display: none;
  }
}

@media (max-width: 580px) {
  .part {
    padding: 35px 25px 20px;
  }

  .eye {
    border: solid 10px #4318ff;
    width: 33px;
    height: 33px;
    margin: 0 0 10px;
  }

  .eye img {
    width: 16px;
  }

  .img_tendency {
    display: none;
  }

  .center_mob {
    text-align: center;
  }

  .content_part ul {
    padding: 0 0 10px;
  }

  .img_tendency_mob {
    display: block;
    position: relative;
    width: auto;
    top: 0;
    right: -25px;
  }
}

/*PART WALL*/

.wall {
  background-image: url('/home/img/wall.webp');
  padding: 105px 0 0;
  height: 530px;
  background-repeat: no-repeat;
  background-color: #f4f7fe;
  background-position: top center;
}

.part_wall {
  color: white;
  background-color: #4318ff;
  border-radius: 20px;
  width: 820px;
  margin: 0 auto;
  padding: 47px 55px;
  position: relative;
}

.part_wall .eye {
  position: absolute;
  top: -30px;
}

.part_wall .eye img {
  bottom: 10px;
  right: 2px;
}

.part_wall li {
  background-image: url('/home/img/check_white.svg');
  background-size: 24px;
}

.popin {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.icono_inspiration {
  position: absolute;
  bottom: 20px;
  right: 420px;
}

.part_wall .cta {
  border-color: white;
  color: white;
}

.part_wall .cta:hover {
  color: #4318ff;
}

@media (max-width: 1300px) {
  .part_wall .eye {
    top: -25px;
  }

  .part_wall .eye img {
    bottom: 8px;
  }
}

@media (max-width: 1100px) {
  .part_wall {
    width: auto;
    margin: 0 40px;
    padding: 47px 40px;
  }

  .part_wall .content_part {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .wall {
    background-image: none;
    padding: 0;
    height: auto;
  }

  .part_wall {
    margin: 0;
    border-radius: 0;
    padding: 40px 40px 50px;
  }

  .part_wall .eye {
    position: relative;
    border-color: #6643ff;
    top: 0;
  }

  .popin {
    display: none;
  }

  .part_wall .content_part {
    width: auto;
  }

  .part_wall h2 br {
    display: none;
  }

  .icono_inspiration {
    right: 15px;
    bottom: 15px;
  }

  .wall_mob {
    background-image: url('/home/img/gif_wall.gif');
    height: 350px;
    background-position: center;
  }
}

@media (max-width: 580px) {
  .part_wall {
    padding: 35px 25px 85px;
  }

  .wall_mob {
    height: 320px;
    background-size: auto 100%;
  }
}

/*PART COMPARISON*/

.part_comparison {
  padding-top: 65px;
  padding-right: 125px;
}

.part_comparison .eye img {
  bottom: 10px;
  right: auto;
  left: 2px;
}

.img_comparison {
  position: absolute;
  top: 70px;
  left: 0;
}

.img_comparison_mob {
  display: none;
}

.icono_comparison {
  position: absolute;
  top: 60px;
  right: 60px;
}

.part_comparison .content_part {
  float: right;
}

@media (max-width: 1400px) {
  .part_comparison {
    padding-right: 55px;
  }

  .icono_comparison {
    right: 30px;
    top: 30px;
  }

  .img_comparison {
    width: 750px;
  }
}

@media (max-width: 1300px) {
  .part_comparison {
    padding-bottom: 40px;
  }

  .img_comparison {
    width: 51%;
    top: 50px;
  }

  .part_comparison h2 br {
    display: block;
  }

  .part_comparison .eye img {
    bottom: 8px;
  }
}

@media (max-width: 1100px) {
  .part_comparison {
    padding-right: 5px;
    padding-top: 40px;
  }

  .icono_comparison {
    display: none;
  }
}

@media (max-width: 1015px) {
  .img_comparison {
    display: none;
  }

  .img_comparison_mob {
    display: block;
    width: auto;
  }
}

@media (max-width: 805px) {
  .part_comparison .content_part {
    width: auto;
    float: none;
  }

  .part_comparison h2 br {
    display: none;
  }

  .img_comparison {
    display: block;
    width: 95%;
    position: relative;
    left: -40px;
    top: -20px;
  }

  .img_comparison_mob {
    display: none;
  }
}

@media (max-width: 580px) {
  .part_comparison {
    padding-right: 25px;
    padding-top: 35px;
  }

  .img_comparison {
    display: none;
  }

  .img_comparison_mob {
    display: block;
    position: relative;
    width: auto;
    top: 0;
    left: -25px;
    margin: 20px 0 0;
  }
}

/*PART SEARCH*/

.img_search {
  top: 0;
  right: 80px;
  position: absolute;
}

.img_search_mob {
  display: none;
}

.icono_search {
  top: 0;
  left: 460px;
  position: absolute;
}

.part_search .eye img {
  bottom: auto;
  top: 4px;
}

@media (max-width: 1400px) {
  .icono_search {
    top: 10px;
    left: 320px;
  }
}

@media (max-width: 1300px) {
  .img_search {
    right: 45px;
    max-width: 51%;
    top: 10px;
  }
  .icono_search {
    left: 290px;
  }
}

@media (max-width: 1100px) {
  .img_search {
    right: 20px;
    max-width: 49%;
    top: 20px;
  }
}

@media (max-width: 1015px) {
  .img_search {
    display: none;
  }

  .img_search_mob {
    display: block;
    right: 0;
    max-width: 100%;
  }
}

@media (max-width: 850px) {
  .part_search {
    padding-top: 0;
  }

  .icono_search {
    display: none;
  }
}

@media (max-width: 805px) {
  .part_search h2 br {
    display: none;
  }

  .img_search {
    display: block;
    position: static;
    max-width: 90%;
    margin: 10px auto 0;
  }

  .img_search_mob {
    display: none;
  }
}

@media (max-width: 580px) {
  .img_search {
    display: none;
  }

  .img_search_mob {
    display: block;
    margin: 10px 0 0;
    float: right;
    position: relative;
    top: 0;
    right: -25px;
    max-width: 100%;
    width: auto;
  }
}

/*PART SUBSCRIPTION*/

.part_subscription {
  background-image: url('/home/img/background_subscription.webp');
  color: white;
  padding: 50px 0 30px;
  text-align: center;
  background-position: top center;
}

.part_subscription h2 {
  color: #ffd15c;
  margin-bottom: 50px;
}

.col_subscription {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  text-align: left;
  width: 565px;
}

.col_subscription .number {
  color: #ffd15c;
  font-size: 56px;
  font-weight: 700;
  display: inline-block;
}

.col_subscription .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 5px;
}

.content_subscription {
  background: #f4f7fe;
  border-radius: 20px;
  margin-top: 15px;
  color: #2b3674;
  padding: 35px;
  height: 565px;
  position: relative;
}

.content_subscription p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.computer {
  position: relative;
  left: -190px;
  margin: 40px 0 0;
}

#content_subscription_2 p {
  color: #4318ff;
  text-align: center;
  margin: 10px 0 0;
}

.part_subscription .cta {
  margin: 30px 0 20px;
}

.link {
  color: white;
}

.submenu {
  border-radius: 50px;
  width: 420px;
  border: solid 1px #e5e8f1;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
  background-color: white;
}

.submenu .item {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
  border-radius: 30px;
  width: 49%;
  cursor: pointer;
}

.submenu .item_check {
  background-color: #4318ff;
  color: white;
}

.offer {
  display: block;
  margin: 37px auto 0;
  text-align: center;
}

.pres_offer {
  border-radius: 20px;
  border: 1px solid #e5e8f1;
  background: #fff;
  padding: 35px 35px 10px;
  width: 360px;
  margin: 0 auto 25px;
}

.pres_offer h3 {
  margin: 0 0 15px;
  background: #ffd15c;
  color: #2b3674;
  font-size: 33px;
  font-weight: 700;
  padding: 10px;
  display: inline-block;
}

#content_subscription_2 .pres_offer p {
  color: #2b3674;
  text-align: left;
  margin: 0 0 20px;
}

.price {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 22px;
  color: #4318ff;
  text-align: left;
}

.price strong {
  font-size: 40px;
}

.price span {
  display: block;
  font-weight: 400;
  line-height: 110%;
}

.offer .arrow {
  margin: 0 6px;
}

.mounth {
  background-color: #ffd15c;
  height: 63px;
  width: 83px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 700;
  line-height: 92%;
  color: #4318ff;
  text-align: center;
  padding: 20px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -15px;
  line-height: 18px;
}

.mounth span {
  font-size: 20px;
}

#offer_2 .mounth {
  font-size: 12px;
}

.arrow_submenu {
  display: none;
}

#offer_1 {
  display: none;
}

@media (max-width: 1400px) {
  .col_subscription {
    width: 505px;
  }

  .col_subscription .title {
    font-size: 19px;
  }

  .computer {
    width: 700px;
    left: -155px;
    margin: 50px 0 0;
  }
}

@media (max-width: 1300px) {
  .col_subscription {
    width: 480px;
  }

  .pres_offer {
    width: 340px;
  }

  .submenu {
    width: 36=80px;
  }

  .content_subscription {
    height: 545px;
  }

  .col_subscription .number {
    font-size: 47px;
  }

  .col_subscription .title {
    padding: 0 0 0 15px;
    width: 210px;
  }

  .pres_offer h3 {
    font-size: 25px;
    padding: 6px;
  }

  .computer {
    width: 650px;
  }
}

@media (max-width: 1100px) {
  .part_subscription {
    padding: 40px 0;
  }
  .col_subscription {
    width: 750px;
    margin: 0 auto 30px;
    display: block;
  }

  .content_subscription {
    height: auto;
  }

  .computer {
    width: 550px;
    margin: 0 auto;
    position: relative;
    display: block;
    max-width: 100%;
    left: 15px;
  }

  .col_subscription .title {
    width: auto;
  }

  .item_subscription {
    cursor: pointer;
  }

  .part_subscription h2 {
    margin-bottom: 20px;
  }

  .offer {
    height: 60px;
  }

  .pres_offer {
    width: auto;
    height: auto;
    padding: 30px 30px 0;
  }

  .part_subscription .cta {
    margin: 0 0 20px;
  }

  #content_subscription_1 {
    display: none;
  }

  .arrow_submenu {
    display: block;
    float: right;
    position: relative;
  }

  #item_subscription_2 .arrow_submenu {
    transform: rotate(180deg);
    top: 10px;
  }
}

@media (max-width: 850px) {
  .col_subscription {
    width: auto;
    margin: 0 40px 30px;
  }
}

@media (max-width: 620px) {
  .col_subscription .title {
    padding: 0 0 0 11px;
    width: 220px;
    font-size: 18px;
  }
}

@media (max-width: 580px) {
  .part_subscription {
    padding: 35px 0;
  }

  .col_subscription {
    margin: 0 25px 20px;
  }

  .col_subscription .number {
    font-size: 40px;
    width: 45px;
  }

  .content_subscription {
    padding: 20px;
  }

  .content_subscription p {
    font-size: 15px;
  }

  .content_subscription p br {
    display: none;
  }

  .submenu {
    width: auto;
  }

  .submenu .item {
    font-size: 16px;
  }

  .pres_offer {
    padding: 20px 20px 0;
    margin: 0 auto 20px;
  }

  .pres_offer h3 {
    font-size: 22px;
  }

  .price strong {
    font-size: 30px;
  }

  .price {
    position: relative;
    top: -10px;
  }

  .offer {
    margin: 45px auto 0;
  }

  .offer .arrow {
    margin: 0;
    width: 30px;
  }

  .mounth {
    width: 72px;
    font-size: 15px;
    height: 52px;
    padding: 20px 0 0 0;
    top: -20px;
  }

  #offer_2 .mounth {
    height: 65px;
    width: 90px;
    font-size: 12px;
    padding: 25px 0 0;
    top: -30px;
  }

  .part_subscription .cta {
    margin: 0;
    position: relative;
    top: -15px;
  }
}

/*FOOTER*/

footer {
  background: #f4f7fe;
  padding: 20px 160px 10px;
}

.menu_footer {
  display: inline-block;
  padding: 25px 0;
}

.menu_footer .item {
    font-weight: 700;
    text-decoration: none;
    padding: 0 80px 0 0;
    color: #2b3674;
    position: relative;
    top: -6px;
}

.menu_footer .item_important {
  color: #4318ff;
}

.block_logo {
  float: right;
}

.logo_mailoscope_footer {
  width: 340px;
}

.logo_degetel {
  font-size: 10px;
  float: right;
  font-weight: 700;
}

.logo_degetel span {
  position: relative;
  top: -5px;
  padding: 0 5px 0 0;
}

@media (max-width: 1400px) {
  footer {
    padding: 20px 65px 10px;
  }
}

@media (max-width: 1300px) {
  .menu_footer .item {
    padding: 0 40px 0 0;
  }
}

@media (max-width: 1100px) {
  footer {
    padding: 20px 40px 10px;
  }

  .menu_footer {
    padding: 20px 0;
  }

  .logo_mailoscope_footer {
    width: 240px;
  }
}

@media (max-width: 850px) {
  footer {
    text-align: center;
  }

  .menu_footer {
    padding: 0 0 20px;
    display: block;
    margin: 0auto;
  }

  .menu_footer .item {
    padding: 0 20px;
  }

  .block_logo {
    float: none;
    margin: 0;
    display: inline-block;
  }
}

@media (max-width: 580px) {
  footer {
    font-size: 13px;
    padding: 20px 0;
  }

  .menu_footer .item {
    padding: 0 7px;
  }

  .logo_mailoscope_footer {
    width: 170px;
  }
}

/*POPIN VIDEO*/

.background_popin_video {
  background: rgba(43, 54, 116, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

.popin_video {
  background: white;
  margin: 50px auto 0;
  padding: 25px;
  width: 950px;
  position: relative;
}

.popin_video video {
  width: 950px;
  height: 535px;
}

.btn_close_popin {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 15px;
  cursor: pointer;
}

.cta_cover_2_mob {
  display: none;
}

@media (max-width: 1100px) {
  .popin_video {
    width: 650px;
  }

  .popin_video video {
    width: 650px;
    height: 368px;
  }
}

@media (max-width: 800px) {
  .cta_cover_2 {
    display: none;
  }

  .cta_cover_2_mob {
    display: flex;
  }
}

/*STICKY*/

.sticky_top {
  background-color: #4318ff;
  border-radius: 30px;
  height: 35px;
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding: 20px 0 0;
  z-index: 1000;
  border: solid 3px white;
}

.sticky_top img {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}

/* CONTACT MODAL STYLES */

.contact-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.contact-modal {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: contactModalSlideIn 0.3s ease-out;
}

@keyframes contactModalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.contact-modal-header {
  padding: 30px 30px 10px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.contact-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #2b3674;
  margin: 0;
  padding-right: 40px;
  line-height: 130%;
}

.contact-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.contact-modal-close:hover {
  background-color: #f4f7fe;
}

.contact-modal-close img {
  width: 16px;
  height: 16px;
}

.contact-modal-body {
  padding: 20px 30px 30px;
}

.contact-modal-description {
  color: #6b7280;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 140%;
}

.contact-form {
  margin: 0;
}

.contact-form-group {
  margin-bottom: 20px;
}

.contact-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2b3674;
  font-size: 14px;
}

.contact-form-group .required {
  color: #ef4444;
}

.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #2b3674;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
  outline: none;
  border-color: #4318ff;
  box-shadow: 0 0 0 3px rgba(67, 24, 255, 0.1);
}

.contact-form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
}

.contact-btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-family: 'DM Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.contact-btn-secondary {
  background: #f8fafc;
  color: #6b7280;
  border: 1px solid #e5e7eb;
}

.contact-btn-secondary:hover {
  background: #f1f5f9;
  border-color: #d1d5db;
}

.contact-btn-primary {
  background: #4318ff;
  color: white;
}

.contact-btn-primary:hover {
  background: #3311cc;
}

.contact-btn-primary:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.contact-btn-loading {
  font-size: 14px;
}

.contact-form-errors {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact-form-errors ul {
  margin: 0;
  padding-left: 20px;
}

.contact-form-errors li {
  margin-bottom: 5px;
}

/* Success Modal Styles */
.contact-modal-success {
  max-width: 400px;
}

.contact-success-content {
  text-align: center;
  padding: 20px 0;
}

.contact-success-icon {
  width: 60px;
  height: 60px;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* Mobile Responsive Styles */
@media (max-width: 600px) {
  .contact-modal-overlay {
    padding: 15px;
  }

  .contact-modal {
    max-width: none;
    width: 100%;
    margin: 0;
    border-radius: 15px;
  }

  .contact-modal-header {
    padding: 20px 20px 15px;
  }

  .contact-modal-title {
    font-size: 20px;
    padding-right: 50px;
  }

  .contact-modal-close {
    top: 15px;
    right: 15px;
  }

  .contact-modal-body {
    padding: 15px 20px 25px;
  }

  .contact-form-actions {
    flex-direction: column;
    gap: 10px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .contact-modal-overlay {
    padding: 10px;
  }

  .contact-modal-header {
    padding: 15px 15px 10px;
  }

  .contact-modal-title {
    font-size: 18px;
  }

  .contact-modal-body {
    padding: 10px 15px 20px;
  }
}
