/*
Theme Name: Rara Business Child
Description: Дочерняя тема для Rara
Template:    rara-business
Version:     1.0.0
*/



html {
  font-family: "Space Grotesk", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

*,
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #0A0A0A;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 600;
	color:#0A0A0A;
}

h1 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}

h2 {
	font-size:28px;
	line-height:38px;
    font-weight: 400;
    margin: 40px 0px 10px 0px;
}

h3 {
	font-size: 24px;
	line-height:34px;
	font-weight:400;
	margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {}

abbr,
acronym {  
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {background: #fff;}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0px solid #017bc8;	
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    background: #e67e22;
    color: #fff;
    transition: ease 0.2s;
	width: fit-content;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #da7419;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #dddbd9;
  border-radius: 0px;
  padding: 9px 20px;
  outline: none;
  margin: 5px 0px;
  max-width: 99%;
  width: 99%;
}

input[type="number"] {
  border: 1px solid #dddbd9;
  border-radius: 3px;
  padding: 9px 20px;
  outline: none;
  margin: 0px;
  max-width: 99%;
  width: 99%;
}

input[type="tel"]::-webkit-input-placeholder {color:#dddbd9; font-size:14px}
input[name="mask"]::-webkit-input-placeholder {color:#dddbd9; font-size:14px}
input[type="text"]::-webkit-input-placeholder {color:#dddbd9; font-size:14px}
input[type="email"]::-webkit-input-placeholder {color:#dddbd9; font-size:14px}
textarea::-webkit-input-placeholder {color:#dddbd9; font-size:14px}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  color: #111;  
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  resize: vertical;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #e67e22;
	text-decoration: none;
	transition: ease 0.2s;
}

a:hover,
a:focus {
	color: #da7419;
	text-decoration: none;
	transition: ease 0.2s;
}

a:focus {  
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media only screen and (min-width: 1025px) {
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
		font-size: 16px;
	}
	.main-navigation ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.main-navigation ul li {
		float: left;
		margin-left: 5px;
		position: relative;
	}
	.main-navigation ul li:first-child {
		margin-left: 0;
	}
	.main-navigation ul li a {
		color: #fff;
		display: block;
		position: relative;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
		/*text-align: center;*/
		padding:4px 10px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight:600;
	}
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li:hover>a,
	.main-navigation ul li:focus>a {
		color: #ffc60b;
	}
	.main-navigation ul .current-menu-item>a,
	.main-navigation ul .current-menu-ancestor>a,
	.main-navigation ul .current_page_item>a,
	.main-navigation ul .current_page_ancestor>a {
		color: #ffc60b;
	}
	.main-navigation ul .current-menu-item:after,
	.main-navigation ul .current-menu-ancestor:after,
	.main-navigation ul .current_page_item:after,
	.main-navigation ul .current_page_ancestor:after {
		display: block;
	}
	.main-navigation ul .menu-item-has-children {
		padding-right: 20px;
	}
	.main-navigation ul .menu-item-has-children:before {
		position: absolute;
		top: 10px;
		right: 3px;
		content: "";
		background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23a2a2a2" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
		background-repeat: no-repeat;
		width: 20px;
		height: 12px;
		font-weight: 400;
	}
	.main-navigation ul ul {
		position: absolute;
		top: inherit;
		font-size: 1em;
		font-weight: 300;
		text-transform: none;
		/*border-radius: 5px;*/
		width: 300px;
		/*padding-top: 13px;
		 * margin-top: 23px;*/
		overflow: hidden;
		/*clip: rect(1px, 1px, 1px, 1px);*/
		opacity: 0;
		/*margin-left: -99999px;*/
		height: 1px;
		z-index: 2;
		box-shadow: 0 10px 17px rgba(0, 0, 0, 0.04);
		/*-webkit-transition: ease 0.4s;
		 * -moz-transition: ease 0.4s;
		 * transition: ease 0.4s;*/
	}
	.main-navigation ul.menu>li:last-child ul,
	.main-navigation ul.menu>li:nth-last-of-type(2) ul,
	.main-navigation ul.menu>li:nth-last-of-type(3) ul,
	.main-navigation ul.menu>li ul {
		left: 0;
		right: auto;
	}
	.main-navigation ul.menu>li:last-child ul ul,
	.main-navigation ul.menu>li:nth-last-of-type(2) ul ul,
	.main-navigation ul.menu>li:nth-last-of-type(3) ul ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul li.hover>ul,
	.main-navigation ul li:hover>ul,
	.main-navigation ul li:focus>ul {
		margin-top: 0;
		opacity: 1;
		margin-left: 0;
		overflow: inherit;
		height: inherit;
		z-index: 3;
	}
	.main-navigation ul ul li {
		float: none;
		display: block;
		margin: 0;
	}
	.main-navigation ul ul li a:hover,
	.main-navigation ul ul li a:focus,
	.main-navigation ul ul li:hover>a,
	.main-navigation ul ul li:focus>a,
	.main-navigation ul ul .current-menu-item>a,
	.main-navigation ul ul .current-menu-ancestor>a,
	.main-navigation ul ul .current_page_item>a,
	.main-navigation ul ul .current_page_ancestor>a {
		color: rgb(52 107 174);
	}
	.hasbanner .main-navigation ul ul li a:focus,
	.main-navigation ul ul li a:focus {
		
	}
	.main-navigation ul ul li:first-child a {
		/*border-radius: 5px 5px 0 0;*/
		border-top: 1px solid #ebebeb;
	}
	.main-navigation ul ul li a {
		color: #4a4a4a;
		padding: 5px 20px;
		border-bottom: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		background: #fff;
	}
	.main-navigation ul ul li:last-child a {
		/* border-radius: 0 0 5px 5px;*/
	}
	.main-navigation ul ul ul {
		top: -1px;
		left: 100%;
		padding: 0 0 0 3px;
		margin: 0;
		clip: inherit;
		height: inherit;
		overflow: inherit;
		display: none;
	}
	.main-navigation ul ul li:hover>ul {
		display: block;
	}
	.main-navigation ul ul .menu-item-has-children {
		padding: 0;
	}
	.main-navigation ul ul .menu-item-has-children:before {
		display: none;
	}
}

/*Post navigation*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_rrtc_description_widget .text-holder .description {
	height: 110px;
	position: relative;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.hasbanner .custom-logo-link:focus {
	
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 0.8em;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #fcfdfd;
	border-radius: 5px;
	padding: 0 10px;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*======================================
 Common Site Style
 ======================================*/

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 0px;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}

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

.row:after {
	content: "";
	display: block;
	clear: both;
}

.entry-footer span.edit-link {
	display: block;
	clear: both;
	padding-top: 20px;
}

.blossomthemes-email-newsletter-wrapper form input[type="submit"] {
	background: #0aa3f3;
	color: #fff;
}

/*=========================
NEWSLETTER WIDGET
=========================*/
.widget_newsletterwidgetminimal form,
.widget_newsletterwidget form {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.widget_newsletterwidget .tnp-widget .tnp-field {
	margin-bottom: 0;
	display: inline-block;
	width: calc(100% - 35px);
}

.widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-button {
	width: 30px;
}

.widget_newsletterwidget .tnp-widget .tnp-field label,
.widget_newsletterwidget .tnp-widget .tnp-lists label {
	display: none;
}

.widget_newsletterwidgetminimal form input[type="email"],
.widget_newsletterwidget form input[type="email"] {
	background: none;
	color: #fff;
	width: calc(100% - 35px);
	height: 50px;
	font-size: 18px;
	border: none;
}

.widget_newsletterwidgetminimal form input[type="email"]::-webkit-input-placeholder,
.widget_newsletterwidget form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.widget_newsletterwidgetminimal form input[type="email"]::-moz-placeholder,
.widget_newsletterwidget form input[type="email"]::-moz-placeholder {
	color: #fff;
}

.widget_newsletterwidgetminimal form input[type="email"]:-ms-input-placeholder,
.widget_newsletterwidget form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.widget_newsletterwidgetminimal form input[type="email"]:-moz-placeholder,
.widget_newsletterwidget form input[type="email"]:-moz-placeholder {
	color: #fff;
}

.widget_newsletterwidgetminimal form input.tnp-submit,
.widget_newsletterwidget form input.tnp-submit {
	width: 30px;
	height: 50px;
	display: inline-block;
	padding: 0;
	background: url(images/envelope-icon.svg) no-repeat center;
	text-indent: 40px;
	border: none;
}

.widget_newsletterwidgetminimal form input.tnp-submit:hover,
.widget_newsletterwidget form input.tnp-submit:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.widget_newsletterwidget .tnp.tnp-widget {
	position: relative;
	padding-top: 60px;
}

.widget_newsletterwidget .tnp-lists {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.widget_newsletterwidget .tnp-lists .tnp-lists {
	position: static;
	border-radius: 5px;
	height: 40px;
}

/*=======================
 Header Style
 =======================*/

.site-header .header-t {
	background: #000000;
	color: #a0a0a0;
	padding: 10px 0;
}

.header-t.hide-header-top {
	display: none;
}

.site-header .header-t a {
	color: #a0a0a0;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.site-header .header-t a:hover,
.site-header .header-t a:focus {
	text-decoration: none;
	color: #fff;
}

.site-header .header-t a:focus {  
}

.site-header .header-t .contact-info {
	float: left;
}

.site-header .header-t .contact-info div {
	float: left;
	margin-right: 30px;
}

.site-header .header-t .contact-info svg {
	font-size: 1.2em;
	margin-right: 5px;
	vertical-align: middle;
}

.site-header .header-t .contact-info .phone svg {
	font-size: 1.5em;
}

.site-header .header-t .contact-info address {
	display: inline-block;
	font-style: normal;
	margin: 0;
}

.site-header .social-networks {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .social-networks li {
	float: left;
	margin-left: 25px;
}

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

/*===============================
 Site Title and Logo Style
 ===============================*/

.site-header .main-header {
	background: #252728;
}

.site-branding {
	display: flex;
}

.site-branding.logo-with-site-identity .text-logo {
	padding-left: 20px;
}

.site-branding .custom-logo img {
	vertical-align: middle;
}

.site-branding .site-title {
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: 0;
}

.site-branding .site-title a {
	color: #111;
}

/*================================
 Home Page Style
 ================================*/

.custom-background #page {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.custom-background.homepage.hasbanner .site-header {
	margin: 0 auto;
	right: 0;
}

.homepage.hasbanner .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

body.admin-bar.homepage.hasbanner .site-header {
	padding-top: 32px;
}

.homepage.hasbanner .site-header .header-t {
	background: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.homepage.hasbanner .site-header .header-t a {
	color: #fff;
}

.homepage.hasbanner .site-header .header-t a:hover,
.homepage.hasbanner .site-header .header-t a:focus {
	color: #d8d8d8;
}

.homepage.hasbanner .site-header .main-header {
	border-bottom: 0;
}

.homepage.hasbanner .site-branding .site-title a,
.homepage.hasbanner .site-branding p.site-description {
	color: #fff;
}

.hasbanner .site-branding .site-title a:focus {  
}

.homepage.hasbanner .main-navigation ul li a {
	color: #fff;
}

.hasbanner .main-navigation ul li a:focus {  
}

.homepage.hasbanner .main-navigation ul .menu-item-has-children:before {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
}

.homepage.hasbanner .main-navigation ul li a:hover,
.homepage.hasbanner .main-navigation ul li a:focus,
.homepage.hasbanner .main-navigation ul li:hover>a,
.homepage.hasbanner .main-navigation ul li:focus>a {
	color: #d8d8d8;
}

.homepage.hasbanner .main-navigation ul li:after {
	background: rgba(255, 255, 255, 0.5);
}

.homepage.hasbanner .main-navigation ul ul li a {
	color: #4a4a4a;
}

.homepage.hasbanner .main-navigation ul ul li a:hover,
.homepage.hasbanner .main-navigation ul ul li a:focus,
.homepage.hasbanner .main-navigation ul ul li:hover>a,
.homepage.hasbanner .main-navigation ul ul li:focus>a,
.homepage.hasbanner .main-navigation ul ul .current-menu-item>a,
.homepage.hasbanner .main-navigation ul ul .current-menu-ancestor>a,
.homepage.hasbanner .main-navigation ul ul .current_page_item>a,
.homepage.hasbanner .main-navigation ul ul .current_page_ancestor>a {
	color: #0aa3f3;
}

/*==================================
 Banner style
 ==================================*/

.banner {
	background: #2e2e2e;
	position: relative;
}

.banner img {
	width: 100%;
	height: 780px;
	object-fit: cover;
	vertical-align: top;
	opacity: 0.5;
}

.banner .banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0%, -40%);
	-moz-transform: translate(0%, -40%);
	transform: translate(0%, -40%);
}

.banner .banner-text .text-holder {
	text-align: center;
	max-width: 940px;
	font-size: 0.9em;
	line-height: 1.444em;
	color: #fff;
	margin: 0 auto;
}

.banner .banner-text .text-holder .title {
	font-size: 3.333em;
	font-weight: 700;
	line-height: 1.166em;
	margin: 0 0 10px;
}

.banner .banner-text .btn-holder .btn-free-inquiry {
	font-size: 0.888em;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #0aa3f3;
	border-radius: 5px;
	margin: 0 15px;
	padding: 17px 67px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.banner .banner-text .btn-holder .btn-free-inquiry svg {
	font-weight: 400;
	margin-right: 8px;
	font-size: 1.2em;
}

.banner .banner-text .btn-holder .btn-free-inquiry:hover,
.banner .banner-text .btn-holder .btn-free-inquiry:focus {
	text-decoration: none;
	background: #fff;
	color: #0aa3f3;
}

.banner .banner-text .btn-holder .btn-free-inquiry:focus {
	outline-offset: 2px;
}

.banner .banner-text .btn-holder .btn-view-service {
	font-size: 0.888em;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	color: #0aa3f3;
	border-radius: 5px;
	margin: 0 15px;
	padding: 17px 67px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}
.banner .banner-text .btn-holder .btn-view-service:hover,
.banner .banner-text .btn-holder .btn-view-service:focus {
	text-decoration: none;
	color: #fff;
	background: #0aa3f3;
}

.banner .banner-text .btn-holder .btn-view-service:focus {
	
}

/*header video*/
.wp-custom-header-video-button svg {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	width: 20px;
}

.wp-custom-header .wp-custom-header-video-button {
	border: 0;
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
	-webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
	width: 45px;
	z-index: 9999;
	background: #0aa3f3;
	line-height: 52px;
}

.wp-custom-header .wp-custom-header-video-button svg {
	fill: #fff;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
	color: #fff;
	background: #fff;
}

.wp-custom-header .wp-custom-header-video-button:hover svg,
.wp-custom-header .wp-custom-header-video-button:focus svg {
	fill: #0aa3f3;
}

.video-banner .wp-custom-header {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-banner .wp-custom-header video,
.video-banner .wp-custom-header iframe,
.video-banner .wp-custom-header embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================
OWL CAROUSEL CUSTOM STYLE
============================*/

.owl-theme .owl-nav {
	margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	left: 4%;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: 400;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 60px;
}

.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 4%;
}

.owl-theme .owl-nav [class*="owl-"]::before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-indent: 0;
}

.owl-theme .owl-nav .owl-next::before {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z" class=""></path></svg>');
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 7px;
	background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #0aa3f3;
}

/*================================
 Services Section Style
 ================================*/

.our-services {
	margin: 100px 0;
}

.our-services .widget {
	margin: 0;
}

.our-services .grid .widget.widget_text {
	grid-column: 1 / span 3;
}

.our-services .grid .widget_text {
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

.our-services .widget_text .textwidget {
	font-size: 0.9em;
}

.our-services .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	grid-gap: 60px 30px;
}

.our-services .grid .widget {
	padding: 0 30px;
}

.our-services .grid .widget .rtc-itw-inner-holder {
	display: grid;
	grid-row-gap: 10px;
}

.our-services .grid .widget .icon-holder {
	grid-row-start: 1;
	grid-row-end: 2;
}

.our-services .grid .widget .icon-holder svg {
	font-size: 97px;
	color: #0aa3f3;
}

.our-services .grid .widget .widget-title {
	color: #111;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.318em;
	margin: 0 0 15px;
}

.our-services .grid .widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-services .grid .widget .content {
	font-size: 0.9em;
	line-height: 1.444em;
}

.our-services .grid .widget .btn-readmore {
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #0aa3f3;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 32px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.widget_rrtc_icon_text_widget .btn-readmore {
	margin-top: 20px;
}

.our-services .grid .widget .btn-readmore:hover,
.our-services .grid .widget .btn-readmore:focus {
	text-decoration: none;
	color: #fff;
	background: #0aa3f3;
}

.our-services .grid .widget .btn-readmore:focus {
	outline-offset: 2px;
}

/*==============================
 Who we are section style
 ==============================*/

.featured-page {
	background: #f6f6f6;
	padding: 100px 0;
}

.featured-page .widget_raratheme_featured_page_widget {
	margin: 0;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder {
	display: flex;
	flex-wrap: wrap;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.left {
	flex-direction: row-reverse;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.centered {
	flex-direction: column-reverse;
	max-width: 570px;
	margin: 0 auto;
}

.widget_raratheme_featured_page_widget .section-subtitle {
	display: block;
	width: 100%;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder {
	align-items: flex-start;
	flex: 1 0 0;
	padding-right: 10px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.left .text-holder {
	padding-right: 0;
	padding-left: 10px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.centered .text-holder {
	padding: 0;
	text-align: center;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .widget-title {
	font-size: 2.3em;
	line-height: 1.086em;
	font-weight: 700;
	color: #111;
	margin: 0 0 10px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content {
	line-height: 1.444em;
	font-size: 0.9em;
	padding-right: 10px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content .btn-readmore {
	font-size: 0.888em;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #0aa3f3;
	display: inline-block;
	border-radius: 5px;
	padding: 16px 37px;
	margin-top: 20px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content .btn-readmore:hover,
.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content .btn-readmore:focus {
	text-decoration: none;
	color: #fff;
	background: #0aa3f3;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .featured_page_content .btn-readmore:focus {
	outline-offset: 2px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
	align-items: flex-start;
	width: 570px;
	margin-left: 30px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder a:focus {
	outline-offset: 2px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.left .img-holder {
	margin-left: 0;
	margin-right: 30px;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder.centered .img-holder {
	margin: 0 0 30px;
	text-align: center;
}

.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder img {
	vertical-align: top;
	border-radius: 5px;
}

/*========================================
 our-features section style
 ========================================*/

.our-features {
	padding: 70px 0;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}

.our-features .features-content {
	max-width: 700px;
}

.our-features .features-content .section-header {
	margin: 0 0 60px;
	max-width: 650px;
}

.our-features .widget {
	margin: 0;
}

.our-features .widget.widget_text {
	grid-column: 1 / span 2;
}

.our-features .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-features .widget.widget_text .widget_text {
	font-size: 0.9em;
}

.our-features .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
	display: flex;
	flex-direction: row-reverse;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
	flex: 1 0 0;
	align-items: flex-start;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title {
	line-height: 1.772em;
	font-size: 1.1em;
	margin: 0;
	font-weight: 700;
	color: #111;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .content {
	line-height: 1.444em;
	font-size: 0.9em;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .btn-readmore {
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #0aa3f3;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 32px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .btn-readmore:hover,
.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .btn-readmore:focus {
	text-decoration: none;
	color: #fff;
	background: #0aa3f3;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder .btn-readmore:focus {
	outline-offset: 2px;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder {
	align-items: flex-start;
	width: 25px;
	margin-right: 10px;
	margin-top: 10px;
}

.our-features .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder svg {
	font-size: 24px;
	color: #0aa3f3;
}

.our-features .widget.widget_media_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 39%;
	overflow: hidden;
	height: 100%;
}

.our-features .widget.widget_media_image .wp-caption {
	position: static;
}

.our-features .widget.widget_media_image img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*================================
 Team section widget
 ================================*/

.our-team {
	margin: 100px 0;
}

.our-team .widget {
	margin: 0;
}

.our-team .widget.widget_text {
	grid-column: 1 / span 3;
}

.our-team .widget.widget_text {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 30px auto;
}

.our-team .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-team .widget.widget_text .textwidget {
	font-size: 0.9em;
}

.our-team .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.widget_rrtc_description_widget .rtc-team-holder-modal.show {
	display: none !important;
}

.our-team .widget_rrtc_description_widget .image-holder img {
	vertical-align: top;
	border-radius: 5px 5px 0 0;
}

.widget_rrtc_description_widget .rtc-team-holder {
	background: #0aa3f3;
	text-align: center;
	color: #fff;
	padding: 0 0 20px;
	border-radius: 5px;
}

.widget_rrtc_description_widget .text-holder {
	padding: 50px 30px 30px;
}

.widget_rrtc_description_widget .text-holder .name {
	display: block;
	line-height: 1em;
	font-size: 1.047em;
	font-weight: 700;
}

.widget_rrtc_description_widget .text-holder .designation {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 15px;
}

.widget_rrtc_description_widget .social-profile {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

.widget_rrtc_description_widget .social-profile li {
	display: inline-block;
	margin: 0 10px 10px;
}

.widget_rrtc_description_widget .social-profile li a {
	color: #fff;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.widget_rrtc_description_widget .social-profile li a:hover,
.widget_rrtc_description_widget .social-profile li a:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.widget_rrtc_description_widget .social-profile li a:focus {
  
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: transparent;
}

.ps__thumb-y {
	background-color: rgba(0, 0, 0, 0.15);
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: rgba(0, 0, 0, 0.3);
	width: 6px;
}

/*=================================
 Testimonial section style
 ================================*/

.our-testimonial {
	margin: 90px 0;
}

.our-testimonial .widget {
	margin: 0;
}

.our-testimonial .widget.widget_text {
	grid-column: 1 / span 2;
}

.our-testimonial .widget.widget_text {
	text-align: center;
	max-width: 830px;
	margin: 0 auto;
}

.our-testimonial .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-testimonial .section-header .widget_text .textwidget {
	font-size: 0.9em;
}

.our-testimonial .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px 30px;
}

.widget_rrtc_testimonial_widget {
	display: flex;
	flex: auto;
	flex-flow: row wrap;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-holder {
	display: flex;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.widget_rrtc_testimonial_widget .text-holder {
	display: flex;
	flex: 1;
	/*align-items: center;*/
	flex-wrap: wrap;
}

#secondary .widget_rrtc_testimonial_widget .text-holder {
	padding: 30px;
}

.widget_rrtc_testimonial_widget .text-holder .testimonial-meta {
	display: flex;
	order: 2;
	margin-top: 0;
	padding-left: 20px;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 70px);
}

.widget_rrtc_testimonial_widget .testimonial-content {
	font-size: 0.9em;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 50px 70px;
	margin: 0 0 24px;
	display: flex;
	flex: auto;
	flex-direction: column;
	justify-content: center;
}

.widget_rrtc_testimonial_widget .testimonial-content p {
	margin: 0;
}

.widget_rrtc_testimonial_widget .text-holder .testimonial-meta .name {
	display: block;
	line-height: 1em;
	font-size: 1.047em;
	font-weight: 700;
	color: #111;
}

.widget_rrtc_testimonial_widget .text-holder .testimonial-meta .designation {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
}

.widget_rrtc_testimonial_widget .img-holder {
	width: 70px;
	height: 70px;
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.widget_rrtc_testimonial_widget .img-holder img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

/*================================
 Stats Section Style
 ================================*/

.our-stats {
	background: #f7fcfe;
	padding: 100px 0;
}

.our-stats .widget.widget_text {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 10px;
}

.our-stats .widget {
	margin: 0;
}

.our-stats .widget.widget_text {
	grid-column: 1 / span 4;
}

.our-stats .widget.widget_text .textwidget {
	font-size: 0.9em;
}

.our-stats .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-stats .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
	position: relative;
	padding-left: 70px;
	display: grid;
	grid-template-rows: repeat(2, auto);
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder,
.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .image-holder {
	position: absolute;
	top: 50%;
	left: 0;
	color: #0aa3f3;
	font-size: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget_raratheme_companion_stat_counter_widget .widget-title,
#secondary .widget.widget_raratheme_companion_stat_counter_widget .widget-title {
	font-size: 0.9em;
	font-weight: 300;
	margin: 0;
}

.widget_raratheme_companion_stat_counter_widget .hs-counter {
	grid-row-start: 1;
	line-height: 1em;
	font-size: 2.3em;
	font-weight: 700;
	color: #0aa3f3;
}

/*================================
 Skill section style
 ================================*/

.our-skills {
	padding: 90px 0;
	background: url(images/bg-skills.jpg) no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
	position: relative;
}

.our-skills:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 163, 243, 0.8);
}

.our-skills .container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
}

.our-skills .text-holder {
	align-items: flex-start;
	width: 50%;
	margin-right: 30px;
	color: #fff;
	font-size: 0.9em;
}

.our-skills .text-holder .title {
	font-weight: 700;
	line-height: 1.13em;
	font-size: 2.3em;
	margin: 0 0 15px;
}

.our-skills .skills-holder {
	align-items: flex-start;
	flex: 1 0 0;
}

.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
	width: 100%;
	float: left;
}

.skills .skill {
	margin-bottom: 20px;
}

.skills .skill .skill-title {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 0.9em;
}

.skills .skill .skill-bar {
	width: 0;
	height: 20px;
	padding: 2px;
	border-radius: 100px;
	background: #fff;
	transition: 1s cubic-bezier(1, 0, 0.5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, 0.5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, 0.5, 1);
}

.skills.active .skill .skill-bar {
	width: 100%;
}

.skills .skill .skill-bar span {
	float: left;
	width: 0;
	background: #9de8fb;
	height: 16px;
	border-radius: 100px;
	position: relative;
	transition: 1s cubic-bezier(1, 0, 0.5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, 0.5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, 0.5, 1);
}

.skills .skill .skill-bar span b {
	float: left;
	width: 100%;
	position: relative;
	text-align: right;
	opacity: 0;
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
	top: -40px;
}

/*===================================
 portfolio section style
 ==================================*/

.portfolio {
	margin: 100px 0 70px 0;
}

.single-portfolio article.portfolio {
	padding: 0;
}

.portfolio .widget {
	margin: 0;
}

.portfolio .widget.widget_text {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 60px;
}

.portfolio .widget.widget_text .textwidget {
	font-size: 0.9em;
}

.portfolio .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.portfolio-holder img {
	width: 100%;
	vertical-align: top;
}

.portfolio-holder .button-group {
	text-align: center;
	margin: 0 0 50px;
}

.portfolio-holder .button-group .button {
	border: 0;
	font-size: 1.1em;
	border: 0;
	padding: 0 5px 5px;
	margin: 0 25px;
	font-weight: 700;
	color: #4a4a4a;
	position: relative;
}

.portfolio-holder .button-group .button:hover,
.portfolio-holder .button-group .button:focus {
	background: none;
	color: #0aa3f3;
}

.portfolio-holder .button-group .button:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0aa3f3;
	opacity: 0;
}

.portfolio-holder .button-group .button.is-checked {
	color: #0aa3f3;
}

.portfolio-holder .button-group .button.is-checked:after {
	opacity: 1;
}

.portfolio-holder .filter-grid .element-item {
	padding: 15px;
	width: 20%;
}

.portfolio-holder .filter-grid .element-item .img-holder {
	position: relative;
}

.portfolio-holder .filter-grid .element-item .img-holder a {
	display: block;
}

.portfolio-holder .filter-grid .element-item .img-holder a:focus {
	outline-offset: 2px;
}

.portfolio-holder .filter-grid .element-item .img-holder .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 163, 243, 0.9);
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
	opacity: 0;
	pointer-events: none;
}

.portfolio-holder .filter-grid .element-item .img-holder:hover .text-holder,
.portfolio-holder .filter-grid .element-item .img-holder:focus .text-holder,
.portfolio-holder .filter-grid .element-item .img-holder:focus-within .text-holder {
	opacity: 1;
}

.portfolio-holder .filter-grid .element-item .img-holder .text-holder .text {
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.portfolio-holder .filter-grid .element-item .img-holder .text-holder .text .title {
	font-size: 1.222em;
	font-weight: 700;
	margin: 0 0 10px;
}

/*=================================
TAXONOMY PORTFOLIO CATEGORY
=================================*/
.tax-rara_portfolio_categories .archive-description {
	margin-top: 20px;
}

.tax-rara_portfolio_categories .filter-grid {
}

.tax-rara_portfolio_categories .filter-grid article {
	padding: 15px;
	margin-bottom: 0;
	float: left;
	width: 33.33%;
}

.tax-rara_portfolio_categories .portfolio-holder .filter-grid article .element-item {
	width: 100%;
	padding: 0;
}

.tax-rara_portfolio_categories .breadcrumb-wrapper,
.tax-rara_portfolio_categories .page-header {
	text-align: center;
}

.tax-rara_portfolio_categories .filter-grid .navigation {
	grid-column: 1 / span 3;
	text-align: center;
	margin-top: 30px;
	width: 100%;
	clear: both;
}

.tax-rara_portfolio_categories .pagination .page-numbers {
	float: none;
	display: inline-block;
}

/*================================
 Pricing Section Style
 ================================*/

.our-pricing {
	padding: 70px 0;
}

.our-pricing .widget {
	margin: 0;
}

.our-pricing .section-header {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 110px;
}

.our-pricing .section-header .widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.our-pricing .section-header .widget_text .textwidget {
	font-size: 0.9em;
}

.our-pricing .pricing-holder {
	text-align: center;
}

.our-pricing .pricing-holder .col {
	display: inline-block;
	width: 33.333%;
	background: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.09);
	vertical-align: middle;
	border-radius: 5px;
	padding: 80px 20px;
}

.our-pricing .pricing-holder .col h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #111;
	margin: 0 0 25px;
}

.our-pricing .pricing-holder .col .icon-holder {
	margin: 0 0 30px;
}

.our-pricing .pricing-holder .col .price-holder {
	font-size: 2.25em;
	color: #111;
	font-weight: 700;
	margin: 0 0 20px;
}

.our-pricing .pricing-holder .col .price-holder .currency {
	font-size: 0.444em;
}

.our-pricing .pricing-holder .col .price-holder .per-value {
	font-size: 0.444em;
	font-weight: 400;
}

.our-pricing .pricing-holder .col .plan-list {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

.our-pricing .pricing-holder .col .plan-list li {
	margin: 0 0 10px;
}

.our-pricing .pricing-holder .col .btn-signup {
	font-size: 0.8em;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #0aa3f3;
	display: inline-block;
	padding: 15px 50px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.our-pricing .pricing-holder .col.popular-plan .btn-signup {
	border-color: #fff;
	background: #fff;
	color: #0aa3f3;
}

.our-pricing .pricing-holder .col .btn-signup:hover,
.our-pricing .pricing-holder .col .btn-signup:focus {
	text-decoration: none;
	background: #0aa3f3;
	color: #fff;
}

.our-pricing .pricing-holder .col.popular-plan {
	background: #0aa3f3;
	position: relative;
	z-index: 1;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}

.our-pricing .pricing-holder .col.popular-plan h3,
.our-pricing .pricing-holder .col.popular-plan .price-holder,
.our-pricing .pricing-holder .col.popular-plan .plan-list {
	color: #fff;
}

.our-pricing .pricing-holder .col.popular-plan .tag {
	color: #fff;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #58c2f9;
	border-radius: 5px;
	padding: 5px 15px;
	position: absolute;
	top: -17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.our-pricing .pricing-holder .col.premium-plan h3,
.our-pricing .pricing-holder .col.premium-plan .price-holder {
	color: #0aa3f3;
}

/*================================
 Blog section style
 ================================*/

.blog-section {
	margin: 100px 0 70px 0;
}

.blog-section .widget {
	margin: 0;
}

.blog-section .section-header {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 60px;
}

.blog-section .section-header .widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.blog-section .section-header .widget_text .textwidget {
	font-size: 0.9em;
}

.blog-section .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.blog-section .blog-post .post-thumbnail {
	display: block;
	margin: 0 0 35px;
}

.blog-section .blog-post .post-thumbnail:focus {
	outline-offset: 2px;
}

.blog-section .blog-post .post-thumbnail img {
	vertical-align: top;
	border-radius: 5px;
}

.blog-section .blog-post .entry-title {
	line-height: 1.272em;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 10px;
}

.blog-section .blog-post .entry-title a {
	color: #111;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.blog-section .blog-post .entry-title a:hover,
.blog-section .blog-post .entry-title a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.blog-section .blog-post .entry-meta {
	font-size: 0.9em;
	line-height: 1.444em;
	font-weight: 300;
	color: #7b7b7b;
}

.byline {
	text-transform: capitalize;
}

.blog-section .blog-post .entry-meta a {
	color: #7b7b7b;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.blog-section .blog-post .entry-meta a:hover,
.blog-section .blog-post .entry-meta a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.blog-section .blog-post .entry-meta .posted-on,
.blog-section .blog-post .entry-meta .separator {
	margin-right: 10px;
}

/*================================
 CTA Sectin Style
 ================================*/

.cta>.container {
	max-width: 100%;
	padding: 0;
}

.cta .widget {
	margin: 0;
}

.widget_raratheme_companion_cta_widget .text,
.widget_raratheme_companion_cta_widget .bttk-cta-bg {
	color: #fff;
	padding: 50px;
}

.cta .widget_raratheme_companion_cta_widget .text,
.cta .widget_raratheme_companion_cta_widget .bttk-cta-bg {
	padding: 100px 0;
}

.widget_raratheme_companion_cta_widget .bttk-cta-bg {
	position: relative;
	z-index: 1;
}

.widget_raratheme_companion_cta_widget .bttk-cta-bg::before {
	content: "";
	background: rgba(0, 0, 0, 0.55);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.centered {
	text-align: center;
}

.cta .widget_raratheme_companion_cta_widget .raratheme-cta-container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.cta .widget_raratheme_companion_cta_widget .right .raratheme-cta-container {
	position: relative;
}

.cta .widget .widget-title {
	font-size: 2.3em;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1;
}

.cta .widget .text-holder {
	font-size: 0.9em;
}

.cta .widget .text-holder p {
	margin: 0;
}

.cta .widget .button-wrap {
	margin: 80px 0 0;
}

.cta .widget .btn-cta {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 1.2em;
	font-weight: 700;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
	padding: 25px 100px;
	margin: 0 5px;
}

.cta .widget .btn-cta:hover,
.cta .widget .btn-cta:focus {
	text-decoration: none;
	background: none;
	color: #fff;
}

.cta .widget .btn-cta:focus {
  
}

.cta .widget .right {
	text-align: left;
	position: relative;
}

.cta .widget .right .widget-title,
.cta .widget .right .text-holder {
	width: 50%;
}

.cta .widget .right .button-wrap {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cta .widget .right .btn-cta {
	padding: 15px 50px;
}

/*================================
 FAQ section style
 ================================*/

.faq-section {
	margin: 100px 0;
	padding-bottom: 100px;
	border-bottom: 1px solid #d8d8d8;
}

.faq-section .widget {
	margin: 0 auto 50px;
	max-width: 770px;
}

.faq-section .widget.widget_text {
	text-align: center;
	margin-bottom: 60px;
}

.faq-section .widget.widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.faq-section .widget.widget_text .textwidget {
	font-size: 0.9em;
}

.faq-section .widget {
	max-width: 770px;
	margin: 0 auto;
}

.faq-section .widget .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-section .widget .accordion li {
	padding: 30px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.faq-section .widget .accordion li::before,
.faq-section .widget .accordion li::after {
	content: "";
	background: #d8d8d8;
	top: 0;
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.faq-section .widget .accordion li::before {
	left: 30px;
	width: auto;
	right: 0;
}

.faq-section .widget .accordion li::after {
	background: none;
	border: 1px solid transparent;
}

.faq-section .widget .accordion li.show::before,
.faq-section .widget .accordion li:first-child::before,
.faq-section .widget .accordion li.show+li:before {
	opacity: 0;
	visibility: hidden;
}

.faq-section .widget .accordion li.show::after {
	height: 100%;
	border-color: #d8d8d8;
}

.faq-section .widget .accordion li .toggle {
	font-size: 20px;
	font-weight: 700;
	color: #4a4a4a;
	display: block;
	margin: 0;
	position: relative;
	padding: 0 30px 0 0;
	letter-spacing: 0;
}

.faq-section .widget .accordion li .toggle:after {
	width: 18px;
	height: 2px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 14px;
	right: 0;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.faq-section .widget .accordion li .toggle:before {
	width: 2px;
	height: 18px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 6px;
	right: 7px;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.faq-section .widget .accordion li.show .toggle:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-section .widget .accordion li.show .toggle:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.faq-section .btn-holder {
	text-align: center;
}

.faq-section .btn-holder .btn-view {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #0aa3f3;
	border-radius: 5px;
	padding: 15px 47px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.faq-section .btn-holder .btn-view:hover,
.faq-section .btn-holder .btn-view:focus {
	text-decoration: none;
	background: #0aa3f3;
	color: #fff;
}

/*================================
 Contact Section Style
 ================================*/

.contact-section {
	padding: 70px 0;
}

.contact-section .widget {
	margin: 0 auto 50px;
	max-width: 770px;
}

.contact-section .section-header {
	text-align: center;
	max-width: 830px;
	margin: 0 auto 60px;
}

.contact-section .section-header .widget_text .widget-title {
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
	font-size: 2.3em;
	line-height: 1.13em;
}

.contact-section .section-header .widget_text .textwidget {
	font-size: 0.9em;
}

.contact-section .holder {
	display: flex;
	flex-direction: row;
}

.contact-section .holder .left {
	align-items: flex-start;
	margin-right: 30px;
	width: 50%;
}

.contact-section .holder .left .contact-detail {
	overflow: hidden;
	font-size: 0.9em;
	font-weight: 400;
	color: #111;
	margin: 0 0 20px;
}

.contact-section .holder .left .contact-detail a {
	color: #111;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.contact-section .holder .left .contact-detail a:hover,
.contact-section .holder .left .contact-detail a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.contact-section .holder .left .contact-detail .tel-link,
.contact-section .holder .left .contact-detail address,
.contact-section .holder .left .contact-detail .email-link,
.contact-section .holder .left .contact-detail .social-networks {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 10px 0;
	font-style: normal;
}

.contact-section .holder .left .contact-detail svg {
	margin-right: 10px;
}

.contact-section .holder .left .contact-detail .social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.contact-section .holder .left .contact-detail .social-networks li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.contact-section .holder .left .map-holder img {
	vertical-align: top;
	border-radius: 5px;
}

.contact-section .holder .form-holder {
	align-items: flex-start;
	flex: 1 0 0;
}

/*================================
 Our-clients
 ================================*/

.our-clients {
	/*margin: 100px 0;*/
}

.our-clients .widget {
	margin: 0;
}

.our-clients .widget .widget-title {
	font-weight: 700;
	color: #111;
	font-size: 2.3em;
	line-height: 1.13em;
	text-align: center;
	grid-column: 1 / span 4;
}

.our-clients .widget .raratheme-client-logo-inner-holder {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	align-items: center;
	text-align: center;
}

.our-clients .widget .image-holder a {
	display: block;
}

.our-clients .widget .image-holder img {
	vertical-align: top;
}

.our-clients .widget .image-holder img.black-white {
	filter: grayscale(100%);
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.our-clients .widget .image-holder a:hover>img.black-white {
	filter: grayscale(0);
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	font-size: 1.6em;
	line-height: 1;
}

/*================================
 Blog page style
 ================================*/

#content {
	/* padding: 70px 0; */
}

#primary {
	grid-column: 1 / span 2;
}

.fullwidth-wide #primary {
	grid-column: 1 / span 3;
}

.leftsidebar #primary {
	grid-column-start: 2;
}

#primary .post {
	/* margin-bottom: 70px; */
}

#primary .post .entry-header {
	margin: 0 0 45px;
}

#primary .post .entry-header .entry-meta {
	font-size: 0.9em;
	line-height: 1.444em;
	font-weight: 300;
	color: #7b7b7b;
	margin: 0 0 15px;
}

#primary .post .entry-header .entry-meta a {
	color: #7b7b7b;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

#primary .post .entry-header .entry-meta a:hover,
#primary .post .entry-header .entry-meta a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

#primary .post .entry-header .entry-meta .separator {
	margin-right: 10px;
	margin-left: 10px;
}

#primary .site-main article .entry-header .entry-title {
	font-size: 1.6em;
	line-height: 1.235em;
}

#primary .site-main article .entry-header .entry-title a {
	color: #111;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

#primary .site-main article .entry-header .entry-title a:hover,
#primary .site-main article .entry-header .entry-title a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

#primary .site-main article .post-thumbnail {
	display: block;
	margin-bottom: -10px;
}

#primary .site-main article .post-thumbnail:focus {
	outline-offset: 2px;
}

#primary .site-main article .post-thumbnail img {
    vertical-align: top;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}

@media (min-width: 1400px){
	#primary .site-main article .post-thumbnail img {
		max-height:300px;
	}
	.archive .post h2 a, .archive .dochki h2 a {
		font-size: 18px !important;
	}
}

#primary .site-main article .entry-content {
	margin: 0;
}

.dochki .entry-footer, #primary .site-main article .entry-footer {
	margin-top: 15px;
}

.dochki .entry-footer:after, #primary .site-main article .entry-footer:after {
	content: "";
	display: block;
	clear: both;
}

/*============================
 Pagination Style
 ============================*/

.post-navigation {
	margin-bottom: 60px;
}

.pagination .prev,
.pagination .next {
	display: none !important;
}

.navigation .nav-links:before,
.navigation .nav-links:after {
	content: "";
	display: table;
}

.navigation .nav-links:after {
	clear: both;
}

.pagination .page-numbers {
    float: left;
    font-weight: 600;
    margin-right: 10px;
    border: 2px solid #7b7d7e;
    border-radius: 0px;
    padding: 7px 14px 6px 13px;
    color: #7b7d7e;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
    font-size: 14px;
}

.pagination a:hover,
.pagination a:focus,
.pagination .current {
	background: #2c364a;
	border-color: #2c364a;
	color: #fff;
}

.post-navigation .nav-links a {
	font-size: 16px;
	position: relative;
	color: #4a4a4a;
	display: inline-block;
	padding-left: 55px;
	padding-right: 5px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.post-navigation .nav-links div.nav-next a {
	padding-left: 5px;
	padding-right: 55px;
}

.post-navigation .nav-links a span.nav-arrow {
	position: absolute;
	top: 6px;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	font-weight: 600;
}

.post-navigation .nav-links div.nav-next a span.nav-arrow {
	left: auto;
	right: 0;
}

.post-navigation .nav-links a span {
	color: #4a4a4a;
	display: block;
	font-weight: 600;
}

.post-navigation .nav-links div a:hover {
	color: #0aa3f3;
}

.post-navigation .nav-links div a:hover svg {
	border-color: #0aa3f3;
}

/*==============================
 Blog Full Width Style
 ==============================*/

.full-width #content .content-grid {
	max-width: 1400px;
	margin: 0 auto;
}

.full-width #primary {
	grid-column: 1 / span 4;
}

.full-width #primary .post {
	/* text-align: center; */
}

.full-width #primary .post .entry-footer .btn-readmore {
	float: none;
	display: inline-block;
}

.full-width .pagination {
	text-align: center;
}

.full-width .pagination .page-numbers {
	float: none;
	display: inline-block;
	margin: 0 5px;
}

/*==============================
 Breadcrumbs style
 ==============================*/

#crumbs {
	margin: 0 0 15px;
	line-height: 1.625em;
	font-size: 0.8em;
	color: #7b7b7b;
}

#crumbs a {
	color: #7b7b7b;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

#crumbs a:hover,
#crumbs a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.full-width #crumbs {
	/* text-align: center; */
}

#crumbs .current a {
	pointer-events: none;
	cursor: default;
}

#crumbs span.separator {
	margin: 0 5px;
}

/*============================
 Page Header Style
 ============================*/

.page-header {
	margin: 0 0 30px;
}

.page-header span,
.page-header p {
	/* font-size: 0.9em; */
}

.full-width .page-header {
	/* text-align: center; */
}

/*===============================
 Search Result Page style
 ===============================*/

.search-no-results .content-area .page-header {
	display: none;
}

.search-no-results .content-area .site-main .page-header {
	display: block;
	margin-bottom: 30px;
}

.search .page-header .page-title {
	font-size: 1.7em;
}

.portfolio-holder .no-results {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.page-header .search-form,
.no-results .search-form {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 16px 20px;
}

.page-header .search-form:after,
.no-results .search-form:after {
	content: "";
	display: block;
	clear: both;
}

.page-header .search-form label,
.no-results .search-form label {
	float: left;
	width: 95%;
}

.page-header .search-form input[type="search"],
.no-results .search-form input[type="search"] {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	float: left;
	font-size: 0.9em;
}

.page-header .search-form input[type="submit"],
.no-results .search-form input[type="submit"] {
	float: right;
	font-size: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: url(images/bg-search.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 6px 0 0;
}

.tax-rara_portfolio_categories .no-results .page-header {
	margin-bottom: 0;
}

.tax-rara_portfolio_categories .no-results .page-header .page-title {
	font-size: 1.3em;
}

.tax-rara_portfolio_categories .no-results .page-content {
	margin-top: 20px;
}

/*==============================
 Error Page Style
 ==============================*/

.error404 .page-header .page-title {
	font-size: 1.7em;
}

.error-holder {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 0 80px;
}

.error-holder .img-holder {
	margin-right: 60px;
	width: 515px;
	align-items: flex-start;
}

.error-holder .text-holder {
	align-items: flex-start;
	flex: 1 0 0;
}

.error-holder .text-holder h2 {
	line-height: 1.272em;
	font-size: 1.1em;
	color: #111;
	margin: 0 0 40px;
}

.error-holder .text-holder span {
	font-size: 0.9em;
	display: block;
	margin: 0 0 10px;
}

.error-holder .text-holder .search-form {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 16px 20px;
	margin: 0 0 50px;
}

.error-holder .text-holder .search-form:after {
	content: "";
	display: block;
	clear: both;
}

.error-holder .text-holder .search-form label {
	float: left;
	width: 95%;
}

.error-holder .text-holder .search-form input[type="search"] {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	float: left;
	font-size: 0.9em;
}

.error-holder .text-holder .search-form input[type="submit"] {
	float: right;
	font-size: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: url(images/bg-search.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 6px 0 0;
}

.error-holder .text-holder .btn-home {
	text-align: center;
    border: 2px solid #000000;
    display: inline-block;
    color: #000000;
    margin-bottom: 3px;
    opacity: 1;
    padding: 7px 16px 9px 16px;
    box-shadow: none;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    transition: ease 0.2s;
}

.error-holder .text-holder .btn-home:hover,
.error-holder .text-holder .btn-home:focus {
    color: #fff;
    transition: ease 0.2s;
    background: #000;
}

.error404 .recent-post .section-title {
	line-height: 1.235em;
	font-size: 1.7em;
	color: #111;
	margin: 0 0 40px;
}

.error404 .recent-post .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px 30px;
}

.error404 .recent-post .col .post-thumbnail {
	display: block;
	margin: 0 0 30px;
}

.error404 .recent-post .col .post-thumbnail img {
	vertical-align: top;
	border-radius: 5px;
}

.error404 .recent-post .col .entry-title {
	line-height: 1.272em;
	font-size: 1.1em;
	margin: 0 0 5px;
}

.error404 .recent-post .col .entry-title a {
	color: #111;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.error404 .recent-post .col .entry-title a:hover,
.error404 .recent-post .col .entry-title a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.error404 .recent-post .col .entry-meta {
	font-size: 0.9em;
}

.error404 .recent-post .col .entry-meta .posted-on,
.error404 .recent-post .col .entry-meta .separator {
	margin-right: 10px;
}

.error404 .recent-post .col .entry-meta a {
	color: #7b7b7b;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.error404 .recent-post .col .entry-meta a:hover,
.error404 .recent-post .col .entry-meta a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

/*==============================
 Single Post Style
 =============================*/

.single #primary .post .entry-header .entry-title {
	line-height: 1.111em;
	font-size: 2.25em;
	color: #6bb210;
	margin: 0 0 15px;
}

.single #primary .post .entry-header {
	margin: 0 0 30px;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote {
	font-size: 1.1em;
	line-height: 1.363em;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 34px 60px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	font-weight: 400;
}

#primary .post .entry-content blockquote p,
#primary .page .entry-content blockquote p {
	margin: 0;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
	float: right;
	width: 370px;
	border-left: 1px solid #d8d8d8;
	font-weight: 400;
	font-style: italic;
	padding: 20px 0 20px 30px;
	line-height: 1.5em;
	margin-left: 20px;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
	float: left;
	width: 370px;
	border-right: 1px solid #d8d8d8;
	font-weight: 400;
	font-style: italic;
	padding: 20px 30px 20px 0;
	line-height: 1.5em;
	margin-right: 20px;
}

#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight {
	background: #e6f6fe;
}

#primary .post .entry-content ol,
#primary .page .entry-content ol {
	list-style: none;
    counter-reset: custom-counter;
    padding-left: 0;
    margin: 20px 0;
}

#primary .post .entry-content ol>li,
#primary .page .entry-content ol>li {
	position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    line-height: 1.5;
}

#primary .post .entry-content ol>li:before,
#primary .page .entry-content ol>li:before {
	content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #e67e22;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

#primary .post .entry-content li>ol,
#primary .page .entry-content li>ol,
#primary .post .entry-content li>ul,
#primary .page .entry-content li>ul {
	font-size: 1em;
	margin: 1.5em 0 1.5em 1.5em;
}

#primary .post .entry-content ul,
#primary .page .entry-content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

#primary .post .entry-content ul>li,
#primary .page .entry-content ul>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
}

#primary .post .entry-content ul > li:before,
#primary .page .entry-content ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #e67e22;
    border-radius: 50%;
}

#primary .post .entry-content table,
#primary .page .entry-content table {
	width: 100%;
	border: 1px solid #dde4e6;
	border-collapse: separate;
	border-radius: 5px;
}

#primary .post .entry-content table tbody tr:nth-child(2n),
#primary .page .entry-content table tbody tr:nth-child(2n) {
	background: #fcfdfd;
}

#primary .post .entry-content table tbody td,
#primary .page .entry-content table tbody td {
	border-bottom: 1px solid #dde4e6;
	border-right: 1px solid #dde4e6;
	padding: 1vw 1.5vw;
}

#primary .post .entry-content table tbody tr:last-child td,
#primary .page .entry-content table tbody tr:last-child td {
	border-bottom: 0;
}

#primary .post .entry-content table tbody td:last-child,
#primary .page .entry-content table tbody td:last-child {
	border-right: 0;
}

#primary .post .entry-content table thead th,
#primary .page .entry-content table thead th {
	background: #d0e5f2;
	text-align: left;
	padding: 1vw 1.5vw;
}

#primary .post .entry-content table thead th:nth-child(2n),
#primary .page .entry-content table thead th:nth-child(2n) {
	background: #e7f2f9;
}

#primary .post .entry-footer .social-share {
	margin: 0 0 30px;
}

#primary .post .entry-footer .social-share strong {
	font-size: 1.1em;
	font-weight: 700;
	color: #111;
	margin-right: 25px;
}

#primary .post .entry-footer .tag {
	overflow: hidden;
	line-height: 1.444em;
	font-size: 0.9em;
	font-weight: 400;
}

#primary .post .entry-footer .tag a {
	float: left;
	color: #4a4a4a;
	background: #e7f2f9;
	border-radius: 40px;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

#primary .post .entry-footer .tag a:hover,
#primary .post .entry-footer .tag a:focus {
	text-decoration: none;
	color: #fff;
	background: #0aa3f3;
	border-color: #0aa3f3;
}

.categories {
	font-size: 0.9em;
	line-height: 1.444em;
	display: inline-block;
	vertical-align: middle;
}

.categories a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #7b7b7b;
	padding-right: 30px;
}

.categories a:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 15px;
}

.categories a:last-child:after {
	display: none;
}

.single .social-share {
	display: inline-block;
	vertical-align: middle;
}

/*==============================
 Author Section style
 ==============================*/

.author-section {
	overflow: hidden;
	border: 1px solid #d8d8d8;
	padding: 70px;
	border-radius: 5px;
	margin: 60px 0;
}

.author-section .img-holder {
	float: left;
	width: 170px;
	margin: 15px 60px 0 0;
}

.author-section .img-holder img {
	vertical-align: top;
	border-radius: 50%;
}

.author-section .text-holder {
	overflow: hidden;
	font-size: 0.9em;
}

.author-section .text-holder .name {
	font-size: 1.222em;
	color: #111;
	font-weight: 700;
	line-height: 1.772em;
	margin: 0;
}

.author-section .text-holder .social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.author-section .text-holder .social-networks li {
	float: left;
	margin-right: 15px;
}

.author-section .text-holder .social-networks li a {
	display: block;
	text-align: center;
	background: #0aa3f3;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 17px;
	line-height: 36px;
}

.author-section .text-holder .social-networks li .fa-facebook {
	background: #3b5999;
}

.author-section .text-holder .social-networks li .fa-twitter {
	background: #55acee;
}

.author-section .text-holder .social-networks li .fa-instagram {
	background: #e4405f;
}

.author-section .text-holder .social-networks li .fa-linkedin {
	background: #0077b5;
}

.author-section .text-holder .social-networks li .fa-rss {
	background: #ff6d00;
}

.author-section .text-holder .social-networks li .fa-pinterest-p {
	background: #bd081c;
}

/*==============================
 Related Post / Popular Posts
 =============================*/

.related-post,
.popular-post {
	margin: 0 0 0px;
}

.related-post .section-title,
.popular-post .section-title {
	
}

.popular-post .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px;
}

.related-post .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px;
}

@media (min-width: 0px) and (max-width: 768px) { 
	.related-post .grid {
		grid-template-columns: repeat(1, 1fr);
		gap:20px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	   .related-post .grid {
		   grid-template-columns: repeat(2, 1fr);
		   gap:20px;
	}
}

.related-post .col .post-thumbnail,
.popular-post .col .post-thumbnail {
	display: block;
	margin: 0px;
}

.related-post .col .post-thumbnail img,
.popular-post .col .post-thumbnail img {
	vertical-align: top;
    border-radius: 30px;
    height: 270px;
    object-fit: cover;
}

.related-post .col .entry-title,
.popular-post .col .entry-title {
    margin-bottom: 10px;
}

/*===============================
 Comment section style
 ===============================*/

.comments-area {
	margin: 0 0 60px;
}

.comments-area .comments-title {
	font-size: 1.1em;
	line-height: 1.272em;
	color: #111;
	margin: 0 0 15px;
	font-weight: 700;
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area .comment-list {
	background: #f8f9f9;
	padding: 40px;
	border-radius: 5px;
	margin-bottom: 80px;
}

.comments-area .comment-body {
	overflow: hidden;
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.comments-area li:last-child .comment-body {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comments-area .comment-body .comment-meta {
	float: left;
	width: 70px;
	margin-right: 20px;
}

.comments-area .comment-body .comment-meta img {
	border-radius: 50%;
	vertical-align: top;
}

.comments-area .comment-body .text-holder {
	overflow: hidden;
}

.comments-area .comment-body .text-holder .top {
	overflow: hidden;
	margin: 0 0 5px;
}

.comments-area .comment-body .text-holder .top .left {
	float: left;
}

.comments-area .comment-body .text-holder .top .reply {
	float: right;
}

.comments-area .comment-body .fn {
	font-size: 0.9em;
	line-height: 1.444em;
	color: #111;
	margin: 0;
	display: block;
	font-weight: 700;
}

.comments-area .comment-body .fn a {
	color: #111;
}

.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
	text-decoration: none;
	color: #f3c9dd;
}

.comments-area .comment-body .says {
	display: none;
}

.comments-area .comment-body .comment-metadata {
	font-size: 0.8em;
}

.comments-area .comment-body .comment-metadata a {
	color: #4a4a4a;
}

.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.comments-area .comment-body .reply {
	font-size: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comments-area .comment-body .reply a {
	text-decoration: none;э
	color: #8f8f8f;
}

.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
	text-decoration: none;
	color: #0aa3f3;
}

.comments-area .comment-body .comment-content {
	font-size: 0.9em;
}

.comments-area .comment-body .comment-content p {
	margin: 0 0 5px;
}

.comments-area .children {
	margin-left: 25px;
}

.comments-area .children li {
	padding-left: 30px;
	position: relative;
}

.comments-area .bypostauthor .comment-body {
	background: #fff;
	padding: 25px 30px;
	border-radius: 5px;
	border: 1px solid #ededed;
}

/*===============================
 Comment form style
 ===============================*/

.comments-area .comment-reply-title {
	font-size: 1.1em;
	line-height: 1.272em;
	color: #111;
	margin: 0 0 5px;
	font-weight: 700;
}

.comments-area .comment-form label {
	display: block;
	margin: 0 0 5px;
	display: none;
}

.comments-area .comment-form p.comment-form-cookies-consent {
	grid-column: 1 / span 2;
}

.comments-area .comment-form .comment-form-cookies-consent input#wp-comment-cookies-consent {
	display: inline-block;
	vertical-align: middle;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

.comments-area .comment-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px 30px;
}

.comments-area .comment-form p {
	margin: 0;
}

.comments-area .comment-form .comment-notes {
	font-size: 0.9em;
	grid-column: 1 / span 2;
}

.comments-area .comment-form .comment-form-url,
.comments-area .comment-form .comment-form-comment,
.comments-area .comment-form .form-submit {
	grid-column: 1 / span 2;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"] {
	width: 100%;
}

/*===============================
 Single Post Full width
 ===============================*/

.single.full-width #primary .post {
	text-align: left;
}

@media (max-width: 665px){
	.single.full-width #primary .post {
		text-align: left;
		/*display: flex;*/
		align-items: center;
		flex-direction: column;
	}
}

.single.full-width #primary .post .entry-header {
	text-align: center;
}

.single.full-width #primary .post .entry-footer {
	text-align: center;
}

.single.full-width #primary .post .entry-footer .category a {
	float: none;
	display: inline-block;
	margin: 0 5px;
}

.single.full-width .related-post,
.single.full-width .popular-post {
	margin-top:70px;
}

.single.full-width .related-post .grid,
.single.full-width .popular-post .grid {
	grid-gap: 60px 20px;
}

.full-width .comments-area .comments-title,
.full-width .comments-area .comment-reply-title,
.full-width .comments-area .comment-form .comment-notes,
.full-width .comments-area .comment-form .form-submit {
	text-align: center;
}

/*==============================
 Contact Page Style
 ==============================*/

.contact-grid {
	display: flex;
	flex-direction: row;
}

.contact-grid .left {
	align-items: flex-start;
	width: 50%;
	margin-right: 30px;
}

.contact-grid .right {
	align-items: flex-start;
	flex: 1 0 0;
}

.contact-grid .right .map-holder {
	margin: 0 0 40px;
}

.contact-grid .right .map-holder img {
	vertical-align: top;
	border-radius: 5px;
}

.contact-grid .right .contact-info h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #111;
	margin: 0 0 15px;
}

.contact-grid .right .contact-info .phone,
.contact-grid .right .contact-info .address,
.contact-grid .right .contact-info .email {
	font-size: 0.9em;
	font-weight: 400;
	color: #111;
	margin: 0 0 10px;
}

.contact-grid .right .contact-info .phone a,
.contact-grid .right .contact-info .address a,
.contact-grid .right .contact-info .email a {
	color: #111;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.contact-grid .right .contact-info .phone svg,
.contact-grid .right .contact-info .address svg,
.contact-grid .right .contact-info .email svg {
	margin-right: 10px;
}

.contact-grid .right .contact-info .address address {
	font-style: normal;
	margin: 0;
}

.contact-grid .right .contact-info .social-networks {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.contact-grid .right .contact-info .social-networks li {
	float: left;
	margin: 0 15px 15px 0;
}

.contact-grid .right .contact-info .social-networks li a {
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0aa3f3;
	text-align: center;
	line-height: 36px;
}

.contact-grid .right .contact-info .social-networks li a.fa-facebook {
	background: #3b5999;
}

.contact-grid .right .contact-info .social-networks li a.fa-twitter {
	background: #55acee;
}

.contact-grid .right .contact-info .social-networks li a.fa-instagram {
	background: #e4405f;
}

.contact-grid .right .contact-info .social-networks li a.fa-linkedin {
	background: #0077b5;
}

.contact-grid .right .contact-info .social-networks li a.fa-pinterest-p {
	background: #bd081c;
}

.contact-grid .right .contact-info .social-networks li a.fa-rss {
	background: #ff6d00;
}

/*==============================
 Team Page Style
 ==============================*/

.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.team-grid .widget {
	margin: 0;
}

.team-grid .widget_rrtc_description_widget .image-holder img {
	vertical-align: top;
	border-radius: 5px 5px 0 0;
}

.team-grid .widget_rrtc_description_widget .rtc-team-holder {
	background: #0aa3f3;
	text-align: center;
	color: #fff;
	padding: 0 0 20px;
	border-radius: 5px;
}

.team-grid .widget_rrtc_description_widget .text-holder {
	padding: 50px 30px 30px;
	max-height: 360px;
	overflow: auto;
}

.team-grid .widget_rrtc_description_widget .text-holder .name {
	display: block;
	line-height: 1em;
	font-size: 1.047em;
	font-weight: 700;
}

.team-grid .widget_rrtc_description_widget .text-holder .designation {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 15px;
}

.team-grid .widget_rrtc_description_widget .social-profile {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

.team-grid .widget_rrtc_description_widget .social-profile li {
	display: inline-block;
	margin: 0 10px 10px;
}

.team-grid .widget_rrtc_description_widget .social-profile li a {
	color: #fff;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

.team-grid .widget_rrtc_description_widget .social-profile li a:hover,
.team-grid .widget_rrtc_description_widget .social-profile li a:focus {
	text-decoration: none;
	opacity: 0.7;
}

.team-grid .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.team-grid .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
}

.team-grid .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.5);
}

/*==============================
 Testimonial Page Style
 ==============================*/

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px 30px;
}

/*==============================
 FAQ page style
 ==============================*/

.page-template-faq #crumbs {
	max-width: 770px;
	margin: 0 auto 15px;
	text-align: center;
}

.page-template-faq .page-header {
	max-width: 770px;
	margin: 0 auto 60px;
	text-align: center;
}

.page-template-faq .widget_raratheme_companion_faqs_widget {
	max-width: 770px;
	margin: 0 auto 60px;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li {
	padding: 30px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li::before,
.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li::after {
	content: "";
	background: #d8d8d8;
	top: 0;
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li::before {
	left: 30px;
	width: auto;
	right: 0;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li::after {
	background: none;
	border: 1px solid transparent;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li.show::before,
.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li:first-child::before,
.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li.show+li:before {
	opacity: 0;
	visibility: hidden;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li.show::after {
	height: 100%;
	border-color: #d8d8d8;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li .toggle {
	font-size: 0.9em;
	font-weight: 700;
	color: #4a4a4a;
	display: block;
	margin: 0;
	position: relative;
	padding: 0 30px 0 0;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li .toggle:after {
	width: 18px;
	height: 2px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 14px;
	right: 0;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li .toggle:before {
	width: 2px;
	height: 18px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 6px;
	right: 7px;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li.show .toggle:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.page-template-faq .widget_raratheme_companion_faqs_widget .accordion li.show .toggle:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

/*==============================
 Case Study Page Study
 ==============================*/

.page-template-portfolio #crumbs {
	max-width: 830px;
	margin: 0 auto 15px;
	text-align: center;
}

.page-template-portfolio .page-header {
	max-width: 830px;
	margin: 0 auto 60px;
	text-align: center;
}

.page-template-portfolio .portfolio-holder .filter-grid .element-item {
	width: 33.3333%;
}

/*==============================
 Secondary style
 ==============================*/

#secondary {
	grid-column: 3 / span 1;
	overflow: hidden;
}

.leftsidebar #secondary {
	grid-column-start: 1;
	grid-row-start: 1;
}


/*================================
 WIDGET
 ================================*/

.widget ul li a {
	color: #000;
}

.widget ul li a:hover {
	color: #0aa3f3;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	font-weight: 600;
	margin-bottom: 10px;
}

/*================================
 Footer Style
 ================================*/

.site-footer {
	background: #050505;
}

.site-footer .footer-t {
	padding: 50px 0px 30px 0px;
}

.footer-t .grid {
	text-align: left;
	color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.footer-t .grid .col {
	display: inline-block;
	vertical-align: top;
	width: 22.33%;
	/*margin-right: 3%;*/
}

.footer-t .grid .col:last-child {
	margin-right: 0;
}

.footer-t .widget-title {
	font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: initial;
    color: #fff;
    margin: 0 0 20px 0;
}

.archive.category .footer-t h2.widget-title {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	height: auto;
	color: #fff;
	margin: 0 0 20px 0;
}

.footer-t .widget ul li a {
	color: rgb(255 255 255 / 100%);
}

.site-footer .footer-b {
    padding: 50px 0 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

.site-footer .footer-b a {
	color: rgba(255, 255, 255, 0.3);
}

.site-footer .footer-b a:hover,
.site-footer .footer-b a:focus {
	color: rgba(255, 255, 255);
}

.site-footer .footer-b .separator {
	margin: 0 10px;
}

.header-t #primary-toggle-button {
	display: none;
}

.responsive-menu-holder {
	display: none;
}

span.policy_link {
	display: inline-block;
	margin-left: 10px;
}

/*=======================
WIDGET SEARCH
=======================*/

.widget_search .search-form:after,
.widget_product_search .search-form:after {
	content: "";
	display: block;
	clear: both;
}

.widget_search .search-form {
	width: 100%;
	border: 1px solid #d8d8d8;
    border-radius: 7px;
    padding: 10px 20px;
}

.widget_search .search-form label {
	float: left;
	width: calc(100% - 15px);
}

.widget_search .search-form input[type="search"] {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	float: left;
	font-size: 0.9em;
}

.widget_search .search-form input[type="submit"] {
	float: right;
	font-size: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: url(images/bg-search.png) no-repeat;
	width: 15px;
	height: 15px;
	margin: 2px 0 0;
}

.widget_product_search .search-form {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.widget_product_search .search-form input.search-field {
	width: calc(100% - 50px);
	float: left;
	border: none;
}

.widget_product_search .search-form label[for="submit-field"] {
	width: 40px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
	cursor: pointer;
}

.widget_product_search .search-form label[for="submit-field"]:hover {
	color: #0aa3f3;
}

.widget_product_search .search-form input.search-submit {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

/*===============================
COMMON CSS FOR DEFAULT WIDGET
===============================*/

#secondary .widget_recent_entries ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_archive ul li,
#secondary .widget_categories ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li,
#secondary .widget_pages ul li,
.widget_rss ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.widget_product_categories ul li {
	font-weight: 400;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

#secondary .widget_recent_entries ul li:last-child,
#secondary .widget_recent_comments ul li:last-child,
#secondary .widget_archive ul li:last-child,
#secondary .widget_categories ul li:last-child,
#secondary .widget_meta ul li:last-child,
#secondary .widget_nav_menu ul li:last-child,
#secondary .widget_pages ul li:last-child,
.widget_rss ul li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget_product_categories ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#secondary .widget_recent_entries ul li:before,
#secondary .widget_recent_comments ul li:before,
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_meta ul li:before,
#secondary .widget_nav_menu ul li:before,
#secondary .widget_pages ul li:before,
.widget_rss ul li:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,
.widget_product_categories ul li:before {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23b5b5b5" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	background-position: center;
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 1.2em;
}

#secondary .widget_nav_menu ul li ul,
#secondary .widget_pages ul li ul,
#secondary .widget_categories ul li ul,
.widget_product_categories ul li ul {
	margin-left: 10px;
}

#secondary .widget_nav_menu ul ul li:first-child,
#secondary .widget_pages ul ul li:first-child,
#secondary .widget_categories ul ul li:first-child,
.widget_product_categories ul ul li:first-child {
	margin-top: 15px;
}

.widget_categories select,
.widget_archive select {
	height: 50px;
	border-radius: 5px;
	padding: 0 10px;
	width: 100%;
}

.widget ul li span.post-date {
	display: block;
	font-size: 14px;
	color: #0aa3f3;
}

/*======================
WIDGET TAG CLOUD
======================*/
#secondary .widget {
	margin-bottom: 70px;
}

#secondary .widget:last-child {
	margin-bottom: 0;
}

.widget_tag_cloud a {
	display: inline-block;
	font-size: 0.9em !important;
	color: #4a4a4a;
	font-weight: 400;
	border: 1px solid #d8d8d8;
	margin-right: 3px;
	margin-bottom: 8px;
	padding: 8px 25px;
	border-radius: 5px;
}

.widget_tag_cloud a:hover {
	background: #0aa3f3;
	border-color: #0aa3f3;
	color: #fff;
}

/*=====================
WIDGET RSS
=====================*/
.widget_rss ul li {
	font-weight: 400;
}

.widget_rss ul li a {
	color: #0aa3f3;
}

.widget_rss ul li a:hover {
	text-decoration: underline;
}

/*=============================
WIDGET CALENDAR 
=============================*/
.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar table caption {
	background: #0aa3f3;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px;
}

.widget_calendar table tr th {
	padding: 5px;
	border: 1px solid #0aa3f3;
	font-size: 16px;
}

.widget_calendar table tr td {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #0aa3f3;
}

.widget_calendar .wp-calendar-nav {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border: 1px solid #0aa3f3;
	border-top: none;
}

.widget_calendar .wp-calendar-nav span {
	font-size: 16px;
	font-weight: 600;
	padding: 5px 20px;
	display: inline-block;
}

.widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev {
	width: 40%;
	border-right: 1px solid #0aa3f3;
	text-align: left;
}

.widget_calendar .wp-calendar-nav span.wp-calendar-nav-next {
	width: 40%;
	border-left: 1px solid #0aa3f3;
	text-align: right;
}

footer .widget_calendar table tr th,
footer .widget_calendar table tr td,
footer .widget_calendar .wp-calendar-nav,
footer .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev,
footer .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next {
	border-color: rgba(255, 255, 255, 1);
}

footer .widget_calendar a {
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

footer .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:hover,
footer .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:hover {
	color: #fff;
}

.widget_calendar table tr td#today {
	background: #0aa3f3;
	color: #fff;
}

.widget_calendar table tr td#today a {
	color: #4a4a4a;
}

.widget_calendar table tr td#prev {
	text-align: left;
	padding-left: 20px;
	font-weight: 600;
}

.widget_calendar table tr td#next {
	text-align: right;
	padding-right: 20px;
	font-weight: 600;
}

/*===========================
WIDGET CALL TO ACTION
===========================*/
#secondary .widget.widget_raratheme_companion_cta_widget .widget-title,
.top-footer .widget.widget_raratheme_companion_cta_widget .widget-title {
	color: #fff;
}

#secondary .widget_raratheme_companion_cta_widget .right,
.top-footer .widget_raratheme_companion_cta_widget .right {
	text-align: right;
}

#secondary .widget_raratheme_companion_cta_widget .centered,
.top-footer .widget_raratheme_companion_cta_widget .centered {
	text-align: center;
}

#secondary .widget_raratheme_companion_cta_widget .button-wrap,
.top-footer .widget_raratheme_companion_cta_widget .button-wrap {
	font-size: 0.9em;
}

#secondary .widget_raratheme_companion_cta_widget .btn-cta,
.top-footer .widget_raratheme_companion_cta_widget .btn-cta {
	font-size: 0.888em;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 16px 37px;
	margin-top: 20px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}

#secondary .widget_raratheme_companion_cta_widget .btn-cta:hover,
.top-footer .widget_raratheme_companion_cta_widget .btn-cta:hover {
	background: #0aa3f3;
	color: #fff;
}

/*========================
WIDGET CLIENT LOGO
========================*/
#secondary .widget_raratheme_client_logo_widget .image-holder {
	display: inline-block;
	margin: 10px;
	width: 26%;
	vertical-align: top;
}

.widget_raratheme_client_logo_widget .image-holder .black-white {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.widget_raratheme_client_logo_widget .image-holder a:hover .black-white {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}

/*========================
WIDGET FAQ
========================*/
#secondary .widget_raratheme_companion_faqs_widget .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.widget_raratheme_companion_faqs_widget a.expand-faq {
	font-size: 14px;
	font-weight: 600;
	color: #4a4a4a;
	border-bottom: 2px solid;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 1.4;
}

.widget_raratheme_companion_faqs_widget a.expand-faq:hover {
	color: #0aa3f3;
}

.widget_raratheme_companion_faqs_widget a.expand-faq svg {
	margin-right: 5px;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li {
	padding: 30px;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: left;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li::before,
#secondary .widget_raratheme_companion_faqs_widget .accordion li::after {
	content: "";
	background: #d8d8d8;
	top: 0;
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li::before {
	left: 30px;
	width: auto;
	right: 0;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li::after {
	background: none;
	border: 1px solid transparent;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li.show::before,
#secondary .widget_raratheme_companion_faqs_widget .accordion li:first-child::before,
#secondary .widget_raratheme_companion_faqs_widget .accordion .expand-faq+li::before,
#secondary .widget_raratheme_companion_faqs_widget .accordion li.show+li:before {
	opacity: 0;
	visibility: hidden;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li.show::after {
	height: 100%;
	border-color: #d8d8d8;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li .toggle {
	font-size: 0.9em;
	font-weight: 700;
	color: #4a4a4a;
	display: block;
	margin: 0;
	position: relative;
	padding: 0 30px 0 0;
}

.widget_raratheme_companion_faqs_widget .accordion li .toggle {
	word-break: normal;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li .toggle:after {
	width: 18px;
	height: 2px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 14px;
	right: 0;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li .toggle:before {
	width: 2px;
	height: 18px;
	background: #d8d8d8;
	content: "";
	position: absolute;
	top: 6px;
	right: 7px;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	transition: ease 0.3s;
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li.show .toggle:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

#secondary .widget_raratheme_companion_faqs_widget .accordion li.show .toggle:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0;
}

.widget_raratheme_companion_faqs_widget .accordion .inner {
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 16px;
	margin-top: 15px;
	word-break: normal;
}

/*=========================
WIDGET FEATURED PAGE
=========================*/

#secondary .widget_raratheme_featured_page_widget .right {
	text-align: right;
}

#secondary .widget_raratheme_featured_page_widget .left {
	text-align: left;
}

#secondary .widget_raratheme_featured_page_widget .centered {
	text-align: center;
}

#secondary .widget_raratheme_featured_page_widget p.section-subtitle {
	margin-bottom: 10px;
	font-weight: 600;
	color: #d8d8d8;
	font-size: 0.9em;
}

.widget_raratheme_featured_page_widget .img-holder {
	margin-top: 30px;
}

/*====================
WIDGET ICON TEXT
====================*/
#secondary .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
	display: grid;
	grid-row-gap: 30px;
	text-align: center;
}

#secondary .widget_rrtc_icon_text_widget .icon-holder {
	grid-row-start: 1;
	grid-row-end: 2;
}

#secondary .widget_rrtc_icon_text_widget .icon-holder svg {
	font-size: 97px;
	color: #0aa3f3;
}

#secondary .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .widget-title {
	font-size: 1em;
}

/*==================================
WIDGET POPULAR AND RECENT POST
==================================*/

#secondary .widget .widget-title {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
}

#secondary .widget_raratheme_popular_post ul li,
#secondary .widget_raratheme_recent_post ul li {
	margin-bottom: 25px;
}

#secondary .widget_raratheme_popular_post ul li:last-child,
#secondary .widget_raratheme_recent_post ul li:last-child {
	margin-bottom: 0;
}

#secondary .widget_raratheme_popular_post ul li .post-thumbnail {
	width: 110px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 20px;
}

#secondary .widget_raratheme_recent_post ul li .post-thumbnail {
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 10px;
	border-radius: 7px;
	overflow: hidden;
}

#secondary .widget_raratheme_popular_post ul li .entry-header .entry-title,
#secondary .widget_raratheme_recent_post ul li .entry-header .entry-title {
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #000;
}

#secondary .widget_raratheme_popular_post ul li .entry-header .entry-meta,
#secondary .widget_raratheme_recent_post ul li .entry-header .entry-meta {
	margin-top: 10px;
}

/*=========================
WIDGET SOCIAL LINKS
=========================*/

#secondary .widget_raratheme_social_links {
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	padding: 20px;
}

#secondary .widget_raratheme_social_links ul li {
	float: none;
	display: inline-block;
	margin-right: 0;
}

#secondary .widget_raratheme_social_links ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	border-radius: 100%;
	margin-right: 10px;
}

#secondary .widget_raratheme_social_links ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.widget.widget_raratheme_social_links ul li a:hover {
	color: #fff;
}

/*==================================
RARATHEME POST SLIDER WIDGET
==================================*/

.widget_rara_posts_category_slider_widget .carousel-title {
	margin-top: 20px;
}

.widget_rara_posts_category_slider_widget .cat-links {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
}

.widget_rara_posts_category_slider_widget .cat-links a {
	color: #676767;
	display: inline-block;
	margin-right: 15px;
}

.widget_rara_posts_category_slider_widget .cat-links a:last-child {
	margin-right: 0;
}

.widget_rara_posts_category_slider_widget .title {
	font-size: 0.9em;
	margin-bottom: 0;
}

.widget_rara_posts_category_slider_widget .title a {
	color: #4a4a4a;
}

.widget_rara_posts_category_slider_widget .cat-links a:hover,
.widget_rara_posts_category_slider_widget .title a:hover {
	color: #0aa3f3;
}

.widget_rara_posts_category_slider_widget .owl-carousel {
	padding-bottom: 30px;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
	background: rgba(0, 0, 0, 0.1);
	top: 30%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
	background: rgba(0, 0, 0, 0.2);
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-dots {
	bottom: 0;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span {
	background: #ddd;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span {
	background: #0aa3f3;
}

/*===============================
RARATHEME SOCIAL ICON WIDGET
===============================*/

.widget_rtc_social_links .rtc-social-icon-wrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.widget_rtc_social_links .rtc-social-icon-wrap a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
}

.widget_rtc_social_links .rtc-social-icon-wrap a:hover {
	background: #0aa3f3;
	border-color: #0aa3f3;
	color: #fff;
}

/*=================================
 Responsive Style
 =================================*/

@media only screen and (min-width: 1400px) {
	.custom-background #page,
	.custom-background.homepage.hasbanner .site-header {
		width: 1370px;
	}
}

@media only screen and (max-width: 1230px) {
	.custom-background #page,
	.custom-background.homepage.hasbanner .site-header {
		width: 95%;
	}
	.our-features .features-content {
		max-width: 600px;
	}
	.main-header .right .btn-buy {
		font-size: 0.7em;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 15px;
	}
	.main-navigation ul {
		font-size: 0.65em;
	}
	.main-navigation ul li {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 1024px) {
	.container,
	.our-features .features-content {
		max-width: 768px;
	}
	.tax-rara_portfolio_categories .filter-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.tax-rara_portfolio_categories .filter-grid .navigation {
		grid-column: 1 / span 2;
	}
	.our-features .widget.widget_media_image {
		position: static;
		width: 100%;
		grid-column: 1 / span 2;
	}
	.our-features .widget.widget_media_image .wp-caption {
		position: relative;
	}
	.our-features .widget.widget_media_image img {
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	#content .content-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.leftsidebar #primary {
		grid-column: 1 / span 1;
	}
	.leftsidebar #secondary {
		grid-column: 1 / span 1;
		grid-row-start: 2;
	}
	#primary,
	#secondary {
		grid-column: 1 / span 3;
	}
	.site-header .header-t .contact-info {
		display: none;
	}
	.site-header .social-networks {
		float: left;
		font-size: 1.3em;
		margin-top: 8px;
	}
	#primary-toggle-button {
		display: block;
		/*float: right;*/
		width: 40px;
		/*height: 40px;*/
		border-radius: 3px;
		/*background: #fff;*/
		padding: 5px;
		cursor: pointer;
		position: relative;
	}
	#primary-toggle-button span {
		display: block;
		width: 30px;
		height: 2px;
		background: #ffffff;
		margin: 7px auto;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}
	#primary-toggle-button.close span:first-child {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
		margin-bottom: 0;
	}
	#primary-toggle-button.close span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	#primary-toggle-button.close span:last-child {
		-webkit-transform: rotate(-45deg) translate(2px, -1px);
		-moz-transform: rotate(-45deg) translate(2px, -1px);
		transform: rotate(-45deg) translate(2px, -1px);
		margin-bottom: 0;
	}
	.site-branding {
		text-align: left;
		justify-content: center;
	}
	.main-header .right {
		display: block;
		text-align: center;
		margin: 7px 0px;
	}
	.responsive-menu-holder {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #346bae;
		display: none;
		padding: 10px 0 40px;
		z-index: 9999;
	}
	.site-header .header-t .responsive-menu-holder a,
	.site-header .header-t .responsive-menu-holder .address,
	.site-header .header-t .responsive-menu-holder .contact-info svg {
		color: rgba(255, 255, 255, 0.7);
	}
	.site-header .header-t .responsive-menu-holder a:hover {
		color: rgba(255, 255, 255, 1);
	}
	.site-header .header-t {
		position: relative;
	}
	.header-t.hide-header-top {
		display: block;
	}
	.site-header .header-t.bg-color {
		background: #0aa3f3;
	}
	.site-header .responsive-menu-holder .social-networks-holder {
		/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
		padding: 8px 0px 20px 30px;
		/* margin: 0 0 20px; */
	}
	.site-header .responsive-menu-holder .social-networks {
		float: none;
		display: block;
		overflow: hidden;
		margin: 0;
	}
	.main-navigation {
		margin: 0 0 30px;
	}
	.main-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.1em;
		/* font-weight: 600; */
		/* text-transform: uppercase; */
	}
	.main-navigation ul li {
		position: relative;
	}
	.main-navigation ul li a {
		padding: 14px 30px;
		color: rgba(255, 255, 255, 0.7) !important;
		position: relative;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
		display: block;
	}
	.main-navigation ul li a:hover,
	.main-navigation ul li a:focus,
	.main-navigation ul li:hover>a,
	.main-navigation ul li:focus>a {
		color: #fff !important;
	}
	.main-navigation ul li a:hover:after,
	.main-navigation ul li a:focus:after,
	.main-navigation ul li:hover>a:after,
	.main-navigation ul li:focus>a:after {
		height: 2px;
	}
	.main-navigation ul li a:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(255, 255, 255, 0.5);
	}
	.main-navigation ul li span.submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 66px;
		line-height: 66px;
		text-align: center;
		font-size: 25px;
		color: rgba(255, 255, 255, 0.5);
		cursor: pointer;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}
	.main-navigation ul li span.submenu-toggle.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.main-navigation ul ul {
		margin-left: 0;
		font-size: 1em;
		text-transform: none;
		font-weight: 400;
		display: none;
		background: rgba(255, 255, 255, 0.1);
	}
	.main-navigation ul li {
		margin-left: 0;
	}
	.responsive-menu-holder .btn-buy {
		display: block;
		font-weight: 900;
		text-transform: uppercase;
		color: #fff;
		background: #0792db;
		border: 1px solid #0792db;
		border-radius: 5px;
		font-size: 1.1em;
		padding: 10px 34px;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
		text-align: center;
		margin: 0 0 30px;
	}
	.responsive-menu-holder .btn-buy svg {
		margin-right: 7px;
	}
	.responsive-menu-holder .btn-buy:hover,
	.responsive-menu-holder .btn-buy:focus {
		text-decoration: none;
		color: #0aa3f3 !important;
		background: #fff;
		border-color: #fff;
	}
	.site-header .header-t .responsive-menu-holder .contact-info {
		display: block;
		float: none;
		font-size: 1.1em;
		text-align: center;
		font-weight: 400;
	}
	.site-header .header-t .responsive-menu-holder .contact-info div {
		float: none;
		display: block;
		margin: 0 0 20px;
	}
	.site-header .main-header {
		text-align: center;
	}
	.site-branding .site-title {
		margin: 0;
		font-size: 1.55em;
	}
	.homepage.hasbanner .site-header .main-header {
		text-align: center;
	}
	.banner img {
		height: 700px;
	}
	.banner .banner-text .text-holder .title {
		font-size: 2.3em;
	}
	/*section title font size*/
	.our-services .widget.widget_text .widget-title,
	.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder .widget-title,
	.our-features .widget.widget_text .widget-title,
	.our-team .widget.widget_text .widget-title,
	.our-testimonial .widget.widget_text .widget-title,
	.our-stats .widget.widget_text .widget-title,
	.our-skills .text-holder .title,
	.portfolio .widget.widget_text .widget-title,
	.blog-section .section-header .widget_text .widget-title,
	.our-pricing .section-header .widget_text .widget-title,
	.cta .widget .widget-title,
	.faq-section .widget.widget_text .widget-title,
	.contact-section .section-header .widget_text .widget-title {
		font-size: 1.7em;
	}
	.our-services .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder {
		flex-direction: column;
	}
	.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder {
		padding: 0;
		margin: 0 0 30px;
	}
	.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
		margin: 0;
	}
	.our-team .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.our-testimonial .grid .widget_rrtc_testimonial_widget .text-holder {
		padding: 20px;
	}
	.our-stats .grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 30px;
	}
	.our-stats .widget_raratheme_companion_stat_counter_widget .hs-counter {
		font-size: 1.7em;
	}
	.our-skills .container {
		flex-direction: column;
	}
	.our-skills .text-holder {
		width: 100%;
		margin: 0;
	}
	.portfolio-holder .filter-grid .element-item,
	.page-template-portfolio .portfolio-holder .filter-grid .element-item {
		width: 50%;
	}
	.our-pricing .pricing-holder .col.popular-plan .tag {
		min-width: 65%;
	}
	.blog-section .grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 30px;
	}
	.contact-section .holder {
		flex-direction: column;
	}
	.contact-section .holder .left {
		width: 100%;
		margin: 0 0 30px;
	}
	.contact-section .holder .left .contact-detail {
		text-align: center;
		font-size: 1.1em;
	}
	.contact-section .holder .left .contact-detail .tel-link,
	.contact-section .holder .left .contact-detail address,
	.contact-section .holder .left .contact-detail .email-link,
	.contact-section .holder .left .contact-detail .social-networks {
		display: block;
		margin: 0 0 20px;
	}
	.contact-section .holder .left .contact-detail .social-networks {
		text-align: center;
	}
	.contact-section .holder .left .contact-detail .social-networks li {
		float: none;
		display: inline-block;
		margin: 0 8px 15px;
	}
	.contact-section .holder .left .map-holder img,
	.contact-section .holder .form-holder img {
		width: 100%;
	}
	.our-clients .widget .raratheme-client-logo-inner-holder {
		grid-template-columns: repeat(3, 1fr);
	}
	.our-clients .widget .widget-title {
		grid-column: 1 / span 1;
	}
	.contact-grid {
		text-align: center;
		flex-direction: column;
	}
	.contact-grid .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	.contact-grid .right .contact-info .social-networks li {
		float: none;
		display: inline-block;
		margin-right: 5px;
	}
	.error404 .recent-post .section-title {
		text-align: center;
	}
	.error-holder .text-holder .search-form label,
	.page-header .search-form label {
		width: calc(100% - 15px);
	}
	.error404 .recent-post .grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.error-holder {
		align-items: start;
	}
	.error-holder .img-holder {
		width: 35%;
		margin-right: 30px;
	}
	.error-holder .text-holder {
		text-align: left;
	}
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.author-section {
		padding: 40px;
	}
	.single.full-width #primary .post .entry-header,
	.single.full-width #crumbs,
	.single.full-width #primary .post .entry-footer,
	.full-width .comments-area .comments-title,
	.full-width .comments-area .comment-reply-title,
	.full-width .comments-area .comment-form .comment-notes,
	.full-width .comments-area .comment-form .form-submit {
		text-align: left;
	}
	.single.full-width #primary .post .entry-footer .category a {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.our-services .grid .widget.widget_text,
	.our-features .widget.widget_text,
	.our-team .widget.widget_text,
	.our-testimonial .widget.widget_text,
	.our-stats .widget.widget_text {
		grid-column: 1 / span 2;
	}
	.cta .widget .right .widget-title,
	.cta .widget .right .text-holder {
		width: 100%;
	}
	.cta .widget .right .button-wrap {
		position: static;
		margin-top: 40px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	.cta .widget .right .btn-cta+.btn-cta {
		margin-top: 10px;
	}
	.footer-t .grid .col {
		width: 48%;
	}
	.footer-t .grid .col:nth-child(2n) {
		margin-right: 0;
	}
	.tax-rara_portfolio_categories .filter-grid article {
		width: 50%;
	}
	.footer-t .grid .col {
		width: 48%;
	}
	.footer-t .grid .col:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 899px) {
	.video-banner .wp-custom-header {
		padding-bottom: 0;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	.banner .banner-text .btn-holder .btn-view-service,
	.banner .banner-text .btn-holder .btn-free-inquiry {
		min-width: 270px;
		margin-bottom: 26px;
	}
	.page-header .page-title {
		font-size: 30px;
		line-height: 35px;
	}
	#primary .site-main article .entry-header .entry-title {
		font-size: 1.4em;
	}
	.author-section .text-holder .social-networks li {
		margin-bottom: 10px;
	}
	.our-pricing .pricing-holder .col .btn-signup {
		padding-left: 40px;
		padding-right: 40px;
	}
	.our-services,
	.our-team,
	.our-testimonial,
	.faq-section,
	.our-clients {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.faq-section {
		padding-bottom: 60px;
	}
	.featured-page,
	.our-stats {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.portfolio,
	.blog-section {
		margin-top: 70px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.primary-menu-list {
		top: 0px !important;
	}
	.site-branding .site-title {
		font-size: 1.2em;
	}
	.banner .banner-text {
		top: 40%;
	}
	.banner .banner-text .text-holder .title {
		font-size: 1.65em;
	}
	.banner .banner-text .btn-holder .btn-free-inquiry {
		padding-left: 37px;
		padding-right: 37px;
	}
	.page-template-faq .page-header p {
		display: none;
	}
	.container,
	.portfolio-holder .filter-grid {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.our-services .grid,
	.our-features .grid,
	.our-team .grid,
	.our-testimonial .grid,
	.blog-section .grid,
	.error404 .recent-post .grid,
	.team-grid,
	.related-post .grid,
	.popular-post .grid,
	.testimonial-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.our-services .grid .widget.widget_text,
	.our-features .widget.widget_text,
	.our-team .widget.widget_text,
	.our-testimonial .widget.widget_text,
	.our-stats .widget.widget_text {
		grid-column: 1 / span 1;
	}
	.featured-page .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
		width: 100%;
	}
	.our-features .widget.widget_media_image {
		grid-column: 1 / span 1;
	}
	.our-features .widget.widget_media_image img {
		position: static;
	}
	.portfolio-holder .button-group .button {
		font-size: 0.7em;
		margin-left: 5px;
		margin-right: 5px;
	}
	.portfolio-holder .filter-grid .element-item,
	.page-template-portfolio .portfolio-holder .filter-grid .element-item {
		width: 100%;
	}
	.our-pricing .pricing-holder .col {
		width: 100%;
		margin-bottom: 60px;
	}
	.our-pricing .pricing-holder .col:last-child {
		margin-bottom: 0;
	}
	.our-clients .widget .raratheme-client-logo-inner-holder {
		grid-template-columns: repeat(2, 1fr);
	}
	.our-clients .widget .widget-title {
		grid-column: 1 / span 2;
	}
	.cta .widget .btn-cta {
		padding-left: 60px;
		padding-right: 60px;
	}
	.error-holder {
		flex-direction: column;
	}
	.error-holder .img-holder {
		margin-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.error-holder .text-holder,
	.error404 .page-header,
	.error404 #crumbs {
		text-align: center;
	}
	.full-width #content .content-grid {
		max-width: inherit;
		/*display: block;*/
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0px;
		row-gap: 30px;
	}
	.author-section .img-holder {
		float: none;
		margin: 0 0 30px 0;
	}
	#primary .post .entry-content blockquote,
	#primary .page .entry-content blockquote {
		padding-left: 35px;
		padding-right: 35px;
	}
	#primary .post .entry-content .pull-right,
	#primary .page .entry-content .pull-right {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0;
	}
	#primary .post .entry-content table,
	#primary .page .entry-content table {
		font-size: 0.9em;
	}
	.author-section,
	.page-template-testimonial #crumbs,
	.page-template-testimonial .page-header .page-title {
		text-align: center;
	}
	.author-section .img-holder {
		margin-left: auto;
		margin-right: auto;
	}
	.author-section .text-holder .social-networks li {
		float: none;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	.comments-area .comment-form {
		display: block;
	}
	.comments-area .comment-form p {
		margin-bottom: 20px;
	}
	.comments-area form input[type="submit"] {
		width: 100%;
	}
	.single.full-width .related-post,
	.single.full-width .popular-post {
		text-align: left;
	}
	.testimonial-grid {
		grid-gap: 20px;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		margin-bottom: 20px;
	}
	.post-navigation .nav-links div.nav-previous a {
		padding-right: 0;
	}
	.post-navigation .nav-links div.nav-next a {
		padding-left: 0;
	}
	.footer-t .grid .col {
		width: 100%;
		margin-right: 0;
	}
	.banner .banner-text {
		-webkit-transform: translate(0, -12%);
		-moz-transform: translate(0, -12%);
		-ms-transform: translate(0, -12%);
		-o-transform: translate(0, -12%);
		transform: translate(0, -12%);
	}
	.banner .banner-text .btn-holder .btn-view-service,
	.banner .banner-text .btn-holder .btn-free-inquiry {
		min-width: unset;
		padding: 10px 20px;
		font-size: 14px;
		margin: 0 10px 10px;
	}
	.homepage.hasbanner .site-header .header-t a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
	.our-stats .grid,
	.our-clients .widget .raratheme-client-logo-inner-holder {
		grid-template-columns: repeat(1, 1fr);
	}
	.our-clients .widget .widget-title {
		grid-column: 1 / span 1;
	}
	.comments-area .comment-list {
		padding: 20px;
	}
	.comments-area .comment-body .comment-meta {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.tax-rara_portfolio_categories .filter-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.tax-rara_portfolio_categories .filter-grid .navigation {
		grid-column: 1 / span 1;
	}
}
@media (min-width: 1024px) {
	.responsive-menu-holder {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	html {
		position: unset !important;
		top: 0 !important;
	}
	body {
		padding-top: 0px !important;
	}
	.responsive-menu-holder .mobile-navigation .close-main-nav-toggle {
		width: 40px;
		height: 40px;
		border-radius: 3px;
		top: 0px;
		padding: 0;
		cursor: pointer;
		position: absolute;
		right: 5px;
		z-index: 99999999999999;
		color: #fff;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		border: #016be1;
		background: #d27748;
	}
	.responsive-menu-holder .mobile-navigation .close-main-nav-toggle:focus {
		
	}
	.responsive-menu-holder .nav-menu {
		margin: 0 0 30px;
	}
	.primary-menu-list {
		position: relative;
	}
	.responsive-menu-holder .social-networks li a {
		padding: 0px;
		color: #fff !important;
	}
	.responsive-menu-holder .social-networks li a:focus {
		color: #d8d8d8 !important;
	}
	.site-header .responsive-menu-holder .social-networks-holder {
		left: 50%;
		margin-left: -52vw;
		margin-right: -50vw;
		max-width: 100vw;
		position: relative;
		right: 50%;
		width: 100vw;
	}
	.main-navigation ul li button.submenu-toggle {
		position: absolute;
		top: -5px;
		right: 0px;
		width: 50px;
		/*height: 0px;*/
		border: 0;
		outline: 0;
		padding: 0;
		background: transparent;
		text-align: center;
		font-size: 20px;
		color: rgba(255, 255, 255, 0.5);
		cursor: pointer;
		-webkit-transition: ease 0.2s;
		-moz-transition: ease 0.2s;
		transition: ease 0.2s;
	}
	.main-navigation ul li button.submenu-toggle:focus {
	}
	.main-navigation ul li button.submenu-toggle.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header-t #primary-toggle-button {
		display: block;
	}
	.header-t #primary-toggle-button:focus {
	}
}
@media (min-width: 1024px) {
	.header-t #primary-toggle-button {
		display: none !important;
	}
}

/* Widget Fixes */
/* Footer */
.site-footer .widget_raratheme_companion_faqs_widget .col {
	width: 100%;
}
.site-footer .widget_raratheme_companion_faqs_widget .col .raratheme-faq-holder .accordion li {
	position: relative;
}
.site-footer .widget_raratheme_companion_faqs_widget .accordion li .toggle:hover {
	color: white;
}
.site-footer .widget_raratheme_companion_faqs_widget a.expand-faq {
	color: #fff;
}
.site-footer .widget_raratheme_companion_stat_counter_widget .col {
	width: 100%;
}
.site-footer .widget_rrtc_testimonial_widget .testimonial-content {
	padding: 12px;
}
.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title a:hover,
.site-footer .widget_raratheme_popular_post ul li .entry-header .entry-title a:hover {
	color: #fff;
}
.site-footer .widget_raratheme_companion_cta_widget .text,
.site-footer .widget_raratheme_companion_cta_widget .bttk-cta-bg {
	padding: 20px;
}
.site-footer .widget_rara_posts_category_slider_widget .cat-links a {
	color: white;
	font-size: large;
}
.site-footer .widget_rara_posts_category_slider_widget .title a {
	color: white;
	font-size: 20px;
}
.site-footer .contact-info ul.contact-list li b {
	color: #fff;
}
.site-footer .contact-info ul.contact-list li {
	color: #fff;
}
.site-footer ::placeholder {
	color: #fff;
}
.site-footer .widget_search .search-form input[type="submit"] {
	background-color: white;
}
.site-footer .widget_rrtc_icon_text_widget .btn-readmore {
	color: white;
	border: 1px solid #f7f7f7;
}
.site-footer .icon-holder {
	display: block;
	/*margin: 25px auto;*/
	font-size:27px !important;
}
/* Sidebar */
#secondary .widget_raratheme_featured_page_widget .right {
	text-align: left;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content {
	padding: 12px;
}
#secondary .widget_raratheme_companion_cta_widget .text,
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg {
	padding: 30px;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title {
	text-align: left;
}
#secondary .widget .widget_rtc_contact_social_links .contact-info ul.contact-list li b {
	color: black;
}
#secondary ::placeholder {
	color: black;
}
/* Rara Companion Widget Fixes */
.site-footer .widget_raratheme_featured_page_widget .section-subtitle span {
	color: #fff;
}
#secondary .widget_raratheme_featured_page_widget .section-subtitle span {
	color: #121212;
}
.site-footer .widget_raratheme_featured_page_widget .text-holder .featured_page_content .btn-readmore {
	color: #fff;
	background: #0aa3f3;
}
.site-footer .widget_raratheme_featured_page_widget .text-holder .featured_page_content .btn-readmore:hover {
	color: #0aa3f3;
	background: #fff;
}
/* client logo */
.site-footer .widget_raratheme_client_logo_widget .raratheme-client-logo-holder .raratheme-client-logo-inner-holder .image-holder:not(:last-child) {
	margin-bottom: 20px;
}
.site-footer .widget_raratheme_client_logo_widget .raratheme-client-logo-holder .image-holder {
	text-align: center;
}
/* Site footer */
.site-footer .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-cta {
	font-size: 0.888em;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 16px 37px;
	margin-top: 20px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}
.site-footer .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-cta:hover {
	background: #fff;
	color: #0aa3f3;
}
.site-footer .widget_raratheme_companion_cta_widget .text.right {
	text-align: right !important;
}
/* Custom Categories Slider */
.site-footer .widget_raratheme_custom_categories .raratheme-custom-categories-wrap .raratheme-custom-categories-meta-wrap li {
	position: relative;
}
.site-footer .widget_raratheme_custom_categories .raratheme-custom-categories-wrap .raratheme-custom-categories-meta-wrap li a {
	background-color: #0aa3f3;
}
.site-footer .widget_raratheme_custom_categories .raratheme-custom-categories-wrap .raratheme-custom-categories-meta-wrap li a .post-count {
	background: #006ba1;
}
/* Author Bio Fixes */
.site-footer .widget_raratheme_author_bio .author-bio-socicons .author-socicons li {
	margin: 0 5px 10px;
	border-bottom: 0;
}
.site-footer .widget_raratheme_author_bio .title-holder {
	color: #fff;
}
.site-footer .widget_raratheme_author_bio .text-holder .readmore {
	font-size: 0.888em;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	background: transparent;
	border-radius: 5px;
	padding: 16px 37px;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}
.site-footer .widget_raratheme_author_bio .text-holder .readmore:hover {
	background: #fff;
	color: #0aa3f3;
}
.site-footer .widget_raratheme_author_bio .text-signature {
	color: #fff;
}
.site-footer .widget_raratheme_author_bio .author-bio-socicons ul li a:hover {
	color: #fff;
}
/* faq accordion arrow fixes */
.site-footer .widget_raratheme_companion_faqs_widget .raratheme-faq-holder ul.accordion li a.toggle::after {
	background: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
	background-repeat: no-repeat;
}
/* Testimonial fixes */
.site-footer .widget_rrtc_testimonial_widget .rtc-testimonial-holder .text-holder .name {
	color: #fff;
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-holder .testimonial-content {
	margin-bottom: 0px;
}
/* Stat Counter */
.site-footer .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
	color: #fff;
}
.site-footer .odometer-inside {
	color: #fff;
}
.site-footer .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
	margin-bottom: 40px;
}
/* Image text Widget */
.site-footer .widget_raratheme_image_text_widget .raratheme-itw-holder li a img,
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li a img {
	width: 100%;
}
.site-footer .widget_raratheme_image_text_widget ul li .btn-readmore,
#secondary .widget_raratheme_image_text_widget ul li .btn-readmore {
	width: fit-content;
}
/* contact Widget fixes*/
.site-footer .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li,
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li {
	/*font-size: 1.25em;*/
}
.site-footer .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover {
	color: #fff;
}
.site-footer .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a:hover {
	color: #fff;
}
/* FEATURED PAGE WIDGET FIXES */
.site-footer .widget_raratheme_featured_page_widget .widget-featured-holder,
#secondary .site-footer .widget_raratheme_featured_page_widget .widget-featured-holder {
	display: flex;
	flex-direction: column;
}
.site-footer .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder,
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .text-holder {
	order: 3;
}
.site-footer .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder,
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
	margin-bottom: 20px;
	margin-top: 0;
}
/* SideBar Recent-post layout one fixes */
#secondary .widget_raratheme_recent_post .style-one li .post-thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.site-footer .widget_raratheme_recent_post ul li .entry-header .cat-links,
#secondary .widget_raratheme_recent_post ul li .entry-header .cat-links {
	display: block;
}
.site-footer .widget_raratheme_recent_post ul.style-two li .entry-header,
#secondary .widget_raratheme_recent_post ul.style-two li .entry-header,
.site-footer .widget_raratheme_recent_post ul.style-three li .entry-header,
#secondary .widget_raratheme_recent_post ul.style-three li .entry-header {
	padding: 0 15px;
}
.site-footer .widget_raratheme_recent_post ul.style-three li .entry-header .cat-links a,
.site-footer .widget_raratheme_recent_post ul.style-three li .entry-header .entry-title a,
.site-footer .widget_raratheme_recent_post ul.style-three li .entry-header .entry-meta .posted-on a {
	color: #121212;
}
/* Popular post 3 color fixes */
.site-footer .widget_raratheme_popular_post ul.style-three li .entry-header .cat-links a,
.site-footer .widget_raratheme_popular_post ul.style-three li .entry-header .entry-title a,
.site-footer .widget_raratheme_popular_post ul.style-three li .entry-header .entry-meta .posted-on a {
	color: #121212;
}
.site-footer .widget_raratheme_popular_post ul.style-three li .entry-header .view-count {
	color: #121212;
}
/* Popular post side bart layout fixes */
#secondary .widget_raratheme_popular_post ul.style-two li a:first-of-type,
#secondary .widget_raratheme_popular_post ul.style-three li a:first-of-type {
	width: 100%;
}
/* Sidebar fixes */
#secondary .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore,
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore {
	border: 1px solid #0aa3f3;
	background: white;
	color: #0aa3f3;
}
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore:hover {
	background: #0aa3f3;
	color: #fff;
}
#secondary .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .author-bio-socicons .author-socicons li a,
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .author-bio-socicons .author-socicons li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #0aa3f3;
	color: #fff;
	border-radius: 50%;
}
#secondary .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .author-bio-socicons .author-socicons li a:hover,
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .author-bio-socicons .author-socicons li a:hover,
.site-footer .widget.widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover,
#secondary .widget.widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover {
	background-color: #0aa3f373;
}
/* Contact Widget */
.site-footer .widget.widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a,
#secondary .widget.widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #0aa3f3;
	color: #fff;
	border-radius: 50%;
}
/* Custom Categories */
#secondary .widget_raratheme_custom_categories .raratheme-custom-categories-wrap .raratheme-custom-categories-meta-wrap li a {
	background-color: #0aa3f3;
}
#secondary .widget_raratheme_custom_categories .raratheme-custom-categories-wrap .raratheme-custom-categories-meta-wrap li a .post-count {
	background: #006ba1;
}
/* Faq fixes */
#secondary .widget.widget_raratheme_companion_faqs_widget .raratheme-faq-holder .expand-faq {
	font-size: 18px;
	display: block;
	margin: 0 0 30px;
	color: #121212;
	border: 0;
}
#secondary .widget_raratheme_featured_widget .text-holder .readmore:hover,
.site-footer .widget_raratheme_featured_widget .text-holder .readmore:hover {
	background: #0aa3f3;
	color: #fff;
}
#secondary .widget.widget_raratheme_companion_faqs_widget .raratheme-faq-holder .expand-faq:hover {
	color: #006ba1;
}
/* Icon text */
#secondary .widget.widget_raratheme_image_text_widget .raratheme-itw-holder li a.btn-readmore,
.site-footer .widget.widget_raratheme_image_text_widget .raratheme-itw-holder li a.btn-readmore {
	border: 1px solid #0aa3f3;
	background: #0aa3f3;
	color: #fff;
	padding: 10px 15px;
}
#secondary .widget.widget_raratheme_image_text_widget .raratheme-itw-holder li a.btn-readmore:hover,
.site-footer .widget.widget_raratheme_image_text_widget .raratheme-itw-holder li a.btn-readmore:hover {
	background-color: #fff;
	color: #0aa3f3;
}
/* Image Widget */
#secondary .widget_raratheme_image_widget .readmore {
	border: 1px solid #0aa3f3;
	background: #0aa3f3;
	color: #fff;
}
#secondary .widget_raratheme_image_widget .readmore:focus,
#secondary .widget_raratheme_image_widget .readmore:hover {
	background-color: #fff;
	color: #0aa3f3;
}
/* Popular Post */
.site-footer .widget_raratheme_popular_post ul li .entry-header .entry-title a,
#secondary .widget_raratheme_popular_post ul li .entry-header .entry-title a,
.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-title a,
#secondary .widget_raratheme_recent_post ul li .entry-header .entry-title a {
	font-size: 0.85em;
}
.site-footer .widget_raratheme_popular_post ul li .entry-header .cat-links,
#secondary .widget_raratheme_popular_post ul li .entry-header .cat-links,
.site-footer .widget_raratheme_recent_post ul li .entry-header .cat-links,
#secondary .widget_raratheme_recent_post ul li .entry-header .cat-links {
	display: block;
}
/* Word break fixes */
.site-footer .widget.widget_raratheme_recent_post ul.style-one .cat-links a,
#secondary .widget.widget_raratheme_recent_post ul.style-one .cat-links a,
.site-footer .widget.widget_raratheme_popular_post ul.style-one .cat-links a,
#secondary .widget.widget_raratheme_popular_post ul.style-one .cat-links a {
	word-break: break-word;
}
#secondary .widget_raratheme_popular_post ul li .entry-header .entry-meta,
#secondary .widget_raratheme_recent_post ul li .entry-header .entry-meta {
	margin-top: 0;
}
/* Stat Counter fixes */
#secondary .widget.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder,
.site-footer .widget.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
	display: block;
	position: unset;
	padding-left: 0;
}
#secondary .widget.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder,
.site-footer .widget.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
	position: unset;
	margin-top: 50px;
	margin-bottom: 0;
}
#secondary .widget.widget_raratheme_companion_stat_counter_widget .widget-title {
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
}
#secondary .widget.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
	color: #121212;
}
#secondary .widget.widget_raratheme_companion_stat_counter_widget .odometer-inside {
	color: #121212;
}
/* team Member */
#secondary .widget_rrtc_description_widget .text-holder,
.site-footer .widget_rrtc_description_widget .text-holder {
	padding: 20px;
}
#secondary .widget_rrtc_description_widget .text-holder .description,
.site-footer .widget_rrtc_description_widget .text-holder .description {
	height: auto;
}
#secondary .widget_rrtc_description_widget .text-holder .description p,
.site-footer .widget_rrtc_description_widget .text-holder .description p {
	margin-bottom: 10px;
}
#secondary .widget_rrtc_description_widget .social-profile li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #fffa;
	background-color: #007cba;
	border-radius: 50%;
}
#secondary .widget_rrtc_description_widget .social-profile li {
	margin: 0;
}
#secondary .widget.widget_rrtc_testimonial_widget .rtc-testimonial-holder .rtc-testimonial-inner-holder .text-holder {
	padding: 0;
	margin-top: 30px;
}
/* cta sitefooter */
.site-footer .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-cta {
	background-color: #0aa3f3;
	color: #fff;
	border: 1px solid #0aa3f3;
}
/* Client Logo fixes */
.site-footer .widget.widget_raratheme_client_logo_widget .image-holder {
	display: inline-block;
	width: 27%;
	margin: 6px;
}
/* Faqs */
.site-footer .widget_raratheme_companion_faqs_widget a.expand-faq {
	font-size: 18px;
	margin-bottom: 30px;
	border: 0;
}
.site-footer .widget_raratheme_companion_faqs_widget a.expand-faq:hover {
	text-decoration: underline;
}
.site-footer .widget_raratheme_companion_faqs_widget .accordion li .toggle:focus {
	
}
/* Recent post */
.site-footer .widget.widget_recent_entries ul li .post-date {
	color: #fff;
}
/* gallery */
#secondary .widget.widget_media_gallery .gallery-item,
.site-footer .widget.widget_media_gallery .gallery-item {
	margin: 5px;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title {
	text-align: center;
}
/* Author bio */
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore,
.site-footer .widget_raratheme_featured_widget .text-holder .readmore,
.site-footer .widget_rrtc_icon_text_widget .btn-readmore {
	color: #fff;
	background: #0aa3f3;
	border: 1px solid #0aa3f3;
}
.site-footer .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore:hover,
.site-footer .widget_raratheme_featured_widget .text-holder .readmore:hover,
.site-footer .widget_rrtc_icon_text_widget .btn-readmore:hover {
	color: #0aa3f3;
	background: #fff;
}
.site-footer .widget_raratheme_image_widget .readmore {
	color: #fff;
	background: #0aa3f3;
	border: 1px solid #0aa3f3;
}
.site-footer .widget_raratheme_image_widget .readmore:hover {
	color: #0aa3f3;
	background: #fff;
}
.site-footer .widget.widget_raratheme_companion_stat_counter_widget .image-holder,
#secondary .widget.widget_raratheme_companion_stat_counter_widget .image-holder {
	position: unset;
	transform: none;
}
#secondary .widget.widget_raratheme_featured_page_widget .widget-featured-holder {
	display: flex;
	flex-direction: column;
}
#secondary .widget.widget_raratheme_featured_page_widget .widget-featured-holder .text-holder {
	order: 3;
}
#secondary .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore,
#secondary .widget_raratheme_featured_widget .text-holder .readmore,
#secondary .widget.widget_rrtc_icon_text_widget .btn-readmore {
	background: #0aa3f3;
	color: #fff;
	border: 1px solid #0aa3f3;
}
#secondary .widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore:hover,
#secondary .widget_raratheme_featured_widget .text-holder .readmore:hover,
#secondary .widget.widget_rrtc_icon_text_widget .btn-readmore:hover {
	background: transparent;
	color: #0aa3f3;
}
#secondary .widget_rtc_social_links .rtc-social-icon-wrap a {
	background: #0aa3f3;
	color: #fff;
	border: 1px solid #0aa3f3;
}
#secondary .widget_rtc_social_links .rtc-social-icon-wrap a:hover {
	background: #0aa1f3a1;
}
.site-footer .widget_rrtc_icon_text_widget .btn-readmore {
	padding: 10px 13px;
}
/* Single Post */
.site-footer .widget .textwidget a {color: rgba(255, 255, 255, 0.4);}
.site-footer .widget .textwidget a:hover {color:#e67e22}
.entry-content h3 a {color: rgba(255, 255, 255, 0.4);}
/* Desktop accessibility */
#site-navigation ul li.hover > ul {
	margin-top: 0;
	opacity: 1;
	margin-left: 0;
}
:focus-visible {outline: none;}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 12px !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable section[data-kc-fullwidth]>[aria-hidden] {
	padding-right: 12px !important;
}
@media (max-width: 600px) {
	.images__sales {
		display: block;
		width: min(100%, 220px);
		margin: 0 auto 1rem;
	}
}
@media (min-width: 601px) and (max-width: 1179px) {
	.images__sales {
		width: clamp(150px, 25%, 250px);
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
	}
}
@media (min-width: 1180px) {
	.images__sales {
		width: clamp(200px, 30%, 270px);
		display: block;
		position: absolute;
		top: -150px;
		right: 20px;
	}
}
.images__sales {
	/* display: none */
}
.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}
.thumb-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.wrapper--col {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 300px 1fr;
}
.wrapper--col p:empty {display: none}
.wrapper--col .inner_form {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.wrapper--col .inner_form textarea {
	max-height: 165px;
}





/*CUSTOME*/
.home .page-header {margin:0px}
.col-md-2{width:16.66%; float:left; padding:15px}
.col-md-3{width:25%; float:left; padding:15px}
.col-md-4{width:33.33%; float:left; padding:15px}
.col-md-5{width:41.66%; float:left; padding:15px}
.col-md-6{width:50%; float:left; padding:15px}
.col-md-7{width:58.33%; float:left; padding:15px}
.col-md-8{width:66.66%; float:left; padding:15px}
.col-md-9{width:75%; float:left; padding:15px}
.col-md-10{width:83.33%; float:left; padding:15px}
.site-content .container {padding: 15px 0px 90px 0px;}
.theme-rara-business .su-posts-default-loop .su-post-thumbnail img {border-radius: 20px;}
.theme-rara-business .su-posts-default-loop .su-post {margin-bottom: 10px;}


/*Выделение*/
::-moz-selection {background-color: #efefef !important;}
::selection {background-color: #efefef !important;}


/*ВСПЛЫВАЛКА*/
/*Всплывалка повех всего (раньше sticky меню перекрывало всплывалку)*/
.mfp-wrap {z-index: 100000;}
html.fancybox-active:not(.fancybox-allowscroll),
html.fancybox-active:not(.fancybox-allowscroll) body {
	-webkit-overflow-scrolling: auto !important;
	overflow: auto !important;
	--vertical-scrollbar: 0px;
	--horizontal-scrollbar: 0px;
}
html #fancybox-outer {height:auto !important}
html #fancybox-content {height:auto !important}

@media (min-width: 0px) and (max-width: 900px) {
	html #fancybox-wrap {width: calc(100% - 40px) !important;}
	html #fancybox-outer {height: 100%;}
}


/*ШОРТКОДЫ*/
/* Стиль для галереи в шорткодах */
.su-custom-gallery-slide img {
	border: 0px solid #ccc !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 300px !important; /* Задаем фиксированную высоту для прямоугольников */
}
.su-custom-gallery-slide:hover img {
    background: transparent;
    /*opacity: 0.7;*/
}
.su-custom-gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.su-custom-gallery:after, .su-custom-gallery:before {
    content: '';
    display: none !important;
}
.su-custom-gallery-slide {
    width: 100%;
    margin: 0px !important;
}
.mfp-title {
    display: none;
}
@media (min-width: 1024px) and (max-width: 4096) {
	.su-custom-gallery {
		grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .site-content .container {
        padding: 15px 30px 90px 30px;
    }
}
@media (min-width: 666px) and (max-width: 1024px) {
	.su-custom-gallery {
		grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (min-width: 0px) and (max-width: 665px) {
	.su-custom-gallery {
		grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
/* Галерея — 4 колонки */
.su-custom-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.su-custom-gallery .su-custom-gallery-slide {
    width: calc(25% - 20px);
    list-style: none;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    /* Фиксируем высоту, чтобы не было скачков */
    height: auto;
}
.su-custom-gallery .su-custom-gallery-slide a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
}
.su-custom-gallery .su-custom-gallery-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    transition: transform 0.3s ease;
    /* Предотвращаем скачки */
    will-change: transform;
    backface-visibility: hidden;
}
/* Увеличение картинки без скачков */
.su-custom-gallery .su-custom-gallery-slide:hover img {
    transform: scale(1.05);
}
/* Если скачет соседний ряд - добавляем отступы */
.su-custom-gallery .su-custom-gallery-slide {
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.su-custom-gallery .su-custom-gallery-slide {
		width: calc(33.33% - 20px);
    }
}
@media (max-width: 768px) {
    .su-custom-gallery .su-custom-gallery-slide {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .su-custom-gallery .su-custom-gallery-slide {
        width: calc(100% - 20px);
    }
}

/*Лист записей*/
.su-posts-default-loop h2.su-post-title {
	font-size: 20px !important;
    padding-top: 10px;
    padding-bottom: 0px;
    text-transform: initial;
    font-weight: 400 !important;
    text-align: left;
    line-height: 24px;
}
.su-posts-default-loop h2.su-post-title a {
	font-size: 20px;
    color: #000000;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}


/*================================
 WOOCOMMERCE
 ================================*/

/*КАТАЛОГ*/
.woocommerce ul.products li.product .price del {font-size: 16px; font-weight: 400;}
.kart-pr {display: grid; grid-template-columns: 75% 25%; margin-top:15px}
.ploshad {text-align: right; margin-bottom: 0px; color: #7b7d7e; font-size: 16px; font-weight: 400;}
.woocommerce ul.products li.product .price {text-align: left;  margin-bottom: 0px;}
.kat a {color: #7b7d7e; font-size: 14px;}
.kat {text-align:left; padding-bottom: 5px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 20px;
    color: #000000;
    padding-top: 0;
	padding-bottom: 0px;
    line-height: 24px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
	
}
.woocommerce ul.products {
	display: flex;
    flex-wrap: wrap;
	align-items: start;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {margin-bottom: 15px; height: 40px;}
@media (min-width: 0px) and (max-width: 900px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title {max-width:100%; height: auto;}
}

/*Цена*/
.woocommerce ul.products li.product .price {font-size: 20px; color: #5baa00; font-weight: 500;}
.woocommerce ul.products li.product .price ins {font-weight: 500;}

/*Количество выводимых товаров и сортировка*/
.result-ordering {padding-top:12px}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {padding: 0px; border-top: 0px solid #e5e5e5; border-bottom: 0px solid #e5e5e5;}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {margin-top: 0px; font-size: 14px;}
.woocommerce .woocommerce-ordering select {font-size: 14px; border-radius: 0px; border:0px solid #ccc}
.woocommerce .woocommerce-ordering select:hover {cursor:pointer}
.wpfSingleInputSearch button, .wpfSearchWrapper button {right: 10px !important;}
@media (min-width: 0px) and (max-width: 900px) {
    .woocommerce .woocommerce-ordering select {font-size: 12px;}
}

/*Сайдбар сбоку*/
.new-grid-katalog-woo {
	display:grid;
	grid-template-columns: 240px auto;
	gap:50px;
	margin-bottom: 50px;
}
.woocommerce #content .content-grid {display: block;}
@media (min-width: 0px) and (max-width: 900px) {
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        margin-top: 0px;
        font-size: 12px;
    }
}

/*Карточка проекта*/
.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 15px;
}
.woocommerce ul.products li.product a img {
	border-radius: 3px;
	/*min-height: 300px;*/
	/*object-fit: cover;*/
}
.netcen {color:#7b7d7e}
/*Надпись под ценой*/
.cena-poyasn {
	/*font-style: italic;*/
    font-size: 13px;
	color: #000;
}
.single-product.woocommerce div.product form.cart {margin-top: 10px;}
.woocommerce div.product form.cart {margin-bottom: 10px;}
.woocommerce div.product div.images .flex-control-thumbs li {width: 100%;}

@media (min-width: 0px) and (max-width: 900px) {
	.woocommerce ul.products li.product a img {
		width: 100%;
		min-height: 300px;
	}
	.new-grid-katalog-woo {
		margin-bottom: 30px;
	}
}

/* Новое отображение карточек */
.project-card {
	border-radius: 30px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid #f0f0f0;
}
.project-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    border-color: transparent;
}
.project-image {
    position: relative;
    height: 380px;
    overflow: hidden;
}
.project-image img,
.woocommerce ul.products li.product a .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}
.project-card:hover .project-image img {
    /*transform: scale(1.08);*/
}
/* Информация о проекте */
.project-info {
	padding: 32px;
	background: #f5f5f5;
}
.woocommerce ul.products li.product .project-main h3,
.project-main h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.project-params {
    font-size: 14px;
    color: #888;
    margin-bottom: 32px !important;
    font-weight: 500;
}
.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*border-top: 1px solid #f9f9f9;*/
	border-top: 1px solid #e2e2e2;
    padding-top: 24px;
}
.project-price .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4px;
}
.project-price .value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0A0A0A;
}
.project-more {
    width: 48px;
    height: 48px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A0A0A;
    transition: all 0.3s ease;
}
.project-more svg {
    width: 20px;
    height: 20px;
}
.project-card:hover .project-more {
    background: #E67E22;
    color: #fff;
}
@media (min-width: 0px) and (max-width: 900px) {
	.projects-grid { grid-template-columns: repeat(1, 1fr); }
    .section-header {
		flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
	.header-action {width: 100%;}
    .header-action .btn-outline {
		display: block;
		text-align: center;
	}
    .projects-grid {grid-template-columns: 1fr;}
    .project-image {height: 300px;}
}

/*Вывод каталога, в том числе на главной странице*/
.home #primary .page .entry-content .woocommerce ul>li:before {display:none}

@media (min-width: 0px) and (max-width: 600px) {
	.new-grid-katalog-woo {grid-template-columns: repeat(1, 1fr); gap:0}
	.product-katalog {order: 2;}
	.sidebar{order: 1;}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {width: 100%;}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 100%;}
	.woocommerce-page ul.products li.product, ul.products li.product {width: 100%;}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float: left;}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {margin-bottom:10px}
}
@media (min-width: 601px) and (max-width: 900px) {
	.new-grid-katalog-woo {grid-template-columns: repeat(1, 1fr); gap:0}
	.product-katalog {order: 1;}
	.sidebar{order: 2;}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {width: 49%; float:left}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width: 49%; float:left}
	.woocommerce ul.products li.product:nth-child(odd), .woocommerce-page ul.products li.product:nth-child(odd) {margin-right: 2%}
	.woocommerce ul.products li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {margin-right: 0%}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {clear:initial;}
	.woocommerce-page ul.products li.product, ul.products li.product {width: 49%;}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float: left;}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {margin-bottom:10px}
}


/*ФИЛЬТРЫ*/
/* Основной контейнер */
.wpfMainWrapper {background: transparent;}
/* Кнопка плавающего фильтра (мобильная) */
button.wpfFloatingSwitcher {
	background-color: #e67e22;
    border: none;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s ease;
    padding: 12px 24px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
}
button.wpfFloatingSwitcher:hover {background-color: #d6711b;}
/* Заголовки фильтров */
.wpfFilterWrapper .wfpTitle {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #0A0A0A;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.wpfTitleToggle {display: none !important;}
/* Контент фильтра */
.wpfFilterContent {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Названия опций */
.wpfFilterTaxNameWrapper {
    display: inline;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
/* Количество товаров */
.wpfCount {
    padding: 0 0 0 5px;
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}
/* Чекбоксы — кастомные */
.wpfFilterWrapper .wpfCheckbox label {
    width: 18px !important;
    height: 18px !important;
    border-radius: 6px !important;
    border: 2px solid #ddd !important;
    background: #fff !important;
    transition: all 0.2s ease;
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 0;
    cursor: pointer;
}
.wpfFilterWrapper .wpfCheckbox label::before,
.wpfFilterWrapper .wpfCheckbox label::after {
    position: absolute !important;
    content: "" !important;
    display: inline-block !important;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"] {opacity: 0; display: none !important;}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"] + label::after {content: none !important;}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label {
    background: #e67e22 !important;
    border-color: #e67e22 !important;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat center !important;
    background-size: 8px 8px !important;
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
}
/* Иерархические категории */
.wpfCheckboxHier ul ul {
	margin-left: 32px;
	margin-top: 8px;
}
/* Слайдер */
.irs--compact .irs-line {top: 33px !important; height: 3px !important; background: #e0e0e0 !important; border-radius: 4px;}
.irs--compact .irs-bar {top: 33px !important; height: 3px !important; background: #e67e22 !important; border-color: #e67e22 !important;}
.irs--compact .irs-handle {
    top: 28px !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #e67e22 !important;
    border-radius: 50% !important;
    background: #fff !important;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.irs--compact .irs-handle:hover {background: #e67e22 !important;}
/* Значения слайдера */
.irs-from, .irs-to {
    background: transparent !important;
    color: #e67e22 !important;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    padding: 0 !important;
    position: relative !important;
    float: left !important;
}
.irs-from:before, .irs-to:before {border-top-color: transparent !important;}
.irs-to {float: right !important;}
.irs-single {display: none !important;}
.irs-from {left: 0px !important;}
/* Поля ввода цены */
.wpfPriceInputs {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    margin-top: 15px !important;
    overflow: visible !important;
}
.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice,
#wpfMinAttrNum,
#wpfMaxAttrNum {
    width: 100px !important;
    min-width: 80px !important;
    display: inline-block !important;
    background: #f5f5f5 !important;
    color: #0A0A0A !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 8px 12px !important;
    text-align: center;
    box-sizing: border-box !important;
}
.wpfPriceInputs input[type="number"] {
    background-color: transparent;
    padding: 8px 12px !important;
    margin-bottom: 0px;
    box-sizing: border-box;
}
.wpfFilterDelimeter {
    margin-left: 5px !important;
    margin-right: 5px !important;
    color: #999;
    font-size: 14px;
}
.wpfFilterWrapper[data-filter-type="wpfPrice"] {overflow: visible !important;}
/* Выпадающие списки */
.wpfFilterContent .ms-options-wrap button {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 10px 32px 10px 14px !important;
    color: #0A0A0A !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}
.wpfFilterContent .ms-options-wrap button:hover {border-color: #e67e22 !important;}
.wpfFilterContent .ms-options-wrap button:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}
.wpfFilterContent .ms-options-wrap.ms-active button:after {border-top: none; border-bottom: 5px solid #666;}
.wpfFilterContent .ms-options-wrap button::-ms-expand {display: none;}
.ms-options-wrap > .ms-options {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    margin-top: 4px !important;
    background: #fff !important;
    z-index: 2000 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    max-height: 250px !important;
    overflow-y: auto !important;
}
.ms-options-wrap > .ms-options > ul {padding: 8px 0 !important; margin: 0 !important;}
.ms-options-wrap > .ms-options > ul li {margin: 0 !important; padding: 0 !important;}
.ms-options-wrap > .ms-options > ul li label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 14px !important;
    margin: 0 !important;
    font-size: 14px !important;
    color: #333 !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
}
.ms-options-wrap > .ms-options > ul li label:hover {background: #f5f5f5 !important;}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 !important;
    width: 16px !important;
    height: 16px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    accent-color: #e67e22;
}
.wpfFilterWrapper .ms-options label::before,
.wpfFilterWrapper .ms-options label::after {display: none !important;}

/* Кнопки фильтра */
.wpfFilterButtons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.wpfFilterButtons .wpfButton,
.wpfClearButton .wpfButton {
    flex: 1;
    background: transparent;
    border: 1.5px solid #e67e22;
    border-radius: 40px;
    color: #e67e22;
    transition: all 0.3s ease;
    padding: 10px 20px;
    margin: 5px 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    width: auto !important;
}
.wpfFilterButtons .wpfButton:hover,
.wpfClearButton .wpfButton:hover {background: #e67e22; color: #fff;}
.wpfFilterButton.wpfButton {flex: 1; margin: 10px 0 !important;}
.wpfClearButton.wpfButton {flex: 1; margin: 0 !important;}
/* Скролл */
.wpfFilterVerScroll {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}
.wpfFilterVerScroll::-webkit-scrollbar {width: 4px;}
.wpfFilterVerScroll::-webkit-scrollbar-track {background: #f0f0f0; border-radius: 4px;}
.wpfFilterVerScroll::-webkit-scrollbar-thumb {background: #ccc; border-radius: 4px;}
/* Общие стили */
.wpfFilterWrapper[data-filter-type] {padding: 0 !important; margin-bottom: 20px;}
.wpfFilterWrapper {
    padding: 5px;
    min-width: 150px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}
.wpfFilterWrapper label {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.wpfFilterWrapper .wpfFilterContent ul li {margin-bottom: 0 !important;}
.wpfFilterWrapper .wpfFilterContent ul li ul li {margin-top: 0 !important; line-height: normal !important;}

/* Адаптивность */
@media (min-width: 0px) and (max-width: 900px) {
	.wpfFilterWrapper .wfpTitle {
		font-size: 16px;
		margin-top: 10px;
	}
    .wpfFilterTaxNameWrapper {font-size: 14px;}
    .wpfFilterButtons .wpfButton,
    .wpfClearButton .wpfButton {
		padding: 8px 16px;
		font-size: 12px;
	}
    button.wpfFloatingSwitcher {
		width: 100%;
		padding: 12px;
	}
}


/*КАРТОЧКА ПРОЕКТА*/
.woocommerce div.product div.summary {margin-top: 0px;}

/*Изображения*/
.woocommerce img, .woocommerce-page img {border-radius: 3px;}

/*Таблица атрибутов*/
.short-properties {
	margin:20px 0px;
	font-size:14px
}
.short-properties__header {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fff;
    padding-right: 8px;
	float:left;
    color: #7b7d7e;
	font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
.short-properties dl:not([class]) {
    display: -ms-flexbox;
    display: flex;
    margin: 7px 0 0;
    padding: 0;
}
.short-properties dt:not([class]) {
    margin: 0;
    padding: 0;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.short-properties dt:not([class]):before {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed #c2c0c0;
}
.short-properties dd:not([class]) {
    margin: 0;
    padding: 0 0 0 17px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	color:#000;
    font-weight: 500;
    font-size: 18px;
}

/*Система атрибутов*/
.project-atr {
	display: grid;
    grid-template-columns: auto auto;
    column-gap: 70px;
    row-gap: 20px;
    padding: 30px 0px;
    justify-content: start;
	clear: both;
}
.item-proj {
	display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
@media (min-width: 0px) and (max-width: 900px) {
	.item-proj {
		font-size: 16px;
		line-height: 16px;
	}
	.item-proj img {width:30px;}
	.project-atr {column-gap: 40px;}
}

/*Цена*/
.woocommerce div.product .entry-summary p.price, .woocommerce div.product .entry-summary span.price {
	color: #CAA453;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

/*Цена со скидкой*/
.woocommerce span.onsale {top: 0em; left: 0em;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {font-size:20px}

/*Атрибуты*/
.glav-atr {
	display: flex;
	gap: 15px;
	grid-template-columns: repeat(3, auto);
	justify-content: flex-start;
}
.item-atr img {
	margin: 0px;
	display: block;
	width: 20px;
}
.item-atr {
	text-align:center;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	display: flex;
	align-items: center;
	gap: 7px;
}
.item-atr ins {
	font-size: 14px;
	font-weight: 500;
}
.item-atr mark,
.item-atr ins {
	background: transparent;
}
.columns-3 .glav-atr {gap: 15px;}
@media (min-width: 0px) and (max-width: 900px) {
	.wcpscwc-product-slider .slick-slide .item-atr img,
	.item-atr img {
		display: none !important;
	}
	.glav-atr {gap: 20px;}
}

/*Табы в карточке*/
.woocommerce-tabs a {
	font-size: 13px;
    line-height: 17px;
    color: #635e5e;
    display: block;
}
.woocommerce-Tabs-panel .widget {margin:0px}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: #f5f5f5; border: 1px solid #dddddd; border-radius: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #ddd;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {border-bottom-left-radius: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {box-shadow: 0px 0px 0 #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {box-shadow: 0px 0px 0 #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {border-bottom-right-radius: 0px; border-width: 0 0px 0px 0; box-shadow: 0px 0px 0 #ebe9eb;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border-radius: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
    padding: 20px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: #e67e22;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    text-shadow: inherit;
    color: #fff;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fff;
	font-weight: 600;
}
.woocommerce-tabs {color:#000000}
.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background:#e67e22;
	border: 2px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #ffffff;
    border: 2px solid #e67e22;
    margin-left: 10px;
	border-radius:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {margin-left: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {display:none !important}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display:none
}
@media (min-width: 0px) and (max-width: 900px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before {display:none}
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before {display:none}
	.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
		display:none
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {padding: 10px 15px; font-size: 12px; line-height: 14px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs li {margin-bottom:10px}
    .woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {margin-left: 10px;}
    .woocommerce div.product .woocommerce-tabs ul.tabs {margin-left:-10px}
}


/* Блок важных пометок (Особенности проекта) */
.project-features-box {
	background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 32px;
}
.features-list {
    list-style: none !important; /* Убираем стандартные маркеры темы */
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 16px; /* Расстояние между пунктами */
}
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px; /* Расстояние от иконки до текста */
}
.feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(230, 126, 34, 0.1); /* Полупрозрачный оранжевый фон */
    color: #E67E22; /* Оранжевая иконка */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px; /* Слегка опускаем иконку, чтобы была на уровне текста */
}
.feature-icon svg {
    width: 16px;
    height: 16px;
}
.feature-title {
    font-weight: 700;
    color: #0A0A0A;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 0 4px 0 !important; /* Отступ до описания */
}
.feature-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0 !important;
}


/* Атрибуты товара (плашки) */
.product-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
.attr-badge {
    display: inline-flex;
    flex-direction: column;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    cursor: default;
}
.attr-badge:hover {
    transform: translateY(-4px);
    border-color: #E67E22;
    box-shadow: 0 10px 25px rgba(230, 126, 34, 0.1);
}
.attr-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 700;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}
.attr-badge:hover .attr-label {
    color: #E67E22;
}
.attr-value {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #0A0A0A;
    font-size: 16px;
}

/* Описание */
.descript {
	font-size: 18px;
    line-height: 1.6;
    color: #666666;
    font-weight: 300;
    max-width: 650px;
	margin-bottom: 30px;
}

/* Сетка картинки и информация */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 60%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 35%;
    clear: none;
}
@media (min-width: 0px) and (max-width: 900px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: 100%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
        clear: none;
    }
}


/* Кнопки действий (Сетка из двух кнопок) */
.action-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.btn-action-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Расстояние между иконкой и текстом */
    padding: 16px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 100px; /* Полностью круглые края */
    color: #0A0A0A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em; /* Легкая разрядка букв */
    text-decoration: none !important; /* Убираем подчеркивание от темы WordPress */
    transition: all 0.3s ease;
    text-align: center;
}
/* Иконка внутри кнопки */
.btn-action-outline svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
/* Эффект при наведении курсора */
.btn-action-outline:hover {
    border-color: #E67E22;
    color: #E67E22;
}
@media (min-width: 0px) and (max-width: 900px) {
    .action-buttons-grid {
        grid-template-columns: 1fr;
    }
}



/* ФОС в проекте */
.proekt .fos {
	margin: 20px 0px;
    width: 100%;
    height: 60px;
    font-size: 18px;
}

/* Высота миниатюр под фото */
/* Контейнер миниатюр */
.flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 20px !important;
    padding: 0 !important;
    list-style: none !important;
}
/* Элемент миниатюры */
.flex-control-thumbs li {
    width: calc(25% - 9px) !important;
    margin: 0 !important;
    list-style: none !important;
}
/* Сама миниатюра */
.flex-control-thumbs li img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}
/* Активная миниатюра */
.flex-control-thumbs li img.flex-active {
    border-color: #e67e22;
}
/* При наведении */
.flex-control-thumbs li img:hover {
    border-color: #e67e22;
    opacity: 0.8;
}
/* Основное изображение */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    border-radius: 24px;
    overflow: hidden;
}
.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}
/* Если нужно фиксировать высоту основного изображения */
.woocommerce-product-gallery {
    position: relative;
}
.flex-viewport {
    border-radius: 24px;
    overflow: hidden;
}
@media (min-width: 0px) and (max-width: 900px) {
	.flex-control-thumbs li {width: calc(25% - 9px) !important;}
    .flex-control-thumbs li img {height: 80px !important;}
}


/* Сетка с ценами */
#custom-prices-grid {
	background: #f1f1f1;
    padding: 100px 0px;
}
.custom-prices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    clear: both;
	margin-top: 50px;
}
.site-content #custom-prices-grid .container {padding: 0px;}
#custom-prices-grid h2, .single-product h2 {
	font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 20px 0;
}
#custom-prices-grid p {
	font-size: 18px;
    line-height: 1.6;
    color: #666666;
    font-weight: 300;
	max-width: 650px;
}
.price-block {
    background: #ffffff;
    border-radius: 30px;
    padding: 28px 24px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}
.price-block:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: #e67e22;
}
.price-block-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e2f;
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.price-block-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(230, 126, 34, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.price-block-icon .icon {
    width: 22px;
    height: 22px;
    stroke: #e67e22;
    stroke-width: 1.8;
}
.price-list {
    display: flex;
    flex-direction: column;
}
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}
.price-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.price-row:first-child {
    padding-top: 0;
}
.price-label {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}
.price-value {
    font-size: 17px;
    font-weight: 700;
    color: #2c3e2f;
}
.price-value.included {
    color: #e67e22;
    font-weight: 600;
    font-size: 15px;
}
@media (min-width: 0px) and (max-width: 900px) {
	#custom-prices-grid h2, .single-product h2 {
	    font-size: 30px;
	    line-height: 34px;
	}
	#custom-prices-grid {
	    padding: 50px 0px;
	}
	.custom-prices-grid {
	    grid-template-columns: 1fr;
		gap: 20px;
        margin: 30px 0 20px;
    }    
    .price-block {
        padding: 20px 18px;
        border-radius: 24px;
    }    
    .price-block-title {
        font-size: 18px;
        margin-bottom: 18px;
    }    
    .price-block-icon {
        width: 36px;
        height: 36px;
    }    
    .price-block-icon .icon {
        width: 18px;
        height: 18px;
    }    
    .price-row {
        padding: 10px 0;
    }   
    .price-label {
        font-size: 14px;
    }    
    .price-value {
        font-size: 15px;
    }
}


/*Похожие проекты в карточке проекта*/
.services-block {padding: 100px 0;}
.services-container {
	max-width: 1400px;
    margin: 0 auto;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    overflow: hidden;
}
/* Обычная карточка */
.service-card {
    background-color: #ffffff;
    padding: 50px;
    transition: background-color 0.3s ease;
    position: relative;
}
/* Иконка */
.service-icon {
    width: 48px;
    height: 48px;
    color: #e67e22;
    margin-bottom: 32px;
}
.service-icon svg {
    width: 100%;
    height: 100%;
}
/* Заголовок */
.service-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
/* Описание */
.service-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 24px;
}
/* Цена / тег */
.service-price {
    display: inline-block;
    padding: 8px 16px;
    background-color: rgba(230, 126, 34, 0.1);
    color: #e67e22;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.service-free {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f0f0f0;
    color: #999;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* Тёмная карточка */
.service-card-dark {
    background-color: #0A0A0A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-icon-dark {
    width: 48px;
    height: 48px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}
.service-icon-dark svg {
    width: 100%;
    height: 100%;
}
.service-title-white {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}
.service-desc-white {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 32px;
}
@media (min-width: 0px) and (max-width: 900px) {
	.services-block {padding: 50px 0;}
    .services-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		background: transparent;
	}
	.service-card:nth-child(2) {padding-top:0px;}
}


/*Похожие проекты в карточке проекта*/
.site-content .related .container {padding: 0 0 70px 0px;}
.related .woocommerce ul.products li.product, .related .woocommerce-page ul.products li.product {margin-bottom: 0px;}
@media (min-width: 0px) and (max-width: 900px) {
	.site-content .related .container {padding: 0px 20px 50px 20px;}
}

/*Карусель видеоотзывов в карточке проекта*/
.site-content .vidosik .container {padding: 70px 0px 70px 0px;}
@media (min-width: 0px) and (max-width: 900px) {
	.site-content .vidosik .container {padding: 50px 20px;}
}

/*Построенные объекты в карточке проекта*/
.site-content .postob .container {padding: 70px 0px 70px 0px;}
.postob .su-posts-default-loop .su-post {margin-bottom: 0px;}
.postob {clear:both}
.content-grid-postrob {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.su-posts-default-loop .content-grid-postrob .su-post-thumbnail {
	float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0px;
}
.content-grid-postrob .su-post-thumbnail img {max-width: 100% !important; max-height: 100% !important;}
@media (min-width: 0px) and (max-width: 600px) { 
	.content-grid-postrob {grid-template-columns: repeat(1, 1fr);}
	.site-content .postob .container {padding: 50px 20px;}
}
@media (min-width: 601px) and (max-width: 900px) {
	.content-grid-postrob {grid-template-columns: repeat(2, 1fr);}
	.site-content .postob .container {padding: 50px 20px;}
}
	
/*Блоки-секции в карточке проекта (например, посроенные, похожие и т.д.)*/
.zebra:nth-child(odd) {background: #fff;}
.zebra:nth-child(even) {background: #fff;}
.single-product .related {border-top: 0px solid #d8d8d8;}

/*Zoom в карточке проекта*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
    top: 0.5em;
    left: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 0px;
    box-sizing: content-box;
}


/*NEW ЗНАЧКИ*/
.excl, .nov, .salenow {
	padding: 4px 15px 3px 15px;
	border-radius:30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    /*text-transform: uppercase;*/
    display: inline-block;
    float: left;
    margin: 10px 0px 0px 10px;
    position: absolute;
    z-index: 9;
    right: 15px;
}
.salenow {background: #e67e22;}
.nov {background: #e67e22;}
.excl {background: #e67e22;}


/*ПАГИНАЦИЯ*/
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 30px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    border-radius: 9px;
    border: 1px solid #ddd;
	color: #7b7d7e;
	text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {line-height: 26px;}
.woocommerce nav.woocommerce-pagination ul {border: 0px solid #ddd;}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px solid #ddd;
    padding: 0;
    margin: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e67e22;
    color: #ffffff;
    border: 1px solid #e67e22;
}
.woocommerce nav.woocommerce-pagination {text-align: left;}
nav .navigation.pagination, .full-width .pagination {
	padding: 50px 0 0 0;
    text-align: left;
}
.pagination a:hover,
.pagination a:focus,
.pagination .page-numbers.current,
.pagination .current {
	background: #e67e22;
    color: #ffffff;
    border: 1px solid #e67e22;
}
.pagination .page-numbers {
	width: 30px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    border-radius: 9px;
    border: 1px solid #ddd;
	color: #7b7d7e;
	text-align: center;
	font-weight: 400;
	margin: 1px;
}
.full-width .pagination .page-numbers {margin: 1px;}


/*РАЗНЫЕ ФОС*/
.foss1 input[type="tel"]::-webkit-input-placeholder {color:#000;}
.foss1 input[name="mask-183"]::-webkit-input-placeholder {color:#000;}
.foss1 input[type="text"]::-webkit-input-placeholder {color:#000;}
.foss1 input[type="email"]::-webkit-input-placeholder {color:#000;}
.foss1 textarea::-webkit-input-placeholder {color:#000;}
.foss1 input[type="text"],
.foss1 input[type="email"],
.foss1 input[type="url"],
.foss1 input[type="password"],
.foss1 input[type="search"],
.foss1 input[type="number"],
.foss1 input[type="tel"],
.foss1 input[type="range"],
.foss1 input[type="date"],
.foss1 input[type="month"],
.foss1 input[type="week"],
.foss1 input[type="time"],
.foss1 input[type="datetime"],
.foss1 input[type="datetime-local"],
.foss1 input[type="color"],
.foss1 textarea {
	border-bottom: 2px solid #000;
    border-radius: 0px;
    padding: 0px 30px 10px 30px;
    outline: none;
    margin: 10px 0px;
    background: transparent;
    border-top: 0px solid #000;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
}
.wpcf7 input[type="file"] {width: 100%;}
.foss1 button,
.foss1 input[type="button"],
.foss1 input[type="reset"],
.foss1 input[type="submit"] {
	margin-top:12px;
}
.foss1 input[type="text"],
.foss1 input[type="email"],
.foss1 input[type="url"],
.foss1 input[type="password"],
.foss1 input[type="search"],
.foss1 input[type="number"],
.foss1 input[type="tel"],
.foss1 input[type="range"],
.foss1 input[type="date"],
.foss1 input[type="month"],
.foss1 input[type="week"],
.foss1 input[type="time"],
.foss1 input[type="datetime"],
.foss1 input[type="datetime-local"],
.foss1 input[type="color"] {
	width: 98%;
}
.foss1 textarea {
	width: 98%;
	height: 95px;
}
.vsp .foss1 {max-width:500px; padding:30px}
.wpcf7 .foss1 .ajax-loader {display:none}
p.sogl_text {
	margin-top:20px;
	font-size: 14px;
    line-height: 24px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    padding: 20px 0 0 0;
    margin: 0px;
    font-weight: 500;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
}
#fancybox-outer .wpcf7 form.sent .wpcf7-response-output {padding:0px 30px 20px 30px}
@media (min-width: 0px) and (max-width: 900px) {
	.vsp .foss1 {padding:15px}
}

/* Стилизуем кнопку Прикрепеление файла в ФОС */
.custom-file-wrapper {
	margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.custom-file-btn {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e2f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-file-btn:hover {
    background: #e0e0e0;
    border-color: #ccc;
    color: #2c3e2f;
}
.custom-file-name {
    font-size: 13px;
    color: #999;
}
.custom-file-info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.custom-file-remove {
    display: none;
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    color: #ccc;
    cursor: pointer;
    text-decoration: underline;
	height:auto;
}
.foss1 button.custom-file-remove {margin-top: 0px;}
.custom-file-remove:hover {
    color: #ccc;
	background:transparent;
}
.custom-file-wrapper.has-file .custom-file-info {
    display: inline-flex;
}
.custom-file-wrapper.has-file .custom-file-remove {
    display: inline-block;
}


/*КНОПКИ*/
.fos {
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    background: #e67e22;
    color: #fff;
    transition: ease 0.2s;
	width: fit-content;
}
.fos:hover {background: #da7419;}
@media (min-width: 0px) and (max-width: 900px) {
	.fos {
		font-size: 12px;
		line-height:12px;
	}
}


/*АРХИВЫ ЗАПИСЕЙ*/
#content .content-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    row-gap: 50px;
}
.archive .post h2 a,
.archive .dochki h2 a {
	font-size: 20px;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0px;
	text-transform: initial;
	font-weight: 400;
	text-align: left;
}
.archive.category h2 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-transform: initial;
    margin: 20px 0px 10px 0px;
}

/*Построено по проекту - блок в записях построенных объектов*/
.site-content .proekt .container {
    padding: 0px;
}

/*Похожие записи*/
.related-post .col .entry-title a,
.popular-post .col .entry-title a {
	font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
}
.related-post .col .entry-title a:hover,
.related-post .col .entry-title a:focus,
.popular-post .col .entry-title a:hover,
.popular-post .col .entry-title a:focus {
	text-decoration: none
}
.expert {margin-bottom:15px}
/*.related-post .btn-readmore {
	text-align: center;
	border: 2px solid #000;
	display: inline-block;
	color: #000;
	margin-bottom: 15px;
	opacity: 1;
	padding: 3px 16px 5px 16px;
	box-shadow: none;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	transition: ease 0.2s;
}
.related-post .btn-readmore:hover {
	color: #fff;
	transition: ease 0.2s;
	background: #000;
}*/
h2.su-post-title {
	font-size: 18px;
    color: #000000;
    padding-top: 0;
    padding-bottom: 0px;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
	margin: 10px 0px;
	line-height: 30px;
}
h2.su-post-title a {color: #000000;}

/*Миниатюры дочерних категорий*/
.archive .dochki img {
	width: 100%;
    height: 278px;
    object-fit: cover;
    vertical-align: top;
    border-radius: 3px;
}

/*Кнопка подробнее*/
#primary .site-main article .entry-footer .btn-readmore,
.dochki .entry-footer .btn-readmore,
.related-post .btn-readmore {
	text-align: center;
    margin-bottom: 15px;
    opacity: 1;
    padding: 3px 16px 5px 16px;
    box-shadow: none;
    border-radius: 0px;
    transition: ease 0.2s;
    color: #7b7d7e;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    border: 2px solid #7b7d7e;
    display: inline-block;
    font-weight: 600;
}
.dochki .entry-footer .btn-readmore:hover,
.dochki .entry-footer .btn-readmore:focus,
#primary .site-main article .entry-footer .btn-readmore:hover,
#primary .site-main article .entry-footer .btn-readmore:focus,
.related-post .btn-readmore:hover,
.related-post .btn-readmore:focus {
	border: 2px solid #000;
	transition: ease 0.2s; color:#000
}
.btn-readmore:focus {outline-offset: 2px;}

/*Табы категорий в архиве*/
.cattab a:nth-child(2n) {
	color: #7b7d7e;
	font-size: 14px;
	transition: ease 0.2s;
}
.cattab a:nth-child(2n+1) {
	color: #7b7d7e;
	font-size: 14px;
	transition: ease 0.2s;
}
.cattab a:hover {
	color: #000 !important;
	transition: ease 0.2s;
}
.cattab {margin-bottom:5px}
@media (min-width: 0px) and (max-width: 900px) {
	.single.full-width .related-post .grid,
	.single.full-width .popular-post .grid {grid-gap: 20px 30px;}
}

/*Отзывы*/
.otzyv-grid {
	display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
.fio {
	font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.datafull {
	font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3;
}
.data {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b3b3b3;
	margin-bottom: 3px;
}
.text {
	margin-top:25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #787878;
}
.otz article {
    background: #f1f1f1;
    padding: 35px 28px;
    border-radius: 30px;
}
#content #primary .content-grid.otz {
	grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
@media (min-width: 0px) and (max-width: 900px) {
	#content #primary .content-grid.otz {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0px;
		row-gap: 20px;
	}
}

/*Построенные объекты*/
.content-grid-4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    row-gap: 50px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.content-grid-4 {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		row-gap: 20px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.content-grid-4 {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		row-gap: 20px;
	}
}
@media (min-width: 0px) and (max-width: 768px) {
	.content-grid-4 {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0px;
		row-gap: 20px;
	}
}


/*КАРУСЕЛИ ЗАПИСЕЙ*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.vgpc-image-block img {
	border-radius: 0px !important;
	width:300px;
	height:200px;
	object-fit:cover;
}


/*ШАПКА*/
.mobile-menu {padding:0px 20px}
.menmen {margin-top: 10px;}
.shap1 .container {
	display: grid;
    padding: 20px 0px;
    align-items: center;
    grid-template-columns: 180px auto auto auto;
    justify-content: space-between;
}
.shap2 {
    background: #2c364a;
    margin: 0px 5% -15px 5%;
    z-index: 10;
    position: relative;
}
.button-headerblock {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #000000;
    transition: ease 0.2s;
}
.button-headerblock:focus, .button-headerblock:hover {
	background: #e67e22;
	transition: ease 0.2s;
	color: #fff;
}
#mysticky-nav.wrapfixed {
    z-index: 30 !important;
}

/*Фиксированная шапка*/
/*fixed menu*/
.fixed_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index:10;
}
.home .shap1.fixed_menu {position: fixed;}
.shap1.fixed_menu {background: #252728}

/*Логотип*/
.site-branding img {}

/*Контакты в шапке*/
.kont-shap {
	display: grid;
    gap: 0px;
    align-items: inherit;
    text-align: right;
	padding-bottom: 4px;
}
.kont-shap, .kont-shap a {
	color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
	line-height: 16px;
	gap: 10px;
	font-family: "Space Grotesk", sans-serif;	
}
.kont-shap a:hover {
	color: #e67e22;
}

/*Мессенджеры в шапке/Футере*/
.soc.container-grid {display: grid; gap: 25px; grid-template-columns: repeat(4, minmax(35px, 1fr));}
.soc.container-grid a {
	display: block;
	height:40px;
	width:40px;
	line-height:40px;
	background: #fff;
	border-radius: 50px;
	color: #000;
	text-align: center;
	transition: ease 0.2s;
}
.soc.container-grid a:hover {background: #72b51f; transition: ease 0.2s;}
.site-footer .widget .textwidget .soc.container-grid a {color: #434e6e;}
.site-footer .widget .textwidget .soc.container-grid a:hover {color:#434e6e;}
.shap-kontakty p {margin-bottom:3px}
.shap-kontakty a {color: #7b7d7e}
.shap-kontakty a:hover, .shap-kontakty a:focus {color: #518d03;}

@media (min-width: 0px) and (max-width: 900px) {
	.shap1 {display:none;}
	.shap2 {display:none !important;}
	.site-branding {width: 100% !important;}
	.site-branding img {max-width: 270px}
	.soc.container-grid {grid-template-columns: repeat(4, 1fr);}
	.kont-shap a, .kont-shap {font-size:12px}
	.kont-shap {
		gap: 0px;
        justify-content: center;
        text-align: center;
	}
	.main-navigation {display:none}
	.shap1 .container {padding: 0px; grid-template-columns: repeat(1, 1fr);}
	.kont-shap img {width: 25px;}
}


/*МЕГАМЕНЮ*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	border-radius: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	border-radius: 20px;
}


/*ФУТЕР*/
/*.footer-t img {width:205px}*/
footer .container {padding:20px 0px}
footer .widget {margin: 0px;}
.site-footer .widget ul li {
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.footer-t .grid .col:nth-child(1) {width: 100%;}
.footer-t .grid .col:nth-child(2) {width: 100%;}
.footer-t .grid .col:nth-child(3) {width: 100%;}
.footer-t .grid .col:nth-child(4) {width: 100%;}
.footer-t .grid {
    grid-template-columns: 35% 10% 20% 20%;
    display: grid;
	gap: 5%;
}
.footer-kontakty p {margin-bottom:7px}
.footer-t .grid .col:nth-child(1) img {
	width:180px;
	margin-bottom:20px;
}
.foot-soc {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    margin: 15px 0px;
}
.site-footer .widget .textwidget .foot-soc a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 5px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget .textwidget .foot-soc a:hover {}
.razr a {}
@media (min-width: 0px) and (max-width: 900px) {
	footer .container {padding: 20px}
	.footer-t .grid .col:nth-child(1) {width: 100%;}
	.footer-t .grid .col:nth-child(2) {width: 100%;}
	.footer-t .grid .col:nth-child(3) {width: 100%;}
	.footer-t .grid .col:nth-child(4) {width: 100%; margin-top: 20px;}
	.footer-t .grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.footer-t .col:nth-child(1) img {width:185px}	
	.site-footer .footer-t {padding: 0px 0px 30px 0px;}
	.footer-t .grid .col {
		width: 100%;
		margin-right: 0;
		padding-top: 30px;
	}
}


/*РАЗНЫЕ СТРАНИЦЫ*/
/*Специалисты*/
.single .doptext {
	color: #fff;
    margin: 5px 0px 15px 0px;
    background: #000;
    opacity: 1;
    padding: 3px 20px 5px 20px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 5px;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
}	
.vgpc-text-block .doptext, .archive.category .doptext {
    color: #fff;
    margin: 5px 0px 15px 0px;
    background: #000;
    opacity: 1;
    padding: 3px 20px 5px 20px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 5px;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
}
@media (min-width: 0px) and (max-width: 900px) {
	#specy .notfull {padding:30px 0px}
}

/*404*/
.er404 {
	font-size: 105px;
	line-height: 105px;
	margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 900px) {
	.er404 {text-align:center}
}

/*FAQ*/
.acor-container {
	margin: 20px 0;
}
.acor-container .acor-body {
	margin: 0 auto;
    height: 0;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin: 0 0 5px;
    transition: color .35s;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    border-top: 1px solid #eee;
    padding: 15px 0px;
}
.acor-container input:hover + label:before {
	background: transparent;
    padding: 5px 15px;
    border-radius: 0px;
    color:#DDAA3F;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
    background: transparent;
    padding: 5px 15px;
    border-radius: 0px;
	transition: ease 0.2s;
}
.acor-container input:checked + label {
    border-top: 1px solid #eee;
    FONT-VARIANT: JIS04;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    padding: 0px 0px 30px 0px;
}
@media (min-width: 0px) and (max-width: 900px) {
	
}

/*Услуги*/
.uslugi-content-grid {
	display: grid;
	gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.uslugi-item img {
	height:300px;
	object-fit:cover;
	border-radius:3px;
}
@media (min-width: 0px) and (max-width: 900px) {
	.uslugi-content-grid {grid-template-columns: repeat(1, 1fr);}
}


/* Стиль для кнопки "Наверх" */
.back-to-top {
	position: fixed;
	bottom: 74px;
    right: 95px;
    background: rgb(230 126 34 / 45%);
    color: #fff;
    padding: 15px 20px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
}
.back-to-top:hover {
	background: rgb(230 126 34 / 80%);
    color: #fff;
}
.back-to-top.show {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (min-width: 0px) and (max-width: 900px) {
	.back-to-top {
		bottom: 100px;
		right: 30px;
	}
}


/*НОВОСТИ НА ГЛАВНОЙ*/
#tehnologiya {padding:100px 0px;}
#tehnologiya .notefull {position:relative}
#tehnologiya .more-ssyl {
	position: absolute;
	top: 10px;
	right: 0px;
}
.home .tehnolog h3 a {
	font-size: 20px;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0px;
	text-transform: initial;
	font-weight: 400;
	text-align: left;
}
.home .tehnolog h3 {
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	text-transform: initial;
}
.tehnolog {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    row-gap: 50px;
}
.tehnolog img {
    vertical-align: top;
    border-radius: 3px;
    height: 250px;
    object-fit: cover;
	margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 900px) {
	#tehnologiya {padding:30px 0px}
	#tehnologiya .more-ssyl {
		position: relative;
		top: -20px;
		left: 0px;
		text-align: left;
	}
	.tehnolog {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
}


/*CUSTOME 2*/

/*КОНТЕНТ В СЛАЙДЕРЕ*/
.hero-slider {padding-top:100px}
/* Общий контейнер контента */
.hero-content-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
}
/* Левая часть */
.hero-text-side {}
.hero-badge {
	display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    margin-bottom: 32px;
}
.pulse-dot-wrap {
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
}
.pulse-dot-anim {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #E67E22;
    opacity: 0.75;
    animation: heroPing 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.pulse-dot-core {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #E67E22;
}
@keyframes heroPing {
    75%, 100% {transform: scale(2.5); opacity: 0;}
}
.hero-badge-text {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.9);
}
.hero-content-wrapper h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.text-gradient {
    background: linear-gradient(to right, #E67E22, #fdba74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 48px;
}
.fos svg {width:1rem}
.hero-content-wrapper .fos {gap:10px}
/* Правая часть */
.hero-glass-side {
    width: 380px;
    flex-shrink: 0;
}
.glass-panel {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.glass-glare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
    pointer-events: none;
}
.glass-heading {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 24px 0 !important;
}
.glass-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.glass-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.glass-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.glass-icon svg {width: 20px; height: 20px;}
/* Вариации иконок */
.glass-icon-accent {
    background-color: rgba(230, 126, 34, 0.2);
    color: #E67E22;
}
.glass-icon-outline {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
/* Тексты в списке */
.glass-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0 !important;
}
.glass-item-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 !important;
}
/* Нижняя панель */
.hero-bottom-bar {
	margin-top:50px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
/* Левая часть с тегами */
.hero-bottom-tags {
    display: flex;
    gap: 32px;
    opacity: 0.6;
}
.hero-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}
@media (min-width: 0px) and (max-width: 900px) {
    .hero-bottom-inner {padding: 0px;}
    .hero-slider {padding-top:30px}
    .hero-content-wrapper h1 {
        font-size: 28px;
        line-height: 40px;
    }
	.hero-glass-side {display: none;}
    .hero-title {
		font-size: 36px;
        line-height: 1.1;
	}
	.hero-desc {font-size: 16px;}
}


/*ФОС СКВОЗНАЯ*/
.before-section {
	position: relative;
    padding: 100px 0;
    background: #000;
    overflow: hidden;
	z-index:0;
}
.before-section h2, .archive.category .before-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
	margin:0 0 20px 0;
}
.contact-grid {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}
.contact-desc {
	font-size: 18px;
    color: rgba(255,255,255,0.6);
    max-width: 480px;
}

/* Форма (Glass) */
.contact-form-card {
	background: rgb(255 255 255 / 4%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 50px;
}

/* Фон */
.eng-bg {
	position: absolute;
    inset: 0;
    z-index: 1;
}
.eng-bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5; /* Затемнение картинки */
}
.eng-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.3) 100%);
	z-index:0px;
}
.relative-z {
    position: relative;
    z-index: 2;
}

/* Сетка */
.eng-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Контент слева */
.eng-text {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 48px;
    max-width: 500px;
}

/* ПОЛЯ ФОРМЫ */
.button-checkbox-form {display: block;}
/* Две колонки (имя и телефон) */
.fos-2col {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px;
}
/* Все группы полей */
.button-checkbox-form .wpcf7-form-control-wrap {display: block;}
/* Лейблы */
.button-checkbox-form label {
	display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    font-weight: 700;
}
/* Поля ввода */
.button-checkbox-form input[type="text"],
.button-checkbox-form input[type="tel"],
.button-checkbox-form input[type="email"],
.button-checkbox-form textarea {
    width: 100%;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
/* Плейсхолдеры */
.button-checkbox-form input[type="tel"]::-webkit-input-placeholder,
.button-checkbox-form input[name="mask-183"]::-webkit-input-placeholder,
.button-checkbox-form input[type="text"]::-webkit-input-placeholder,
.button-checkbox-form input[type="email"]::-webkit-input-placeholder,
.button-checkbox-form textarea::-webkit-input-placeholder,
.button-checkbox-form input, #beforefos .foss1 textarea,
.button-checkbox-form form.sent .wpcf7-response-output {
	color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
	font-weight:400;
}
/* Фокус */
.button-checkbox-form input:focus,
.button-checkbox-form textarea:focus {
    border-color: #E67E22;
    background: rgba(255, 255, 255, 0.08);
}
/* Комментарий- */
.button-checkbox-form textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}
/* Блок чекбоксов (Услуги) */
/* Контейнер для всех чекбоксов */
.button-checkbox-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 5px 0 20px 0;
}
/* Каждый отдельный чекбокс */
.button-checkbox-form .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
/* Скрываем стандартный чекбокс */
.button-checkbox-form .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* Стиль кнопки (текст чекбокса) */
.button-checkbox-form .wpcf7-list-item-label {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}
/* Выбранный чекбокс */
.button-checkbox-form .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background: #E67E22;
    border-color: #E67E22;
    color: #fff;
}
/* Наведение */
.button-checkbox-form .wpcf7-list-item-label:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
/* Кнопка отправки */
.button-checkbox-form input[type="submit"] {
	width: 100%;
    background: #E67E22;
    color: #fff;
    padding: 18px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
	line-height: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
    letter-spacing: 0.5px;
}
.button-checkbox-form input[type="submit"]:hover {
	background: #D6711B;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.2);
}
.button-checkbox-form input[type="submit"]:active {
	transform: translateY(0);
}
.button-checkbox-form p.sogl_text {
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
}
.before-section .wpcf7 form.sent .wpcf7-response-output {color:#fff;}
.before-section .wpcf7 form .wpcf7-response-output {
	color: #fff;
    margin: 20px 0 0 0;
    padding: 0px;
}
@media (min-width: 0px) and (max-width: 900px) {
    .before-section h2, .archive.category .before-section h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .button-checkbox-form .wpcf7-list-item-label {
        padding: 3px 15px;
        font-size: 9px;
    }
    .before-section .contact-grid {
        text-align:left;
    }
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.contact-form-card {
	    padding: 30px;
	}
	.fos-2col {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0px;
	}
	.button-checkbox-form label {
	    margin-bottom: 0px;
	}
	
}



/*БЛОГ*/
:root {
	--color-brand: #e67e22;
	--color-brand-hover: #D6711B;
	--bg-page: #f9f6f0;
	--bg-card: #ffffff;
	--bg-accent: #fbf8f3;
	--border-color: #e8e2d5;
}
.article-section-title {
	margin: 50px 0 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.article-section-title h2 {
	font-weight:700;
	margin:0px
}
.icon-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: var(--color-brand);
	color: #ffffff;
	flex-shrink: 0;
}
.icon-circle.outline {
	background-color: transparent;
	border: 2px solid var(--color-brand);
	color: var(--color-brand);
}
.compare-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}
.compare-card {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	padding: 25px;
	transition: all 0.25s ease;
	margin: 30px 0px;
}
.compare-card:hover {
	background-color: #ffffff;
    border-color: #E67E22;
    transform: translateY(-10px);
}
.compare-card-header {
	display: flex;
	align-items: start;
	gap: 15px;
	margin-bottom: 15px;
}
.article-alert {
	background-color: var(--bg-accent);
	border: 1px solid var(--border-color);
	border-top: 4px solid var(--color-brand);
	border-radius: 20px;
	padding: 30px;
	margin: 40px 0;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.tech-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
	margin: 30px 0;
}
.article-cta {
	background-color: #343230;
	color: #ffffff;
	border-radius: 30px;
	padding: 100px 300px;
	text-align: center;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.article-cta h2 {
	color:#fff;
	margin:0 0 20px 0
}
.article-cta .fos {margin:0 auto}
.article-cta p {margin-bottom:20px}
@media (min-width: 0px) and (max-width: 900px) {
	.compare-card {margin: 20px 0px;}
	
	
	.article-alert {
		flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
	}
	.compare-grid {
		grid-template-columns: 1fr;
        gap: 0px;
	}
	.article-cta {padding: 30px;}
}



/*РАЗНЫЕ СТРАНИЦЫ*/
/*С фоновой картинкой*/
.fon {
	width: 100%;
    height: 450px;
    background-position: center;
	position:relative;
	display:grid;
	align-items:center;
	background-repeat: no-repeat;
    background-size: cover;
}
.fon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.disp {
	position:relative;
	z-index:1;
	width:100%;
}
.fon h1{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
    margin: 0px;
}
.fon .utpheader {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 950px;
}
.fon #breadcrumbs {color:#fff}
@media (min-width: 0px) and (max-width: 900px) {
	.fon {
		height: auto;
		padding:50px 0px;
	}
	.fon h1{}
	.fon .utpheader {
		font-size: 28px;
        line-height: 40px;
		margin-bottom: 0px;
		max-width: 100%;
		width:100%;
	}
}



/*ПРИСТРОЙКИ*/
#var {padding:50px 0 0 0}
.cat-card-main-1 p {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.nuances-section {
    padding: 100px 0px;
}
.nuances-section h3 {font-weight:700}
.chess-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;

}
.chess-row.reverse .img-placeholder-light {order: -1;}
.summary-paragraph {
	font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #444444;
    max-width: 900px;
	padding-top:50px;
}
.light-cost-section {
    padding: 100px 0px;
    background-color: #f9f9f7;
	border-radius:50px;
}
.cost-minimal-card {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
}
.cost-minimal-card .fos {margin:0 auto}
.cost-main-text {
    font-size: 18px;
    line-height: 1.7;
}
.img-placeholder-light {
    border-radius: 30px;
    overflow: hidden;
}
@media (min-width: 0px) and (max-width: 900px) {
	.nuances-section {padding: 50px 0px;}
    .chess-row, .chess-row.reverse {
		grid-template-columns: 1fr;
        gap: 30px;
        margin: 0 0 30px 0;
    }
    .chess-row.reverse .img-placeholder-light {order: 1;}
    .img-placeholder-light {height: auto;}
	.summary-paragraph {
		max-width:100%;
		padding-top: 0px;
	}
    .cost-minimal-card {
		max-width: 100%;
		background-color: transparent;
		border-radius: 0px;
		padding: 30px;
		text-align: center;
    }
    .cost-main-text {font-size: 16px;}
    .cost-actions {
        flex-direction: column;
        gap: 15px;
    }
	.light-cost-section {
		padding: 50px 0px;
		border-radius:30px;
	}
}



/*КОНТАКТЫ*/
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 30px;
	align-items: stretch;
}
.contact-card {
	background-color: var(--bg-card);
	border: 1px solid var(--border-color);
	border-radius: 20px;
	padding: 25px;
	transition: all 0.25s ease;
	margin: 0 0 20px 0;
}
.contact-card:hover {
	background-color: #ffffff;
	border-color: #E67E22;
	transform: translateY(-5px);
}
.contact-card-header {
	display: flex;
	align-items: center;
	gap: 15px;
}
.contact-card h3 {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--color-brand);
	margin: 0 0 4px 0;
	font-weight: 700;
}
.contact-value {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a1816;
	margin: 0;
}
.contact-value a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}
.contact-value a:hover {
	color: var(--color-brand-hover);
}
.map-container {
	border: 1px solid var(--border-color);
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	min-height: 400px;
	background-color: var(--bg-card);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
@media (min-width: 0px) and (max-width: 900px) {
	.contact-grid {
		grid-template-columns: 1fr;
        gap: 0px;
	}
	.contact-card {margin-bottom: 15px;}
	.map-container {
		min-height: 350px;
        margin-top: 10px;
	}
	.contact-card-header {text-align: left;}
}



/*ГЛАВНАЯ И ЕЁ БЛОКИ*/
.home .site-content .container {padding:0px; max-width:100%; width:100%}
.home.full-width #content .content-grid {max-width: 100%; margin: 0 auto;}
.home.full-width #content .content-grid .notfull {max-width:1400px; margin: auto}
.notefull {max-width:1400px; margin:0 auto}
.home .site-header .main-header {
	background: transparent;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.home h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
	margin:0 0 20px 0;
}
@media (min-width: 0px) and (max-width: 900px) {
	.home.full-width #content .content-grid .notfull {max-width:100%; padding: 0px 15px}
	.notefull {width:90%;}
	.home h2 {
		font-size:30px;
		line-height:34px;
	}
}

/* Шапка секции категорий */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
}
.header-content {
    max-width: 800px;
}
.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
	line-height: 52px;
}
.section-header .subtitle {
    font-size: 18px;
    color: #666666;
    font-weight: 300;
    max-width: 650px;
}
.text-accent {color: #e67e22;}
@media (min-width: 0px) and (max-width: 900px) {
    .section-header h2 {
        font-size: 30px;
        line-height: 34px;
        font-weight: 700;
		margin: 0 0 20px 0;
    }
}


.badge {
	display: inline-block;
    padding: 3px 20px;
    background: rgba(230, 126, 34, 0.15);
    color: #E67E22;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid rgba(230, 126, 34, 0.3);
}


/*ПРОЕКТЫ*/
#project {padding:100px 0 0 0}
.header-action .btn-outline {
    padding: 14px 28px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    text-decoration: none;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.header-action .btn-outline:hover {
    border-color: #E67E22;
    color: #E67E22;
}
/* Карусель */
/*Чтобы меняю за карусель не заходило*/
#project .owl-carousel {z-index:0}
/* Чтобы карточки в карусели не обрезались */
.custom-carousel-container .owl-stage-outer {
	/* Добавляем внутреннее пространство для тени и увеличения карточки: 70px сверху/снизу и 20px по бокам (чтобы первая и последняя карточки не резались) */
	padding: 70px 20px !important;
	/* Компенсируем это пространство отрицательным отступом, чтобы карусель не съехала со своей визуальной сетки */
    margin: -70px -20px !important;
}
/* На всякий случай убедимся, что сама карусель не прячет вылезшие края */
.custom-carousel-container .owl-carousel {
	overflow: visible !important;
}
@media (min-width: 0px) and (max-width: 900px) {
    #project {padding:50px 0 0 0}
}


/*КАТЕГОРИИ*/
#categories {padding: 100px 0;}
.cat-rounded-grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.cat-round-card {
    text-decoration: none;
    color: inherit;
    display: block;
    background-color: #f5f5f5;
    border-radius: 40px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    border:1px solid transparent;
}
.cat-card-inner {
    padding: 50px 40px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cat-card-index {
    font-size: 14px;
    font-weight: 700;
    color: #E67E22;
}
.cat-card-main h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
.cat-card-main p {
    font-size: 14px;
    color: #666;
    max-width: 200px;
}
.cat-card-btn {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A0A0A;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.cat-card-btn svg {
    width: 20px;
    height: 20px;
}
.cat-round-card:hover {
    background-color: #ffffff;
    border-color: #E67E22;
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(64, 64, 64, 0.08);
}
.cat-round-card:hover .cat-card-btn {
    background-color: #E67E22;
    color: #ffffff;
    transform: rotate(-45deg);
}
.header-stats {text-align: right;}
.stat-value {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #0A0A0A;
    line-height: 1;
}
.stat-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #999999;
    font-weight: 700;
    margin-top: 8px;
}
@media (min-width: 0px) and (max-width: 900px) {
    #categories {padding: 50px 0;}
	.cat-rounded-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cat-header-row {
		flex-direction: column;
		align-items: flex-start;
	}
    .cat-card-inner {
		height: 350px;
		padding: 40px 30px;
	}
    .cat-rounded-grid {
		grid-template-columns: 1fr;
	}
    .cat-round-card {
		border-radius: 30px;
	}
	.header-stats {
		display: none;
    }
}


/*ОТДЕЛКА*/
#uslugi {padding: 100px 0;}
.engineering-section {
    position: relative;
    overflow: hidden;
    background: #000;
	z-index:0;
}
/* Фон и стили как у слайдера - не дублируем*/
.eng-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.eng-content h2 {color:#fff}
.stat-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 440px;
}
.stat-circle {
    width: 115px;
    height: 90px;
    border: 2px solid #E67E22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-big-num {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.stat-info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.stat-info p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 1.4;
}
/* Сетка карточек справа */
.eng-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.service-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 40px 30px;
    transition: all 0.4s ease;
}
.service-glass-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    border-color: rgba(230, 126, 34, 0.4);
}
.service-icon-box {
    width: 48px;
    height: 48px;
    color: #E67E22;
    margin-bottom: 24px;
}
.service-glass-card h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.service-glass-card p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 900px) {
    #uslugi {padding: 50px 0;}
    .stat-glass-card {
        padding: 20px;
        max-width: 100%;
        display:grid;
        grid-template-columns: 100px auto;
    }
    .stat-circle {
        width: 100px;
        height: 100px;
    }
    .eng-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
	.eng-services-grid {grid-template-columns: 1fr;}
}


/*ПРЕИМУЩЕСТВА*/
#advantages {padding: 100px 0px;}
.adv-grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
	border-radius: 32px;
    overflow: hidden;
}
.adv-card {
    position: relative;
    background-color: #ffffff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}
.adv-card:hover {
    background-color: #fcfcfc;
}
.adv-num {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #e0e0e0;
    letter-spacing: 0.1em;
}
.adv-card:hover .adv-num {
    color: #E67E22;
}
.adv-icon-wrap {
    width: 44px;
    height: 44px;
    color: #E67E22;
    margin-bottom: 40px;
}
.adv-icon-wrap svg {
    width: 100%;
    height: 100%;
}
.adv-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 16px;
    line-height: 1.2;
}
.adv-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}
@media (min-width: 0px) and (max-width: 900px) {
    #advantages {padding: 50px 0px;}
    .adv-grid {
		grid-template-columns: 1fr;
		border-radius: 24px;
	}
    .adv-card {padding: 50px 30px;}
}



/* МОБИЛКА */
@media (min-width: 0px) and (max-width: 900px) {
	h1 {font-size: 24px; line-height: 34px;}
	h2 {font-size: 24px; line-height: 34px;}
	.site-footer .footer-b {
		flex-direction: column;
		gap: 10px;
	}
	.woocommerce-notices-wrapper {display:none;}
	.result-ordering {
	    padding-top: 12px;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	    padding-top: 3px;
	}
	.col-md-2{width:100%; float:none; display: inline-block;}
	.col-md-3{width:100%; float:none; display: inline-block;}
	.col-md-4{width:100%; float:none; display: inline-block;}
	.col-md-5{width:100%; float:none; display: inline-block;}
	.col-md-6{width:100%; float:none; display: inline-block;}
	.col-md-7{width:100%; float:none; display: inline-block;}
	.col-md-8{width:100%; float:none; display: inline-block;}
	.col-md-9{width:100%; float:none; display: inline-block;}
	.col-md-10{width:100%; float:none; display: inline-block;}
	.site-content .container {padding: 10px 20px 50px 20px;}
	#primary-toggle-button {margin:0 auto;}
	.responsive-menu-holder .nav-menu {padding: 20px;}
	/*.header-t.hide-header-top {display: none;}*/
	/*Убираем слайдер в мобильной версии*/
	/*.sliderr {display:none}*/
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		width: 40px;
		height: 3px;
		background-color: #fff;
		border-radius: 0px;
	}
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 12px;
		line-height:12px;
	}
	.related-post, .popular-post {margin: 0px;}
}