@charset "UTF-8";
header {
  background-image: url("../image/header_pc_big.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 753px;
  padding-top: 20px; }
  header .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-family: "Grenouille Cyr"; }
    header .header__menu .menu__yakor {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center; }
      header .header__menu .menu__yakor > li {
        margin-left: 15px;
        margin-right: 15px; }
        header .header__menu .menu__yakor > li a {
          color: #fefefe;
          font-family: "Grenouille Cyr";
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 1.8px; }
    header .header__menu .menu__language {
      display: flex; }
      header .header__menu .menu__language .language__lang i {
        background-image: url("../image/lang.png");
        display: block; }
        header .header__menu .menu__language .language__lang i.lang__ru {
          width: 30px;
          height: 29px;
          background-position: -2px -2px; }
        header .header__menu .menu__language .language__lang i.lang__ua {
          width: 32px;
          height: 27px;
          background-position: -36px -2px; }
        header .header__menu .menu__language .language__lang i.active {
          opacity: 0.8; }
          header .header__menu .menu__language .language__lang i.active:hover {
            cursor: default; }
        header .header__menu .menu__language .language__lang i:hover {
          cursor: pointer;
          -webkit-animation: swing 0.3s;
          animation: swing 0.3s; }
      header .header__menu .menu__language .language__lang:first-child {
        margin-right: 12px; }
  header .header__text {
    padding-top: 80px; }
    header .header__text h1 {
      color: #fefefe;
      font-family: "Grenouille Cyr";
      font-size: 80px;
      font-weight: bold;
      line-height: 80px;
      letter-spacing: 8px;
      margin-top: 0;
      padding-top: 0;
      max-width: 775px;
      margin-bottom: 20px; }
    header .header__text p {
      font-family: "Mandy 's Sketch";
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 1.5px;
      max-width: 610px;
      margin-bottom: 30px; }
    header .header__text .text__btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center; }
      header .header__text .text__btn img {
        display: none; }
      header .header__text .text__btn .el__btn__big--1 {
        box-shadow: 0 0 6px 1px rgba(3, 16, 189, 0.29);
        border-radius: 28px;
        background-color: #0310bd;
        padding-right: 81px;
        margin-right: 30px; }
        header .header__text .text__btn .el__btn__big--1 i {
          background-image: url("../image/header_icon.png");
          display: block;
          width: 66px;
          height: 74px;
          background-position: -69px -2px;
          position: absolute;
          right: 0;
          top: -5px;
          transition: 0.5s all; }
        header .header__text .text__btn .el__btn__big--1:hover {
          background-color: rgba(3, 16, 189, 0.29);
          box-shadow: 0 0 6px 1px #0310bd; }
          header .header__text .text__btn .el__btn__big--1:hover i {
            transform: rotate(-20deg); }
      header .header__text .text__btn .el__btn__big--2 {
        padding-right: 70px; }
        header .header__text .text__btn .el__btn__big--2 .el__btn__sticker {
          width: 63px;
          height: 62px;
          background-position: -2px -2px;
          background-image: url("../image/header_icon.png");
          position: absolute;
          right: -1px;
          top: -24px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #ffffff; }
          header .header__text .text__btn .el__btn__big--2 .el__btn__sticker small {
            font-size: 11px;
            font-weight: 400;
            line-height: 12px;
            letter-spacing: 0.6px; }
          header .header__text .text__btn .el__btn__big--2 .el__btn__sticker span {
            font-size: 17px;
            letter-spacing: 0.9px; }
        header .header__text .text__btn .el__btn__big--2:hover {
          box-shadow: 0 0 6px 1px #db0015;
          background-color: rgba(219, 0, 21, 0.29); }
  @media (max-width: 767.98px) {
    header {
      min-height: auto; }
      header .header__menu {
        flex-wrap: nowrap;
        justify-content: space-between; }
        header .header__menu .menu__logo {
          max-width: 100px;
          margin-bottom: 20px; }
        header .header__menu .menu__yakor {
          display: none; }
        header .header__menu .menu__language {
          flex-direction: column;
          display: flex;
          justify-content: flex-end; }
          header .header__menu .menu__language .language__lang:first-child {
            margin-right: 0;
            margin-bottom: 12px; }
      header .header__text {
        padding-top: 30px;
        text-align: center; }
        header .header__text h1 {
          font-size: 38px;
          font-weight: bold;
          line-height: 42px;
          letter-spacing: 5px; }
        header .header__text p {
          display: none; }
        header .header__text .text__btn {
          position: relative;
          top: -30px;
          flex-direction: column; }
          header .header__text .text__btn img {
            display: block;
            max-width: 100%; }
          header .header__text .text__btn .el__btn__big {
            width: 100%;
            max-width: 100%; }
          header .header__text .text__btn .el__btn__big--1 {
            margin-right: 0;
            margin-bottom: 30px; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    header {
      background-position: 75%; }
      header .header__menu .menu__yakor {
        display: none; }
      header .header__text {
        max-width: 400px; }
        header .header__text h1 {
          font-size: 48px;
          line-height: 52px; }
        header .header__text p {
          font-size: 16px;
          line-height: 20px; }
        header .header__text .text__btn {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          align-content: flex-start; }
          header .header__text .text__btn .el__btn__big {
            max-width: 280px;
            width: 100%; }
            header .header__text .text__btn .el__btn__big.el__btn__big--1 {
              margin-right: 0;
              margin-bottom: 40px; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    header {
      background-position: 75%; }
      header .header__text {
        max-width: 600px; }
        header .header__text h1 {
          font-size: 58px;
          line-height: 60px; } }
  @media (min-width: 1199.99px) and (max-width: 1499.98px) {
    header {
      background-position: 75%; } }

.owl-nav {
  position: absolute;
  top: calc(50% - 22.5px);
  width: calc(100% + 40px);
  left: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .owl-nav button {
    outline: none; }
  .owl-nav .owl__arrow {
    background-image: url("../image/b5_elips.svg");
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .owl-nav .owl__arrow:hover {
      -webkit-animation: pulse 0.5s;
      animation: pulse 0.5s;
      animation-iteration-count: infinite; }
    .owl-nav .owl__arrow .arrow__icon {
      background-image: url("../image/arrow-point-to-right.png");
      width: 16px;
      height: 16px;
      display: block; }
      .owl-nav .owl__arrow .arrow__icon.arrow__icon--left {
        transform: rotate(-180deg); }

.b1 {
  padding-top: 60px;
  padding-bottom: 120px; }
  .b1 .b1__product {
    display: block;
    margin: 77px auto 130px auto; }
  .b1 .owl-carousel {
    margin-top: 55px; }
    .b1 .owl-carousel .owl-item img {
      width: auto; }
    .b1 .owl-carousel .carousel__item div {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      transition: 0.5s all; }
      .b1 .owl-carousel .carousel__item div .item__text {
        position: absolute;
        background-image: url("../image/elips.svg");
        width: 119px;
        height: 119px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        transition: 0.5s all;
        text-align: center; }
        .b1 .owl-carousel .carousel__item div .item__text span {
          transition: 0.5s all;
          color: #ffffff;
          font-family: "Grenouille Cyr";
          font-size: 20px;
          font-weight: bold;
          line-height: 20px;
          text-transform: uppercase;
          letter-spacing: 2px;
          transform: rotate(0deg); }
        .b1 .owl-carousel .carousel__item div .item__text.item__text--1 {
          transform: rotate(25deg); }
          .b1 .owl-carousel .carousel__item div .item__text.item__text--1 span {
            transform: rotate(-25deg); }
        .b1 .owl-carousel .carousel__item div .item__text.item__text--2 {
          transform: rotate(40deg); }
          .b1 .owl-carousel .carousel__item div .item__text.item__text--2 span {
            transform: rotate(-40deg); }
      .b1 .owl-carousel .carousel__item div:hover .item__text {
        transform: rotate(0deg); }
        .b1 .owl-carousel .carousel__item div:hover .item__text span {
          transform: rotate(0deg); }
  @media (max-width: 767.98px) {
    .b1 .b1__product {
      display: block;
      margin: 30px auto 60px auto;
      padding-left: 15px;
      padding-right: 15px; }
    .b1 .owl-carousel {
      margin-top: 40px;
      margin-bottom: 40px;
      width: calc(100% + 30px);
      left: -15px; }
      .b1 .owl-carousel .owl-item img {
        width: auto;
        max-width: 180px; }
    .b1 .item__text {
      width: 100px !important;
      height: 100px !important;
      background-size: cover; }
      .b1 .item__text span {
        font-size: 16px !important;
        font-weight: 400 !important; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .b1 .b1__product {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    .b1 .owl-carousel .owl-item img {
      max-width: 100%;
      height: auto; } }

.b2 {
  background-image: url("../image/b2_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 509px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .b2 .b2__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center; }
    .b2 .b2__item .item__icon {
      max-width: 166px;
      max-height: 166px;
      margin-bottom: 25px;
      position: relative; }
      .b2 .b2__item .item__icon .icon_1 {
        background-image: url("../image/1_b2.png");
        width: 215px;
        height: 167px; }
      .b2 .b2__item .item__icon .icon_2 {
        background-image: url("../image/2_b2.png");
        width: 185px;
        height: 176px; }
      .b2 .b2__item .item__icon .icon_3 {
        background-image: url("../image/3_b2.png");
        width: 195px;
        height: 177px; }
      .b2 .b2__item .item__icon .icon_4 {
        background-image: url("../image/4_b2.png");
        width: 173px;
        height: 189px; }
    .b2 .b2__item .item__text > div {
      color: #ffffff;
      font-family: "Mandy 's Sketch";
      font-size: 22px;
      line-height: 25px;
      letter-spacing: 2.2px; }
  @media (max-width: 767.98px) {
    .b2 {
      min-height: 450px;
      padding-top: 50px;
      background-position: right; }
      .b2 .b2__item {
        margin-bottom: 30px; }
        .b2 .b2__item .item__icon {
          width: 83px;
          height: 83px;
          margin-bottom: 15px; }
          .b2 .b2__item .item__icon .icon_1,
          .b2 .b2__item .item__icon .icon_2,
          .b2 .b2__item .item__icon .icon_3,
          .b2 .b2__item .item__icon .icon_4 {
            width: 100%;
            height: 100%;
            background-size: cover; }
        .b2 .b2__item .item__text > div {
          font-size: 16px;
          line-height: 18px; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .b2 {
      min-height: 400px; }
      .b2 .b2__item .item__icon {
        width: 120px;
        height: 120px;
        margin-bottom: 15px; }
        .b2 .b2__item .item__icon .icon_1,
        .b2 .b2__item .item__icon .icon_2,
        .b2 .b2__item .item__icon .icon_3,
        .b2 .b2__item .item__icon .icon_4 {
          width: 100%;
          height: 100%;
          background-size: cover; }
      .b2 .b2__item .item__text > div {
        font-size: 18px;
        line-height: 21px; } }

.b3 {
  padding-top: 40px;
  position: relative;
  overflow: hidden; }
  .b3 .el__title__big {
    margin-bottom: 45px; }
  .b3 .b3__products {
    position: relative;
    z-index: 2; }
    .b3 .b3__products .products__product {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-bottom: 120px; }
      .b3 .b3__products .products__product > div {
        margin-left: 15px;
        margin-right: 15px; }
        .b3 .b3__products .products__product > div:first-child {
          margin-left: 0; }
        .b3 .b3__products .products__product > div:last-child {
          margin-right: 0; }
      .b3 .b3__products .products__product .product__image {
        width: calc(60% - 15px);
        position: relative; }
        .b3 .b3__products .products__product .product__image img {
          position: relative;
          z-index: 2; }
        .b3 .b3__products .products__product .product__image .image__background {
          position: absolute;
          display: block;
          width: 383px;
          height: 395px;
          background-color: #0d19b1;
          opacity: 0.2;
          border-radius: 60px;
          transition: 0.5s all; }
          .b3 .b3__products .products__product .product__image .image__background.image__background--1 {
            top: 55px;
            transform: rotate(-10deg);
            left: 50px; }
          .b3 .b3__products .products__product .product__image .image__background.image__background--2 {
            right: 0;
            top: 0px;
            left: auto;
            transform: rotate(30deg); }
          .b3 .b3__products .products__product .product__image .image__background.image__background--3 {
            left: 20px;
            top: 0;
            transform: rotate(45deg); }
        .b3 .b3__products .products__product .product__image:hover .image__background {
          transform: rotate(0deg);
          opacity: 0; }
      .b3 .b3__products .products__product .product__info {
        width: calc(40% - 15px); }
        .b3 .b3__products .products__product .product__info .info__name {
          color: #000000;
          font-family: "Grenouille Cyr";
          font-size: 45px;
          font-weight: bold;
          line-height: 45px;
          text-transform: uppercase;
          letter-spacing: 4.5px;
          margin-bottom: 45px; }
        .b3 .b3__products .products__product .product__info .info__list {
          padding-left: 0;
          list-style: none; }
          .b3 .b3__products .products__product .product__info .info__list li {
            color: #000000;
            font-family: "Mandy 's Sketch";
            font-size: 17px;
            font-weight: 400;
            line-height: 40px;
            letter-spacing: 0.9px;
            background-image: url("../image/b3_list.png");
            background-position: left top;
            background-repeat: no-repeat;
            padding-left: 40px; }
        .b3 .b3__products .products__product .product__info small {
          color: #000000;
          font-family: "Mandy 's Sketch";
          font-size: 12px;
          font-weight: 400;
          line-height: 14px;
          letter-spacing: 0.6px; }
        .b3 .b3__products .products__product .product__info .old__price {
          position: relative;
          margin-top: 20px;
          bottom: -10px;
          color: #727272;
          font-family: "Mandy 's Sketch";
          font-size: 35px;
          font-weight: 400;
          line-height: 35px;
          text-decoration: line-through;
          letter-spacing: 1.75px; }
        .b3 .b3__products .products__product .product__info .info__footer {
          display: flex;
          justify-content: space-between;
          align-items: center;
          align-content: center;
          margin-top: 30px; }
          .b3 .b3__products .products__product .product__info .info__footer span {
            color: #0310bd;
            font-family: "Mandy 's Sketch";
            font-size: 55px;
            font-weight: 400;
            line-height: 40px;
            letter-spacing: 2.75px; }
  .b3 .b3__bg {
    background-image: url("../image/b3_bg.png");
    display: block;
    background-repeat: no-repeat;
    position: absolute; }
    .b3 .b3__bg.bg__icon_1 {
      width: 99px;
      height: 185px;
      background-position: -2px -2px;
      top: 10%;
      left: 10%; }
    .b3 .b3__bg.bg__icon_2 {
      width: 111px;
      height: 132px;
      background-position: -2px -191px;
      top: 5%;
      right: 10%; }
    .b3 .b3__bg.bg__icon_3 {
      width: 144px;
      height: 103px;
      background-position: -2px -327px;
      top: 40%;
      left: 10%; }
    .b3 .b3__bg.bg__icon_4 {
      width: 136px;
      height: 265px;
      background-position: -2px -434px;
      top: 50%;
      right: 10%; }
    .b3 .b3__bg.bg__icon_5 {
      width: 127px;
      height: 117px;
      background-position: -2px -703px;
      bottom: 4%;
      left: 10%; }
    .b3 .b3__bg.bg__icon_6 {
      width: 74px;
      height: 183px;
      background-position: -2px -824px;
      bottom: 4%;
      right: 0; }
  @media (max-width: 767.98px) {
    .b3 .b3__products .products__product {
      flex-direction: column;
      margin-bottom: 60px; }
      .b3 .b3__products .products__product:nth-child(2) {
        flex-direction: column-reverse; }
      .b3 .b3__products .products__product > div {
        margin-left: 0;
        margin-right: 0; }
      .b3 .b3__products .products__product .product__image {
        margin-bottom: 10px;
        width: 100%; }
        .b3 .b3__products .products__product .product__image img {
          max-width: 100%;
          height: auto; }
        .b3 .b3__products .products__product .product__image .image__background {
          display: none; }
      .b3 .b3__products .products__product .product__info {
        width: 100%; }
        .b3 .b3__products .products__product .product__info .info__name {
          font-size: 32px;
          line-height: 32px;
          text-align: center; }
        .b3 .b3__products .products__product .product__info .info__list li {
          font-size: 16px;
          line-height: 30px;
          margin-bottom: 10px; }
        .b3 .b3__products .products__product .product__info .old__price {
          font-size: 26px;
          line-height: 26px;
          bottom: 0px; }
        .b3 .b3__products .products__product .product__info .info__footer {
          margin-top: 15px; }
          .b3 .b3__products .products__product .product__info .info__footer span {
            font-size: 32px;
            line-height: 32px; }
    .b3 .b3__bg {
      display: none; } }
  @media (min-width: 767.99px) and (max-width: 1199.98px) {
    .b3 .b3__products .products__product .product__image img {
      max-width: 100%;
      height: auto; }
    .b3 .b3__products .products__product .product__image .image__background {
      display: none; }
    .b3 .b3__products .products__product .product__info .info__name {
      font-size: 26px;
      line-height: 26px;
      margin-bottom: 25px; }
    .b3 .b3__products .products__product .product__info .info__list li {
      font-size: 14px;
      line-height: 30px; }
    .b3 .b3__products .products__product .product__info .info__footer span {
      font-size: 32px;
      line-height: 32px; }
    .b3 .b3__bg {
      display: none; } }

.b4 {
  background-image: url("../image/b4_pc.jpg");
  min-height: 978px;
  padding-top: 130px; }
  .b4 .el__title__big {
    margin-bottom: 100px; }
  .b4 #timeread1330e8cd9d0a5468a18152da7c2e3 {
    font-family: "Mandy 's Sketch";
    margin-bottom: 60px; }
  .b4 .b4__down {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center; }
    .b4 .b4__down .down__text {
      width: 60%;
      color: #ffffff;
      font-family: "Mandy 's Sketch";
      font-weight: bold;
      line-height: 60px;
      text-transform: uppercase;
      font-size: 45px;
      letter-spacing: 1.8px; }
      .b4 .b4__down .down__text small {
        font-size: 26px;
        letter-spacing: 1.5px; }
    .b4 .b4__down .down__form {
      width: 40%;
      max-width: 360px;
      box-shadow: 0 0 3px rgba(0, 0, 1, 0.38);
      border-radius: 50px;
      border: 7px solid #bd0416;
      background-color: rgba(255, 255, 255, 0.1);
      padding-top: 33px;
      padding-bottom: 33px;
      padding-left: 40px;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      align-content: center; }
      .b4 .b4__down .down__form .form__title {
        color: #ffffff;
        font-family: "Mandy 's Sketch";
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 1.4px;
        margin-bottom: 30px; }
      .b4 .b4__down .down__form form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%; }
        .b4 .b4__down .down__form form input[type=text] {
          width: 100%;
          max-width: 280px; }
        .b4 .b4__down .down__form form .el__btn__big {
          width: 100%;
          max-width: 280px;
          margin-top: 10px; }
  @media (max-width: 767.98px) {
    .b4 {
      padding-top: 80px; }
      .b4 .el__title__big {
        margin-bottom: 30px; }
      .b4 .b4__down {
        flex-direction: column; }
        .b4 .b4__down .down__text {
          margin-bottom: 20px;
          width: 100%;
          line-height: 32px;
          font-size: 21px; }
          .b4 .b4__down .down__text small {
            font-size: 16px;
            line-height: 18px; }
        .b4 .b4__down .down__form {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 15px;
          padding-bottom: 15px; } }
  @media (min-width: 767.99px) and (max-width: 991.98px) {
    .b4 {
      padding-top: 80px; }
      .b4 .el__title__big {
        margin-bottom: 80px; } }

.b5 {
  padding-top: 90px;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden; }
  .b5 .container {
    position: relative;
    z-index: 2;
    max-width: 945px; }
  .b5 .owl-rev {
    margin-top: 70px;
    margin-bottom: 120px;
    position: relative; }
    .b5 .owl-rev .owl-nav {
      position: absolute;
      top: 50%;
      width: calc(100% + 140px);
      left: -70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
      .b5 .owl-rev .owl-nav button {
        outline: none; }
      .b5 .owl-rev .owl-nav .owl__arrow {
        background-image: url("../image/b5_elips.svg");
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        .b5 .owl-rev .owl-nav .owl__arrow:hover {
          -webkit-animation: pulse 0.5s;
          animation: pulse 0.5s;
          animation-iteration-count: infinite; }
        .b5 .owl-rev .owl-nav .owl__arrow .arrow__icon {
          background-image: url("../image/arrow-point-to-right.png");
          width: 16px;
          height: 16px;
          display: block; }
          .b5 .owl-rev .owl-nav .owl__arrow .arrow__icon.arrow__icon--left {
            transform: rotate(-180deg); }
  .b5 .owl-carousel .owl-item .item {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .b5 .owl-carousel .owl-item img {
    width: auto; }
  .b5 .accordion {
    position: relative;
    z-index: 2;
    margin-top: 80px; }
    .b5 .accordion .faq {
      margin-bottom: 20px; }
      .b5 .accordion .faq .faq-header button {
        color: #000000;
        font-family: "Mandy 's Sketch";
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 1px;
        border-radius: 35px;
        border: 3px solid #0d19b1;
        background-color: #fffbfb;
        padding-left: 40px;
        padding-top: 22px;
        padding-bottom: 22px;
        outline: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        position: relative;
        max-height: 70px;
        transition: 0.5s all; }
        .b5 .accordion .faq .faq-header button .faq__arrow {
          background-image: url("../image/b5_elips.svg");
          position: absolute;
          right: 40px;
          width: 45px;
          height: 45px;
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center; }
          .b5 .accordion .faq .faq-header button .faq__arrow .arrow__icon {
            background-image: url("../image/arrow-point-to-right.png");
            width: 16px;
            height: 16px;
            display: block;
            transition: 0.5s all; }
        .b5 .accordion .faq .faq-header button.collapsed .arrow__icon {
          transform: rotate(-90deg); }
        .b5 .accordion .faq .faq-header button .arrow__icon {
          transform: rotate(90deg); }
        .b5 .accordion .faq .faq-header button:hover {
          -webkit-animation: pulse 0.5s;
          animation: pulse 0.5s; }
      .b5 .accordion .faq .faq-body {
        border-left: 3px solid #0d19b1;
        border-bottom: 3px solid #0d19b1;
        border-right: 3px solid #0d19b1;
        margin-left: 30px;
        margin-right: 30px;
        padding: 20px;
        border-radius: 0px 0px 35px 35px;
        font-family: "Mandy 's Sketch";
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 24px; }
  .b5 .b5__man {
    background-image: url("../image/b5_man.jpg");
    width: 615px;
    height: 517px;
    left: -155px;
    display: block;
    top: 30%;
    position: absolute;
    z-index: 0; }
  .b5 .b5__girl {
    background-image: url("../image/b5_girl.jpg");
    width: 617px;
    height: 613px;
    right: -175px;
    position: absolute;
    display: block;
    bottom: 5%;
    z-index: 0; }
  @media (max-width: 767.98px) {
    .b5 {
      padding-top: 45px;
      padding-bottom: 80px; }
      .b5 .owl-rev {
        margin-top: 40px;
        margin-bottom: 40px; }
      .b5 .accordion {
        margin-top: 40px; }
        .b5 .accordion .faq .faq-header button {
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          min-height: 20px;
          height: auto;
          font-size: 18px;
          line-height: 16px;
          padding: 20px; }
          .b5 .accordion .faq .faq-header button .faq__arrow {
            display: none; }
      .b5 .b5__man,
      .b5 .b5__girl {
        display: none; } }
  @media (min-width: 767.99px) and (max-width: 1199.98px) {
    .b5 {
      padding-top: 45px;
      padding-bottom: 80px; }
      .b5 .b5__man,
      .b5 .b5__girl {
        display: none; }
      .b5 .owl-rev {
        margin-top: 40px;
        margin-bottom: 40px; }
        .b5 .owl-rev .owl-nav {
          width: 100%;
          left: 0; }
      .b5 .accordion {
        margin-top: 40px; } }
  @media (min-width: 1200px) and (max-width: 1599.98px) {
    .b5 .b5__man {
      display: none; } }

.b6 .owl-carousel {
  margin: 35px 0px 100px 0px; }
  @media (max-width: 767.98px) {
    .b6 .owl-carousel {
      margin-bottom: 0px; } }
  .b6 .owl-carousel .owl-stage-outer {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% + 30px);
    left: -15px; }
.b6-item {
  padding-top: 15px; }
  .b6-item__img {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .b6-item__img:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #cfd1ef;
      z-index: 1;
      border-radius: 60px;
      transform: rotate(7deg);
      transition: 0.3s all; }
    .b6-item__img img {
      max-width: 100%;
      width: auto !important;
      height: auto;
      position: relative;
      z-index: 2;
      border-radius: 26px; }
  .b6-item__name, .b6-item__price {
    font-family: "Grenouille Cyr";
    text-align: center; }
  .b6-item__name {
    font-size: 18px;
    color: #0310bd;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px; }
  .b6-item__price {
    font-size: 40px;
    color: #db0015;
    text-transform: uppercase;
    line-height: 1.5; }
  .b6-item:hover .b6-item__img:before {
    transform: rotate(0deg); }

footer {
  background-image: url("../image/footer_pc.jpg");
  min-height: 834px;
  height: 834px;
  padding-bottom: 30px;
  padding-top: 165px;
  overflow: hidden; }
  footer .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  footer .footer__header {
    display: flex;
    justify-content: space-between; }
    footer .footer__header .header__form {
      width: 45%; }
      footer .footer__header .header__form .form__title {
        color: #ffffff;
        font-family: "Grenouille Cyr";
        font-size: 40px;
        font-weight: bold;
        line-height: 60px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px; }
      footer .footer__header .header__form .form__smalltitle {
        color: #ffffff;
        font-family: "Mandy 's Sketch";
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 50px;
        letter-spacing: 0.8px; }
      footer .footer__header .header__form form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center; }
        footer .footer__header .header__form form input,
        footer .footer__header .header__form form .el__btn__big {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px; }
    footer .footer__header .header__product {
      width: calc(55% - 60px);
      margin-left: 60px;
      position: relative; }
      footer .footer__header .header__product .product__price {
        position: absolute;
        left: 0;
        bottom: 20%;
        display: flex;
        flex-direction: column; }
        footer .footer__header .header__product .product__price .price__old {
          margin-bottom: 25px; }
          footer .footer__header .header__product .product__price .price__old small {
            color: #c8c8c8;
            font-family: "Mandy 's Sketch";
            font-size: 16px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0.8px;
            margin-bottom: 12px;
            display: block; }
          footer .footer__header .header__product .product__price .price__old span {
            color: #c0c0c4;
            font-family: "Grenouille Cyr";
            font-size: 40px;
            font-weight: bold;
            line-height: 60px;
            text-decoration: line-through;
            letter-spacing: 2px; }
        footer .footer__header .header__product .product__price .price__new small {
          color: #ffffff;
          font-family: "Mandy 's Sketch";
          font-size: 20px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 1px;
          display: block;
          margin-bottom: 12px; }
        footer .footer__header .header__product .product__price .price__new span {
          color: #ffffff;
          font-family: "Grenouille Cyr";
          font-size: 75px;
          font-weight: bold;
          line-height: 60px;
          letter-spacing: 3.75px; }
      footer .footer__header .header__product img {
        position: relative;
        right: -70px;
        top: -40px; }
  footer .footer__down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    footer .footer__down .down__logo {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start; }
      footer .footer__down .down__logo img {
        margin-bottom: 15px; }
      footer .footer__down .down__logo small {
        font-family: "Mandy 's Sketch";
        color: #fefefe;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 1px; }
    footer .footer__down .down__text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      text-align: center; }
      footer .footer__down .down__text span {
        color: #fefefe;
        font-family: "Grenouille Cyr";
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    footer {
      min-height: auto;
      height: auto;
      padding-bottom: 30px;
      padding-top: 130px;
      background-size: cover;
      overflow: hidden; }
      footer .footer__header {
        flex-direction: column-reverse; }
        footer .footer__header .header__form {
          width: 100%; }
          footer .footer__header .header__form .form__title {
            font-size: 32px;
            line-height: 42px;
            text-align: center; }
          footer .footer__header .header__form .form__smalltitle {
            text-align: center;
            font-size: 14px;
            margin-bottom: 25px; }
        footer .footer__header .header__product {
          width: 100%;
          margin: 0px;
          display: flex;
          flex-direction: column-reverse;
          justify-content: center;
          align-items: center;
          align-content: center;
          margin-bottom: 60px; }
          footer .footer__header .header__product img {
            position: relative;
            right: 0px;
            top: 0px;
            max-width: 120%; }
          footer .footer__header .header__product .product__price {
            position: relative;
            bottom: 0px;
            flex-direction: row; }
            footer .footer__header .header__product .product__price .price__old span {
              font-size: 32px;
              line-height: 32px; }
            footer .footer__header .header__product .product__price .price__new span {
              font-size: 48px;
              line-height: 48px; }
      footer .footer__down {
        display: none; } }
  @media (min-width: 991.99px) and (max-width: 1199.98px) {
    footer {
      overflow: hidden; }
      footer .footer__header .header__product img {
        right: 0px; } }

.el__btn__big {
  box-shadow: 0 0 6px 1px rgba(219, 0, 21, 0.29);
  border-radius: 28px;
  background-color: #db0015;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 21px;
  padding-bottom: 20px;
  color: #ffffff;
  font-family: "Mandy 's Sketch";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.9px;
  position: relative;
  transition: 0.5s all;
  border: none;
  outline: none; }
  .el__btn__big:hover, .el__btn__big:focus {
    text-decoration: none;
    color: #ffff;
    background-color: rgba(219, 0, 21, 0.29);
    box-shadow: 0 0 6px 1px #db0015;
    outline: none; }

.el__title__big {
  font-family: "Grenouille Cyr";
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  text-align: center; }
  .el__title__big.el__title__big--000 {
    color: #000000; }
  .el__title__big.el__title__big--fff {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .el__title__big {
      font-size: 36px;
      line-height: 42px; } }

.el__title__small {
  font-family: "Grenouille Cyr";
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  text-align: center; }
  .el__title__small.el__title__small--000 {
    color: #000000; }
  .el__title__small.el__title__small--fff {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .el__title__small {
      font-size: 26px;
      font-weight: bold;
      line-height: 26px; } }

.menu__phones {
  font-family: "Grenouille Cyr";
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right; }
  .menu__phones .phones__1 {
    color: #fefefe;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 2px; }
  .menu__phones .phones__2 {
    font-size: 20px;
    color: #fefefe; }

input[type=text] {
  height: 50px;
  box-shadow: inset 1px 3px 7px rgba(0, 0, 1, 0.35);
  border-radius: 23px;
  background-color: #ffffff;
  color: #838383;
  font-family: "Mandy 's Sketch";
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  outline: none;
  margin-bottom: 10px;
  border: none;
  padding-left: 20px; }

.modal .modal-dialog .modal-content {
  background-image: url("../image/modal_bg.jpg");
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  border-radius: 30px; }
  .modal .modal-dialog .modal-content .modal-header {
    padding-top: 30px;
    border-bottom: none;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      color: #fff;
      font-family: "Mandy 's Sketch";
      font-size: 24px;
      text-transform: uppercase; }
    .modal .modal-dialog .modal-content .modal-header .close {
      color: #fff;
      text-shadow: none;
      opacity: 1;
      position: absolute;
      right: 20px;
      top: 15px; }
  .modal .modal-dialog .modal-content .modal-body {
    padding-bottom: 30px; }
    .modal .modal-dialog .modal-content .modal-body form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%; }
      .modal .modal-dialog .modal-content .modal-body form input {
        margin-bottom: 25px; }
      .modal .modal-dialog .modal-content .modal-body form input,
      .modal .modal-dialog .modal-content .modal-body form button {
        max-width: 320px;
        width: 100%; }

.carouselMail {
  margin-bottom: 60px; }

@font-face {
  font-family: "Grenouille Cyr";
  src: url("../fonts/grenouillecyr/16882.woff") format("woff"), url("../fonts/grenouillecyr/16882.ttf") format("truetype"); }
@font-face {
  font-family: "Mandy 's Sketch";
  src: url("../fonts/mandy/18117.woff") format("woff"), url("../fonts/mandy/18117.ttf") format("truetype"); }
/*╨║╨╜╨╛╨┐╨║╨░ ╨╖╨▓╨╛╨╜╨║╨░*/
.callback-bt {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 3%;
  bottom: 8%;
  z-index: 999;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite; }
  .callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center; }
    .callback-bt .text-call span {
      text-align: center;
      color: #38a3fd;
      opacity: 0;
      font-size: 0;
      position: absolute;
      right: 3px;
      top: 19px;
      line-height: 14px;
      font-weight: 600;
      text-transform: uppercase;
      transition: opacity .3s linear; }
    .callback-bt .text-call:hover span {
      opacity: 1;
      font-size: 11px; }
  .callback-bt:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s; }
    .callback-bt:hover i {
      display: none;
      color: #38a3fd;
      font-size: 40px;
      transition: .3s; }
  .callback-bt i {
    background-image: url("../image/telephone.png");
    width: 32px;
    height: 32px;
    display: block;
    transition: .3s;
    transition: .5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }
/* ╨║╨╛╨╜╨╡╤Ж ╨║╨╜╨╛╨┐╨║╨╕ ╨╖╨▓╨╛╨╜╨║╨░ */

/*# sourceMappingURL=main.css.map */
