/*
  Theme Name: Antares2000-Land
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #2b2b2b;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  color: #ffbf00;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ffbf00;
  outline: none;
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ffbf00;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
      z-index: 999999999;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #ffbf00);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ffbf00;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 40px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;min-width: 100px;
    padding-top: 2px;

}
#header .site-description{color: #fff;margin-bottom: 0;
    font-size: 36px;text-align: left;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 60px;}
#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {    padding: 0;    margin: 0;
    float: left;    margin-right: 10px;
    width: 62px;    height: auto;    margin-top: -20px;
}
#header.header-fixed #logo img{    width: 36px;
    margin-top: -10px;}



#onlymobile{display:none}
#onlymobile .ajaxtoptitle{padding-top:15vh}
#onlymobile .wpb_column{height:80vh}
#onlymobile .section-title{color:#fff;text-transform: uppercase;}
#onlymobile .section-title b{font-weight:900}
#onlymobile .yellowplane{    margin: 0 auto;
    bottom: 2vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);}
#onlymobile .yellowplane h3{    color: #000;
    background: #ffbf00;
    border-radius:30px;    letter-spacing: -2px;
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    padding: 20px;
    height: 60px;
    line-height: 23px;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }

    #header.header-fixed #logo{margin-top: 0px;}
    #header .site-description {    font-size: 33px;}

#header.header-fixed #logo img{    margin-top: -4px;}
.header-fixed #mobile-nav-toggle {    margin: 4px 20px 0 0;}



}



#header.header-fixed {
    background: #ffbf00;
    padding: 5px 0;
    height: 44px;
    transition: all 0.5s;
    opacity: 1;
    box-shadow: 0px 1px 4px #cfa015;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
body.home #prevention >.vc_col-has-fill img{display:none}
#intro {
  width: 100%;
  /*height: 100vh;*/
      min-height: 700px!important;
  padding-bottom: 40px;
  padding-top: 120px;
  /*background: url(/img/villa.webp) fixed center center;
    background-size: cover;
    background-repeat: no-repeat;*/
  position: relative;
}

#intro:before{content: ""; display:block;
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    top: 0;opacity: 0.8;
    /*background: linear-gradient(45deg, #ffbf00, #ff8100);*/
        background: rgba(0,0,0,1);
    transition: all 0.3s;
    }
#intro:after{content: ""; display:block;
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    top: 0;opacity: 1;
    background: linear-gradient(45deg, #bdbdbd, #000000);
    transition: all 2s; transform: scale(3);
        
    animation: sec-circle  2s linear;
    animation-iteration-count: infinite;

    }


@keyframes sec-circle {
	from {
	   transform: scale(3) rotate(0deg);
	}

	to {
		transform: scale(3) rotate(360deg);
	}
}
.primary-fixed #intro:after{opacity: 0;}

.sa_hover_container img,
img.wp-image-18{transition: 0.3s; }
.sa_hover_container img:hover,
img.wp-image-18:hover{    transform: scale(1.2)!important;}

.primary-fixed #intro:before{opacity: 0.9; background:#ffbf00}
.products {margin-left:auto!important;margin-right:auto!important;    max-width: 90%;margin-top: 50px!important;}
.sa_hover_container {    color: #fff;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;}

.products >div > .vc_column-inner{  color: #fff;  background: #000;    border-radius: 15px;}
.products div  h3   {font-size: 32px;       font-weight: bold;}
.products div  {/*text-transform: uppercase;*/}
.owl-carousel .owl-item img{ /*   max-height: 350px;*/}
.owl-prev, .owl-next{outline: none!important;}
.proddescr{padding-right: 25px;/*    margin-left: -10px;*/}
.bazecomp{padding: 20px 0px 0 10px;}
.bazecomp i{    color: #000;
    background: #fff;
    padding: 2px 3px 0;
    font-size: 32px;
    height: 34px;
    width: 34px;
    display: inline-block;
    border-radius: 3px;
    line-height: 20px;
    position: relative;
    top: 6px;
    margin-right: 8px;}
.middlepanel{}
.middlepanel p{font-size: 14px;
    max-width: 325px;line-height: 17px;
    margin-bottom: 30px!important;
    display: inline-block;
    color: #ccc;}
.panelpad20{padding:20px;}
.title {    text-transform: uppercase;}

#equip{    padding-top: 40px;}
 h2{    font-size: 50px;    text-shadow: 0px 2px 1px #000;

    color: #fff;
    font-weight: bold;
    max-width: 1000px;
    margin: 80px auto 20px;}
.padb0 h2{  text-shadow: 0px 2px 1px #777;}
.section-description{    font-size: 14px;
    max-width: 325px;
    line-height: 17px;
    margin-bottom: 30px!important;
    display: inline-block;
    color: #ccc;}
.fortitle .section-description{     max-width: 725px;}
#social h2{margin: 20px auto 20px;}
.sec-system{    margin: 0 auto;
    margin-left: auto!important;
    margin-right: auto!important;}

.intro-text .subtitle{font-size: 20px;    text-decoration: underline;}
@media (max-height: 768px) {
  /*#intro .intro-text {    padding-top: 180px;  }*/
}


@media (max-width: 991px) and (min-width: 767px) {

#mobilebut ul li strong {    font-size: 20px!important;}
#mobilebut {font-size: 19px!important;    line-height: 23px!important;}
.h3, h3{    font-size: 23px;}
.owl-carousel .owl-item img {    max-height: 200px;}
.proddescr {   padding-right: 15px;    font-size: 14px;    line-height: 18px;}
#intro .main-intro2 {
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
    line-height: 84px;
    font-size: 54px;
    }
.sec-system{max-width: 94%;}
.prtable {    max-width: 90%!important;}
.products {    max-width: 100%;    margin-top: 15px!important;}
.section-header >img{    max-width: 130%;}
.sa_owl_theme .owl-nav .owl-prev {    left: -15px!important;}
.sa_owl_theme .owl-nav .owl-next {    right: -15px!important;}

#intro .main-intro2 b {    font-size: 87px;}
.panelpad20 img{display:none}
.products div h3 {    font-size: 26px;}
.freecalltop{    margin-right: 25px;}
#header{text-align: center;}
#header {    padding: 5px 0;}
#mobile-nav-toggle {    display: inline!important;}
.freecalltop {    margin-top: 18px;    margin-right: 15px;}
.header-fixed .freecalltop {    margin-top: 3px;}
.header-fixed  #mobile-nav-toggle{margin: 4px 20px 0 0;}

#nav-menu-container {    margin: 0;}
.freecalltop a{        font-size: 14px!important;    padding-left: 6px!important;}

#nav-menu-container .nav-menu{display:none}

#intro{    min-height: 530px!important;}
#intro .intro-text {    width: 90%;    margin: 0 5%; bottom:5vh}
#intro .intro-text p.main-intro{    line-height: 36px;}
#intro p{    font-size: 25px;}
.intro-text .subtitle{font-size: 17px;}
.light-sect > .vc_column-inner{    margin: 15px 0px!important;}
.prod-params{margin-left: 30px!important;}
}

@media (max-width: 767px) {
.prod-params {    float: none!important;
    margin: 10px 0 10px;
    display: flex;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    justify-content: space-between!important;
    margin-left: auto!important;}

#intro .main-intro2 {      line-height: 71px;
    font-size: 47px;    letter-spacing: 0px;
}
#intro .main-intro2 b {    font-size: 70px;}

#header {    padding: 10px 0 0;}

#onlymobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#intro .intro-text p.main-intro {    line-height: 32px;    font-size: 23px;}
#prevention >.vc_col-has-fill{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    height: 240px;}

body.home #prevention{padding-top: 0px;}
body.home #prevention >.vc_col-has-fill{    height: auto;}
body.home #prevention >.vc_col-has-fill > div{background:none!important;padding-top:0px;}
body.home #prevention >.vc_col-has-fill img{display:block;margin-bottom: 40px;}
#prevention .section-description{color:#000}

  .hidden-xs{display:none}
  #header {    padding: 5px 0;}
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro .intro-text{    font-size: 94px;    text-shadow: 0px 2px 1px #000;

    font-weight: bold;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: -7px;
    line-height: 78px;
    margin-bottom: 30px;
}
#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 18px;line-height: 32px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#price{padding-top:10px;}
.fortitle{    margin-bottom: 70px;}
.prtable{    width: 100%;
    max-width: 1200px;
    border: 1px solid #ffbf00;
    color: #fff;
    font-size: 23px;
    margin: 0 auto 50px!important;}
.prtable th,.prtable td{padding:15px;border: 1px solid #ffbf00;}
.prtable th{font-size: 20px;}
.btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.btn-get-started:active,
.btn-get-started:focus,
.btn-get-started:hover {
  color: #ffbf00;
  background: #fff; text-decoration:none;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  height: 530px;
}

#intro .product-screens img {
  /*box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);*/
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  /*height: 500px;*/
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 40;
  left: calc(50% - 154px);
  bottom: 0;
  /*height: 325px;*/
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;

}


@media (max-width: 767px) {
  #intro .product-screens {
    height: 400px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

@media (max-width: 767px) and (max-height: 639px) {
  #intro .product-screens {
    height: 300px;
  }
  #intro .product-screens .product-screen-1 {
    position: static;
  }
  #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {      margin: 5px 0 0 0;}
#nav-menu-container .nav-menu{float:right}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
#primary{    overflow: hidden;}
/*article.page .entry-content >div{width:100%!important}*/

.edit-link{display:none}
/* Nav Meu Styling */
  
.nav-menu a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
}

.site-header.header-fixed .nav-menu a{  color: #000;}
.nav-menu li a:hover,
.nav-menu li.menu-active a{text-decoration:underline; color:#fff!important}
 
.nav-menu > li {
  margin-left: 10px;padding: 0 0px 10px 15px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

/*.nav-menu li.current-menu-item a,*/
.nav-menu li.menu-active a{color: #333;}



.nav-menu li  a:hover {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}


#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background:rgba(2, 2, 2, 0.95);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffbf00;
}

#mobile-nav ul .menu-item-active {
  color: #ffbf00;
}

#mobile-body-overly {
  width: 100%;    z-index: 99;
  height: 100%;
  
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;text-align: center;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;z-index: 9999999;
}

#mobile-nav >.scrollto{width:100%; text-align:center}
#mobile-nav >.scrollto img{    margin: 0 auto;
    float: none;    padding-left: 0;
    width: 90px;}

.headprice{    max-width: 800px;
    margin-left: auto!important;
    margin-right: auto!important;}
.headprice *{ font-size: 32px!important;    color: #fff;
    padding: 0!important;}
.headprice h3{   
    font-size: 40px!important;
    line-height: 10px;    text-shadow: 0px 2px 1px #000;

    margin-bottom: 30px!important;
    font-weight: bold;}
.headprice>div{padding: 0 60px!important;}
.textmiddle{    padding: 0!important;}
.headprice .text-through{    text-decoration: line-through;    color: #999;}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}


.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
}
#social .section-header .section-description{    padding-bottom: 0px;
    font-size: 20px;
    max-width: 700px;}
.service .section-title{}
.service .section-description{}
h3.section-title:after {
  display: block; content:'';
  width: 60px;
  height: 3px;
  position: relative;    top: 10px;
  background: #ffbf00;
  background: linear-gradient(45deg, #ffbf00, #ff8100);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {  background: #eff5f5;}

.fizohorona{margin: 10px auto 20px!important;
    max-width: 1240px;
    font-size: 16px;}
.service{ padding:30px;    border-radius: 25px;    margin: 50px auto;}
.service.srv-gray{background:#f2f2f2}
.service.srv-white{}
.service.srv-dark{background:#333;    margin-bottom: 50px!important;    color: #fff;}
.service.srv-yellow{background:#ffbf00;    margin-bottom: 50px!important;    color: #000;}
.service.srv-yellow a{    color: #fff;    text-decoration: underline;    font-weight: 600;}
.service.srv-yellow img{width: 100%;    margin-bottom: 20px;}
/*.service.srv-yellow  blockquote{    font-style: italic;    font-size: 20px;}*/
.service.srv-yellow em{    font-style: normal;    padding-bottom: 15px;    display: inline-block;}
.service.srv-yellow .section-description{    font-weight: 600;}
.service h3.section-title:after{margin:0}

/* About Us Section
--------------------------------*/

#call-to-action2{    margin: 0 auto;}
#call-to-action2, #about {
  padding: 60px 0;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;    position: absolute;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

.content{padding: 10px;}
#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#call-to-action2 h3.section-title{color:#ffbf00}
.covid{padding-top:60px;}
.covid h4{color:#c5191d}
.covid .cta-text2{    font-weight: bold;
    font-size: 18px;
    font-style: italic;}
#call-to-action2 i,
.halorow i,
.sec-system li i,
#about .content i {
  font-size: 20px!important;
  padding-right: 4px;
  color: #ffbf00;
}

#call-to-action2 ul,
.section-bg ul,
#about .content ul {
  list-style: none;
  padding: 0;
}

#call-to-action2 ul li,
#about .content ul li {
  padding-bottom: 10px;
}
.dark-sect{color:#fff; /*background:#333*/}
.light-sect > .vc_column-inner{ /*   background: #eee;*/
    margin: 20px;
    border-radius: 15px;}


.padb0{padding-bottom:0px!important;margin-bottom: 0px!important;background: #000;}
#mobilebut{    background: #000;
    color: #bbb;
    font-size: 22px;
    line-height: 29px;}
#mobilebut .vc_col-has-fill{min-height:400px}
/*#mobilebut .vc_col-has-fill .section-header {    bottom: 0;
    position: absolute;
    text-align: left;
    padding: 10px 20px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    color: #fff;}*/
/*#mobilebut .vc_col-has-fill .section-header .section-title{font-size: 32px;    color: #fff;    text-align: left;    font-weight: 400;}
#mobilebut .vc_col-has-fill .section-header h3.section-title:after{    margin: 0;}
#mobilebut .vc_col-has-fill .section-header .section-description{text-align: left;    padding-bottom: 0;    color: #eee;    font-style: italic;    margin-bottom: 0;}
*/
#mobilebut .box{
  padding: 40px 30px;
  margin: 0 ;  /*background: #fff;*/
  transition: 0.4s;}
#mobilebut ul{list-style: none;}
#mobilebut ul li{    padding-bottom: 25px;}
#mobilebut ul li strong{color:#fff;font-size: 24px;}
#mobilebut .section-header{text-align:center}




/* Product Featuress Section
--------------------------------*/
#prevention {
/*  background: #f2f2f2;*/
  padding: 60px 0 ;
}
#prevention .section-description span{    color: #c71515;    font-weight: bold;}
#prevention .features-img {
  text-align: center;
  padding-top: 20px;
}

#prevention >.vc_col-has-fill{border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;}
.features-img.ajax3step{
background: url(/img/3steps.jpg) no-repeat center/100%;
}

@media (min-width: 769px) {
  #prevention .features-img {position: relative;
    padding-top: 120px;
    margin-top: -200px;
  }
}

#prevention .features-img img {  position: absolute;
    left: 0;
    bottom: 0;
  max-width: 100%;
}
#prevention .features-img{position:relative}

#prevention .box {
  margin-bottom: 35px;
  text-align: center;
}

#prevention .icon {
      margin: 10px auto 0px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

#prevention .icon i {
  color: #666666;
  font-size: 52px;
  transition: 0.5s;
}

#prevention .icon i:before {
  background: #ffbf00;
  /*background: linear-gradient(45deg, #ffbf00, #cfa015);*/
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#prevention .title {
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 32px;    color: #000;
}

#prevention .title a {
  color: #111;
}

#prevention .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#prevention .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
.features-row,
#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

.features-row h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.features-row h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

.features-row p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

.features-row i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

.features-row i:before {
  background: #ffbf00;
  background: linear-gradient(45deg, #ffbf00 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-row .advanced-feature-img-right {
  max-width: 100%;
  float: right;
margin: 0 0 30px 30px;
    box-shadow: 0px -2px 19px 4px rgb(0 0 0 / 29%);
}

.features-row .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  margin: 0 30px 30px 0;    box-shadow: 0px -2px 19px 4px rgb(0 0 0 / 29%);
}

@media (max-width: 768px) {
  .features-row .advanced-feature-img-right, .features-row .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .features-row .advanced-feature-img-right, .features-row .advanced-feature-img-left {
    max-width: 100%;float: none;
margin: 0 0 20px 0;
    padding: 0;
  }
  .features-row, #advanced-features .features-row {    padding: 20px 0 30px 0;}
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{    margin-bottom: 0!important;}
.vc_row-no-padding .vc_inner.container {
    margin-left: auto;
    margin-right: auto;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.6)), url(./img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-primary:hover,
.wpcf7-submit:hover,
#contact .form button[type="submit"]:hover{border: 2px solid #1ddba4;}
#call-to-action .cta-btn:hover {
  background: #ffbf00;
  border: 2px solid #ffbf00;
}

/* More Features Section
--------------------------------*/
#indication {
  padding: 60px 0 0px 0;
}
/*.sec-system{padding: 0px 0 6px 0;box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);}*/
.sec-system .box {
  padding: 40px 10px 20px;
  margin: 0 ;
    border-radius: 15px;
 background: #eee;
  transition: 0.4s;
}

.sec-system .icon {
  float: left;
}

.sec-system .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

.sec-system .icon i:before {
  background: #ffbf00;
  background: linear-gradient(45deg, #ffbf00 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-system h4 {    color: #333;
  height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.sec-system h4 a {
  color: #111;
}


.prod-params{
  width: 100%;
    float: left;
    margin: 10px 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 100px;
}
.prod-params .icon{ padding-right: 20px;  text-align: center;}
.prod-params .icon span{    display: block;    font-size: 12px;}
.prod-params .icon i{ font-size: 22px!important;
    transition: 0.5s;
    line-height: 0;
    width: 44px;
    display: inline-block;
    height: 44px;
    background: #c71515;
    text-align: center;
    line-height: 44px!important;
    border-radius: 50%;
    color: #fff;}
.prod-params .icon i:before{    /*background:  transparent;;*/
-webkit-text-fill-color: white!important;
}

.light-sect .prod-params .icon i{    background: #ffbf00;}
.light-sect .prod-params .icon i:before{   -webkit-text-fill-color: #000!important;}



.sec-system .dark-sect h4,
.sec-system .dark-sect h4 a{color:#fff}

.title.bigt{    font-size: 24px!important;}

.sec-system img{    width: 100%;  transition: all 0.3s; margin-bottom: 50px;}
.sec-system img:hover{transform: scale(1.20); }
.sec-system ul{padding-left: 0;list-style: none;}
.sec-system li{}
.sec-system .description {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 20px;
}

.abonka{        position: absolute;left: 20px;    top: 20px;
    background: #cf3304;    color: #fff;    padding: 5px 10px;
    border-radius: 5px;
    z-index: 999;}

.pprice{    font-size: 36px;    color: #ffbf00;    font-weight: bold;}
.pprice span{     color: #777;    font-size: 23px;
    text-decoration: line-through;    font-weight: normal;}

@media (max-width: 767px) {
  .sec-system .box {
    margin-bottom: 20px;
  }
  .sec-system .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  .sec-system h4, .sec-system p {
    margin-left: 0;
    text-align: center;
  }

.sec-system .description {    font-size: 16px;    margin-left: 0;}
#contact .info p {    margin-bottom: 15px;}
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

/* Pricing Section
--------------------------------*/
#pricing{max-width: 1224px;
    margin: 0 auto;}
#pricing {
  padding: 60px 0 60px 0;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 28px;
}

#pricing h4 {
  /*font-size: 46px;*/
  color: #ffbf00;
  font-weight: 300;  margin-bottom: 15px;
}
#pricing ul span{    font-size: 22px;    color: #1dd4b2;}
#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #ffbf00;
  font-size: 18px;
  padding-right: 4px;
}

#pricing .get-started-btn {
  background: #515e61;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;margin-top: 30px; position:relative
}
#pricing .get-started-btn:after{content: "";
    position: absolute;
    left: -10%;
    width: 120%;
    height: 2px;
    top: -15px;
    background: linear-gradient(3deg, transparent 10%, #ffbf00 50%, transparent 90%);}


#pricing .featured {
  border: 2px solid #ffbf00;
}

#pricing .featured .get-started-btn {
  background: linear-gradient(45deg, #1de099, #ffbf00);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list>li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list >li>a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}
#faq #faq-list i.ion-android-checkmark-circle{position:relative;font-size: 20px!important;
    padding-right: 4px;top: 0;
    color: #ffbf00;}
#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
#header #logo img {    width: 70px;}
#intro .main-intro2 {    line-height: 54px;    font-size: 42px;    }
#intro .main-intro2 b {    font-size: 55px;    letter-spacing: 0;}

  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #ffbf00;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #ffbf00;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
  background: #fff;
  padding: 60px 0 0 0;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0 0;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffbf00;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #ffbf00;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #ffbf00;
}

#contact .social-links a:hover {
  background: #ffbf00;
  color: #fff;
}

#contact .info {
  color: #333333;    padding-right: 15px;
}

#contact .info i {
  font-size: 32px;
  color: #ffbf00;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 17px;
}

#contact .form #sendmessage {
  color: #ffbf00;
  border: 1px solid #ffbf00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.wpcf7-form-control{display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
#contact .form input, #contact .form textarea {
  border-radius: 3px;max-height: 120px;
  box-shadow: none;
  font-size: 14px;
}

.btn.btn-primary,
.wpcf7-submit,
#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #ffbf00);
  border: 2px solid #fff;cursor: pointer;transition: 0.3s;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000;
    padding: 10px 0 0;
    color: #eee;
    font-size: 14px;
}
.skyte{    margin-bottom: 5px;}
#footer .credits {
  font-size: 13px;
  color: #888;
}

#menu-footer-menu li,
#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .menu a{ font-weight: bold;}
#footer .footer-links a:hover {
  color: #ffbf00;
}
#menu-footer-menu{list-style: none;    padding-left: 0;}
#menu-footer-menu li{list-style: none;    display: inline-block;    padding: 0 15px;}
.footer-navigation{    float: right;    clear: both;}
.webgild{display: inline;font-size: 13px;    clear: both;    float: right;}

.fancybox__backdrop {    background: rgba(29, 201, 204, 0.7)!important;
background: linear-gradient(45deg, rgb(29 224 153 / 70%), rgb(29 200 205))!important;
}
#modal-form{padding-bottom: 10px!important;    border-radius: 10px;}

.main-menu-more{display:none!important}
.noshadow{box-shadow:none!important}
.smpadp p{margin-bottom: 10px!important;}
Контактні дані: +380509493036
.videos >.wpb_column{padding:10px!important}
.readmore{color: #c5191d;    border-bottom: 1px dotted #c5191d;
    cursor: pointer;}
.readmoretext{display:none}
.ptop{padding-top:30px;}
.ptop ul{margin-bottom: 0rem;}

.freecalltop,
.freecalltop2{    text-align: right;
    display: block;    float: left;
    color: #fff;
    font-size: 12px;margin-bottom: 25px;}
.header-fixed .freecalltop{margin-bottom: 8px;}
    
.freecalltop a,
.freecalltop2 a{color: #fff;font-size: 16px;     padding-left: 20px; /*border-bottom: 1px dashed #fff;*/    }
.freecalltop i,
.freecalltop2 i{       border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #fff;
    display: inline-block;
    color: #000;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -1px;
    right: 2px;
}
.freecalltop2 i{    top: 0px;    right: -1px;    margin-right: 7px;}
#mobile-nav .freecalltop2 .menu-phones a{padding-left: 0px!important;}

.freecalltop img{    height: 23px;    margin-top: -2px;}
.freecalltop2 img{    height: 25px!important;
    margin-top: 1px!important;
    width: 25px!important;
    padding-left: 0px!important;
    margin-right: 7px!important;}
.freecalltop .yellow,
.freecalltop2 .yellow{color: #ffbf00;font-weight:600}
.site-header.header-fixed .freecalltop a,
.site-header.header-fixed .freecalltop2 a{color: #000; /*border-bottom: 1px dashed #000;*/}
.site-header.header-fixed .freecalltop .yellow{color: #000;}
.freecalltop:hover a{text-decoration:none;}
#mobile-nav .freecalltop{display:none}
#mobile-nav .freecalltop2{padding-left: 15px;    text-align: left;    padding-top: 50px;}


#mobile-nav img {
    padding: 0;height: auto;padding-left: 15px;
    margin: 0;
    float: left;
    margin-right: 10px;
    width: 115px;}
#mobile-nav .site-description{font-size: 28px;color:#fff;    text-align: left;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;}

#social{/*display:none!important;*/
padding:50px 0;background: #ffbf00;
font-size:18px;    text-align: center;    color: #fff;
}
#social .section-title{    color: #fff;}
#social .section-description{    color: #fff;
    margin: 0 5%;
    max-width: 90%;
}

/*orderform*/
/* Select chosen */
.chosen-container{
  width: 100%!important;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #eee;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  height: 40px;
  padding: 7px 15px;
  color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #eee;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #eee;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #eee;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  
  background-color: #84a220!imoprtant;
}



#orderf{    padding-top: 70px;    padding-bottom: 60px;text-align: center;}
.orderform{margin-bottom:120px;}
.serv-order{/*min-height:100vh*/}
.order-section{   background: #444;
    padding: 20px;
    border-radius: 10px;  text-align: center;
    /*margin-left: -10px; */   margin-right: -10px;    margin-bottom: 50px;   /* box-shadow: 0px 6px 5px #ccc; border: 1px solid #eee;*/}

.ordsect-title{    text-align: center;    margin-bottom: 25px;    color: #ffbf00;}

.order-section .chosen-container{max-width:600px; font-size:26px;text-align:center;margin: 0 auto;}
.order-section .chosen-container .chosen-single{height: 50px;    line-height: 49px;    background: #fff;}
.typeobj-item{cursor:pointer;display: inline-block; -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    }
.typeobj-item img{margin-bottom: 0;
    padding: 2px;max-width: 130px;
    /*border-radius: 50%!important;
    background: #fabb00d6;*/}
.istype-section .typeobj-item img{max-width:180px}
.typeobj-item span{ 	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;     line-height: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;}

.etag-section .wanteq input,
.istype-section input,
.type-section input{display:none}
.typeobj-item:hover,
.typeobj-item.active{    transform: scale(1.2)!important;}
.typeobj-item.active span,
.typeobj-item:hover span{color: #ffbf00;}


.send-section{    max-width: 400px;    margin: 0 auto;}
.osendpanel{    padding-top: 20px;}
.etag-section input[type='text'],
.send-section input[type='text']{  border: 1px solid #eee;  width: 100%;    border-radius: 0.25rem;margin-bottom: 20px;
    color: #222;    font-size: 21px;    padding: 14px 25px 12px;}

.ordersend{font-size: 22px;    padding: 15px 30px;    font-weight: 600;     background-color: #ffbf00;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;}

.ordermess{
    background: #fabb00;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 0px 6px 5px #ccc;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 24px;
}
ordermess.messerr{background: #ff0000;}
.ordermess span{
    font-size: 32px;
}


@media (max-width: 1199px) {
.typeobj-item span{font-weight:400}
.prtable{    max-width: 900px;}
}

@media (max-width: 992px) {
#header #logo img{margin-top: 0px;    width: 52px;}
#intro .intro-text {    font-size: 80px;    max-width: 700px;    letter-spacing: -5px;}
}

@media (max-width: 768px) {
#intro{padding-top: 40px;}
#intro img.wp-image-17{    display:none}
#intro .intro-text {
    font-size: 61px;
    max-width: 700px;
    letter-spacing: -5px;
    line-height: 54px;}
#intro{min-height: 500px!important;}
#intro .intro-text {    width: 90%;    margin:0 5% 30px;}
#intro p{    font-size: 15px;max-width: 500px;margin: 0 auto 5px; }
#intro .headprice p{line-height: 42px!important;}
.headprice{}
.headprice>div{padding: 0 20px!important;}
#intro .intro-text {    padding-top: 10%;  }
.middlepanel p {    max-width: 90%;}
.prtable {    max-width: 90%;}
.section-header >img{width:100%}
}

@media (max-width: 639px) {
#price{display:none}
h2 {    font-size: 35px;}
  .owl-carousel .owl-item img {    max-width: 170px!important;}
.headprice * {    font-size: 22px!important;}
.headprice h3 {    font-size: 29px!important;}

}

@media (max-width: 539px) {
.sa_hover_container{display:block}
.owl-carousel .owl-item img{width:100%}
.owl-carousel .owl-item{text-align:center}
.proddescr{padding-right: 0;    padding-bottom: 10px;}


}

@media (max-width: 390px) {
/*#onlymobile{    min-height: 82vh!important;}*/
#onlymobile .yellowplane h3{    font-size: 35px;}
.middlepanel .title{font-size: 22px;}
#intro .intro-text {
    font-size: 42px;
    max-width: 90%;
    letter-spacing: -2px;
    line-height: 42px;}
#intro p {
    font-size: 14px;
    max-width: 100%;    line-height: 19px;}
.headprice * {    font-size: 18px!important;}
#intro .headprice p {    line-height: 24px!important;}
.headprice h3 {
    font-size: 26px!important;
    line-height: 20px;}
#intro .main-intro2 {    line-height: 54px;    font-size: 33px;    }
#intro .main-intro2 b {    font-size: 48px;    letter-spacing: 0;}

}
    
    
/*mess*/
.snw-wrap {
	position: fixed;
	right: 28px;
	bottom: 90px;
	z-index: 990;
}
.snw-wrap:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.snw-message {
	position: absolute;
	top: 50%;
	right: calc(100% + 30px);
	transform: translateY(-50%);
	min-width: 188px;
	padding: 9px 20px;
	background-color: rgba(0, 136, 207, 0.65);
	box-sizing: content-box;
	color: #fff;
	border-radius: 14px;
	font: 400 13px/16px "Gotha", sans-serif;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
.snw-open-message .snw-message {
	visibility: visible;
	opacity: 1;
}
.snw-wrap.open-panel .snw-message,
.snw-wrap.open-panel.snw-open-message .snw-message {
	visibility: hidden;
	opacity: 0;
}
.snw-wrap .snw-icon {
display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
}
.snw-wrap .snw-icon img {
	opacity: 0;
	transform: rotateY(180deg);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	transition: all .5s;
}
.snw-wrap .snw-icon img.active {
	opacity: 1;
	transform: rotateY(0deg);
}

.snw-wrap .snw-icon i {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.snw-wrap .snw-icon i.telegram {
	border: solid 2px #0088cf;
	background-color: rgba(0, 136, 207, 0.3);
}
.snw-wrap .snw-icon i.booking {
	border: solid 2px #ffbf00;
	background-color: rgba(29, 200, 205, 0.3);
}
.snw-wrap .snw-icon i.facebook {
	border: solid 2px #3672ab;
	background-color: rgba(54, 114, 171, 0.3);
}
.snw-wrap .snw-icon i.whatsapp {
	border: solid 2px #00a500;
	background-color: rgba(0, 165, 0, 0.3);
}
.snw-wrap .snw-icon img.active + i {
	animation: snw-circle  1s 1 linear;
}
@keyframes snw-circle {
	from {
		width: 50px;
		height: 50px;
		opacity: 1;
	}
	25% {
		width: 65px;
		height: 65px;
		opacity: 0.7;
	}
	50% {
		width: 70px;
		height: 70px;
		opacity: 0.5;
	}
	75% {
		width: 75px;
		height: 75px;
		opacity: 0.3;
	}
	to {
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}
.snw-wrap.open-panel .snw-icon {
	background: #fff url(/img/closedSNW.png) no-repeat center/100%;
}
.snw-wrap.open-panel .snw-icon span {
	display: none;
}
.snw-link-soc {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: -1;
}
.snw-link-soc a {
	transform: translateX(0);
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	transition: all .5s;
}
.snw-link-soc a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.snw-wrap.open-panel .snw-link-soc a.w1{
	opacity: 0.8;
	visibility: visible;
	transform: translateX(-60px);
}
.snw-wrap.open-panel .snw-link-soc a.w2{
	opacity: 0.8;
	visibility: visible;
	transform: translateX(-120px);
}
.snw-wrap.open-panel .snw-link-soc a.w3{
	opacity: 0.8;
	visibility: visible;
	transform: translateX(-180px);
}
.snw-wrap.open-panel .snw-link-soc a.w4{
	opacity: 0.8;
	visibility: visible;
	transform: translateX(-240px);
}
.snw-wrap.open-panel .snw-link-soc a:hover{opacity: 1!important;}



