/*** anna style ***/
.vertical-align {
	display: flex;
	align-items: center;
}

.col-xs-eight,
.col-sm-eight,
.col-md-eight,
.col-lg-eight {
	position: relative;
	min-height: 1px;
}

.col-xs-eight {
	width: 66.5%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-eight {
		width: 66.5%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-eight {
		width: 66.5%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-eight {
		width: 66.5%;
		float: left;
	}
}

.col-xs-four,
.col-sm-four,
.col-md-four,
.col-lg-four {
	position: relative;
	min-height: 1px;
}

.col-xs-four {
	width: 33%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-four {
		width: 33%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-four {
		width: 33%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-four {
		width: 33%;
		float: left;
	}
}

.col-xs-three,
.col-sm-three,
.col-md-three,
.col-lg-three {
	position: relative;
	min-height: 1px;
}

.col-xs-three {
	width: 25%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-three {
		width: 25%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-three {
		width: 25%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-three {
		width: 25%;
		float: left;
	}
}


.page-template-page-contacts .top-footer, .page-template-page-donate .top-footer, .page-template-page-reserves .top-footer,
.single-professionals .top-footer, .single-supervisory .top-footer {
	display: none;
}
.page-template-page-contacts .box-bacground-title:before, .page-template-page-donate .box-bacground-title:before,
.single-professionals .box-bacground-title:before, .single-supervisory .box-bacground-title:before {
	opacity: 0.7;
}
.contact-info-section {
	padding-top: 10px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
.contact-info-section .box-left {
	display: inline-block;
    width: calc(50% - 20px);
    padding-right: 20px;
    float: left;
}
.contact-info-section .box-right {
    display: inline-block;
    width: calc(50% - 20px);
    padding-left: 20px;
}
.contact-info-section .text-col {
	margin-left: 20px;
}
.contact-info-section .text-col p {
	margin-top: 0;
	margin-bottom: 0;
}
.contact-info-section .info-label {
	font-family: "Roboto";
	font-weight: 200;
	font-size: 21px;
}
.contact-info-section .info-text {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 21px;	
}
.contact-info-section .icon-col, .contact-info-section .text-col {
	display: inline-block;
}
.contact-info-section .icon-col img {
	width: 50px;
	height: auto;
}
.contact-info-section .info-block {
	margin-top: 40px;
}
.info-block a {
	color: #000;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 21px;	
}
.info-block a:hover {
	color: #2745c4;
	text-decoration: underline!important;
}
.info-block a.direction_link {
	font-weight: 200;
}
.contact-form-section {
	margin-top: -45px;
    padding-bottom: 100px;
    min-height: 500px;
}
.contact-form-section .col-form {
	width: calc(35% - 55px);
	float: left;
	padding-right: 55px;
	padding-top: 75px;
}
.contact-form-section .col-map {
	width: 100%;
	float: left;
}
.col-form .form-title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 15px;
}

#main-contact-form .wpcf7-form-control.wpcf7-submit {
	font-size: 16px;
	padding: 13px 58px;
	border-radius: 25px;
	background: #2745C4;
	color: white;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border: 1px solid #2745C4;
	font-size: 16px;
	cursor: pointer;
}
#main-contact-form .wpcf7-form-control.wpcf7-submit:hover {
	background: white;
	color: #2745C4;
}
#main-contact-form p {
	margin-top: 10px;
}

#main-contact-form input[type="text"], #main-contact-form input[type="tel"], #main-contact-form input[type="email"], #main-contact-form textarea {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid transparent;
    height: 48px;
    border-radius: 25px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
}
#main-contact-form textarea {
	height: 65px;
	padding-top: 10px;
}
#main-contact-form input[type="text"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="text"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="text"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="tel"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="tel"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="email"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="email"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form textarea::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form textarea::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form textarea:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form textarea:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}


#main-contact-form input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form .error {
	font-size: 14px;
	line-height: 1.2;
	color: red;
	padding-left: 15px;
}

.gm-style > div:first-child {
   //z-index: 10000000 !important; //скрыть картографические данные google map
}
.gm-style > div:last-child {
   //z-index: 10000001 !important;
}
.gm-style .gm-style-cc, .gm-style .gm-style-cc span {
	z-index: -1 !important;
	opacity: 0;
}

.tabs-donate h2 {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 44px;
	color: #2745c4;
	text-align: center;
	margin-bottom: 0.575em;
}
.box-tabs-wrap .box-inner-tab-1 {
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.box-tabs-wrap .box-inner-tab-1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -20px;
    background: #dcdcdc;
    height: 2px;
    width: calc(100% + 4px);
    z-index: 7777;    
}
.tabs-donate {
	padding-top: 10px;
}
.tabs-donate .box-tabs-wrap .tab-container {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.tabs-donate .box-tabs-wrap .tab-container .tab {
	margin-top: 0;
}
.tabs-donate .box-tabs-wrap .tab-container .tab p {
	font-family: "Roboto";
	font-weight: 200;
	font-size: 24px;
	color: #2745c4;
}
.tabs-donate .box-tabs-wrap .tab.active .box-inner-tab-1 p {
    font-family: "Roboto";
	font-weight: 600;
}
.tabs-donate .box-tabs-wrap .tab.active .box-inner-tab-1:after {
    background: #2745c4;
    height: 4px;
    bottom: -21px;    
}
.tabs-donate .box-tabs-wrap .tab-container .tab:last-child .box-inner-tab-1:after {
	width: 100%;
}
.tabs-donate .box-tabs-wrap .tab-content {
	min-height: 230px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}
.box-bacground-title-1 {
    position: relative;
    overflow: hidden;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.box-bacground-title-1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2745c4;
    opacity: 0.8;
    z-index: 22;
}
.single-professionals .box-bacground-title-1 .h1, .single-supervisory .box-bacground-title-1 .h1 {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 50px;
	line-height: 1.3;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.expert-header {
	padding-top: 30px;	
}
.expert-header .col-photo {	
	padding: 0 0 0 60px ;
	z-index: 3333;
}
.expert-header .col-information {	
	padding: 0;
	z-index: 3333;	
}
.expert-header .box-image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 240px;
    width: 240px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.expert-header .box-text .expert-post {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.6;
	color: #fff;
}
.expert-header .box-text .expert-email {
	font-family: "Roboto";
	font-weight: 200;
	font-style: italic;
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	width: auto;
	position: relative;
}
.expert-header .box-text .expert-email:hover {
	color: #93ecf9;
}
.expert-header .box-text .expert-email:before {
	position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #93ecf9;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.expert-header .box-text .expert-email:hover:before {
	width: 100%;
}
.expert-header .box-text .social-icon {
	margin-top: 25px;
}
.expert-header .box-text .social-icon .fa {
	color: #fff;
    margin-right: 25px;
    font-size: 26px;
}
.expert-header .box-text .social-icon a .fa {
	-webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.expert-header .box-text .social-icon a:hover .fa {
	color: #93ecf9;
}
.expert-content {
	padding: 80px 0;
}
.expert-content .about_expert {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6
}
.expert-content .themes_expert .content {
	padding-left: 70px;
}
.expert-content .themes_expert h2 {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 20px;
	color: #2745c4;
}
.single-professionals .iner-help-section .title-text .h4, .single-professionals .iner-help-section .box-columns,
.single-supervisory .iner-help-section .title-text .h4, .single-supervisory .iner-help-section .box-columns {
	display: none;
}
.currency_code {
	word-wrap: break-word; 
}
.subscribe-form .subscribe-text {
	color: #000;
}
#footer .subscribe-form .subscribe-text {
	color: #fff;
}
.box-forms-subscribe form {
	position: relative;
}
header .content_area_wrap {
	z-index: 9999;
}
header .main-navigation li {
	position: relative;
}
header .main-navigation li:hover a {
		color: #2745C4;		
}
header .main-navigation li.hide-item-menu {
	position: absolute;
}
/*--Page Experts --*/
.our-expert-content {
	padding-top: 10px;
}
.our-expert-content .experts-slide-item {
	padding-top: 35px;
	padding-bottom: 35px;
}
.our-expert-content .box-wrap-slider-experts .expert-email {
	white-space: nowrap;
}
.our-expert-content .box-wrap-slider-experts .expert-email, .our-expert-content .box-wrap-slider-experts .expert-post {
	font-size: 16px;
}
.page-template-page-experts #footer, .page-template-page-supervisors #footer {
	margin-top: 50px;
}
#content .box-bacground-title h2 {
	white-space: nowrap;
}
#toTo_button { 
	position: fixed;
	bottom: 80px;
	right: -50px;
	cursor: pointer;
	text-decoration: none;	
	color: #ffffff;
    background: #2745c4;
    overflow: hidden;
    width: 47px;
    height: 47px;
    line-height: 47px;
    z-index: 999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s; 
}
#toTo_button.visible {
	right: 18px;
} 
#ups a i {
	font-size: 30px;
	line-height: 43px;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
} 
#ups a:hover i {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha (opacity=100);
}
.reserves-content {
	background-color: #f5f5f5;
	padding: 20px 0;
}
.reserves-content h2 {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 44px;
	color: #2745c4;
	text-align: left;
	margin-bottom: 0.3em;
	margin-top: 0.3em;	
}
.reserves-content .description-content p {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2em;
}
.chart-content {
	background-color: #fff;
	padding: 40px 0;
}


/*----Media ---*/
@media only screen and (max-width: 1200px) {  
 	.content_area_wrap {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.box-bacground-title .h1 {
		font-size: 200px;
	}
	.tabs-donate .box-tabs-wrap .tab-container .tab p {
		font-size: 22px;
	}
	.box-tabs-wrap .box-inner-tab-1 {
		padding: 0;
	}
	.tabs-donate .box-tabs-wrap .tab-content {
		min-height: 260px;
	}
	.box-forms-subscribe span {
		padding-right: 15px;
	}
	.box-info-footer a {
		margin-right: 30px;
	}
	.box-info-footer a:nth-child(2) {
	    margin-right: 30px;
	}
	.logo-footer {
		left: 15px;
	}
	header .lang_link {
		position: absolute;
		right: 15px;
		margin-right: 0;
	}
	header .social-links {
		margin-left: 10px;
	}
	#toTo_button {
		bottom: 120px;
	}
}
@media (min-width: 1025px) {
	#site-navigation ul.sub-menu li {
		text-align: left;
		height: 40px;
		cursor: pointer;
		padding: 0 15px;
		width: calc(100% - 30px);	
	}
	#site-navigation ul.sub-menu li:last-child {
		border-bottom: 0;
		margin-right: 0;
	}
	#site-navigation ul.sub-menu li a {
		color: #272727;
		font-weight: 400;
		font-size: 14px;
		line-height: 40px;
		text-decoration: none;
		white-space: nowrap;
		padding: 0;
		cursor: pointer;
	}
	#site-navigation ul.sub-menu li:hover {
		background-color: #ebebeb;
	}
	#site-navigation ul.sub-menu li:hover a {
		color: #2745C4;		
	}
	#site-navigation ul>li ul.sub-menu {
		position: absolute;
		top: 35px;
		left: 0px;
		z-index: 10;
		margin: 0;
		padding: 15px;
		list-style: none;
		background: #f5f5f5;
		border: 1px solid #ebebeb;

		opacity: 0;
		visibility: hidden;

		-webkit-box-shadow: 0px 1px 14px 0px rgba(146, 146, 146, 0.44);
		-moz-box-shadow:    0px 1px 14px 0px rgba(146, 146, 146, 0.44);
		box-shadow:         0px 1px 14px 0px rgba(146, 146, 146, 0.44);

		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	#site-navigation ul>li:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		z-index: 10000;
	}
	.menu-main, .header-menu-open, ul#primary-menu {
    	display: none!important;
	}	

}
@media only screen and (max-width: 1024px) { 
	.box-bacground-title .h1 {
		font-size: 160px;
		bottom: -26%;
	}
	.tabs-donate .box-tabs-wrap .tab-container .tab p {
		font-size: 21px;
	}
	.box-info-footer {
		line-height: 1.2;
	}
	.box-info-footer a {
		display: block;
		margin-bottom: 20px;
    	margin-top: 20px;
	}
	.bottom-footer .copy {
		font-size: 12px;
		white-space: nowrap;
		width: 30%;
	}

	/*menu*/
	
	ul#primary-menu>li.current-menu-parent a, 
	ul#primary-menu>li.current-menu-item a {
		width: auto;
		min-width: 0px;
		position: relative;
	}
	ul#primary-menu>li.current-menu-parent>a:before,
	ul#primary-menu>li.current-menu-item>a:before {
		content: ' ';
		width: 100%;
		height: 1px;
		background-color: #777;
		display: inline-block;
		position: absolute;
		bottom: -3px;
		left: 0;
	}
	ul#primary-menu li ul li.current-menu-item a {
		text-decoration: underline!important;
	}
	.header-menu-open {
		display: inline-block;
    	float: right;
	}
	#site-navigation, .box-wrap-header-right .social-links, .box-wrap-header-right .lang_link, .menu-main .link_button_radius, .box-wrap-header-right #border {
		display: none;
	}
	header .box-wrap-header-right {
        right: 100px;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		height: 2px;
		background-color: #2745C4;
	}
	.hamburger--slider .hamburger-inner {
		background-color: #2745C4;
	}
	.logo-link {
		left: 15px;
	}	
	.header-menu-open {
		display: inline-block;
		float: right;
		margin-top: 20px;
	}
	.menu-main ul li ul {
		display: none;
	}
	ul#primary-menu ul.sub-menu {
		padding-left: 0 !important;
		text-align: left;
		margin-top: 10px;
        background: #C9C9C9;
        padding-top:20px;
        padding-bottom: 10px;
         box-shadow: inset 0 15px 15px -15px #8a8989, inset 0 -15px 15px -15px#8a8989;
	}
	ul#primary-menu ul.sub-menu>li {
		margin-bottom: 10px;
        text-align: center;
	}
	ul#primary-menu ul.sub-menu>li a {
		font-size: 18px;
	}
	.menu-main-close {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.menu-main {
		display: none;
		position: absolute;
		left: 0;
		top: 99px;
		z-index: 9999999999999;
		/*height: calc(100vh - 99px);*/
        height: auto;
		background-color: rgba(204,204,204,1);
		width: 100%;
		overflow-y: scroll;
	}
	.menu-main-warp {
		margin-top: 30px;
		margin-bottom: 30px !important;
		text-align: center;
	}
	.menu-main ul {
		padding: 0 0;
		margin: 0 0;
		list-style: none;
		display: inline-block;
		/*width: calc(100% - 62px);*/
        width: 100%
	}
	ul#primary-menu>li {
		padding-bottom: 20px;
		position: relative;
	}
	ul#primary-menu>li a {
		text-decoration: none;
		color: #777;
		font-size: 20px;
		font-weight: 400;
		line-height: 20px;
		display: inline-block;
	}
	.menu-main .lang_link {
		position: static;
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
	.menu-main .lang_link a {
		font-size: 20px;
	}
	.menu-main .lang_link a:first-child {
    	margin-right: 22px;
	}
	.menu-main .social-links {
		position: relative;
		display: block;
		float: none;		
		margin-top: 20px;
		margin-left: 0;
	}
	.menu-main .social-links a {
		height: 40px;
		width: 40px;
		margin-right: 10px;
	}
	.menu-main .social-links .fa {
    	font-size: 22px;
	}

	.closed .vertical {
		transition: all 0.5s ease-in-out;
	}
	.closed .horizontal {
		transition: all 0.5s ease-in-out;

		opacity: 1;
	}
	.opened {
		opacity: 1;
	}
	.opened .vertical {
		transition: all 0.5s ease-in-out;
		transform: rotate(90deg);
		opacity: 0;
	}
	.opened .horizontal {
		transition: all 0.5s ease-in-out;
		opacity: 0;
	}
	.circle-plus {
		opacity: 1;
		right: 20px;
        

		position: absolute;
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		top: 1px;
	}
	.circle-plus .circle .horizontal {
		position: absolute;
		background-color: #2745C4;
		width: 20px;
		height: 1px;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: 0;
		opacity: 1;
	}
	.circle-plus .circle .vertical {
		position: absolute;
		background-color: #2745C4;
		width: 1px;
		height: 20px;
		left: 50%;
		margin-left: 0;
		top: 50%;
		margin-top: -10px;
	}
	.wrpa-inner-top-footer {
		padding: 0 15px;
	}
	.top-footer {
		height: auto;
		min-height: 280px;
	}
	.check-img {
		right: 15px;
	}
	.our-expert-content .box-wrap-slider-experts .expert-email, .our-expert-content .box-wrap-slider-experts .expert-post {
		font-size: 15px;
	}	
}
@media only screen and (max-width: 920px) { 
	.box-bacground-title .h1 {
		font-size: 140px;
		bottom: -26%;		
	}
	.box-bacground-title {
		height: 200px;
	}
	.box-tabs-wrap .box-inner-tab-1 {
		min-height: 50px; 
	}
	.subscribe-line input:first-child {
    	margin-right: 20px;
	}
	.bottom-footer {
		height: auto;
		line-height: 1.2;
    padding-bottom: 20px;
	}
	.bottom-footer .content_area_wrap {
		text-align: center;
	}
	.bottom-footer .copy {
		width: 100%;
   /* 	padding: 20px 0;*/
    	font-size: 14px;
      padding-top: 20px;
	}
	.bottom-footer .right-part-bottom-footer {
		float: none;
		/*margin-top: 20px;*/
	}
	.bottom-footer .right-part-bottom-footer .social-links {
		display: inline-block;
		padding: 15px 0;
	}
	#footer .subscribe-form .subscribe-text {
		left: 35px;
	}
	#footer .subscribe-form .subscribe-subm {
		left: -35px;
	}
	.bottom-footer .social-links a:first-child {
		margin-left: 0;
	}
	.left-inner-top-footer a {
		font-size: 13px;
		text-decoration: underline!important; 
	}
	.left-inner-top-footer a:before {
		width: 0;
	}
	.expert-header .col-photo {
		padding: 0 30px 0 0;
	}
	.expert-content .themes_expert .content {
 	   padding-left: 20px;	
	}
	.bottom-footer .fa {
    	font-size: 30px;
	}	
}
@media (width: 768px) {
	.our-expert-content .experts-slide-item {
		width: 31%!important;
	}
}
@media only screen and (max-width: 768px) {
	.box-bacground-title .h1 {
		font-size: 100px;
		bottom: -16%;
	}
	.contact-info-section {
		padding-bottom: 50px;
	}
	.contact-info-section .box-left {
		width: 100%;
		padding-right: 0;
	}
	.contact-info-section .box-right {
		width: 100%;
		padding-left: 0;
	}
	.contact-form-section .col-form {
    	width: calc(100% - 40px);
	}
	.contact-form-section .col-map {
		width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.iner-help-section .title-text {
		width: 100%;
	}
	.iner-help-section .link_button_radius {
		position: relative;
		top: 25px;
	}
	.iner-help-section .box-columns .column {
		margin-bottom: 30px;
		width: 100%;
	}
	.box-forms-subscribe {
		line-height: 45px;
	}
	.subscribe-form .subscribe-text {
		width: 100px;
	}
	.box-forms-subscribe .subscribe-form .subscribe-subm {
	    height: 39px;
	    top: -1px;
	}
	.tabs-donate .box-tabs-wrap .tab-container .tab p {
    	font-size: 20px;
	}
	.iner-help-section {
		padding: 30px 0;
	}
	.tabs-donate h2 {
		margin-top: 0.5em;
		margin-bottom: 0.4em;
	}
	#footer .subscribe-form .subscribe-text {
		width: 185px;
	}
	.our-expert-content .experts-slide-item {
		width: calc(50% - 2px);
		display: inline-block;
	}
	.expert-content {
    	padding: 40px 0;
	}
	.expert-content .vertical-align, .single-professionals .vertical-align, .single-supervisory .vertical-align {
		display: block;
	}
	.expert-content .about_expert, .expert-content .themes_expert {
		width: 100%;
	}
	.expert-content .themes_expert .content {
 	   padding-left: 0;	
	}
	.iner-help-section .link_button_radius {
		display: block;
    	margin: 5px auto 50px;
	}
	.single-professionals .box-bacground-title-1, .single-supervisory .box-bacground-title-1 {
		min-height: 500px;
	}
	.expert-header {
		text-align: center;
	}
	.expert-header .col-photo, .expert-header .col-information {
    	padding: 0;
    	width: 100%;
	}
	.wrpa-inner-top-footer .h3 {
	    padding-top: 40px;
	    font-size: 26px;
	}
	.check-img {
		width: 240px;
	}
	.bottom-footer .fa {
		font-size: 30px;
	}
	.bottom-footer {
		height: 140px;
	}
	.acf-map {
		height: 300px!important;
	}

}
@media only screen and (max-width: 668px) {
  .wrap_subscr_mes{
       bottom: 125px;
  }
	.bottom-footer {
		height: auto;
    padding-top: 20px
	}
	.bottom-footer .copy {
        padding: 0;
	}
	.subscribe-form .subscribe-subm {
		top: -1px;
	}
	.bottom-footer .subscribe-form {
		display: block;
	}

}
@media only screen and (max-width: 600px) {
	.box-bacground-title .h1 {
		font-size: 80px;
		bottom: -11%;
	}
	.tabs-donate .box-tabs-wrap .tab-container .tab p {
	    font-size: 18px;
	}
	.box-forms-subscribe {
		text-align: left;
	}
	.subscribe-form .subscribe-text {
	    width: 80px;
	    left: 0;
	}
	.box-forms-subscribe .subscribe-form .subscribe-subm {
		width: 120px;
		position: absolute;
		top: 2px;
    	left: 320px;
	}
	.mid-footer {
		height: 220px;
	}
	.logo-footer {
		display: block;
    	position: relative;
    	text-align: center;
    	left: 0;
    	top: 40px;
	}
	.box-info-footer {
		display: block;
		float: none;
		width: 300px;
    	margin: 40px auto;
    }
    .box-wrap-header-right  .link_button_radius {
    	display: none;
    }
    .menu-main .link_button_radius {
    	display: block;
    	margin: 0 auto;
    }
    .menu-main .lang_link {
		
		margin-top: 20px;
	}
	.our-expert-content .experts-slide-item {
		width: 100%;
	}
	#content .box-bacground-title h2 {
		font-size: 48px;
	}
	.box-wrap-slider-experts .box-image {
		width: 200px;
		height: 200px;
	}
	.wrpa-inner-top-footer .h3 {
	    padding-top: 40px;
	    font-size: 21px;
	}
	.check-img {
		width: 200px;
	}
	

}
@media only screen and (max-width: 480px) {
	.box-bacground-title .h1 {
		font-size: 60px;
		bottom: -9%;
	}
	.contact-info-section .info-text, .contact-info-section .info-text a {
		font-size: 17px;
	}
	.page-template-page-donate .box-bacground-title .h2 {
		font-size: 50px;
	}
	.tabs-donate .box-tabs-wrap .tab-container .tab p {
		font-size: 12px;
	}
	.box-tabs-wrap .box-inner-tab-1 {
	    min-height: 30px;
	}
	.iner-help-section .title-text .h2, .tabs-donate h2 {
		font-size: 30px;
	}
	.subscribe-line.fixed-subscribe {
		position: static;
		opacity: 1!important;		
	}
	.box-forms-subscribe form {
		padding-bottom: 10px;
	}
	.box-forms-subscribe span {
		font-size: 20px;
	}
	.subscribe-line input:first-child {
		display: block;
    	margin-bottom: 8px;
	}
	.box-forms-subscribe .subscribe-form .subscribe-subm {
		width: 120px;
		position: absolute;
		top: 49px;
    	left: 130px;
	}
	#footer .subscribe-form .subscribe-text {
		width: 120px;
		left: 15px;
	}
	#footer .subscribe-form .subscribe-subm {
		height: 49px;
		width: 120px;
	}
	.wrpa-inner-top-footer .h3 {
	    padding-top: 40px;
	    font-size: 28px;
	}
	.single-professionals .box-bacground-title-1, .single-supervisory .box-bacground-title-1 {
    	min-height: 590px;
	}
	#content .box-bacground-title h2 {
		font-size: 40px;
	}
	.left-inner-top-footer {
		width: 100%;
		display: block;
	}
	.check-img {
	    display: block;
	    position: relative;
	    margin: 0 auto;
	    right: 0;
	}
	.check-img {
		width: 240px;
	}
	.box-info-footer>* {
 	   padding-left: 30px;
	}
	.bottom-footer .subscribe-form {
		position: relative;
		height: 100px;
		display: inline-block;
	}
	#footer .subscribe-form .subscribe-text {
		position: absolute;
		left: -60px;
	}
	#footer .subscribe-form .subscribe-subm {
		position: absolute;
    	left: 105px;
    	width: 140px;
    	top: 0;
    	height: 50px;
	}
	.menu-main-warp {
		text-align: left;
		margin-left: 15px;
	}
	ul#primary-menu ul.sub-menu {
		padding-left: 20px;
	}
	.menu-main ul {
		width: calc(100% - 15px);
	}
	.menu-main .link_button_radius {
        margin: 0 auto 0 0;
	}
	.menu-main .social-links {
		margin-left: -15px;
	}
	.circle-plus {
		right: 24px;
	}

}
@media only screen and (max-width: 360px) {
	.box-bacground-title .h1 {
		font-size: 50px;
		bottom: -7%;
	}
	.bottom-footer .copy {
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
	}
	.bottom-footer {
		height: 240px;
	}
	.bottom-footer .subscribe-form {
		height: 120px;
	}
	#footer .subscribe-form .subscribe-text {
		position: relative;
		width: 160px;
		left: 0;
	}
	#footer .subscribe-form .subscribe-subm {
		position: relative;
		width: 160px;
		left: 0;
		margin: 15px auto 0;
	}
	#content .box-bacground-title h2 {
		font-size: 36px;
	}
	.box-info-footer>* {
 	   padding-left: 25px;
	}
	
}
