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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive  table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -16px;
		margin-left: -16px;
}

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

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

a.td-none{
	text-decoration:none;
}

.text-underline{
	text-decoration:underline !important;
}

a.text-underline:hover{
	text-decoration:none !important;
}

.order-2{
	order:2;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.b {
    font-weight: bold;
}
.i {
    font-style: italic;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}

.max-720{
	max-width:720px;
}
.max-735{
	max-width:735px;
}
.max-740{
	max-width:740px;
}
.max-750{
	max-width:750px;
}
.max-772{
	max-width:772px;
}
.max-780{
	max-width:780px;
}
.max-845{
	max-width:845px;
}
.px-0{
	padding-left:0;
	padding-right:0;
}
.pn {
    padding: 0 !important;
}
.mn {
    margin: 0 !important;
}
.mx-auto{
	margin-left:auto;
	margin-right:auto;
}
.hide {
    display: none;
}
.display-2xl{
	font-size:72px;
	line-height:1.25
}
.display-xl{
	font-size:60px;
	line-height:1.2
}
.display-lg{
	font-size:48px;
	line-height:1.25
}
.display-md{
	font-size:36px;
	line-height:1.22
}
.display-sm{
	font-size:30px;
	line-height:1.266
}
.display-xs{
	font-size:24px !important;
	line-height:1.333 !important
}
.text-xl{
	font-size:20px;
	line-height:1.5
}
.text-lg{
	font-size:18px;
	line-height:1.55
}
.text-md{
	font-size:16px;
	line-height:1.5
}
.text-sm{
	font-size:14px;
	line-height:1.42
}
.text-xs{
	font-size:12px;
	line-height:1.5;
}
.w-400{
	font-weight:400;
}
.w-500{
	font-weight:500 !important;
}
.w-600{
	font-weight:600;
}
.w-700{
	font-weight:700;
}
.round-8{
	border-radius:8px;
}
.round-16{
	border-radius:16px;
}
.round-24{
	border-radius:24px;
}
.color-white{
	color:#fff !important;
}
.color-white-80{
	color:rgba(255,255,255,.8) !important;
}
.relative{
	position:relative;
}
.z-index-1{
	z-index:1;
}
.z-index-2{
	z-index:2;
}
.z-index-3{
	z-index:3;
}
.text-uppercase{
	text-transform:uppercase;
}
.ic {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    background-color: var(--main-color-main);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center;
    mask-position: center;
	transition: .3s;
}
.ic-arrow-right {
    -webkit-mask-image: url(img/ic-arrow-right.svg);
    mask-image: url(img/ic-arrow-right.svg);
}
.ic-arrow-right-up {
    -webkit-mask-image: url(img/ic-arrow-right-up.svg);
    mask-image: url(img/ic-arrow-right-up.svg);
}
.ic-mail-sent {
    -webkit-mask-image: url(img/ic-mail-sent.svg);
    mask-image: url(img/ic-mail-sent.svg);
}
.ic-search {
    -webkit-mask-image: url(img/ic-search.svg);
    mask-image: url(img/ic-search.svg);
}

.ic-globe {
    -webkit-mask-image: url(img/ic-globe.svg);
    mask-image: url(img/ic-globe.svg);
}
.ic-sound {
    -webkit-mask-image: url(img/ic-sound.svg);
    mask-image: url(img/ic-sound.svg);
}

.ic-home {
    -webkit-mask-image: url(img/ic-home.svg);
    mask-image: url(img/ic-home.svg);
}
.ic-phone{
	 -webkit-mask-image: url(img/ic-phone.svg);
    mask-image: url(img/ic-phone.svg);
}
.ic-phone-call{
	 -webkit-mask-image: url(img/ic-phone-call.svg);
    mask-image: url(img/ic-phone-call.svg);
}
.ic-marker {
    -webkit-mask-image: url(img/ic-marker.svg);
    mask-image: url(img/ic-marker.svg);
}
.ic-envelope{
	 -webkit-mask-image: url(img/ic-envelope.svg);
    mask-image: url(img/ic-envelope.svg);
}
.ic-clock{
	 -webkit-mask-image: url(img/ic-clock.svg);
    mask-image: url(img/ic-clock.svg);
}

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

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

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

.ic-subwoofer{
	-webkit-mask-image: url(img/ic-subwoofer.svg);
    mask-image: url(img/ic-subwoofer.svg);
}
.ic-grid{
	-webkit-mask-image: url(img/ic-grid.svg);
    mask-image: url(img/ic-grid.svg);
}
.ic-archive{
	-webkit-mask-image: url(img/ic-archive.svg);
    mask-image: url(img/ic-archive.svg);
}
.ic-document{
	-webkit-mask-image: url(img/ic-document.svg);
    mask-image: url(img/ic-document.svg);
}
.ic-stack{
	-webkit-mask-image: url(img/ic-stack.svg);
    mask-image: url(img/ic-stack.svg);
}
.ic-facebook{
	-webkit-mask-image: url(img/ic-facebook.svg);
    mask-image: url(img/ic-facebook.svg);
}
.ic-twitter{
	-webkit-mask-image: url(img/ic-twitter.svg);
    mask-image: url(img/ic-twitter.svg);
}
.ic-linkedin{
	-webkit-mask-image: url(img/ic-linkedin.svg);
    mask-image: url(img/ic-linkedin.svg);
}
.ic-google{
	-webkit-mask-image: url(img/ic-google.svg);
    mask-image: url(img/ic-google.svg);
}
.ic-youtube{
	-webkit-mask-image: url(img/ic-youtube.svg);
    mask-image: url(img/ic-youtube.svg);
}
.ic-instagram{
	-webkit-mask-image: url(img/ic-instagram.svg);
    mask-image: url(img/ic-instagram.svg);
}
.ic-messenger{
	-webkit-mask-image: url(img/ic-messenger.svg);
    mask-image: url(img/ic-messenger.svg);
}
.ic-telegram{
	-webkit-mask-image: url(img/ic-telegram.svg);
    mask-image: url(img/ic-telegram.svg);
}
[data-animation="1"]:not(.animated){visibility:hidden}
/* ============================================================================ */

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

.body-site{
	overflow:hidden;
}

#main {
    padding:0;
	padding-top:96px;
    margin: 0 auto;
    position: relative;
}
body.home #main{
	padding-top:0;
}
#content {
    width: 100%;
    float: none;
}
.wrapper {
    margin: 0 auto;
    max-width: 1310px;
	padding-left:15px;
	padding-right:15px;
}

  
    #sidebar {
        width: 100%;
        display: block;
    }
  

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

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

a {
    color:inherit;
}
a:not(.button):hover {
    color: var(--accent-color-main);
}

body.is-non-mobile .stripe-bg:not(.) a:not(.button):hover {
    color: var(--main-color-bg);
}

.link{
	text-decoration:none;
}

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

p {
    padding: 0 0 12px 0;
}
p:last-child {
    padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wtitle,
.btitle {
	line-height:normal;
    margin: 0;
    padding: 0 0 24px;
    font-weight: 700;
	font-family: 'FixelDisplay', sans-serif;
	color:var(--accent-color-main);
	line-height:1.25;
}
.btitle{
	font-size:36px;
	text-transform:uppercase;
	padding-bottom:24px;
}
h1,.h1 {
    font-size: 48px;
	text-transform:uppercase;
}
h2,.h2 {
    font-size: 30px;
	font-weight:600;
	line-height:1.266;
	padding-bottom:20px;
}
h3,.h3 {
    font-size: 28px;
	font-weight:600;
	padding-bottom:16px;
}
h4,.h4 {
    font-size: 24px;
	font-weight:600;
}
h5,
h6 {
    font-size: 22px;
	font-weight:600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
.accent-text{
	color:var(--accent-color-main);
}
.font-medium{
	font-weight:500;
}


blockquote,
q {
    position: relative;
    padding: 8px 0 8px 22px;
    margin: 0 0 48px 0;
    color: var(--accent-color-main);
    font: 500 24px/1.33 'FixelDisplay', sans-serif;
    background: transparent;
    border-left: 2px solid var(--accent-color-main);
    border-radius: 0px;
    display: block;
}
blockquote:after {
   display:none;
}

blockquote cite{
	margin-top:32px;
	display:block;
	font:400 16px/1.5 'FixelDisplay', sans-serif;
}

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

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

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

.color-brown-second{
	color:var(--main-color-second);
}

.content-section{
	padding:0;
	position:relative;
	z-index:1;
	margin-bottom:96px;
}
.stripe-bg{
z-index:3;}

.stripe-bg:before,
.stripe-bg:after{
	content:"";
	display:block;
	z-index:-1;
	width:100vw;
	height:100%;
	margin-left:50%;
	position:absolute;
	left:-50vw;
	top:0;
	background:var(--main-color-second);
}

.stripe-bg:after{
	background:url(img/stripe-bg.svg) repeat 0 0;
opacity:.3;
}

.stripe-bg-blue:before,
.stripe-bg-blue:after{
	background:var(--accent-color-main);
}

.stripe-bg-blue:after{
	background:url(img/stripe-bg-blue.svg) repeat 0 0;
	opacity:.02;
}

body.is-non-mobile .stripe-bg .button-light:hover{
	color:var(--main-color-main);
	    background-color: var(--main-color-bg);
    border-color: var(--main-color-bg);
}

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


input[type="submit"],
input[type="button"],
button,
.submit,
.button {
	display:inline-block;
    padding:14px 24px;
    min-height: 48px;
    border: 0px solid var(--accent-color-main);
    background-color: var(--main-color-second);
    color: #fff;
    cursor: pointer;
	border-radius:8px;
	text-decoration:none;
	transition:.3s;
	text-align:center;
	text-transform:uppercase;
	font: 500 14px/1.42 'FixelDisplay', sans-serif;
	white-space:nowrap;
	overflow: hidden;
	position: relative;
}
body.is-non-mobile .button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
body.is-non-mobile .button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
body.is-non-mobile input[type="submit"]:hover,
body.is-non-mobile input[type="button"]:hover,
body.is-non-mobile button:hover,
body.is-non-mobile .submit:hover,
body.is-non-mobile .button:hover,
body.is-non-mobile .li-button a:hover {
    background-color: var(--main-color-main);
	color:#fff;
	border-color:var(--main-color-main);
}
.button-secondary{
	border-color:var(--accent-color-second);
	background-color:var(--accent-color-second);
	color:#fff;
}

body.is-non-mobile .button-secondary:hover,
body.is-non-mobile .button-secondary.button-active,
body.is-non-mobile .button-outline:hover,
body.is-non-mobile .button-outline.button-active{
	color:#fff;
	background-color:var(--accent-color-main);
	border-color:var(--accent-color-main);
}

.button-light{
	color:var(--main-color-main);
	background-color:var(--main-color-light);
	border-color:var(--main-color-light);
}
body.is-non-mobile .button-light:hover{
	color:#fff;
	background-color:var(--main-color-second);
	border-color:var(--main-color-second);
}
.button-block{
	width:100%;
}
.pb-0{
	padding-bottom:0 !important;
}
.py-xxl{
	padding-top:96px;
	padding-bottom:96px;
}
.pt-xxl{
	padding-top:96px;
}
.pb-xxl{
	padding-bottom:96px;
}
.pt-xl{
	padding-top:60px;
}
.pb-xl{
	padding-bottom:60px;
}
.mb-0{
	margin-bottom:0 !important;
}
.mb-8{
	margin-bottom:8px;
}
.mb-16{
	margin-bottom:16px;
}
.mt-24{
	margin-top:24px;
}
.mb-24{
	margin-bottom:24px;
}
.mb-32{
	margin-bottom:32px;
}
.mt-xl{
	margin-top:60px;
}
.mb-xl{
	margin-bottom:60px;
}
.mb-xxl{
	margin-bottom:96px;
}
.text-intro{
	font-size:18px;
	font-weight:28px;
	font-weight:400;
}
.word-break-all{
	word-break: break-all;
}
/* ============================================================================ */

/* ============================================================================
 *		HEADER
 * ============================================================================ */
 #top{
	 background:var(--accent-color-second);
	 color:#fff;
	 padding:4px 0;
	 margin-bottom:142px;
	 position:relative;
	 z-index:100;
	 white-space:nowrap;
 }
 #top .inner{
	 display:flex;
	 flex-wrap:wrap;
	 gap:16px;
	 justify-content:space-between;
	 align-items:center;
 }
 #top a{
	 color:#fff;
 }
 #top a:not(:hover){
	 text-decoration:none;
 }
  #top br{
	  display:none;
  }
  .top-phone {cursor:pointer;}
  .top-phone-tooltip{
	  opacity:0;
	  visibility:hidden;
	  position:absolute;
	  top:80%;
	  left:50%;
	  transform:translateX(-50%);
	  background:#fff;
	  padding:8px 12px;
	  border-radius:8px;
	  white-space:nowrap;
	  font-size:14px;
	  transition:.3s;
  }
  .top-phone-tooltip:before{
	  content:"";
	  display:inline-block;
	  position:absolute;
	  top:-6px;
	  left:50%;
	  margin-left:-4px;
   width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  }
  .top-phone:hover .top-phone-tooltip{
	  opacity:1;
	  visibility:visible;
	  top:100%;
  }
  #top .top-phone-tooltip a{
	  display:block;
	  color:var(--accent-color-main);
  }
  
  
  
  #top ul{
	  list-style-type:none;
	  margin:0 -12px;
	  padding:0;
	  display:inline-flex;
	  align-items:center;
  }
  #top ul li{
	  padding:12px;
	  position:relative;
  }
  #top .ic{
	  background-color:#fff;
	  -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
 #header {
    padding:0;
	position: absolute;
    z-index: 99;
	left:0;
	width:100%;
	top:56px;
	border-bottom:1px solid rgba(9, 33, 63, 0.04);
}
body.admin-bar #header{
	top:88px;
}

#header .row-1{
	border-bottom:1px solid rgba(9, 33, 63, 0.08);
}
.header-wrap{
	padding:20px 0;
	height:90px;
	display:flex;
	align-items:center;
	position:relative;
	z-index:9;
	transition:.3s;
}

#header .logo img{
   height:50px;
   width:auto;
}
 #header.clearHeader{
	 position:fixed;
	top:0px;
	
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
 }
 
body.home #header,
#header.clearHeader{
	background-color: var(--main-color-bg);
}

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


#header .row-2{
	padding:6px 0;
}

/* mobile navigation button */
#mobile-toggle {
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    background: none;
    z-index: 999;
    position: relative;
    display: none;
	width:40px;
	height:40px;
	border-radius:0px;
	border:0;
	box-shadow:none;
	margin-left:auto;
}

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

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

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

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

#mobile-toggle.is-active span:before{
	transform:rotate(-45deg);
	top:0px;
}
#mobile-toggle.is-active span:after{
	transform:rotate(45deg);
	bottom:0px;
}
#mobile-menu{
	display:none;
	position:fixed;
	z-index:97;
	left:0;
	top:0;
	width:100%;
	padding:140px 15px 24px;
	flex-direction:column;
	justify-content:space-between;
	overflow-y:auto;
	height:100%;
	background-color: var(--main-color-bg);
}
	#header.clearHeader + #mobile-menu{
		padding-top:88px;
	}
	#mobile-menu.is-visible{
		display:flex;
	}
	#mobile-menu .top-menu{
		margin:0;
		text-align:left;
		margin-bottom:16px;
	}
	#mobile-menu .top-menu li{
		float:none;
		display:block;
		margin:0;
		padding:0;
	}
	#header + #mobile-menu .top-menu li + li{
		margin-top:2vh;
	}
	#header.clearHeader + #mobile-menu .top-menu li + li{
		margin-top: 3vh;
	}
	
	
	#mobile-menu .h-button{
		margin-left:0;
		max-width:420px;
	}

/* header navigation */
.h-button{
	margin-left:32px;
}
.topnav {
	display:flex;
	align-items:center;
	margin-left:auto;
	
}
.top-menu {
   margin:0 -16px;
    position: static;
  text-align: center;
}
.top-menu li {
    padding: 0;
    display: block;
	padding:10px 0;
	margin:0 16px;
	float:left;
	 display: inline-block;
        position: relative;
}
.top-menu li a{
    display: block;
    color: var(--accent-color-main);
    font-size:14px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
	  -webkit-transition: 0.3s;
        transition:0.3s;
		font-weight:500;
		line-height:1.43;
}
.top-menu li a:hover,
.top-menu li.current-menu-item > a,
body.tax-product_cat .top-menu li.menu-item-object-product > a,
body.single-product .top-menu li.menu-item-object-product > a,
body.single-software .top-menu li.menu-item-object-software > a,
body.category .top-menu li.current_page_parent > a,
body.single-post .top-menu li.current_page_parent > a,
body.tax-solution_cat .top-menu li.menu-item-object-solution > a,
body.single-solution .top-menu li.menu-item-object-solution > a{
	color:var(--accent-color-second);
}

.top-menu li .sub-menu{
	position:absolute;
	padding:6px 0;
	top:100%;
	left:-16px;
	min-width:160px;
	border-radius:8px;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
	background:var(--main-color-bg);
	display:none;
}
.top-menu li.on-hover > .sub-menu,
body.is-non-mobile .top-menu li:hover > .sub-menu{
	display:block;
}

.top-menu li.menu-item-has-children{
	padding-right:32px !important;
}

.top-menu li.menu-item-has-children:after{
	content:"";
	cursor:pointer;
	display:inline-block;
	background-color: var(--accent-color-main);
    display: block;
    margin: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
    top: 8px;
    right:0px;
    z-index: 2;
    width: 24px;
    height: 24px;
   -webkit-mask-image: url(img/ic-chevron.svg);
    mask-image: url(img/ic-chevron.svg);
}
.top-menu li.menu-item-has-children.on-hover:after,
body.is-non-mobile .top-menu li.menu-item-has-children:hover:after{
	transform:rotate(180deg);
}

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

/* ============================================================================
 *		CONTENT
 * ============================================================================ */

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

.alignleft img {
    display: block;
    margin: 0 auto 0 0;
}
.alignright img {
    display: block;
    margin: 0 0 0 auto;
}
img.alignleft,
.alignleft {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
img.alignright,
.alignright {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.aligncenter,
div.aligncenter,
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption,
.attachment img {
    text-align: center;
    max-width: 100%;
}
.wp-caption img {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-caption-text,
.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height:1.42;
    margin: 16px 0 0;
	text-align:left;
	padding-left:22px;
	position:relative;
	color:var(--accent-color-second);
}

.wp-caption-text:before,
.wp-caption p.wp-caption-text:before{
	content:"";
	background-color:var(--accent-color-main);
	position:absolute;
	top:0;
	left:0;
	width:16px;
	height:16px;
	 -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    z-index: 2;
   -webkit-mask-image: url(img/ic-link.svg);
    mask-image: url(img/ic-link.svg);
}

/* __________ galleries __________*/
.gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
    padding:0;
    margin: 0 0 30px;
}
.gallery:after {
    content: "";
    display: table;
    clear: both;
}
.gallery-item{
	margin-bottom:30px;
}
.gallery-item img {
    display: block;
    margin: 0 auto;
}

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

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

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

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

.gallery-columns-5 .gallery-item {
    width:auto;
    padding: 0 30px;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: both;
}

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

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

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

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

/* __________ paginate __________ */
.woocommerce-notices-wrapper{
	display:none;
}
.pagination{
	display:flex;
	justify-content:space-between;
	margin:-24px 0 32px;
}
.pagination .text-found,
.woocommerce-result-count{
	font:600 24px/1.333 'FixelDisplay', sans-serif;
	padding:0 !important;
}
.nav-links,
.page-numbers {
    line-height: 32px;
	display:flex;
	margin-right:-8px;
	margin-left:auto;
}
.nav-links a,
.page-numbers li a{
    text-decoration: none;
	font:700 16px/32px 'FixelDisplay', sans-serif;
	transition:.3s;
}
.nav-links .page-numbers,
.page-numbers li a,
.page-numbers li span {
    padding: 0 8px;
	min-width:25px;
    margin-right: 8px;
    background:#E2E6EF;
    color: #444;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav-links a:hover,
.page-numbers li a:hover {
    background: var(--accent-color-main);
    color: #fff;
}
.nav-links .total {
    margin-right: 5px;
}


/* ============================================================================
 *		FOOTER
 * ============================================================================ */
 
 #footer {
    width: 100%;
    padding: 80px 0;
    margin: 0;
    background: var(--accent-color-second);
	color:#fff;
	position:relative;
	z-index:2;
}

#footer p:not(:last-child){
	padding-bottom:18px;
}

#footer .col{
	width:auto;
}

#footer .row .col:first-child{
	margin-right:auto;
}

#footer .logo img{
	height:60px;
}
#footer a {
    color: #fff;
    transition: opacity 0.3s;
	text-decoration:none;
}
#footer a:hover {
    color:#fff;
    text-decoration: underline;
}

.footmenu{
    margin: 0 -40px;
    list-style-type: none;
    padding: 0;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.footmenu > li{
	margin:0;
	padding:0 40px;
	flex: 0 0 auto;
}
.footmenu > li > a{
	text-transform:uppercase;
}

.footmenu ul.sub-menu{
	margin:20px 0 -12px;
	list-style-type:none;
	padding:0;
}

.footmenu ul.sub-menu li{
	margin-bottom:12px;
}

.footmenu > li > a{
	color:#fff;
	opacity:.4;
}
.footer-menu li a{
	font-weight:500;
}

.social-links{
	margin:32px -12px;
	display:inline-block;
	list-style-type:none !important;
}
.social-links li{
	padding:0 12px;
	float:left;
}
.social-links .ic{
	background-color:var(--accent-color-main);
	width:24px;
	height:24px;
}

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

#footer .social-links{
	display:block;
}
#footer .social-links .ic{
	background-color:#fff;
}
#footer .social-links a:hover .ic{
	background-color:var(--accent-color-light);
}
#copyrights{
	background: var(--accent-color-main);
	padding:48px 0;
	color:var(--accent-color-light);
}
#copyrights .wrapper{
	display:flex;
	justify-content:space-between;
	align-items:center
}
.copyrights {
	opacity:.6;
	order:-1;
}

.copyright-menu{
	margin:0 -12px;
	display:flex;
	list-style-type:none;
	padding:0;
	opacity:.6;
}
.copyright-menu li{
	padding:0 12px;
}

.copyright-menu li a:hover{
	color: inherit;
	text-decoration:none;
}

#toTop {
    position: fixed;
    z-index: 96;
    bottom: 5%;
    right: calc(5% + 30px);
    margin: 0;
    width: 56px;
    height: 56px;
    display: none;
    cursor: pointer;
    background: var(--main-color-main);
    border-radius: 28px;
    transform: rotate(-90deg);
    font-size: 24px;
    text-align: center;
}
#toTop:before{
	content: "";
	background-color: #fff;
    display: block;
    margin: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    width: 24px;
    height: 24px;
   -webkit-mask-image: url(img/ic-arrow-right.svg);
    mask-image: url(img/ic-arrow-right.svg);
	
}
body.is-non-mobile #toTop:hover {
   opacity:.75;
}
.text-excerpt{
	font-size:18px;
	line-height:1.55;
	color:var(--accent-color-second);
}
.stripe-bg .text-excerpt{
	color:#fff;
}
/* CONTACT PAGE */
.text-excerpt + .wpcf7{
	margin-top:48px;
}
.form-group{
	margin-bottom:24px;
}
.wpcf7-form .form-group.required > label:after{
	content:" *";
}
.wpcf7-form-control-wrap{
	display:block;
}
.wpcf7 label{
	display:block;
	color:var(--accent-color-main);
	font-weight:500;
	margin-bottom:6px;
}
.wpcf7 textarea{
	height:130px;
	min-height:80px;
min-width:100%;
max-height:300px;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
	position:absolute;
	top: 100%;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 3px 14px;
    margin-top: -10px;
    color: #fff;
    background: #dc3232;
    border-radius: 0 0 8px 8px;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
	margin:0 0 24px;
	display:block;
}
.wpcf7-checkbox:after{
	content:"";
	display:table;
	width:100%;
}
.wpcf7-list-item{
	display:block;
	margin:0;
}
.wpcf7-checkbox .wpcf7-list-item{
	display:block;
	margin:0;
	padding:0;
}

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

.wpcf7-acceptance label{
	font-weight:400;
	font-size:14px;
	line-height:20px;
}
.wpcf7-acceptance label a{
	color:inherit;
	text-decoration:none;
}
.wpcf7-acceptance label a:hover{
	color:var(--main-color-main);
	text-decoration:underline;
}


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

.wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-acceptance input[type="checkbox"] + span:before{
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	width:24px;
	height:24px;
	border:1px solid rgba(22, 50, 87, 0.2);
	border-radius:6px;
	background-color:#fff;
}

.wpcf7-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:after, 
.wpcf7-acceptance input[type="checkbox"] + span.wpcf7-list-item-label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 2px;
    width: 20px;
    height: 10px;
    border-left: 3px solid var(--main-color-main);
    border-bottom: 3px solid var(--main-color-main);
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .3s;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, 
.wpcf7-acceptance input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    opacity: 1 !important;
}

.wpcf7 form .wpcf7-submit{
	margin-top:8px;
}
.wpcf7 form .wpcf7-submit{
	position:relative;
	z-index:3;
}

.wpcf7-spinner{
	display:none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin:16px 0 0;
	border-radius: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output{
	display:none !important;
	
}

.contact-page .row-1 .wp-post-image{
	border-radius:12px;
	height:100%;
	object-fit:cover;
	width:100%;
}

.contact-page .row-2{
	margin-top:-8px;
}

.contact-blocks{
	margin-left:-24px;
	margin-right:-24px;
}
.contact-blocks .item{
	padding-left:24px;
	padding-right:24px;
}

.contact-blocks .title{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}

.contact-blocks .title .ic{
	width:24px;
	height:24px;
	margin-right:16px;
	background-color:var(--accent-color-main);
}

.contact-blocks .title .ic + span{
	flex:1;
}

.contact-blocks .item-content a:not(:hover){
	text-decoration:none;
}

.contact-blocks .item-content > div{
	margin-bottom:12px;
}
.contact-blocks .contact-phones .text-sm{
	margin:16px 0 8px;
}

.contact-blocks .contact-address .item-content > div + div{
	margin-top:20px;
}
.gmap{
	border-radius:12px;
	overflow:hidden;
	width:100%;
	height:516px;
	position:relative;
}
.gmap iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.block-contact .contact-blocks .item{
	margin-bottom:40px;
}
.block-contact .contact-blocks .title{
	display:block;
	margin-bottom:12px;
}
.block-contact .contact-blocks .title .ic{
	margin-bottom:16px;
}

.block-contact .contact-blocks .item-content > div{
	margin-bottom:8px;
}

.block-contact  .contact-blocks .contact-address .item-content > div + div{
	margin-top:16px;
}

.block-contact .wpcf7{
	border-radius:16px;
	padding:40px 32px 40px;
	background:#EBE5E0;
}

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

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

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

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

/* homepage */
.home-page .block-1{
	margin-left:50%;
	width:100vw;
	left:-50vw;
	overflow:hidden;
}

.home-page .block-1 .wrapper{
	position:relative;
	z-index:0;
}


.home-page .block-1 .col-wrap{
	display:flex;
	height:100%;
	flex-direction:column;
	justify-content:center;
	position:relative;
	padding:0;
}
.home-page .block-1 h1{
	font:700 42px/52px 'FixelDisplay', sans-serif;
	padding-bottom:16px;
}

.home-page .block-1 .text-excerpt + .button{
	margin-top:40px;
}

.home-page .block-1 .block-meta{
	position:absolute;
	bottom:0;
	display:flex;
	margin:12px -20px;
	color:var(--accent-color-main);
	white-space:nowrap;
}
.home-page .block-1 .block-meta > div{
	margin:12px 20px;
}
.home-page .block-1 .block-meta br{
	display:none;
}

.home-page .block-1 .block-meta .ic{
	float:left;
	width:24px;
	height:24px;
	background-color:var(--accent-color-main);
	margin-right:12px;
}

.home-page .block-1 .block-meta a:not(:hover){
	text-decoration:none;
}

.home-slider{
	margin-right:-120px;
}

/*.home-slider:after{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:70px;
	left:0;
	bottom:0;
	background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
}*/

.home-slider .slick-track
{
    display: flex !important;
}

.home-slider .slick-slide
{
    height: inherit !important;
}

.home-slider img{
	width:100%;
	height:100%;
	object-fit:cover;
	min-height:634px;
}

.sliderContainer {
  position: relative;
}

.progressBarContainer {
  position: absolute;
  bottom: 12px;
  width:100%;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 32px;
  box-sizing:border-box;
}

.progressBarContainer > div {
  display: block;
  width:10%;
  min-width:30px;
  max-width: 200px;
  padding: 0;
  cursor: pointer;
  margin-right: 24px;
  color: white;
  flex:1;
  padding:12px 0;
}

.progressBarContainer > div:last-child {
  margin-right: 0;
}

.progressBarContainer > div > span.progressBar {
  width: 100%;
  height: 2px;
  border-radius:4px;
  background-color: rgba(61, 37, 30, .4);
  display: block;
  position:relative;
}

.progressBarContainer > div > span.progressBar .inProgress {
  background-color: var(--main-color-main);
  width: 0%;
  min-width:0%;
  max-width:100%;
  height: 2px;
  border-radius:4px;
  position:relative;
}

.progressBarContainer > div > span.progressBar span.progressNumber{
	opacity:.4;
	color:var(--main-color-main);
	font-size:14px;
	line-height:20px;
	font-weight:500;
	position:absolute;
	left:0;
	bottom:100%;
}

.progressBarContainer > div > span.progressBar.is-active span.progressNumber{
	opacity:1;
}

.home-page .about-section .text-excerpt + .button{
	margin-top:32px;
}

.home-page .about-section .about-image img{
	max-height:620px;
	width:100%;
	object-fit:cover;
}

.home-page .about-section .about-numbers + .about-image{
	margin-top:-91px
}

.home-page .block-services{
	z-index:2;
}


.doctor-content .post-content{
	border-top:1px solid rgba(92, 72, 60, .1);
	padding-top:32px;
}
.doctor-content .post-content p:not(:last-child){
	padding-bottom:16px;
}
.doctor-content .post-content p strong{
font-weight:600;}
.doctor-content hr{
	opacity:.1;
	border:0;
	border-top:1px solid var(--main-color-second);
	margin:16px 0 32px;
}
.doctor-content .main-img img{
max-height:600px;
object-fit:cover;}


.genre-list{
	display:flex;
	flex-wrap:wrap;
	margin:-12px -8px 16px;
}

.genre-list .item{
margin:0 8px 16px;
background:var(--accent-color-light);
border-radius:28px;
padding:8px 24px;
font:500 16px/1.5 'FixelDisplay', sans-serif;
color:var(--accent-color-second);
}
.about-numbers {
	border-radius:8px;
	background: #F5EFE9;
	border:1px solid rgba(92, 72, 60, 0.08);
	padding:32px 16px 16px;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	position:relative;
	z-index:1;
}
.home-page .about-section .about-numbers{
	max-width:940px;
	margin:0 auto;
	background:rgba(236, 225, 213, 0.2);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	will-change: backdrop-filter;
}
.about-numbers .item{
	flex:1;
	color:var(--accent-color-main);
	margin-bottom:16px;
	padding:0 8px;
}

.about-numbers .item .number{
	margin-bottom:8px;
}

.about-page .about-gallery .row .mb-xl:last-child{
margin-bottom:0;}

.home-page .block-equipment .row{
	align-items:center;
}
.block-equipment .row.row-inverse{
	flex-direction: row-reverse;
}
.block-equipment .main-img{
	width:100%;
	height:100%;
	position:relative;
	min-height:600px;
	border-radius:16px;
	overflow:hidden;
}
.block-equipment .main-img img{
	object-fit:cover;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.block-equipment .eqip-content p:not(:last-child){
	padding-bottom:24px;
}
.block-equipment .eqip-content ul{
	margin:0 0 24px;
}

.block-equipment .eqip-content ul li{
	margin-bottom:16px;
	padding-left:18px;
	position:relative;
}
.block-equipment .eqip-content ul li:before{
	content: "";
    display: inline-block;
	position:absolute;
	top: 11px;
    left:0px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
	background:var(--accent-color-second);
}
.block-equipment .eqip-content .color-white ul li:before{
	background-color:#fff;
}
.block-equipment .eqip-content ul li ul{
	padding-left:2px;
	margin-top:4px;
}
.block-equipment .eqip-content ul li ul li{
	padding-left:12px;
	margin-bottom:8px;
}
.block-equipment .eqip-content ul li ul li:before{
	width:4px;
	height:4px;
	top:12px;
}

.post-grid{
	margin-bottom:-24px;
	margin-left:-12px;
	margin-right:-12px;
}
.post-grid > div[class^="col"]{
	padding-left:12px;
	padding-right:12px;
	margin-bottom:24px;
}
.post-item{
	height:100%;
	border-radius:12px;
	overflow:hidden;
	background:#EBE5E0;
	border:1px solid rgba(61, 37, 30, 0.12);
	padding:20px;
	color:var(--main-color-main);
	text-decoration: none;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-item a:hover{
	color:var(--main-color-second);
}

.bx-effect{
	transition:.3s;
}
body.is-non-mobile .bx-effect:hover{
	-webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .13), 0 1px 4px 0 rgba(0, 0, 0, .11);
}


.post-item .item-img{
	height: 0;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 54.5%;
    position: relative;
}
.post-item .item-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.post-item .item-content{
	padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex:1;
    width: 100%;
}

.post-item .item-title{
	margin-bottom:8px;
}

.post-item .item-title a{
	text-decoration:none;
}

.post-item .item-text{
	color:var(--main-color-second);
	margin-bottom:24px;
	width:100%;
}
.post-item .button{
	margin-top:16px;
}

.post-item .post-link-arrow{
	display:inline-flex;
	font:500 16px/1.5 'FixelDisplay', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid var(--main-color-main);
	margin-top:auto;
}

.post-item .post-link-arrow .ic{
	position:relative;
	right:0;
	transition:.3s;
	background:var(--main-color-main);
	margin-left:8px;
	width:24px;
	height:24px;
}
body.is-non-mobile .post-item .post-link-arrow:hover .ic{
	right:-5px;
	background-color:var(--main-color-second);
}
.gallery-grid .item-img{
	padding-top:77.5%;
}
.gallery-grid .item-text{
	font-weight:500;
	font-size:18px;
	position:relative;
	padding-right:40px;
	margin-bottom:0;
}

.gallery-grid .item-text:after {
    content: "";
    background-color: var(--main-color-main);
    display: block;
    margin: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(img/ic-arrow-right-up.svg);
    mask-image: url(img/ic-arrow-right-up.svg);
}

.gallery-grid .post-item:hover .item-text:after {
    transform: rotate(45deg);
}
.dark-theme-block .section-bg{
	display:block;
	position:absolute;
	z-index:-2;
	width:100vw;
	height:100%;
	top:0;
	margin-left:50%;
	left:-50vw;
	background:var(--accent-color-main);
}


.main-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.ui-tooltip, .arrow:after {
   background: black;
    border: 2px solid #000;
  }
  .ui-tooltip {
   padding: 10px !important;
    color: white !important;
    border-radius: 8px !important;
    border-color: #000 !important;
    box-shadow: 0 0 7px black !important;
    background: #000 !important;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
   content: "";
    position: absolute;
    left: 25px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
.mobile-visible,
.tablet-visible{
	display:none;
}

.post-content{
	font-size:18px;
	line-height:1.55
}
.post-content ul,
.post-content ol{
	list-style-type: disc;
	margin:0 0 32px;
	padding:0 0 0 16px;
}

.post-content ol{
	list-style-type: number;
}

.post-content p:not(:last-child){
	padding-bottom:32px;
}
.post-content ul li,
.post-content ol li{
	margin-bottom:8px;
}
.post-content ul li:last-child,
.post-content ul:last-child,
.post-content ol li:last-child,
.post-content ol:last-child{
	margin:0;
}

.post-content img{
	border-radius:12px;
}

.post-content figure{
	margin-top:16px;
	margin-bottom:48px;
}

.post-summary{
	background:#fff;
	border-radius:16px;
	padding:32px;
	margin-top:48px;
}

.post-summary .display-sm{
	margin-bottom:20px;
	color:var(--accent-color-main);
}


.white-popup .post-content{
	font-size:16px;
	line-height:1.5;
}
.white-popup .post-content p:not(:last-child){
	padding-bottom:12px;
}
.white-popup .post-content ul:not(:last-child){
	margin-bottom:16px;
}
.white-popup .post-content strong{
	font-weight:600;
	font-size:18px;
}
.white-popup .post-content + .button{
	margin-top:40px;
}

.searchform{
	position:relative;
	margin:0 0 32px;
	max-width:50%;
}

.searchform input{
	border-color: #000;
    padding: 18px 72px 18px 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    background: transparent;
}

.searchform button{
	background:none !important;
	border:0;
	position:absolute;
	right:0;
	top:0;
	height:100%;
	padding:24px;
}

body.is-non-mobile .searchform button:hover .ic{
	background:var(--accent-color-main);
}

.search-content .buttons{
	margin-bottom:80px;
}
.search-content .buttons .button-outline{
	margin:0 16px 16px 0;
}
.popular-searches{
	margin-top:120px;
}
.popular-searches h2{
	text-transform:uppercase;
	padding-bottom:16px;
}



.wpc-icon-html-wrapper span{
	background:#fff !important;
}


.white-popup,
.mfp-figure {
    position: relative;
    background: #FFF;
    padding: 32px;
    width: auto;
    max-width: 1030px;
    margin: 20px auto;
	border-radius:16px;
}

.white-popup .title{
	margin-bottom:24px;
}


.white-popup .col-img img{
	margin: -32px 0 0 0;
    width: 100%;
    max-width: calc(100% + 32px);
    object-fit: cover;
    height: calc(100% + 64px);
    border-radius: 0 16px 16px 0;
    position: absolute;
}
.mfp-figure {
	padding:24px;
}

.mfp-figure img.mfp-img{
	padding:0;
	border-radius:12px;
}

.mfp-figure .mfp-bottom-bar{
	margin:20px 0 0 ;
	position:relative;
	color:var(--main-color-second);
	font:500 18px/28px 'FixelDisplay', sans-serif;
}

.mfp-title,
.mfp-counter{
color:initial;
}
.white-popup .mfp-close,
.mfp-figure .mfp-close{
	background-color: #fff;
    border-radius: 50px;
    top: 16px !important;
    right: 16px !important;
    opacity: 1 !important;
    line-height: 1;
    min-height: 44px;
	width:44px;
    padding:10px !important;
}

.white-popup .mfp-close .ic-close,
.mfp-figure .mfp-close .ic-close{
	width:24px;
	height:24px;
	background-color:var(--main-color-second);
}

.white-popup .mfp-close:hover,
.mfp-figure .mfp-close:hover{
	background-color:var(--main-color-second);
}

.white-popup .mfp-close:hover .ic-close,
.mfp-figure .mfp-close:hover .ic-close{
	background-color:#fff;
}

.mfp-bg{
	opacity:1;
	opacity: 1;
    background-color: rgba(9, 33, 63, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	will-change: backdrop-filter;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
	background-color: var(--accent-color-main);
	border-color: var(--accent-color-main);
}


body.privacy-policy .post-content ul{
	padding-left:30px;
}

body.privacy-policy .post-content h2{
	font-size:24px;
	line-height:1.333;
	font-weight:600;
	padding-bottom:16px;
}

.blog-grid{
	margin-bottom: -48px;
}
.blog-grid > div[class^="col"]{
	margin-bottom: 48px;
}
.blog-item{
	border:0;
	padding:0;
	border-radius:0;
	background:none;
}
.blog-item .item-img{
	padding-top:58.5%;
}

.blog-item .item-date{
	opacity:.4;
	font-weight:500;
	margin-bottom:8px;
}

.blog-item .item-img{
	margin-bottom:32px;
}

.blog-item .item-title a,
.doctor-item .item-title a{
	display:block;
	position:relative;
	padding-right:40px;
}

.blog-item .item-title a:after,
.doctor-item .item-title a:after{
	content: "";
    background-color: var(--main-color-main);
    display: block;
    margin: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center;
    mask-position: center;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(img/ic-arrow-right-up.svg);
    mask-image: url(img/ic-arrow-right-up.svg);
}
.blog-item .item-title a:hover:after,
.doctor-item .item-title a:hover:after{
	transform:rotate(45deg);
}

.blog-item .item-text{
	margin-bottom:0;
}

.doctor-item .item-text{
	margin:4px 0 0;
}

.doctor-item .item-img{
padding-top:100%;
}

.block-short .inner{
	max-width:940px;
	margin:0 auto;
	border-radius:12px;
	position:relative;
	z-index:0;
	border:1px solid rgba(61, 37, 30, 0.12);
	padding:64px;
	overflow:hidden;
	background:rgba(92, 72, 60, 0.08);
}

.block-short .inner .inner-wrap{
	position:relative;
	z-index:2;
}

.block-short .title{
	padding-bottom:16px;
}

.block-subscribe .inner .text-excerpt{
	margin:0 auto 48px;
	max-width:490px;
	font-size:16px;
	line-height:1.5;
}
.block-subscribe  form{
	display:flex;
	flex-wrap:wrap;
	max-width:523px;
	margin:0 auto;
	
}


.block-subscribe  form .wpcf7-form-control-wrap{
	flex:1;
}
.block-subscribe  form .wpcf7-submit{
	margin-left:16px;
	margin-top:0;
	flex: 0 0 auto;
}

.block-contact-simple .inner{
	padding:55px 40px;
}

.block-contact-simple .inner .inner-wrap > .row{
	align-items:center;
}
.block-contact-simple .form-group{
	margin:0 0 16px;
}

.block-contact-simple .wpcf7{
	float:right;
	max-width:360px;
}

.block-contact-simple .wpcf7 form .wpcf7-submit{
	margin-top:0;
}
.services-grid .post-item{
	min-height:290px;
	padding:32px;
}
.services-grid .post-item .item-number{
	opacity:.5;
	margin-bottom:20px;
}
.services-grid .post-item .item-title{
	margin-bottom:16px;
}

.why-blocks{
	margin:0 -30px -60px;
	color:#fff;
}

.why-blocks > div[class^="col"]{
	padding-left:30px;
	padding-right:30px;
	margin-bottom:60px;
}
.why-blocks .item-title{
	margin-bottom:12px;
}

.why-blocks .item-icon{
	margin-bottom:20px;
	background:#fff;
	border-radius:12px;
	width:48px;
	height:48px;
	padding:8px;
}

.why-blocks .item-icon .ic{
	width:32px;
	height:32px;
	background-color:var(--accent-color-main);
}
.block-services .services-grid .post-item{
	padding:24px;
}

.block-services .col-grid{
	flex:1;
}
.block-services .col-img{
	max-width:36%;
}
.block-services .col-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.prices-table .section-title{
	margin-bottom:8px;
	padding-right: 48px;
	cursor: pointer;
	transition: .3s;
	position:relative;
}

.prices-table .section-content{
	display:none;
}

.prices-table dl{
	display:flex;
	flex-wrap:wrap;
	line-height:1.55;
	font-size:18px;
	padding:24px 0;
	border-bottom:1px solid rgba(92, 72, 60, 0.1);
}
.prices-table dl dt{
	flex:1;
	font-weight:600;
}

.prices-table dl dd,
.prices-table dl .sub-price{
	padding-left:16px;
}

.prices-table dl ul{
	width:100%;
	list-style-type:disc;
	margin:16px 0 -8px;
	padding:0;
	color:var(--accent-color-second);
}
.prices-table dl ul li{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:8px;
}

.prices-table dl ul li:before{
	content:"";
	display:inline-block;
	margin-top:12px;
	margin-right:12px;
	width:4px;
	height:4px;
	border-radius:100%;
	background:var(--accent-color-second);
}
.prices-table dl ul li.non-marker{
	margin-top:16px;
}
.prices-table dl ul li.non-marker:before{
	display:none;
}
.prices-table dl ul li.non-marker b{
	font-weight:500;
}

.prices-table dl .sub-title{
	flex:1;
}

.prices-table dl small{
	margin-top:16px;
	opacity:80%;
	font-size:14px;
	font-weight:400;
	line-height:1.42;
	color:var(--accent-color-second);
}
.what-list {
	margin-bottom:-32px;
}
.what-list .item{
	background:#EBE5E0;
	border:1px solid rgba(61, 37, 30, 0.12);
	border-radius:12px;
	padding:32px;
	margin-bottom:32px;
	display:flex;
	flex-wrap:wrap;
	color:var(--main-color-second);
}
.what-list .item .item-title{
	color:var(--main-color-main);
	margin-bottom:32px;
	width:37.5%;
	padding-right:24px;
}
.what-list .item .item-text{
	flex:1;
}
/* -- FAQS -- */
.block-faq{
	z-index:2;
}
.faqs{
	max-width:940px;
	margin:0 auto;
}
.faqs .item{
	transition:.3s;
	padding:24px 0;
	border-bottom:1px solid rgba(92, 72, 60, 0.3);
	position:relative;
}

.faqs .item .item-title{
	padding-right:48px;
	cursor:pointer;
	color:var(--main-color-main);
	transition:.3s;
	margin-bottom:8px;
}

.faqs .item .item-title .toggler,
.prices-table .section-title .toggler{
	position:absolute;
	top:29px;
	right:3px;
	width:28px;
	height:28px;
	border-radius:100%;
	border:2px solid var(--main-color-second);
}
.faqs .item .item-title .toggler:before,
.faqs .item .item-title .toggler:after,
.prices-table .section-title .toggler:before,
.prices-table .section-title .toggler:after{
	content:"";
	display:inline-block;
	width:14px;
	height:2px;
	border-radius:2px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-1px;
	margin-left:-7px;
	background:var(--main-color-second);
	transition:.3s;
}

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

.faqs .item.open .item-title .toggler:after,
.prices-table .section.open .section-title .toggler:after{
	transform:rotate(0deg);
}
.prices-table .section-title .toggler {
    top: 7px;
    border: 2px solid var(--accent-color-second);
}
.prices-table .section-title .toggler:before, 
.prices-table .section-title .toggler:after {
    background: var(--accent-color-second);
}
.faqs .item .item-text{
	display:none;
	color:var(--main-color-second);
	padding-right:48px;
	padding-top:8px;
}


.before-after{
	position:relative;
	border-radius:16px;
	overflow:hidden;
	height:0;
	padding-top:48.5%;
	width:100%;
}


.before-after .item-title{
	position:absolute;
	left:24px;
	bottom:28px;
}
.before-after .image-right .item-title{
	left:auto;
	right:24px;
}
.image-left,
.image-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-left img,
.image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-left {
    clip-path: inset(0 50% 0 0);
    z-index: 1;
}

.image-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #ffffff;
    cursor: ew-resize;
    z-index: 2;
}

.image-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 40px;
    height: 40px;
    background: #ffffff url(img/icon-before-after.svg) no-repeat center center;
    border-radius: 50%;
    transform: translateY(-50%);
}


.block-steps .steps{
	color:var(--main-color-light);
	max-width:628px;
	float:right;
	margin-bottom:-16px;
}

.block-steps .steps .item{
	position:relative;
	padding-left:96px;
	min-height:132px;
	margin-bottom:16px;
}
.block-steps .steps .item:last-child{
	min-height:unset !important;
}
.block-steps .steps .item .number{
	position:absolute;
	left:0;
	top:0;
	border-radius:100%;
	width:56px;
	height:56px;
	line-height:54px;
	text-align:center;
	border:1px solid var(--main-color-light);
	color:var(--main-color-light);
	font-size:24px;
}

.block-steps .steps .item .item-title{
	margin-bottom:16px;
}
.block-steps .steps .item .item-text{
	opacity:.8;
}

.block-steps .steps .item:before{
	content:"";
	display:block;
	width:2px;
	height:calc(100% - 72px);
	display:block;
	position:absolute;
	bottom:0;
	left:28px;
	background: var(--main-color-light);
}
.block-steps .steps .item:last-child:before{
	display:none;
}

.block-text2 .text-media{
	display:flex;
    align-items: center;
	justify-content:center;
    background: #fff;
    border-radius: 16px !important;
	overflow:hidden;
}

.block-text2 .text-media a{
	transition:.3s;
}

.block-text2 .text-media a:hover{
	filter:grayscale(1);
}

.service-4 .row-columns .item-img,
.equip-items .item-img{
	position:relative;
	height:0;
	padding-top:100%;
	width:100%;
}
.service-4 .row-columns .item-img img,
.equip-items .item-img img{
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	left:0;
	top:0;
}

.service-4 .block-equipment .main-img{
	height:auto;
	min-height:unset;
}

.service-4 .block-equipment .main-img img{
	height:auto;
	position:static;
}


.block-list .row{
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-40px;
}

.block-list .row  [class^="col"] { 
  padding-left:20px;
  padding-right:20px;
  margin-bottom:40px;
}

.block-list.stripe-bg,
.block-list.stripe-bg .btitle{
	color:#fff;
}

.block-list .item{
	padding-top:68px;
	position:relative;
}


.block-list .item .item-count{
	display:inline-block;
	width:48px;
	height:48px;
	border-radius:12px;
	border:1px solid rgba(22, 50, 87, 0.2);
	text-align:center;
	line-height:46px;
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
}

.block-list.stripe-bg .item .item-count{
	border-color:rgba(255, 255, 255, 0.2)
}

.block-list .item .item-title{
	margin-bottom:12px;
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.equip-nav{
	display:flex;
	align-items:center;
}
.equip-nav .slick-arrow{
	position:static;
	margin:0;
	margin-top:40px;
	width:56px;
	height:56px;
	border:1px solid var(--main-color-light) !important;
	background:#fff !important;
	padding:15px;
}
body.is-non-mobile .equip-nav .slick-arrow:not(.slick-disabled):hover{
    border-color: var(--main-color-main) !important;	
}
.equip-nav .slick-arrow .ic{
	width:24px;
	height:24px;
	background-color:var(--main-color-main);
}

.equip-nav .slick-arrow.slick-prev .ic{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.equip-nav .slick-arrow + .slick-arrow{
	margin-left:32px;
}

.equip-nav .slick-prev.slick-disabled, 
.equip-nav .slick-next.slick-disabled{
	opacity:.4 !important;
}
.equip-items .slick-list{
	width:100%;
}
.equip-items .slick-track{
	margin:0;
}

.author-block{
	margin-top:16px;
	border-top:1px solid rgba(92, 72, 60, 0.1);
	padding-top:24px;
	display:flex;
	align-items:center;
	position:relative;
	padding-left:72px;
	min-height:80px;
}

.author-block .img{
	position:absolute;
	left:0;
	top:24px;
	width:56px;
	height:56px;
}
.author-block .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:100%;
}

.author-block  .desc{
	flex:1;
	text-decoration:none;
	color:var(--accent-color-second);
}

.author-block  .desc:hover .title{
	text-decoration:underline;
}

.author-block .socials{
	margin:0 -6px !important;
	padding:0 0 0 16px;
	list-style-type:none;
	display:flex;
}
.author-block .socials li{
	padding:0 6px;
}

.author-block .socials li a{
	display:block;
	width:40px;
	height:40px;
	padding:25%;
	border-radius:8px;
	background:#fff;
	box-shadow:0 1px 2px rgba(16, 24, 40, 0.05);
	transition:.3s;
}
.author-block .socials li a:hover{
	opacity:.75;
}

.author-block .socials li a .ic{
	width:100%;
	height:100%;
	webkit-mask-size: 100% auto;
    mask-size:100% auto;
	background-color:var(--main-color-second);
}

.certs-grid .post-item .item-img{
	margin:0 auto;
	height:auto;
	padding:0;
}

.certs-grid .post-item .item-img + .item-content{
	margin-top:20px;
}

.certs-grid .post-item .item-img img{
	height:auto;
	margin:0 auto;
	position:static;
	border-radius:8px;
}

.certs-grid {
      margin-top:-16px;
	  margin-bottom:-16px;
    }
	
.certs-grid .grid-item {
      width: 33.333%;
      padding:16px;
      box-sizing: border-box;
    }
	
	@media (max-width: 768px) {
      .certs-grid .grid-item {
        width: 50%;
      }
    }
    @media (max-width: 480px) {
     .certs-grid .grid-item {
        width: 100%;
      }
    }
	
.list-docs{
		display:flex;
		flex-wrap:wrap;
		margin-left:-15px;
		margin-right:-15px;
}
.list-docs .item-doc{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:5px;
	width:100%;
}
.list-docs .item-doc a{
	display:inline-flex;
	align-items:center;
}
.list-docs .item-doc a:hover{
	text-decoration:none;
}
.list-docs .item-doc a .ic{
	min-width:30px;
	height:44px;
	margin-right:15px;
}
@media (min-width:768px){
	.list-docs .item-doc{
		width:50%;
	}
}

@media (min-width:992px){
	.list-docs .item-doc{
		width:33.333%;
	}
}

#content .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper{
	margin:-12px !important;
}
#content  .ti-widget.ti-goog .ti-review-item {
    padding: 12px !important;
}
#content .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
#content .ti-widget.ti-goog .ti-review-item>.ti-inner{
	padding:24px !important;
	padding-bottom:80px !important;
	border-radius: 16px !important;
	position:relative;
}

#content .ti-widget.ti-goog .ti-review-header{
	justify-content:center;
	flex-wrap:wrap;
	position:static;
}

#content .ti-widget.ti-goog .ti-platform-icon{
	width:32px !important;
	height:32px !important;
	right:inherit;
	top:inherit;
	bottom:30px;
	left:50%;
	margin-left:-16px !important;
}

#content .ti-widget.ti-goog .ti-profile-img{
	margin:0 0 8px !important;
}

#content .ti-widget.ti-goog .ti-profile-img img{
	width:64px !important;
	height:64px !important;
	border-radius:0px !important;
}

#content .ti-widget.ti-goog .ti-profile-details{
	    width: 100%;
    flex: auto;
    align-items: center;
}

#content .ti-widget.ti-goog .ti-widget-container .ti-name{
	padding:0;
	font-size:16px;
	font-weight:600;
	line-height:1.5;
	color:#101828;
	margin:0;
}

#content .ti-widget.ti-goog .ti-widget-container .ti-date{
	font-size:14px !important;
	color:#475467;
}

#content .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars{
	margin-top:16px;
	margin-bottom:16px;
}

#content .ti-widget.ti-goog .ti-review-item .ti-stars{
	height:24px;
	line-height:24px;
}

#content .ti-widget.ti-goog .ti-star{
	width:24px !important;
	height:24px !important;
	margin-right:4px !important;
	padding:2px !important;
}

#content .ti-widget.ti-goog .ti-verified-review{
	width: 20px;
    height: 20px;
}

#content .ti-widget.ti-goog .ti-review-content{
	font-size:16px;
	font-weight:400;
	color:#101828;
	font-family: 'FixelDisplay', sans-serif !important;
}
.g-reviews-button{
	line-height:20px;
}
.g-reviews-button img{
	margin-right:10px;
	float:left;
}

.block-page-prices .btitle{
	padding-bottom:8px;
}
.block-page-prices .price-item{
	font-weight:100;
	padding:24px 0;
	font-size:18px;
	color:#ECE1D5;
}

.block-page-prices .price-item + .price-item{
	border-top:1px solid rgba(255,255,255,0.1);
}

.block-page-prices .price-item .item-title{
	display:flex;
	gap:16px;
	justify-content:space-between;
	align-items:center;
}
.block-page-prices .price-item .item-title  .name{
	font-weight:600;
}

.block-page-prices .price-item .item-title  .value{
	font-weight:400;
	    white-space: nowrap;
}

.block-page-prices .price-item ul{
	margin-top:16px;
	list-style-type:disc;
	padding-left:18px;
}
.block-page-prices .price-item ul li + li{
	margin-top:8px;
}




.services-page.service-7  .block-equipment .eqip-content ul{
	padding-left:15px;
}
