/*!
Theme Name: Bituah
Theme URI: http://underscores.me/
Author: Skifff
Author URI: https://www.fiverr.com/skifff
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bituah
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bituah is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

.invisible {
  visibility: hidden;
  margin: 0;
  font-size: 0; }

p {
  margin: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Heebo", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: "Heebo", sans-serif; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #EFF5FD; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

.entry-content ul {
  list-style: disc;
  margin-right: 1.5em; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none; }
  a:visited {
    color: #000; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    outline: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline: none; }

.btn_decor {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 24px 36px 24px 80px;
  border-radius: 50px;
  background-color: #F66F4D;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  -webkit-box-shadow: 0 12px 26px rgba(129, 81, 0, 0.26);
  box-shadow: 0 12px 26px rgba(129, 81, 0, 0.26);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .btn_decor::before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    top: 11px;
    left: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 50%;
    background-color: #FD8A6D;
    background-image: url("assets/images/base/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center; }
  .btn_decor:hover {
    color: #fff;
    padding-left: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .btn_decor:hover::before {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .btn_decor:visited {
    color: #fff; }

.btn_simple {
  height: 50px;
  border: 1px solid #F66F4D;
  border-radius: 30px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1; }
  .btn_simple::after {
    position: absolute;
    content: '';
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #F66F4D;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .btn_simple:hover {
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .btn_simple:hover::after {
      right: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }

@media screen and (max-width: 1400px) {
  .btn_decor {
    font-size: 14px;
    padding: 18px 28px 18px 70px; }
    .btn_decor::before {
      width: 36px;
      height: 36px;
      top: 7px;
      left: 10px; } }

@media screen and (max-width: 575px) {
  .btn_decor {
    padding: 18px 30px 18px 68px;
    font-size: 14px; }
    .btn_decor::before {
      top: 7px;
      left: 9px; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.ltr_always {
  direction: ltr; }

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

.wpcf7 input[type="tel"] {
  text-align: end; }

/* Animation
--------------------------------------------- */
.fade_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .fade_up.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.fade_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .fade_down.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.fade_left {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .fade_left.animated {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.slide_right {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .slide_right.animated {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.slide_left {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .slide_left.animated {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.td_200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.home__hero_title.animate span {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.home__hero_title.animate .str_2 {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
  -webkit-transition: 1s;
  transition: 1s; }

.home__hero_title.animate .str_3 {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition: 1.2s;
  transition: 1.2s; }

.home__hero_title.animate .str_4 {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
  -webkit-transition: 1.4s;
  transition: 1.4s; }

.home__hero_title.animate.animated span {
  opacity: 1; }

.home__hero_title.animate.animated .str_2 {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.home__hero_title.animate.animated .str_3 {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.home__hero_title.animate.animated .str_4 {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.home__hero_subtitle.animate {
  opacity: 0;
  -webkit-transition: 0.4s 1.6s;
  transition: 0.4s 1.6s; }
  .home__hero_subtitle.animate.animated {
    opacity: 1; }

.btn_decor.animate {
  -webkit-transform: rotateX(270deg);
  transform: rotateX(270deg);
  -webkit-transition: 0.8s 2s;
  transition: 0.8s 2s; }
  .btn_decor.animate.animated {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

.home__hero_col_2 .animate {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  .home__hero_col_2 .animate.animated {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.services__img.animate {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  .services__img.animate.animated {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0); }

.services__title.animate {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: 1.2s 0.4s;
  transition: 1.2s 0.4s; }
  .services__title.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.services__desc.animate {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s; }
  .services__desc.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.services__link.animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.8s 0.4s;
  transition: 0.8s 0.4s; }
  .services__link.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.posts__col_1.animate img {
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1);
  transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1); }

.posts__col_1.animate.animated img {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tabs.animate,
.tab__conntainer.animate {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1);
  transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1); }
  .tabs.animate.animated,
  .tab__conntainer.animate.animated {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.tab__conntainer.animate {
  -webkit-transition: 2s 0.4s;
  transition: 2s 0.4s; }

.sec__title.animate,
.benefits__title.animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .sec__title.animate.animated,
  .benefits__title.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.reviews__col_2.animate img {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1);
  transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1); }

.reviews__col_2.animate.animated img {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.sec__title.reviews__title.animate,
.reviews__list.animate {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1);
  transition-timing-function: cubic-bezier(0.31, 0.66, 0.17, 1); }
  .sec__title.reviews__title.animate.animated,
  .reviews__list.animate.animated {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.reviews__list.animate {
  -webkit-transition: 2.2s 0.0s;
  transition: 2.2s 0.0s; }

.benefits__col_1.animate p,
.benefits__col_2.animate p {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .benefits__col_1.animate p:nth-child(1),
  .benefits__col_2.animate p:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .benefits__col_1.animate p:nth-child(2),
  .benefits__col_2.animate p:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .benefits__col_1.animate p:nth-child(3),
  .benefits__col_2.animate p:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .benefits__col_1.animate p:nth-child(4),
  .benefits__col_2.animate p:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .benefits__col_1.animate p:nth-child(5),
  .benefits__col_2.animate p:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }

.benefits__col_1.animate.animated p,
.benefits__col_2.animate.animated p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.benefits__col_1.animate li,
.benefits__col_2.animate li {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .benefits__col_1.animate li:nth-child(1),
  .benefits__col_2.animate li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .benefits__col_1.animate li:nth-child(2),
  .benefits__col_2.animate li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .benefits__col_1.animate li:nth-child(3),
  .benefits__col_2.animate li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .benefits__col_1.animate li:nth-child(4),
  .benefits__col_2.animate li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .benefits__col_1.animate li:nth-child(5),
  .benefits__col_2.animate li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .benefits__col_1.animate li:nth-child(6),
  .benefits__col_2.animate li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .benefits__col_1.animate li:nth-child(7),
  .benefits__col_2.animate li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }

.benefits__col_1.animate.animated li,
.benefits__col_2.animate.animated li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.inner_hero__title.animate {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  .inner_hero__title.animate span {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    -webkit-transition: 1s;
    transition: 1s; }
    .inner_hero__title.animate span::before {
      width: 0;
      -webkit-transition: 0.8s 1s;
      transition: 0.8s 1s; }
  .inner_hero__title.animate.animated {
    opacity: 1; }
    .inner_hero__title.animate.animated span {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .inner_hero__title.animate.animated span::before {
        width: 125%; }

.inner_hero__subtitle.animate {
  opacity: 0;
  -webkit-transform: translateY(-4em);
  transform: translateY(-4em);
  -webkit-transition: 1.4s;
  transition: 1.4s; }
  .inner_hero__subtitle.animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.inner_hero__col_2 .animate {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  .inner_hero__col_2 .animate.animated {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.inner_how__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.inner_how__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.inner_how__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.inner_how__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.inner_how__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.inner_how__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.inner_why__item:nth-child(1) {
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.inner_why__item:nth-child(2) {
  -webkit-transition: 1s;
  transition: 1s; }

.inner_why__item:nth-child(3) {
  -webkit-transition: 1.4s;
  transition: 1.4s; }

.inner_how_we_work__col.animate li {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .inner_how_we_work__col.animate li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .inner_how_we_work__col.animate li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .inner_how_we_work__col.animate li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .inner_how_we_work__col.animate li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }

.inner_how_we_work__col.animate.animated li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animate .checking_form__title {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.animated .checking_form__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animate .checking_form__subtitle {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: static;
  z-index: 6; }

.animated .checking_form__subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.animate form p {
  opacity: 0;
  position: static; }
  .animate form p:nth-child(2) {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: 5; }
  .animate form p:nth-child(3) {
    -webkit-transform: translateY(-205px);
    transform: translateY(-205px);
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 4; }
  .animate form p:nth-child(4) {
    -webkit-transform: translateY(-260px);
    transform: translateY(-260px);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    z-index: 3; }

.animate form .submit_decor {
  opacity: 0;
  -webkit-transform: translateY(-330px);
  transform: translateY(-330px);
  -webkit-transition: 1.4s;
  transition: 1.4s;
  position: static;
  z-index: 2; }

.animated form p {
  opacity: 1; }
  .animated form p:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .animated form p:nth-child(3) {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .animated form p:nth-child(4) {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.animated form .submit_decor {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.about_who__row_2.animate li {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .about_who__row_2.animate li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .about_who__row_2.animate li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .about_who__row_2.animate li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.about_who__row_2.animated li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.container {
  margin: 150px auto;
  padding: 16px;
  max-width: 1140px; }

@media screen and (max-width: 767px) {
  .container {
    margin: 24px auto; } }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* BLOCKS  */
/* Header
--------------------------------------------- */
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 60px 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.site-header_sticky {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(129, 81, 0, 0.05);
  box-shadow: 0 2px 2px 0 rgba(129, 81, 0, 0.05);
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.main-navigation {
  width: auto;
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(55%);
  transform: translateX(55%); }
  .main-navigation .nav-menu {
    background-color: #fff;
    padding: 0 36px;
    border-radius: 40px;
    -webkit-box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.05);
    box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.05); }
  .main-navigation ul ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    right: auto;
    display: none; }
    .main-navigation ul ul a {
      width: 100%; }
      .main-navigation ul ul a br {
        display: none; }

.main-navigation .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-navigation .menu-item a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    white-space: nowrap;
    color: #000;
    padding: 22px 20px;
    border-right: 1px solid #E7E7E7;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .main-navigation .menu-item a::before {
      position: absolute;
      content: '';
      top: -100%;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #5E8FC7;
      z-index: -1;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .main-navigation .menu-item a:hover {
      color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .main-navigation .menu-item a:hover::before {
        top: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
  .main-navigation .menu-item:first-child a {
    border-right: none; }

.menu-item-has-children {
  cursor: pointer; }

.main-navigation .current-menu-item > a {
  color: #5E8FC7; }

.main-navigation .navigation__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FD8A6D;
  background-image: url("assets/images/base/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 50px; }
  .main-navigation .navigation__arrow a {
    font-size: 0;
    color: transparent; }

.header__buttons {
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header__lang_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 22px;
  position: relative; }

.header__lang_btn {
  width: 60px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .header__lang_btn img {
    width: 44px;
    max-width: 44px;
    border-radius: 50%;
    border: 8px solid #fff; }
  .header__lang_btn::before {
    position: absolute;
    content: '';
    top: 22px;
    left: 0px;
    width: 11px;
    height: 11px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F66F4D; }

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: -1; }

.header__lang_toggle:hover .wpml-ls-legacy-list-vertical.wpml-ls-statics-footer a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 0; }

.wpml-ls-item-he a {
  background-image: url("assets/images/base/israel-min.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.wpml-ls-item-ru a {
  background-image: url("assets/images/base/russia-min.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.header__phone_icon {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.05);
  box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.05);
  position: relative; }
  .header__phone_icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #F66F4D;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .3s;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s;
    z-index: -1; }

.header__phone:hover .header__phone_icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
  z-index: 0; }

.header__phone:hover .header__phone_icon svg {
  position: relative;
  z-index: 2; }
  .header__phone:hover .header__phone_icon svg path {
    fill: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.header__phone_num {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 18px 0 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.header__phone:hover .header__phone_num {
  border-bottom-color: #F66F4D;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

@media screen and (max-width: 1450px) {
  .site-header {
    padding: 20px 16px 10px; } }

@media screen and (max-width: 1350px) {
  .site-branding {
    max-width: 170px; }
  .main-navigation .menu-item a {
    font-size: 14px;
    padding: 10px 10px; }
  .main-navigation .nav-menu {
    padding: 6px 24px 6px 10px; }
  .main-navigation .navigation__arrow {
    margin-right: 28px; }
  .header__phone_num {
    font-size: 16px;
    margin: 0 10px 0 0; }
  .header__phone_icon {
    width: 48px;
    height: 48px; } }

@media screen and (max-width: 1023px) {
  .site-header {
    position: fixed; }
  .menu-header-menu-he-container {
    min-height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    min-width: 320px;
    max-width: 90vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1; }
    .menu-header-menu-he-container .popup__form_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu-header-menu-he-container .footer__col_1 {
      width: 48%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 16px; }
    .menu-header-menu-he-container .footer__social_mob {
      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;
      min-width: 162px; }
  .main-navigation {
    position: relative;
    right: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .main-navigation .nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 0;
      padding: 78px 0 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .main-navigation ul ul.sub-menu {
      position: static;
      width: 100%;
      display: none; }
      .main-navigation ul ul.sub-menu a {
        padding: 17px 48px 17px 32px;
        font-size: 14px; }
        .main-navigation ul ul.sub-menu a:first-child::before {
          display: block; }
    .main-navigation.toggled .menu-header-menu-he-container {
      left: 0;
      -webkit-box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.5);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .main-navigation .menu-toggle {
    display: block;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-transition: 0.8s;
    transition: 0.8s; }
    .main-navigation .menu-toggle span {
      position: absolute;
      top: 12px;
      right: 8px;
      width: 32px;
      height: 4px;
      border-radius: 4px;
      background-color: #F66F4D; }
      .main-navigation .menu-toggle span:nth-child(1) {
        -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: transform 0.4s 0s, top 0.4s 0.4s;
        transition: transform 0.4s 0s, top 0.4s 0.4s, -webkit-transform 0.4s 0s; }
      .main-navigation .menu-toggle span:nth-child(2) {
        top: 22px;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .main-navigation .menu-toggle span:nth-child(3) {
        top: 32px;
        -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: transform 0.4s 0s, top 0.4s 0.4s;
        transition: transform 0.4s 0s, top 0.4s 0.4s, -webkit-transform 0.4s 0s; }
    .main-navigation .menu-toggle[aria-expanded="true"] {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      -webkit-transition: 0.8s;
      transition: 0.8s; }
      .main-navigation .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        top: 22px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
        transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
        transition: transform 0.4s 0.4s, top 0.4s 0s;
        transition: transform 0.4s 0.4s, top 0.4s 0s, -webkit-transform 0.4s 0.4s; }
      .main-navigation .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .main-navigation .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        top: 22px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
        transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
        transition: transform 0.4s 0.4s, top 0.4s 0s;
        transition: transform 0.4s 0.4s, top 0.4s 0s, -webkit-transform 0.4s 0.4s; }
  .main-navigation .menu-item a {
    border-right: none;
    font-size: 16px;
    padding: 16px 32px;
    width: 100%;
    white-space: normal;
    position: relative; }
    .main-navigation .menu-item a::before {
      position: absolute;
      content: '';
      top: 0;
      right: 32px;
      width: calc(100% - 64px);
      height: 1px;
      background-color: #E7E7E7; }
  .main-navigation .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-navigation .menu-item:first-child a::before {
      display: none; }
  .main-navigation .navigation__arrow {
    margin-right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-top: 32px; }
  .header__buttons {
    margin-right: auto;
    min-width: 0; } }

@media screen and (max-width: 575px) {
  .site-header {
    padding-top: 10px; }
  .site-branding {
    max-width: 130px; }
  .header__phone_num {
    display: none; }
  .main-navigation .menu-toggle {
    margin-right: 8px; }
  .header__lang_toggle {
    margin-left: 8px; }
  .header__lang_btn {
    width: 48px; }
    .header__lang_btn:before {
      display: none; }
  .header__lang_btn img {
    width: 40px;
    max-width: 40px;
    border-width: 2px; }
  .header__phone_icon {
    width: 36px;
    height: 36px;
    background-color: #F66F4D; }
    .header__phone_icon svg {
      width: 18px;
      height: auto; }
      .header__phone_icon svg path {
        fill: #fff !important; } }

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #FAF8ED; }

.footer_main__container {
  padding: 32px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer_links_wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #C6C3B4; }

.footer__social_mob {
  display: none; }

.footer__social_title.footer__title {
  margin-left: 24px;
  line-height: 1.2em;
  border-bottom: none; }

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

.footer__col_1,
.footer__col_2,
.footer__col_3,
.footer__col_4 {
  width: 14%; }

.footer__col_5 {
  width: 16%; }
  .footer__col_5 a:hover {
    color: #5E8FC7;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.footer__col_2,
.footer__col_3,
.footer__col_4,
.footer__col_5 {
  padding-top: 16px; }

.footer__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  border-bottom: 3px solid #F66F4D;
  margin-bottom: 8px; }

.footer__title_contact {
  border-bottom: 3px solid #5E8FC7; }

.footer__menu li {
  line-height: 1.22em; }

.footer__menu a {
  display: block;
  padding: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .footer__menu a:hover {
    color: #5E8FC7;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.footer__accent {
  font-weight: 700;
  margin-top: 12px; }

.footer_secondary {
  padding: 0 60px; }

.footer_secondary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C6C3B4;
  padding: 14px 0 48px; }
  .footer_secondary__container img {
    max-width: 130px; }

.copyright {
  font-size: 10px; }

.popup__form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: -200px;
  bottom: 20vh;
  color: #fff;
  font-weight: 700;
  background-color: #F66F4D;
  border-radius: 0 0 12px 12px;
  border: none;
  height: 50px;
  padding: 0 16px 0 8px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  z-index: 100; }
  .popup__form_btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-right: 12px;
    position: relative; }
    .popup__form_btn span::before {
      position: absolute;
      content: '';
      width: 7px;
      height: 7px;
      top: 10px;
      right: 10px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .popup__form_btn.active {
    left: -38px;
    -webkit-transition: left 0.4s;
    transition: left 0.4s; }

.popup__form_btn_mob {
  display: none; }

.popup__form_window {
  position: fixed;
  left: -100%;
  bottom: 5vh;
  width: 380px;
  max-width: 100%;
  background-color: #5E8FC7;
  border-radius: 24px;
  padding: 30px 18px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  z-index: 1001; }
  .popup__form_window.active {
    left: 54px;
    -webkit-transition: left 0.4s;
    transition: left 0.4s; }

.popup__form_title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.popup__form_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .popup__form_buttons--social {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0 16px; }
    .popup__form_buttons--social .popup__form_button {
      margin-left: 0; }

.popup__form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 #34649B;
  box-shadow: 0 0 13px 0 #34649B;
  margin-left: 28px;
  position: relative; }
  .popup__form_button:last-child {
    margin-left: 0; }
  .popup__form_button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #F66F4D;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .3s;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s;
    z-index: -1; }
  .popup__form_button:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
    z-index: 0; }
  .popup__form_button:hover svg path {
    fill: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .popup__form_button svg {
    position: relative;
    z-index: 2; }
    .popup__form_button svg path {
      -webkit-transition: 0.3s;
      transition: 0.3s; }

.popup__form_window input:not([type="checkbox"]),
.popup__form_window textarea {
  width: 100%; }
  .popup__form_window input:not([type="checkbox"]):focus, .popup__form_window input:not([type="checkbox"]):active,
  .popup__form_window textarea:focus,
  .popup__form_window textarea:active {
    outline: none; }

.popup__form_window input:not([type="checkbox"]) {
  height: 50px;
  border: none;
  border-radius: 50px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px; }
  .popup__form_window input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #000; }
  .popup__form_window input:not([type="checkbox"])::-moz-placeholder {
    color: #000; }
  .popup__form_window input:not([type="checkbox"]):-ms-input-placeholder {
    color: #000; }
  .popup__form_window input:not([type="checkbox"])::-ms-input-placeholder {
    color: #000; }
  .popup__form_window input:not([type="checkbox"])::placeholder {
    color: #000; }

.popup__form_window textarea {
  border-radius: 16px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  height: 86px;
  margin-bottom: 14px;
  resize: none; }
  .popup__form_window textarea::-webkit-input-placeholder {
    color: #000; }
  .popup__form_window textarea::-moz-placeholder {
    color: #000; }
  .popup__form_window textarea:-ms-input-placeholder {
    color: #000; }
  .popup__form_window textarea::-ms-input-placeholder {
    color: #000; }
  .popup__form_window textarea::placeholder {
    color: #000; }

.popup__form_window input[type="submit"] {
  height: 56px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #F66F4D;
  cursor: pointer;
  margin: 0; }

.popup__form_window .popup_accept {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  margin-bottom: 12px; }
  .popup__form_window .popup_accept label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__form_window .popup_accept a {
    color: #fff;
    text-decoration: underline; }
  .popup__form_window .popup_accept input {
    margin-left: 6px; }

.popup__form_window .popup__submit {
  position: relative; }
  .popup__form_window .popup__submit::before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    top: 10px;
    left: 12px;
    background-color: #FD8A6D;
    border-radius: 50%;
    background-image: url("assets/images/base/btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .popup__form_window .popup__submit:hover::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.popup__form_close {
  position: absolute;
  content: '';
  top: -20px;
  left: -20px;
  width: 54px;
  height: 54px;
  background-color: #F66F4D;
  border-radius: 50%;
  border: none;
  cursor: pointer; }
  .popup__form_close::before, .popup__form_close::after {
    position: absolute;
    content: '';
    top: 25px;
    right: 13px;
    width: 28px;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popup__form_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media screen and (max-width: 1400px) {
  .footer_main__container {
    padding: 32px 60px; }
  .footer__col_2,
  .footer__col_3,
  .footer__col_4,
  .footer__col_5 {
    padding-top: 30px;
    width: 45%; }
  .popup__form_window input[type="submit"] {
    height: 48px; }
  .popup__form_window .popup__submit::before {
    top: 6px;
    left: 9px; } }

@media screen and (max-width: 767px) {
  .footer_secondary__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .copyright {
    text-align: center; }
  .popup__form_btn {
    display: none; }
  .popup__form_btn_mob {
    display: block;
    border: none;
    background-color: transparent;
    padding: 0;
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 1000; }
  .home .popup__form_btn_mob {
    bottom: 70px;
    -webkit-transform: translateY(125px);
    transform: translateY(125px); }
    .home .popup__form_btn_mob.active {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

@media screen and (max-width: 650px) {
  .footer_main__container {
    padding: 16px; }
  .footer_secondary {
    padding: 0 16px; }
  .footer_links_wrap {
    width: 100%; }
  .footer__social {
    display: none; }
  .footer__social_title.footer__title {
    margin-left: 0; }
  .footer__social_mob {
    width: 48%;
    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; }
    .footer__social_mob .popup__form_button {
      margin-left: 8px; }
  .footer__col_1 {
    width: 40%;
    padding-top: 24px; }
  .footer__col_2,
  .footer__col_3,
  .footer__col_4,
  .footer__col_5 {
    width: 48%;
    padding: 0; } }

@media screen and (max-width: 500px) {
  .popup__form_window {
    width: calc(100% - 24px); }
    .popup__form_window.active {
      left: 24px; }
  .popup__form_title {
    font-size: 14px; }
  .popup__form_buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .popup__form_button {
    margin: 0 0 16px; } }

@media screen and (max-width: 360px) {
  .footer__social_mob .popup__form_button {
    width: 38px;
    height: 38px; } }

@media screen and (max-height: 740px) {
  .popup__form_window {
    bottom: 16px;
    max-height: calc(100vh - 50px);
    padding: 18px 16px; }
    .popup__form_window input:not([type="checkbox"]) {
      height: 40px; }
    .popup__form_window textarea {
      height: 70px; }
    .popup__form_window .popup__submit::before {
      top: 5px;
      left: 6px;
      width: 30px;
      height: 30px; }
  .popup__form_title {
    font-size: 14px; }
  .popup__form_container {
    height: 100%;
    max-height: 100%;
    padding-left: 18px; } }

@media screen and (max-height: 639px) {
  .popup__form_close {
    width: 44px;
    height: 44px; }
  .popup__form_window {
    max-height: calc(100% - 36px); }
    .popup__form_window textarea {
      height: 60px; }
    .popup__form_window form {
      margin-bottom: 10px; }
  .popup__form_close::before,
  .popup__form_close::after {
    top: 20px;
    right: 8px; }
  .popup__form_title {
    margin-top: 0; }
  .popup__form_button {
    width: 40px;
    height: 40px; } }

/* Home Hero
--------------------------------------------- */
.home__hero .owl-stage-outer,
.home__hero .owl-stage,
.home__hero .owl-item {
  height: 100%; }

.home__hero.owl-carousel .owl-item img {
  width: 126%; }

.home__hero .owl-dots {
  display: none; }

.home__hero .owl-nav {
  top: calc(50% - 22px);
  width: calc(100% - 40px);
  right: 20px;
  height: 1px; }

.home__hero .owl-next,
.home__hero .owl-prev {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .home__hero .owl-next:hover,
  .home__hero .owl-prev:hover {
    background-color: white !important;
    border-color: #F66F4D !important;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.home__hero_slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 124px 0 90px; }

.home__hero_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden; }

.home__hero_col_1 {
  width: 50%;
  padding-right: 14%;
  padding-top: 2vw;
  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; }

.home__hero_col_2 {
  width: 50%; }
  .home__hero_col_2 img {
    width: 126%;
    max-width: 126%;
    margin-right: -26%; }

.home__hero_title {
  font-size: 4.4vw;
  font-weight: 800;
  line-height: 1em;
  color: #000;
  margin: 0; }
  .home__hero_title span {
    display: inline-block; }
    .home__hero_title span:last-child {
      position: relative;
      z-index: 1; }
      .home__hero_title span:last-child::before {
        position: absolute;
        content: '';
        height: 85%;
        width: 110%;
        bottom: 0;
        right: -5%;
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(30%, #FFE5B5));
        background: linear-gradient(-90deg, transparent 0%, #FFE5B5 30%);
        z-index: -1; }

.home__hero_subtitle {
  font-size: 1.094vw;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 40%; }

@media screen and (max-width: 1023px) {
  .home__hero_slide {
    padding: 80px 0 90px; }
  .home__hero_col_1 {
    padding-right: 7%; }
  .home__hero_title {
    font-size: 6vw; }
  .home__hero_subtitle {
    font-size: 16px; }
  .home__hero_col_2 img {
    margin-right: -16%; } }

@media screen and (max-width: 767px) {
  .home__hero .owl-nav {
    display: none; }
  .home__hero_col_1,
  .home__hero_col_2 {
    width: 100%; }
  .home__hero_col_2 {
    margin-top: 32px; }
    .home__hero_col_2 img {
      max-width: 100%;
      margin-right: 0; }
  .home__hero_title {
    font-size: 10vw; } }

/* Home Services
--------------------------------------------- */
.services {
  position: relative;
  z-index: 2; }

.search__form_container {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px; }

.search__form {
  position: relative;
  width: 880px;
  max-width: 100%;
  margin: -35px auto 0; }
  .search__form .search-field {
    min-height: 70px;
    border-radius: 50px !important;
    border: none;
    width: 100%;
    padding: 0 32px 0 96px !important;
    font-style: italic;
    color: #6B6B6B;
    -webkit-box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.12);
    box-shadow: 0 12px 26px 0 rgba(129, 81, 0, 0.12); }
    .search__form .search-field:focus, .search__form .search-field:active {
      outline: none; }
  .search__form .search-submit {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #F66F4D;
    background-image: url("assets/images/home/search.svg");
    background-repeat: no-repeat;
    background-position: center; }

.search__form.search__form_no_homepage {
  margin: 16px 0;
  width: 100%;
  max-width: 600px; }

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 116px 16px 186px;
  background-image: url("assets/images/base/bg_rounded.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.services__item {
  width: 17%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .services__item:hover {
    background-color: #F66F4D;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.services__img {
  margin-bottom: 36px; }

.services__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px; }

.services__desc {
  text-align: center;
  margin-bottom: 36px; }

.services__item:hover .services__title,
.services__item:hover .services__desc {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

@media screen and (max-width: 1450px) {
  .services__item {
    width: 22%;
    font-size: 14px; } }

@media screen and (max-width: 1023px) {
  .services__container {
    padding: 70px 16px 70px; }
  .services__item {
    width: 40%; }
    .services__item:nth-child(3), .services__item:nth-child(4) {
      margin-top: 48px; }
  .services__img {
    margin-bottom: 16px; }
  .services__desc {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .services__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .services__item:nth-child(3), .services__item:nth-child(4) {
      margin-top: 48px; }
  .services__img {
    width: 30%; }
  .services__info {
    width: 70%;
    padding: 24px 16px 0 0; }
  .services__title,
  .services__desc {
    text-align: start; } }

@media screen and (max-width: 600px) {
  .services__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .services__title {
    font-size: 22px; }
  .services__desc {
    font-size: 14px;
    line-height: 1.2em; } }

@media screen and (max-width: 414px) {
  .services__info {
    padding-top: 16px; }
  .services__title {
    font-size: 20px; } }

/* Home Posts
--------------------------------------------- */
.posts {
  background-image: url("assets/images/home/bg_posts-rtl.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 220px 0 144px;
  margin-top: -126px;
  position: relative;
  overflow: hidden;
  z-index: 1; }

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

.posts__col_1 {
  width: 32%;
  padding-right: 7vw; }

.posts__col_2 {
  width: 68%; }

.sec__title.title_posts {
  text-align: start; }

.posts_menu__toggler {
  display: none; }

.tab__conntainer {
  position: relative; }

.post_carousel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0; }
  .post_carousel:first-child {
    position: static; }
  .post_carousel.active {
    z-index: 1;
    opacity: 1; }

.tabs {
  margin-bottom: 44px;
  margin-left: 180px; }

.tab_btn {
  font-size: 1.1vw;
  font-weight: 600;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: relative; }
  .tab_btn::before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: -100%;
    width: 94%;
    height: 5px;
    border-radius: 5px;
    background-color: #F66F4D;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .tab_btn.active::before, .tab_btn:hover::before {
    right: 3%;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .tab_btn:focus, .tab_btn:active {
    outline: none; }

.owl-nav {
  position: absolute;
  top: -80px;
  left: 60px;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.owl-next,
.owl-prev {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff !important;
  font-size: 0 !important;
  background-image: url("assets/images/base/owl_left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .owl-next:hover,
  .owl-prev:hover {
    border: 1px solid #F66F4D !important;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.owl-prev {
  background-image: url("assets/images/base/owl_right.png") !important; }

.owl-stage,
.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.post__loop {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px; }
  .post__loop h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px;
    padding: 0 12px; }
  .post__loop p {
    padding: 0 12px;
    font-size: 14px; }

.post__loop_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .post__loop_thumb img {
    -o-object-fit: cover;
    object-fit: cover; }

.post_loop__tags {
  margin-top: 24px;
  padding: 0 12px; }
  .post_loop__tags a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #F66F4D;
    border-radius: 30px;
    padding: 4px 14px;
    margin-left: 6px;
    margin-bottom: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .post_loop__tags a:hover {
      color: #fff;
      background-color: #F66F4D;
      -webkit-transition: 0.4s;
      transition: 0.4s; }

@media screen and (max-width: 1400px) {
  .post__loop p {
    font-size: 12px; }
  .post_loop__tags {
    margin-top: 18px; }
    .post_loop__tags a {
      font-size: 11px;
      padding: 3px 10px;
      margin-left: 4px;
      margin-bottom: 8px; } }

@media screen and (max-width: 1300px) {
  .tab_btn {
    font-size: 16px; }
    .tab_btn::before {
      height: 3px; } }

@media screen and (max-width: 767px) {
  .posts__container {
    padding: 0 16px; }
  .tab__conntainer {
    margin-left: -16px;
    margin-top: 80px; }
  .posts__col_1 {
    position: absolute;
    padding-right: 0;
    max-width: 200px; }
  .title_posts,
  .tabs {
    padding-right: 36%; }
  .sec__title.title_posts {
    font-size: 20px;
    margin-top: 0; }
  .posts_menu__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64%;
    margin-right: 36%;
    height: 48px;
    border-radius: 50px;
    border: none;
    background-color: #F66F4D;
    padding: 0 24px 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer; }
  .posts__col_2 {
    width: 100%; }
  .tabs {
    display: none;
    margin-bottom: 80px;
    margin-left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important; }
  .tab_btn {
    width: 100%;
    text-align: start;
    padding-top: 16px; }
    .tab_btn.active, .tab_btn:hover {
      color: #F66F4D; }
      .tab_btn.active::before, .tab_btn:hover::before {
        display: none; }
  .owl-nav {
    top: -60px;
    left: 16px; }
  .post__loop_thumb {
    height: 140px; } }

/* Home Why we
--------------------------------------------- */
.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background-image: url("assets/images/base/bg_rounded.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 60px 254px; }

.why__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1196px;
  min-height: 90px;
  margin: -53px auto 0;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 26px 0px rgba(0, 82, 129, 0.06);
  box-shadow: 0 12px 26px 0px rgba(0, 82, 129, 0.06);
  padding: 22px 30px 22px 22px; }

.why__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-right: 54px; }

.why__form input[type="email"] {
  max-width: 440px;
  width: 440px;
  background-color: #EFF5FD;
  border-radius: 50px;
  min-height: 46px;
  font-size: 14px;
  border: none;
  padding: 0 22px 0 182px;
  direction: rtl; }
  .why__form input[type="email"]:focus, .why__form input[type="email"]:active {
    outline: none; }

.why__form .accept {
  font-size: 12px;
  margin-top: 6px; }
  .why__form .accept a {
    color: #5E8FC7; }

.why__form_submit {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 156px;
  z-index: 2; }
  .why__form_submit input {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #F66F4D;
    border-radius: 50px;
    border: none;
    height: 38px;
    width: 100%;
    padding-bottom: 9px; }

.wpcf7-response-output,
.ajax-loader {
  display: none !important; }

.why__form_title {
  font-size: 18px;
  font-weight: 600;
  color: #6B6B6B; }

.sec__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center; }

.why__title {
  margin: 68px 0; }

.why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.why__item {
  width: 16%;
  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: center;
  -ms-flex-align: center;
  align-items: center; }

.why__desc {
  text-align: center;
  font-size: 20px;
  font-weight: 500; }

.why__num {
  font-size: 36px;
  font-weight: 800;
  color: #5E8FC7;
  margin-top: auto; }

@media screen and (max-width: 1450px) {
  .why__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .why__item {
    width: 22%; }
  .why__img {
    width: 80%; }
  .why__num {
    font-size: 2.2vw; } }

@media screen and (max-width: 1300px) {
  .why__form_title {
    text-align: center; }
  .why__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px; }
    .why__form form {
      margin-right: 0; } }

@media screen and (max-width: 1023px) {
  .why {
    padding: 0 16px 100px; }
  .why__desc {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .why__form input[type="email"] {
    max-width: 100%;
    width: 100%; }
  .why__form_title {
    font-size: 16px; }
  .sec__title {
    font-size: 24px; }
  .why__title {
    margin: 32px 0; }
  .why__item {
    width: 49%;
    margin-bottom: 32px; }
  .why__num {
    font-size: 3.6vw; } }

@media screen and (max-width: 414px) {
  .why__form input[type="email"] {
    padding: 0 18px 0 140px;
    font-size: 13px; }
  .why__form_submit {
    width: 130px; }
    .why__form_submit input {
      font-size: 13px; }
  .why__num {
    font-size: 5vw; } }

/* Home Reviews
--------------------------------------------- */
.reviews {
  background-image: url("assets/images/home/bg_review-rtl.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  margin-top: -126px;
  padding-top: 126px;
  padding-bottom: 120px; }

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

.reviews__col_1 {
  width: 68%;
  padding-left: 18px; }

.reviews__col_2 {
  width: 32%; }
  .reviews__col_2 img {
    margin-top: -8vw;
    position: sticky;
    top: 100px;
    z-index: 10; }

.reviews__title {
  text-align: end;
  margin: 70px 0 36px; }

.reviews__list {
  position: relative; }
  .reviews__list .owl-nav {
    left: auto;
    right: 60px;
    direction: ltr; }
  .reviews__list .owl-stage-outer {
    padding: 0 24px 30px; }
  .reviews__list .owl-prev {
    background-image: url("assets/images/base/owl_left.png") !important; }
  .reviews__list .owl-next {
    background-image: url("assets/images/base/owl_right.png") !important; }

.review__item {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  direction: rtl;
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 82, 129, 0.06);
  box-shadow: 0 12px 26px 0 rgba(0, 82, 129, 0.06); }

.review__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.review__author_photo {
  width: 22% !important;
  max-width: 70px; }

.review__name {
  width: 78%;
  font-weight: 600;
  padding-right: 12px;
  text-align: start; }
  .review__name img {
    max-width: 132px; }

.review__content {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  text-align: start; }

.review__content_title {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin: 16px 0 6px; }

@media screen and (max-width: 1023px) {
  .reviews__title {
    margin-right: 180px;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .reviews {
    padding-bottom: 0; }
  .reviews__col_1 {
    width: 100%;
    padding: 0; }
  .reviews__col_2 {
    position: absolute;
    left: 16px; }
    .reviews__col_2 img {
      width: 200px; }
  .reviews__title {
    padding: 0 16px 0 36vw;
    margin-top: 40px;
    margin-bottom: 80px;
    margin-right: 0;
    text-align: start; }
  .review__item {
    padding: 16px; }
  .reviews__list .owl-nav {
    right: 16px; } }

/* Home Benefits
--------------------------------------------- */
.benefits {
  background-image: url("assets/images/home/benefits-rtl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 86px 11vw; }

.benefits__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff; }

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .benefits__container p {
    margin-bottom: 24px; }

.benefits__col_1,
.benefits__col_2 {
  width: 50%;
  color: #fff; }

.benefits__col_1 {
  padding-left: 5%; }

.benefits__col_2 {
  padding-right: 10%; }

.benefits__col_1 ul {
  padding-left: 5%; }
  .benefits__col_1 ul li {
    padding-right: 32px;
    margin-bottom: 24px;
    position: relative; }
    .benefits__col_1 ul li::before {
      position: absolute;
      content: '';
      top: 0px;
      right: 0px;
      width: 24px;
      height: 24px;
      background-image: url("assets/images/base/bullet.svg"); }

@media screen and (max-width: 1023px) {
  .benefits {
    padding: 60px; }
  .benefits__col_1 {
    padding-left: 4%; }
  .benefits__col_2 {
    padding-right: 5%; } }

@media screen and (max-width: 767px) {
  .benefits__title {
    font-size: 24px; }
  .benefits__col_1,
  .benefits__col_2 {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 575px) {
  .benefits {
    padding: 16px; } }

/* Home Mobile buttons
--------------------------------------------- */
.mobile_buttons {
  display: none; }

@media screen and (max-width: 767px) {
  .mobile_buttons {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999; }
  .mb_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mb_item {
    width: 25%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    color: #F66F4D !important;
    font-size: 14px;
    line-height: 1em;
    padding: 6px 4px;
    border: 1px solid #F66F4D;
    border-bottom-width: 0;
    border-top-width: 2px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
    .mb_item svg {
      width: 50%;
      max-width: 30px; }
    .mb_item span {
      margin-top: 6px; } }

/* Inner pages. Fee
--------------------------------------------- */
.inner_hero {
  background-image: url("assets/images/inner/inner_hero_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  padding: 170px 14vw 90px; }

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

.inner_hero__col_1 {
  width: 55%;
  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; }

.inner_hero__col_2 {
  width: 45%;
  padding-right: 10%; }

.inner_hero__title {
  font-size: 4.375vw;
  font-weight: 800;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0; }
  .inner_hero__title span {
    position: relative;
    display: inline-block;
    z-index: 1; }
    .inner_hero__title span::before {
      position: absolute;
      content: '';
      height: 96%;
      width: 125%;
      bottom: 0;
      right: -22%;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #FFE5B5));
      background: linear-gradient(90deg, transparent 0%, #FFE5B5 30%);
      z-index: -1; }

.inner_hero__subtitle {
  font-size: 2vw;
  font-weight: 700;
  margin: 8px 0 32px; }

.inner_info {
  background: url("assets/images/inner/inner_rounded_bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, transparent));
  background: url("assets/images/inner/inner_rounded_bg.svg"), linear-gradient(180deg, #fff 0%, #fff 80%, transparent 80%);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 126px;
  position: relative; }
  .inner_info p {
    margin-bottom: 24px; }

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

.inner_info__row_1_img {
  width: 36%; }
  .inner_info__row_1_img img {
    position: sticky;
    top: 100px; }

.inner_info__row_1_text {
  width: 64%;
  padding: 32px 48px 32px 15%;
  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; }

.inner_info__row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15%;
  margin-top: 40px; }

.inner_info__row_2_col {
  width: 48%; }

.inner_info li {
  padding-right: 32px;
  margin-bottom: 24px;
  position: relative; }
  .inner_info li::before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url("assets/images/base/bullet.svg"); }

.inner_info__row_3 {
  margin-top: 48px;
  padding: 0 15%; }
  .inner_info__row_3 p {
    text-align: center; }

.inner_arrow_bottom {
  position: absolute;
  right: calc(50% - 46px);
  bottom: -53px; }

.inner_how {
  background-image: url("assets/images/inner/inner_how_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: center;
  padding-top: 210px;
  padding-bottom: 124px;
  margin-top: -126px; }

.inner_how__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15%; }

.inner_how__item {
  width: 32%;
  background-color: #fff;
  padding: 30px 30px 72px;
  margin-bottom: 48px;
  border-radius: 20px;
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 82, 129, 0.06);
  box-shadow: 0 12px 26px 0 rgba(0, 82, 129, 0.06);
  background-image: url("assets/images/inner/how_item_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center; }

.inner_why {
  background-image: url("assets/images/inner/inner_why_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 60px 96px;
  overflow: hidden;
  position: relative;
  z-index: 2; }

.sec__title_inner_why {
  margin: 0; }

.inner_why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 94px; }

.inner_why__item {
  width: 32%;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 12px 13px 0 rgba(194, 207, 228, 0.3);
  box-shadow: 0 12px 13px 0 rgba(194, 207, 228, 0.3);
  padding: 52px 52px 52px 40px; }

.inner_why__img {
  margin: -52px -52px 0 0; }

.inner_why__title {
  font-size: 22px;
  line-height: 1.3em;
  margin-right: 50px;
  margin-top: -26px; }

.inner_how_we_work {
  background-image: url("assets/images/inner/inner_how_we_work.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 220px;
  padding-bottom: 190px;
  margin-top: -260px; }

.sec__title_inner_how_we_work {
  color: #fff;
  margin: 0; }

.inner_how_we_work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15%;
  margin-top: 64px; }

.inner_how_we_work__col {
  width: 48%; }

.inner_how_we_work__col li {
  padding-right: 54px;
  margin-bottom: 24px;
  color: #fff;
  position: relative; }
  .inner_how_we_work__col li::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F66F4D; }
  .inner_how_we_work__col li:nth-child(1)::before {
    content: '1'; }
  .inner_how_we_work__col li:nth-child(2)::before {
    content: '2'; }
  .inner_how_we_work__col li:nth-child(3)::before {
    content: '3'; }
  .inner_how_we_work__col li:nth-child(4)::before {
    content: '4'; }

.inner_how_we_work__col_2 li:nth-child(1)::before {
  content: '5'; }

.inner_how_we_work__col_2 li:nth-child(2)::before {
  content: '6'; }

.inner_how_we_work__col_2 li:nth-child(3)::before {
  content: '7'; }

.inner_how_we_work__col_2 li:nth-child(4)::before {
  content: '8'; }

.checking_form {
  padding: 0 60px 0 0;
  background-image: url("assets/images/inner/checking_form_decor.png");
  background-position: right bottom;
  background-repeat: no-repeat; }

.checking_form__container {
  width: 100%;
  max-width: 1190px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.checking_form__col_1 {
  width: 55%;
  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;
  padding-bottom: 32px; }

.checking_form__col_2 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px; }
  .checking_form__col_2 img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom; }

.checking_form__title {
  font-size: 26px;
  margin: 0; }

.checking_form__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #5E8FC7;
  border-radius: 16px 16px 0 0;
  max-width: 430px;
  padding: 16px 20px;
  margin-top: 30px; }

.checking_form__wrap {
  margin-top: 28px; }
  .checking_form__wrap form {
    max-width: 430px; }
  .checking_form__wrap input,
  .checking_form__wrap textarea {
    height: 48px;
    width: 100%;
    border-radius: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: none;
    -webkit-box-shadow: 0 1px 1px 0 #B4C3D8;
    box-shadow: 0 1px 1px 0 #B4C3D8; }
    .checking_form__wrap input::-webkit-input-placeholder, .checking_form__wrap textarea::-webkit-input-placeholder {
      color: #000; }
    .checking_form__wrap input::-moz-placeholder, .checking_form__wrap textarea::-moz-placeholder {
      color: #000; }
    .checking_form__wrap input:-ms-input-placeholder, .checking_form__wrap textarea:-ms-input-placeholder {
      color: #000; }
    .checking_form__wrap input::-ms-input-placeholder, .checking_form__wrap textarea::-ms-input-placeholder {
      color: #000; }
    .checking_form__wrap input::placeholder,
    .checking_form__wrap textarea::placeholder {
      color: #000; }
    .checking_form__wrap input:focus, .checking_form__wrap input:active,
    .checking_form__wrap textarea:focus,
    .checking_form__wrap textarea:active {
      outline: none;
      -webkit-box-shadow: 0 1px 1px 0 #F66F4D;
      box-shadow: 0 1px 1px 0 #F66F4D; }
  .checking_form__wrap textarea {
    height: 128px;
    resize: none;
    padding: 20px; }
  .checking_form__wrap input[type="checkbox"] {
    display: none; }
  .checking_form__wrap .accept {
    margin-bottom: 28px;
    font-size: 14px; }
    .checking_form__wrap .accept label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .checking_form__wrap .accept label span {
      padding-right: 28px;
      position: relative; }
      .checking_form__wrap .accept label span::before {
        position: absolute;
        content: '';
        top: -1px;
        right: 0px;
        width: 20px;
        height: 20px;
        border: 1px solid #5E8FC7;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .checking_form__wrap .accept label span::after {
        position: absolute;
        content: '';
        top: 4px;
        right: 5px;
        width: 10px;
        height: 6px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
    .checking_form__wrap .accept a {
      color: #5E8FC7; }
  .checking_form__wrap .accept label input[type=checkbox]:checked + span::before {
    background-color: #5E8FC7;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .checking_form__wrap .accept label input[type=checkbox]:checked + span::after {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .checking_form__wrap .wpcf7-list-item {
    margin: 0; }

.mob_scroll_to_form {
  display: none; }

@media screen and (max-width: 1250px) {
  .inner_why__img {
    margin: 0; }
  .inner_why__title {
    margin: 16px 0 0; }
  .inner_how_we_work {
    padding-top: 260px;
    margin-top: -300px; } }

@media screen and (max-width: 1023px) {
  .inner_hero {
    padding: 110px 60px 60px; }
  .inner_hero__title {
    font-size: 6vw; }
  .inner_info__row_1_text {
    padding-left: 60px; }
  .inner_info__row_2,
  .inner_info__row_3,
  .inner_how__container {
    padding: 0 60px; }
  .inner_how {
    padding-top: 160px;
    padding-bottom: 50px; }
  .inner_why {
    background-color: #fff; }
  .inner_why__container {
    margin-top: 40px; }
  .inner_why__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px; }
    .inner_why__item p {
      width: 100%; }
  .inner_why__img {
    min-width: 100px; }
  .inner_why__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 16px 0 0; }
  .inner_how_we_work {
    padding-bottom: 100px;
    padding-top: 80px;
    margin-top: 0; }
  .inner_how_we_work__container {
    padding: 0 60px; }
  .checking_form__title {
    font-size: 18px; } }

@media screen and (max-width: 767px) {
  .inner_hero__col_1,
  .inner_hero__col_2 {
    width: 100%; }
  .inner_hero__title {
    font-size: 10vw; }
  .inner_hero__subtitle {
    font-size: 4vw; }
  .inner_hero__col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 0; }
    .inner_hero__col_2 img {
      max-width: 50%; }
  .inner_how__item {
    width: 48%; }
  .inner_why {
    padding-bottom: 32px; }
  .inner_how_we_work {
    padding: 32px 0; }
  .inner_how_we_work__container {
    margin-top: 32px; }
  .inner_how_we_work__col {
    width: 100%; }
  .mob_scroll_to_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #F66F4D;
    border-radius: 50px;
    border: none;
    height: 48px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    z-index: 999; }
    .mob_scroll_to_form.active {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .page-template-mash .popup__form_btn_mob,
  .page-template-insurance .popup__form_btn_mob,
  .page-template-fee .popup__form_btn_mob,
  .page-template-pension .popup__form_btn_mob {
    bottom: 55px; } }

@media screen and (max-width: 575px) {
  .inner_hero {
    padding: 110px 16px 60px; }
  .inner_hero__col_2 img {
    max-width: 90%; }
  .inner_info__row_1_img,
  .inner_info__row_1_text,
  .inner_info__row_2_col {
    width: 100%; }
  .inner_info__row_1_text {
    padding: 16px 16px 0; }
  .inner_info__row_1_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .inner_info__row_1_img img {
      width: 70%; }
  .inner_info__row_2,
  .inner_info__row_3 {
    padding: 0 16px; }
    .inner_info__row_2 p,
    .inner_info__row_3 p {
      text-align: start; }
  .inner_how__container {
    padding: 0 16px; }
  .inner_how__item {
    width: 100%;
    margin-bottom: 24px; }
  .inner_why {
    padding: 60px 16px 32px; }
  .inner_why__item {
    padding: 16px; }
  .inner_why__title {
    margin: 16px 0 0;
    font-size: 18px;
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  .inner_how_we_work__container {
    padding: 0 16px 0 60px; }
  .checking_form {
    padding: 0 16px; }
  .checking_form__col_1 {
    width: 100%; }
  .checking_form__col_2 {
    display: none; } }

/* Inner pages. About
--------------------------------------------- */
.about_hero {
  padding: 180px 15% 100px;
  background-image: url("assets/images/about/about_hero_bg_rtl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.about__title {
  font-size: 4.375vw;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em; }

.about_who {
  padding: 32px 15% 140px;
  background: url("assets/images/about/about_rounded_bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, transparent));
  background: url("assets/images/about/about_rounded_bg.svg"), linear-gradient(180deg, #fff 0%, #fff 80%, transparent 80%);
  background-position: center bottom;
  min-height: 52vw;
  position: relative; }

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

.about_who__img {
  width: 23%; }

.about_who__row_1_head {
  width: 77%;
  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; }
  .about_who__row_1_head .sec__title {
    text-align: start; }

.about_who__row_2,
.about_who__row_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px; }

.about_who__row_3 {
  margin-top: 32px; }

.about_who__row_2_col,
.about_who__row_3_col {
  width: 48%; }

.about_who li {
  padding-right: 32px;
  margin-bottom: 24px;
  position: relative; }
  .about_who li::before {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url("assets/images/base/bullet.svg"); }

.about_arrow_bottom {
  position: absolute;
  right: calc(50% - 46px);
  bottom: -53px; }

.about_what {
  padding: 150px 15% 100px 18%;
  margin-top: -140px;
  background-image: url("assets/images/about/about_what_bg_1_rtl.png"), url("assets/images/about/about_what_bg_3_rtl.png"), url("assets/images/about/about_what_bg_2_rtl.png"), url("assets/images/about/about_what_bg_4_rtl.png");
  background-repeat: no-repeat;
  background-position: right top, left 100px, right 75%, left 80%;
  background-size: 28% auto, 10% auto, 8% auto, 18% auto; }
  .about_what .sec__title {
    text-align: start; }

.about_what__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px; }

.about_what__col {
  width: 48%; }

.about_what__img_mob {
  display: none; }

.about_how {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  padding: 60px 15% 78px 18%;
  background-image: url("assets/images/about/about_how_bg_rtl.png"), linear-gradient(180deg, transparent 0px, #fff 100px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .about_how .sec__title {
    text-align: start;
    margin: 0; }

.about_how__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }

.about_how__col {
  width: 48%; }

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px; }
  .contact_btn span {
    margin-right: 10px; }

@media screen and (max-width: 1023px) {
  .about_hero {
    padding: 120px 15% 80px; }
  .about__title {
    font-size: 6vw; }
  .about_who {
    padding: 32px 60px 100px; }
  .about_who__img img {
    position: sticky;
    top: 80px; }
  .about_what {
    padding: 150px 60px 32px 18%;
    margin-top: -120px;
    background-position: right 80px, left 200px, right 75%, left 80%; }
  .about_how {
    padding: 60px 60px 78px; } }

@media screen and (max-width: 767px) {
  .about_hero {
    padding: 120px 15% 50px; }
  .about__title {
    font-size: 10vw; }
  .about_what {
    padding: 150px 60px 32px;
    margin-top: -100px;
    background-image: none; }
  .about_what__col {
    width: 100%; }
  .about_what__img_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about_what__img_mob img {
      max-width: 50%; }
  .about_how__col {
    width: 100%; }
  .about_how__container {
    margin-top: 24px; } }

@media screen and (max-width: 575px) {
  .about_who {
    padding: 16px 16px 60px; }
  .about_who__row_2 {
    margin-top: 40px; }
  .about_who__row_3 {
    margin-top: 0; }
  .about_who__row_2_col,
  .about_who__row_3_col {
    width: 100%; }
  .about_what {
    padding: 150px 16px 16px; }
  .about_how {
    padding: 60px 16px 32px; } }

/* Inner pages. Contact
--------------------------------------------- */
.contact_hero {
  padding: 180px 15% 100px;
  background-image: url("assets/images/contact/contact_hero_rtl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.contact__title {
  font-size: 4.375vw;
  font-weight: 800;
  margin: 0;
  line-height: 1.1em; }

.contacts {
  padding: 60px 15% 150px;
  background: url("assets/images/contact/contacts_bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, transparent));
  background: url("assets/images/contact/contacts_bg.svg"), linear-gradient(180deg, #fff 0%, #fff 80%, transparent 80%);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 2; }
  .contacts .sec__title {
    text-align: start; }
  .contacts .contact_btn {
    margin-bottom: 24px; }
    .contacts .contact_btn svg {
      min-width: 43px; }

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contacts__col_1 {
  width: 40%; }

.contacts__col_2 {
  width: 50%; }

.sec__title_contact {
  line-height: 1.2em; }

.contacts__form form {
  max-width: 550px; }

.contacts__form input,
.contacts__form textarea {
  height: 48px;
  width: 100%;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 0 20px;
  border: none;
  -webkit-box-shadow: 0 1px 1px 0 #B4C3D8;
  box-shadow: 0 1px 1px 0 #B4C3D8; }
  .contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
    color: #000; }
  .contacts__form input::-moz-placeholder, .contacts__form textarea::-moz-placeholder {
    color: #000; }
  .contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
    color: #000; }
  .contacts__form input::-ms-input-placeholder, .contacts__form textarea::-ms-input-placeholder {
    color: #000; }
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    color: #000; }
  .contacts__form input:focus, .contacts__form input:active,
  .contacts__form textarea:focus,
  .contacts__form textarea:active {
    outline: none;
    -webkit-box-shadow: 0 1px 1px 0 #F66F4D;
    box-shadow: 0 1px 1px 0 #F66F4D; }

.contacts__form textarea {
  height: 128px;
  resize: none;
  padding: 20px; }

.contacts__form input[type="checkbox"] {
  display: none; }

.contacts__form .accept {
  margin-bottom: 28px;
  font-size: 14px; }
  .contacts__form .accept label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contacts__form .accept label span {
    padding-right: 28px;
    position: relative; }
    .contacts__form .accept label span::before {
      position: absolute;
      content: '';
      top: -1px;
      right: 0px;
      width: 20px;
      height: 20px;
      border: 1px solid #5E8FC7;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .contacts__form .accept label span::after {
      position: absolute;
      content: '';
      top: 4px;
      right: 5px;
      width: 10px;
      height: 6px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
  .contacts__form .accept a {
    color: #5E8FC7; }

.contacts__form .accept label input[type=checkbox]:checked + span::before {
  background-color: #5E8FC7;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.contacts__form .accept label input[type=checkbox]:checked + span::after {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.contacts__form .wpcf7-list-item {
  margin: 0; }

.submit_decor {
  width: 212px;
  position: relative; }
  .submit_decor input[type="submit"] {
    width: 100%;
    height: 56px;
    padding: 0 50px 0 76px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #F66F4D;
    cursor: pointer;
    margin: 0;
    -webkit-box-shadow: 0 10px 12px 0 #C6D7EF;
    box-shadow: 0 10px 12px 0 #C6D7EF; }
  .submit_decor::before {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    top: 10px;
    left: 12px;
    background-color: #FD8A6D;
    border-radius: 50%;
    background-image: url(assets/images/base/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer; }
  .submit_decor:hover::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.contact_arrow_bottom {
  position: absolute;
  right: calc(50% - 46px);
  bottom: -53px; }

.contact_map {
  margin-top: -126px; }

@media screen and (max-width: 1400px) {
  .sec__title_contact {
    font-size: 28px; } }

@media screen and (max-width: 1023px) {
  .contact_hero {
    padding: 120px 15% 80px; }
  .contact__title {
    font-size: 6vw; }
  .contacts {
    padding: 60px 60px 150px; } }

@media screen and (max-width: 767px) {
  .contact_hero {
    padding: 120px 15% 50px; }
  .contacts__col_1,
  .contacts__col_2 {
    width: 100%; }
  .contacts__col_2 {
    margin-top: 16px; } }

@media screen and (max-width: 575px) {
  .contact__title {
    font-size: 10vw; }
  .contacts {
    padding: 16px 16px 150px; }
  .contact_btn {
    font-size: 18px; } }

/* Archive pages
--------------------------------------------- */
.archive_hero {
  padding: 180px 15% 100px;
  background-image: url("assets/images/archive/archive_hero_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.archive__title {
  font-size: 4.375vw;
  font-weight: 800;
  margin: 0;
  line-height: 1.1em; }

.page_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 60px 100px; }
  .page_container #primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .page_container #secondary {
    width: 320px;
    min-width: 320px;
    margin-left: 1.5vw; }

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

.archive_post__loop {
  width: 19%;
  margin-left: 1.25%;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px; }
  .archive_post__loop:nth-child(5n) {
    margin-left: 0; }
  .archive_post__loop h3 {
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px; }
  .archive_post__loop p {
    font-size: 13px;
    padding: 0 12px; }

.archive_post__loop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .archive_post__loop_link img {
    width: 100%; }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    width: 48px;
    height: 48px;
    padding: 0;
    margin-left: 8px;
    border-radius: 50%;
    background-color: #F66F4D;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.sec__title.archive {
  text-align: start; }

@media screen and (max-width: 1600px) {
  .archive_post__loop {
    width: 23.95%;
    margin-left: 1.4%; }
    .archive_post__loop:nth-child(5n) {
      margin-left: 1.4%; }
    .archive_post__loop:nth-child(4n) {
      margin-left: 0; } }

@media screen and (max-width: 1400px) {
  .page_container #secondary {
    width: 250px;
    min-width: 250px; }
  .archive_post__loop {
    width: 32%;
    margin-left: 2%; }
    .archive_post__loop:nth-child(4n) {
      margin-left: 2%; }
    .archive_post__loop:nth-child(3n) {
      margin-left: 0; } }

@media screen and (max-width: 1023px) {
  .archive_hero {
    padding: 120px 15% 80px; }
  .archive__title {
    font-size: 6vw; }
  .page_container {
    padding: 32px 16px 64px; }
  .archive_post__loop {
    width: 49%;
    margin-left: 2%; }
    .archive_post__loop:nth-child(3n) {
      margin-left: 2%; }
    .archive_post__loop:nth-child(2n) {
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .archive_hero {
    padding: 90px 16px 50px; }
  .archive__title {
    font-size: 10vw; }
  .page_container #secondary {
    width: 100%; } }

@media screen and (max-width: 575px) {
  .archive_hero {
    padding: 90px 16px 32px; }
  .archive_post__loop {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px; }
    .archive_post__loop:nth-child(3n) {
      margin-left: 0; } }

/* Single post
--------------------------------------------- */
.post__title {
  font-size: 42px;
  font-weight: 800; }

.site-main__post {
  background-color: #fff;
  padding: 30px 58px;
  border-radius: 20px;
  max-width: 1340px; }
  .site-main__post p {
    margin-bottom: 24px; }

.nav-links {
  margin-top: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.nav-previous {
  padding-left: 16px;
  margin-top: 16px; }
  .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 32px;
    font-weight: 700;
    position: relative; }
    .nav-previous a::before {
      position: absolute;
      content: '';
      top: calc(50% - 12px);
      right: 0px;
      width: 24px;
      height: 24px;
      background-image: url(assets/images/base/menu_bullet.svg);
      background-repeat: no-repeat;
      background-position: center; }

.nav-next {
  padding-right: 16px;
  margin-top: 16px; }
  .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    font-weight: 700;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    .nav-next a::before {
      position: absolute;
      content: '';
      top: calc(50% - 12px);
      left: 0px;
      width: 24px;
      height: 24px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      background-image: url(assets/images/base/menu_bullet.svg);
      background-repeat: no-repeat;
      background-position: center; }

.single-post .checking_form {
  background-color: #fff; }

.related {
  margin-right: calc(380px + 1.5vw); }
  .related .sec__title {
    text-align: start; }

@media screen and (max-width: 1400px) {
  .related {
    margin-right: calc(310px + 1.5vw); } }

@media screen and (max-width: 1023px) {
  .related {
    margin-right: calc(266px + 1.5vw); } }

@media screen and (max-width: 767px) {
  .post__title {
    font-size: 30px; }
  .related {
    margin-right: 0;
    padding-right: 16px; } }

@media screen and (max-width: 575px) {
  .site-main__post {
    padding: 16px; }
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/* Sidebar
--------------------------------------------- */
.sidebar__navigation {
  position: sticky;
  top: 100px; }

#sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px; }
  #sidebar-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #F66F4D; }
  #sidebar-menu .menu-item.active a::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  #sidebar-menu .menu-item-has-children > a {
    pointer-events: none; }
  #sidebar-menu .menu-item a {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px 0 32px;
    border-left: none;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #sidebar-menu .menu-item a::before {
      position: absolute;
      content: '';
      top: 12px;
      left: 0px;
      width: 24px;
      height: 24px;
      background-image: url("assets/images/base/menu_bullet.svg");
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #sidebar-menu .menu-item a::after {
      position: absolute;
      content: '';
      top: 12px;
      right: 0px;
      width: 24px;
      height: 24px;
      border-radius: 100px;
      background: -webkit-gradient(linear, right top, left top, from(#F66F4D), to(transparent));
      background: linear-gradient(-90deg, #F66F4D, transparent);
      -webkit-transition: width 0.4s;
      transition: width 0.4s;
      z-index: -1; }
    #sidebar-menu .menu-item a:hover::after {
      width: 100%;
      -webkit-transition: width 0.4s;
      transition: width 0.4s; }
  #sidebar-menu .sub-menu {
    display: none;
    padding-right: 24px;
    padding-bottom: 16px; }
    #sidebar-menu .sub-menu .menu-item {
      border-bottom: none;
      margin: 8px 0; }
    #sidebar-menu .sub-menu .menu-item a {
      font-size: 16px;
      font-weight: 600;
      height: 42px;
      border: 1px solid #F66F4D;
      border-radius: 50px; }
      #sidebar-menu .sub-menu .menu-item a:hover {
        background-color: #F66F4D;
        color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      #sidebar-menu .sub-menu .menu-item a::before, #sidebar-menu .sub-menu .menu-item a::after {
        display: none; }

.sidebar_menu__toggler {
  display: none; }

@media screen and (max-width: 767px) {
  .page_container #secondary {
    margin: 0; }
  .sidebar_menu__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: none;
    background-color: #F66F4D;
    padding: 0 24px 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer; }
  .toggler_icon {
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    position: relative; }
    .toggler_icon span {
      position: absolute;
      top: 12px;
      right: 8px;
      width: 32px;
      height: 4px;
      border-radius: 4px;
      background-color: #fff; }
      .toggler_icon span:nth-child(1) {
        -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: transform 0.4s 0s, top 0.4s 0.4s;
        transition: transform 0.4s 0s, top 0.4s 0.4s, -webkit-transform 0.4s 0s; }
      .toggler_icon span:nth-child(2) {
        top: 22px;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
      .toggler_icon span:nth-child(3) {
        top: 32px;
        -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: top 0.4s 0.4s, -webkit-transform 0.4s 0s;
        transition: transform 0.4s 0s, top 0.4s 0.4s;
        transition: transform 0.4s 0s, top 0.4s 0.4s, -webkit-transform 0.4s 0s; }
  .sidebar_menu__toggler.active .toggler_icon,
  .posts_menu__toggler.active .toggler_icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.8s;
    transition: 0.8s; }
    .sidebar_menu__toggler.active .toggler_icon span:nth-child(1),
    .posts_menu__toggler.active .toggler_icon span:nth-child(1) {
      top: 22px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
      transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
      transition: transform 0.4s 0.4s, top 0.4s 0s;
      transition: transform 0.4s 0.4s, top 0.4s 0s, -webkit-transform 0.4s 0.4s; }
    .sidebar_menu__toggler.active .toggler_icon span:nth-child(2),
    .posts_menu__toggler.active .toggler_icon span:nth-child(2) {
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }
    .sidebar_menu__toggler.active .toggler_icon span:nth-child(3),
    .posts_menu__toggler.active .toggler_icon span:nth-child(3) {
      top: 22px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
      transition: top 0.4s 0s, -webkit-transform 0.4s 0.4s;
      transition: transform 0.4s 0.4s, top 0.4s 0s;
      transition: transform 0.4s 0.4s, top 0.4s 0s, -webkit-transform 0.4s 0.4s; }
  .menu-sidebar-menu-container,
  .menu-sidebar-menu-he-container {
    display: none;
    margin-top: 16px; }
  .page_container #primary {
    margin-top: 16px; } }

/* 404
--------------------------------------------- */
.post__title_404 {
  text-align: center;
  font-size: 80px;
  margin: 24px 0; }

.page404_info a {
  color: #5E8FC7; }

/*# sourceMappingURL=style-rtl.css.map */
