/*   
Theme Name: Smart
Theme URI: 
Version: 1.0
Tags: clean, development, html5
Description: Шаблон для разработки от Smart.
Author: Smart
Author URI: 
*/

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

div#wpadminbar {
	position: fixed !important;
	display: none;
}

html {
	margin-top: 0 !important;
}

body {
	background: #fcfdff;
    font-family: montserrat-regular;
    color: #171818;
    font-size: 14px;
    overflow: hidden;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #b10694;
}

@font-face {
    font-family: montserrat-regular;
    src: url(fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
    src: url(fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(fonts/montserrat-light.ttf);
}
@font-face {
    font-family: dashicons;
    src: url(fonts/dashicons.ttf);
}

b, th, strong, h1, h2, h3, h4 {
	font-family: montserrat-bold;
	line-height: normal;
}
h1, h2, h3, h4, h5 {padding: 20px 30px; text-transform: uppercase; }
.wrapper-block p{padding: 0px 30px 20px 30px}
p > li {padding: 0px 30px 20px 30px}

::-webkit-input-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#171818;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#171818;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#171818; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 190px;
	overflow: hidden;
	opacity: 0;
}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.wrapper-inner {
	position: relative;
	display: block;
	/*width: 100%;*/
	max-width: 1400px;
	margin: 0 auto;
}

@media (max-width: 1920px) {
	.wrapper-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.wrapper-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.nav {
	position: fixed;
	display: block;
	width: 100%;
	max-width: 1920px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fcfdff;
	z-index: 999;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-top {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-height: 125px;
	margin: 0 auto;
	border-bottom: 1px solid #e9e9e9; 
}

.nav .nav-top .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1400px;
	height: 125px;
	margin: 0 auto;
}

.nav .nav-top .logo {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 50%;
	max-width: 292px;
}

.nav .nav-top .logo img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}

.nav .nav-top .logo:hover {
	-webkit-filter:brightness(1.3); 
	-moz-filter:brightness(1.3); 
	-o-filter:brightness(1.3); 
	filter:brightness(1.3); 
}

.nav .nav-top .list {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav .nav-top .list .item {
	position: relative;
	display: inline-block;
	float: left;
	color: #414546;
	text-shadow: 0 0 0 #414546;
	font-size: 16px;
	margin-left: 80px;
}

.nav .nav-top .list .item:first-child {
	margin-left: 0;
	margin-top: 0;
}

.nav .nav-top .list .item.local:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	left: -34px;
	background: url(images/ico-local.png) no-repeat;
}

.nav .nav-top .list .item.phone:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 57%;
	transform: translateY(-50%);
	left: -45px;
	background: url(images/ico-phone.png) no-repeat;
}
.nav .nav-top .list .item.pho:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 57%;
	transform: translateY(-50%);
	left: -45px;
	background: url(images/ico-pho.png) no-repeat;
}

/*==========================================*/
/*==========================================*/
/*==========================================*/
.nav .nav-bottom {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #e9e9e9; 
}

.nav .nav-bottom .inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1400px;
	height: 80px;
	margin: 0 auto;
}

.nav .nav-bottom nav.menu-nav-container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1400px;
	height: 80px;
	margin: 0 auto;
}
/*
.nav .nav-bottom nav.menu-nav-container ul {
	position: absolute;
	display: inline-block;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
*/
.nav .nav-bottom nav.menu-nav-container ul {
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.nav .nav-bottom nav.menu-nav-container ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.nav .nav-bottom nav.menu-nav-container ul li a {
	position: relative;
	display: block;
	color: #171818;
	text-shadow: 0 0 0 #171818;
	font-size: 16px;
	padding: 30px 10px;
	margin: 0 38px;
}

.nav .nav-bottom nav.menu-nav-container ul li:first-child a {
	padding-left: 0;
	margin-left: 0 !important;
	margin-right: 40px;
}
.nav .nav-bottom nav.menu-nav-container ul li:last-child a {
	padding-right: 0;
	margin-right: 0 !important;
	margin-left: 39px;
}

.nav .nav-bottom nav.menu-nav-container ul li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	background: url(images/ico-nav-line.png) no-repeat center;
	background-size: 100% 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.nav .nav-bottom nav.menu-nav-container ul li a:hover:before,
.nav .nav-bottom nav.menu-nav-container ul li.current-menu-item a:before {
	width: 100%;
}

.nav .nav-bottom nav.menu-nav-container ul li:first-child a:before {
	left: -5px;
}
.nav .nav-bottom nav.menu-nav-container ul li:last-child a:before {
	left: 5px;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.nav-arrow {
	position: absolute;
	display: none;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.nav-arrow:before {
	content: '\f333';
    font-family: dashicons;
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #171818;
    -webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.nav-arrow:hover:before {
	color: #555;
}

.nav-close {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nav-close:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background: url(images/close.png) no-repeat;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
}

.nav-close:hover:before {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.ms-slide-info {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1400px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}

.ms-info {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1400px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    opacity: 1;
}

.ms-info p {
	position: relative;
	display: block;
}

.ms-info p:nth-child(1) {
	font-size: 36px;
    font-family: montserrat-black;
}
.ms-info p:nth-child(2) {
	font-size: 72px;
    font-family: montserrat-black;
    margin-bottom: 22px;
    margin-top: -3px;
}
.ms-info p:nth-child(3) {
	font-size: 16px;
    font-family: montserrat-regular;
}

.ms-info a {
	position: relative;
	display: inline-block;
	width: 263px;
	height: 52px;
	background: url(images/slider-btn.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    line-height: 52px;
	margin-top: 35px;
}

.ms-info a:hover {
	background: url(images/slider-btn-hover.png) no-repeat;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.wrapper-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px auto;
	padding-top: 20px;
	font-size: 36px;
	font-family: montserrat-black;
	color: #2f2f2f;
}

@media (max-width: 1200px) {
	.wrapper-title br  {
		display: none;
	}
}

@media (max-width: 992px) {
	.wrapper-title {
		font-size: 24px;
	}
}

.wrapper-title span {
	position: relative;
	/*display: block;*/
	width: 100%;
	text-align: center;
	margin: 0 auto 5px;
	color: #d5029d; 
	line-height: 100%;
}

.wrapper-title p {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #696969;
	font-size: 16px;
}

.our_partners {
	width: 100%;
	max-width: 1644px;
	margin: 0 auto;
	display: block;
}

/*==========================================*/
/*==========================================*/
/*==========================================*/
.post-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 60px 0 0;
}

.department-block .post-block {
	text-align: center;
}

.post-block .dep-post {
	position: relative;
	display: inline-block;
	width: 24%;
	text-align: center;
}



.post-block .dep-post a.link {
	position: relative;
	display: block;
	width: 100%;
	max-width: 350px;
}

.post-block .dep-post a.link .img {
	position: relative;
	display: block;
	width: 270px;
	height: 272px;
	background: url(images/dep-post-frame.png) no-repeat;
	margin: 0 auto 20px;
}

.post-block .dep-post a.link .img .img-inner {
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	top: -2px;
    left: -1px;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.post-block .dep-post a.link .img .img-inner .img-img {
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 1s ease; 
	-o-transition:all 1s ease; 
	-moz-transition:all 1s ease; 
	transition:all 1s ease;
}

.post-block .dep-post a.link:hover .img .img-inner .img-img {
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.post-block .dep-post a.link .img .img-inner .img-img img {
	position: relative;
	display: block;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.post-block .dep-post a.link .img .img-inner .img-title {
	position: absolute;
	display: block;
	width: 214px;
	height: 89px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(images/dep-post-fade.png) no-repeat;
	color: #171818;
	font-size: 16px;
}

.post-block .dep-post a.link .img .img-inner .img-title span {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	color: #171818;
	text-shadow: 0 0 0 #171818;
	font-size: 16px;
	text-align: center;
	width: 100%;
}


.post-block .dep-post a.link .text {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #171818;
	font-size: 14px;
}

.text-list {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	color: #171818;
	font-size: 15px;
	min-height: 220px;
}

.text-list ul{
   list-style: none;
}

.text-list li{
    background: url(images/icon-list.png) 0px 0px no-repeat;
    min-height: 28px;
    padding-left: 35px;
    margin: 10px 30px;
}


/*.post-block .dep-post:nth-child(1) {
	float: left;  
}
.post-block .dep-post:nth-child(2) .link {
	margin: 0; 
}

.post-block .dep-post:nth-child(3) .link {
	margin: 0; 
}
.post-block .dep-post:nth-child(4), .post-block .dep-post:nth-child(4) .link {
	float: right;
}*/

/*==========================================*/
/*==========================================*/
/*==========================================*/
.department-block:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 355px;
	background: url(images/bg-1.png) no-repeat center;
	bottom: -255px;
}
.dep-btn{
	margin-top: 20px;
    padding-top: 18px;
    width: 280px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    display: inline-grid;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.dep-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.specialist-block {
	padding-top: 28px;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/


/* specialist_main >>> */
.specialist-block_main {
	
}
.sp-slider-inner_main {

}

.specialist-block_main .post-block_main {
	margin-top: 40px;
}

.sp-slider-inner_main .sp-post {
	text-align: center;
}

.sp-slider-inner_main .sp-post .img {
	position: relative;
  display: block;
  width: 100%;
  max-width: 345px;
  height: 272px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 15px;
  border: 0px solid #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition:all 0.3s ease; 
  -o-transition:all 0.3s ease; 
  -moz-transition:all 0.3s ease; 
  transition:all 0.3s ease;
  -webkit-box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
  -moz-box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
  box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
}

.sp-slider-inner_main .sp-post .img_inner {
	
}
.sp-slider-inner_main .sp-post img {
	position: absolute;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.sp-slider-inner_main .sp-post .title {
    position: relative;
    display: block;
    text-align: center;
    margin: 15px auto 5px;
    color: #2f2f2f;
    font-family: montserrat-black;
    font-size: 20px;
    font-weight: bold;
}

.sp-slider-inner_main .slick-prev, 
.sp-slider-inner_main .slick-next {
    top: 30%;
    width: 35px;
    height: 35px;
    cursor: pointer;

}
.sp-slider-inner_main .slick-prev:before, 
.sp-slider-inner_main .slick-next:before {
	color: #cf0298;
	font-size: 32px;
}

.sp-slider-inner_main .slick-dots {
	position: initial;
	margin-top: 20px;
}

.sp-slider-inner_main .slick-dots li button:before {
	font-size: 12px;
}
/* specialist_main <<< */


/* feedback slider >>> */
.comment-block_feedback .comm-post {
    padding: 25px;
    margin: 60px 25px;
    position: relative;
    display: inline-table;
    min-width: initial;
    max-width: initial;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 35px -5px rgba(197, 16, 148, 0.22);
    margin-bottom: 10px;
}
.comment-block_feedback .sp-slider-inner_feedback {
	position: relative;
	display: block;
	height: 450px;
}
.comment-block_feedback .slick-prev, 
.comment-block_feedback .slick-next {
    top: 30%;
    width: 35px;
    height: 35px;
    cursor: pointer;

}
.comment-block_feedback .slick-prev:before, 
.comment-block_feedback .slick-next:before {
	color: #cf0298;
	font-size: 32px;
}

.comment-block_feedback .slick-dots {
	position: initial;
	margin-top: 20px;
}

.comment-block_feedback .slick-dots li button:before {
	font-size: 12px;
}
/* feedback slider <<< */


.sp-slider {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1310px;
	height: 450px;
	margin: 0 auto;
}

.sp-slider .sp-slider-block {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1195px;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
}

.sp-slider .sp-slider-block .sp-slider-inner {
	position: relative;
	display: flex;
	height: 450px;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post {
	position: relative;
	display: inline-block;
	float: left;
	width: 350px;
	height: 450px;
	margin-left: 72px;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post:first-child {
	margin-left: 0;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post .img {
	position: relative;
	display: block;
	width: 320px;
	height: 210px;
	margin-left:20px;
	border: 0px solid #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	-webkit-box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
	-moz-box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
	box-shadow: 13px 7px 34px -10px rgba(137, 2, 100, 0.33);
}


.sp-slider .sp-slider-block .sp-slider-inner .sp-post .img .img-inner {
	position: absolute;
	display: block;
	width: 330px;
	height: 210px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post .img img {
	position: relative;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post:hover .img {
	-webkit-filter: contrast(145%); 
	-moz-filter: contrast(145%); 
	-o-filter: contrast(145%); 
	filter: contrast(145%); 
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post .title {
	position: relative;
	display: block;
	text-align: center;
	margin: 15px auto 5px;
	color: #2f2f2f;
	font-family: montserrat-black;
	font-size: 20px;
    font-weight: bold;
}

.sp-slider .sp-slider-block .sp-slider-inner .sp-post .text {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #909090;
	font-size: 16px;
}

.text-slider{
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #909090;
	font-size: 16px;
	min-height: 50px
px
;
}
.text-slider-stazh{
	text-align: center;
	margin-top: 30px;
	color: #3a3a3a;
	font-size: 18px;
}
.text-slider-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.text-slider-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.sp-slider .sp-prev {
	position: absolute;
	display: block;
	width: 22px;
	height: 230px;
	top: 0;
	left: 0;
	background: url(images/sp-prev.png) no-repeat center;
	opacity: 0.3;
}

.sp-slider .sp-next {
	position: absolute;
	display: block;
	width: 22px;
	height: 230px;
	top: 0;
	right: 0;
	background: url(images/sp-next.png) no-repeat center;
}

.sp-slider .sp-prev:hover,
.sp-slider .sp-next:hover {
	-webkit-filter:contrast(300%); 
	-moz-filter:contrast(300%); 
	-o-filter:contrast(300%); 
	filter:contrast(300%); 
}

.records-block .post-block {
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0;
}

.records-block {
	background: url(images/bg-records.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	.records-block {
		text-align: center;
	}
}

.records-block:before {
	/*content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 484px;
	background: url(images/bg-records.jpg) no-repeat center;
	margin-top: 50px;*/
}

.records-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	margin: 20px auto;	
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	font-family: montserrat-black;
	color: #2f2f2f;
}

@media (max-width: 992px) {
	.records-title {
		font-size: 36px;
	}
}

@media (max-width:768px) {
	.records-title {
		text-align: center;
	}
}

@media (max-width: 570px) {
	.records-title br {
		display: none;
	}
}


.records-title span {
	position: relative;
	/*display: block;*/
	width: 100%;
	text-align: center;
	margin: 0 auto 5px;
	color: #730660; 
	line-height: 100%;
}

.records-text{
	max-width: 540px;
    padding: 40px 0;
    font-size: 24px;
}

.records-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.records-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.clinika-block {
	margin-top: 30px;
}

.clinika-block:before {
	/*content: '';
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-top: 100px;*/
}
.cli-img img{
	/*height: 135px;*/
	/*width: auto;*/
	width: 100%;
	max-width: 205px;
}
.cli-block{
	position: relative;
	text-align:center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.cli-post {
	margin: 0px 25px;
    position: relative;
    display: inline-table;
    width: 18%;
    text-align: center;
}

@media (max-width: 992px) {
	.cli-post {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.cli-post {
		width: 90%;
		margin-bottom: 30px;
	}
}

.cli-title{
	margin: 10px 0;
	color: #2f2f2f;
    font-size: 20px;
    font-weight: bold;
}
.cli-text{
	margin: 30px 0;
	color: #2f2f2f;
    font-size: 15px;
}

.today-block {
	background: url(images/bg-2.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 50px;
}

.today-block:before {
	/*content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 355px;
	background: url(images/bg-2.png) no-repeat center;
	bottom: 795px;*/
}

.day-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.day-post {
	margin: 0px 25px;
    position: relative;
    display: inline-flex;
    width: 80%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 768px) {
	.today-block .day-post {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.day-text {
	display: inline-block;
	width: 70%;
}

@media (max-width: 768px) {
	.day-text a {
		max-width: 320px;
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 768px) {
	.day-post .day-text {
		font-size: 16px;
		width: 100%;
		text-align: justify;
	}
}

.day-img-right {
	text-align: right;
	display: inline-block;
	width: 50%;
}

@media (max-width: 768px) {
	.day-post .day-img-right,
	.day-post .day-img-left {
		width: 100%;
		text-align: center;
	}
}

.day-img-left {
	text-align: left;
	display: inline-block;
	width: 50%;
}

.day-img-right.show_768 {
	display: none;
}

@media (max-width: 768px) {
	.day-post .day-img-right.show_768 {
		display: block;
	}
	.day-post .day-img-right {
		display: none;
	}
}

.day-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.day-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.gemorroy-block{
	content: '';
	/*position: absolute;*/
	display: block;
	width: 100%;
	max-width: 1920px;
	/*height: 400px;*/
	background: url(images/bg-1.png) no-repeat top center;
    bottom: 0px;
    top: -40px;
    padding-top: 110px;
	
}
.gemor-post {
	margin: 0px 25px;
    position: relative;
    display: inline-flex;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 768px) {
	.gemorroy-block .gemor-post {
		display: block;
		margin: 0;
	}
}

.gemor-text {
	display: inline-block;
	width: 70%;
}

@media (max-width: 768px) {
	.gemorroy-block .gemor-text {
		font-size: 24px;
		text-align: center;
		width: 100%;
	}
	.gemorroy-block .gemor-text br {
		display: none;
	}
}

.gemor-title {
	position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin: 20px auto;
    padding-top: 20px;
    font-size: 28px;
    line-height: 35px;
    font-family: montserrat-black;
    color: #2f2f2f;
}

@media (max-width: 768px) {
	.gemorroy-block .gemor-title {
		font-size: 24px;
		text-align: center;
	}
}

.gemor-img {
	text-align: left;
	display: inline-block;
	width: 75%;
}

@media (max-width: 768px) {
	.gemorroy-block .gemor-img {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.gemorroy-block .gemor-list {
		text-align: left;
	}
	.gemorroy-block .gemor-list br {
		display: none;
	}
}

.gemor-list ul {
    list-style: none;
}
.gemor-list li {
    background: url(images/icon-gift.png) 0px 0px no-repeat;
    min-height: 44px;
    padding-left: 60px;
    margin: 15px 15px;
    font-style: italic;
}
.gemor-list li span {
    color: #ff7800;
}
.gemor-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.gemor-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.consult-block {
	background: url(images/bg-consult.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	margin-top: 30px;
	padding-top: 50px;
	padding-bottom: 70px !important;
}

.consult-block:before {
	/*content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 484px;
	background: url(images/bg-consult.jpg) no-repeat center;
	margin-top: 90px;*/
}

.consult-block .post-block {
	margin: 0;
}

@media (max-width: 768px) {
	.consult-block .post-block {
		text-align: center;
	}
}

.consult-block .consult-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 0;
	padding-top: 20px;
	font-size: 48px;
	font-family: montserrat-black;
	color: #2f2f2f;
}

@media (max-width: 768px) {
	.consult-block .consult-title {
		text-align: center;
	}
}

.consult-block .consult-title {
	margin-top: 0;
	font-size: 36px;
}

.consult-title span {
	position: relative;
	/*display: block;*/
	width: 100%;
	text-align: center;
	margin: 0 auto 5px;
	color: #730660; 
	line-height: 100%;
}

.consult-text{
	max-width: 540px;
    padding: 0 0 40px 0;
    font-size: 24px;
}

@media (max-width: 768px) {
	.consult-block .consult-text {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
}

.consult-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

@media (max-width: 768px) {
	.consult-block .consult-btn {
		max-width: 320px;
		margin: 0 auto;
		display: table-cell;
	}
}

.consult-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.comment-block {
	margin-bottom: 50px;
}

.comment-block:before {
	/*content: '';
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-top: 150px;*/
}
.comm-description{
	text-align: center;
	font-size: 22px;
}
.comm-img img{
	float: left;
	height: 66px;
	width: auto;
}
.comm-title-name {
	font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-left: 100px;
    padding-top: 10px;
}
.comm-title-city {
	font-size: 16px;
    text-align: left;
    padding-left: 100px;
    padding-top: 10px;
}
.comm-block{
	position: relative;
	text-align:center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
}
.comm-post {
	padding: 25px;
	margin: 60px 25px;
    position: relative;
    display: inline-table;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 35px -5px rgba(197, 16, 148, 0.22)
}
.comm-text{
	display: block;
	text-align: left;
	padding: 15px 0px;
	font-size: 16px;
}
.comm-rating{
	float: left;
}

.comm-rating .sp-slider {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1310px;
	height: 670px;
	margin: 0 auto;
}

.comm-rating .sp-slider .sp-slider-block {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1195px;
	height: 670px;
	overflow: hidden;
	margin: 0 auto;
}

.comm-rating .sp-slider .sp-slider-block .sp-slider-inner {
	position: relative;
	display: flex;
	height: 670px;
}

.comm-rating.sp-slider .sp-slider-block .sp-slider-inner .sp-post {
	height: 670px;

}

.recordsnow-block:before {
	content: '';
	display: block;
	width: 100%;
	max-width: 1920px;
}
.recnow-block{
	margin: 70px 0;
    text-align: center;
}
.recnow-description{
	text-align: center;
    font-size: 26px;
	font-family: montserrat-black;
}
.recnow-description span{
	color: #730660;
}
.recnow-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.recnow-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}




.words-block:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 355px;
}
.wrd-block {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wrd-post {
	margin: 0px 25px;
    position: relative;
    display: inline-flex;
    width: 80%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 768px) {
	.words-block .wrd-post {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
}

.wrd-text {
	display: inline-block;
	width: 70%;
	margin: 25px 60px;
}
.wrd-img-right {
	text-align: right;
	display: inline-block;
	width: 70%;
}
.wrd-img-left{
	text-align: left;
	display: inline-block;
	width: 70%;
}
.signature img.right_signa {
	float: right;
}
.wrd-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.wrd-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.widget_media_gallery {
	text-align: center;
}

#gallery-1 {
	margin: 0px !important;
}
#gallery-1 .gallery-item {
	/*float: left;*/
	float: none !important;
	clear: both;
	margin: 1px 4px !important;
	text-align: center;
	/*width: 16%;*/
	width: 25% !important;
	display: inline-block;
}
#gallery-1 img {
	border: 0px solid #cfcfcf !important;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
		
		
/*==========================================*/
/*==========================================*/
/*==========================================*/
.pos {
	position: fixed;
	display: block;
	padding: 0 20px;
	height: 30px;
	background: #000;
	bottom: 10px;
	left: 10px;
	z-index: 99;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.gallery-block:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 355px;
}
.gallery-text{
	margin: 25px;
    text-align: center;
}
.gallery-btn{
	width: 320px;
	height: 55px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.gallery-btn:hover{
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.other-block{
	content: '';
	margin-top: 65px;
	display: block;
	width: 100%;
	max-width: 1920px;
	background: url(images/bg-1.png) no-repeat top center;
    bottom: 0px;
    top: -100px;
    padding-top: 210px;
	
}

.contact-popup{
	text-align: center;
	width:360px;
	max-width:100%;
}
.contact-popup .title{
	font-weight: bold;
    font-size: 26px;
    margin: 25px 20px;
    color: #d4029b;
}
.contact-popup .description{
    font-size: 18px;
    margin: 25px 20px;
}

.contact-popup input{
	position: relative;
    display: inline-block;
    width: 200px;
    height: 60px;
    border: 1px solid #e1e1e1;
    margin: 5px auto;
    line-height: 60px;
    padding: 0 18px 0 40px;
    color: #171818;
    font-size: 16px;
    font-family: montserrat-regular;
    z-index: 3;
}

.contact-popup input[type="submit"]{
	width: 260px;
	height: 55px;
	margin: 25px 0;
    padding-left: 18px;
	font-size: 18px;
    color: #fff;
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(214,2,157,1);
	background: -moz-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,157,1)), color-stop(100%, rgba(135,2,100,1)));
	background: -webkit-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -o-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	background: linear-gradient(to right, rgba(214,2,157,1) 0%, rgba(135,2,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6029d', endColorstr='#870264', GradientType=1 );
}

.contact-popup input[type="submit"]:hover{
	cursor:pointer;
	background: rgba(135,2,100,1);
	background: -moz-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,2,100,1)), color-stop(100%, rgba(214,2,157,1)));
	background: -webkit-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -o-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	background: linear-gradient(to right, rgba(135,2,100,1) 0%, rgba(214,2,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870264', endColorstr='#d6029d', GradientType=1 );
}

.contact-popup .select{
	text-align: left;
    display: inline-block;
	padding-left: 0px !important;
    padding-right: 0px !important;
    width: 260px !important;
}

.contact-popup .select-active{
	text-align: left;
    display: inline-block;
	padding-left: 40px !important;
    padding-right: 0px !important;
    width: 220px !important;
}

@media screen and (max-width: 500px){
.contact-popup .select .select-active {
    width: 218px !important;
}
}


/*==========================================*/
/*==========================================*/
/*==========================================*/
.gl-slider {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1310px;
	height: 275px;
	margin: 0 auto;
}

.gl-slider .gl-slider-block {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1220px;
	height: 275px;
	overflow: hidden;
	margin: 0 auto;
}

.gl-slider .gl-slider-block .gl-slider-inner,
.gl-slider .gl-slider-block .gl-slider-inner .widget_media_gallery,
.gl-slider .gl-slider-block .gl-slider-inner .widget_media_gallery .gallery {
	position: relative;
	display: flex;
	height: 275px;
}

.gl-slider .gl-slider-block .gl-slider-inner .gallery-item {
	position: relative !important;
	display: inline-block !important;
	float: left !important;
	width: 403px !important;
	height: 275px !important;
	margin: 0 0 0 5px !important;
	border: none !important;
	outline: none !important;
}

.gl-slider .gl-slider-block .gl-slider-inner .gallery-item:first-child {
	margin-left: 0 !important;
}

.gl-slider .gl-slider-block .gl-slider-inner dl {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.gl-slider .gl-slider-block .gl-slider-inner .gallery-item dt.gallery-icon.landscape,
.gl-slider .gl-slider-block .gl-slider-inner .gallery-item dt.gallery-icon.landscape a {
	position: relative !important;
	display: block !important;
	width: 403px !important;
	height: 275px !important;
	margin: 0 auto !important;
	border: none !important;
	outline: none !important;
	overflow: hidden;
}

.gl-slider .gl-slider-block .gl-slider-inner .gallery-item dt.gallery-icon.landscape img {
	position: absolute !important;
    display: block !important;
    width: auto !important;
    min-width: 100%;
    height: auto !important;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto !important;
    border: none !important;
    outline: none !important;
}

.gl-slider .gl-slider-block .gl-slider-inner br {
	display: none !important;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.gl-slider .gl-prev {
	position: absolute;
	display: block;
	width: 22px;
	height: 275px;
	top: 0;
	left: 0;
	background: url(images/sp-prev.png) no-repeat center;
	opacity: 0.3;
	z-index: 1;
}

.gl-slider .gl-next {
	position: absolute;
	display: block;
	width: 22px;
	height: 275px;
	top: 0;
	right: 0;
	background: url(images/sp-next.png) no-repeat center;
	z-index: 1;
}

.gl-slider .gl-prev:hover,
.gl-slider .gl-next:hover {
	-webkit-filter:contrast(300%); 
	-moz-filter:contrast(300%); 
	-o-filter:contrast(300%); 
	filter:contrast(300%); 
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.gl-popup {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	top: 0;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
}

.gl-popup .gl-content {
	position: absolute;
	display: inline-block;
	max-width: 100%;
}

.gl-popup .gl-content.min {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.gl-popup .gl-content.max {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.gl-popup .gl-content img {
	position: relative;
	display: block;
	margin: 0 auto;
	height: auto;
}

.gl-popup .gl-close {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

.gl-popup .gl-close:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background: url(images/close.png) no-repeat;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
	cursor: pointer;
}

.gl-popup .gl-close:hover:before {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.send-news-block {
	padding-top: 0px;
}

.send-news-block .left-block {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	max-width: 880px;
}

.send-news-block .left-block .wrapper-title,
.send-news-block .left-block .wrapper-title span,
.send-news-block .left-block .wrapper-title p {
	text-align: left;
	padding-top: 0;
}

.send-news-block .left-block .wrapper-title a.link {
	position: absolute;
	display: inline-block;
	width: 263px;
	height: 52px;
	background: url(images/slider-btn.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    line-height: 52px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.send-news-block .left-block .wrapper-title a.link:hover {
	background: url(images/slider-btn-hover.png) no-repeat;
}

.send-news-block .left-block .news-block-gen {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 47px 0 0;
}

.send-news-block .left-block .news-block-gen .news {
	position: relative;
	display: inline-block;
	float: left;
	width: 280px;
}

.send-news-block .left-block .news-block-gen .news:nth-child(2) {
	margin: 0 20px;
}

.send-news-block .left-block .news-block-gen .news .frame {
	position: relative;
	display: block;
	width: 280px;
	height: 193px;
	margin: 0 auto;
	overflow: hidden;
}

.send-news-block .left-block .news-block-gen .news .frame img {
	position: absolute;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.send-news-block .left-block .news-block-gen .news .title {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px auto 0;
    font-family: montserrat-bold;
    font-size: 14px;
}

.send-news-block .left-block .news-block-gen .news .date {
	position: relative;
	display: block;
	margin: 15px auto 10px;
	color: #a3a4a8;
	font-size: 12px;
}

.send-news-block .left-block .news-block-gen .news .text {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	color: #232327;
	font-size: 14px;
}

.send-news-block .left-block .news-block-gen .news .link {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #b10694;
	font-size: 14px;
}

.send-news-block .left-block .news-block-gen .news .link:hover {
	text-decoration: none;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.send-news-block {
	padding-top: 0px;
	z-index: 1;
}

.send-news-block .right-block {
	position: relative;
	display: inline-block;
	float: right;
	width: 100%;
	max-width: 470px;
}

.send-news-block .right-block .wrapper-title,
.send-news-block .right-block .wrapper-title span,
.send-news-block .right-block .wrapper-title p {
	text-align: left;
	padding-top: 0;
}

.send-news-block .right-block form.wpcf7-form {
	position: relative;
	display: block;
	width: 100%;
	padding: 28px 0 22px;
	border: 1px solid #e1e1e1;
	margin-top: 47px;
}

.send-news-block .right-block form.wpcf7-form span {
	position: relative;
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto 8px;
}

.send-news-block .right-block form.wpcf7-form input {
	position: relative;
	display: block;
	width: 360px;
	height: 60px;
	background: none;
	border: 1px solid #e1e1e1;
	padding: 0 18px 0 40px;
	margin: 0 auto;
	color: #171818;
	font-size: 16px;
    font-family: montserrat-regular;
}

.send-news-block .right-block form.wpcf7-form input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 20px rgba(255, 0, 0, 0.26);
}

.send-news-block .right-block form.wpcf7-form select {
	position: relative;
	display: block;
	width: 420px;
	height: 60px;
	background: rgba(255,255,255,0) url(images/select.png) no-repeat center right 15px;
	border: 1px solid #e1e1e1;
	padding: 0 18px 0 40px;
	margin: 0 auto;
	color: #171818;
	font-size: 16px;
    font-family: montserrat-regular;
    -webkit-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	-moz-appearance: none;
}

.send-news-block .right-block form.wpcf7-form input[type="submit"] {
	position: relative;
	display: block;
	width: 263px;
	height: 52px;
	background: url(images/slider-btn.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    line-height: 52px;
    margin: 20px auto 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.send-news-block .right-block form.wpcf7-form input[type="submit"]:hover {
	background: url(images/slider-btn-hover.png) no-repeat;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.wpcf7-response-output {
	position: fixed;
	width: 300px;
	padding: 20px;
	background: #fcfdff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	color: #171818;
	font-size: 14px;
	bottom: 10px;
	right: 20px;
	z-index: 99;
	text-align: center;
}

.send-news-block .right-block form.wpcf7-form span.wpcf7-not-valid-tip,
div.wpcf7 .ajax-loader,
form.wpcf7-form span.ajax-loader {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

@-moz-document url-prefix() {
	.wpcf7-response-output {
	    position: relative;
	    text-align: center;
	    margin: 15px auto 0 !important;
	    right: 0;
	    bottom: 0;
	}
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.footer-block {
	background: #20041b;
	height: 155px;
	margin-top: 27px;
}

.footer-block .wrapper-inner,
.footer-block .wrapper-inner .wrapper-block {
	height: 155px;
}

.footer-block .logo {
	position: absolute;
	display: block;
	top: 17px;
	left: 0;
}

.footer-block .logo img {
	width: 100%;
	height: auto;
}

.footer-block .logo:hover {
	-webkit-filter:brightness(1.3); 
	-moz-filter:brightness(1.3); 
	-o-filter:brightness(1.3); 
	filter:brightness(1.3); 
}

.footer-block .list {
	position: absolute;
	display: inline-block;
	top: 47px;
	left: 375px;
}

.footer-block .list .item {
	position: relative;
	display: inline-block;
	float: left;
	color: #ffffff;
	text-shadow: 0 0 0 #ffffff;
	font-size: 14px;
	margin-left: 80px;
}

.footer-block .list .item:first-child {
	margin-left: 0;
	margin-top: 0;
}

.footer-block .list .item.local:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	left: -34px;
	background: url(images/ico-local.png) no-repeat;
}

.footer-block .list .item.phone:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 57%;
	transform: translateY(-50%);
	left: -45px;
	background: url(images/ico-phone.png) no-repeat;
}

.footer-block .copyright {
	position: absolute;
	display: inline-block;
	max-width: 500px;
	bottom: 25px;
	left: 0;
	color: #ffffff;
	font-size: 12px;
}

.footer-block .links {
	position: absolute;
	display: inline-block;
	bottom: 22px;
	left: 530px;
}

.footer-block .links a {
	position: relative;
	display: inline-block;
	margin-left: 14px;
}

.footer-block .links a:first-child {
	margin-left: 0;
}

.footer-block .links a:hover {
	opacity: 0.7;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.footer-block #bottom-nav {
	position: absolute;
	display: inline-block;
	top: 25px;
	right: 0;
	max-width: 530px;
}

.footer-block #bottom-nav .wrap {
	position: relative;
	display: inline-block;
	width: 165px;
	margin-left: 17px;
	float: left;
}

.footer-block #bottom-nav .wrap:first-child {
	margin-left: 0;
}

.footer-block #bottom-nav .wrap li {
	position: relative;
	display: block;
	margin: 0 auto 6px;
}

.footer-block #bottom-nav .wrap li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
}

.footer-block #bottom-nav .wrap li a:hover {
	text-decoration: underline;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.page-block .content {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 3px 0 0;
	line-height: 20px;
}

.page-block .content table.tablepress tr th {
	background: #fcfdff;
	padding: 17px 10px;
	color: #760663;
	font-size: 18px;
    font-family: montserrat-bold;
    border-bottom: none;
    border-top: 1px solid #760663;
}
.page-block .content table.tablepress tr.odd td {
	background: none;
}
.page-block .content table.tablepress tr.even td {
	background: none;
}
.page-block .content table.tablepress tr td {
	color: #171818;
	font-size: 16px;
	padding: 15px 10px;
	background: #f4e7f2 !important;
}
.page-block .content table.tablepress tr td:nth-child(1),
.page-block .content table.tablepress tr td:nth-child(3) {
    font-family: montserrat-bold;
}
.page-block .content .tablepress tbody td {
	border: none;
}
.page-block .content .tablepress caption {
	display: none;
}
.page-block .content table.tablepress tr:nth-child(even) td {
	background: #fcfdff !important;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.page-post {
	position: relative;
	display: inline-block;
	float: left;
	width: 425px;
	height: 316px;
	border: 1px solid #dfdfdf;
	margin-bottom: 30px;
	background: #ffffff;
}

.page-post:before {
	content: '';
	position: absolute;
	display: block;
	width: 429px;
	height: 316px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.page-post:hover:before {
	visibility: visible;
	opacity: 1;
}

.page-post:nth-child(3n-1) {
	margin: 0 53px;
}

.page-post .img {
	position: relative;
	display: block;
	width: 429px;
	height: 316px;
	overflow: hidden;
}

.page-post .img img {
	position: absolute;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-post .title {
	position: absolute;
	display: inline-table;
	max-width: 90%;
	min-width: 207px;
	padding: 12px 15px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
    font-family: montserrat-black;
    z-index: 2;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/page-btn.png) no-repeat;
    background-size: 100% 100%;
    text-transform: uppercase;
    word-wrap: break-word;
}

.page-post .title:hover {
	background: url(images/page-btn-hover.png) no-repeat;
    background-size: 100% 100%;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.page-block .blog-post {
	position: relative;
    display: inline-table;
    float: left;
    width: 441px;
    min-height: 375px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.page-block .blog-post:nth-child(3n - 1) {
	margin: 0 35px;
}

.page-block .blog-post .frame {
	position: relative;
	display: block;
	width: 389px;
	height: 193px;
	margin: 0px auto 0;
	overflow: hidden;
}

.page-block .blog-post .frame img {
	position: absolute;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition:all 0.6s ease; 
	-o-transition:all 0.6s ease; 
	-moz-transition:all 0.6s ease; 
	transition:all 0.6s ease;
}

.page-block .blog-post:hover .frame img {
	-webkit-transform: scale(1.3) translate(-50%, -50%);
    -moz-transform: scale(1.3) translate(-50%, -50%);
    -o-transform: scale(1.3) translate(-50%, -50%);
    transform: scale(1.3) translate(-50%, -50%);
}

.page-block .blog-post .title {
	position: relative;
	display: block;
	width: 389px;
	margin: 25px auto 0;
    font-family: montserrat-bold;
    font-size: 14px;
}

.page-block .blog-post .date {
	position: relative;
	display: block;
	width: 389px;
	margin: 10px auto 10px;
	color: #a3a4a8;
	font-size: 12px;
}

.page-block .blog-post .text {
	position: relative;
	display: block;
	width: 389px;
	height: 55px;
	margin: 0 auto 10px;
	color: #232327;
	font-size: 14px;
	overflow: hidden;
}

.page-block .blog-post .desc {
	position: relative;
	display: block;
	width: 389px;
	margin: 0 auto;
}

.page-block .blog-post .link {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color: #b10694;
	font-size: 14px;
}

.page-block .blog-post .link:hover {
	text-decoration: none;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.contact-list {
	position: relative;
	display: table;
	margin: 50px auto 0;
}

.contact-list .item {
	position: relative;
	display: inline-block;
	color: #000000;
	text-shadow: 0 0 0 #000000;
	font-size: 14px;
	margin-left: 80px;
}

.contact-list .item:first-child {
	margin-left: 0;
	margin-top: 0;
}

.contact-list .item.local:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	left: -34px;
	background: url(images/ico-local.png) no-repeat;
}

.contact-list .item.phone:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 57%;
	transform: translateY(-50%);
	left: -45px;
	background: url(images/ico-phone.png) no-repeat;
}

.contact-post-block:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 355px;
	background: url(images/bg-1.png) no-repeat center;
	bottom: 120px;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.dr-img {
	position: relative;
	display: block;
	margin: 33px auto 0;
	max-width: 100%;
	height: auto;
}

.dr-iframe {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	height: 550px;
	margin: 35px auto 0;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
form.wpcf7-form span.obs-4 input {
	background: url(images/select.png) no-repeat center right 15px !important;
	line-height: 60px !important;
	color: #171818 !important;
}
::-webkit-calendar-picker-indicator {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  background: none;
  color: transparent;
}
::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
::-webkit-clear-button {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}
::-ms-clear {
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}
::-webkit-datetime-edit-fields-wrapper {position: relative; z-index: 2;}
::-webkit-datetime-edit-month-field {  background: none !important;}
::-webkit-datetime-edit-day-field { background: none !important; }
::-webkit-datetime-edit-year-field { background: none !important; }
input[type="date"]
{
    -webkit-appearance: none;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.send-popup {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 9999;
}

.send-popup .send-content {
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	max-width: 420px;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 30px;
	background: #fcfdff;
	border: 1px solid #dfdfdf;
	padding: 20px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.send-popup .send-content span {
	position: relative;
	display: block;
	margin: 0 auto 8px;
	width: 100%;
	max-width: 410px;
}

.send-popup .send-content form.wpcf7-form input {
	position: relative;
	display: block;
	width: 320px;
	height: 60px;
	background: none;
	border: 1px solid #e1e1e1;
	padding: 0 18px 0 40px;
	margin: 0 auto;
	color: #171818;
	font-size: 16px;
    font-family: montserrat-regular;
}

.send-popup .send-content form.wpcf7-form .select {
	width: 410px !important;
}

.send-popup .send-content form.wpcf7-form .select .select-active {
	width: 320px !important;
}

.send-popup .send-content form.wpcf7-form input[type="submit"] {
	position: relative;
	display: block;
	width: 263px;
	height: 52px;
	background: url(images/slider-btn.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    line-height: 52px;
    margin: 20px auto 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.send-popup .send-content form.wpcf7-form input[type="submit"]:hover {
	background: url(images/slider-btn-hover.png) no-repeat;
}

.send-popup .send-content form.wpcf7-form span.wpcf7-not-valid-tip,
.send-popup .send-content form.wpcf7-form img.ajax-loader {
	display: none !important;
}

.send-popup .send-content .title {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	color: #171818;
	font-size: 24px;
    font-family: montserrat-bold;
}

.send-popup .send-content form.wpcf7-form input.wpcf7-not-valid {
	box-shadow: inset 0px 0px 20px rgba(255, 0, 0, 0.26);
}

.send-popup .send-popup-close {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

.send-popup .send-popup-close:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background: url(images/close.png) no-repeat;
	-webkit-transition:all 0.2s ease; 
	-o-transition:all 0.2s ease; 
	-moz-transition:all 0.2s ease; 
	transition:all 0.2s ease;
	cursor: pointer;
}

.send-popup .send-popup-close:hover:before {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.send-popup span.wpcf7-form-control-wrap.obs-4 {
	line-height: 60px;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.window-load {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background: #fcfdff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.window-load img {
	position: absolute;
	display: block;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.strong-form-inner {
	position: relative;
	display: block;
	width: 98%;
	max-width: 600px;
	padding: 0 !important;
	margin: 0 auto; 
}

.strong-form-inner p.required-notice {
	display: none;
}

.strong-form .form-field {
	margin: 0 auto !important;
}

.strong-form-inner input {
	position: relative;
	display: block;
	width: 90%;
	height: 60px;
	padding: 0 4% 0 6%;
	margin: 0 auto 8px;
	border: 1px solid #e1e1e1;
	color: #171818;
	font-size: 16px;
    font-family: montserrat-regular;
}

.strong-form-inner textarea {
	position: relative;
	display: block;
	width: 90%;
	height: 60px;
	padding: 20px 4% 20px 6%;
	margin: 0 auto 8px;
	border: 1px solid #e1e1e1;
	color: #171818;
	font-size: 16px;
    font-family: montserrat-regular;
    height: inherit !important;
    min-height: 150px;
    resize: none;
}

.strong-form .form-field .strong-rating-wrapper {
	text-align: center;
}

.strong-form-inner input[type="submit"] {
	position: relative;
	display: block;
	width: 263px;
	height: 52px;
	background: url(images/slider-btn.png) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-regular;
    line-height: 52px;
    margin: 20px auto 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.strong-form-inner input[type="submit"]:hover {
	background: url(images/slider-btn-hover.png) no-repeat;
}

.strong-form .form-field.wpmtst-submit label {
    width: 263px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.testimonial-success {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
}

.form-field.wpmtst-captcha {
	text-align: center;
}

.form-field.wpmtst-captcha div {
	margin: 0 auto;
}

.strong-testimonials-view-widget .widgettitle {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 15px;
	font-size: 20px;
}

.strong-form-wait {
	background: none !important;
}

.strong-form span.error, .strong-form label.error {
    display: none !important;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.strong-content.strong-grid.columns-2 .testimonial {
	position: relative;
	display: inline-block;
}

.strong-view.simple .testimonial-inner {
	position: relative;
	display: inline-block !important;
	padding: 0 !important;
    height: fit-content !important;
    max-width: 660px;
	padding: 10px 20px !important;
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.strong-view.simple .strong-content {
	margin-top: 0 !important;
}

.strong-view.simple .testimonial-heading {
	padding-top: 5px;
	font-size: 18px;
	margin-bottom: 10px !important;
}

.strong-view.simple .readmore {
	position: relative;
	display: table;
	clear: both;
	text-decoration: underline;
	color: #b10694;
	font-size: 14px;
	margin-top: 5px !important;
}

.strong-view.simple .readmore:hover {
	text-decoration: none;
}

.testimonial-name {
    position: relative;
    display: inline-block;
    float: left;
}

.strong-rating-wrapper.in-view {
	position: relative;
    display: inline-block;
    float: right;
    line-height: inherit !important;
}

.testimonial-content {
	position: relative;
	display: block;
	min-height: 95px;
}

.strong-view ul.simplePagerNav li {
	position: relative;
	display: inline-block !important;
}

.strong-view ul.simplePagerNav li a {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0 !important;
	background: #750663 !important;
	color: #fff !important;
}

.strong-view ul.simplePagerNav li.currentPage a,
.strong-view ul.simplePagerNav li a:hover {
	background: #b7079b !important;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.post-block .sp-post-inner {
	position: relative;
	display: inline-block;
	float: left;
	width: 99%;
	max-width: 429px;
	height: 316px;
	border: 1px solid #dfdfdf;
	margin-bottom: 30px;
	background: #ffffff;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.post-block .sp-post-inner:nth-child(3n-1) {
	margin: 0 53px;
}

.post-block .sp-post-inner:hover {
	box-shadow: 0 0 25px rgba(255, 34, 142, 0.72);
}

.post-block .sp-post-inner .img {
	position: relative;
	display: block;
	width: 100%;
	max-width: 429px;
	height: 316px;
	overflow: hidden;
}

.post-block .sp-post-inner .img img {
	position: absolute;
	display: block;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-block .sp-post-inner .desc {
	position: absolute;
	display: block;
	width: 96%;
	padding: 10px 2%;
	background: rgb(78, 5, 66);
	bottom: 0;
	left: 0;
	text-align: center;
}

.post-block .sp-post-inner .title {
	position: relative;
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
    font-family: montserrat-bold;
    margin: 0 auto 5px;
    text-transform: uppercase;
}

.post-block .sp-post-inner .text {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
/*==========================================*/
/*==========================================*/
/*==========================================*/
.page-block .meta {
	position: relative;
	display: block;
}

.page-block .meta .post-meta li {
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 10px 0;
	border: 1px solid #d8d8d8;
	margin:  50px auto 0;
}

.page-block .meta .post-meta li span.post-meta-key {
	position: relative;
	display: block;
	padding: 0  0 10px;
	font-size: 18px;
    font-family: montserrat-bold;
}

.page-block .meta .post-meta li a {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px;
	font-size: 16px;
    font-family: montserrat-bold;
}

.page-block .meta .post-meta li a:hover {
	text-decoration: underline;
}

.send-news-block2 {
	padding-top: 70px;
	z-index: 1;
}

h5 {
    font-size: 36px;
    font-family: montserrat-black;
	line-height: 1.5em;
}

h6 {
    font-size: 70px;
    font-family: montserrat-black;
    margin-bottom: 10px;
    margin-top: -3px;
	line-height: 1.2em;
}

.textwidget ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: circle;
    padding: 0 30px;
}

.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}
.aligncenter {margin-left:auto; margin-right:auto; display:block}

@media screen and (max-width: 480px) {
.alignleft { 
    float: none; 
} 
}

.text-center{text-align: center;}



/*@media (max-width: 992px) {
	.wrapper.specialist-block .wrapper-inner {
		padding-left: 20px;
		padding-right: 20px;
		width: auto !important;
	}
	.wrapper.specialist-block .wrapper-inner .wrapper-title {
		font-size: 24px !important;
	}
}*/

/*  флекс для блока */

.flex{ display: flex; }

/*  флекс для блока */

.binct-phone-number-1{display: none!important;}
.meta{display: none!important;}
.phone-footer{ color: white; }
.phone-footer:hover{ color: #b10694 }
.phone-block{
	font-size:18px;
	color: #b10694; }
.phone-block:hover{ color: #d5029d }