/*
 * Theme Name: Defense
 * Description: Defense 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. Defense 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: Defense
 */
 
 /* 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,
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;
	width:100%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.preloader-logo{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-33px;
	margin-left:-233px;
    width:466px;
    height: 66px;
	text-align:center;
	overflow:hidden;
	display:flex;
	justify-content:center;
	animation: fadeScale 3s ease-in-out;
}

.preloader-logo img{
	width:0px;
	height:66px;
	max-width:466px;
	object-fit:cover;
}

@keyframes fadeScale {
    from {
        opacity: .75;
        transform: scale(.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

a:focus {
    outline: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,
object,
embed,
video {
    max-width: 100%;
}
object,
embed,
video {
    width: 100%;
}
img {
    height: auto;
    vertical-align: middle;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.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: -15px;
		margin-left: -15px;
}

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

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

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

.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;
}
.px-0{
	padding-left:0;
	padding-right:0;
}
.py-0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pb-0{
	padding-bottom:0 !important;
}
.pt-0{
	padding-top:0 !important;
}
.pn {
    padding: 0 !important;
}
.mn {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.hide {
    display: none;
}
.round-24{
	border-radius:24px;
}
.color-white{
	color:#fff !important;
}
.color-white-80{
	color:rgba(255,255,255,.8) !important;
}
.relative{
	position:relative;
}
.z-index-1{
	z-index:1;
}
.z-index-2{
	z-index:2;
}
.z-index-3{
	z-index:3;
}
.text-uppercase{
	text-transform:uppercase;
}
.ic {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
    background-color: var(--main-color);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
	transition: .3s;
}
.ic-facebook {
    -webkit-mask-image: url(img/ic-facebook.svg);
    mask-image: url(img/ic-facebook.svg);
}
.ic-instagram {
    -webkit-mask-image: url(img/ic-instagram.svg);
    mask-image: url(img/ic-instagram.svg);
}
.ic-linkedin {
    -webkit-mask-image: url(img/ic-linkedin.svg);
    mask-image: url(img/ic-linkedin.svg);
}

.ic-youtube {
    -webkit-mask-image: url(img/ic-youtube.svg);
    mask-image: url(img/ic-youtube.svg);
	width:40px;
	height:28px;
}

.ic-arrow-right {
    -webkit-mask-image: url(img/ic-arrow-right.svg);
    mask-image: url(img/ic-arrow-right.svg);
	width:69px;
	height:28px;
}

.ic-arrow-left {
    -webkit-mask-image: url(img/ic-arrow-left.svg);
    mask-image: url(img/ic-arrow-left.svg);
	width:69px;
	height:28px;
}


[data-animation="1"]:not(.animated){visibility:hidden}
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
@media (prefers-reduced-motion:reduce),print{.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* ============================================================================ */

/* ============================================================================
 *		LAYOUT
 * ============================================================================ */
 html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}
body {
   margin: 0;
   padding:0;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 16px;
	font-weight:500;
    line-height: 1.37;
    color: #fff;
    background-color: #000;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

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

  
    #sidebar {
        width: 100%;
        display: block;
    }
 #sidebar ul{
	 margin:0;
	 padding:0;
	 list-style-type:none;
 } 

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

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

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

}

.link{
	text-decoration:none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wtitle,
.btitle {
	line-height:1.37;
    margin: 0;
    margin: 0 0 26px;
    font-weight: 600;
	font-family: 'Inter', sans-serif;
	text-transform:uppercase;
}

h1,.h1,.btitle {
    font-size: 36px;
	text-align:center;
	font-weight:600;
	letter-spacing:1.8px;
}
h1,.h1{
	font-size:36px;
	font-weight:500
}

h1 strong,.h1 strong{font-weight:800;}
h2,.h2 {
    font-size: 22px;
	font-weight:600;
}
h3,.h3 {
    font-size: 20px;
	font-weight:600;
}
h4,.h4 {
    font-size: 18px;
	font-weight:600;
}
h5,
h6 {
    font-size: 16px;
	font-weight:600;
}

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


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

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

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

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

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


input[type="submit"],
input[type="button"],
button,
.submit,
.button,
.contact-button{
	display:inline-block;
    padding:9px 32px;
    min-height: 34px;
    border: 1px solid var(--main-color);
    background-color:transparent;
    color: #fff;
    cursor: pointer;
	border-radius:7px;
	font-weight:500;
	text-decoration:none;
	transition:.3s;
	text-align:center;
	font: 500 15px/normal 'Inter', sans-serif;
}

.contact-button,
.button-white{
	background: #fff;
	color: #000 !important;
    padding: 6px 14px !important;
	
	position:relative;
}

.contact-button{
	margin-left: 30px;
	text-transform:uppercase;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.submit:hover,
.button:hover,
.contact-button:hover,
.button-whiteЖрщмук {
    background-color:var(--accent-color);
	color:#fff !important;
	border-color:var(--accent-color);
}


.button-block{
	width:100%;
}


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

/* ============================================================================
 *		HEADER
 * ============================================================================ */
 #header {
    padding:0;
	position: fixed;
    z-index: 10;
	left:0;
	width:100%;
	transition: .3s;
	top:0px;
}
body.admin-bar #header{
	top:32px;
}
.header-wrap{
	padding:18px 0;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	z-index:9;
	transition:.3s;
}
#footer .logo,
#header .logo{
	margin-right:auto;
	padding-right:30px;
}
.logo img{
   height:33px;
   width:auto;
}
 #header.clearHeader{
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	background-color:rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    will-change: backdrop-filter;
 }

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


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

.mobile-trigger span.burger-name{
	opacity:0;
	visibility:hidden;
	font-size:20px;
	text-transform:uppercase;
	position:absolute;
	right:0;
	top:0;
	line-height:40px;
	transition:.3s;
	
	color:#fff;
}

.mobile-trigger span.burger{
	display:block;
	position:absolute;
	top:50%;
	margin-top:-1.5px;
	left:7px;
	width:26px;
	height:3px;
	background:var(--main-color);
	transition:.3s;
}

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

.mobile-trigger span.burger:before{
	top:-7px;
}
.mobile-trigger span.burger:after{
	bottom:-7px;
}

.mobile-trigger.is-active span.burger{
	background-color:transparent;
}

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

.mobile-trigger.is-active span.burger-name{
	opacity:1;
	visibility:visible;
	right:47px;
}

/* header navigation */
.topnav {
	display:flex;
	align-items:center;
}
.main-menu {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
.main-menu li {
    display: block;
	padding: 7px 15px;
	float:left;
    position: relative;
}
.visible-mobile{
	display:none !important;
}
.main-menu li a{
    display: block;
    color: var(--main-color);
    font-size:15px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
	-webkit-transition: 0.3s;
    transition:0.3s;
	text-transform:uppercase;
}

/* ============================================================================
 *		CONTENT
 * ============================================================================ */
.content-section{
	padding:70px 0;
	position:relative;
	margin:0;
}

.home-intro{
	height:100vh;
	min-height: 750px;
	min-height: -webkit-fill-available;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center;
	position:relative;
	z-index:0;
	padding:90px 0;
}
.home-intro:before{
	content:"";
	display:block;
	width:100vw;
	height:100%;
	position:absolute;
	z-index:-1;
	top:0;
	margin-left:50%;
	left:-50vw;
	background: RGBA(0, 0, 0, 0.88);
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.88) 10%);
}
.home-intro .bg-intro{
	position:absolute;
	top:0;
	z-index:-2;
	width:100vw;
	margin-left:50%;
	left:-50vw;
	object-fit:cover;
	height:100%;
	max-width:unset;
}
.home-intro .inner{
	padding-top:60px;
}
.home-intro .logo_mobile{
	display:none;
	margin-bottom:39px;
}
.home-intro .logo_mobile img{
	height:auto;
}
.home-intro .image-texted{
	margin-bottom:28px;
}
.home-intro .inner h1{
	line-height:1;
	margin-bottom:40px;
}

.home-intro .inner .button{
	text-transform:uppercase;
	border-width:2px;
	font-size:20px;
	padding: 4px 16px;
}

.home-intro .intro-img-mobile{
	display:none;
}

/* START about */
.about-section{
	margin-top:-70px;
	font-size:13px;
}
.about-section .inner-text{
	max-width:705px;
	margin:0 auto 54px;
	text-align:center;
}
.about-gallery-wrap{
	width: 100vw;
    margin-left: 50%;
    left: -50vw;
	position:relative;
}

.about-gallery{
	/*opacity:0;
	visibility:hidden;*/
	transition:.5s;
	padding-top:55px;
}

.about-gallery .slick-dots{
	bottom:inherit;
	top:0px;
	display:flex;
	margin:0 -4px;
}
.about-gallery:not(.slick-slider){
	display:flex;
}

 .about-gallery .item{
	 width:25vw;
	 height:18vw;
	 transition: opacity .3s ease;
     opacity: 0.29;
 }
 
  .about-gallery .item img{
	  height:100%;
	  object-fit:cover;
  }

.about-gallery.slick-slider{
	/*opacity:1;
	visibility:visible;*/
}
.about-gallery .slick-list {
        margin: 0;
}
 .about-gallery .slick-slide {
        margin: 0 7px;
    }
	
	.about-gallery .slick-current {
    opacity: 1;
}
.about-gallery .slick-center-left,
.about-gallery .slick-center-right {
    opacity: 0.6;
}

/* END about */
.adv-section{
	margin-bottom:16px;
}
.adv-section .btitle{
	text-transform:none;
	display:none;
}
.adv-list{
	margin:0 -22px -40px;
	justify-content: center;
}

.adv-list > .col-4,
.adv-list > .col-3{
	padding-left:22px;
	padding-right:22px;
	margin-bottom:40px;
}

.adv-list .item{
	text-align:center;
	height:100%;
	display:flex;
	flex-direction:column;
}

.adv-list .item .icon{
	margin:0 auto 27px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}

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

.adv-list .item .text{
	flex:1;
	border:2px solid #fff;
	border-radius:13px;
	padding:32px 22px;
	font-weight:600;
	font-size:13px;
}

.adv-list .item .title{
	font-size:20px;
	margin-bottom:10px;
	font-weight:600;
	
}
.about-section .btitle a:not(:hover),
.adv-list .item .title a:not(:hover){
	text-decoration:none;
}
/* Products */
.products-section .btitle{
	margin-bottom:44px;
}
.carousel { position: relative;padding-left:95px;padding-right:95px;  }
.carousel-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  list-style: none;
  max-width: 100%; 
  margin: 0 auto;
   transition: height 0.3s ease;
}
.carousel-item {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: left 0.5s, transform 0.5s, opacity 0.5s, filter 0.5s;
  transform:scale(0.7);
  width: 350px;
  min-height:100%;
  background: #000;
  border-radius: 10px;
  z-index: 1;
  padding:5px 53px 30px;
  border:2px solid #fff;
  border-radius:26px;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
.carousel-item .img{
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.carousel-item img{
	width:100%;
	max-width:203px;
	height:auto;
	object-fit:cover;
}
.carousel-item.visible { opacity: 1; pointer-events: auto; }
.carousel-item.center  { left: 50%;  transform: translateX(-50%) scale(1);  z-index: 5; filter: brightness(1);}
.carousel-item.left   { left: 14.5%;  transform: translateX(-50%) scale(0.80);  z-index: 4;opacity:.5; }
.carousel-item.right  { left: 85.5%;  transform: translateX(-50%) scale(0.8);  z-index: 4;opacity:.5; }

.carousel-arrow {
 
  border: none;
  font-size: 2rem;
  width: 45px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 6;
  height:100%;
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

		.carousel-arrow:after{
			content:"";
			position:absolute;
			top:50%;
			margin-top:-15px;
			display:inline-block;
			width: 32px;
			height: 32px;
			transform: rotate(-45deg);
		}
		
		.carousel-next:after{
			right:7px;
			border-bottom: 7px solid #fff;
				border-right: 7px solid #fff;
				
		}
		.carousel-prev:after{
			    left: 7px;
				border-top: 7px solid #fff;
				border-left: 7px solid #fff;
		}
		.carousel-arrow:hover:after{
			border-color:var(--accent-color);
		}
		
.carousel-item .title{
	font-weight:800;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:4px;
	margin-top:auto;
	transition:.3s;
}

.carousel-item  > p{
	font-size:13px;
	font-weight:400;
	padding-bottom:16px;
}

.carousel-item .button{
	font-size:19px;
	padding:4px 16px 5px;
	border-radius:6px;
	border-width:2px;
}

.carousel-pagination {
  display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
	opacity:0;
	visibility:hidden;
}

.carousel-pagination .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  opacity:.24;
  transition: opacity 0.3s;
}

.carousel-pagination .dot.active {
  opacity:1;
}

/* CASES */
.cases-section{
	margin-bottom:5px;
	overflow-x:hidden;
}
.cases-section .btitle{
	margin-bottom:40px;
}
 .cases {
	/*opacity:0;
	visibility:hidden;*/
	transition:.5s;
	padding-bottom:114px;
}

.cases:not(.slick-slider){
	display:flex;
}
.cases.slick-slider{
	/*opacity:1;
	visibility:visible;*/
}
.cases .slick-list {
    margin-left:95px;
	margin-right:-25vw;
	padding-right:20vw;
	border-radius:33px;
}

.cases .slick-list:after{
	content:"";
	display:inline-block;
	position:absolute;
	z-index:5;
	right:-2px;
	top:0;
	width:300px;
	height:100%;
	background: rgba(0, 0, 0, 0.38);
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 1) 100%);
}
.cases .slick-track
{
    display: flex !important;
	
}

.cases .slick-slide {
    margin: 0 16px;
	height:inherit;
	width:954px;
}

.cases .item{
	position:relative;
}
.cases .item:before,
.cases .item:after{
	    content: "";
    display: inline-block;
    position: absolute;
    width: 94px;
    height: 56px;
    border-radius: 33px;
    border: 1px solid transparent;
    border-top: 3px solid #fff;
    top: 14px;
    z-index: 5;
}
.cases .item:before{
	left: -5px;
    transform: rotate(-45deg);
}
.cases .item:after{
	right:-5px;
	transform:rotate(45deg);
}
.cases .item-inner{
	padding:96px 200px 97px 93px;
	position:relative;
	z-index:0;
	height:100%;
	border-radius:65px 65px 33px 33px;
	border:3px solid #fff;
	font-size:13px;
	min-height:382px;
}

.cases .item-inner img{
	position:absolute;
	z-index:-3;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:65px 65px 33px 33px;
	opacity:.62;
}
.cases .item-inner:before{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:33px;
	z-index:-2;
	background: rgba(0, 0, 0, 0.38);
	background: linear-gradient(0deg,rgba(24, 25, 26, .38) 0%,rgba(0, 0, 0, 1) 73%, rgba(0, 0, 0, 1) 100%);
}

.cases .item-inner .title{
	font-weight:800;
	font-size:20px;
	margin-bottom:14px;
}
.cases .item-inner .subtitle{
	font-weight:600;
	font-size:20px;
	margin-bottom:22px;
}
.cases .item-inner .text ul{
	margin:0;
	padding:0 0 0 17px;
}

.cases .slick-arrow{
	width:111px;
	height:60px;
	border-radius:10px;
	bottom:0px;
	border:1px solid #fff;
	padding:5px 20px;
}

.cases .slick-arrow.slick-next{
	right:inherit;
	left:50%;
	margin-left:12px;
}
.cases .slick-arrow.slick-prev{
	left:inherit;
	right:50%;
	margin-right:12px;
}
.contact-section > .row{
	align-items:center;
}
.contact-section .wpcf7{
	width:440px;
	padding:42px;
	background:rgba(255,255,255,0.15);
}

.contact-section .wpcf7 .btitle{
	text-align:left;
	color:#fff;
	line-height:1;
}
.contact-section .wpcf7 .btitle span{
	font-size:80%;
}


.contact-section .wpcf7 .dflex{
	display:flex;
	justify-content:flex-end;
	margin-top:32px;
}

.contact-section .btitle{
	text-transform:none;
	text-align:left;
	margin:0 0 34px;
}

.contact-list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px 11px;
}
.contact-list .item{
	width:50%;
	text-align:left;
	padding:0 15px 21px;
}



.contact-list .item a{
	text-decoration:none;
	display:flex;
	align-items:center;
}

.contact-list .item:nth-of-type(3) a,
.contact-list .item:nth-of-type(4) a{
	align-items:flex-end;
}

.contact-list .icon{
	width:35px;
	height:35px;
	min-width:35px;
	display:inline-flex;
	align-items:flex-end;
	justify-content:center;
	border-radius:50%;
	transition:.3s;
}

.contact-list .icon img{
	max-width:100%;
	max-height:100%;
	height:auto;
}

.contact-list .text{
	margin:0;
	padding-left:22px;
	font-size:13px;
}

.contact-section .button-white{
	font-size:19px;
	border-radius:8px;
	margin-top:45px;
}

.page-text{
	max-width:750px;
	margin:0 auto;
	text-align:center;
}

.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: 12px;
    color: #222;
    margin: 0 0 15px;
}


/* __________ paginate __________ */
.
.pagination{
	display:flex;
	justify-content:space-between;
	margin:-24px 0 32px;
}
.pagination .text-found{
	font:600 24px/1.333 'Inter', sans-serif;
	padding:0 !important;
}
.nav-links,
.page-numbers {
	 margin:0;
	 padding:0;
	 list-style-type:none;
    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 'Inter', 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);
    color: #fff;
}
.nav-links .total {
    margin-right: 5px;
}

.fullwidth-img{
	width: 100vw;
    max-width: unset;
    left: 50%;
    position: relative;
    margin-left: -50vw;
}

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

/* ============================================================================
 *		FOOTER
 * ============================================================================ */
 
 #footer {
    width: 100%;
    padding:25px 0 54px;
    margin: 0;
	color:#fff;
font-size:16px;
}


.footer-wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0;
}


#footer .copyrights {
	color:var(--gray-color);
	font-size:23px;
	line-height:1.2;
	text-transform:uppercase;
	font-weight:400;
	margin-top:40px;
}

.social-links{
	margin:0 -12px;
	display:inline-block;
	list-style-type:none;
	padding:0;
	display:inline-flex;
	align-items:center;
}
.social-links li{
	padding:0 12px;
	float:left;
}
.social-links .ic{
	background-color:var(--main-color);
}

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

#toTop {
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    right: 15px;
    margin: 0;
    width: 46px;
    height: 46px;
    display: none;
    cursor: pointer;
    background: var(--accent-color);
    border-radius: 28px;
	    box-shadow: inset 0px 0px 0px 1px #000;
    transform: rotate(-45deg);
    font-size: 24px;
    text-align: center;
	opacity:.75;
}
#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: 11px;
    left: 11px;
    z-index: 2;
    width: 24px;
    height: 24px;
   -webkit-mask-image: url(img/ic-arrow-top.svg);
    mask-image: url(img/ic-arrow-top.svg);
	
}
body.is-non-mobile #toTop:hover {
   opacity:.75;
}

.breadcrumbs ul{
	list-style-type:none;
	margin:0 0 16px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
	font-weight:500;
	color:#aaaaaa;
	font-family: 'Inter', sans-serif;
}
.breadcrumbs ul li{
	padding:8px;
	display:inline-flex;
}
.breadcrumbs ul li + li:before{
	content:"/";
	display:inline-block;
	margin-right:16px;
}
.breadcrumbs ul li a{
	text-decoration:none;
}
.breadcrumbs ul li a:hover{
	text-decoration:underline;
}

.breadcrumbs ul li.is_archive,
.breadcrumbs ul li.is_archive a{
	color: var(--accent-color);
}
/* CONTACT PAGE */

.form-group{
	margin-bottom:16px;
}
.wpcf7-form-control-wrap{
	display:block;
}
.wpcf7 label{
	display:block;
	color:var(--main-color);
	font-size:16px;
	font-weight:700;
	margin-bottom:8px;
}
.wpcf7 textarea{
	height:114px;
}
.use-floating-validation-tip .wpcf7-not-valid-tip{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 3px 14px;
    margin-top: -18px;
    color: #fff;
    background: #dc3232;
    border-radius: 0 0 24px 24px;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
	margin:0 0 20px;
	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;
	color:var(--main-color);
}
.wpcf7-acceptance label a{
	color:inherit;
}
.wpcf7-acceptance label a:hover{
	color:var(--main-color);
}


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

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

.wpcf7-checkbox input[type="checkbox"]:checked + span:before,
.wpcf7-acceptance input[type="checkbox"]:checked + span:before{
	background:#000;
}


.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-blocks .item + .item{
	margin-top:32px;
}

.contact-blocks .item .item-title{
	font:600 32px/normal 'Inter', sans-serif;
	margin-bottom:16px;
}

.gmap{
	border-radius:32px;
	overflow:hidden;
	width:100%;
	height:0;
	padding-top:100%;
	position:relative;
}
.gmap iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}


.white-popup {
  position: relative;
  background: #000;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

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

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

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

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