@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800|Open+Sans:300,400,600,700&display=swap&subset=cyrillic");
@import url('reset.css');

/* ------------ global styles ------------ */
body {
	background-color: #fff;
	font: 16px/1 'Open Sans';
	color: #616067;
	overflow-wrap: break-word;
}
body.open {
	overflow: hidden;
}
a {
	color: rgba(137, 136, 142, 0.8);
}
p {
	font-family: 'Open Sans';
}
h1 {
	font-family:'Montserrat';
	font-weight: 700;
}
h2 {
	font-family: 'Montserrat';  
}
h3 {
	font-family: 'Open Sans';
}
h4 {
	font-family: 'Open Sans';
}
h5 {
	font-family: 'Open Sans';
}
h6 {
	font-family: 'Open Sans';
}
.site {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.site-content {
	flex: 1 0 auto;
	padding-top: 106px;
}
.site-wrapper {
	max-width: 1355px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.grecaptcha-badge {
	display: none !important;
}
/* utube video */
.wp-block-lazyblock-video-block iframe {
	width: 100%;
}

/* hide on desktop*/
.desktopHide {
	display: none;
}


/* ------------ lists ------------ */
.numberic-list ol li {
	list-style: decimal;
	list-style-position: inside;
}
.numberic-list ul li,
.numberic-list ol li,
.dotted-list ul li {
	color: #57555d;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.numberic-list ul li:not(:last-child),
.numberic-list ol li:not(:last-child),
.dotted-list ul li:not(:last-child) {
	margin-bottom: 20px;
}
.dotted-list ul li:before {
	content: "\2022";
    color: #EA2227;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.numberic-list.list-noSpacing ul li,
.numberic-list.list-noSpacing ol li,
.dotted-list.list-noSpacing ul li,
.list-noSpacing ul li {
	margin-bottom: 0;
}

/* ------------ blockquote ------------ */
blockquote {	
	margin: 30px 0;
}
blockquote,
blockquote p,
.single-postContent blockquote p {
	color: #57555d;
    font: italic 18px/28px 'Open Sans';
}

/* ------------ btn styles ------------ */
.btn {
    font: 700 22px/28px "Open Sans", Sans-serif;
    color: #fff;
    background-color: #d73a39;
    border: 2px solid #d73a39;
    padding: 13px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.btn:hover {
	background-color: #fff;
	color: #d73a39;
}
.btn-default {
	max-width: 233px;
	width: 100%;
}
.btn-primary {
	background-color: transparent;
	color: #d73a39;
}
.btn-primary:hover {
	background-color: #d73a39;
	color: #fff;
}
.btn-center {
	margin: 10px auto;
	display: block;
}
/* arrow btn */
.arrow-btn {
	font: 16px/1 "Open Sans";
	color: #d73a39;
	position: relative;	
	transition: .4s;
}
.arrow-btn:before,
.arrow-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	transition: .4s;
}
.arrow-btn:before {
	width: 10px;
	height: 10px;
	border-top: 2px solid #d73a39;
	border-left: 2px solid #d73a39;	
	margin-top: -5px;
}
.arrow-btn:after{
	width: 13px;
	height: 2px;
	background-color: #d73a39;
	margin-top: -1px;
}
.arrow-btn:hover {
	color: #616067;
}
.arrow-btn:hover:after {
	background-color: #616067;
}
.arrow-btn:hover:before {
	border-color: #616067;
}
/* arrow left */
.arrow-left {
	padding-left: 25px;
}
.arrow-left:before,
.arrow-left:after {
	left: 0;
}
.arrow-left:before {
	transform: rotate(-45deg);
}
/* arrow right */
.arrow-right {
	padding-right: 20px;
}
.arrow-right:before {
	right: 0;
	transform: rotate(135deg);
}
.arrow-right:after {
	right: 0;
}

/* ------------ Border styles ------------ */
.b-block {
	position: relative;
}
.b-block:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 64px;
	background-color: #D73A39;
}
.b-left {
	padding-left: 18px;
}
.b-left:before {
	top: 0;
	left: 0;
}
.b-bottom,
.b-center {
	padding-bottom: 30px;
}
.b-bottom:before {
	bottom: -15px;
    left: 30px;
    transform: rotate(90deg);
}
.b-center:before {
	bottom: -15px;
    left: 50%;
    transform: rotate(90deg);
}

/* ------------ overlay ------------ */
.overlay {
	opacity: 0;
    visibility: hidden;
	z-index: -1;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: .4s ease;
}
.overlay.active {
	z-index: 10;
    opacity: 1;
    visibility: visible;
}

/* ------------ language switcher ------------ */
#language-switcher {
	z-index: 1 !important;
}
#language-switcher .wwml-switch-item-current:after{
	border-left: solid 5px transparent;
    border-right: solid 5px transparent;
	border-bottom: solid 6px #ea2227;
    top: 10px;
    right: 0;
	transform: rotate(180deg);
	transition: inherit;
}
#language-switcher:hover .wwml-switch-item-current:after{
	transform: rotate(0deg);
}
#language-switcher a,
#language-switcher span{
	font-size: 0.875rem;
	padding: 6px 20px 3px 5px;
	margin: 0;
}
#language-switcher span {
	padding-bottom: 10px;
}

/* ------------ ninja form ------------ */
.nf-form-fields-required {
	display: none;
}

/* ------------ header ------------ */
.site-header {
	background-color: #fff;
	padding: 7px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.site-logo a {
	width: 160px;
}
.topHeaderInfo {
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
}

.header-contacts {	
    justify-content: flex-end;
	align-items: flex-start;
}
.header-contacts a {
    color: #eb2d32;
    font-size: 0.875rem;
    margin: 0 5px;
}
.header-contacts a svg {
	display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
}
.header-contacts .header-phones {
	display: flex;
	flex-direction: column;
}
.header-contacts .header-phones a {
	font-size: 0.75rem;
}
.header-contacts .header-phones a + a {
	margin-left: 31px;
}
.header-contacts .header-phones svg {
	width: 13px;
}
.header-contacts .header-email {
	margin-left: 25px;
}
/* header navigation */
.main-navigation .menu-wrapper {
	width: 100%;
}
.main-navigation .menu {
	display: flex;
    justify-content: center;
}
.main-navigation .menu > li,
.top-menu .menu > li {
	margin: 0 5px;
	position: relative;
}
.main-navigation .menu li > a,
.top-menu .menu a {	
    font: 600 16px/24px 'Open Sans';
    color: #57555D;
    padding: 5px 15px 5px 5px;
	border-bottom: 2px solid transparent;
    text-transform: capitalize;
	position: relative;
	display: block;
}
.main-navigation .menu li:hover > a,
.main-navigation .menu .current_page_item a,
.main-navigation .menu .current-menu-parent > a,
.top-menu .menu li:hover a {
	background: rgba(234, 34, 39, 0.05);
	border-bottom: 2px solid #d73a39;
}
.main-navigation .menu li .backlink {
	padding-left: 50px;
}
.main-navigation .menu li .backlink:before,
.main-navigation .menu li .backlink:after{
	left: 25px;
}
.menu-item-has-children > a:after {
	content: '';
    width: 7px;
    height: 7px;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 6px #57555D;
    transition: all 250ms ease-in-out;
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -3px;
    transform: rotate(180deg);
}
.menu-item-has-children:hover > a:after {
	transform: rotate(0deg);
	margin-top: -3px;
}
/* sub menu */
.main-navigation .menu ul {
	background-color: #fff;
	padding: 15px 0;
	width: 200px;
/* 	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto; */
    position: absolute;
	top: 34px;
	display: none;	
    z-index: 99999;
	transition: .4s ease;	
}
.main-navigation .menu ul:after {
	content: '';
    position: absolute;
    width: 200vw;
    height: 100%;
    left: -100vw;
    right: 0;
    background-color: #fff;
    top: 0;
	border-bottom: 2px solid #d73a39;
}
.main-navigation .menu ul > li {
	width: 100%;
	position: relative;
	z-index: 1;
}
.main-navigation .menu ul > li a {
	font-size: 14px;
	padding-left: 10px;
}
.main-navigation .menu ul > li a:not(.backlink ):before {
	content: "\2022";
    color: #EA2227;
    font-weight: bold;    
	position: absolute;
    top: 5px;
	left: 0;
}
.main-navigation .menu ul .menu-item-has-children > a:after {
	display: none;
}
.main-navigation .menu ul ul {
	position: static;
	display: block;
	padding: 0;
}
.main-navigation .menu ul ul li {
	margin: 0;
}
.main-navigation .menu ul ul li a {
	font-size: 14px;
	padding: 10px;
	pointer-events: all;
	display: block;
}
/* top menu */
.top-menu {
	margin: -7px 15px 0;
}
.top-menu .menu {
	display: flex;
}
.top-menu .menu a {
	font-size: 14px;
}
/* mobile navigation */
.mobile-navigation {
	display: none;
    width: 40px;
    height: 40px;
    padding: 10px 8px;
    border: 1px solid #D73A39;
    border-radius: 2px;
    cursor: pointer;
	position: absolute;
	top: 8px;
    transition: .2s ease;
}
.mobile-navigation.open {
	border: none;
	z-index: 10;
}
.mobile-navigation span {
    display: block;
    height: 3px;
    width: 100%;
    background: #D73A39;
    position: relative;
}
.mobile-navigation.open span {
    background: transparent;
}
.mobile-navigation span:before,
.mobile-navigation span:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #D73A39;
    position: absolute;
    left: 0;
    top: 0;
	transition: .2s ease;
}
.mobile-navigation span:before {
    top: 8px;
}
.mobile-navigation.open span:before {
    transform: rotate(45deg);
    top: 8px;
}
.mobile-navigation span:after {
    top: 16px;
}
.mobile-navigation.open span:after {
    transform: rotate(-45deg);
    top: 8px;
}

/* ------------ text-block ------------ */
.text-block h4 {
	font-size: 1.25rem;
}
.text-block p {
	font: 1.125rem/1.75rem 'Open Sans';
}

/* ------------ Page Banner Block ------------ */
.page-banner {
	min-height: 420px;
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.page-banner .site-wrapper{
	align-items: unset;
}
.page-banner .page-banner__content {
	padding: 30px 0;
	width: 48%;
}
.page-banner h1 {
	font-size: 3rem;
    line-height: 4rem;
	margin-bottom: 20px;
}
.page-banner p {
	font-size: 1.5rem;
    line-height: 2.25rem;
}
.page-banner__image{
	width: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ------------ svg icon/title/description Block ------------ */
.svg-icon-block {
	margin-bottom: 50px;
}
.block-title {
	font-size: 1.375rem;
    line-height: 1.75rem;
	font-weight: 700;
	color: #57555D;
	margin-bottom: 22px;
}
.block-text {
	color: #000;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.icon-block_imgOn {	
	display: flex;	
}
.icon-block_img {
	background-color: #d73a39;
	width: 50px;
	height: 50px;
	padding: 8px;
	flex: 0 0 auto;
	margin-right: 25px;
}
.icon-block_img svg {
	fill: #fff;
}

/* ------------ Dual header ------------ */
.section-title {
	margin-bottom: 55px;
	padding-top: 100px;
	padding-left: 75px;
}
.noPadding {
	padding-left: 0;
}
.section-title h1,
.section-title h2 {
	font-size: 3rem;
    line-height: 4rem;
	font-weight: 700;
    margin-bottom: 20px;
}
.section-title_text {
	max-width: 720px;
	width: 100%;
}
.section-title_text.f-width {
	max-width: 100%;
}
.section-title_text > * {
	font-size: 1.375rem;
    line-height: 2.25rem;
	font-weight: 700;    
}

/* ------------ Slider styles ------------ */
.slick-slider {
	position: relative;
}
.slick-list {
	overflow: hidden;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	position: absolute;
	height: 60px;
    width: 60px;
    background: #EDEDEE;    
    cursor: pointer;
    z-index: 1;
}
.slick-arrow:before {
	content: '';
    border: solid #D73A39;
    border-width: 0 2px 2px 0;
	position: absolute;
    top: 18px;
    display: block;
    width: 24px;
    height: 24px;
	transition: .4s;
}
.slick-arrow:hover:before {
	border-width: 0 3px 3px 0;
}
.slick-prev:before {
	transform: rotate(135deg);
	left: 22px;
}
.slick-next:before {
	transform: rotate(-45deg);
	right: 22px;
}

/* ------------ Two col slider / text ------------ */
.slider-block .site-wrapper {
	align-items: flex-start;
}
.slider-block .site-wrapper > div {
	width: 49%;
}
.two-col_slider .slick-arrow {
	top: 2px;
}
.two-col_slider .slick-prev {
	right: 64px;
}
.two-col_slider .slick-next {
	right: 2px;
}
.two-col_slider figure {
	padding-top: 66.6%;
	position: relative;
}
.two-col_slider figure img {
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slider-col_text h4 {
	font-size: 1.25rem;
}
.slider-col_text > * {
	font-size: 1.125rem;
    line-height: 1.75rem;
}
.slider-col_text li {
	margin-bottom: 20px;
}
.slider-col_text strong {
	color: #000;
}
.show-more {
	margin-top: 30px;
	padding: 13px 45px;
	display: none;
}

/* ------------ Get in Touch block ------------ */
.wp-block-lazyblock-get-in-touch {
	height: 100%;
}
.getInTouch-block {
    background-color: rgba(215,58,57,0.15);
	flex-direction: column;
    justify-content: center;
	padding: 15px;
	text-align: center;
}
.getInTouch-block p {
	color: #57555d;
    font: 600 22px/36px 'Open Sans';
	margin-bottom: 20px;
}

/* ------------ How we work block (accordeon) ------------ */
.howWeWork {
	margin-top: 100px;
	padding-bottom: 50px;
}
.howWeWork .section-title h2,
.howWeWork .section-title_text > * {
	color: #fff
}
.work-accordeon {
	position: relative;
}
.work-accordeon_item {
	margin-bottom: 30px;
}
.work-accordeon_title {	
	position: relative;
	padding: 12px 5px 0;
    display: inline-block;
	cursor: pointer;
	max-width: calc(50% - 20px);
    transition: background-color 0.4s ease;
}
.work-accordeon_title:after {
	content: '';
    display: block;
    width: 32px;
    height: 4px;
    background-color: #EA2227;
    margin: 7px -5px 0;
    transition: width 0.4s ease;
}
.work-accordeon_title p {
	font: 22px/36px 'Open Sans';
    color: #fff;
}
.work-accordeon_content {	
    width: 50%;
    padding: 20px 20px 30px;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.1);
	display: none;
}
.work-accordeon_content > * {
	font: 18px/28px 'Open Sans';
    color: #fff;
}
.work-accordeon_item.active .work-accordeon_title {
	background-color: rgba(255, 255, 255, 0.1);	
}
.work-accordeon_item.active .work-accordeon_title:after {
	width: calc(100% + 10px);
}
.work-accordeon_item.active .work-accordeon_content {
	display: block;
}

/* ------------ counter block ------------ */
.counter-block {
	text-align: center;
}
.counter-block span {    
    font: 700 3.5rem/4rem 'Open Sans';
}
.counter-block p {
	color: #57555d;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

/* ------------ team slider ------------ */
.team-slider_block {
	margin-bottom: 60px;
	overflow: hidden;
}
.team-slider figure {
	display: block;
	margin: 0 40px;	
}
.team-slider figcaption {
	text-align: center;
    margin-top: 20px;
    white-space: initial;    
}
.team-slider figcaption p {
	font: 18px/36px "Open Sans";
    color: #57555D;
}
.team-slider figcaption p strong {
    font-size: 1.375rem;
}
.team-slider .teamSocial {
	justify-content: center;
}
.teamSocial li {
	margin: 0 5px;
}
.teamSocial li a {
	 width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 3px;
}
.team-slider .slick-arrow {
	top: 50%;
	margin-top: -60px;
}
.team-slider .slick-prev {
	left: -23px;
}
.team-slider .slick-next {
	right: -25px;
}

/* ------------ footer form ------------ */
.footer-form {	
	padding-top: 100px;
	padding-bottom: 80px;
}
.form-title h4 {
	color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;    
}
.footer-form_content {
	margin-top: 80px;
	align-items: flex-start;
}
.footer-form_content > div {
	flex-basis: 50%;	
	position: relative;
}
.contact-content_wrapper {
	padding-right: 6%;
}
.contact-content_wrapper p,
.contact-content_wrapper a {
	color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.contact-content_wrapper a:hover {
	color: #D73A39;
}
.contact-content_wrapper li {
    margin-bottom: 60px;
    position: relative;
    padding-left: 60px;
}
.contact-content_wrapper li .svg-icon {
	position: absolute;
    left: 0;
    width: 35px;
	height: 38px;	
}
.contactForm-tel {
	display: flex;
}
.contactForm-tel div:first-child {
	display: flex;
	flex-direction: column;
}
.phone-socials {
	vertical-align: middle;
	margin-left: 10px;
}
.phone-socials a {
	width: 35px;
	height: 35px;
	margin: 0 7px;
}
.phone-socials a:hover svg {
	fill: #fff;
}
/* form inputs */
.nf-field-label,
.nf-form-hp {
	display: none;
}
.contact-form input:not(.btn),
.contact-form textarea {
	border: 1px solid transparent;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding: 25px;    
    font: 18px/1.5 "Open Sans";
    color: rgba(87, 85, 93, 0.6);
    margin-bottom: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #D73A39;
}
.contact-form textarea {
	height: 220px;
}
/* submited success */
.nf-response-msg {
    color: #2dc165;
    text-align: center;
    font-size: 0.875rem;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.nf-response-msg p {
    font-size: 1.5rem;
    line-height: 2.25rem;
	margin: 10px 0;
}
.nf-field-container {
	position: relative;
}
.nf-form-errors,
.nf-after-field {
	font-size: 0.875rem;
	color: #D73A39;
}
.nf-form-errors {
	margin-top: 10px;
}
.nf-after-field {
	position: absolute;
    bottom: 10px;
    left: 20px;
}
/* contact form - white background */
.form-white {
	padding-top: 0;
}
.form-white .form_content {
	margin-top: 0;
}
.form-white .contact-content_wrapper li:first-child {
	padding-left: 0;
}
.form-white .contact-content_wrapper p,
.form-white .contact-content_wrapper a {
	color: #616067;
}
.form-white .svg-icon svg,
.form-white .phone-socials a:hover svg {
    fill: #616067;
}
.form-white .contact-form input:not(.btn),
.form-white .contact-form textarea {
	border-color: #616067;
}


/* ------------ Media & text block ------------ */
.mediaText-block {
	align-items: flex-start;
}
.mediaText-block > * {
	flex-basis: 49%;
}
.mediaText-block figure {
	width: 100%;
}
.mediaText-block h4 {
	font-size: 1.25rem;
}


/* ------------ footer styles ------------ */
.site-footer {
	border-top: 1px solid #DDDDDF;
    padding: 20px 0;
}
.site-footer .d-flex {
	flex-wrap: wrap;
}
.foot-col:not(:last-child) {
	margin-right: 15px;
}
.foot-socials {
	min-width: 340px;
	margin-bottom: 15px;
}
.foot-socials li a {
	margin-right: 25px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	padding: 12px;
	display: block;
}
.foot-socials li a:last-child {
	margin-right: 0;
}
.foot-linkedin a {
	background-color: #0077b5;
}
.foot-facebook a {
	background-color: #3b5998;
}
.foot-insta a {
	background-color: #c13584;
}
.foot-twitter a {
	background-color: #1da1f2;
}
.foot-youTube a {
	background-color: #ff0000;
}
.foot-cv a {
	background-color: rgba(234, 34, 39, 0.8);
}
.foot-licences svg {
	margin-right: 10px;
}
.site-footer .foot-licences {
	flex-wrap: nowrap;
}
.foot-licences p,
.foot-text p {
	color: #fff;
    font-size: 0.75rem;
    margin-bottom: 5px;
}
.foot-text {
	max-width: 300px;
}

/* ------------ addicted accordeon page ------------ */
.addicted-accordeon {
	flex-wrap: wrap;
	align-items: unset;
}
.addicted-accordeon li {
	display: flex;
	flex-direction: column;
	flex-basis: 31%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.addicted-accordeon_title .icon-block_img {
	display: inline-block;
	vertical-align: top;
}
.addicted-accordeon_title .block-title {
	display: inline-block;
    width: calc(100% - 80px);
}
.addicted-accordeon .getInTouch-block {
    margin-top: 50px;
	max-height: 500px;
}
.addicted-accordeon_content {
	margin-left: 80px;
}

/* ------------ home page ------------ */
.about-section {
	margin-top: 40px;
}
.trust-section .section-title h2 {
	margin-left: 75px;
	margin-left: 75px;
}
.trust-section .section-title_text > * {
	font-weight: normal;
}

.counter-block_wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-top: 10em;
}

/* ------------ Single team member page ------------ */
.team-member-card {
	margin-top: 50px;
    margin-bottom: 100px;
	align-items: flex-start;
}
.team-member-card > div {
	flex-basis: 48%;
}
.team-member-image img {
    max-height: 600px;
    object-fit: contain;
}
.team-member-card .team-member-title {
	padding: 0;
}
.team-member-card .team-member-title h2 {
	font-family: 'Montserrat';
	font-weight: 600;
}
.team-member-group {
	margin-bottom: 20px;
}
.team-member-group > p:first-child {
	margin-right: 30px;
    flex: 0.7;
}
.team-member-group > p,
.team-member-text {
	font-size: 1.25rem;
	line-height: 1.625rem;
}
.team-member-text ul {
	list-style: disc;
}
.team-member-group > *:last-child {
	flex: 1;
}
.team-member-group .teamSocial {
	justify-content: flex-start;
}

/* ------------ 404 page ------------ */
.error-404 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.error-404 .text {
	color: rgba(87,85,93,0.04);
	font:600 9.375rem/1 'Montserrat';
}
.error-404 .align-right {
	text-align: right;
}
.error-content {
	text-align: center;
	max-width: 550px;
	margin: 0 auto;
}
.error-content span {
	color: #d73a39;
	text-shadow: 5px 0px 3px rgba(0,0,0,0.3);
	font:600 12.5rem/1 'Montserrat';
}
.error-content h2 {
	color: #616067;
	font:600 2.5rem/1.5 'Open Sans';
	margin-bottom: 30px;
}
.error-content p,
.error-content a {
	color: #616067;
	font:bold 22px/1.2 'Open Sans';
}
.error-content a {
	color: #ff0000;
}

/* ------------ Contact page ------------ */
.contactPage-title .section-title {
	margin-bottom: 30px;
}
.map-block iframe {
	width: 100%;
	height: 380px;
}

/* ------------ Blog page ------------ */
.filter-button-group {
  	display: flex;
  	flex-wrap: wrap;    
  	margin-bottom: 20px;
}    
.filter-button-group li {
  	cursor: pointer;  
  	margin: 5px 0.5%;
	font-size: 1.25rem;
    text-transform: uppercase;
    color: #616067; 
}
.filter-button-group li:first-child {
  	margin-left: 0;
}
.filter-button-group li.active {
    color: #D73A39;
    text-decoration: underline;
	pointer-events: none;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post.grid-item {
	margin-bottom: 40px;
	border: 1px solid #DDDDDF;
  	background-color: #fff;
	width: 48%;
}
.post.grid-item .post-image a {
	max-height: 318px;
	display: block;
	height: 100%;
}
.post.grid-item .post-content {
	padding: 25px 40px 30px;
}
.post-content .post-title a {
	font: bold 1.375rem/2.25rem 'Open Sans';
  	color: #616067;
}
.entry-meta {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: rgba(137, 136, 142, 0.8);
	margin: 5px 0;
}
.post-content .post-exerpt {
	font-size: 1rem;
	line-height: 1.75rem;
	color: #616067;
	margin-bottom: 10px;
}
.post-categories {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.post-categories p {
	font-size: 1.125rem;
	color: #C4C4C4;
	margin: 5px 10px;
	pointer-events: none;
}
.post-categories p:before {
	content: '#';
	display: inline-block;
}
/* ------------ PAGINATION ------------ */
.pagination {
    display: flex;
    justify-content: center;
	margin-bottom: 40px;
}
.pagination > ul {
    display: flex;
    align-items: center;
}
.pagination .page-item.active a {
    border-color: #D73A39;
    color: #D73A39;
}
.pagination a {
	border: 1px solid #000;
	border-radius: 3px;
    margin: 0 5px;
	padding: 8px 0;
    width: 35px;
    height: 35px;
    font-size: 1.125rem;
	text-align: center;
	color: #000;
	position: relative;
    transition: .2s all;
}
.pagination a:hover,
.pagination a:hover span {
    color: #D73A39;
	border-color: #D73A39;
}
.pagination a span {	
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
	border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.pagination a .pagination-left {
	transform: rotate(-45deg);
}
.pagination a .pagination-right {
	transform: rotate(135deg);
}

/* ------------ SINGLE POST page ------------ */
.single-post .site-main {
	margin-top: 50px;
}
.single-blogPost,
.single-blog{
	padding-top: 100px;
}
.single-blogPost
{
	align-items: flex-start;
}
.single-blog
{
	align-items: flex-start;
}


.article-col{
	justify-content: space-between;
}
.single-blog .wp-block-columns .content,
.single-blogPost article,
.entry-header{
	width: 57%;
}
.single-blog .wp-block-columns .aside{
	width: 36%;
}

.single-blogPost article h1,
.single-blog header h1{
	color: #616067;
    font: 700 3rem/4rem "Montserrat";
    margin-bottom: 15px;
}
.single-blogPost article .entry-meta,
.single-blog header .entry-meta{
	margin-bottom: 20px;
	font-size: 1rem;
}
.single-postContent h4 {
	font: 700 1.625rem/1.75rem 'Montserrat';
	color: #616067;
}
.single-postContent h5 {
	font: 700 1.5rem/1.75rem 'Montserrat';
	color: #616067;
}
.single-postContent h6 {
	font: 700 1.25rem/1.75rem 'Montserrat';
	color: #616067;
}
.single-postContent p {
	font: 1.125rem/1.75rem 'Open Sans';
	color: #616067;
}
.categories {
	justify-content: flex-start;
}
.categories p {
	font: bold 1.125rem/1 'Open Sans';
    color: #616067;
    margin-right: 18px;
}
.categories ul {
	margin-top: 0;
}
.categories ul a {
	color: #D73A39;
	text-transform: lowercase;
	margin: 5px;
}
.recent-articles {
	align-items: unset;
	margin-bottom: 80px;
}
.recent-articles li {
	border: 1px solid #DDDDDF;
    width: 31%;
    margin-bottom: 20px;
    margin-right: 10px;
}
.recent-img {
	display: block;
	position: relative;
	padding-bottom: 66%;
	margin-bottom: 15px;
}
.recent-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recentPost-descr {
	padding: 0 25px 20px;
}
.recentPost-descr h5 a {
	color: #616067;
}
.recent-excerpt {
	font: 1rem/1.75rem 'Open Sans';
	margin-bottom: 20px;
}

/* Single post - aside */
.single-blogPost aside {
	width: 36%;
	position: sticky;
	top: 100px;
}
.single-blog .wp-block-lazyblock-articles-switcher {
	position: sticky;
	top: 100px;
}
.single-blogPost aside .section-title,
.single-blog aside .section-title{
	padding-top: 0;
	margin-bottom: 20px;
}

.single-blog .aside{
	flex-basis: auto;
}
.single-blogPost aside .section-title h4,
.single-blog aside .section-title h4{
	font: bold 1.6875rem/2.25rem "Open Sans";
}
.recentPost-item {
	margin-bottom: 20px;
}
.recentPost-item a {
	justify-content: flex-start;
}
.recentPost-item .recent-image {
    min-width: 120px;
    width: 120px;
	height: 120px;
    margin-right: 15px;
}
.recentPost-item .recent-image img {
	object-fit: cover;
    height: 100%;
}
.recentPost-item .recent-desc {
	width: calc(100% - 140px);
}
.recentPost-item h5 {
	font: bold 1.375rem/1.875rem 'Open Sans';
	color: #616067;
    margin-bottom: 10px;
}
.single-blogPost aside .getInTouch-block {
	padding: 40px;
}

/* ------------ Single Service page ------------ */
.single-service .single-blogPost {
padding-top: 0;
}
.single-service aside,
.anchor-block {
	padding-top: 100px;
}
.price .anchor-block:first-child {
	padding-top: 0;
}
.single-blogPost_title > * {
	padding-top: 90px;
	font: 700 3rem/4rem "Montserrat";
}

.accordion-title {
	margin-bottom: 30px;
}
.single-service .accordion-content {
	display: block;
}
.anchors-list {
	margin-bottom: 20px;
}
.anchors-list a {
	font: 1.125rem/1.5rem "Open Sans";
    color: #616067;
    display: block;
    padding: 15px 10px;
}
.anchors-list a.active {
	background-color: rgba(234, 34, 39, 0.05);
}
.otherServices-block {	
	padding-bottom: 70px;
}
.otherServices-block h4 {	
	margin-bottom: 30px;
}
.otherServices.d-flex {
	align-items: unset;
}
.otherServices .otherServices_item {
	width: 24%;
	border: 1px solid #dddddf;
	padding: 25px 20px;
}
.otherServices .otherServices_item h5 {
	font: bold 1.5rem/1.875rem 'Open Sans';
}
.otherServices .otherServices_item .post-exerpt {
	line-height: 1.5rem;
	margin: 30px 0;
}

/* ------------ Price page  ------------ */
html:lang(en) .pricePage,
html:lang(it) .pricePage,
html:lang(fr) .pricePage,
html:lang(de) .pricePage {
	display: none;
}
.pricePage-content h2 {
/* 	padding-top: 100px; */
	margin-bottom: 25px;
}
.pricePage-content .single-blogPost p {
	font: 1.125rem/1.75rem 'Open Sans';
    color: #616067;
}
.pricePage-content .wp-block-columns {
	margin: 20px 0 60px;
}
.pricePage-content .wp-block-columns .wp-block-column:first-child{
	flex-basis: 60%;
}
.pricePage-content  p.has-text-align-right,
.pricePage-content .has-text-color, 
.pricePage-content em{
	color: red;
}

.pricePage-content  p.has-text-align-right{
	white-space: nowrap;
}


/* ------------ faq accordeon ------------ */
.faqAccord-wrapper {
	width: 100%;
	max-width: 1187px;
    margin: 0 auto;
}
.faqAccord-item {
	border: 1px solid rgba(158, 157, 162, 0.8);
	border-width: 1px 1px 0;
	padding: 42px 46px 42px 54px;
}
.faqAccord-item:last-child {
	border-bottom-width: 1px;
}
.faqAccord .accordion-title {
	margin-bottom: 0;	
	position: relative;
	cursor: pointer;	
}
.faqAccord .accordion-title > * {
	font-family: "Open Sans";
	font-weight: normal;
	padding-right: 25px;
	transition: .4s;
}
.faqAccord .longArrow-right {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	transition: .4s;
}
.faqAccord .longArrow-right path {
	stroke: #9E9DA2;
	transition: .4s;
}
.faqAccord .accordion-title:hover > * {
	color: #D73A39;
}
.faqAccord .accordion-title:hover svg path {
	stroke: #D73A39;
}
.faqAccord-content {
	max-width:800px;
	margin-left: 40px;	
	visibility: hidden;
    opacity: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: .4s;
}
.faqAccord-content p {
	color: #000;
}
.faqAccord-item.active .accordion-title h4 {
	font-weight: 600;
}
.faqAccord-item.active .faqAccord-content {
	margin-top: 30px;
	visibility: visible;
    opacity: 1;
    z-index: 1;
    height: auto;
    transition: .4s;
}
.faqAccord-item.active .longArrow-right {
	transform: translateY(-50%) rotate(-95deg);
}

/* ------------ faq accordeon ------------ */
.askForm {
	width: 100%;
    max-width: 1187px;
    margin: 63px auto;
}
.askForm h4 {
	font: bold 2rem/1 'Open Sans';
}
.askForm .nf-form-cont {
	margin-top: 46px;	
}
.askForm .nf-form-content > * {
	display: flex;
	justify-content: space-between;
}
.askForm .nf-form-content > * > *:first-child {
	max-width: 695px;
	width: 100%;
}
.askForm .nf-form-content > * > *:nth-child(2) {
	max-width: 220px;
	width: 100%;
	margin-left: 20px;
}
.askForm .ninja-forms-field {
	border: 1px solid rgba(161, 160, 165, 0.7);	
	width: 100%;
	font: bold 1.125rem/1.9 'Open Sans';
	color: rgba(87, 85, 93, 0.6);
	padding: 10px 20px;
}
.askForm textarea {	
	height: 56px;
}
.askForm .nf-after-field {
	bottom: -19px;
}
.askForm .nf-form-content > * > *:last-child {
	max-width: 233px;
	width: 100%;
	margin-left: 20px;
}
.askForm .submit-container input {
	width: 100%;
	cursor: pointer;
	padding: 12px;
	text-align: center;
	background-color: #D73A39;
	border: 2px solid #D73A39;
	color: #fff;
	margin-bottom: 20px;
	font: bold 1.5rem/1.2 'Open Sans';
}


/*Gallery*/

.gallery-wrap{
	display: flex;
	padding: 50px 0;

}
.gallery-wrap .categories{
	max-width: 270px;
	width: 100%;
	margin-top: 50px
}
.gallery-wrap .categories ul{
	width: 70%;
	display: flex;
	flex-direction: column;
}
.gallery-wrap .categories ul li{
	border-bottom: 2px solid transparent;
	transition: 0.4s;
	margin-bottom: 5px;
}
.gallery-wrap .categories ul li:nth-child(1){
	order: 1;
}
.gallery-wrap .categories ul li:nth-child(2){
	order: 2;
}
.gallery-wrap .categories ul li:nth-child(3){
	order: 3;
}
.gallery-wrap .categories ul li:nth-child(4){
	order: 7;
}
.gallery-wrap .categories ul li:nth-child(5){
	order: 5;
}
.gallery-wrap .categories ul li:nth-child(6){
	order: 4;
}
.gallery-wrap .categories ul li:nth-child(7){
	order: 6;
}
.gallery-wrap .categories ul li:nth-child(8){
	order: 8;
}
.gallery-wrap .categories ul li.active,
.gallery-wrap .categories ul li:hover{
	background: rgba(234, 34, 39, 0.05);
	border-bottom: 2px solid #d73a39;
	cursor:pointer;
}

.gallery-wrap .categories ul a{
	text-transform: inherit;
	font: 600 16px/24px 'Open Sans';
	width: 100%;
}

.cards-wrap{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
}

.cards-wrap .card-single{
	width: 25%;
	padding: 5px;
}
.cards-wrap .card-single a{
	width: 100%;
}
.cards-wrap .card-image iframe{
	width: 100%;
	height: auto;
}

.cards-wrap figure img,
.cards-wrap .card-image img{
	float: left;
	width: 100%;
	height: 152px;
	margin-bottom: 6px;
	object-fit: cover;
}
.cards-wrap p{
	color: #D73A39;
	line-height: 1.375rem;
}


/* ------------ Media queries ------------ */
@media only screen and (min-width: 1201px) {
	.main-navigation .menu li:hover > ul {
		top: 36px;
		display: block;
	}
	.main-navigation .menu li.col-2:hover ul {
		max-height: 400px;
		width: 500px;
		display: flex;
		flex-direction: column;    
		flex-wrap: wrap;
	}
	.main-navigation .menu li.col-2 ul li {
		width: 50%;
	}
}
@media only screen and (max-width: 1400px) {
	.main-navigation {
		flex-direction: column;
    	align-items: center;		
	}
	.main-navigation .menu-wrapper {		
    	width: 100%;
	}
	.main-navigation .menu {
		justify-content: center;
	}
	.main-navigation .menu li > a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1200px) {
	.site-content {
		padding-top: 67px;
	}
	.desktopHide {
		display: block;
	}
	.topHeaderInfo {
		justify-content: flex-end;
		width: auto;
	}
	.top-menu {
		display: none;
	}
	/* header navigation */
	.top-header .header-contacts {
		display: none;
	}
	.mobile-navigation {
    	display: block;
	}
	.site-logo {
		width: 100%;
		padding-left: 40px;
	}
	.site-logo a {
		display: block;
    	width: 160px;
    	margin: 0 auto;
	}
	.main-navigation {
    	margin-top: 0;
		flex-direction: row;
	}
	.main-navigation .menu-wrapper {
		position: fixed;
		left: -9999px;
		top: 0;
		padding-top: 100px;
 		width: auto;
		min-width: 260px;
		height: 100vh;
		background-color: #fff;
		z-index: 2;
		transition: .4s ease;
	}
	.menu-wrapper.active {
		left: 0;
		margin-left: 0;
		overflow: auto;		
	}	
	.menu-wrapper.active .menu {
		display: block;
		position: relative;
		height: calc(100vh - 300px);
    	overflow-y: auto;
	}
	.main-navigation .menu > li {
		margin: 0;
		position: static;
	}
	.main-navigation .menu > li a {
		display : block;
		padding: 10px 60px 10px 25px;
		font-size: 16px;
	}
	.menu-item-has-children > a:after {
		right: 25px;
    	top: 22px;
		margin-left: 10px;
		transform: rotate(90deg);
		margin-top: -3px;
	}
	.menu-item-has-children:hover > a:after {
		transform: rotate(90deg);		
	}
	/* sub menu */
	.main-navigation .menu li > ul {
		transition: left .4s ease;
		display: block;
		border: none;		
		height: calc(100vh - 300px);
		top: 0;
		left: -100%;
		padding: 0;
		width: 100%;
		overflow: auto;
	}
	.main-navigation .menu li.show > ul {
		left: 0;
	}	
	.main-navigation .menu li.show a:after {
		display: inline-block;
	}
	.main-navigation .menu ul:after {
		display: none;
	}
	.main-navigation .menu ul > li {
		margin: 0;
	}	
	.main-navigation .menu ul > li a {
		padding-left: 25px;
	}
	.main-navigation .menu ul > li a:not(.backlink ):before {
		top: 10px;
    	left: 15px;
	}
	.main-navigation .menu ul ul {
		position: absolute;
    	left: -100%;
    	top: 0;
	}
	.menu-wrapper.active .header-contacts {
		position: absolute;
		bottom: 40px;
		left: 25px;
		display: block;
	}
	.menu-wrapper.active .header-contacts a {
		margin-bottom: 15px;
		margin-left: 0;
		font-size: 1rem;
		text-align: left;
	}
	.menu-wrapper.active .header-contacts a:first-child,
	.menu-wrapper.active .header-contacts a:last-child {
		display: block;
	}
	.menu-wrapper.active .header-contacts .header-phones a + a {
		margin-left: 27px;
	}
	.addicted-accordeon li {
		flex-basis: 45%;
	}
	/*Gallery*/

	.gallery-wrap{
		flex-direction:column;

	}
	.gallery-wrap .categories{
		max-width: 100%;
		width: 100%;
		margin-top: 0px;
	}
	.gallery-wrap .categories ul{
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.gallery-wrap .categories ul li{
		display: inline-block;
	}
}
@media only screen and (max-width: 991px) {
	.site-header .d-flex {
		flex-wrap: nowrap;
	}
	/* header nav / end	 */
	.d-flex {
		flex-wrap: wrap;
	}
	.wp-block-columns {
		flex-wrap: wrap;
	}
	.wp-block-columns .wp-block-column:not(.aside):not(.content) {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.section-title {
		padding-top: 70px;
	}
	.slider-block .site-wrapper > div {
		width: 100%;
	}
	.slider-col_text {
		margin-top: 20px;
	}
	.addicted-accordeon li {
		flex-basis: 100%;
	}
	.addicted-accordeon .getInTouch-block {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.work-accordeon {
		max-width: 650px;
		margin: 0 auto;
	}
	.work-accordeon_title {
		max-width: 100%;
		display: block;
	}
	.work-accordeon_content {
		position: static;
		width: 100%;
	}
	.counter-block_wrapper {
		padding-top: 0;
	}
	.counter-block_wrapper .wp-block-column {
		flex-basis: 50%;
	}
	
	/* Page banner	 */
	.page-banner .site-wrapper{
		flex-direction: column;
	}	
	.page-banner .page-banner__content{
		width: 100%;
	}
	.page-banner .page-banner__image{
		width: 100%;
   	 	min-height: 450px;
	}
	/* footer-form */
	.footer-form {
		padding-top: 70px;
	}
	.form-white {
		padding-top: 0;
	}
	.footer-form_content > div {
		flex-basis: 100%;
	}
	.footer-form_content {		
    	max-width: 580px;
    	margin: 20px auto 0;
	}
	
	/* footer form / End */
	.btn-default {
		margin: 0 auto;
    	display: block;
	}
	
	/* About us page */
	.mediaText-block {
		flex-direction: column;
	}
	.mediaText-block.flex-reverse {
		flex-direction: column-reverse;
	}
	.mediaText-block > * {
		flex-basis: 100%;
	}
	.mediaText-block.flex-reverse figure {
		margin-bottom: 30px;
	}
	.askForm .nf-form-content > * {
		flex-wrap: wrap;
	}
	.askForm .nf-form-content > * > * {
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.askForm .submit-container input {
		max-width: 95%;
		margin: 0 auto;
		display: block;
	}
	
	/* Blog page */
	.filter-button-group {
		height: 39px;
		overflow: hidden;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		transition: .2s;
	}
	.filter-button-group > li {
		margin: 5px 0;
		padding: 5px 0;
		order: 1;
	}
	.filter-button-group li.active {
		order: 0;
	}
	.filter-button-group.open {
		height: auto;
		border-bottom: 1px solid #ccc;
		margin-bottom: 50px;
	}
	/* single blog	*/
	.single-blogPost article h1,
	.single-blog header h1{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.single-postContent p
	{
		font-size: 1rem;
		line-height: 1.375rem;
	}
	.recentPost-item h5 {
		font-size: 1.125rem;
    	line-height: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.section-title h1,
	.section-title h2 {
		font-size: 2rem;
		line-height: 1.25;
	}
	
	/* Header Navigation */
  	#primary-menu li .sub-menu a {
  		margin-left: 5px;
  	}
	
	/* Header navigation / End */
	.page-banner {
		min-height: 578px;
	}
	.page-banner h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.page-banner p {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	
	.block-title {
		font-size: 1.25rem;
    	line-height: 1.5rem;		
	}
	.section-title {
		margin-bottom: 30px;
		padding-top: 70px;
		padding-left: 0;
	}
	.section-title h2 {
		font-size: 2rem;
    	line-height: 2.5rem;	
	}
	.section-title_text > * {
		font-size: 1.25rem;
    	line-height: 2rem;
	}
	blockquote,
	blockquote p,
	.single-postContent blockquote p {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.page-banner .page-banner__image{
		width: 100%;
   	 	min-height: 335px;
	}
	/* two-col slider */
	.showMore-btn li {
		display: none;
	}
	.showMore-btn .show-more {
		display: block;
	}
	/* addicted accordeon styles */
	.addicted-accordeon_title .icon-block_img {
		vertical-align: middle;
	}
	.addicted-accordeon_title {
		cursor: pointer;
		position: relative;
		margin-bottom: 20px;
	}
	.addicted-accordeon_title:after,
	.addicted-accordeon_title:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: #57555D;
		transition: .4s;
	}
	.addicted-accordeon_title:after {
		right: 0;
		width: 16px;		
		height: 2px;
	}
	.addicted-accordeon_title:before {
		right: 7px;
		width: 2px;
		height: 16px;
	}
	.addicted-accordeon li.active .addicted-accordeon_title:before {
		opacity: 0;
		visibility: hidden;
	}
	.addicted-accordeon_title .block-title {
		margin-bottom: 0;
		vertical-align: middle;
		width: calc(100% - 100px);
	}
	.addicted-accordeon_content {
		margin-left: 0;
    	height: 0;
		opacity: 0;
    	visibility: hidden;
    	z-index: -1;
	}
	.addicted-accordeon li.active .addicted-accordeon_content {
		opacity: 1;
    	visibility: visible;
    	z-index: 0;
    	height: auto;
	}
	.addicted-accordeon .getInTouch-block {
		margin: 50px -20px 0;
		max-width: calc(100% + 40px);
		flex-basis: calc(108% + 40px);
		padding: 20px;
	}
	.addicted-accordeon .getInTouch-block .btn {
		width: 100%;
    	max-width: 256px;
	}
	
	/* how we work */
	.howWeWork {
		margin-top: 0;
	}
	
	/* trust section */
	.trust-section .section-title h2 {
		margin: 0 0 20px;
	}
	
	/* counter block */
	.counter-block_wrapper .wp-block-column {
    	flex-basis: 100%;
		margin-bottom: 10px;
	}
	.counter-block_wrapper .wp-block-columns {
		margin-bottom: 0;
	}
	.counter-block {
		background-color: #ededed;
		min-height: 220px;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	
	/* team slider */
	.team-slider_block {
		margin-bottom: 10px;
	}
	.team-slider {
		padding-bottom: 120px;
		text-align: center;
	}
	.team-slider .slick-arrow {
		top: unset;
		margin-top: 0;
		bottom: 0;
	}
	.team-slider .slick-prev {
		left: 50%;
		margin-left: -62px
	}
	.team-slider .slick-next {
		right: 50%;
		margin-right: -62px;
	}
	.team-slider a {
		width: auto !important;		
	}
	.team-slider figure img {
		max-width: 80%;		
		margin: auto;
	}
	.team-slider figcaption p strong {
    	font-size: 1.25rem;
	}
	
	/* contact form	 */
	.form-title h4 {
		font-size: 2rem;    	
	}
	.contact-content_wrapper li:first-child {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.contact-content_wrapper p,
	.contact-content_wrapper a {
		font-size: 1.125rem;
    	line-height: 1.75rem;
	}
	.contactForm-tel {
		flex-direction: column;
	}
	.phone-socials {
		display: block;
		margin-top: 15px;
		margin-left: 0;
	}
	.contact-form input:not(.btn),
	.contact-form textarea {
		font-size: 16px;
    	padding: 9px 16px;
    	margin-bottom: 8px;
	}
	.contact-form textarea {
		height: 93px;
	}
	.nf-after-field {
		bottom: 5px;
		left: 15px;
		background-color: #fff;
	}
	.nf-response-msg p {
		font-size: 1.125rem;
    	line-height: 1.75rem;
	}
	
	/* site footer */
	.site-footer > .d-flex {
		flex-direction: column;
	}
	.foot-col:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.foot-text {
		max-width: 100%;
		text-align: center;
	}
	.foot-socials {
		min-width: auto;
		max-width: 340px;
		width: 100%;
	}
	.foot-socials li a {
		width: 38px;
		height: 38px;
		padding: 7px;
	}
	
	/* about us page */
	.faqAccord-wrapper {
		margin: 0 -20px;
    	width: calc(100% + 40px);
	}
	.faqAccord-item {
		padding: 15px 22px;
		border-width: 1px 0 0;
	}
	.faqAccord .accordion-title > * {
		font-size: 1.125rem;
	}
	.faqAccord-item .accordion-title:after {
		display: none;
	}
	.faqAccord-item .faqAccord-content {
		margin-left: 16px;
	}
	.faqAccord-item.active .faqAccord-content {
		margin-top: 14px;		
	}	
	.askForm h4 {
		font-size: 1.125rem;
	}
	.askForm textarea {
		height: 80px;
	}
	
	/* Single team member page */
	.team-member-card {
		flex-direction: column;
	}
	.team-member-card > div {
		margin-top: 30px;
	}
	
	/* Single services page */	
	.single-services .single-blogPost_title > * {
		font-size: 2rem;
		line-height: 40px;
		padding-top: 30px;
	}
	
	.wp-block-columns .wp-block-column {
		flex-basis: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.single-services .accordion-title {
		cursor: pointer;
		position: relative;
	}
	.single-services .accordion-title:after {
		content: '+';
		position: absolute;
    	top: 50%;
    	right: 0;
    	transform: translateY(-50%);
    	font-weight: normal;
    	font-size: 24px;
	}
	.single-services.accordion-title h2 {
		font-size: 1.375rem;
		padding-right: 20px;
	}
	.single-services .accord-section.active .accordion-title:after{
		content: '';
    	border: 1px solid #57555D;
    	width: 10px;
	}
	.single-service .accordion-content {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition: .5s ease;
	}
	.single-service .accord-section.active .accordion-content{
		height: auto;
		opacity: 1;
	}
	.anchor-block {
		padding-top: 70px;
	}
	.single-service aside {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.single-service aside #anchors-block,
	.single-price aside #anchors-block{
		display: none;
	}
	.otherServices {
		margin-bottom: 70px;
	}
	.otherServices .slick-arrow {
		bottom: -75px;
	}
	.otherServices .otherServices_item {
		margin-bottom: 0;
	}
	.otherServices .slick-prev {
		left: 50%;
		margin-left: -62px;
	}
	.otherServices .slick-next {
		right: 50%;
		margin-right: -62px;
	}
	
	/* Blog page */
	.post.grid-item {
		width: 100%;
	}
	.post.grid-item .post-image a {
		max-height: 100%;
	}
	.post.grid-item .post-content {
		padding: 10px;
	}
	.post.grid-item .post-title a {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}	
	.post-content .post-exerpt,
	.post-content .arrow-btn,
	.post-content .post-categories {
		display: none;
	}
	
	/* single post */
	.single-blog .entry-header,
	.single-blogPost article,
	.single-blogPost aside,
	.single-blog .wp-block-column .content,
	.single-blog .wp-block-column .aside{
		flex-basis: 100%;
		width: 100%
	}
	.single-blogPost aside {
		position: static;
		margin-top: 30px;
	}
	.single-blogPost aside .section-title,
	.single-blogPost aside .recent-posts-list,
	.single-blog aside .section-title,
	.single-blog aside .recent-posts-list,
	.recent-excerpt,
	.recentPost-item .arrow-btn {
		display: none;
	}
	.single-blogPost aside .getInTouch-block {
		padding: 20px;
	}
	.recent-articles li {
		width: 100%;
	}
	.article-col{
		flex-direction: column;
	}
	
	.single-blog .wp-block-columns .content,
	.single-blog .wp-block-columns .aside{
		width: 100%;
		margin-top: 0;
	}
	/* Price page */		
	.single-price .single-blogPost_title > * {
		font-size: 2rem;
		line-height: 40px;
		padding-top: 30px;
	}
	
	/* 404 page */	
	.error-404 .text {
		display: none;
	}
	.error-404 {
	 	height: calc(100vh - 300px);
		min-height: 300px;
		display: flex;
   	 	align-items: center;
	}
	.error-content span {
		font-size: 60px;
	}
	.error-content h2 {
		font-size: 26px;
		line-height: 30px;
	}
}