.rtl {
    direction: rtl;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

.about-bigImg {
    margin: 20px 0 0;
    width: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html,
body {
    height: 100%;
}

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

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: "Roboto", sans-serif;
    color: #3e4555;
}
.big-text {
    display: none;
}
.scrollbar-thumb {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 42.63%),
        linear-gradient(0deg, rgba(45, 62, 80, 0.6), rgba(45, 62, 80, 0.6)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) !important;
}

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

.page {
    position: relative;
    overflow: hidden;
}

.container {
    width: 1202px;
    max-width: 100%;
    margin: 0 auto;
}

.header-lang {
    left: calc(50% + 420px);
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    display: inline-flex;
    position: absolute;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
}

/*.header-iw .header-lang {
    right: calc(50% + 420px);
    left: auto;
}*/

.header-lang:hover {
    text-decoration: underline;
    color: #fff;
}

.header-lang img {
    width: 24px;
}

.header-lang::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e64c66;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header-lang:hover {
    text-decoration: none;
}
.header-lang:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header {
    padding: 24px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header.active {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2d3e50;
}
.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.header-logo {
    text-decoration: none;
    outline: none;
    display: block;
}
.header-logo img {
    height: 55px;
}
.footer-logo {
    width: 140px;
}
.header-btn {
    text-decoration: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 137px;
    height: 40px;
    border: 2px solid #e64c66;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    max-width: 100%;
}
.header-btn:hover {
    text-decoration: none;
    background: #e64c66;
    color: #fff;
}
.header-nav {
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.header-nav ul li:last-child {
    margin-right: 0;
}
.header-nav ul li a {
    text-decoration: none;
    outline: none;
    display: block;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}
.header-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e64c66;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header-nav ul li a:hover,
.header-nav ul li.current_page_item > a {
    text-decoration: none;
    color: #fff;
}
.header-nav ul li ul li a:hover {
    color: #2d3e50 !important;
}
.header-nav ul li a:hover::before,
.header-nav ul li.current_page_item > a::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-nav ul li ul li a {
    color: #2d3e50;
}
.header-nav ul li ul li.current_page_item a {
    color: #2d3e50;
    font-weight: bold;
}
.header-nav ul li {
    position: relative;
}
.header-nav ul li ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}
.body-iw .footer-nav ul li ul,
.body-iw .header-nav ul li ul {
    left: auto;
    right: 0;
}
.footer-nav ul li ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    background: #fff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}
.block-for-link-iw {
    direction: ltr;
    justify-content: flex-end;
    display: flex;
}
.header-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 16px 12px 12px;
    opacity: 0;
    transition: all 0.4s;
    transform: translateY(10px);
    visibility: hidden;
    pointer-events: none;
    display: block;
}
.footer-nav ul li ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 200px;
    padding: 12px 12px 16px;
    opacity: 0;
    transition: all 0.4s;
    transform: translateY(10px);
    visibility: hidden;
    pointer-events: none;
    display: block;
    z-index: 3;
}
.mobileMenu .header-nav ul li ul li {
    margin-top: 10px;
}
.mobileMenu .header-nav ul li ul {
    transform: none;
    padding: 0 10px;
}
.footer-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}
.header-nav ul li ul li {
    display: block;
    margin: 15px auto 0;
    position: relative;
    z-index: 2;
}
.header-nav ul li ul li a {
    display: inline-flex;
}
.header-iw .header-nav ul li {
    margin-left: 40px;
    margin-right: 0;
}
.header-nav ul li ul li:first-child {
    margin: 0;
}

.footer-nav ul li {
    position: relative;
    z-index: 4;
}

.footer-nav ul li ul li {
    display: block;
    margin: 15px auto 0;
    position: relative;
    z-index: 2;
}
.footer-nav ul li ul li a {
    display: inline-flex;
}
.footer-nav ul li ul li:first-child {
    margin: 0;
}

.header-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.index {
    position: relative;
    z-index: 2;
}
/*.header-iw .header-btn {
    order: -2;
}*/
.header-iw .header-nav ul {
    direction: rtl;
}
/*.header-iw .header-logo {
    order: 1;
}*/

.main {
    padding: 140px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.main .my-paroller {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.main .simpleParallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.main-bg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-title {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    font-size: 60px;
    line-height: 130%;
    font-family: "IbarraRealNova", sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
}

.main-title.rtl {
    margin-left: auto;
}
.main-before {
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    height: 66px;
    background: #fff;
    z-index: 2;
}

.mobileMenu .header-nav ul {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    padding: 10px 0;
}
.mobileMenu .header-nav ul::before {
    display: none;
}

.footer {
    padding: 40px 0 59px;
}
.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-logo {
    text-decoration: none;
    outline: none;
    display: block;
}
.footer-nav {
    padding: 0;
    margin: 0 0 0 auto;
}
.footer-list.rtl .footer-nav {
    margin-left: 0;
    margin-right: auto;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-nav ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.footer-list.rtl .footer-nav ul li {
    margin-left: 30px;
    margin-right: 0;
}
.footer-nav ul li a {
    text-decoration: none;
    outline: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3e4555;
    position: relative;
}
.footer-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3e4555;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.footer-nav ul li ul li a {
    text-transform: none;
    font-weight: 500;
}

#menu-menu-bottom-iw {
    direction: rtl;
}
.footer-nav ul li a:hover {
    text-decoration: none;
    color: #3e4555;
}
.footer-nav ul li a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.footer-bottom {
    margin-top: 37px;
    border-top: 1px solid #3e4555;
    padding-top: 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #717682;
}
.footer-bottom a {
    color: #717682;
    display: block;
    outline: none;
    text-decoration: none;
    position: relative;
}
.footer-bottom a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #717682;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.footer-bottom a:hover {
    text-decoration: none;
    color: #717682;
}
.footer-bottom a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.footer-margin {
    margin-right: 57px;
}
.footer-bottom.rtl .footer-margin {
    margin-right: 0;
    margin-left: 57px;
}
.footer-copy {
    margin-left: 282px;
    margin-right: auto;
}

.mainContact {
    padding: 112px 0;
    background: #2d3e50;
    color: #ffffff;
}
.mainContact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mainContact-left {
    width: 500px;
    max-width: 100%;
}
.mainContact-left__order {
    order: 1;
}
.block-right-align {
    text-align: right;
}
.mainContact-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
}
.mainContact-title.rtl {
    font-size: 70px;
}
.mainContact-subtitle {
    margin: 26px 0 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.mainContact-br {
    background: #e64c66;
    width: 100%;
    height: 1px;
}
.mainContact-blocks {
    margin-top: 57px;
}
.mainContact-block {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
}
.mainContact-block a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.mainContact-block a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.mainContact-block a:hover {
    text-decoration: none;
    color: #fff;
}
.mainContact-block a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mainContact-block:first-child {
    margin-top: 0;
}
.mainContact-form {
    width: 585px;
    max-width: 100%;
}
.mainContact-form__input,
.mainContact-form__textarea {
    display: block;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-top: 31px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 13px;
}
.rtl-inputs .mainContact-form__input,
.rtl-inputs .mainContact-form__textarea {
    direction: rtl;
    text-align: right;
}
.mainContact-form__input.mt0,
.mainContact-form__textarea.mt0 {
    margin-top: 0;
}
.mainContact-form__input::-webkit-input-placeholder,
.mainContact-form__textarea::-webkit-input-placeholder {
    color: #fff;
}
.mainContact-form__input::-moz-placeholder,
.mainContact-form__textarea::-moz-placeholder {
    color: #fff;
}
.mainContact-form__input:-ms-input-placeholder,
.mainContact-form__textarea:-ms-input-placeholder {
    color: #fff;
}
.mainContact-form__input::-ms-input-placeholder,
.mainContact-form__textarea::-ms-input-placeholder {
    color: #fff;
}
.mainContact-form__input::placeholder,
.mainContact-form__textarea::placeholder {
    color: #fff;
}
.mainContact-form__textarea {
    resize: none;
    height: 100px;
    margin: 54px 0 35px;
    padding: 0;
}
.mainContact-form__btn {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1px;
    border-bottom: 1px solid #e64c66;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    cursor: pointer;
    padding: 0 23px 0 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mainContact-form__btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.mainContact-bottomFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainContact-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mainContact-form__wrapper .mainContact-form__arrow {
    display: block;
    width: 13px;
    height: 12px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-left: -13px;
    right: 0;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mainContact-form__wrapper:hover .mainContact-form__arrow {
    right: -2px;
}

.mission {
    padding: 137px 0 180px;
    position: relative;
}
.mission-before {
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    display: block;
}
.mission-after {
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    display: block;
}
.mission-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
}

.mission-title.rtl {
    font-size: 50px;
    line-height: 100%;
}
.mission-line {
    margin: 35px auto 29px;
    height: 4px;
    width: 65px;
    background: #e64c66;
}
.mission-subtitle {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}
.mission-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 45px;
    margin-top: 44px;
}
.mission-item {
    position: relative;
}
.mission-item__parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mission-item .simpleParallax {
    width: 100%;
    height: 100%;
}
.mission-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.mission-item__img {
    height: 284px;
    overflow: hidden;
    position: relative;
}

.mission-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mission-item__text {
    margin-top: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
/*.mission-item:hover .mission-item__img::before {
    opacity: 0.5;
}
.mission-item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}*/

.pointer {
    pointer-events: none;
}

.mainAbout {
    margin-top: 46px;
    padding-top: 66px;
    padding-bottom: 97px;
    position: relative;
}
.mainAbout-before {
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    z-index: 2;
}
.mainAbout-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.mainAbout-list.mainAbout-flip {
    align-items: flex-end;
}
.mainAbout-left {
    margin-top: 64px;
}
.mainAbout-flip .mainAbout-left {
    margin-top: 0;
}

.mainAbout-right {
    width: 800px;
    min-width: 800px;
    margin-left: -150px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    padding: 44px 34px 58px 46px;
    border-bottom: 8px solid #e64c66;
    position: relative;
    z-index: 3;
}

.mainAbout-flip {
    text-align: right;
}

.mainAbout-flip .mainAbout-img img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mainAbout-flip .mainAbout-right {
    order: -1;
    margin-right: -237px;
    margin-left: 0;
}
.mainAbout-left {
    width: 600px;
    min-width: 600px;
    margin-bottom: 84px;
}
.mainAbout-img {
    position: relative;
}
.mainAbout-img img {
    width: 100%;
}
.mainAbout-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0;
}
.mainAbout-title.rtl {
    font-size: 48px;
    line-height: 100%;
}
.mainAbout-line {
    margin: 32px 0;
    height: 4px;
    width: 65px;
    background: #e64c66;
}
.mainAbout-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}
.mainAbout-btn {
    margin-top: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #e64c66;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
    outline: none;
    color: #3e4555;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
}
.mainAbout-text.small-text {
    display: none;
}
.mainAbout-text.big-text {
    display: block;
}
.mainAbout-btn svg {
    display: block;
    margin-left: 5px;
    margin-top: -2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
    position: relative;
}
.mainAbout-btn:hover {
    border-color: #3e4555;
}
.mainAbout-btn:hover svg {
    top: 2px;
}

.approach {
    padding: 201px 0 190px;
    background: #2d3e50;
    position: relative;
}
.approach-before {
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 66px;
    background: #fff;
    display: block;
}
.approach-wrapper {
    width: 377px;
    max-width: 100%;
}
.approach-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #ffffff;
}

.approach-title.rtl {
    font-size: 50px;
}

.approach-text {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}
.approach-line {
    height: 4px;
    margin: 34px 0 37px;
    background: #e64c66;
    display: block;
}
.btn-right {
    text-align: right;
}
.approach-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1px;
    border-bottom: 1px solid #e64c66;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    outline: none;
}
.approach-btn svg {
    display: block;
    margin-top: -2px;
    margin-left: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    left: 0;
}
.approach-btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
.approach-btn:hover svg {
    left: 2px;
}
.approach-img {
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
    width: 720px;
    height: 620px;
}
.approach-img:hover .approach-circle:nth-child(1) {
    transform: translateX(-20px);
}
.approach-img:hover .approach-circle:nth-child(2) {
    transform: translateX(20px);
}
.approach-img:hover .approach-circle:nth-child(3) {
    transform: translateY(20px);
}

.approach-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.approach-img__flip {
    left: auto;
    right: calc(50% - 100px);
}

.redContact {
    padding: 24px 0;
    background: #2d3e50;
}

.redContact-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
}

.redContact-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 900px;
    margin: 0 auto;
}
.redContact-input {
    width: calc((100% / 4) - 20px);
    max-width: 100%;
}
.redContact-input input {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #91a3b7;
}
.redContact-input input::placeholder {
    color: #91a3b7;
}

.redContact-list p {
    width: calc((100% / 4) - 20px);
	width:auto;
}
.redContact .wpcf7-not-valid-tip {
    font-size: 12px;
}
.redContact-form__button {
    width: 100%;
    height: 40px;
    background: #e64c66;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    transition: all 0.4s;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-align: center;
    max-width: 100%;
    border: none;
    cursor: pointer;
	
	padding:10px 30px;
}
.redContact-form__button:hover {
    background: #da324e;
}
.redContact-form__iw .redContact-list {
    flex-direction: row-reverse;
}

.director-link-iw svg,
.block-for-link-iw svg {
    order: -1;
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(180deg);
}

.block-for-link {
    margin-top: auto;
}

.header-iw .sub-menu {
    text-align: left;
}

.header-iw .sub-menu li {
    width: 100%;
}

.footer-top.rtl {
    flex-direction: row-reverse;
}

.footer-list.rtl .footer-nav {
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 1201px) {
    .approach-img__flip {
        transform: scale(0.9);
    }
    .main-title.rtl {
        font-size: 70px;
        line-height: 100%;
    }
    .pageSection-title {
        letter-spacing: 1px !important;
    }
    .pageSection-title.rtl {
        letter-spacing: 0;
    }
    .desktop-small-title {
        width: 400px;
    }
}
@media (min-width: 993px) {
    .enExperties .experties-item:nth-child(2) .experties-item__text {
        margin: -20px 0 95px;
    }
}
/*.approach-padding {
    width: 100%;
    padding-top: 100%;
}*/
/*.approach-circle:first-child {
    position: static;
}*/
.approach-circle:nth-child(2) {
    left: auto;
    right: -10px;
    top: 4px;
}
.approach-circle:last-child {
    top: 10px;
    left: 10px;
}

.approach-flip {
    margin-left: auto;
}

.method {
    padding: 144px 0;
}
.method-list {
    display: flex;
    align-items: flex-start;
}
.method-left {
    margin-top: 75px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    padding: 120px 70px 154px 70px;
    width: 462px;
    min-width: 462px;
    margin-right: -80px;
    position: relative;
    z-index: 2;
}
.pagePercent .method-left {
    margin-right: -80px;
    margin-left: 0;
}
.method-rightBtn {
    text-align: right;
}
.pagePercent .method-left.method-left__flip {
    margin-right: 0;
    margin-left: -80px;
    order: 1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}
/*.sent.wpcf7 form .wpcf7-response-output,
.submitting.wpcf7 form .wpcf7-response-output,
.resetting.wpcf7 form .wpcf7-response-output {
    display: block !important;
}*/
.redContact .wpcf7-response-output {
    border: none !important;
}
.wpcf7-not-valid-tip {
    color: #e64c66;
}

.director-mobile {
    display: none;
}

.body-iw .contact .wpcf7-list-item-label:before,
.body-iw .contact .wpcf7-list-item-label:after {
    right: 0;
    left: auto;
}
.body-iw .wpcf7-not-valid-tip {
    text-align: right;
}
.body-iw .contact .wpcf7-list-item-label {
    padding-left: 0;
    padding-right: 31px;
}

@media (min-width: 1251px) {
    .pagePercent .method-left.method-left__flip {
        padding-left: 50px;
        padding-right: 50px;
    }
    .pagePercent .method-right__flip {
        padding-top: 90px;
    }
    .method-list__rtl {
        align-items: flex-end;
    }
}

.method-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.01em;
    font-family: "IbarraRealNova", sans-serif;
}
.method-title.rtl {
    font-size: 50px;
}
.method-line {
    margin: 29px 0 26px;
    height: 4px;
    width: 65px;
    background: #e64c66;
}
.method-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.method-btn {
    margin-top: 31px;
    color: #3e4555;
}
.method-btn:hover {
    color: #3e4555;
    border-color: #3e4555;
}
.method-right {
    background: rgba(7, 75, 96, 0.1);
    padding: 50px 50px 50px 162px;
    position: relative;
}
.pagePercent .method-right {
    width: 820px;
    min-width: 820px;
    flex-grow: 1;
}
.method-right::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 233px;
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 590px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #e64c66;
    pointer-events: none;
}
.method-right__flip::before {
    left: 158px;
}
.method-gold {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #e64c66;
}
.method-small {
    font-size: 110px;
    line-height: 100%;
}
.method-text {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #3e4555;
}
.method-subtext {
    margin: 0;
    text-transform: none;
    font-weight: normal;
}
.method-block:last-child {
    margin-top: 47px;
    width: 340px;
    max-width: 100%;
    margin-left: auto;
}

.method-block:nth-child(1) .method-text.rtl {
    width: 185px;
    max-width: 100%;
}

.pointer[data-aos="fade-up"] {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.pointer[data-aos^="fade"][data-aos^="fade"].aos-animate {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.approach-line {
    width: 65px;
}

.header-hamburger,
.mainContact-blocks.mobile {
    display: none;
}

.method-left {
    border-bottom: 8px solid #e64c66;
}

.method-box__flip .method-left {
    margin-left: -80px;
    margin-right: 0;
}
.method-box__flip {
    direction: rtl;
}

.approach {
    overflow: hidden;
}

.footer-mobile,
.mobileMenu {
    display: none;
}

.pageMain {
    padding: 269px 0 311px;
    position: relative;
}
.pageMain-before {
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    height: 66px;
    background: #fff;
    z-index: 2;
}
.pageMain-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.pageMain::before {
    content: "";
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 62, 80, 0.2), rgba(45, 62, 80, 0.2)),
        linear-gradient(0deg, rgba(45, 62, 80, 0.4), rgba(45, 62, 80, 0.4)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.pageMain-title {
    position: relative;
    z-index: 2;
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
}

.pageMain-title.rtl {
    font-size: 65px;
}

.contact {
    padding: 110px 0 135px;
    color: #3e4555;
}
.contact-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #3e4555;
}
.contact-line {
    margin: 35px auto 73px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.contact-bold {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    color: #3e4555;
}
.contact .mainContact-br {
    margin: 24px 0;
}
.contact .mainContact-form__input,
.contact .mainContact-form__textarea {
    color: #3e4555;
    border-color: #3e4555;
}
.contact .mainContact-form__input::-webkit-input-placeholder,
.contact .mainContact-form__textarea::-webkit-input-placeholder {
    color: #3e4555;
}
.contact .mainContact-form__input::-moz-placeholder,
.contact .mainContact-form__textarea::-moz-placeholder {
    color: #3e4555;
}
.contact .mainContact-form__input:-ms-input-placeholder,
.contact .mainContact-form__textarea:-ms-input-placeholder {
    color: #3e4555;
}
.contact .mainContact-form__input::-ms-input-placeholder,
.contact .mainContact-form__textarea::-ms-input-placeholder {
    color: #3e4555;
}
.contact .mainContact-form__input::placeholder,
.contact .mainContact-form__textarea::placeholder {
    color: #3e4555;
}
.contact .mainContact-form__btn,
.contact .mainContact-block a,
.contact .mainContact-block {
    color: #3e4555;
}
.contact .mainContact-form__btn::before,
.contact .mainContact-block a::before,
.contact .mainContact-block::before {
    background: #3e4555;
}
.contact .mainContact-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.contact .mainContact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact .mainContact-blocks {
    margin: 0;
}
.contact .mainContact-form__wrapper .mainContact-form__arrow {
    background-image: url("../img/arrow-2.svg");
}

.wpcf7-spinner {
    display: none !important;
}

.footer-dark {
    background: #2d3e50;
    color: #fff;
}
.footer-dark .footer-bottom a,
.footer-dark .footer-bottom {
    color: #717682;
    border-color: #9ca3b4;
}
.footer-dark .footer-bottom a::before,
.footer-dark .footer-bottom::before {
    background: #717682;
}
.footer-dark .footer-nav ul li a {
    color: #fff;
}
.footer-dark .footer-nav ul li a::before {
    background: #e64c66;
}

.footer-dark .footer-nav ul li ul li a {
    color: #2d3e50 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: red;
    padding: 10px;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #e64c66;
    border-color: #e64c66;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    text-align: center;
}

.redContact .wpcf7 form.sent .wpcf7-response-output {
    background: transparent;
    border-color: transparent;
}

.method {
    overflow: hidden;
}
.method-right {
    position: relative;
}
.method-images {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0;
}
.method-images__wrapper {
    text-align: center;
    padding: 40px 0 55px 49px;
    width: 100%;
}
.method-images__wrapper::before {
    display: none;
}
.method-img:nth-child(2) {
    transform: scale(0.99);
}
.method-img {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-filter: drop-shadow(0px 20px 80px rgba(3, 44, 56, 0.3));
    filter: drop-shadow(0px 20px 80px rgba(3, 44, 56, 0.3));
}
.method-img.maxw {
    margin: 0 -2px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
}
.method-img:first-child {
    position: static;
}

.mainContact {
    position: relative;
}
.mainContact-before {
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 66px;
    background: #fff;
    z-index: 2;
}

.links {
    padding: 110px 0;
}
.links-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 50px;
}
.links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #3e4555;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #3e4555;
}
.links-item.active,
.links-item:hover {
    color: #fff;
    background: #2d3e50;
    border-color: #2d3e50;
}
.links-item.active {
    font-weight: bold;
}

.pageSection {
    padding: 66px 0 100px;
    position: relative;
}
.pageSection-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pageSection-left {
    width: 585px;
    min-width: 585px;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    order: -1;
}
.pageSection-left__flip {
    order: 0;
}
.pageSection-info {
    padding: 44px 69px 53px 64px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    border-bottom: 8px solid #e64c66;
}
.pageSection-info.pr {
    padding: 44px 37px 47px 53px;
}
.pageSection-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #3e4555;
}
.pageSection-title.rtl {
    font-size: 50px;
    width: 386px;
    margin-left: auto;
    line-height: 100%;
    max-width: 100%;
}
.pagePosts-item__title.rtl {
    line-height: 100%;
}
.businessMainPage .pageSection-title.rtl {
    width: 430px;
}
.pageSection-line {
    margin: 35px 0 31px;
    height: 4px;
    width: 65px;
    background: #e64c66;
}
.pageSection-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
}
.pageSection-right {
    margin-left: -94px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageSection-right__flip {
    margin-left: 0;
    margin-right: -94px;
}
.values-items__iw .values-item:nth-child(3) .values-item__text {
    width: 100%;
}
.pageSection-right__text {
    margin-top: 60px;
    /*font-style: italic;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #2d3e50;
    width: 527px;
    margin-left: auto;
    max-width: 100%;
}
.pageSection-right__text.rtl {
    margin-left: 0;
    margin-right: auto;
    margin-top: 30px;
}
.pageSection-img {
    position: relative;
}
.pageSection-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 62, 80, 0.15), rgba(45, 62, 80, 0.15)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    z-index: 2;
}
.pageSection-img img {
    width: 100%;
}
.pageSection-before {
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    z-index: 2;
}
.pageSection-after {
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    z-index: 2;
}
.pageSection-partner {
    margin-top: 32px;
}

.about-text:last-child {
    display: flex;
    flex-direction: column;
}
.pageSection-partner__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #242424;
    border-bottom: 1px solid #242424;
    padding-bottom: 2px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.pageSection-partner__logo {
    margin-bottom: 20px;
}
.block-for-link {
    text-align: right;
}
.pageSection-partner__link svg {
    display: block;
    margin-left: 8px;
    fill: #242424;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    right: 0;
}
.pageSection-partner__link:hover {
    border-color: #2d3e50;
    color: #2d3e50;
}
.pageSection-partner__link:hover svg {
    fill: #2d3e50;
    right: -2px;
}

.pageSection-partner__right {
    text-align: right;
}
.pageSection-partner__right img {
    margin-left: auto;
}
.pageSection-ml0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pagePosts {
    padding: 110px 0;
    position: relative;
}
.pagePosts.postFamily {
    padding-top: 222px;
}
.pagePosts-before {
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    z-index: 2;
}
.pagePosts-after {
    position: absolute;
    left: calc(50% - 1px);
    top: 46px;
    width: 2px;
    height: 66px;
    background: #2d3e50;
    z-index: 2;
}
.pagePosts-list {
    border-top: 1px solid #3e4555;
}
.pagePosts-title {
    margin: 0 auto 70px;
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    width: 777px;
    max-width: 100%;
    line-height: 120%;
    text-align: center;
    color: #3e4555;
}
.pagePosts-title.rtl {
    font-size: 50px;
    line-height: 100%;
}
.contact-bold.rtl {
    line-height: 100%;
}
.pagePosts-title.mb0 {
    margin-bottom: 0;
}
.pagePosts-item {
    border-bottom: 1px solid #3e4555;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pagePosts-item__img {
    width: 175px;
    min-width: 175px;
    height: 235px;
    margin-right: 78px;
    position: relative;
}
.pagePosts-item__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 62, 80, 0.2), rgba(45, 62, 80, 0.2)),
        linear-gradient(0deg, rgba(45, 62, 80, 0.4), rgba(45, 62, 80, 0.4));
}
.pagePosts-item__order {
    margin-right: 0;
    margin-left: 78px;
    order: 1;
}
.pagePosts-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pagePosts-item__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pagePosts-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    color: #3e4555;
}
.pagePosts-item__text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
    letter-spacing: -0.2px;
}
.pagePosts-line {
    margin: 35px auto;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.pagePosts-subtitle {
    width: 705px;
    max-width: 100%;
    margin: 0 auto 79px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #3e4555;
}

.pageSection-right__text.mobile {
    display: none;
}

.howWe {
    padding: 82px 0 125px;
    background: #2d3e50;
    position: relative;
}
.howWe .pageSection-after {
    background: #fff;
}
.howWe-title {
    font-family: "IbarraRealNova", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 71px;
}
.howWe-title.rtl {
    font-size: 50px;
}
.howWe-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.howWe-item {
    width: 355px;
    height: 355px;
    border-radius: 100%;
    background: -o-radial-gradient(
            50.12% -58.43%,
            62.33% 122.92%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(4, 54, 69, 0.2) 100%
        ),
        #2d3e50;
    background: radial-gradient(
            62.33% 122.92% at 50.12% -58.43%,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(4, 54, 69, 0.2) 100%
        ),
        #2d3e50;
    -webkit-box-shadow: 20px 20px 80px #032c38;
    box-shadow: 20px 20px 80px #032c38;
    padding: 12px;
    position: relative;
}
.howWe-item__box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 10px solid #e64c66;
    text-align: center;
}
.howWe-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 90%;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.4;
}
.howWe-item__title b {
    display: block;
    font-size: 40px;
    line-height: 90%;
}
.howWe-item__text {
    margin-top: 9px;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #ffffff;
}
.howWe-item__arrow {
    position: absolute;
    top: -40px;
    left: 26px;
}
.howWe-item__arrow.bottom {
    top: auto;
    bottom: -40px;
}
.howWe-line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.howWe-line__center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 3px;
    border-radius: 10px;
    background: #e64c66;
}
.howWe-line__after,
.howWe-line__before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    min-width: 24px;
    position: relative;
    background: #2d3e50;
}
.howWe-line__after::before,
.howWe-line__before::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    background-color: #fff;
}

.howWe .howWe-item__title b {
    font-size: 30px;
}
.howWe .howWe-list {
    flex-direction: row-reverse;
}

.experties {
    padding: 110px 0;
    text-align: center;
    position: relative;
}
.experties .pageMain-before {
    background: #2d3e50;
}
.experties-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #3e4555;
}
.experties-title.rtl {
    font-size: 50px;
}
.experties-line {
    margin: 27px auto 40px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.experties-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 30px;
}
.experties-item {
    position: relative;
    padding: 103px 0 55px;
}
.experties-item__wrapper {
    position: relative;
    z-index: 2;
}
.experties-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 90%;
    color: #ffffff;
    padding: 0 5px;
    min-height: 72px;
}
.experties-item__bigLink {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.experties-item__title.rtl {
    min-height: auto;
}
.experties-item__title b {
    font-size: 40px;
    line-height: 90%;
    display: block;
}
.experties-item__text {
    margin: 13px 0 62px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
}
.experties-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.experties-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(45, 62, 80, 0.2), rgba(45, 62, 80, 0.2)),
        linear-gradient(0deg, rgba(45, 62, 80, 0.4), rgba(45, 62, 80, 0.4)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.experties-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 6px;
    background: #e64c66;
}
.experties-item__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1px;
    border-bottom: 1px solid #e64c66;
    text-decoration: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #ffffff;
}
.experties-item__btn svg {
    display: block;
    position: relative;
    right: 0;
    margin-left: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.experties-item__btn:hover {
    text-decoration: none;
    color: #fff;
}
.experties-item__btn:hover svg {
    right: -2px;
}

.management {
    padding: 129px 0 87px;
}
.management-title {
    width: 483px;
    max-width: 100%;
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #ffffff;
}
.management-title.rtl {
    width: 400px;
    margin-left: auto;
    line-height: 100%;
}
.management-line {
    width: 65px;
    height: 4px;
    margin: 46px 0 37px;
    background: #e64c66;
}
.management-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    width: 475px;
    max-width: 100%;
}
.management .approach-img {
    top: 18px;
}
.management .approach-img.approach-img__flip {
    top: 0;
}

.holistic {
    padding-bottom: 178px;
    position: relative;
    padding-top: 110px;
}
.holistic .approach-before {
    bottom: 0;
    background: #2d3e50;
    top: auto;
}
.holistic-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #3e4555;
}
.holistic-title.rtl {
    font-size: 50px;
}
.holistic-br {
    margin: 35px auto 31px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.holistic-subtitle {
    width: 765px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #3e4555;
    margin: 0 auto 73px;
}
.holistic-wrapper {
    position: relative;
}
.holistic-img {
    position: absolute;
    left: -1px;
    top: -66px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.holistic-item {
    width: 560px;
    max-width: 100%;
    margin-left: auto !important;
}
.holistic-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #3e4555;
}
.holistic-item__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
}
.holistic-item:nth-child(2) {
    margin: 87px 0 48px;
}
.holistic-item:nth-child(4) {
    margin: 55px 0 42px;
}
.holistic-item:last-child {
    margin-top: 48px;
}
.holistic-lines {
    left: 77px;
    position: absolute;
    top: 19px;
    width: calc(50% - 70px);
    pointer-events: none;
}
.holistic-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto !important;
}
.holistic-line__border {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #3e4555;
}
.holistic-line__left,
.holistic-line__right {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    background: #3e4555;
}
.holistic-line__right {
    left: auto;
    right: -2.5px;
}
.holistic-line:first-child {
    width: calc(100% - 116px);
}
.holistic-line:nth-child(2) {
    margin: 171px 0 159px;
    width: calc(100% - 310px);
}
.holistic-line:nth-child(3) {
    width: calc(100% - 371px);
}
.holistic-line:nth-child(4) {
    margin: 174px 0 159px;
    width: calc(100% - 358px);
}
.holistic-line:nth-child(5) {
    width: calc(100% - 275px);
}
.holistic-line:nth-child(6) {
    margin-top: 169px;
}

.about {
    position: relative;
    padding: 110px 0;
}
.about .pageMain-before {
    top: auto;
    bottom: 0;
    background: #2d3e50;
}
.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-text {
    width: calc(50% - 30px);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
}
.about-line {
    width: 65px;
    height: 4px;
    background: #e64c66;
    margin: 33px 0 31px;
}
.about-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #3e4555;
}

.about-order {
    order: 1;
}

.director {
    padding: 86px 0 102px;
    position: relative;
    background: #2d3e50;
    -webkit-box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
}
.director-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.director-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 390px;
    max-width: 100%;
    /*padding-top: 25px;*/
}
.director-right img {
    width: 100%;
}
.director-quote {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #e64c66;
    /*font-style: italic;*/
    margin-top: 33px;
}
.director-quote.mobile {
    display: none;
}
.director-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 170%;
    color: #ffffff;
}
.director-title.rtl {
    font-size: 50px;
}
.director-proff {
    font-weight: 400;
    font-size: 26px;
    line-height: 170%;
    color: #ffffff;
    margin-top: -10px;
}
.director-line {
    margin: 21px 0 30px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.director-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #ffffff;
}
.director-left {
    width: calc(100% - 630px);
}
.director .pageMain-before {
    bottom: auto;
    top: 0;
}

.partnership {
    background: rgba(7, 75, 96, 0.1);
    padding: 110px 0 120px;
    position: relative;
}
.partnership .pageMain-before {
    bottom: -33px;
    top: auto;
    background-color: #2d3e50;
}
.partnership-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #3e4555;
}
.partnership-title.rtl {
    font-size: 50px;
}
.partnership-line {
    margin: 30px 0 34px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.partnership-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.partnership-block {
    width: calc(50% - 20px);
}
.partnership-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
}
.partnership-item {
    margin-top: 48px;
}
.partnership-item__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 49px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #3e4555;
    padding-bottom: 2px;
    border-bottom: 1px solid #3e4555;
}
.partnership-item__btn svg {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    right: 0;
    fill: #3e4555;
    margin-left: 10px;
    display: block;
}
.partnership-item__btn:hover {
    text-decoration: none;
    color: #2d3e50;
    border-color: #2d3e50;
}
.partnership-item__btn:hover svg {
    fill: #2d3e50;
    right: -2px;
}

.partnership-item__flip {
    text-align: right;
}
.partnership-item__flip img {
    margin-left: auto !important;
}

.values {
    padding: 143px 0 262px;
    position: relative;
}
.values .pageMain-before {
    bottom: 0;
    top: auto;
    background-color: #2d3e50;
}
.values-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #3e4555;
    font-family: "IbarraRealNova", sans-serif;
}
.values-title.rtl {
    font-size: 50px;
}
.values-line {
    width: 65px;
    height: 4px;
    background: #e64c66;
    margin: 35px auto 85px;
}
.values-list {
    position: relative;
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
}
.values-item {
    position: relative;
}
.values-item__wrapper {
    width: 460px;
    max-width: 100%;
}
.values-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    color: #3e4555;
}
.values-item__text {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #3e4555;
}
.values-item__number {
    position: absolute;
    left: 29px;
    width: 231px;
    height: 231px;
    background: #f5f5f5;
    border-radius: 100%;
    top: calc(50% - 115.5px);
    padding: 20px;
}
.values-item__border {
    background: #f5f5f5;
    border: 4px solid #e64c66;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "IbarraRealNova", sans-serif;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #3e4555;
}
.values-item__line {
    position: absolute;
    top: 50%;
    width: 91px;
    height: 1px;
    background: #3e4555;
    right: -40px;
}
.values-item__line::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -2.5px;
    top: -2px;
    background: #3e4555;
}
.values-item__line::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    right: -2.5px;
    top: -2px;
    background: #3e4555;
}
.values-item:nth-child(odd) .values-item__wrapper {
    margin-left: auto;
}
.values-item:nth-child(even) .values-item__number {
    right: 33px;
    left: auto;
}
.values-item:nth-child(even) .values-item__line {
    right: auto;
    left: -40px;
}
.values-item:nth-child(3) {
    margin: 123px 0 124px;
}
.values-item:nth-child(3) .values-item__text {
    width: 436px;
    max-width: 100%;
}
.values-item:nth-child(3) .values-item__title {
    white-space: nowrap;
}
.values-item:nth-child(1) {
    margin-bottom: 96px;
}
.values-svg {
    position: absolute;
    top: -48px;
    left: 0px;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blueBlock {
    padding: 100px 0 104px;
    background: #2d3e50;
    position: relative;
}
.blueBlock .pageMain-before {
    bottom: auto;
    top: 0;
}
.blueBlock-text {
    width: 861px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}

.coaching {
    padding: 110px 0;
    position: relative;
}
.coaching .pageMain-before {
    background: #2d3e50;
}
.coaching-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #3e4555;
    width: 513px;
    max-width: 100%;
}
.coaching-title.rtl {
    width: 100%;
    font-size: 50px;
}
.coaching-line {
    margin: 30px 0 29px;
    height: 4px;
    width: 65px;
    background: #e64c66;
}
.coaching-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.coaching-text {
    width: calc(50% - 20px);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #3e4555;
}

.pageMethod {
    padding: 110px 0;
}
.pageMethod-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #3e4555;
    margin: 0 auto 52px;
    width: 600px;
    max-width: 100%;
}
.pageMethod-title.rtl {
    font-size: 50px;
}
.pageMethod-img {
    width: 639px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.pageMethod-grid {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.pageMethod-item {
    margin-top: 74px;
    max-width: 200px;
    position: relative;
}
.pageMethod-item__title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #000;
    padding-left: 5px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.pageMethod-item__number {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 700;
    font-size: 146px;
    line-height: 100%;
    color: #e64c66;
    opacity: 0.15;
    left: -5px;
    top: -90px;
    position: absolute;
}
.pageMethod-item__number.flip {
    left: auto;
    right: -5px;
}
.pageMethod-item__list {
    padding: 0 0 0 5px;
    margin: 0;
    list-style-type: none;
}
.pageMethod-item__list li {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3e4555;
    padding-left: 11px;
    position: relative;
}
.pageMethod-item__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #e64c66;
}

.pageMethod-item__list li.rtl {
    padding-left: 0;
    padding-right: 11px;
    text-align: right;
}

.pageMethod-item__list li.rtl::before {
    right: 0;
    left: auto;
}

.pagePercent {
    position: relative;
    padding: 65px 0 110px;
}
.pagePercent .pageMain-before {
    background: #2d3e50;
    top: 0;
    bottom: auto;
}
.pagePercent-text {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 110%;
    color: #000000;
}
.pagePercent-left {
    padding: 197px 38px 210px;
}

.lga {
    padding: 110px 0;
    position: relative;
    background: rgba(7, 75, 96, 0.1);
}
.lga .pageMain-before {
    background: #2d3e50;
    top: auto;
    bottom: 0;
}
.lga-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lga-title {
    font-family: "IbarraRealNova", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #3e4555;
}

.lga-title.rtl {
    font-size: 50px;
}

.lga-line {
    margin: 29px 0 30px;
    width: 65px;
    height: 4px;
    background: #e64c66;
}
.lga-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #3e4555;
    margin-bottom: 30px;
    width: 518px;
    max-width: 100%;
}
.lga-subtitle.rtl {
    margin-left: auto;
}
.lga-faq__title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #3e4555;
    padding-left: 36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lga-faq__title::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #3e4555;
    top: calc(50% - 1px);
    left: 0;
}
.lga-faq__title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background: #3e4555;
    top: calc(50% - 8px);
    left: 7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
.lga-faq__title.active::after {
    opacity: 0;
}
.lga-faq__title.rtl {
    padding-right: 36px;
    padding-left: 0;
}
.lga-faq__title.rtl::before {
    right: 0;
    left: auto;
}
.lga-faq__title.rtl::after {
    right: 7px;
    left: auto;
}
.lga-faq__text {
    margin-top: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3e4555;
    padding-left: 36px;
    display: none;
    opacity: 0;
}
.lga-faq__item {
    margin-top: 10px;
}
.lga-left {
    width: calc(100% - 472px - 127px);
}
.lga-right {
    width: 472px;
    max-width: 100%;
}
.lga-right__flex {
    width: 450px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lga-right__reverse {
    flex-direction: row-reverse;
}
.lga-right__item {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3e4555;
    margin-top: 16px;
}

.content-text {
    font-size: 16px;
    line-height: 24px;
    color: #3e4555;
    padding: 263px 0 200px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: "IbarraRealNova", sans-serif;
    color: #000000;
    text-indent: 15px;
}

.header-important {
    background: #2d3e50 !important;
}

.content-box {
    width: 1025px;
    max-width: 100%;
    margin: 0 auto;
}

.content-title {
    text-align: center;
    margin-bottom: 56px;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    font-family: "IbarraRealNova", sans-serif;
    color: #000000;
}

.content-text a {
    text-decoration: underline;
    color: #000;
}

.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
    font-size: 24px;
    font-family: "IbarraRealNova", sans-serif;
    font-weight: normal;
    margin-bottom: 24px;
}
.content-text p {
    margin-bottom: 24px;
}


/*Simple page template*/
.simple.content-text {font-weight: 400; text-indent: 0;}
.simple.content-text ul,
.simple.content-text ol{margin-right:40px; counter-reset: item;}
.simple.content-text ol,
.simple.content-text ol ul{list-style: decimal}
.simple.content-text ul {list-style: disc;}

.simple.content-text ol > li,
.simple.content-text ol > li > ul{margin-bottom:30px; margin-top:10px;}
.simple.content-text ol > li > ul {margin-right:40px;}

.simple.content-text ol  li {list-style-position: outside; display: block; margin-bottom:10px;}
.simple.content-text ol li:before {content: counters(item, ".") ". ";
    counter-increment: item;}

.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    order: 1;
    margin: 0;
    display: inline-flex;
    padding-left: 31px;
    position: relative;
}
.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
}
.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-image: url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    opacity: 0;
}
.wpcf7-list-item {
    user-select: none;
}
.wpcf7-list-item input {
    display: none;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.contact .wpcf7-list-item-label:after {
    background-image: url("../img/checkbox-2.svg");
}
.contact .wpcf7-list-item-label:before {
    border-color: #3e4555;
}
.contact .wpcf7-list-item-label {
    color: #3e4555;
}

.checkCookie {
    position: fixed;
    left: 0;
    width: 100%;
    display: none;
    transition: all 0.4s;
    padding: 34px 0 45px;
    background: #ffffff;
    z-index: 30;
    bottom: 0;
}
.checkCookie.animated {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(10px);
}

.checkCookie-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.checkCookie-right {
    display: flex;
    align-items: center;
}
.checkCookie-left ul {
    list-style: disc;
    padding-left: 24px;
}
.checkCookie-left {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.checkCookie-btn {
    text-decoration: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 137px;
    height: 40px;
    border: 2px solid #e64c66;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #e64c66;
    max-width: 100%;
}
.checkCookie-border {
    color: #e64c66;
    background: transparent;
    margin-left: 38px;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.8s;
}

.lga-mobileImg {
    display: none;
}

.approach-circle:nth-child(1) {
    transform: translateX(-100px) rotate(-12deg);
}
.approach-circle:nth-child(2) {
    transform: translateX(100px) rotate(12deg);
}
.approach-circle:nth-child(3) {
    transform: translateY(100px) rotate(-12deg);
}

.approach-circle .aos-animate {
    transform: none !important;
}

.w600-wrapper {
    width: 483px;
}

.holistic-rtl .holistic-item:nth-child(2) {
    margin: 83px 0 68px;
}
.holistic-rtl .holistic-item:nth-child(4) {
    margin: 84px 0 73px;
}
.holistic-rtl .holistic-item:last-child {
    margin-top: 76px;
}

.mobileMenu-iw-right {
    text-align: right;
}
.method-right__flip {
    padding: 54px 162px 0 77px;
}
.method-right__flip::before {
    font-size: 500px;
    left: 240px;
}

.pagePercent .method-right__flip {
    padding-bottom: 85px;
    padding-right: 127px;
    padding-left: 100px;
}
.method-right__flip .method-block:nth-child(2) .method-gold {
    text-align: right;
}

.mainContact {
    display: none;
}

.footer-block-mobile {
    display: none;
}

.director-bottom {
    margin-top: 150px;
}
.director-linkRight {
    text-align: right;
    margin-top: 40px;
}

.director-bottom-en .director-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.director-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 151.02%;
    display: inline-flex;
    align-items: center;
    padding-bottom: 3px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.director-link svg {
    position: relative;
    display: block;
    margin-left: 10px;
    right: 0;
    transition: all 0.4s;
}
.director-link:hover svg {
    right: -3px;
}

.redContact-form__iw input {
    text-align: right;
}

.main-title.rtl,
.redContact-title.rtl {
    letter-spacing: 2px;
}

.director-topFlex {
    display: flex;
    align-items: center;
}

.director-topFlex__line {
    height: 44px;
    background: #e64c66;
    width: 1px;
    margin: 0 24px;
}

.body-iw .mainContact-bottomFlex {
    flex-direction: row-reverse;
}

.body-iw .header-iw .sub-menu {
    text-align: right;
}

.footer-list.rtl .footer-nav ul li ul li {
    margin-right: 0;
}

@media (min-width: 1251px) {
    .method-right__flip .method-block:last-child {
        width: 335px;
    }
}
@media (max-width: 1599px) and (min-width: 1251px) {
    .next-height-img {
        height: 750px;
    }
    .method-text {
        font-size: 17px;
    }
    .pagePercent .method-left.method-left__flip {
        margin-bottom: 25px;
    }
    .method-right__flip .method-block:nth-child(1) .method-text.rtl {
        width: 198px;
    }
    .method-block:nth-child(1) .method-text.rtl {
        font-size: 19.5px;
    }
    .method-block:nth-child(2) .method-text.rtl {
        font-size: 18.5px;
    }
    .redContact-input input {
        font-size: 24px;
        height: 60px;
    }
    .redContact-form__button {
        height: 60px;
        font-size: 30px;
    }
}
/*@media (min-width: 1600px) {
    .links-item {
        height: 50px;
    }
    .method-block:nth-child(1) .method-text.rtl {
        font-size: 24px;
    }

    .method-block:nth-child(2) .method-text.rtl {
        font-size: 22px;
    }
    .method-right__flip .method-block:last-child {
        width: 400px;
    }

    .method-block:nth-child(1) .method-text.rtl {
        width: 228px;
        max-width: 100%;
    }
    .method-right__flip .method-block:nth-child(1) .method-text.rtl {
        width: 240px;
    }

    .pagePercent .method-left.method-left__flip {
        padding-left: 110px;
        padding-right: 110px;
        margin-bottom: 28px;
    }

    .w600-wrapper {
        width: 600px;
        max-width: 100%;
    }

    .container {
        width: 1520px;
    }

    .main-title {
        font-size: 72px;
        line-height: 110%;
        width: 770px;
    }

    .mainAbout-left {
        width: 875px;
    }

    .mainAbout-right {
        margin-left: -71px;
    }
    .mainAbout-flip .mainAbout-right {
        margin-left: 0;
        margin-right: -71px;
    }

    .mainAbout-img {
        height: 738px;
    }
    .mainAbout-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mission-item__img {
        height: 359px;
    }

    .approach {
        padding: 300px 0;
    }
    .approach-img {
        width: 850px;
        top: 40px;
        height: 767px;
    }
    .approach-img img {
        width: 100%;
    }

    .approach-wrapper {
        width: 531px;
    }

    .method-left {
        padding: 188px 90px 229px 90px;
        width: 583px;
        min-width: 583px;
    }
    .pagePercent .method-left.method-left__flip {
        margin-right: 0;
        margin-left: -100px;
    }

    .method-right {
        padding: 77px 70px 70px 170px;
    }
    .method-right__flip {
        padding: 76px 170px 87px 100px;
    }
    .method-right::before {
        font-size: 715px;
        left: 278px;
        top: 40px;
    }
    .method-right__flip::before {
        left: 220px;
    }

    .method-right__flip,
    .method .method-right {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .method-text {
        font-size: 18px;
        line-height: 130%;
        margin-top: 5px;
    }
    .method-gold {
        font-size: 218px;
        line-height: 100%;
    }
    .method-small {
        font-size: 133px;
        line-height: 100%;
    }
    .method-block:last-child {
        margin-top: 50px;
        margin-left: 335px;
    }

    .mainContact {
        padding: 180px 0;
    }
    .mainContact-left {
        width: 640px;
    }
    .mainContact-title {
        font-size: 106.667px;
        line-height: 100%;
    }
    .mainContact-title.rtl {
        font-size: 90px;
    }
    .mainContact-subtitle {
        margin: 41px 0 85px;
        font-size: 16px;
        line-height: 24px;
    }
    .mainContact-br {
        margin-bottom: 60px;
    }
    .mainContact-form {
        width: 700px;
    }

    .footer-copy {
        margin-left: 450px;
    }

    .method-block:last-child {
        width: 390px;
    }

    .method-images {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .method-images__wrapper {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .pageSection-img {
        height: 760px;
    }
    .pageSection-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .pagePosts-item__img {
        width: 327px;
        min-width: 327px;
        height: 250px;
    }

    .pageSection-right__text {
        width: 650px;
    }

    .experties-item {
        padding: 150px 0 110px;
    }

    .management {
        padding: 200px 0;
    }

    .management-title {
        font-size: 50px;
        width: 600px;
    }

    .management-text {
        width: 600px;
        font-size: 20px;
    }

    .management .approach-img {
        top: 50px;
    }

    .holistic-lines {
        width: calc(50% + 80px);
    }

    .directior-right {
        width: 600px;
    }
    .directior-left {
        width: calc(100% - 800px);
    }

    .pagePercent-left {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .method-right__flip::before {
        font-size: 505px;
        left: 316px;
        top: 61px;
    }
}*/

.ml {
    margin-left: auto;
}

.values-items__iw {
    padding-top: 39px;
}
.values-items__iw .values-item:nth-child(1) {
    margin-bottom: 159px;
    margin-top: 7px;
}
.values-items__iw .values-item:nth-child(3) {
    margin: 161px 0 170px;
}

.pageSection-right__text.right-mt {
    margin-top: 65px;
}

.director-bottom-en .director-title,
.director-bottom-en .director-line,
.director-bottom-en .director-proff {
    margin-left: 630px;
}

.director-bottom-iw .director-title,
.director-bottom-iw .director-line,
.director-bottom-iw .director-proff {
    margin-right: 630px;
}

.director-bottom-iw .director-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 1250px) {
    .container,
    .header-list {
        width: 960px;
    }
    .method .method-list.method-list__item {
        align-items: center;
    }
    .header-list {
        position: relative;
    }

    .header-list {
        padding: 0;
        margin: 0 auto;
    }

    .main-title {
        font-size: 44px;
        line-height: 110%;
        width: 500px;
    }

    .mainAbout-left {
        width: 560px;
        min-width: auto;
        margin-bottom: 50px;
    }

    .mainAbout-right {
        margin-left: -100px;
        padding: 20px 20px 42px;
        width: 500px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        border-width: 8px;
        min-width: auto;
    }

    .mainAbout-title {
        font-size: 32px;
    }
    .mainAbout-title.rtl {
        font-size: 26px;
    }

    .mainAbout-text {
        font-size: 16px;
        line-height: 160%;
    }

    .mainAbout-line {
        width: 40px;
        margin: 25px 0 14px;
        height: 3px;
    }
    .mainAbout-line.ml,
    .method-line.ml {
        margin-left: auto;
    }

    .mainAbout-btn {
        margin-top: 30px;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 1px;
        border-width: 1px;
    }
    .mainAbout-btn svg {
        width: 12px;
        margin-left: 4px;
    }

    .main-before,
    .main-after,
    .mainAbout-before,
    .mainAbout-after,
    .mission-before,
    .mission-after,
    .approach-before,
    .approach-after,
    .mainContact-before,
    .mainContact-after,
    .pageMain-before,
    .pageMain-after,
    .pageSection-before,
    .pageSection-after,
    .pagePosts-before,
    .pagePosts-after {
        height: 40px;
    }

    .mission-list {
        grid-gap: 20px 32px;
    }

    .mission {
        padding: 80px 0 90px;
    }

    .mainAbout {
        padding-bottom: 60px;
        padding-top: 40px;
        margin-top: 40px;
    }

    .approach {
        padding: 115px 0 67px;
    }
    .approach .container {
        position: relative;
    }
    .approach-title {
        font-size: 36px;
        line-height: 40px;
    }
    .approach-title.rtl {
        font-size: 28px;
    }
    .approach-line {
        margin: 20px 0;
        width: 40px;
        height: 3px;
    }
    .approach-line.ml {
        margin-left: auto;
    }
    .approach-text {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }
    .approach-btn {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 5px;
        border-width: 1px;
        margin-top: 20px;
    }
    .approach-btn svg {
        margin-left: 8px;
        width: 13px;
    }

    .approach-img {
        width: 450px;
        left: auto;
        right: 0;
        top: -130px;
        height: 406px;
    }
    .approach-img__flip {
        right: auto;
        left: 0;
    }

    .mission-item__text {
        line-height: 24px;
        margin-top: 15px;
    }

    .method {
        padding: 80px 0;
    }
    .method-left {
        padding: 20px 20px 43px;
        border-width: 8px;
        width: 500px;
        min-width: auto;
        margin: 30px 0 0 0;
    }
    .method-title {
        font-size: 36px;
        line-height: 40px;
    }
    .method-title.rtl {
        font-size: 28px;
    }
    .method-line {
        margin: 15px 0;
        height: 3px;
    }
    .method-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .method-btn {
        margin-top: 20px;
        font-size: 16px;
        line-height: 120%;
        padding-bottom: 5px;
        border-width: 1px;
    }
    .method-btn svg {
        width: 13px;
        margin-left: 10px;
    }
    .pagePercent .method-right {
        min-width: auto;
        width: auto;
        margin-left: auto;
    }
    .method-right {
        padding: 30px 30px 30px 125px;
        min-width: auto;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 0 0 -100px;
    }
    .pagePercent .method-right__flip:before {
        top: 45%;
    }
    .pagePercent .method-right__flip {
        padding: 30px 125px 30px 25px;
    }
    .method-right__flip {
        padding: 30px 125px 30px 25px;
        margin-left: 0;
        margin-right: -100px;
    }
    .method-right__flip,
    .method .method-right {
        padding: 30px 30px 30px 125px;
    }
    .method-right__flip,
    .method .method-right.method-right__flip {
        padding: 30px 125px 30px 25px;
    }
    .method-right::before {
        font-size: 287px;
        line-height: 287px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 240px;
    }
    .method-right__flip::before {
        left: 123px;
    }
    .method-gold {
        font-size: 88px;
        line-height: 88px;
    }
    .method-small {
        font-size: 53px;
        line-height: 53px;
    }
    .method-text {
        font-size: 14px;
        line-height: normal;
        margin: 0;
    }

    .method-block:last-child {
        width: 200px;
    }

    .mainContact {
        padding: 65px 0 54px;
    }
    .mainContact-title {
        font-size: 48px;
        line-height: 53px;
    }
    .mainContact-title.rtl {
        font-size: 40px;
    }
    .mainContact-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 47px;
    }

    .mainContact-form__input,
    .mainContact-form__textarea {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 14px;
        margin-top: 30px;
    }

    .mainContact-form {
        width: 450px;
    }

    .mainContact-form__textarea {
        padding: 0;
        height: 117px;
    }

    .mainContact-left {
        width: 400px;
    }

    .mainContact-blocks {
        margin-top: 80px;
    }

    .mainContact-form__btn {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 4px;
    }

    .mainContact-form__wrapper .mainContact-form__arrow {
        bottom: 3px;
    }

    .footer-logo {
        width: 162px;
    }

    .footer {
        padding: 43px 0 20px;
    }
    .footer-bottom {
        padding-top: 20px;
        margin-top: 20px;
    }

    .footer-nav ul li {
        margin-left: 15px;
    }
    .footer-nav ul li a {
        font-size: 16px;
        line-height: 19px;
    }

    .footer-copy {
        margin-left: 180px;
    }

    .header {
        padding: 20px 0;
    }

    .mission-item__img {
        height: auto;
        padding-top: 76%;
    }

    .mission-list {
        margin-top: 30px;
    }
    .mission-title {
        font-size: 36px;
        line-height: 40px;
    }
    .mission-title.rtl {
        font-size: 28px;
    }
    .mission-line {
        width: 40px;
        margin: 20px auto;
    }
    .mission-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .pageMain {
        padding: 287px 0;
    }

    .contact {
        padding: 80px 0;
    }

    .contact-line {
        margin: 20px auto;
        width: 40px;
        height: 3px;
    }

    .pageMain-title {
        font-size: 48px;
        line-height: 53px;
    }
    .pageMain-title.rtl {
        font-size: 36px;
    }

    .method-img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .method-images__wrapper {
        padding-bottom: 0;
    }

    .pageSection-info,
    .pageSection-info.pr {
        padding: 20px 20px 31px;
    }

    .pageSection {
        padding: 40px 0 80px;
    }
    .pageSection-left {
        width: 450px;
        min-width: 450px;
        padding-top: 60px;
    }
    .pageSection-title {
        font-size: 26px;
        line-height: 29px;
    }
    .pageSection-title.rtl {
        font-size: 26px;
    }
    .pageSection-line {
        margin: 22px 0;
        width: 40px;
        height: 3px;
    }
    .pageSection-line.ml {
        margin-left: auto;
    }
    .pageSection-text,
    .pageSection-right__text {
        font-size: 16px;
        line-height: 160%;
    }

    .pageSection-right {
        margin-left: -40px;
    }
    .pageSection-right__flip {
        margin-left: 0;
        margin-right: -40px;
    }

    .pagePosts {
        padding: 70px 0 105px;
    }
    .pagePosts-title {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 40px;
    }
    .pagePosts-title.rtl {
        font-size: 28px;
    }
    .pagePosts-item {
        padding: 30px 0;
    }
    .pagePosts-item__title {
        font-size: 26px;
        line-height: 140%;
    }
    .pagePosts-item__text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 150%;
    }
    .pagePosts-item__img {
        width: 250px;
        min-width: 250px;
        height: 250px;
        margin-right: 40px;
    }

    .pagePosts-item__order {
        margin-right: 0;
        margin-left: 40px;
    }

    .pageSection-right__text {
        width: 450px;
        font-size: 18px;
        line-height: 170%;
    }

    .pageSection-partner {
        margin-top: 32px;
    }

    .pageSection-partner__link {
        margin-top: 15px;
        font-size: 16px;
    }

    .pagePosts.postFamily {
        padding-top: 146px;
    }

    .howWe-item__arrow {
        display: none;
    }

    .howWe {
        padding: 80px 0 40px;
    }
    .howWe-title {
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 22px;
    }
    .howWe-title.rtl {
        font-size: 28px;
    }
    .howWe-list {
        display: block;
    }
    .howWe-item {
        width: 325px;
        height: 325px;
        padding: 11px;
        margin: 0 auto;
    }
    .howWe-item:first-child {
        margin-top: 0;
    }
    .howWe-item__box {
        border-width: 9px;
    }
    .howWe-line {
        margin: -25px auto;
        display: block;
    }
    .howWe-line__after,
    .howWe-line__before {
        margin: 0 auto;
    }
    .howWe-line__center {
        width: 3px;
        height: 45px;
        margin: -3px auto;
    }

    .experties {
        padding: 70px 0 110px;
    }
    .experties-title {
        font-size: 36px;
        line-height: 36px;
    }
    .experties-title.rtl {
        font-size: 28px;
    }
    .experties-line {
        margin: 22px auto;
        width: 40px;
        height: 4px;
    }
    .experties-grid {
        grid-gap: 0 20px;
    }
    .experties-item {
        padding: 103px 0 55px;
    }
    .experties-item__title {
        font-size: 24px;
        line-height: 90%;
    }
    .experties-item__title b {
        font-size: 34px;
        line-height: 90%;
    }
    .experties-item__text {
        margin: 13px 0 62px;
        font-size: 18px;
        line-height: 24px;
    }
    .experties-item__btn {
        font-size: 18px;
        line-height: 22px;
    }

    .holistic {
        padding-bottom: 91px;
        padding-top: 90px;
    }
    .holistic-img {
        left: -10px;
    }
    .holistic-lines {
        width: calc(50% - 175px);
    }

    .about {
        padding: 70px 0 95px;
    }
    .about-title {
        font-weight: 600;
        font-size: 26px;
        line-height: 110%;
    }
    .about-line {
        width: 40px;
        margin: 17px 0 14px;
    }
    .about-text {
        font-size: 18px;
        line-height: 27px;
        width: calc(50% - 15px);
    }

    .director {
        padding: 70px 0 60px;
    }
    .director-left {
        width: calc(100% - 460px);
    }
    .director-right {
        padding-top: 0;
    }
    .director-line {
        margin: 22px 0 20px;
        width: 40px;
    }
    .director-title {
        font-size: 36px;
        line-height: 110%;
    }
    .director-title.rtl {
        font-size: 28px;
    }
    .director-proff {
        margin-top: 6px;
        font-size: 18px;
        line-height: 130%;
    }
    .director-quote {
        font-size: 18px;
        line-height: 150%;
    }
    .director-text {
        font-size: 16px;
        line-height: 150%;
    }

    .partnership {
        padding: 60px 0 80px;
    }
    .partnership-line {
        width: 40px;
        height: 3px;
        margin: 22px 0;
    }
    .partnership-title {
        font-size: 36px;
        line-height: 40px;
    }
    .partnership-title.rtl {
        font-size: 28px;
    }
    .partnership-text {
        font-size: 18px;
        line-height: 28px;
    }
    .partnership-item {
        margin-top: 34px;
    }
    .partnership-item__btn {
        font-size: 18px;
        line-height: 22px;
        margin-top: 30px;
    }

    .partnership .pageMain-before {
        bottom: -20px;
    }

    .values {
        padding: 100px 0 85px;
    }

    .blueBlock {
        padding: 80px 0;
    }
    .blueBlock-text {
        font-size: 26px;
        line-height: 150%;
    }

    .coaching {
        padding: 86px 0 80px;
    }
    .coaching-line {
        width: 40px;
        margin: 22px 0;
    }
    .coaching-line.ml {
        margin-left: auto;
    }
    .coaching-text {
        width: calc(50% - 10px);
        font-size: 16px;
        line-height: 24px;
    }
    .coaching-title {
        font-size: 36px;
        line-height: 36px;
    }
    .coaching-title.rtl {
        font-size: 28px;
    }

    .pageMethod {
        padding: 48px 0 40px;
    }
    .pageMethod-grid {
        grid-gap: 0 20px;
    }

    .pageMethod-title {
        width: 350px;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 49px;
    }
    .pageMethod-title.rtl {
        font-size: 28px;
    }

    .pagePercent {
        padding: 80px 0 60px;
    }
    .pagePercent-left {
        padding: 77px 33px 78px 24px;
    }
    .pagePercent-text {
        font-size: 26px;
        line-height: 29px;
    }

    .lga {
        padding: 68px 0 75px;
    }
    .lga-title {
        font-size: 36px;
        line-height: 36px;
    }
    .lga-title.rtl {
        font-size: 28px;
    }
    .lga-line {
        margin: 22px 0;
        width: 40px;
    }
    .lga-line.ml {
        margin-left: auto;
    }
    .lga-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .lga-left {
        width: calc(100% - 472px - 40px);
    }
    .wpcf7-list-item-label {
        font-size: 13px;
    }
    .content-text {
        padding: 120px 0 80px;
    }
    .checkCookie {
        padding: 15px 0;
    }
    .checkCookie-right {
        display: block;
        margin-left: 15px;
    }
    .checkCookie-border {
        margin: 10px 0 0 0;
    }
    .about-title {
        width: 300px;
        margin-left: auto;
    }
    .pageMethod-item {
        width: 25%;
    }
    .about-line.ml,
    .director-line.ml,
    .partnership-line.ml {
        margin-left: auto;
    }
    .method-block:nth-child(1) .method-text.rtl {
        width: 100px;
    }
    .approach-img__flip {
        top: -150px;
    }
    .pagePercent .method-left.method-left__flip {
        margin-left: 0;
    }
    .redContact-input input {
        font-size: 24px;
        height: 60px;
    }
    .redContact-form__button {
        height: 60px;
        font-size: 24px;
    }
    .header-lang {
        left: calc(50% + 300px);
    }
    .director-bottom-en .director-title,
    .director-bottom-en .director-line,
    .director-bottom-en .director-proff {
        margin-left: 460px;
    }
    .director-bottom-iw .director-title,
    .director-bottom-iw .director-line,
    .director-bottom-iw .director-proff {
        margin-right: 460px;
    }
}
@media (max-width: 992px) {
    .experties-grid {
        display: block;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .approach.management .approach-img__flip {
        top: -60px;
    }
    .pageMethod-item {
        max-width: auto;
    }
    .approach-img__flip {
        left: -50px;
    }
    /*.header-iw .header-lang {
        right: calc(50% + 300px);
        left: auto;
    }*/
    .pageMethod-grid {
        display: grid;
    }
    .pageMethod-item {
        width: auto;
    }
    .experties-item {
        margin-top: 40px;
    }
    .experties-item:first-child {
        margin-top: 0;
    }
    .experties-item__title b {
        font-size: 40px;
    }

    .pageSection-right__text {
        width: 320px;
    }

    .pageSection-left {
        width: 340px;
        min-width: 340px;
        padding-top: 40px;
    }

    .container,
    .header-list {
        width: 730px;
    }

    .main-title {
        font-size: 40px;
        line-height: 110%;
        width: 450px;
        letter-spacing: 0;
    }

    .footer .footer-nav ul li a {
        background-image: url("../img/arrow.svg") !important;
    }

    .main {
        min-height: auto;
        padding: 209px 0 251px;
    }
    .main .container {
        position: relative;
        z-index: 3;
    }

    .header-nav {
        display: none;
    }
    .header-btn {
        display: none;
    }
    .header-hamburger {
        display: block;
        margin-left: auto;
        cursor: pointer;
    }
    .header-hamburger svg {
        display: block;
    }
    /*.header-iw .header-hamburger {
        margin-left: 0;
        margin-right: auto;
    }*/

    .mission-list {
        grid-template-columns: 1fr 1fr;
    }

    .approach-wrapper {
        width: 325px;
    }

    .method-left {
        width: 350px;
    }

    .method-right::before {
        left: 180px;
    }
    .method-right__flip::before {
        left: 80px;
    }

    .mainContact-left,
    .mainContact-form {
        width: 340px;
    }

    .footer-mobile {
        display: block;
        padding: 17px 0;
        text-align: center;
        background: rgba(7, 75, 96, 0.1);
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #717682;
    }

    .footer {
        padding-bottom: 0;
    }
    .footer-bottom {
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        padding: 25px 0;
    }
    .footer-copy {
        display: none;
    }
    .footer-margin {
        margin-right: 24px;
    }
    .footer-bottom.rtl .footer-margin {
        margin-left: 24px;
        margin-right: 0;
    }
    .footer-developer {
        margin-left: auto;
    }
    .footer-top {
        display: block;
    }
    .footer-nav {
        margin: 20px 0 0 0;
    }
    .footer .footer-nav ul {
        display: block;
    }
    .footer .footer-nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #c0c8da;
    }
    .footer .footer-nav ul li:last-child {
        border: none;
    }
    .footer .footer-nav ul li a {
        padding: 15px 0;
        position: relative;
        display: block;
        width: 100%;
        background-image: url("../img/arrow-2.svg");
        background-repeat: no-repeat;
        background-position: right center;
        color: #2d3e50;
    }

    .mobileMenu {
        display: block;
        position: fixed;
        z-index: 20;
        height: 100vh;
        width: 100%;
        background: #2d3e50;
        text-align: center;
        overflow-y: auto;
        right: -100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        top: 0;
    }
    .mobileMenu.open {
        right: 0;
    }
    .mobileMenu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .mobileMenu-close svg {
        display: block;
    }
    .mobileMenu-iw .mobileMenu-close {
        right: auto;
        left: 20px;
    }
    .mobileMenu-container {
        padding: 40px 24px;
    }
    .mobileMenu .header-nav {
        display: block;
    }
    .mobileMenu .header-nav ul {
        display: block;
    }
    .mobileMenu .header-nav ul li {
        display: block;
        width: 100%;
        margin: 10px auto 0;
    }
    .mobileMenu .header-nav ul li:first-child {
        margin-top: 0;
    }
    .mobileMenu .header-nav ul li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .mobileMenu .header-nav ul li ul li:first-child {
        margin-top: 10px;
    }
    .mobileMenu .header-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px auto 0;
    }
    .mobileMenu .header-logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 30px;
    }

    .contact-bold {
        font-size: 32px;
        line-height: 120%;
    }

    .contact-title {
        font-size: 40px;
        line-height: normal;
    }

    .links {
        padding: 70px 0;
    }
    .links-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .pagePosts-subtitle {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-align-left .pagePosts-line {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .management {
        padding: 82px 0 41px;
    }
    .management-title {
        font-size: 36px;
        line-height: 36px;
        width: 380px;
    }
    .management-title.rtl {
        width: 360px;
    }
    .w600-wrapper {
        width: 380px;
    }
    .management-line {
        margin: 22px 0;
    }
    .management-line.ml {
        margin-left: auto;
    }
    .management-text {
        font-size: 16px;
        line-height: 24px;
        width: 380px;
    }
    .management .approach-img {
        right: -60px;
    }

    .holistic-img {
        display: none;
    }
    .holistic-lines {
        display: none;
    }
    .holistic-br {
        width: 40px;
        margin: 22px 0;
    }
    .holistic-title {
        font-size: 36px;
        line-height: 36px;
        text-align: left;
    }
    .holistic-title.rtl {
        text-align: right;
        font-size: 28px;
    }
    .holistic-br.mobile-br {
        margin-left: auto;
    }
    .holistic-subtitle {
        padding-bottom: 7px;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .holistic-item {
        margin: 30px auto 0 !important;
        width: 100% !important;
    }
    .holistic-item__title {
        font-size: 24px;
        line-height: 150%;
    }
    .holistic-item__text {
        margin-top: 0;
        font-size: 18px;
        line-height: 150%;
    }

    .director-left,
    .director-right {
        width: calc(50% - 20px);
    }

    .values-svg {
        display: none;
    }
    .values-items {
        position: relative;
    }
    .values-items::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 100%;
        background: #d9d9d9;
        left: 32px;
        z-index: -2;
    }
    .values-item {
        width: 100%;
        margin: 45px 0 0 0 !important;
        padding-left: 93px;
    }
    .values-item__line {
        width: 25px;
        right: -10px !important;
        left: auto !important;
    }
    .values-item__wrapper {
        width: 100%;
    }
    .values-item__title {
        font-size: 30px;
        line-height: 90%;
    }
    .values-item__text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 150%;
    }
    .values-item__number {
        width: 72px;
        height: 72px;
        padding: 6px;
        top: -23px !important;
        left: 0 !important;
    }
    .values-item__border {
        border-width: 4px;
        font-size: 20px;
        line-height: 25px;
    }
    .values-item:last-child::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 100%;
        background: #fff;
        left: 32px;
        z-index: -1;
    }

    .values-item:nth-child(3) .values-item__title {
        white-space: pre-wrap;
    }

    .values-title {
        font-size: 36px;
        line-height: 40px;
        text-align: left;
    }
    .values-title.rtl {
        font-size: 28px;
    }

    .values-line {
        margin: 22px 0 39px;
        width: 40px;
    }
    .values-items__iw .values-item:nth-child(3) .values-item__text {
        width: 100%;
    }
    .values-items__iw .values-item {
        padding-right: 93px;
        padding-left: 0;
    }
    .values-items__iw .values-items:before {
        left: auto;
        right: 32px;
    }
    .values-items__iw .values-item__number {
        right: 0 !important;
        left: auto !important;
    }
    .values-items__iw .values-item__line {
        left: -10px !important;
        right: auto !important;
    }

    .pageMethod-grid {
        grid-template-columns: 1fr 1fr;
    }
    .pageMethod-item {
        margin-top: 105px;
    }

    .lga-list {
        display: block;
    }
    .lga-right {
        width: 100%;
        margin-top: 40px;
    }
    .lga-right img {
        margin: 0 auto;
    }
    .lga-right__flex {
        display: none;
    }
    .lga-left {
        width: 100%;
    }
    .content-text {
        font-size: 14px;
        line-height: 20px;
    }
    .content-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 32px;
    }
    .content-text h2,
    .content-text h3,
    .content-text h4,
    .content-text h5,
    .content-text h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content-text p {
        margin-bottom: 20px;
    }
    .mobileMenu .header-nav ul li ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .mobileMenu .header-nav ul li ul li {
        margin-top: 5px;
    }
    .mobileMenu .header-btn {
        margin-top: 50px;
    }
    .mobileMenu .header-nav ul li {
        margin-top: 40px;
    }
    .mobileMenu .header-nav ul li ul {
        padding: 0;
    }
    .mobileMenu .header-nav ul li ul li,
    .mobileMenu .header-nav ul li ul li:first-child {
        margin-top: 20px;
    }
    .mobileMenu {
        text-align: left;
    }
    .mobileMenu-container {
        padding: 24px;
    }
    .mobileMenu-close {
        right: 24px;
        top: 24px;
    }
    .mobileMenu-iw .mobileMenu-close {
        right: auto;
        left: 24px;
    }
    .mobileMenu .header-nav {
        text-align: center;
    }
    .mobileMenu .header-nav ul {
        padding: 0;
    }
    .mobileMenu .header-logo {
        margin-bottom: 80px;
    }
    .footer-nav ul li a:before {
        display: none;
    }
    .method-block:first-child {
        width: 150px;
    }
    .lga-mobileImg {
        display: block;
        margin: 24px auto;
    }
    .lga-right {
        display: none;
    }
    .values-title.rtl {
        text-align: right;
    }
    .values-line.mobile-ml {
        margin-left: auto;
    }
    .management .approach-img.approach-img__flip {
        left: -70px;
    }
    .method-box__flip .method-left {
        margin-left: 0;
    }
    .footer-logo {
        width: 120px;
    }
    .redContact-input {
        width: 100%;
        margin-bottom: 24px;
    }
    .redContact-list p {
        width: 100%;
    }
    .redContact-list {
        display: block;
    }
    .redContact {
        padding: 40px 0;
    }
    .redContact-title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 140%;
    }
    .redContact-input input {
        font-size: 18px;
        height: 50px;
    }
    .redContact-form__button {
        font-size: 18px;
        height: 50px;
    }
    .mainContact {
        display: block;
    }
    .redContact {
        display: none;
    }
    .footer-block-mobile {
        display: block;
    }
    .footer-block-desktop {
        display: none;
    }
    .footer-nav ul li ul {
        display: none !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        margin-top: 10px;
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0 10px;
    }
    .footer-nav ul li ul::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
    }
    .footer-nav ul li {
        flex-wrap: wrap;
    }
    .footer-nav ul li ul li a {
        color: #fff;
    }
    .footer-nav ul li.active ul {
        display: block !important;
    }
    .director-bottom {
        margin-top: 80px;
    }
    .director-linkRight {
        text-align: center;
        margin-top: 90px;
    }
    .footer-list.rtl .footer-nav ul li {
        margin: 0;
    }
    .footer-list.rtl .footer-nav ul li a {
        padding-right: 25px;
    }
    .footer-list.rtl .footer-developer {
        margin-left: 0;
        margin-right: auto;
    }
    .header-logo img {
        height: 46px;
    }
    .header-lang {
        left: calc(50% + 290px);
    }
    /*.header-iw .header-lang {
        right: calc(50% + 290px);
        left: auto;
    }*/
    .experties-item__title {
        min-height: auto;
    }
    .header-nav ul li ul li a {
        color: #fff !important;
    }
    .holistic-subtitle.rtl {
        text-align: right;
    }

    .director-bottom-en .director-title,
    .director-bottom-en .director-line,
    .director-bottom-en .director-proff {
        margin-left: calc(50% + 20px);
    }
    .director-bottom-iw .director-title,
    .director-bottom-iw .director-line,
    .director-bottom-iw .director-proff {
        margin-right: calc(50% + 20px);
    }
}
@media (max-width: 767px) {
    .pageMethod-grid {
        display: block;
    }
    .approach.management .approach-img__flip {
        top: 0px;
    }
    .management .approach-img.approach-img__flip {
        left: 0;
    }

    .pageSection-right__text {
        display: none;
        width: 100%;
    }

    .pageSection-right__text.mobile {
        display: block;
    }

    .container,
    .header-list {
        width: 540px;
    }

    .main-title {
        font-size: 40px;
        line-height: 110%;
        width: 460px;
    }

    .mission-list {
        grid-gap: 20px;
    }

    .mainContact-list {
        display: block;
    }
    .mainContact-left {
        text-align: center;
    }
    .mainContact-left,
    .mainContact-form {
        display: block;
        width: 100%;
        min-width: auto;
    }
    .mainContact-br {
        display: none;
    }

    .mainContact-blocks {
        display: none;
    }
    .mainContact-blocks.mobile {
        display: block;
        margin: 52px 0 0 0;
    }

    .mainContact-form__wrapper {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .approach-img {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        width: 500px;
        height: 451px;
    }

    .approach-wrapper {
        width: 100%;
        text-align: center;
    }

    .approach-line {
        margin-left: auto;
        margin-right: auto;
    }

    .method-right::before {
        display: none;
    }

    .mainAbout-title {
        font-size: 26px;
        line-height: 110%;
    }
    .mainAbout-title.rtl {
        font-size: 22px;
    }

    .mainAbout-left {
        margin: 30px 0 0 0;
    }

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

    .contact-bold {
        font-size: 22px;
    }

    .contact-title {
        font-size: 28px;
    }

    .method-left {
        width: 250px;
        min-width: 250px;
    }

    .pageSection-list {
        display: block;
    }
    .pageSection-left {
        width: 100%;
        min-width: auto;
        padding-top: 0;
        margin-top: -54px;
    }
    .pageSection-right {
        margin: 0 0 0 -24px;
        max-width: 100%;
    }
    .pageSection-right__flip {
        margin-left: 0;
        margin-right: -24px;
    }

    .pagePosts-list {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .pagePosts-item {
        display: block;
    }
    .pagePosts-item__img {
        margin: 0 0 30px;
        height: auto;
        width: 100%;
        min-width: auto;
    }
    .pagePosts-item__img img {
        height: auto;
    }

    .pageSection-right__text.mobile {
        margin: 20px 0 0 0;
    }

    .pageSection-partner {
        display: none;
    }
    .management-title {
        width: 100%;
    }
    .management-title.rtl {
        width: 360px;
        max-width: 100%;
    }
    .w600-wrapper {
        width: 100%;
    }
    .management-text {
        width: 100%;
    }
    .management .approach-img {
        right: auto;
    }

    .about-list {
        display: block;
    }
    .about-text {
        width: 100%;
    }
    .about-text:last-child {
        margin-top: 27px;
    }

    .director-list {
        display: block;
    }
    .director-left,
    .director-right {
        width: 100%;
    }
    .director-right {
        margin-bottom: 49px;
    }
    .director-right img {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }
    .director-quote {
        display: none;
    }
    .director-quote.mobile {
        display: block;
        margin-bottom: 20px;
    }

    .partnership-list {
        display: block;
    }
    .partnership-block {
        width: 100%;
    }
    .partnership-block:last-child {
        margin-top: 27px;
    }

    .coaching-list {
        display: block;
    }
    .coaching-text {
        width: 100%;
    }
    .coaching-text:last-child {
        margin-top: 20px;
    }
    .mainContact-form__wrapper .mainContact-form__arrow {
        bottom: -2px;
    }
    .approach .btn-right {
        text-align: center;
    }
    .header-lang {
        left: calc(50% + 190px);
    }
    .main-title {
        text-align: left;
        letter-spacing: 0;
    }
    .main-title.rtl {
        text-align: right;
    }
    /*.header-iw .header-lang {
        right: calc(50% + 190px);
        left: auto;
    }*/
    .director-bottom-en .director-title,
    .director-bottom-en .director-line,
    .director-bottom-en .director-proff {
        margin-left: 0;
    }
    .director-bottom-iw .director-title,
    .director-bottom-iw .director-line,
    .director-bottom-iw .director-proff {
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    .pagePosts-line__ml {
        margin-left: auto;
        margin-right: 0;
    }
    .director-mobile {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }
    .director-right img {
        display: none;
    }
    .header-lang {
        left: auto;
        right: 80px;
    }
    /*.header-iw .header-lang {
        right: 80px;
        left: auto;
    }*/
    .about-title {
        width: 240px;
    }
    .management .approach-img.approach-img__flip {
        left: -70px;
    }
    .mobile-align-left .pagePosts-line {
        margin-left: 0;
    }
    .mobile-align-left .pagePosts-title,
    .mobile-align-left .pagePosts-subtitle {
        text-align: left;
    }

    .pageSection-info.pr {
        padding-right: 13px;
    }

    .container,
    .header-list {
        width: 100%;
        padding: 0 24px;
    }

    .mainAbout-list {
        display: block;
    }
    .mainAbout-left {
        width: 100%;
        margin: 0 0 0 -24px;
    }
    .mainAbout-right {
        width: 100%;
        margin: -50px 0 0 0;
    }

    .mission-list {
        display: block;
        margin: 0;
    }

    .mission-item {
        margin-top: 30px;
    }

    .method {
        overflow: hidden;
    }
    .method-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .method-left,
    .method-right {
        width: 100%;
        margin: 0;
    }
    .method-left {
        margin-bottom: -56px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .method-right {
        position: relative;
        right: -24px;
        padding: 20px 20px 75px 20px;
    }
    .method-right__flip {
        padding: 30px 25px 75px;
    }
    .method-right__flip,
    .method .method-right {
        padding: 20px 20px 75px 20px;
    }
    .method-right__flip,
    .method .method-right.method-right__flip,
    .pagePercent .method-right__flip {
        padding: 30px 25px 75px;
    }
    .method-right::before {
        display: block;
        left: 28%;
        top: 300px;
    }
    .pagePercent .method-right__flip::before {
        top: 50%;
    }

    .approach-img {
        width: 432px;
        position: relative;
        left: calc(50% - 223px);
        height: 390px;
    }
    /*.approach-img__flip {
        left: auto;        
        right: calc(50% - 223px);
    }*/

    .method-left {
        width: 100%;
        min-width: auto;
    }

    .method-images__wrapper {
        padding: 100px 15px 106px;
        margin: 0 -24px -80px;
        position: static;
        width: calc(100% + 48px);
    }
    .method-images__wrapper::before {
        display: none !important;
    }

    .mission {
        overflow: hidden;
    }

    .blueBlock-text {
        text-align: left;
    }
    .blueBlock-text.rtl {
        text-align: right;
    }

    .pagePercent .method-right {
        left: -24px;
        width: calc(100% + 48px);
        order: 2;
        padding-top: 148px;
    }

    .pagePercent-left {
        margin-bottom: -106px !important;
        position: relative;
        margin: 0;
    }
    .checkCookie {
        padding: 10px 0;
    }
    .checkCookie-list {
        display: block;
    }
    .checkCookie-right {
        margin: 15px 0 0 0;
        display: flex;
        justify-content: center;
    }
    .checkCookie-btn {
        margin: 0 10px;
    }
    .checkCookie-left {
        font-size: 12px;
        line-height: 16px;
    }
    .header-lang {
        right: 84px;
    }
    /*.header-iw .header-lang {
        left: 84px;
    }*/
    .pagePosts-subtitle.rtl,
    .pagePosts-title.rtl {
        text-align: right;
    }

    .pagePosts-line.mobile-ml {
        margin-left: auto;
        margin-right: 0;
    }
    .pagePercent .method-right__flip::before {
        top: 50%;
    }
    .director-topFlex__line {
        display: none;
    }
    .director-topFlex {
        display: block;
    }
}
@media (max-width: 430px) {
    .method-right::before {
        left: 19%;
        top: 58%;
        font-size: 400px;
        line-height: 400px;
    }

    .links-item span {
        display: none;
    }
    .method-right__flip::before {
        left: 17%;
    }
    .pagePercent .method-right__flip::before {
        top: 50%;
    }
}
@media (max-width: 370px) {
    .method-right::before {
        -webkit-transform: rotate(63deg);
        -ms-transform: rotate(63deg);
        transform: rotate(63deg);
        left: auto;
        right: 26%;
        top: 64px;
    }
    .pagePercent .method-right__flip:before {
        top: 46px;
    }
    .method-left {
        width: 100%;
    }
    .method-block {
        width: 100%;
    }

    .method-block:last-child {
        width: 100%;
    }

    .howWe-item {
        width: 270px;
        height: 270px;
    }
    .howWe-item__title {
        font-size: 16px;
    }
    .howWe-item__title b {
        font-size: 30px;
    }
    .howWe-item__text {
        font-size: 20px;
        line-height: 26px;
    }

    .experties-item__title b {
        font-size: 32px;
    }
    .method-block:nth-child(1) .method-text.rtl {
        width: 100%;
    }
}

.btn-rtl {
    direction: rtl;
}

.btn-rtl svg {
    margin-left: 0;
    margin-right: 5px;
}

.svg-transform {
    transform: rotate(180deg);
}
.btn-left-animate:hover svg {
    left: -2px;
}

.contact-btn__arrow .mainContact-form__arrow {
    right: 0;
    left: auto;
    margin: 0;
    margin-right: -13px;
    order: -1;
    transform: rotate(180deg);
}
.contact-btn__arrow .mainContact-form__btn {
    padding: 0 0 0 23px;
}

.contact-btn__arrow:hover .mainContact-form__arrow {
    right: 2px;
}

.partnership-item__flip .partnership-item__btn svg {
    order: -1;
    margin-right: 10px;
    margin-left: 0;
    transform: rotate(180deg);
}
.partnership-item__flip .partnership-item__btn:hover svg {
    right: 2px;
}
.pageSection-partner__right .pageSection-partner__link svg {
    order: -1;
}
.experties-grid.rtl .experties-item__btn svg,
.pageSection-partner__right .pageSection-partner__link svg {
    margin-left: 0;
    transform: rotate(180deg);
    margin-right: 10px;
}
.experties-grid.rtl .experties-item__btn:hover svg,
.pageSection-partner__right .pageSection-partner__link:hover svg {
    right: 2px;
}

html[lang="iw"] .scb-content {
    direction: rtl;
    text-align: right;
}

.scb-content {font-family: "IbarraRealNova", sans-serif;}
.scb-content a.scb-btn {background: none; border:none; color: #E64C66; text-decoration: underline; font-family: "IbarraRealNova", sans-serif;}
.scb-content button.scb-btn {font-size:15px;font-family: "IbarraRealNova", sans-serif; }
#scb-banner .scb-btn-primary {background-color:#2D3E50; border-color:#2D3E50; }
#scb-banner .scb-btn-primary:hover {background-color:#E64C66; border-color:#E64C66;}
