/*
Theme Name: Poppers
Theme URI: #
Author: Alexander Yadryshnikov
Author URI: https://vk.com/sailing_neutrino_seas
Description: Fisting is 300$
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 8.1
Version: 1.0
*/
@import url(styles/swiper-bundle.min.css);
@layer normalize, fonts, utilities, main, media;
@layer normalize {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0; }

  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block; }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent; }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

  sub {
    bottom: -0.25em; }

  sup {
    top: -0.5em; }

  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none; }

  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible; }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none; }

  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }

  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline; }

  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto; }

  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block; }

  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }

  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none; }

  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none; }

  * {
    box-sizing: border-box;
    outline: none; }

  a {
    text-decoration: none;
    color: inherit; }

  a, button {
    cursor: pointer; }

  input, button {
    border: none;
    padding: 0;
    background: none;
    display: inline-block; }

  p, ul, h1, h2, h3, h4, h5, h6, ol {
    padding: 0;
    margin: 0;
    font-weight: normal; }

  ul, ol {
    list-style: none; } }
@layer utilities {
  :root {
    --index: calc(1vw);
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-500: #6B7280;
    --gray-900: #111928;
    --orange: #DE5E37;
    --yellow-900: #633112;
    --green: #67C15E;
    --border-radius: 2.5rem;
    --button-gradient: linear-gradient(270deg, #DE5E37 0%, rgba(250, 156, 127, 0.77) 48.44%, #DE5E37 100%);
    --button-gradient-hover: linear-gradient(270deg, #FF4B14 0%, rgba(255, 134, 97, 0.77) 48.44%, #FF511C 100%);
    --shadow-lg: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
    --feature-bg: rgba(217, 217, 217, 0.15); }

  html {
    font-size: 10px;
    background: radial-gradient(92.14% 79.85% at 68.52% 10.8%, #070300 0%, #010302 100%);
    font-family: Montserrat, sans-serif; }

  body {
    position: relative; }

  .container {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
    width: auto; }

  .d-flex {
    display: flex; }

  .justify-center {
    justify-content: center; }

  .justify-between {
    justify-content: space-between; }

  .align-center {
    align-items: center; }

  .my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem; }

  .center {
    transform: translateX(-50%);
    position: relative;
    left: 50%; } }
@layer main {
  .img-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; }

  .img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1; }

  .header {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .header__wrap {
      display: flex;
      gap: 1.6rem; }
      .header__wrap--column {
        flex-direction: column; }
    .header__logo {
      margin-right: 1.7rem; }
    .header__caption {
      color: var(--gray-300);
      font-size: 1.2rem;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
    .header-nav {
      display: flex;
      gap: 3.2rem; }
      .header-nav__link {
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        color: #fff; }
    .header__contact {
      display: flex;
      flex-direction: column; }
    .header__round-the-clock {
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      color: var(--gray-200, #E5E7EB);
      position: relative; }
      .header__round-the-clock::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        background-color: var(--green, #67C15E);
        border-radius: 50%;
        overflow: hidden; }
    .header__phone {
      color: var(--gray-100, #F3F4F6);
      font-size: 2.4rem;
      font-style: normal;
      font-weight: 600;
      line-height: 150%; }

  .section-first {
    padding-top: 17rem;
    padding-bottom: 19rem;
    display: flex;
    justify-content: start; }
    .section-first__wrap {
      display: flex;
      flex-direction: column; }
    .section-first__links {
      margin-bottom: 5rem;
      gap: 7rem;
      display: flex;
      align-items: center; }
    .section-first__subtitle {
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      color: var(--gray-300);
      margin-bottom: 23px; }
    .section-first__manufacturers {
      display: flex;
      justify-content: space-between;
      width: 100%; }
  .section-features {
    display: flex;
    gap: 5rem; }
  .section-products {
    padding-top: 7rem;
    padding-bottom: 8rem; }
  .section-why {
    padding-bottom: 7rem; }
  .section-location {
    margin-bottom: 5.1rem; }
  .section-map {
    padding-bottom: 10rem; }

  .title {
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    text-align: center; }
    .title--main {
      font-size: 6.4rem;
      font-style: normal;
      line-height: 120%;
      margin-bottom: 4.4rem;
      text-align: left; }

  .text {
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    .text strong {
      color: #FFF;
      font-size: 2rem;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }

  .link {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: var(--orange);
    white-space: nowrap;
    width: fit-content;
    display: inline-block;
    transition: all .2s linear; }
    .link:hover {
      color: #fff;
      transition: all .2s linear; }
    .link--btn {
      height: fit-content;
      position: relative; }
      .link--btn span {
        background: var(--orange);
        background-image: var(--button-gradient);
        color: var(--yellow-900);
        padding-left: 51px;
        padding-right: 51px;
        padding-top: 33px;
        padding-bottom: 33px;
        border-radius: 1.5rem;
        position: relative;
        z-index: 1;
        display: block;
        transition: all .2s linear; }
      .link--btn::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0.7rem;
        width: 100%;
        height: 100%;
        background-color: #CB502B;
        z-index: 0;
        border-radius: 1.5rem; }
      .link--btn:hover span {
        background-image: var(--button-gradient-hover);
        color: #fff;
        transform: translateY(0.7rem);
        transition: all .2s linear; }

  .manufacturer-link {
    border-radius: 15px;
    border: 1px solid var(--gray-100, #F3F4F6);
    box-shadow: var(--shadow-lg);
    padding-left: 10px;
    padding-right: 10px;
    max-width: 10rem; }
    .manufacturer-link__flag {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .manufacturer-link:hover {
      transform: scale(1.1); }
    .manufacturer-link--doubled {
      position: relative; }
      .manufacturer-link--doubled .manufacturer-link__flag {
        position: relative;
        width: 8rem;
        border-radius: 1.5rem; }
        .manufacturer-link--doubled .manufacturer-link__flag--china {
          position: absolute;
          left: 6px;
          top: -6px; }
        .manufacturer-link--doubled .manufacturer-link__flag--us {
          right: -4px;
          bottom: -6px; }

  .feature {
    background-color: var(--feature-bg);
    border-radius: 1.5rem;
    position: relative;
    padding: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%; }
    .feature::before {
      content: '';
      position: absolute;
      pointer-events: none;
      left: 1rem;
      top: 1rem;
      bottom: 1rem;
      right: 1rem;
      border-radius: 1.5rem;
      border: 1px dashed var(--gray-100); }
    .feature__title {
      color: #fff;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 800;
      line-height: 150%; }
    .feature__text {
      color: #fff;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }

  .products-slider {
    padding-top: 4.2rem; }
    .products-slider-slide {
      background-color: #fff;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      aspect-ratio: 1/1.2;
      border-radius: 0.8rem; }
      .products-slider-slide__img {
        display: inline-block;
        margin-bottom: 2.4rem;
        height: 100%;
        max-height: 27.5rem; }
      .products-slider-slide__title {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        color: var(--gray-900);
        width: 100%;
        text-align: left;
        margin-bottom: 2rem; }
      .products-slider-slide__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
      .products-slider-slide__price {
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        color: var(--gray-900); }
      .products-slider-slide__buy {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        padding: 1rem 2rem;
        background-color: var(--orange);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        border-radius: 0.8rem;
        color: #fff; }

  .why__wrap {
    padding-top: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .why__wrap .title {
      margin-bottom: 3.3rem; }
    .why__wrap .text {
      text-align: center;
      margin-bottom: 3.2rem; }
  .why-timeline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative; }
    .why-timeline::before {
      content: '2008';
      position: absolute;
      left: 0;
      transform: translateX(-30%);
      top: -7rem;
      color: #fff;
      font-size: 2.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }
    .why-timeline::after {
      content: '2023';
      position: absolute;
      right: 0;
      transform: translateX(30%);
      top: -7rem;
      color: #fff;
      font-size: 2.4rem;
      font-style: normal;
      font-weight: 700;
      line-height: 150%; }
    .why-timeline__item {
      background-color: #fff;
      width: 2rem;
      height: 2.9rem; }
      .why-timeline__item.with-date {
        height: 5.4rem; }

  .location-wrap {
    display: flex;
    gap: 6rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .location-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .location-content .title {
      margin-bottom: 1.6rem;
      text-align: left;
      line-height: 150%; }
    .location-content .text {
      text-align: left;
      line-height: 150%; }
  .location__figure {
    height: 100%;
    width: 100%;
    background-color: var(--gray-500);
    border-radius: 1.5rem;
    overflow: hidden; }
  .location__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .map {
    margin-top: 5rem; }
    .map iframe {
      width: 100%;
      height: 53rem;
      border-radius: 1.5rem; }

  .reviews-wrap {
    display: flex;
    gap: 5rem;
    padding-top: 7.5rem;
    padding-bottom: 10rem; }
  .reviews-column {
    width: 50%;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden; }
  .reviews-google {
    background-color: #fff; }
  .reviews-yandex__block {
    height: 100%; }

  .last-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 10rem; }
    .last-wrap .link {
      margin-bottom: 6rem; }
    .last-wrap h3 {
      margin-bottom: 1.6rem; }
    .last-wrap .header__phone {
      font-size: 3.6rem; }
    .last-wrap .header__wrap {
      gap: 2rem;
      align-items: end; }
  .last__desc {
    margin-bottom: 4.7rem;
    display: inline-block; }

  .footer {
    padding-top: 2rem;
    padding-bottom: 6rem; }
    .footer-wrap {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer-wrap .header__wrap {
        margin-bottom: 2rem; }
    .footer-menu {
      display: flex;
      gap: 2rem;
      margin-bottom: 3rem; }
      .footer-menu__link {
        color: #fff;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }

  .credentials {
    color: var(--gray-500);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: inline-block; }

  .modal {
    background-color: var(--feature-bg);
    border-radius: 1.5rem;
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 50rem;
    height: 50rem; }
    .modal::before {
      content: '';
      position: absolute;
      pointer-events: none;
      left: 1rem;
      top: 1rem;
      bottom: 1rem;
      right: 1rem;
      border-radius: 1.5rem;
      border: 1px dashed var(--gray-100); }
    .modal-wrapper {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      background-color: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(10px);
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .modal-wrapper.active {
        display: flex; }
    .modal__cross {
      position: absolute;
      right: -3.5rem;
      top: -3.5rem;
      width: 3rem; }
      .modal__cross svg {
        pointer-events: none; }
    .modal__wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      overflow-y: scroll;
      height: 100%; }
      .modal__wrap::-webkit-scrollbar {
        width: 0.5rem;
        height: 10rem; }
      .modal__wrap::-webkit-scrollbar-thumb {
        background-color: var(--gray-300);
        border-radius: 999px; }
    .modal__title {
      margin-bottom: 1.5rem; } }
@layer media {
  @media (max-width: 1600px) {
    .header__caption {
      display: none; }

    .why__wrap .text {
      font-size: 1.5rem; } }
  @media (max-width: 1400px) {
    html {
      font-size: calc(1vw / 1.8); }

    .header__logo {
      width: 30rem; }

    .header__social {
      width: 3.5rem;
      height: 3.5rem; }
      .header__social img {
        width: 100%;
        height: 100%; }

    .manufacturer-link {
      display: flex; }

    .products-slider-slide__img {
      max-height: unset; }

    .link--btn span {
      padding: 3.3rem 5rem; }

    .products-slider-slide {
      height: 55rem; } }
  @media (max-width: 768px) {
    .container {
      margin-left: 5rem;
      margin-right: 5rem; }

    html {
      font-size: calc(1vw); }

    .header-nav {
      display: none; }

    body {
      background-color: rgba(0, 0, 0, 0.3); }

    .section-first__wrap {
      align-items: center;
      width: 100%; }

    .section-features {
      flex-direction: column; }

    .feature__text br {
      display: none; }

    .why-timeline__item:nth-child(even) {
      display: none; }

    .why__wrap .text {
      width: 70%; }

    .location__figure {
      margin-left: 0; }

    .location-wrap {
      flex-direction: column; }

    .section-last .header__social {
      margin-bottom: 1rem; }

    .footer-menu {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .footer-menu__link {
        font-size: 2rem; }

    .modal {
      width: 85%;
      height: 80rem; } }
  @media (max-width: 576px) {
    html {
      font-size: calc(1vw * 1.3); }

    .title--main br {
      display: none; }

    .section-first__subtitle {
      font-size: 3.4rem; }

    .section-first {
      padding-bottom: 7rem; }

    .feature__img {
      width: 10rem; }

    .header__round-the-clock {
      font-size: 2rem; }

    .feature__title {
      font-size: 2.5rem; }

    .feature__text {
      font-size: 2rem; }

    .why__wrap .text {
      font-size: 2rem;
      line-height: 180%; }

    .reviews-yandex__block {
      height: 300rem; }

    .reviews-wrap {
      flex-direction: column; }

    .reviews-column {
      width: 100%; }

    .products-slider-slide__buy {
      font-size: 2.4rem; }

    .manufacturer-link--doubled .manufacturer-link__flag--china {
      width: 6rem;
      position: absolute;
      left: 5px;
      top: -1px;
      height: 6rem; }

    .manufacturer-link--doubled .manufacturer-link__flag--us {
      width: 6rem;
      right: 0px;
      bottom: -2px;
      height: 6rem; } } }

/*# sourceMappingURL=style.css.map */
