/*!
Theme Name: Manulan v.1.0
Theme URI:
Author: 
Author URI: 
Description: 
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@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: #0d0d0d;
}

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

:focus {
    outline: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #0d0d0d;
}

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

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

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

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

.aligncenter {
    text-align: center; 
    display: block;
    margin: 0 auto;
}
.wp-caption-text{
	font-size: 15px;
    color: #0d0d0d;
    text-align: center;
	margin: 0
}
.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;
    border-radius: 4px;
    background-color: #39ce3f;
    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: 44px;
    font-size: 18px;
    position: relative;
    color: #0d0d0d;
    font-weight: bold;
}

.btn span {
    font-size: 20px;
    color: #0d0d0d;
    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;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
}

.btn:hover {
    background-color: #39ce3f;
    color: #0d0d0d;
    -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 0 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;
}

header .header-container {
	border-bottom: 1px solid #e2ebe1;
	max-width: 1370px;
	padding: 0;
}

header.fix-head .header-container {
	border-bottom:0;
}

.head-page {
    padding-top: 100px;
    min-height: 320px;
    background-color: #f0f0f0;
    background-position: top center;
    background-size: cover;
    padding-top: 20px;
	padding-bottom: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%
}
.head-service{
	min-height: 420px;
	padding-top: 130px
}

.head-page__breadcrumbs {
    font-size: 16px;
    color: #0d0d0d;
    margin-bottom: 30px;
    padding-top: 0px;
}

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

.head-page__breadcrumbs a {
    color: #0d0d0d;
}

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

.head-page__content {
}
.absolute-head {
    min-height: 420px !important;
    padding-top: 140px;
    margin-bottom: 50px;
}

.head-page h1,
.absolute-head h1{
	color: #0d0d0d;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
	margin-bottom: 25px;
}
.absolute-head h1{
	color:#fff;
	text-align: center
}

.head-page  ul {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.head-page  ul li {
    position: relative;
    font-size: 24px;
	font-weight: bold;
    display: inline-block;
}
	.head-page ul li:before {
		content: "";
		background: #39ce3f;
		height: 6px;
		width: 6px;
		display: inline-block;
		margin: 0 15px;
		border-radius: 50%;
		vertical-align: middle;
		margin-top: -6px;
	}
	.head-page ul li:first-child:before{
		display: none
	}


header.fix-head,
header.black {
    background: #fff;
    padding-bottom: 0;
	padding-top: 0;
	-webkit-box-shadow: 0px 3px 24px 0px rgba(168, 167, 167, 0.3);
	        box-shadow: 0px 3px 24px 0px rgba(168, 167, 167, 0.3);
}
header.black{
	position: -webkit-sticky;
	position: sticky
}
.logo-color {
	display: none
}

.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;
	position: relative
}

.header-content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 50px
}
.header-logo .svg{
    height: 82px;
    width: auto;
    max-width: 100%;
}
.home  .logo-color{
	display: none
}
header.fix-head .logo-white,
header.black .logo-white{
	display: none
}
header.fix-head .logo-color,
header.black .logo-color{
	display: block !important;
}
header.fix-head .header-logo .svg,
header.black .header-logo .svg{
	height: 68px;
}

.header-nav {
	width: 100%; 
}

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

.header-nav ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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

.header-nav ul li a {
    color: #fff;
}
.fix-head .header-nav ul li a,
.black .header-nav ul li a {
    color: #000;
}

.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,
.header-nav li a.open {
    color: #39ce3f;
}

.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: 8px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

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

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

.header-nav .sub-menu {
    position: absolute;
    width: 240px;
    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: 50px;
    left: 50%;
    margin-left: -120px;
    font-size: 18px;
    line-height: normal;
    display: block;
    font-weight: normal;
    display: none;
}

.header-nav ul li.menu-item-has-children a {
	padding-bottom: 23px;
}

.header-nav ul li.menu-item-has-children ul li a {
	padding-bottom: 0px;
}

.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;
    position: relative;

   /*   height: auto;
    min-height: 60px;
    display:block; //поставить block и убрать !important
    display: -webkit-box !important; //убрать
    display: -ms-flexbox !important; //убрать*/
}

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

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

.sub-menu li a:hover {
    color: #39ce3f !important;
}

.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;
    margin-bottom: 20px; 
}
.fix-head .header-info,
.black .header-info {
    background: #39ce3f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 10px;
}

.header-info__faq {
    color: #fff;
    font-size: 26px;
}
.fix-head .header-info__faq,
.black .header-info__faq {
	color:#000
}

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

.header-info__phone span {
}

.header-info__phone a {
    font-size: 26px;
    color: #39ce3f;
    font-weight: 900;
	font-family: 'Heebo', sans-serif;
}
.fix-head  .header-info__phone a,
.black  .header-info__phone a{
	    color: #000;
}

.header-info__phone i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -2px;
}

.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;
    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);
    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: #01ba4a;
    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;
    color: #0d0d0d;
    margin-bottom: 40px;
    line-height: 1;
}

.home-head {
    padding-top: 250px;
    background-size: cover;
	background-position: center top;
	min-height: 830px;
	color:#fff
}

.home-head__title {
    font-weight: bold;
    font-size: 66px;
    line-height: 62px;
    color: rgb(255, 255, 255);
	text-shadow: 0px 0px 24px rgba(24, 41, 72, 0.55);
}
.home-head__description {
	font-size: 29px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 20px;
}
.home-head__call{
  border-radius: 14px;
  background-color: #39ce3f;
  display: inline-block;
  color:#060304;
  padding: 6px 100px;
  position: relative;
  margin-bottom: 50px
}
	.home-head__call span{
		font-size: 29px;
		line-height: 1;
		font-weight: bold
	}
	.head-service .home-head__call span{
		font-weight: bold;
		font-size: 24px;
	}
	.home-head__call b{
		font-size: 46px;
		line-height: 1;
		font-weight: bold;
		display: block;
	}
	.home-head__call .helperg-left,
	.home-head__call .helperg-right{
		height: 60px;
	}
	.home-head__call .helperg-right{
		left: 20px;
	}
	.home-head__call .helperg-left{
		right: 20px
	}

.home-head__benefits{
	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;
}
.home-head__item{
	text-align: center;
	margin: 0 25px;
}
	.home-head__item .title{
		font-weight: bold;
		color: #fff;
		text-shadow: 0px 0px 24px rgba(24, 41, 72, 0.55);
		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;
		margin-bottom: 30px;
	}
		.home-head__item .title span{
			margin-left: 10px;
			display: inline-block;
			font-size: 66px;
			line-height: 50px;
		}
		.home-head__item .title img{
			height: 60px;
		}
	.home-head__item .description{
		font-size: 22px;
		color: rgb(255, 255, 255);
		font-weight: bold;	
	}


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

.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: 19px;
	color: rgb(13, 13, 13);
	font-weight: bold;
	line-height: 1.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding-left: 70px;
}

.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: #e8e8e7;
    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: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: #0d0d0d;
}

.goals-list__item:hover span {
    background: #39ce3f;
}
.goals-list__item div{
    height: 46px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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


.whytake {
}

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

.whytake-description {
    text-align: center;
    font-size: 20px;
    color: rgb(32, 36, 34);
    line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 60px;
}

.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;
}

.whytake-list__image {
    background: #fff6ef;
    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: rgb(36, 206, 103);
    font-weight: bold;
    line-height: 1;
}

.whytake-list__description {
    font-size: 18px;
    color: rgb(32, 36, 34);
}

.abouth {
 
    padding-top: 70px;
}
	.abouth-informer{
		position: absolute;
		top: 90px;
        right: 79px;
	}
	.abouth-informer__box span {
		font-size: 66px;
		font-weight: 600;
		line-height: 40px;
		display: block;
	}
	.abouth-informer__box {
		font-size: 28px;
		line-height: 1;
		color: #0d0d0d;
		display: inline-block;
		margin: 0 25px;
		position: relative;
	}
	.abouth-informer__box:first-child:after{
		content: '';
		height: 80px;
		width: 2px;
		display: block;
		background: #39ce3f;
		position: absolute;
		top: -10px;
		left: -26px;
	}
	.abouth-informer__title{
		padding-top: 20px;
		text-align: center;
	}
		.abouth-informer__title img{
			height: 70px
		}
		.abouth-informer__title span{
			padding-top: 15px;
			font-size: 28px;
			font-weight: bold;
			display: block;
		}
.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-title {
    color: #0d0d0d;
    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 {
	font-size: 14px;
    background: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    color: #0d0d0d;
    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 #cececc;
    background: #ffffff;
    border-radius: 4px;
}

.front-four__anchor a:hover,
.front-four__anchor a.active {
	border-color: #39ce3f;
    color: #0d0d0d;
    -webkit-box-shadow: 0 0 0 1px #39ce3f;
            box-shadow: 0 0 0 1px #39ce3f;
}

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

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

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

.front-four__content p {
display: block;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: #0d0d0d;
    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: #39ce3f;
    color: #fff;
}

.helperg {
    padding: 80px 0;
}

.helperg-form {
	border-radius: 10px;
	background-color: #39ce3f;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(18, 46, 104, 0.15);
	        box-shadow: 0px 0px 35px 0px rgba(18, 46, 104, 0.15);
    padding: 25px 180px;
    position: relative;
}

.helperg-form .btn {
    background: #0d0d0d;
    color: #fff;
}

.helperg-form .btn span {
    color: #fff;
}
.helperg-form .svg{
	width: 100px;
	height: 80px;
}
.helperg-left{
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}
.helperg-right{
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	 
}
.helperg-right>g>g,
.helperg-left>g>g{
    animation: down 2s infinite;    
}
@keyframes down {
    0%,
    100%,
    75% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}
.helperg-right>g>g:nth-child(1),
.helperg-left>g>g:nth-child(1) {
    animation-delay: -1s;
}
.helperg-right>g>g:nth-child(2),
.helperg-left>g>g:nth-child(2){
    animation-delay: -0.5s;
}
.helperg-right>g>g:nth-child(3),
.helperg-left>g>g:nth-child(3) { 
    animation-delay: 0s;
}

.helperg-form .title {
    font-size: 29px;
	color: rgb(13, 13, 13);
    text-align: center;
	font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
}
.helperg-form .title i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}
.helperg-form .title a:hover{
	color:#000
}

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

.nice-select {
    width: 100%;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 46px;
	font-size: 16px;
	color:#0d0d0d
}

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

.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;
	direction: rtl;
}
.group-form-item.group-form-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
} 
.helperg-form input.wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0 15px;
    color: #0d0d0d;
    text-align: right;
	font-size: 16px;
}

input.wpcf7-submit {
    background: #0d0d0d;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #0d0d0d;
}

::-moz-placeholder {
    color: #0d0d0d;
}

:-ms-input-placeholder {
    color: #0d0d0d;
}

:-moz-placeholder {
    color: #0d0d0d;
}

span.ajax-loader {
    display: none !important;
}
.areas{
	
}
.areas .section-title{
	margin-bottom: 40px
}
.areas .section-title span{
	position: relative;
}

.areas .section-title span:before,
.areas .section-title span:after{
	content: '';
    position: relative;
    height: 28px;
    width: 25px;
    background: url(./img/icon-location.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin-top: -10px;
}
 
.harticles {
    background: url(img/05-floor-bg.jpg) no-repeat bottom center;
    padding-bottom: 100px;
}

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

.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;
}

.harticles-carusel__title {
    font-size: 21px;
    font-weight: bold;
    color: #0d0d0d;
    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: #e5e5e5;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 12px;
    color: #0d0d0d;
    margin-bottom: 15px;
    -webkit-transition: 0.2;
    -o-transition: 0.2;
    transition: 0.2;
}

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

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

.harticles-carusel__more span:hover {
    border-color: #39ce3f;
    color: #39ce3f;
}

.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: #ddf0e3;
    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 #39ce3f;
    padding-top: 20px;
}

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

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

.footer-contacts__item a {
    color: #0d0d0d;
}

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

.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: #0d0d0d;
    font-weight: bold;
}

.footer-contacts__item .icon {
    background: #f6f6f6;
    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: #0d0d0d;
    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: #39ce3f;
    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: #0d0d0d;
}

.footer ul li a:hover {
    text-decoration: underline
}

.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%;
	 text-decoration: none !important
}

.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: #0d0d0d;
    -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: #39ce3f;
	
}

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

.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: #0d0d0d;
    padding: 12px 0;
    background: #f6f6f6;
}

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

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

.footer-copyright a {
    color: #0d0d0d;
}

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

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

.mobile-nav ul > li > a {
    font-size: 18px;
    color: #0d0d0d;
    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;
    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: 30px 40px;
}

.page-form input.wpcf7-text,
.page-form .nice-select {
    margin-bottom: 10px;
    border-color: #eff0f1;
    background: #eff0f1;
    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: #0d0d0d;
    text-align: center;
}

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

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;
}

.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: #39ce3f;
    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);
    -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);
    top: 1794px;
    width: 206px;
    height: 140px;
    padding: 20px 25px;
}

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

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

.page-whytake__title {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: bold;
}

.page-section__title {
    font-size: 28px;
    font-weight: bold;
    color: #0d0d0d;
    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: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}

.particle-list__item:hover {
	text-decoration: underline;
}

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

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

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

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

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

.acordion {
}

.acordion-item {
	margin-bottom: 15px;
    background: #f6f6f6;
    border-radius: 10px;
	padding: 0 15px
}
.single-services .acordion-item{
	 background: #fff;
	 border-bottom: 1px solid #e9edf0;
	 border-radius: 0;
	 margin: 0;
}
.single-services .acordion-item:last-child{
	border: none
}
.acordion-item:last-child{
	margin-bottom: 0
}

.acordion-item__title {
    font-size: 21px;
    color: #0d0d0d;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.acordion-item__title .circle {
	height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border: 1px solid #39ce3f;
    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: #39ce3f;
}

.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 #39ce3f;
    display: none;
}
.single-services .acordion-item__content {
	border: 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: 20px;
}

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

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

.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: #0d0d0d;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    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: 36px;
    font-weight: bold;
    color: #0d0d0d;
}

.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: #e5e5e5;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #0d0d0d;
    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: 0;
    border-bottom: 1px solid #e9edf0;
}

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

.page-navigation li a {
    color: #0d0d0d;
}

.page-navigation li a:hover {
    color: #000;
}

.page-navigation li.active {
    color: #0d0d0d;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 0 #39ce3f;
    box-shadow: 0 2px 0 #39ce3f;
}

.page-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #0d0d0d;
    border-bottom: 2px solid #39ce3f;
    display: inline-block;
}

.page-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0d0d0d;
}

.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: #0d0d0d;
    font-weight: bold;
}

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

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

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

.page-descript p {
    margin: 0;
}

#toc_container {
    padding-right: 50px !important;
}
.no_bullets.contracted {
    background: #f6f6f6 !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;
}

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

.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: #0d0d0d;
    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: 30px 0;
    font-size: 20px;
}

.page-contact__title {
    font-size: 46px;
    color: #010201;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}
.page-contact__description {
    font-size: 20px;
    color: #010201;
	margin-bottom: 25px
}
.page-contact .group-form-item{
	padding: 0
}
.wpcf7-submit {
    display: none !important;
}

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

.popups-description {
    font-size: 19px;
    font-family: "Ploni DL 1.1 AAA";
    color: #010201;
    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;
}

#call-back:before {
    content: "";
    background: url(img/dollar-form.png) no-repeat;
    height: 144px;
    width: 154px;
    display: block;
    position: absolute;
    left: -60px;
    top: -60px;
    -webkit-animation: banknote 2s infinite ease-in-out;
    animation: banknote 2s infinite ease-in-out;
}

@-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,
.page-form__content .nice-select{
    margin-bottom: 10px;
    border-color: #eff0f1;
    background: #eff0f1;
    text-align: right;
    padding: 0 15px;
    max-width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #eff0f1;
	font-size: 16px;
	direction: rtl;
}

.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: rgb(0, 210, 83);
    border-color: rgb(0, 210, 83);
}

.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: 0;
    border: 1px solid #adb0b5;
    padding: 0 15px;
    font-size: 18px;
    color: #0d0d0d;
    margin-bottom: 12px;
    text-align: right;
    background: transparent;
}
.page-contact .btn{
	padding: 0 30px;
	background:#010201;
	color:#fff
}
.page-contact .btn:hover{
	background:#39ce3f;
	color:#010201
}
.page-contact textarea.wpcf7-textarea {
    height: 150px;
	padding-top: 10px
}

.wraper {
    position: relative;
    -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: #e8e8e7;
    border-radius: 4px;
    font-size: 18px;
    color: #0d0d0d;
    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-color: #39ce3f;
    color: #0d0d0d;
}

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

.page-share{
	position: -webkit-sticky;
	position: sticky;
    top: 130px;
}
	.page-share a{
		height: 42px;
		width: 42px;
		border-radius: 50%;
		background-color: #39ce3f;
		display: block;
		padding: 9px;
		margin-bottom: 5px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center 
	}
	.page-share svg{
		height: 18px
	}
	.page-share svg path{
		fill:#0d0d0d
	}
	
	.page-share a:hover{
		background-color: #0d0d0d;
	}
	.page-share a:hover  svg path{
		fill:#39ce3f
	}
	
.region-box span{
	font-size: 20px;
	font-weight: bold;
	color:#0d0d0d;
	margin-bottom: 15px;
	display: block
}	
.region-box ul{
    background-color: rgb(246, 246, 246);
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 20px
}	
	.region-box ul li{
		padding: 5px 0;
		display: block;
	}
		.region-box ul li a{
			color:#0d0d0d;
			font-size: 17px;
			font-weight: 500;
			display: inline-block;
		}
		.region-box ul li a:hover{
			text-decoration: underline;
			color:#000
		}
	
.show-mega-menu {
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    font-size: 0;
	padding-bottom: 18px;
    z-index: 1;
}	
	.show-mega-menu:after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 8px;
		color: #fff;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 34%;
		-webkit-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
	.fix-head .show-mega-menu:after,
	.black .show-mega-menu:after {
		color:#000000 
    }
    .show-mega-menu.open:after ,
    .show-mega-menu.open:after {
		content: "\f077";
	}
    .fix-head .show-mega-menu.open:after ,
    .black .show-mega-menu.open:after {
		color:#000000
	}
.mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
	margin-top: 0px;
	display: none 
}


.fix-head .mega-menu,
.black .mega-menu {
	margin-top: 9px;
	top: 106px;
}
.mega-menu__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;	
	width: 100%;
}
	.menu-region {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.mega-menu__title {
		background: #39ce3f;
		font-size: 26px;
		font-weight: bold;
		color: #0d0d0d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 220px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
		.dept-parent{
			width: 240px;
			border-left: 1px solid #eeecec;
			margin: 0;
			padding: 0;
		}
			.dept-parent li{
				display: block;
				padding: 15px;
				padding-left: 60px;
				padding-right: 30px;
				border-bottom: 1px solid #eeecec;
				position: relative;
				overflow: hidden;
			} 
				.dept-parent li:after{
					content: '';
					height: 24px;
					width: 24px;
					border-radius: 50%;
					background: #39ce3f url(./img/arrow-menu.png) no-repeat 50%;
					position: absolute;
					left: -50px;
					top: 50%;
					margin-top: -12px;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s
				}
				.dept-parent li.active:after,
				.dept-parent li:hover:after{
					left: 20px;
				}
			.dept-parent li:last-child{
				border: none
			}
			.dept-parent li a{
				font-size: 20px;
				display: inline-block;
				line-height: 1;
				font-weight: bold;
				color:#0d0d0d;
				position: relative;	
			}
				.dept-parent li a:after{
					content: '';
					height: 2px;
					width: 0%;
					background: #39ce3f;
					position: absolute;
					right: 0;
					top: 100%;
					-webkit-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s
				}
				.dept-parent li.active a:after,
				.dept-parent li:hover a:after{
					width: 100%;
				}
			
	.dept-children {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}	
.ul_list {
	display:none;
}

.ul_list.open {
	display:block;
}
		.dept-children ul{
			margin:1rem 0;
			display: block;
			float:right;
		}
			.dept-children ul li{
				padding: 0.9px 0;
				display: block;
			width: 220px;
				padding-right: 55px;
				position: relative;
				position: relative;
			}
				.dept-children ul li:after{
					content: '';
					height: 6px;
					width: 6px;
					border-radius: 50%;
					background: #39ce3f;
					position: absolute;
					right: 30px;
					top: 50%;
					margin-top: -3px;
				}
				.dept-children ul li a{
					color:#0d0d0d;
					font-size: 16px;
					font-weight: 500;
					display: inline-block;
				}
				.dept-children ul li a:hover{
					text-decoration: underline;
					color:#000
				}
		.dept-children ul.open{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	.dept-images{
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.dept-images li{
		position: relative;
		display: none;
	}
	.dept-images li.open{
		display: block
	}
	.dept-images li span{
		position: absolute;
		font-weight: bold;
		font-size: 24px;
		color: #0d0d0d;
		margin-top: 40px;
		margin-right: 40px;
	}
	
.references{
	background: url('./img/testimonials.jpg') no-repeat top center;
	background-size: cover;
	padding: 130px 0;
}	
	.references .section-title{
		margin: 0
	}
	.references-carusel__item {
		padding-top: 40px;
	}
	.references-carusel__content {
		background: #fff;
		height: 240px;
		padding: 30px 25px;
		border: 1px solid;
		border-width: 1px;
		border-color: rgb(232, 232, 231);
		border-style: solid;
		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);
		border-radius: 15px;
		margin-bottom: 35px;
		font-size: 18px;
		position: relative
	}
	
	.references-carusel__content .rating{
		margin-bottom: 15px;
		color:#fad10d;
		position: relative;
	}
	.references-carusel__content .rating:before {
		content: '';
		background: url(./img/google-icon.png) no-repeat 50%;
		height: 26px;
		width: 26px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
		.references-carusel__content:before {
			content: '';
			border: 26px solid transparent;
			border-top: 0px solid transparent;
			border-left: 0px solid transparent;
			border-right: 24px solid #fff;
			position: absolute;
			right: 20px;
			top: 100%;
			z-index: 2;
		}
		.references-carusel__content:after {
			content: '';
			border: 28px solid transparent;
			border-top: 0px solid transparent;
			border-left: 0px solid transparent;
			border-right: 27px solid #e8e8e8;
			position: absolute;
			right: 19px;
			top: 100%;
			z-index: 1;
		}
	.references-carusel__author {
		font-size: 16px;
		padding-right: 20px
	}

.references-carusel__nav {
	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;
	margin-top: 50px
}
	.references-carusel__nav .owl-next,
	.references-carusel__nav .owl-prev {
		background: #e7e6e6;
		border: none;
		height: 44px;
		width: 44px;
		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;
		margin: 0 20px;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		padding: 0;
		font-size: 20px;
		line-height: 20px
	}
	.references-carusel__nav .owl-next:hover,
	.references-carusel__nav .owl-prev:hover{
		background: #39ce3f
	}
	.references-carusel__nav .owl-dot{
		height: 8px;
		width: 8px;
		border-radius: 16px;
		display: inline-block;
		background: #d9d9d9;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		margin: 0 4px;
		border: none;
		padding: 0;
	}
	.references-carusel__nav .owl-dot.active{
		background:#0d0d0d;
		width: 14px;
	}
	/*
.section.calling {
    margin-top: -50px;
}
*/

.faqs{
	margin-bottom: 120px;
	margin-top: 30px
}	
.faqs  .home-head__item{
	position: relative;
	text-align: center
}
.faqs .home-head__item .title{
	color: #0d0d0d;
    text-shadow: none;
    margin: 0;
}
	.faqs  .home-head__item .title span{
		font-size: 56px;
	}
	.faqs .home-head__item .description{
		color: #0d0d0d;
		font-size: 18px;
	}
	.faqs  .home-head__item:after {
		content: '';
		height: 80px;
		width: 2px;
		display: block;
		background: #39ce3f;
		position: absolute;
		top: -10px;
		left: -26px;
	}
	.faqs  .home-head__item:last-child:after {
		display: none;
	}
	
.page-thank{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 200px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 300px;
	background-color:#ecedef
}
	.page-thank__content {
		padding-top: 200px;
		text-align: center;
	}
	.page-thank .btn{
		background-color: #010201;
		color:#fff;
		font-weight: bold;
		font-size: 19px;
		border-radius: 6px;
		padding: 0 15px;
	}
	.page-thank .btn:hover{
		background: #39ce3f;
		color: #010201;
	}
	.page-thank h1 {
		text-align: center;
		font-size: 42px;
		font-weight: bold;
		color: #010201;
		margin-bottom: 20px;
		line-height: 1;
	}
	.page-thank p{
		text-align: center;
		font-size: 20px;
		color: #010201;
		margin-bottom: 30px;
	}	
	.page-404 .page-thank__content{
		padding-top: 75px
	}
	.page-404 span.breadcrumb_last{
		font-weight: bold
	}
	.single-sidebar{
		padding-right: 30px;
		height: 100%;
	}
	.single-sidebar .group-form-item{
		padding: 0
	}
	.single-sidebar .page-form__content{
		margin-bottom: 60px;
		position: sticky;
    	top: 150px;
	}
	.single-sidebar .widget-title {
		color:#0d0d0d;
		font-weight: bold;
		font-size: 24px;
		line-height: 1;
		margin-bottom: 15px;
		text-align: center
	}
	.sidebar-acordion .acordion-item{
		border-width: 1px;
		border-color: rgb(229, 229, 229);
		border-style: solid;
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0px 0px 29px 0px rgba(60, 60, 60, 0.08);
		        box-shadow: 0px 0px 29px 0px rgba(60, 60, 60, 0.08);
		margin-bottom: 12px
	}
	.sidebar-acordion .acordion-item__title .circle{
		left: 0;
		right: inherit;
	}
	.sidebar-acordion  .acordion-item__title .circle:before{
		width: 100%;
		height: 100%;
		background-color: initial;
		background: url(./img/black-down.svg) no-repeat 50%;
		background-size: 20px;
	}
	.sidebar-acordion .acordion-item__title.open .circle{
		background-color: #fff;
	}
	.sidebar-acordion .acordion-item__title.open .circle:before{
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.sidebar-acordion  .acordion-item__title .circle:after{
		display: none
	}
	.sidebar-acordion  .acordion-item__title{
		padding-left: 50px;
		padding-right: 0px
	}
	.sidebar-acordion  .acordion-item__content{
		padding: 0
	}
	.sidebar-acordion ul{
		margin: 0;
		padding: 0;
		padding-bottom: 30px;
	}	
		.sidebar-acordion ul li{
			display: block;
		}
		.sidebar-acordion ul li a{
			font-weight: 500;
			font-size: 17px;
		}
.region-list{}
	.region-list ul{
		padding: 0;
		margin: 0;
		margin-bottom: 25px;
	}
	.region-list ul li {
		position: relative;
		display: block;
		padding-right: 25px;
	}
	.region-list ul li:before {
		content: "";
		background: #39ce3f;
		height: 6px;
		width: 6px;
		display: inline-block;
		margin: 0;
		border-radius: 50%;
		vertical-align: middle;
		margin-top: 9px;
		position: absolute;
		right: 0; 
	}
	.region-list ul li a{
		color:#263238;
		font-size: 16px;
	}
.region-list__title {
    font-size: 18px;
    color: #263238;
    font-weight: bold;
    margin-bottom: 15px;
}	
	.contact-region{
		color:#0d0d0d;
		font-weight: bold;
		font-size: 28px;
		padding-top: 30px
	}
	.contact-region a{
		color:#0d0d0d;
	}
	.contact-region span{
		position: relative;
	}
	.contact-region span:after{
		content:'';
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		background:#39ce3f;
	}
	.gallery-item img{
		border: none !important
	}
.single-services .head-page h1, 
.single-services .absolute-head h1,
.single-services .head-page ul,
.single-services .head-page__breadcrumbs a,
.single-services span.breadcrumb_last,
.archive  .head-page__breadcrumbs a,
.archive span.breadcrumb_last,
.blog   .head-page__breadcrumbs a,
.blog  span.breadcrumb_last{
	color: #fff
}

.archive .head-page__content,
.blog  .head-page__content {
    padding-top: 50px;
}

@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{
		margin: 0
	}
	.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: 15px !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,
	.mobile-nav ul li a{
		position: relative;
            width: 100%;
	}
	.show-mega-menu	{
		color: #000;
		position: absolute;
		left: 15px;
		top: 0;
		margin-top: 0px;
		padding-right: 5px;
		width: 100%;
		height: 100%;	
	}
		.show-mega-menu:after{
			font-weight: 900;
			font-size: 12px;
			color: #000;
		}
    .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: #000;
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -8px;
    }

    .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: #39ce3f url(img/toggle-menu.png) no-repeat 50%;
        z-index: 10;
        cursor: pointer;
        width: 42px;
        height: 42px;
        border-radius: 50%;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s
    }

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

    body.open-menu {
        overflow: hidden;
    }

    .open-menu .wraper {
	
    }

	.mega-menu {
		width: 230px;
		position: fixed;
		top: 0;
		margin-top: 0;
		display: none;
		right: 0;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		margin-top: 0 !important;
		-webkit-box-shadow: 15px 0px 50px #e5e5e5 inset;
		box-shadow: 15px 0px 50px #e5e5e5 inset;
	}
	.mega-menu__container{
		display: block;
		border-radius: 0;
		background: none
	}
	.mega-menu__title {
		background: #b1e6bb;
		height: 59px;
		font-size: 18px;
		color: #263238;
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding-right: 20px;
		cursor: pointer
	}
		span.mega-menu__title:before {
			content: close-quote;
			width: 16px;
			height: 16px;
			display: block;
			background: url('./img/mobile-menu-arrow.png') no-repeat 50%;
			margin-left: 8px;
		}
	.dept-children ul{
		height: auto;
		padding: 0;
	}
	.dept-parent{
		width: 100%
	}
	.menu-region{
		display: block
	}
	.dept-images{
		display: none !important
	}
	.dept-parent li:after{
		left: 15px;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		top: 30px;
	}
	.dept-parent li.active:after, 
	.dept-parent li:hover:after {
		left: 15px !important;
	}
	.dept-parent li {
		display: block;
		padding-left: 45px;
		padding-right: 20px;
	}
	.dept-parent li.active:after{
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg); 
	}
	.mobile-nav.z-index {
		right: -230px;
	}
	li.children ul{
		margin: 0;
		padding: 0;
		display: none;
	}
	li.children ul li {
		border: none;
		padding: 0;
		padding-right: 20px;
	}
		li.children ul li a{
			font-size: 17px;
			font-weight: normal;
		}
		li.children ul li:before {
			content: '';
			height: 6px;
			width: 6px;
			border-radius: 50%;
			background: #b1e6bb;
			position: absolute;
			right: 0px;
			top: 50%;
			margin-top: -3px;
		}
	li.children ul  li:after{
		display: none;
	}
	.dept-parent li a:after{
		display: none;
	}
    body.open-menu:after {
        opacity: 0.8;
        visibility: visible;
    }

    .header-toggle.open span {
        background: none;
    }
	header.fix-head, header.black{
		padding: 9px 0;
		border-bottom: 1px solid #cdcdcd;
	}
    .header-toggle.open {
        background: #39ce3f url(img/toggle-menu-close.png) no-repeat 50%;
        -webkit-transform: translate(-230px, 0);
            -ms-transform: translate(-230px, 0);
                transform: translate(-230px, 0);
        position: absolute;
    }
	.open-menu .header-logo{
		-webkit-transform: translate(-230px, 0);
		    -ms-transform: translate(-230px, 0);
		        transform: translate(-230px, 0);
	}
	.open-menu  header.fix-head,
	.open-menu 	header.black{
		position: fixed
	}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
    .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: -70px;
    }
	.header-logo .svg {
		height: 55px;
	}
}

@media (max-width: 768px) {
    body .home-head__call .helperg-left, body .home-head__call .helperg-right {
        height: 30px;
    }
    .header-content {
        display: none;
    }
	.header-logo {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.header-logo .svg {
		height: 40px;
	}
    header {
        border-bottom: 1px solid #727471;
    }

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

    .header-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-info__faq a {
        font-weight: bold;
    }
	.home-head {
		padding-top: 200px;
		min-height: 720px;
	}
	.home-head__title{
	  font-size: 50px;
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  text-shadow: 0px 0px 24px rgba(24, 41, 72, 0.55);
	  margin-bottom: 0;
	  line-height: 1
	}
    .title-share {
        text-align: right;
    }
    .page-content ul.heateor_sss_sharing_ul {
        display: block;
    }

    .mobile-informer {
        position: fixed;
        background: #39ce3f;
        width: 100%;
        z-index: 99;
        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;
        text-align: center;
        padding: 8px 0;
        border-left: 1px solid #0d0d0d;
        cursor: pointer;
        font-size: 17px;
		font-weight: 500;
		color:#0d0d0d
    }
	.mobile-informer img{
		height: 18px
	}
    .mobile-informer > a:hover {
        background: #e0a070;
    }

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

    header {
		padding: 9px 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__description {
		font-size: 24px;
		line-height: 1;
		margin: 20px;
    }
	.home-head__call{
		padding: 2px 60px;
	}
	.home-head__call:before,
	.home-head__call:after	{
		width: 60px;
		background-size: auto 40px;
	}
	.home-head__call span {
		font-size: 22px;
		font-weight: bold;
	}
	.home-head__call b {
		font-size: 36px;
	}
	.home-head__item {
		margin: 0 12px;
	}
	.home-head__item .title{
		margin-bottom: 10px
	}
	.home-head__item .description {
		font-size: 14px;
	}
	.home-head__item .title span {
		margin-left: 5px;
		display: inline-block;
		font-size: 40px;
		line-height: 1;
	}
	.home-head__item .title img {
		height: 30px;
	}
	
    .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;
        padding-left: 49px;
    }

    .goals-list__item div {
        font-size: 17px;
    }

    .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%;
    }

    .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: 0px;
    }
    .abouth-title {
		font-size: 36px;
		text-align: center;
		margin-bottom: 30px;
    }
    .front-four__anchor a {
		font-size: 14px;
		padding: 3px 8px;
		margin-left: 6px;
		margin-bottom: 6px;
    }
    .front-four__content {
		font-size: 16px;
		padding-right: 12px;
		margin-top: 10px;
    }
    .front-four__content h3 {
        font-size: 22px;
    }
	.abouth-informer {
		position: absolute;
        top: 16px;
        right: 2%;
	}
	.abouth-informer__box span {
		font-size: 44px;
	}
	.abouth-informer__box {
		font-size: 16px;
		font-weight: bold;
	}
	.abouth-informer__title img {
		height: 40px;
	}
	.abouth-informer__title span {
		padding-top: 10px;
		font-size: 18px;
	}
	.abouth-informer__box:first-child:after {
		height: 50px;
		top: 0px;
		left: -15px;
	}
	.abouth-informer__box{
		margin: 0 10px;
	}
    .abouth-left {
        padding-bottom: 30px;
    }
    .helperg-form {
        padding: 20px 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: 25px;
    }
    .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;
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
    }

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

	.helperg-form .btn {
		height: 42px;
		font-size: 18px;
		padding-right: 16px;
		padding-left: 30px;		
	}
		.helperg-form .btn span{
			left: 15px
		}
		.helperg-form .btn:hover span{
			left: 5px;
		}
    .section-title {
        font-size: 34px;
    }
	
    .harticles {
        padding-bottom: 30px;
    }
	
	.references{
		padding-top: 50px
	}
	.references-carusel__content{
		font-size: 16px;
		color: #0d0d0d;
		line-height: 24px;
	}
	.faqs{
		margin-top: 0;
		margin-bottom: 60px;
	}
	.faqs .row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.faqs .acordion{
		margin-bottom: 40px;
	}
    .footer-contacts__item {
        display: block;
        text-align: center;
    }

	.faqs .home-head__item .title span {
		font-size: 40px;
		line-height: 30px;
	}
	.faqs .home-head__item .description {
		font-size: 13px;
	}
	.faqs .home-head__item:after {
		content: '';
		height: 52px;
		width: 1px;
		top: -3px;
		left: -12px;
	}	
	
	.gallery .gallery-item{
		width: 100% !important;
		float: none !important;
	}
	
    .footer {
        padding: 0;
        padding-bottom: 60px;
    }
		.footer-contacts .row{
			position: relative;
		}
			.footer-contacts .row:before{
				content:'';
				height: 100%;
				width:1px;
				background: #e9f3ed;
				display: block;
				position: absolute;
				top: 0;
				left: 50%
			}
			.footer-contacts .row:after{
				content:'';
				height: 1px;
				width:100%;
				background: #e9f3ed;
				display: block;
				position: absolute;
				top: 50%;
				left: 0%
			}
    .footer-contacts__item {
        margin: 0;
        padding: 15px 0;
    }

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

    .footer-contacts__item span a,
    .footer-contacts__item span {
        font-size: 18px;
        margin: 8px 0;
    }
	.footer-copyright{
		font-size: 12px;
		color: #0d0d0d;
	}
    .develop {
        background: #fff;
        margin: -15px;
        margin-top: 10px;
        padding: 5px;
    }

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

    .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;
    }
	.single-sidebar{
		padding: 0
	}
	.col-12.col-lg-4.pl-5.pr-5{
		padding-left: 15px !important;
		padding-right: 15px !important
	}
	.absolute-head{
		height: 300px;
		min-height: auto !important
	}
    .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 {

    }
	.page-images{
		height: 200px;
	}
	.page-template-contacts .head-page {
		background: #fff !important;
	}
    .head-page__content {
        padding-top: 200px;
    }

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

    .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;
    }
    .goals,
    .helperg {
        padding-bottom: 50px;
    }

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

    .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: 20px;
    }
    .page-contact input.wpcf7-form-control,
    .page-contact textarea.wpcf7-textarea {
        border: 1px solid #cdb6a3;
    }
    .page-contact .group-form-item {
        padding: 0;
    }
    
    .page-navigation {
        display: none;
    }
    .page-contact__title {
        padding-top: 20px;
    }
	.absolute-head{
		padding-top: 70px
	}
	.head-page h1, .absolute-head h1{
		font-size: 30px
	}
	.head-page ul li{
		font-size: 18px;
	}
	.head-service {
		padding-top: 70px;
	}
	.head-page__breadcrumbs {
		font-size: 14px;
	}
	.head-service .home-head__call{
		margin: 0
	}
	.head-service .home-head__call span,
	.home-head__call span{
		font-size: 18px;
		line-height: 20px;
		display: block;
	}
	.head-service .home-head__call b,
	.home-head__call b{
		font-size: 30px;
	}
	.single-region .head-page{
		background-position: 50%;
		padding-top: 5px;
		min-height: auto;
		padding-bottom: 50px
	}
	.single-region .home-head__call{
		margin: 0
	}
}


@media (max-width: 990px) {
    .fix-head .mega-menu, .black .mega-menu {
		top: 0;
	}
	
	.show-mega-menu:after {
		top: 50%;
	}
	
	header .header-container {
		border-bottom: 0;
	}
	
	.ul_list ul {
		display:block!important;
	}
}

@media (max-width: 760px) {
	header {
		padding: 9px 16px;
	}
}



.page-template-default .head-page__content {
    padding-top: 60px;
    text-align: center;
}

#toc_container .toc_list {
    margin-right: -31px;
}

@media(min-width: 1024px) {
    .footer-contacts .col-lg-6:first-child .footer-contacts__item {
        direction: ltr;
        text-align: left;
    }
    .footer-contacts .col-lg-6:first-child .footer-contacts__item .icon {
        margin-right: 15px;
    }

    .header-nav ul li:hover .sub-menu  .sub-menu {
        right: 100%;
        top: 0;
        display: none;
    }
     .header-nav ul li:hover .sub-menu li:hover .sub-menu  {
        display: block;
    }
    .header-nav .sub-menu .sub-menu:after {
        display: none;
    }

    .header-nav ul li:hover .sub-menu li.menu-item-has-children:after {
        content: "";
        position: absolute;
       left: 12px;
    top: 22px;
        margin-left: -10px;
        border: 8px solid transparent;
        border-right: 8px solid #39ce3f;
    }
    .dept-children ul {
        padding-right: 10px;
    }
}



@media(max-width: 767px) {
    .sub-menu li {
        height: auto !important;
        min-height: 60px;
        display:block !important;
     
    }
    .mobile-nav ul li.menu-item-has-children > a, .mobile-nav ul li a {
        display: block;
            padding-top: 16px;
      
    }
       
  .header-nav ul li .sub-menu .sub-menu li a {
      /*  position:relative;
    top: 5px;*/
     }

       
}

/* Video Section Styles */
.video-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-section__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.video-section__title {
    font-size: 42px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 25px;
    line-height: 1.2;
}

.video-section__text {
    font-size: 19px;
    color: #0d0d0d;
    line-height: 1.7;
    margin-bottom: 50px;
    text-align: center;
}

.video-section__player {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #000;
}

.video-section__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-section__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #39ce3f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(57, 206, 63, 0.4);
}

.video-section__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #2fb5a8;
    box-shadow: 0 12px 40px rgba(57, 206, 63, 0.5);
}

.video-section__play-btn svg {
    width: 36px;
    height: 36px;
    color: #fff;
    margin-right: -4px;
}

@media (max-width: 768px) {
    .video-section {
        padding: 50px 0;
    }
    
    .video-section__title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .video-section__text {
        font-size: 16px;
        margin-bottom: 35px;
        padding: 0 15px;
    }
    
    .video-section__player {
        max-width: 350px;
        border-radius: 15px;
    }
    
    .video-section__play-btn {
        width: 70px;
        height: 70px;
    }
    
    .video-section__play-btn svg {
        width: 28px;
        height: 28px;
    }
}