.nav__Tpbd {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 1160px) {
    .nav__Tpbd {
      position: absolute;
      top: 76px;
      background-color: #fff;
      width: 100%;
      height: 0vh;
      overflow-y: scroll;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 30px;
      padding-bottom: 200px;
      visibility: hidden;
      opacity: 0; }
      .nav__Tpbd span {
        font-size: 16px;
        padding: 15px 0; }
      .nav__Tpbd .withSubList__3fps {
        position: relative; }
        .nav__Tpbd .withSubList__3fps::after {
          left: 80px;
          top: 23px;
          position: absolute;
          content: ""; }
      .nav__Tpbd .placeholder__5s_H {
        display: none; }
      .nav__Tpbd .dropDownList__2IRs {
        position: initial;
        width: 100%;
        min-width: 325px;
        height: 0px;
        top: 20px;
        left: 0;
        background-color: #fff;
        border: none;
        opacity: 0;
        padding: 0;
        padding-left: 20px;
        -webkit-transition-duration: 200ms;
                transition-duration: 200ms; }
        .nav__Tpbd .dropDownList__2IRs a {
          width: 100%;
          display: block;
          margin: 0;
          margin-bottom: 10px !important; }
          .nav__Tpbd .dropDownList__2IRs a:last-child {
            margin-bottom: 0px !important; }
          .nav__Tpbd .dropDownList__2IRs a span {
            width: 100%; }
      .nav__Tpbd .showMenuItem__1_iq {
        padding-top: 20px;
        opacity: 1;
        visibility: visible;
        height: auto; } }
  .openMobile__ig6C {
  visibility: visible;
  opacity: 1;
  height: calc(100vh - 76px); }
  .mobile__mW8m {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 16px; }
  .menuItem__PGjA {
  position: relative;
  margin-right: 30px; }
  @media screen and (max-width: 1440px) {
    .menuItem__PGjA {
      font-size: 14px; } }
  .menuItem__PGjA span {
    padding: 0;
    cursor: pointer;
    color: #1f2730;
    text-decoration: none;
    font-weight: bold;
    width: 100%; }
  @media screen and (max-width: 1160px) {
      .menuItem__PGjA span {
        display: block; } }
  .menuItem__PGjA span:hover {
      color: #e6007f; }
  .activeLink__3J8s {
  color: #e6007f !important; }
  .dropDownList__2IRs {
  position: absolute;
  min-width: 235px;
  top: 20px;
  left: -70px;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.4);
  opacity: 0.97;
  padding: 15px 45px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }
  .dropDownList__2IRs a {
    width: 100%;
    margin: 0;
    display: block;
    padding: 5px 0; }
  @media screen and (max-width: 1160px) {
      .dropDownList__2IRs a {
        padding: 10px 0;
        margin-bottom: 10px !important; } }
  .dropDownList__2IRs a:last-child {
      margin-bottom: 0px !important; }
  .dropDownList__2IRs a span {
      white-space: nowrap;
      width: 100%; }
  .showMenuItem__1_iq {
  top: 30px;
  opacity: 1;
  visibility: visible; }
  .placeholder__5s_H {
  position: absolute;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0; }
  .withSubList__3fps {
  position: relative; }
  .withSubList__3fps::after {
    position: absolute;
    top: 8px;
    right: -15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1f2730; }
  .activeItem__3jYp::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e6007f; }
  .active__DHoi span {
  color: #e6007f; }
  .subscribeLinks__xGuf {
  margin-top: 50px;
  padding-top: 40px;
  position: relative;
  width: calc(100vw - 60px); }
  .subscribeLinks__xGuf img {
    width: 30px;
    height: 30px; }
  .subscribeLinks__xGuf:after {
    content: " ";
    position: absolute;
    top: 0;
    margin-left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #e6e6e6; }

.flex__SQ2u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.column__1Wyp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.alignCenter__1AJm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.alignEnd__2Zaz {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.alignStart__3ZC2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.justifyCenter__2NOl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justifyBetween__2NLD {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justifyAround__EwQX {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.justifyEnd__1Ltn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.grow__2vs9 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.wrap__ZrC4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.basis__3v4U {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.buttonSearch__1uuQ {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-transition: 200ms;
  transition: 200ms; }
  .buttonSearch__1uuQ:hover {
    background-color: rgba(0, 0, 0, 0.144); }
  .searchArea__15yN {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  opacity: 0;
  top: 76px;
  width: 100%;
  height: 0;
  background-color: #fff;
  padding: 0 200px; }
  @media screen and (max-width: 1160px) {
    .searchArea__15yN {
      padding: 0 370px 0 100px; } }
  @media screen and (max-width: 768px) {
    .searchArea__15yN {
      padding: 0 16px;
      top: 0; } }
  .searchArea__15yN .bannerSearch__1p6v {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 250px;
    background-color: #b4b4b4;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0; }
  .searchArea__15yN .bannerSearch__1p6v > div > div {
      margin: 0; }
  .searchArea__15yN input {
    display: none;
    width: 70%;
    max-width: calc(100% - 10px);
    font-size: 54px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #e6e6e6;
    font-weight: 1000;
    padding-bottom: 10px;
    padding-left: 5px;
    color: #1a1a1a; }
  @media screen and (max-width: 768px) {
      .searchArea__15yN input {
        font-size: 26px;
        width: 100%; } }
  .searchArea__15yN input::-webkit-input-placeholder {
      opacity: 0.2; }
  .searchArea__15yN input::-moz-placeholder {
      opacity: 0.2; }
  .searchArea__15yN input:-ms-input-placeholder {
      opacity: 0.2; }
  .searchArea__15yN input::-ms-input-placeholder {
      opacity: 0.2; }
  .searchArea__15yN input::placeholder {
      opacity: 0.2; }
  .searchArea__15yN .closeSearchButton__2sPN {
    display: none;
    position: absolute;
    right: 325px;
    top: 20px;
    cursor: pointer; }
  .searchArea__15yN .closeSearchButton__2sPN p {
      font-family: Roboto; }
  .searchArea__15yN .closeSearchButton__2sPN i {
      display: block;
      background-color: #000;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      position: relative;
      margin-left: 10px;
      margin-top: 2px; }
  .searchArea__15yN .closeSearchButton__2sPN i:before, .searchArea__15yN .closeSearchButton__2sPN i:after {
        position: absolute;
        left: 11px;
        top: 5px;
        content: " ";
        height: 13px;
        width: 1px;
        background-color: #fff; }
  .searchArea__15yN .closeSearchButton__2sPN i:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .searchArea__15yN .closeSearchButton__2sPN i:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .searchArea__15yN .closeSearchButton__2sPN:hover {
      opacity: 0.7; }
  .searchArea__15yN button {
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 30px;
    padding: 14px 34px;
    background-color: #313a44;
    display: none; }
  @media screen and (max-width: 1160px) {
      .searchArea__15yN button {
        display: none; } }
  .showSearchArea__3EcK {
  opacity: 1;
  height: 249px; }
  @media screen and (max-width: 768px) {
    .showSearchArea__3EcK {
      height: 100vh; } }
  .showSearchArea__3EcK .bannerSearch__1p6v {
    display: block; }
  .showSearchArea__3EcK input {
    display: block; }
  @media screen and (max-width: 1160px) {
    .showSearchArea__3EcK button {
      display: block; } }
  .showSearchArea__3EcK .closeSearchButton__2sPN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 768px) {
      .showSearchArea__3EcK .closeSearchButton__2sPN {
        right: 20px !important; } }
  @media screen and (max-width: 768px) {
  .bannerSearch__1p6v {
    display: none !important; } }

.backgroundBanner__2OHR {
  background-color: #fff;
  position: relative;
  min-width: 300px; }
  .backgroundBanner__2OHR .wrapBanner__3pTB {
    width: 100%;
    margin: 20px 0;
    max-width: 970px; }
  .backgroundBanner__2OHR .wrapBanner__3pTB > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .backgroundBanner__2OHR .standart__1HBD {
    height: 250px; }
  .backgroundBanner__2OHR .small__oBeS {
    height: 150px; }
  .backgroundBanner__2OHR .tall__1d_L {
    margin: 46px 0; }
  .backgroundBanner__2OHR .vertical__Pxem {
    margin: 0;
    height: 600px;
    width: 300px;
    top: 0;
    position: absolute; }
  .backgroundBanner__2OHR .square__3_Zo {
    width: 300px;
    height: 250px;
    margin: 0; }
  @media screen and (max-width: 1000px) {
    .backgroundBanner__2OHR .wrapBanner__3pTB {
      height: 50px;
      margin: 0;
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .backgroundBanner__2OHR .wrapBanner__3pTB {
      display: none; } }
  @media screen and (max-width: 425px) {
    .backgroundBanner__2OHR .wrapBanner__3pTB {
      display: block; } }
  .blackBackground__2no_ {
  background-color: #10141a; }

.buisnessChiefSelect__1EJ2 {
  margin-left: 20px;
  min-width: 100px; }
  @media screen and (max-width: 425px) {
    .buisnessChiefSelect__1EJ2 {
      margin: 0;
      margin-top: 15px; } }
  .buisnessChiefSelect__1EJ2 .buisnessChiefWrapDropdown__1V4b {
    position: relative;
    min-width: 70px;
    margin-left: 10px;
    cursor: pointer; }
  @media screen and (max-width: 1355px) {
      .buisnessChiefSelect__1EJ2 .buisnessChiefWrapDropdown__1V4b {
        margin-left: -5px; } }
  @media screen and (max-width: 1160px) {
      .buisnessChiefSelect__1EJ2 .buisnessChiefWrapDropdown__1V4b {
        margin-left: 10px; } }
  .buisnessChiefSelect__1EJ2 .selecter__h_9s {
    border: none;
    background-color: #fff;
    font-size: 16px; }
  @media screen and (max-width: 1355px) {
      .buisnessChiefSelect__1EJ2 .selecter__h_9s {
        font-size: 14px; } }
  @media screen and (max-width: 1160px) {
      .buisnessChiefSelect__1EJ2 .selecter__h_9s {
        font-size: 16px; } }
  @media screen and (max-width: 1355px) {
    .buisnessChiefSelect__1EJ2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 14px; } }
  @media screen and (max-width: 1160px) {
    .buisnessChiefSelect__1EJ2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 16px; } }

.container__2UMO {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .container__2UMO {
      padding: 20px 30px 0; } }
  @media screen and (max-width: 768px) {
    .container__2UMO {
      padding: 0 16px; } }

.header__3VmC {
  height: 76px;
  z-index: 9995;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, to(#e6007f)) left bottom #fff no-repeat;
  background: linear-gradient(90deg, #e6007f 100%) left bottom #fff no-repeat;
  background-size: 100% 4px;
  padding-bottom: 4px; }
  .header__3VmC .headerContainer__26e2 {
    margin: 0 auto;
    height: 100%;
    padding: 0 45px; }
  @media screen and (max-width: 1160px) {
      .header__3VmC .headerContainer__26e2 {
        padding: 0 16px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .header__3VmC .brand__3Vn0 {
    max-width: 200px; }
  .header__3VmC .brand__3Vn0 img {
      height: 35px; }
  .header__3VmC .icon__1pb- {
    display: none;
    height: 100%;
    min-width: 60px;
    margin-left: -15px; }
  @media screen and (max-width: 1160px) {
      .header__3VmC .icon__1pb- {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc {
      display: block;
      height: 20px;
      width: 20px; }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc .snack__j4ky {
        -webkit-transition-duration: 200ms;
                transition-duration: 200ms;
        height: 2px;
        width: 10px;
        margin-bottom: 5px;
        background-color: #1f2730;
        border-radius: 1.5px; }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc .snack__j4ky:not(:last-child) {
          width: 17px; }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc .snack1__A5KD {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: 0;
        margin-top: 7px;
        width: 22px !important; }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc .snack2__IE1j {
        margin: 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -2px;
        margin-bottom: 7px;
        width: 22px !important; }
  .header__3VmC .icon__1pb- .wrapSnacks__2GKc .snack3__37E- {
        opacity: 0; }
  a {
  text-decoration: none;
  font-weight: 500;
  color: #1f2730; }
  a:hover {
    color: #e6007f; }
  .splitLine__1laE {
  margin: 0 5px; }
  .rightSide__269J .wrapContact__L3cx {
  margin-top: -10px;
  margin-right: 5px; }
  .rightSide__269J .wrapContact__L3cx .socialLinksContact__3Mdg {
    height: 30px;
    margin-right: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .rightSide__269J .wrapContact__L3cx .socialLinksContact__3Mdg img {
      height: 30px;
      margin-left: 6px; }
  @media screen and (max-width: 1160px) {
  .rightSide__269J .wrapContact__L3cx {
    display: none; } }
  .rightSide__269J .info__1Fcv {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 1440px) {
    .rightSide__269J .info__1Fcv {
      font-size: 14px; } }
  @media screen and (max-width: 1160px) {
    .rightSide__269J .info__1Fcv {
      display: none; } }

.gradient__216R {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, to(#e6007f)) left bottom #fff no-repeat;
  background: linear-gradient(90deg, #e6007f 100%) left bottom #fff no-repeat; }

.back__2uJJ {
  min-height: 518px;
  background-color: #171717;
  padding-top: 43px;
  padding-bottom: 20px; }

@media screen and (max-width: 1160px) {
    .back__2uJJ .footer__a0hd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.back__2uJJ .footer__a0hd .block__nlu3 {
    width: 100%; }

.back__2uJJ .footer__a0hd .block__nlu3 .bottom__1gMz {
      padding-bottom: 16px;
      height: 56px;
      background-repeat: no-repeat;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.back__2uJJ .footer__a0hd .block__nlu3 .border__2nBJ {
      border-bottom: 0.5px solid #fff; }

.back__2uJJ .footer__a0hd .block__nlu3 .border__2nBJ img {
        height: 40px; }

.back__2uJJ .footer__a0hd .block__nlu3 .border__2nBJ .fill__2bXd {
        height: 25px; }

.back__2uJJ .footer__a0hd .block__nlu3 .border__2nBJ .logo__2BYZ {
        height: 50px; }

.back__2uJJ .footer__a0hd .block__nlu3 .fill__2bXd:not(:last-child) {
      margin-right: 11px; }

.back__2uJJ .footer__a0hd .block__nlu3 .blockLinks__3Wxj {
      min-height: 240px; }

.back__2uJJ .footer__a0hd .block__nlu3 .list__1odn {
      padding-top: 24px;
      list-style-type: none; }

.back__2uJJ .footer__a0hd .block__nlu3 .list__1odn li {
        color: #fff;
        font-size: 14px;
        line-height: 27px; }

.back__2uJJ .footer__a0hd .block__nlu3 .list__1odn li a {
          color: #fff;
          cursor: pointer; }

.back__2uJJ .footer__a0hd .block__nlu3 .list__1odn li a:hover {
            text-decoration: underline; }

.back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .wrapCover__1jFW {
      min-width: 120px;
      margin-right: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .wrapCover__1jFW .cover__2OsP {
        position: relative;
        padding-bottom: 142.85714%;
        width: 100%; }

.back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .wrapCover__1jFW .cover__2OsP .image__dpCx {
          width: 100%;
          height: 100%;
          position: absolute;
          background-position: center;
          background-size: cover; }

@media screen and (max-width: 425px) {
      .back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .wrapCover__1jFW {
          display: none; } }

.back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .digital__2U3n {
      color: #fff;
      font-size: 14px;
      line-height: 22px; }

.back__2uJJ .footer__a0hd .block__nlu3 .about__1LaB .supply__3ywc {
      margin-top: 18px; }

.back__2uJJ .footer__a0hd .block__nlu3 .month__2JQ5 {
      color: #fff;
      font-weight: 600;
      line-height: 29px;
      font-size: 11px; }

.back__2uJJ .footer__a0hd .left__1f2m {
    margin-left: 102px; }

@media screen and (max-width: 1160px) {
      .back__2uJJ .footer__a0hd .left__1f2m {
        margin-left: 0;
        margin-top: 40px; } }

.back__2uJJ .footer__a0hd .left__1f2m .policy__3vzJ {
      margin-top: 27px;
      color: #fff;
      font-size: 14px;
      line-height: 29px; }

.back__2uJJ .footer__a0hd .left__1f2m .policy__3vzJ a {
        color: #fff; }

.back__2uJJ .footer__a0hd .left__1f2m .policy__3vzJ a:hover {
          text-decoration: underline; }

.none__2bLF {
  margin-right: -7px; }

.none__2bLF .socialLink__g30E {
    margin-left: 7px; }

.none__2bLF .socialLink__g30E img {
      height: 20px;
      margin-top: -2px;
      -webkit-transition: 100ms;
      transition: 100ms; }

@media screen and (max-width: 425px) {
        .none__2bLF .socialLink__g30E img {
          height: 35px; } }

.none__2bLF .socialLink__g30E:hover img {
      -webkit-transform: scale(1.06);
              transform: scale(1.06); }

