@font-face {
  font-family: 'Candara';
  src: url('/fonts/Candara.eot');
  src: url('/fonts/Candara.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Candara.svg#Candara') format('svg'),
       url('/fonts/Candara.ttf') format('truetype'),
       url('/fonts/Candara.woff') format('woff'),
       url('/fonts/Candara.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
  @font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
body {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
	background: #fff;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	 font-family: 'Candara';
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #353535;
    margin-top: 0px;
    font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
a {
    text-decoration: none;
    color: #5ba321;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    font-weight: normal;
    line-height: 24px;
    color: #1b1b1b;
    margin-bottom: 15px;
}
img {width:100%;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}

.ptb-10 {padding-top:10px; padding-bottom:10px;}
.ptb-20 {padding-top:20px; padding-bottom:20px;}
.ptb-30 {padding-top:30px; padding-bottom:30px;}
.ptb-40 {padding-top:40px; padding-bottom:40px;}
.ptb-50 {padding-top:50px; padding-bottom:50px;}
.ptb-60 {padding-top:60px; padding-bottom:60px;}
.ptb-70 {padding-top:70px; padding-bottom:70px;}
.ptb-80 {padding-top:80px; padding-bottom:80px;}
section {
    position: relative;
}
section .container {
    z-index: 10;
    position: relative;
}
a.close-menu-btn {
    display: none;
}
:focus {
outline: none !important;
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
h2.title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	position: relative;
}
h2.title span {
    color: #5ba321;
}

h2.title.outlines {
    width: max-content;
    margin: 0 auto 20px;
}
h2.title.outlines:after {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    left: -260px;
    background: linear-gradient(to right,#ffffff00,#bdbdbd);
}
h2.title.outlines:before {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: -260px;
    background: linear-gradient(to left,#ffffff00,#bdbdbd);
}
.sub-title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #6f6f6f;
	max-width: 850px;
}
ul.style-li {
    padding-left: 30px;
}
ul.style-li li {
    font-weight: normal;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 15px;
	position: relative;
}
ul.style-li li:before {
    content: "\f058";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    left: -22px;
    top: 0px;
    color: rgb(71 129 177);
}
.bg-color {
    background: #5ba321;
}
.bg-gray {
    background: #f1f3f3;
}
.linar-bg {
    background: linear-gradient(120deg, #4780b0 50%, #4377a2 50%);
}
.bg-gradient {background: linear-gradient(45deg, #5ba321 20%, #60adec 50%, #3f51b5);}
.bg-light:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.bg-dark:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(43, 43, 43, 0.8);
}
.bg-lines:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/raster.png);
    z-index: 5;
}
.bg-dots:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/dots.png);
    z-index: 5;
}
.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.flex-box-inner {
    width: 100%;
}
section#infinity, section#projectFacts, section#counters, section#preim-pro {
    overflow-x: hidden;
}
.col-lg-55 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:50px;
    left:50px;
    display:none;
	z-index:999;
	transition: 0.4s;
}
.scrollup:hover {
    opacity: 1;
}
.scrollup svg {
    width: 40px;
    height: 40px;
    fill: #ccc;
	transform: rotate(45deg);
	transition: 0.4s;
	}
.scrollup svg:hover {
    fill: #4780b0 !important;
}
/*------ #owl-navigaton ------*/
button.owl-next {
    position: absolute;
    right: 55px;
    top: 48%;
    opacity: 0.5;
    transition: 0.4s;
}
button.owl-next:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a2.svg);
}
button.owl-prev {
    position: absolute;
    left: 10px;
    top: 48%;
    opacity: 0.5;
    transition: 0.4s;
}
button.owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/a1.svg);
}
button.owl-next:hover, button.owl-prev:hover {
    opacity: 0.9;
}
.owl-dots {
    width: max-content;
    margin: -60px auto 38px;
    z-index: 9999;
    position: relative;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: 20px;
    width: 40px;
    height: 1px;
    background: #ffffff47;
    margin: 0px 4px;
}
button.owl-dot.active {
    background: #fff;
}
/*------ #owl-navigaton ------*/

/*------ #top-adress-1 ------*/
section#top-adress-1 p, section#top-adress-1 a {
    color: #fff;
    margin: 0;
}
section#pre-about img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    display: inline-block;
}
section#pre-about p {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 300;
    display: table-caption;
    line-height: 22px;
    margin: 5px 0;
    text-align: left;
}
/*------ #top-adress-1 ------*/

/*------ #top-head-1 ------*/
section#top-head-1 {
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.navbar {
    width: max-content;
    float: right;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #5ba321;
}
/*------ #top-head-1 ------*/
section#top-product .flex-box {
    height: 100vh;
}

.phones {
    text-align: right;
    font-size: 25px;
    color: #fff;
}

/* ---------- #big-slider ----------- */

.slider-box {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bag1 {
    background: url(/img/slide1.jpg);
}
.bag2 {
    background: url(/img/slide2.jpg);
}
.bag3 {
     background: url(/img/slide3.jpg);
}
div#big-slideshow .flex-box-inner {
    text-align: center;
}
div#big-slideshow h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 100;
    color: white;
}
div#big-slideshow p {
    font-size: 25px;
    font-weight: 100;
    color: white;
}
/* ---------- #big-slider ----------- */


/* ---------- #iboxer ----------- */
.i-box {
min-height: 500px;
background-position: center !important;
background-size: cover !important;
position: relative;
overflow: hidden;
transition:0.5s;
}
.i-box.fon1 {
background: url(/img/iboxer1.jpg);
}
.i-box.fon2 {
background: url(/img/iboxer2.jpg);
}
.i-box.fon3 {
background: url(/img/iboxer3.jpg);
}
.i-box:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(to top,#000000b8,#ffffff00);
}
.i-box h2 {
text-align: center;
color: #fff;
bottom: 50px;
position: absolute;
width: 100%;
text-transform: inherit;
font-weight: 600;
transition:0.5s;
}
.i-box h2 span {
width: 100%;
display: block;
font-size: 24px;
font-weight: 300;
}
.i-box h2:before {
content: "";
width: 2px;
height: 50px;
background: #5ba321;
position: absolute;
bottom: -58px;

}
.i-box p {
text-align: center;
bottom: -70px;
position: absolute;
padding: 0 25px;
color: #fff;
transition:0.7s;
}
.i-box:hover h2 {
bottom: 140px;
}
.i-box:hover p {
bottom: 10px;
}
/* ---------- #iboxer ----------- */

/* ---------- #qests ----------- */
section#qests {
min-height: 500px;
}
.date-box {
border: solid 1px #e9e9e9;
padding: 30px 30px;
position: absolute;
transition: 0.5s;
cursor: pointer;
}
.date-box img {
width: 70px;
position: absolute;
right: 17px;
top: 16px;
}
.date-box h4 span {
font-size: 40px;

}
.date-box h4 {
font-size: 85px;
font-weight: 900;
color: #5ba321;
transition: 0.5s;
}
.date-box:hover h4, .date-box:hover p, .date-box.active h4, .date-box.active p, .date-box:hover .steps-item-footer-text {
color: #ffffff;
}

.date-box:after {
content: "";
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 20px);
top: 10px;
left: 10px;
z-index: -1;
background: #5ba321;
opacity: 0;
transition: 0.5s;
}

.date-box:hover:after, .date-box.active:after {
opacity: 1;
}
.date-box:hover, .date-box.active {
box-shadow: 7px 14px 42px 3px rgb(163 174 184 / 68%);
transform: translate3d(0,-14px,0);
}

.steps-item-footer {
display: flex;
align-items: center;
font-weight: 600;
}
.steps-item-footer-icon:after, .steps-item-footer-icon:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat;
transition: opacity 0.4s;
}
.steps-item-footer-icon {
width: 22px;
height: 22px;
flex-shrink: 0;
margin-right: 12px;
position: relative;
background-color: #5ba321;
border: solid 1px #5ba321;
transition: background-color 0.4s,border-color 0.4s;
}
.steps-item-footer-icon--toggle:after, .steps-item-footer-icon--toggle:before {
width: auto;
height: 2px;
left: 3px;
right: 3px;
top: 50%;
margin-top: -1px;
transform-origin: center;
background-color: #ffffff;
transition: background-color 0.4s,transform 0.4s;
}
.steps-item-footer-icon--toggle:after {
transform: rotate(90deg);
opacity: 1;
}

.steps-item-footer-text {
color: #5ba321;
}
.date-box.active .steps-item-footer-icon--toggle:after {
transform: rotate(0deg);
}
.date-box.active .steps-item-footer-text {
color: #fff;
}

.sub-box {
height: 0;
overflow: hidden;

}

.date-box.active .sub-box {
height: 100%;
overflow: hidden;
padding-top:15px;
transition: 0.5s;
}
/* ---------- #qests ----------- */


/* ---------- #top-product ----------- */
section#top-product {
    min-height: 100vh;
    background: url(/img/mn.jpg);
    background-size: cover;
    background-position: center;
}
section#top-product h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 78px;
}
section#top-product h2 {
    text-align: center;
    color: #ffffff;
    background: #5ba321;
    width: max-content;
    padding: 0px 25px 10px;
    position: relative;
    margin-top: 35vw;
}
section#top-product p {
    text-align: center;
    color: #fff;
}
.allprice-box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
	padding-bottom: 20px;
}
.pricer {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.pricer span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    display: block;
}
.pricer.old-price {
    color: #545f8e;
    font-weight: 600;
}
.pricer.old-price span {
    text-decoration: none;
}
.countdown {
    color: #545f8e;
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    width: max-content;
}
.countdown-number {
	padding: 0 10px;
    display: inline-block;
	position: relative;
}
.countdown-time {
    display: inline-block;
    font-weight: 600;
}
.countdown-text {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
}
.countdown-number.with-dot:after {
    content: ":";
    position: absolute;
    top: -3px;
    right: -9px;
    color: #545f8e;
}
/* ---------- #top-product ----------- */


/* ---------- #gallery ----------- */
.container--gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container--gallery .row {
  margin-left: -4px;
  margin-right: -4px;
}
.container--gallery [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}

.photo-zoom {
  outline: 0;
  overflow: hidden;
  position: relative;
  display: block;
  height: 230px;
}
.photo-zoom img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.photo-zoom:hover img {
    width: 110%;
}
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.23s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ---------- #gallery ----------- */


/* ---------- #why-us ----------- */
section#why-us .hover_content_block {
text-align: center;
font-size: 16px;
min-height: 300px;
vertical-align: middle;
padding: 40px;
background: #fff;
-webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
z-index: 7;
flex-grow: 1;
background-size: cover;
position: relative;
background-repeat: no-repeat;
transition: 0.4s;
}
section#why-us .hover_content_block h2 {
font-size: 24px;
font-weight: 400;
}
section#why-us .hover_con_text svg {
    width: 70px;
    height: 70px;
    fill: #5ba321;
}

/* ---------- #why-us ----------- */


/* ---------- #projectFacts ----------- */
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}
.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
    margin: 0px 50px;
    background: #5ba321 !important;
    box-shadow: 8px 8px 5px 0px #00000082;
}
.projectFactsWrap .item:nth-child(1) {
    background: rgb(67 119 162);
}
.projectFactsWrap .item:nth-child(2){
  background: rgb(71 129 177);
}
.projectFactsWrap .item:nth-child(3) {
    background: rgb(77 140 193);
}
.projectFactsWrap .item:nth-child(4) {
    background: rgb(83 152 210);
}
.projectFactsWrap .item p.number {
    font-size: 115px;
    padding: 0;
    font-weight: 100;
    color: #252525;
    line-height: 115px;
}
.projectFactsWrap .item p {
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin: 0px;
    padding: 10px;
    line-height: 32px;
}
.title2 {
    text-align: center;
    font-size: 32px;
}
section#counters.white-bg {
    background: #fff;
}
.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}
.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgb(244 248 251);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}
.projectFactsWrap .item:hover span{
  background: white;
}
.projectFactsWrap .item svg {
    width: 70px;
    height: 70px;
    fill: #fff;
}
/* ---------- #projectFacts ----------- */


/* ---------- #tabster ----------- */
section#tabster .owl-nav button.owl-next, section#tabster .owl-nav button.owl-prev {
color: #0000003d !important;
font-size: 30px !important;
position: absolute !important;
top: 45% !important;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #eaeaea !important;
border-radius: 50%;
background: #fff !important;
opacity: 1;
}
section#tabster button.owl-prev {
left: 27%;
}
section#tabster button.owl-next {
right: 27%;
}
section#tabster .one-tests img {
width: 140px;
height: 140px;
border-radius: 50%;
margin: 0px auto 20px;
}
section#tabster .one-tests {
background: #fff;
text-align: center;
padding: 25px;
}
section#tabster .named {
    font-size: 20px;
    font-weight: bold;
    color: #5ba321;
}
section#tabster .owl-carousel.owl-drag .owl-item {
padding: 100px 0;
}

section#tabster .yell-named {
font-size: 12px;
line-height: 14px;
color: #b9a710;
}
section#tabster .normal-named {
font-size: 12px;
line-height: 16px;
padding: 25px;
position: relative;
color: #5f5f5f;
}
section#tabster .normal-named:before {
content: "\f10d";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
left: 0px;
top: 30px;
color: #5ba321;
}
section#tabster .normal-named:after {
content: "\f10e";
position: absolute;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 900;
right: 0px;
bottom: 2px;
color: #5ba321;
}
section#tabster .owl-item.active.center .one-tests {
transform: scale(1.3);
opacity: 1;
transition: 0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}
section#tabster .owl-item.active.medium .one-tests {
transform: scale(1);
opacity:0.3;
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}
section#tabster .owl-item.active .one-tests {
transform: scale(1);
opacity:0.3;
transition:0.5s;
box-shadow: 0 0 25px #7d7d7d45;
}
section#tabster .owl-item.active.center {
z-index: 999;
}
section#tabster button.owl-prev {
left: 27%;
}
section#tabster button.owl-next {
right: 27%;
}
section#tabster .owl-item.medium.active {
z-index: 9;
}
section#tabster .owl-carousel .owl-nav button span {
height: 50px;
display: block;
}
section#tabster button.owl-prev:hover, section#tabster button.owl-next:hover {
    background: #5ba321 !important;
    color: #fff !important;
}
section#tabster button.owl-next:before, section#tabster button.owl-prev:before {content:none;}
/* ---------- #tabster ----------- */


/* ---------- #steps ----------- */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
	animation: ripple 1.5s linear infinite;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color: #5ba321;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left, .md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 134px;
    height: 1px;
    border-top: 1px dashed #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
.md-stepper-horizontal .md-step svg {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: block;
    fill: #5ba321;
}
/* ---------- #steps ----------- */


/* ---------- #counters ----------- */
section#counters {
    background: #6b7366;
    padding: 60px;
}
.text-sl-box {
    min-height: 300px;
    background: #5ba321;
    margin-left: -70px;
    margin-top: 43px;
    padding: 25px;
    box-shadow: 8px 8px 5px 0px #00000082;
}
.text-sl-box p {
    color: #fff;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    margin: 13px 0;
}
section#counters img {
    border: 3px solid #fff;
}
section#counters.white-bg img {
    border: 3px solid #6b7366;
}
section#counters.white-bg .text-sl-box {
    background: #6b7366;
}
/* ---------- #counters ----------- */


/* ---------- #timeline ----------- */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}

.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1150px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
/* ---------- #timeline ----------- */


/* ---------- categories ----------- */

.site__info {
  clear: both;
  display: block;
  font-variant: small-caps;
  letter-spacing: 2px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

.grid {
  float: none;
  width: 100%;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 40.063em) {
  .grid {
    float: left;
    width: 33.333%;
  }
}

.card__image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}
.card__image > img {
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card__image:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.card__title {
  color: white;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card__title:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.card__overlay {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.card__overlay--indigo {
  background-image: linear-gradient(to bottom, rgba(92, 107, 192, 0.1), rgba(92, 107, 192, 0.8));
  z-index: 2;
}

.card__overlay--blue {
  background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgba(41, 182, 246, 0.8));
  z-index: 2;
}

.card__overlay-content {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  z-index: 3;
}

.card__meta {
  margin: 0;
  margin-right: -1em;
  margin-bottom: 0.75em;
}
.card__meta.card__meta--last {
  margin-bottom: 0;
}
.card__meta li {
  color: #f8f8f8;
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: 0.85em;
  font-variant: small-caps;
  letter-spacing: 1px;
}
.card__meta li:not(:last-child):after {
  content: "●";
  font-style: normal;
  position: relative;
  color: rgba(255, 255, 255, 0.25);
  right: -0.6em;
}
.card__meta li > a {
  color: #f8f8f8;
}

/* ---------- categories ----------- */

/* ---------- #tabs ----------- */
section#tabs .btn-link {
    font-weight: bold;
    color: #2b2b2b;
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-size: 17px;
}
section#tabs .btn-link:hover {
    text-decoration: none;
}
section#tabs .card {
    margin: 5px 0;
}
section#tabs i {
    color: #5ba321;
    padding-right: 7px;
}
section#tabs .card-header {
    padding: .75rem 0.25rem;
}
.back-call {
    background: #5ba321;
    padding: 22px 30px 0;
    min-height: 454px;
    margin: 5px 0;
    border-radius: 3px;
    text-align: center;
}
.back-call h3 {
    color: white;
}
.back-call input, .back-call textarea {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    font-size: 16px;
}
.back-call input::-webkit-input-placeholder {color:#fff;}
.back-call input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call input:-ms-input-placeholder      {color:#fff;}
.back-call textarea::-webkit-input-placeholder {color:#fff;}
.back-call textarea::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.back-call textarea:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.back-call textarea:-ms-input-placeholder      {color:#fff;}
.back-call p.aft-but {
    color: white;
    padding-top: 15px;
}
.back-call p {
    font-size: 15px;
    color: white;
    line-height: 18px;
    padding: 5px;
}
.back-call .button {
    border: 2px solid #fff;
    cursor: pointer;
}
/* ---------- #tabs ----------- */


/* ---------- #lables ----------- */
section#lables {
    height: 600px;
    background: url(/img/map-bg.jpg);
    background-size: cover;
    background-position: center;
}
.all-kit {
    position: relative;
    height: 600px;
}
.plus-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5ba321;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 10px #5ba32133;
	animation: ripple 0.7s linear infinite;
}
.plus-box.poz1 {
    top: 48%;
    left: 59%;
}
.plus-box.poz2 {
    top: 28%;
    left: 54%;
}
.plus-box.poz3 {
    left: 21%;
    top: 46%;
}
.plus-box.poz4 {
    top: 10%;
    left: 42%;
}
.plus-box.poz5 {
    left: inherit;
    right: 20%;
    top: 60%;
}
.plus-box i {
    transition: 0.4s;
}
.plus-box-txt {
    display: none;
    position: absolute;
    width: 170px;
    background: #1a1b1d;
    padding: 5px 15px 8px;
    border-radius: 10px;
    line-height: 16px;
    left: 31px;
    top: -48px;
    transition: 0.4s;
}
.plus-box:hover .plus-box-txt {
    display: block;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-name: flipInY;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ---------- #lables ----------- */


/* ---------- #nums ----------- */
.one-nums {
    margin: 30px 0;
}
.chart-box {
    font-size: 73px;
    font-weight: 700;
    float: left;
    margin-right: 30px;
    line-height: 64px;
    color: #5ba321;
    padding-bottom: 20px;
    position: relative;
    width: 100px;
    text-align: center;
}
.chart-box:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -15px;
}
/* ---------- #nums ----------- */



/* ---------- #pricing ----------- */
.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}
.pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: "Open Sans", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgb(71 129 177);
  padding: 4em 0 9em;
  position: relative;
}
.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
.pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
  font-size: 2.5em;
}
.pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}
.pricing-palden .pricing-period {
  font-size: 0.15em;
  padding: 0 0 0 0.5em;
  font-style: italic;
}
.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}
.pricing-palden .pricing-feature {
  padding: 1em 0;
}
.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #4d4766;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
  background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}
section#pricing .button {
    margin: 0px auto 30px;
}
/* ---------- #pricing ----------- */




/* ---------- #preim-pro ----------- */
.listar-feature-item-wrapper {
    margin-bottom: 20px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 80px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}

@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #5ba321;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("/img/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}
/* ---------- #preim-pro ----------- */

/* ---------- #contact-box ----------- */
section#contact-box .flex-box-inner {
    width: 75%;
}
section#contact-box {
    background: #6b7366;
}
section#contact-box h2.titl {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
}
section#contact-box p, section#contact-box a, section#contact-box i {
    color: #fff;
    font-size: 18px;
    text-align: right;
    margin-bottom: 5px;
}
section#contact-box input, section#contact-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 0;
    border: 2px solid #ffffff;
    background: transparent;
    font-size: 18px;
}
section#contact-box input::-webkit-input-placeholder {color:#fff;}
section#contact-box input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
section#contact-box input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
section#contact-box input:-ms-input-placeholder      {color:#fff;}
section#contact-box textarea::-webkit-input-placeholder {color:#fff;}
section#contact-box textarea::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
section#contact-box textarea:-moz-placeholder           {color:#fff;}/* Firefox 18- */
section#contact-box textarea:-ms-input-placeholder      {color:#fff;}

/* ---------- #contact-box ----------- */


/* ---------- #infinity ----------- */
.main-content {
  position: relative;
}
.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 35px;
}
/* ---------- #infinity ----------- */


/* ---------- #timeline-hover ----------- */

#timeline-hover {
  display: flex;
  background-color: #031625;
}
#timeline-hover:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 600px;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {
  background: rgba(3, 22, 37, 0.85);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000d9 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover {
  width: 30% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 60%;
  opacity: 0;
}
.tl-content h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.44rem;
    font-weight: 600;
}
.tl-content p {
    color: #ccc;
}
.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.tl-year p {
    font-size: 38px;
    line-height: 48px;
    margin: 0;
    color: #fff;
    font-weight: 800;
}
.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

/* ---------- #timeline-hover ----------- */


/* ---------- #background-wave ----------- */
section#background-wave {
    height: 600px;
    overflow: hidden;
}
.background {
    width: 100vw;
    height: 600px;
    position: absolute;
    top: 0;
}
section#background-wave .flex-box {
    height: 600px;
}
.flex-drop	{ background: #ffffffd1;
    padding: 25px;
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 10px rgb(163 177 198 / 60%), -5px -5px 10px rgb(255 255 255 / 50%);
	}
section#background-wave h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #4780b0;
    font-size: 65px;
}
section#background-wave h2 {
    text-align: center;
    color: #545f8e;
}
section#background-wave p {
    text-align: center;
    color: #3f4044;
}
section#background-wave input {
    width: 50%;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #4780b0;
    background: transparent;
    font-size: 18px;
    margin: 0 auto;
    display: block;
}
section#background-wave .pricer.new-price {
    color: #4780b0;
}
section#background-wave input::-webkit-input-placeholder {color:#4780b0;}
section#background-wave input::-moz-placeholder          {color:#4780b0;}/* Firefox 19+ */
section#background-wave input:-moz-placeholder           {color:#4780b0;}/* Firefox 18- */
section#background-wave input:-ms-input-placeholder      {color:#4780b0;}
section#background-wave .button {
    border: 0;
    cursor: pointer;
}
/* ---------- #background-wave ----------- */



/* ---------- #tech ----------- */
section#tech p span {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #4780b0;
    display: block;
    border-radius: 50%;
    color: white;
    line-height: 35px;
    float: left;
    margin-right: 15px;
    font-weight: bold;
}
section#tech p:hover span {animation: ripple 0.7s linear infinite;}
section#tech p {
    line-height: 35px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 15px;
}
/* ---------- #tech ----------- */



/* ---------- #call-line ----------- */
section#call-line {
    background: #4780b0;
}
section#call-line svg {
    width: 40px;
    float: left;
    fill: #fff;
    margin-right: 15px;
	padding-top: 5px;
}
section#call-line h5 {
    color: white;
    padding: 15px 20px 0;
    font-size: 17px;
}
section#call-line h5 span {
    font-weight: 100;
    padding-left: 15px;
}
section#call-line input {
    width: 60%;
    float: left;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 30px 0px 0px 30px;
    height: 50px;
}
section#call-line button {
    width: 40%;
    margin: 0;
    background: #414247;
    border-radius: 0px 30px 30px 0px;
    font-size: 17px;
    height: 50px;
    cursor: pointer;
    border: 0;
    color: white;
}
/* ---------- #call-line ----------- */


/* ---------- #pre-about ----------- */
section#pre-about {
    background: #5ba321;
	max-height: 100px;
}
.pre-about-full {
    width: 100%;
    display: inline-block;
}
.full-col {
    width: 20%;
    float: left;
    height: 100px;
    background: #5ba321;
    padding: 0 15px;
    position: relative;
}
.full-col .flex-box-inner {
    width: 100%;
    text-align: center;
    width: max-content !important;
}
.w-aft::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    border-right: 1px solid rgb(76 136 28);
}
.w-bef::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 1px solid rgb(76 136 28);
}
section#about p {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}
section#about h3 {
    text-align: center;
    font-family: 'Candara';
    padding-top: 30px;
    font-size: 32px;
}
.full-col svg {
    width: 50px;
    float: left;
    fill: white;
    margin-right: 15px;
}
.full-col p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin: 7px 0;
}
/* ---------- #pre-about ----------- */


/* ---------- #features ----------- */
section#features img {
    width: 100%;
}
section#features p {
    line-height: 35px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 15px;
}
section#features p span {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #4780b0;
    display: block;
    border-radius: 50%;
    color: white;
    line-height: 35px;
    float: left;
    margin-right: 15px;
}
section#features .side-left p span {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}

section#features .side-left p {
    text-align: right;
}
.side-left h4 {
    text-align: right;
}

.side-left, .side-right {
    padding-top: 25px;
}
section#features p:hover span {animation: ripple 0.7s linear infinite;}
/* ---------- #features ----------- */


/* ---------- #double-text ----------- */
section#double-text hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right,#f4f8fb,#4780b0,#f4f8fb);
}
/* ---------- #double-text ----------- */



/* ---------- #resizer ----------- */
section#resizer {
    background: url(/img/vector3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
section#resizer h3 {
    font-size: 40px;
    font-weight: bold;
    color: #4780b0;
	text-transform: uppercase;
}
section#resizer h3 span {
    color: #5d5d5d;
    font-size: 57px;
    width: 100%;
    display: block;
    line-height: 57px;
}
section#resizer img {
    margin-top: -40px;
}
/* ---------- #resizer ----------- */


/* ---------- #optionser ----------- */
section#optionser {
    background: url(/img/blur.jpg);
    background-size: cover;
    background-position: center;
}
.booking {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
    overflow: hidden;
	background: #ffffffd1;
    padding: 25px;
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 10px rgb(163 177 198 / 60%), -5px -5px 10px rgb(255 255 255 / 50%);
}
.once-book {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    transition: .5s;
    position: relative;
}
section#optionser h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #5ba321;
    font-size: 26px;
    padding-bottom: 25px;
}
.once-book:before {
    content: "";
    width: 25px;
    height: 73px;
    position: absolute;
    left: -60px;
    top: -5px;
    border: 40px solid transparent;
    border-left: 25px solid #5ba321;
    z-index: 999;
    transition: .5s;
}
.once-book svg {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 15px;
    fill: #5ba321;
    margin-top: 13px;
    margin-bottom: 30px;
}
.once-book:hover {
    padding-left: 15px;
    transition: .5s;
}
.once-book:hover:before {
    left: -30px;
    transition: .5s;
}
.booking h4 {
    font-size: 16px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 5px;
}
.once-book p {
    line-height: 19px;
    margin-bottom: 10px;
}
img.wom-bot {
    margin-top: -95px;
	width: auto;
}
/* ---------- #optionser ----------- */

/* ---------- #shopper-box ----------- */

section#shopper-box .card {
    box-shadow: 0 0 20px rgb(46 59 125 / 23%);
    border: 0;
}

/* ---------- #shopper-box ----------- */

/* ---------- #google-map ----------- */
section#google-map {
    height: 500px;
}
#map {
        height: 100%;
}
/* ---------- #google-map ----------- */


/* ---------- #top-adress-2 ----------- */
section#top-adress-2 a.logo img {
    width: 170px;
}
.adress-icon svg {
    width: 45px;
    height: 45px;
    float: left;
    fill: #5ba321;
    margin-top: -2px;
    margin-right: 15px;
}
section#top-adress-2 .button {
    width: 100%;
    margin: 0;
}
.adress-icon {
    margin-top: 4px;
}
/* ---------- #top-adress-2 ----------- */


/* ---------- #top-menu-1 ----------- */

section#top-menu-1 {
    background: #5ba321;
}
section#top-menu-1 .navbar {
    width: 100%;
    float: inherit;
	padding: 0;
}
section#top-menu-1 ul {
    width: 100%;
}
section#top-menu-1 ul li {
    width: 33%;
    display: block;
    text-align: center;
    border-left: 1px solid #0000001a;
    transition: 0.4s;
}
section#top-menu-1 ul li:last-child {
    border-right: 1px solid #0000001a;
}
section#top-menu-1 ul li a {
    color: #fff;
    padding: 15px 0;
}
section#top-menu-1 ul li:hover {
    background: #0000001a;
}
/* ---------- #top-menu-1 ----------- */


/* ---------- #footer ----------- */
section#footer {
    background: #212529;
}
section#footer img.logo {
    padding: 0 20px 20px;
}
section#footer p {
    color: #dedede;
    margin-bottom: 10px;
	display: block;
}
section#footer h4 {
    color: #5ba321;
    margin-bottom: 10px;
    text-transform: uppercase;
}
section#footer i {
    color: #5ba321;
}
section#footer p a {
    color: #dedede;
    transition: 0.3s;
}
section#footer p a:hover {
    color: #fff;
}
section#footer .social-box i {
    color: #dedede;
	margin-right: 5px;
}
/* ---------- #footer ----------- */


/* ---------- #copy-footer ----------- */
section#copy-footer {
    background: #1f2225;
}
section#copy-footer {
    background: #2b2d33;
}
section#copy-footer p {
    padding: 0;
    margin: 0;
    color: #e2e2e2;
}
.textmin a {
	font-size:12px;
	color: #ccc;
}
a.desinger {
    padding-top: 20px;
    display: block;
    width: 100px;
    margin-top: -36px;
    position: absolute;
    right: 0;
}
a.desinger img {
    width: 100px;
    transition: 0.5s;
}
a.desinger:hover img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: tada;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ---------- #footer ----------- */



/* ---------- #blog-box ----------- */

section#blog-box .media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
section#blog-box figure {
  height: 370px;
  overflow: hidden;
  position: relative;
}
section#blog-box figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
section#blog-box figure:hover .media {
  transform: scale(1.25);
}
section#blog-box figcaption {
  color: #252830;
  height: calc(100% - 30px);
  margin: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
}
section#blog-box .body {
  background-color: white;
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}
section#blog-box svg {
  height: inherit;
  width: 100%;
}
section#blog-box svg text {
  text-anchor: middle;
}
section#blog-box svg #alpha {
  fill: white;
}
section#blog-box svg .title {
  font-size: 28px;
  letter-spacing: 5px;
  font-weight:600;
}
section#blog-box svg #base {
  fill: white;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

/* ---------- #blog-box ----------- */





/* ---------- #blog-card ----------- */

section#blog-card .blog-card {
    display: flex;
    flex-direction: column;
    margin: 0.5rem auto;
	box-shadow: rgb(125 125 125 / 27%) 0px 0px 25px;
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

section#blog-card .blog-card a {
    color: inherit;
}

section#blog-card .blog-card a:hover {
    color: #5ad67d;
}


section#blog-card .blog-card .image-wrapper {
    position: relative;
    z-index: 0;
    height: 200px;
}

section#blog-card .blog-card .image-wrapper .image::before {
  content: "Read Description";
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(181, 181, 181, 0.3);
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

section#blog-card .blog-card .image-wrapper .image:hover::before {
  opacity: 1;
}

section#blog-card .blog-card .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

section#blog-card .blog-card .details,
section#blog-card .blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

section#blog-card .blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

section#blog-card .blog-card .details a {
    text-decoration: dotted underline;
}

section#blog-card .blog-card .details ul li {
    display: inline-block;
}

section#blog-card .blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
}

section#blog-card .blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "";
}

section#blog-card .blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 10px;
}

section#blog-card .blog-card .details .tags li {
    margin-right: 2px;
}

section#blog-card .blog-card .details .tags li:first-child {
    margin-left: -4px;
}

section#blog-card .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

section#blog-card .blog-card .description:before {
  content: "";
  border-radius: 10px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 0;
  z-index: -1;
}


section#blog-card .blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

section#blog-card .blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

section#blog-card .blog-card .description .card-actions {
    text-align: center;
}

section#blog-card .blog-card .description .card-actions a {
    display: inline-block;
    position: relative;
}

section#blog-card .blog-card .description .card-actions a:hover {
  color: black !important;
}

section#blog-card .blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

section#blog-card .blog-card p:first-of-type {
    margin-top: 1.25rem;
}

section#blog-card .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
    text-align: left;
    height: 3px;
    border-radius: 50px;
    background: #5ba321;
}

section#blog-card .blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    section#blog-card .blog-card {
        flex-direction: row;
        max-width: 700px;
        min-height: 160px
    }
    section#blog-card .blog-card .image-wrapper {
        flex-basis: 40%;
        height: auto;
    }
    section#blog-card .blog-card .description {
        flex-basis: 60%;
    }
    section#blog-card .blog-card .description:before {
        content: "";
        border-radius: 10px;
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    section#blog-card .blog-card.alt {
        flex-direction: row-reverse;
    }
    section#blog-card .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
    }
    section#blog-card .blog-card.alt .details {
        padding-left: 25px;
    }
}

/* ---------- #blog-card ----------- */


/* ---------- #video-box ----------- */
section#video-box {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullscreen-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
}
.fullscreen-bg video {
    width: 100%;
}
section#video-box h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 75px;
}
section#video-box h2 {
    text-align: center;
    color: #fff;
}
section#video-box p {
    text-align: center;
    color: #fff;
}
/* ---------- #video-box ----------- */


/* ---------- #box-video ----------- */

.box-video{
  position: relative;
  max-width:590px;
  margin:0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  animation: ripple 0.7s linear infinite;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}
/* ---------- #box-video ----------- */


section#top-head-2 .info-num {
    color: #fff;
    padding-top: 14px;
}
section#top-head-2 .info-num a {
    color: #fff;
}
section#top-head-2 .button {
    margin: 10px;
}
section#top-head-2 img.logo {
    width: 70px;
    margin: 0 auto;
    display: block;
}








/* ---------- #callback ----------- */
.callback {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    background: #ffffffe3;
    box-shadow: inset 0 0 200px #0000007d, inset 0 0 100px #00000059, inset 0 0 100px #0000002e;
}
.popup_bg {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.form {
    position: relative;
    width: 350px;
    height: auto;
    border-radius: 20px;
    padding: 40px 25px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}
.cme-cls, .form .cme-cls {
    position: absolute;
    top: -43px;
    right: -43px;
    border: none;
    width: 38px;
    height: 38px;
	cursor: pointer;
	transition: 0.4s;
}
.test-slider__elem-min input#ques1-1, .test-slider__elem-min input#ploshch-1 {
    border: 1px solid #ccc;
    padding: 10px;
	width:360px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 0;
}
.form .cme-cls:hover {
    transform: scale(0.8);
}
.cme-cls, .form .cme-cls svg {
    fill: #617e8c;
}
.form input {
    width: 100%;
    margin: 5px 0px;
    border: 0;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}
.callback button {
    padding: 15px 32px;
    margin: 25px auto 0;
    display: block;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    background: #607d8b;
    border: 0px;
    color: rgb(255, 255, 255);
}
.callback button:hover {animation: ripple 0.7s linear infinite;}
.h6 h2 {
    text-align: center;
    margin: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    font-weight: 900;
    font-size: 27px;
    color: #617e8c;
    letter-spacing: 0px;
}
.h6 span {
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
.form p {
    text-align: center;
    line-height: 18px;
}
.brand-logo {
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo i {
    font-size: 50px;
    color: #627f8c;
}
@media (max-width: 375px) { 
	.form {
    zoom: 0.8 !important;
	}
}
/* ---------- #callback ----------- */







/* ---------- #svg-layers ----------- */
.svg-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.svg-frame svg {
    fill: #fff;
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
}
.svg-frame.rot360 {
    transform: rotate(
180deg
);
    top: inherit;
    bottom: 0;
}

section#counters button.owl-prev:before, section#counters button.owl-next:before {
    filter: invert(30%);
}
/* ---------- #svg-layers ----------- */




section#top-head-1 a {
    color: #fff;
}


section#top-product h2 a {
    color: #fff;
	    text-transform: uppercase;
    font-size: 22px;
}


/* ---------- #buttons options ----------- */
.button {
    display: block;
    padding: 11px 0;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin: 25px auto 0;
    width: 225px;
    text-align: center;
    z-index: 1;
    border-radius: 0px;
    cursor: pointer;
    background: #5ba321;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    transition: 0.3s;
    font-family: 'Oswald', sans-serif;
	border: 0;
}
.btn-bg {
background: #5ba321;
color: #fff;
}
.btn-gradient-color {
    background: linear-gradient(to top,#ff5722,#ff9800);
    color: #fff;
}
.btn-gradient-light {
    background: linear-gradient(to top,#c3c3c3,#ffffff);
}
.btn-gradient-dark {
    background: linear-gradient(to top,#272727,#696969);
	color: #fff;
}
.btn-small-rad {
    border-radius: 10px;
}
.btn-no-rad {
    border-radius: 0px;
}
.btn-left {
    margin: 25px 0 0;
}
.btn-right {
    margin: 5px 0 0;
}
.button:hover {
    animation: ripple 0.7s linear infinite;
    opacity: 0.8;
}
section#about h4 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 30px;
}
/* ---------- #buttons options ----------- */
section#blog-box img {
    margin-bottom: 30px;
}
section#blog-box p {
    font-size: 18px;
}
section#gallery {
    height: 521px;
    background: url(/img/bg.jpg);
    background-size: cover;
    background-position: center;
}
section#blog-box h2 {
    font-family: 'Candara';
    text-transform: inherit;
    font-size: 28px;
}
section#gallery.non-home {
    height: auto;
    background: #f7f7f7;
}

.nummer {
    font-size: 90px;
    position: absolute;
    top: -66px;
    left: 0px;
}

.nummer:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 50px;
    bottom: 0;
    right: -15px;
    background: #5ba321;
    z-index: 9999;
}
.nummer:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 8px;
    bottom: 0;
    right: -15px;
    background: #5ba321;
    z-index: 9999;
}
a.part-logo img {
    width: auto;
    float: right;
    margin-top: 48px;
}

section#contact-box p.btext {
    font-size: 25px;
    text-transform: uppercase;
}

section#contact-box .flex-box-inner {
    width: 100%;
    margin-right: 25px;
}

.text-sl-box.free-poop {
    position: absolute;
    top: -160px;
    right: -36px;
    z-index: 999;
}
section#gallery .title2 {
    color: #fff;
    padding-top: 50px;
    font-size: 40px;
	    font-family: 'Oswald', sans-serif;
		letter-spacing: 10px;
}
h2.title1 {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Candara';
}