@charset "utf-8";
/* CSS Document */


body{
	font-size: 19px;
	font-weight: 300;
}

a{
	text-decoration: none;
}

b, strong {
    font-weight: 600;
}

ul li{
    list-style: none;
}

.container {
	width: 100% !important;
    max-width: 1460px !important;
}
.container.container-large {
    max-width: 1660px !important;
}

main.main.grey-bg{
    background-color: #fafafa;
	position: relative;
}
main.main.grey-bg:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	z-index: 0;
	background-color: #fff;
	content: '';
}

.promo-primary {
    width: 100% !important;
    padding-left: 0px;
}
.promo-slider .bg-holder {
    background: #161717;
}
.promo-slider .title {
    letter-spacing: 0px;
    margin-bottom: 2rem;
}
.promo-slider .title span, .pre-title {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px !important;
    font-weight: 100 !important;
}
.promo-slider h1.title > span{
    margin-bottom: 8px;
}

.text-section.small .title{
	font-size: 140px;
}

.text-section .subtitle{
	margin-bottom: 70px;
}
.text-section .subtitle,
.text-section .subtitle p {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 300;
}

.product-item.product-item--primary .img-holder {
    background-color: #fff;
}
.products--style-3::before{
	display: none;
}

footer p{
	color: #fff;
}

.follows-offset-feature-block::before{
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    width: 100%;
    height: 140px;
    background-color: #eff2f5;
    z-index: -1;
    transform: none;
}

.gm-style img {
    width: 52px;
}
.gm-style .gm-style-iw-c, .gm-style .gm-style-iw-d {
    width: 80px;
}
.gm-style .gm-style-iw-t::after {
    top: -3px;
}


.header{
    padding-left: 0;
    padding-right: 0;
}
#header.menu-opened {
    z-index: 11000;
    background-color: transparent;
}
.header-contact-bar{
	padding: 6px 0px;
	background-color: #ee7f13;
	background-color: #eff2f5;
}
.header-contact-bar .contact-info{
	text-align: right;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.header-contact-bar .contact-info ul{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
	color: #444;
}
.header-contact-bar .contact-info ul li{
	display: inline-block;
	padding-left: 0px;
}
.header-contact-bar .contact-info ul li.phone{
	font-weight: 500;
}
.header-contact-bar .contact-info ul li:before{
	display: none !important;
}
.header-contact-bar .contact-info ul > li:not(:last-child):after{
    content: '|';
    display: inline-block;
    color: #fff;
	color: #444;
    margin: 0px 11px 0px 15px;
    font-size: 82%;
    vertical-align: top;
}
.header-contact-bar .contact-info ul li a{
	color: #fff;
	color: #444;
	text-decoration: none;
}


.logo-block {
    margin-top: -76px;
    padding: 30px 30px 0px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px -45px 78px 40px rgba(255, 255, 255, 0.39);
    -moz-box-shadow: 0px -45px 78px 40px rgba(255, 255, 255, 0.39);
    box-shadow: 0px -45px 78px 40px rgba(255, 255, 255, 0.39);
    /*
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    */
}
.logo-block img {
    max-height: 85px;
    height: 85px;
    width: auto;
    /*
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    */
}

.info-box__img {
    max-height: 405px;
}

.section.brands.accreds{	
    padding: 60px 0px;
    background-color: #333;
}

.info-box__title .cta-title{
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1.1;
}
.info-box__title .cta-title i{
    font-size: 48px;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    transform: none !important;
    line-height: 28px;
    -webkt-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
	
    font-size: 90px;
    top: -20px;
    position: relative;
}
.info-box:hover .info-box__title .cta-title i{
	color: #ee7f13;
}
.info-box__description {
    /*
    -webkit-box-shadow: 0px -34px 50px 5px rgba(17,19,20,0.65);
    box-shadow: 0px -34px 50px 5px rgba(17,19,20,0.65);
    */
    -webkt-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.info-box:hover .info-box__description {
    /*
    -webkit-box-shadow: 0px -34px 50px 5px rgba(17,19,20,0);
    box-shadow: 0px -34px 50px 5px rgba(17,19,20,0);
    */
    -webkt-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.info-box__description > i{
	
}

i.icon{
	font-size: 44px;
	font-weight: 300;
    vertical-align: middle;
    line-height: 0.96em;
}
i.icon.large{
    font-size: 105px;
}

.button.grey span {
    background-color: #eff2f5;
}
.button.dark{
    color: #0d0d0d;
}
.button.dark:not(:hover){
    border: 2px solid #0d0d0d;
}

.pdf-holder p {
    opacity: 1;
}

.details-tabs .tabs-header span:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e7;
}


.cases-details .title-block {
    border-bottom: 0px solid #f0f3f5;
    padding-bottom: 0px;
}





.body-content{
	
}
.body-content > p:first-of-type{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.body-content h3 {
    border-bottom: 1px solid #f0f3f5;
    padding-bottom: 5px;
	margin-bottom: 17px;
}


.promo-primary .align-container {
    padding: 115px 0 75px 0;
    z-index: 2;
}


.cases-details .title, .pdf-holder .title{
	letter-spacing: 0px;
}

section{
	z-index: 1;
}

.intro-section{
    background-color: rgba(235,235,235,1.00);
    z-index: 0;
}
.intro-section.dark{
    background-color: #161717;
    color: #fff;
}
.intro-section.dark *{
    color: #fff;
}
.intro-section:after{
    content_null: '';
    display: block;
    position: absolute;
    left: 0;
    top: -60px;
    width: 60px;
    height: 60px;
    background-color: rgba(235,235,235,1.00);
}

.project-gallery-holder{
	overflow: hidden;
}
.project-gallery{
	margin: 0px -6px;
}
.project-gallery .slick-slide {
    margin: 0px 6px;
}


.wp-block-image img{height: auto;}

.banner{
    min-height: auto;
}
.banner.dark h1,
.banner.dark h2,
.banner.dark h3,
.banner.dark h4,
.banner.dark p,
.banner.dark strong{
	color: #fff;
}


.standard-body-content{
	
}
.standard-body-content h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1em;
}
.standard-body-content h3{
	font-size: 26px;
}
.standard-body-content h3,
.standard-body-content h4{
    color: #3798c9;
	font-weight: 400;
}
.primary-heading .title {
    margin-bottom: 10px;
}


.standard-body-content div[class^="col-"] p:last-child {
  margin-bottom: 0px;
}


.catalog-aside__inner,
.form--primary fieldset.brands, .form--primary fieldset.colors, .form--primary fieldset.power, .form--primary fieldset.price{
    padding: 0px;
}
.form--primary fieldset.button-block {
    padding: 30px 0px;
}
.product-item .description, .product-item .price {
    font-weight: normal;
	color: inherit;
}
.catalog-tabs .tabs-header__title {
    padding-left: 20px;
}

.contact--form.contacts-page-form{
	max-width: 9999px;
}
.get-in-touch .contact--form .button {
    margin-top: 74px;
}
.form.contact--form .input-label span, .form.contact--form .textarea-label span {
    color: #868686;
}

.map-section-basic{
	min-height: 600px;
}


.simple-button{
    display: inline-block;
    color: #fff;
    border-width:0px !important;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
    white-space: nowrap;
    padding: 15px 50px !important;
    background: #ee7f13 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-radius: 4px;
}
.simple-button:hover{
	background: #161717 !important;
}

.info-box {
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 100% 100%, 12px 100%, 0% calc(100% - 12px), 0% 0%);
    display: block;
}

.theme-button span {
    display: block;
    padding: 21px 56px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.theme-button.button--filled span {
    color: #fff;
    background-color: #ee7f13;
}
.header .button,
.header .theme-button,
.theme-button{
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 100% 100%, 10px 100%, 0% calc(100% - 10px), 0% 0%);
}
.header .button span, .header .button::before,
.header .theme-button span, .header .theme-button::before,
.theme-button span, .theme-button::before{
	font-size: 16px;
    background-color: #161717;
}
.header .button:hover span,
.header .theme-button:hover span,
.theme-button:hover span{
    background-color: #ee7f13 !important;
	color: #fff !important;
}
.header .button::before,
.header .theme-button::before{
    background-color: #2390c8;
}

.header-contact-bar .contact-info {
    margin-right: 3px;
}

.header-contact-bar {
    background-color: #ee7f13;
}
.header-contact-bar,
.header-contact-bar .contact-info ul li a,
.header-contact-bar .contact-info ul li,
.header-contact-bar .contact-info ul > li:not(:last-child):after{
	color: #fff;
    color: #000;
    font-weight: bold;
}

.main-menu{
	margin-right: 20px;
}
.main-menu>li:not(:last-of-type){
    margin-right: 0 !important;
}
.main-menu>li.menu-item-home{
    display: none !important;
}
.main-menu>li.menu-item-has-children>a>span::after, .main-menu>li.menu-item-has-children>a>span::before{
    display: none !important;
}

.main-menu .sub-menu>li>a, .main-menu>li>a {
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 32px 15px;
    white-space: nowrap;
}
.main-menu>li:hover>a{
    color: #ee7f13;
}
.main-menu>li>a::after {
    left: 2px;
    height: 5px;
    transform: skew(-30deg);
}
.main-menu>li:hover>a::after, .main-menu>li.current-menu-item>a::after, .main-menu>li.current-menu-ancestor>a::after {
    width: 100%!important;
}
.main-menu .sub-menu {
    background-color: #161717;
    top: 100%;
    left: -15px;
    padding: 20px 30px !important;
}
.main-menu>li:hover .sub-menu {
    top: 100%;
}
.main-menu .sub-menu li{
    margin-bottom: 0 !important;
}
.main-menu .sub-menu li a {
    color: #fff;
    padding: 6px 0;
    font-weight: 500;
    display: block;
}
.main-menu .sub-menu li a:hover, .main-menu .sub-menu li.current-menu-item a, .main-menu .sub-menu li.current-menu-ancestor a {
    color: #ee7f13;
}
.main-menu .sub-menu li a::after{
    display: none !important;
}


.info-box__link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
}



.section.banner.pulled-up-under{
	margin-top: 60px;
}


.theme-button {
    display: inline-block;
    color: #ee7f13;
    border: 2px solid #ee7f13;
    border: 0;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.theme-button.button--filled, .theme-button.button--filled::before {
    border: none;
}

.details-tabs.listings-page{
	margin-bottom: 40px;
	position: sticky;
	top: 20px;
}
.details-tabs .tabs-header a:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
}
.details-tabs .tabs-header a{
	text-decoration: none;
}
.details-tabs.small .tabs-header a {
    padding: 17px 30px 15px 30px;
    font-size: 16px;
	letter-spacing: 0px;
}

.shop-product .downloads-block{
	margin-top: 45px;
}



.standard-body-content table{
	font-size: 16px;
}
.standard-body-content table tr{
	
}
.standard-body-content table tr td,
.standard-body-content table tr td{
    padding: 15px 20px;
}
.standard-body-content table tr:nth-of-type(odd) td{
    background-color: #fff;
}

section.catalogue-product h2{
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 35px;
}

figure.wp-block-table{
	margin-top: 25px;
}
.shop-product .downloads-block .icon-holder{
	background-color: transparent;
}

.testimonials.testimonials--img-left .img-holder {
    width: 35px;
}


.form.contact--form .title{
	font-weight: 700;
}

.full-width-row{
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.primary-heading {
    max-width: 100%;
}
section.testimonials {
    padding-bottom_null: 0px;
}
.testimonials-slider .slider-item {
    max-width: 900px;
    max-width: 100%;
    padding-left: 0;
}
.testimonials.testimonials--primary .slider-holder::before{
    display: none !important;
}

.form.contact--form .input-label br, .form.contact--form .textarea-label br{
	display: none;
	visibility: hidden;
}
.form.contact--form .input:valid {
    border-bottom: 1px solid #e0e1e2;
}
.form.contact--form .input:active,
.form.contact--form .input:focus {
    border-bottom: 1px solid #3c8efd !important;
}

.testimonials.testimonials--primary .quote-icon {
    margin-right: 0px;
}

.the-content{
	
}
.listings-wrapper.top-border{
	margin-top: 38px;
	padding-top: 30px;
	border-top: #a9a9a9 1px dashed;
}

.responsive-img, .responsive-image{
	max-width: 100%;
	height: auto;
}

.woo_amc_open.right-bottom-fixed {
    bottom: 80px !important;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.15); 
box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.15);
}
#cookie-law-info-again {
    right: 30px !important;
    border-radius: 3px 3px 0px 0px;
    box-shadow: rgb(0 0 0 / 25%) 2px 2px 5px 2px;
}

.article-item__img{
	position: relative;
	display: block;
	padding-top: 60%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.article-item__img::before{
	display: none;
}
.article-item .inner{
	padding: 24px 30px;
}
.article-item .inner .article-item__title{
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}
.article-item__date {
    font-size: 14px;
    text-transform: uppercase;
}

.wp-block-columns {
    margin-bottom: 2em;
}

.brands-holder{
	margin-left: -8px;
	width: calc(100% + 16px);
	margin-top: 30px;
	margin-bottom: 30px;
}
.brands-slider .slider-item,
.brands-slider .slider-item img{
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
	transition: none !important;
	opacity: 1 !important;
}
.brands-slider .slider-item{
	padding: 0px 8px;
}
.mobile-nav.is-active {
    z-index: 11000 !important;
}
.mobile-menu>li>a{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.mobile-menu>li.menu-item--has-child>a>span::after {
    right: -3px;
}
.mobile-menu>li.menu-item--has-child>a>span::before {
    right: 0px;
}

.info-box:hover .info-box__inner {
    background-color: rgba(0,0,0,0.8);
}
.info-box__number {
    position: absolute;
    top: 7px;
    left: -43px;
    opacity: .2;
    -moz-transition: all 0.55s ease;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
.info-box:hover .info-box__number {
    left_null: -100px;
    top: -25px;
    opacity: 0;
}

.main-promo{
    position: relative;
    width: 100% !important;
}

.promo-slider .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ee7f13;
}

.product-info .text-holder {
    background-color: #161717;
}
.product-info .title {
    margin-bottom: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dark-text-box{
    background-color: #161717;
    color: #fff;
}
.dark-text-box .button span {
    background: #161717;
}

.services-inner::before {
    display: none;
}

.bg-video-holder, .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-video-holder.with-side-fade:after, .with-side-fade:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.975;
    content: '';
    display: block;
    background: rgb(15,15,15);
background: linear-gradient(139deg, rgba(15,15,15,1) 30%, rgba(15,15,15,0) 75%);
}
.bg-video-holder.with-side-fade:before, .with-side-fade:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    opacity: 0.7;
    content: '';
    display: block;
    background-image: url(../img/logo-swoosh-orange.svg);
    background-position: -231% 54%;
    background-position: 222% 54%;
    background-size: 118%;
    background-repeat: no-repeat;
}

.with-logo-swoosh:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    content: '';
    display: block;
    background-image: url(../img/logo-swoosh-orange.svg);
    background-position: -231% 54%;
    background-position: 62% 25%;
    background-size: 200%;
    background-repeat: no-repeat;
}


.info-box__inner {
    background-color: rgba(0,0,0,0.75);
    border-top: rgba(255,255,255,0.3) 1px solid;
}
.info-box.simple .info-box__inner {
    background-color: transparent;
    border-top: rgba(255,255,255,0.3) 0px solid;
}
.info-box.simple:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    content: '';
    opacity: 0.9;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(15,15,15,1) 28%, rgba(15,15,15,0) 100%);
}
.info-box.simple:hover:after{
    height_null: 90%;
    opacity: 1;
}

.icon-options-group{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
.icon-options-group .icon-option{
    border: rgba(255,255,255,0.2) 1px solid;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
    display: block;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.icon-options-group:hover .icon-option:hover,
.icon-options-group .icon-option.active{
    border: rgba(255,255,255,0.8) 1px solid;
}
.icon-options-group .icon-option i{
    font-size: 65px;
    line-height: 65px;
    display: block;
    color: #ee7f13;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.icon-options-group .icon-option:hover i,
.icon-options-group .icon-option.active i{
    color: #fff;
}
.icon-options-group .icon-option h4{
    font-size: 15px;
    margin: 0;
    margin-top: 6px;
    
    font-size: 15px;
    margin: 0;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.angle-box {
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 100% 100%, 12px 100%, 0% calc(100% - 12px), 0% 0%);
}

.header .button span, .header .button::before,
.header .theme-button span, .header .theme-button::before {
    padding: 18px 32px;
}

.nav-inner {
    background-color: #161717;
}

.inner-heading .subtitle {
    margin-top: 0;
}
.inner-heading .title-block {
    max-width: 440px;
}

.text-section .title{
    color: inherit;
}

.inner-heading .subtitle {
    font-size: 34px;
}

.grecaptcha-badge{
    display: none !important;
}

.promo-slider .align-container.auto-height{
    height: auto !important;
}

.books::after {
    height: calc(50% + 140px);
    top: -140px;
}

.primary-heading {
    text-align: center;
}
.primary-heading.left {
    text-align: left;
}

.cooperation-slider:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 76px;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    pointer-events: none;
}
.cooperation-slider .slider-item .lower{
    text-align: left;
}
.cooperation-slider p{
    font-size: 17px;
}
.cooperation-slider .slider-item .top{
    border-bottom: none;
}
.cooperation-slider .slick-slide{
    opacity: 0.4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cooperation-slider .slick-slide.slick-current{
    opacity: 1;
}
.cooperation-slider .slider-item .current {
    font-size: 50px;
    line-height: 1;
}

.slick-prev, .slick-next{
    z-index: 1;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 35px;
}
.slick-prev:before, .slick-next:before {
    font-size: 45px;
    color: #000;
    opacity: 0.5;
}

.accordion-item .title-block {
    padding: 0;
}
.accordion-item .content-block {
    display: none;
    padding: 0;
    padding-top: 15px;
}
.accordion-item .content-block > *:last-child{
    margin-bottom: 0 !important;
}
.accordion-item:not(:last-of-type) {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: rgba(0,0,0,0.35) 1px dashed;
}


.promo-dots .slick-dots{
    position: relative;
    bottom: 4px;
}
.promo-dots .slick-dots li button:before {
    background: #ee7f13;
}

.map .gm-style-iw-chr{
    display: none !important;
}
.map .gm-style .gm-style-iw-c, .map .gm-style .gm-style-iw-d {
    width: auto;
    padding: 3px !important;
}
.gm-style .gm-style-iw-c{
    background-color: #ee7f13 !important;
}
.gm-style .gm-style-iw-tc::after {
    background: #ee7f13 !important;
}

.promo-primary .title::before, .promo-primary .title::after{
    display: none !important;
}

.wp-block-separator {
    border-top: rgba(0,0,0,0.7) 1px dashed !important;
    margin: 2.5rem 0 !important;
}

figure.wp-block-gallery{
    display: flex;
        flex-wrap: wrap;
}
figure.wp-block-gallery a,
figure.wp-block-gallery a img{
    display: block;
    width: 100% !important;
    height: auto !important;
}

footer.footer {
    position: relative;
    z-index: 1;
}
footer.footer p{
    color: rgba(255, 255, 255, 0.5);
}
footer.footer a{
    color: #fff;
}
.footer-cta-blocks{
    position: relative;
}
.footer-cta-blocks:before{
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 98px);
    display: block;
    background: rgb(255, 150, 48);
    background: linear-gradient(180deg, rgba(255, 150, 48, 1) 10%, rgba(255, 160, 48, 1) 40%, rgba(238, 127, 19, 1) 100%);
}






















/************************ WOOCOMMERCE **************************/
/************************ WOOCOMMERCE **************************/
/************************ WOOCOMMERCE **************************/

.img-bg {
    height: 100% !important;
}
.woocommerce div.product .product_title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 36px;
    border-bottom: rgba(0,0,0,0.2) 1px solid;
    padding-bottom: 20px;
}
.product_meta{
	font-size: 15px;
	margin-top: 25px;
}
.product_meta > span{
	display: block;
	margin-top: 5px;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    padding: 25px;
    background-color: #eff2f5;
    margin-top: 30px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce ul.products li.product a.added_to_cart {
    padding: 16px 26px !important;
    font-weight: 400;
    border-radius: 2px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #ee7f13;
}
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.button.alt:hover {
    background-color: #161717;
    color: #fff;
}
.woocommerce .quantity .qty {
    padding: 11px 10px;
    border-width: 0px;
    text-align: center;
    border-radius: 2px;
}
.woocommerce div.product form.cart .reset_variations{
	display: none !important;
}
.woocommerce div.product form.cart .variations .value{
	text-align: right;
}

.woocommerce div.product form.cart .variations .value select{
	margin-right: 0px;
	width: 100%;
	border-width: 0px;
	padding: 6px;
}
.single_variation_wrap .woocommerce-variation{
	float: left;
}
.single_variation_wrap .woocommerce-variation-add-to-cart{
	float: right;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price{
    line-height: 48px;
}
.related.products{
	display: block;
	clear: both;
	position: relative;
	padding: 85px 0px 65px 0px;
}
.related.products:before{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #f5f5f5;
	display: block;
	content: '';
    position: absolute;
    height: 100%;
	z-index: -1;
	top: 0px
}
.woocommerce .products ul, .woocommerce ul.products{
	margin-bottom: 0px;
}
body.single-product .woocommerce-body-content{
	padding-bottom: 0px;
}
.related.products ul li::before,
ul.products li::before,
ul.page-numbers li::before,
.wpf_items_wrapper li:before,
.woocommerce form_null li:before{
	display: none !important;
}
ul li::marker{
    display: none !important;
}
.wpf_item ul li{
	font-size: 14px;
}
.wpf_item ul li label{
	display: inherit;
    font-weight: 400;
    color: #444;
}
.wpf_product_cat_44 label,
.wpf_product_cat_17 label{
    font-weight: bold !important;
    color: #ee7f13 !important;
}
.wpf_item ul li input[type=checkbox]{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.woocommerce ul.products li.product a img {
    padding: 28px;
    background-color: #fff;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart {
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
    background-color: #ee7f13;
    margin-bottom:-10px;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.added_to_cart {
    background-color: #161717;
}
.related.products h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -.030em;
	margin-bottom: 58px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    letter-spacing: -.050em;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px;
	color: #444;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background-color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price{
    padding: 0px 20px;
}
.woocommerce-form-login{
	
}
.woocommerce-form-login label{
	display: block;
	clear: both;
	width: 100%;
}
.woocommerce-form-login .password-input{
	width: 100%;
    max-width: 300px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 3px;
}
.woocommerce-form-login input[type=text],
.woocommerce-form-login input[type=password]{
    max-width: 300px;
}
body.post-type-archive-product ul.products li.product,
body.archive.tax-product_cat ul.products li.product{
	-webkit-box-shadow: 0px 0px 29px 4px rgba(0,0,0,0.08); 
box-shadow: 0px 0px 29px 4px rgba(0,0,0,0.08);
}
body.post-type-archive-product ul.products li.product:hover{
	
}
.woocommerce-products-header{
	display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
    margin: 0 0 2em;
}
.shop-sidebar li{
	list-style: none !important;
}
.wpf_form_shop_filters{
	padding: 0px 18px;
}
.wpf_item {
    padding: 0px !important;
	margin-top: 3px;
}
.wpf_item .wpf_item_name {
    padding: 12px 18px;
    background-color: rgba(0,0,0,0.05);
    margin: 0px -18px 20px -18px;
    width: auto;
}
.wpf-slider-tooltip {
    bottom: 18px;
    left: 50%;
    transform: translateX(calc(-50% - 2px));
}
.wpf_form .wpf_items_wrapper .wpf_item_pa_power li{
    width: 49.5% !important;
    clear: none !important;
    margin-right: 0px !important;
}

form.checkout.woocommerce-checkout{
	
}
form.checkout.woocommerce-checkout h3{
    font-weight: 600;
    font-size: 22px;
}
.woocommerce-input-wrapper{
	width: 100%;
	display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .woocommerce form .form-row .select2-container--default .select2-selection--single,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding: .6180469716em;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #198cc5;
	width: 100%;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	width: auto;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
	min-height: 50px;
}
form .form-row label {
    display: block;
}
.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
    margin-bottom: 2px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	margin-top: 16px;
}
.woo_amc_open_image svg {
    width: 34px !important;
}
.widget_shopping_cart svg{
    width: 17px;
    margin-top: -4px;
    height: 17px;
}
.widget_shopping_cart svg path{
	fill:#fff;
}
.woo_amc_footer_products{
	display: none;
}
.wpf_slider.ui-slider .ui-widget-header {
    background: #ee7f13 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
	margin-bottom: 35px;
}
.woocommerce ul#shipping_method li {
    padding-left: 0px;
}
.woocommerce ul#shipping_method li:before {
    display: none;
}
.woocommerce ul.products.catalogue-products.columns-3 li.product, .woocommerce-page ul.products.catalogue-products.columns-3 li.product {
    text-align: center;
    margin-bottom: 18px;
    padding: 0;
}

@media (min-width:575px){
.woocommerce ul.products.catalogue-products.columns-3 li.product, .woocommerce-page ul.products.catalogue-products.columns-3 li.product {
    width: 48%;
    margin-right: 1.6%;
    display: inline-block;
}
}
@media only screen and (min-width: 769px){
.woocommerce div.product div.images {
    margin-bottom: 2em;
    padding-right: 5%;
}
.shop-sidebar{
	padding-left: 5%;
}
.woocommerce ul.products.catalogue-products.columns-3 li.product, .woocommerce-page ul.products.catalogue-products.columns-3 li.product {
    width: 48%;
    margin-right: 1.6%;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-bottom: 18px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 48%;
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
    max-width: 48%;
}
}
@media only screen and (min-width: 1100px){
.wpf_form .wpf_items_wrapper .wpf_item_pa_power li{
    width: 30.4% !important;	
}
}
@media (max-width:767){
.shop-product .sliders-holder {
    width: 100%;
    max-width: 100%;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px;
}
}
@media (max-width:550px){
.woocommerce .woocommerce-ordering{
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 16px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce ul.products li.product a.added_to_cart {
    padding: 16px 15px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 50%;
}
}
/************************ WOOCOMMERCE **************************/
/************************ WOOCOMMERCE **************************/
/************************ WOOCOMMERCE **************************/



























@media (min-width:575px){
    p {
        line-height: 1.6;
    }
    .inner-heading .subtitle {
        font-size: 46px;
        line-height: 54px;
    }
}

@media only screen and (min-width: 769px){
}


@media only screen and (min-width: 992px){
    .main-menu>li:not(:last-of-type) {
        margin-right: 30px;
    }
    .main-menu>li.menu-item--has-child:not(:last-of-type) {
        margin-right: 42px;
    }

    .promo-primary .align-container {
        height: auto;
        padding: 90px 0 90px 0;
    }
    .catalog .aside-holder{
        padding-right: 40px;
    }
    .section.banner.pulled-up-under {
        padding: 270px 0 160px 0;
        margin-top: -100px;
        z-index: 0;
    }
    .header {
        padding: 0;
        position: sticky;
        -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
    }
    body.scrolled .logo-block {
        margin-top: 0;
        padding: 0px;
    }
    body.scrolled .logo-block img {
        max-height: 56px;
        height: 56px;
    }
    figure.wp-block-gallery {
        margin: 40px 0;
    }
}
@media only screen and (min-width: 1200px){
    .section {
        padding: 100px 0;
    }
    .section.banner {
        padding: 140px 0;
    }
    .section.pulled-up-under {
        padding: 220px 0 100px 0;
        margin-top: -100px;
        z-index: 0;
    }
    .testimonials.testimonials--primary .testimonials-top {
        margin-left: -86px;
    }
    .promo-slider .align-container,
    .main-promo .slider-nav .inner-block{
        padding-left_null: 20px;
    }
    .cases-details::before {
        max-height: 600px;
        top: 40px;
    }
    .pdf-holder {
        padding: 46px 20px 45px 20px;
    }
    .services-inner.no-grey-bg::before{
        display: none !important;
    }
    .testimonials.testimonials--img-left .text-block {
        width: calc(100% - 125px);
    }
    .testimonials-slider .slider-item p {
            font-size: 120%;
            font-style: italic;
            line-height: inherit;
    }
    .shop-sidebar-widgets{
        position: sticky;
        top: 20px;
    }
    .product-info .text-holder {
        padding: 55px 50px 55px 50px;
        margin: 140px 0;
    }
    .promo-slider.compact .align-container {
        padding: 70px 0;
    }
}



@media only screen and (min-width: 1500px){
    .main-promo{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 60px 100%, 0 calc(100% - 60px));
    }    
    .intro-section{
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 60px 100%, 0 calc(100% - 60px));
        top: -60px;
    }
    .intro-section > *:first-child{
        padding-top: 60px;
    }
    footer.footer:after{
        content: '';
        position: absolute;
        top: -60px;
        left: 0;
        z-index: 0;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 0 0 60px;
        border-color: transparent transparent transparent #161717;
        z-index: -1;
    }
    .footer-cta-blocks:after {
        content: '';
        position: absolute;
        top: 99px;
        right: 0;
        width: 60px;
        height: 60px;
        display: block;
        background: #fff;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        z-index: 0;
    }
}


@media (min-width:1600px){
    .text-section .title {
        font-size: 160px;
    }
}



@media only screen and (max-width: 1800px){
    .about .title-block {
        margin: auto;
    }
}


@media only screen and (max-width: 1400px){
    .promo-slider .align-container {
        padding: 107px 0;
        height: 600px;
    }
    .section,
    footer.footer{
        padding: 80px 0;
    }
}


@media only screen and (max-width: 1200px){
    .section,
    footer.footer{
        padding: 60px 0;
    }
    .main-menu>li.home-link{
        display: none;
    }
    .main-menu>li:not(:last-of-type) {
        margin-right: 30px;
    }
    .main-menu>li.menu-item--has-child:not(:last-of-type) {
        margin-right: 36px;
    }
    .info-box__title .cta-title {
        font-size: 22px;
    }
}


@media only screen and (max-width: 1080px){
    .promo-slider .slick-slide img{
        object-position: 40% 50% !important;
    }
    .section,
    footer.footer {
        padding: 52px 0;
    }
    .main-menu .sub-menu>li>a, .main-menu>li>a {
        padding: 32px 12px;
    }
}


@media (max-width:991px){
    .info-box p {
        font-size: 16px;
        line-height: 1.4em;
    }
    .logo-block {
        margin-top: 0px;
        padding: 0px;
    }
    .logo-block img{
        max-height: 80px;
    }
    .header-contact-bar{
        display: none;
    }
    .promo-slider .align-container {
        padding: 118px 0 82px 0;
        height: 548px;
    }

    .map-section-basic{
        min-height: 425px;
    }
    .lang-block .menu-holder{
        display: none;
    }
    .catalog .aside-holder{
        padding: 122px 12px 40px 14px;
        max-width: 280px;
    }
    .header .theme-button{
        display: none;
    }
    .map-section .form.contact--form {
        padding: 46px 15px 24px 15px;
    }
    section.section.product-info{
        display: flex;
        flex-direction: column;
    }
    .product-info .bg-holder {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 60%;
        height: 300px;
        width: 100%;
        overflow: hidden;
    }
    .product-info .bg-holder .img-bg {
        width: 125%;
    }
    .product-info .text-holder {
        padding: 40px 15px 40px 15px;
        margin: 0 -15px;
        clip-path: none;
    }
}


@media only screen and (max-width: 767px){
    .promo-slider .align-container {
        padding: 85px 0 55px 0;
        height: auto;
    }
    .promo-slider .slick-slide img{
        object-position: 20% 50% !important;
    }
    .main-promo .slider-nav {
        bottom: 40px;
    }    
    .section,
    footer.footer {
        padding: 40px 0;
    }
    .text-section .subtitle {
        font-size: 30px;
        line-height: 1.3em;
    }
    .info-box__img {
        max-height: 340px;
    }
    .info-box {
        margin-bottom: 25px;
    }
    .logo-block img {
        max-height: 62px;
    }
    .form.contact--form .button-holder button{
        width: 100%;
    }
    .form.contact--form .button-holder {
        margin-top: 37px;
    }
    .info-box__title .cta-title {
        font-size: 20px;
    }
    .info-box__title .cta-title i {
        font-size: 70px;
        margin-left: -5px;
    }
    .row.offset-margin{
        margin-bottom: -10px !important;
    }
    .body-content > p:first-of-type {
        font-size: 19px;
        margin-bottom: 22px;
    }
    body {
        font-size: 17px;
    }
    p {
        line-height: 25px;
    }
    .home-feature-banner-body-col{
        padding: 0px;
    }
    .products-slider .slick-slide {
        margin: 0 8px;
    }
    .testimonials.testimonials--primary .wrapper {
        padding: 60px 0 60px 0;
    }
    .testimonials.testimonials--primary .heading.primary-heading {
        width: calc(100% );
        margin-top: 14px;
            padding-left: 15px;
    }
    .text-section .subtitle, .text-section .subtitle p {
        font-size: 28px;
    }
    .promo-primary .align-container {
        padding: 90px 0 58px 0;
        height: auto;
    }
    #cookie-law-info-again {
        left: 13px !important;
        right: auto !important;
    }
    .woo_amc_open.right-bottom-fixed {
        right: 13px !important;
        bottom: 12px !important;
    }
    .text-holder.angle-box{
        clip-path: none;
    }
    .product-info .text-holder {
        margin: 0;
    }
    .features-item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .features-item .title {
        letter-spacing: 0;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.15;
    }
    .about .title-block {
        padding: 15px;
    }
    .about .title-block .subtitle {
        font-size: 26px;
    }
    .primary-heading {
        margin: 0 auto 12px auto;
    }
} /* max 767 */


@media only screen and (max-width: 550px){
    .section,
    footer.footer {
        padding: 34px 0 34px 0;
    }
    .text-section .subtitle {
        font-size: 23px;
        line-height: 1.4em;
    }
    .info-box__title .cta-title {
        text-align: left;
    }
    .info-box__title .cta-title i{
        display: none;
    }
    .info-box__img {
        max-height: 260px;
    }
    .get-in-touch .contact--form .button{
        width: 100%;
    }
    .text-section .subtitle, .text-section .subtitle p {
        font-size: 22px;
    }
    h2 {
        font-size: 26px;
    }
    .info-box__inner {
        padding: 0 15px;
    }
    .info-box__title {
        padding: 14px 0;
    }
    .col-12 .info-box__title .cta-title {
        font-size: 26px;
    }
    .info-box p {
        font-size: 13px;
        line-height: 1.3em;
    }
    .nav-inner {
        padding: 80px 60px 50px 15px;
    }
    .icon-options-group {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-info .text-holder {
        padding: 30px 15px;
    }
    .bg-video-holder.with-side-fade:after, .with-side-fade:after {
        opacity: 0.95;
        background: linear-gradient(139deg, rgba(15,15,15,1) 38%, rgba(15,15,15,0) 100%);
    }
    .icon-options-group .icon-option i {
        font-size: 54px;
        line-height: 52px;
    }
    .promo-slider .title span, .pre-title {
        font-size: 24px;
        letter-spacing: 1px !important;
    }    
    .services-inner--style-3 .inner-heading .subtitle {
        margin-bottom: 16px;
    }
    .logo-block img {
        max-height: 46px;
    }
    .header {
        padding: 12px 0;
    }
    .primary-heading .subtitle {
        font-size: 27px;
    }
    .features-item .img-holder {
        min-height: 260px;
    }
    .icon-item figcaption {
        margin-top: 14px;
    }
    .button {
        width: 100%;
        text-align: center;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image {
        width: 100% !important;
    }
    .theme-button{
        width: 100%;
    }
    .theme-button span {
        padding: 20px 20px;
        display: block;
        text-align: center;
    }
}








