/*
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Italic.woff2') format('woff2'),
        url('../fonts/Rubik-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.woff2') format('woff2'),
        url('../fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-MediumItalic.woff2') format('woff2'),
        url('../fonts/Rubik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-BoldItalic.woff2') format('woff2'),
        url('../fonts/Rubik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-BlackItalic.woff2') format('woff2'),
        url('../fonts/Rubik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Black.woff2') format('woff2'),
        url('../fonts/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-LightItalic.woff2') format('woff2'),
        url('../fonts/Rubik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/

body {
	font-family: "Rubik", sans-serif;
}

.sub_item a {
	margin-top: 0px !important;
}

object {
	vertical-align: middle;
}

.header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	border-bottom: 2px solid red;
}

.header-menu .current_page_item {
	color: red !important;
}

.gallery-container {
	display: none;
}

.gallery-container.active {
	display: block;
}

.custom_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
	color: #797979;
}

.custom_select select::-ms-expand {
	display: none;
}

.custom_select {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	height: 60px;
	line-height: 60px;
	padding: 0 0.5em;
}

.custom_select select,
.custom_select::after {
	grid-area: select;
}

.custom_select:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 14px;
	height: 8px;
	background: url(../images/icons/select_appearence.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.custom_select select:focus+.focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 1px solid #0fca1c;
	border-radius: inherit;
}

.custom_select .apperance {
	width: 14px;
	height: 8px;
	background: url(../images/icons/select_down_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.custom_select select:focus+.apperance {
	background: url(../images/icons/select_up_bg.png);
}

a {
	color: #0a0a0a;
}

a {
	text-decoration: none;
}

a:hover,
a:hover i {
	color: #0fca1c;
}

img.image_block {
	display: inline-block;
	max-width: 100%;
}

.hidden {
	display: none;
	visibility: hidden;
	opacity: 1;
}

.text-green {
	color: #0fca1c;
	font-size: inherit;
	font-weight: inherit;
}

.text-blue {
	color: #0f87ca;
	font-size: inherit;
	font-weight: inherit;
}

.site_button {
	display: inline-block;
	width: 100%;
	border-radius: 7px;
	height: 60px;
}

.button.green {
	background: #0fca1c;
	border: 1px solid #0fca1c;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	box-shadow: 0 7px 20px 1px rgba(14, 181, 26, 0.3);
}

.button.green:hover {
	background: #06bd12;
}

img.resp_img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* .aricles_nav a i {
    display: none
} */

.aricles_nav a {
	display: inline-block;
	min-width: 65px;
	min-height: 25px;
	transition: all 0.3s;
}

/* .aricles_nav a:first-child {
    background: url(../images/icons/arrow_l.png);
    background-repeat: no-repeat;
    background-position: center center
}

.aricles_nav a:last-child {
    background: url(../images/icons/arrow_r.png);
    background-repeat: no-repeat;
    background-position: center center
} */

.no_overflow {
	overflow: hidden !important;
}

.aricles_nav a:hover:first-child {
	background-position: center left;
}

.aricles_nav a:hover:last-child {
	background-position: center right;
}

.m_menu_open i {
	display: none;
}

.m_menu_open {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-image: url(../images/icons/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 36px 36px;
}

.grid_images img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.breadcrumbs {
	margin: 20px 0;
}

.breadcrumbs .breadCrumb {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #0fca1c;
}

.breadcrumbs a.breadCrumb {
	color: #797979;
}

.header .container .row:last-child .col-6:first-child .icon_wrapp i {
	display: none;
}

.header .container .row:last-child .col-6:first-child .icon_wrapp {
	width: 40px;
	height: 40px;
	/* background: url(../images/icons/phone_top.png); */
	background-repeat: no-repeat;
	background-position: center center;
}

.header .container .row:last-child .col-6:last-child .icon_wrapp i {
	display: none;
}

.header .container .row:last-child .col-6:last-child .icon_wrapp {
	width: 40px;
	height: 40px;
	/* background: url(../images/icons/clock_top.png); */
	background-repeat: no-repeat;
	background-position: center center;
}

.telephones_wrapp .icon_wrapp h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 50px;
	color: #323232;
}

.breadcrumbs .devider {
	display: inline-block;
	margin: 0 10px;
}

.grid_blocks_wrapp .grid_block {
	cursor: pointer;
	transition: ease-in-out 0.3s;
}

.grid_blocks_wrapp .grid_block:hover object,
.grid_blocks_wrapp .grid_block:hover img,
.grid_blocks_wrapp .grid_block:hover svg,
.grid_blocks_wrapp .grid_block.active object,
.grid_blocks_wrapp .grid_block.active img,
.grid_blocks_wrapp .grid_block.active svg {
	filter: invert(377%) sepia(211%) saturate(8%) hue-rotate(136deg) brightness(614%) contrast(467%);
}

.grid_blocks_wrapp .grid_block:hover span,
.grid_blocks_wrapp .grid_block.active span {
	color: white;
}

.grid_blocks_wrapp .grid_block.active,
.grid_blocks_wrapp .grid_block:hover {
	background: #0fca1c;
}

.grid_blocks_wrapp .grid_block:hover svg path,
.grid_blocks_wrapp .grid_block:hover span,
.grid_blocks_wrapp .grid_block.active svg path,
.grid_blocks_wrapp .grid_block.active span {
	fill: white;
}

.container.section {
	margin-top: 100px;
}

.content .sub_title,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 20px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 31px;
	color: #323232;
}

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

.content img.aligncenter {
	margin: 0 auto;
	display: block;
}

.content .pre_bottom {
	margin: 15px 0;
}

.content .star-nav {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.yasr-container-custom-text-and-visitor-rating,
.yasr-star-rating {
	margin-right: 15px;
}

.yasr-container-custom-text-and-visitor-rating span,
.yasr-total-average-container span {
	font-weight: 700;
}

.text-white {
	margin-top: 15px;
	color: #fff;
}

.text-white p:last-child {
	margin-bottom: 0;
}

.text-white * {
	color: #fff;
}

.section.gray_bg {
	background: #fafafa;
}

.v_padding_big {
	padding: 80px 0;
}

.content_flex {
	display: flex;
}

.content_flex.colunm {
	flex-direction: column;
}

.content_flex.center {
	align-items: center;
	justify-content: center;
}

.devider_line {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}

.devider_line.two {
	height: 2px;
}

.devider_line.ten {
	height: 2px;
	margin: 40px auto;
}

.devider_line.gray {
	background: #dadada;
}

.section_img_block.image_bordered {
	position: relative;
}

.section_img_block.image_bordered img {
	display: block;
	max-width: 100%;
}

.section_img_block.image_bordered::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	border: 12px solid #ffffff;
}

.aricles_nav a {
	margin: 0 10px;
}

.header,
footer {
	position: relative;
}

footer {
	padding: 50px 0;
}

.main_menu_wrapp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	z-index: 9000;
}

.main_menu_wrapp__head {
	padding: 15px 0;

	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;

	margin: 0;

	background-color: #fff;
}

.main_menu_wrapp__scroller {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;

	padding-top: 62px;
	padding-bottom: 70px;
	margin: 0;

	width: 100%;
	height: 100%;

	overflow-y: auto;
}

.main_menu_wrapp__scroller>.row {
	margin: 0;
}

.m_item_wrapp {
	border: none;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.m_item_wrapp.first {
	border-top: 2px solid #e9e9e9;
}

.m_item_wrapp.last {
	border-top: 2px solid #e9e9e9;
}

a.m_menu_item {
	font-weight: normal;
	font-size: 26px;
	line-height: 31px;
	color: #0a0a0a;
	display: inline-block;
	width: 90%;
	padding: 15px 0;
	text-transform: uppercase;
}

a.m_menu_item:hover {
	color: #0fca1c;
	transition: all 0.3s;
}

.menu_item_toggle {
	padding-top: 15px;
}

.m_item_wrapp.current a.m_menu_item {
	color: #0fca1c;
}

.m_item_wrapp i.bi {
	font-size: 26px;
}

.m_item_wrapp.current i.bi {
	color: #0fca1c;
}

.m_item_wrapp .sub_menu {
	display: none;
}

.m_item_wrapp.opened .sub_menu {
	display: block;
}

.sub_menu .sub_item {
	padding: 10px 0 10px 10px;
}

.icon_wrapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.icon_wrapp.circle {
	border-radius: 50%;
}

.icon_wrapp.green {
	background: rgba(15, 202, 28, 0.07);
}

i.green_icon {
	color: #0fca1c;
	text-decoration: underline;
}

i.text_color_2 {
	color: #797979;
}

.telephones_wrapp {
	display: flex;
	align-items: center;
}

.numbers_wrapp {
	margin-left: 10px;
	margin-top: 5px;
}

.phone_number a {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
}

.col.aricles_nav {
	text-align: center;
	margin-top: 10px;
}

.col.aricles_nav a i {
	font-size: 1.5em;
}

.phone_number.wider a {
	letter-spacing: 0.2px;
}

.menu_actions_wrapp {
	align-items: center;
}

.menu_actions_wrapp .left_part {
	display: inline-block;
	padding-top: 6px;
}

.menu_actions_wrapp .left_part a {
	display: inline-block;
	vertical-align: top;
	/* margin: 0 7px 0 0; */
	margin: 0;
	line-height: 1;
}

.adaptive_m .menu_actions_wrapp .left_part a {
	width: 24px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_actions_wrapp .left_part a i {
	font-size: 24px;
}

.wpcf7-submit i.bi {
	height: 16px;
	width: 16px;
}	


.menu_actions_wrapp .float-end i {
	font-size: 30px;
}

.baner_top,
.hero_image {
	position: relative;
}

.hero_image img {
	object-fit: cover;
	min-height: 220px;
}

.hero_image-title {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 55px;
	line-height: 65px;
	color: #ffffff;
}

.baner_top .slide {
	height: auto;
}

.baner_top .slide .picture_holder {
	position: relative;
	/*min-height: 85vh;*/
}

.baner_top .slide .picture_holder .resp_img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.baner_top .slide .picture_holder::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*opacity: 0.4;*/
	opacity: 0;
	border: 12px solid #ffffff;
}

.baner_top .slide .picture_content.float_block,
.picture_content.float_block {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: auto;
}

.baner_top .slide .picture_content.float_block,
.picture_content.float_block {
	top: 10%;
	left: 0;
}

.baner_top .slide .picture_content.text_white {
	color: #ffffff;
}

.telephones_wrapp .icon_wrapp i {
	display: none;
}

.telephones_wrapp .icon_wrapp {
	width: 40px;
	height: 40px;
	/* background: url(../images/icons/phone_top.png) no-repeat center center */
}

.adaptive_d .top .col-6 .row .text-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.adaptive_d .top .col-6 .row>.col:first-child .icon_wrapp i {
	display: none;
}

.adaptive_d .top .col-6 .row>.col:first-child .icon_wrapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	/* background: url(../images/icons/clock_top.png) no-repeat center center */
}

.adaptive_d .top .col-6 .row>.col:last-child .icon_wrapp i {
	display: none;
}

.adaptive_d .top .col-6 .row>.col:last-child .icon_wrapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	/* background: url(../images/icons/mail_top.png) no-repeat center center */
}

.adaptive_p .row:last-child .col-5 .icon_wrapp i {
	display: none;
}

.adaptive_p .row:last-child .col-5 .icon_wrapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	/* background: url(../images/icons/clock_top.png) no-repeat center center */
}

.adaptive_p .row:last-child .col-4 .icon_wrapp i {
	display: none;
}

.adaptive_p .row:last-child .col-4 .icon_wrapp {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	/* background: url(../images/icons/mail_top.png) no-repeat center center */
}

.adaptive_p .row:last-child {
	justify-content: center;
	align-items: center;
	display: flex;
}

.adaptive_p .row:last-child .col-5 {
	justify-content: center;
	align-items: center;
	display: flex;
}

.adaptive_p .row:last-child .col-4 {
	justify-content: center;
	align-items: center;
	display: flex;
}

.adaptive_p .row:last-child .col-3 {
	justify-content: center;
	align-items: center;
	display: flex;
}

.baner_top .slide .picture_content .left_column {
	padding-top: 100px;
	padding-left: 20px;
}

.slide .picture_content .sub_title {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #ffffff;
	margin-top: 40px;
	position: relative;
}

.slide .picture_content .sign_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	margin-top: 50px;
}

.slide .picture_content .sign_title.black,
.slide .picture_content .sub_title.black {
	color: #0a0a0a;
}

.slide .picture_content .sub_title.phone {
	margin-top: 60px;
}

.picture_content .right_column {
	text-align: left;
	padding-left: 40px;
}

.picture_content .right_column img {
	max-height: 75vh;
	width: auto;
}

div.float_img {
	position: absolute;
	right: 0;
	top: 0;
}

.flex-col-just {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.text-white {
	color: #fff;
}

.section_block_title {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: #0a0a0a;
	margin: 20px 0;
	margin-bottom: 40px;
}

.section_block_sub_title {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin: 20px 0;
	margin-bottom: 40px;
}

.grid_line_wrapper {
	margin-top: 20px;
}

.grid_line_wrapper .grid_lines {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 15px;
}

.grid_lines .grid_line .cap,
.section .row .block_title {
	width: 100%;
	text-align: left;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
}

.btn_holder.adaptive_d {
	margin-top: 30px;
}

.grid_lines .grid_line .cap {
	margin-bottom: 30px;
}

.grid_lines .grid_line.active .cap {
	color: #0fca1c;
}

.grid_lines .grid_line .line {
	width: 100%;
	height: 10px;
	background: #ececec;
	min-width: 120px;
}

.grid_lines .grid_line.active .line {
	background: #0fca1c;
}

.grid_lines .grid_line.line_1 .line {
	border-radius: 3px 0 0 3px;
}

.grid_lines .grid_line.line_5 .line {
	border-radius: 0 3px 3px 0;
}

.form_element_wrapp .cap {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 15px;
}

.selects_wrapp {
	margin-top: 30px;
}

.date_picker_holder {
	position: relative;
}

.date_picker_holder .date_tiem_picker {
	width: 100%;
	height: 60px;
	line-leight: 60px;
	font-size: 18px;
	color: #0a0a0a;
	padding: 0 0.5em;
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	position: relative;
}

.date_picker_holder i.float_icon {
	position: absolute;
	right: 1em;
	top: 1em;
}

.btn_holder {
	margin-top: 30px;
}

.service-description {
	margin-top: 20px;
}

.section .section_text_block,
.section .section_text_block * {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7;
	color: #323232;
}

.section_text_block {
	overflow: hidden;
	max-height: 192px;
}

.section_text_block[data-readmore] {
	margin-bottom: 1rem;
	transition: height 300ms linear;
}

.section_text_block+[data-readmore-toggle] {
	display: inline-block;
	margin-bottom: 2rem;
}

.section_3 .section_img_block {
	position: relative;
}

.section_3 .section_img_block::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	border: 12px solid #fff;
}

.block_content.block_bordered {
	border: 1px solid #e1e1e1;
}

.block_bordered div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.block_bordered .row {
	margin-left: 0;
	margin-right: 0;
}

.block_bordered .table_block.table_left div.row {
	border-bottom: 1px solid #e1e1e1;
}

.block_bordered .table_block.table_left div.row:last-child {
	border-bottom: 0;
}

.block_bordered .table_block.table_left div.row div.col-6:first-child {
	border-right: 1px solid #e1e1e1;
}

.block_bordered .table_block.table_left div.row div.col-6,
.block_bordered .table_block.table_left div.row div.col-12 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.block_bordered .table_block.table_right div.row {
	height: calc((100% / 4) - 4px);
	border-bottom: 1px solid #e1e1e1;
}

.block_bordered .table_block.table_right div.row:last-child {
	border-bottom: 0;
}

.block_bordered .table_block.table_right div.row div.col-12 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.block_form_wrapper {
	position: relative;
}

.block_form_wrapper .block_form_holder {
	position: absolute;
	width: 100%;
	top: 10%;
	color: #fff;
	padding: 5%;
}

.block_form_wrapper .block_form_holder .left_column .sub_title {
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 70px;
	color: #ffffff;
	position: relative;
	margin-bottom: 40px;
}

.block_form_wrapper .block_form_holder .left_column .sub_title .float_img {
	position: absolute;
	top: -20px;
	right: -30px;
}

.block_form_wrapper .block_form_holder .left_column .sign_title {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 40px;
}

.block_form_wrapper .block_form_holder .left_column .sub_title.phone {
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 40px;
}

section.section.section_6 .image_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/blue_sub_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

section.section.section_6 .color_bg.block_blue_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(280.07deg, #009bf2 -1%, #0f87ca 100%, #08699f 100%);
	opacity: 0.9;
	z-index: 2;
}

section.section.section_6 .container {
	position: relative;
	z-index: 3;
}

.grid_line_wrapper .grid_blocks {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 10px;
}

.grid_line_wrapper .grid_blocks .grid_block {
	display: inline-block;
	vertical-align: top;

	margin-right: 8px;

	height: 60px;
	line-height: 60px;
	background: #f0f0f0;
	color: #5c5c5c;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.grid_line_wrapper .grid_blocks .grid_block:not([class*="active"]):hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.grid_line_wrapper .grid_blocks .grid_block.active {
	background: #0fca1c;
	box-shadow: 0 4px 20px 1px rgba(14, 181, 26, 0.3);
	color: #fff;
}

.grid_block.block_1 {
	border-radius: 7px 0 0 7px;
}

.grid_block.block_6 {
	border-radius: 0 7px 7px 0;
}

.grid_line_wrapper .grid_images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.inner_block {
	padding: 15px 10px;
	background: #fff;
	border-radius: 7px;
}

.adress_sqr_block .title {
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 75px;
	color: #0a0a0a;
	margin: 0 0 40px 0;
}

.adress_sqr_block .phones-holder,
.adress_sqr_block .addr-holder {
	margin: 15px 0;
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.inner_block .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 15px;
}

.inner_block .icon img {
	max-width: 100%;
	width: 36px;
	height: auto;
}

.top.grid_blocks_wrapp {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	overflow: auto;
}

.top_grid_wrapper .grid_block {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	padding: 10px 0;
	text-align: center;
}

.top_grid_wrapper .grid_blocks_wrapp .grid_block {
	padding: 15px;
	text-align: left;
}

.top_grid_wrapper .grid_block span {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-top: 17px;
}

.numered_block_wrapper {
	padding: 40px 40px 40px;
	box-shadow: 0 0 7px rgba(163, 163, 163, 0.25);
	text-align: center;
	position: relative;
	z-index: 1;
}

.numered_block_wrapper .sqr_block_cap {
	padding: 15px;
	font-size: 14px;
	min-height: 80px;
}

.numered_block_wrapper .sqr_block_cap * {
	font-size: 16px;
}

.numered_block_wrapper .sqr_block_cap *:last-child {
	margin-bottom: 0;
}

.numered_block_wrapper .sqr_block_num {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0fca1c;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(163, 163, 163, 0.25);
	position: absolute;
	bottom: -25px;
	left: calc((100% / 2) - 25px);
}

.grid_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
}

.grid_buttons .grid_btn:first-child {
	border-radius: 7px 0 0 7px;
}

.grid_buttons .grid_btn:last-child {
	border-radius: 0 7px 7px 0;
}

.grid_buttons .grid_btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #5c5c5c;
	background: #f0f0f0;
	cursor: pointer;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

.grid_buttons .grid_btn span {
	font-size: 14px;
}

.grid_buttons .grid_btn span object {
	max-width: 30px;
	max-height: 30px;
}

.grid_buttons .grid_btn.active,
.grid_buttons .grid_btn:hover {
	background: #0f87ca;
}

.grid_buttons .grid_btn.active object,
.grid_buttons .grid_btn.active svg,
.grid_buttons .grid_btn:hover object,
.grid_buttons .grid_btn:hover svg {
	filter: invert(377%) sepia(211%) saturate(8%) hue-rotate(136deg) brightness(614%) contrast(467%);
}

.grid_buttons.greens .grid_btn.active,
.grid_buttons.greens .grid_btn:hover {
	background: #0fca1c;
}

.grid_buttons .grid_btn.active span,
.grid_buttons .grid_btn:hover span {
	color: #fff;
}

.grid_buttons .grid_btn.active svg path,
.grid_buttons .grid_btn:hover svg path {
	fill: white !important;
}

.text_block_wrapper {
	margin-top: 50px;
}

.text_block_check_icon {
	display: inline-block;
	padding-left: 40px;
	background: url(../images/icons/check_ico_bg.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: top left;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #0a0a0a;
}

.text_block_check_icon.grn {
	background: url(../images/icons/check_ico_bg_grn.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: top left;
}

.faq_wrapp {
	background: #ffffff;
	box-shadow: 0 0 25px 10px rgba(184, 184, 184, 0.15);
	border-radius: 7px;
	padding: 40px;
}

.faq_wrapp .faq_item {
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
}

.faq_wrapp .faq_item .faq_quetion {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #323232;
	cursor: pointer;
}

.faq_answer {
	display: none;
}

.faq_wrapp .faq_item:last-child {
	border: none;
}

.container.section .block_title {
	margin-bottom: 30px;
}

.table_block_wrapp {
	background: #ffffff;
	box-shadow: 0 0 25px 10px rgba(184, 184, 184, 0.15);
	border-radius: 7px;
}

.table_row .table_cell a {
	color: #0f87ca;
	font-size: inherit;
	font-weight: inherit;
}

.row-items>.row,
.row-items>.row-items-item {
	display: none;
}

.row-items>.row-items-item .row-line:last-child {
	display: none;
}

.section-tabs .block_title p {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
}

/* .row-items>.row.active {
    display: flex;
} */

.row-items>.row-items-item.active {
	display: flex;
}

.section-services .row-items>.row-items-item.active {
	display: block;
}

.table_block_title {
	min-height: 100px;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 37px;
	color: #323232;
	cursor: pointer;
}

.table_block_title p {
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.table_block_legend {
	background: rgba(15, 135, 202, 0.15);
	border-radius: 0px;
	color: #0f87ca;
}

.table_cell {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #323232;
}

.table_block_legend .table_cell {
	color: #0f87ca;
	font-weight: 500;
}

.table_block_wrapp .table_row:nth-child(even):not(.first) {
	background: #f3f3f3;
}

.table_row .table_cell:first-child {
	border-right: 1px solid #dadada;
}

.table_cell.cell_bordered {
	border-right: 1px solid #dadada;
}

.table_row .table_cell.cell_bordered:last-child {
	border: none;
}

.sc-ajax-filter .btns_wrapp .nav-filter-item a {
	white-space: nowrap;
}

.btns_wrapp {
	/* margin: 30px 0; */
	list-style: none;
	padding: 0;
}

.btns_wrapp .custom_button {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	border-radius: 3px;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	color: #797979;
	background: #fff;
}

.btns_wrapp li.active .custom_button,
.btns_wrapp .custom_button.active,
.btns_wrapp .custom_button:hover {
	border: 1px solid #0fca1c;
	background: #0fca1c;
	box-shadow: 0 7px 20px 1px rgba(14, 181, 26, 0.3);
	color: #fff;
}

.btns_wrapp .custom_button.active {
	box-shadow: none;
}

.nav-filter {
	display: flex;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 0;
}

.blog_page_items {
	margin-top: 40px;
}

.blog_item_wrap {
	padding-bottom: 20px;
}

.blog_item_wrap:hover {
	box-shadow: 0 0 20px rgba(184, 184, 184, 0.25);
}

.glog_title {
	margin: 30px 0;
}

.glog_title a {
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	color: #323232;
}

.glog_title a:hover {
	color: #0f87ca;
}

.blog_cap {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 31px;
	color: #323232;
	margin: 10px 0;
}

.blog_cap p {
	font-size: inherit;
}

.blog_items {
	position: relative;
}

.blog_items::after {
	pointer-events: none;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: #fff;
	opacity: 0;
	transition: ease-in-out 0.6s;
}

.blog_items.loading::after {
	opacity: 0.7;
	pointer-events: all;
	cursor: wait;
}

.pag {
	overflow: hidden;
}

.pagination li,
ul.page-numbers li {
	margin: 0 3px;
}

.pagination li:first-child,
ul.page-numbers li:first-child {
	margin-right: 18px;
}

.pagination li:last-child,
ul.page-numbers li:last-child {
	margin-left: 18px;
}

.blog_info {
	padding: 10px;
	margin-bottom: 30px;
}

.blog_info i,
.blog_info span {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #c0c0c0;
	margin-right: 15px;
}

.blog_info i {
	margin-right: 5px;
}

.pagination,
ul.page-numbers {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	list-style: none;
}

.pagination li a,
.pagination li>span {
	padding: 0.375rem 0.75rem;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination li a.page-numbers:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.pagination li:first-child span.current {
	margin-right: -15px;
}

.pagination li:first-child a {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.pagination li:first-child a::before,
.pagination li:last-child a::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pagination li:first-child a::before {
	content: "\f284";
}

.pagination li:last-child a::before {
	content: "\f285";
}

.pagination li:last-child a {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagination li:not(:first-child) a {
	margin-left: -1px;
}

.page-link,
.pagination .page-numbers li a {
	color: #323232;
}

.page-link.active,
.pagination li span.current {
	background: #0fca1c;
	color: #fff;
}

.roundet_btns_wrapp {
	border: 3px solid rgba(50, 50, 50, 0.1);
	border-radius: 60px;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
}

.slide_one {
	position: relative;
}

.slide_one .picture_content {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.round_btn {
	transition: all 0.5s;
	color: #797979;
	text-align: center;
	width: 100%;
	border-radius: 60px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}

.m_top_50 {
	margin-top: 50px;
}

.round_btn.active,
.round_btn:hover {
	background: #0fca1c;
	color: #fff;
}

div.grid_image img {
	display: inline-block;
	max-width: 100%;
}

footer .footer_link {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: #0a0a0a;
}

footer .footer_link.active {
	color: #0fca1c;
}

footer .footer_info_row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

footer .soc_icons a {
	margin: 10px;
}

footer .soc_icons a i {
	font-size: 3em;
}

footer .soc_icons a:hover i {
	color: #0fca1c;
}

footer .footer_info_row .info_ico {
	margin-right: 30px;
}

footer .footer_info_row .info_ico img {
	width: 40px;
	height: 40px;
}

footer .footer_info_row .info_text .num a {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	display: flex;
	align-items: center;
	color: #323232;
}

footer .footer_logo {
	display: block;
	max-width: 80%;
}

div.adaptive_m {
	display: none;
}

.top_grid_wrapper .grid_blocks_wrapp .grid_block {
	min-width: 120px;
}

.mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999999;
	display: none;
}

.mask .popup {
	position: absolute;
	width: 376px;
	height: 340px;
	background: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 100px auto;
}

.mask .popup .text {
	font-weight: 500;
	font-size: 26px;
	line-height: 20px;
	text-align: center;
	color: #323232;
	margin-top: 15px;
}

.popup_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.table_block span {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #0a0a0a;
	margin-top: 10px;
}

.block_bordered .table_block.table_left div.row div.col-6 {
	align-items: start;
	padding-left: 20px;
}

.adress_sqr_block .number {
	font-weight: 500;
	font-size: 23px;
	line-height: 33px;
}

.adress_sqr_block .lines {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
}

.adress_sqr_block .lines p:last-child {
	margin-bottom: 0;
}

footer .footer_logo {
	max-width: 244px;
}

footer .soc_icons {
	margin-top: 30px;
}

footer .soc_icons a i {
	font-size: 24px;
}

footer .soc_icons a {
	margin-left: 0;
}

footer .footer_link {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.footer_link_wrapp {
	margin-bottom: 25px;
}

.padding_left_40 {
	padding-left: 40px;
}

.footer_info_row.mail {
	margin-bottom: 30px;
}

.footer_info_row.phone {
	margin-bottom: 30px;
}

.home .section_4 .block_bordered {
	margin-top: 30px;
}

.project {
	overflow: hidden;
}

.m_menu_close i {
	display: none;
}

.m_menu_close {
	background: url(../images/icons/popup_close.png) no-repeat center center;
	width: 26px;
	height: 26px;
	position: relative;
	top: 2px;
}

.sub_item a {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #0a0a0a;
	margin-top: 30px;
	display: inline-block;
}

.sub_menu .sub_item {
	padding-left: 0;
}

.news_content_holder .picture_holder img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.news_content_holder .content * {
	font-size: 18px;
	line-height: 31px;
}

.news_content_holder .content h1,
.news_content_holder .content h2,
.news_content_holder .content h3,
.news_content_holder .content h4,
.news_content_holder .content h5,
.news_content_holder .content h6 {
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
}

/* .slide .picture_content .sub_title {
    font-size: 50px
} */

button:not([class*="mfp"]):hover,
.grid_block:hover {
	background: #0dba1a !important;
	box-shadow: 0 8px 25px 1px rgba(13, 186, 26, 0.35) !important;
	color: #fff !important;
}

input:active,
input:focus {
	border-color: #0fca1c !important;
}

.custom_select:hover {
	border-color: #797979;
}

.table_section_mob {
	display: none;
}

.slick-list {
	height: auto;
	padding: 10px 0;
}

.slick-slide {
	margin: 0 27px;
}

.app {
	padding-top: 65px;
}

.header .container.adaptive_p {
	max-width: none !important;
}

.app-header {
	position: fixed;
	z-index: 150;
	top: 0;
	left: 0;

	width: 100%;

	margin: 0;
	padding: 14px 0;

	background-color: #fff;
	border-bottom: 1px solid #dadada;

	align-items: center;
}

.app-logo {
	display: block;
	max-width: 190px;
}

.app-logo__image {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.header-phones {
	padding: 18px 0;
	border-bottom: 1px solid #dcdcdc;
}

html.charmestad-is-locked {
	overflow: hidden;
}

.our-company-image-wrap {
	overflow: hidden;
	padding-top: 0 !important;
}

.our-company-image {
	width: 100%;
	vertical-align: top;
	margin-bottom: -60%;
}

/* =======
 * Фиксы
 ==================================================================== */
body {
	line-height: 1.3;
}

.container {
	width: 100% !important;
	max-width: none !important;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto;
}

/**
 * Text meant only for screen readers.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.section {
	padding: 40px 0;
}

.section_3+.section_3 {
	padding-top: 0;
}

.section_pre_title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	color: #797979;
	margin: 0 0 15px 0;
}

.section_main_title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #323232;

	margin: 0 0 30px 0;
}

/* =======
 * Contact Form 7 контролы, возможно глобальные
 ==================================================================== */
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}

.wpcf7-form-control {
	appearance: none;

	border-radius: 7px;
	border: 1px solid #cdcdcd;
	background-color: #fff;

	font-size: 16px;
	color: #797979;

	padding-left: 18px;
	padding-right: 18px;

	width: 100%;
	height: 46px;
}

.wpcf7-form-control:focus {
	outline: none;
}

.wpcf7-submit {
	appearance: none;
	border: none;

	padding: 4px 15px;

	width: 100%;
	text-align: center;

	border-radius: 7px;
	height: 46px;

	box-shadow: 0 7px 20px rgba(14, 181, 26, 0.3);

	color: #fff;
	background-color: #0fca1c;
}

.wpcf7-submit:hover {
	background-color: #0dba1a;
	box-shadow: 0 8px 25px rgba(13, 186, 26, 0.35);
}

.wpcf7-submit:active {
	background-color: #0eaa19;
	box-shadow: inset 0 8px 10px #0da318;
}

/* =======
 * Page Hero aka banner_top.php
 ==================================================================== */
.page-hero {
	position: relative;
	padding: 30px 0;
	margin-bottom: 30px;

	color: #fff;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #6b7989;

	overflow: hidden;
}

.page-hero:before {
	content: "";
	position: absolute;
	z-index: 45;

	pointer-events: none;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background: linear-gradient(to right,
			hsla(0, 0%, 0%, 0.7) 0%,
			hsla(0, 0%, 0%, 0.623) 7.3%,
			hsla(0, 0%, 0%, 0.556) 14.1%,
			hsla(0, 0%, 0%, 0.499) 20.4%,
			hsla(0, 0%, 0%, 0.449) 26.4%,
			hsla(0, 0%, 0%, 0.405) 32.1%,
			hsla(0, 0%, 0%, 0.366) 37.8%,
			hsla(0, 0%, 0%, 0.33) 43.4%,
			hsla(0, 0%, 0%, 0.297) 49.1%,
			hsla(0, 0%, 0%, 0.264) 55%,
			hsla(0, 0%, 0%, 0.23) 61.2%,
			hsla(0, 0%, 0%, 0.194) 67.8%,
			hsla(0, 0%, 0%, 0.154) 74.8%,
			hsla(0, 0%, 0%, 0.11) 82.5%,
			hsla(0, 0%, 0%, 0.059) 90.8%,
			hsla(0, 0%, 0%, 0) 100%);
}

.page-hero__body {
	position: relative;
	z-index: 50;
}

.page-hero-phone {
	text-align: center;
}

.page-hero-phone__img {
	max-width: 100%;
	height: auto;
	max-height: 505px;
	vertical-align: top;
}

.page-hero-headliner {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.page-hero-headliner__content,
.page-hero-subdescription__content {
	position: relative;
	display: inline-block;
	padding-right: 45px;
}

.page-hero-headliner__content .hero-sticker,
.page-hero-subdescription__content .hero-sticker {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: -10px;
}

.contact-formular__info .hero-sticker {
	right: -5px;
}

.page-hero-headliner__mark,
.page-hero-headliner__price {
	white-space: nowrap;
}

.page-hero-headliner__mark {
	color: #d8d8d8;
	text-decoration: line-through;
}

.page-hero-subdescription {
	font-size: 18px;
	font-weight: 500;
}

.page-hero-phone-title {
	font-size: 35px;
	font-weight: 500;
}

.hero-sticker {
	width: 48px;
	height: 48px;

	border-radius: 50%;

	color: #fff;
	background-color: #0f87ca;

	text-align: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;

	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	box-shadow: 0px 7px 25px rgba(15, 135, 202, 0.45);
}

.hero-sticker__part {
	font-size: 11px;
}

.hero-sticker--rotate {
	transform: rotate(20deg);
}

.hero-sticker--accent {
	background-color: #0fca1c;
	box-shadow: 0px 7px 25px rgba(14, 181, 26, 0.45);
}

/* =======
 * Contact Formular aka cleaning_price.php
 ==================================================================== */
.contact-formular {
	color: #fff;
}

.contact-formular__body {
	position: relative;
}

.contact-formular__bgi {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;

	overflow: hidden;

	background-color: rgba(0, 0, 0, 0.7);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-formular__content {
	position: relative;
	z-index: 10;
	padding: 30px 15px;
}

/* =======
 * Our Benefits aka our_benefits.php
 ==================================================================== */
.our-benefits {
	position: relative;
	color: #fff;
	background-color: #2da3e4;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.our-benefits .section_pre_title,
.our-benefits .section_main_title {
	color: #fff;
}

.benefit-snippet__title {
	font-weight: 500;
	font-size: 20px;
}

.benefit-snippet__hint {
	font-size: 16px;
	line-height: 1.5;
}

.benefit-snippet__icon-wrap {
	margin-bottom: 15px;
}

.benefit-snippet__icon {
	width: auto;
	height: 60px;
	vertical-align: top;
}

/* =======
 * Our Company aka our_company.php
 ==================================================================== */
.our-company-people {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.our-company-people__photo {
	position: absolute;
	top: 0;
	left: 0;

	vertical-align: top;
	width: 100%;
	height: auto;
}

.panel-link {
	padding: 15px 0;
}

/* =======
 * Charme Map Contacts aka our_contacts.php
 ==================================================================== */
.charme-map-contacts {
	background-color: #fafafa;
	padding-bottom: 0;
}

.charme-map-contacts-panel {
	margin-bottom: 12px;
}

/* =======
 * For Slider aka our_audits.php
 ==================================================================== */
.for_slider {
	margin-left: -12px;
	margin-right: -12px;
}

.rewiev_holder {
	padding: 15px;
	height: 100%;
}

.rewiev_holder {
	box-shadow: 0 0 7px rgba(163, 163, 163, 0.25);
}

.rewiev_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rewiev_top {
	margin-bottom: 20px;
}

.rewiev_top .rew_img {
	width: 65px;
	margin-right: 20px;
}

.rewiev_top .rew_title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
	color: #0a0a0a;
}

.rewiev_text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #323232;
	max-height: 52px;
	overflow: hidden;
}

.rewiev_name {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #0f87ca;
	margin-top: 20px;
}

[data-readmore-toggle] {
	text-decoration: underline;
	color: #009900;
}


.top_grid_wrapper {
	margin-bottom: 30px;
}

@media screen and (min-width: 120px) and (max-width: 479px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 100% !important;
	}

	footer {
		max-width: 100% !important;
		width: 100% !important;
	}

	.main_menu_wrapp a.m_menu_item {
		font-size: 20px;
	}

	div.adaptive_d {
		display: none !important;
	}

	div.adaptive_p {
		display: none !important;
	}

	div.adaptive_m {
		display: block !important;
	}

	.header .phone_number {
		font-size: 12px;
	}

	.baner_top .slide .picture_content.float_block,
	.picture_content.float_block {
		position: relative;
	}

	.home .baner_top .slide .picture_holder .resp_img {
		display: none;
	}

	.home .baner_top .slide .picture_content {
		background: url(../images/home_mob_1.jpg) no-repeat top center;
	}

	.project.home.service.serv_2 .baner_top .slide .picture_content {
		background: url(../images/serv_form_bg_top.jpg) no-repeat top center;
		padding-bottom: 90px;
	}

	.home .baner_top .slide .picture_content .right_column {
		display: none;
	}

	.home .baner_top .slide .picture_content .left_column {
		width: 100%;
		padding-left: 10px;
	}

	.header .adaptive_p .row:last-child>div {
		display: flex;
		margin-bottom: 10px;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.telephones_wrapp {
		justify-content: center;
	}

	.baner_top .slide .picture_content .left_column {
		padding-top: 20px;
	}

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

	.grid_line_wrapper .grid_lines {
		display: block;
		width: 400%;
		max-width: 400%;
		overflow-x: scroll;
	}

	.grid_line {
		display: inline-block;
		padding: 0;
		min-width: 50px;
		margin-right: 10px;
		vertical-align: top;
	}

	.selects_wrapp .col.form_element_wrapp {
		width: 100%;
		flex: auto;
		margin-bottom: 20px;
	}

	.section_3 .row:last-child>div.col-6 {
		width: 100%;
	}

	.section_7 .row:last-child>div.col-6 {
		width: 100%;
	}

	.block_bordered .col-4:first-child {
		width: 100%;
	}

	.section_4 img.resp_img {
		width: 100%;
	}

	.section_4 .table_block {
		width: 100%;
	}

	.section_4 .table_block .row div {
		padding: 0 0 10px 0;
	}

	.section_4 .table_block .row div div {
		padding: 10px 0 0;
	}

	.grid_line_wrapper {
		overflow-x: auto;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title {
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		margin-bottom: 25px;
	}

	.block_form_wrapper .block_form_holder .left_column .sign_title {
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		margin-bottom: 25px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title.phone {
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		margin-bottom: 25px;
	}

	.section_9 .content_wrapp .col-4 {
		width: 1000%;
		margin-bottom: 30px;
	}

	.custom_blocks_holder .block_half.half_left {
		padding-top: 2%;
	}

	.adress_sqr_block .title {
		font-size: 35px;
	}

	.buttons_wrapper .row {
		overflow: auto;
	}

	.sc-ajax-filter .buttons_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.col.top.btns_wrapp {
		width: 100%;
		overflow-x: scroll;
		flex: none;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.row.blog_items div.col-4 {
		width: 100%;
	}

	.row.blog_items div.col-4:last-child {
		display: none;
	}

	.margin_100_v {
		margin: 100px auto !important;
	}

	.news_content_holder {
		width: 100%;
	}

	.numered_blocks_wrapper .col-3 {
		width: 100%;
		padding: 40px 40px;
	}

	.container>.row.m_top_50>.col-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.top_grid_wrapper .grid_block span {
		font-size: 14px;
	}

	.block_bordered .table_block.table_left div.row div.col-6 {
		align-items: baseline;
		padding-left: 10px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title .float_img {
		top: 40px;
		right: -10px;
	}

	.v_padding_big {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grid_row {
		overflow: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.grid_row .grid_buttons {
		display: flex;
		width: 100%;
		max-width: 400%;
		padding-bottom: 10px;
		overflow-x: scroll;
	}

	.grid_row .grid_buttons .grid_btn {
		width: auto;
		display: flex;
		grid-gap: 10px;
		vertical-align: top;
		padding: 0 20px;
	}

	.grid_row .grid_buttons .grid_btn span {
		white-space: nowrap;
	}

	.text_block_wrapper {
		margin-top: 40px;
	}

	.container.section .block_title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.table_section>.row>.col-6,
	.section-tabs .row-items .row-items-item>.col-6 {
		width: 100%;
		margin-bottom: 50px;
	}

	.block_form_wrapper .block_form_bg {
		display: none;
	}

	.block_form_wrapper .block_form_holder {
		padding-top: 50px;
		position: relative;
		background: url(../images/room-footage-mobile.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position-y: -70px;
		background-position-x: center;
	}

	.block_form_wrapper .block_form_holder .left_column {
		width: 100%;
	}

	.custom_blocks_holder .block_half {
		width: 100%;
	}

	.pricer .picture_holder {
		display: none !important;
	}

	.pricer .picture_content.float_block .left_column {
		width: 100%;
		background: url(../images/pricer_bg_top.png);
		padding-bottom: 40px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.roundet_btns_wrapp {
		grid-template-columns: 1fr 1fr;
		border: none;
	}

	.roundet_btns_wrapp .round_btn {
		border: 1px solid #d1d1d1;
		margin-bottom: 10px;
	}

	.service .top_grid_wrapper {
		display: block;
		overflow: hidden;
	}

	.service .top_grid_wrapper>.container {
		display: block;
		overflow-x: scroll;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block {
		min-width: 120px;
	}

	.service .top_grid_wrapper .grid_block span {
		display: flex;
		min-height: 30px;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.home.service .container.section>.row>.col-6,
	.services-list .container.section>.row>.col-6 {
		width: 100%;
	}

	.home.service .text_block_wrapper .col-3,
	.services-list .text_block_wrapper .col-3 {
		width: 100%;
		margin-bottom: 25px;
	}

	.home.service .text_block_wrapper .col-3:last-child,
	.services-list .text_block_wrapper .col-3:last-child {
		margin-bottom: 0;
	}

	footer .container.first>.row .col-4 {
		width: 100%;
		margin-bottom: 50px;
	}

	footer .container.first>.row .col-4 .soc_icons {
		display: none;
	}

	footer .container.first>.row .col-2 {
		width: 50%;
	}

	.grid_buttons.btn_3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	footer .container.first>.row .col-2 .footer_link_wrapp {
		margin-bottom: 20px;
	}

	footer .container .row>div.col-2 {
		width: 30%;
	}

	footer .footer_info_row .info_ico {
		margin-right: 10px;
	}

	footer .footer_info_row:last-child {
		justify-content: start;
	}

	.hero_image-title {
		font-size: 38px;
		line-height: 45px;
	}

	.section_9 .slick-slide {
		margin: 0;
	}

	.col.aricles_nav {
		margin-top: 0;
	}
}

@media screen and (min-width: 480px) and (max-width: 979px) {
	.row-items>.row-items-item>.row {
		grid-gap: 20px;
	}

	.row-items>.row-items-item .col-3 {
		width: 100%;
	}

	.header,
	footer {
		margin: 30px auto 0 !important;
	}

	.header {
		margin-top: 0 !important;
	}

	footer {
		padding: 0 10px;
	}

	.header {
		overflow: visible;
	}

	div.adaptive_d {
		display: none !important;
	}

	div.adaptive_p {
		display: none !important;
	}

	div.adaptive_m {
		display: block !important;
	}

	footer .first .adaptive_m {
		display: flex !important;
	}

	.cust_btn.plus.btn {
		height: 80px;
		background: #ffffff;
		box-shadow: 0 0 25px 10px rgba(184, 184, 184, 0.15);
		border-radius: 7px;
		width: 100%;
		line-height: 80px;
		margin: 0 auto 30px;
		text-align: left;
		padding: 0 40px;
	}

	.cust_btn.plus.btn span {
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
		color: #0a0a0a;
	}

	.cust_btn.plus.btn i {
		font-size: 2.2em;
	}

	.header .phone_number {
		font-size: 20px;
		line-height: 20px;
	}

	.time_info .phone_number {
		font-size: 12px;
		font-weight: 400;
		line-height: 22px;
	}

	.baner_top .slide .picture_content.float_block,
	.picture_content.float_block {
		position: relative;
	}

	.home .baner_top .slide .picture_holder .resp_img {
		display: none;
	}

	.home .baner_top .slide .picture_content {
		background: url(../images/home_mob_1.jpg) no-repeat top center;
		padding-bottom: 20px;
		background-size: cover;
	}

	.home .baner_top .slide .picture_content .right_column {
		display: none;
	}

	.home .baner_top .slide .picture_content .left_column {
		width: 100%;
		padding-left: 10px;
		padding-top: 80px;
		/*padding-bottom: 200px;*/
		padding-bottom: 30px;
	}

	.serv_2 .baner_top .slide .picture_content {
		background: url(../images/serv_form_bg_top.jpg) no-repeat top center;
		padding-bottom: 20px;
	}

	.header .adaptive_p .row:last-child>div {
		display: flex;
		margin-bottom: 10px;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.telephones_wrapp {
		justify-content: center;
	}

	.baner_top .slide .picture_content .left_column {
		padding-top: 20px;
	}

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

	.picture_content .sub_title div.float_img {
		top: -30px;
	}

	.slide .picture_content .sub_title {
		font-size: 24px;
		line-height: 1;
		font-weight: 700;
		margin-top: 20px;
	}

	.slide .picture_content .sign_title {
		font-size: 23px;
		line-height: 30px;
		font-weight: 500;
		margin-top: 20px;
	}

	.slide .picture_content .sub_title.phone {
		font-size: 35px;
		line-height: 40px;
		font-weight: 500;
		margin-top: 20px;
	}

	.grid_line_wrapper .grid_lines {
		display: block;
		width: 200%;
		max-width: 200%;
		overflow-x: scroll;
	}

	.grid_line {
		display: inline-block;
		padding: 20px 30px;
		min-width: 50px;
		margin-right: 10px;
		vertical-align: top;
	}

	.selects_wrapp .col.form_element_wrapp {
		width: 100%;
		flex: auto;
		margin-bottom: 20px;
	}

	.section_4 .content_wrapp>.col-6 {
		width: 100%;
	}

	.section_4 img.resp_img {
		width: 100%;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title {
		font-size: 27px;
		line-height: 35px;
		font-weight: 700;
		margin-bottom: 25px;
	}

	.block_form_wrapper .block_form_holder .left_column .sign_title {
		font-size: 23px;
		line-height: 20px;
		font-weight: 400;
		margin-bottom: 25px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title.phone {
		font-size: 35px;
		line-height: 40px;
		font-weight: 500;
		margin-bottom: 25px;
	}

	.section_9 .content_wrapp .col-4 {
		width: 1000%;
		margin-bottom: 30px;
	}

	.adress_sqr_block .title {
		font-size: 35px;
	}

	.buttons_wrapper .row {
		overflow: auto;
	}

	.col.top.btns_wrapp {
		width: 100%;
		overflow-x: scroll;
		flex: none;
	}

	footer .footer_info_row .info_text .num {
		line-height: 31px;
	}

	.adress_sqr_block .numbers .number {
		font-weight: 500;
		font-size: 20px;
		line-height: 31px;
		display: flex;
		color: #323232;
	}

	.row.blog_items div.col-4 {
		width: 100%;
	}

	.row.blog_items div.col-4:last-child {
		display: none;
	}

	.margin_100_v {
		margin: 100px auto !important;
	}

	.news_content_holder {
		width: 100%;
	}

	.numered_blocks_wrapper .col-3 {
		width: 100%;
		padding: 40px 40px;
	}

	.container>.row.m_top_50>.col-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.top_grid_wrapper .grid_block span {
		font-size: 14px;
		font-weight: 400;
	}

	.pricer .section_main_title {
		font-weight: bold;
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 60px;
	}

	.section_7 .section_main_title {
		margin-bottom: 40px;
	}

	.section_9 .section_main_title {
		margin-bottom: 60px;
	}

	.v_padding_big {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grid_row {
		overflow: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.container.section .block_title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.table_section>.row>.col-6,
	.section-tabs .row-items .row-items-item>.col-6 {
		width: 100%;
		margin-bottom: 50px;
	}

	.block_form_wrapper .block_form_bg {
		display: none;
	}

	.block_form_wrapper .block_form_holder {
		position: relative;
		background: url(../images/m_form_bg.jpg) no-repeat center center;
	}

	.block_form_wrapper .block_form_holder .left_column {
		width: 100%;
	}

	.pricer .picture_holder {
		display: none !important;
	}

	.pricer .picture_content.float_block .left_column {
		width: 100%;
		background: url(../images/pricer_bg_top.png);
		padding-bottom: 40px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.roundet_btns_wrapp {
		grid-template-columns: 1fr 1fr;
		border: none;
	}

	.roundet_btns_wrapp .round_btn {
		border: 1px solid #d1d1d1;
		margin-bottom: 10px;
	}

	.home.service .top_grid_wrapper {
		display: none;
	}

	.home.service .container.section>.row>.col-6 {
		width: 100%;
	}

	.home.service .text_block_wrapper .col-3 {
		width: 100%;
		margin-bottom: 30px;
	}

	.v_padding_big .text_block_wrapper:last-child {
		margin-top: 0;
	}

	.col.faq_item {
		position: relative;
	}

	.col.faq_item .faq_quetion {
		width: 80%;
		position: relative;
	}

	.col.faq_item .faq_quetion i {
		position: absolute;
		right: -80px;
		top: 0;
		font-size: 1em;
	}

	.faq_wrapp {
		margin-bottom: 20px;
		padding: 20px 20px 10px;
	}

	.selects_wrapp {
		margin-top: -10px;
	}

	.no_mob {
		display: none;
	}

	.custom_select {
		background-image: none;
	}

	.custom_select select {
		font-weight: normal;
		font-size: 18px;
		line-height: 60px;
		color: #797979;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.table_block.table_left {
		background: #fff;
	}

	.table_block.table_right {
		background: #fff;
	}

	.date_picker_holder i.float_icon {
		color: #797979;
		font-size: 1.4em;
	}

	.header .container.adaptive_m .row:last-child {
		justify-content: center;
		align-items: center;
	}

	.header .devider_line {
		position: relative;
		height: 1px !important;
		background: #dcdcdc;
		margin: 0 0;
	}

	footer .container.first>.row .col-4 {
		width: 100%;
		margin-bottom: 50px;
	}

	footer .container.first>.row .col-4 .soc_icons {
		display: none;
	}

	footer .container.first>.row .col-2 {
		width: 50%;
	}

	.grid_buttons.btn_3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	footer .container.first>.row .col-2 .footer_link_wrapp {
		margin-bottom: 20px;
	}

	footer .container .row>div.col-2 {
		width: 30%;
	}

	footer .footer_info_row .info_ico {
		margin-right: 10px;
	}

	footer .footer_info_row:last-child {
		justify-content: start;
	}

	.header .adaptive_m .menu_actions_wrapp .m_menu_open.float-end {
		float: none !important;
		margin-left: 5px;
	}

	.header .adaptive_m .menu_actions_wrapp {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	.home .header {
		border: none;
		margin-top: 0 !important;
	}

	.grid_line_wrapper .grid_lines {
		display: block;
		width: 400%;
		max-width: 400%;
		overflow-x: scroll;
		margin-top: 30px;
		padding-bottom: 10px;
	}

	.grid_line {
		display: inline-block;
		padding: 0;
		min-width: 50px;
		margin-right: 10px;
		vertical-align: top;
	}

	.grid_lines .grid_line .cap {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.section_block_title {
		font-weight: 500;
		font-size: 22px;
		line-height: 30px;
	}

	.section_block_title {
		margin-top: 50px;
	}

	.form_element_wrapp .cap {
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 25px;
		padding: 20px 0;
		margin-bottom: 15px;
	}

	.custom_select {
		font-size: 18px;
		line-height: 60px;
		color: #797979;
	}

	.site_button {
		font-weight: 500;
		font-size: 18px;
		line-height: 25px;
	}

	.section_4 .table_block .row div {
		padding: 30px 0 30px 0;
	}

	.section_4 .table_block .row div div {
		padding: 10px 0 15px;
	}

	.block_bordered .table_block.table_left div.row div.col-6 {
		align-items: baseline;
		padding-left: 10px;
	}

	.block_bordered .table_block.table_left div.row div.col-6,
	.block_bordered .table_block.table_left div.row div.col-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.block_bordered .table_block.table_left div.row div.col-6 {
		align-items: baseline;
		padding-left: 10px;
	}

	.block_form_wrapper .block_form_bg {
		display: none;
	}

	.block_form_wrapper .block_form_holder {
		padding-top: 60px;
		position: relative;
		background: url(../images/room-footage-mobile.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position-y: -70px;
		background-position-x: center;
		border-radius: 7px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title {
		margin-bottom: 40px;
	}

	.block_form_wrapper .block_form_holder .sign_title {
		padding: 0 20px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title.phone {
		padding: 0 20px;
		margin-bottom: 60px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title .float_img {
		top: 76px;
	}

	.grid_line_wrapper .grid_blocks .grid_block {
		height: 53px;
		line-height: 53px;
		font-size: 16px;
		font-weight: 500;
	}

	.section_9 .content_wrapp>div {
		display: none;
	}

	.section_9 .content_wrapp>div:first-child {
		display: block;
	}

	.service .table_block_wrapp,
	.section-tabs .table_block_wrapp {
		position: relative;
	}

	.service .table_block_title,
	.section-tabs .table_block_title {
		width: 90%;
	}

	.service .table_block_title i,
	.section-tabs .table_block_title i {
		font-size: 2em;
		position: absolute;
		right: 10px;
		line-height: 25px;
	}

	.serv_2 .section_main_title.tt1 {
		width: 100%;
		margin: 80px 0;
	}

	.serv_2 .section_main_title.tt2 {
		width: 100%;
		margin: 40px 0;
	}

	.serv_1 .section_main_title.tt1 {
		margin: 80px 0;
		width: 100%;
		font-size: 35px;
	}

	.container.table_section .block_title {
		margin-bottom: 25px;
	}

	.table_block_legend {
		border-radius: 7px 7px 0px 0px;
	}

	.service .v_padding_big {
		padding: 10px 0;
	}

	.service .v_padding_big .section_main_title {
		margin: 10px 0;
	}

	.serv_2 .v_padding_big .section_main_title {
		margin: 60px 0;
		width: 100%;
	}

	.section.gray_bg {
		position: relative;
		z-index: 10;
		overflow: visible;
	}

	.section.gray_bg .container {
		position: relative;
		z-index: 11;
		padding: 10px;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block {
		min-width: 120px;
	}

	.service .top_grid_wrapper .grid_block span {
		display: flex;
		min-height: 30px;
		width: 100%;
		align-items: center;
		justify-content: start;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
	}

	.home.service .top_grid_wrapper {
		display: block;
		overflow: auto;
	}

	.grid_lines .grid_line .line {
		height: 5px;
	}

	.table_block div span {
		font-weight: 500;
		font-size: 18px;
		line-height: 20px;
		color: #0a0a0a;
	}

	footer {
		margin-top: 60px !important;
	}

	.section.section_8 .block_form_wrapper .block_form_holder {
		background-position-y: -50px;
	}

	.home .section_8 .block_form_wrapper .block_form_holder {
		min-height: 1200px;
		text-align: center;
	}

	.section_8 .block_form_wrapper .sign_title {
		display: inline-block;
		float: left;
		width: auto;
		margin: 0;
		padding: 0 !important;
		font-size: 18px !important;
		position: relative;
		top: 10px;
		left: 20px;
	}

	.section_8 .block_form_wrapper .sub_title.phone {
		display: inline-block;
		float: right;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.form_section .block_form_wrapper .block_form_holder {
		background-position-y: -50px;
	}

	.form_section .block_form_wrapper .block_form_holder {
		min-height: 1200px;
	}

	.blog div.float_img {
		top: 165px;
		right: 40px;
	}

	.news div.float_img {
		top: 165px;
		right: 40px;
	}

	.blog .buttons_wrapper .btns_wrapp {
		margin-bottom: 0;
	}

	.blog .pre_footer {
		margin-top: 80px;
	}

	.mews .pre_footer {
		margin-top: 80px;
	}

	.pricer_1 .pre_footer {
		margin-top: 80px;
	}

	.pricer_2 .pre_footer {
		margin-top: 80px;
	}

	.news .breadcrumbs .breadCrumb {
		display: block;
		float: left;
	}

	.news .breadcrumbs .devider {
		display: block;
		float: left;
	}

	.news .breadcrumbs .breadCrumb:last-child {
		width: 270px;
	}

	.news h1 {
		margin: 10px 0 30px;
		font-weight: bold;
		font-size: 35px;
		line-height: 50px;
		color: #323232;
	}

	.blog_info i,
	.blog_info span {
		font-weight: normal;
		font-size: 17px;
		line-height: 20px;
	}

	.news .content {
		margin-top: 30px;
		font-weight: normal;
		font-size: 18px;
		line-height: 31px;
	}

	.news .content ul li {
		font-weight: normal;
		font-size: 18px;
		line-height: 31px;
	}

	.news .content ul {
		padding-left: 30px;
		margin: 20px 0 30px;
	}

	.content .sub_title {
		font-weight: 500;
		font-size: 22px;
		line-height: 31px;
	}

	.news .pre_bottom strong {
		font-size: 18px;
	}

	.news .pre_bottom div {
		width: 100%;
	}

	.news .pre_bottom div:first-child span {
		font-size: 18px;
	}

	.news .pre_bottom div:first-child span b {
		font-size: 18px;
	}

	.news .aricles_nav {
		margin: 35px 0;
	}

	.news .pre_bottom .aricles_nav a {
		background: transparent;
		font-size: 18px;
	}

	.news .pre_bottom .aricles_nav a i {
		display: inline-block;
		font-size: 18px;
	}

	.pricer .picture_content.float_block .left_column {
		min-height: 650px;
		padding-left: 20px;
	}

	.pricer .picture_content.float_block .left_column {
		padding-top: 300px;
	}

	.pricer .picture_content.float_block .left_column .text-white {
		font-weight: normal;
		font-size: 17px;
		line-height: 30px;
	}

	.pricer .table_block_title i {
		font-size: 1.4em;
	}

	.pricer_1.pricer .picture_content .container {
		margin-top: 0 !important;
	}

	.pricer .section_main_title {
		width: 100%;
	}

	.pricer_1.pricer .round_btn {
		font-size: 500;
	}

	.table_cell .text-blue {
		font-size: 14px;
		line-height: 1;
	}

	.container.section.s2 {
		margin-top: 60px !important;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block {
		min-width: 150px;
		height: 150px;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block .icon_holder {
		margin-bottom: 15px;
	}

	.serv_1 .section_main_title.tt1 {
		width: 95%;
	}

	.serv_1.section_main_title.tt1 br {
		display: none;
	}

	.serv_1.section_main_title.tt1 span {
		margin-left: 10px;
	}

	.serv .v_padding_big .section_main_title {
		margin: 60px 0;
	}

	.serv .section_2 {
		margin-bottom: 80px !important;
	}

	.serv_1 .v_padding_big .grid_row .grid_buttons .grid_btn {
		min-width: 290px;
	}

	.section.gray_bg {
		padding-bottom: 50px;
	}

	.serv_1 .form_section.section {
		margin-top: 80px !important;
	}

	.wwrap {
		display: block;
		overflow: auto;
	}

	.grid_buttons.greens.btn_3 {
		display: block;
		overflow-x: scroll;
		width: 500%;
		max-width: 500%;
	}

	.wwrap .grid_buttons .grid_btn {
		width: auto;
		min-width: 200px;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		padding: 0 20px;
	}

	.wwrap .roundet_btns_wrapp {
		display: block;
		overflow-x: scroll;
		width: 600%;
		max-width: 600%;
	}

	.wwrap .roundet_btns_wrapp .round_btn {
		width: auto;
		min-width: 330px;
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		padding: 0 20px;
	}

	.main_menu_wrapp .top.row .col-3 {
		width: 60%;
	}

	.hero_image-title {
		font-size: 38px;
		line-height: 45px;
	}
}

@media (min-width: 414px) {
	.header-phones {
		align-items: center;
	}
}

@media (min-width: 480px) {
	.main_menu_wrapp__scroller {
		padding-top: 72px;
	}

	.main_menu_wrapp__head {
		padding: 14px 0 14px;
	}

	.m_menu_close {
		top: 9px;
		left: -13px;
	}

	.menu_item_toggle {
		margin-right: 12px;
	}

	.header div.adaptive_m {
		margin-top: 0 !important;
	}

	/* .app {
		padding-top: 72px;
	} */

	.app-logo {
		max-width: 265px;
	}

	.menu_actions_wrapp .left_part {
		padding-top: 4px;
	}

	/* .menu_actions_wrapp .left_part a i {
		font-size: 28px;
	} */

	.numbers_wrapp {
		margin-top: 2px;
	}

	.inner_block .icon img {
		width: 50px;
	}

	.addr-holder .lines {
		font-size: 20px;
	}

	.inner_block .icon {
		align-items: baseline;
	}
}

@media (min-width: 979px) {
	.our-company-image {
		margin-bottom: 0;
	}

	.baner_top .slide .picture_holder::after {
		opacity: 0.4;
	}

	.baner_top .slide .picture_holder {
		min-height: 85vh;
	}

	.home video {
		position: absolute;
		top: 0;
		height: 100%;
	}

	.main_menu_wrapp__head {
		padding: 28px 0 27px;
	}

	.main_menu_wrapp__scroller {
		padding-top: 100px;
		height: auto;
		max-height: 100%;
	}

	/* .app {
		padding-top: 92px;
	} */

	/* .app-header {
		padding: 23px 0;
	} */

	.pricer .picture_content.float_block .left_column {
		background: none !important;
	}

	.row-items-mobile {
		display: none;
	}

	.row-items-desctop {
		display: block;
	}
}

@media (min-width: 980px) {
	.section.row-revers .row {
		flex-direction: row-reverse;
	}

	.nav-filter {
		flex-wrap: wrap;
	}

	.aricles_nav a:first-child {
		background: url(../images/icons/arrow_l.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 50px;
	}

	.aricles_nav a:last-child {
		background: url(../images/icons/arrow_r.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 50px;
	}

	.aricles_nav a i::before {
		content: none;
	}
}

@media (min-width: 375px) {
	.page-hero-headliner {
		font-size: 20px;
	}

	.page-hero-headliner__content .hero-sticker,
	.page-hero-subdescription__content .hero-sticker {
		margin-top: -26px;
	}

	.hero-sticker {
		width: 52px;
		height: 52px;
	}
}

@media (min-width: 480px) {
	.section_pre_title {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.section_main_title {
		font-size: 35px;
		margin-bottom: 40px;
	}

	.page-hero {
		padding: 60px 0;
	}

	.page-hero-headliner {
		font-size: 25px;
	}

	.page-hero-headliner__content,
	.page-hero-subdescription__content {
		padding-right: 80px;
	}

	.page-hero-headliner__content .hero-sticker,
	.page-hero-subdescription__content .hero-sticker {
		margin-top: -37px;
	}

	.hero-sticker {
		width: 74px;
		height: 74px;
		font-size: 22px;
	}

	.hero-sticker__part {
		font-size: 12px;
	}

	.page-hero-subdescription {
		font-size: 24px;
		font-weight: 700;
	}

	.page-hero-phone-label {
		font-size: 23px;
	}

	.contact-formular__content {
		padding: 80px 30px;
	}

	.benefit-snippet__title {
		font-size: 22px;
	}

	.benefit-snippet__hint {
		font-size: 18px;
		max-width: 90%;
		margin-top: 20px;
	}

	.benefit-snippet__icon-wrap {
		margin-bottom: 20px;
	}

	.benefit-snippet__icon {
		height: 75px;
	}

	.top_grid_wrapper {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 920px !important;
	}

	.page-hero__video {
		position: absolute;
		z-index: 40;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.page-hero__shortcode .wpcf7-form,
	.contact-formular__shortcode .wpcf7-form {
		max-width: 560px;
	}

	.page-hero-headliner {
		font-size: 32px;
	}

	.wpcf7-inline-form {
		display: flex;
	}

	.wpcf7-inline-form .wpcf7-form-control-wrap {
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.wpcf7-inline-form .wpcf7-form-control {
		border-radius: 0;
	}

	.wpcf7-inline-form .wpcf7-form-control-wrap:first-child .wpcf7-form-control {
		border-radius: 7px 0 0 7px;
	}

	.wpcf7-inline-form .wpcf7-form-control-wrap:not(:first-child) .wpcf7-form-control {
		border-left-color: #cdcdcd;
	}

	.wpcf7-inline-form .wpcf7-submit {
		flex: 0 0 160px;
		max-width: 160px;

		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.contact-formular__content {
		padding: 70px 30px;
	}

	.benefit-snippet__title {
		font-size: 24px;
	}

	.our-company-people {
		height: 100%;
		padding-top: 0;
	}

	.our-company-people__photo {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.grid_line_wrapper .grid_images {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.rewiev_holder {
		padding: 25px;
	}

	.charme-map-contacts {
		position: relative;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.charme-map-contacts-panel {
		width: 45%;
		max-width: 340px;
	}

	.charme-map-contacts-map {
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
	}

	#googleMap iframe {
		height: 100% !important;
	}

	.charme-map-contacts-map__placeholder {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (min-width: 992px) {
	.page-hero {
		padding: 84px 0;
		margin-bottom: 70px;
	}

	.page-hero-headliner {
		font-size: 38px;
	}

	.page-hero-headliner__content,
	.page-hero-subdescription__content {
		padding-right: 60px;
	}

	.page-hero-headliner__content .hero-sticker,
	.page-hero-subdescription__content .hero-sticker {
		right: -30px;
	}

	.page-hero-subdescription {
		font-size: 28px;
	}

	.page-hero-phone-label {
		font-size: 26px;
	}

	.wpcf7-form-control,
	.wpcf7-submit {
		height: 56px;
	}

	.contact-formular__content {
		padding: 88px 40px;
	}

	.contact-formular__phone-image {
		text-align: center;
	}

	.contact-formular-phone {
		margin: -130px 0;
	}

	.contact-formular-phone__img {
		width: auto;
		height: 100%;
		max-height: 340px;
	}

	.contact-formular__content {
		padding: 65px 40px;
	}

	.our-benefits {
		padding: 80px 0;
	}

	.benefit-snippet__title {
		font-size: 26px;
	}

	.section_pre_title {
		font-size: 18px;
	}

	.section_main_title {
		font-size: 55px;
	}

	.grid_line_wrapper .grid_images {
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}

	.charme-map-contacts {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.charme-map-contacts-panel {
		max-width: 500px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1120px !important;
	}

	.our-benefits {
		padding: 120px 0;
	}

	.our-company-info {
		display: flex;
		flex-direction: column;
	}

	.our-company-content {
		width: 100%;
		flex: 1 0 auto;
	}

	.our-company-content-row {
		height: 100%;
	}

	.grid_line_wrapper .grid_images {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.rewiev_holder {
		padding: 40px;
	}

	.section_text_block {
		max-height: none;
		overflow: initial;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px !important;
	}

	.section {
		margin-top: 50px;
	}

	.section_main_title {
		margin-bottom: 60px;
	}

	.page-hero {
		padding: 74px 0;
	}

	.page-hero-phone__img {
		max-height: 740px;
	}

	.contact-formular.has-phone {
		margin-bottom: 6rem !important;
	}

	.charme-map-contacts {
		margin-top: 50px;
	}

	.inner_block {
		padding: 45px 20px;
	}

	.adress_sqr_block .phones-holder,
	.adress_sqr_block .addr-holder {
		margin: 25px 0;
	}
}

@media (min-width: 1600px) {
	.app {
		padding-top: 99px;
	}

	.container {
		max-width: 1520px !important;
	}

	.wpcf7-form-control,
	.wpcf7-submit {
		height: 65px;
		padding-left: 22px;
		padding-right: 22px;

		font-size: 18px;
	}

	.wpcf7-inline-form .wpcf7-submit {
		flex: 0 0 280px;
		max-width: 280px;
	}

	.page-hero__shortcode .wpcf7-form,
	.contact-formular__shortcode .wpcf7-form {
		max-width: 840px;
	}

	.contact-formular__content {
		padding: 105px 80px;
	}

	.contact-formular-phone {
		margin: -165px 0;
	}

	.contact-formular-phone__img {
		max-height: 716px;
	}

	.charme-map-contacts {
		margin-top: 75px;
	}
}

@media (min-width: 1700px) {
	.container {
		max-width: 1620px !important;
	}
}

@media (min-width: 1900px) {
	.page-hero {
		padding: 74px 0;
		margin-bottom: 100px;
	}

	.page-hero-headliner__content,
	.page-hero-subdescription__content {
		padding-right: 120px;
	}

	.page-hero-headliner__content .hero-sticker,
	.page-hero-subdescription__content .hero-sticker {
		right: 0;
		margin-top: -45px;
	}

	.page-hero-headliner {
		font-size: 55px;
	}

	.page-hero-subdescription {
		font-size: 50px;
	}

	.page-hero-phone-label {
		font-size: 30px;
	}

	.page-hero-phone-title {
		font-size: 50px;
	}

	.hero-sticker {
		width: 90px;
		height: 90px;
		font-size: 28px;
	}

	.hero-sticker__part {
		font-size: 15px;
	}

	.section_main_title {
		margin-bottom: 80px;
	}
}

/* @media screen and (min-width: 980px) and (max-width: 1600px) */
@media screen and (min-width: 980px) {
	div.adaptive_d {
		display: none !important;
	}

	div.adaptive_p {
		display: block !important;
	}

	div.adaptive_m {
		display: none !important;
	}

	footer .adaptive_p {
		display: flex !important;
	}

	.telephones_wrapp {
		justify-content: center;
	}

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

	.slide .picture_content .sub_title {
		font-size: 38px;
		margin-top: 20px;
	}

	.slide .picture_content .sign_title {
		font-size: 16px;
		margin-top: 20px;
	}

	.slide .picture_content .sub_title.phone {
		margin-top: 20px;
	}

	.selects_wrapp .col.form_element_wrapp {
		width: 50%;
		flex: auto;
		margin-bottom: 20px;
	}

	.section_4 .content_wrapp>.col-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.section_4 img.resp_img {
		width: 100%;
	}

	.grid_line_wrapper {
		overflow: auto;
	}

	.block_form_wrapper .block_form_holder {
		padding-top: 9%;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title .float_img {
		top: -60px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title {
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		margin-bottom: 25px;
	}

	.block_form_wrapper .block_form_holder .left_column .sign_title {
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		margin-bottom: 25px;
		display: inline-block;
		margin-right: 30px;
	}

	.block_form_wrapper .block_form_holder .left_column .sub_title.phone {
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		margin-bottom: 25px;
		display: inline-block;
	}

	/* .section_9 .content_wrapp {
        margin-bottom: 30px
    } */

	.section_9 .content_wrapp .col-4 {
		width: 50%;
	}

	.section_9 .content_wrapp .col-4:last-child {
		display: none;
	}

	.custom_blocks_holder .block_half.half_left {
		padding-top: 2%;
	}

	.adress_sqr_block .title {
		font-size: 35px;
	}

	.buttons_wrapper .row {
		overflow: auto;
	}

	.col.top.btns_wrapp {
		width: 100%;
		overflow-x: scroll;
		flex: none;
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.row.blog_items div.col-4 {
		width: 50%;
	}

	.row.blog_items div.col-4:last-child {
		display: none;
	}

	.margin_100_v {
		margin: 100px auto !important;
	}

	.news_content_holder {
		width: 100%;
	}

	.numered_blocks_wrapper .col-3 {
		width: 50%;
		padding: 40px 40px;
	}

	.container>.row.m_top_50>.col-6 {
		width: 100%;
		margin-bottom: 30px;
	}

	.top_grid_wrapper .grid_block span {
		font-size: 14px;
		font-weight: 400;
	}

	.v_padding_big {
		padding-left: 10px;
		padding-right: 10px;
	}

	.grid_row {
		overflow: auto;
		margin-left: 0;
		margin-right: 0;
	}

	.container.section .block_title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.table_section>.row>.col-6,
	.section-tabs .row-items .row-items-item>.col-6 {
		width: 100%;
		margin-bottom: 50px;
	}

	/* .picture_content .right_column img {
        max-height: 45vh
    } */

	footer .container .row>div.col-2 {
		width: 30%;
	}

	footer .footer_info_row .info_ico {
		margin-right: 10px;
	}

	footer .footer_info_row:last-child {
		justify-content: center;
	}

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

	footer .adaptive_p .info_text {
		font-weight: normal;
		font-size: 18px;
		line-height: 28px;
		color: #0a0a0a;
	}

	footer .adaptive_p .footer_info_row.middle {
		padding-left: 70px;
		justify-content: end;
	}

	footer .adaptive_p>.row {
		align-items: center;
	}

	footer .adaptive_p .footer_link_wrapp {
		margin-bottom: 25px;
	}

	footer .footer_link {
		display: inline-block;
	}

	footer .soc_icons {
		margin-top: 40px;
	}

	.service .top_grid_wrapper {
		display: block;
		overflow: hidden;
	}

	.service .top_grid_wrapper>.container {
		display: block;
		overflow-x: scroll;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block {
		min-width: 120px;
	}

	.service .top_grid_wrapper .grid_block span {
		display: flex;
		min-height: 30px;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.top_grid_wrapper .grid_blocks_wrapp .grid_block {
		min-width: 170px;
		height: 170px;
		padding-top: 30px;
	}

	.service .top_grid_wrapper .grid_block span {
		display: flex;
		min-height: 30px;
		width: 100%;
		align-items: center;
		justify-content: start;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		margin-top: 20px;
	}

	.service .baner_top .right_column {
		display: none;
	}

	.service .baner_top .slide .picture_content .left_column {
		padding-left: 100px;
		width: 62%;
	}

	.service .wwrap .btn_3 {
		grid-template-columns: 2fr 1fr 2fr;
	}

	.full_row .col-6 {
		width: 100%;
	}

	.full_row .section_img_block.image_bordered img {
		width: 100%;
	}

	.tt1_hide .tt1 {
		display: none;
	}

	.serv_1 .section_main_title.tt1 {
		line-height: 57px;
	}

	.serv_2 .section_main_title.tt1 {
		line-height: 57px;
	}

	.fake_back_ground.gray_bg {
		width: 100%;
		height: 800px;
		margin-bottom: -800px;
		background: #fafafa;
	}

	.fake_back_ground.gray_bg._935 {
		height: 940px;
		margin-bottom: -985px;
	}

	.pre_footer img.resp_img {
		height: 538px;
	}
}

@media (min-width: 1600px) {
	.padding_left_40 {
		padding-left: 18px;
	}

	div.container.adaptive_d>div>div.col {
		margin-bottom: -10px;
	}

	.baner_top .slide .picture_content .left_column {
		padding-left: 10px !important;
	}

	footer .soc_icons {
		margin-top: 45px !important;
	}

	.numbers_wrapp {
		margin-top: 0;
	}

	.grid_line_wrapper .grid_blocks {
		overflow-x: initial;
	}
}

@media screen and (min-width: 1650px) {
	.picture_content .sub_title div.float_img {
		top: -40px;
		right: 40px;
	}

	.home .baner_top .slide {
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.blog .float_img,
	.news .float_img {
		right: 46%;
		top: 40px;
	}
}

@media screen and (max-width: 1650px) {
	.sc-ajax-filter .buttons_wrapper {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1600px) {
	.top.grid_blocks_wrapp {
		padding-bottom: 10px;
		overflow-x: auto;
	}

	.grid_row .grid_buttons {
		display: flex;
		width: 100%;
		max-width: 400%;
		padding-bottom: 10px;
		overflow-x: auto;
	}

	.grid_row .grid_buttons .grid_btn {
		width: auto;
		display: flex;
		grid-gap: 10px;
		vertical-align: top;
		padding: 0 20px;
	}

	.grid_row .grid_buttons .grid_btn span {
		white-space: nowrap;
	}
}

@media screen and (max-width: 1024px) {
	.table_section {
		display: none;
	}

	.table_section_mob {
		display: block;
	}

	.table_section_mob .table_block_wrapp {
		margin: 40px 0;
	}

	.table_section.section_visible {
		display: block;
	}
}

@media all and (max-width: 980px) {
	.col-61 {
		display: flex;
	}

	footer .adaptive_m .footer_info_row .info_text,
	.addr-holder .lines *,
	.service-description * {
		font-size: 16px;
	}

	.content .star-nav {
		flex-direction: column;
	}
}

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

	.row-items-mobile,
	.row-items-desctop.row-items-gor {
		display: block;
	}

	.row-items-desctop,
	.row-items-desctop.row-items-gor~.row-items-mobile {
		display: none;
	}
}

@media all and (max-width: 600px) {
	.phone_number a {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 414px) {
	.header .header-phones>.col-6 {
		width: auto;
		margin: 0;
	}
}

/* Color */
.bookly-form .bookly-form-group > label,
.bookly-form .bookly-label-error,
.bookly-form .bookly-progress-tracker > .active,
.bookly-form .picker__nav--next,
.bookly-form .pickadate__nav--prev,
.bookly-form .picker__day:hover,
.bookly-form .picker__day--selected:hover,
.bookly-form .picker--opened .picker__day--selected,
.bookly-form .picker__button--clear,
.bookly-form .picker__button--today,
.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {
    color: #02b8dd !important;
}

/* Background */
.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .picker__frame,
.bookly-form .bookly-service-step .bookly-week-days label,
.bookly-form .bookly-repeat-step .bookly-week-days label,
.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-square {
    background-color: #02b8dd !important;
}

.bookly-form .bookly-triangle {
    border-bottom-color: #02b8dd !important;
}

/* Border */
.bookly-form input[type="text"].bookly-error,
.bookly-form input[type="password"].bookly-error,
.bookly-form select.bookly-error,
.bookly-form textarea.bookly-error,
.bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
    border: 2px solid #02b8dd !important;
}

/* Other */
.bookly-form .picker__header {
    border-bottom: 1px solid #02b8dd !important;
}

.bookly-form .picker__nav--next:before {
    border-left: 6px solid #02b8dd !important;
}

.bookly-form .picker__nav--prev:before {
    border-right: 6px solid #02b8dd !important;
}

.bookly-form .bookly-service-step .bookly-week-days label.active, .bookly-form .bookly-repeat-step .bookly-week-days label.active {
    background: #02b8dd url(https://testing.charme-stad.com/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.png) 0 0 no-repeat !important;
}

.bookly-form .bookly-pagination > li.active, .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    background: #02b8dd !important;
    border: 1px solid #02b8dd !important;
}

.bookly-form .bookly-columnizer .bookly-hour:hover {
    border: 2px solid #02b8dd !important;
    color: #02b8dd !important;
}

.bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
    background: none;
    border: 2px solid #02b8dd !important;
    color: #02b8dd !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(0,0,0,.3);
    border-right: 3px solid rgba(0,0,0,.3);
    border-bottom: 3px solid rgba(0,0,0,.3);
    border-left: 3px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
