
img {
	border: none;
}
html, body {
	margin: 0px;
}
html{
	min-height: 100%;
	position: relative;
}
body{
	font: 15px/22px 'latoregular', 'arial', sans-serif;
	color: #363636;
}
strong, .bold{
	font-family: 'latobold';
	font-weight: normal;
}
i, .italic{
	font-family: 'latoitalic';
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'latobold';
	font-weight: normal;
}
h1, .h1 {
	font-size: 30px;
	margin: 0 0 30px;
}
h2, .h2{
	font-size: 25px;
	margin: 20px 0 15px;
}
h3, .h3 {
	font-size: 22px;
	margin: 15px 0 10px;
}
h4, .h4 {
	font-size: 20px;
	margin: 10px 0 5px;
}
h5, .h5 {
	font-size: 18px;
	margin: 5px 0;
}
h6, .h6 {
	font-size: 16.5px;
	margin: 5px 0;
}
p {
	margin: 0 0 5px;
}

/*LINKS*/
a{
	color: #2267be;
	text-decoration: underline;
}
a:hover{
	color: #0267e6;
	text-decoration: none;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a,
.h1>a, .h2>a, .h3>a, .h4>a, .h5>a, .h6>a,
a.h1, a.h2, a.h3, a.h4, a.h5, a.h6{
	color: #2267be;
	text-decoration: none;
}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover,
.h1>a:hover, .h2>a:hover, .h3>a:hover, .h4>a:hover, .h5>a:hover, .h6>a:hover,
a.h1:hover, a.h2:hover, a.h3:hover, a.h4:hover, a.h5:hover, a.h6:hover{
	color: #0267e6;
	border-bottom: none;
	text-decoration: none;
}
.dotted{
	border-bottom: 1px dotted #539cd4;
}
.dotted:hover{
	border-bottom: 1px dotted #539cd4;
}
/*END LINKS*/

.shadow-light{
	box-shadow: 0 0 30px #f5f5f5;
}

/*COLORS*/
.text-link-color{
	color: #2267be;
}
.text-highlighted{
	color: #e31b58;
}
a.text-highlighted:hover{
	color: #c31544;
}
.text-gray{
	color: #898989;
}
/* .border-highlighted{
	border: 8px solid #2267be;
} */
.gray-bg{
	background: #fbfcfd;
}
.img-gray{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	transition: filter ease-in .2s;
}
.img-gray:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

/*TEXT*/
.text-little{
	font-size: 13.5px;
	line-height: 15px;
}
.text-small{
	font-size: 15px;
	line-height: 18px;
}


/*GRID*/
.gutters-20{
	margin-left: -10px;
	margin-right: -10px;
}
.item-wrap{
	padding: 0 10px;
}
/*END GRID*/

/*HEADER*/
.top-panel{
	background: #2267be;
}
.top-panel-phones{
	position: relative;
	margin: 10px 0;
	padding-left: 38px;
	font: 16px/18px 'latobold';
}
.top-panel-phones:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -14px;
	display: block;
	width: 28px;
	height: 28px;
	background: url('../images/sprite.webp') no-repeat 0 0;
}
a.top-panel-phone{
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
.top-panel-phones a:hover,
.block-caption a:hover{
	opacity: .8;
	transition: opacity ease-out .2s;
}
.top-panel-search{
	position: relative;
	width: 100%;
	line-height: 0;
	background: #fff;
}
.top-panel-search input[type='text']{
	padding: 10px 10px 6px;
	height: 34px;
	border: none;
	outline: 0;
	color: #888;
	font: 13px/13px 'latoregular';
	background: none;
}
.top-panel-search input[type='text']:focus{
	border: none;
}
.top-panel-search input[type='text']:focus::-webkit-input-placeholder {color:#b7b7b7; opacity:1;}
.top-panel-search input[type='text']:focus::-moz-placeholder {color:#b7b7b7; opacity:1;}
.top-panel-search input[type='text']:focus:-moz-placeholder {color:#b7b7b7; opacity:1;}
.top-panel-search input[type='text']:focus:-ms-input-placeholder {color:#b7b7b7; opacity:1;}

.top-panel-search input[type='submit']{
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: url('../images/sprite.webp') no-repeat -40px 0;
}
.header{
	position: relative;
	padding: 40px 0 35px;
}
.header:after{
	position: absolute;
	z-index: -1;
	content: '';
	left: 0;
	right: 0;
	bottom: -100px;
	height: 100px;
	background: -moz-linear-gradient(top, #f6f6f6, #fff);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), f6f6f6or-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #f6f6f6, #fff);
	background: -o-linear-gradient(top, #f6f6f6, #fff);
	background: -ms-linear-gradient(top, #f6f6f6, #fff);
	background: linear-gradient(top, #f6f6f6, #fff);
}
.logo{
	display: inline-block;
	text-decoration: none;
	font: 14px/16px 'cleanvertising_light';
}
.logo span{
	display: block;
}
.logo-img{
	background-repeat: no-repeat;
}
.name{
	font: 24px/30px 'cleanvertising_light';
	color: #e31b58;
}

/*menu top*/
.header-menu{
	display: none;
}
.header-menu li a{
	display: block;
	padding: 15px;
	border-bottom: 1px solid #2267be;
	font: 17px/20px 'latobold';
	color: #363636;
	text-decoration: none;
	transition: all .15s ease-out .15s;
}
.header-menu li a:hover,
.header-menu .active a,
.header-menu .active a:hover,
.header-menu .active a:focus{
	box-shadow: none;
	color: #ea1d5d;
	border-bottom-color: #ea1d5d;
}

.btn-menu-mobile-title{
	font: 20px/20px 'latoregular';
	text-decoration: none;
}
.btn-menu-mobile-hamburger {
	display: inline-block;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.btn-menu-mobile-hamburger span {
	position: relative;
	display: block;
	width: 20px;
	height: 3px;
	background: #888;
	border-radius: 1px;
	transition: all .2s;
}
.btn-menu-mobile-hamburger span:nth-child(2) {
	margin: 5px 0;
}
.menu-open .btn-menu-mobile-hamburger span:nth-child(1) {
	top: 7.5px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-open .btn-menu-mobile-hamburger span:nth-child(2) {
	opacity: 0;
}
.menu-open .btn-menu-mobile-hamburger span:nth-child(3) {
	bottom: 8.5px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*end menu top*/

.header-contacts{
	font: 13.5px/16px 'latoregular';
}
address, time{
	display: inline;
	color: #898989;
}

/*END HEADER*/

/*FORM*/
.form{
	padding: 40px 40px 15px;
}
.border-highlighted form{display: none;}
.form div[class^='col-']{
	margin: 0 0 25px;
}
form input[type='text'],
form textarea{
	font: 14.5px/18px 'latobold';
	border: 2px solid #f9f9f9;
	padding: 14px 25px;
	width: 100%;
	background: #f9f9f9;
}
form textarea{
	min-height: 80px;
	resize: vertical;
}
form input[type='text']:focus,
form textarea:focus{
	border: 2px solid #2267be;
	outline: none;
}
form select{
	width: 100%;
}

.refresh{
	fill: #2267be;
}
.button{
	display: inline-block;
	padding: 20px 60px;
	outline: none;
	border: none;
	font: 15px/20px 'latobold';
	white-space: pre-line;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #e31b58;
	cursor: pointer;
	transition: all .15s ease-out .15s;
}
.button.button-small{
	padding: 15px 30px;
	font: 13px/15px 'latobold';
}
.button:hover{
	color: #fff;
	background: #c31544;
}
.btn-lazy{
	position: relative;
	padding-left: 90px;
}
.btn-lazy:before{
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	left: 50px;
	top: 50%;
	margin-top: -12px;
	background: url('../images/sprite.webp') no-repeat -80px -40px;
}

.window-wrap{
	position: relative;
	margin: 0 0 20px;
	display: none;
}
.window-wrap .form{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fff;
}
.btn-close{
	position: absolute;
	z-index: 10;
	cursor: pointer;
	right: 10px;
	top: -40px;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.webp') no-repeat -120px -40px;
}
.mask{
	position: absolute;
}
.alert .h3{
	margin: 15px 0;
}
input[type='text']:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	border: 2px solid #c00;
	color: #c00;
}
input[type='checkbox']{
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

/*checkbox*/
.checkbox-label{
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.checkbox{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #363636;
	border-radius: 2px;
	cursor: pointer;
}
.checkbox:before,
.checkbox:after{
	content: '';
	opacity: 0;
	position: absolute;
	width: 2px;
	background: #363636;
	bottom: 4px;
}
.checkbox:before{
	left: 5px;
	height: 4px;
}
.checkbox:after{
	right: 6px;
	height: 7px;
}
input[type="checkbox"]:checked+label>.checkbox:before,
input[type="checkbox"]:checked+label>.checkbox:after{
	opacity: 1;
}
/*end checkbox*/

/*agreement*/
.agreement p{
	margin-bottom: 0;
}
.text-note{
	color: #636363;
}
.text-note a{
	font-family: 'latobold';
}
/*end agreement*/

/*END FORM*/

/*DOCTOR*/
.doctor-card-logo{
	display: inline-block;
	width: 15%;
	text-align: center;
	margin-right: 4%;
}
.doctor-card-logo img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	opacity: .5;
}
.doctor-name{
	display: inline-block;
	width: 80%;
	font: 24px/30px 'latobold';
}
.doctor-name span{
}
.doctor-specialization{
	font: 16px/20px 'latoregular';
}

/*END DOCTOR*/

/*FOOTER*/
.footer{
	position: relative;
	padding: 45px 0;
	font-size: 14px;
	background: #fff;
}
.footer:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: -100px;
	height: 100px;
	background: -moz-linear-gradient(top, #fff, #f6f6f6);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), f6f6f6or-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background: -o-linear-gradient(top, #fff, #f6f6f6);
	background: -ms-linear-gradient(top, #fff, #f6f6f6);
	background: linear-gradient(top, #fff, #f6f6f6);
}

.footer .h4{
	margin: 0 0 10px;
}
.footer-menu{
	display: inline;
	vertical-align: top;
	line-height: 24px;
	margin-right: 20px;
}
.footer-menu li{
	display: inline-block;
	margin: 0 15px 5px 0;
}
.footer-menu a{
	color: #363636;
	text-decoration: none;
}

.footer-menu-half{
	max-width: calc(50% - 20px);
}
.footer-menu-half+.footer-menu-half{
	margin-right: 0;
}

.footer-phone{
	font: 19.4px/22px 'latobold';
	margin-bottom: 5px;

}
.footer-phone span{
	font: 25px/25px 'latobold';
}

.site-map:before{
	content: '';
	display: inline-block;
	width: 13px;
	height: 12px;
	margin-right: 6px;
	position: relative;
	top: 2px;
	background: url('../images/sprite.webp') no-repeat -80px 0;
}
.copyright{
	font: 14px/16px 'latobold';
	margin-bottom: 10px;
}
/*END FOOTER*/

/*CONTENT*/
.container[role='main']{
	margin-bottom: 110px;
}
.content{
	text-align: left;
}
.content img{
	max-width: 100%;
}
.content img[style*="float: right"],
.img-right{
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}
.content img[style*="float: left"],
.img-left{
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}
.content img[style*="float: right"],
.content img[style*="float: left"]{
	float: none !important;
}
.banner-content ol,
.content ol{
	counter-reset: list;
}
.content ul,
.content ol{
	position: relative;
	left: 25px;
	margin: 0 25px 5px 0;
}
.content ul>li,
.content ol>li{
	position: relative;
	margin: 0 0 2px;
}
.banner-content ul>li:before,
.content ul>li:before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 11px;
	margin-left: -14px;
	background: #81b3ef;
}
.content ul>li:before{
	top: 8px;
}
.banner-content ol>li:before,
.content ol>li:before{
	position: absolute;
	top: 0;
	margin-left: -14px;
	content: counter(list)'.';
	counter-increment: list;
	font-size: 12px;
	color: #81b3ef;
}

article .content ul>li:before{
	background: #e31b58;
}
article .content ol>li:before{
	color: #e31b58;
}
.page-menu>li{
	margin-bottom: 3px;
	background: #d1e6b5;
}
.page-menu-item{
	display: block;
	color: #363636;
	text-decoration: none;
}
.page-submenu{
	padding: 10px 20px 10px 50px;
}

/*small text*/
.content.small{
	font: 12.5px/20px 'latoregular';
	color: #636363;
}
.content.small h2{
	font: 24px/29px 'latoregular';
}
.content.small h3{
	font: 21px/26px 'latoregular';
}
.content.small h4{
	font: 18px/23px 'latoregular';
}
.content.small h5{
	font: 15px/20px 'latoregular';
}
.content.small p{
	margin: 0 0 5px;
}
.content.small ol,
.content.small ul,
.content.little ol,
.content.little ul{
	left: 15px;
	margin: 0 15px 5px 0;
}
.content.small ul>li:before{
	top: 6px;
	background: #e31b58;
}
.content.small ol>li:before{
	color: #e31b58;
}
.promo-subtitle{
	margin-bottom: 5px;
	font: 15px/20px 'latobold';
	color: #252525;
}

.content.little{
	font: 13px/22px 'latoregular';
	color: #636363;
}
/*end small text*/

.map{
	width: 100%;
	height: 450px;
}
/*END CONTENT*/

/*BREADCRUMBS*/
.breadcrumbs{
	margin: 0 0 10px;
	font: 13px/18px 'latoregular';
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs a{
	text-decoration: none;
}
.breadcrumbs a:hover span,
.breadcrumbs span{
	color: #2267be;
}
.breadcrumbs a span{
	color: #363636;
}
.breadcrumbs a:after{
	content: '/';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 2px;
}
/*END BREADCRUMBS*/

/*SIDEBAR*/
.aside > li,
.aside > li > a {
	display: block;
}
.aside > li > a {
	position: relative;
	padding: 8px 9px 8px 33px;
	font: 15px/18px 'latobold';
	text-decoration: none;
	color: #363636;
}
.aside > li.active > a,
.aside > li > a:hover{
	color: #e31b58;
}
.aside > li > a:before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: 6px;
	left: 22px;
	background: #e31b58;
}
.block-caption{
	background: #2267be;
	color: #fff;
	padding: 17px 15px 13px 15px;
	margin-bottom: 17px;
}
.block-caption a{
	position: relative;
	display: inline-block;
	padding-left: 45px;
	font: 23px/30px 'latobold';
	text-decoration: none;
	color: #fff;
}
.activities:before,
.articles:before,
.shares:before{
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	background: url('../images/sprite.webp') no-repeat -120px 0;
}
.articles:before{
	margin-top: -14px;
	background-position: -160px 0;
}
.shares:before{
	background-position: -200px 0;
}
/*END SIDEBAR*/


/*ACTIVITIES*/
.activities-title{
	font: 18px/24px 'latobold';
	text-decoration: none;
}
.activities-item-pict{
	margin-bottom: 20px;
	max-width: 100% !important;
	max-height: 100% !important;
}
/*END ACTIVITIES*/


/*BANNER*/
.bx-wrapper{
	position: relative;
}
.mask,
.banner-mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(70,70,70,.7);
}
.main-banner-items>li{
	font-size: 0;
	line-height: 0;
	background-position: 50% 50%;
	background-size: cover;
}
.banner-content{
	padding: 30px;
	color: #fff;
}
.banner-caption{
	margin-bottom: 30px;
}
.banner-caption a{
	font: 30px/40px 'latobold', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.banner-caption a:hover{
	color: #fff;
}

.banner-content p{
	margin: 0 0 15px;
	font: 26px/30px 'latoregular';
}
.banner-content ul,
.banner-content ol{
	padding-left: 35px;
}
.banner-content li{
	position: relative;
	margin-bottom: 5px;
	font: 21px/26px 'latoregular';
}

/*Controls*/
.banner-controls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -36px;
	height: 36px;
	/*background: #2267be;*/
}
/*Controls*/

/*Paging*/
.main-banner .pager-controls{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	height: 0;
	bottom: 0;
	text-align: center;
}
.main-banner .bx-pager{
	position: relative;
	display: inline-block;
	line-height: 36px;
}
.main-banner .bx-pager-item{
	display: inline-block;
	vertical-align: middle;
}
.main-banner .bx-pager-link{
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 7px;
	font-size: 0 !important;
	background: #2267be;
}
.main-banner .bx-pager-link:hover,
.main-banner .bx-pager-link.active{
	background: #e31b58;
}
/*End paging*/

/*END BANNER*/

/*SLIDER*/
.slider{
	position: relative;
}
.doctors-slider{
	opacity: 0;
}

.slider .slider-controls{
	position: absolute;
	left: 0;
	right: 0;
}
.slider .slider-controls{
	top: 50%;
	margin-top: -18px;
}
.slider.doctors-slider .slider-controls{
	top: 100px;
	margin-top: 0;
}

.slider .bx-wrapper{
	display: inline-block;
}
.slider .bx-prev,
.slider .bx-next{
	display: inline-block;
	background: #2267be;
}
.slider .bx-prev:hover,
.slider .bx-next:hover{
	background: #0267e6;
}

/*General Controls*/
.bx-prev,
.bx-next{
	position: absolute;
	z-index: 55;
	width: 36px;
	height: 36px;
	text-decoration: none;
}

.bx-prev{
	left: 0px;
}
.bx-next{
	right: 0px;
}
.bx-prev:before,
.bx-next:before{
	top: 10px;
	left: 50%;
}
.bx-prev:after,
.bx-next:after{
	bottom: 10px;
	left: 50%;
}
.bx-prev:before,
.bx-prev:after,
.bx-next:before,
.bx-next:after{
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
}
.main-banner .bx-prev:before,
.main-banner .bx-prev:after,
.main-banner .bx-next:before,
.main-banner .bx-next:after{
	background: #2267be;
}
.bx-prev:before,
.bx-prev:after{
	margin-left: -1px;
}
.bx-next:before,
.bx-next:after{
	margin-right: -1px;
}
/*General Controls*/

/*END SLIDER*/

/*ROTATE TRANSFORM*/
.bx-prev:after,
.bx-next:before,
.checkbox:before,
.scroll-top>span:after{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bx-prev:before,
.bx-next:after,
.checkbox:after,
.scroll-top>span:before{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*END ROTATE TRANSFORM*/

/*PAGING*/
.paging{
	text-align: center;
	margin-bottom: 50px;
	font-size: 0;
}
.paging span,
.paging a{
	display: inline-block;
	min-width: 33px;
	height: 33px;
	margin: 0 .5px;
	vertical-align: middle;
	color: #363636;
	font: 14px/33px 'latobold';
	text-decoration: none;
	transition: all .2s ease-out .2s;
}
.paging span,
.paging a:hover{
	color: #fff;
	background: #e31b58;
}
.paging a.prev,
.paging a.next{

}
/*END PAGING*/


/*PRICE*/
.price{
	display: inline-block;
	color: #154460;
	font: 18px/24px 'latoregular';
	border-bottom: 3px solid #e31b58;
	margin-bottom: 20px;
}
.price span.big-text{
	font: 24px/24px 'latoregular';
}


/*accordion*/
table.accordion{
	width: 100%;
	border-collapse: collapse;
}
.accordion > li{
	margin-bottom: 3px;
	transition: all ease-out .2s;
}
.accordion > li.active{
	margin-bottom: 17px;
}
.accordion-caption,
.page-menu-item{
	position: relative;
	padding: 20px 35px 16px;
	font: 15px/18px 'latobold';
	text-transform: uppercase;
	background: #f7f7f7;
	cursor: pointer;
}
.accordion-caption:hover,
.active .accordion-caption,
.page-menu-item:hover{
	background: #2267be;
	color: #fff;
}
.accordion-caption:before{
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -3px;
	right: 30px;
	width: 10px;
	height: 7px;
	background: url('../images/sort_sprite.webp') no-repeat 0 -42px;
}
.accordion-caption:hover:before{
	background: url('../images/sort_sprite.webp') no-repeat 0 -35px;
}
.active .accordion-caption:before{
	background: url('../images/sort_sprite.webp') no-repeat 0 0;
}
.accordion-row{
	display: none;
}

/*end accordion*/

/*general table props*/
.price-table,
.content table{
	width: 100%;
	border-collapse: collapse;
}
.price-table a,
.content table a{
	text-decoration: none;
}
.content + .price-table
.content table{
	margin-top: 30px;
}
/*end general table props*/

/*price table*/
.price-table th,
.price-table td{
	width: 100%;
	display: block;
}
.price-table th{
	padding: 22px 30px;
	font: 15px/16px 'latobold';
	color: #fff;
	background: #363636;
	cursor: pointer;
}
.price-table th:hover{
	background: #3d3d3d;
}
.price-table td{
	padding: 14px 30px;
	font: 16px/18px 'latobold';
}
.price-table td{
	position: relative;
}
.price-table td:after{
	position: absolute;
	display: block;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #f7f7f7;
}

.price-table td:after{
	left: 30px;
	right: 30px;
}
/*end price table*/




th.tablesorter-header div {
	position: relative;
	display: inline-block;
}
th.tablesorter-header div:after {
	content: '';
	display: block;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	background: url('../images/sort_sprite.webp') no-repeat 0 0;
}
th.tablesorter-headerAsc div:after {
	background-position: 0 -14px;
}
th.tablesorter-headerDesc div:after {
	background-position: 0 -28px;
}

/*END PRICE*/


/*REVIEWS*/
.reviews-item {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
/*END REVIEWS*/


/*RATING*/
.reiews-rating{
	display: inline-block;
}
.reiews-rating__item{
	margin-right: 3px;
	font-size: 15px;
	color: #9a9a9a;
}
.reiews-rating__item.gold,
.reiews-rating__item.think-gold{
	color: #ffc107;
}
/*END RATING*/



/*CONTENT TABLE*/
.content table{
	border: 1px solid #dbdbdb;
}
.content table th{
	background: #dbdbdb;
	font: 14px/18px 'latobold';
	color: #3d4652;
	padding: 10px 30px;
}
.content table td,
.content table th{
	padding: 5px 30px;
}
.content table tr{
	border-bottom: 1px solid #d8dadc;
	background: #fff;
}
.content table tr:nth-child(odd){
	background: #fbfcfd;
}
/*класс table-wrapper добавляется для таблиц скриптом*/
.table-wrapper{
	margin: 10px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-wrapper table{
	max-width:100%;
}
/*END CONTENT TABLE*/

/*GALLERY*/
.gallery-item{
	position: relative;
}
.gallery-item:before,
.gallery-item:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transition: all ease-out 1s;
}
.gallery-item:before{
	z-index: 1;
	width: 73px;
	height: 73px;
	margin-left: -36.5px;
	margin-top: -36.5px;
	border-radius: 50%;
	background: rgba(34,103,190,.6);
}
.gallery-item:after{
	z-index: 2;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background: url('../images/sprite.webp') no-repeat 0 -40px;
}
.gallery-item:hover:before{
	/*opacity: 0;*/
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	-o-filter: blur(50px);
	-ms-filter: blur(50px);
	filter: blur(50px);
}
/*END GALLERY*/


/*PAYMENT*/
.pmwidget.pmwidgetDone h1.pmheader{
	font: 24px/30px 'latobold' !important;
	font-weight: normal !important;
}
.pmwidget.pmwidgetDone{
	width: 100% !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	font-family: 'latoregular' !important;
	font-size: 14px !important;
}
.pmwidget.pmwidgetDone strong, .pmpaymenttype{
	font-family: 'latobold' !important;
	font-weight: normal !important;
}
.pmwidget.pmwidgetDone input{
	width: auto;
}
.pmpaymenttype{
	margin-top: 20px !important;
}
.pmwidget .pm-item{
	box-shadow: none !important;
	border-radius: 0 !important;
}
/*END PAYMENT*/


/*SOCIAL NETWORKS*/
.social-networks li{
	display: inline-block;
	margin-right: 4px;
}
.social-networks li:last-child{
	margin-right: 0;
}
/*END SOCIAL NETWORKS*/


.designer-logo{
	max-width: 80px;
}


/*SYSTEM*/
.system-input{
	border: none;
	outline: none;
	display: inline-block;
	background: none;
}
.system-time-input{
	max-width: 40px;
}
/*SYSTEM*/


/*SCROLL TOP*/
.scroll-top{
	cursor: pointer;
	position: fixed;
	z-index: 500;
	top: 50%;
	right: -100px;
	box-sizing: content-box;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(34,103,190,1);
	opacity: .9;
	transition: all .2s ease-out .2s;
}
.scroll-top:before,
.scroll-top:after{
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transition: all .2s ease-out .2s;
}
.scroll-top:before{
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: rgb(126,183,254,.1);
}
.scroll-top:after{
	margin-top: -37px;
	margin-left: -37px;
	width: 74px;
	height: 74px;
	background: rgb(34,103,190,0);
}
.scroll-top:hover:before{
	background: rgb(34,103,190,.4);
}
.scroll-top:hover:after{
	background: rgb(34,103,190,.1);
}
.scroll-top>span:before,
.scroll-top>span:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	margin-top: 15px;
	background: #fff;
	transition: all .2s ease-out .2s;
}
.scroll-top>span:before{
	left: 50%;
	margin-left: -6px;
}
.scroll-top>span:after{
	right: 50%;
	margin-right: -6px;
}
.scroll-top:hover{
	-webkit-transform: scale(.8,.8);
	transform: scale(.8,.8);
}
/*END SCROLL TOP*/

/*FILES LIST*/
.files-list{
	background: #fff;
}
.files-list li{
	padding: 25px 25px;
	font: 16px/18px 'latobold';
}
.files-list a{
	position: relative;
	display: inline-block;
	padding-left: 45px;
	text-decoration: none;
}
.files-list a:before{
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 0;
	background: url('../images/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before{
	background-position: 0 -40px;
}
.files-list a.rtf:before{
	background-position: 0 -80px;
}
.files-list a.xls:before{
	background-position: 0 -120px;
}
.files-list a.doc:before{
	background-position: 0 -160px;
}
.files-list a.ppt:before{
	background-position: 0 -200px;
}
/*END FILES LIST*/

.share-title{
	font: 16px/20px 'latobold';
}


