@font-face {
  font-family: "Manrope";
  src: url("../css/fontstyle/manrope-variablefont_wght.ttf"), url("../css/fontstyle/manrope-light.ttf"), url("../css/fontstyle/manrope-regular.ttf"), url("../css/fontstyle/manrope-extralight.ttf"), url("../css/fontstyle/manrope-bold.ttf");
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.grid-3-library {
  display: grid;
  padding: 0;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.4vw;
}

.w-inline-block {
  display: inline-block;
  max-width: 100%;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-layout-cell {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 1vw;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.beige {
  color: #fff7ea;
}

p {
  margin: 0;
}

.paragraph {
  letter-spacing: 0;
  font-size: 1.1vw;
  line-height: 1.3vw;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-big {
  letter-spacing: -0.1vw;
  font-size: 2.2vw;
  line-height: 2.4vw;
  font-weight: 300;
}
.paragraph-big.center {
  text-align: center;
}

.big-small-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1vw;
  align-items: flex-start;
}

h1, h2, h3 {
  font-size: 3.8vw;
  line-height: 4vw;
  letter-spacing: -0.1vw;
  font-weight: 300;
  text-transform: none;
}

h1.h-thankyou {
  color: #d36f4d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
h1.h-thankyou .span-black {
  color: #000;
}

.h1-hero {
  text-align: left;
  letter-spacing: -0.1vw;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8vw;
  font-weight: 300;
  line-height: 4vw;
}

.h2 {
  color: #000;
  text-align: left;
  letter-spacing: -0.1vw;
  text-transform: none;
  max-width: 37.5vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8vw;
  font-weight: 300;
  line-height: 4vw;
}
.h2.white {
  color: #fff;
}

h3 {
  color: #d36f4d;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.h3 {
  color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3.2vw;
}
.h3.greylight {
  color: #9c978f;
}

.relative {
  position: relative;
}

.container {
  width: 76.4vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.2vw;
  padding-bottom: 4.2vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container.wide {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}
.container.wide.relative {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}
.container-tp {
  flex-direction: column;
  justify-content: center;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.container.hero-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90.3vw;
  padding-top: 0.6vw;
  padding-bottom: 0.8vw;
  display: flex;
}

.flex-block {
  display: flex;
  gap: 72px;
  justify-content: center;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}
.section-hero {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/nemo_bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.667vw;
  max-width: 37.5vw;
}
.section-hero-header-wrapper {
  display: flex;
  flex-direction: column;
}
.section-hero-button {
  display: flex;
  order: 0;
  gap: 0.833vw;
  align-items: center;
}
.section-100vh {
  height: 100vh;
}
.section-library {
  background: url("../img/library-hero.jpg");
}

.center-align {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.center-align.one-level {
  align-items: center;
  justify-content: space-between;
}

.all-text-wrapper {
  gap: 1.7vw;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37.5vw;
  display: flex;
}

.all-content-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5vw;
  padding-right: 5.556vw;
  display: flex;
  position: absolute;
}

.btn {
  border-radius: 100px;
  padding: 1.25vw 2.8vw;
  font-size: 1.1vw;
  line-height: 1.1vw;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn-block {
  width: 100%;
}
.btn.yellow {
  color: #000;
  background-color: #ffe898;
  border: 1px solid #000;
  align-self: center;
  font-weight: 300;
  text-decoration: none;
}
.btn.yellow:hover {
  background-color: #fff;
}
.btn.pink {
  color: #fff;
  background-color: #e7a2a9;
  border: 1px solid #e7a2a9;
  align-self: center;
  font-weight: 300;
  text-decoration: none;
}
.btn.pink.tab-100 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.pink:hover {
  background-color: #fff;
  color: #e7a2a9;
}
.btn.black {
  background-color: #000;
  border: 1px solid #000;
  font-weight: 300;
  text-decoration: none;
}
.btn.black:hover {
  background-color: #fff;
  color: #000;
}
.btn.black.tab-100 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.black.full-width {
  display: flex;
  margin-top: 0;
  width: 100%;
  min-width: 100%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}
.btn-tp {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}
.btn.orange {
  border: 2px solid #d36f4d;
  color: #d36f4d;
  background-color: #fff7ea;
  text-transform: uppercase;
}
.btn.orange:hover {
  color: #000;
  background-color: #fff;
}

.white {
  color: #fff;
}

.yellow {
  background-color: #ffe898;
}

.light-yellow {
  background-color: #fffbed;
}

.purple {
  background-color: #b698b9;
}

.tags-block {
  display: flex;
  align-items: center;
  gap: 0.6vw;
}

.tag-block {
  gap: 0.4vw;
  background-color: #fff;
  border: 1px solid #000;
  border-width: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0.5vw 1vw;
  display: flex;
}
.tag-block-text {
  color: #000;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 300;
}

.two-tags {
  gap: 0.6vw;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.img-block {
  border: 1px solid #000;
  border-radius: 1.4vw;
  width: 31vw;
  height: 31vw;
  object-fit: cover;
}
.img-block.img-contacts {
  width: 100%;
  height: 480px;
}

.pixel-icon {
  width: 3.333vw;
  height: 3.333vw;
}

.checks {
  height: 1vw;
}

.cell-wrapper {
  gap: 1.2vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.library-title {
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  color: #000;
  text-transform: none;
  font-size: 3.889vw;
  font-weight: 300;
  line-height: 3.889vw;
}

.text-upper {
  text-transform: uppercase;
}

.orange-text {
  color: #d36f4d;
}

.yellow-text {
  color: #ffe898;
}

.pink-text {
  color: #e7a2a9;
}

.library-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 2.778vw 1.389vw;
}
.library-list.two-in-row {
  grid-template-columns: 1fr 1fr;
}

.library-card {
  gap: 1.1vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.library-card-overflow {
  min-width: 100%;
  height: auto;
  position: relative;
}
.library-card-title {
  display: flex;
  justify-content: center;
  gap: 1.111vw;
  align-items: center;
}
.library-card-img {
  width: 2.5vw;
  height: 2.5vw;
}
.library-card-name {
  font-size: 1.389vw;
  line-height: 1.7vw;
  font-weight: 600;
  text-decoration: none;
}
.library-card-text {
  font-size: 1.389vw;
  line-height: 1.7vw;
}

.cover {
  border: 1px solid #000;
  border-radius: 1.1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  overflow: hidden;
  cursor: pointer;
}

.cover-card {
  min-width: 100%;
  height: 20vw;
  transition: transform 400ms ease;
  object-fit: cover;
}
.cover-card:hover {
  transform: scale(1.05);
}

.library-plan {
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.library-plan-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.7vw;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1.4vw;
  align-items: flex-start;
  gap: 1.667vw;
  width: 100%;
  height: 20vw;
}
.library-plan-points {
  display: grid;
  width: 100%;
  grid-template-columns: 1.111vw 1fr;
  grid-auto-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 0.694vw 0.556vw;
}
.library-plan .btn {
  height: 43px;
}

.wr-margin-40 {
  margin-bottom: 40px;
}

.wr-margin-80 {
  margin-bottom: 80px;
}

.wr-margin-90 {
  margin-bottom: 90px;
}

.price-wrapper {
  gap: 0.694vw;
  flex-flow: column;
  margin-bottom: 1.111vw;
  margin-top: 1.111vw;
  display: flex;
}

.price-tag {
  gap: 0.833vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.library-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  position: relative;
  background-color: rgba(221, 221, 221, 0);
  height: auto;
}

.mask-slider {
  z-index: 1;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
  width: 24.514vw;
  margin-right: 1.389vw;
}

.library-slide {
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.template-card {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  border: 1px solid #000;
  border-radius: 1.389vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 33vw;
  padding: 1.667vw;
  display: flex;
  background-color: #fff;
}
.template-card-img {
  object-fit: cover;
  border-radius: 0.7vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vw;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
.template-card-img img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}
.template-card-img img:hover {
  transform: scale(1.05);
}
.template-card-about {
  gap: 0.6vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

#services {
  background: url("../img/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.template-img-about {
  grid-column-gap: 1.667vw;
  grid-row-gap: 1.667vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paginator {
  align-items: flex-end;
}

.slider-button-wrapper {
  display: inline-flex;
  gap: 0.5vw;
}

.left-arrow {
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.333vw;
  height: 3.333vw;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s;
}

.right-arrow {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.333vw;
  height: 3.333vw;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s;
}
.right-arrow-white {
  background-color: #fff;
}

.arrow-white {
  height: 1.389vw;
  fill: #fff;
}

.nav-wrap {
  position: relative;
  z-index: 1000;
  top: 0;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  top: 0%;
  background: url("../img/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #000;
  transition: height 250ms ease-out 0ms;
}
.navbar.fixed {
  position: fixed;
  z-index: 1000;
}

.container-m.nav {
  justify-content: center;
  align-items: center;
  width: 76.4vw;
  max-width: none;
  height: 3.8vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.navmenu {
  float: right;
  position: relative;
  margin-right: auto;
}

.nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

.brand-logo {
  justify-content: flex-start;
  align-items: center;
  max-width: 16.944vw;
  display: flex;
  font-size: 22px;
}

.navlink {
  vertical-align: top;
  color: #222;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 1.1vw;
  text-transform: uppercase;
  font-weight: 400;
}

.m-wrap {
  display: flex;
}
.m-wrap a {
  background-color: #000;
  border-radius: 100vw;
  padding: 0.6vw 1.111vw;
  border: 1px solid #000;
  font-size: 0.972vw;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.m-wrap a:hover {
  background-color: #fff;
  color: #000;
}

.burger-menu {
  display: none;
  flex-direction: column;
}

.burger-menu div {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 2px 0;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: none;
  z-index: 1000;
  right: 0;
}

.cookie-button {
  border: 0px solid #d36f4d;
  background-color: #d36f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s;
  display: flex;
  text-transform: uppercase;
}
.cookie-button:hover {
  background-color: rgba(211, 111, 77, 0.8);
  border-width: 0;
}

.cookies-banner {
  grid-row-gap: 0px;
  border: 2px solid #d36f4d;
  background-color: #fff7ea;
  border-radius: 20px;
  flex-direction: column;
  width: 330px;
  height: auto;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
}

.text-x {
  display: flex;
  margin-bottom: 20px;
  gap: 12px;
}

.text-banner {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.footer-sec .paragraph {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.footer-sec .footer-wrapper {
  display: grid;
}

.right-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  gap: 16px;
}
.right-block .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.right-block .wrapper .contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.right-block .wrapper .contacts-wrapper .quick-action {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.right-block .wrapper .points-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.right-block .wrapper .points-wrapper .quick-action {
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.right-block .wrapper .points-wrapper .quick-action .orange-arrow {
  width: 20px;
  margin-top: -2px;
}

input[type=text] {
  font-size: 1.1vw;
}

.wrapper-gif {
  border: 2px solid #d36f4d;
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.gif-subscr {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  width: 31vw;
}

.title-sub {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.title-sub .paragraph-big {
  color: #000;
}

.frame {
  position: absolute;
  border: 1px solid #d36f4d;
  border-radius: 1.4vw;
}

.x-icon {
  cursor: pointer;
}

.testimonial-slider .mask-slider {
  width: auto;
}

.review-card {
  grid-column-gap: 1.389vw;
  grid-row-gap: 2.78vw;
  background-color: #fff;
  border-radius: 1.389vw;
  flex-direction: column;
  align-items: flex-start;
  width: 31vw;
  height: 19vw;
  padding: 1.7vw;
  display: flex;
}
.review-card-img {
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.389vw;
  align-items: center;
  display: flex;
}
.review-card .round-photo {
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 50%;
  object-fit: cover;
}
.review-card-about {
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.389vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contacts_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.contacts_form input, .contacts_form textarea {
  border: 1px solid black;
}
.contacts_form label {
  font-size: 1.1vw;
}
.contacts_form-control--height {
  height: 45px;
}
.contacts_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.4vw;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90.3vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .container.wide {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .container-tp {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 640px;
    padding-top: 0;
    display: flex;
  }
  .center-align.one-level {
    align-items: flex-start;
    justify-content: space-between;
  }
  .checks {
    height: 1.4vw;
  }
  .all-text-wrapper {
    gap: 2.8vw;
    min-width: 47vw;
  }
  .all-content-wrapper {
    width: 90.3vw;
    padding-left: 0;
  }
  .paragraph {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .paragraph-big {
    font-size: 3.8vw;
    line-height: 4.5vw;
  }
  .h1-hero {
    font-size: 6vw;
    line-height: 6.5vw;
  }
  .h2 {
    font-size: 6vw;
    line-height: 6.5vw;
    max-width: 60vw;
  }
  .h3 {
    font-size: 5.2vw;
    line-height: 5.7vw;
  }
  .btn.yellow, .btn.white, .btn.pink {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .grid-3-library {
    grid-template-columns: 1fr;
    gap: 4.79vw 2vw;
  }
  .cover {
    border-radius: 2.395vw;
  }
  .img-block, .cover-card {
    width: 38vw;
    height: 38vw;
    border-radius: 2.395vw;
  }
  .btn.black {
    padding: 2vw 3.4vw;
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .btn.black.full-width {
    font-size: 2vw;
    line-height: 2.2vw;
  }
  .tags-block {
    justify-content: center;
  }
  .tag-block {
    padding: 0.8vw 1.2vw;
  }
  .tag-block-text {
    font-size: 1.7vw;
    line-height: 1.7vw;
  }
  .library-list {
    grid-template-columns: 1fr 1fr;
    gap: 4.79vw 2.395vw;
  }
  .library-card-img {
    width: 3.333vw;
    height: 3.333vw;
  }
  .library-card-name {
    font-size: 2.395vw;
    line-height: 2.234vw;
  }
  .library-card-text {
    font-size: 1.916vw;
    line-height: 140%;
  }
  .library-plan {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .library-plan-card {
    padding: 2.878vw;
    gap: 2.878vw;
    border-radius: 2.395vw;
    height: 100%;
  }
  .library-plan-points {
    gap: 1.119vw 1vw;
    grid-template-columns: auto 1fr;
  }
  .library-plan .btn {
    height: auto;
  }
  .price-wrapper {
    margin-bottom: 1.918vw;
  }
  .price-tag {
    gap: 1.918vw;
  }
  .mask-slider {
    gap: 2.878vw;
    margin-right: 2.395vw;
    width: 36vw;
  }
  .template-card {
    height: 49vw;
    border-radius: 2.395vw;
    padding: 2.878vw;
  }
  .template-card-img {
    height: 21vw;
    border: 1.2vw;
  }
  .template-card-img img {
    height: auto;
  }
  .review-card {
    height: 32vw;
    width: 49vw;
    border-radius: 2.395vw;
  }
  .review-card .round-photo {
    height: 6.8vw;
    width: 6.8vw;
  }
  .left-arrow, .right-arrow {
    width: 6vw;
    height: 6vw;
  }
  .left-arrow img, .right-arrow img {
    height: 2.333vw;
  }
  .container-m.nav {
    justify-content: space-between;
    width: 90.3vw;
    height: 7.2vw;
  }
  .m-wrap {
    margin-left: auto;
    padding-right: 2vw;
  }
  .m-wrap a {
    padding: 1vw 2.2vw;
    font-size: 1.7vw;
  }
  .navmenu {
    display: none;
    flex-direction: column;
    position: fixed;
    padding-top: 8vw;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fffbed;
    z-index: 1001;
  }
  .navmenu.active {
    display: block;
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    top: 7.2vw;
  }
  .burger-menu {
    display: flex;
  }
  .nav-overlay.active {
    display: block;
  }
  .navlink {
    position: relative;
    display: block;
    padding: 2.4vw 5vw;
    font-size: 2.4vw;
  }
  .brand-logo {
    max-width: 37vw;
  }
  .footer-sec .footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .flex-block {
    gap: 72px;
    flex-direction: column;
    margin-top: 75px;
  }
  .sub-wrapper {
    gap: 48px;
  }
  h1.h-thankyou {
    font-size: 40px;
    line-height: 48px;
  }
  .title-sub .paragraph-big {
    font-size: 20px;
    line-height: 24px;
  }
  .banner-sub {
    flex-direction: column;
    gap: 32px;
  }
  .text-wrapper {
    width: 100%;
    max-width: none;
  }
  .pixel-icon {
    width: 4.3vw;
    max-height: 4.3vw;
  }
  .contacts_form label {
    font-size: 2vw;
  }
  .sub-wrapper {
    width: auto;
  }
  .contacts_form-control--height {
    height: 42px;
  }
  input[type=text] {
    font-size: 2vw;
  }
}
@media screen and (max-width: 479px) {
  .container {
    width: 92vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
    justify-content: center;
  }
  .container.wide.relative {
    width: 100vw;
    height: 100%;
  }
  .container.relative {
    text-align: left;
  }
  .container-tp {
    width: 330px;
  }
  .section-hero-wrapper {
    max-width: 100vw;
  }
  .paragraph {
    font-size: 4.2vw;
    line-height: 5.2vw;
    max-width: none;
    text-align: left;
  }
  .paragraph-big {
    font-size: 6.2vw;
    line-height: 7.2vw;
  }
  .center-align {
    flex-direction: column;
    gap: 8vw;
  }
  .all-text-wrapper {
    max-width: none;
    width: 100%;
    gap: 6vw;
  }
  .img-block {
    width: 100%;
    height: 70vw;
    border-radius: 4.2vw;
  }
  .img-block.first {
    order: -1;
  }
  .img-block.img-contacts {
    height: auto;
  }
  .h2 {
    max-width: 80vw;
  }
  .h3 {
    font-size: 7.2vw;
    line-height: 8vw;
  }
  .h1-hero.white.marg-down {
    margin-bottom: 0;
  }
  .h1-hero, .h2 {
    font-size: 8vw;
    line-height: 7.6vw;
  }
  .btn.yellow, .btn.white, .btn.black, .btn.pink {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4.8vw;
    line-height: 4.8vw;
    display: flex;
  }
  .btn.black.full-width {
    font-size: 4.2vw;
    line-height: 4.2vw;
  }
  .tags-block {
    gap: 2.133vw;
  }
  .tags-block.vertical {
    flex-direction: column;
    align-items: flex-start;
  }
  .two-tags {
    grid-column-gap: 2.133vw;
    grid-row-gap: 2.133vw;
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }
  .tag-block {
    padding: 1.6vw 3.2vw;
    gap: 1.6vw;
  }
  .tag-block.white {
    border-width: 1px;
    gap: 1.6vw;
  }
  .tag-block-text {
    font-size: 3.7vw;
    line-height: 3.7vw;
  }
  .checks {
    height: 3vw;
  }
  .library-list {
    grid-template-columns: 1fr;
    gap: 8.533vw;
  }
  .library-list.two-in-row {
    grid-template-columns: 1fr;
  }
  .cover {
    overflow: hidden;
    border-radius: 4.2vw;
    position: static;
  }
  .cover-card {
    height: 70vw;
  }
  .library-card-name {
    font-size: 4.8vw;
    line-height: 120%;
  }
  .library-card-text {
    font-size: 4.267vw;
  }
  .library-plan {
    gap: 3.2vw;
  }
  .library-plan-card {
    border-radius: 4.2vw;
    gap: 6.4vw;
    border-width: 0;
    padding: 6.4vw;
  }
  .library-plan-points {
    gap: 2.667vw 1.6vw;
  }
  .price-wrapper {
    gap: 2.667vw;
  }
  .price-tag {
    gap: 4.267vw;
  }
  .mask-slider {
    width: 92vw;
  }
  .library-slide {
    width: 92vw;
  }
  .template-card {
    height: 120vw;
    padding: 6.4vw;
    gap: 6.4vw;
    border-radius: 4.2vw;
  }
  .review-card {
    min-height: 56vw;
    padding: 6.4vw;
    gap: 6.4vw;
    border-radius: 4.2vw;
    width: auto;
  }
  .template-img-about {
    gap: 6.4vw;
  }
  .template-card-img {
    height: 52vw;
    border-radius: 2.667vw;
  }
  .template-card-about {
    gap: 2.133vw;
  }
  .left-arrow, .right-arrow {
    width: 14vw;
    height: 14vw;
  }
  .left-arrow img, .right-arrow img {
    height: 8vw;
  }
  .paginator {
    flex-direction: column;
    align-items: start;
  }
  .brand-logo {
    max-width: 46vw;
    padding-left: 0;
  }
  .container-m.nav {
    height: 14vw;
    width: 92vw;
  }
  .m-wrap {
    padding-right: 5vw;
  }
  .m-wrap a {
    padding: 3.733vw 3.733vw;
    font-size: 3.733vw;
  }
  .navmenu {
    z-index: 1000;
    width: 100%;
    margin-top: 0;
    padding-top: 4.5vw;
    padding-left: 4vw;
    padding-right: 5vw;
  }
  .navmenu.active {
    top: 14vw;
  }
  .navlink {
    font-size: 4.267vw;
    padding: 3.2vw 0;
  }
  .cookie-banner {
    position: fixed;
    bottom: 0;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    z-index: 2000;
  }
  .cookies-banner {
    margin-left: auto;
    margin-right: auto;
  }
  .text-banner {
    margin-bottom: 0;
  }
  .text-x {
    flex-direction: row;
    gap: 8px;
  }
  .x-icon {
    width: 28px;
    max-width: 28px;
  }
  .pixel-icon {
    width: 6.2vw;
    height: 6.2vw;
  }
  .contacts_wrapper {
    grid-template-columns: 1fr;
  }
  .contacts_form label {
    font-size: 4.2vw;
  }
  .right-block .wrapper .points-wrapper {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=main.min.css.map */