body {
  font-family: "SourceSansPro-Light", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 40px 0 40px;
}

a:active, a:focus, button, input, textarea { outline: none; }

/*---header---*/
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
#nav-section {
  min-height: 68px;
  min-width: 320px;
  padding: 0;
  background-color: #222;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
}

.navbar ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    background: #fff;
    position: absolute;
    top: 56px;
    height: auto;
    padding: 0;
    z-index: 22 !important;
    text-align: left;
    padding: 12px 26px;
}
.navbar ul>li:hover>ul {
    opacity: 1;
    border-radius: 5px;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
.navbar ul>li ul a:hover {
    color: #76cdd8;
}
.navbar ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0;
    margin: 10px 0;

}
/* #Navigation
================================================== */
.navbar {
    float: none;
    /* margin: 0px 30px 0 0; */
    min-height: 0;
    border: none;
    display: inline-block;
}
.nav-menu-wr{
  text-align: left;
}

.navbar-nav > li > a {
    padding: 0 28px;
    display: block;
    color: #fff;
    line-height: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    margin-top: 27px;
    font-family: "MuseoSansCyrl-700", sans-serif;
    text-transform: uppercase;
}
.navbar-nav > li > a:first-child{
  padding-left: 0;
}
.navbar-nav > li.active > ul a{
  color: #222;
  font-family: "MuseoSansCyrl-300", sans-serif;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #76cdd8;
}
#nav-mobile-btn {
  background-color: #f87000;
  border: 0;
  color: #fff;
  font-size: 28px;
  width: 40px;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  float: right;
  margin-top: 29px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shrink #nav-mobile-btn {
  margin-top: 9px;
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #f4f4f4;
  padding: 15px;
  overflow: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-mobile > i {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-mobile > i:hover,
.nav-mobile > i:active {  
  background-color: #f1f3f6;
}
.nav-mobile h2 {
  text-align: center;
  margin: 10px 0 25px;
  color: #222;
}
.nav-mobile h2 i {
  margin-right: 10px;
}
.nav-mobile a {
  color: #222;
  font-family: "MuseoSansCyrl-300", sans-serif;
  font-size: 16px;
}
.nav-mobile a:hover {
  color: #76cdd8;
  text-decoration: none;
}
.nav-mobile a:focus {
  text-decoration: none;
}
.nav-mobile ul {
  list-style: none;
}
.nav-mobile > ul {
  padding: 0;
}
.nav-mobile > ul li {
  margin-bottom: 10px;
}
.nav-mobile > ul li > a {
  margin-bottom: 10px;
  display: block;
}
.nav-mobile > ul li.dropdown > a,
.nav-mobile > ul li.dropdown-submenu > a {
  /*border-bottom:1px solid rgba(0,0,0,0.08);*/
}
.nav-mobile > ul > li {
  margin-bottom: 20px;
  padding-left: 10px;
}
.nav-mobile > ul ul {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-mobile::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-mobile.open {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-mobile.open::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px){
  .navbar-nav>li {
    float: left;
  }
}
.nav>li {
    position: relative;
    display: block;
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  #nav-mobile-btn {
    display: block;
    margin: 10px 0;
    position: relative;
    top: 5px;
    background-color: transparent;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: #fff;  
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  content: '';
  z-index: 1002;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#wrapper.open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.phone-wrap{
  text-align: right;
  margin: 10px 0;
} 
.top-info {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;   
    margin-top: 9px;
}
.top-info li {
    display: inline-block;
    margin-left: 16px;
}
.top-info .phone-head-wr a {
    letter-spacing: .5px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    font-size: 16px;
    font-family: "MuseoSansCyrl-700", sans-serif;
}
.top-info .phone-head-wr a:hover{
   color: #76cdd8;
   border-bottom: none;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-info .mail-head-wr a{
    font-size: 16px;
    font-family: "MuseoSansCyrl-700", sans-serif;
    letter-spacing: .5px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.top-info .mail-head-wr a:hover{
   color: #76cdd8;
   border-bottom: none;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.logo-wrap-head{
    display: block;
    width: 100%;
    margin-top: -100px;
}
.phone-wrap p{
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: "MuseoSansCyrl-700", sans-serif;
}
/*---end header---*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #fff;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #222; 
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-family: "MuseoSansCyrl-700", sans-serif;
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  color: #fff;
  opacity:.5;
  margin-bottom: 3px;
  display: block;
}
.form-callback input {
    background-color: transparent;
    border-radius: 2px;
    border: none;
    padding: 9px 15px 7px;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    border-bottom: #fff 1px solid;
  }    
input[type="text"] {    
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.form-callback label {
  margin-bottom: 12px;
  display: block;
}
.button-small {
  padding: 0px 28px;
  font-size: 13px;
  background-color: #d35d47;  
  border: 1px #d35d47 solid; 
  border: none;
  color: #fff;    
  line-height: 40px;  
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  box-shadow:none;
}
.button-small:hover {
    border: 1px #fff solid;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.button-small:active {
    border: 1px #fff solid;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.form-callback .text-center {
  text-align: center;
} 
.form-callback { 
  margin: auto;
  box-shadow: #414e5b 0 0 4px;
  position:relative;
} 

/*----------------------*/

.video-hero {
  padding: 140px 0;  
  overflow: hidden;
  position: relative;
}
/* VIDEO */
.video-hero .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 768px) {
  .video-hero {
   padding: 53px;
  }  
}
@media (max-width: 480px) {
  .about-title{
    font-size: 40px;
  }
}


/*--all-service---*/
.s-equipment{
  background-size: cover;
}
.s-equipment .section-title h3 {
    margin-top: 0;
}
.carousel-brands .owl-controls,.carousel-brands .owl-controls .owl-nav{
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-wrap h3{  
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: "MuseoSansCyrl-900", sans-serif;
    line-height: 1.2;    
}
.carousel-wrap h3 span{
  font-family: "MuseoSansCyrl-100", sans-serif;
}
.carousel-text a{
    display: inline-block;
    padding: 8px 16px 10px 16px;
    background-color: #CEDB56;
    border-radius: 40px;
    color: #263852;
    border: 1px #CEDB56 solid;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
}
.carousel-text a:hover{
    border: 1px #CEDB56 solid;
    color: #263852;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.video-hero .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-wrapper:last-child {
    display: none;

}
/*-----------------*/

/*--s-banne---*/
.s-banne{  
  padding: 0;
}
.banner-carousel-wrap{   
  text-align: center;   
}
.banner-carousel-brands .owl-controls,.banner-carousel-brands .owl-controls .owl-nav{
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-carousel-wrap h3{  
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: "MuseoSansCyrl-500", sans-serif;
    color: #fff;
    letter-spacing: .5px;
    margin-top: 22px;
}
.owl-theme .owl-controls {
    margin-top: -60px;
    text-align: center;
    position: relative;
}
.banner-img{
  display: block;
  width: 100%;
}
.banner-img img{
  width: 100%;
}
.banner-carousel-text{
  position: relative;
  bottom: 280px;
}
.banner-carousel-item{
  height: 344px;
}
.banner-carousel-text .logo-partner{
  display: block;
  width: 100%;
}
.banner-carousel-text .logo-partner img{
  margin: auto;
  width: 200px;
}
.banner-carousel-text h3{

}
/*-----------------*/

/*----to begin-----*/
.to-begin{
  background-color: #f8f8f8;
  position: relative;
  top: 31px;
  padding-bottom: 20px;
}
.section-title h3{
    font-size: 24px;
    text-transform: uppercase;    
    font-family: "MuseoSansCyrl-500", sans-serif;
    color: #222;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 60px;  
}
.begin-wrap ul{
  list-style-type: none;
  padding-left: 0;
  margin: auto;
}

.video-section__video {
  width: 960px !important;
}
.video-section .row {
    margin: 0 auto;
    text-align: center;
}
.circle-item{
    background: #76cdd8;
    border-radius: 100%;
    box-shadow: inset 0 0 5px rgba(0,0,0,.15), 0 0 7px #fff;
    display: inline-block;
    position: relative;
    height: 80px;
    width: 80px;
    z-index: 1;
    top: 24px;
}
.circle-item:before {
    background: #cedb56;
    border-radius: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    content: " ";
    height: 70%;
    position: absolute;
    width: 70%;
    left: 12px;
    top: 11px;
}
.circle-item span{
    position: relative;
    left: 34px;
    top: 16px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}
.begin-wrap ul li  {
    width: 33% !important;
    float: left;
    display: inline-block;
}
.begin-wrap ul li div.col-sm-4, .begin-wrap ul li div.col-sm-6  {
    width: 100% !important;
}

.begin-wrap ul li:last-of-type:after {
    bottom: 50%;
}
/*.begin-wrap ul li.last-type:after {
  content: "";
}*/
.begin-wrap .img-item{
  display: block;
  width:65%;
  margin:auto;
}
.begin-wrap .img-item img{
  height: 150px;
  width: auto !important;
}
.begin-wrap li{
  padding-bottom: 25px;
}
.information-item h3{
  font-size: 20px;
  text-align: left;
}
.information-item p{
  font-size: 16px;
  text-align: left;
}
/*--------------------*/

/*---price-unit----*/
.price-unit{
  padding-top: 70px;
  background-image: url('http://tbilisi.strategeast.org/wp-content/uploads/2020/01/Salary_logo.png');
  background-repeat: no-repeat;
  background-size: cover;

}
.price-unit .section-title h3{
  color: #263852;
}
.price-descr-item{
    border-radius: 4px;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    padding: 15px 15px 8px 15px;  
    margin-bottom: 30px; 
}
.price-descr-item h5{
    font-size: 20px;
    text-transform: uppercase;
    color: #008ACE;    
    font-family: "MuseoSansCyrl-700", sans-serif;
    border-bottom: 1px #C0BDBA solid;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 16px;
}
.price-descr-item .descr-wrap h4{
    color: #222;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0px;
}
.price-descr-item .descr-wrap h4 span{
  color: #76cdd8;  
}
.price-descr-item .descr-wrap p.price-descr-text-fs{
    font-size: 18px;
    line-height: 1.2;    
    padding-bottom: 10px;
    margin-top: 5px;
    color: #222;
}
.price-descr-item .descr-wrap p{
  color: #777;
  line-height: 1.2;
}
.price-descr span{
    font-size: 30px;
    font-family: "SourceSansPro-Bold", sans-serif;
    color: #222;
}
.price-descr-item .price-descr p{
  font-size: 18px;
  line-height: 1.2;  
  color: #222;
  font-weight: bold;
}
.price-descr p.clock-type span{
  color: #008ACE;
  font-size: 18px;
  font-family: "SourceSansPro-Light", sans-serif;
  font-weight: normal;
}
.price-descr p.limit-type span{
  color: #008ACE;
  font-size: 18px;
  font-family: "SourceSansPro-Light", sans-serif;
  font-weight: normal;
}
.price-descr-item .btn-descr a.enroll-btn{
  display: inline-block;
  padding: 8px 32px 10px 32px;
  background-color: #CEDB56;
  border-radius: 40px;
  color: #263852;
  border: 1px #CEDB56 solid;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3px;
  width: 130px;
  text-align: center;
}
.price-descr-item .btn-descr a.enroll-btn:hover{
  background-color: #fff;
  border-radius: 40px;
  color: #263852;
  border: 1px #CEDB56 solid;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.price-descr-item .btn-descr a.details-btn{  
  display: inline-block;
  padding: 8px 40px 10px 40px;
  background-color: #fff;
  border-radius: 40px;
  color: #263852;
  border: 1px #CEDB56 solid;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-top: 18px;
  width: 130px;
}
.price-descr-item .btn-descr a.details-btn:hover{
  background-color: #CEDB56;
  border-radius: 40px;
  color: #263852;
  border: 1px #CEDB56 solid;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.price-descr-item .price-img{
  display: block;
  position: relative; 
  text-align: right;
  bottom: 25px;
}
.price-descr-item .price-img img{
  width: 50%;
}
/*-----------------*/

/*----footer----*/
footer{
  background-color: #222;
  padding-bottom: 10px;
}
footer .logo-wrap-head{
  margin-top: 30px;
  width: 100%;
}
footer .logo-wrap-head img{
  width: 90px;
}
/*--------------*/

/*---page-one---*/
.own-head-title h1 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: "MuseoSansCyrl-900", sans-serif;
    line-height: 1.2;
}
.own-head-title h1 span {
    font-family: "MuseoSansCyrl-100", sans-serif;
}
.own-head-title a{
    display: inline-block;
    padding: 8px 40px 10px 40px;
    background-color: #CEDB56;
    border-radius: 40px;
    color: #263852;
    border: 1px #CEDB56 solid;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
}
.own-head-title a:hover{
    border: 1px #CEDB56 solid;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.own-head-title img{
    float: left;
    width: 100px;
    margin-right: 12px;
}
.own-head-title{
    display: block;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 12px;
}
.head-title h3{
  font-size: 32px;
  color: #fff;
}
/*----salary-wrap-----*/
.salary-wrap{
  background-color: #f8f8f8;
  padding-bottom: 116px;
}
.description p{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0;
}
.description .section-title h3 {    
    margin-bottom: 40px;
}
.description p span{
   color: #76cdd8;
}

.description .container .row div ul {
    font-size: 10px;
}


.slider{  
    height: 2px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    top: 60px;
}
.ui-slider-handle{
  width:55px;
  height:55px;
  position:absolute;
  top:-29px;
  margin-left:-12px;
  z-index:200;
  background:#ff9c00;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ui-slider-handle i{
    position: absolute;
    color: #fff;
    font-size: 26px;
    top: 15px;
    left: 14px;
}
.ui-widget-header {
  background: #ff9c00;
  height: 3px;
  left: 1px;
  top: 0px;
  position: absolute;
}
#slider-result {
    position: absolute;
    top: 52px;
    left: -25px;
    color: #ff9c00;
    padding: 5px 7px;
    font-size: 34px;
    text-align: center;
    font-family: "MuseoSansCyrl-300", sans-serif;
}
.slider-title p{
    position: relative;
    bottom: 27px;
    color: #ff9c00;
    font-size: 18px;
    bottom: 40px;
    text-align: center;
}
.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  height: 20px;
  width: 15px;
  border-right: 19px solid;
  color: #ff9c00;
  transform: translateY(-38%);
  z-index: 9;
  border-radius: 50%;
}
.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    height: 20px;
    width: 15px;
    border-right: 19px solid;
    color: #ff9c00;
    transform: translateY(-38%);
    z-index: 9;
    border-radius: 50%;
}
/*----------------*/
/*---accordion----*/
.master-it{
  padding-bottom: 70px;
}
.accordion {
  position: relative;
  width: 100%; 
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.05);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.accordion .trigger #checkbox-1,
.accordion .trigger #checkbox-2,
.accordion .trigger #checkbox-3,
.accordion .trigger #checkbox-4,
.accordion .trigger #checkbox-5,
.accordion .trigger #checkbox-6,
.accordion .trigger #checkbox-7,
.accordion .trigger #checkbox-8,
.accordion .trigger #checkbox-9,
.accordion .trigger #checkbox-10,
.accordion .trigger #checkbox-11,
.accordion .trigger #checkbox-12,
.accordion .trigger #checkbox-13,
.accordion .trigger #checkbox-14,
.accordion .trigger #checkbox-15,
.accordion .trigger #checkbox-16,
.accordion .trigger #checkbox-17,
.accordion .trigger #checkbox-18,
.accordion .trigger #checkbox-19,
.accordion .trigger #checkbox-20,
.accordion .trigger #checkbox-21,
.accordion .trigger #checkbox-22,
.accordion .trigger #checkbox-23,
.accordion .trigger #checkbox-24,
.accordion .trigger #checkbox-25,
.accordion .trigger #checkbox-26,
.accordion .trigger #checkbox-27,
.accordion .trigger #checkbox-28,
.accordion .trigger #checkbox-29,
.accordion .trigger #checkbox-30{
  display: none;
}
.accordion .trigger #checkbox-1:checked + label,
.accordion .trigger #checkbox-2:checked + label,
.accordion .trigger #checkbox-3:checked + label,
.accordion .trigger #checkbox-4:checked + label,
.accordion .trigger #checkbox-5:checked + label,
.accordion .trigger #checkbox-6:checked + label,
.accordion .trigger #checkbox-7:checked + label,
.accordion .trigger #checkbox-8:checked + label,
.accordion .trigger #checkbox-9:checked + label,
.accordion .trigger #checkbox-10:checked + label,
.accordion .trigger #checkbox-11:checked + label,
.accordion .trigger #checkbox-12:checked + label,
.accordion .trigger #checkbox-13:checked + label,
.accordion .trigger #checkbox-14:checked + label,
.accordion .trigger #checkbox-15:checked + label,
.accordion .trigger #checkbox-16:checked + label,
.accordion .trigger #checkbox-17:checked + label,
.accordion .trigger #checkbox-18:checked + label,
.accordion .trigger #checkbox-19:checked + label,
.accordion .trigger #checkbox-20:checked + label,
.accordion .trigger #checkbox-21:checked + label,
.accordion .trigger #checkbox-22:checked + label,
.accordion .trigger #checkbox-23:checked + label,
.accordion .trigger #checkbox-24:checked + label,
.accordion .trigger #checkbox-25:checked + label,
.accordion .trigger #checkbox-26:checked + label,
.accordion .trigger #checkbox-27:checked + label,
.accordion .trigger #checkbox-28:checked + label,
.accordion .trigger #checkbox-29:checked + label,
.accordion .trigger #checkbox-30:checked + label{
  background-color: #fff;
}
.accordion .trigger #checkbox-1:checked + label i:before,
.accordion .trigger #checkbox-2:checked + label i:before,
.accordion .trigger #checkbox-3:checked + label i:before,
.accordion .trigger #checkbox-4:checked + label i:before,
.accordion .trigger #checkbox-5:checked + label i:before,
.accordion .trigger #checkbox-6:checked + label i:before,
.accordion .trigger #checkbox-7:checked + label i:before,
.accordion .trigger #checkbox-8:checked + label i:before,
.accordion .trigger #checkbox-9:checked + label i:before,
.accordion .trigger #checkbox-10:checked + label i:before,
.accordion .trigger #checkbox-11:checked + label i:before,
.accordion .trigger #checkbox-12:checked + label i:before,
.accordion .trigger #checkbox-13:checked + label i:before,
.accordion .trigger #checkbox-14:checked + label i:before,
.accordion .trigger #checkbox-15:checked + label i:before,
.accordion .trigger #checkbox-16:checked + label i:before,
.accordion .trigger #checkbox-17:checked + label i:before,
.accordion .trigger #checkbox-18:checked + label i:before,
.accordion .trigger #checkbox-19:checked + label i:before,
.accordion .trigger #checkbox-20:checked + label i:before,
.accordion .trigger #checkbox-21:checked + label i:before,
.accordion .trigger #checkbox-22:checked + label i:before,
.accordion .trigger #checkbox-23:checked + label i:before,
.accordion .trigger #checkbox-24:checked + label i:before,
.accordion .trigger #checkbox-25:checked + label i:before,
.accordion .trigger #checkbox-26:checked + label i:before,
.accordion .trigger #checkbox-27:checked + label i:before,
.accordion .trigger #checkbox-28:checked + label i:before,
.accordion .trigger #checkbox-29:checked + label i:before,
.accordion .trigger #checkbox-30:checked + label i:before{
  transform: translate(5px, 8px) rotate(45deg);
}
.accordion .trigger #checkbox-1:checked + label i:after,
.accordion .trigger #checkbox-2:checked + label i:after,
.accordion .trigger #checkbox-3:checked + label i:after,
.accordion .trigger #checkbox-4:checked + label i:after,
.accordion .trigger #checkbox-5:checked + label i:after,
.accordion .trigger #checkbox-6:checked + label i:after,
.accordion .trigger #checkbox-7:checked + label i:after,
.accordion .trigger #checkbox-8:checked + label i:after,
.accordion .trigger #checkbox-9:checked + label i:after,
.accordion .trigger #checkbox-10:checked + label i:after,
.accordion .trigger #checkbox-11:checked + label i:after,
.accordion .trigger #checkbox-12:checked + label i:after,
.accordion .trigger #checkbox-13:checked + label i:after,
.accordion .trigger #checkbox-14:checked + label i:after,
.accordion .trigger #checkbox-15:checked + label i:after,
.accordion .trigger #checkbox-16:checked + label i:after,
.accordion .trigger #checkbox-17:checked + label i:after,
.accordion .trigger #checkbox-18:checked + label i:after,
.accordion .trigger #checkbox-19:checked + label i:after,
.accordion .trigger #checkbox-20:checked + label i:after,
.accordion .trigger #checkbox-21:checked + label i:after,
.accordion .trigger #checkbox-22:checked + label i:after,
.accordion .trigger #checkbox-23:checked + label i:after,
.accordion .trigger #checkbox-24:checked + label i:after,
.accordion .trigger #checkbox-25:checked + label i:after,
.accordion .trigger #checkbox-26:checked + label i:after,
.accordion .trigger #checkbox-27:checked + label i:after,
.accordion .trigger #checkbox-28:checked + label i:after,
.accordion .trigger #checkbox-29:checked + label i:after,
.accordion .trigger #checkbox-30:checked + label i:after{
  transform: translate(-1px, 8px) rotate(-45deg);
}
.accordion .trigger .checkbox {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #222;
  cursor: pointer; 
  background-color: rgba(255,255,255,1);  
  font-size: 16px;
}
.accordion .trigger .checkbox i {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 20px;
}
.accordion .trigger .checkbox i:before, .accordion .trigger .checkbox i:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #222;
  transition: transform 250ms ease;
}
.accordion .trigger .checkbox i:before {
  transform: translate(-5px, 8px) rotate(45deg);
}
.accordion .trigger .checkbox i:after {
  transform: translate(1px, 8px) rotate(-45deg);
}
.accordion .trigger .content {
  position: relative;
  max-height: 1px;
  padding: 0;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f8f8f8;
  transition: max-height 500ms ease-in-out;
}
.accordion .trigger .content div {
    width: 100% !important;

}
.accordion .trigger{
  border-top: 1px #C0BDBA solid;
  border-right: 1px #C0BDBA solid;
  border-left: 1px #C0BDBA solid;
}
.accordion .trigger:last-child{
  border-bottom: 1px #C0BDBA solid;
}
.accordion .trigger .content h3 {
    margin: 20px 0 20px 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "MuseoSansCyrl-500", sans-serif;
    color: #222;
    letter-spacing: .5px;
    /* text-align: center; */
}
.accordion .trigger .content p {
    margin: 20px 0 20px 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

#checkbox-1:checked ~ .content,
#checkbox-2:checked ~ .content,
#checkbox-3:checked ~ .content,
#checkbox-4:checked ~ .content,
#checkbox-5:checked ~ .content,
#checkbox-6:checked ~ .content,
#checkbox-7:checked ~ .content,
#checkbox-8:checked ~ .content,
#checkbox-9:checked ~ .content,
#checkbox-10:checked ~ .content,
#checkbox-11:checked ~ .content,
#checkbox-12:checked ~ .content,
#checkbox-13:checked ~ .content,
#checkbox-14:checked ~ .content,
#checkbox-15:checked ~ .content,
#checkbox-16:checked ~ .content,
#checkbox-17:checked ~ .content,
#checkbox-18:checked ~ .content,
#checkbox-19:checked ~ .content,
#checkbox-20:checked ~ .content,
#checkbox-21:checked ~ .content,
#checkbox-22:checked ~ .content,
#checkbox-23:checked ~ .content,
#checkbox-24:checked ~ .content,
#checkbox-25:checked ~ .content,
#checkbox-26:checked ~ .content,
#checkbox-27:checked ~ .content,
#checkbox-28:checked ~ .content,
#checkbox-29:checked ~ .content,
#checkbox-30:checked ~ .content{
  max-height: 1000px;
  transition: max-height 500ms ease-in-out;
}
.video-cont-ak iframe{
  height: 600px;
  width:100%;
}
/*----------------*/
.price-unit-pageone{
   padding-top: 40px;
}
.faq{
  display: none;
  padding: 70px 0 70px;
}
/*---------------*/
#menu-header li span{
  color: #fff;
}
#menu-header li span i{
  font-size: 16px;
  color: #76cdd8;
  font-weight: bold;
}
#menu-header li a span:hover{
  background-color: transparent;
color: #76cdd8;
}
#menu-header .current-menu-item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#menu-header .current-menu-item a{
  padding: 0 10px;
}
/********************* ВСПЛЫВАЮЩЕЕ ОКНО ПОСЛЕ ОТПРАВКИ ФОРМЫ CONTACT FORM 7 СТИЛИ *******************/
.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-mail-sent-ok {
	display: none !important;
}
