@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif !important;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif !important; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none !important; }
  a:focus {
    outline: none !important; }
    a:focus img {
      outline: none !important; }

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important; }

.text_page {
  margin: 60px 0; }
  .text_page h1 {
    color: #202020;
    font-family: "Roboto Condensed";
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 120% */
    margin-bottom: 25px; }
  .text_page p {
    color: #202020;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    margin-bottom: 10px; }
    .text_page p strong {
      font-weight: 600; }
  .text_page ul {
    padding-left: 30px; }
    .text_page ul li {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 133.333% */
      margin-bottom: 10px;
      list-style: initial; }

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: inherit; }

/* woocommerce-reset.css */
.woocommerce-page .product,
.woocommerce-page .cart,
.woocommerce-page .checkout,
.woocommerce-page .my-account {
  margin: 0;
  padding: 0; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin: 0;
  padding: 0; }

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: inherit; }

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce button,
.woocommerce input[type="submit"] {
  background: none;
  border: none;
  padding: 0;
  color: inherit; }

.woocommerce .quantity input[type="number"],
.woocommerce .quantity input[type="text"] {
  border: none;
  margin: 0;
  padding: 0; }

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse; }

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0;
  margin: 0; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

.woocommerce .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0; }

.woocommerce .star-rating,
.woocommerce .product_meta,
.woocommerce .price,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0; }

header.site-header {
  padding: 22px 0;
  border-bottom: 1px solid #EDEDED; }
  header.site-header .bottom_header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header.site-header .bottom_header .site-logo {
      max-width: 120px;
      width: 100%; }
    @media screen and (max-width: 991px) {
      header.site-header .bottom_header .primary-navigation {
        width: 300px;
        position: fixed !important;
        top: 0;
        left: -300px;
        bottom: 0;
        background: #E8EDFC;
        padding: 100px 30px;
        z-index: 9;
        transition: all .4s;
        margin: 0; } }
    @media screen and (max-width: 991px) {
      header.site-header .bottom_header .primary-navigation.active {
        left: 0;
        transition: all .4s; } }
    header.site-header .bottom_header .primary-navigation .close {
      display: none; }
      @media screen and (max-width: 991px) {
        header.site-header .bottom_header .primary-navigation .close {
          display: block;
          position: absolute;
          right: 25px;
          top: 25px;
          opacity: 0.7; } }
      header.site-header .bottom_header .primary-navigation .close img {
        max-width: 20px; }
    header.site-header .bottom_header .primary-navigation ul.menu-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 991px) {
        header.site-header .bottom_header .primary-navigation ul.menu-wrapper {
          flex-wrap: wrap; } }
      header.site-header .bottom_header .primary-navigation ul.menu-wrapper li {
        margin: 0 8px; }
        @media screen and (max-width: 991px) {
          header.site-header .bottom_header .primary-navigation ul.menu-wrapper li {
            width: 100%;
            margin-bottom: 15px;
            text-align: center; } }
        header.site-header .bottom_header .primary-navigation ul.menu-wrapper li a {
          color: #202020;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          text-transform: uppercase; }
    header.site-header .bottom_header .header_contacts {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header.site-header .bottom_header .header_contacts a {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header.site-header .bottom_header .header_contacts a svg path {
          stroke: #0096DB; }
        header.site-header .bottom_header .header_contacts a span {
          color: #0096DB;
          font-family: "Roboto Condensed";
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          margin-left: 8px; }
        @media screen and (max-width: 768px) {
          header.site-header .bottom_header .header_contacts a.header_phone {
            display: none; } }
      header.site-header .bottom_header .header_contacts .primary-menu-container-lang {
        margin-left: 15px; }
        header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li {
          text-align: left;
          display: flex;
          justify-content: flex-start;
          position: relative; }
          header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li:hover ul.sub-menu {
            display: block; }
          header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li a img {
            width: 24px;
            height: 24px;
            margin-right: 6px;
            display: block; }
          header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li a span {
            color: #202020;
            font-family: "Roboto Condensed";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; }
          header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li ul.sub-menu {
            position: absolute;
            left: -6px;
            top: 100%;
            width: 120px;
            padding: 8px;
            background: white;
            z-index: 9;
            border-radius: 5px;
            display: none; }
            header.site-header .bottom_header .header_contacts .primary-menu-container-lang ul li ul.sub-menu li {
              margin-bottom: 6px; }
      header.site-header .bottom_header .header_contacts .burger {
        display: none;
        align-self: center;
        margin-left: 15px; }
        @media screen and (max-width: 991px) {
          header.site-header .bottom_header .header_contacts .burger {
            display: block; } }
        header.site-header .bottom_header .header_contacts .burger span {
          height: 2px;
          border-radius: 8px;
          width: 20px;
          background: black;
          margin-bottom: 4px;
          display: block; }

.main_blocks {
  margin-top: 48px;
  margin-bottom: 85px !important; }
  @media screen and (max-width: 768px) {
    .main_blocks {
      margin-bottom: 40px;
      margin-top: 40px; } }
  .main_blocks .block img {
    border-radius: 20px; }
  .main_blocks .slick-dots {
    bottom: -50px; }
    .main_blocks .slick-dots li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #CCEAF8;
      margin: 0 4px; }
      .main_blocks .slick-dots li.slick-active {
        background: #0096DB; }
      .main_blocks .slick-dots li button {
        display: none; }

.follow_us_wrap {
  padding: 53px 0;
  background: url("/wp-content/themes/victor-child/assets/img/bg.png") #F6F8F9; }
  .follow_us_wrap .follow_us {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .follow_us_wrap .follow_us {
        flex-wrap: wrap; } }
    .follow_us_wrap .follow_us .left_side {
      max-width: 44%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .follow_us_wrap .follow_us .left_side {
          max-width: 100%;
          margin-bottom: 30px; } }
      .follow_us_wrap .follow_us .left_side h2 {
        color: #202020;
        font-size: 45px;
        font-weight: 700;
        line-height: 54px;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .follow_us_wrap .follow_us .left_side h2 {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 20px; } }
      .follow_us_wrap .follow_us .left_side ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        border: 1px solid #0096DB;
        position: relative;
        border-radius: 8px; }
        .follow_us_wrap .follow_us .left_side ul.active:before {
          left: 50%;
          transition: all .3s; }
        .follow_us_wrap .follow_us .left_side ul.active li.whatsapp span {
          color: #0096DB; }
        .follow_us_wrap .follow_us .left_side ul.active li.email span {
          color: #ffffff; }
        .follow_us_wrap .follow_us .left_side ul:before {
          content: '';
          position: absolute;
          width: 50%;
          background: #0096DB;
          left: 0;
          top: 0;
          bottom: 0;
          z-index: 1;
          transition: all .3s;
          border-radius: 8px; }
        .follow_us_wrap .follow_us .left_side ul li.email span {
          color: #0096DB; }
        .follow_us_wrap .follow_us .left_side ul li.whatsapp span {
          color: #ffffff; }
        .follow_us_wrap .follow_us .left_side ul li.tab {
          max-width: calc(50%);
          width: 100%;
          border-radius: 8px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 12px;
          cursor: pointer;
          position: relative;
          z-index: 2; }
          .follow_us_wrap .follow_us .left_side ul li.tab .img_wrap {
            background: #0096DB;
            padding: 10px;
            border-radius: 8px;
            display: flex;
            margin-left: 0; }
          .follow_us_wrap .follow_us .left_side ul li.tab span {
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            margin-left: 10px; }
      .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block {
        display: none;
        justify-content: space-between;
        align-items: center; }
        .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block.active {
          display: flex; }
        .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block a {
          padding: 10px 25px;
          border-radius: 8px;
          background: #FEDC00;
          color: #FFFFFF;
          font-weight: 500;
          font-size: 20px;
          display: block;
          text-align: center; }
        .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block span {
          text-align: center;
          font-size: 18px;
          margin: 15px auto;
          display: block;
          color: #202020; }
        .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block p {
          font-size: 28px;
          text-align: center;
          font-weight: 700;
          color: #202020; }
        .follow_us_wrap .follow_us .left_side .tabs .whatsapp_block img {
          max-width: 45%; }
      .follow_us_wrap .follow_us .left_side .tabs .email_block {
        display: none; }
        .follow_us_wrap .follow_us .left_side .tabs .email_block.active {
          display: block; }
        .follow_us_wrap .follow_us .left_side .tabs .email_block p {
          color: #202020;
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
        .follow_us_wrap .follow_us .left_side .tabs .email_block form {
          margin-top: 40px; }
          .follow_us_wrap .follow_us .left_side .tabs .email_block form .mc4wp-form-fields p {
            display: flex;
            justify-content: flex-start; }
            .follow_us_wrap .follow_us .left_side .tabs .email_block form .mc4wp-form-fields p input {
              border-radius: 8px 0px 0px 8px;
              border: 1px solid #0096DB;
              background: #FFF;
              padding: 12px 16px;
              width: 100%; }
            .follow_us_wrap .follow_us .left_side .tabs .email_block form .mc4wp-form-fields p input[type="submit"] {
              padding: 13px 24px;
              border-radius: 0px 8px 8px 0px;
              background: #0096DB;
              color: #FFF;
              font-family: "Roboto Condensed";
              font-size: 20px;
              font-weight: 400;
              line-height: 24px; }
    .follow_us_wrap .follow_us .right_side {
      max-width: 49%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .follow_us_wrap .follow_us .right_side {
          max-width: 100%; } }
      .follow_us_wrap .follow_us .right_side .top_images {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-bottom: 8px; }
        .follow_us_wrap .follow_us .right_side .top_images a {
          max-width: 280px;
          width: 100%; }
          .follow_us_wrap .follow_us .right_side .top_images a:first-of-type {
            max-width: 200px;
            margin-right: 8px; }
          .follow_us_wrap .follow_us .right_side .top_images a img {
            border-radius: 12px; }
      .follow_us_wrap .follow_us .right_side .bottom_images {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; }
        .follow_us_wrap .follow_us .right_side .bottom_images a {
          width: 100%;
          max-width: 380px; }
          .follow_us_wrap .follow_us .right_side .bottom_images a:last-of-type {
            max-width: 200px;
            margin-left: 8px; }
          .follow_us_wrap .follow_us .right_side .bottom_images a img {
            border-radius: 12px; }

.brands_logo {
  background: #FFDC00;
  margin: 50px 0;
  border-radius: 12px;
  padding: 30px 40px; }
  @media screen and (max-width: 768px) {
    .brands_logo {
      padding: 20px 15px; } }
  .brands_logo .slick-arrow {
    display: none; }
  .brands_logo .slick-track {
    display: flex; }
  .brands_logo .slick-slide {
    display: flex !important;
    height: auto;
    align-items: center;
    justify-content: center; }
  .brands_logo .img_wrap img {
    margin: 0 auto; }

.flyer_section {
  position: relative;
  padding: 60px 0 80px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .flyer_section {
      flex-wrap: wrap;
      padding: 60px 0 50px; } }
  .flyer_section .text_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .flyer_section .text_side {
        max-width: 100%;
        margin-bottom: 30px; } }
    .flyer_section .text_side h3 {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 45px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 32px; }
      @media screen and (max-width: 768px) {
        .flyer_section .text_side h3 {
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 20px; } }
    .flyer_section .text_side p {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 32px; }
    .flyer_section .text_side b {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 16px;
      display: block; }
    .flyer_section .text_side ul li {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 12px; }
      .flyer_section .text_side ul li svg {
        margin-right: 10px; }
    .flyer_section .text_side .buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 32px; }
      @media screen and (max-width: 768px) {
        .flyer_section .text_side .buttons {
          flex-wrap: wrap; } }
      .flyer_section .text_side .buttons .download {
        display: flex;
        justify-content: center;
        background: #0096DB;
        padding: 12px 15px;
        align-items: center;
        border-radius: 8px; }
        @media screen and (max-width: 768px) {
          .flyer_section .text_side .buttons .download {
            width: 100%;
            margin-bottom: 15px; } }
        .flyer_section .text_side .buttons .download svg {
          margin-right: 5px; }
        .flyer_section .text_side .buttons .download span {
          color: #FFF;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 120% */ }
      .flyer_section .text_side .buttons .input_wrap {
        width: 48%;
        border-radius: 8px;
        border: 1px solid #0096DB;
        display: flex;
        justify-content: space-between;
        padding-left: 16px; }
        @media screen and (max-width: 768px) {
          .flyer_section .text_side .buttons .input_wrap {
            width: 100%;
            margin-bottom: 15px; } }
        .flyer_section .text_side .buttons .input_wrap input {
          color: #848484;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px; }
          .flyer_section .text_side .buttons .input_wrap input:focus {
            outline: none; }
        .flyer_section .text_side .buttons .input_wrap .copy_url {
          height: 100%;
          background: #0096DB;
          padding: 14px;
          border-radius: 0 5px 5px 0; }
  .flyer_section .flyer_side {
    max-width: 48%;
    overflow-y: scroll;
    max-height: 100%;
    bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 580px; }
    @media screen and (max-width: 991px) {
      .flyer_section .flyer_side {
        position: initial;
        max-height: 450px;
        max-width: 100%; } }
    .flyer_section .flyer_side:after {
      content: '';
      height: 80px;
      left: 0;
      bottom: -1px;
      right: 0;
      position: sticky;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
      z-index: 2;
      display: block; }
      @media screen and (max-width: 991px) {
        .flyer_section .flyer_side:after {
          height: 40px; } }

.minimix_experience {
  display: flex;
  justify-content: space-between;
  margin-top: 100px; }
  @media screen and (max-width: 991px) {
    .minimix_experience {
      flex-wrap: wrap;
      margin-top: 50px; } }
  .minimix_experience .left_side {
    max-width: 49%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .minimix_experience .left_side {
        max-width: 100%;
        margin-bottom: 15px; } }
    .minimix_experience .left_side h2 {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 45px;
      font-style: normal;
      font-weight: 700;
      line-height: 54px;
      /* 120% */
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .minimix_experience .left_side h2 {
          font-size: 32px;
          line-height: 42px;
          margin-bottom: 20px; } }
    .minimix_experience .left_side img {
      border-radius: 12px; }
  .minimix_experience .right_side {
    max-width: 49%;
    width: 100%;
    align-self: flex-end; }
    @media screen and (max-width: 991px) {
      .minimix_experience .right_side {
        max-width: 100%;
        margin-bottom: 15px; } }
    .minimix_experience .right_side img {
      margin-bottom: 16px; }
    .minimix_experience .right_side p {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 25px; }
    .minimix_experience .right_side b {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 18px;
      display: block; }
    .minimix_experience .right_side ul {
      margin-bottom: 28px; }
      .minimix_experience .right_side ul li {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 12px;
        display: flex;
        justify-content: flex-start; }
        .minimix_experience .right_side ul li svg {
          margin-right: 6px;
          width: 18px;
          margin-top: 5px; }
        .minimix_experience .right_side ul li span {
          max-width: calc(100% - 24px); }
    .minimix_experience .right_side .blocks {
      display: flex;
      justify-content: space-between; }
      .minimix_experience .right_side .blocks .block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 32px 24px;
        border-radius: 12px;
        background: #FFDC00;
        max-width: 48%;
        width: 100%;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .minimix_experience .right_side .blocks .block {
            padding: 20px 15px; } }
        .minimix_experience .right_side .blocks .block .number {
          color: #333;
          text-align: center;
          font-family: "Roboto Condensed";
          font-size: 68px;
          font-weight: 600;
          line-height: 70px;
          letter-spacing: -2.72px;
          margin: 10px 0; }
          @media screen and (max-width: 768px) {
            .minimix_experience .right_side .blocks .block .number {
              font-size: 48px;
              line-height: 1; } }
        .minimix_experience .right_side .blocks .block span {
          color: #333;
          text-align: center;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          text-transform: uppercase; }

.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #0096DB;
  margin-top: 50px;
  padding: 30px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .newsletter {
      flex-wrap: wrap;
      padding: 20px 15px;
      margin-top: 30px;
      margin-bottom: 30px; } }
  .newsletter .left_side {
    max-width: 47%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .newsletter .left_side {
        max-width: 100%;
        margin-bottom: 15px;
        justify-content: center; } }
    .newsletter .left_side img {
      margin-right: 33px; }
      @media screen and (max-width: 991px) {
        .newsletter .left_side img {
          max-width: 75px;
          margin-right: 15px; } }
      @media screen and (max-width: 768px) {
        .newsletter .left_side img {
          max-width: 50px; } }
    .newsletter .left_side h3 {
      color: #FFF;
      font-family: "Roboto Condensed";
      font-size: 35px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; }
      @media screen and (max-width: 991px) {
        .newsletter .left_side h3 {
          font-size: 32px;
          line-height: 36px; } }
      @media screen and (max-width: 768px) {
        .newsletter .left_side h3 {
          font-size: 22px;
          line-height: 26px; } }
  .newsletter .newsletter_form {
    max-width: 40%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .newsletter .newsletter_form {
        max-width: 100%; } }
    .newsletter .newsletter_form form {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        .newsletter .newsletter_form form .mc4wp-form-fields {
          width: 100%; } }
      .newsletter .newsletter_form form .mc4wp-form-fields p {
        border-radius: 8px;
        border: 1px solid #FFF;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .newsletter .newsletter_form form .mc4wp-form-fields p input[type="email"] {
          padding: 12px 16px;
          color: white;
          font-family: "Roboto Condensed";
          font-size: 18px;
          font-weight: 400;
          line-height: 24px; }
          @media screen and (max-width: 768px) {
            .newsletter .newsletter_form form .mc4wp-form-fields p input[type="email"] {
              width: 100%; } }
          .newsletter .newsletter_form form .mc4wp-form-fields p input[type="email"]::placeholder {
            color: rgba(255, 255, 255, 0.7); }
        .newsletter .newsletter_form form .mc4wp-form-fields p input[type="submit"] {
          color: #0096DB;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-weight: 600;
          line-height: 24px;
          padding: 12px 24px;
          background: #FFFFFF;
          border-radius: 0 5px 5px 0; }

.testimonials {
  padding: 80px 0;
  background: url("/wp-content/themes/victor-child/assets/img/recenzii_bg.png") #F6F8F9; }
  .testimonials h1 {
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
    @media screen and (max-width: 991px) {
      .testimonials h1 {
        font-size: 32px;
        line-height: 42px; } }
  .testimonials .page_description {
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 600px;
    margin: 32px auto; }
  .testimonials a {
    padding: 16px 32px;
    border-radius: 8px;
    background: #0096DB;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: fit-content;
    margin: 0 auto; }

footer.site-footer {
  padding: 60px 0 0;
  background: #EDEDED; }
  footer.site-footer .footer_content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer.site-footer .footer_content {
        flex-wrap: wrap; } }
    footer.site-footer .footer_content .column {
      max-width: 30%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        footer.site-footer .footer_content .column {
          max-width: 100%;
          margin-bottom: 30px; } }
      footer.site-footer .footer_content .column .site-logo {
        max-width: 120px;
        margin-bottom: 16px; }
      footer.site-footer .footer_content .column p {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 16px; }
        footer.site-footer .footer_content .column p b {
          font-weight: 500; }
      footer.site-footer .footer_content .column h4 {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 18px; }
      footer.site-footer .footer_content .column ul li {
        margin-bottom: 16px; }
        footer.site-footer .footer_content .column ul li a {
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          display: block; }
  footer.site-footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 12px; }
    @media screen and (max-width: 768px) {
      footer.site-footer .footer_bottom {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center; } }
    footer.site-footer .footer_bottom p {
      color: #333;
      text-align: right;
      font-family: "Roboto Condensed";
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      /* 133.333% */ }
      @media screen and (max-width: 768px) {
        footer.site-footer .footer_bottom p {
          text-align: center;
          margin: 0 5px; } }
      footer.site-footer .footer_bottom p a {
        font-weight: 700; }

.location_wrap {
  background: url("/wp-content/themes/victor-child/assets/img/colorful-veggies.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0; }
  .location_wrap .location {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    background: #FFF;
    padding: 100px 50px; }
    @media screen and (max-width: 991px) {
      .location_wrap .location {
        padding: 50px 20px; } }
    @media screen and (max-width: 768px) {
      .location_wrap .location {
        flex-wrap: wrap;
        padding: 20px; } }
    .location_wrap .location .left_side {
      max-width: 48%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .location_wrap .location .left_side {
          max-width: 100%;
          margin-bottom: 20px; } }
      .location_wrap .location .left_side h3 {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        margin-bottom: 32px; }
        @media screen and (max-width: 991px) {
          .location_wrap .location .left_side h3 {
            font-size: 32px;
            line-height: 42px;
            margin-bottom: 20px; } }
      .location_wrap .location .left_side p {
        color: #202020;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Roboto Condensed";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 140% */
        margin-bottom: 30px; }
      .location_wrap .location .left_side .program {
        display: flex;
        justify-content: space-between; }
        .location_wrap .location .left_side .program .monday_sunday {
          max-width: 48%;
          width: 100%;
          border-radius: 12px;
          background: #FFDC00;
          padding: 28px 15px;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .location_wrap .location .left_side .program .monday_sunday {
              padding: 15px; } }
          .location_wrap .location .left_side .program .monday_sunday span {
            color: #333;
            text-align: center;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 8px; }
          .location_wrap .location .left_side .program .monday_sunday p {
            margin-bottom: 0;
            color: #333;
            text-align: center;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            /* 120% */ }
        .location_wrap .location .left_side .program .sunday {
          max-width: 48%;
          width: 100%;
          border-radius: 12px;
          border: 2px solid #FFDC00;
          background: #FFF;
          padding: 28px 15px;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .location_wrap .location .left_side .program .sunday {
              padding: 15px; } }
          .location_wrap .location .left_side .program .sunday span {
            color: #333;
            text-align: center;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 8px; }
          .location_wrap .location .left_side .program .sunday p {
            margin-bottom: 0;
            color: #333;
            text-align: center;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            /* 120% */ }
    .location_wrap .location .right_side {
      max-width: 48%;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .location_wrap .location .right_side {
          max-width: 100%; } }

#back_to_top {
  position: fixed;
  right: 15px;
  bottom: 90px;
  cursor: pointer; }
  #back_to_top svg path {
    fill: #0096DB; }

.newsletter_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: none;
  z-index: 2; }
  .newsletter_modal.active {
    display: block; }
  .newsletter_modal .modal {
    max-width: 690px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 12px 44px 0px #14142B57;
    border-radius: 12px; }
    @media screen and (max-width: 690px) {
      .newsletter_modal .modal {
        max-width: calc(100% - 30px); } }
    .newsletter_modal .modal .left_side {
      background: url("/wp-content/themes/victor-child/assets/img/newsletter_image.png");
      max-width: 50%;
      width: 100%;
      background-size: cover;
      background-position: center;
      border-radius: 12px 0 0 12px; }
      @media screen and (max-width: 768px) {
        .newsletter_modal .modal .left_side {
          display: none; } }
    .newsletter_modal .modal .right_side {
      padding: 100px 24px;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .newsletter_modal .modal .right_side .close {
        position: absolute;
        right: 24px;
        top: 28px;
        cursor: pointer; }
      .newsletter_modal .modal .right_side h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        color: #202020;
        margin-bottom: 16px; }
      .newsletter_modal .modal .right_side h4 {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        margin-bottom: 32px; }
      .newsletter_modal .modal .right_side .newsletter_form {
        width: 100%; }
        .newsletter_modal .modal .right_side .newsletter_form form p input[type="email"] {
          width: 100%;
          border-radius: 8px;
          border: 1px solid var(--Grey-2, #D8D8D8);
          background: var(--White, #FFF);
          padding: 16px 16px; }
        .newsletter_modal .modal .right_side .newsletter_form form p input[type='submit'] {
          border-radius: 8px;
          background: #0096DB;
          padding: 16px 32px;
          color: #FFF;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-weight: 400;
          line-height: 24px;
          width: 100%;
          margin-top: 20px; }

.contact_wrap {
  background: #F6F8F9;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .contact_wrap {
      padding: 40px 0; } }
  .contact_wrap h1 {
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    max-width: 600px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .contact_wrap h1 {
        font-size: 32px;
        line-height: 42px; } }
  .contact_wrap .page_description {
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    max-width: 500px;
    margin: 35px auto; }
    @media screen and (max-width: 768px) {
      .contact_wrap .page_description {
        margin: 20px auto; } }
  .contact_wrap .contact {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .contact_wrap .contact {
        flex-wrap: wrap; } }
    .contact_wrap .contact .left_side {
      max-width: 24%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .contact_wrap .contact .left_side {
          max-width: 100%;
          flex-direction: row;
          margin-bottom: 20px; } }
      @media screen and (max-width: 580px) {
        .contact_wrap .contact .left_side {
          flex-wrap: wrap; } }
      .contact_wrap .contact .left_side .block {
        text-align: center;
        border-radius: 8px;
        background: #FFDC00;
        padding: 24px 31px;
        max-height: calc(100% / 3 - 12px);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          .contact_wrap .contact .left_side .block {
            max-width: calc(100% / 3 - 12px);
            width: 100%;
            max-height: none;
            height: auto; } }
        @media screen and (max-width: 580px) {
          .contact_wrap .contact .left_side .block {
            max-width: 100%;
            margin-bottom: 15px; } }
        .contact_wrap .contact .left_side .block svg {
          display: block;
          margin: 0 auto 10px; }
        .contact_wrap .contact .left_side .block p {
          color: #333;
          text-align: center;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px; }
          .contact_wrap .contact .left_side .block p b {
            font-weight: 600; }
        .contact_wrap .contact .left_side .block a {
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px; }
          .contact_wrap .contact .left_side .block a b {
            font-weight: 600; }
    .contact_wrap .contact .center_block {
      max-width: 50%;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .contact_wrap .contact .center_block {
          max-width: 74%; } }
      @media screen and (max-width: 768px) {
        .contact_wrap .contact .center_block {
          max-width: 100%; } }
      .contact_wrap .contact .center_block form {
        position: relative; }
        .contact_wrap .contact .center_block form p {
          margin-bottom: 15px; }
          .contact_wrap .contact .center_block form p:last-of-type {
            margin-bottom: 0; }
          .contact_wrap .contact .center_block form p label br {
            display: none; }
          .contact_wrap .contact .center_block form p label input, .contact_wrap .contact .center_block form p label textarea {
            border-radius: 8px;
            border: 1px solid var(--Grey-2, #D8D8D8);
            background: var(--White, #FFF);
            color: #202020;
            font-family: "Roboto Condensed";
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            padding: 15px 16px;
            width: 100%; }
            .contact_wrap .contact .center_block form p label input::placeholder, .contact_wrap .contact .center_block form p label textarea::placeholder {
              color: #848484; }
          .contact_wrap .contact .center_block form p input[type="submit"] {
            border-radius: 8px;
            background: #0096DB;
            padding: 16px;
            width: 100%;
            color: #FFF;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            /* 120% */ }
          .contact_wrap .contact .center_block form p .wpcf7-spinner {
            position: absolute;
            left: 0;
            bottom: -30px; }
    .contact_wrap .contact .right_side {
      max-width: 24%;
      width: 100%;
      align-self: flex-end; }
      @media screen and (max-width: 991px) {
        .contact_wrap .contact .right_side {
          display: none; } }

.jobs {
  background: #F6F8F9;
  padding: 80px 0; }
  .jobs h1 {
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    /* 120% */
    max-width: 600px;
    margin: 0 auto 32px; }
  .jobs .page_description {
    max-width: 504px;
    margin: 0 auto 48px;
    color: #202020;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .jobs .jobs_content {
    display: flex;
    justify-content: space-between; }
    .jobs .jobs_content .jobs_list {
      max-width: 48%;
      width: 100%; }
      .jobs .jobs_content .jobs_list .job {
        margin-bottom: 32px; }
        .jobs .jobs_content .jobs_list .job h3 {
          margin-bottom: 10px; }
          .jobs .jobs_content .jobs_list .job h3 a {
            color: #0096DB;
            font-family: "Roboto Condensed";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px; }
        .jobs .jobs_content .jobs_list .job .short_desc p {
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
        .jobs .jobs_content .jobs_list .job a.read_more {
          border-radius: 8px;
          border: 1px solid #D8D8D8;
          background: #FFF;
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-weight: 400;
          line-height: 24px;
          padding: 12px 57px;
          display: block;
          width: fit-content;
          margin-top: 18px; }
      .jobs .jobs_content .jobs_list form p {
        margin-bottom: 15px; }
        .jobs .jobs_content .jobs_list form p:last-of-type {
          margin-bottom: 0; }
        .jobs .jobs_content .jobs_list form p label br {
          display: none; }
        .jobs .jobs_content .jobs_list form p label input, .jobs .jobs_content .jobs_list form p label textarea {
          border-radius: 8px;
          border: 1px solid var(--Grey-2, #D8D8D8);
          background: var(--White, #FFF);
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          padding: 15px 16px;
          width: 100%; }
          .jobs .jobs_content .jobs_list form p label input::placeholder, .jobs .jobs_content .jobs_list form p label textarea::placeholder {
            color: #848484; }
        .jobs .jobs_content .jobs_list form p input[type="submit"] {
          border-radius: 8px;
          background: #0096DB;
          padding: 16px;
          width: 100%;
          color: #FFF;
          font-family: "Roboto Condensed";
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 120% */ }
        .jobs .jobs_content .jobs_list form p .wpcf7-spinner {
          position: absolute; }
    .jobs .jobs_content .images {
      max-width: 48%;
      width: 100%; }

.single_job {
  padding: 80px 0; }
  .single_job .section_title {
    background: #FFDC00;
    padding: 50px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px; }
    .single_job .section_title h1 {
      max-width: 500px;
      margin: 0 auto;
      color: #202020;
      text-align: center;
      font-family: "Roboto Condensed";
      font-size: 45px;
      font-weight: 700;
      line-height: 54px; }
  .single_job .job_content .wp-block-column {
    border-radius: 20px;
    border: 1px solid #000;
    padding: 25px; }
    .single_job .job_content .wp-block-column h2 {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      /* 140% */
      margin-bottom: 8px; }
    .single_job .job_content .wp-block-column p {
      color: #202020;
      font-family: "Roboto Condensed";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 150% */
      margin-bottom: 12px; }
      .single_job .job_content .wp-block-column p strong {
        font-weight: 500;
        margin-bottom: 20px; }
    .single_job .job_content .wp-block-column ul {
      margin-bottom: 20px; }
      .single_job .job_content .wp-block-column ul li {
        color: #202020;
        font-family: "Roboto Condensed";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding-left: 18px;
        position: relative;
        margin-bottom: 4px; }
        .single_job .job_content .wp-block-column ul li:before {
          position: absolute;
          content: '';
          width: 8px;
          height: 8px;
          display: block;
          left: 0;
          top: calc(50% - 4px);
          background: #202020;
          border-radius: 50%; }
    .single_job .job_content .wp-block-column form p {
      font-weight: 500; }
      .single_job .job_content .wp-block-column form p label {
        color: var(--Grey-1, #848484);
        font-family: "Roboto Condensed";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        border-radius: 8px;
        border: 1px solid var(--Grey-2, #D8D8D8);
        background: var(--White, #FFF);
        padding: 16px;
        width: 100%;
        display: block; }
        .single_job .job_content .wp-block-column form p label input {
          color: #202020;
          font-family: "Roboto Condensed";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 125% */ }
      .single_job .job_content .wp-block-column form p input[type="submit"] {
        border-radius: 8px;
        background: #0096DB;
        padding: 16px 64px;
        width: fit-content;
        color: #FFF;
        font-family: "Roboto Condensed";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 120% */ }
