*
{
  margin: 0;
  padding: 0;
  font-family: 'Crimson Text', serif;
  font-weight: 400; 
  text-decoration: none;
  color: #000;
  outline: none;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */     
  border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
 /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar-track{ border-radius: 3px; width: 7px;}
*::-webkit-scrollbar { width: 10px;}
*::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #aaa;}

body{}
a { cursor: pointer; color: #fff; font-family: 'Montserrat', sans-serif;}

.article, p { 
  font-size: 13pt;
  line-height: 1.4; 
  text-align: justify;
  box-sizing: border-box;
  color: #787878;
}

h2 {
  font-size: 48pt; 
  font-family: 'Montserrat', sans-serif;
  color: #fff; 
  letter-spacing: 1px; 
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
}

h3
{
  font-size: 36pt; 
  font-family: 'Montserrat', sans-serif;
  padding: 50px 0 30px; 
  color: #434345; 
  font-weight: 700;
  letter-spacing: 1px; 
  text-align: center;
}

.h3-line {
  position: relative;
  width: 100%;
}

.h3-line:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: -moz-linear-gradient(-90deg, #82c650 0%, #44b872 100%);
  background: -webkit-linear-gradient(-90deg, #82c650 0%, #44b872 100%);
  background: -o-linear-gradient(-90deg, #82c650 0%, #44b872 100%);
  background: -ms-linear-gradient(-90deg, #82c650 0%, #44b872 100%);
  background: linear-gradient(-90deg, #82c650 0%, #44b872 100%);

}

h4 {
  font-family: 'Montserrat', sans-serif;
  color: #434345;
  font-size: 17pt;
  line-height: 1.2;
}

h5 {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #fff;
  font-size: 29pt;
  line-height: 1.2;
}

.anchor { position: absolute; top: -70px; }
.text {
  font-size: 12pt; 
  padding: 8px 20px; 
  border:  1px solid #000; 
  border-radius: 4px;
  box-sizing: border-box;
}

.container {
  margin: auto; 
  width: 1170px;
  padding: 0 15px;
  position: relative; 
  box-sizing: border-box;
  text-align: center;
}
.clear { clear: both; }

.all_btn {
  padding: 20px 40px;
  font-size: 13pt;
  color: #000;
  background: #ffea00;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  box-sizing: border-box;
  transition: all .5s;
  border-radius: 5px;
}

.all_btn:hover {
  background: #e7d406;
}

.all_btn-green {
  background: #82c650; 
  color: #fff;
}

.all_btn-green:hover {
  background: #6da246;
}

.services-select, .about-company-select {
  padding: 10px;
  width: 75%;
  margin: 20px auto 0;
  background: #82c650;
  color: #fff;
  font-size: 14pt;
  text-align: center;
  display: none;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
}
.services-select option, .about-company-select option{
  font-family: 'Montserrat', sans-serif;

}
.main-select{
  text-transform: uppercase;
}

option {
  color: #fff;
  font-size: 10pt;
}

button { 
  border: none; 
  cursor: pointer; 
}

input,  textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 15px;
  font-size: 11.5pt;
  background: #fff;
  border: 1px solid #fff;
  color: #434345;
}

.flex { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
}

ul {list-style: none;}

li {
  margin-left: 10%;
  margin-top: 5px;
  text-align: left;
  padding-left: 11px;
  color: #787878;
  font-size: 12pt;
  position: relative;
}

li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #82c650;
}



/***FOOTER***/

footer {
  padding: 80px 0 30px;
  background: #191919;
}

footer .flex {
  align-items: flex-start;
}

.footer-contact, .map {
  width: 40%;
}

.footer-logo {
  text-align: left;
  font-size: 18pt;
}

.footer-logo {
  margin-bottom: 30px;
}

footer h6  {
  color: #fff;
  font-weight: 700;
  font-size: 13pt;
  text-align: left;
  line-height: 1.2;
}

footer h4 {
  color: #fff;
  font-weight: 600;
}

.footer-address p {
  color: #787878;
  font-size: 13pt;
  text-align: left;  
}

.footer-communications a {
  color: #787878;
  text-align: left;  
  font-size: 13pt;
  font-family: "Crimson Text", serif;
  margin-bottom: 10px;
  display: block;
}


.map  {
  height: 255px;
}

.last-row {
  margin-top: 50px; 
  color: #434345;
  font-size: 12pt;
  text-align: center;
}


.up-btn {
  width: 52px;
  height: 52px;
  display: none;
  background: #434345;
  position: fixed;
  border-radius: 50%;
  right: 3%;
  bottom: 3%;
  transition: all 0.3s;
}

.up-btn:hover {
  background: #82c650; 
}

.up-btn img {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


/***HEADER***/


/***MOB-MENU***/
.mob-menu {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 99999;
}


.mob-menu button {
  display: block;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes menu{
  from { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes menu{
  from { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes menu2{
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@keyframes menu2{
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
.mob-nav {
    width: 40%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99998;
    background: #333;
    overflow-y: scroll;
    padding: 86px 0 30px;
    box-sizing: border-box;
   -webkit-animation: menu2 .5s 1;
          animation: menu2 .5s 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    box-shadow: 0 2px 5px rgba(0,0,0,.35);
    display: none;
}

.mob-nav::-webkit-scrollbar-track{ border-radius: 3px; width: 5px;}
.mob-nav::-webkit-scrollbar { width: 5px;}
.mob-nav::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #82c650;}

.mob-nav-show{
  -webkit-animation: menu .5s 1;
          animation: menu .5s 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mob-nav a {
    display: block;
    width: 275px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
    font-weight: 600;
}
.mob-nav a:last-child{ border-bottom: none; }

/***HEADER***/
.header {
  width: 100%;
  padding: 10px 0;
  z-index: 9999;
  position: fixed;
  transition: all .4s;
}

.logo-header
{
  position: relative;
}

.logo-header img
{
  height: 80px;
  position: relative; z-index: 99;
}

.logo-layer 
{
  position: absolute; top: -10px; left: -5px;
  width: 110%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,0));
  z-index: 98;
}

.header-down {
  
  background: -moz-linear-gradient(-45deg, #82c650 0%, #229540 100%);
  background: -webkit-linear-gradient(-45deg, #82c650 0%, #229540 100%);
  background: -o-linear-gradient(-45deg, #82c650 0%, #229540 100%);
  background: -ms-linear-gradient(-45deg, #82c650 0%, #229540 100%);
  background: linear-gradient(-45deg, #82c650 0%, #229540 100%);

  box-shadow: 0 1px 4px #777;
}
nav a {
  font-size: 10pt;
  font-weight: 600;
  position: relative;
  color: #fff;
  margin-left: 23px;
}
nav a:first-child{ margin-left: 0; }
nav a:hover:before, .lang:hover:before {
  left: 0;
  width: 100%;
}


.lang{ 
  position: relative; 
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

nav a:before, .lang:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffea00;
  transition: all .3s;
}
.for_lang { width: 70px; }

.lang img{
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
}

.active:before {
  width: 100%;
  left: 0;
}



/***PROMO***/

.slider {
  width: 100%;
}

.slider .promo-wrap{
  height: 100vh;
}
.slider section {
  margin: 10px 0 50px;
  
}
.slider .container{
  height: inherit;
}
.promo-cont{
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/***OUR-SERVICES*/

.our-services {
  padding: 30px 0 80px;
}

.our-services .flex {
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.our-services-wrap {
  width: 30%;
  height: 300px;
  margin-top: 30px;
  padding: 30px 30px 80px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.our-services-wrap h2 {
  font-size: 18pt;
  font-weight: 600;
  color: #000;
}

.our-services-wrap p {
  height: 100px;
  overflow-y: auto;
  padding: 0 5px;
}

.our-services-wrap p::-webkit-scrollbar-track{ border-radius: 2px; width: 4px;}
.our-services-wrap p::-webkit-scrollbar { width: 4px;}
.our-services-wrap p::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #82c650;}

.o-s-img {
  text-align: center;
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: -moz-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -webkit-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -o-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -ms-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: linear-gradient(45deg, #82c650 0%, #44b872 100%);

}

.o-s-img span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.our-services .all_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10pt;
  padding: 13px 30px;
}


/***WELCOME***/

.welcome {
  padding: 30px 0 50px;
}

.welcome .flex {
  align-items: flex-start;
  flex-wrap: wrap;
}

.welcome-wrap {
  width: calc(100% / 3 - 30px);
  position: relative;
  margin: 30px auto;
}

.welcome-wrap .icon {
  display: block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: -moz-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -webkit-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -o-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -ms-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: linear-gradient(45deg, #82c650 0%, #44b872 100%);
}


.welcome-wrap span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.welcome-wrap-cont {
  margin-left: 25%;
  max-width: 75%;
}

.welcome-wrap-cont h4 {
  text-align: left;
  margin: 35px 0 15px;
  font-weight: 600;
  font-size: 15pt;
}

.welcome-wrap-cont p {text-align: left;}


/***ABOUT***/

.about {
  width: 100%;
  background: #f2f4fa;
  padding: 30px 0 100px 
}

.about .flex {
  justify-content: flex-start;
}

.about-img {
  width: 50%;
  height: 303px;
  box-shadow: 2px 4px 6px rgba(0,0,0,.35);
}

.about-content {
  width: 40%;
  height: inherit;
  margin-left: 10%;
}

.about-content h3 {
  text-align: left;
}

.about-content .h3-line:before {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about-content p {
  margin: 30px 0 15px;

}


.about-content about-wrap {
  text-align: justify;
  margin: 20px 0 30px 45px;
}

.about-wrap p {
  font-size: 15pt;
  line-height: 1.2;
  font-weight: bold;
  color: #434345;
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

.about-wrap p:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background: #434345;
  top: 10px;
  left: 0;
}



/***ADVANTAGES***/

.advantages {
  padding: 30px 0 80px;
}

.advantages-wrap {
  margin: 45px 20px 0;

  padding: 60px 30px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: left;
}

.advantages .h3-line {
  margin-bottom: 60px;
}

.advantages .h3-line:before {
  margin-bottom: 2px;
}

.advantages-img {
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
  height: 60px;
}

.slider2{
  height: 295px;
  width: 95%;
  margin: auto;
}

.slider2 .slick-dots {
    bottom: -40px;
}

.advantages-wrap span {
  display: block;
  position: absolute;
  top: 55px;
  right: 45px;
  font-size: 100pt;
  line-height: 15px;
  color: #82c650;
}
.advantages-wrap h6 {
  margin-top: 18px;
  color: #82c650;
  font-size: 13pt;
  font-weight: 700;
}

.advantages-wrap p {
  quotes: none;
  color: #787878;
  font-size: 12pt;
  max-height: 110px;
  overflow-y: auto;
}

.advantages-wrap p::-webkit-scrollbar-track{ border-radius: 2px; width: 4px;}
.advantages-wrap p::-webkit-scrollbar { width: 4px;}
.advantages-wrap p::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #82c650;}

/***ORDER***/

.order {
  padding: 80px 0;
  background: url(../img/video-bg.jpg) no-repeat center/cover;
}

/*.order .flex {
  align-items: flex-start;
}*/

.order-wrap, .order-form {
  width: 40%;
}

.order-form {
  text-align: left;
}


.order-wrap h3 {
  color: #fff;
  padding: 0 0 15px;
  text-align: left;
  font-size: 32pt;
}
.order-wrap .all_btn {
  display: block;
}
.order-form h4 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}


.order-form input::-webkit-input-placeholder, 
.order-form textarea::-webkit-input-placeholder {
  color: #434345;
}

.order-form input::-moz-placeholder, 
.order-form textarea::-moz-placeholder {
  color: #434345;
}

.order-form textarea {
  height: 80px;
}


.order-form .all_btn {
  font-size: 10pt;
  padding: 13px 30px;
}





/***SERVICES***/


/*promo-all*/

.promo-all {
  width: 100%;
  height: 300px;
  padding: 100px 0;
}

.promo-all-information {
  width: 100%;
  height: 400px;
  padding: 60px 0;
}


.promo-all h3, .promo-all-information h3 {
  font-size: 60pt;
  text-transform: capitalize;
  padding-bottom: 10px;
  color: #fff;
}

.promo-all p, .promo-all-information p {
  font-family: 'Crimson Text', serif;
  font-size: 13pt;
}

.promo-all p, .promo-all-information p {
  color: #fff;
  text-align: left;
}

/*services-about*/

.services-about {
  width: 100%;
  position: relative;
  padding: 30px 0 80px;
}

aside {
  width: 30%;
  margin-top: 50px;
  border-left: 1px solid #ddd;
  min-height: 70vh;
  padding-bottom: 100px;
  position: relative;
}
 aside a{
  text-align: left;
  margin-top: 15px;
  color: #787878;
  padding-left: 30px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13pt;
  font-weight: 600;
  transition: all .2s;
}
.active_head { color: #290 !important;}
aside ul{
  box-sizing: border-box;
  padding-left: 30px;
}
aside li a {
  padding-left: 11px;
  font-size: 12pt;
  font-weight: 400;
}
aside a:hover {
  color: #000;
}
aside a:first-child{
  margin-top: 0;
}
aside .all_btn {
  position: absolute;
  bottom: 5px;
  font-size: 10pt;
  padding: 13px 30px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aside-active {
  color: #290;
  border-left: 2px solid #82c650;
}

.aside-active-item {
  color: #290;
}
li a.aside-active{
  border:none;
}

.services-about-cont {
  width: 65%;
  padding-bottom: 50px;
  overflow-y: auto;
  padding-right: 30px;
}

.services-about-cont::-webkit-scrollbar-track{ border-radius: 2px; width: 4px;}
.services-about-cont::-webkit-scrollbar { width: 4px;}
.services-about-cont::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #82c650;}

.services-about .container{ align-items: flex-start; }

.services-about-cont h3 {
  text-align: left;
  font-size: 30pt;
}
.services-about-cont .h3-line {
  width: 100%;
}
.services-about-cont h4{
  margin-top: 30px;
  text-align: left;
}

.services-about-cont .h3-line:before {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.article {
  margin-top: 30px;
}
/*
.serv {
  display: none;
}
*/


/***INFORMATION***/


.about-company {
  width: 100%;
  position: relative;
  padding: 30px 0 80px;
}

.about-company .container {
  align-items: flex-start;
  flex-wrap: wrap;
}


.about-company-cont {
  width: 65%;
  padding-bottom: 50px;
  overflow-y: auto;
  padding-right: 30px;
}

.about-company-cont::-webkit-scrollbar-track{ border-radius: 2px; width: 4px;}
.about-company-cont::-webkit-scrollbar { width: 4px;}
.about-company-cont::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #82c650;}

.about-company-cont h3 {
  text-align: left;
  font-size: 34pt;
}

.about-company-cont .h3-line {
  width: 100%;
}

.about-company-cont .h3-line:before {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about-company-content h4 {
  margin-top: 30px;
  font-weight: 600;
}

.sertificate .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.article-wrap-serf {
  width: 31%;
  text-align: center;
  margin: 0 8px 20px;
}

.article-wrap-serf img {
  width: 100%;
}

.sertif-name{
  font-size: 12pt;
  color: #000;
  text-decoration: underline;

}
.sertif-name:hover{
  color: #82c650;
}

.cl-logo {
  display: block;
  width: 30%;
  height: 50px;
  margin-left: 20px;
}

.cl-title {
  color: #000;
  font-size: 15pt;
  display: block;
  margin: 20px 0;
  font-weight: 600;
  letter-spacing: 2;
  text-decoration: underline;
  -webkit-text-decoration-color: #82c650;
          text-decoration-color: #82c650;
}

.cl-img {
  max-width: 100%;
  display: none;
}

.sel {
  display: none;
}

/***POP-UP***/



.pop-up {
  position: fixed;
  width: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 99999;
  overflow: auto;
  display: none;
}

.pop-up h4 {
  padding: 40px 90px;
  background: #ffea00;
  border-radius: 7px;
  font-size: 24pt;
  font-weight: 600;
  color: #000;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/spinner.svg)no-repeat;
  background-size: 80px 80px;
  background-position: center center; 
  background-color: rgba(40,100,50,.96);
  display: none;
  z-index: 999999999;
}

.error_inp
{
  font-size: 15pt; font-weight: bold;
  color: #fff; background: #f20;
  width: 220px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
}

