
 body {
    background: #FFFFF; /* Цвет фона */
   }
.slider > img {
  width: 100%;
}


/*----- about us  ------*/
.single-count {
  text-align: center;
}

.count-icon {

}
.count-icon span{font-size: 35px;}
.count-title {

}
.count-title h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 300;
  margin: 15px 0;
}
.count-title span{font-size: 16px;
letter-spacing: 1px;
margin: 0;
text-transform: capitalize;}
.{}
.{}
.{}
.hover-style {
  display: block;
  position: relative;
}
.hover-style::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.hover-style:hover::before {
  opacity: 0.95;
}


/* about */
.about-minimal{}
.about-minimal h2{}
.minimal-img > img {
  width: 100%;
}
.about-minimal{}
.about-minimal ul{}
.about-minimal ul li {
  border-top: 1px solid #f6f6f6;
  display: block;
  line-height: 1.3em;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.about-minimal ul li:last-child {
  border-bottom: 1px solid #eceaeb;
}
.about-minimal ul li::before {
  color: #444;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 12px;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.about-minimal a {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 12px 25px;
  text-transform: uppercase;
}
.about-minimal a:hover{background:#FFFFFF;color:#fff;border-color:#FFFFFF}
.single-skill-about {
  text-align: center;
}
.progress-h4 {
  font-size: 22px;
  font-weight: 400;
}






.about-us-text > p {
  color: #666;
}
.team-wrapper {
  border: 1px solid #e7e7e7;
}
.team-member {
  position: relative;
}
.team-member > img {
  filter: grayscale(100%);
  width: 100%;
}
.team-member::before {
  background: transparent none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 100%;
  z-index: 1;
}
.team-wrapper:hover .team-member::before  {
  background: rgba(33, 40, 45, 0.55);
}
.team-info {
  padding: 15px 0;
}
.team-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.team-icon > a {
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  margin: 0 15px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  width: 40px;
  border-radius:50%;
}
.team-icon > a:hover{background:#fff;color:#666}
.team-wrapper:hover .team-icon > a{opacity:1;visibility:visible;margin:0 5px}
.team-info h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.team-info span {
  color: #666;
  text-transform: uppercase;
}
.team-member > img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/*----- pricing table  ------*/
.pricing-top {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
}
.single-pricing {
  border: 1px solid #ddd;
  padding: 50px;
  text-align: center;
}
.pricing-top h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.pricing-top h3::before {
  background: #666 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 60px;
}
.pricing-top p {
  font-family: dosis;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 28px;
}
.pricing-top p span {
  font-size: 18px;
  font-weight: normal;
}

.pricing-tex li {
  color: #333333;
  font-size: 14px;
  padding-bottom: 22px;
  text-transform: capitalize;
}
.pricing-tex li:last-child {
  padding-bottom: 0px;
}
.pricing-tex li i{
  padding-right: 10px;
}

.price-btn a {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.price-btn a:hover{
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #fff;
}
.pricing-tex > ul {
  padding: 40px 0;
}

.price-btn .button i {
  font-size: 14px;
  padding-left: 12px;
}


/*----- contact ------*/


#hastech2 {
  height: 402px;
  width: 100%;
}
h3.main-contact {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-input input {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  height: 45px;
  padding-left: 20px;
}


.text-leave2 textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  height: 150px;
  margin-bottom: 40px;
  padding: 14px 20px;
}

.leave-form input:focus, .main-input input:focus, .text-leave textarea:focus, .text-leave2 textarea:focus {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
}
.mfp-wrap {
  z-index: 99999999;
}
.mfp-bg {
  z-index: 9999999;
}



/*............. 18. Scrollup   ................*/

#toTop {
    text-align: center;
    bottom: 35px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 9999;
}
#toTop i {
    background-color: #222222;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
}
#toTop i:hover {
    background-color: #6eb917;
    color: #FFFFFF;
}

.conract-area-bottom {
  margin-top: 50px;
}

.hover-style:hover .venobox-item{
  opacity: 1;
}
.venobox-item{
  /*border: 1px solid #fff;*/
  color: #fff;
  display: inline-block;
  height: 62px;
  opacity: 0;
  padding: 5px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 62px;
  z-index: 999;
  background: url(img/aimicon.png) center no-repeat;
}
.venobox-item.pdf{
  background: url(img/pdficon.png) center no-repeat;
}
/*.venobox-item::before{
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 1px;
}
.venobox-item::after{
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 1px;
  height: 1px;
  width: 30px;
}*/

.vbox-inline{
  width: auto;
  max-width: 1800px;
  display: inline-block;
  height: auto;
  text-align: center;
  background: rgb(255, 255, 255, 0) none repeat scroll 0% 0% !important;
}
.figlio{
  box-shadow: none;
}
.vbox-container img{
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.innerbox{
  display: none;
}

.png-item{
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
}
.png-item-bottom{
  line-height: 40px;
  margin-bottom: 26px;
  text-align: center;
}

.portfolio-area{
  padding-bottom: 90px;
}

.footer-icon{
  display: inline-block;
  float: right;
}
.copyright{
  display: inline-block;
  float: left;
  /*line-height: 30px;*/
  margin-top: 4px;
}
.footer-icon ul li a{
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
}
.footer-icon img{
  vertical-align: middle;
}

body.en *[lang=ru],
body.ru *[lang=en] {
  display: none
}

@media(max-width: 767px){
  .slider{
    padding-top: 80px;
  }
  .portfolio-menu button{
    margin-bottom: 15px;
  }
}

.lang__list{
  /*display: inline-block;*/
  float: right;
  position: relative;
  border: 1px solid #484848;
  /*padding: 2px;*/
  line-height: 34px;
  font-size: 13px;
}
.lang__list:after{
  content: '';
  clear: both;
}

.lang__list:before{
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #171717;
  z-index: 1;
  transition: left 0.5s ease-out;
  border: 1px solid #6eb917;
}

.lang__item{
  /*display: inline-block;*/
  float: left;
  z-index: 2;
  position: relative;
}

.lang__link{
  color: #999999; /*цвет неактивного шрифта*/
  width: 45px;
  display: block;
  text-align: center;
}
.lang__link.active{
  color: #6eb917;
}
.lang__list.en:before{
  left: 0;
}

.lang__list.ru:before{
  left: 50%;
}
.vbox-content{
  margin-top: 30px !important;
}


.ty__wrap
{
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.ty{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 605px;
  width: 90%;
  text-align: center;
  background-color: #fff;
  padding-top: 78px;
  padding-bottom: 65px;
}
.ty__title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1.45;
  letter-spacing: 1px;
  margin: 0;
}
.ty__text{
  color: #484848;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 46px;
  text-transform: uppercase;
  margin: 6px;
}
.ty__link{
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-family: "Raleway",sans-serif;
  width: 160px;
  margin-top: 13px;
}
.ty__link:hover{
  background-color: transparent;
  color: #FFFFFF;
}
.ty__close{
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url(img/cross.png) center no-repeat;
  cursor: pointer;
}

.main-input input.error{
  border-color: #ee2424;
}

@media(max-width: 767px){
  .ty{
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ty__title{
    font-size: 15px;
  }
  .ty__text{
    font-size: 12px;
    line-height: 22px;
  }
  .ty__close{
    top: 10px;
    right: 10px;
  }
}

.logo{
  min-height: 31px;
}