@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), local('PTSans-Regular'),
        url('../../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../../fonts/PTSans-Regular.woff') format('woff'),
        url('../../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans Bold'), local('PTSans-Bold'),
        url('../../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../../fonts/PTSans-Bold.woff') format('woff'),
        url('../../fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #2d3c31;
	background: #fff
}

* > *, ::after, ::before {
	transition-property: opacity, background, color, border, -webkit-transform;
	transition-property: opacity, background, color, transform, border;
	transition-property: opacity, background, color, transform, border, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: ease
}
.primary-menu.col-lg-12.col-xl-7.offset-xl-2.no-gutter li {
  padding-left: 0;
  padding-right: 0;
}
.site {
	overflow-x: hidden;

}
header .dropdown-city{display: none;}

h1, h2, h3, h4, h5 {
	font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 0;
	padding: 0
}

h1 {
	font-size: 39px
}

h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 50px
}

@media (max-width: 991px) {
	h2 {
		text-align: center
	}
}

h3 {
	font-size: 27px
}

h4 {
	font-size: 23px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 16px;
	font-weight: 400
}

@media (max-width: 991px) {
	h1 {
		font-size: 29px
	}

	h2 {
		font-size: 27px;
		margin-bottom: 30px
	}

	h3 {
		font-size: 25px
	}
}

a {
	display: block
}

a:link:not(.cta):not(.slick-arrow), a:not(.cta):not(.slick-arrow), a:visited:not(.cta):not(.slick-arrow) {
	text-decoration: underline
}

a:link:not(.cta):not(.slick-arrow)[href^=tel], a:not(.cta):not(.slick-arrow)[href^=tel], a:visited:not(.cta):not(.slick-arrow)[href^=tel] {
	text-decoration: none
}

a:link:not(.cta):not(.slick-arrow):focus, a:link:not(.cta):not(.slick-arrow):hover, a:not(.cta):not(.slick-arrow):focus, a:not(.cta):not(.slick-arrow):hover, a:visited:not(.cta):not(.slick-arrow):focus, a:visited:not(.cta):not(.slick-arrow):hover {
	opacity: .8
}

li, ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.cta, form input[type=submit] {
	background: #f41067;
	color: #fff;
	font-weight: 700;
	border-radius: 10em;
	padding: .25em 1.2em
}

.cta:hover, form input[type=submit]:hover {
	background: #cf0653;
	color: #fff
}

a.cta.cta-transparent, aform input[type=submit].cta-transparent {
	background: 0 0;
	color: #f41067 !important;
	border: 1px solid #f41067
}

a.cta.cta-transparent:hover, aform input[type=submit].cta-transparent:hover {
	color: #cf0653;
	border-color: #cf0653
}

.btn {
	font-size: inherit
}

img.background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1
}

.form {
	background: #00bcff;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px;
	position: relative;
	color: #fff;
	font-size: 16px
}

.form p {
	margin: 0
}

.form .title, .form h4, .form h5, .form h6 {
	text-align: center;
	margin-bottom: 25px
}

@media (min-width: 992px) {
	.form .onerow {
		display: flex
	}

	.form .onerow > :not(:last-child) {
		margin-right: 30px
	}
}

.form input[name^=user] {
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) center;
	padding-right: 40px !important
}

.form input[name=username] {
	background-image: url(../img/ib_2_2.png)
}

.form input[name=userphone] {
	background-image: url(../img/ib_2_3.png)
}

.form input[name=location] {
	background-image: url(../img/ib_2_3.png)
}

.form input[name=usermail] {
	background-image: url(../img/ib_2_4.png)
}

.form input[type=submit] {
	display: block;
	width: 100%;
	border: none;
	padding: 10px;
	margin-bottom: 10px
}

.form input:not([type=button]):not([type=submit]), .form select, .form textarea {
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #00acd7;
	border: 1px solid #98f2ff;
	width: 100%;
	color: #fff;
	outline-color: #00bcff
}

.form input:not([type=button]):not([type=submit])::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
	color: #98f2ff
}

.form input:not([type=button]):not([type=submit]):-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
	color: #98f2ff
}

.form input:not([type=button]):not([type=submit])::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
	color: #98f2ff
}

.form input:not([type=button]):not([type=submit])::placeholder, .form select::placeholder, .form textarea::placeholder {
	color: #98f2ff
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/ib_2_5.png);
	background-size: 15px 16px;
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) 50%
}

.form select > option {
	background: #00bcff
}

.form select > option:first-child {
	display: none
}

.form .ajax-loader {
	position: absolute;
	top: 10px;
	right: 10px
}

.sect__background {
	position: relative;
	color: #fff
}

.sect__background:after {
	content: '';
	display: block;
	background-color: #00bcff;
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -10
}

textarea {
	resize: none
}

.privacy-link {
	margin: 0;
	color: #98f2ff
}

.privacy-link a {
	display: inline;
	color: inherit;
	text-decoration: underline
}

article .entry-content, section {
	padding: 70px 0
}

article .entry-content li, article .entry-content ul, section li, section ul {
	list-style: unset;
	margin: 0 0 1rem 1rem
}

@media (max-width: 991px) {
	article .entry-content, section {
		padding: 50px 0
	}
}

.slick-arrow {
	position: absolute;
	z-index: 10;
	width: 37px;
	height: 37px;
	cursor: pointer;
	opacity: .7
}

.slick-arrow.slick-prev {
	background-image: url(../img/ib_4_6.png)
}

.slick-arrow.slick-next {
	background-image: url(../img/ib_4_7.png)
}

.youtube {
	width: 42px;
	height: 42px;
	background-image: url(../img/ib_8_3.png)
}

.facebook {
	width: 42px;
	height: 42px;
	background-image: url(../img/ib_8_2.png)
}

.vk {
	width: 42px;
	height: 42px;
	background-image: url(../img/ib_8_1.png)
}

.instagram {
	width: 42px;
	height: 42px;
	background-image: url(../img/ib_8_4.png)
}

.ok {
	width: 42px;
	height: 42px;
	background-image: url(../img/ib_8_5.png)
}

.slick-arrow:hover {
	opacity: 1
}

.sect__background .slick-arrow.slick-prev {
	background-image: url(../img/ib_4_3.png)
}

.sect__background .slick-arrow.slick-next {
	background-image: url(../img/ib_4_4.png)
}

.post_date {
	color: #fff;
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 60px;
	height: 60px;
	background: #00bcff;
	border-radius: 50%;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	line-height: 1;
	padding: 5px 0
}

.post_date .day {
	font-size: 21px
}

nav.pagination {
	padding: 40px 0 70px;
	justify-content: center;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	nav.pagination {
		justify-content: flex-start;
		padding: 30px 0 30px
	}

	nav.pagination .page-numbers {
		margin-bottom: 10px
	}
}

nav.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #6e7a7e;
	width: 40px;
	height: 40px;
	color: #2d3c31;
	text-decoration: none !important
}

nav.pagination .page-numbers:not(:last-child) {
	margin-right: 5px
}

nav.pagination .page-numbers:hover {
	border-color: #00bcff
}

nav.pagination .page-numbers.current {
	background: #00bcff;
	color: #fff;
	border-color: #00bcff
}

nav.pagination .page-numbers.prev {
	background: url(../img/ib_4_10.png) no-repeat center center
}

nav.pagination .page-numbers.next {
	background: url(../img/ib_4_11.png) no-repeat center center
}

.contacts a:link:not(.cta), .contacts a:not(.cta), .contacts a:visited:not(.cta) {
	color: #2d3c31
}

.contacts p {
	margin: 0;
	line-height: 1.2
}

.contacts .cont_item {
	display: flex;
	align-items: flex-start
}

.contacts .cont_item:before {
	content: '';
	display: inline-block;
	height: 35px;
	min-width: 35px;
	margin-right: 12px
}

.contacts .phone a {
	text-decoration: none
}

.contacts .phone:before {
	background: url(../img/ib_3_1.png) no-repeat center center
}

.contacts .addr:before {
	background: url(../img/ib_3_2.png) no-repeat center center
}

.contacts .email:before {
	background: url(../img/ib_3_3.png) no-repeat center center
}

.contacts .callorder {
	font-size: 18px;
	margin-top: 5px;
	padding: 4px 18px 8px
}

.contacts .callorder:before {
	content: '';
	display: inline-block;
	background: url(../img/ib_2_1.png) no-repeat center center;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.map iframe, .map img {
	width: 100%;
	height: 100%
}

.map img {
	-o-object-fit: cover;
	object-fit: cover
}

.lg-toolbar #lg-download, .lg-toolbar #lg-share {
	display: none
}

.header {
	line-height: 1
}

.header .site-branding {
	padding: 16px 0 25px
}

.header p {
	padding: 0;
	margin: 0
}

.header__logo img {
	max-width: 100%;
	max-height: 128px;
	-o-object-fit: contain;
	object-fit: contain
}

.header__title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	flex: auto;
}

.header__title__text {
	color: #6e7a7e;
	text-align: left;
	/*flex-basis: 41%;*/
	/*margin-right: 15px;*/
	/*line-height: inherit*/
}

.header__title__addr {
	margin-left: 15px
}

.header__title__addr:before {
	content: '';
	display: block;
	background: url(../img/ib_3_2.png) no-repeat center center;
	height: 33px;
	width: 40px;
	margin-right: 12px;
	-webkit-transform: translateY(9px);
	transform: translateY(9px)
}

.header__calls {
	text-align: right;
	font-size: 16px
}

.header__calls a:link:not(.cta), .header__calls a:not(.cta), .header__calls a:visited:not(.cta) {
	color: #2d3c31;
	text-decoration: none
}

.header__calls .call_number {
	margin-bottom: 8px
}

.header__calls .messengers {
	margin-bottom: 5px
}

.header__calls .messengers > a {
	display: inline
}

.header__calls .messengers > a img {
	width: 20px
}

.header__calls .email a:link:not(.cta), .header__calls .email a:not(.cta), .header__calls .email a:visited:not(.cta) {
	text-decoration: underline
}

.header__calls .callback {
	font-size: 16px;
	margin-top: 12px
}

.header__calls .callback .btn {
	padding: 4px 18px 8px
}

.header__calls .callback .btn:before {
	content: '';
	display: inline-block;
	background: url(../img/ib_2_1.png) no-repeat center center;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

@media (min-width: 1200px) {
	.header {
		margin-bottom: -38px
	}
}

@media (max-width: 1199px) {
	.header__title__text {
		max-width: 60%
	}


	.header__title__addr {
		margin-left: 0;
		margin-top: 10px
	}
}

@media (max-width: 991px) {
	.header .site-branding {
		padding-bottom: 20px
	}

	.header__logo img {
		max-height: 70px;
		min-width: 70px
	}

	.header__title {
		margin-top: 0
	}

	.header__title__addr {
		margin-top: 7px
	}

	.header__title__addr:before {
		content: none
	}

	.header__calls {
		margin-top: 15px
	}

	.header__calls .call_number {
		font-size: 25px
	}
}

.header nav.site-navigation {
	position: relative;
	z-index: 1
}

.header nav.site-navigation .primary-menu {
	-webkit-transform: translateY(-45px);
	transform: translateY(-45px);
	padding: 0
}

.header nav.site-navigation ul.menu {
	display: flex;
	justify-content: space-between;
	margin-left: 5px;
}

.header nav.site-navigation ul.menu > li a {
	color: #2d3c31;
	text-align: left;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 1em
}

.header nav.site-navigation ul.menu > li.current-menu-item a, .header nav.site-navigation ul.menu > li:hover a {
	border-color: #00bcff;
	color: #2d3c31;
	opacity: 1
}

.header nav.site-navigation ul.menu > li.menu-item-has-children {
	position: relative
}

.header nav.site-navigation ul.menu > li.menu-item-has-children > a {
	cursor: pointer
}

.header nav.site-navigation ul.menu > li.menu-item-has-children > a:after {
	content: '';
	display: inline-block;
	background: url(../img/ib_4_1.png) no-repeat center center;
	width: 9px;
	height: 6px;
	margin-left: 4px
}

.header nav.site-navigation ul.menu > li.menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 14px);
	width: 280px;
	background: #fff;
	z-index: 99;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .3);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.header nav.site-navigation ul.menu > li.menu-item-has-children .sub-menu::before {
	content: '';
	position: absolute;
	height: 14px;
	width: 100%;
	display: block;
	background: 0 0;
	top: -14px
}

.header nav.site-navigation ul.menu > li.menu-item-has-children .sub-menu li {
	display: block
}

.header nav.site-navigation ul.menu > li.menu-item-has-children .sub-menu li a {
	text-align: left;
	border: none;
	border-radius: 0;
	padding: 9px 25px;
	font-weight: 400;
	opacity: 1
}

.header nav.site-navigation ul.menu > li.menu-item-has-children .sub-menu li a:hover {
	background: #00bcff;
	color: #fff
}

.header nav.site-navigation ul.menu > li.menu-item-has-children:focus .sub-menu, .header nav.site-navigation ul.menu > li.menu-item-has-children:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.header nav.site-navigation .hamb {
	display: none;
	width: 44px;
	height: 44px;
	cursor: pointer;
	-webkit-transform: translateY(calc(-100% - 10px));
	transform: translateY(calc(-100% - 10px));
	margin-left: 15px;
	z-index: 22;
}

.header nav.site-navigation .hamb:hover {
	opacity: .8
}

.header nav.site-navigation .hamb:after, .header nav.site-navigation .hamb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.header nav.site-navigation .hamb:before {
	background: url(../img/ib_6_1.png)
}

.header nav.site-navigation .hamb:after {
	background: url(../img/ib_6_2.png);
	opacity: 0
}

@media (max-width: 1199px) {
	.header nav.site-navigation {
		margin-top: 25px
	}

	.header nav.site-navigation .primary-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.header nav.site-navigation ul.menu {
		display: block
	}

	.header nav.site-navigation ul.menu li {
		display: inline-block
	}
}

@media (max-width: 991px) {
	.header nav.site-navigation {
		position: absolute;
		margin: 0;
		z-index: 20;
		width: 100%
	}

	.header nav.site-navigation .hamb {
		display: block
	}

	.header nav.site-navigation .primary-menu {
		position: absolute;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top
	}

	.header nav.site-navigation .primary-menu:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: -15px;
		top: 0;
		background: #fff;
		z-index: -1
	}

	.header nav.site-navigation .primary-menu ul.menu {
		flex-direction: column;
		display: flex;
		align-items: flex-start
	}

	.header nav.site-navigation .primary-menu ul.menu > li {
		text-align-last: left
	}

	.header nav.site-navigation .primary-menu ul.menu > li > a {
		text-transform: uppercase;
		border: none;
		padding: 10px 0
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children .sub-menu {
		position: relative;
		height: 0;
		width: 100%;
		background: 0 0;
		box-shadow: none;
		top: 0
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children .sub-menu:before {
		content: none
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children .sub-menu li a {
		padding: 10px 15px
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children .sub-menu li a:hover {
		background: unset;
		color: unset
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children.open .sub-menu {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		height: unset
	}

	.header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children:not(.open):focus .sub-menu, .header nav.site-navigation .primary-menu ul.menu > li.menu-item-has-children:not(.open):hover .sub-menu {
		-webkit-transform: scaleY(0);
		transform: scaleY(0)
	}
}

@media (max-width: 991px) {
	.header .site-branding .container {
		position: relative
	}
}

.header nav.site-navigation.show .hamb:before {
	opacity: 0
}

.header nav.site-navigation.show .hamb:after {
	opacity: 1
}

.header nav.site-navigation.show .primary-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.callorder_form {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0
}

.callorder_form .form {
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 350px;
	width: calc(100% - 15px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 35px 25px
}

.callorder_form .form .privacy-link {
	text-align: center
}

.callorder_form .close_callorder_btn {
	z-index: 10;
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: calc(100% - 30px);
	left: calc(100% - 30px);
	background: url(../img/ib_5_2.png);
	background-size: contain;
	cursor: pointer
}

.callorder_form .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .7;
	z-index: 0
}

.page__slider {
	position: relative
}

.page__slider .slide-wrapper {
	position: relative;
	height: 520px
}

.page__slider .slide-wrapper.services {
	position: relative;
	height: 100%
}

.page__services .slide-wrapper.services {
	position: relative;
	height: 560px;
}

.page__services .slide-wrapper img {
	height: 100%;
}

.page__slider .slide-wrapper img {
	width: 100%;
	/*height: 100%;*/
	-o-object-fit: cover;
	object-fit: cover
}

.page__slider .slide-wrapper .titles {
	position: absolute;
	top: 204px;
	left: 107px;
}

.page__slider .slide-wrapper.services .titles {
	position: absolute;
	top: 120px;
	left: 25px;
}

.page__slider .slide-wrapper .titles .title {
	display: block;
	font-size: 39px;
	padding: 13px 15px;
	font-weight: 700;
	max-width: 100%;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, .9);
}

.page__slider .slide-wrapper.services .titles .title {
	display: block;
	font-size: 39px;
	padding: 13px 15px;
	font-weight: 700;
	max-width: 500px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, .9);
}

.page__slider .slide-wrapper .titles .subtitle {
	max-width: 488px;
	background: #00bcff;
	padding: 12px;
	color: #fff;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
}

.page__slider .slide-wrapper.services .titles .subtitle {
	max-width: 430px;
	background: #00bcff;
	padding: 13px 15px;
	color: #fff;
	text-align: left;
	z-index: 10;
	margin: 0;
}

.page__slider .slick-arrow {
	bottom: 25px
}

.page__slider .slick-arrow.slick-prev {
	background-image: url(../img/ib_4_3.png);
	left: 25px
}

.page__slider .slick-arrow.slick-next {
	background-image: url(../img/ib_4_4.png);
	left: 70px
}

@media (max-width: 1199px) {
	.page__slider div {
		height: 100%
	}

	.page__slider .slide-wrapper img {
		-o-object-position: right;
		object-position: right
	}

	.page__slider .slide-wrapper .titles {
		width: 280px;
		top: 31px;
		left: 50%;
		transform: translateX(-50%);
	
	}
}

@media (max-width: 991px) {
	.page__slider {
		height: 390px
	}

	.page__slider .slide-wrapper.services .titles {
		width: 90%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 35px;
		text-align: center
	}

	.page__slider .slide-wrapper .titles .subtitle, .page__slider .slide-wrapper .titles .title {
		width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.page__slider .slick-arrow {
		bottom: 16px;
		/* bottom: 35px; */
	}

	.page__slider .slick-arrow.slick-prev {
		left: calc(50% - 22px - 15px)
	}

	.page__slider .slick-arrow.slick-next {
		left: calc(50% + 22px - 15px)
	}
}

@media (max-width: 575px) {
	.page__slider .pageslider_container .slides {
		width: 100vw;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

.page__mainform .form {
	background-image: url(../img/img_block_35.png)
}

.page__mainform .form .privacy-link {
	text-align: center
}

@media (max-width: 991px) {
	.page__mainform {
		margin-top: 35px
	}
}

article.services .entry-content .price_content .item .thumb_wrap {
	position: relative;
	height: 185px
}

article.services .entry-content .price_content .item .thumb_wrap img {
	width: 100%;
	height: 100%;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover
}

article.services .entry-content .price_content .item .thumb_wrap .price {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding: .3em .5em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	background: #00bcff;
	color: #fff;
	font-size: 23px;
	font-weight: 700
}

article.services .entry-content .price_content .item .title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	height: 45px
}

article.services .entry-content .price_content .item .cta {
	margin: 0 auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

@media (min-width: 1200px) {
	article.services .entry-content .price_content .item:not(:nth-last-child(-n+4)) {
		margin-bottom: 40px
	}
}
 
@media (min-width: 992px) and (max-width: 1199px) {
	article.services .entry-content .price_content .item:not(:nth-last-child(-n+3)) {
		margin-bottom: 40px
	}
	.page__slider .slide-wrapper .titles {
		max-width: 443px;
		width: 100%;
	}
	.page__slider .slide-wrapper.services .titles {
		left: 50%;
	}
} 

@media (max-width: 991px) {
	article.services .entry-content .price_content .item:not(:last-child) {
		margin-bottom: 35px
	}

	article.services .entry-content .price_content .item .title {
		height: auto
	}
}

section.services_promobanner {
	margin-top: 90px
}

section.services_promobanner:after {
	background-image: url(../img/bg_5.jpg);
	background-position: center center;
	background-size: cover
}

section.services_promobanner .section__content .cta {
	padding: 10px 55px
}

section.services_promobanner .section__image img {
	-o-object-fit: contain;
	object-fit: contain
}

@media (min-width: 992px) {
	section.services_promobanner .section__image {
		position: relative
	}

	section.services_promobanner .section__image img {
		position: absolute;
		bottom: -33px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (min-width: 1200px) {
	section.services_promobanner .section__image img {
		left: 15px;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width: 991px) {
	section.services_promobanner {
		text-align: center;
		padding: 35px 0
	}

	section.services_promobanner:after {
		background-image: none
	}

	section.services_promobanner .section__content .cta {
		display: block;
		width: 100%
	}

	section.services_promobanner .section__image {
		margin-top: 25px
	}

	section.services_promobanner .section__image img {
		height: 147px
	}
}

@media (min-width: 992px) {
	section.services_list .services__list > :not(:nth-last-child(-n+3)) {
		margin-bottom: 25px
	}
}

@media (max-width: 991px) {
	section.services_list .services__list > :not(:last-child) {
		margin-bottom: 25px
	}
}

section.services_list .services__item {
	height: 215px;
	position: relative;
	z-index: 1
}

section.services_list .services__item__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 70px;
	z-index: 2;
	color: #fff;
	padding: 15px 50px 15px 20px;
	display: flex;
	align-items: flex-end
}

section.services_list .services__item__title:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #00bcff;
	opacity: .8
}

section.services_list .services__item:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	bottom: 9px;
	width: 29px;
	height: 29px;
	background: url(../img/ib_4_5.png);
	z-index: 3
}

section.services_list .services__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

section.services_list .services__item:focus, section.services_list .services__item:hover {
	opacity: .7
}

@media (max-width: 991px) {
	section.services_list .services__item {
		height: 540px
	}
}

@media (max-width: 767px) {
	section.services_list .services__item {
		height: 405px
	}
}

@media (max-width: 575px) {
	section.services_list .services__item {
		height: calc((100vw - 30px) * .75);
		min-height: 215px
	}
}

section.get_consult_form {
	padding: 58px 0
}

section.get_consult_form:before {
	content: none
}

section.get_consult_form:after {
	background-image: none
}

section.get_consult_form h2 {
	text-align: center;
	margin-bottom: 15px
}

section.get_consult_form h2 br {
	display: none
}

section.get_consult_form .form {
	padding: 0
}

section.get_consult_form .form form .title, section.get_consult_form .form form h4, section.get_consult_form .form form h5 {
	text-align: center;
	margin-bottom: 20px
}

section.get_consult_form .form form p {
	display: block
}

section.get_consult_form .form form p input:not([type=button]):not([type=submit]) {
	width: 100%
}

section.get_consult_form .form form [type=submit] {
	margin-top: 10px
}

section.get_consult_form .privacy-link {
	text-align: center
}

@media (min-width: 992px) {
	section.get_consult_form:before {
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		right: 15px;
		background-size: 370px 280px !important;
		position: absolute;
		background-image: url(../img/girl-1.webp);
		background-position: right bottom;
		background-repeat: no-repeat
	}

	section.get_consult_form:after {
		background-image: url(../img/bg_1.jpg);
		background-position: calc(100% + 240px) top;
		background-size: unset;
	}

	section.get_consult_form h2 {
		margin-bottom: 25px;
		text-align: left;
		line-height: 42px;
	}

	section.get_consult_form .form {
		background: 0 0;
		padding: 0
	}

	section.get_consult_form .form form .title, section.get_consult_form .form form h4, section.get_consult_form .form form h5 {
		text-align: left;
		margin-bottom: 30px
	}

	section.get_consult_form .form form p {
		display: flex
	}

	section.get_consult_form .form form p input:not([type=button]):not([type=submit]) {
		margin-bottom: 0;
		width: 210px
	}

	section.get_consult_form .form form p input[type=submit] {
		margin-bottom: 0;
		margin-top: 0
	}

	section.get_consult_form .form form p > :not(:nth-last-child(2)) {
		margin-right: 30px
	}

	section.get_consult_form .form .privacy-link {
		margin-top: 15px;
		text-align: left
	}
}

@media (min-width: 1200px) {
	section.get_consult_form:after {
		background-position: center center
	}

	section.get_consult_form:before {
		right: -55px;
		background-size: unset
	}

	section.get_consult_form h2 br {
		display: unset
	}

	section.get_consult_form .form form p input:not([type=button]):not([type=submit]) {
		width: 255px
	}
}

section.whatwe h2 {
	text-align: center;
	margin-bottom: 30px
}

section.whatwe h2 strong {
	color: #f41067
}

@media (min-width: 992px) {
	section.whatwe h2 {
		max-width: 95%
	}
}

section.whatwe .sect_item__icon {
	width: 160px;
	height: 160px;
	margin: 0 auto
}

section.whatwe .sect_item__icon img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

section.whatwe .sect_item__text__title {
	color: #fff;
	padding: 5px;
	background: #00bcff;
	text-align: center;
	width: calc(100% - 60px);
	margin: 15px auto
}

section.whatwe .sect_item__text__content {
	text-align: center
}

section.whatwe .sect_item__text__content p {
	margin-bottom: 0
}

@media (max-width: 991px) {
	section.whatwe .sect_item:not(:last-child) {
		margin-bottom: 30px
	}
}

@media (min-width: 992px) {
	section.whatwe .sect_item {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	section.whatwe .sect_item__icon {
		width: 210px;
		height: 210px;
		margin: 0
	}

	section.whatwe .sect_item__text {
		width: 530px
	}

	section.whatwe .sect_item__text__title {
		width: unset;
		display: inline-block;
		margin: 0 0 15px;
		text-align: left
	}

	section.whatwe .sect_item__text__content {
		text-align: left
	}

	section.whatwe .sect_item:nth-child(even) {
		flex-direction: row-reverse
	}

	section.whatwe .sect_item:nth-child(even) .sect_item__text {
		text-align: right
	}

	section.whatwe .sect_item:nth-child(even) .sect_item__text__content {
		text-align: right
	}
}

@media (min-width: 1200px) {
	section.whatwe .sect_item__icon {
		width: 255px;
		height: 255px
	}

	section.whatwe .sect_item__text {
		width: 635px
	}
}

section.reviews {
	padding-top: 60px
}

section.reviews:after {
	background-image: url(../img/bg_2.jpg);
	background-position: right center
}

section.reviews .reviews__slides .slides {
	width: calc(100% + 30px);
	--img-width: 255px;
	--img-heght: 350px
}

section.reviews .reviews__slides .slides .slide-wrapper {
	margin-right: 30px;
	position: relative;
	cursor: pointer
}

section.reviews .reviews__slides .slides .slide-wrapper img {
	background: #fff;
	padding: 12px;
	width: var(--img-width);
	height: var(--img-heght);
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto
}

section.reviews .reviews__slides .slides .slide-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../img/ib_5_1.png) no-repeat center center;
	right: 10px;
	bottom: 10px;
	z-index: 5
}

section.reviews .reviews__slides .slides .slide-wrapper:focus img, section.reviews .reviews__slides .slides .slide-wrapper:hover img {
	background-color: rgba(255, 255, 255, .7)
}

section.reviews .reviews__slides .slides .slick-arrow {
	top: -87px
}

section.reviews .reviews__slides .slides .slick-arrow.slick-prev {
	right: 77px
}

section.reviews .reviews__slides .slides .slick-arrow.slick-next {
	right: 30px
}

@media (max-width: 1199px) {
	section.reviews:after {
		background-position-x: -100px
	}

	section.reviews .reviews__slides .slides {
		--img-width: 210px;
		--img-heght: 286px
	}
}

@media (max-width: 991px) {
	section.reviews:after {
		background-position-x: -190px
	}

	section.reviews .reviews__slides .slides {
		width: 100%;
		--img-width: 180px;
		--img-heght: 255px
	}

	section.reviews .reviews__slides .slides .slide-wrapper {
		margin: 0
	}

	section.reviews .reviews__slides .slides .slide-wrapper:after {
		left: 50%;
		-webkit-transform: translateX(calc(-50% + 90px - 37px + 10px));
		transform: translateX(calc(-50% + 90px - 37px + 10px))
	}

	section.reviews .reviews__slides .slides .slick-arrow {
		top: 50%
	}

	section.reviews .reviews__slides .slides .slick-arrow.slick-prev {
		left: 0
	}

	section.reviews .reviews__slides .slides .slick-arrow.slick-next {
		right: 0
	}
}

section.ourphotos {
	padding-bottom: 20px
}

section.ourphotos .ourphotos__slides .slides {
	width: calc(100% + 30px);
	--img-width: 255px;
	--img-heght: 190px
}

section.ourphotos .ourphotos__slides .slides .slide-wrapper {
	margin-right: 30px;
	position: relative
}

section.ourphotos .ourphotos__slides .slides .slide-wrapper img {
	width: var(--img-width);
	height: var(--img-heght);
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto
}

section.ourphotos .ourphotos__slides .slides .slick-arrow {
	top: -87px
}

section.ourphotos .ourphotos__slides .slides .slick-arrow.slick-prev {
	right: 77px
}

section.ourphotos .ourphotos__slides .slides .slick-arrow.slick-next {
	right: 30px
}

@media (max-width: 1199px) {
	section.ourphotos:after {
		background-position-x: -100px
	}

	section.ourphotos .ourphotos__slides .slides {
		--img-width: 210px;
		--img-heght: 155px
	}
}

@media (max-width: 991px) {
	section.ourphotos .ourphotos__slides .slides {
		width: 100%;
		--img-width: 190px;
		--img-heght: 140px
	}

	section.ourphotos .ourphotos__slides .slides .slide-wrapper {
		margin: 0
	}

	section.ourphotos .ourphotos__slides .slides .slick-arrow {
		top: 50%
	}

	section.ourphotos .ourphotos__slides .slides .slick-arrow.slick-prev {
		left: 0
	}

	section.ourphotos .ourphotos__slides .slides .slick-arrow.slick-next {
		right: 0
	}
}

section.faq .sect_item .content_wrapper {
	padding: 25px 30px 25px 20px;
	border: 1px solid #98f2ff
}

@media (min-width: 992px) {
	section.faq .sect_item:not(:nth-last-child(-n+2)) {
		margin-bottom: 15px
	}
}

@media (max-width: 991px) {
	section.faq .sect_item:not(:last-child) {
		margin-bottom: 15px
	}
}

section.faq .sect_item__title {
	position: relative;
	cursor: pointer
}

section.faq .sect_item__title:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -12px;
	width: 11px;
	height: 7px;
	background: url(../img/ib_4_8.png) no-repeat center center
}

section.faq .sect_item__content {
	max-height: 0;
	opacity: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

section.faq .sect_item.open .content_wrapper {
	border-color: #f41067
}

section.faq .sect_item.open .sect_item__title:after {
	-webkit-transform: translateY(-50%) scaleY(-1);
	transform: translateY(-50%) scaleY(-1)
}

section.faq .sect_item.open .sect_item__content {
	padding-top: 30px;
	max-height: 999px;
	opacity: 1
}

section.questleft:before {
	content: '';
	width: 540px;
	height: 100%;
	bottom: 0;
	right: 0;
	background-size: contain;
	position: absolute;
	background-image: url(../img/girl-3.webp);
	background-position: right bottom;
	background-repeat: no-repeat
}

@media (max-width: 1199px) {
	section.questleft:before {
		width: 450px
	}
}

@media (max-width: 991px) {
	section.questleft:before {
		content: none
	}
}

section.questleft:after {
	background-image: url(../img/bg_3.jpg);
	background-position: center top
}

@media (max-width: 1199px) {
	section.questleft:after {
		background-position-x: calc(100% + 205px)
	}
}

@media (max-width: 991px) {
	section.questleft:after {
		background-position-x: center
	}
}

section.questleft h2 {
	margin-bottom: 23px
}

@media (max-width: 991px) {
	section.questleft h2 {
		text-align: center
	}
}

section.questleft .form {
	text-align: left;
	padding: 0;
	background: 0 0
}

section.questleft .form form .title, section.questleft .form form h4, section.questleft .form form h5 {
	text-align: left;
	margin-bottom: 25px
}

section.questleft .form form input[type=submit] {
	width: 50%;
	margin-top: 10px
}

@media (max-width: 991px) {
	section.questleft .form form .title, section.questleft .form form h4, section.questleft .form form h5 {
		text-align: center
	}

	section.questleft .form form input[type=submit] {
		width: 100%
	}

	section.questleft .form .privacy-link {
		text-align: center
	}
}

@media (max-width: 991px) {
	section.questleft {
		padding: 30px 0
	}
}

section.ourclients .ourclients__slides .slides {
	width: calc(100% + 30px);
	--img-width: 154px;
	--img-heght: 154px
}

section.ourclients .ourclients__slides .slides .slide-wrapper {
	margin-right: 30px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #6e7a7e;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center
}

section.ourclients .ourclients__slides .slides .slide-wrapper img {
	width: var(--img-width);
	height: var(--img-heght);
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto
}

section.ourclients .ourclients__slides .slides .slick-arrow {
	top: -87px
}

section.ourclients .ourclients__slides .slides .slick-arrow.slick-prev {
	right: 77px
}

section.ourclients .ourclients__slides .slides .slick-arrow.slick-next {
	right: 30px
}

@media (max-width: 1199px) {
	section.ourclients .ourclients__slides .slides {
		--img-width: 125px;
		--img-heght: 125px
	}

	section.ourclients .ourclients__slides .slides .slide-wrapper {
		max-width: 130px;
		height: 130px
	}
}

@media (max-width: 991px) {
	section.ourclients {
		padding-bottom: 100px
	}

	section.ourclients .ourclients__slides .slides .slick-arrow {
		top: calc(100% + 15px);
		left: 50%
	}

	section.ourclients .ourclients__slides .slides .slick-arrow.slick-prev {
		right: unset;
		-webkit-transform: translate(calc(-50% - 25px));
		transform: translate(calc(-50% - 25px))
	}

	section.ourclients .ourclients__slides .slides .slick-arrow.slick-next {
		right: unset;
		-webkit-transform: translate(calc(-50% + 25px));
		transform: translate(calc(-50% + 25px))
	}
}

section.advice {
	padding-bottom: 0
}

section.advice .post_card {
	color: #2d3c31;
	text-decoration: none !important
}

section.advice .post_card__thumb {
	position: relative
}

section.advice .post_card__thumb img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover
}

section.advice .post_card__title {
	margin: 20px 0
}

section.advice .post_card__excerpt {
	color: #6e7a7e
}

section.advice .post_card__excerpt p {
	margin-bottom: 0
}

section.advice .post_card:hover {
	opacity: .7
}

@media (max-width: 1199px) {
	section.advice .post_card__thumb img {
		height: 165px
	}
}

@media (max-width: 991px) {
	section.advice .post_card:not(:last-child) {
		margin-bottom: 35px
	}
}

nav.breadcrumbs {
	padding: 20px 0 30px;
	position: relative;
	width: 100%
}

nav.breadcrumbs:before {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 1px;
	background: #a9b9bf;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

nav.breadcrumbs a, nav.breadcrumbs span {
	display: inline-block;
	color: #6e7a7e;
	font-size: 16px
}

nav.breadcrumbs a {
	margin-right: 5px
}

nav.breadcrumbs span.delim {
	width: 4px;
	height: 8px;
	background: url(../img/ib_4_12.png) no-repeat center center;
	margin-right: 5px
}

nav.breadcrumbs .breadcrumb_last {
	color: #a9b9bf
}

.post-archive h2 {
	margin-bottom: 0
}

.post-archive article.post.type-post {
	padding: 30px 0;
	border-bottom: 1px solid #a9b9bf
}

.post-archive article.post.type-post a {
	color: #2d3c31
}

.post-archive article.post.type-post .entry-title {
	margin-bottom: 25px
}

.post-archive article.post.type-post .entry-content {
	padding: 0;
	display: flex
}

@media (max-width: 991px) {
	.post-archive article.post.type-post .entry-content {
		flex-direction: column
	}
}

.post-archive article.post.type-post .entry-content .entry-thumb {
	position: relative
}

.post-archive article.post.type-post .entry-content .entry-thumb img {
	width: 350px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width: 992px) {
	.post-archive article.post.type-post .entry-content .entry-thumb img {
		margin-right: 30px
	}
}

@media (max-width: 1199px) {
	.post-archive article.post.type-post .entry-content .entry-thumb img {
		width: 290px
	}
}

@media (max-width: 991px) {
	.post-archive article.post.type-post .entry-content .entry-thumb img {
		width: 100%;
		margin-bottom: 20px
	}
}

.post-archive article.post.type-post .entry-content .entry-thumb .post_date {
	top: 10px;
	bottom: unset
}

.post-archive article.post.type-post .entry-content .entry-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.post-archive article.post.type-post .entry-content .entry-text .cta {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.post-page article.post.type-post .entry-header .entry-title {
	margin-bottom: 35px
}

.post-page article.post.type-post .entry-header .entry-meta {
	position: relative
}

.post-page article.post.type-post .entry-header .entry-meta .post_date {
	top: 10px;
	bottom: unset
}

.post-page article.post.type-post .entry-header .entry-meta .post-thumbnail {
	height: 475px
}

.post-page article.post.type-post .entry-header .entry-meta .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.post-page article.post.type-post .entry-content {
	padding: 20px 0 35px
}

.post-page article.post.type-post .entry-content h2, .post-page article.post.type-post .entry-content h3, .post-page article.post.type-post .entry-content h4 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 15px
}

.post-page article.post.type-post .entry-content h2 {
	font-size: 27px
}

.post-page article.post.type-post .entry-content h3 {
	font-size: 23px
}

.post-page article.post.type-post .entry-content h4 {
	font-size: 20px
}

@media (max-width: 1199px) {
	.post-page article.post.type-post .entry-header .entry-meta .post-thumbnail {
		height: 350px
	}
}

@media (max-width: 991px) {
	.post-page article.post.type-post .entry-header .entry-title {
		margin-bottom: 20px
	}

	.post-page article.post.type-post .entry-header .entry-meta .post-thumbnail {
		height: 40vw;
		min-height: 165px
	}

	.post-page article.post.type-post .entry-content h2 {
		font-size: 25px
	}
}

.post-page section.get_consult_form {
	padding: 40px 30px
}

.post-page section.get_consult_form:after {
	width: calc(100% - 30px);
	background-image: url(../img/img_block_38.png);
	background-position: right top
}

.post-page section.get_consult_form:before {
	width: 380px;
	height: 280px;
	right: 30px;
	bottom: 0;
	top: unset;
	background-size: contain
}

.post-page section.get_consult_form h2 {
	max-width: 445px;
	line-height: 1.2
}

.post-page section.get_consult_form .form form br {
	display: none
}

.post-page section.get_consult_form .form form p input:not([type=button]):not([type=submit]) {
	width: 100%
}

.post-page section.get_consult_form .form form input[type=submit] {
	margin: 0;
	padding: 12px 50px;
	width: 30%
}

.post-page section.get_consult_form .form .privacy-link {
	max-width: 350px
}

@media (max-width: 1199px) and (min-width: 992px) {
	.post-page section.get_consult_form:before {
		content: none
	}

	.post-page section.get_consult_form .form form p {
		display: block
	}

	.post-page section.get_consult_form .form form p > span:not(.ajax-loader) {
		display: inline-block;
		width: calc(50% - 15px)
	}

	.post-page section.get_consult_form .form form p > span:not(.ajax-loader):nth-child(even) {
		margin-right: 0
	}

	.post-page section.get_consult_form .form form p > span:not(.ajax-loader) input {
		width: 100%
	}

	.post-page section.get_consult_form .form form p input[type=submit] {
		margin-top: 20px;
		padding: 12px 50px;
		width: calc(50% - 30px)
	}

	.post-page section.get_consult_form .form .privacy-link {
		max-width: 260px;
		height: 0;
		-webkit-transform: translate(330px, -65px);
		transform: translate(330px, -65px)
	}
}

@media (max-width: 991px) {
	.post-page section.get_consult_form h2 {
		max-width: 100%
	}

	.post-page section.get_consult_form .form form input[type=submit] {
		width: 100%;
		margin: 15px 0
	}

	.post-page section.get_consult_form .form .privacy-link {
		max-width: 100%
	}
}

.post-page section.advice {
	padding-bottom: 45px
}

@media (min-width: 992px) {
	.post-page section.advice {
		padding-bottom: 70px
	}
}

.post-page section.advice .post_card__thumb img {
	height: 145px
}

.post-page section.advice .post_card__title {
	margin-top: 20px;
	line-height: 1.2
}

@media (max-width: 1199px) and (min-width: 992px) {
	.post-page section.advice .post_card:last-child {
		display: none
	}
}

@media (max-width: 991px) {
	.post-page section.advice .post_card:not(:last-child) {
		margin-bottom: 40px
	}
}

.page-contacts .entry-content {
	padding: 40px 0 70px
}

.page-contacts .entry-content .form {
	background-image: url(../img/img_block_35.png)
}

.page-contacts .entry-content .form .privacy-link {
	text-align: center
}

@media (min-width: 992px) {
	.page-contacts .entry-content .contacts .contacts__phone {
		flex-basis: 42%;
		max-width: 42%
	}

	.page-contacts .entry-content .contacts .contacts__addrs {
		flex-basis: 58%;
		max-width: 58%
	}
}

.page-contacts .entry-content .contacts .cont_item {
	margin-bottom: 20px
}

.page-contacts .entry-content .contacts .map {
	height: 335px;
}

@media (max-width: 991px) {
	.page-contacts .entry-content .contacts {
		margin-bottom: 30px
	}

	.page-contacts .entry-content .contacts .callorder {
		margin-bottom: 20px
	}

	.page-contacts .entry-content .contacts .map {
		height: 290px
	}
}

.post-archive .photogalary {
	padding: 40px 0
}

.post-archive .photogalary .galary-thumbs img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.post-archive .photogalary .galary-thumbs .photo a {
	position: relative;
	height: 100%;
	z-index: 0
}

.post-archive .photogalary .galary-thumbs .photo a:after, .post-archive .photogalary .galary-thumbs .photo a:before {
	content: '';
	position: absolute
}

.post-archive .photogalary .galary-thumbs .photo a:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	z-index: 2
}

.post-archive .photogalary .galary-thumbs .photo a:after {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 37px;
	height: 37px;
	background: url(../img/ib_5_1.png);
	z-index: 5;
	opacity: 0
}

.post-archive .photogalary .galary-thumbs .photo a:hover:before {
	background: rgba(0, 0, 0, .4);
	opacity: 1
}

.post-archive .photogalary .galary-thumbs .photo a:hover:after {
	opacity: 1
}

@media (max-width: 991px) {
	.post-archive .photogalary .galary-thumbs .photo {
		height: 216px
	}

	.post-archive .photogalary .galary-thumbs .photo:not(:last-child) {
		margin-bottom: 25px
	}
}

@media (min-width: 992px) {
	.post-archive .photogalary .galary-thumbs .photo {
		height: 156px
	}

	.post-archive .photogalary .galary-thumbs .photo:not(:nth-last-child(-n+4)) {
		margin-bottom: 25px
	}
}

@media (min-width: 1200px) {
	.post-archive .photogalary .galary-thumbs .photo {
		height: 190px
	}
}

.post-archive .photogalary nav.pagination {
	padding-bottom: 30px
}

.page-template-archive-photogalary .get_consult_form {
	margin-bottom: 70px
}

@media (max-width: 991px) {
	.page-template-archive-photogalary .get_consult_form {
		margin-bottom: 50px
	}
}

aside section {
	padding: 0
}

aside section:not(:last-child) {
	margin-bottom: 30px
}

aside section .widget-title {
	padding: 15px 40px 15px 18px;
	background: #00bcff;
	color: #fff;
	position: relative
}

aside section .widget-title:after {
	content: '';
	background: url(../img/ib_4_9.png) no-repeat center center;
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	top: 13px;
	right: 17px
}

aside section ul, aside section ul li {
	list-style: none;
	margin: 0
}

aside section ul li {
	padding-top: 18px;
	padding-left: 17px;
	position: relative;
	line-height: 1
}

aside section ul li a {
	color: #2d3c31;
	text-decoration: none !important
}

aside section ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	background: #a9b9bf;
	width: 6px;
	height: 6px;
	border-radius: 50%
}

@media (max-width: 991px) {
	aside {
		margin-top: 10px;
		margin-bottom: 40px
	}
}

section.streetmap {
	padding: 50px 0;
	position: relative
}

section.streetmap .map {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

section.streetmap .contacts {
	position: relative;
	z-index: 1;
	padding: 45px 30px;
	background-color: #fff;
	background-image: url(../img/img_block_36.png), url(../img/img_block_37.png);
	background-position-y: top, bottom;
	background-position-x: right;
	background-repeat: no-repeat;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .3)
}

section.streetmap .contacts h2 {
	margin-bottom: 40px
}

section.streetmap .contacts h5 {
	margin-bottom: 25px
}

section.streetmap .contacts > div {
	margin-bottom: 19px
}

.footer {
	background: #00bcff;
	padding: 24px 0 28px;
	color: #fff;
	font-size: 16px
}

.footer a:link:not(.cta), .footer a:not(.cta), .footer a:visited:not(.cta) {
	color: #fff
}

.footer a {
	display: inline
}

@media (max-width: 991px) {
	section.streetmap {
		padding-top: 15px;
		padding-bottom: 490px;
		text-align: center
	}

	section.streetmap .contacts {
		background-image: url(../img/img_block_36.png);
		padding: 35px 20px
	}

	section.streetmap .contacts h2 {
		margin-bottom: 35px
	}

	section.streetmap .contacts h5 {
		margin-bottom: 20px
	}

	section.streetmap .contacts > div {
		text-align: left;
		display: flex;
		align-items: center;
		margin-bottom: 15px
	}

	section.streetmap .contacts .callorder {
		display: block
	}

	.footer .site-info {
		text-align: center
	}

	.footer .site-info > div:not(:last-child) {
		margin-bottom: 15px
	}
}

/*# sourceMappingURL=main.css.map */

@media screen and (max-width:992px)  and (min-width:768px){
  
.col-10.col-lg-4.col-xl-3.header__calls.d-flex.flex-column.justify-content-between {
  width: 100px;
}

header#masthead .row.justify-content-between.align-items-start {
  flex-direction: row !important;
  flex-wrap: nowrap;
}

.col-3.col-lg-3.col-xl-2.header__logo {
  width: 290px !important;
  flex: auto;
  max-width: initial !important;
}

.col-9.col-sm-auto.d-xl-flex.header__title {
  /* width: calc(100% - 100px) !important; */
  flex: none;
}

.col-9.col-sm-auto.d-xl-flex.header__title {
  display: flex;
  align-items: center;
}

.col-10.col-lg-4.col-xl-3.header__calls.d-flex.flex-column.justify-content-between {
  text-align: left;
}


.header__title__addr.addr_out.d-flex {
  max-width: 120px;
}

.header nav.site-navigation .hamb {
  margin: 0;
  position: absolute;
  right: 36px;
  transform: none;
  top: -60px;
  left: auto;
} 
.page__slider .slide-wrapper.services .titles .title {
  display: block;
  font-size: 30px;
  padding: 13px 15px;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, .8);
}

.col.col-lg-7.col-xl-8.page__slider.page__services {
  height: 100%;
}

.col.col-lg-5.col-xl-4.page__mainform {
  margin-top: 0;
}

.page__services .slide-wrapper.services {
  height: 610px;
}
}

@media screen and (max-width:480px){
.header nav.site-navigation .hamb {
  transform: none;
  width: 44px !important;
  overflow: hidden !important;
  position: absolute;
  top: -50px;
  right: auto;
  left: 0;
}
.header nav.site-navigation .primary-menu ul.menu {
    padding-left: 10px;
    padding-bottom: 12px;
  }
.h5.font-weight-bold.mb-0.confirm-city {
  padding-bottom: 4px;
}
.col-10.col-lg-4.col-xl-3.header__calls.d-flex.flex-column.justify-content-between {
  width: 100%;
  max-width: 100%;
  flex: none;
}

.header nav.site-navigation .primary-menu ul.menu {
  padding-left: 10px;
}

.header nav.site-navigation ul.menu > li.menu-item-has-children > a:after {
  vertical-align: middle;
  position: relative !important;
  top: -1px;
}

.page__slider .slide-wrapper.services .titles .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  background: rgba(255, 255, 255, .8);
}

.page__slider .slide-wrapper.services .titles .subtitle {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 100;
}
}
