/*----------------------- Сброс стилей -------------------------------*/

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.5;
	font-family: ProximaNova;
	overflow-x:hidden;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}
html {
	width: 100%;
	overflow-x: hidden;
}
section.s1 {
    background: var(--color-grey-89, #E2E2E2);
    display: block;

    padding: 64px 0px;
   
}































































.button-promo:after{
	display: none !important;
}
.page-text-1{
display: none;
}

.cl0 { display:block; clear:both; height:1px; }

/*new header*/
.header-new{
	display: block !important;
}
.header-new__menu{
	display: flex;
	border-top: 1px solid #EDDDDF;
	margin: 0 !important;
	padding: 0 0 10px 0;
}
.header-new__menu-item{
	flex-grow: 1;
	list-style-type: none;
}
.header-new__menu-item:last-child{
	flex-grow: 0
}
.header-new__menu-link{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #691D27;
	border-top: 4px solid transparent;
	padding: 10px 0px;
	display: inline-block;
	transition: all .5s ease;
}
.header-new__menu-link_active, .header-new__menu-link:hover{
	border-color: #691D27;
}

.header-new__info{
	display: flex;
	justify-content: space-between;
}

.header-new__logo{
	display: flex;
	align-items: center;
}
.header-new__logo-image{
	max-width: 100%;
}
.header-new__social{
	display: flex;
	align-items: center;
}
.header-new__social-item{
	border: 1px solid #691D27;
	border-radius: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	transition: all .5s ease;
	margin-left: 10px;
}
.header-new__social-item:first-child{
	margin-left: 0;
}
.header-new__social-item:hover{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}

.header-new__buttons-item{
	background: #FFFFFF;
	border: 1px solid #691D27;
	border-radius: 47px;
	padding: 15px 35px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #691D27;
	text-decoration: none;
	transition: all .5s ease;
	margin-left: 20px;
	outline: none;
}
.header-new__buttons-item:hover{
	color: #ffffff;
	background-color: #691D27;
}
.header-new__buttons-item:first-child{
	margin-left: 0;
}
.header-new__buttons-item_dark{
	color: #ffffff;
	background-color: #691D27;
}
.header-new__buttons-item_dark:hover{
	color: #691D27;
	background-color: #ffffff;
}
.header-new__buttons{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.header-new__data{
	flex-grow: 1;
	padding: 25px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 80px;
}
.header-new__data-address{
	font-family: FifaSansRegular;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 4px;
}
.header-new__data-phone{
	font-family: FifaSansRegular;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	display: flex;
	align-items: center;
}
.header-new__data-phone img{
	margin-right: 5px;
}
/*new header*/
.stock__button-item{
	display: inline-block;
	margin: 0px 0px 20px 0px;
}
.form-new__title{
	font-size: 40px;
	line-height: 150%;
	color: #333333;
	margin: 0px 0px 20px 0px;
}
.form-new__description{
	font-family: FifaSansRegular;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	margin: 0;
}
.form-new__fields{
	margin-top: 35px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.form-new__field:last-child{
	grid-column: 2 / 2;
	grid-row: 1 / 4;
}
.form-new__field-title{
	font-family: FifaSansRegular;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 5px;
}
.form-new__field-input{
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 50px;
	width: 100%;
	outline: none;
	padding: 0px 20px;
}
.form-new__field-input_textarea{
	resize: none;
	height: 238px;
}
.form-new__container{
	max-width: 700px;
	margin-right: 0;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
.form-new__info{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
	grid-gap: 20px;
}

.form-new__button{
	background: #691D27;
	border: 1px solid #691D27;
	border-radius: 47px;
	padding: 15px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	transition: all .5s ease;
	outline: none;
}
.form-new__button:hover{
	color: #691D27;
	background-color: #ffffff;
}
.form-new__radio{
	grid-row: 1 / 2;
	grid-column: 2 / 2;
}
.form-new__agree{
	font-family: FifaSansRegular;
	font-size: 12px;
	line-height: 14px;
	color: #888888;
}
.form-new__radio{
	cursor: pointer;
	display: flex;
	align-items: center;
}
.form-new__radio-check{
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	position: relative;
	display: block;
}
.form-new__radio-check:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 4px;
	left: 0;
	margin: auto;
	width: 7px;
	height: 12px;
	border-bottom: 2px solid #691D27;
	border-right: 2px solid #691D27;
	transform: rotate(45deg);
	opacity: 0;
}
.form-new__radio-input:checked +.form-new__radio-check:after{
	opacity: 1;
}
.form-new__radio-input{
	width: 1px;
	height: 1px;
	opacity: 0;
}
.form-new__radio-text{
	font-family: FifaSansRegular;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	display: block;
	margin-left: 10px;

}
.form-new__wrapper{
	padding: 45px 0px;
	position: relative;
}

.form-new__wrapper:before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -500px;
	left: 0px;
	border-top:  3px solid #ccc;
	border-bottom:  3px solid #ccc;
	border-left:  3px solid #ccc;
}
.form-new{
	position: relative;
}
.form-new__image-wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	/*margin: auto;*/
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	z-index: 1;
	max-width: 45%;
}
.form-new__image{
	height: 545px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}


.form-new__result .ok{
	display: inline-block;
	padding: 10px;
	margin-top: 25px;
	background-color: #c5e7c5;
	font-size: 18px;
}
.services__buttons{
	margin: 70px 0px 0px 0px;
}
.services__buttons-item{
	background-color: transparent;
}
.services__buttons-item:hover{
	color: #ffffff !important;
}
.services__buttons-item.header-new__buttons-item_dark{
	background-color: #691D27;
}
.services__buttons-item.header-new__buttons-item_dark:hover{
	background-color: transparent;
	color: #691D27 !important;
}


.footer__social-item{
	border: 1px solid #691D27;
	border-radius: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	transition: all .5s ease;
	margin-left: 10px;
}
.footer__social-item:first-child, .footer__phones .footer__social-item{
	margin-left: 0;
}
.footer__social-item:hover{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
}
.footer__social{
	display: flex;
}
.footer-buttons__item{
	height: 42px;
	width: 148px;
	font-family: FifaSansRegular;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	border: 1px solid #691D27;
	background-color: #691D27;
	border-radius: 100px;
	outline: none;
	transition: all .5s ease;
}
.footer-buttons__item:hover{
	background-color: #ffffff;
	color: #691D27;
}
.footer-buttons{
	display: flex;
	margin-top: 20px;
}
.button-stock{
	margin-left: 20px !important;
	color: #ffffff !important;
	background-color: #691D27 !important;
}
.certificate-left {
	width:50%;
	float:left;
}

.i4ewOd-pzNkMb-haAclf {
	background:#702d30 !important;
}

.certificate-right {
	width:42%;
	float:left;
	margin-left:6%;
	margin-bottom:50px;
	margin-top:-60px;
}

.map-title {
	font-family: FifaSansMedium;
	margin-top: 15px;
	font-size: 24px;
}

.text p {
	padding-bottom:8px;
}

.post-type-archive-news .service-bg {
	margin-bottom: 40px;
}

.single-services .service-slider {
	clear:both;
	margin-top: 20px !important;
	margin-bottom: 50px;
}

.contact__company-name {
	margin-bottom: 8px;
}

.interior .wrapper {
	position:relative;
	overflow:hidden;
	/*padding-bottom:50px;*/
}

.interior .wrapper .arrow-down {
	bottom:10px;
}

.wdi_spider_popup_close,
.wdi_ctrl_btn_container,
.wdi_toggle_container,
#wdi_spider_popup_left-ico,
#wdi_spider_popup_right-ico {
	background-color:#691d27 !important;
}

#wdi_feed_0 .wdi_header_user_text h3,
#wdi_feed_0 .wdi_media_info,
#wdi_feed_0 .wdi_load_more_text,
#wdi_feed_0 .wdi_load_more_spinner {
	color:#691d27 !important;
}

#wdi_feed_0 .wdi_follow_btn {
	border-color:#691d27 !important;
	color:#691d27 !important;
}

#wdi_feed_0 .wdi_load_more_wrap, #wdi_feed_0 .wdi_spinner_wrap {
	border-color:#691d27 !important;
}

/*
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.content-wrapper {
    min-height: 100%;
    margin-bottom: -80px;
}
* html .content-wrapper {
    height: 100%;
}
.page-buffer {
    height: 80px;
}
.servise-bg {
	min-height:100%;
}
*/

.ns {
	display:none;
}

.cert-img {
	width:100%;
	max-width:100%;
	height:auto;
}

.postid-987 .image-right {
	display:none;
}

.single-news .image-right {
	max-width:40%;
}

.single-news .image-right img {
	max-width:100%;
	width:100%;
	height:auto;
}

.all-service .slick-slide {
	position:relative;
	overflow:hidden;
}
/*
.video-right iframe {
	width:100%;
}

.single-services .service-slider {
	float:right;
}
*/

.text-left {
	width:52%;
	float:left;
	margin-right:3%;
	margin-bottom:30px;
}

.text-right {
	width:45%;
	float:right;
	margin-bottom:30px;
	margin-left:20px;
	margin-bottom:10px;
}

.text-right h2 {
	margin-top:-105px !important;
}

.v1-slider {
	width:100%;
	/*margin-top:95px !important;*/
}

.v1-slider iframe {
	width:100%;
}

.v1-slider .slick-slider {
	margin:0 !important;
}

.v1-slider .slick-dots {
	position:absolute;
	top:-95px;
	left:0;
	margin-top:0;
}

.v1-slider .slick-dots  li {
	margin-right:25px;
	cursor:pointer;
}

.v1-slider .slick-dots  li a {
	padding: 8px 16px;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#333;
}

.v1-slider .slick-dots  li a:hover {
	color:#fff !important;
	background-color:#ccc;
}

.v1-slider .slick-dots .slick-active a {
	color:#fff !important;
	background-color:#ccc;
}

.share42init {
	margin-top:15px;
	margin-bottom:15px;
}

.all-service .slick-slide .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background: rgba(33, 33, 33, 0.9);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.all-service .slick-slide:hover .mask {
	top:0;
}

.all-service .slick-slide .magnifier {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width:48px;
	height:48px;
	max-width:48px;
}

.all-service .slick-slide:hover .magnifier {
	opacity:1;
}

.cert-img:first-child {
	-moz-transform: rotate(7deg); /* Для Firefox */
	-ms-transform: rotate(7deg); /* Для IE */
	-webkit-transform: rotate(7deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(7deg); /* Для Opera */
	transform: rotate(7deg);
	z-index:1;
}

.service-slider {
	clear:both;
	margin-top:20px !important;
}

.postid-87 .service-slider {
	padding-top:20px !important;
}

.cert-img:nth-child(2) {
	-moz-transform: rotate(-7deg); /* Для Firefox */
	-ms-transform: rotate(-7deg); /* Для IE */
	-webkit-transform: rotate(-7deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(-7deg); /* Для Opera */
	transform: rotate(-7deg);
	z-index:2;
}

.cert-img:nth-child(3) {
	-moz-transform: rotate(7deg); /* Для Firefox */
	-ms-transform: rotate(7deg); /* Для IE */
	-webkit-transform: rotate(7deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(7deg); /* Для Opera */
	transform: rotate(7deg);
	z-index:3;
}

.page-id-10 form:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page-id-10 .gallery{
	width:780px;
	height:600px;
	padding:0;
	text-align:center;
	position:relative;

	width: 100%;
}

.page-id-10 .buttons{
	width:100%;
	position:relative;
}

.page-id-10 .buttons a:last-child{
	width:50px !important;
	position:absolute;
	left:50%;
	margin-right:-45px;
	display:block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAMAAACpgK3LAAAAulBMVEVHcEwKCgoICAgKCgoJCQkAAAAKCgoPDw8JCQkICAgJCQkKCgoJCQkKCgoAAAAICAgKCgoJCQkKCgoKCgoMDAwKCgoAAAAKCgoJCQkJCQkJCQkLCwsICAgLCwsJCQkKCgoNDQ0KCgoKCgoJCQkKCgoMDAwKCgoKCgoICAgHBwcHBwcJCQkJCQkKCgoJCQkTExMKCgoJCQkJCQkJCQkJCQkKCgoLCwsPDw8JCQkICAgLCwsJCQkJCQkKCgoUVjAAAAAAPXRSTlMA4VfM7gYyEdI57ZA3qwI7f4HjmSjEAWBVhOxaViyI3ieNXlHbKUtkHiEktNXc0A1l6aXOZ0YuEE0/Q6Q4ChUv8wAAAHxJREFUeNp9yUcWgkAUBdEHdCOiImIWI+acFRX3vy1Hjuj3a1TnXOTS9QZoutnm2Or0YvBs3xa0r6aCJmoh6FKlgp7UXdDb+QWUi8ayx8d/w/HMOdfvFgVzz+PlsAartFtx22+oTWZzasPRmFrXGlCrWS6jIIyoQVeq//0BkUkJopT56yEAAAAASUVORK5CYII=') no-repeat center center !important;
	width: 37px !important;
	height: 26px;
	text-indent:-9999px;
}

.page-id-10 .buttons a:first-child{
	position:absolute;
	right:51%;
	margin-left:-35px;
	display:block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAMAAACpgK3LAAAAulBMVEVHcEwKCgoICAgKCgoJCQkAAAAKCgoPDw8JCQkICAgJCQkKCgoJCQkKCgoKCgoMDAwAAAAAAAAICAgKCgoKCgoKCgoKCgoJCQkJCQkJCQkLCwsJCQkJCQkICAgKCgoJCQkLCwsKCgoNDQ0KCgoKCgoKCgoKCgoJCQkKCgoMDAwKCgoHBwcICAgJCQkJCQkICAgJCQkJCQkJCQkTExMJCQkLCwsJCQkJCQkKCgoHBwcJCQkLCwsPDw8KCgp5oUwkAAAAPXRSTlMA4VfM7gYyEdI57ZA3mcQoAQI7f6tg41WB7FqEUVZeiCzeJ41LZNtNZSncJD/OpB7p0NUNZ0O0pUYhOC4Q8ooehgAAAHxJREFUeNp9y9kagVAUhuFV7dBAhhCZQqGUoSjk/m/LkaP2v77T9/no39DVCdWajAbQFA9+G8WHtg3W0E7RDloSW9Aud2yvW5nXbXn0/KZaR55GDzP7vA1pNtH5WhCuEkdGDyJkdC9WjC7EklHVVBmdz6Z9rOOejtHpNvEHoqoJokokz2UAAAAASUVORK5CYII=') no-repeat center center !important;
	width: 37px !important;
	height: 26px;
	text-indent:-9999px;
}

.page-id-10 .buttons a, a.button{
	cursor:pointer;
	display:inline-block;
	padding:5px;
	text-align:center;
	margin-left:3px;
	color:#fff;
	font-weight:bold;
}

.page-id-10 .guggenheim-slider {
	top:0 !important;
}

.page-id-10 .guggenheim-item{
	width:49% !important;
	height:189px;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	font:12pt 'Museo700',Helvetica,sans-serif;
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0 1.01% 7px 0;
}

.other-publications .column-1 a {
	margin-bottom:0 !important;
}

.page-id-10 .guggenheim-item span:before {
	display:block;
	content:"";
	width:1px;
	background:#F8F8F8;
	height:100%;
	position:absolute;
	left:-1px;top:0;
}


.page-id-10 .guggenheim-item span:after {
	display:block;
	content:"";
	width:1px;
	background:#F8F8F8;
	height:100%;
	position:absolute;
	right:-1px;top:0;
}

.page-id-10 .buttons {
	border:none !important;
}
















ol, ul {
	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;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.wdi_bio {
	display:none !important;
}

#pull {
	display:none;
}


@font-face {
font-display:swap;
	font-family: ProximaNova;
	font-display: swap;
	src: local("ProximaNova"),
	url('/wp-content/themes/beautick/fonts/ProximaNova.ttf');
}

@font-face {
font-display:swap;
	font-family: ProximaNovaBold;
	font-display: swap;
	src: local("ProximaNovaBold"),
	url('/wp-content/themes/beautick/fonts/ProximaNovaBold.ttf');
}

@font-face {
font-display:swap;
	font-family: FifaSansRegular;
	font-display: swap;
	src: local("FifaSansRegular"),
	url('/wp-content/themes/beautick/fonts/FifaSansRegular.ttf');
}

@font-face {
font-display:swap;
	font-family: FifaSansMedium;
	font-display: swap;
	src: local("FifaSansMedium"),
	url('/wp-content/themes/beautick/fonts/FifaSansMedium.ttf');
}

.slider-mask {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.7);
}

/*.m-other-publications {*/
/*	display:none;*/
/*}*/

.other-publications {
	display:block;
}

.page-id-2332 .header .wrapper {
	height:auto !important;
}

.page-id-2332 h2 {
	text-align:center !important;
	padding-top:0 !important;
	margin-bottom:0 !important;
}

.map iframe {
	pointer-events: none;
}

.logo {
	display: inline-block;
	padding: 0;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.list55 .slick-slide {
	margin-right:5px;
	margin-left:5px;
}

.image-up, .image-down {
	border: 0;
	margin: 0;
	padding: 0;
}

.image-up {
	opacity: 1.0;
	filter: alpha(opacity=99); /* IE */
	display: block;
	position: absolute;
	z-index: 2;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration:  0.6s; /* IE9+ */
}

.copy {
	width: 280px;
	float: left;
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:14px;
}

.all-service {
	position:relative;
}

.all-service .date {
	position:absolute;
	top:0;
	right:0;
}

.single-news .image-right img {
	border: 1px solid #666;
}

.single-news .wrapper {

}

.image-up:hover {
	opacity: 0.00;
	filter: alpha(opacity=00); /* IE */
}

body {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.page-id-529 .wrapper {
	height:auto !important;
	overflow:hidden;
}

.slogan {
	text-align:center;
	width:100%;
	display:block;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}
/*
.postid-87 .slick-track {
	margin:0 auto;
}
*/
/*----------------------------- Image grid ---------------------------*/

.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	clear:both;
}

a {
	outline:none !important;
}

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
	display: table;
}

.ri-grid ul:after {
	clear: both;
}

.ri-grid ul {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.filter-date {
	/*position: absolute;
    right: 0;
    top: -64px;*/
	text-align: right;
	margin-bottom: 20px;
	margin-right: 1.01%;
}

.filter-date span {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #ccc;
	margin-left: 8px;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.column-1 a,
.last-published a {
	position:relative;
}
.column-1 .mask,
.last-published .mask {
	background:rgba(0, 0, 0, 0.6);
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	height:0;
	width:100%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display:table;
	vertical-align:middle;
}
.last-published .mask {
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4 ease;
}
.last-published img,
.column-1 img {
	vertical-align:middle;
}
.column-1 .mask p,
.last-published .mask p {
	width:100%;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	opacity:0;
	height:0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:0;
	font-size:1;
}
.column-1 a .mask,
.last-published a:hover .mask {
	height:100%;
}
.column-1 a .mask p,
.last-published a:hover .mask p {
	opacity:1;
	height:auto;
	line-height:1.2;
	font-size:1.6em;
}
/*
.other-publications .column-1 {
	height:600px;
}

.other-publications .column-1 img {
	width:100%;
	max-width:100%;
	height:auto;
}
*/

.list55 {
	position:relative;
}

.list55 .slick-arrow {
	position:absolute;
	bottom:0;
}
.breadcrumbs a,
.breadcrumbs,
.breadcrumbs a:hover,
.social li a:hover,
.button,
.button:hover {
	text-decoration:none !important;
}
.page-id-2332 .all-services h2 {
	margin-top:0 !important;
}
a:hover {
	text-decoration:none !important;
}
div.wpcf7 img.ajax-loader {
	margin-top:16px;
	margin-left:6px;
}
.list55 .slick-prev {
	left:50%;
	margin-left:-50px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAMAAACpgK3LAAAAulBMVEVHcEwKCgoICAgKCgoJCQkAAAAKCgoPDw8JCQkICAgJCQkKCgoJCQkKCgoKCgoMDAwAAAAAAAAICAgKCgoKCgoKCgoKCgoJCQkJCQkJCQkLCwsJCQkJCQkICAgKCgoJCQkLCwsKCgoNDQ0KCgoKCgoKCgoKCgoJCQkKCgoMDAwKCgoHBwcICAgJCQkJCQkICAgJCQkJCQkJCQkTExMJCQkLCwsJCQkJCQkKCgoHBwcJCQkLCwsPDw8KCgp5oUwkAAAAPXRSTlMA4VfM7gYyEdI57ZA3mcQoAQI7f6tg41WB7FqEUVZeiCzeJ41LZNtNZSncJD/OpB7p0NUNZ0O0pUYhOC4Q8ooehgAAAHxJREFUeNp9y9kagVAUhuFV7dBAhhCZQqGUoSjk/m/LkaP2v77T9/no39DVCdWajAbQFA9+G8WHtg3W0E7RDloSW9Aud2yvW5nXbXn0/KZaR55GDzP7vA1pNtH5WhCuEkdGDyJkdC9WjC7EklHVVBmdz6Z9rOOejtHpNvEHoqoJokokz2UAAAAASUVORK5CYII=') no-repeat center center !important;
	width: 37px;
	height: 26px;
	padding: 30px;
	border-radius: 100px;
	border:none;
	text-indent:99999px;
	outline:none;
	bottom:-50px;
	top:auto !important;
}
.list55 .slick-next {
	left:50%;
	margin-right:-50px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAUCAMAAACpgK3LAAAAulBMVEVHcEwKCgoICAgKCgoJCQkAAAAKCgoPDw8JCQkICAgJCQkKCgoJCQkKCgoAAAAICAgKCgoJCQkKCgoKCgoMDAwKCgoAAAAKCgoJCQkJCQkJCQkLCwsICAgLCwsJCQkKCgoNDQ0KCgoKCgoJCQkKCgoMDAwKCgoKCgoICAgHBwcHBwcJCQkJCQkKCgoJCQkTExMKCgoJCQkJCQkJCQkJCQkKCgoLCwsPDw8JCQkICAgLCwsJCQkJCQkKCgoUVjAAAAAAPXRSTlMA4VfM7gYyEdI57ZA3qwI7f4HjmSjEAWBVhOxaViyI3ieNXlHbKUtkHiEktNXc0A1l6aXOZ0YuEE0/Q6Q4ChUv8wAAAHxJREFUeNp9yUcWgkAUBdEHdCOiImIWI+acFRX3vy1Hjuj3a1TnXOTS9QZoutnm2Or0YvBs3xa0r6aCJmoh6FKlgp7UXdDb+QWUi8ayx8d/w/HMOdfvFgVzz+PlsAartFtx22+oTWZzasPRmFrXGlCrWS6jIIyoQVeq//0BkUkJopT56yEAAAAASUVORK5CYII=') no-repeat center center !important;
	width: 37px;
	height: 26px;
	padding: 30px;
	border-radius: 100px;
	border:none;
	text-indent:99999px;
	outline:none;
	bottom:-50px;
	top:auto !important;
}
.last-published .more {
	border:1px solid #fff;
	border-radius:40px;
	font-size:0.6em;
	padding:13px;
	text-align:center;
	color:#fff;
	position:absolute;
	width:200px;
	bottom:90px;
	left:50%;
	margin-left:-100px;
	opacity:0;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.last-published:hover .more {
	opacity:1;
}

.last-published .more:hover {
	background:#fff;
	color:#000;
}

.filter-date span:hover {
	background:#ccc;
	color:#fff;
}

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.buttons {
	border:1px solid #666;
	text-decoration:none;
	display:inline-block;
	margin-bottom:25px;
}

.buttons a {
	text-decoration:none;
	margin:0 !important;
}

.btn-black,
.btn-price,
.btn-masters {
	margin:0 !important;
}

.single-services .service-title {
	text-align:left !important;
	padding-bottom:15px;
}

.services-block .col-sm-3 .image,
.services-block .col-sm-4 .image,
.services-block .col-sm-6 .image {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	display:block !important;
}

.services-block .col-sm-3 h3,
.services-block .col-sm-4 h3,
.services-block .col-sm-6 h3 {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.services-block .col-sm-3:hover .image,
.services-block .col-sm-4:hover .image,
.services-block .col-sm-6:hover .image {
	opacity:1;
}

.services-block .col-sm-3:hover h3,
.services-block .col-sm-4:hover h3,
.services-block .col-sm-6:hover h3 {
	opacity:0;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

.ri-grid{
	width: 100%;
	height: auto;
	position:relative;
}

.grid-mask {
	background:rgba(255, 255, 255, 0);
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	z-index:3;
}

.ri-grid ul li,
.ri-grid ul li a {
	width: 100%;
}

.ri-grid ul li a {
	background-size:cover;
}

.ri-grid ul {
	height:100%;
}

.ri-grid ul li {
	/*height:33.33333333333333% !important;*/
}

.ri-grid ul li a img{
	width: 100%;
	height:auto;
}


*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

/*--------------------------------------------------------------------*/







.page-id-30 .breadcrumbs,
.page-id-45 .breadcrumbs,
.page-id-5670 .breadcrumbs,
.archive .breadcrumbs {
	margin-top:20px;
}

.contacts-mobile {
	display:none;
}

.wrapper {
	width:80%;
	margin:0 auto;
}
body.home .ri-grid {
    margin-bottom: 250px;
    margin-top: 150px;
}

@media (max-width: 768px) {
    body.home .ri-grid {
        margin-top: 0;
    }
}




.photo img {
	width:100%;
	max-width:100%;
	height:auto;
	border:1px solid #666;
}

.map {
	margin-top:30px;
}

a {
	outline:none;
	border:0;
}

.footer {
	clear:both;
}

.home .footer .wrapper {
	width:80%;
}

.home .header .wrapper {
	/*height:100%;*/
}

.pricelist {
	margin-top:20px;
}

.header .contacts {
	font-family: FifaSansRegular;
	font-size:0.875em;
	text-align:right;
	float:right;
	width:26%;
}

.logo {
	float:left;
}

.logo img {
	margin-top:30px;
	margin-bottom:30px;
	width:281px;
	height:auto;
}

a {
	text-decoration:none;
	color:#3e3e3e;
}

.your-phone {
	margin-left:4%;
}

.header nav a {
	font-family: FifaSansRegular;
	font-size:1em;
	z-index:10;
}

.header nav {
	z-index:10;
}

.header nav a:active, .header nav a:hover, .header nav a {
	text-decoration: none;
}

.header nav a:after {
	content:"/";
	margin-left:5px;
	/*padding-right:5px;*/
}

.header nav a:last-child:after {
	content:"";
	/*margin-left:8px;*/
}

.header nav {
	padding:5px;
	float:left;
	width:73%;
	clear:both;
	background: #f9f9f9;
	background: -moz-linear-gradient(left, #f9f9f9 0%, #fff 100%);
	background: -webkit-linear-gradient(left, #f9f9f9 0%,#fff 100%);
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
}

/* html {
	height:100%;
} */

body, /*.home .header,*/ .ip-main, .ip-container {
	height:100%;
}

body.single-services,
body.single-services .header{
	height: auto;
	overflow-x: hidden;
}

.header .gallery {
	/*background:#efefef;*/
	width:100%;
	height: auto;
	z-index:1;
}

.page-id-58 {
	height:auto !important;
}

.nav-wrapper {
	/*height:198px;*/
	position:relative;
	overflow:hidden;
	/*margin-bottom: 10px;*/
	z-index:99;
}

.page-template-page-about .footer,
.page-template-page-services .footer,
.page-template-page-contacts .footer,
.single .footer {
	margin-top: 20px;
}

.services {
	height:100%;
	width:100%;
	min-height: 400px;
	margin-top: 25px;
}

.home .services {
	height: 100% !important;
}

.services .wrapper {
	background:#efefef;
	height:100%;
	position:relative;
}

.home .services .wrapper {
	min-height: 565px;
}

.services .wrapper:after {
	background:#efefef;
	height:100%;
	display:block;
	float:right;
	width:13%;
	content:"";
	position:absolute;
	right:-13%;
	top:0;
	bottom:0;
}

.feedback .form-wrapper input[type="text"], .feedback .form-wrapper textarea {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.all-services .item {
	position:relative;
	overflow:hidden;
}

.all-services .item:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	right:-10px;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, 0.55);
	z-index:2;
}

.all-services .item h3 {
	z-index:3;
}

.all-services .item img {
	vertical-align:middle;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	z-index:1;
}

.single .news:after {
	display:none;
}


.all-services .item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.all-services h2 {
	margin-top:60px !important;
	margin-bottom:30px !important;
}

.all-services .wrapper {
	margin-bottom:60px;
}

.archive .wrapper {
	height:auto;
	overflow:hidden;
}

.services .wrapper {
	position:relative;
}

.services .list-wrapper {
	width:40%;
	height:auto;
	position:absolute;
	margin-left:80px;
	top:43%;
	margin-top:-186px;
}
.serices-columns{
	display: flex;
}
.serices-columns ul:last-child{
	margin-left: 20px;
}
.services-menu{
	position: relative;
}
.services-menu li:hover{
	background-color: #d8d8d8;
}

.services-submenu{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	background-color: #d8d8d8;
	z-index: 10;
	display: none;
	margin: 0 !important;
	padding: 0px 10px;
	min-width: 230px;
}
.services-submenu li a{
	white-space: nowrap;
}
/*
.services .slider {
	width:60%;
	float:right;
	height:auto;
	margin-top:220px;
	position:relative;
}

.services .slider .img-bg {
	position:absolute;
	opacity:0.4;
	left:60px;
	top:70px;
}
*/
.services h3 {
	font-family: ProximaNova;
	font-size:1.875em;
	margin-bottom:30px;
	position:relative;
	display:block;
	z-index:3;
}

.services h3:before {
	width:65px;
	height:2px;
	background:#000;
	display:block;
	content:"";
	position:absolute;
	left:-80px;
	top:22px;
}

.slider-wrap {
	position:relative;
	height:100%;
	z-index:1;
}

.wrapper1 {
	width: 70%;
	position: absolute;
	top: 12%;
	right: 160px;
	overflow:hidden;
	opacity:0.4;
}

.wrapper2 {
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	overflow:hidden;
}

.wrapper1 .slick-slide > div,
.wrapper2 .slick-slide > div {
	width: 510px;
	height: 335px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*
.slider-for {
	opacity: 0.4;
    margin-right: 20%;
    margin-top: 80px;
    width: 60%;
    float: right;
}

.slider-nav {
	width:60%;
	float:right;
	margin-top:-400px;
}
*/
.wrapper1 img, .wrapper2 img {
	width:100%;
	max-width:100%;
	height:auto;
}

.right-wrap {
	width:60%;
	height:440px;
	margin-left:39.5%;
	margin-top: 65px;
	display: inline-block;
	vertical-align: middle;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	right:0;
	top:20%;
}

.slider-wrap:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}

.logo-preloader {
	display:block;
	margin:0 auto;
	width:280px;
	height:auto;
}

.single-news .service-bg {
	background:#efefef;
}

.service-bg .wrapper {
	overflow: hidden;
}

.footer .social {
	margin-top:0;
	margin-bottom:19px;
}

a:hover {
	color:#702d30 !important;
}

.wpcf7-response-output {
	display: block;
	clear: both;
	width: 87%;
	margin-top: 50px !important;
}

.lb-outerContainer {
	background-color:transparent !important;
}

.ip-logo {
	top:6% !important;
}

.ip-loader {
	bottom:45% !important;
}

.slick-slide img {
	float:right;
}

.slick-slide {
	outline:none;
}

.slick-dots {
	float:right;
	margin-top:90px;
}

.slick-dots li  {
	display:block;
	float:left;
	width:24px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	position:relative;
}

.slick-dots li button::before {
	font-family: slick;
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.3;
	color: black;
	-webkit-font-smoothing: antialiased;
}

.slick-dots .slick-active button::before {
	opacity: 0.6;
}

.services .list-wrapper ul li {
	font-size:1em;
	font-family: ProximaNova;
	text-transform:uppercase;
	line-height:2;
}

.title1 {
	text-transform:uppercase !important;
	font-size:23px;
	font-weight:bold;
}

.title2 {
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}

.interior {
	overflow:hidden;
	width:100%;
	height:auto;
}

.interior h2 {
	margin-top:50px;
	font-size:2.5em;
}

.interior p {
	color:#8f8f8f;
	font-size:0.875em;
	width:30%;
	margin-bottom:30px;
}

.interior .block {
	margin-bottom:20px;
	width:88%;
}

.interior .block:nth-child(2n-1) {
	float:left;
}

.interior .block:nth-child(2n) {
	float:right;
}

.interior .block .image {
	width:49%;
	max-width:49%;
	height:auto;
	float:left;
	cursor:pointer;
	position:relative;
}

.interior .block .image .mask {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:100%;
	background:rgba(33, 33, 33, 0.9);
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

a {
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

.arrow-down {
	width:34px;
	height:34px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAMFBMVEUAAAA5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTnrcJ8wAAAAD3RSTlMA7ncRM5nMRLtm3SKqVYi7e84wAAABB0lEQVR42n2TCY6EMAwE285h5wD//7ebQWTBA5kSQgFK3RAZfBFFBGvinu2AeglvgqjVfZM2grgT8UNqaunWEEol9sZGWeBh6/egYulZHimHu4EXWh7O1F8M/yBnLBDbzpqIFakeVTVhSSA+QhrWpDpOveMH0SJA/NowF8RDk/NmLjcj7+dKFWL/tVYug+ZXcsVm8I43wPY5vDONSxkp3pnGpYgF73gDe0YzgXOqM6AdqAzneAPGxxY7mh9HG9digjVdz/1bEq3MuVmh+QyjsDB4Tluo+d3ZjN3v8KRQcr9MfGlJboLU2AeJUoGHibhdb6Gm7TmKXK0m/qBkXRYbxapmpKncE/4A1uoIB6MdXfAAAAAASUVORK5CYII=');
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-17px;
	cursor:pointer;
	z-index:11;
}

.ri-buttons .arrow-down {
	position:static;
	bottom:none;
	left:none;
	margin-left:0;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

.ri-base {
	position: relative;
}

.ri-buttons {
	min-height: 100px;
}

.interior .block .image:hover .mask {
	top:0;
}

.interior .block .image .item {
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.magnifier {
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:50%;
	margin-left:-24px;
	opacity:0;
	-webkit-transition:	all 0.6s ease;
	-moz-transition:	all 0.6s ease;
	-ms-transition:		all 0.6s ease;
	transition:			all 0.6s ease;
}

.block div {
	-webkit-transition:	all 0.6s ease;
	-moz-transition:	all 0.6s ease;
	-ms-transition:		all 0.6s ease;
	transition:			all 0.6s ease;
}

.block .wrap1 {
	background: url('https://beautick.cheap-tracker.ru/wp-content/themes/beautick/images/image-big1.png');
	background-size:cover;
	background-position:top center;
}

.block .wrap2 {
	background: url('https://beautick.cheap-tracker.ru/wp-content/themes/beautick/images/image-small1.png');
	background-size:cover;
	background-position:top center;
}

.interior .block .image:hover .magnifier {
	opacity:1;
}

.interior .block .image:nth-child(2n-1) {
	margin-right:2%;
}

.news {
	position:relative;
}

.social {
	float:right;
	margin-top:30px;
}

.social li {
	display:block;
	float:left;
	margin-left:10px;
	width:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #ccc;
	cursor:pointer;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

.header .social li:first-child {
	margin-left: 33px;
}

.source {
	float:left !important;
	margin-top:15px;
	margin-right:17px;
	font-size:1em !important;
}

.buttons{
	padding-bottom:0 !important;
}

.pluginConnectButton {
	display:none !important;
}

.lb-details {
	display:none;
}

.social li:hover {
	border:1px solid #000;
}

.news .bg {
	background-image: url('/wp-content/themes/beautick/images/news-bg.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	height:400px;
	width:90%;
	left:0;
	top:0;
	position:absolute;
	clear:both;
}

.news .wrapper {
	margin-top:120px;
	height:400px;
	position:relative;
	display:table;
}

.news .wrapper .all-news {
	position:absolute;
	top:-76px;
	left:0;
	width:88%;
}

a.button, .wpcf7-submit {
	padding:12px 24px;
	border-radius:25px;
	border:1px solid #363636;
	color:#2c2c2c;
	font-family: FifaSansRegular;
	font-size:1.125em;
	display:block;
	float:right;
	position:relative;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

.page-id-443 a.button {
	float:none;
}

a.button:hover, .wpcf7-submit:hover {
	background:#000;
	color:#fff;
}

.wpcf7-submit {
	background:#fff;
	outline:none;
	float:left;
	cursor:pointer;
	padding: 12px 50px 12px 24px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAMFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaPxwLAAAAD3RSTlMAEXdmRO7MM7vdmSJVqohB+tuiAAAAs0lEQVR42m2R2xKFIAhFuQgiZv3/355pijA7a8YHWLS9BBNYSoU/FBcx08MIF2HKGCMvSbJl0Ydmrus7hCXcbtFLd6c3hBW6pluJTUJEc9Mwrabi87PBUdbZSb/W4/IOgwEPSKo8EURQFBaXymaFuqfqx8sQpIIDJ8MQOMfhVwOtX5f7mk3nh8INEuMYWKG7576aKjU28dU82ejW5zSpr9/qEcFtIMwgNbGdhooX+NDLSdY/yr4ESRqWYH4AAAAASUVORK5CYII=');
	background-repeat:no-repeat;
	background-position:128px center;
}

body {
	overflow-x:hidden;
}

.news .wrapper .all-news a:after {
	content:"";
	display:block;
	background:#ccc;
	width:487px;
	height:3px;
	position:absolute;
	top:25px;
	left:170px;
}

.ip-logo {
	opacity:0;
}

.news .wrapper:before {
	content:"";
	display:block;
	background:#ccc;
	width:3px;
	height:100px;
	position:absolute;
	top:-100px;
	left:0;
}
#promo .wrapper:before{
	top:-50px;
}
.news .wrapper:after {
	content:"";
	display:block;
	background:#ccc;
	width:100%;
	height:3px;
	position:absolute;
	top:-100px;
	left:0;
}
#promo .wrapper:after {
	top:-50px;
}
.news:after {
	content:"";
	display:block;
	background:#ccc;
	width:50%;
	height:3px;
	position:absolute;
	top:-100px;
	right:0;
}
#promo:after {
	top:-50px;
}
.news .bg:after {
	content:"";
	display:block;
	background:#ccc;
	width:800px;
	height:3px;
	position:absolute;
	top:330px;
	right:-800px;
}

.your-name {
	text-transform: capitalize !important;
}

.news .photo {
	width:210px;
	max-width:210px;
	height:210px;
	margin-top:105px;
	margin-bottom:55px;
	float:left;
}

.new {
	padding-left:28px;
	padding-right:28px;
	display:table-cell;
	vertical-align:middle;
}

.new .button:hover, a.button:hover {
	color:#fff !important;
}

.new h3 {
	font-family: FifaSansMedium;
	font-size:1.5625em;
	margin-bottom:15px;
}

.new p {
	font-family: FifaSansRegular;
	font-size:0.875em;
	line-height:1.5;
}

.new .button {
	float:left;
	margin-top:24px;
	font-size:0.875em;
}


.feedback h2 {
	margin-top:50px;
	font-size:2.5em;
	text-align:center;
}

.feedback {
	display:table;
	width:100%;
}

.feedback .contacts {
	display:table-cell;
	vertical-align:middle;
	width:36%;
	float:left;
}

.feedback .form-wrapper {
	width:64%;
	float:left;
}

.feedback .form-wrapper input[type="text"],
.feedback .form-wrapper textarea {
	width:100%;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #ccc;
	outline:none;
	padding:10px;
	margin-bottom:30px;
}

.feedback .form-wrapper textarea {
	height:40px;
}

.feedback .form-wrapper input[type="text"]::-webkit-input-placeholder,
.feedback .form-wrapper textarea::-webkit-input-placeholder {
	color: #000;
}

.feedback .form-wrapper input[type="text"]::-moz-placeholder,
.feedback .form-wrapper textarea::-moz-placeholder {
	color: #000;
}

.feedback .form-wrapper {
	margin-top:30px;
	margin-bottom:80px;
}

.feedback .form-wrapper span.wpcf7-form-control-wrap {
	width:48%;
	float:left;
	display:block;
	overflow:hidden;
}

.feedback .form-wrapper span.wpcf7-form-control-wrap:first-child {
	margin-right:4%;
}

.feedback form#contact,
.feedback form#contact #fields {
	display: block;
	clear: both;
}

.feedback .your-phone {
	margin-left: 0;;
}

.feedback .form-wrapper .wpcf7-form-control-wrap.message,
.feedback .form-wrapper .wpcf7-form-control-wrap.message textarea {
	width:100%;
}

.feedback #contact #fields {
	overflow: hidden;
}

.feedback #contact #note {
	display: block;
	clear: both;
}

.feedback #contact .ok {
	display: inline-block;
	padding: 10px;
	margin-top: 25px;
	background-color: #c5e7c5;
}

.feedback #contact .err {
	display: inline-block;
	padding: 10px;
	margin-top: 25px;
	background-color: #e7c5c5;
}

.pressa {
	margin-bottom:40px;
}

.wrap, .pressa, .page-id-58 .breadcrumbs, .page-id-56 .breadcrumbs {
	margin-top:20px !important;
}

.feedback .wrapper {
	margin:0 auto;
}

.feedback .contacts h2 {
	text-align:left;
	margin-top:0;
}

.footer {
	color:#686868;
}

.footer .wrapper {
	border-top:1px solid #d4d4d4;
	line-height:normal;
}

.gallery .block {
	width:100%;
	height:33.333333333%;
	clear:both;
	overflow:hidden;
}

.gallery .block img {
	display:block;
	float:left;
	height:100%;
	width:auto;
}

.gallery .block .wrap1 {
	overflow:hidden;
	width:67%;
	height:100%;
	float:left;
}

.gallery .block .wrap2 {
	overflow:hidden;
	width:33%;
	height:100%;
	float:left;
}

.gallery {
	position:relative;
}

.gallery h2 {
	position: absolute;
	top: 50%;
	/* margin-top: -6.4%; */
	color: #000;
	text-align: left;
	display: block;
	left: 40px;
	font-size: 2.5em;
	letter-spacing: 16px;
	line-height: 1.2;
	z-index: 11;
	margin: auto;
	top: 0px;
	bottom: 0px;
	max-height: 140px;
}

.services-block a.item {

}

.services-block a.item h3 {
	line-height:1.2;
	width:100%;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	font-size:0.9em;
}
@media screen and (max-width: 1600px){
	.header-new__data{
		margin-left: 20px;
	}
	.header-new__buttons{
		margin-right: 20px;
	}
	.header-new__logo{
		max-width: 200px;
	}
	.form-new__image-wrapper{
		max-width: 32%;
	}
	.right-wrap{
		width: 47%;
	}
}
@media screen and (max-width: 1400px){
	.header-new__buttons-item{
		padding: 15px;
	}
}
@media screen and (max-width: 1360px){
	.filter-date span {
		font-size: 13px;
	}
	.header-new__social{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.header-new__social-item{
		margin: 0px 5px !important;
	}
	.form-new__image-wrapper{
		display: none;
	}
	.form-new__container{
		max-width: none;
		padding-left: 80px;
		padding-right: 80px;
	}
	.stock__button-item{
		font-size: 18px;
		padding: 15px 30px;
	}
	.slider-wrap-hid{
		display: none;
	}
	.services .list-wrapper{
		width: 100%;
	}
	.services .list-wrapper{
		position: relative;
		margin-top: 30px;
		margin-bottom: 50px;
		top: auto;
		padding: 30px 0px;
	}
	.home .services .wrapper, .home .services{
		min-height: auto;
	}
	.form-new__wrapper:before{
		right: 0;
		border-right: 3px solid #ccc;
	}
}

@media screen and (max-width: 1240px){
	.services-block a.item h3 {
		font-size:0.9em;
	}
}
@media screen and (max-width: 1050px){
	.header-new__logo{
		max-width: 120px;
	}
	.header-new__buttons-item{
		font-size: 13px;
		padding: 10px;
	}
	.header-new__buttons{
		margin-right: 10px;
	}
	.header-new__data{
		margin-left: 20px;
		padding: 10px 0px;
	}
	.header-new__data-phone{
		font-size: 14px;
	}
	.header-new__data-address{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 0;
		max-width: 150px;
	}
	.header-new__social-item{
		width: 35px;
		height: 35px;
	}
	.header-new__menu-link{
		font-size: 14px;
	}
	.stock__button-item{
		font-size: 18px;
		padding: 15px 30px;
	}
}
.services-block a.item h3:before {
	content: "";
	display: inline-block;
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}

.feedback .wpcf7-not-valid-tip, .feedback .wpcf7-not-valid-tip, .feedback .wpcf7-not-valid-tip {
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	border: none;
	background: #ffffdd !important;
	margin: 0;
	font-size: 0.875em;
	color: #383838 !important;
	border:none !important;
	line-height: 1.2;
	padding-top:15px !important;
	padding-bottom:15px !important;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.wpcf7-response-output {
	padding-top:15px !important;
	padding-bottom:15px !important;
	width:auto !important;
	margin:50px 0 0 !important;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height:1.2 !important;
	border:none !important;
	background: #ffffdd !important;
	font-size:14px;
}

.gallery .button {
	position: static;
	float: none;
	/* bottom: 100px; */
	/* left: 50%; */
	/* margin-left: -61px; */
	font-size: 0.875em;
	cursor: pointer;
	z-index: 11;
	width: 20%;
	margin: 0 auto;
	min-width: 200px;
}


.all-news .content .button {
	position:absolute;
	bottom:40px;
	right:40px;
	font-size:0.875em;
	cursor:pointer;
	z-index:6;
	padding:12px 30px;
	border-radius:25px;
	border:1px solid #363636;
	background:transparent;
	color:#363636;
	font-family: FifaSansRegular;
	font-size:0.9em;
	display:block;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

.tax-services_tax .pages h1 {
	padding-top:40px;
}

.single-services h1, .single-services h2, .single-news h1, .single-news h2 {
	padding-top:30px;
}

.single .service-bg {
	margin-top:20px;
	padding-bottom:60px;
	margin-bottom:0;
}

.all-news .content .button:hover {
	background:transparent;
	color:#fff !important;
	background:#363636;
	text-decoration:none;
}

.all-news .content .date {
	position:absolute;
	left:33%;
	bottom:40px;
	color:#999;
	z-index:6;
}

.all-news .content .text {
	/*display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; */
	overflow:hidden;
}

.all-news .item {
	position:relative;
	margin-top:0;
	padding:40px;
	/*border-bottom:1px solid #d4d4d4;*/
	background:#efefef;
	margin-bottom:20px;
}

.all-news .item:nth-child(12n) {
	border-bottom:0px !important;
}

.navigation {
	margin-top:20px;
}

.gallery h2:after {
	content:"";
	display:block;
	height:3px;
	width:260px;
	background:#3e3e3e;
	margin-top:20px;
}

.gallery h2 span {
	font-size:0.65em;
}

#gallery {
	height:100%;
	width:100%;
}

#gallery .wrap1 {
	width:67%;
}

#gallery .wrap2 {
	width:33%;
}

.fgsgsdfg {
	height:33.34%;
	background-size: cover;

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

#gallery td img {
	vertical-align:middle;
}

.entry-content {
	margin-bottom:100px;
}

.interior .item {
	width:25%;
}

.interior .item img {
	width:100%;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.interior .grid {
	margin-bottom:80px;
	margin-top:30px;
}

.wow {
	visibility:hidden;
}

/*.tablepress {
	width:82% !important;
	max-width:100% !important;
	margin:0 auto 40px !important;
}*/

/*.tablepress-table-description {
	margin-bottom:40px;
}*/

/*.tablepress-table-name {
	padding-left:10%;
	padding-right:10%;
}*/

.logo-footer {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-120px;
	margin-top:0;
	margin-bottom:28px;
	width:240px;
}

.logo-footer img {
	margin:0 47px;
}

.logo-footer p {
	width:240px;
	text-align:center;
	line-height:1.2;
	font-size:12px;
	margin-top:-20px;
}

.video-right {
	margin-bottom:30px;
}

.clear { clear: both }

/* Rustem's edition */

.masonry2 {
	margin-bottom: 20px;
}

.masonry2 .item {
	width: 100%;
	height: 300px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.masonry2 .big-image .item {
	height: 606px;
	position: relative;
}

.masonry2 .big-image {
	height:606px;
}

.masonry2 .item .loop, .item .loop, .block a .loop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 196px;
	z-index: 2;
	height: 196px;
	background:url('/wp-content/uploads/2016/02/magnifier-2.png') no-repeat;
	display: block;
	opacity:0;
	-webkit-transition:	opacity 0.3s ease;
	-moz-transition:	opacity 0.3s ease;
	-ms-transition:		opacity 0.3s ease;
	transition:			opacity 0.3s ease;
}

.masonry2 .item:hover .loop, .item:hover .loop, .block a:hover .loop {
	opacity:1;
}

.masonry .item {
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	-ms-transition:		all 0.3s ease;
	transition:			all 0.3s ease;
}

.masonry2 .simple {
	margin-top: 6px;
}

.rightMasonry .item {
	margin-bottom: 6px;
	height: 300px;
}

.masonry .grid-item img {
	width: 100%;
	height: auto;
}

.masonry .item.first {
	width: 75%;
	height: 400px;
}

.masonry .item.second {
	width: 24.5%;
	height: 400px;
}

#share42 a:hover {
	background:url('https://beautick.cheap-tracker.ru/wp-content/themes/beautick/share42/icons2.png') 0 0 no-repeat !important;
}

.page-id-30 .wrapper {
	height:auto !important;
	overflow:hidden;
}

.page-id-30 .w1 {
	min-height:630px;
}

.postid-2523 .va {
	min-height:570px;
}

.page-id-30 .rt-services .services-block {
	background:transparent !important;
}

.page-id-30 .services-title {
	text-align:center !important;
}


.grid-item { float: left }
.grid-item, .grid-sizer { width: 300px }
.grid-item--width3 { width: 900px }
.grid-item--width2 { width: 600px }
.grid-item--height200 { height: 200px }
.grid-item--width-medium { width: 400px }

/* Services page */

.rt-services {
	background-image: url('/wp-content/uploads/2016/03/services-bg2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 20px;
	padding-bottom: 20px;
}

.page-id-30 .rt-services {
	background-image: none;
}

.page-id-529 .breadcrumbs {
	margin-top:20px;
}

.breadcrumbs {
	background:#ededed;
	display: inline-block;
	padding: 1px 10px;
}

.postid-133 .service-title {
	display:none;
}

.postid-133 .s1 {
	display:block;
	text-align:center !important;
}

.postid-151 .buttons {
	margin-top:25px;
}

.postid-961 .all-service .text {
	margin-bottom:0 !important;
}

.service-slider {
	margin-top:30px !important;
}

.service-slider li,
.service-slider {
	list-style:none !important;
}

.tax-services_tax .breadcrumbs {
	margin-top:20px !important;
}
/*
.postid-87 .slick-slider {
	width:940px !important;
}
*/
.rt-services .services-block {
	margin: 20px 0;
	background: rgb(255, 255,255);
	background:rgba(255, 255, 255, 0.5);
}

.rt-services .services-block .row .col-sm-3,
.rt-services .services-block .row .col-sm-4,
.rt-services .services-block .row .col-sm-6
{
	padding-top: 1%;
}

.term-uservice .rt-services .services-block .row .col-sm-3 {
	padding-top:0;
}

.archive.term-3 .services-block .row:last-child,
.rt-services .services-block .row:last-child {
	padding-bottom: 1%;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.rt-services .item {
	min-height: 300px;
	line-height: 300px;
	text-align: center;
	/*font-weight: bold;*/
	text-transform: uppercase;
	position: relative;
	display: block;
}

.rt-services .col-sm-3 ,
.rt-services .col-sm-4,
.rt-services .col-sm-6
{
	border-right: 2px solid #c1c0c1;
}

/*.tablepress-table-description {
	width:82%;
	margin:0 auto 30px;
}*/

@media screen and (max-width: 747px) {
	.rt-services .col-sm-3 ,
	.rt-services .col-sm-4,
	.rt-services .col-sm-6
	{
		border-right: 0;
		border-bottom: 2px solid #c1c0c1;
	}

	.rt-services .row:last-child .col-sm-3:last-child ,
	.rt-services .row:last-child .col-sm-4:last-child,
	.rt-services .row:last-child .col-sm-6:last-child {
		border-bottom: 0;
	}

	.rt-services .line {
		display: none !important;
	}
}

.rt-services .row .col-sm-4:last-child,
.rt-services .row .col-sm-6:last-child,
.rt-services .row .col-sm-3:last-child {
	border-right: 0;
}

.nara h3 {
	font-size: 1em !important;
	margin-bottom: 0 !important;
}

.nara h3:before {
	display: none !important;
}

/*
.rt-services .item:hover  .image {
	visibility: visible;
    opacity: 1;
}
*/

.rt-services .item .image {
	width: 96%;
	height: 96%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 2%; left: 2%;
	display: none;
	/* transition: visibility 0s,	opacity 0.5s linear; */
}

.term-3 .item .image,
.rt-services .services-block .row:first-child .item .image {
	height: 92% !important;
}

.term-3 .line,
.rt-services .line {
	width: 96%;
	margin-left: 2%;
	height: 2px;
	background: #c1c0c1;
	margin: 0 auto;
}

.services-title {
	margin-top: 40px !important;
	text-align: left !important;
}

.rt-services .row .col-sm-3:first-child .image {
	left: 4%
}

.rt-services .row .col-sm-3:last-child .image {
	left: 0
}

/* End Rustem's edition */

.single .header .wrapper {
	/*height:auto !important;*/
	overflow:hidden;
}

.postid-133 .header .va {
	height:772px !important;
}

.tax-services_tax .rt-services {
	margin-bottom:40px;
}

.single-news .service-slider {
	width:100%;
}

.single-news .news-slider {
	float: right;
	width: 30%;
}

.single-news .all-service .item {
	width:100%;
	margin-right:1%;
	display: block;
}

.single-news .text {
	width: 100%;
}

.service-bg {
	padding: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumbs {
	margin-top: 0;
}

/*
.postid-959 .service-bg, .postid-960 .service-bg, .postid-961 .service-bg {
	background-image: url('/wp-content/uploads/2016/03/uhod-bg.jpg');
}
*/
.postid-127 .slick-prev:before, .postid-127 .slick-next:before {
	color: #333 !important;
}

/*.postid-125 .service-bg, */
.postid-149 .service-bg,
.postid-151 .service-bg {
	/*background-image: url('/wp-content/uploads/2016/03/125.jpg');*/
	clear:both;
	margin-top:30px;
}

.postid-149 .service-bg {
	/*background-image: url('/wp-content/themes/beautick/images/ap-cosm.jpg');*/
}

.postid-151 .service-title {
	text-align: left;
	margin-bottom: -10px !important;
	margin-top: 0;
}

.single-services .wrapper {
	height: auto !important;
	overflow: hidden;
}

.postid-149 .all-service .text {
	margin-top:0;
}

.single-services .service-title {
	text-align: center;
	margin-bottom: 0;
}

.table-full {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
	padding: 10px;
}

.list-wrapper {
	z-index:10;
}

.interior h2 {
	padding-bottom:50px;
}

.ip-main .news .new a.title {
	font-family: FifaSansMedium;
	font-size: 1.5625em;
	margin-bottom: 15px;
}

.postid-127 .table-full {
	margin-bottom: 20px;
}

.postid-125 iframe {
	float: right;
	margin-left: 10px;
}

.btn-masters
.btn-price,
.btn-black {
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 10px 15px;
	text-decoration: underline;
}

.btn-black.active, .btn-black:hover {
	background-color: #333;
	color: #fff !important;
	text-decoration: none;
}

.btn-black.active:hover{
	color: #fff !important;
}

.slider-video .slick-prev {
	background: url('/wp-content/themes/beautick/../images/prev-white.png') no-repeat center center #000 !important;
	width: 37px;
	height: 26px;
	padding: 30px;
	border-radius: 100px;
}

.slider-video .slick-next {
	background: url('/wp-content/themes/beautick/../images/next-white.png') no-repeat center center #000 !important;
	width: 37px;
	height: 26px;
	padding: 30px;
	border-radius: 100px;
}

.all-news .item .content:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 100%;
	left: 32%;
	height: 90px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABaCAMAAACPBYYjAAAAY1BMVEVHcEzw8PDu7u7u7u7v7+/s7Ozi4uLv7+/y8vLu7u7v7+/w8PDv7+/s7Ozv7+/w8PDv7+/u7u7u7u7////t7e3u7u7v7+/u7u7v7+/v7+/v7+/u7u7u7u7v7+/u7u7u7u7v7+++k8GjAAAAIHRSTlMAZ0wPMhsJ8BWO9iJxKkNVhF7qBDp71byh5MXNqrOY3RuGX+MAAABeSURBVHja7ci5AYJAAADBRVAeQf5HEKT/Km1gMwKTm3D4r17wEMSCTHAXPAWVIBEMgpfgJqgFrSASlIJR0AhywSFYBB/BLpgFq2ATTIKv4C3oBKmgEJwiZMiQIa/kD4Ihq0H4goYqAAAAAElFTkSuQmCC') repeat;
	z-index:5;
}

/*.postid-133 .va {*/
/*	height:832px !important;*/
/*}*/

/*.wdi_photo_img:hover .wdi_photo_overlay {
	background:rgba(105, 29, 39, 0.65) !important;
}*/

.wdi_photo_overlay:hover .wdi_thumb_icon i {
	display: none !important;
}

article ul {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------*/

.clear-fix{
	clear: both;
}

div#recording,#recording_new{
	text-align: center;
	font-size: 0px;
	z-index: 99999;
}

div#recording .modal-dialog,#recording_new .modal-dialog {
	max-width: 400px;
	position: relative;
	margin: 0px auto;
}

div#recording .modal-content,#recording_new .modal-content {
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	border: none;
}

div#recording .modal-body, #recording_new .modal-body {
	padding: 10%;
}

div#recording .modal-body .form-group, #recording_new .modal-body .form-group {
	position: relative;
}

div#recording .modal-body .form-group.last, #recording_new .modal-body .form-group.last {
	margin-bottom: 0px;
	text-align: center;
}

div#recording .modal-body .form-group.penultimate, #recording_new .modal-body .form-group.penultimate {
	margin-bottom: 30px;
}
.btn_submit{
	margin: 20px auto 0px auto;
	display: block;
	width: 100%;
}
div#recording .close, #recording_new .close {
	background-color: #691d27;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px;
	line-height: 9px;
	outline: none;
	border: 1px solid #691d27;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#recording .modal-body .close svg, #recording_new .modal-body .close svg {
	max-width: 10px;
	height: 10px;
}

div#recording .modal-body .close svg path, #recording_new .modal-body .close svg path  {
	fill: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#recording .modal-body h5.modal-title, #recording_new .modal-body h5.modal-title {
	font-size: 32px;
	text-align: center;
	margin: 10px 0px;
	line-height: normal;
}

div#recording .modal-body .wpcf7-submit, #recording_new .btn_submit,
.header nav a#pull,
.btn.btn-recording {
	float: none;
	padding: 12px 29px;
	background: none;
	background-color: #691d27;
	border: 1px solid #691d27;
	color: #ffffff;
	font-size: 20px;
	margin: 0 auto;
	border-radius: 50px;
	-webkit-transition:  background-color 0.3s ease, color 0.3s ease;
	-moz-transition:  background-color 0.3s ease, color 0.3s ease;
	-ms-transition:  background-color 0.3s ease, color 0.3s ease;
	transition:  background-color 0.3s ease, color 0.3s ease;
	outline: none;
}

.btn.btn-recording {
	float: left;
	margin-top: 23px;
	position: relative;
	margin-left: 100px;
	max-width: 185px;
}

.post-3617 .btn-recording {
	max-width: none;
	margin-left: 0px;
	float: right;
}

.all-service .btn.btn-recording {
	margin-top: 6px;
	margin-right: 0px;
}

.header nav a#pull:after,
.header nav a#pull:before,
.btn.btn-recording:not(.fixed):after,
.btn.btn-recording:not(.fixed):before {
	content: " ";
	display: block;
	position: absolute;
	right: 35%;
	left: 35%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header nav a#pull:after,
.btn.btn-recording:after {
	bottom: -7px;
	border-bottom: 1px solid #691d27;
}

.header nav a#pull:before,
.btn.btn-recording:before {
	top: -7px;
	border-top: 1px solid #691d27;
}

div#recording .modal-body .wpcf7-submit:hover,
div#recording .close:hover,
#recording_new .modal-body .wpcf7-submit:hover,
#recording_new .close:hover,

.header nav a#pull:hover,
.btn.btn-recording:not(.fixed):hover{
	background-color: transparent;
	color: #691d27;
}

.btn.btn-recording:hover:after,
.header nav a#pull:hover:after,
.btn.btn-recording:hover:before,
.header nav a#pull:hover:before {
	right: 50%;
	left: 50%;
}

.header nav a#pull:hover .bars span{
	background-color: #691d27;
}

div#recording .close:hover svg path,
#recording_new .close:hover svg path
{
	fill: #691d27;
}

div#recording div.wpcf7 img.ajax-loader,
#recording_new div.wpcf7 img.ajax-loader
{
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
	top: 12px;
	right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/* visibility: visible; */
}

div#recording .form-group span[role="alert"],
#recording_new .form-group span[role="alert"]
{
	font-size: 14px;
}

div#recording div.wpcf7-response-output,
#recording_new div.wpcf7-response-output
{
	display: none;
}

div#recording div.wpcf7-response-output,
#recording_new div.wpcf7-response-output
{
	padding: 10px;
	margin: 20px 0px 0px 0px !important;
	padding: 12px !important;
	text-align: center;
}

div#recording .modal-body .form-group .form-control[type="text"],
#recording_new .modal-body .form-group .form-control[type="text"],
#recording_new .modal-body .form-group .form-control[type="tel"]
{
	border: none;
	border-bottom: 1px solid #DCDCDC;
	border-radius: 0px;
	box-shadow: none;
	padding: 20px 30px;
}

div#recording img.form-icon,
#recording_new img.form-icon
{
	position: absolute;
	height: 18px;
	top: 10px;
	z-index: 9;
}

body.modal-open,
div#recording,
#recording_new
{
	padding: 0px !important;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}

.modal-backdrop {
	background-color: #ffffff;
}

article a{
	text-decoration: underline;
	color: #702d30;
}

.all-prices .panel,
.all-prices .panel-heading {
	padding: 0px;
	border: none;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}

.all-prices .panel {
	border-bottom: 1px solid #d8d8d8;
	margin: 0px;
}

.all-prices .panel-heading .panel-title {
	cursor: pointer;
	padding: 20px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: background .6s;
	-o-transition: background .6s;
	transition: background .6s;
}

.all-prices .panel-heading .panel-title:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 41%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #bba788;
	border-right: 2px solid #bba788;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: border-color .6s,-webkit-transform .3s;
	transition: border-color .6s,-webkit-transform .3s;
	transition: border-color .6s,transform .3s;
	transition: border-color .6s,transform .3s,-webkit-transform .3s;
}

.all-prices .panel-heading .panel-title[aria-expanded="true"]:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.all-prices .panel-heading .panel-title[aria-expanded="true"] {
	background: rgba(56,26,20,.08);
}

.all-prices .panel table td {
	padding: 20px;

}

.all-prices .panel table {
	margin-bottom: 20px;
}

.all-prices .panel p {
	margin-bottom: 20px;
}

.all-prices .panel .panel-collapse {
	padding-top: 20px;
}

.all-prices .all-prices {
	margin-bottom: 80px;
}

.all-prices .tablepress-table-name {
	display: none;
}

.show-prices .panel-heading .panel-title[aria-expanded="true"]:after {
	display: none;
}

.show-prices .panel {
	margin-bottom: 50px;
}



/*@media screen and (min-width: 768px) {
	.header .nav a:nth-child(2):before{
		display: none;
	}
}*/

/*body > jdiv {
    display: none !important;
}*/

body.postid-3531 > jdiv {
	display: inline !important;
}

jdiv#jivo-mouse-tracker {
	display: none !important;
}

.cbh-button {
	bottom: 37px !important;
	right: 72px !important;
}

.btn-recording.fixed {
	position: fixed;
	/*left: 15%;*/
	right: 85px;
	/*bottom: 15px;*/
	display: none !important;
	z-index: 99;
	cursor: pointer;
	background-color: rgb(105, 29, 39);
	color: #ffffff;
	/*border-radius: 24px;*/
	text-align: center;
	bottom: 48px;
	margin-top: 0px;
	margin-right: 0px;
	/*border-bottom-left-radius: 0px;*/
	/*border-bottom-right-radius: 0px;*/
	/*padding: 15px;*/
	/*width: 50px;*/
	/*height: 50px;*/
	/*display: block;*/
}

.btn-recording.fixed.show {
	display: block !important;
}

.btn-recording.fixed.show.block-hidden {
	display: none !important;
}

.btn-recording.fixed .icon {
	display: none;
}

.btn-recording.fixed .icon {
	/*margin-left: 10px;*/
}

.btn-recording.fixed .text {
	/*font-size: 16px;*/
}

.btn-recording.fixed span {
	/*font-size: 20px;*/
	display: inline-block;
}

.btn-recording.fixed .icon {
	/*margin-left: 10px;*/
}

.contacts-mobile .fa, .contacts .fa {
	font-size: 15px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #691d27;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 10px;
	line-height: 20px;
}

.contacts-mobile a, .contacts a {
	text-decoration: underline;
}

.contacts-mobile .delimiter, .contacts .delimiter {
	margin: 2px 0px;
}

.contacts-mobile span:last-child, .contacts span:last-child {
	display: inline-block;
	text-align: left;
}

article.services .slider-category,
article.services .masters .title {
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	width: 100%;
}

.service-slider.vertical li.slick-slide {
	margin-right: 20px;
}

.service-slider.vertical li.slick-slide a::before {
	content: '';
	display: block;
	padding-top: 179%;
}

.service-slider.vertical li.slick-slide a {
	display: block;
	position: relative;
	width: 160px;
}

.service-slider.vertical li.slick-slide img {
	left: -10000px;
	right: -10000px;
	top: -10000px;
	bottom: -10000px;
	margin: auto;
	position: absolute;
	width: auto;
	max-width: none;
	min-height: 100%;
	max-height: 100%;
	z-index: 1;
}

.service-slider.vertical li.slick-slide a {
	display: block;
	position: relative;
}

.lightbox .lb-image {
	margin: 0 auto;
}

article.services div.text {
	clear: both;
	margin-bottom: 20px;
}

article.services div.prices table tr td {
	border-top: none;
	border-bottom: 1px solid #ddd;
	/*text-transform: uppercase;*/
}

article.services div.prices table tr td {
	border-top: none;
	border-bottom: 1px solid #ddd;
	/*text-transform: uppercase;*/
}

article.services div.prices h2 {
	text-transform:uppercase !important;
	font-size:23px;
	font-weight:bold;
	text-align: left;
}

article.services div.prices span.descr {
	font-size: 12px;
	padding-bottom: 15px;
	display: block;
}

.buttons.custom {
	border: none;
	margin-top: 0px;
}

strong.header-title-visible {
	margin-right: 25px;
}

.btn-price, .btn-masters {
	background-color: #691d27;
	border: 1px solid #691d27;
	color: #ffffff;
	font-size: 17px;
	text-transform: none;
	font-weight: 100;
	display: inline-block;
}

.btn-price.active, .btn-price:hover, .btn-masters.active, .btn-masters:hover {
	background-color: #ffffff;
	color: #691d27;
	text-decoration: none;
}

.buttons.custom .fa {
	font-size: 9px;
	margin-right: 2px;
	vertical-align: top;
	margin-top: 7px;
}

.buttons .btn-price, .buttons .btn-masters, .buttons .btn-black {
	padding: 10px 20px;
}

article.services div.prices span.name {
	display: block;
}

article.services div.prices span.time {
	font-size: 12px;
}

article.services div.prices, article.services div.masters {
	margin-top: 50px;
}

article.services div.prices td strong {
	text-shadow: 0px 0px 0px;
	text-transform: uppercase;
}

div#recording-tool {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 500px;
	right: -500px;
	z-index: 99;
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	-ms-transition: right 0.5s ease;
	transition: right 0.5s ease;
}

div#recording-tool .close:hover {
	opacity: 1;
}

div#recording-tool .close {
	position: absolute;
	left: -50px;
	top: 13px;
	width: 20px;
	height: 20px;
	width: 38px;
	height: 38px;
	background-color: #7a7a7a;
	border-radius: 100px;
	/* line-height: normal; */
	/* line-height: 9px; */
	padding: 11px;
	display: none;
	opacity: 1;
}

div#recording-tool .close svg {
	vertical-align: top;
}

div#recording-tool .close svg path {
	fill: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#recording-tool.active {
	right: 0%;
}

div#recording-tool.active .close {
	display: block;
}

div#recording-tool iframe {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

a.btn.btn-recording.tool-link {
	display: none;
}

/*.btn.btn-recording.tool.fixed {
	margin-right: 0px;
	margin-top: 0px;
    max-width: 185px;
    position: fixed;
    top: 25px;
    right: 25px;
}*/

.home .insta-wrap {
	text-align: center;
}

.insta-wrap a.insta-link {
	color: #691d27;
	border: 1px solid #691d27;
	padding: 12px 20px;
	border-radius: 100px;
	display: inline-block;
}

.buttons.custom .btn-masters {
	margin-left: 15px !important;
}

strong.header-title-visible {
	margin-bottom: 15px;
	display: inline-block;
}

.btn.btn-recording.fixed {
	opacity: 0.8;
	transition: opacity 0.4s ease;
}

.btn.btn-recording.fixed:hover {
	opacity: 1;
}

.btn-recording.fixed {
	-webkit-animation: bigEntrance_widjet 750ms linear both;
	-moz-animation-name: bigEntrance_widjet 750ms linear both;
	-o-animation-name: bigEntrance_widjet 750ms linear both;
	animation: bigEntrance_widjet 750ms linear both;
	visibility: visible !important;
	outline: none !important
}

.btn-recording.fixed .phone-call_wave_widjet {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 50px !important;
}

.btn-recording.fixed .phone-call_wave__stroke_widjet {
	border: 2px solid #691d27;
	width: 90%;
	height: 90%;
	opacity: .9;
	-webkit-animation: wave-stroke 1.5s infinite cubic-bezier(.42,0,.85,.75);
	-moz-animation: wave-stroke 1.5s infinite cubic-bezier(.42,0,.85,.75);
	-o-animation: wave-stroke 1.5s infinite cubic-bezier(.42,0,.85,.75);
	animation: wave-stroke 1.5s infinite cubic-bezier(.42,0,.85,.75);
}

.btn-recording.fixed:hover .phone-call_wave__stroke_widjet {
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes wave-stroke {
	100% {
		width: 170%;
		height: 170%;
		border-color: transparent;
		opacity: 0
	}
}

@-moz-keyframes wave-stroke {
	100% {
		width: 170%;
		height: 170%;
		border-color: transparent;
		opacity: 0
	}
}

@-o-keyframes wave-stroke {
	100% {
		width: 170%;
		height: 170%;
		border-color: transparent;
		opacity: 0
	}
}

@keyframes wave-stroke {
	100% {
		width: 170%;
		height: 170%;
		border-color: transparent;
		opacity: 0
	}
}

.btn-recording.fixed {
	background-size: contain !important;
	border-radius: 100px;
	opacity: .7;
	z-index: 100000;
	cursor: pointer;
	visibility: hidden;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.btn-recording.fixed:hover {
	color: #fff !important;
	opacity: 1 !important
}

.btn-recording.fixed:hover .phone-call_wave__stroke_widjet {
	-webkit-animation:none;
	animation:none
}

@-webkit-keyframes bigEntrance_widjet {
	0% {
		-webkit-transform: matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1)
	}
	3.2% {
		-webkit-transform: matrix3d(.673,.192,0,0,.126,.673,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.673,.192,0,0,.126,.673,0,0,0,0,1,0,0,0,0,1)
	}
	4.5% {
		-webkit-transform: matrix3d(.743,.25,0,0,.163,.743,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.743,.25,0,0,.163,.743,0,0,0,0,1,0,0,0,0,1)
	}
	6.41% {
		-webkit-transform: matrix3d(.836,.301,0,0,.196,.836,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.836,.301,0,0,.196,.836,0,0,0,0,1,0,0,0,0,1)
	}
	9.01% {
		-webkit-transform: matrix3d(.94,.308,0,0,.201,.94,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.94,.308,0,0,.201,.94,0,0,0,0,1,0,0,0,0,1)
	}
	12.71% {
		-webkit-transform: matrix3d(1.032,.234,0,0,.154,1.032,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.032,.234,0,0,.154,1.032,0,0,0,0,1,0,0,0,0,1)
	}
	13.51% {
		-webkit-transform: matrix3d(1.044,.212,0,0,.14,1.044,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.044,.212,0,0,.14,1.044,0,0,0,0,1,0,0,0,0,1)
	}
	17.92% {
		-webkit-transform: matrix3d(1.07,.098,0,0,.066,1.07,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.07,.098,0,0,.066,1.07,0,0,0,0,1,0,0,0,0,1)
	}
	18.92% {
		-webkit-transform: matrix3d(1.069,.077,0,0,.052,1.069,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.069,.077,0,0,.052,1.069,0,0,0,0,1,0,0,0,0,1)
	}
	25.23% {
		-webkit-transform: matrix3d(1.038,-.001,0,0,-.001,1.038,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.038,-.001,0,0,-.001,1.038,0,0,0,0,1,0,0,0,0,1)
	}
	29.03% {
		-webkit-transform: matrix3d(1.016,-.015,0,0,-.01,1.016,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.016,-.015,0,0,-.01,1.016,0,0,0,0,1,0,0,0,0,1)
	}
	31.43% {
		-webkit-transform: matrix3d(1.006,-.017,0,0,-.011,1.006,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.006,-.017,0,0,-.011,1.006,0,0,0,0,1,0,0,0,0,1)
	}
	34.63% {
		-webkit-transform: matrix3d(.997,-.014,0,0,-.01,.997,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.997,-.014,0,0,-.01,.997,0,0,0,0,1,0,0,0,0,1)
	}
	40.14% {
		-webkit-transform: matrix3d(.992,-.007,0,0,-.005,.992,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(.992,-.007,0,0,-.005,.992,0,0,0,0,1,0,0,0,0,1)
	}
	56.46% {
		-webkit-transform: matrix3d(1,.001,0,0,.001,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,.001,0,0,.001,1,0,0,0,0,1,0,0,0,0,1)
	}
	62.36% {
		-webkit-transform: matrix3d(1.001,.001,0,0,0,1.001,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1.001,.001,0,0,0,1.001,0,0,0,0,1,0,0,0,0,1)
	}
	81.48% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
	}
	84.68% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
	}
	100% {
		-webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
	}
}

.page-template-page-masters .team-page {
	margin-top: 0.65vw;
}

.team-page__title {
	display: inline-block;
	margin: 0.67em 0 2.534vw;
}

.single-masters h1 {
	margin-top: 0;
}

.__jivoCallbackBtn {
	margin-right: 85px !important;
	margin-bottom: 157px !important;
}

.all-news .item .image {
	width: 350px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1440px) {
	.slider-video .slick-next:before {
		display:none !important;
	}

	.filter-date span {
		padding:4px 10px;
	}
}

@media screen and (max-width: 1400px) {
	.all-news .item .image {
		width:25%;
		overflow:hidden;
	}
	/*
	.all-news .item .image img {
		width:140% !important;
		max-width:140% !important;
		height:auto;
	}
	*/
}

@media screen and (max-width: 1290px) {
	.header nav a {
		font-size:0.9em;
	}
	.header .gallery {
		/*margin-top:-80px !important;*/
	}
	.page-id-10 .header .gallery {
		margin-top:0px !important;
	}
}

@media screen and (max-width: 1280px) {
	.header nav {
		padding: 2px;
	}

	/*.ri-grid ul {
		margin-top: 80px;
	}*/

}

@media screen and (max-width: 1250px) {

	.header .gallery {
		/*margin-top:-80px !important;*/
	}

	.wrapper {
		width:90%;
	}


	.header .gallery {
		background-color:transparent;
	}

	.news .bg {
		width:95%;
	}

	.all-news .item .image {
		width:25%;
		overflow:hidden;
	}
	/*
	.all-news .item .image img {
		width:160% !important;
		max-width:160% !important;
		height:auto;
	}
	*/
}

@media screen and (max-width: 1140px) {
	/*div#recording-tool {
		width: 40%;
		right: -40%;
	}*/

	.filter-date span {
		padding:4px 8px;
		font-size:12px;
	}
	.category-name-other span,
	.category-name span	{
		font-size:0.66em;
	}

}

.footer .wrapper {
	border-top: none;
}
@media screen and (max-width: 1030px) {
	.services__buttons{
		margin: 0;}
	.logo img {
		margin-top: 22px;
		width: 260px;
	}

	.header .contacts {
		display: none;
	}

	.feedback .contacts {
		display: none;
	}

	.feedback h2 {
		margin-top: 70px;
	}

	.footer .wrapper {
		border-top: none;
	}

	.footer .footer__wrapper {
		margin-top: 20px;
	}

	.social li:first-child {
		margin-left: 0;
	}

	.news .wrapper {
		margin-top: 120px;
	}

	.feedback .wrapper {
		position:relative;
		display: flex;
		flex-direction: column;
	}

	.feedback .form-wrapper {
		margin-bottom: 10px;
	}

	.feedback .feedback-link {
		order: 0;
	}

	.feedback .form-wrapper {
		float:none;
		margin-left:18%;
		margin-right:18%;
		order: 1;
	}

	.wpcf7-submit {
		float:none;
		margin:15px auto 0;
	}

	.footer .wrapper p {
		width:100%;
		text-align:center;
		margin-bottom:40px;
	}
	.wrapper ul{
		margin:50px auto;
	}
	.serices-columns ul{
		margin: 20px 0px;
	}
	.wrapper .ri-base ul{
		margin:0px auto;
	}
	.wrapper article ul{
		margin: 0px 0px 20px 0px;
	}
	.copy {
		margin-bottom:0 !important;
	}
	.logo-footer {
		margin-top:70px;
	}
	.social {
		margin: 23px auto 30px !important;
	}
	.header .btn.btn-recording {
		max-width: 170px;
		padding: 10px 20px;
		font-size: 15px;
	}

	div.wpcf7-response-output {
		margin:0 !important;
	}

	.news .wrapper {
		margin-top:120px;
	}

	.feedback #contact #note {
		text-align: center;
	}

}

@media screen and (max-width: 1055px){
	.header nav a,
	.header .contacts {
		font-size: 0.85em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.m-other-publications {
		display:block;
		clear:both;
		margin-top:60px;
	}

	.m-other-publications img {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.m-other-publications a {
		position:relative;
		display:block;
		margin-bottom:20px;
		text-align:center;
	}

	.m-other-publications .mask {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		display:block;
		text-align:center;
		padding-top:40px;
	}

	.m-other-publications .mask p {
		display:block;
		width:100%;
	}

	.last-published img {
		height: auto;
		min-height: auto;
		width: 100%;
		max-width: 100%;
	}

	.last-published .mask {
		display: block;
	}

	.last-published:hover .mask {
		height:100%;
		display:block;
	}

	.last-published .mask p {
		text-align:center;
		margin-top:50px;
		display:block;
	}

	.filter-date {
		display:none;
	}

	.other-publications {
		display:none;
	}

	.last-published {
		width:100% !important;
		margin:0 auto !important;
		position:relative !important;
		height:auto !important;
	}

	.last-published>a {
		height:auto !important;
	}

	.m-other-publications a {
		width:49%;
		float:left;
		height:200px;
		overflow:hidden;
	}

	.m-other-publications a:nth-child(2n) {
		margin-right:2%;
	}

	.last-published .category-name {
		text-align:center;
	}

	.pressa {
		margin-left:auto !important;
		height:auto !important;
	}
	.category-name-other {
		display:none !important;
	}

	.filter-date {
		display:none;
	}
}

@media screen and (max-width: 1024px){
	.services-block .col-sm-3 .image {
		opacity:1;
	}

	.services-block .col-sm-3 .image:after,
	.services-block .image:after {
		display:block;
		left:0;
		top:0;
		right:0;
		bottom:0;
		position:absolute;
		content:"";
		background:rgba(0,0,0,0.5);
	}

	.services-block a.item h3 {
		position:absolute;
		left:0;
		color:#fff;
		top:0;
		line-height:300px;
		z-index:9;
	}

	.services-block a.item:hover h3 {
		opacity:1;
	}

	.services-block .image {
		opacity:1 !important;
	}

	.img1 {
		height:auto !important;
	}

	.services-block .image img {
		width:auto;
		height:auto;
		min-width:100%;
		min-height:100%;
	}

	/*
	.masonry2 .big-image {
		height: 305px !important;
	}
	*/
	.ip-loader {
		bottom: 40% !important;
	}

	.nav-wrapper {
		height:auto;
	}

	.img1 {
		display:block !important;
		clear:both !important;
		width:100% !important;
		height:600px !important;
	}

	.img1 img {
		width:auto;
		height:auto;
		min-width:100%;
		min-height:100%;
	}

	.pricelist .header-title {
		margin-bottom:25px !important;
	}

	.all-news .item .content:after {
		left:38%;
	}

	.right-wrap {
		right:40px;
	}

	.news .bg:after {
		right:0;
		display:none;
	}

	.services .wrapper:after {
		display:none;
	}

	.right-wrap {
		margin-left:33%;
	}

	.right-wrap .slick-dots {
		margin-right:30px;
		float:none;
	}

	.home .news .wrapper .all-news {
		width:100%;
		position:absolute;
	}

	.postid-3617 .all-service .slick-slider {
		margin-top: 100px !important;
	}

	.btn-recording.fixed {
		right: 110px;
		bottom: 24px;
		max-width: 200px;
	}
}



@media screen and (max-width: 980px) {
	.all-news .item .content:after {
		left:40%;
	}
}

@media screen and (max-width: 940px) {
	.category-name-other span {
		display:none;
	}
	/*
	.all-news .item .image img {
		width:220% !important;
		max-width:220% !important;
		height:auto;
	}
	*/
	/*div#recording-tool {
		width: 45%;
		right: -45%;
	}*/
}

@media screen and (max-width: 768px) {
	.serices-columns{
		display: block;
	}
	.ip-main .services .wrapper ul{
		margin-bottom: 0 !important;
	}
	.ip-main .services .wrapper ul:last-child{
		margin: 0 0 10px 0 !important;
		padding: 0;
	}
	.services__buttons{
		justify-content: center;
		flex-direction: column;
	}
	.services__buttons-item{
		width: 227px;
		margin: 5px 0px;
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.button-stock{
		margin: auto !important;
	}
	.header-new{
		display: none !important;
	}
	body.single-services .header,
	.header {
		margin-bottom: 0;
		height: 380px;
		background-color: #efefef;
	}
	.ip-main .news .photo {
		height: auto;
	}
	.home .interior h2 {
		text-align: center;
	}

	.all-news .item .content h3 {
		font-size: 22px;
		line-height: 1.2;
	}

	.all-news .content .text {
		line-height: 1.2;
	}

	.all-news .item {
		padding: 40px 20px;
	}

	.all-news .item .image {
		background-image: none;
		height: auto;
	}

	.all-news .item .image img {
		display: block !important;
	}

	body:not(.home) .gallery {
		display: block !important;
	}

	.home .news .wrapper {
		flex-direction: column;
	}

	.home .new-wrapper {
		flex-direction: column;
	}

	.page-fashion-wrapper {
		margin-top: -30px !important;
	}

	.rightMasonry {
		margin-top: 6px !important;
	}

	
	article.services div.prices span.name {
		font-weight: 700;
	}

	.ip-main h2 {
		font-size: 22px !important;
	}

	.cbh-button {
		bottom: 5px !important;
		right: 12px !important;
	}

	/* .btn-recording.fixed .phone-call_wave_widjet {
		border: 2px solid #691d27;
		border-radius: 0 !important;
		border-top-left-radius: 24px !important;
		border-top-right-radius: 24px !important;
	} */

	/*.btn-recording.fixed .text {
		display: none;
	}
	
	.btn-recording.fixed .icon {
		display: block;
		font-size: 20px;
	}
	
	.btn-recording.fixed {
		bottom: 30px;
		top: auto;
		width: 50px;
		height: 50px;
		padding: 13px;
	}*/

	.btn.btn-recording.fixed:hover {
		background-color: #691d27;
		color: #ffffff !important;
	}

	.btn-recording.fixed:after, .btn-recording.fixed:before {
		display: none !important;
	}

	.btn-recording.fixed {
		bottom: 24px;
	}

	/* .btn-recording.fixed {
		left: 15%;
		right: 15%;
		bottom: 0px;
		display: none;
		background-color: #691d27;
		color: #ffffff;
		border-radius: 24px;
		text-align: center;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		padding: 15px;
		top: auto;
		border: none;
		max-width: 200px;
	} */

	.btn-recording.fixed .icon {
		margin-left: 10px;
		font-size: 16px;
		display: inline-block;
	}

	.btn-recording.fixed .text {
		display: inline-block;
	}

	div.btn-recording.fixed span {
		font-size: 22px;
		display: inline-block;
		vertical-align: middle;
	}

	.btn-recording.fixed .icon {
		margin-left: 10px;
	}

	a.btn.btn-recording.tool-link {
		display: block;
	}

	.btn.btn-recording.tool,
	div#recording-tool {
		display: none;
	}

	body > jdiv {
		display: inline !important;
	}

	.v1-slider .slick-dots li a {
		padding: 2px 10px;
		margin-right: -1px;
		margin-top: -1px;
	}

	.v1-slider .slick-dots {
		top:-50px;
	}

	.v1-slider .slick-dots li {
		width: auto;
		margin-right: 0px;
	}

	.text-left, .text-right {
		width:100%;
		margin-right:0;
	}

	.logo-footer p {
		width:240px !important;
	}

	.arrow-down, .news .wrapper:before, .news .wrapper:after {
		display:none;
	}

	.page-id-30 .rt-services, .page-id-529  .rt-services, .tax-services_tax  .rt-services {
		background:#efefef !important;
	}

	.single-services .service-bg {
		background:#efefef !important;
	}

	.source {
		display:block !important;
		float:left !important;
		margin-right:25px !important;
	}

	.postid-151 .a-img {
		width:100%;
	}

	.postid-151 img {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.logo-footer {
		width:auto !important;
	}

	.logo-footer img {
		width:auto;
	}

	.single-news .image-right {
		width:100%;
		max-width:100%;
		height:auto;
		float:left;
	}

	.all-service .text {
		padding:20px 0;
	}

	.youtube-embed, .video {
		height:340px !important;
	}

	.video-right {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow:hidden;
		margin-bottom:20px;
	}
	.video-right iframe,
	.video-right object,
	.video-right embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.right-wrap .slick-dots {
		width:100%;
	}

	.big-image-video .closeit {
		right:10px;
	}

	.home .loaded .ip-main h2 {
		padding-top:30px;
		padding-bottom:20px;
	}

	.ca {
		text-align:center;
		line-height:1.4;
	}

	.vis-slider .slick-slide {
		margin-bottom:15px;
	}

	.certificate-left, .certificate-right {
		clear:both;
		width:100%;
		margin-left:0;
	}

	.certificate-right {
		margin-top:60px;
	}



	.rt-services .services-block {
		background:none;
	}

	.rt-services .col-sm-3, .rt-services .col-sm-4, .rt-services .col-sm-6 {
		border-bottom:none;
	}

	.rt-services .item .image {
		width:auto !important;
		height:auto;
		min-width:100%;
		min-height:100%;
	}

	.services-block a.item {
		overflow:hidden;
	}

	.single-services h2, .home .loaded .ip-main h2 {
		padding-top:0;
		font-size:1.2em !important;
	}

	.m-other-publications {
		display:block;
	}

	.m-other-publications img {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.m-other-publications a {
		position:relative;
		display:block;
		margin-bottom:20px;
		text-align:center;
	}

	.m-other-publications .mask {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		display:block;
		text-align:center;
		padding-top:40px;
	}

	.m-other-publications .mask p {
		display:block;
		width:100%;
	}

	.filter-date {
		display:none;
	}

	.other-publications {
		display:none;
	}

	.postid-133 .service-title {
		display:none !important;
	}

	.postid-133 .s1 {
		display:block !important;
	}

	.video-right {
		float:left !important;
		margin-left:0 !important;
		width: 100% !important;
		overflow: hidden !important;
		padding-bottom:20px !important;
	}

	.services-block .col-sm-6:last-child {
		border-bottom:none;
	}

	.postid-133 .header .va {
		height:auto !important;
	}

	.mimg {
		margin:0 auto !important;
		left:auto !important;
	}

	.home .loaded .ip-main h2 {
		margin-top:10px !important;
		margin-bottom:10px !important;
		padding-top:20px;
		padding-bottom:20px;
	}

	.rt-services .services-block,
	.rt-services,
	.tax-services_tax .pages h1	{
		margin-top:0 !important;
	}

	.tax-services_tax .pages h1 {
		font-size:1.8em !important;
		padding-top:10px;
		padding-bottom:0;
	}

	.single-services .service-title {
		font-size:1.8em !important;
	}

	.single-services .service-title {
		text-align:center !important;
	}

	.pricelist {
		margin-top:0;
	}

	.home .services {
		margin-top: 28px;
		z-index: 9;
		position: relative;
	}

	.page-template-page-price .right-name {
		line-height:100px;
	}

	.page-id-8 .bottom-gallery .slick-slider {
		margin:0 5%;
	}

	.all-video-wrapper {
		margin-top:-50px;
	}

	.page-id-2332 .all-services h2 {
		margin-top:0px !important;
	}

	.header nav {
		margin-bottom:0 !important;
	}

	.home .header nav {
		margin-bottom:30px !important;
	}

	.services-block {
		margin-top:30px !important;
	}

	.rt-services .wrapper {
		height:auto !important;
	}

	.rt-services .col-sm-3:last-child {
		border-bottom:none !important;
	}

	.rt-services .item .image {
		width:100%;
		left:0 !important;
		right:0 !important;
	}

	.bottom-gallery .gallery-name {
		text-align:center;
	}

	.interior-wrapper {
		overflow:hidden;
	}

	.rightMasonry {
		margin-top:0;
	}

	.all-service .date {
		position:relative;
		top:auto;
		right:auto;
		text-align:center;
		width:100%;
		margin-top:0;
	}

	.all-news .item {
		margin-top:10px !important;
		padding-bottom:0 !important;
	}

	.all-news .item .date {
		padding-top:40px;
	}

	.slogan {
		font-size:20px;
		padding-left:0;
		padding-right:0;
	}

	.ip-loader {
		bottom:20% !important;
	}

	.logo-preloader {
		width:90%;
	}

	.masonry2 .simple, .rightMasonry {
		/*padding-left:0 !important;
		padding-right:0 !important;*/
		overflow:hidden;
	}

	.pages h1 {
		text-align:center !important;
	}

	.breadcrumbs {
		text-align: center;
		margin-bottom: 20px;
	}

	.breadcrumbs .breadcrumbs {
		text-align: center;
		margin-bottom: 0;
	}

	.single-news .image-right img {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.all-service .text {
		margin-top:30px;
	}

	.single-news .image-right {
		margin-left:0;
		width:100%;
	}

	.all-news .item .button {
		float:none;
		right: auto;
	}

	.wrap {
		background: #f8f8f8;
	}

	.slider-video .slick-next {
		margin-right:60px !important;
	}

	.right-wrap {
		right:0;
	}

	.slick-dots li {
		display:inline-block;
		float:none;
	}

	.right-wrap .slick-dots {
		text-align:center;
		margin-right:0;
	}

	.page-id-8 .slick-slider {
		width:90%;
	}

	.w {
		text-align:center;
	}

	.page-id-8 a.button {
		float:none !important;
		margin-left:auto;
		margin-right:auto;
	}

	.all-news .text {
		text-align:center;
	}
	/*
	.all-news .item .image img {
		width:100% !important;
		max-width:100% !important;
		height:auto;
	}
	*/
	.interior .item {
		width:50%;
	}

	.news {
		background-image: none;
		background-size:cover;
		background-color:#efefef;
		padding-top:40px;
		height:auto;
		padding-bottom:20px;
	}

	.bg {
		display:none;
	}

	.photo img {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.right-wrap {
		width:100%;
		margin:0 0 20px 0;
	}

	.wrapper2 {
		width:100%;
	}

	.wrapper {
		width:90%;

	}
	.wrapper ul{
		margin:40px auto;
	}
	.wrapper .ri-base ul{
		margin:0px auto;
	}
	.wrapper article ul{
		margin: 0px 0px 20px 0px;
	}
	.header nav {
		border-bottom: 0;
		background:#fff;
	}

	.header nav div {
		display: none;
		height: auto;
	}

	.header nav .bars {
		display: inline-block;
		vertical-align: middle;
	}

	.header nav .bars span {
		display: block;
		width: 30px;
		height: 4px;
		background-color: #ffffff;
		margin-bottom: 3px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.header nav a#pull {
		display: block;
		width: 100%;
		position: relative;
		margin-bottom:30px;
		max-width: 185px;
		height: auto;
	}

	.header nav div a:after {
		display:none;
	}

	.header nav div a {
		width: 70%;
		margin: 0 auto;
		text-align: center;
		display: block;
		line-height: 48px;
		color: #333;
		border-bottom:2px solid #666;
		font-size: 1.2em;
		padding:15px auto;
		/*background: #702d30;*/
	}

	.header nav div a:last-child {
		margin-bottom:20px;
	}

	#pull {
		text-align:center;
		width:32px;
		height:32px;
		margin:0 auto;
		outline:none;
	}

	#pull:before {
		display:none;
	}

	.header nav a#pull:after {
		/*content: "";
		background: url('/wp-content/themes/beautick/images/nav.svg') no-repeat;
		background-size: 32px 24px;
		/* opacity: 0.7; */
		/* width: 60px; */
		/* height: 35px;
		display: inline-block;
		background-color: #691d27;
		padding: 18px 35px;
		background-position: center;
		border-radius: 30px; */
	}

	.services .list-wrapper {
		width:100%;
		margin:20px auto 50px;
		text-align:center;
	}

	.services h3:before {
		display:none;
	}

	.services .wrapper {
		height:auto;
	}

	.slider-nav {
		clear:both;
		margin:0 auto;
		float:none;
		padding-top:50px;
	}

	.slick-dots {
		margin-top:30px;
	}

	.home .services .wrapper {
		/*height:850px !important;*/
	}

	.interior h1 {
		font-size:1.8em !important;
		text-align:center;
	}

	.interior h1 {
		margin-top:50px;
	}

	.interior p {
		width:100%;
		text-align:center;
	}

	.interior .block .image:nth-child(2n-1) {
		margin-right:0;
	}

	.interior .block {
		width:100%;
		margin-bottom:0;
	}

	.interior .block .image {
		width:100%;
		clear:both;
		max-width:100%;
		margin-bottom:20px;
	}

	.news .photo {
		float:none;
		display:block;
		margin:40px auto 0;
		text-align:center;
	}

	.new {
		display:block;
		clear:both;
		margin-top:20px;
		text-align:center;
		width:100%;
		padding-right:0;
		padding-left:0;
	}

	.news .bg {
		background-size:cover;
		height:700px;
	}

	.new .button {
		float:none;
		margin:24px auto;
		width:200px;
	}

	.news .wrapper {
		height:auto;
	}

	.home .news .wrapper .all-news {
		position: relative;
		width: 100%;
		height:auto;
	}

	.news .wrapper .all-news .button {
		float:none;
		margin:0 auto;
		width:200px;
		text-align:center;
	}

	.news .wrapper .all-news .button:after {
		display:none;
	}

	.feedback .form-wrapper span.wpcf7-form-control-wrap {
		clear:both;
		width:100%;
	}

	.feedback .form-wrapper input[type="text"], .feedback .form-wrapper textarea {
		width:100%;
	}

	.feedback .form-wrapper {
		width:80%;
		margin-left:10%;
		margin-right:10%;
	}

	.feedback .form-wrapper span.wpcf7-form-control-wrap:nth-child(4) textarea {
		width:100%;
	}

	.feedback .contacts {
		margin-bottom: 20px;
	}

	.wpcf7-submit {
		margin-top:30px;
		margin-bottom:20px;
	}

	.feedback {
		height:auto;
	}

	.footer .social {
		margin-top:10px;
	}

	.your-phone {
		margin-left:0;
	}

	.gallery h2 {
		/*top:20%;*/
		font-size: 2.2em;
	}

	.gallery .button {
		top:45%;
		bottom:auto;
	}

	.arrow-down {
		top:54%;
		bottom:auto;
	}

	.header .wrapper {
		height:auto;
	}

	.header .gallery {
		/*margin-bottom:-270px;*/
	}

	.page-id-10 .header .gallery {
		margin-bottom:0;
	}

	.rt-services .item {
		min-height: 170px;
		line-height: 1.2em;
		margin-bottom:10px;
	}

	.services-block a.item h3 {
		line-height:1.2em;
		margin-top:80px;
	}

	.single-news nav a#pull {
		margin-bottom:0;
	}

	.home .gallery ul li:nth-last-child(7),
	.home .gallery ul li:nth-last-child(8),
	.home .gallery ul li:nth-last-child(9){
		display: none;
	}

	.home .services .wrapper .wdi_feed_info {
		display: none;
	}

	.home .services .wrapper .wdi_feed_item {
		width: 50% !important;
	}

	.services .list-wrapper {
		position: static;
	}

	.services .list-wrapper h3 {
		padding-top: 30px;
		margin-bottom: 0px;
	}

	.services .insta-wrap {
		background-color: #ffffff;
	}

	.services .insta-wrap h3 {
		padding-top: 30px;
	}

	body:not(.home) .header .ri-buttons {
		display: none;
	}
	.slider-wrap-hid{
		display: block;
	}

	/* .page-template-page-about .ip-main h2 {
		margin-top: 0 !important;
	} */
	.form-new__field-input_textarea{
		height: 100px;
	}
	.button-promo{
		width: 290px !important;}
	#promo .wrapper{
		margin-top: 0 !important;
	}
	#promo{
		padding-top: 0;
		margin-top: 10px;
	}
}


@media screen and (max-width: 568px) {
	.slider-video .slick-next,
	.slider-video .slick-prev	{
		top:60% !important;
	}


	.masonry2 .big-image {
		height:330px !important;
		overflow:hidden !important;
	}
}


@media screen and (max-width: 500px) {
	article.services .btn.btn-recording {
		max-width: 100%;
		padding: 12px;
		font-size: 11px;
		width: 100%;
	}

	div#recording .modal-dialog,  #recording_new .modal-dialog{
		max-width: 97%;
	}

	.th-first, .th-second, .th-third {
		font-size:13px;
	}

	.gallery h2 {
		letter-spacing:3px;
	}

	.slider-nav {
		width:100%;
	}

	.slick-dots {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:170px;
	}

	.v1-slider .slick-dots {
		width:auto;
		left:0;
	}

	.services .wrapper:after {
		display:none;
	}

	.news:after, .news .bg:after, .news .wrapper:before, .news .wrapper:after {
		display:none;
	}

	.news .bg {
		width:100%;
		height:760px;
	}

	.new {
		padding-left:0;
		width: 90%;
		margin: 30px auto;
	}

	.home .new {
		margin-bottom: 0 !important;
	}

	.news .photo {
		margin:-20px auto 0;
	}

	.logo {
		width:100%;
	}

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

	.news .wrapper {
		display:block;
	}

	.news {
		margin-top:30px;
	}

	.news .photo {
		width:100%;
		max-width:100%;
		height:auto;
	}

	.new .button {
		width:auto;
	}

	.feedback {
		clear:both;
	}

	.feedback .contacts {
		bottom:-160px;
	}

	.column-1 a .mask p {
		font-size:1.1em;
	}

	.rt-services .item {
		min-height: 270px;
	}

	.services-block a.item h3 {
		margin-top:130px;
	}

	article.services div.prices table tr td {
		font-size: 11px;
	}

	article.services div.prices span.descr {
		font-size: 10px;
	}

	article.services div.prices span.time {
		font-size: 9px;
	}
}

@media screen and (max-width: 320px) {
	.home .services {
		margin-top:0px;
	}
	.youtube-embed, .video {
		height:220px !important;
	}
	.v1-slider .youtube-embed, .video {
		height:340px !important;
	}
	.all-prices .panel table td {
		padding: 10px 5px;
	}
}

@media screen and (min-width: 1880px) {
	.filter-date span {
		margin-left: 0px;
		margin-right: 8px;
	}
}


/*promo*/

.text-strong {
	font-weight: bold;
}

.container {
	width: 100%;
	max-width: calc(100% - 30px);
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}

}

@media (min-width: 960px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1168px) {
	.container {
		max-width: 1170px;
	}
}

.promo {
	position: relative;
}

.promo_container {
	padding-bottom: 38px;
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

@media (min-width: 1168px) {
	.bg_before_grey:before {
		width: 100%;
	}
}

.promo_in_aside h3,
.promo_in h1,
.promo h1 {
	color: #3e3e3e;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	font-family: ProximaNova;
	z-index: 10;
}

.promo h1 {
	padding-top: 38px;
	font-size: 30px;
	padding-bottom: 38px;
}



@media (min-width: 640px) {
	.promo_in_main h3 {
		display: block;
	}
}

.promo_list {
	display: flex;
	flex-direction: column;
}

@media (min-width: 640px) {
	.promo_list {
		flex-direction: row;
	}
}

.promo_list-item {
	display: block;
	position: relative;
	width: 100%;
	/*height: 460px;*/
	margin-bottom: 15px;
	transition: 0.3s ease;
	cursor: pointer;
	overflow: hidden;
	padding-top: 34%;
}

.promo_list-item:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 640px) {
	.promo_list-item {
		width: 24%;
		margin-left: 9px;
		margin-bottom: 0;
	}
	.promo_list-item:first-of-type {
		margin-left: 0;
	}
	.bg_before_grey:before {
		content: "";
		position: absolute;
		left: -100%;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #f8f8f8;
	}
}

.promo_list-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s ease;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	z-index: 5;
}

.promo_list-item img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.promo_list-item:first-of-type img {
	transform: scale(2.8);
	object-position: 77% 130px;
}

.promo_list-item:nth-of-type(2) img {
	object-position: 55% 60px;
	transform: scale(3);
}

.promo_list-item:last-of-type img {
	object-position: 50% 100px;
	transform: scale(1.8);
}

@media (min-width: 960px) {
	.promo_list-item:last-of-type img {
		object-position: 50% 90px;
	}
}

.promo_list-item p {
	display: block;
	position: absolute;
	font-family: ProximaNova;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	z-index: 10;
	left: 17px;
	bottom: 17px;
	right: 17px;
	text-shadow: 0px 0px 5px #000000;
	min-height: 110px;
	min-height: 75px;
}

@media (min-width: 960px) {
	.promo_list-item p {
		font-size: 22px;
		/*bottom: 43px;*/
		/*left: 37px;*/
	}
}

.promo_list-item p strong {
	font-weight: bold;
}

.home .new ul {
	list-style: disc;
	list-style-position: inside;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .new ul br {
	display: none;
}

.all-news .item .image img {
	display: none;
}

/* Акции внутрення страница */

.promo_in_container {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	background-color: #f8f8f8;
	padding-top: 38px;
	padding-bottom: 90px;
	position: relative;
}

@media (min-width: 640px) {
	.promo_in_container {
		flex-direction: row;
	}
}

@media (min-width: 960px) {
	.promo_in_container {
		padding-right: 22px;
	}
}

.promo_in_main {
	z-index: 10;
	width: 100%;
	position: relative;
}

@media (min-width: 640px) {
	.promo_in_main {
		width: 55%;
	}
}

@media (min-width: 1168px) {
	.promo_in_main {
		width: 630px;
	}
}

.promo_in_main-content {
	margin-bottom: 48px;
	display: block;
}

.promo_in_main-content p {
	font-size: 14px;
	font-family: ProximaNova;
	line-height: 1.4;
	color: #000000;
}

.promo_in_main-content p.text-strong {
	margin-bottom: 25px;
}

.promo_in_main-form--header {
	display: block;
	margin-bottom: 25px;
}

.promo_in_main-form--header p {
	font-size: 18px;
	font-family: ProximaNova;
	color: #000000;
}

.promo_in_main-form--body {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}

@media (min-width: 640px) {
	.promo_in_main-form--body {
		flex-direction: row;
	}
}

.promo_in_main-form--body input {
	display: block;
	outline: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid #cccccc;
	font-family: ProximaNova;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	color: #000000;
	transition: 0.3s ease;
}

.promo_in_main-form--body input::placeholder {
	color: #000000;
}

.promo_in_main-form--body input:last-of-type {
	margin-bottom: 0;
}

.promo_in_main-form--body input:not(:placeholder-shown),
.promo_in_main-form--body input:hover,
.promo_in_main-form--body input:focus {
	border-bottom-color: #623133;
}

@media (min-width: 640px) {
	.promo_in_main-form--body input {
		margin-bottom: 0;
		max-width: 286px;
		margin-right: 35px;
	}
	.promo_in_main-form--body input:last-of-type {
		margin-right: 0;
	}
}

.promo_in_main-form--footer input[type="submit"] {
	display: block;
	width: 170px;
	outline: 0;
	border: 1px solid transparent;
	box-shadow: none;
	background-color: #623133;
	border-radius: 25px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: ProximaNova;
	font-size: 15px;
	color: #ffffff;
	transition: 0.3s ease;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	padding: 14px;
}

.promo_in_main-form--footer input[type="submit"]:hover {
	background-color: #ffffff;
	border-color: #53292b;
	color: #53292b;
}

body:not(.home) .header .gallery {
	display: none;
}

@media (min-width: 640px) {
	.promo_in_main-form--footer input[type="submit"] {
		margin-left: 0;
	}
}

.promo_in_aside {
	display: block;
	z-index: 10;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.promo_in_aside h3 {
	display: block;
}

@media (min-width: 640px) {
	.promo_in_aside {
		margin-left: auto;
		width: 245px;
		height: auto;
		margin-bottom: 0;
	}
	.promo_in_aside h3 {
		display: none;
	}
}

@media (min-width: 960px) {
	.promo_in_aside {
		width: 378px;
		height: auto;
	}
}

.promo_in_aside img {
	width: 100%;
	height: auto;
}

.promo_in_main .wpcf7-form-control-wrap span {
	font-size: 12px;
}

.promo_in_main span.wpcf7-form-control-wrap.promo {
	display: none;
}

.promo_list-item img {
	transform: none !important;
	object-fit: cover;
	object-position: center center !important;
}
#promo .wrapper{
	margin-top: 75px;}
.home .news .wrapper {
	display: flex;
	align-items: center;
}

.home .new-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.home .news .photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	margin-bottom: auto;
}

@media (max-width: 640px) {
	section.promo {
		background-color: #f8f8f8;
	}

	.promo_list-item p {
		min-height: auto;
	}

	.promo_list-item p span {
		font-size: 27px;
	}

	.promo_list-item {
		height: auto;
		padding-top: 75%;
	}
}

@media all and (min-width: 993px) {
	.services-menu li:hover > .services-submenu {
		display: block;
	}
}


@media all and (max-width: 992px) {
	.services-submenu{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;

	}
	.footer__phones .footer__social-item{
		margin: auto;
	}
	.services .list-wrapper{
		margin-bottom: 0;
		margin-top: 0px;
	}
	.int_h2{
		margin-top: 0 !important;
	}
	.form-new__container{
		padding: 0px 40px;
	}
	.form-new__title{
		font-size: 25px;
		line-height: 30px;
	}
	.form-new__description{
		font-size: 20px;
		line-height: 26px;
	}
	.form-new__fields{
		grid-template-columns: 1fr;
	}
	.form-new__field:last-child, .form-new__radio {
		grid-column: 1 / 2;
		grid-row: inherit;
	}
	.form-new__radio{
		order: 0
	}
	.form-new__button{
		order: 1
	}
	.form-new__wrapper{
		padding: 80px 0px;
	}
	.form-new__wrapper:before{
		top: 40px;
		bottom: 40px;
	}
	.form-new__info{
		grid-template-columns: 1fr;
	}
	.scrollTop {
		display: none !important;
	}
	body:not(.home) .header .ri-buttons {
		display: none;
	}
	.single-news .service-bg {
		margin-top: 0 !important;
	}
	.single .service-bg {
		margin-top: 0;
	}
	.right-wrap .wrapper1 {
		top: 6%;
		right: 100px;
	}
}

@media all and (max-width: 960px) {
	.promo_list-item p {
		font-size: 15px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
}

@media all and (max-width: 640px) {
	.promo_list-item p {
		font-size: 20px;
		left: 20px;
		bottom: 20px;
		right: 20px;
	}

	.promo_list-item:hover:after {
		opacity: 1;
	}
	.form-new__container{
		padding: 0px 20px;
	}
	.stock__button-item{
		margin: 0px auto 20px auto;
		width: 100%;
		display: block;
		padding: 11px 0px;
		text-align: center;
	}
}


.footer-buttons-common{
	width: 180px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	font-family: ProximaNova;
}

.all-contacts__wrapper {
	position: relative;
}

.all-contacts__map,
.all-contacts__frame {
	width: 100%;
}

.all-contacts__map {
	overflow: hidden;
	height: 538px;
}
	
.all-contacts__frame {
	height: 800px;
	margin-top: -150px;
}

.all-contacts__info {
	background-color: #fff;
    padding: 40px;
    z-index: 2;
    left: 10%;
    top: 115px;
    position: absolute;
}

.all-contacts__info-item {
	display: flex;
	align-items: start;
	justify-content: start;
	margin-bottom: 35px;
}

.all-contacts__info-item:last-child {
	margin-bottom: 0px;
}

.all-contacts__info-text {
	margin-left: 23px;
	font-size: 18px;
}

.all-contacts__info-text--phone {
	font-weight: bold;
}

.all-contacts__info-icon {
    margin-top: 3px;
}

@media all and (max-width: 768px) {
	.all-contacts__info {
		left: 26px;
		top: 26px;
		right: 26px;
	}
	
	.all-contacts__map {
		height: 700px;
	}
	
	.all-contacts__frame {
		height: 1350px;
		margin-top: -150px;
	}
	
	.all-contacts__info-item {
		margin-bottom: 30px;
	}
	
	.all-contacts__wrapper {
		position: relative;
	}
}

	.team-page__master-descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

}



