/*
 * Theme Name: Basic
 * Description: Basic is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Basic is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
 * Theme URI: http://setbenson.com/
 * Tested up to: 5.5
 * Requires PHP: 7.0
 * Author: SetBenson
 * Author URI: http://setbenson.com/
 * Version: 999.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: basic
 */
 
 /* reset & 12 columns
 * ============================================================================ */
 *, :after, :before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
section{
	width:100%;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
a:focus {
    outline: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,
object,
embed,
video {
    max-width: 100%;
}
object,
embed,
video {
    width: 100%;
}
img {
    height: auto;
    vertical-align: middle;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -12px;
		margin-left: -12px;
}

.row-20{
	margin-left:-20px;
	margin-right:-20px;
}

.row  [class^="col"] {
        position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 12px;
		padding-left: 12px;
    }
  .row-20  [class^="col"] { 
  padding-left:20px;
  padding-right:20px;
  }
    .row .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
    .row .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
    .row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
    .row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
    .row .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
    .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .row .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
    .row .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
    .row .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
    .row .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
    .row .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
    .row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.px-0{
	padding-left:0;
	padding-right:0;
}
.pn {
    padding: 0;
}
.mn {
    margin: 0;
}
.hide {
    display: none;
}
.round-24{
	border-radius:24px;
}
.color-white{
	color:#fff !important;
}
.color-white-80{
	color:rgba(255,255,255,.8) !important;
}
.relative{
	position:relative;
}
.z-index-1{
	z-index:1;
}
.z-index-2{
	z-index:2;
}
.z-index-3{
	z-index:3;
}
.ic {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    background-color: var(--main-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center;
    mask-position: center;
	transition: .3s;
}
.ic-facebook {
    -webkit-mask-image: url(img/ic-facebook.svg);
    mask-image: url(img/ic-facebook.svg);
}
.ic-instagram {
    -webkit-mask-image: url(img/ic-instagram.svg);
    mask-image: url(img/ic-instagram.svg);
}

.ic-hand{
    display: block;
    margin: 0;
    background-color: var(--accent-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
	transition: .3s;
	position:absolute;
	z-index:2;
}
.ic-hand-1 {
	width:312px;
	height:215px;
	 -webkit-mask-image: url(img/hand-1.svg);
    mask-image: url(img/hand-1.svg);
}
.ic-hand-2 {
	width:274px;
	height:331px;
	 -webkit-mask-image: url(img/hand-2.svg);
    mask-image: url(img/hand-2.svg);
}
.ic-hand-3 {
	width:294px;
	height:231px;
	 -webkit-mask-image: url(img/hand-3.svg);
    mask-image: url(img/hand-3.svg);
}
.ic-hand-4 {
	width:177px;
	height:345px;
	 -webkit-mask-image: url(img/hand-4.svg);
    mask-image: url(img/hand-4.svg);
}
.ic-hand-5 {
	width:201px;
	height:320px;
	 -webkit-mask-image: url(img/hand-5.svg);
    mask-image: url(img/hand-5.svg);
}
.ic-cleanman{
	display: block;
    margin: 0;
	width:610px;
	height:614px;
	background: url(img/ic-cleanman.svg) no-repeat center center;
	background-size:100%;
	transition: .3s;
	position:absolute;
	z-index:2;
}
.ic-cleanman-transparent{
	display: block;
    margin: 0;
	width:359px;
	height:362px;
	background: url(img/ic-cleanman-transparent.svg) no-repeat center center;
	background-size:100% auto;
	transition: .3s;
	position:absolute;
	z-index:2;
}
.ic-cleanman-white{
	display: block;
    margin: 0;
	width:336px;
	height:339px;
	background: url(img/ic-cleanman-white.svg) no-repeat center center;
	background-size:100%;
	transition: .3s;
	position:absolute;
	z-index:2;
}
.ic-cleanman-white-bg{
	display: block;
    margin: 0;
	width:449px;
	height:452px;
	background: url(img/ic-cleanman-white-bg.svg) no-repeat center center;
	background-size:100% auto;
	transition: .3s;
	position:absolute;
	z-index:2;
}
[data-animation="1"]:not(.animated){visibility:hidden}
/* ============================================================================ */

/* ============================================================================
 *		LAYOUT
 * ============================================================================ */
 html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}
body {
   margin: 0;
   padding:0;
    font-family: 'Switzer', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 16px;
	font-weight:400;
    line-height: 1.5;
    color: var(--main-color-2);
    background-color: var(--accent-color);
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-top:118px;
}
.wrapper {
    margin: 0 auto;
}

#main {
    padding:0;
    margin: 0 auto;
    position: relative;
}
#content {
    width: 100%;
    float: none;
}
#sidebar {
    display: none;
}
#sidebar.block {
    display: block;
}

.maxwidth {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1080px;
}
.wrapper {
    margin: 0 auto;
    max-width: 1390px;
	padding-left:15px;
	padding-right:15px;
}

  
    #sidebar {
        width: 27.77777777777778%;
        margin-top: 0;
        float: right;
        display: block;
    }
    .layout-leftbar #sidebar {
        float: left;
    }
    .layout-leftbar #content {
        float: right;
    }
    .layout-full #sidebar {
        display: none;
    }
    .layout-full #content {
        float: none;
        width: 100%;
    }
    .layout-center #sidebar {
        display: none;
    }
    .layout-center #content {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

/* ============================================================================ */

/* ============================================================================
 *		inline HTML TAGS
 * ============================================================================ */

a {
    color:inherit;
}
a:hover {
    color: var(--main-color);

}

.link{
	text-decoration:none;
}

.link:hover{
	text-decoration:underline;
}

p {
    padding: 0 0 1em 0;
}
p:last-child {
    padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wtitle,
.title,
.btitle {
    margin: 0;
    padding: 0 0 24px;
    font-weight: bold;
	font-family: 'Switzer', sans-serif;
	color:var(--main-color);
}
h1,.h1,.btitle {
    font-size: 32px;
	line-height:1.1;
}
h2,.h2 {
    font-size: 24px;
	font-weight:600;
}
h3,.h3 {
    font-size: 20px;
	font-weight:600;
}
h4,.h4 {
    font-size: 18px;
	font-weight:600;
}
h5,
h6 {
    font-size: 16px;
	font-weight:600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
.accent-text{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:var(--accent-color);
	margin-bottom:12px;
}
.font-medium{
	font-weight:500;
}


blockquote,
q {
    position: relative;
    padding: 30px 30px 30px 80px;
    margin: 10px 0 20px 30px;
    color: #444;
    font: normal 1em/1.2 "PT Serif", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    background: #efefef;
    border-left: 3px solid var(--accent-color);
    border-radius: 3px;
    display: block;
}
blockquote:after {
    content: "”";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4em;
    line-height: 1;
}

table th {
    background: #ddd;
    border-right: 1px solid #fff;
    padding: 10px 20px;
}
table tr th:last-child {
    border-right: 1px solid #ddd;
}
table td {
    padding: 5px 20px;
    border: 1px solid #ddd;
}

pre {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.25;
    margin: 0 0 1em 0;
    overflow: auto;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

.fs-14{
	font-size:14px;
}

/* ============================================================================
 *		FORM HTML TAG
 * ============================================================================ */
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #667085;
   font: 400 16px/1.5 'Switzer', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #667085;
  font: 400 16px/1.5 'Switzer', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #667085;
  font: 400 16px/1.5 'Switzer', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #667085;
  font: 400 16px/1.5 'Switzer', sans-serif;
}
input,
textarea,
select,
button {
    padding: 10px 14px;
    border-color: #D0D5DD;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font: 500 16px/1.5 'Switzer', sans-serif;
	color:var(--main-color);
}
textarea {
    min-height: 90px;
    max-width: 100%;
    box-sizing: border-box;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="search"] {
    border-width: 1px;
    border-style: solid;
    min-height: 44px;
	-webkit-box-shadow:0px 1px 2px rgba(16,24,40,0.05);
	box-shadow:0 1px 2px rgba(16,24,40,0.05);
	display: block;
	width: 100%;
}
input[type="search"] {
    height: 40px;
}
input[type="color"] {
    padding: 0;
    border: 0;
    background: #fff;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--accent-color);
   -webkit-box-shadow:0px 1px 2px rgba(16,24,40,0.05);
	box-shadow:0 1px 2px rgba(16,24,40,0.05);
}


input[type="submit"],
input[type="button"],
button,
.submit,
.button,
.li-button a {
	display:inline-block;
    padding: 14px 21.5px;
    min-height: 56px;
    border: 0;
    background-color: var(--accent-color);
    color: var(--main-color);
    cursor: pointer;
	font-size:18px;
	border-radius:12px;
	font-weight:600;
	text-decoration:none;
	transition:.3s;
	text-align:center;
	
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.submit:hover,
.button:hover,
.li-button a:hover {
    background-color:rgba(213,217,83,0.8);
}
.button-white{
	background-color:#fff;
}

.button-white:hover{
	background-color:var(--main-color);
	color:#fff;
}
.button-block{
	width:100%;
}

.top-menu .li-button a{
	font-size:16px;
	min-height:45px;
	padding:12px 24px;
}

.button.min-180{
	min-width:180px;
}
/* ============================================================================ */

/* ============================================================================
 *		HEADER
 * ============================================================================ */
 #header {
    padding:0;
	position: absolute;
    z-index: 9;
	left:0;
	width:100%;
	transition: .3s background-color;
	top:24px;
}
body.admin-bar #header{
	top:56px;
}
.header-wrap{
	padding:12px 24px;
	background:#fff;
	border-radius:24px;
	height:74px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:9;
	transition:.3s;
}

#header .logo img{
   height:50px;
}
 #header.clearHeader{
	position:fixed;
	background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	top:0;
 }
 #header.clearHeader .header-wrap{
	 background:none;
 }

body.admin-bar #header.clearHeader{
	top:32px;
}


/* mobile navigation button */
#mobile-menu {
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background: var(--accent-color); /*#eee;*/
    z-index: 999;
    position: relative;
    display: none;
	width:45px;
	height:45px;
	min-height:45px;
	border-radius:100%;
	border:0;
	box-shadow:none;
}
#mobile-menu:hover {
    opacity: 0.8;
}

#mobile-menu span{
	display:block;
	position:absolute;
	top:50%;
	left:25%;
	width:50%;
	height:2px;
	background:var(--main-color);
	border-radius:3px;
	transition:.3s;
}

#mobile-menu span:before,
#mobile-menu span:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:var(--main-color);
	left:0px;
	border-radius:3px;
	transition:.3s;
}

#mobile-menu span:before{
	top:-5px;
}
#mobile-menu span:after{
	bottom:-5px;
}

#mobile-menu.is-active span{
	background-color:transparent;
}

#mobile-menu.is-active span:before{
	transform:rotate(-45deg);
	top:0px;
}
#mobile-menu.is-active span:after{
	transform:rotate(45deg);
	bottom:0px;
}

/* header navigation */
.topnav {
	display:flex;
	align-items:center;
	
}
.top-menu {
   margin:0 -16px;
    position: static;
  text-align: center;
}
.top-menu li {
    padding: 0;
    display: block;
	padding: 10px 16px;
	float:left;
	 display: inline-block;
        position: relative;
}
.top-menu li.li-button{
	padding-top:0;
	padding-bottom:0;
}
.top-menu li:not(.li-button) a,
.top-menu li:not(.li-button) span {
    display: block;
   
    color: var(--text-color);
    font-size:16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    cursor: pointer;
	  -webkit-transition: background 0.3s;
        transition: background 0.3s;
}
.top-menu li:not(.li-button) a:hover{
	text-decoration:underline;
}
.top-menu .children,
.top-menu .sub-menu {
    margin: 0;
	 display: none;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--accent-color);
        width: 300px;
        z-index: 1000;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

    .top-menu .open-submenu:after,
    .top-menu .open-submenu {
        display: none;
    }

   
    .top-menu .sub-menu li,
    .top-menu .children li {
        display: block;
        text-align: left;
    }
    .top-menu .sub-menu li a,
    .top-menu .children li a {
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .top-menu li:hover > .sub-menu,
    .top-menu li:hover > .children {
        display: block;
    }
    .top-menu .sub-menu .sub-menu,
    .top-menu .children .children {
        display: none;
        top: 0;
        left: 100%;
        padding: 0;
        border-top: 0;
        border-left: 3px solid #fff;
    }
    .top-menu .sub-menu li:hover > .sub-menu,
    .top-menu .children li:hover > .children {
        display: block;
    }
    .top-menu .menu-item-has-children > a:after,
    .top-menu .menu-item-has-children > span:after,
    .top-menu .page_item_has_children > a:after,
    .top-menu .page_item_has_children > span:after {
        content: "»";
        position: absolute;
        right: 20px;
        margin: 1px 0 0 15px;
        transform: rotate(90deg);
    }
    .top-menu .sub-menu > .menu-item-has-children > a:after,
    .top-menu .sub-menu > .menu-item-has-children > span:after,
    .top-menu .children > .page_item_has_children > a:after,
    .top-menu .children > .page_item_has_children > span:after {
        content: "»";
        margin: 0;
        transform: none;
    }
    .top-menu .menu-item-has-children > a,
    .top-menu .menu-item-has-children > span,
    .top-menu .page_item_has_children > a,
    .top-menu .page_item_has_children > span {
        padding-right: 40px;
    }

.language-chooser{
	margin:0 -8px;
}
.language-chooser li{
	padding:0 8px;
}
.language-chooser li a{
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	display:block;
	background:rgba(16, 16, 16, 0.1);
	color:var(--main-color);
	font-size:16px;
	font-weight:500;
	border-radius:100%;
	text-decoration:none;
	transition:.3s;
}
.language-chooser li a:hover{
	background:var(--accent-color);
}
.language-block{
	padding-left:16px;
}
/* ============================================================================ */

/* ============================================================================
 *		CONTENT
 * ============================================================================ */
.entry-box {
    margin: 0 0 40px;
	color:var(--main-color-2);
	font-size:18px;
	opacity:.8;
}
.entry-box .entry {
    padding-bottom: 30px;
}

.entry-box ul,
.entry-box ol {
    margin: 0.5em 0 1em 50px;
}
.entry-box ul {
    list-style: outside url("img/li.svg");
}
.entry-box ol {
    list-style: decimal;
}
.entry-box ul ul,
.entry-box ul ol,
.entry-box ol ol,
.entry-box ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-box li {
    padding-top: 5px;
}
.entry-box ul li {
    padding-left: 5px;
    position: relative;
}
.ftrwidget ul {
    list-style: outside url("img/li.svg");
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 1em;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.comment-body ol,
.comment-body ul {
    margin: 0.2em 0 0.5em 40px;
}
.comment-body ul {
    list-style-type: disc;
}
.comment-body ol {
    margin-left: 40px;
    list-style-type: decimal;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.sticky {
    border: 5px solid #eee;
    padding: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.blog-home-header {
    margin-bottom: 50px;
}

/* ANONS 
 * ----------------------------------------- */
.anons {
    margin-bottom: 60px;
}
.anons h2 {
    font-size: 30px;
    padding-bottom: 0;
}
.anons-thumbnail {
    display: none;
}
.anons-thumbnail.show {
    display: block;
}
.anons img {
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 100%;
    height: auto;
}

.largeimage {
    margin: 0 0 1em;
    max-width: 100%;
    height: auto;
}
.medium,
.thumbnail {
    float: left;
    margin: 5px 1.5em 0.5em 0;
}
.medium {
    max-width: 50%;
    height: auto;
}
.thumbnail {
    max-width: 30%;
    height: auto;
}

.more-link-box {
    text-align: left;
}
.more-link {
    display: inline-block;
    padding: 0;
	padding-right:28px;
    color: var(--accent-color) !important;
    text-decoration: none;
    font-weight:600;
    position: relative;
	line-height:20px;
	text-decoration:none;
}
.more-link:after {
    content: "";
    display: block;
    margin: 0;
    background-color: var(--accent-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
	right:0;
	top:0;
    z-index: 2;
	width: 20px;
    height: 20px;
    -webkit-mask-image: url(img/arrow.svg);
    mask-image: url(img/arrow.svg);
}
.more-link:hover {
   text-decoration:underline;
}

.more-link:hover:after{
	right:-5px;
}

/* __________ post __________ */
.meta {
    margin: 10px 0 0;
    font-size: 12px;
}
.meta span {
    padding-right: 20px;
}
.meta span.hide {
    display: none;
}
.meta .fa {
    padding: 0 5px 0 0;
}
.meta,
.meta a {
    color: #999999;
}
.meta a {
    text-decoration: none;
}
.meta a:hover {
    text-decoration: underline;
}

/* __________ archive __________ */
.content-section.archive-intro{
	padding-bottom:20px;
}
.inform {
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.inform h1 {
	max-width:485px;
	padding:0 0 40px;
}
.inform .entry-box {
   max-width:448px;
   flex:1;
}


/* __________ images __________*/
.entry iframe {
    max-width: 100%;
}
.entry img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 8px;
}
.alignleft img {
    display: block;
    margin: 0 auto 0 0;
}
.alignright img {
    display: block;
    margin: 0 0 0 auto;
}
img.alignleft,
.alignleft {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
img.alignright,
.alignright {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.aligncenter,
div.aligncenter,
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry .attachment,
.entry .caption,
.entry .gallery-caption {
    text-align: center;
}
.entry .attachment .navigation {
    height: 150px;
}
.wp-caption,
.attachment img {
    text-align: center;
    max-width: 100%;
}
.wp-caption img {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-caption-text,
.wp-caption p.wp-caption-text {
    font-size: 12px;
    color: #222;
    margin: 0 0 15px;
}
.entry .wp-smiley {
    margin: 0;
    padding: 0;
    border: 0;
}

/* __________ galleries __________*/
.gallery {
    border: 2px solid #eee;
    padding: 15px 20px;
    margin: 20px 0 30px;
}
.gallery:after {
    content: "";
    display: table;
    clear: both;
}
.gallery-item img {
    display: block;
    margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    padding: 10px 0;
}

.gallery-columns-2 .gallery-item {
    width: 48%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    clear: both;
}

.gallery-columns-3 .gallery-item {
    width: 31.33333333333333%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: both;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    clear: both;
}

.gallery-columns-5 .gallery-item {
    width: 18%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: both;
}

.gallery-columns-6 .gallery-item {
    width: 14.66666666666667%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    clear: both;
}

.gallery-columns-7 .gallery-item {
    width: 12.28571428571429%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    clear: both;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
    padding: 10px 1%;
    float: left;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    clear: both;
}

.gallery-columns-9 .gallery-item {
    width: 10%;
    padding: 10px 0.5555555555555556%;
    float: left;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: both;
}

/* __________ paginate __________ */
.nav-links {
    line-height: 40px;
}
.nav-links a {
    text-decoration: none;
}
.nav-links .page-numbers {
    padding: 4px 12px 6px;
    margin-right: 5px;
    background: #ddd;
    color: #444;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background, color 0.3s;
    transition: background, color 0.3s;
}
.nav-links a:hover,
.nav-links .current {
    background: var(--accent-color);
    color: #fff;
}
.nav-links .total {
    margin-right: 5px;
}



/* ============================================================================ */

/* ============================================================================
 *		FOOTER
 * ============================================================================ */
 
 #footer {
    width: 100%;
    padding: 40px;
    margin: 0 0 24px;
    background: #fff;
	border-radius:24px;
	position:relative;
	color: #667085;
    text-decoration: none;
	overflow:hidden;
}
#footer > .ic-hand-5{
	    width: 79px;
    height: 126px;
    left: 50%;
    margin-left: -40px;
    bottom: -55px;
}

.footer-wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 32px 40px;
	border-bottom:1px solid #EAECF0;
}
#footer .logo img{
	height:60px;
}
#footer a {
    color: var(--main-color);
    transition: opacity 0.3s;
	text-decoration:none;
}
#footer a:hover {
    color:var(--main-color-2);
    text-decoration: underline;
}
#footer .maxwidth {
    position: relative;
}


.footmenu {
    margin: 0;
	padding:0;
    text-align: center;
	margin:0 -16px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.footer-menu li {
    display: inline-block;
	float:left;
    padding: 5px 16px;
}

.footer-menu li a{
	font-weight:500;
}

#footer .copyrights {
	color:#667085;
	padding-top:32px;
	
}
#footer .copyrights a{
	color:#667085;
}
.social-links{
	margin:0 -12px;
	display:inline-block;
}
.social-links li{
	padding:0 12px;
	float:left;
}
.social-links .ic{
	background-color:var(--gray-color);
}

.social-links a:hover .ic{
	background-color:var(--main-color);
}

#toTop {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    margin: 0;
    width: 56px;
    height: 56px;
    display: none;
    cursor: pointer;
    background: #222;
    border-radius: 28px;
    transform: rotate(-90deg);
    font-size: 24px;
    text-align: center;
	transition:.3s;
}
#toTop:before{
	background-color: #fff;
    content: "";
    display: block;
    margin: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(img/arrow.svg);
    mask-image: url(img/arrow.svg);
	
}
#toTop:hover {
    background: var(--gray-color);
    text-decoration: none !important;
}

.content-section{
	padding:60px 40px;
	background:#fff;
	border-radius:24px;
	position:relative;
	margin-bottom:60px;
}
.content-section.bg-none{
	background:transparent;
	border-radius:0;
}
/* CONTACT PAGE */
.contact-page .row-1 .ic-hand-2{
	width:159px;
	height:190px;
	top:55px;
	right:104px;
}
.gmap{
	margin:40px 0 0;
	overflow:hidden;
	width:100%;
	height:480px;
}
.gmap iframe{
	width:100%;
	height:100%;
}

.contact-item{
	margin-bottom:32px;
	position:relative;
}
.contact-item .c-title{
	font-size:20px;
	font-weight:600;
	line-height:1.5;
	margin:0 0 8px;
	color:var(--main-color);
}

.contact-item .c-value{
	margin-top:20px;
	font-weight:600;
	color:var(--main-color);
}

.contact-item .c-value a{
	color:var(--main-color);
}

.contact-item .c-value a:not(:hover){
	text-decoration:none;
}
.contact-item .ic{
	background-color:var(--accent-color);
}
.contact-item .ic-email{
	-webkit-mask-image: url(img/ic-chat.svg);
    mask-image: url(img/ic-chat.svg);
}

.contact-item .ic-address{
	-webkit-mask-image: url(img/ic-address.svg);
    mask-image: url(img/ic-address.svg);
}

.contact-item .ic-phone{
	-webkit-mask-image: url(img/ic-phone.svg);
    mask-image: url(img/ic-phone.svg);
}

.contact-row  .c-item-content{
	margin-top:64px;
}

.contact-row .contact-item{
	height:100%;
	width:100%;
	background:rgba(38,59,90,0.05);
	border-radius:16px;
	padding:24px;
	margin:0;
}

.contact-row .contact-item .ic-wrap{
	width:48px;
	height:48px;
	border-radius:10px;
	background:var(--accent-color);
	display:flex;
	align-items:center;
	justify-content:center;
}

.contact-row .contact-item .ic{
	background-color:var(--main-color);
}
.contact-row .contact-item .ic-email{
	-webkit-mask-image: url(img/ic-chat-2.svg);
    mask-image: url(img/ic-chat-2.svg);
}
.contact-row .contact-item .ic-address{
	-webkit-mask-image: url(img/ic-address-2.svg);
    mask-image: url(img/ic-address-2.svg);
}
.contact-row .contact-item .ic-phone{
	-webkit-mask-image: url(img/ic-phone-2.svg);
    mask-image: url(img/ic-phone-2.svg);
}

.max-512{
	max-width:512px;
	margin:0 auto;
}
.max-690{
	max-width:690px;
	margin:0 auto;
}
.max-720{
	max-width:720px;
	margin:0 auto;
}
.max-768{
	max-width:768px;
	margin:0 auto;
}
.max-890{
	max-width:890px;
	margin:0 auto;
}
.form-group{
	margin-bottom:24px;
}
.wpcf7-form-control-wrap{
	display:block;
}
.wpcf7 label{
	display:block;
	color:var(--main-color);
	font-size:14px;
	font-weight:500;
	margin-bottom:6px;
}
.wpcf7 textarea{
	height:133px;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
	position:absolute;
	top: 100%;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 3px 14px;
    margin-top: -10px;
    color: #fff;
    background: #dc3232;
    border-radius: 0 0 8px 8px;
}
.wpcf7-checkbox{
	margin:10px -12px -16px;
	display:block;
}
.wpcf7-checkbox:after{
	content:"";
	display:table;
	width:100%;
}
.wpcf7-list-item{
	display:block;
	margin:0;
}
.wpcf7-checkbox .wpcf7-list-item{
	display:block;
	margin:0 0 16px;
	padding:0 12px;
	float:left;
	width:50%;
}

.wpcf7-checkbox label,
.wpcf7-acceptance label{
	margin:0;
	font-size:16px;
	font-weight:500;
	display:flex;
	align-items:center;
}

.wpcf7-acceptance label{
	font-weight:400;
	color:var(--main-color-2);
}
.wpcf7-acceptance label a{
	color:inherit;
}
.wpcf7-acceptance label a:hover{
	color:var(--main-color);
}


.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"]{
	visibility:hidden;
	margin:0;
	width:0;
	height:0;
}
.wpcf7-checkbox input[type="checkbox"] + span,
.wpcf7-acceptance input[type="checkbox"] + span{
	padding-left:32px;
	display:block;
	position:relative;
}

.wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-acceptance input[type="checkbox"] + span:before{
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	border:1px solid #D0D5DD;
	border-radius:6px;
}

.wpcf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:after,
.wpcf7-acceptance input[type="checkbox"] + span.wpcf7-list-item-label:after{
	content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 20px;
    height: 10px;
    border-left: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
    border-radius: 2px;
    transform: rotate(-45deg);
	opacity:0;
	transition:.3s;
}
.wpcf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:hover:after,
.wpcf7-acceptance input[type="checkbox"] + span.wpcf7-list-item-label:hover:after{
	opacity:.5;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
.wpcf7-acceptance input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
	opacity:1 !important;
}
.wpcf7 form .wpcf7-submit{
	margin-top:8px;
}
.wpcf7 form .wpcf7-submit,
.block-5 .col-text .button{
	-webkit-box-shadow:0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	position:relative;
	z-index:3;
}
.block-1 .inner .button{
	-webkit-box-shadow:0 0 0 2px var(--main-color);
	box-shadow: 0 0 0 2px var(--main-color);
	position:relative;
	z-index:3;
}
.wpcf7 form .wpcf7-submit.button-block + .wpcf7-spinner{
	display:none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin:16px 0 0;
	border-radius: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output{
	display:none !important;
	
}

.contact-page .row-2 .ic-hand-1{
	width:245px;
	height:170px;
	right:-40px;
	top:0;
	transform:rotate(-30deg);
}

.contact-page .row-2 .ic-hand-5{
	width:166px;
	height:264px;
	left:100px;
	top:290px;
	transform:rotate(30deg);
}
.contact-page .row-2 {
	overflow:hidden;
}
.contact-page .row-2 .ic-cleanman{
	width:443px;
	height:447px;
	bottom:12px;
	left:71.2%;
}
.intro{
	padding:0;
	z-index:0;
	overflow:hidden;
}
.intro .title{
	font-size:75px;
	font-weight:800;
	line-height:1;
}
.intro .intro-wrap{
	display:flex;
	min-height:760px;
	flex-wrap:wrap;
}
.intro .content-box{
	width:calc(50% + 20px);
	padding:40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.intro .entry-box{
	padding-right:110px;
}
.intro .image-box{
	width:calc(50% - 20px);
	padding:0;
	position:relative;
}
.intro .image-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.home-page .intro .image-box img{
	width:610px;
	height:auto;
	margin-top:60px;
	margin-right:24px;
	float:right;
}
.intro .wpcf7-form-control-wrap{
	margin: 0 0 6px;
}


.intro .wpcf7 form .form-inline .wpcf7-form-control-wrap{
	float:left;
	max-width:312px;
	margin-right:16px;
}

.intro .wpcf7 form .form-control{
	min-height:56px;
}
.intro .wpcf7-submit,
.intro .wpcf7 form .form-inline .wpcf7-submit{
	margin:0 0 6px;
}

.intro .ic-hand-2{
	width:159px;
	height:191px;
	top:107px;
	left:45.5%;
}

.home-page .intro .ic-hand-2{
	width:115px;
	height:138px;
	top:44%;
	left:51%;
}

.intro .ic-hand-5{
	width:162px;
	height:259px;
	bottom:0;
	left:39%;
	transform:rotate(38deg);
}

.home-page .intro .ic-hand-5{
	width:144px;
	height:230px;
	transform:rotate(31deg);
	bottom:-5px;
	left:43.5%;
	z-index:-1;
}


/* services */
.list-services{
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px -20px;
}
.list-services .item-service{
	padding:20px;
	min-height:1px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.item-service .item-wrap{
	width:100%;
	height:100%;
	min-height:320px;
	background:var(--main-color);
	color:#fff;
	display:flex;
	border-radius:16px;
	overflow:hidden;
}

.item-service .item-img,
.item-service .item-content{
    width:50%;
    max-width: 50%;
	height:100%;
	overflow:hidden;
}
.item-service .item-img img{
	height:100%;
	width:100%;
	object-fit:cover;
	height:100%;
	transition:.3s;
}

.item-service .item-wrap:hover .item-img img{
	scale:1.1;
}

.item-service .item-content{
	display:flex;
	flex-direction:column;
	padding:24px;
}
.item-service .item-title{
	font-size:28px;
	color:#fff;
	font-weight:bold;
	line-height:1.2;
	margin:0 0 8px;
}
.item-service .more-link-box{
	margin-top:auto;
}

.item-service .item-excerpt{
	opacity:.8;
	margin:0 0 8px;
}

.list-style-2 .item-service .item-wrap{
	flex-wrap:wrap;
	    flex-direction: column;
}

.list-style-2 .item-service .item-img, 
.list-style-2 .item-service .item-content{
	width:100%;
	max-width:100%;
	height:auto;
}

.list-style-2 .item-service .item-img{
	height:400px;
	position:relative;
	overflow:hidden;
}

.list-style-2 .item-service .item-img img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

.list-style-2 .item-service .item-content{
	flex:1;
}

.list-style-2 .item-service .item-excerpt{
	margin-bottom:24px;
}


/* contact block */
.contact-block{
	padding:0;
	overflow:hidden;
	z-index:0;
}
.contact-block .block-title{
	font-size:24px;
	font-weight:bold;
	margin:0 0 16px;
	color: var(--main-color);
}
.contact-block .entry-box{
	margin:0 0 32px;
	opacity:1;
}
.contact-block .inner{
	display:flex;
	flex-wrap:wrap;
}

.contact-block .left-col{
	background:#F9FAFB;
	padding:60px 40px;
	position:relative;
	display:flex;
	flex-direction:column;
	width:34%;
}

.contact-block .right-col{
	flex:1;
	padding:96px 40px;
}

.contact-block .contact-item{
	padding-left:40px;
}

.contact-block .contact-item .ic{
	position:absolute;
	left:0;
	top:0;
}

.contact-block .social-links{
	margin-top:auto;
}

.contact-block .ic-hand-3{
	bottom:-12px;
	right:50px;
	width:162px;
	height:127px;
	
}

.contact-block .ic-hand-1{
	top:18px;
	right:-42px;
	width:201px;
	height:140px;
	z-index:-1;
}


/* block-1 */
.block-1{
	background:var(--main-color);
	color:#fff;
	padding-top:90px;
	padding-bottom:90px;
}
.block-1 .inner{
	max-width:592px;
	margin:0 auto;
	position: relative;
    z-index: 3;
}

.block-1 .entry-box{
    color:#fff;
}

.block-1 .inner .button{
	min-width:180px;
}

.block-1 .ic-cleanman-transparent{
	top:74px;
	right:16px;
}

.block-1 .ic-hand-5{
	top:57px;
	left:6.3%;
	width:154px;
	height:245px;
	transform:rotate(21.57deg);
}
.block-1 .ic-hand-2{
	top:287px;
	left:18.7%;
	width:158px;
	height:191px;
}

/* block-2 */
.block-2{
	background:transparent;
	border-radius:0px;
	overflow:unset;
	
}
.block-2 .ic-hand-1{
	top: -100px;
    right: 8%;
    width: 256px;
    height: 177px;
    transform: rotate(-55deg);
    background-color: #fff;
    z-index: -1;
}
.block-2 .ic-hand-4{
	top: -25px;
	left:12.5%;
    width: 124px;
    height: 242px;
    transform: rotate(24deg) scaleX(-1);
    background-color: #fff;
	z-index: -1;
    
}

.bl-2-items{
	color:var(--main-color);
}

.bl-2-items .col-3{
	margin-top:36px;
}

.bl-2-items .item .item-icon{
	width:48px;
	height:48px;
	background:#fff;
	border:1px solid rgba(38, 59, 90, 0.29);
	border-radius:8px;
	margin-bottom:16px;
}
.bl-2-items .item .item-icon .ic{
	background-color:var(--main-color);
	width:32px;
	height:32px;
	margin:7px;
}

.bl-2-items .item .item-title{
	font-size:24px;
	font-weight:bold;
	margin:0 0 2px;
	line-height:1.2;
}
.bl-2-items .item .item-text{
	opacity:.8;
	max-width:85%;
}

.block-3 .col-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:16px;
}

.block-3 .button{
	min-width:180px;
}

.block-3 .numbers{
	margin-top:10px;
	margin-bottom:20px;
}

.block-3 .numbers .item{
	font-weight:600;
	font-size:18px;
	color:#101828;
	margin-bottom:30px;
}
.block-3 .numbers .item .accent-text{
	margin-bottom:12px;
	font-size:60px;
	line-height:1.1;
	letter-spacing:-1px;
}
/* block 4 */
.block-4 .btitle{
	padding-bottom:16px;
}
.bl-4-items{
	padding:20px 0 76px;
	z-index:3;
}
.bl-4-items .item img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:16px;
}

.bl-4-items .item .badge{
	position:absolute;
	bottom:16px;
	left:50%;
	transform:translateX(-50%);
	background:#fff;
	font-weight:500;
	display:inline-block;
	padding:6px 12px;
	border-radius:16px;
	color:var(--main-color);
}

.bl-4-items .slick-list{
	border-radius:16px;
}

.bg-none .ic-hand{
	background-color:#fff;
}

.block-4 .inner .entry-box{
	padding-left:18px;
	padding-right:18px;
}


.block-4 .ic-hand-5{
	width:179px;
	height:286px;
	transform:rotate(-15deg);
	top:103px;
	left:86px;
}

.block-4.bg-none .ic-hand-5{
	top:43px;
	left:56px;
}

.block-4 .ic-hand-2{
	width:271px;
	height:347px;
	top:49px;
	right:21px;
}

.block-4.bg-none .ic-hand-2{
	width:287px;
	height:347px;
	top:-11px;
	right:-18px;
}


.block-4 .ic-hand-1{
	display:none;
}
.block-4.bg-none .ic-hand-1{
	display:block;
	width:179px;
	height:124px;
	bottom:-27px;
	left:-462px;
	left:34%;
	transform:rotate(30deg);
}

/* block 5 */
.block-5 .col-text .entry-box{
	margin-bottom:32px;
	max-width:465px;
	font-size:20px;
}
.block-5 .steps .item{
	padding-left:98px;
	position:relative;
}

.block-5 .steps .item:not(:last-child){
	min-height:144px;
}

.block-5 .steps .item + .item{
	margin-top:16px;
}

.block-5 .steps .item:not(:last-child):before{
	content:"";
	display:inline-block;
	width:2px;
	height:calc(100% - 64px);
	position:absolute;
	left:24px;
	bottom:0;
	background:var(--main-color);
}
.block-5 .steps .item:last-child .entry-box{
	margin-bottom:0;
}

.block-5 .steps .item-icon{
	width:48px;
	height:48px;
	border-radius:8px;
	border:1px solid rgba(38, 59, 90, 0.2);
	background:#fff;
	position:absolute;
	left:0;
	top:0;
}
.block-5 .steps .item-icon .ic {
    background-color:var(--main-color);
    width: 32px;
    height: 32px;
    margin: 7px;
}

.block-5 .steps .item-title{
	font-weight:bold;
	font-size:24px;
	margin:0 0 16px;
	color:var(--main-color);
	line-height:1.4;
}
.block-5 .ic-cleanman-white{
	bottom:-36px;
	right:57px;
}

/* block 6 */
 .bl-6-items .slick-track
{
    display: flex !important;
}
 .bl-6-items  .slick-track:before, 
  .bl-6-items  .slick-track:after{
	  display:none;
  }
 .bl-6-items  .slick-list {
      margin: 0 -20px;
  }
  
 .bl-6-items .slick-slide {
      margin: 0 20px;
	  height: inherit !important;
	  min-height:178px;
  }
  
 .bl-6-items .item-link{
	 width:100%;
	 height:100%;
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 background:#fff;
	 padding:40px;
	 border-radius:16px;
	 transition:.3s;
 }
 
 .bl-6-items .item-link:hover{
	 opacity:.8;
 }
 
  .bl-6-items .item-link img{
	  max-width:100%;
	  max-height:100%;
  }
  
  .block-6 .entry-box{
	padding-left:37px;
	padding-right:37px;
	margin-bottom:60px;
	color:var(--main-color);
}

.block-6 .ic-hand-5{
	width:127px;
	height:202px;
	transform:rotate(25deg);
	top:43px;
	left:14%;
}

.block-6 .ic-hand-4{
	width:149px;
	height:290px;
	transform:rotate(-24deg);
	top:-42px;
	right:8%;
}

.block-6 .ic-hand-2{
	width:145px;
	height:175px;
	bottom:-117px;
	left:33%;
	z-index:-1;
}

/* block 7 */
.block-7 .entry-box{
	padding-left:23px;
	padding-right:23px;
	margin-bottom:44px;
}

.faqs .item{
	background:rgba(38, 59, 90, 0.05);
	border-radius:16px;
	margin-top:16px;
	transition:.3s;
	padding:24px;
}

.faqs .item .item-title{
	padding-right:48px;
	font-weight:500;
	font-size:18px;
	cursor:pointer;
	color:#101828;
	position:relative;
	border-radius:16px;
	transition:.3s;
}
/*.faqs .item.open .item-title,
.faqs .item:hover .item-title{
	background:rgba(0,0,0,0.05);
}*/

.faqs .item .item-title .toggler{
	position:absolute;
	top:4px;
	right:0;
	width:20px;
	height:20px;
	border-radius:10px;
	border:2px solid var(--main-color);
}
.faqs .item .item-title .toggler:before,
.faqs .item .item-title .toggler:after{
	content:"";
	display:inline-block;
	width:60%;
	height:2px;
	border-radius:2px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-1px;
	margin-left:-30%;
	background:var(--main-color);
	transition:.3s;
}

.faqs .item .item-title .toggler:after{
	transform:rotate(-90deg);
}

.faqs .item.open .item-title .toggler:after{
	transform:rotate(0deg);
}
.faqs .item .item-text{
	padding-top:8px;
	display:none;
	color:var(--main-color-2);
	opacity:.8;
	font-size:18px;
	padding-right:48px;
}

/* about */

.intro-about .btitle{
	max-width:485px;
	margin:0 auto;
}

.intro-about .wp-post-image{
	width:100%;
	height:auto;
	border-radius:24px;
}

.intro-about .ic-cleanman-white-bg{
	right:61px;
	bottom:81px;
}

.intro-about .ic-hand-5{
	width:162px;
	height:259px;
	transform:rotate(38deg);
	left:7.75%;
	top:196px;
}
.intro-about .ic-hand-2{
	width:159px;
	height:191px;
	right:104px;
	top:91px;
}

.about-blocks .blocks .item + .item{
	margin-top:40px;
}

.about-blocks .blocks .item .col-img img{
	max-width:100%;
	height:100%;
	border-radius:16px;
	object-fit:cover;
}

.about-blocks .blocks .item .col-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.about-blocks .blocks .item .entry-box{
	margin:0;
	padding-right:60px;
}

.about-blocks .blocks .item.inverse .col-img{
	order:2;
}

.about-blocks .ic-hand-5{
	width:113px;
	height:181px;
	transform:rotate(-15deg);
	top:-18px;
	right:305px;
}

.about-blocks .ic-hand-4{
	width:156px;
	height:303px;
	transform:rotate(-24deg);
	bottom:-133px;
	left:110px;
	z-index:0;
}


.about-blocks .ic-hand-1{
	width:179px;
	height:124px;
	transform:rotate(-135deg);
	left:-70px;
	top:6px;
}

.about-blocks .ic-hand-2{
	width:167px;
	height:201px;
	right:0;
	bottom:-38px;
}

/* single */
.single-page .intro .intro-text{
	    min-height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-page .intro .wpcf7{
	max-width:400px;
	margin-top:auto;
}

.single-page .intro .wpcf7 .h5{
	padding-bottom:16px;
}

.single-page .intro .wpcf7-form-control-wrap[data-name="your-tel"]{
	margin-top:16px;
}

.single-page .intro .wpcf7 form .wpcf7-submit{
	min-width:286px;
	margin:16px 0 0;
}

.single-content .inner{
	font-size:20px;
	line-height:1.55;
}

.single-content .inner .btitle{
	padding-bottom:40px;
}

.single-content .inner hr{
	margin:1.5em 0;
	border:0;
	border-top:1px solid #EAECF0;
}

.single-content .inner h2,
.single-content .inner .h2,
.single-content .inner h3,
.single-content .inner .h3{
	font-weight:bold;
	padding-bottom:20px;
}

.single-content .inner b,
.single-content .inner strong{
	font-weight:600;
}

.single-content .inner img{
	border-radius:16px;
}

.single-content .inner .size-full,
.single-content .inner .aligncenter{
	margin:1em auto
}
.single-content .inner p:last-child .size-full,
.single-content .inner p:last-child .aligncenter{
	margin-bottom:0;
}


.block-add{
	padding-left:0;
	padding-right:0;
}
.block-add .ic-hand-2{
	width:145px;
	height:175px;
	bottom:-116px;
	right:346px;
}
.bl-add-items .col-4{
	margin-top:40px;
}

.bl-add-items .item{
	width:100%;
	height:100%;
	background:#fff;
	border-radius:16px;
	padding:24px;
	color: var(--main-color);
}

.bl-add-items .item .item-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px;
	color:var(--main-color);
}

.bl-add-items .item .item-text {
    opacity: .8;
	font-size:18px;
}

.block-more-s{
	padding:0;
}

.block-more-s .ic-hand-1{
	width:255px;
	height:177px;
	top: -89px;
    right: 122px;
	transform:rotate(-55deg);
	z-index:-1;
}
.block-more-s .ic-hand-1 + .ic-hand-1{
	top:inherit;
	right:inherit;
	left:100px;
	bottom:-121px;
	transform:rotate(105deg);
}

.block-more-s .button-white{
	min-width:180px;
	margin-top:60px;
}

#modal-success{
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	z-index:+999;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.75);
	cursor:pointer;
	display:none;
}

#modal-success .inner{
	padding: 40px 40px 24px;
    width: 540px;
    border-radius: 24px;
    text-align: center;
    font-size: 20px;
    color: var(--main-color);
    background: #fff;
    position: fixed;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}

#modal-success .close{
	border-radius: 100%;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    min-height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 28px;
    background: #fff;
    color: #fff;
    top: 5px;
    right: 5px;
    text-shadow: 0px 1px 1px #fff;
    font-weight: 400;
}
#modal-success .close:before,
#modal-success .close:after{
	content:"";
	position:absolute;
	display:block;
	width:40%;
	height:2px;
	background:var(--main-color);
	border-radius:2px;
	top:50%;
	left:30%;
	margin-top:-1px;
	
}
#modal-success .close:before{
	transform:rotate(45deg);
}
#modal-success .close:after{
	transform:rotate(-45deg);
}
@-webkit-keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#modal-success .successAnimation{
-webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
          animation: 1s ease-out 0s 1 both scaleAnimation;
}

.change-settings-button{
	padding:0;
	margin:0;
	min-height:unset;
	display:inline;
}