:root {
  --color-text: #3C3C3B;
  --color-main: #0094D2; }

/* Fonts */
@font-face {
  font-family: 'VarelaRound-regular';
  src: url("../fonts/VarelaRound-Regular.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'VarelaRound-regular';
  font-size: 18px; }

input {
  border: none;
  outline: none; }

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

*, *::before, *::after {
  box-sizing: border-box;
  direction: rtl; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 75px 0; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 55px 0; } }
  @media only screen and (max-width: 950px) {
    section {
      padding: 35px 0; } }

.section-inner {
  max-width: 1560px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 950px) {
    .section-inner {
      padding: 0 10px; } }

.content {
  font-family: 'VarelaRound-regular';
  font-size: 18px;
  color: var(--color-text);
  line-height: 1.5; }
  .content.white {
    color: #fff; }
  .content p, .content ul, .content li, .content h1, .content h2, .content h3, .content h4, .content h5, .content img {
    margin-top: 15px; }
    .content p:first-child, .content ul:first-child, .content li:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content img:first-child {
      margin-top: 0; }
  .content a {
    color: var(--color-main);
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
  .content ul {
    list-style: disc;
    padding-right: 25px; }
  .content img {
    max-width: 100%; }

.centered {
  text-align: center; }

.parts {
  display: flex;
  margin: 0 -45px; }
  .parts.ai-center {
    align-items: center; }
  .parts .part {
    width: 50%;
    padding: 0 45px;
    position: relative; }
    .parts .part .image img {
      max-width: 100%; }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap; }
      .parts .part {
        width: 100%; }
        .parts .part:nth-child(2) {
          margin-top: 25px; } }

.section-title {
  font-family: 'VarelaRound-regular';
  font-size: 36px;
  color: var(--color-text); }
  .section-title.white {
    color: #fff; }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 25px; } }

.loading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f1ce";
  -webkit-animation: fa-spin .75s linear infinite;
          animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #227BC9;
  z-index: 2; }

#sm_menu_ham {
  position: static; }
  #sm_menu_ham span {
    background-color: #fff;
    height: 3px; }

.sm_menu_outer {
  background: #000; }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: #000;
    height: calc(100vh - 45px); }
  .sm_menu_outer .mobile_menu li {
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0; }
  .sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
    background-size: 20px !important; }
  .sm_menu_outer .mobile_menu a {
    font-family: 'VarelaRound-regular';
    padding: 15px 15px; }
  .sm_menu_outer .mobile_menu .current_page_item > a {
    font-family: 'VarelaRound-regular'; }

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto; }

.sm_menu_outer {
  bottom: 0;
  height: calc(100vh - 45px);
  top: 45px; }

/* ---------------------- Section top-index ---------------------- */
section.top-index {
  background: url("../images/index/bg-lp.png");
  background-size: cover; }
  section.top-index .logo {
    padding-right: 60px; }
  section.top-index .text {
    text-align: center;
    margin-top: 30px; }
    section.top-index .text .line-1 {
      font-family: 'VarelaRound-regular';
      font-size: 40px;
      color: #fff; }
    section.top-index .text .line-2 {
      font-family: 'VarelaRound-regular';
      font-size: 80px;
      color: #F9B233; }
  section.top-index .counter {
    display: flex;
    justify-content: center; }
    section.top-index .counter .digit {
      background: rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      text-align: center;
      padding: 20px;
      margin: 10px;
      width: 100px; }
      section.top-index .counter .digit .top {
        font-family: 'VarelaRound-regular';
        font-size: 32px;
        color: #fff; }
      section.top-index .counter .digit .bottom {
        font-family: 'VarelaRound-regular';
        font-size: 20px;
        color: #fff;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #fff; }
  section.top-index .parts {
    margin-top: 55px; }
  section.top-index .content {
    font-family: 'VarelaRound-regular';
    font-size: 18px;
    color: #fff; }
  section.top-index .cont-form .description {
    font-family: 'VarelaRound-regular';
    font-size: 24px;
    color: #fff;
    margin-top: 20px; }
  section.top-index .text-bottom {
    font-family: 'VarelaRound-regular';
    font-size: 32px;
    color: #fff;
    max-width: 600px;
    border-bottom: 2px solid #fff;
    margin-top: 50px;
    padding-bottom: 20px; }
  section.top-index .wpcf7 {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    width: auto; }
    section.top-index .wpcf7 input {
      font-family: 'VarelaRound-regular';
      font-size: 20px;
      color: #BDBDBD;
      background: #FFFFFF;
      border: 1px solid #A7A7A7;
      border-radius: 7px;
      width: auto;
      padding: 18px 25px;
      margin: 0; }
      section.top-index .wpcf7 input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #BDBDBD; }
      section.top-index .wpcf7 input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #BDBDBD; }
      section.top-index .wpcf7 input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #BDBDBD; }
      section.top-index .wpcf7 input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #BDBDBD; }
    section.top-index .wpcf7 .wrapper-submit {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      height: 65px;
      width: 55px;
      background: transparent url("../images/index/send.png") no-repeat;
      background-position: center center;
      cursor: pointer;
      z-index: 99; }
      section.top-index .wpcf7 .wrapper-submit input {
        font-size: 0;
        border-radius: 0;
        height: 100%;
        width: 100%;
        display: block;
        background: none;
        border: none;
        cursor: pointer; }
  @media only screen and (max-width: 950px) {
    section.top-index .logo {
      padding-right: 0px;
      text-align: center; }
    section.top-index .text .line-1 {
      font-size: 30px; }
    section.top-index .text .line-2 {
      font-size: 40px; }
    section.top-index .counter {
      margin-top: 25px; }
    section.top-index .parts {
      margin-top: 35px; }
    section.top-index .content {
      font-size: 16px; }
    section.top-index .text-bottom {
      font-size: 25px; }
    section.top-index .wpcf7 {
      width: 100%; }
      section.top-index .wpcf7 .wpcf7-form-control-wrap {
        width: 100%;
        display: block; }
        section.top-index .wpcf7 .wpcf7-form-control-wrap input {
          width: 100%; }
      section.top-index .wpcf7 .wrapper-submit {
        width: 55px; } }

/* --------------------- /Section top-index ---------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%; }

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto; }

.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl; }

@media only screen and (max-width: 950px) {
  .woocommerce-MyAccount-content {
    width: 100%; } }

html.fp-enabled {
  margin-top: 0 !important; }
