@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(manrope-medium.woff2);
}

@font-face {
  font-family: "Manrope";
  font-weight: bold;
  src: url(manrope-bold.woff2);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.bests {
  font-family: "Manrope";
}

.tarifs {
  font-family: "Manrope";
}
a {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 900 !important;
}

.container {
  width: 1440px;
  padding: 0 62px;
  margin: 0 auto;
}

.blackHeader {
  background-color: #292929;
}

.blackHeader > .container {
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Manrope";
}

ul.links {
  display: flex;
  align-items: center;
}

li.link_blackHeader {
  list-style: none;
}

.svg_links {
  display: flex;
  align-items: center;
  gap: 13px;
}

.link_blackHeader > a,
.in_link {
  color: white;
  font-size: 14px;
}

.m4xRa.NIwpL {
  display: none;
}

.svg_links path {
  fill: #8f8f8f;
}

.svg_links a:hover path {
  fill: #b8b8b8;
}

.link_blackHeader > a:hover,
.in_link:hover {
  color: #ff6163;
}

a.adv_link {
  background: #00aaff;
  color: white;
  padding: 0 15px 0 14px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 13px;
}

.whiteHeader {
  display: flex;
  gap: 20px;
  margin: 24px auto;
}

.logo {
  height: 32px;
}

.whiteHeader .links {
  display: flex;
  gap: 14px;
  align-items: center;
}

.whiteHeader .link {
  color: #000;
  font-family: "Manrope";
}

.whiteHeader .link:hover {
  color: #000000b0;
}

.blackHeader .links {
  display: flex;
  gap: 19px;
  flex-direction: row;
}

.link_blackHeader {
  color: white;
}

.link_blackHeader.fHlbd {
  position: relative;
  display: flex;
  cursor: pointer;
}

.m4xRa.NIwpL {
  position: absolute;
  top: 25px;
  left: 0;
  background: white;
  font-size: 14px;
  padding: 12px 0 16px;
  border-radius: 4px;
  min-width: 130px;
  margin-left: -10px;
  border-top: 1px solid #dcdcdc;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

span.n5Jay.EXWlj {
  display: flex;
  font-size: 14px;
  align-items: center;
}

span.SGute.Bxt73 {
  margin-top: 1px;
}

svg.djKDY.hbPDB {
  height: 20px;
  width: 20px;
}

.link_blackHeader.fHlbd:hover {
  color: #cacaca;
}

.link_blackHeader.fHlbd:hover .m4xRa.NIwpL {
  display: block;
}

.divZQg {
  padding: 4px 16px;
}

a.pUPB2.YXK8m.LlLxH:hover {
  color: rgb(0 112 229 / 66%);
}

.right_links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.IidQq svg {
  height: 24px;
  width: 25px;
}

#showMore {
  display: none;
  margin: 16px auto;
  width: fit-content;
  color: #6d6d6d;
  padding: 12px 32px;
  border-radius: 6px;
}
.only3 #showMore {
  display: flex;
}
#showMore:hover {
  background: #f1f1f1;
  color: black;
}
.only3 .tarif:nth-child(n + 5) {
  display: none !important;
}
.only3 h {
  display: block;
}
h {
  display: none;
  width: calc(100% - 32px);
  border: 1px solid #cacaca;
  margin: 16px auto 0;
  padding: 0 32px;
}

.mainBanner {
  background-size: cover;
  height: 375px;
  background-position: right;
  /* padding: 36px 40px; */
  display: flex;
  gap: 0;
  flex-direction: column;
  border-radius: 20px;
  margin-bottom: 27px;
  z-index: 10;
  position: relative;
  padding: 48px 64px;
  font-family: "Manrope";
}
.e_banner {
  background-image: url(img/banner_e_big.png);
}
.i_banner {
  background-image: url(img/banner_i_big.png);
}
.i_banner img {
  display: none;
}
.blackButton {
  display: block;
  padding: 11px 16px;
  background: black;
  width: fit-content;
  color: white;
  font-size: 15px;
  border-radius: 12px;
  margin-top: 8px;
  font-weight: 400;
  cursor: pointer;
}
.blackButton:hover {
  background: #292929;
}
.descBanner ul {
  margin-left: 28px;
}

.headerBanner {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 24px;
  text-transform: uppercase;
  width: min-content;
}

.descBanner {
  font-size: 15px;
  max-width: 480px;
  line-height: 22px;
  font-size: 17px;
  margin-top: 8px;
}

.switcher {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
  margin-top: -59px;
  z-index: 0;
  position: relative;
}

.switcher > div {
  background: #8cb0fc;
  width: 389px;
  padding: 40px 0 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  transition-duration: 300ms;
  filter: brightness(1);
}

.switcher > div.active {
  width: calc(100% - 389px - 32px);
  background: linear-gradient(90deg, #ea3e4d 0%, #ef8a98 100%);
}

.switcher > div svg {
  rotate: -90deg;
  transition-duration: 200ms;
  width: 27px;
  height: 27px;
}

.switcher > div.active svg {
  rotate: 0deg;
}

.switcher > div span {
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.switcher > div:not(.active) {
  cursor: pointer;
}

.switcher > div:not(.active):hover {
  filter: brightness(1.1);
}

.contentTab {
  display: none;
}

.contentTab.active {
  display: block;
}

.body h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Manrope";
  margin: 48px 0 22px;
  line-height: 30px;
}

.bests > div,
.tarifs > div {
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
}

.best > img,
.besti > img,
.tarif > img {
  border-radius: 16px;
  cursor: pointer;
}

.best,
.besti,
.tarif {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  width: calc(25% - 9px);
  /* flex-wrap: wrap; */
}

.best .desc,
.besti .desc {
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}

.tarifs > div {
  display: flex;
}

.tarifhead {
  font-size: 15px;
  margin-top: 10px;
  line-height: 20px;
}

.tarifdesc {
  font-size: 15px;
  margin-top: 4px;
  line-height: 20px;
}

.tarifpricee {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}

.footer {
  padding: 20px 10px 80px !important;
  font-size: 11px;
  text-align: center;
  color: #757575;
  font-family: "Manrope";
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000066;
  z-index: 10;
  overflow: auto;
  font-family: "Manrope";
}

.window {
  position: relative;
  background: white;
  margin: 57px auto;
  max-width: 904px;
  border-radius: 28px;
  height: auto;
  overflow: auto;
}

.close_modal {
  position: fixed;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 77px;
  right: calc(50% - 429px);
}

.close_modal:hover {
  background: #00000031;
}

.promo_action {
  position: fixed;
  left: calc(50% + 241px);
  top: 93px;
  width: 327px;
  translate: -50% 0;
}

.head {
  position: static;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 16px;
  max-width: 451px;
}

.window .desc {
  max-width: 451px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.block {
  margin: 28px 0;
  max-width: 451px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.window h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Manrope";
}

.window p {
  font-size: 15px;
  line-height: 22px;
}

.price {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

a.button {
  background: #965eeb;
  width: 100%;
  display: block;
  padding: 15px 0 17px;
  text-align: center;
  color: white;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px #0000001f;
  box-shadow: 0px 4px 24px 0px #0000001f, 0px 1px 3px 0px #0000000d;
  cursor: pointer;
  margin-bottom: 32px;
  filter: brightness(1);
  transition-duration: 200ms;
}

a.button:hover {
  filter: brightness(1.1);
}

.about_company {
  display: flex;
  gap: 6px;
  font-size: 15px;
  justify-content: space-between;
  align-items: center;
}

span.mts {
  display: block;
  font-size: 21px;
  font-weight: 600;
}

.tags {
  margin-top: 14px;
  display: flex;
  gap: 6px;
  font-size: 13px;
  line-height: 16px;
}

.tags > span {
  padding: 2px 6px 3px 6px;
  background: #cfedff;
  border-radius: 6px;
}

.scroll-block {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 36px 40px;
  overflow-x: hidden;
  transition-duration: 200ms;
}
.badge {
  background-image: url(img/DockingBadge.png);
  background-size: contain;
  position: relative;
  width: 129px;
  height: 28px;
  background-repeat: no-repeat;
  margin: -22px 4px -6px;
}

body ol {
  margin-left: 20px;
}

body ul {
  margin-left: 6px;
  margin-top: 0px;
}

.body {
  overflow: auto;
  height: 100vh;
  scroll-behavior: smooth;
  transition: scroll-top 0.3s ease-in-out;
}

body {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.hidden_button {
  display: none;
}

.mainBanner.active.e_banner {
  color: white;
}
.de {
  position: relative;
  display: inline-block;
  color: black;
}
.de:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid black;
  width: 100%;
  bottom: 7px;
}
.modal .de:after {
  bottom: 15px;
  border-bottom: 3px solid black;
}

.safari .window {
  margin: 10px auto 120px;
}
iframe#iframe {
  min-height: 100vh;
  height: 2300px;
}

.discont {
  color: #ff0032;
  background: white;
  width: fit-content;
  padding: 6px 5px;
  border-radius: 24px;
  font-weight: 600;
  margin-top: 8px;
  font-size: 28px;
}

.button.redbutton {
  width: max-content;
  margin: 0;
  padding: 12px 68px;
  background: #ea3e4c;
  font-family: "Manrope";
  border-radius: 40px;
}
.gradient {
  background: linear-gradient(
    112.14deg,
    #e6e5f4 12.58%,
    #efd7f2 38.7%,
    rgba(250, 190, 206, 0.4) 77.46%
  );
  width: min-content;
  padding: 8px 8px;
  border-radius: 16px;
  margin: 12px auto 0;
}
.container.greygradient {
  background: linear-gradient(
    112.14deg,
    #fafafa 12.58%,
    #95959521 38.7%,
    rgb(94 94 94 / 14%) 77.46%
  );
  width: min-content;
  padding: 32px;
  border-radius: 16px;
  width: m;
  padding: 32px 32px 16px;
  width: min-content;
}
img.logos {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.logosBlock {
  width: min-content;
  margin: 40px auto 0;
}

.greygradient {
  background: linear-gradient(
    112.14deg,
    #fafafa 12.58%,
    #95959521 38.7%,
    rgb(94 94 94 / 14%) 77.46%
  );
  width: min-content;
  padding: 32px;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  position: relative;
  background: #d9d9d9;
}

img.logos_add {
  position: absolute;
  width: 36%;
  top: 0;
  right: 0;
  translate: 15% -17%;
}

@media screen and (max-width: 1439px) {
  .container {
    width: 1024px;
    padding: 0 30px;
  }
  .mainBanner {
    height: 309px;
    padding: 18px 36px;
  }
  .headerBanner {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    width: 768px;
    padding: 0 14px;
  }
  .mainBanner {
    height: 240px;
    padding: 20px 24px;
  }
  .mainBanner.active.e_banner {
    background-image: url(img/banner_e_medium.png);
  }
  .link_blackHeader > a,
  .in_link {
    font-size: 12px;
  }
  .blackHeader .links {
    gap: 7px;
  }
  .right_links {
    gap: 7px;
  }
  .svg_links {
    gap: 7px;
  }
  a.adv_link {
    padding: 0 6px 0 7px;
    font-size: 12px;
    height: 28px;
    border-radius: 8px;
  }
  .IidQq svg {
    height: 20px;
    width: 20px;
  }
  span.n5Jay.EXWlj {
    font-size: 12px;
  }
  span.SGute.Bxt73 {
    margin-top: 1px;
  }
  .window {
    max-width: 768px;
  }
  .promo_action {
    position: initial;
    width: auto;
    translate: 0 0;
    margin-top: 24px;
  }
  .close_modal {
    right: calc(50% - 366px);
    z-index: 1000;
  }
  .head {
    position: sticky;
    top: -36px;
    background: white;
    padding: 33px 41px 16px;
    margin-bottom: 0;
    margin-top: -36px;
    margin-left: -41px;
    margin-right: -49px;
    max-width: calc(100% + 115px);
    z-index: 100;
    margin-bottom: 17px;
    transition-duration: 200ms;
  }
  .headShadow .head {
    box-shadow: 0px 4px 24px 0px #0000001f;
  }
  .window {
    width: 654px;
  }
  .close_modal {
    right: calc(50% - 311px);
  }
  .hidden_button {
    display: block;
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    transition-duration: 200ms;
  }

  .hidden_button a.button {
    margin-bottom: 0;
  }

  .scroll-block.onScroll {
    padding-bottom: 107px;
  }

  .onScroll .hidden_button {
  }

  .descBanner {
    max-width: 330px;
  }

  .headerBanner {
    width: auto;
    font-size: 24px;
  }

  .discont {
    font-size: 14px;
    padding: 8px 18px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 428px;
    padding: 0 20px;
  }
  .blackHeader {
    display: none;
  }
  .mainBanner.active.e_banner {
    background-image: url(img/banner_e_small.png);
    background-size: cover;
    background-position: 56%;
  }
  .whiteHeader.container {
    flex-direction: column;
    overflow-x: scroll;
  }
  .whiteHeader .links {
    width: max-content;
    font-size: 12px;
  }
  a.logo {
    position: sticky;
    top: 0;
    left: 0;
  }
  .whiteHeader.container::-webkit-scrollbar {
    height: 0;
  }
  .mainBanner {
    height: 191px;
    padding: 16px 20px;
    background-image: url(img/banner_i_small.png);
  }
  .mainBanner.active {
    background-image: url(img/banner_e_small.png);
  }
  .mainBanner.i_banner.active {
    background-image: url(img/banner_i_small.png);
  }

  .i_banner img {
    display: block;
    width: 100%;
  }
  .switcher.container {
    gap: 12px;
  }
  .switcher > div {
    width: 205px;
    gap: 0;
    font-size: 14px;
  }
  .switcher > div span {
    font-size: 12px;
    font-weight: 400;
  }
  .switcher > div.active {
    width: 50%;
  }
  .switcher > div svg {
    width: 20px;
    margin: 0 0 0 13px;
    width: 16px;
    height: 16px;
  }
  .best,
  .besti,
  .tarif {
    width: calc(50% - 6px);
  }
  .footer.container {
    padding: 15px 10px;
  }
  .window {
    width: calc(100% - 20px);
    margin: 10px auto 10px;
  }
  .scroll-block {
    padding: 24px;
  }
  .close_modal {
    top: 24px;
    right: 24px;
  }
  .head {
    top: -24px;
    padding-top: 24px;
    margin-top: -24px;
  }
  .descBanner {
    font-size: 12px;
    line-height: 15px;
  }
  iframe#iframe {
    /*height: 2500px;*/
  }
  .headerBanner {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .discont {
    font-size: 12px;
    padding: 5px 16px;
  }

  a.button.redbutton {
    font-size: 14px;
    padding: 8px 16px;
    /* margin: 24px auto; */
  }
  .gradient {
    /* padding: 16px 24px; */
  }
}

@media screen and (max-width: 424px) {
  .container {
    width: 375px;
    padding: 0 20px;
  }
  .blackHeader {
    display: none;
  }
  .mainBanner {
    height: 192px;
  }
  .switcher.container {
    gap: 12px;
  }
  .switcher > div {
    width: 50%;
  }
  .hidden_button {
    padding-bottom: 34px;
  }
  .switcher > div svg {
    margin: 0 0 0 6px;
    height: 10px;
    width: 10px;
  }
  .headerBanner {
    font-size: 16px;
  }
  .container.greygradient {
    padding: 16px 12px 8px;
  }
}

@media screen and (max-width: 374px) {
  .container {
    width: 320px;
    padding: 0 20px;
  }
  .mainBanner {
    height: 184px;
    background-position: 66% !important;
  }

  .best,
  .besti,
  .tarif {
    width: 100%;
  }
  .switcher > div,
  .switcher > div.active {
    width: auto;
    flex-grow: 1;
  }
  .headerBanner {
    font-size: 20px;
    line-height: 24px;
  }
  .discont {
    font-size: 10px;
    padding: 2px 12px;
  }
  .gradient {
    /* padding: 0; */
  }
}

@media screen and (max-width: 319px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .headerBanner {
    font-size: 16px;
    line-height: 115%;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #dbdbd9;
  border-radius: 4px;
  border: 2px solid #ffffff;
}
