@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"),
    url(fonts/b9QBgL0iMZfDSpmcXcE8nAhf7DuFEVOsWNFtEC6SVds.woff) format("woff");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed Regular"), local("RobotoCondensed-Regular"),
    url(fonts/Zd2E9abXLFGSr9G3YK2MsBz0dNVQi7XqpmlL2zM1TQo.woff) format("woff");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url(fonts/b9QBgL0iMZfDSpmcXcE8nJHhTLYlyo8_IXFfgFJ5wAg.woff) format("woff");
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #13180b;
  background: #f1f1f1;
  overflow-y: scroll;
}

.wrappermain {
  width: 1100px;
  margin: 0 auto;
}

.logo {
  width: 270px;
  height: 120px;
  background: #036f01;
  text-align: center;
  border-radius: 1px;
  position: absolute;
  top: -100px;
  left: 10%;
}

.logo img {
  margin-top: 40px;
  width: 73%;
}

/*#lang-ru{
	position: absolute;
}

#lang-uz{
	position: absolute;
}*/

.langselector {
  display: block;
  background: #036f01;
  text-align: center;
  border-radius: 1px;
  position: absolute;
  top: -80px;
  right: 10%;
}

.langselector a {
  color: #fff;
  font-size: 22px;
  height: 40px;
  text-align: center;
  display: block;
  width: 80px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 40px;
}

.langselector .active {
  background-color: #fff;
  color: #036f01;
}

.langselector a:hover {
  background-color: #fff;
  color: #036f01;
}

.header {
  height: 400px;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header .loading {
  position: absolute;
  right: 10px;
  top: 6px;
  background: #f1f1f1;
  padding: 2px 10px 5px 10px;
  opacity: 0;
}

.header .loading a {
  text-decoration: none;
  color: rgba(14, 14, 14, 0.6);
}

.header .mode {
  position: absolute;
  left: 10px;
  top: 6px;
  background: #f1f1f1;
  padding: 2px 10px 5px 10px;
  opacity: 0.1;
}

.lang {
  position: absolute;
  top: -100px;
  right: 120px;
  font-size: 22px;
  height: 82px;
  width: 54px;
  background-color: #036f01;
}

.lang a {
  text-decoration: none;
  padding: 6px 10px;
  display: block;
  color: #f1f1f1;
  transition: background-color 100ms linear;
}

.lang a:hover,
.lang a.active {
  color: #036f01;
  background-color: #f1f1f1;
  transition: background-color 200ms linear;
}

.mainmenu {
  background: url("black70.png");
  position: absolute;
  bottom: 0;
  text-align: justify;
  width: 100%;
  opacity: 0;
}

.mainmenu a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  padding: 7px 14px;
  transition: background-color 100ms linear;
}

.mainmenu:after {
  content: ".";
  color: #f1f1f1;
  width: 100%;
  display: inline-block;
  background: #f1f1f1;
}

.mainmenu a:hover,
.mainmenu a.active {
  background: #f1f1f1;
  color: #1c0d00;
  transition: background-color 200ms linear;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clm1 {
  width: 80%;
  margin: 0 auto;
}

.tabcontent {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.tabcontent.active {
  z-index: 10;
}

.tabcontent.visible {
  opacity: 1;
}

.clm2 {
  width: 33%;
}

h1 {
  margin-top: 0;
  padding-top: 0;
}

h2 {
  font-size: 40px;
}

.galerynav {
  position: relative;
  top: 136px;
  padding: 0 20px;
  display: none;
  opacity: 0.4;
}

.galerynav a {
  color: #fff;
}

.header:hover .galerynav {
  display: block;
}

#prev,
#next {
  width: 60px;
  height: 70px;
}

#next {
  background: url("next.png") center no-repeat;
}

#prev {
  background: url("prev.png") center no-repeat;
}

.portfolio-video video {
  max-width: 470px;
  max-height: 304px;
  width: 100%;
}

.portfolio-list {
  width: 250px;
  padding-left: 0px;
  float: left;
}

.portfolio-list-title {
  font-size: 20px;
}

.portfolio-list ul {
  list-style-type: none;
  padding-left: 0px;
}

.portfolio-list li {
  height: 30px;
  margin-bottom: 10px;
}

.portfolio-list li a {
  display: block;
  float: left;
  padding-top: 3px;
}

.price_h3 {
  font-size: 28px;
}

.price_h4 {
  font-weight: bold;
  font-size: 23px;
}

.separator {
  float: left;
  width: 12%;
  height: 500px;
}

.separator_line {
  width: 1px;
  margin: 30px 39px 0 auto;
  background-color: #13180b;
  height: 500px;
  padding-top: 27px;
}

.tab_content_right {
  float: left;
  width: 59%;
  display: inline-block;
}

.tab_image_right {
  width: 39%;
  display: inline-block;
  float: right;
}

.home_news {
  height: 500px;
}

.news_title {
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.news_title_uz {
  font-size: 36px;
  margin-bottom: 0px;
}

.news_text p {
  padding-top: 10px;
  font-size: 14px;
}

.yeswecan_list h3 {
  margin-bottom: 0px;
}

.footer {
  padding: 20px 10% 0 10%;
  margin-top: 42px;
  background: #13180b;
  color: #f1f1f1;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 20px;
  opacity: 0;
}

.footer table {
  width: 100%;
}

.footer table td {
  /*width: 30%;*/
  vertical-align: top;
  text-align: left;
}

h4 {
  font-weight: 300;
  font-size: 20px;
}

.footer a {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px dotted #f1f1f1;
}

.footer a:hover {
  color: #f1f1f1;
}

.footer span {
  font-size: 18px;
}

#tabs {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 80%;
  margin: 0 auto;
  /* height: 368px; */
}

#tabs a {
  color: #13180b;
  text-decoration: none;
  /*border-bottom: 1px dotted #13180B;*/
}

#tabs a:hover {
  color: #036f01;
  border-color: #036f01;
}

ul {
  list-style-type: square;
}

#slider {
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social {
  padding-top: 24px;
  text-align: justify;
}

.social a {
  border: none;
}

.social div {
  display: inline-block;
}

.social:after {
  content: ".";
  color: #13180b;
  width: 100%;
  display: inline-block;
  background: #13180b;
}

.playerwrapper {
  margin-right: 10px;
  float: left;
}

.footer-social-links a {
  margin-top: 20px;
  display: block;

}

.contacts_footer{
    margin-left: 140px;
}

.img-to-move3{
  margin-left: 105px;
}

.img-to-move2{
  margin-left: 140px;
}

.img-to-move1{
  margin-left: 140px;
}

/*@media screen and (max-width:770px){
	#home_tab div.separator, #home_tab div.home_news{display:none;}
	#home_tab div.home_text {width: 100%;}
	.content h1{font-size: 30px;}
	.social {zoom:0.6;}
	.contacts_footer{width:100%;}
	.social_footer{width:100%;}
	.footer table td{display: block !important;}
}
*/
/*PARTNERS PAGE*/
.partners {}

.partner {
  display: inline-block;
  width: 200px;
  margin-right: 50px;
  margin-top: 80px;
}

.partner-name {
  text-align: center;
}

.partner-desc {
  height: 120px;
}

.partner-desc ul {
  margin: 0;
}

.partner-img {
  display: block;
  width: 100%;
  height: 100%;
}

.partner-content {}

.partner-soc {
  text-align: center;
}

.partner-soc a {
  padding-left: 15px;
  font-size: 14px;
}

.partner-soc a img {
  width: 40px;
  height: 40px;
}

#studio_tab {}

.hardware-list {
  display: block;
  float: left;
  max-width: 350px;
  margin-right: 50px;
}

.map-list {
  display: block;
  float: left;
}

.map-list-info {
  display: block;
  float: left;
  width: 350px;
  margin-right: 50px;
}

@media only screen and (min-width: 1170px) {
  .home_news {
    width: 350px;
    float: right;
  }

  .tab_content_left {
    float: left;
    width: 59%;
  }

  h1 {
    font-size: 65px;
  }

  .tab_image_right {
    width: 39%;
    float: right;
  }
}

@media only screen and (max-width: 1169px) {
  h1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .tab_content_left {
    float: left;
    width: 100%;
    display: block;
  }

  .tab_image_right {
    width: 100%;
    float: right;
    display: block;
  }
}

/* @media only screen and (max-width: 1169px) and (min-width: 1000px) {
  .home_news {
    width: 350px;
    float: right;
  }
  .home_text {
    float: left;
    width: 50%;
  }
} */

@media only screen and (max-width: 554px) {
  .contacts_footer {
    display: block;
  }

  .social_footer {
    display: block;
  }

  .social_footer .social {
    padding-top: 0px;
  }

  .logo {
    left: 0;
  }

  .langselector {
    right: 0;
  }
}

@media only screen and (min-width: 555px) {
  .contacts_footer {}

  .social_footer {
    padding-left: 20px;
  }
}

.functionvideo_h4 {
  font-weight: bold;
}