/*== GENERAL CSS ==*/ *, a, img, ul, ol { list-style: none; padding: 0px; margin: 0px; outline: none; border: none; } *:focus, a:focus { border: none; outline: none; } body, a, input, #products ul li { text-decoration: none; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear; } textarea { resize: none; overflow: hidden; font-family: 'Montserrat', sans-serif; } input, select { border: none; outline: none; font-family: 'Montserrat', sans-serif; } input[type=submit], input[type=button], input[type=reset] { background: #ab3822; color: #eecb56; text-transform: uppercase; font-size: 15px; } input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover { background: #eecb56; color: #ab3822; } a:focus, a:hover { color: #fff; text-decoration: none; } .button { color: #fff; font-size: 14px; background: #3dabff; text-transform: uppercase; min-width: 260px; border-radius: 5px; display: inline-block; padding: 16px; font-weight: 400; text-align: center; } .button:hover { background: #444444; } /* General CLASSES */ body { font-family: 'Montserrat', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; } .container { max-width: 1170px; margin: 0 auto; position: relative; } .floatLeft { float: left!important; } .floatRight { float: right!important; } .alignLeft { text-align: left!important } .alignRight { text-align: right!important; } .alignCenter { text-align: center!important; } .noMargin { margin: 0px !important; } .txt-center { text-align: center !important; } .dispalyInline { display: inline; } #jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; width: 100%; font-family: 'Montserrat', sans-serif; } #jqcheck img { margin: 0px 5px -3px; } ::selection { background: #ad1e23; color: #fff; text-shadow: none; } ::-webkit-scrollbar { width:10px; height:10px; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; } ::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; } ::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:#22a568; }
div#sectionn {
    width: 100%;
    overflow: hidden;
}
#sectionn, #sectionn-in {  scrollbar-width: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */ }

#sectionn::-webkit-scrollbar , #sectionn-in::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#bd{
    overflow: hidden;
}
.backk a {
    color: #ffffff;
    background: rgb(0 0 0 / 70%);
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 20px;
}
.backk a:hover {
    background: rgb(0 0 0 / 100%);
}
.one {
  background-color: #000000;
}
.two {
  background-color: #000000;
}
.three {
  background-color: #000000;
}
.four {
  background-color: #000000;
  padding-top: 80px;
}
ul.nav li a {
    font-size: 14px;
    color: #056839;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-nav {
    display: block;
    flex-direction: initial;
	text-align: right;
}
ul.nav li {
    display: inline-block;
    padding: 40px 15px 0px;
}
.header-menus {
    background: rgb(255 255 255 / 70%);
    border-bottom: 5px solid #22a568;
	    padding: 7px 0px;
		position: relative;
    z-index: 9;
}
.logo img {
    max-width: 200px;
}
footer {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: 100%;
    min-height: 30px;
    padding: 5px 0px 4px;
    z-index: 9;
}
.one footer {
    position: absolute;	
}
div#home {
	width: 100vw;
    height: 100vh;
    display: inline-block;
    position: relative;
}
footer p {
    font-family: arial;
    color: #414042;
    font-size: 12px;
}
.con-right {
	text-align: right;
}
.logo-foot img {
    max-width: 165px;
}
.fp-text {
    margin: 0px;
    padding-top: 6px;
}
h1 {
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    font-weight: 900;
	line-height: 45px;
	text-shadow: 0px 0px 9px #000000;
}
h1 span {
    font-size: 28px;
    font-weight: 400;
}
.bot-strip {
text-align: center;
    background: rgb(0 38 1 / 85%);
    white-space: initial;
    position: absolute;
    width: 100%;
    bottom: 39px;
    padding: 30px 0px 20px;
}
.bot-strip.tow {
    text-align: center;
    background: rgb(0 38 1 / 85%);
	white-space: initial;
    width: 100%;
	    position: relative;
		bottom: auto;
    padding: 30px 0px 20px;
}
h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.main-div .top-strip {
white-space: initial;
    position: absolute;
    width: 100%;
    top: 35%;
}
.top-strip {
    white-space: initial;
    width: 100%;
}
.box.one {
    background-image: url(../images/homebg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.srol {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 22%;
    right: 12%;
}
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */
/* assign bounce */
.srol {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float:right;
}
/* left bounce */
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /left bounce */
.backk {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
      display: inline-block;
    padding: 50px;
    position: absolute;
	z-index: 999;
}
/*  bounce up */

.topa {
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 1.5s;
    animation-iteration-count: infinite;	
	-webkit-animation-name: bounce-1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 1.5s;
   -webkit-animation-iteration-count: infinite;
}
@keyframes bounce-1 {
        0%   { transform: translateY(0); }
        30%  { transform: translateY(-20px); }
        50%  { transform: translateY(0); }
        100% { transform: translateY(0); }
}
@-webkit-keyframes bounce-1 {
        0%   { -webkit-transform: translateY(0); }
        30%  { -webkit-transform: translateY(-20px); }
        50%  { -webkit-transform: translateY(0); }
        100% { -webkit-transform: translateY(0); }
}

.box.three {
    background-image: url(../images/aboutbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100vw;
    display: inline-block;
    position: relative;
	padding: 100px 0px 50px;
}
.whole-wrap {
    position: relative;
    width: 100%;
}
h1.linh {
	line-height: 37px;
    padding-top: 20px;
	padding-bottom: 10px;
}
h3 {
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}
.logos img {
    max-width: 75px;
}
ul.logos li {
    display: inline-block;
    margin: 0px 15px;
}
ul.logos {
    text-align: center;
}
header.header {
    box-shadow: 0px 1px 15px #000000;
}
header.header {
    box-shadow: 0px 1px 10px 0px #000000;
	    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
}
.container.conscrol {
    position: relative;
    height: auto;
}
h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.hoverr {
    position: relative;
    margin-bottom: 25px;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	cursor: pointer;
}
h4.poss {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-shadow: 0px 0px 9px #000;
	z-index: 9;
}
.overlay-layer {
    position: absolute;
    background: rgb(0 255 132 / 40%);
    top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	opacity: 0;
	-webkit-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.overlay-layer.layer04 {
    background-image: url(../images/about04-hover.png);	
}
.overlay-layer.layer03 {
    background-image: url(../images/about03-hover.png);	
}
.overlay-layer.layer02 {
    background-image: url(../images/about02-hover.png);	
}
.overlay-layer.layer01 {
    background-image: url(../images/about01-hover.png);	
}
.hoverr:hover .overlay-layer {
	opacity: 1;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.click-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}
h5 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
	    margin-bottom: 20px;
}
p {
    color: #ffffff;
    font-size: 14px;
}
h6 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
	    margin-bottom: 20px;
}
.click-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    white-space: initial;
    padding: 10px 10%;
    background: rgb(1 51 16 / 80%);
    z-index: 9;
	opacity: 0;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.opc h4.poss {
    z-index: 99;
    opacity: 0.05;
}
h6 span {
    font-size: 14px;
    text-transform: initial;
}
.click-text.display-text {
    opacity: 1;
	-webkit-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.overlay-layer.hid {
    background: transparent;
}
.certificates {
    padding-bottom: 0px;
    padding-top: 15px;
}
.box.four {
    background-image: url(../images/contactbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-group, button.btn-custs {
    font-size: 14px;
}
.jform input, .jform textarea, .jform select {
    height: 25px;
    border: 0px;
    border-radius: 0px;
    width: 372px;
    padding: 1px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    background: #f8f8f8;
    box-shadow: 0px 0px 7px #6a6a6a;
}
.jform textarea {
    height: 100px;
}
.jform .form-group {
    padding-bottom: 10px;
    position: relative;
}
.jform label.error {
    color: #ff0000;
    font-size: 11px;
    text-align: center;
    display: block;
    font-weight: 600;
}
div#contactform1 {
    background: rgb(255 255 255 / 70%);
    padding: 15px 10px;
    box-shadow: 0px 0px 15px #000000;
}
.jform span {
    min-width: 80px;
    display: inline-block;
    text-align: right;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding-right: 5px;
}
form.row.jform.validate {
    width: 100%;
    display: table;
    margin: 0px auto;
}
.whalf select {
    width: 140px;
}
.whalf input {
    width: 114px;
}
.col-md-6.spec {
    padding-left: 0px;
}
.spec input#form_products {
    width: 118px;
}
.hspec select {
    top: -7px;
    position: relative;
}
.hspec span {
    line-height: 16px;
}
.hh .form-group.whalf {
    padding-bottom: 5px;
}
.ponka span {
    top: -80px;
    position: relative;
}
button.btn-custs {
    color: #ffffff;
    background: #056839;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    width: 110px;
    padding: 2px 10px;
    margin: 0px 8px 0px 5px;
}
.whole-wrap.contac {
	    padding-top: 0px;
}
.addres p {
color: #056839;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: 0px;
    padding-left: 38px;
    line-height: 23px;
    padding-top: 5px;
}
.addres img {
    position: absolute;
    left: 0px;
    max-width: 25px;
	    top: 0px;
}
.addres {
    display: inline-block;
    max-width: 250px;
}
.cont {
    display: inline-block;
    float: right;
}
.cont a {
	display: block;
    font-size: 15px;
    color: #056839;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
.cont a img {
    position: absolute;
    left: 0px;
    top: 3px;
}
.map {
    background: rgb(255 255 255 / 70%);
    box-shadow: 0px 0px 15px #000000;
	  white-space: initial;
}
.condet {
    min-height: auto;
    padding: 5px 10px 10px;
}
img.img-fluid.pon {
    margin-left: 5px;
}
.box.two {
    background-image: url(../images/marketsbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100vw;
}
.bot-strip.tow {
    background-image: url(../images/botstrip02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-div.falp {
    width: 100%;
	white-space: initial;
	padding-top: 95px;
}
.text-sty p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}
.buttoncust {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    background: #056839;
    border-radius: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.buttoncust {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    background: #056839;
    border-radius: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.text-sty {
    padding-top: 7%;
}
.card-container {
  display: flex;
  width: 60vw;
}
.card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 73vh;
    cursor: pointer;
    flex: 0.5;
    position: relative;
    transition: all 0.5s ease-in;
    background-color: white;
    color: white;
    border: 0px;
    border-radius: 0px;
}
.card h3 {
	font-size: 34px;
    position: absolute;
    opacity: 1;
    text-transform: uppercase;
    transform: rotate( 
-90deg);
    width: 446px;
    bottom: 28vh;
    z-index: 9;
    left: -8vw;
    -webkit-transform: rotate( 
-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all 0.5s ease-in;
    text-align: left;
    text-shadow: 0px 0px 18px #000000;
}
.card.active h3 {
    left: -1.85vw;
}
.card.active {
	transition: all 0.5s ease-in;
  flex: 0.9;
}
.card p {
    background: rgb(43 182 115 / 70%);
    font-weight: 600;
    padding: 10px;
    margin: 15px;
    box-shadow: 0px 0px 10px #000000;
    max-width: 160px;
	opacity: 0;
	transition: all 0.1s ease-in;
	z-index: -9;
    position: relative;
}
.card.active p {
	opacity: 1;
	transition: all 0.5s 0.5s;
	    z-index: 99;
}
.card p span {
display: block;
    font-size: 15px;
    text-shadow: 0px 0px 16px #000000;
    line-height: 15px;
    padding: 5px 0px;
}
.lft h4.poss {
    right: auto;
    left: 20px;
}
html {
  scroll-behavior: smooth;
}
ul.nav li a:hover, ul.nav li a.active {
    color: #000000;
}
.box.three, .box.four {
    height: 100vh;
	position: relative;
}
.box.four footer {
    position: absolute;
}
.topa {
    position: fixed;
    right: 20px;
    bottom: 100px;
    color: #ffffff;
    background: rgb(0 0 0 / 70%);
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
	display: none;
}
.topa.appear {
display: block;
}
.topa:hover {
    background: rgb(0 0 0 / 100%);
}
.topa:after {
    content: ">>";
    font-family: monospace;
    transform: rotate(
270deg
);
    position: absolute;
    text-align: center;
    width: 19px;
}
a.mobb.topa {
    
}
@media (min-width: 2000px) {
.whole-wrap.contac {
    padding-top: 3%;
}
.card {
    height: 71.5vh;	
}
.card h3 {
    bottom: 25vh;
    left: -6.5vw;
}
.card.active h3 {
    left: -0.4vw;
}
.card-container {
    width: 59vw;
}
}
@media (min-width: 2000px) {
.whole-wrap.contac {
    padding-top: 5%;
}
.container.conscrol {
    height: auto;
}
.card {
    height: 78.5vh;
}
.card h3 {
    bottom: 22vh;
    left: -5.5vw;
}
.card.active h3 {
    left: 0.6vw;
}
.card-container {
    width: 58vw;
}
}
@media (min-width: 2133px) {
.whole-wrap.contac {
    padding-top: 4%;
}
.whole-wrap {
    padding-top: 2%;
}
.container.conscrol {
    height: auto;
}
.card {
    height: 80vh;
}
.card h3 {
    bottom: 21vh;
    left: -4.5vw;
}
.card.active h3 {
    left: 1.4vw;
}
.card-container {
    width: 57.5vw;
}
}
@media (min-width: 2400px) {
.whole-wrap.contac {
    padding-top: 2%;
}
.whole-wrap {
    padding-top: 4%;
}
.container.conscrol {
    height: auto;
}
.card {
    height: 82vh;
}
.card h3 {
    bottom: 20vh;
    left: -3.5vw;
}
.card.active h3 {
    left: 2.2vw;
}
.card-container {
    width: 56vw;
}
}
@media (min-width:700px) and (max-width:2400px){
    .srol2{
        display: none;
    }
}



@media (min-width:1905px) and (max-width:2400px) {
.srol {
    bottom: 24%;
}
.srol2{
    display: none;
}
.card h3 {
    font-size: 1.8rem;
    width: 55vh;
    bottom: 31vh;
    left: -13vw;
}
.card.active h3 {
    left: -9vw;
}
.text-sty {
    padding-top: 4%;
}
.card p span {
    font-size: 13px;
    padding: 3px 0px;
}
}
@media (min-width:1890px) and (max-width:1950px) {
	.card h3 {
    left: -5vw;
}
.card.active h3 {
    left: -2vw;
}
.card {
    height: 69.5vh;
}
.card p {
max-width: 145px;
}
}
@media(min-height:610px) and (max-height:950px) {
.card {
    height: 76vh;
}
}
@media (max-width: 1349px) {
.card h3 {
    font-size: 1.5rem;
	bottom: 31vh;
	left: -11.5vw;
}
.card.active h3 {
    left: -4.5vw;
    display: none;
}
.text-sty p {
    font-size: 14px;
    line-height: 24px;
}
.buttoncust {
    font-size: 14px;
}
.whole-wrap.contac {
    padding-bottom: 30px;
}
.card p span {
    font-size: 13px;
    padding: 3px 0px;
}
.box.three, .box.four {
    height: auto;
}
.certificates {
    padding-bottom: 30px;
}
}
@media (max-width: 700px) {
.card h3 {
    left: -11.5vw;
}
.srol {
    display: none;
}
}
@media (max-width: 1170px) {
.card h3 {
    left: -14vw;
}
.jform input, .jform textarea {
    width: 72%;
}
.whalf select {
    width: 135px;
}
.spec input#form_products {
    width: 120px;
}
.whalf input {
    width: 108px;
}
}
@media (max-width: 1165px) {
.jform .hhh select {
  width: 76%;
}
}
@media (max-width: 1106px) {
	.row.hhh .col-md-6, .row.hh .col-md-6 {
    width: 100%;
}
.jform input, .jform textarea {
    width: 77%!important;
}
.jform .whalf input, .whalf select {
    width: 81%!important;
}
.jform .hhh select {
  width: 81%;
}
.form-group.ponka {
    padding-top: 8px;
}
h2 br {
    display: none;
}
}
@media (max-width: 1076px) {
.addres {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.cont {
    display: block;
    float: none;
}
}
@media (max-width: 1070px) {
.card h3 {
    left: -16vw;
}
}
@media (max-width: 1064px) {
	.jform .whalf input, .whalf select {
    width: 79.9%!important;
}
.jform .hhh select {
  width: 79.9%;
}
.jform input, .jform textarea {
    width: 76%!important;
}
.click-text {
    padding: 10px 10%;
}
h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.hoverr p {
    font-size: 13px;
    line-height: 15px;
}
}
@media (max-width: 1020px) {
.jform .whalf input, .whalf select {
    width: 79%!important;
}
.jform .hhh select {
  width: 79%;
}
.jform input, .jform textarea, input#form_products {
    width: 74.5%!important;
}
}
@media (max-width: 996px) {
.card h3 {
    left: -17vw;
}
}
@media (max-width: 980px) {
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 76%!important;
}
.jform input, .jform textarea, input#form_products {
    width: 72%!important;
}
}
@media (max-width: 970px) {
.card h3 {
    left: -20vw;
}
h5 {
    font-size: 23px;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
}
}
@media (min-width:500px) and (max-width:855px) {
	.card p span {
    font-size: 10px;
    padding: 1px 0px;
}
div.card h3 {
    left: -25vw;
}
.text-sty p {
    font-size: 13px;
    line-height: 21px;
}
div button.btn-custs {
    width: 87px;
    font-size: 12px;
}
.click-text {
    padding: 5px 5%;
}
.hoverr p {
    font-size: 12px;
    line-height: 12px;
}
}
@media (max-width: 887px) {
.card h3 {
    left: -22vw;
}
h2 br {
    display: none;
}
.text-sty {
    padding-top: 3%;
}
h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 16px;
}
}
@media (max-width: 881px) {
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 70%!important;
}
.jform input, .jform textarea, input#form_products {
    width: 66%!important;
}
button.btn-custs {
    width: 90px;
}
}
@media (max-width: 767px) {
a.mobb.topa.appear {
    display: block;
}
a.deskk.topa {
    display: none;
}
.four {
    padding-top: 40px;
}
	.backk {
    display: none;
}
.jform input, .jform textarea, input#form_products {
    width: 78%!important;
}
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 81%!important;
}
h1 {
    font-size: 32px;
    line-height: 32px;
}
h1 span {
    font-size: 24px;
}
h2 {
    font-size: 15px;
}
.logo img {
    max-width: 150px;
}
ul.nav.navbar-nav {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: left;
    background: #ffffff;
    top: 69px;
}
ul.nav li {
    display: block;
    padding: 0px;
}
ul.nav li a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px dashed #056839;
}
ul.nav li a.active, ul.nav li a.hover, ul.nav li.active a {
    color: #ffffff;
    background: #056839;
}
header.header.mobile {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9999;
	top: 0px;
}
.hamburger {
    display: none;
    padding: 10px;
    height: 45px;
    vertical-align: middle;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger {
    display: inline-block;
    position: absolute;
    top: 7px;
    z-index: 1000;
    left: auto;
    right: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger--collapse .hamburger-inner {
    background-color: #056839;
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #056839;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(
-45deg);
    transform: translate3d(0, -10px, 0) rotate(
-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    background-color: #056839;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    background-color: #056839;
    top: 0;
    -webkit-transform: rotate(
-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
}
.map {
    margin-top: 50px;
}
.main-div .top-strip {
    padding: 25% 0px 15%;
	top: auto;
	    position: relative;
}
.text-sty {
    margin-bottom: 50px;
}
.card-container {
    display: block;
    width: 100%;
}
.card {
    height: 70vh;
    width: 50%;
    float: left;
}
.card h3 {
    width: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    background: rgb(5 104 57 / 70%);
    text-align: center;
    padding: 10px;
}
ul.nav.navbar-nav {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 0px;
    overflow: hidden;
}
ul.nav.navbar-nav.act {
-webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 184px;
}
.scrol{
    display: none;



}
#bd{
    overflow: scroll;
}
.srol2 {
    top: 25%;
     margin-left: 25%;
}
div.ponkaa {
    width: 100%;
    display: block;
    flex-wrap: initial;
}
.bot-strip {
    position: relative;
    bottom: auto;
}
div#home {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.one footer {
    position: relative;
}
.whole-wrap.contac {
    padding-top: 65px;
}
.box.two {
    height: initial;
}
}
@media (max-width: 532px) {
.jform input, .jform textarea, input#form_products {
    width: 73%!important;
}
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 77%!important;
}
.main-div .top-strip {
    padding: 38% 0px 16%;
}
.logo-foot img {
    max-width: 100%;
}
}
@media (max-width: 480px) {
.card h3 {
    font-size: 1.2rem;
}
h2 br {
    display: none;
}
.addres {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.cont {
    display: block;
    float: none;
}
p {
    color: #ffffff;
    font-size: 12px;
}
h6 {
    font-size: 18px;
    margin-bottom: 10px;
}
.hoverr p {
    margin-bottom: 10px;
    line-height: 15px;
}
h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
h4 {
    font-size: 30px;
}
}
@media (max-width: 455px) {
.jform input, .jform textarea, input#form_products {
    width: 65.5%!important;
}
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 70%!important;
}
button.btn-custs {
    width: 83px;
	font-size: 12px;
	    margin: 0px 0px 0px 5px;
}
ul.logos li {
    display: inline-block;
    margin: 5px 5px;
}
.card h3 {
    font-size: 1rem;
}
.click-text {
    padding: 10px 10%;
}
.hoverr p {
    margin-bottom: 8px;
    line-height: 13px;
}
.logo-foot img {
    max-width: 100%;
}
}
@media (max-width: 400px) {
.jform input, .jform textarea, input#form_products {
    width: 63%!important;
}
.jform .whalf input, .whalf select, .jform .hhh select {
    width: 68%!important;
}
.fp-text {
    padding-top: 3px;
}
.card h3 {
    padding: 10px 6px;
}
}
@media (max-width: 380px) {
h6 {
    line-height: 16px;
}
.click-text {
    padding: 5px 2%;
}
h5 {
    margin-bottom: 8px;
}
}
@media (max-width: 353px) {
.jform .hhh select, .jform .whalf input, .whalf select, .jform .hhh select {
    width: 66% !important
}
}
@media (max-width: 338px) {
.jform .hhh select, .jform .whalf input, .whalf select, .jform .hhh select {
    width: 63% !important
}
}

.ponkaa {
	width: 200%;
	display: flex;
	flex-wrap: nowrap;
}
