/*
Theme Name: Clinic19
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: http://divster.ru/
Version: 100.0
*/
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.eot');
	src: local('fonts/Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #253254;
	height: 100%;
}
body.not-scroll{
	overflow: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel]{
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button {
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
}
.inner {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #2295f2;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/

.bvi-icon{
    width: 16%;
}

.bvi-link {
    width: 100%;
    display: block;
	font-size: 14px !important;
}


.header-top{
	background: #eff8fe;
}
.header-top__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top__left{
	width: 39.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.header-top__center{
	width: 30.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.header-top__right{
	width: 30.4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-contact{
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	font-weight: 500;
	color: #616d87;
}
.header-contact:before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: -3px;
}
.header-contact_1:before{
	background: url(images/pin.svg) no-repeat 0 0 / 100% auto;
}
.header-contact_2:before{
	background: url(images/wall-clock.svg) no-repeat 0 0 / 100% auto;
}
.header-blind{
	letter-spacing: 0.1px;
}
.header-lang{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 19px;
}
.header-lang a{
	display: block;
	padding: 13px 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #253254;
	text-decoration: none;
}
.header-lang .current-lang a{
	background: #2295f2;
	color: #fff;
}
.header-main__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 33px 0 14px;
}
.header-main__left{
	width: 40.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 30px 0 0;
}
.header-main__center{
	width: 37.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.header-main__right{
	width: 21.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-logo{
	max-width: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #253254;
}
.site-logo__image{
	width: 85px;
	height: 85px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 23px;
}
.site-logo__text{
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
}
.site-logo__text span{
	font-weight: 800;
}
.header-center-phones{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact-phones__title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
.contact-phones__item{
	margin-bottom: 16px;
}
.contact-phones__item a{
	font-size: 19px;
	color: #a5aebb;
	text-decoration: none;
}
.contact-phones__item a span{
	font-weight: 600;
	color: #2295f2;
}
.header-search{
	position: relative;
}
.header-search input[type=text]{
	width: 100%;
	height: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e2e5e9;
	font-size: 16px;
}
.header-search input[type=submit]{
	width: 26px;
	height: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
	background: url(images/search.svg) no-repeat center 12px / 21px auto;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.header-nav{
	background: #2295f2;
}
.header-nav > div > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px;
}
.header-nav > div > ul > li{
	position: relative;
	margin: 0 10px;
}
.header-nav > div > ul > li > a{
	display: block;
	padding: 17px 0 14px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}
.header-nav > div > ul > li:hover > a{
	color: #a9cef9;
	border-color: #fff;
}
.header-nav > div > ul > li > ul{
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50px;
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	z-index: 1;
}
.header-nav > div > ul > li:hover > ul{
	display: block;
}
.header-nav > div > ul > li > ul > li{
	position: relative;
}
.header-nav > div > ul > li > ul > li > a{
	padding: 7px 20px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #2295f2;
	white-space: nowrap;
	text-decoration: none;
}
.header-nav > div > ul > li > ul > li > a:hover{
	color: #253254;
}
.header-nav > div > ul > li > ul > li > ul{
	display: none;
	width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -200px;
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	z-index: 1;
}
.header-nav > div > ul > li > ul > li:hover > ul{
	display: block;
}
.header-nav > div > ul > li > ul > li > ul > li > a{
	padding: 7px 20px;
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #2295f2;
	white-space: nowrap;
	text-decoration: none;
}
.header-nav > div > ul > li > ul > li > ul > li > a:hover{
	color: #253254;
}
.touch-menu{
	display: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.section-slider__slide{
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section-slider__slide:first-child{
	display: block;
}
.section-slider__content{
	min-height: 650px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 139px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-slider__title{
	width: 700px;
	max-width: 100%;
	font-size: 45px;
	line-height: 54px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.section-slider__text{
	width: 700px;
	max-width: 100%;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.17px;
}
.section-slider .slick-dots{
	width: 1170px;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: calc(50% - 585px);
	bottom: 60px;
}
.section-slider .slick-dots li{
	margin-right: 26px;
}
.section-slider .slick-dots li button{
	width: 7px;
	height: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	border: none;
	background: #273456;
	border-radius: 50%;
	font-size: 0;
	position: relative;
}
.section-slider .slick-dots li.slick-active button:before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: #2295f2;
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
}
.section-slider .slick-dots li.slick-active button:after{
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #bcc0c9;
	position: absolute;
	top: -6px;
	left: -6px;
	border-radius: 50%;
}
.section-headline{
	font-size: 37px;
	line-height: 45px;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}
.section-about{
	padding: 80px 0 0;
}
.section-about__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-about__image{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.section-about__image img{
	display: block;
	margin-left: -21px;
}
.section-about__content{
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 51px 0 51px 15px;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.2px;
	color: #666f87;
}
.section-about__content h2{
	color: #253254;
	margin-bottom: 41px;
}
.section-about__content p{
	margin-bottom: 27px;
}
.section-services{
	position: relative;
	padding: 40px 0 30px;
}
.section-services:before{
	content: '';
	display: block;
	height: 313px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url(images/services-bg.jpg) no-repeat center / cover;
}
.section-services .inner{
	position: relative;
}
.section-services .section-headline{
	text-align: center;
}
.section-services__slider{
	margin: 0 -9px;
}
.section-services__slide{
	padding: 63px 9px 10px;
}
.section-services__item{
	background: #fff;
	border-radius: 10px;
	padding: 1px 10px 31px;
	position: relative;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.07);
}
.section-services__item:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 51px);
	width: 102px;
	height: 51px;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	background: #dee7ef;
}
.section-services__image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 86px;
	height: 86px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #2295f2;
	border-radius: 50%;
	margin: -43px auto 33px;
	position: relative;
}
.section-services__title{
	min-height: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.section-services__link{
	font-size: 15px;
	text-align: center;
}
.section-services__link a{
	color: #4c4c4c;
}
.section-services .slick-arrow{
	width: 35px;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #219cf5;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 142px;
	z-index: 1;
}
.section-services .slick-arrow.slick-prev{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -44px;
}
.section-services .slick-arrow.slick-next{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: -44px;
}
.section-services .slick-arrow svg{
	fill: #fff;
}
.section-news{
	padding: 10px 0 30px;
}
.section-news__head{
	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;
	margin-bottom: 25px;
}
.section-news__head .section-headline{
	margin: 0 30px 0 0;
}
.section-news__all{
	font-size: 15px;
	letter-spacing: 0.1px;
	margin-bottom: -8px;
}
.section-news__all a{
	color: #253254;
}
.section-news__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.section-news__col{
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.section-news__image{
	margin-bottom: 26px;
}
.section-news__date{
	font-size: 15px;
	color: #000;
	opacity: 0.5;
	letter-spacing: 0.3px;
	margin-bottom: 11px;
}
.section-news__title{
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 28px;
}
.section-news__title a{
	color: #253254;
	text-decoration: none;
}
.section-news__link{
	font-size: 15px;
	opacity: 0.6;
}
.section-news__link a{
	color: #000;
}
.section-widget{
	padding: 36px 0 50px;
}
.section-gallery{
	padding: 50px 0;
	background: #219cf5;
	color: #fff;
}
.section-gallery__head{
	position: relative;
	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;
	margin-bottom: 20px;
}
.section-gallery .section-headline{
	margin: 0 30px 0 0;
}
.section-gallery__container{
	position: relative;
	z-index: 1;
	/*margin-bottom: -130px;*/
}
.section-gallery__slider{
	padding: 22px 0 0;
	margin: 0 -15px;
}
.section-gallery__slide{
	padding: 0 15px;
}
.section-gallery__slide a{
	display: block;
	/*width: 380px;*/
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.section-gallery__slide a:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1c73d4;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out 0s;
	-o-transition: opacity 0.2s ease-out 0s;
	transition: opacity 0.2s ease-out 0s;
}
.section-gallery__slide a:hover:before{
	opacity: 0.3;
}
.section-gallery__slide a span{
	display: block;
	width: 38px;
	height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 19px);
	left: calc(50% - 19px);
	opacity: 0;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.section-gallery__slide a span:before{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 16px;
}
.section-gallery__slide a span:after{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
.section-gallery__slide a:hover span{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.section-gallery__arrows{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-gallery__arrow{
	width: 35px;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #46adf7;
	border: none;
	cursor: pointer;
	margin-left: 20px;
}
.section-gallery__arrow:hover{
	opacity: 0.7;
}
.section-gallery__arrow_prev{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.section-gallery__arrow_next{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.section-gallery__arrow svg{
	fill: #fff;
}
.section-contact{
	position: relative;
	height: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-contact__map{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-contact__adress{
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.07);
}
.section-contact__adress:before{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(images/marker.svg) no-repeat;
	position: absolute;
	left: calc(50% - 16px);
	bottom: -21px;
}
.page-content{
	padding: 30px 0;
}
.post-body{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.2px;
}
.post-body h1{
	font-size: 37px;
	line-height: 45px;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}
.post-body p{
	margin-bottom: 15px;
}
.post-body ul{
	list-style: disc outside;
}
.post-body li{
	list-style: decimal outside;
	overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
    background: url(images/list.png) no-repeat 0 2px;
    padding-left: 28px;
}

ol, ul {
    list-style: none;
}



}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #242e39;
	position: relative;
	color: #fff;
}
.site-footer__main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 79px 0 49px;
}
.site-footer__left{
	width: 40%;
}
.footer-logo{
	max-width: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-logo__image{
	width: 85px;
	height: 85px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 28px;
}
.footer-logo__text{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.footer-logo__text span{
	font-weight: 800;
}
.site-footer__right{
	width: 60%;
}
.footer-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 5px;
}
.footer-nav__col-1{
	width: 34.8%;
}
.footer-nav__col-2{
	width: 47%;
}
.footer-nav__col-3{
	width: 18.2%;
}
.footer-nav li{
	margin-bottom: 26px;
}
.footer-nav a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.footer-nav a:hover{
	color: #219cf5;
}
.site-footer__bottom{
	padding: 27px 0;
	line-height: 18px;
	border-top: 1px solid #505861;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.site-footer__text{
	color: #666d75;
	letter-spacing: 0.1px;
}
.site-footer__text a{
	color: #fff;
}
.site-footer__text a:hover{
	text-decoration: none;
}
/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel-overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 40;
	overflow-y: scroll;
}
.mobile-panel{
	top: 0;
	left: -360px;
	opacity: 0;
	width: 350px;
	max-width: 95%;
	height: 100%;
	position: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	overflow-y: auto;
	z-index: 41;
}
.mobile-panel.opened{
	left: 0;
	opacity: 1;
}
.mobile-panel .site-logo{
	padding: 0 0 25px;
}
.mobile-panel .site-logo__text {
    font-size: 16px;
    line-height: 20px;
}
.mobile-menu{
	margin-bottom: 25px;
}
.mobile-menu > ul > li{
	font-size: 16px;
	font-weight: 500;
	position: relative;
	/*margin-bottom: 10px;*/
}
.mobile-menu > ul > li > a{
	display: block;
	padding: 8px 40px 8px 0;
	text-decoration: none;
	color: #2295f2;
}
.mobile-menu > ul > li > ul{
	display: none;
}
.mobile-menu > ul > li > ul > li{
	font-size: 16px;
	position: relative;
}
.mobile-menu > ul > li > ul > li > a{
	display: block;
	padding: 8px 40px 8px 30px;
	text-decoration: none;
	color: #2295f2;
}
.mobile-menu > ul > li > ul > li > ul{
	display: none;
}
.mobile-menu > ul > li > ul > li > ul > li{
	font-size: 16px;
	position: relative;
}
.mobile-menu > ul > li > ul > li > ul > li > a{
	display: block;
	padding: 8px 40px 8px 40px;
	text-decoration: none;
	color: #2295f2;
}
.submenu-handler{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 32px;
	display: block;
	cursor: pointer;
}
.submenu-handler svg{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 0;
	fill: #2295f2;
	-webkit-transition: -webkit-transform 0.2s ease-out 0s;
	transition: -webkit-transform 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s;
	transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
}
.submenu-handler.active svg{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-panel .contact-phones{
	margin-bottom: 25px;
}
.mobile-panel .contact-phones__title{
	margin-bottom: 15px;
}
.mobile-panel__close{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 15px;
	background: url(images/close.svg) no-repeat;
	cursor: pointer;
}


/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone{
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter{
	margin: auto;
	text-align: center;
}
.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft{
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone{
	margin: 5px 20px 20px 0;
}
a img.alignleft{
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright{
	margin: 5px 0 20px 20px;
}
.wp-caption img{
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text{
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
	.inner{
		margin-left: 15px;
		margin-right: 15px;
	}
	.header-nav{
		padding: 5px 0;
	}
	.header-nav > div > ul{
		display: none;
	}
	.touch-menu{
		display: block;
		width: 35px;
		height: 35px;
		cursor: pointer;
	}
	.touch-menu svg{
		fill: #fff;
	}
	.section-services .slick-arrow{
		top: auto;
		bottom: 0;
	}
	.section-services__slider{
		padding-bottom: 40px;
	}
	.section-services .slick-arrow.slick-prev{
		left: 10px;
	}
	.section-services .slick-arrow.slick-next{
		right: 10px;
	}
	.section-slider .slick-dots{
		width: 100%;
		bottom: 45px;
		left: 40px;
	}
}
@media only screen and (max-width: 1024px){
	.header-top__container{
		padding: 10px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-top__left,.header-top__center,.header-top__right{
		width: auto;
		padding: 6px 0;
	}
	.header-lang a{
		padding: 5px 13px;
	}
	.header-main__container{
		padding: 20px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-main__left{
		width: 100%;
		padding: 0 0 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-main__center{
		width: auto;
		padding: 0 30px 20px 0;
	}
	.header-center-phones .contact-phones:first-child{
		margin-right: 30px;
	}
	.header-main__right{
		width: auto;
		padding: 0 0 10px;
	}
	.section-slider__slider{
		margin: 0 -15px;
	}
	.section-slider__content{
		min-height: 500px;
		padding: 20px 15px 100px;
	}
	.section-about{
		padding: 40px 0 15px;
	}
	.section-about__image{
		display: none;
	}
	.section-about__content{
		width: 100%;
		padding: 0;
	}
	.section-services{
		padding: 50px 0;
	}
	.section-news{
		padding: 10px 0 30px;
	}
	.section-news__container{
		max-width: 600px;
		margin: 0 auto;
	}
	.section-news__col{
		width: 50%;
	}
	.section-news__image{
		margin-bottom: 10px;
	}
	.section-news__date{
		margin-bottom: 5px;
	}
	.section-news__title{
		margin-bottom: 10px;
	}
	.section-widget {
		padding: 30px 0 60px;
	}
	.section-gallery{
		padding: 40px 0;
	}
	/*.section-gallery__container{
		margin-bottom: -105px;
	}*/
	/*.section-gallery__slide a{
		width: 300px;
	}*/
	/*.section-contact{
		height: 500px;
	}*/
	.site-footer__main{
		padding: 50px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.site-footer__left{
		width: auto;
	}
	.footer-logo{
		margin-bottom: 30px;
	}
	.site-footer__right{
		width: auto;
	}
	.footer-nav{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.footer-nav__col-1,.footer-nav__col-2,.footer-nav__col-3{
		width: 100%;
	}
	.footer-nav li{
		margin-bottom: 15px;
	}
	.site-footer__bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.site-footer__text{
		padding: 5px 0;
	}
}
@media only screen and (max-width: 767px){
	.section-slider__content{
		min-height: 0;
		padding: 50px 15px 100px;
	}
	.section-slider__title{
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px){
	.section-headline{
		font-size: 29px;
		line-height: 34px;
	}
	.section-gallery{
		padding: 30px 0;
	}
	/*.section-gallery__container{
		margin-bottom: 0;
	}*/
	/*.section-gallery__slide a{
		width: 200px;
	}*/
	.post-body h1{
		font-size: 29px;
		line-height: 34px;
	}
}
@media only screen and (max-width: 480px){
	.header-top__right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-lang{
		margin: 10px 0 0;
	}
	.header-main__container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-main__left{
		padding-bottom: 15px;
	}
	.site-logo__image{
		width: 70px;
		height: 70px;
		margin-right: 15px;
	}
	.site-logo__text{
		font-size: 18px;
		line-height: 22px;
	}
	.header-main__center{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-right: 0;
	}
	/*.header-center-phones{
		flex-direction: column;
		align-items: center;
	}*/
	.header-center-phones .contact-phones:first-child{
		margin: 0 0 5px;
	}
	.site-header .contact-phones,.header-center-phones{
		display: none;
	}
	.section-slider__content{
		padding: 35px 15px 60px;
	}
	.section-slider__title{
		font-size: 26px;
		line-height: 32px;
	}
	.section-slider__text{
		font-size: 14px;
		line-height: 22px;
	}
	.section-slider .slick-dots{
		bottom: 25px;
	}
	.section-about {
		padding: 30px 0 5px;
	}
	.section-about__content{
		font-size: 14px;
		line-height: 22px;
	}
	.section-about__content h2{
		margin-bottom: 20px;
	}
	.section-about__content p{
		margin-bottom: 18px;
	}
	.section-services{
		padding: 30px 0;
	}
	.section-services__slide{
		padding: 45px 9px 10px;
	}
	.section-news__head{
		margin-bottom: 15px;
	}
	.section-news__all{
		font-size: 13px;
	}
	.section-news__container{
		max-width: 300px;
	}
	.section-news__col{
		width: 100%;
	}
	.section-news__title{
		font-size: 18px;
		line-height: 23px;
	}
	.section-widget{
		padding: 0 0 30px;
	}
	.section-gallery__head{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.section-gallery .section-headline{
		margin: 0 0 5px;
	}
	.section-gallery__slider{
		padding-top: 0;
	}
	.section-gallery__arrow{
		margin: 7px;
	}
	.section-contact{
		height: 300px;
	}
	/*.section-contact__adress{
		padding: 15px;
		font-size: 16px;
	}*/
	.site-footer__main{
		padding: 30px 0 10px;
	}
	.footer-logo__image{
		margin-right: 15px;
	}
	.footer-logo__text {
	    font-size: 18px;
	    line-height: 24px;
	}
	.site-footer__bottom {
		padding: 15px 0;
	}
	.post-body{
		font-size: 14px;
		line-height: 22px;
	}
	.post-body p{
		margin-bottom: 22px;
	}

}
}
 
.table {max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0}
.table {width: 100%;margin-bottom: 20px; font-size: 13px;}.table th, .table td {padding: 3px;line-height: 20px;text-align: left;vertical-align: top;border-top: 1px solid #ddd; border-left: 1px solid #DDDDDD; border: 1px solid #DDDDDD;}
.table th {font-weight: bold}
.table thead th {vertical-align: bottom}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {border-top: 0}
.table tbody + tbody {border-top: 2px solid #ddd}.table .table {background-color: #fff}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {background-color: #F9F9F9}
.table-striped p, a {
 text-align: left !important;
}

.page-content .before_list {
    margin: 35px 0px 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    /* color: #2976b0; */
}
.page-content p {
    text-align: justify;
}

.page-content ul {
    margin: 10px 0px;
}
.page-content hr {margin-bottom: 25px;}

.folder {
    background: url(/wp-content/uploads/2020/02/folder.png) no-repeat scroll 0 0 / 130px auto rgba(0, 0, 0, 0);
    display: inline-block;
    width: 133px;
    padding-top: 130px;
    text-align: center;
    margin: 0 5px 35px;
    vertical-align: top;
    float: left;
	text-align: center !important;
}
}
.folder:hover{
	filter: contrast(124%);
	}
	
#gwolle_gb_new_entry {
	background: #cccccc52;
    border: solid 1px;
    border-radius: 3px;
    padding: 3% 3%;
    font-weight: 600;
    width: 500px;
    margin: 0 auto;
	}
	
#gwolle_gb h3{
	padding-bottom: 15px;
    font-size: 22px;
    text-align: center;
}
#gwolle_gb .button {
    font-size: 17px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    cursor: pointer;
    background: #2295f2;
    width: 55%;
    padding: 11px;
    color: #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    border: solid 1px #ccc;
}
#gwolle_gb div.label, #gwolle_gb div.input {
    vertical-align: top;
    width: 100% !important;
}
#gwolle_gb .gwolle-gb-first {
    border-width: 0px;
    border: solid 1px #ddd;
    padding: 5px;
    border-radius: 5px;
}
#gwolle_gb .gb-entry .gb-author-info, #gwolle_gb .gb-entry .gb-entry-content {
    display: block;
    background: #eee;
}
#gwolle_gb .gb-entry .gb-entry-content {
    padding-left: 10px;
    border-top: solid 1px #ccc;
    padding: 10px 5px;
}
.footer-nav a {
    color: #6c757d;
}
.site-footer__text a {
    color: #999;
}