
/******************/
.site-header-top{	
    background: #2c2c2c;
	color: #fff;
	min-height: 30px;
	padding: 12px 0;
}
.site-header-top .container{	
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.breadcrumbs{
    padding: 20px 0;
    font-size: 16px;
}
.breadcrumbs a{
font-size: 16px;
color: #fff;
}


.header-contacts{
	display: flex;
}
.header-contacts a, .top_location {
    display: flex;
    padding: 0;
    align-items: center;
    line-height: 20px;
    text-align: left;
	margin-right:20px;
	color: #fff;
}
.header-contacts .ico{	
    width: 20px;
    height: 18px;
    margin-right: 10px;
}
.top_phone .ico{
	background: url(images/telephone.svg) no-repeat center center;
    background-size: contain;
}
.top_location .ico{
	background: url(images/location.svg) no-repeat center center;
	background-size: contain;
	display: inline-block;
}
.top_mail .ico{
	background: url(images/mail.svg) no-repeat center center;
    background-size: contain;
}
.header_social_icons a {
    margin: 0 10px 0 0;
    color: #787878;
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 0.75;
}

.red_container{
	position: relative;
	max-width:1200px;
    margin-top: -85px;
    margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
    z-index: 99;	
    width: 100%;	
}
.section_red{
	position: relative;
    padding: 60px;
	max-width:1200px;	
    background: #cf2222;
	margin: 0 auto;
    border-radius: 6px;
}
.section_red:before {
    position: absolute;
    content: '';
    background-color: #cf2222;
    top: -16px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
  /*   transform-origin: right top; */
}
.section_red .red_block {
	position: relative;
    z-index: 999;
}
.red_block{
	display: flex;
	justify-content: space-between;
}
.red_block_cont {
    width: 60%;
}
.red_block .section_title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.red_block .section_descr {
	font-size: 24px;
    font-weight: 600;
}
.red_block .section_descr span{
	font-weight: 700;
}
.head_link_to a,
.red_box-buttons .go-to-all-volt a{
	border: 2px solid #fff;
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1.5;
    border-radius: 6px;
}
.red_box-buttons .where_to_bue a{
	border: 2px solid #fff;
    background: #fff;
    color: #cd2122;
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1.5;
    border-radius: 6px;
	margin-left:20px;
}
.red_box-buttons .learn-more{
	display: inline-block;
}

button, html input[type=button], input[type=reset], input[type=submit], .learn-more .button, .head_link_to .button, .all-posts .button {
    margin: 30px 0;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #cf2222;
    text-transform: uppercase;
    display: inline-block;
    background: #cf2222;
    padding: 0 40px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
button, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .learn-more .button:hover{
    color: #fff;
    background: transparent;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.head_link_to .button:hover {
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about-us .learn-more .button:hover {
    color: #cf2222;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.fa {
    font-family: FontAwesome !important;
}
p{
	padding: 5px 0;
	}
a, a:hover {
    text-decoration: none !important;
}
html {
	overflow-x: hidden;
}html {
    margin-top: 0 !important;
}
body, html{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #262626;
    background: #fff;
}
body{
	overflow-x: hidden;
}
.overflow_hidden{
	overflow: hidden;
}
h2{
	margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*
===============================Start HEADER========*/	
header {
    top: 0;
    z-index: 999;
    width: 100%;
	}
	
footer{	
	text-align: center; 
    padding: 10px 0 20px 0;
	}

header .top-content{
	height:100px;
	display:flex;
	justify-content:center;	
	z-index:9999;
	width: 100%;
	position:relative;
	
	}
.header {
	background: #232323;
	/* min-height: 65px; */
    position: relative;
}
.home .header {
    background: rgb(44 44 44);
    position: absolute;
}


.archive.category-articles.category-1 .header,
.page-template-page-about-us .header,
.page-template-feedback .header,
.post-type-archive-portfolio .header{
    background: transparent;
	}
.post-type-archive-portfolio .post-top-cont,
.archive.category-articles.category-1 .post-top-cont{
	background-image: url(images/Waist-Up-Anatol-Shoot-Volt.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-top: 80px;
}





.page-template-page-about-us  .page-top.top-feedback,
.page-template-feedback .page-top.top-feedback {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-top: 80px;
}

.header.sticky {
	position: fixed;
	top: 0%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgb(44 44 44);	
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	
}
.header.sticky .site-header-top{display:none;}
.header.sticky .topnav {
    height: 100%;
    padding: 5px 0;
}
.header.sticky .logo a img {
    max-width: 200px;
}
.header.sticky .container{
    height: 100%;
}
@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	

/*
===============================Start CONTAINER========*/	

section{
	clear: both;
    overflow: hidden;
	padding: 0;
}
.container {	
    max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}
.full_container{
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.fix-bg{
	position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/**********************************************************/

.page-title{
    margin-bottom: 30px;
    margin-top: 30px;
}
.category_description{
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
}

.page-description p{
	padding: 2px 0 20px 0;
}
.page-title h1{	
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	color: #e8e8e8;
}

.topnav{	
    padding: 10px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo{
	text-align:center;
	padding: 0;
	}
.logo a img {
	max-width: 300px;
}
.logo a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
	font-weight: bold;
    color: #064fb2;
	text-decoration: none;	
}
.logo a:hover{
	text-decoration: none;		
}	

.topmenu{
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.top_right{	
    display: flex;
    justify-content: flex-end;
}
.top_right .top_link_block{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top_right .top_link_block ul{
	list-style: none;
    display: flex;
    justify-content: flex-end;
}
.top_right .top_link_block ul li{
	margin: 0 30px;
	position: relative;
}
.top_right .top_link_block ul.hidden_phones{	
    border: none !important;
    position: absolute;
    left: -15px;
    top: 100%;
    min-width: 160px;
    z-index: 5;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .4s ease-in-out;
    display: block;
    padding: 10px 5px;
    background-color: #222222;
    box-shadow: 0 10px 10px rgb(0 0 0 / 13%);
}
.top_right .top_link_block ul.hidden_phones li{
	padding: 10px;
	margin: 0;
}
.top_right .top_link_block ul li.phones:hover .hidden_phones {
    opacity: 1;
    transform: scaleY(1);
}


.top_right .top_link_block .more-phones{
    display: inline-block;
    width: 12px;
    height: 12px;
	margin-left: 5px;
    background-image: url(images/arrow-show.svg);
	
}
.top_right a.top_link{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
}

.top_right a:hover{
	color: #cf2222;	
}

.top_right a.top-contact_us{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #1b8dcd;
}

.btn{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 48px;
}

/*****************************/

.main-menu ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.main-menu li a {
	text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 600;
}
.main-menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cf2122;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-menu li a:hover:before, .main-menu li a:focus:before, .main-menu li a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-menu li a:hover,
.main-menu li a:focus{
   color: #fff;
}
.top-animate {
    background: #cf2222 !important;
    top: 8px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #cf2222 !important;
    top: 8px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 2px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.mid-menu {
    top: 9px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.bottom-menu {
    top: 17px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.menui {
  background-color: #cf2222;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 2px;
    position: absolute;
}
.mobil-btn {
    display: none;
}
.micon {
    z-index: 999;
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 0;
    margin-bottom: 5px;
	z-index:9999;
	cursor: pointer;
}
.mobile_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}
.mobilenav {
	font-family: inherit;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    padding-top: 78px;
	background: rgba(0, 0, 0, 0.85);
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}
.mobilenav li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child { }
.mobilenav .switcher-list li a,
.mobilenav .switcher-list li>span{
    color: #fff;
    font-size: 20px;	
}
.mobil__phones{
	text-align: center;
	margin-top: 30px;
}
.mobil_navi_cont{
	display: none;
}

/***---Section 1  ---*******************************************************/
#home {
    padding: 0;
    width: 100%;
    height: 650px;
    color: #fff;
    padding-top: 0px;
    position: relative;
}

.full-slider-container {
  position: relative;
  left: 10%;
  right: 15%;
  z-index: 3;
  height: 100%;
   display: flex;
    align-items: center;
    justify-content: flex-start;
  }
.full-slider-container ul{
	list-style: none;
}
.full-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; 
  }

.full:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: ""; 
}

.full .full-slider-title {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: #fff;
  opacity: 0; 
  }
 
.full .full-slider-teaser {
  font-size: 18px;
  line-height: 1.66;
  color: white;
  opacity: 0; 
  }

.full .full-slider-btn {
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  cursor: pointer;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -webkit-transition: all 0.30s;
  transition: all 0.30s;
  text-align: center;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 0;
  background-color: #CA4A5F;
  text-decoration: none;
  color: white;
  opacity: 0; 
  }

.section-full-slider .full-slider .full-slider-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 600px;
	}
	
.section-full-slider .full-slider .full-slider-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index:1;
 
  }

  
.section-full-slider .full-slider .full {
  height: 650px;
  }

.section-full-slider .full-slider .full:before {
  display: none;
  }

.section-full-slider .full-slider .full .full-slider-btn {
	min-width: 285px; 
}

.head_primary {
    font-size: 60px;
    letter-spacing: 0em;
    text-transform: uppercase;
    line-height: 1;
    color: #FFFFFF;
    margin: 10px 0;
	opacity: 0; 
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 1s ease 1s;
}
.head_primary .air{
	letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 72px;
    margin: 15px 0;
    display: block;
    color: #fff;
}
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
    transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .5s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
	transition: .5s .5s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
}


.head_description {
	opacity: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
	padding-bottom: 5px;
    text-transform: uppercase;
}
.head_description .line{
	width: 30px;
	height: 1px;
	background: #1b8dcd;
	margin: 0 30px;
}
.slick-active .head_description {
   opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
/* .link_to{	
    margin: 15px 0;
}
.head_link_to a{
	font-weight: 500;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.5em;
text-transform: uppercase;
	color: #1b8dcd;
	padding: 10px 40px;
    border: 1px solid #1b8dcd;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
 */
.head_link_to a:hover{
background-color: #ffffff;
    border-color: #f6ab1a;
    color: #f6ab1a;

}
.air{
	transform: translateY(-100%);
	-webkit-transition: all 1.5s ;
	transition: all 1.5s ;
	opacity: 0;	
	margin-top:60px;
	}
.slick-active .air{	
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;  
	-webkit-transition-delay: 3s;
	transition-delay: 2s;
}
.full-slider .slick-dots li{
	display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
	margin-bottom:5px;
    position: relative;
}
.full-slider .slick-dots li a {
	color: #888 !important;
	padding: 10px;
    position: relative;	
    display: block;
	line-height: 17px;
    border-radius: 100%;
	width: 100%;
    height: 100%;
}
.full-slider .slick-dots li a {
	-webkit-mask: url(images/icons/sunny-day-svg.svg) no-repeat center center;
    mask: url(images/icons/sunny-day-svg.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fafafa;
    background-size: contain;
	opacity:0.6;
}
.full-slider .slick-dots li:before{   
    position: absolute;
    content: '';
    height: 15px;
    background: #888;
    bottom: -15px;
    left: 50%;
    width: 1px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
	display: none
}

.full-slider .slick-dots li:hover a:before,
.full-slider .slick-dots li.slick-active a:before{
    display: block;
}
.full-slider .slick-dots li:hover a,
.full-slider .slick-dots li.slick-active a {
	opacity:1;
    background-color: #f6ab1a;
}
.full-slider .slick-dots{	
	padding-bottom: 1px;
    position: absolute;
    bottom: 0px;
    left: 30px;
}
.full-slider .slick-dots li:last-child{
	margin-bottom:40px;
}
.full-slider .slick-dots li:last-child:before{   
    position: absolute;
    content: '';
    height: 40px;
    background: #888;
    bottom: -40px;
    left: 50%;
    width: 1px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }



a.tobottom {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 2;
    display: inline-block;
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
a.tobottom .vert_text{
	 display: block; 	 
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	 -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    transform-origin: right top;
}
a.tobottom .vert_line{
  display: block;
    height: 130px;
    width: 1px;
    background: rgb(255 255 255 / 0.25);
    float: right;
    margin-right: 5px;
	position: relative;
  }
a.tobottom .vert_line:before {
	position: absolute;
    top: 5px;
    left: -3px;
    content: '';
    width: 6px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb10 3s infinite;
    animation: sdb10 3s infinite;
    box-sizing: border-box;
}

/******************************************************/
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 115px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0,  115px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

a.tobottom:hover .vert_text{	  
color: #f6ab1a;
  }
a.tobottom:hover .vert_line:before,
a.tobottom:hover .vert_line{
    background: #f6ab1a;
}



/**********************************************************/

.flex-cont{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    /* align-items: center; */
	margin-bottom: 30px;     
}

.flex_hulf{
	width: 50%;
}


.btn_more{
	margin-top: 30px;
}
.btn_more a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;									
	width: 175px;
	height: 48px;
	font-family: Museo Sans Cyrillic;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: linear-gradient(94.02deg, #4F7AAE 5.08%, #5586C2 79.71%);
	border-radius: 4px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.btn_more a:hover{
	box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4);
}
.head_primary{
	position: relative;
}
.about_block{
	text-align: center;
}

span.bold{
	text-transform: uppercase;
	display: block;
    color: #008dd1;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.topcont {
	background:#008dd1
}
.topcont .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}	
.fa-contact img{width:30px;}

.slick-slide img {
	margin: 0 auto;
	height: 250px;
	width: auto;
}
.page-wrap{
	padding: 60px 0;	
    width: 100%;
    overflow: hidden;
}
.page-wrap_contact{
  background-color: rgb(44 44 44);  
}
.category-information .page-wrap{
	padding-top: 10px;
}
.page-top{
	background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;	
	background: #232323;
	color: #fff;
}
.page-top .page-single-cont{	
    display: flex;
    justify-content: center;
	flex-direction: column;
    min-height: 400px;
    padding-bottom: 50px;
}
.page-content{
 	padding: 60px 0;
 
 }
 
/* .page-top .page-description,
.page-content .entry{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    text-align: justify;
} */

.page-top{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title .head_title,
.page-title .pre_head_title{
	display: block;
}
.page-title .pre_head_title{
    font-size: 42px;
    text-transform: none;
    color: #4092e0;
    padding: 10px 0;
    font-weight: 300;   
}
.page-title .head_title{
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 56px;	
	color: #fff;
	padding: 10px 0;
}

.head_image{
    height: 50px;
}

/*
===============================End HEADER========*/	



/*
=========================Start Page blogs========*/	
.post-top-cont{	
    position: relative;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    background-image: url('images/volt.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.post-top-cont::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 25, 25, 0.9);
    z-index: 2;
}

.post-top-cont .container{
    padding-top: 30px;
    position: relative;
    z-index: 3;
}
.post-top-cont .post-title h1{	
    font-size: 30px;
    font-weight: 400;
}
.entry-blogs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.blogs-item{
	display: flex;
    width: 48%;    
    
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}
.blog-title a{
	font-size: 26px;
    margin-bottom: 10px;
    display: block;
    color: #363636;
    font-weight: 500;
}
.blogs-item
.blogs-img{
	width: 30%;
    display: flex;
    justify-content: center;
}

.blogs-desc{
	width: 100%;
	padding-left: 30px
}
.blogs-img a img{
    width: auto;
    height: 250px;
}
.blogs-item .read_post {
	margin-top: 10px;
}

.link_to{
	margin-top: 30px;
	margin-bottom: 15px;
}
.link_to a span.arrow_to {
    padding: 5px 0;
    margin-right: 15px;
    -webkit-mask: url(images/arrow.svg) no-repeat center center;
    mask: url(images/arrow.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #cf2222;
    background-size: contain;
    width: 40px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;
}
.link_to a:hover span.arrow_to{
    background-color: #fff;	
}
.blogs-item:hover .blog-title a{
	color:#cf2222;
}
.read_article{
    text-align: end;
}





/***********
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
*******************/


/***FOOTER************************************/
footer {padding: 0;}
.footer {
	background: #262626;	
	margin-top: 0;
}
.footer-container{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: center;
	/*     
	-webkit-align-items: center;
    align-items: center; 
	*/
	min-height: 120px;
	color: #fff;
    padding: 60px 0;
}
.f_contacts{
	width:50%;
	padding-right: 60px;
    text-align: left;
}
.footer_block_menu1{
	width:25%;
    padding-top: 25px;
}
.footer_block_menu2{
	width:25%;
    padding-top: 25px;
}
.copy_line{	
    background: #2c2c2c;
}
.copy{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	
	color: #bfbfbf;
    padding: 20px 0;
}


.footer_title{
	font-size: 20px;
    color: #fff;
    padding: 10px 0;
	font-weight: 600;
	margin-bottom:30px;
  position: relative;
  text-align: left;
  padding: 15px 0 30px 0;
}


.footer_title:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  z-index:1;
background: #4092e0;

}

.contacts_item {
    display: flex;
    padding: 10px 0;
    align-items: center;
    line-height: 20px;
    text-align: left;
}
.f_contacts .ico{	
    width: 22px;
    height: 20px;
    margin-right: 10px;
}
.footer_phone .ico{
	background: url(images/telephone.svg) no-repeat center center;
    background-size: contain;
}
.footer_location .ico{
	background: url(images/location.svg) no-repeat center center;	
    background-size: contain;
}
.footer_mail .ico{
	background: url(images/mail.svg) no-repeat center center;
    background-size: contain;
}


.footer_block ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_block ul li{
	text-align: left;
    padding: 5px;

}
.footer a,
.footer_block_menu1 a,
.footer_block_menu2 a{
	color: #fff;
transition: .5s ease;
}

.footer a:hover{
		color: #cf2222;        
        font-weight: 700;
}
.header_social_icons,
.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mobil_navi_cont .footer-social {
    -webkit-justify-content: center;
    justify-content: center;
	
}
.footer-social a{   
    margin: 10px;
	color: #787878;
	font-size: 14px;
	width: 25px;
	height: 25px;
    padding: 0;
	opacity: 0.25;
}
.footer-social a:first-child{
	margin-left: 0;
}
.soc_item span{
    width: 100%;
    height: 100%;
    display: block;	
}
.soc_item_viber span {
	-webkit-mask: url(images/social/viber.svg) no-repeat center center;
    mask: url(images/social/viber.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}

.soc_item_telegram span {
	-webkit-mask: url(images/social/telegram.svg) no-repeat center center;
    mask: url(images/social/telegram.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.soc_item_whatsapp span {
	-webkit-mask: url(images/social/whatsapp.svg) no-repeat center center;
    mask: url(images/social/whatsapp.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}

.soc_item_youtube span {
	-webkit-mask: url(images/social/youtube.svg) no-repeat center center;
    mask: url(images/social/youtube.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat center center;
    mask: url(images/social/facebook.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.soc_item_instagram span {
	-webkit-mask: url(images/social/instagram-logo.svg) no-repeat center center;
    mask: url(images/social/instagram-logo.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.header_social_icons a:hover,
.footer-social a:hover{	
	opacity: 1;
}
.header_social_icons a:hover span,
.footer-social a:hover span{	
    background-color: #f6ab1a;
}

/* + HOME PAGE: full ================================ */


.full-slider-content{
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
    flex-direction: column;
}


/*=============================*/
.scrollTop{
	background-size: contain;
	width:30px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}



/*===SECTION 2========================================
======================================================================================================================*/
.about-us{
	background: #fff;
}
.section_head .section_title{
    color: #363636;
    text-align: center;
    padding: 15px 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 44px;
    letter-spacing: normal;
    line-height: 46px;
}
.about_us{
	margin-top:60px;
	margin-bottom: 60px;
}
.about_us .section_title{
    color: #363636;
    text-align: left;
    padding: 15px 0;
    font-weight: 600;
    font-size: 38px;
    letter-spacing: normal;
    line-height: 40px; 
    text-transform: uppercase;
}
.about_description{
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}
.link_to a{
    font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	color: #f6ab1a;
	padding: 8px 30px;
    border: 1px solid #f6ab1a;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.link_to a:hover{
	background-color: #f6ab1a;
    border-color: #f6ab1a;
    color: #fff;
}

.about_img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*===Effective========================================*/

.effective{
	font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
   
}
.effective_content,
.effective_circle_content{
	padding: 60px 0;
}
.effective_title{
    color:#262626 !important
}



/* ----------------- Solution ----------------- */
#home_3_solution {
	background-color: #000;
	color: #fff;
	padding-top: 8%;
	padding-bottom: 3%;
    overflow: hidden;
}

.monitoring{
	padding: 80px 0;
}

.monitoring_flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.monitoring_flex .column_left {
	width: 45%;
    padding-right: 60px;
}
.monitoring_flex .column_right {
	width: 50%;
    padding-right: 60px;
}


/**Feedback***********************************************/
/*
 .page-template-feedback .header{
	background: #080808;
} 
*/
.top-feedback{
	color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
 position: relative;
}
.top-feedback::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38 38 38);
    z-index: 2;
}
.top-feedback .page-top-cont{
	min-height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
    position: relative;
    z-index: 4;
}
.top-page-header .page-top-cont .page-title,
.top-feedback .page-top-cont .page-title{
	width: 50%;
	padding-right: 60px;
}
.top-feedback .page-top-cont .page-title .head_title{
	color: #fff;
    font-size: 56px;
}
.top-page-header .page-top-cont .page-description,
.top-feedback .page-top-cont .page-description{
	width: 50%;	
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
} 

.page-title .pre_head_title {
    font-size: 42px;
    line-height: 1.1;
    text-transform: none; 
    color: #cf2222;
    padding: 10px 0;    
    font-weight: 600;    
}
a.descr_phone{
	color:#fff;
    font-weight: 700;
    transition: .5s ease;
}
.descr_phone:hover{
		color: #cf2222;        
}
/*-------------page contact--------------*/

.top-feedback .contact_pre_head_title{
    color: #cf2222;
    font-weight: 600;
}


/****FEEDBACK*************************************/

.entry_flex_block {
    width: 30%;
    display: flex;
    flex-direction: column;
    
}
.entry_flex_block_form{
width: 70%;
background: inherit;
display: flex;
align-items: flex-end;

}

.left_block_one{
    background-image: linear-gradient( 180deg, #c10f1b 100%, rgba(255, 255, 255, 0) 0% );
    height: 80%;    
    padding: 40px 0;
    border-radius: 20px;
    margin-top: 80px;
}

.address, .email a, .phone, .phone a {
    font-size: 18px;
	line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.email a:hover, .phone a:hover {
	color: rgb(169 164 164);
}

.contacts_title{
    padding-left: 30px;
	font-size: 24px;    
    font-weight: 600;  
    position: relative; 

}


.contacts_title::before{
    position: absolute;
    content: '';
    top: 40%;
    transform: translateY(-60%);
    left: 0;
    width: 23px;
    height: 23px !important;
    height: auto;    
}
.phone_contact::before{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.167,16.155a2.5,2.5,0,0,0-3.535,0l-.385.384A46.692,46.692,0,0,1,7.458,10.75l.385-.385a2.5,2.5,0,0,0,0-3.536L5.721,4.708a2.5,2.5,0,0,0-3.535,0L1.022,5.872a3.51,3.51,0,0,0-.442,4.4A46.932,46.932,0,0,0,13.722,23.417a3.542,3.542,0,0,0,4.4-.442l1.165-1.164a2.5,2.5,0,0,0,0-3.535Z'/%3E%3Cpath d='M11.5,0a1,1,0,0,0,0,2A10.512,10.512,0,0,1,22,12.5a1,1,0,1,0,2,0A12.515,12.515,0,0,0,11.5,0Z'/%3E%3Cpath d='M11.5,6A6.508,6.508,0,0,1,18,12.5a1,1,0,0,0,2,0A8.51,8.51,0,0,0,11.5,4a1,1,0,1,0,0,2Z'/%3E%3Cpath d='M11.5,10A2.5,2.5,0,0,1,14,12.5a1,1,0,0,0,2,0A4.505,4.505,0,0,0,11.5,8a1,1,0,1,0,0,2Z'/%3E%3C/svg%3E") ;
}
.address_contact::before{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg data-name='10-location' id='_10-location'%3E%3Cpath fill='%23fff' d='M27,12A11,11,0,0,0,5,12C5,22,16,31,16,31S27,22,27,12Z' /%3E%3Ccircle stroke='%23cd2122' fill='%23fff' cx='16' cy='12' r='5' /%3E%3C/g%3E%3C/svg%3E") ;
}
.email_contact::before{
    background-image: url(images/mail.svg);
    background-size: contain;
}

.contacts_address{
    line-height: 1.1;
}
.section_head{
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding-bottom: 30px;
    font-weight: 600 !important;
    color: #fff;
}
.cont_line{
	margin-bottom: 40px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    color: #fff;
}
.cont_line:last-child{
    margin-bottom: 0;
}
.form-row{
	padding: 8px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.form-row.form_full{
	width: 100%;
	display: flex;
	flex-direction: column;
	
}
/* .form-row .half{
	width: calc( 50% - 15px );
}
.full{
	width: 100%;
	padding: 10px 0;
}
.form-row span,
.form-row label{
	display: block;
}

input[type="text"],
input[type="tel"], 
input[type="email"], 
textarea,
input[type="date"], 
select {
    font-size: 16px;
    line-height: 28px;
    background: #ffffff;
    border: 1px solid #999;
    border-radius: 8px;
	color: #333;
    width: 100%;
    padding: 10px;
    outline: none;
    height: 45px;
}

.form-row textarea{
	min-height: 80px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    border-radius: 8px;
    text-transform: uppercase;
	letter-spacing: 1px;
    color: #f6ab1a;
    padding: 12px 30px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #f6ab1a;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #f6ab1a;
    border-color: #f6ab1a;
    color: #fff;
    cursor: pointer;
} */
/*------------form-------------*/
.feedback_form{
    width: 80%;    
    padding: 50px 0;
}
.form_title{
    text-align: center;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}
.innerr .form_title{
    color: #363636 !important;
}
.form_cont {
    width: 80%;
}
.f_right{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.form-inner__items{
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 15px 0;
   
}
.form-inner__item{
    width: 49%;
    border: 1px solid #363636b7;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #a1a1a1;
    background-color: #fff;
}
#ifYes{
    margin-bottom: 15px;
}
.form-inner__item-line_country,
.form-inner__item_company{
    width: 100%;
}
input,
.hide_input1,
.hide_input1::placeholder,
input::placeholder{
 color: #363636 !important;

}
.form_on_page select {
    color: #363636 !important;
    background: #fff !important;
    box-shadow: inset 0 0 5px #a1a1a1;
    border-radius: 5px;
}
input, select{
    --input-background-color: none !important;
    --input-base-color: none !important;
}
.form-inner__item-line_country{
    margin-bottom: 15px;
}
.checkbox_item{
    min-height: 100px;
}
.form_btn{
    text-align: center;
}
/***********************/
a.scrollTop span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: -25%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 60px;
	background: #ccc;
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
}
a.scrollTop span:nth-of-type(2):before {
    position: absolute;
    top: 5px;
    left: -3px;
    content: '';
    width: 6px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb1110 3s infinite;
    animation: sdb1110 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************/
@-webkit-keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

/* Required */
.notvisible{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		-ms-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}

.animated.fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/***********************/
a.scrollTop span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: -25%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 60px;
	background: #ccc;
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
}
a.scrollTop span:nth-of-type(2):before {
    position: absolute;
    top: 5px;
    left: -2px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb1110 3s infinite;
    animation: sdb1110 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************/
@-webkit-keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
/**************************************************/

.future_blocks{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.future_ico img{
	max-width: 70px;
	margin: 0 auto;
	display: block;
}
.future_text{
	margin-top: 30px;
    text-align: center;
}
.future_text h3{
	font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;	
    text-align: center;
    min-height: 50px;
}
.future_block{
	width: calc(100%/3);
	padding-right: 30px;
}
.future_block:last-child{
	padding-right: 0;
}
/********************/
.about_cont{
	display: flex;
	justify-content: space-between;
	
}
.about_left, .about_right{
	width: 50%;
}
.about_right{
	padding-left: 60px;
}

/*************************/
#futures{
	background: url(images/slide-bg.jpg);
	background-size: cover;
	padding: 80px 0;
	color: #fff;
    position: relative;
}
/* #futures::before{
    content: '';
    background-color: rgb(2 2 2 / 76%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
} */
.futures .container{
    z-index: 3;
    position: relative;
}

.futures .section_title{
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.5;
	margin-bottom: 30px;

}
.machine-img{
filter: invert(100%);
}

/*********************/
#effective .section_title{
    text-align: center;
    padding: 15px 0;	
}
.section_title h2{
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.5;

}
.section_pre_title{
	font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;   
    margin: 0;
    color: #333;
}

.services-section-one {
    position: relative;
    padding: 110px 0 50px;
    overflow: hidden
}

.services-section-one .pattern-image-left {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: auto;
    height: auto
}

.services-section-one .pattern-image-right {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto;
    height: auto
}

.service-block {
    position: relative;    
	display: flex;
	justify-content: center;
    min-height: 44vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment:fixed; 
     	
}
.service-block_about{
    padding-bottom: 30px;
}
.service-block_oll{
   min-height: 60vh; 
}

.service-block_equipment::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;   
    width: 100%;
    height: .5px;
    background-color: rgb(54 54 54 / 19%);
}




.service-block .image-column {
    position: relative;    
	width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-column_left{
    display: flex;
    justify-content: end !important;
}
.services_about{
    padding: 20px 0;
}
.service-block .image-column .inner {
    position: relative;
    display: block;   
    padding-left: 0;
}
.service-block .image-column .image,
.service-block .image-column .image img {
    display: block;
    width: 100%
}
.service-block_equipment .image-column .image img{
    width: auto;
    height: 300px;
    margin: 0 auto;

}
.service-block .image-column .icon-box {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -60px;
	padding: 20px;
    width: 120px;
    height: 120px;
    font-size: 54px;
    line-height: 120px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}
.service-block.now-in-view .image-column .icon-box {
    -ms-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
    -webkit-transition: all 2000ms ease 500ms;
    -ms-transition: all 2000ms ease 500ms;
    -o-transition: all 2000ms ease 500ms;
    -moz-transition: all 2000ms ease 500ms;
    transition: all 2000ms ease 500ms
}
.service-block .text-column {
    position: relative;   
	width: 50%;
    padding-left: 95px;
    display: flex;
    align-items: center;    
    background-size: cover;
    background-position: left;
}

.text-column_background{
background-image:url(images/slide-bg.jpg); 
}
.image-column_one{
    background-image: url(images/automatic.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-column_two{
    background-image: url(images/manual.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-column_three{
    background-image: url(images/dreyr.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-column_four{
    background-image: url(images/flash.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-column_five{
    background-image: url(images/mixer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.image-column_six{
    background-image: url(images/accsessoris.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.text-block1,
.text-block{
opacity: 0; 
width: 75%;
color: #fff;
}

.animated-one{
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translate(20px, 20px); }
    to { opacity: 1; transform: translate(0, 0); }
}

.animated-two{
    animation-name: fadeIn1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn1 {
    from { opacity: 0; transform: translate(-20px, -20px); }
    to { opacity: 1; transform: translate(0, 0); }
}


.service-block .text-column .title {
    position: relative;
    margin-bottom: 26px
}
.service-block .text-column .title h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 3px
}
.service-block .text-column .title .sub-text {
	font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}
.service-block .text-column .text {
    position: relative;
    margin-bottom: 30px
}
.service-block .text-column .link-box {
    position: relative
}
.service-block .text-column .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}
.service-block .text-column .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid
}
.service-block .text-column .link-box a .icon {
    position: relative;
    font-size: 16px;
    padding-left: 7px
}
.services .service-block:nth-child(even) .text-column {
    order: 0;
}
.services .service-block:nth-child(even) .image-column .icon-box {
    right: auto;
    left: -60px
}
.services .service-block:nth-child(even) .image-column {
    order: 12
}
.services .service-block:nth-child(even) .image-column{
    padding-right: 0;
    padding-left: 0
}
.services .service-block:nth-child(even) .image-column .inner{
    padding-right: 0;
   
}
.services .service-block:nth-child(even) .text-column{
    padding-right: 95px;
	padding-left: 0;
    text-align: right;
    display: flex;
    justify-content: end;
}
/*---------------equipment---------------*/
.equipment{
    width: 100%;
    height: 100%;
    padding: 60px 0;
    position: relative;
}
.equipment::after{
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: .5px;
    background-color: #36363688;
}
.equipment .prices_pre_title{
    text-align: center;
    padding: 20px 0;
}

/************************************/
#contacts{
	background: url(images/solar-power.jpg);
    background-size: cover;
}
.zamovyty_vze{
	background: rgb(0 0 0 / 70%);
	padding: 80px 0;
    padding: 80px 0;
    color: #fff;
}
.contacts .section_title{
	margin-bottom: 30px;
}
.contacts .section_title h2{
    color: #f6ab1a;
    padding-bottom: 15px;
	margin: 0;
    font-size: 28px;
    letter-spacing: normal;
}

.contacts .sub-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-align: center;
}

/*************************/

.price-section{
	padding: 60px 0;
}
#prices .section_title {
    text-align: center;
    padding: 15px 0;
	margin: 0 auto;
    margin-bottom: 30px;
	max-width: 800px;	
}
.price_block{
	padding: 15px;
}
.price_title{
	text-align: center;
	margin-top:15px;
}
.price_title h3{
    font-size: 20px;
    font-weight: 600;
}
.price_title .price-text{
font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.prices_pre_title{
    font-size: 36px;
}
.el_power{
	display: block;
    font-size: 36px;
    padding: 10px 0;
    color: #f6ab1a;
    font-weight: 500;
}
.partners{
	padding: 60px 0;
}
/*************************/
.foot_logo{
	margin-bottom: 30px;
}
.footer_block_left{
    width: 70%;    
}
.footer_block_right{
    width: 30%;    
}
.footer_block_center{
	text-align: center;
}
.footer_learn_more .learn-more .button {
    margin: 15px 0;
    width: 250px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}


.prevs {
    padding: 15px;
    background: url(images/back.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 60px;
    height: 45px;
    top: 45%;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    transition: left .3s,right .3s,opacity .3s;
}
.nexts {
    padding: 15px;
    background: url(images/next.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 60px;
    height: 45px;
    top: 45%;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    transition: left .3s,right .3s,opacity .3s;
}
.price_slider:hover .prevs {
    left: -50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}
.price_slider:hover .nexts {
    right: -50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}
.price_slider .prevs,
.price_slider .nexts {
    top: calc(50% - 95px);
}

.article-slide:hover .prevs {
    left: -50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}
.article-slide:hover .nexts {
    right: -50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}
.article-slide .prevs,
.article-slide .nexts {
    top: calc(50% - 95px);
}

.all-posts {
    text-align: center;
}

/*******Pop-UP*************************/
.innerr {
	width: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 40px 30px 30px 30px;
	font-size: 14px;
	z-index: 1111;
	border-radius: 10px;
	display: none;
}
.innerr .form-title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.popupp {
	display: none;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
.close_pop{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1001;
}
.innerr a img{
	cursor: pointer;
}
/* textarea{min-height:100px;}
.form_pop .title-form {
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
    width: 100%;
}
.form_pop form input[type="text"],
.form_pop form input[type="tel"],
.form_pop form input[type="email"],
.form_pop form textarea{
	height: auto;
	width: 100%;
	padding: 12px 17px;
	border: 1px solid #000;
	border-radius: 10px !important;
	color: #ccc;
	margin-top: 10px;
	font-size: 14px;
	background: transparent;
}
.form_pop input[type="submit"]{
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	display: block;
	margin: 15px auto 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	z-index: 2;
}
.form_pop form input[type="text"]:focus,
.form_pop form input[type="tel"]:focus,
.form_pop form textarea:focus {
	background-color: #fff;
	color: #000;
}
.form_pop form textarea {
	height: 150px;
}
.form_pop div.wpcf7-validation-errors,
.form_pop div.wpcf7-acceptance-missing {
	border: 2px solid #ff0000;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border: 2px solid #ff0000 !important;
}
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 10px;
	border: 2px solid #ff0000 !important;
} */
/*=====article_post========================*/
#articles {
	
    width: 100%;
    height: 100%;
    position: relative;
}
/* #articles::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(28 27 27 / 93%);
    z-index: 2;
} */
#articles .container{
    position: relative;
    z-index: 3;
    max-width: 1440px;
    width: 100%;
    height: auto;
    padding: 30px;
}
		
.article_title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding-bottom: 40px;
    color: #fff;
    text-shadow: 0em 0.18em 0.27em rgb(0 0 0 / 24%);
}

.article-items{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

.article_item{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: auto;
}

.location-office--header {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.location-office__title {
    color: #fff;
    font-size: 16px; 
    font-weight: bold;
}
.location-office__subtitle {    
    font-size: 16px;
    color: #fff;
}

.location-office--header:after {
    content: "";
    position: absolute;
    display: block;
    /* width: 100%; */
    height: 2px;
    background-color: #f0f0f0;
    bottom: 0;
    left: 0;
    right: 0;
}
.location-office-info {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
}
.location-office-info__item {
    position: relative;
    padding-left: 1.75rem;
}
.location-office-info__item {
    display: flex;
    font-size: max(0.7vw, 14px);
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.location-office-info__item::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 1.15rem;
    height: 1.15rem;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.location-address::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23c10f1b'%3E%3Cg data-name='10-location' id='_10-location'%3E%3Cpath d='M27,12A11,11,0,0,0,5,12C5,22,16,31,16,31S27,22,27,12Z' /%3E%3Ccircle stroke='%23fff' fill='%23c10f1b' cx='16' cy='12' r='5' /%3E%3C/g%3E%3C/svg%3E")
}
.location-phone::before {
    background-image:url("data:image/svg+xml,%3Csvg fill='%23c10f1b' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.167,16.155a2.5,2.5,0,0,0-3.535,0l-.385.384A46.692,46.692,0,0,1,7.458,10.75l.385-.385a2.5,2.5,0,0,0,0-3.536L5.721,4.708a2.5,2.5,0,0,0-3.535,0L1.022,5.872a3.51,3.51,0,0,0-.442,4.4A46.932,46.932,0,0,0,13.722,23.417a3.542,3.542,0,0,0,4.4-.442l1.165-1.164a2.5,2.5,0,0,0,0-3.535Z'/%3E%3Cpath d='M11.5,0a1,1,0,0,0,0,2A10.512,10.512,0,0,1,22,12.5a1,1,0,1,0,2,0A12.515,12.515,0,0,0,11.5,0Z'/%3E%3Cpath d='M11.5,6A6.508,6.508,0,0,1,18,12.5a1,1,0,0,0,2,0A8.51,8.51,0,0,0,11.5,4a1,1,0,1,0,0,2Z'/%3E%3Cpath d='M11.5,10A2.5,2.5,0,0,1,14,12.5a1,1,0,0,0,2,0A4.505,4.505,0,0,0,11.5,8a1,1,0,1,0,0,2Z'/%3E%3C/svg%3E")
}
.location-fax::before {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23c10f1b;%7D .st1%7Bfill:%23868687;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23c10f1b;stroke:%23c10f1b;stroke-width:0.776;%7D .st3%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23c10f1b;fill-opacity:0;stroke:%23c10f1b;stroke-width:0.776;%7D .st4%7Bfill:none;stroke:%23c10f1b;stroke-width:1.5556;stroke-opacity:0.5;%7D .st5%7Bfill:none;stroke:%23c10f1b;stroke-width:1.5556;%7D .st6%7Bfill:%23070707;%7D%0A%3C/style%3E%3Cg id='fax'%3E%3Cpath class='st0' d='M9,23.9v4.8c0,0.3,0.2,0.5,0.5,0.5h13.1c0.3,0,0.5-0.2,0.5-0.5v-4.8v-3c0-0.3-0.2-0.5-0.5-0.5H9.5 c-0.3,0-0.5,0.2-0.5,0.5V23.9z M10.8,22.1h10.5v1.7H10.8V22.1z M10.8,25.6h10.5v1.7H10.8V25.6z'/%3E%3Cpolygon class='st0' points='23,8.1 23,2.9 9,2.9 9,8.1 9,11.6 23,11.6 '/%3E%3Cpath class='st0' d='M26.5,8.1h-1.8v3.5v1.8H7.3v-1.8V8.1H5.5C3.6,8.1,2,9.7,2,11.6v8.8c0,1.9,1.6,3.5,3.5,3.5h1.8v-3.5v-1.8h17.5 v1.8v3.5h1.8c1.9,0,3.5-1.6,3.5-3.5v-8.7C30,9.7,28.4,8.1,26.5,8.1z'/%3E%3C/g%3E%3C/svg%3E")
}








.footer_learn_more .all-posts {
    text-align: center;  
    height: 75px;  
	}
.all-posts .button:hover{
    color: #cf2222;
	background: transparent;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.footer_learn_more .all-posts a{
    width: 300px;
    padding: 0 20px;
}






/* }
#articles .section_title {
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 800px;
}
.article-slide-block{
	margin-top:60px;
    position: relative;
    z-index: 3;
}

.article-slide-block .section_pre_title{
    color: #fff;
}
.article_post{
    position: relative;
    border: 3px solid #f2f7fa;
    overflow: hidden; 
    transition: all .3s;
}
.article-item{	
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
	text-align: center;
}
.article-section h2{
    margin: 0;
}

.article-section h3{
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
   
}
.article_img img{
	width:100%;
	height: auto;
}
.article_post .article_img{
	width:100%;
    position: relative;
} 
.article_post .image_item{
	height: 275px;
    background-color: #fff;
}




.article_post img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    max-width: inherit;
    width: 100%; 
    will-change: tarnsform;
    transition: all .5s;
}
.article_post:hover .image_item img {
    transform-origin: center;
    transform: scale(1.03);
    opacity: 1;
}
.article_post .article_desc{
	float: right;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 30px;
    min-height: 200px;	
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_desc .blog-title{	
    line-height: 26px;
    margin-top: 0;
    font-size: 18px;
}
.article_desc .blog-title a{
	color:#333;	
}
.article_desc:hover .blog-title a{
	color:#000;	
}
.read_article a{
    margin-top: 10px;
    display: inline-block;
	padding:10px 15px;	
    border: 1px solid #cf2222;
    color: #cf2222;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.article_post:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.article_post:hover .read_article a, 
.article_desc:hover .read_article a, 
.read_article a:hover{
	background-color: #cf2222;
    border-color: #cf2222;
    color: #fff;
    border-radius: 8px;
}

.singl_postimg{
	max-width: 30%;
	float: left;
    margin: 10px 20px 10px 0;
}
.singl_postimg img{
	box-shadow: 0 10px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}


.page-content .entry{
	font-size: 18px;
	}
	.page-content .entry li{
	margin: 10px;
	}
.top-page-header .page-top-cont {
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-page-header .page-top-cont .page-title .head_title {
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
}

.ses-page h2.head_title{
	text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
	position: relative;
}
.ses-page h2.head_title:after{
	width:150px;
	height: 3px;
	content: "";
	background: #f6ab1a;
	left: 50%;
	bottom:0;
	transform: translateX( -50% );
	position: absolute;
	
}
.ses_items {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; 
	gap:20px;
    justify-content: space-between;
}
 */


.ses_item{
	position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
	width: 31%;
    border-radius: 8px;
    box-shadow: -5px 15px 20px rgb(0 0 0 / 30%);
	margin-bottom: 10px;
}

.ses_item .ses_item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: 0.5s;
    text-align: center;
}
.ses_item .ses_item-text h3 {
    color: #fff;
    font-size: 24px;
	padding: 10px;
    background: rgb(0 0 0 / 55%);
    margin: 0;
	
    width: 100%;
}
.ses_item .ses_item-detail {
    position: relative;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    border-top: 2px solid rgba(255, 255, 255, 0.75);
    overflow: hidden;
    transition: 0.5s;
}
.ses_item .ses_item-text p {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1.1px;
    color: #222222;
    padding: 0 30px;
    margin: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0.2s;
}







.ses_item:hover .ses_item-text{
  opacity: 1;
}


.ses_item:hover .ses_item-text h2,
.ses_item:hover .ses_item-text h2 span {
  color: #fff;
}
.ses_item:hover .ses_item-detail {
  width: 100%;
  height: calc(100% - 45px);
}

.ses_item:hover .ses_item-detail p {
  opacity: 1;
  transform: scale(1);
}



.ses_item img {
	position: relative;
	display: block;
	min-height: 100%;
    width: 100%;
	max-width: 100%;	
	
  -webkit-filter: grayscale(0);  
    opacity:1;
}
.ses_item:hover img {	
    opacity:0.6;
  -webkit-filter: grayscale(100%);
   transition: transform .35s, filter 0.5s ease-in-out;
}

