/*
Theme Name: BrainLab theme wp
Version: 3.0
Author: BrainLab
Author URI: http://brainlab.com.ua/
*/


* {
    margin: 0;
    border: none;
    outline: none;
}

html, body {
    width: 100%;
}
body {
    background-color: #fff;
    font-family: 'ralewayregular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3e3e3e;
    cursor: default;
}
.clear {
    clear: both;
    height: 0px;
}
div {
    display: block;
}
a {
    color: #82b151;
    outline: none!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 5px;
    margin-bottom: 15px;
}
textarea,
input {
    font-family: 'ralewayregular', Arial, sans-serif;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

/*Preloader*/
.preloader {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3d535e;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.preloader img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 43%;
    text-align: center;
}
/*END_Preloader*/

/*Table*/
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #888;
}
table th {
    background-color: #eaeaea;
}
table th,
table td {
    border: 1px solid #888;
    padding: 2px 5px;
}
table img {
    max-width: inherit;
}
/*END_Table*/

.container {
    /*outline: 1px dashed #ff0000;*/
    width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
    box-sizing: border-box;
}

.sidebar_col {
    width: 25%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}
.content_col {
    width: 75%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}
.content_ful {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.mobile-viber{
    display: none;
}
article h1 {
   font-size: 26px;
}

/*Section_Top*/
.header_top {

}
.header_top .widget_media_image {
    width: 20%;
    float: left;
    box-sizing: border-box;
    margin-top: 18px;
}
.header_top .widget_nav_menu {
    width: 38%;
    float: left;
    box-sizing: border-box;
}
.header_top .widget_text {
    width: 33%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    padding-right: 18px;
    margin-top: 16px;
}
.header_top .soc-icon{
	width: 30px!important;
    padding-right: 0px;
	    margin-top: 20px;
		display:none;
}
.header_top .soc-icon a{
	display:block;
	margin-bottom:5px;
	background: #ddd;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding-top: 4px;
    font-size: 23px;
}
.header_top .soc-icon a.soc-instagram {
    padding-bottom: 3px;
    padding-top: 1px;
}
.header_top .soc-icon a.soc-instagram:hover{
	background:#e52690;
}
.header_top .soc-icon a.soc-facebook:hover{
	background:#4267b2;
}
.header_top .widget_polylang {
    width: 5%;
    float: left;
    box-sizing: border-box;
    margin-top: 20px;
}

.header_top .widget_media_image a {
    display: inline-block;
}

.header_top .widget_text p img {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -3px;
    margin-right: 5px;
    max-width: 26px;
}
.header_top .widget_text p:first-child {

}
.header_top .widget_text p:first-child a {
    color: #944899;
    text-decoration: none;
}
.header_top .header-support{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.header_top .header-support-phone{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding-top:5px;
	width:50%;
	margin-left:-5px;
	text-align:center;
	height:70px;
}
.header_top .header-support-phone > a{
	color:#3c3f4e;
	font-size:25px;
	text-decoration:none;
	font-family:'ralewaysemibold';
}
.header_top a.dropdown-toggle{
	color:#82858f;
	text-decoration:underline;
	font-size:14px;
	font-family:'ralewayregular';
}
.header_top .dropdown-tel{
	position:absolute;
	top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
	padding:10px 0px;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
    border-radius: 3px;
	border:1px solid #ddd;
	z-index:2;
	visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.header_top .dropdown-tel.active{
	visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.header_top .dropdown-tel a{
	line-height:30px;
}
.header_top .header-support p{
	font-size:15px;
	color:#82b151;
	font-family:'ralewaysemibold';
	line-height: 18px;
    margin-bottom: 5px;
        margin-left: 15px;
}
.header_top .header-support a.desctop-telegram{
	color:#2d95e5;
	font-size:13px;
    margin-left:10px;
    margin-right: 10px;
	display:inline-block;
	text-decoration:none;
}
.header_top .header-support a.desctop-viber{
	color: #944899;
    font-size: 13px;
	text-decoration:none;
}
.header_top .header-support a.desctop-viber:hover, .header_top .header-support a.desctop-telegram:hover{
	text-decoration:underline;
}
.header_top .widget_text p:nth-child(2) {

}
.header_top .widget_text p:nth-child(2) a {

}

.header_top #text-2.widget_text p:last-child a:first-child {


    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_top .widget_text p:last-child a:hover {

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*Language*/
.header_top .widget_polylang ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
.header_top .widget_polylang ul li {

}
.header_top .widget_polylang ul li a {
    font-family: 'ralewaylight';
    background: transparent;
    color: #5f6981;
    text-decoration: none;
    font-size: 14px;
    padding: 4px;
    display: inline-block;
    text-align: center;
    width: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_top .widget_polylang ul li:first-child a {
    margin-bottom: 5px;
}
.header_top .widget_polylang ul li a:hover,
.header_top .widget_polylang ul li.current-lang a {
    background: #3d535e;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*END_Language*/

/*Menu_Top_1*/
.header_top .widget_nav_menu ul.menu {
    list-style: none;
    padding: 0;
    text-align: center;
}
.header_top .widget_nav_menu ul.menu > li {
    display: inline-block;
    margin-left: 20px;
}
.header_top .widget_nav_menu ul.menu > li:first-child {
    margin-left: 0px;
}
.header_top .widget_nav_menu ul.menu > li > a {
    color: #445c70;
    text-decoration: none;
    font-size: 18px;
    border-top: 4px solid transparent;
    padding: 35px 3px 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_top .widget_nav_menu ul.menu > li > a:hover,
.header_top .widget_nav_menu ul.menu > li.current-menu-item > a,
.header_top .widget_nav_menu ul.menu > li.current-post-parent > a{
    color: #82b151;
    border-top-color: #82b151;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*END_Menu_Top_1*/


.header_bottom {
    background: #3d535e;
}

/*Menu_Top_2*/
.nav_menu ul.nav {
    list-style: none;
    padding: 0;
    /*display: table;*/
}
.nav_menu ul.nav > li {
    display: inline-block;
	width: 20%;
	float: left;
}
.nav_menu ul.nav > li > a {
    text-decoration: none;
    color: #fff;
    padding: 18px 30px;
    display: table-cell;
    width: 50%;
	vertical-align:middle;
    background: transparent;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	box-sizing:border-box;
}
.nav_menu ul.nav > li > a:hover,
.nav_menu ul.nav > li.active > a {
    background: #82b151;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*END_Menu_Top_2*/
/*END_Section_Top*/

/*Section_Slider*/
.wk_slider {

}
.wk_slider .content_slider {
    max-width: 900px;
    margin: 0 auto;
	z-index:1;
}
.wk_slider .content_slider .title_slider {
    font-family: 'ralewaybold';
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
}
.wk_slider .content_slider .text_slider {
	margin-bottom:0px;
	margin-top:0px;
	float:right;
	margin-right:15%;
}
.link_slider{
	float:left;
	margin-left:15%;
}
.wk_slider .content_slider .link_slider a, .wk_slider .content_slider .link_slider-s a{
    font-family: 'ralewaylight';
    color: #fff;
    display: inline-block;
    font-size: 24px;
    background: #82b151;
    text-decoration: none;
    padding: 7px 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wk_slider .content_slider .link_slider a:hover, .wk_slider .content_slider .link_slider-s a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.uk-dotnav li {
    padding-left: 0;
    margin: 0px 7px;
}
ul.uk-dotnav li a {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    border: 3px solid #fff !important;
    box-sizing: border-box;
    background: #fff;
    width: 18px;
    height: 18px;
}
ul.uk-dotnav li a:hover,
ul.uk-dotnav li.uk-active a {
    background: #82b151;
}
.uk-slideshow>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
/*END_Section_Slider*/


/*Section_Content*/
section {
    padding: 30px 0px;
    position: relative;
}
article p {
    margin-bottom: 10px;
}
/*END_Section_Content*/

/*Block_Home*/
.pages_home {
    background: #fff;
}
.wk_block_home .container_grid_stak {
    background: #fff;
    padding-top: 80px;
}
.wk_block_home .container_grid_stak:last-child {
    padding-bottom: 80px;
}
/*.skroll {
    background: #fff;
}*/
.wk_block_home {

}
.wk_block_home .uk-grid:nth-child(n+2) {
    margin-top: 0px;
}
.wk_block_home .uk-width-medium-2-5 {
    width: 45%;
}
.wk_block_home .uk-width-medium-3-5 {
    width: 55%;
}
.wk_block_home .uk-panel .uk-panel-title {
    color: #3f3f3f;
    font-family: 'ralewaymedium';
    font-size: 28px;
    line-height: 1.2;
}
.wk_block_home .uk-panel .uk-margin {
    margin-top: 0;
    font-family: 'ralewaylight';
    font-size: 16px;
}
.wk_block_home .uk-panel .uk-margin h3,
.wk_block_home .uk-panel .uk-margin .h3 {
    color: #3f3f3f;
    font-family: 'ralewaymedium';
    font-size: 22px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
}
.wk_block_home .uk-panel .uk-margin p {
    margin-bottom: 5px;
}
.wk_block_home .uk-panel .uk-margin strong {
    font-weight: normal;
    font-family: 'ralewaymedium';
}
.wk_block_home .uk-grid .image_block {
    position: relative;
}
.wk_block_home .uk-grid .image_block img {
    width: 100%;
}
.wk_block_home .uk-grid .image_block:before {
    content: "";
    background: url(images/uslugi_before.png) no-repeat;
    width: 34px;
    height: 175px;
    position: absolute;
}
.wk_block_home .uk-grid .image_block:after {
    content: "";
    background: url(images/uslugi_after.png) no-repeat;
    width: 34px;
    height: 175px;
    position: absolute;
}

.wk_block_home .uk-grid:nth-child(1) .image_block:before {
    left: 15%;
    top: -7%;
	z-index:1;
}
.wk_block_home .uk-grid:nth-child(1) .image_block:after {
    right: 10%;
    bottom: -15%;
}
.wk_block_home .uk-grid:nth-child(2) .image_block:before {
    right: 10%;
    top: -20%;
}
.wk_block_home .uk-grid:nth-child(2) .image_block:after {
    left: 15%;
    bottom: -15%;
}
.wk_block_home .uk-grid:nth-child(3) .image_block:before {
    right: 10%;
    top: -20%;
}
.wk_block_home .uk-grid:nth-child(3) .image_block:after {
    left: 15%;
    bottom: -15%;
}
.wk_block_home .uk-grid:nth-child(4) .image_block:before {
    right: 10%;
    top: -20%;
}
.wk_block_home .uk-grid:nth-child(4) .image_block:after {
    left: 15%;
    bottom: -15%;
}
/*END_Block_Home*/


/*Page_Home*/

/*Page_Home_Block_Fixed*/


/*END_Page_Home_Block_Fixed*/

.page_home {
    background: #f0f0f0;
    padding: 30px 0px 70px;
	display:none;
}
.page_home .page h2,
.page_home .page .h2 {
    font-family: 'ralewaymedium';
    text-align: center;
    font-size: 32px;
}
.page_home .block_news_home {
    padding-top: 20px;
}
.page_home .block_news_home .news_home {
    float: left;
    width: 75%;
    box-sizing: border-box;
}
.page_home .block_news_home .kurs_home {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 25px;
}

.wk_news_home .uk-panel .uk-overlay {
    width: 100%;
}
.wk_news_home .uk-panel .uk-overlay img {
    width: 100%;
}
.wk_news_home .uk-panel .uk-panel-teaser {
    margin-bottom: 0px;
}
.wk_news_home .uk-panel .uk-panel-title {
    display: table;
    width: 100%;
}
.wk_news_home .uk-panel .uk-panel-title a {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    background: #fff;
    color: #3f3f3f;
    font-family: 'ralewaymedium';
    font-size: 18px;
    line-height: 1.3;
    box-shadow: 0px 1px 4px -2px #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wk_news_home .uk-panel:hover .uk-panel-title a {
    background: #82b151;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.py-3{
	padding-top:40px;
	padding-bottom:50px;
}
.widget_widgetkit .widgettitle{
	text-align:center;
}
.widget_widgetkit .widgettitle h2,
.widget_widgetkit .widgettitle .h2{
	font-family: 'ralewaybold';
	font-size:32px;
	margin-bottom:30px;
}
.widget_widgetkit .widgettitle p{
	color:#919191;
	font-size:18px;
	margin-top: -30px;
    margin-bottom: 30px;
}
.uk-panel-teaser img{
	display:inline-block;
}
.bg-grey{
	background:#f3f3f3;
}
.news-home h3.uk-panel-title,
.news-home .h3.uk-panel-title{
font-family: 'ralewaymedium';
color:#3f3f3f;
font-size:22px;
min-height: 52px;
}
.news-home h3.uk-panel-title a,
.news-home .h3.uk-panel-title a{
	color:#3f3f3f;
}
.news-home .uk-panel:hover h3.uk-panel-title a,
.news-home .uk-panel:hover .h3.uk-panel-title a{
	color:#82b151;
}
.news-home .uk-panel p{
	color:#777;
	font-size:16px;
	line-height:19px;
}
.block-icon {
    overflow: hidden;
}
.block-icon .uk-panel-title{
	color:#3f3f3f;
	font-family: 'ralewaymedium';
	font-size:21px;
	min-height: 55px;
	margin-bottom: 15px;
}
.hiw{
	overflow:hidden;
}
.hiw > div{
	position:relative;
}
.hiw > div:after{
	content:'';
	display:block;
	width:51px;
	height:37px;
	background:url(images/harrow.png)no-repeat center center;
	position:absolute;
	right:-20px;
	top:50px;

}
.hiw > div:last-child:after{
	display:none;
}
@media (max-width: 960px){
	.hiw > div:after{
		display:none;
	}
}
.table-hww > div h3,
.table-hww > div .h3{
	font-family: 'ralewaybold';
	font-size:32px;
	color:#fff;
	display:block;
	line-height:94px;
	margin-bottom:0px;
	background:url(images/bank.png)no-repeat center center ;
	background-size:cover;
}
.table-hww > div:first-child h3,
.table-hww > div:first-child .h3{
	background:url(images/dollars.png)no-repeat center center ;
	background-size:cover;
}
.table-hww > div table{
	border:0px;
}
.table-hww > div table tr:nth-child(even){
	background:#e8e8e8;
}
.table-hww > div table tr td{
	padding:18px 15px;
	font-size:16px;
	vertical-align:middle;
	border:0px;
	text-align: left;
    height: 50px;
}
.table-hww > div table tr td img{
	display:inline-block;
	margin-right:10px;
	float:left;
}
/*END_Page_Home*/


/*Section_Footer*/
.footer_forma {
    background: #82b151;
    padding: 45px 0px;
    position: relative;
    z-index: 141;
}
.footer_forma .widget {
    background: #fff;
    padding: 30px 90px 40px;
}
.footer_forma .widget .widgettitle {
    display: block;
    text-align: center;
    font-family: 'ralewaymedium';
    font-size: 32px;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.3;
}
/*Forma*/
.footer_forma .widget .wpcf7-form {

}
.footer_forma .widget .wpcf7-form .block_filed_form {

}
.footer_forma .widget .wpcf7-form .block_filed_form > .sing_field {
    float: left;
    width: 25%;
    box-sizing: border-box;
    position:relative;
}

.footer_forma .widget .wpcf7-form .block_filed_form > .sing_field > .menu-524 {
	position: absolute;
    z-index: 99;
    top: 10px;
    left: 50px;
}
.footer_forma .widget .wpcf7-form .block_filed_form > .sing_field select{
    color: #969696;
}
.span-number{
    color: #969696;
    position: absolute;
    z-index: 99;
    top: 11px;
    left: 21px;
}
.wpcf7-form-control-wrap.tel-316 input{
    padding-left: 105px!important;
}
.footer_forma .widget .wpcf7-form .block_filed_form > .sing_field br {
	display:none;
}

.footer_forma .widget .wpcf7-form .block_filed_form > .sing_field select {
	border: 1px solid #e3e3e3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(images/select-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: 100% 50%;
	background-origin: content-box;
	padding: 3px;
	width: 50px;
}

.footer_forma .widget .wpcf7-form .block_filed_form input {
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
    background: #fff;
    color: #3e3e3e;
}

.footer_forma .widget .wpcf7-form .block_filed_form p:nth-child(-n+2) input {
    border-right: none;
}

/*File_Download*/
.file_upload{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: table;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    float: left;
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    visibility: hidden
}
.file_upload > button{
    background: #fff;
    font-family: 'ralewaylight';
    display: table-cell;
    vertical-align: middle;
    color: #82b151;
    border: 2px dotted #82b151;
    border-radius: 4px;
    line-height: 41px;
    font-size: 50px;
    height: 43px;
    width: 45px;
    padding: 0px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}
.file_upload .file_upload_text {
    display: table-cell;
    vertical-align: middle;
    color: #82b151;
    font-size: 14px;
    text-align: left;
}
.file_upload .wpcf7-form-control-wrap {
    position: static!important;
}
/*END_File_Download*/

.footer_forma .widget .wpcf7-form .block_filed_sub {
    text-align: center;
}
.footer_forma .widget .wpcf7-form .block_filed_sub .wpcf7-submit {
    margin: 25px auto 0px;
    display: inline-block;
    background: #82b151;
    border: 1px solid #82b151;
    font-size: 18px;
    padding: 10px 50px;
    color: #fff;
    cursor: pointer;
    font-family: 'ralewaylight';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div#n2-ss-2 .n2-style-561d98545f7e488b15ad661929d33080-dot {
	padding:5px 5px 10px 10px!important;
}

.footer_forma .widget .wpcf7-form .block_filed_sub .wpcf7-submit:hover {
    color: #82b151;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 10px;
    right: 2px;
    position: absolute;
    bottom: -13px;
}
div.wpcf7-validation-errors {
    display: none !important;
}
/*END_Forma*/

.footer_karta {
    position: relative;
    z-index: 141;
}

.footer_middle {
    /*background: #5f6981;*/
    padding: 50px 0px;
    position: relative;
    z-index: 142;
}
.footer_middle .widget {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
}
.footer_middle .widget .widgettitle {
    font-family: 'ralewaymedium';
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.footer_middle .widget .textwidget {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.footer_middle .widget_phone p:last-child {
    margin-top: 10px;
}
.footer_middle .widget .textwidget a {
    color: #fff;
    text-decoration: none;
}

.footer_middle .widget_logo {
    margin-top: 25px;
}
.footer_middle .widget_logo a {
    display: inline-block;
}
.footer_middle .widget_phone {
    padding-left: 20px;
}
.footer_middle .widget_adress {
    padding-left: 20px;
}

.footer_bottom {
    background: #3d535e;
    padding: 15px 0px;
    position: relative;
    z-index: 149;
}
.footer_bottom .copyright {
    float: left;
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.footer_bottom .brainlab {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: right;
}
.footer_bottom .brainlab a {
    display: inline-block;
    vertical-align: middle;
}
/*END_Section_Footer*/


/*Page_News*/
h1.page_title {
    text-align: center;
    color: #3d535e;
    font-size: 28px;
    font-weight: normal;
    font-family: 'ralewaymedium';
    margin-top: 0;
    margin-bottom: 30px;
}
.block_news {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*.block_news:nth-child(2n+1) {
    margin-left: 3%;
}*/
.post_loop {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px -2px #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-bottom: 2px dashed #5e7e8e;
}
.block_news:nth-child(odd) .post_loop{
	background: #f9f9f9;
	box-shadow: 0px 1px 4px -2px #999;
}
.block_news:last-child .post_loop{
	border-bottom:0px;
}
.post_loop .block_images {
	float: left;
    margin-right: 10px;
    margin-bottom: 10px;
	margin-left:15px;
}
.post_loop .block_content {
	padding-left:15px;
}

.post_loop .block_images img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: 50% 50%;
}
.post_loop .block_content .title_post {
    margin-top: 0;
    margin-bottom: 5px;
    
	color: #3f3f3f;
    font-family: 'ralewaymedium';
    line-height: 1.2;
    min-height: 55px;
	  font-size: 22px;
}
.post_loop .block_content .title_post a {
    font-size: 22px;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #3f3f3f;
    font-family: 'ralewaymedium';
    line-height: 1.2;
    min-height: 55px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post_loop:hover .block_content .title_post a {
    color: #82b151;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.singe_post {
    position: relative;
}
.singe_post .meta {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #3d535e;
    font-size: 14px;
}
ul.pagination {
    padding: 10px 0px 0px;
    list-style: none;
    text-align: right;
}
ul.pagination li {
    display: inline-block;
    margin-left: 10px;
}
ul.pagination li:first-child {
    margin-left: 0px;
}
ul.pagination li span,
ul.pagination li a {
    text-decoration: none;
    border: 1px solid #82b151;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #82b151;
    line-height: 25px;
    background: transparent;
    font-family: Arial, sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.pagination li span:hover,
ul.pagination li a:hover,
ul.pagination li.active span {
    background: #82b151;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*END_Page_News*/
.file_upload_container {
    display: inline-block;
    width: 25%;
}
.file_upload {
    display: none;
    margin-top: 0px;
}
.activeFileInput {
    display: table;
}
.subform-text{
	text-align:center;
	font-size:18px;
	color:#3e3e3e;
	font-family:'ralewaymedium';
	padding:20px 0px 0px;
}
.subform-text a.desctop-viber{
	color:#944899;
	font-size:14px;
	margin-left:10px;
	display:inline-block;
	text-decoration:none;
}
.subform-text a.desctop-telegram{
	color:#2d95e5;
	font-size:14px;
	margin-left:10px;
	display:inline-block;
	text-decoration:none;
}

.subform-text a.desctop-whatsapp {
	color:#82b151;
	font-size:14px;
	margin-left:15px;
	display:inline-block;
	text-decoration:none;
}

.subform-text a.desctop-viber:hover, .subform-text a.desctop-telegram:hover, .subform-text a.desctop-whatsapp:hover {
	text-decoration:underline;
}
.subform-text a img{
	display:inline-block;
	vertical-align: bottom;
    height: 23px;
    width: auto;
	margin-right:5px;
}

/*NSh custom styles*/
/*end NSh styles*/
#text-3 .textwidget p,
#text-3 .textwidget ul {
    display: inline-block;
    vertical-align: text-top;
}
#text-3 .textwidget ul {
    list-style: none;
    padding-left: 5px;
}
#text-9 {
    width: 15%;
    margin-top: 25px;
}
#text-9 a {
    font-size: 17px;
    vertical-align: middle;
    color: #000;
}
#text-9 p {
    margin-right: 0;
}
#text-9 img {
    vertical-align: sub;
}
#post-47 ul {
    list-style: none;
    padding-left: 80px;
    margin-top: -10px;
}
.fcia_content {
	display: inline-block;
}
#post-279 {
	text-align: center;
}

.footer_middle .widget.footer-social {
    position: absolute;
    width: 19%;
    bottom: 55px;
	display:none;
}
.footer_middle .widget.footer-social a{
	display:inline-block;
	width:29px;
	background:#fff;
	color:#5f6981;
	text-align: center;
    line-height: 18px;
    padding-top: 4px;
    font-size: 23px;
	vertical-align:top;
	margin-right:5px;
}
.footer_middle .widget.footer-social a.soc-instagram{
	padding-bottom: 3px;
    padding-top: 1px;
}
.footer_middle .widget.footer-social a.soc-instagram:hover{
	color:#fff;
	background: #e52690;
}
.footer_middle .widget.footer-social a.soc-facebook:hover{
	color:#fff;
	background: #4267b2;
}


.social-block {
	width: 45px!important;
	height: 71px;
}

.icon-block__facebook {
	margin-top: 5px;
	display: none;
}

.icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 71px;
}

.footer-logotip__social a:first-child {
	display: none;
}

.gallery-columns-3 img {
object-fit: contain;
height: 175px;
width: 360px;
object-position: center;
transition: all 0.3s ease;
}

.gallery-columns-3 img:hover,
.gallery-columns-3 img:focus {
    border: 2px solid #82b151 !important;
}

.postid-342 table {
 margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
/*  width: fit-content;*/
  max-width: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.postid-342 td, .postid-342 th {
  border: solid rgb(200, 200, 200) 1px;
  padding: .5rem;
}
.postid-342 th p {
	margin: 0;
}

.postid-342 th {
  text-align: left;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: rgb(50, 50, 100) solid 2px;
  border-top: none;
}

.postid-342 td {
  white-space: nowrap;
  border-bottom: none;
  color: rgb(20, 20, 20);
}

.postid-342 td:first-of-type, .postid-342 th:first-of-type {
  border-left: none;
}

.postid-342 td:last-of-type, .postid-342 th:last-of-type {
  border-right: none;
}

/*............................................Адаптивная_вёрстка...................................................*/
@media (max-width: 1366px) {
    .header_top .widget_text {
        width: 33%;
	padding-right: 0;
    }

    .widget_smartslider3 h3,
    .widget_smartslider3 .h3 {
        font-size: 45px !important;
    }
    .widget_smartslider3 p {
        font-size: 103.5% !important;
        padding: 20px 0px 50px 0px
    }
    .widget_smartslider3 a {
        font-size: 18px !important;
    }
}


/*....Нетбуки....*/
@media (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .header_top .widget_nav_menu {
        width: 42%;
    }
    .header_top .widget_polylang {
        width: 4%;
    }
    .header_top .widget_text {
        width: 33%;
    }
    .nav_menu ul.nav > li > a {
        font-size: 16px;
        /*display: inline-block;*/
        vertical-align: middle;
    }
    .header_top .widget_media_image {
        width: 15%;
        margin-top: 25px;
		margin-right:10px;
    }
    #text-9 {
        padding-right: 0;
    }
    .wk_slider .content_slider .title_slider {
        font-size: 36px;
    }
    .wk_slider .content_slider .text_slider {
        /*font-size: 18px;*/
    }
    .wk_slider .content_slider .link_slider a, .wk_slider .content_slider .link_slider-s a {
        font-size: 18px;
        margin-top: 15px;
    }
    .wk_block_home .uk-panel .uk-panel-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .wk_block_home .uk-panel .uk-margin {
        font-size: 16px;
    }
    .wk_news_home .uk-panel .uk-panel-title a {
        padding: 5px 10px;
        font-size: 16px;
    }
    .footer_forma .widget .widgettitle {
        font-size: 28px;
    }
    .footer_forma .widget {
        padding: 30px 30px 40px;
    }
    .post_loop .block_content .title_post a {
        font-size: 18px;
        padding: 10px 10px;
    }
}


@media (max-width: 568px) {
    .widget_smartslider3 h3,
    .widget_smartslider3 .h3 {
    font-size: 24px !important;
}
.widget_smartslider3 p {
    font-size: 16px !important;
}
.widget_smartslider3 a {
    font-size: 14px !important;
}
}

@media (max-width: 1170px) {
    #smartslider3-3 {
         display: block;
    }
        #smartslider3-2 {
        display: none;
    }

    #smartslider3-4 {
        display: none;
   }
    #smartslider3-5 {
       display: none;
   }
}


@media (min-width: 1170px) {
    #smartslider3-3 {
        display: none !important;
    }
    #smartslider3-2 {
        display: block !important;
    }

    #smartslider3-4 {
        display: none!important;
   }
    #smartslider3-5 {
       display: block!important;
   }
}


@media (max-width: 1200px) {
	.header_top .header-support-phone > a{
		font-size: 21px;
	}
	.header_top a.dropdown-toggle{
		font-size:14px;
	}

    .gallery-columns-3 img {
object-fit: contain;
    height: 140px;
    width: 294px;
    object-position: center;
}

.nav_menu ul.nav > li > a {
    padding: 18px 15px;
}

}

/*....Планшеты....*/
@media (max-width: 991px) {
    .gallery-columns-3 img {
   object-fit: contain;
    height: 95px;
    width: 185px;
    object-position: 50% 50%;
}
.gallery-columns-3 .gallery-item {

    width: 33% !important;

}
    .container {
        width: 750px;
    }
    .header_top .widget_media_image {
        width: 100%;
        float: none;
        margin-top: 10px;
        text-align: center;
        border-bottom: 3px solid #3d535e;
    }
    .header_top .widget_nav_menu {
        width: 60%;
    }
    .header_top .widget_text {
        width: 41%;
		padding-right:0px;
    }
	.header_top .header-support p {
		font-size: 14px;
	}
	.header_top .header-support-phone > a{
		font-size: 21px;
	}
	.header_top a.dropdown-toggle{
		font-size:14px;
	}

    .nav_menu ul.nav > li > a {
        font-size: 12px;
        padding: 15px 15px;
    }
    .wk_slider .content_slider .title_slider {
        font-size: 26px;
        margin-bottom: 10px;
    }

	.wk_slider .content_slider .link_slider, .wk_slider .content_slider .text_slider{
		float:none;
		margin-right:0px;
		margin-left:0px;
	}
    .wk_slider .content_slider .link_slider a, .wk_slider .content_slider .link_slider-s a {
        font-size: 14px;
        margin-top: 15px;
		width:150px;
    }
    .wk_slider ul.uk-dotnav {
        margin-bottom: 0px !important;
    }
    .wk_block_home .uk-grid:nth-child(n+2) {
        margin-top: 40px;
    }
    .wk_block_home {
        padding: 40px 0px 40px;
    }
    .page_home {
        padding: 15px 0px 40px;
    }
    .page_home .block_news_home {
        padding-top: 5px;
    }
    .page_home .page h2,
    .page_home .page .h2 {
        font-size: 28px;
    }
    .page_home .block_news_home .news_home {
        float: none;
        width: 100%;
    }
    .page_home .block_news_home .news_home {
        float: none;
        width: 100%;
    }
    .page_home .block_news_home .kurs_home {
        float: right;
        width: 50%;
        padding-left: 15px;
        margin-top: -240px;
    }
    .wk_news_home.uk-grid-width-large-1-3 > * {
        width: 50%;
    }
    .footer_forma .widget .widgettitle {
        font-size: 24px;
    }
    .footer_forma .widget .wpcf7-form .block_filed_form input {
        font-size: 12px;
        padding: 12px 10px;
    }
    .file_upload .file_upload_text {
        font-size: 12px;
    }
    .file_upload > button {
        line-height: 38px;
        font-size: 42px;
        height: 40px;
        width: 43px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .footer_forma .widget .wpcf7-form .block_filed_sub .wpcf7-submit {
        font-size: 16px;
    }
    .footer_middle .widget .widgettitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer_middle .widget .textwidget {
        font-size: 14px;
    }
    .footer_bottom .copyright {
        width: 60%;
        font-size: 14px;
        margin-top: 12px;
    }
    .footer_bottom .brainlab {
        width: 40%;
    }
    .wk_block_home .uk-panel .uk-margin {
        font-size: 14px;
    }
    .footer_middle {
        padding: 40px 0px;
    }
    .singe_post .meta {
        top: -10px;
    }
    .wk_block_home .container_grid_stak {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .wk_block_home .container_grid_stak:last-child {
        padding-bottom: 0;
    }
    .wk_block_home .uk-grid .image_block {
        padding-left: 0;
    }
    .header_top .widget_nav_menu ul.menu > li > a {
        font-size: 15px;
    }
    .header_top .widget_nav_menu {
        width: 46%;
    }
    .header_top .widget_nav_menu ul.menu > li {
        margin-left: 15px;
    }
    .header_top .widget_polylang {
        width: 6%;
    }
    #text-9 {
        width: 20%;
    }
}


/*....Смартфоны_Альбомная_ориентация....*/
@media (max-width: 767px) {

.header_top .header-support {
    display: none;
}

header .header-support a {
    position: fixed;
    right: 0;
    z-index: 99999999;
    transform: scale(1);
    transition: .5s;
}
header .header-support .desctop-viber {
    top: 30%;
	background-color: #f8f8f8;
	padding: 5px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
header .header-support .desctop-telegram {
    top: 38%;
    background-color: #f8f8f8;
    padding: 5px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

header .header-support .desctop-viber:hover,
header .header-support .desctop-viber:focus {
    text-decoration: inactiveborder;
    padding-right: 30px;
}

header .header-support .desctop-telegram:hover,
header .header-support .desctop-telegram:focus {
    text-decoration: inactiveborder;
    padding-right: 30px;
}

header .header-support a span {
    display: none;
}

header .header-support p:first-child {
    display: none;
}

header .header-support p:last-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

    .widget_smartslider3 h3,
    .widget_smartslider3 .h3 {
    font-size: 24px !important;
}
.widget_smartslider3 p {
    font-size: 16px !important;
    line-height: 20px !important;
}
.widget_smartslider3 a {
    font-size: 14px !important;
}

	.postid-342 table {
		display: block;
	}
    .gallery-columns-3 {
        margin-right: -15px !important;
margin-left: -15px !important;
    }
    .gallery-columns-3 br {
        clear: none !important;
    }
    .gallery-columns-3 .gallery-item {
        width: 41.66666667% !important;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;

    }

    .gallery-columns-3 .gallery-item dt {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }


    body {
        font-size: 14px;
    }
    .mobile-viber{
        display: block;
    }
    .desctop-viber{

    }
    .container {
        width: 100%;
    }
    .header_top .widget_media_image {
        width: 30%;
        float: left;
        margin-top: 10px;
        text-align: left;
        border-bottom: none;
    }
    .header_top .widget_nav_menu {
        width: 100%;
        display: none;
    }
    .header_top .widget_polylang {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 5px;
        display: none;
    }
    .header_top .widget_polylang ul {
        display: flex;
    }
    .header_top .widget_polylang ul li {
        width: 50%;
    }
    .header_top .widget_polylang ul li a {
        width: 100%;
    }
    .header_top .widget_text {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 5px;
        float: right !important;
    }
    .header_top .widget_text .custom-html-widget {
        text-align: right;
    }
    .header_top .wd_phone_header {
        display: none;
        padding-bottom: 15px;
    }
    .header_top .widget_nav_menu ul.menu > li {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .header_top .widget_nav_menu ul.menu > li > a {
        border-top: none;
        padding: 5px;
        background: #f0f0f0;
    }
    .header_top .widget_nav_menu ul.menu > li > a:hover, .header_top .widget_nav_menu ul.menu > li.current-menu-item > a {
        color: #fff;
        background: #3d535e;
    }
    .header_bottom {
        padding-top: 3px;
    }
    .nav_menu ul.nav {
        display: block;
        padding: 12px 0px 10px;
    }
    h1.page_title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .nav_menu ul.nav > li {
        display: block;
		width:100%;
    }
    .nav_menu ul.nav > li > a {
        font-size: 16px;
        padding: 10px 15px;
        display: block;
        background: #57646b;
        margin-bottom: 5px;
		width:100%;
    }
    .lang_desktop {
        display: none;
    }
    /* .header_top .widget_polylang {
       width: 10%;
       margin-top: 4%;
       } */
    /* .header_top .widget_polylang ul li a {
       background: #3d535e;
       color: #fff;
       } */
    .header_top .widget_polylang ul li:first-child a {
        margin-bottom: 0px;
    }
    .mobile_icon_km {
        float: left!important;
        box-sizing: border-box!important;
        width: 45%!important;
        margin-top: 26px !important;
    }
    .mobile_icon_km .textwidget .fa {
        color: #82b151;
        font-size: 30px;
        margin: 0px 10%;
        cursor: pointer;
    }

    .mobile_icon_km .textwidget .fa-phone {
        color: red;
    }

    .nav_menu .navbar-collapse {
        display: none;
    }
    .wk_slider .content_slider {
        padding: 0px 15px 25px;
    }
    .wk_slider .content_slider .title_slider {
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: normal;
        line-height: 1.1;
        margin-top: -30px;
    }
    .wk_slider .content_slider .link_slider a, .wk_slider .content_slider .link_slider-s a {
        font-size: 14px;
        margin-top: 10px;
        padding: 5px 30px;
		width:150px;
    }
    .wk_slider ul.uk-dotnav {
        margin: 0px !important;
    }
    .wk_block_home .uk-width-medium-2-5 {
        width: 100%;
    }
    .wk_block_home .uk-width-medium-3-5 {
        width: 100%;
    }
    .wk_block_home .uk-grid:nth-child(n+2) {
        margin-top: 30px;
    }
    .wk_block_home .uk-grid .image_block:after,
    .wk_block_home .uk-grid .image_block:before {
        width: 17px;
        height: 87.5px;
        background-size: cover;
    }
    .wk_block_home .uk-grid:nth-child(1) .image_block:before {
        left: 10%;
    }
    .wk_block_home .uk-grid:nth-child(1) .image_block:after {
        bottom: -4%;
    }
    .wk_block_home .uk-grid:nth-child(2) .image_block:before {
        top: -6%;
    }
    .wk_block_home .uk-grid:nth-child(2) .image_block:after {
        bottom: -4%;
    }
    .wk_block_home .uk-grid:nth-child(3) .image_block:before {
        top: -7%;
    }
    .wk_block_home .uk-grid:nth-child(3) .image_block:after {
        bottom: -4%;
    }
    .wk_block_home .uk-grid:nth-child(4) .image_block:before {
        top: -6%;
    }
    .wk_block_home .uk-grid:nth-child(4) .image_block:after {
        bottom: -4%;
    }
    .page_home .page h2,
    .page_home .page .h2 {
        font-size: 24px;
    }
    .wk_news_home.uk-grid-width-large-1-3 > * {
        width: 100%;
    }
    .wk_news_home .uk-panel .uk-panel-title a {
        padding: 15px 10px;
        text-align: center;
    }
    .page_home .block_news_home .kurs_home {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .footer_forma .widget {
        padding: 20px 15px 30px;
    }
    .footer_forma .widget .widgettitle {
        font-size: 22px;
        line-height: 1.2;
        margin: 0 auto 20px;
    }
    .footer_forma {
        padding: 25px 0px;
    }
    .page_home {
        padding: 15px 0px 30px;
    }
    .footer_forma .widget .wpcf7-form .block_filed_form > .sing_field {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_forma .widget .wpcf7-form .block_filed_form p:nth-child(-n+2) input {
        border-right: 1px solid #c6c6c6;
    }
    .file_upload {
        width: 100%;
        text-align: left;

    }
    .file_upload > button {
        margin-right: 10px;
        margin-left: 2px;
        display: inline-block;
    }
    .file_upload > p:nth-child(2) {
        display: none;
    }
    .file_upload .file_upload_text {
        font-size: 14px;
        display: inline-block;
    }
    .footer_forma .widget .wpcf7-form .block_filed_form input {
        font-size: 14px;
    }
    .footer_middle .widget {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer_middle .widget_logo {
        display: none;
    }
    .footer_middle .widget_phone {
        padding-left: 0;;
        padding-top: 20px;
    }
    .footer_middle .widget_adress {
        padding-left: 0;
        padding-top: 20px;
    }
    .footer_middle .widget .widgettitle {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .footer_middle .widget .textwidget {
        font-size: 14px;
        line-height: 1.4;
    }
    .footer_middle .widget_phone p:last-child {
        margin-top: 5px;
    }
    .footer_middle {
        padding: 25px 0 0;
    }
    .footer_bottom .copyright {
        width: 100%;
        font-size: 14px;
        margin-top: 0;
        text-align: center;
        float: none;
    }
    .footer_bottom .brainlab {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 15px;
    }
    article h1 {
        font-size: 24px;
     }
    section {
        padding: 20px 0px;
    }
    .wk_block_home .uk-grid .uk-width-medium-3-5{
        padding-left: 0!important;
    }
    .preloader img {
        width: 50px;
    }
    .footer_bottom .brainlab a img {
        width: 140px;
    }
    .block_news {
        float: none;
        width: 100%;
    }
    .block_news:nth-child(2n+1) {
        margin-left: 0;
    }
    .post_loop .block_content .title_post a {
        min-height: 100%;
    }
    #text-9 {
        width: 100%;
        display: none;
        margin-top: 0;
    }
    #post-47 ul {
        padding-left: 70px;
    }
	.news-home .uk-panel-teaser img{
		width:100%;
	}
	.footer_middle .widget.footer-social{
		position: relative;
		width: 100%;
		bottom: 0;
		padding-top:15px;
	}
		.icon-block__instagramm {
		/*margin-top: 18px;*/
		margin-left: 5px;
	}
}

/*....Все_что_больше_смартфонов....*/
@media (min-width: 768px) {
    .lang_mobile, .header-support.mob-social {
        display: none;
    }
    .nav_menu .navbar-collapse {
        display: block!important;
    }
    .header_top .mobile_icon_km {
        display: none!important;
    }
    .header_top .wd_phone_header {
        display: block!important;
    }
    #text-9 {
        display: block !important;
    }
    .header_top .widget_nav_menu {
        display: block!important;
    }
}

@media (max-width: 768px) {
    .n2-ss-slider .n2-ss-img-wrapper img {
    	max-width: 130% !important;
		margin-top: -100px !important;
		margin-left: -100px !important;
    }

    .header-support .desctop-whatsapp {
        display: block;
        top: 46%;
        background-color: #f8f8f8;
        padding: 5px 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-support .desctop-whatsapp:hover, .header-support .desctop-whatsapp:focus {
        text-decoration: inactiveborder;
        padding-right: 30px;
    }
}

/*....Смартфоны_Портретная_ориентация....*/
@media (max-width: 479px) {
    .header_top .widget_media_image {
        width: 37%;
    }
    .mobile_icon_km {
        width: 40% !important;
/*         margin-top: 6% !important; */
    }
    /* .header_top .widget_polylang {
       width: 12%;
       } */
    .mobile_icon_km .textwidget .fa {
        margin: 0px 5%;
    }
    article h1 {
        font-size: 22px;
        line-height: 1.2;
    }

}

@media (max-width: 550px) {
	.fcia_content iframe {
		width: 400px !important;
		height: 500px;
	}
	.fci_tbl_wrapper {
		height: 500px !important;
	}
	#fci_tbl,
	.jspContainer,
	.jspPane {
		height: 500px !important;
		width: 400px !important;
	}
}

@media (max-width: 450px) {
    .gallery-columns-3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .gallery-columns-3 br {
        clear: none !important;
    }
    .gallery-columns-3 .gallery-item {
        width: 41.66666667% !important;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;

    }
    .gallery-columns-3 img {
        height: 75px;
    }
	.fcia_content iframe {
		width: 300px !important;
		height: 500px;
	}
	.fci_tbl_wrapper {
		height: 500px !important;
	}
	#fci_tbl,
	.jspContainer,
	.jspPane {
		height: 500px !important;
		width: 300px !important;
	}
	.table-hww > div h3,
    .table-hww > div .h3{
		line-height: 35px;
		padding: 20px 0px;
	}
	.news-home .uk-panel-teaser img{
		width:100%;
	}
}

.uk-grid-match>*{
	padding-left:15px;
	padding-right:15px;
}

img.alignleft {
    margin: 0;
}


.post_loop .block_content .title_post a {
    padding: 10px 15px 0;
    min-height: 100%;
    line-height: 26px;
}

.category-novosti .post_loop p {
    padding: 0px 15px;
}

.category-novosti .post_loop {
 padding-bottom: 10px;
 padding-top: 20px;
}

.category-novosti .post_loop .date {
    line-height: 12px;
    margin-bottom: 15px;
}

#smartslider3-3 h3,
#smartslider3-3 .h3 {
    white-space: inherit !important;
}

.news-home .uk-margin p {
    font-weight: 100 !important;
}

.aligncenter {
	margin:0 auto;
}
/*29925*/
span.scroll-top {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    border: 3px solid #fff;
    padding-top: 3px;
    transition: .3s;
    z-index: 143;
}
span.scroll-top[style="display: inline;"],
span.scroll-top[style="display: block;"] {
    display: inline-flex!important;
}
span.scroll-top:before {content: '';display: inline-block;width: 10px;height: 10px;border-bottom: 3px solid #3d535e;border-right: 3px solid #3d535e;transform: rotate(-135deg);position: absolute;top: 18px;left: 14px;}
span.scroll-top:hover {
    bottom: 20px;
    background: #e0e0e0;
}
/*end 29925*/
/*29924*/
@media (max-width: 767px) {
    .header_top .header-support-phone {
        width: 100%;
    }
    .header_top .header-support-phone br, .header_top .header-support-phone p{
        display: none;
    }
    .header_top .header-support-phone a {
        font-size: 18px;
        display: inline-block;
        width: calc(50% - 2px);
        margin-bottom: 5px;
    }

    .mobile_icon_km .textwidget .fa-list {
        width: 30px;
        position: absolute;
        height: 4px;
        background: #82b151;
        transition: background .3s .5s;
        left: 0;
    }
    .mobile_icon_km .textwidget .fa-list:before,.mobile_icon_km .textwidget .fa-list:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background: #82b151;
        transform-origin: 50% 50%;
        transition: top .3s .3s,transform .3s;
        transition: top .3s .3s,transform .3s;
    }
    .mobile_icon_km .textwidget .fa-list:before {
        top: 10px;
    }
    .mobile_icon_km .textwidget .fa-list:after {
        top: -10px;
    }
    .mobile_icon_km .textwidget .fa-list.show_menu-mob {
        width: 28px;
        background: 0 0;
        transition: background 0s linear;
    }
    .mobile_icon_km .textwidget .fa-list.show_menu-mob:before,.mobile_icon_km .textwidget .fa-list.show_menu-mob:after {
        width: 28px;
        top: 0;
        left: 0;
        transition: top .3s,transform .3s .5s;
    }
    .mobile_icon_km .textwidget .fa-list.show_menu-mob:before {
        transform: rotate3d(0,0,1,45deg);
    }
    .mobile_icon_km .textwidget .fa-list.show_menu-mob:after {
        transform: rotate3d(0,0,1,-45deg);
    }
    .header_top div#custom_html-2 .custom-html-widget {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        width: calc(100% - 10px);
    }
    /*29922 */
    .mobile_icon_km .textwidget .fa-list {
        left: -4px;
        position: absolute;
        top: 32px;
    }
    .header_top .widget_media_image {
        width: calc(100% - 75px);
        padding-left: 88px;
        margin-top: 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 68px;
    }
    .header_top #custom_html-2.widget_text {
        width: 40px!important;
    }
    #custom_html-3.social-block {
        width: 35px!important;
    }
    .social-block {
        height: 64px;
    }
    .header_top .widget_media_image > a {
        max-width: 120px;
    }
    span.txt-menu {
        font-size: 20px;
        font-weight: 500;
        position: absolute;
        color: #82b151;
        top: -8px;
        left: 34px;
        font-family: 'Roboto','ralewaymedium';
    }
    /*end 29922 */
}
/*end 29924*/
/*29919*/
header {
    position: sticky;
    top: -106px;
    z-index: 143;
}

@media (max-width: 767px) {
    header {
        top: 0px!important;
        background: #fff;
    }
    div#n2-ss-3 .n2-ss-layer .n2-font-097a43786638eefedd9ed564ce12972f-hover {
        font-size: 26px!important;
    }
}
div#widgetkit-4 .uk-panel .uk-margin:after {
    content: 'Подробнее';
    font-family: 'Roboto';
    color: #5cba3c;
    display: block;
    margin-top: 10px;
}
/*end 29919*/









article#post-8028 h1{
    font-family: 'ralewaysemibold';
}

article#post-8028 {
    --green: #82B151;
    --h_color: #3D535E;
    --text_color: #3E3E3E;
}
article#post-8028 * {
    font-family: 'ralewayregular';
    color: var(--text_color);
}
article#post-8028 .city_p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
}
article#post-8028 .city_p:before {
    content: '';
    background-image: url('images/svg/point.svg');
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
}
article#post-8028 ul {
    list-style: none;
    padding-left: 0;
    margin-left: 8.5px;
}
article#post-8028 ul li {
    position: relative;
    padding-left: 20px;
}
article#post-8028 ul li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: var(--text_color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
article#post-8028 .title_sec {
    margin-bottom: 20px;
    color: var(--h_color);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'ralewaysemibold';
}
article#post-8028 .city_p {
    color: var(--green);
}
article#post-8028 .main_city_sec .title_sec{
    margin-bottom: 20px;
}
article#post-8028 .main_city_sec .wrap {
    display: flex;
    justify-content: space-between;
}
article#post-8028 .main_city_sec .points{
    max-width: 380px;
}

article#post-8028 .main_city_sec .points li span{
	font-family: arial;
}

article#post-8028 .main_city_sec .map img{
    cursor: pointer;
    max-width: 750px;
    width: 100%;
}
article#post-8028 .main_city_sec .map .title{
    font-family: 'ralewaysemibold';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
}
article#post-8028 .other_citys_sec{
    margin-top: 39px;
}
article#post-8028 .other_citys_sec .level_1 {
    display: flex;
    flex-wrap: wrap;
}
article#post-8028 .other_citys_sec .level_1 > li{
    margin-top: 19px;
    width: 30%;
    padding-left: 0;
}
article#post-8028 .other_citys_sec .level_1 > li:before {
    content: none;
}
article#post-8028 .other_citys_sec .level_2{
    /*margin-left: 8.5px;*/
    margin-top: 9px;
}
article#post-8028 .contacts_sec {
    display: flex;
    margin-top: 39px;
    padding-top: 39px;
    border-top: solid 1px rgb(61 83 94 / 20%);
    margin-bottom: 19px;
}
article#post-8028 .contacts_sec > div {
    width: 33%;
}

article#post-8028 .contacts_sec .title_sec {
    position: relative;
    padding-left: 30px;
    margin-bottom: 19px;
}
article#post-8028 .contacts_sec .title_sec:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 24px;
    width: 24px;
    margin: auto;
}

article#post-8028 .contacts_sec > div ul {
    display: flex;
    flex-wrap: wrap;
}
article#post-8028 .contacts_sec > div ul li {
    display: inline-block;
    width: 48%;
}


article#post-8028 .contacts_sec ul li {
    padding: 0;
    margin-bottom: 10px;
}
article#post-8028 .contacts_sec ul li:before {
    content: none;
}
article#post-8028 .contacts_sec ul li a{
    text-decoration: none;
}
article#post-8028 .contacts_sec .phones,
article#post-8028 .contacts_sec .emails{
    margin-right: 72px;
}

article#post-8028 .contacts_sec .phones .title_sec:before {
    background-image: url('images/svg/phone.svg');
}
article#post-8028 .contacts_sec .emails .title_sec:before {    
    background-image: url('images/svg/email.svg');
}
article#post-8028 .contacts_sec .socials .title_sec:before {
    background-image: url('images/svg/socials.svg');    
}


article#post-8028 .contacts_sec .socials a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
			align-items: center;
	width: 24px;
}
article#post-8028 .contacts_sec .socials .icon { 
	width: 24px;
    height: auto;
}


@media(max-width: 1210px){
    article#post-8028 .main_city_sec .wrap{
        display: block;
    }
	
	article#post-8028 .main_city_sec .points{
		max-width: 100%;
	}

    article#post-8028 .main_city_sec .map{
        margin-top: 16px;
    }
}


@media(max-width: 995px){
    article#post-8028 .other_citys_sec .level_1 > li{
        width: 46%;
        margin-right: 10px;
    }

    article#post-8028 .contacts_sec{
        justify-content: space-between;
    }

    article#post-8028 .contacts_sec > div{
        width: 50%;
    }

    article#post-8028 .contacts_sec ul{
        column-count: 1;
    }
}


@media(max-width: 620px){
    article#post-8028 .contacts_sec{
        display: block;
        margin-top: 24px;
        padding-top: 24px;
    }
    article#post-8028 .contacts_sec > div{
        width: 100%;
    }

    article#post-8028 .contacts_sec .emails{
        margin-top: 16px;
    }
    article#post-8028 .title_sec{
        font-size: 16px;
        line-height: 20px;
    }
	article#post-8028 .contacts_sec .socials{
		margin-top: 16px;
	}
}


@media(max-width: 560px){
    article#post-8028 .other_citys_sec .level_1 > li{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
}


@media(max-width: 1450px){
    article#post-8028 .popup_pnt{
        margin-left: 25px;
        margin-right: 25px;
    }
}


@media (max-width: 1220px) {
    article#post-8028 .contacts_sec .phones {
        width: 45%;
    }
    article#post-8028 .contacts_sec .emails {
        width: 30%;
    }
    article#post-8028 .contacts_sec .socials {
        width: 25%;
    }
}
@media (max-width: 991px) {
    article#post-8028 .contacts_sec {
        flex-wrap: wrap;
    }
    article#post-8028 .contacts_sec .phones {
        width: 50%;
    }
    article#post-8028 .contacts_sec .emails {
        margin-right: 0;
        width: 30%;
    }
    article#post-8028 .contacts_sec .socials {
        margin-top: 20px;
        width: 48%;
    }
}
@media (max-width: 626px) {
    article#post-8028 .contacts_sec {
        display: block;
    }
    article#post-8028 .contacts_sec .phones {
        width: 100%;
    }
    article#post-8028 .contacts_sec .emails {
        margin-right: 0;
        width: 100%;
    }
    article#post-8028 .contacts_sec .socials {
        margin-top: 16px;
        width: 100%;
    }
    article#post-8028 .contacts_sec > div ul {
        display: block;
    }
    article#post-8028 .contacts_sec > div ul li {
        width: 100%;
    }
}

/* Contact form 7 validation text */
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: solid 1px #e58181 !important;
    -moz-box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
    -webkit-box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
    box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {
    border: solid 1px #e58181 !important;
    -moz-box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
    -webkit-box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
    box-shadow: inset 0 3px 6px rgba(150, 150, 150, 0.2) !important;
}
.help-ua-wrapper {
    width: 170px;
    height: 140px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.help-ua {
    font: bold 15px sans-serif;
    color: #333;
    pointer-events: all;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 44px;
    left: -43px;
    width: 200px;
    background: #f8f924;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#f8f924),color-stop(50%,#2178e2));
    background: linear-gradient(0deg,#f8f924 50%,#2178e2 50%);
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.help-ua a {
    color: inherit;
    text-decoration: none;
}