/*!
Theme Name: Game-Them v.1.0
Theme URI:
Author: 
Author URI: 
Description: 
Version: 1.0.0
*/

@font-face {
    font-family: "Ploni DL 1.1 AAA Light";
    src: url("fonts/0af4d6c8887c4333bec5106d493af871.eot");
    /* IE9*/
    src: url("fonts/0af4d6c8887c4333bec5106d493af871.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/0af4d6c8887c4333bec5106d493af871.woff2") format("woff2"),
        /* chrome、firefox */ url("fonts/0af4d6c8887c4333bec5106d493af871.woff") format("woff"), /* chrome、firefox */ url("fonts/0af4d6c8887c4333bec5106d493af871.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("fonts/0af4d6c8887c4333bec5106d493af871.svg#Ploni DL 1.1 AAA Light") format("svg");
    /* iOS 4.1- */
}

body {
    font-family: "Ploni DL 1.1 AAA";
    margin: 0;
    direction: rtl;
    text-align: right;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #363636;
}

a:hover {
    color: #fe7840;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

:focus {
    outline: none !important;
}

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

.h2,
h2 {
    font-size: 28px;
    color: #023a57;
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #eeeeee;
}

::-webkit-scrollbar-thumb {
    background-color: #023a57;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-shadow: -1px 4px 18px rgba(253, 137, 88, 0.35);
    border-radius: 4px;
    background-color: #fe7840;
    height: 48px;
    z-index: 330;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 0 30px;
    padding-left: 55px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.btn span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover {
    background-color: #fe7840;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn:hover span {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 5px;
}

header {
    color: #202422;
    padding: 18px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e2ebe1;
}

.head-page {
    padding-top: 100px;
    min-height: 550px;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.head-page__content {
}

.head-page__breadcrumbs {
    font-size: 16px;
    color: #fe7840;
    margin-bottom: 80px;
    padding-top: 10px;
}

.head-page__breadcrumbs i {
    color: #1f2b2f;
    font-size: 9px;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.head-page__breadcrumbs a {
    color: #1f2b2f;
}

.head-page__breadcrumbs a:hover {
    color: #fe7840;
}

.head-page__content {
}

.head-page__content h1 {
    color: #023a57;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0;
}

.head-page__content h2 {
    font-size: 30px;
    color: #023a57;
    font-weight: bold;
    margin-bottom: 20px;
}

.head-page__content ul {
    padding: 0;
    margin: 0;
}

.head-page__content ul li {
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #023a57;
}

.head-page__content ul li:before {
    content: "";
    background: url(./img/check.svg) no-repeat 50%;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

header.fix-head {
    background: #fff;
    padding: 10px 0;
}

.mobile-nav {
    display: none;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    font-weight: 500;
    font-size: 19px;
    line-height: 31px;
}

.header-logo {
}

.header-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 60px;
}

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

.header-nav ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav ul li {
    display: block;
    padding: 15px;
    position: relative;
    font-weight: 500;
}

.header-nav ul li a {
    color: #202422;
}

.header-nav ul li a:hover,
.header-nav li.current-menu-item > a,
.header-nav li.current_page_item > a,
.header-nav li.current-menu-ancestor > a {
    color: #fe7840;
}

.header-nav nav > ul > li:first-child {
    padding-right: 0;
}

.header-nav nav > ul > li:last-child {
    padding-left: 0;
}

.header-nav ul li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    font-weight: 900;
    font-size: 12px;
    color: #fe7840;
}

.header-nav li a {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header-nav .sub-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fe7840;
}

.header-nav .sub-menu {
    position: absolute;
    width: 290px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 12px 54px 0px rgba(189, 189, 189, 0.43);
    box-shadow: 0px 12px 54px 0px rgba(189, 189, 189, 0.43);
    padding: 0;
    margin: 0;
    top: 100%;
    left: 50%;
    margin-left: -145px;
    font-size: 19px;
    line-height: 200%;
    display: block;
    font-weight: normal;
    display: none;
}

.sub-menu li {
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 80px !important;
    position: relative;
}

.sub-menu li:after {
    content: "";
    background: #ebebeb;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 60px;
    top: 0;
}

.sub-menu li span {
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    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;
}

.sub-menu li img {
    height: 36px;
    width: auto;
}

.sub-menu li a {
    color: rgb(32, 36, 34);
    text-transform: none;
    letter-spacing: normal;
    width: 100%;
}

.sub-menu li a:hover {
    color: #eb9411;
}

.header-nav ul li:hover .sub-menu {
    display: block;
}

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

.header-info__phone {
    padding-right: 30px;
}

.header-info__phone span {
}

.header-info__phone a {
    font-size: 26px;
    color: rgb(32, 36, 34);
    font-weight: bold;
    line-height: 0.69;
}

.header-info__phone i {
    font-size: 16.533px;
}

.header-info__faq a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 4px;
    box-shadow: -1px 4px 18px rgba(254, 120, 64, 0.35);
    background-color: #fe7840!important;
    width: 175px;
    height: 42px;
    z-index: 330;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding-left: 55px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
	color:#fff
}

.header-info__faq span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-info__faq a:hover {
    background-color: #fe7840;
    color: #fff;
}

.header-info__faq a:hover span {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 5px;
}

.header-toggle {
    display: none;
}

.section-container,
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    font-size: 42px;
    font-weight: bold;
}

.home-head {
    padding-top: 150px;
    background: url(img/01-floor-bg.png) no-repeat top left;
}

.home-head__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-head__subtitle {
    font-size: 50px;
    color: rgb(36, 206, 103);
    line-height: 1.24;
}

.home-head__title {
    font-weight: bold;
    font-size: 72px;
    line-height: 62px;
    color: #263238;
    margin: 0;
}

.home-head__description {
    font-size: 40px;
    color: rgb(38, 50, 56);
    line-height: 1.222;
    margin-bottom: 30px;
}

video.head-video {
    max-width: 100%;
}

.goals {
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
}

.goals-title {
    font-size: 32px;
    color: rgb(32, 36, 34);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 36px;
}

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

.goals-list__item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 49px 0px rgba(183, 182, 182, 0.31);
    box-shadow: 0px 3px 49px 0px rgba(183, 182, 182, 0.31);
    width: 204px;
    height: 164px;
    z-index: 304;
    position: relative;
    padding: 15px;
    padding-top: 105px;
    margin-bottom: 30px;
    border-bottom-left-radius: 45px;
    font-size: 20px;
    color: #263238;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goals-list__item img {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 60px;
    width: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goals-list__item span {
    border-radius: 50%;
    background-color: hsla(26, 100%, 80%, 0.25);
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 41px;
    height: 41px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #343f44;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goals-list__item b {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goals-list__item:hover {
    -webkit-box-shadow: 0px 3px 49px 0px rgba(183, 182, 182, 0.4);
    box-shadow: 0px 3px 49px 0px rgba(183, 182, 182, 0.4);
    color: #263238;
}

.goals-list__item:hover span {
    background: #ffc69b;
}

.goals-list__item:hover b {
    color: #fe7840;
}

.whytake {
}

.whytake-title {
    font-size: 42px;
    color: #023a57;
    font-weight: bold;
    line-height: 0.619;
    text-align: center;
}

.whytake-description {
    text-align: center;
    font-size: 20px;
    color: #023a57;
    line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 60px;
    max-width: 693px;
    display: block;
    margin: auto;
}

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

.whytake-list__item {
    text-align: center;
    margin-bottom: 30px;
    max-width: 25%;
}

.whytake-list__image {
    background: #ffefe7;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
}

.whytake-list__image img {
    height: 60px;
    width: auto;
}

.whytake-list__title {
    font-size: 20px;
    color: #023a57;
    font-weight: bold;
    line-height: 1;
}

.whytake-list__description {
    font-size: 18px;
    color: #023a57;
}

.abouth {
    background: url(img/03-floor-bg.jpg) no-repeat top center;
    padding-top: 130px;
}

.abouth-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.abouth-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
}

.abouth-title {
    color: #263238;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.front-four__anchor {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.front-four__anchor a {
    background-color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    color: #023a57;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #b1d3fd;
    background: #ffffff;
    border-radius: 6px;
}

.front-four__anchor a:hover,
.front-four__anchor a.active {
    background-color: #b1d3fd;
    color: #023a57;
}

.front-four__content {
    height: 400px;
    overflow: auto;
    direction: ltr;
    padding-right: 30px;
    margin-top: 30px;
    font-size: 19px;
    color: #263238;
    position: relative;
    text-align: justify;
    margin-bottom: 35px;
}

.front-four__content > div {
    direction: rtl !important;
    display: block;
}

.front-four__content h3 {
    color: #023a57;
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.front-four__content p {
    margin-bottom: 15px;
    display: block;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #fe7840;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: none;
}

.scroll-top:hover {
    /*background: #fe7840;*/
    color: #fff;
    opacity: 0.7;
}

.helperg {
    padding: 100px 0;
}

.helperg-form {
    box-shadow: -7px 24px 46px rgba(177, 211, 253, 0.19);
    border-radius: 100px;
    background-color: #b1d3fd;
    padding: 40px 160px;
    position: relative;
}

.helperg-form .btn {
    box-shadow: -1px 4px 18px rgba(43, 168, 252, 0.35);
    border-radius: 6px;
    background-color: #fe7840;
    color: #ffffff;
}

.helperg-form .btn span {
    color: #ffffff;
}

.helperg-form:before {
    content: "";
    background: url(img/shekel-left.png) no-repeat;
    height: 130px;
    width: 130px;
    display: block;
    position: absolute;
    left: 60px;
    top: 20px;
    -webkit-animation: helperg_l 2s infinite ease-in-out;
    animation: helperg_l 2s infinite ease-in-out;
    opacity: 0;
}

@-webkit-keyframes helperg_l {
    from {
        top: -100px;
        opacity: 0;
    }

    50% {
        left: 0px;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes helperg_l {
    from {
        top: -100px;
        opacity: 0;
    }

    50% {
        left: 0px;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

.helperg-form:after {
    content: "";
    background: url(img/shekel-right.png) no-repeat;
    height: 146px;
    width: 146px;
    display: block;
    position: absolute;
    right: 60px;
    top: -20px;
    -webkit-animation: helperg_r 2s infinite ease-in-out;
    animation: helperg_r 2s infinite ease-in-out;
}

@-webkit-keyframes helperg_r {
    from {
        top: -100px;
        opacity: 0;
    }

    50% {
        left: -20px;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes helperg_r {
    from {
        top: -100px;
        opacity: 0;
    }

    50% {
        left: -20px;
        opacity: 0.5;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

.helperg-form .title {
    color: #fff;
    text-align: center;
    line-height: 1;
}

.helperg-form .description {
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 15px;
}

.nice-select {
    width: 100%;
    height: 48px;
    /*border: 1px solid #fe7840;*/
    border-radius: 4px;
    font-size: 18px;
    line-height: 46px;
}

.nice-select:after {
    border-bottom: 2px solid #023a57;
    border-right: 2px solid #023a57;
}

.helperg-form .group-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.group-form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}

.helperg-form input.wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    /*border: 1px solid #fe7840;*/
    border: none;
    padding: 0 15px;
    font-size: 18px;
    color: #263238;
    text-align: right;
}

input.wpcf7-submit {
    background: #ffc69b;
    font-size: 20px;
    color: #263238;
    font-weight: bold;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #263238;
}

::-moz-placeholder {
    color: #263238;
}

:-ms-input-placeholder {
    color: #263238;
}

:-moz-placeholder {
    color: #263238;
}

span.ajax-loader {
    display: none !important;
}

.harticles {
    background: url(img/05-floor-bg.jpg) no-repeat bottom center;
    padding-bottom: 100px;
}

.harticles .section-title {
    text-align: center;
    padding-bottom: 45px;
    color: #023a57;
}

.harticles-carusel {
    display: block;
}

.harticles-carusel__item {
    display: block;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 16px 0px rgba(18, 46, 104, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(18, 46, 104, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.harticles-carusel__item:hover {
    -webkit-box-shadow: 0px 6px 40px 0px rgba(38, 50, 56, 0.19);
    box-shadow: 0px 6px 40px 0px rgba(38, 50, 56, 0.19);
}

.harticles-carusel__content {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    height: 300px;
}
.harticles-carusel__more{
    position: absolute;
    bottom: 50px;
}

.harticles-carusel__title {
    font-size: 23px;
    font-weight: bold;
    color: #023a57;
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.harticles-carusel__item:hover .harticles-carusel__title {
    
}

.harticles-carusel__data span {
    display: inline-block;
    background: #e8f6fe;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 12px;
    color: #79a4bd;
    margin-bottom: 15px;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}

.harticles-carusel__description {
    font-size: 17px;
    color: #263238;
    margin-bottom: 20px;
}

.harticles-carusel__more span {
    position: relative;
    color: #263238;
    font-weight: bold;
    border-bottom: 2px solid #ffe2cd;
    font-size: 18px;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}

.harticles-carusel__more span:hover {
    border-color: #ffc69b;
    color: #fe7840;
}

.harticles-carusel__more span:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
    font-weight: 600;
    font-size: 12px;
    color: #2a457b;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}

.harticles-carusel .owl-item {
    padding-bottom: 20px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    background: #e8f6fe;
    display: inline-block;
    border-radius: 50%;
    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;
    font-size: 18px;
    color: #202422;
}

.owl-carousel .owl-nav button.owl-next {
    left: -70px;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    right: -70px;
    position: absolute;
}

.footer {
    border-top: 2px solid #4e7589;
    padding-top: 20px;
}

.footer-contacts {
    background: #fff;
    color: #263238;
    text-align: CENTER;
    border-bottom: 1px solid #e9f3ed;
}

.footer-contacts__item {
    margin-bottom: 15px;
    font-size: 17px;
    color: #263238;
}

.footer-contacts__item a {
    color: #023a57;
}

.footer-contacts__item a:hover {
    color: #fe7840;
}

.footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.footer-contacts__item p {
    margin: 0;
}

.footer-contacts__item span {
    display: block;
}

.footer-contacts__item span a,
.footer-contacts__item span {
    font-size: 23px;
    color: #023a57;
    font-weight: bold;
}

.footer-contacts__item .icon {
    background: #fff6ef;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-contact .footer-contacts__item .icon {
    background: #fff;
}

.footer-contacts__item .icon img {
    height: 25px;
    width: auto;
}

.footer-contacts__item .text {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-menu {
    padding-bottom: 50px;
    padding-top: 30px;
}

.footer .widget-title {
    font-size: 20px;
    color: #023a57;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title:after {
    content: "";
    width: 51px;
    height: 1px;
    background: #fe7840;
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 1;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin: 5px 0;
    display: block;
}

.footer ul li a {
    font-size: 17px;
    color: #023a57;
}

.footer ul li a:hover {
    color: #fe7840;
}

.footer .res-post li {
    padding: 13px 0;
    padding-top: 0;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.footer li ul.sub-menu,
.footer .menu-item-has-children > a:after {
    display: none !important;
}

.footer-menu .res-post li a,
.footer-menu .res-post li > span {
    display: block;
    height: 100%;
}

.footer-menu .thumb {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: right;
    margin-left: 15px;
    background: #fff;
}

.footer .res-post .post-title {
    font-size: 19px;
    font-weight: bold;
    color: #023a57;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0;
}

.footer .res-post .post-title:hover {
    color: #fe7840;
}

.footer .res-post .date {
    font-size: 14px;
    color: #78a3bc;
}

.footer-social {
    padding-top: 20px;
}

.footer-social a {
    height: 40px;
    width: 40px;
    color: #2b326a;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: #2b326a;
    color: #ffffff;
}

.footer-social span {
    font-size: 18px;
    font-weight: BOLD;
    color: #222462;
}

.footer-copyright {
    color: #263238;
    padding: 12px 0;
    background: #f6f6f6;
}

.footer-copyright img {
    height: 20px;
    vertical-align: middle;
}

.footer-copyright p {
    display: inline-block;
    margin: 0;
    color: #263238;
}

.footer-copyright a {
    color: #263238;
}

.mobile-nav {
    z-index: 99999;
}

.mobile-nav ul > li {
    display: block;
}

.mobile-nav ul > li > a {
    font-size: 18px;
    color: #263238;
    font-weight: 500;
}

.mobile-nav ul {
    padding: 0;
    display: block;
}

.mobile-nav ul.sub-menu {
    padding: 0;
    background: #f6f6f6;
    display: none;
}

.mobile-nav > nav > ul > li > a {
    display: block;
    padding: 16px 15px;
    border-bottom: 1px solid #f3f2f2;
}

.mobile-nav ul.sub-menu > li > a {
    font-size: 16px;
    color: #3e474b;
}

.mobile-nav .sub-menu li {
    padding-right: 60px;
}

.mobile-nav .sub-menu li:after {
    display: none;
}

.page-form {
    padding: 0 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 24;
    margin-top: -100px;
    top: 110px;
}

.page-form__content {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 49px 0px rgba(18, 46, 104, 0.13);
    box-shadow: 0px 3px 49px 0px rgba(18, 46, 104, 0.13);
    padding: 40px;
}

.page-form input.wpcf7-text,
.page-form .nice-select {
    margin-bottom: 10px;
    border-color: #eff0f1;
    background: #e4f0fe;
    text-align: right;
    padding: 0 15px;
}

.page-form input.wpcf7-submit {
    border-radius: 6px;
    background-color: rgb(0, 210, 83);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 210, 83, 0.35);
    box-shadow: 0px 4px 18px 0px rgba(0, 210, 83, 0.35);
    color: #fff;
    width: auto;
}

.page-form .widget-title {
    font-size: 30px;
    font-weight: bold;
    color: #fe7840;
    text-align: center;
}

.page-form .textwidget {
    text-align: center;
    font-size: 19px;
    color: #023a57;
}

span.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

input.wpcf7-not-valid {
    border-color: red !important;
}

hr {
    border-top: 1px solid #e9edf0 !important;
}

.page-text {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #023a57;
}

.page-text ul {
    padding: 0;
    margin: 0;
    padding-right: 20px;
}

.page-text ul li,
.page-text ol li {
    position: relative;
    padding-right: 20px;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.page-text ul li:before {
    content: "";
    background: #fe7840;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.page-whytake {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-whytake__item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 16px rgba(18, 46, 104, 0.15);
    top: 1794px;
    width: 206px;
    height: 196px;
    padding: 25px;
}

.page-whytake__image {
    text-align: right;
    padding-bottom: 15px;
}

.page-whytake__image img {
    height: 60px;
    display: inline-block;
}

.page-whytake__title {
    font-size: 20px;
    color: #fe7840;
    font-weight: bold;
}
.page-whytake__description{
    color: #023a57;
}
.page-section__title {
    font-size: 28px;
    font-weight: bold;
    color: #023a57;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #e9edf0;
}

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

.particle-list__item {
    background: #eaf7fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.particle-list__item:hover {
    background: #fff8f5;
}

.particle-list__image {
    min-width: 150px;
}

.particle-list__content {
    padding: 20px;
    position: relative;
}

.particle-list__title {
    color: #023a57;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
}

.particle-list__data {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #79a4bd;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.h100 {
    display: block;
    height: 100px;
}

.acordion {
}

.acordion-item {
}

.acordion-item__title {
    font-size: 21px;
    color: #023a57;
    font-weight: bold;
    border-bottom: 1px solid #e9edf0;
    padding: 15px 0;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.acordion-item__title .circle {
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 2px solid #fe7840;
    background-size: 14px;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acordion-item__title .circle:before,
.acordion-item__title .circle:after {
    content: "";
    position: absolute;
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.acordion-item__title .circle:before {
    width: 14px;
    height: 2px;
}

.acordion-item__title .circle:after {
    width: 2px;
    height: 14px;
}

.acordion-item__title.open .circle {
    background: #fe7840;
}

.acordion-item__title.open .circle:before,
.acordion-item__title.open .circle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.acordion-item__title.open .circle:after {
    opacity: 0;
}

.acordion-item__content {
    padding: 15px 0;
    border-bottom: 1px solid #e9edf0;
    display: none;
}

.acordion-item:last-child .acordion-item__title {
    border: none;
}

.acordion-item:last-child .acordion-item__content {
    padding-bottom: 0;
    border-bottom: 0;
}

.acordion-item__content p:last-child {
    margin-bottom: 0;
}

.single-head {
    display: block;
    height: 120px;
}

.sidebar-box {
    margin: 0;
    padding-bottom: 30px;
    border-left: 1px solid #e9edf0;
    border-right: 1px solid #e9edf0;
    height: 100%;
}

.sidebar-box .page-form__content {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.sidebar-box .particle-list__item {
    margin-bottom: 20px;
}

.sidebar-box .particle-list__image {
    width: 100px;
    min-width: 100px;
}

.sidebar-box .particle-list__title {
    font-size: 20px;
}

.sidebar-box .particle-list__content {
    padding: 12px;
}

.sidebar-box .particle-list__data {
    background: transparent;
    padding: 0;
    font-size: 13px;
    bottom: 12px;
    right: 12px;
}

.sidebar-box__title {
    font-size: 26px;
    font-weight: bold;
    color: #023a57;
    border-bottom: 1px solid #e4f0fe;
    border-top: 1px solid #e4f0fe;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 20px;
}

.sidebar-box__articles {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9edf0;
}

.single-post .head-page__breadcrumbs {
    margin-bottom: 20px;
    padding-top: 0;
}

.page-title {
    font-size: 42px;
    font-weight: bold;
    color: #023a57;
}

.page-images {
    margin-bottom: 30px;
    height: 400px;
}

.page-images img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-data {
}

.page-data span {
    display: inline-block;
    background-color: #e8f5fe;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #79a4bd;
    margin-bottom: 15px;
}

.page-content {
    position: relative;
}

.page-navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 99;
    background: #fff;
}

.page-navigation ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 15px;
    border-bottom: 1px solid #e9edf0;
}

.page-navigation li {
    padding: 20px 0;
    display: block;
    font-size: 18px;
}

.page-navigation li a {
    color: #023a57;
}

.page-navigation li a:hover {
    font-weight: 700;
}

.page-navigation li.active {
    font-weight: 700;
    -webkit-box-shadow: 0 2px 0 #fe7840;
    box-shadow: 0 2px 0 #fe7840;
}

.page-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #023a57;
    /*border-bottom: 2px solid #d4f7e2;*/
    display: inline-block;
}

.page-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #023a57;
    border-bottom: 3px solid #ffdece;
    width: fit-content;
}
.page-text h4{
    color: #fe7840;
    font-size: 24px;
    font-weight: 700;
}

.page-text ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-right: 0px;
}

.page-text ol li {
    counter-increment: my-awesome-counter;
}

.page-text ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #fe7840;
    font-weight: bold;
}

.page-descript {
    margin-top: 40px;
    margin-bottom: 75px;
    border-radius: 6px;
    padding: 30px;
    background-color: #e8f5fe;
    font-size: 19px;
}

.page-descript span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #023a57;
    margin-bottom: 20px;
    position: relative;
}

.page-descript span:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #fe7840;
    position: absolute;
    top: 100%;
    right: 0;
}

.page-descript p {
    margin: 0;
    color: #023a57;
}

#toc_container {
    padding-right: 50px !important;
    background-color: #e8f5fe!important;
}

ul.toc_list li:before {
    display: none !important;
}

#toc_container p.toc_title:before {
    content: "";
    background: url(./img/content.svg) no-repeat 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 100%;
    top: 2px;
    margin-left: 10px;
}

#toc_container p.toc_title {
    text-align: right;
    font-size: 20px;
    position: relative;
    color: #023a57!important;
}
#toc_container p.toc_title .toc_toggle{
    color: #023a57!important;
}

#toc_container p.toc_title + ul.toc_list {
    margin-top: 15px !important;
    text-align: right;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    right: 0;
}

.page-content ul.heateor_sss_sharing_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
}

.title-share {
    text-align: CENTER;
    font-size: 14px;
    font-weight: bold;
    color: #023a57;
    border-top: 1px solid #e9edf0;
    border-bottom: 1px solid #e9edf0;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 10px;
}

.error-404 {
    background: url(./img/banner_404.jpg) no-repeat top center;
    padding-bottom: 200px;
}

.error-404 .page-header span {
    display: block;
    padding-bottom: 30px;
    font-size: 20px;
    color: #004f73;
}

.page-contact__title {
    font-size: 46px;
    color: #023a57;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;

}
.page-contact__subtitle {
    color: #023a57;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

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

.popups-title {
    color: #023a57;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.popups-description {
    font-size: 19px;
    font-family: "Ploni DL 1.1 AAA";
    color: #023a57;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.popups-forms .group-form > div:last-child {
    text-align: center;
}

#call-back {
    max-width: 380px;
    overflow: initial;
    border-radius: 10px;
    padding-top: 60px;
}

#call-back:before {
    content: "";
    background: url(img/consultant-form.png) no-repeat;
    height: 86px;
    width: 87px;
    display: block;
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translate(-50%, 0);

}

@-webkit-keyframes banknote {
    from {
        left: -60px;
    }

    50% {
        left: -40px;
    }

    to {
        left: -60px;
    }
}

@keyframes banknote {
    from {
        left: -60px;
    }

    50% {
        left: -40px;
    }

    to {
        left: -60px;
    }
}

body.compensate-for-scrollbar {
    overflow: auto;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.4 !important;
}

.fancybox-container input.wpcf7-text,
.fancybox-container .nice-select,
.page-form__content input.wpcf7-text {
    margin-bottom: 10px;
    border-color: #eff0f1;
    background: #e4f0fe;
    text-align: right;
    padding: 0 15px;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #eff0f1;
	font-size: 16px 
}

.fancybox-slide--html .fancybox-close-small {
    top: -30px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    right: -30px;
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #fe7b44;
    border-color: #fe7b44;
}

.nice-select .list {
    z-index: 999999;
}

.page-contact input.wpcf7-form-control,
.page-contact textarea.wpcf7-textarea {
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #fff9f4;
    padding: 0 15px;
    font-size: 18px;
    color: #023a57;
    margin-bottom: 12px;
    text-align: right;
}
.page-contact input.wpcf7-form-control::placeholder,
.page-contact textarea.wpcf7-textarea::placeholder{
    color: #023a57;
    font-size: 17px;
    font-weight: 400;
}

.page-contact textarea.wpcf7-textarea {
    height: 150px;
}

.wraper {
    /*position: relative;*/
    right: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    direction: rtl;
}

.scroll-whatsapp {
    position: fixed;
    right: 15px;
    bottom: 110px;
    text-align: center;
    z-index: 999;
}

.scroll-whatsapp span {
    display: block;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    font-size: 12px;
    color: rgb(53, 54, 57);
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px;
    border-radius: 15px;
}

#more_posts {
    margin: 50px auto;
    height: 44px;
    width: 170px;
    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;
    background-color: #b1d3fd;
    border-radius: 4px;
    font-size: 18px;
    color: #023a57;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#more_posts i {
    font-weight: 600;
    font-size: 12px;
    margin-right: 8px;
}

#more_posts:hover {
    background: #023a57;
    color: #fff;
}

.before-content {
    border-bottom: 2px solid #e9edf0;
    margin-bottom: 30px;
}

.page-share{
	    position: sticky;
    top: 110px;
}
	.page-share a{
		height: 42px;
		width: 42px;
		border-radius: 50%;
		background-color: #fdeee3;
		display: block;
		padding: 9px;
		margin-bottom: 5px;
		display: inline-block
	}
	.page-share svg path{
		fill:#263238
	}
	
	.page-share a:hover{
		background-color: #fe7840;
	}
	.page-share a:hover  svg path{
		fill:#fff
	}
@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
    .header-info__phone span {
        display: none;
    }

    .header-logo img {
        width: 100px;
    }

    .header-nav ul li {
        padding: 0 10px;
    }

    .header-info__phone a {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .header-info__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-info__phone a {
        font-size: 0;
        height: 42px;
        width: 42px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #d6e8f1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
    }
}

@media (max-width: 991.98px) {
    .header-info__phone a {
        height: 42px;
        width: 42px;
    }

    .header-info__faq a {
        height: 42px;
        width: 167px;
        font-size: 18px;
    }

    .header-info__phone {
        padding-right: 15px;
    }

    .header-nav {
        display: none;
    }

    .mobile-nav {
        position: fixed;
        width: 230px;
        height: 100%;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
        right: -230px;
        top: 0;
        background: #fff;
        -webkit-transition: right ease 0.3s;
        -o-transition: right ease 0.3s;
        transition: right ease 0.3s;
        display: block;
        -webkit-box-shadow: 15px 0px 50px #e5e5e5 inset;
        box-shadow: 15px 0px 50px #e5e5e5 inset;
    }

    .mobile-nav .header-info__faq {
        padding: 15px;
    }

    .sub-menu li {
        padding-right: 65px !important;
    }

    .mobile-nav.open {
        right: 0;
    }

    .mobile-nav nav,
    .mobile-nav ul {
        display: block;
    }

    .mobile-nav .sub-menu {
        display: block;
        position: relative;
        width: 100%;
        background: none;
        border: none;
        font-size: 14px;
        line-height: 27px;
        border-top: none;
        padding: 8px 0;
        letter-spacing: -0.02em;
    }

    .mobile-nav .sub-menu li {
        padding: 0;
    }

    .mobile-nav ul li.menu-item-has-children > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        padding-right: 5px;
        font-weight: 900;
        font-size: 12px;
        color: #fe7840;
        position: absolute;
        left: 15px;
    }

    .mobile-nav ul li a.active {
        background: #f6f6f6;
    }

    .mobile-nav ul li.menu-item-has-children > a.active:after {
        content: "\f077";
    }

    .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 25px;
        background: #fe7840 url(img/toggle-menu.png) no-repeat 50%;
        z-index: 10;
        cursor: pointer;
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }

    .header-logo {
        margin-right: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    body.open-menu {
        overflow: hidden;
    }

    .open-menu .wraper {
        right: 230px;
    }

    body.open-menu:after {
        opacity: 0.8;
        visibility: visible;
    }

    .header-toggle.open span {
        background: none;
    }

    .header-toggle.open {
        background: #fe7840 url(img/toggle-menu-close.png) no-repeat 50%;
        right: 235px;
        position: absolute;
    }

    .header-logo img {
        height: 42px;
        width: auto;
    }

    header {
        padding: 15px 0;
    }

    .home-head__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .goals {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .contact-page-info{
        display: none;
    }
    .home-head {
        padding-top: 150px;
        background: url(img/floor1mobile.webp) no-repeat top left;
    }
    .header-info {
        display: none;
    }

    header {
        border-bottom: 1px solid #ebebec;
    }

    .header-logo {
        text-align: left;
    }

    .header-logo a {
        display: inline-block;
    }

    .header-info__faq a {
        font-weight: bold;
    }

    .title-share {
        text-align: right;
    }

    .page-content ul.heateor_sss_sharing_ul {
        display: block;
    }

    .mobile-informer {
        position: fixed;
        background: #ffc69b;
        width: 100%;
        z-index: 201;
        bottom: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        direction: rtl;
    }

    .mobile-informer > a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #263238;
        text-align: center;
        padding: 8px 0;
        border-left: 1px solid #ffc69b;
        border-right: 1px solid #d4a887;
        font-size: 14px;
        cursor: pointer;
        line-height: 1.2;
    }

    .mobile-informer > a span {
        display: block;
    }

    .mobile-informer > a i {
        font-size: 17px;
    }

    .mobile-informer > a:hover {
        background: #e0a070;
    }

    .header-logo img {
        height: 38px;
    }

    header {
        padding: 12px 0;
    }

    .header-info__phone a {
        height: 36px;
        width: 36px;
    }

    .header-info__faq a {
        height: 36px;
        font-size: 16px;
    }

    .header-logo img {
        height: 36px;
    }

    .home-head__subtitle {
        font-size: 32px;
        line-height: 1;
        padding-top: 15px;
    }

    .home-head__title {
        font-size: 46px;
        line-height: 1;
    }

    .home-head__description {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 17px;
    }

    .abouth-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .goals-title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .goals-list__item {
        width: 48%;
        height: 130px;
        padding-top: 80px;
        margin-bottom: 15px;
    }

    .goals-list__item img {
        height: 45px;
    }

    .goals-list__item span {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .whytake-title {
        font-size: 34px;
        line-height: 40px;
    }

    .whytake-description {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        padding-bottom: 25px;
    }

    .whytake-list__item {
        width: 48%;
        max-width: 48%;
    }

    .whytake-list__image {
        width: 90px;
        height: 90px;
    }

    .whytake-list__image img {
        height: 45px;
    }

    .whytake-list__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .whytake-list__description {
        font-size: 15px;
        line-height: 18px;
    }

    .abouth {
        padding-top: 50px;
    }

    .abouth-title {
        font-size: 34px;
    }

    .front-four__anchor a {
        font-size: 14px;
    }

    .front-four__content {
        font-size: 16px;
        padding-right: 15px;
    }

    .front-four__content h3 {
        font-size: 22px;
    }

    .abouth-left {
        padding-bottom: 80px;
    }

    .helperg-form {
        padding: 40px 30px;
        border-radius: 15px;
    }

    .helperg-form:before {
        top: 100%;
        left: 0;
        margin-top: -60px;
        margin-left: -10px;
    }

    .helperg-form:after {
        content: "";
        height: 80px;
        width: 90px;
        right: 0px;
        top: -40px;
        background-size: contain;
    }

    .helperg-form .title {
        font-size: 34px;
    }

    .group-form-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .helperg .group-form-item:last-child {
        text-align: center;
    }

    input.wpcf7-form-control {
        width: auto;
        font-size: 18px;
        border-radius: 10px;
        text-align: right;
    }

    .section-title {
        font-size: 34px;
    }

    .harticles {
        padding-bottom: 30px;
    }

    .footer-contacts__item {
        display: block;
        text-align: center;
    }

    .footer {
        overflow: hidden;
        padding: 0;
        padding-bottom: 60px;
    }

    .footer-contacts .row > div {
        border: 0.5px solid #e9f3ed;
    }

    .footer-contacts__item {
        margin: 0;
        padding: 15px 0;
    }

    .footer-contacts__item .text {
        font-size: 15px;
        line-height: 19px;
    }

    .footer-contacts__item span a,
    .footer-contacts__item span {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .develop {
        background: #fff;
        margin: -15px;
        margin-top: 10px;
        padding: 5px;
    }

    .page-whytake__item {
        width: 47%;
        margin-bottom: 20px;
        padding: 20px;
        padding-left: 15px;
        height: 170px;
    }

    .page-whytake__title {
        font-size: 18px;
        line-height: 20px;
    }

    .page-whytake__image img {
        height: 40px;
    }

    .page-whytake__description {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .page-section__title {
        font-size: 24px;
        padding: 20px 0;
    }

    .page-form .widget-title {
        font-size: 24px;
    }

    .page-text ul li,
    .page-text ol li,
    .page-text {
        font-size: 16px;
        line-height: normal;
    }

    .head-page {
        background-position: 25% 30px;
        background-size: auto 350px;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .head-page__content {
        padding-top: 200px;
    }

    .head-page__content h1,
    .page-title {
        font-size: 28px;
    }

    .page-text h2 {
        font-size: 24px;
    }

    .head-page__content h2,
    .head-page__content h3 {
        font-size: 20px;
    }

    .head-page__content ul li:before {
        width: 22px;
        height: 22px;
    }

    .head-page__content ul li {
        padding-right: 30px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .sidebar-box {
        padding: 0;
        padding-bottom: 30px;
        border: none;
    }

    .page-form__content {
        padding: 20px;
        margin-bottom: 30px;
    }

    .page-contact__title {
        font-size: 28px;
    }

    .sidebar-box .particle-list__title {
        font-size: 16px;
    }

    .page-form {
        padding: 0;
        margin: 0;
    }

    .acordion-item__title {
        padding: 10px 0;
        padding-right: 50px;
        font-size: 18px;
    }

    .particle-list {
        display: block;
    }

    .particle-list__title {
        font-size: 18px;
    }

    .particle-list__image {
        min-width: 130px;
    }

    .particle-list__content {
        padding: 15px;
    }

    .particle-list__data {
        bottom: 10px;
        right: 15px;
    }

    .scroll-whatsapp,
    .scroll-top {
        display: none !important;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 10px;
        right: 10px;
        border: 1px solid #d5d5d5;
        color: #cdcdcd;
    }

    .home-head {
        padding-top: 100px;
    }

    .goals,
    .helperg {
        padding-bottom: 50px;
    }

    #call-back {
        max-width: 100%;
    }
    .popups-title {
        line-height: 1;
    }

    .head-page {
        min-height: auto !important;
        background: none !important;
    }
    .head-page__image {
        height: 200px;
        margin: 0 -15px;
    }
    .head-page__image img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .head-page__image img {
        -o-object-position: 35%;
        object-position: 35%;
    }
    .head-page__content {
        padding-top: 20px;
    }
    .head-page__content h2:last-child {
        margin: 0;
    }
    .single-head {
        height: 80px;
    }
    .page-contact input.wpcf7-form-control,
    .page-contact textarea.wpcf7-textarea {
        border: 1px solid #cdb6a3;
    }
    .page-contact .group-form-item {
        padding: 0;
    }
    .owl-item.active.center {
        width: 320px !important;
    }
    .page-navigation {
        display: none;
    }
    .page-contact__title {
        padding-top: 20px;
    }
}
@media (max-width: 400px) {
    .owl-item.active.center {
        width: 280px !important;
    }
}

/*
    New styles 08.09.2020
*/
.home-head{
    position: relative;
}
.home-head:after{
    content: '';
    height: 544px;
    background-image: linear-gradient(to top, #e7f5fe 0%, rgba(255, 255, 255, 0.37) 62%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 100%;
    z-index: 199;
}
.home-head .section-container{
    position: relative;
    z-index: 200;
}
.goals{
    position: relative;
    z-index: 200;
}
.home-head__right{
    width: fit-content;
}
.helperg .section-container{
    position: relative;
}
.helperg .section-container:before{
    content: url(img/consultant.png);
    position: absolute;
    top: -75px;
    left: 215px;
    z-index: 2;
}
.page-thank{
    color: #004f73;
}
.page-thank h1{
    font-weight: 700;
}
.error-404 {
    background-image: url(img/banner_contact.jpg);
}
.error-404 h1{
    padding-top: 30px;
    color: #004f73;
    font-size: 46px;
    font-weight: 700;
}
@media screen and (max-width: 1240px) {
    .helperg .section-container:before{
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 1475px) {
    .home-head{
        min-height: 594px;
    }
    .home-head__left{
        float: left;
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-head__right{
        position: absolute;
        top: 20%;
        transform: translate(0, 20%);
    }
}
div#toc_container p.toc_title a:hover, div#toc_container ul.toc_list a:hover{
    color: #fe7b44!important;
}
.open-menu .header-logo{
    opacity: 0;
    transition: ease-in 0.3s;
}
@media screen and (max-width: 360px){
    .header-logo img{
        height: 25px;
        margin-left: 10px;
        display: block;
        float: left;
    }
    footer{
        overflow: hidden;
    }
    .footer-contacts__item a{
        font-size: 12px;
    }
    .footer-contacts__item p{
        font-size: 12px;
    }
}
@media screen and (max-width: 375px) and (min-width: 361px) {
    .footer-contacts__item a{
        font-size: 14px;
    }
    .footer-contacts__item p{
        font-size: 14px;
    }
}

.text-right{
    margin-top: 14px;
}

.goals-list__item h2 {
    font-weight: inherit;
    font-size:inherit;
}