body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainpage{
  position: relative;
}
a{
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  color: #fff;
}
.width100 {
  width: 100%; }

.mainpage header, .mainpage footer {
  padding-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 115px;
 }

.mainpage footer {
  top: calc(100% - 80px);
  bottom: 0;
  left: 0;
  height: 80px;
  border-top: 1px solid #fff;
}
footer .navbar{
  position: relative;
  bottom: 30px;
}
main{
  overflow: auto;
  height: calc(100% + 115px);
}
.soc_top a {
  width: 28px;
  height: 28px;
  display: block;
  background-size: cover; }
.mainpage .footer_contacts{
  color: #fff;
  position: relative;
  bottom: 24px;
}
a.vk {
  background: url(../img/images_06.png) no-repeat 50% 50%; }
  a.vk:hover {
    background: url(../img/img2_03.png) no-repeat 50% 50%; }

a.fb {
  background: url(../img/images_08.png) no-repeat 50% 50%; }
  a.fb:hover {
    background: url(../img/img2_05.png) no-repeat 50% 50%; }

a.tw {
  background: url(../img/images_10.png) no-repeat 50% 50%; }
  a.tw:hover {
    background: url(../img/img2_07.png) no-repeat 50% 50%; }

a.go {
  background: url(../img/images_12.png) no-repeat 50% 50%; }
  a.go:hover {
    background: url(../img/img2_09.png) no-repeat 50% 50%; }

a.ins {
  background: url(../img/images_14.png) no-repeat 50% 50%; }
  a.ins:hover {
    background: url(../img/img2_11.png) no-repeat 50% 50%; }

.list-inline > li {
  padding-left: 3px;
  padding-right: 3px; }

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff; }

.navbar {
  margin-bottom: 0;
  height: auto; }

.slide {
  background-size: cover; }

#fullpage .section {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.transparent {
  opacity: 0; }

.title_slide_ {
  font-size: 46px; }
.menu_item_has_child{
  position: relative;
}
.nav>li>.dropdownlist a{
  color: #fff;
}
.nav>li>.dropdownlist a:focus, .nav>li>.dropdownlist a:hover{
  color: #f24137;
  text-decoration: underline;
}
.nav>li>a:focus, .nav>li>a:hover{
  background: rgba(46,50,55,0.5);
  color: #f24137;
}
.nav>li>a:hover + .linkactivline{
  background: #f24137;
  display: block;
}
.nav>li.active .linkactivline{
  display: block;
}
.dropdownlist{
  position: absolute;
  left: 5px;
  top: 30px;
  background: rgba(46,50,55,0.5);
  display: none;
  z-index: 15px;
}
.dropdownlist>ul{
  display: inline-flex;
}
.navbar{
  min-height: auto;
}
.dropdownlist a{
  padding: 8px;
  display: block;
}
.menu_item_has_child.active{
  background: rgba(46,50,55,0.5);
}
.menu_item_has_child.active .caret{
  transform: rotate(180deg);
}
.linkactivline{
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 3px;
  background: #fff;
  display: none;
}
.searchbt{
  width: 200px;
  margin-top: 10px;
}
.form-button {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  cursor: pointer; }
  .form-button.red {
    background: #E74C3C; }
    .form-button.red:hover, .form-button.red .submit:hover {
      background: #D64541; }
    .form-button.red.active, .form-button.red .input, .form-button.red .submit {
      color: #D64541; }
  .form-button.blue {
    background: #22A7F0; }
    .form-button.blue:hover, .form-button.blue .submit:hover {
      background: #3498DB; }
    .form-button.blue.active, .form-button.blue .input, .form-button.blue .submit {
      color: #3498DB; }
  .form-button.green {
    background: #26C281; }
    .form-button.green:hover, .form-button.green .submit:hover {
      background: #03A678; }
    .form-button.green.active, .form-button.green .input, .form-button.green .submit {
      color: #03A678; }
  .form-button.purple {
    background: #8E44AD; }
    .form-button.purple:hover, .form-button.purple .submit:hover {
      background: #674172; }
    .form-button.purple.active, .form-button.purple .input, .form-button.purple .submit {
      color: #674172; }
  .form-button label, .form-button input, .form-button button {
    vertical-align: top;
    font-family: inherit;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    height: auto;
    line-height: 1.1; }
    .form-button label:focus, .form-button input:focus, .form-button button:focus {
      outline: none; }
    .form-button label.cta, .form-button input.cta, .form-button button.cta {
      cursor: pointer;
      padding-right: 16px; }
      .form-button label.cta .icon, .form-button input.cta .icon, .form-button button.cta .icon {
        vertical-align: top;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        padding-left: 16px; }
      .form-button label.cta .text, .form-button input.cta .text, .form-button button.cta .text {
        text-transform: uppercase;
        margin-left: 12px; }
    .form-button label.input, .form-button label.submit, .form-button input.input, .form-button input.submit, .form-button button.input, .form-button button.submit {
      display: none; }
    .form-button label.input, .form-button input.input, .form-button button.input {
      width: 0;
      height: 16px;
      line-height: 1.1px;
      padding: 10px;
      border-bottom: 2px solid #fff;
    }
    .form-button label.submit, .form-button input.submit, .form-button button.submit {
      cursor: pointer;
      height: auto;
      line-height: 1.1;
      font-size: 20px;
      padding: 0 10px; }
      .form-button label.submit:hover, .form-button input.submit:hover, .form-button button.submit:hover {
        color: #fff; }
  .form-button.active {
    background: transparent !important; }
    .form-button.active .cta {
      cursor: auto;
      padding-right: 0; }
      .form-button.active .cta .text {
        display: none; }
    .form-button.active .submit {
      display: inline-block; }
.main_sliderarr{
  position: absolute;
  top: 40%;
  background: #fff;
  cursor: pointer;
  color: #666666;
  z-index: 10;
  font-size: 24px;
  padding: 15px 20px;
  opacity: 0.7;
  transition: 0.3s;
}
.main_sliderarr span{
  position: relative;
  top: -5px;
}
.main_sliderarr:hover{
  color: #f24137;
  opacity: 1;
}
.slidetitle{
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
}
#arrow_left{
  left: 50px;
  background: #fff url(/assets/img/121_03.png) no-repeat 50% 50%;
  width: 70px;
  height: 70px;
}
#arrow_left:hover{
  background-image: url(/assets/img/131_03.png);
}
#arrow_right{
  right: 50px;
  background: #fff url(/assets/img/131_05.png) no-repeat 50% 50%;
  width: 70px;
  height: 70px;
}
#arrow_right:hover{
  background-image: url(/assets/img/121_05.png);
}
.project_description{
  position: absolute;
  bottom: 150px;
  left: 175px;
  max-width: 650px;
  background: rgba(34,34,34,0.5);
  padding: 15px;
}
.white_line{
  width: 145px;
  height: 5px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 22px;
}
.short_text_slider{
  color: #fff;
  font-size: 18px;
}
.likes{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.pagetitle{
  font-size: 30px;
  color: #a2a2a2;
  margin-bottom: 30px;
  margin-top: 25px;
}
.pagetitle span{
  color: #343434;
}


.insidpage #header .nav>li>ul.nav>li a{
  color: #fff;
}
.insidpage #header .nav>li>a:hover,
.insidpage #header .menu_item_has_child.active>a{
  color: #f24137;
}

.insidpage main{
  overflow: auto;
  height: auto;
  padding-top: 95px;
  padding-bottom: 90px;
}
.insidpage main#projects_page{
    padding-top: 0;
}
.copyright a{
  color: #f24137;
}

.insidpage #header{
  padding-top: 35px;
  border-bottom: 1px solid #343434;
  padding-bottom: 30px;
  position: fixed;
  width: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 25;
  height: 115px;
}
.insidpage footer{
  position: fixed;
  width: 100%;
      background: rgba(34, 34, 34, 0.5);
  bottom: 0;
  top: auto;
  margin-top: 50px;
  border-top: 1px solid #343434;
  padding-top: 25px;
  z-index: 25;
}
.insidpage footer .navbar{
  bottom: 0;
  margin-bottom: 35px;
}
.insidpage footer .footer_contacts{
  bottom: -8px;
}
.insidpage footer .nav>li>a:hover{
  color: #f24137;
}
.footer_contacts{
  color: #fff;
}
.projects_slider{
  padding: 0 35px;
}
.project_block{
  padding: 1px;
}
.project_block a{
  color: #fff;
}
.project_block_descr{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(52,52,52,0.8);
  padding: 13px 15px;
  padding-bottom: 0;
  transition: 0.3s;
  opacity: 0;
}
.project_block:hover .project_block_descr{
  opacity: 1;
}
.project_title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.white_line_project{
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 5px 0;
}
.slick_arr{
  font-size: 18px;
  background: #343434;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 10;
  top: 180px;
  display: none;
}
.nextarr{
  right: 35px;
  background: url(/assets/img/1221_05.png) no-repeat 50% 50%;
}
.nextarr:hover{
  background-color: #343434;
}
.prewarr{
  left: 35px;
  background: url(/assets/img/1221_03.png) no-repeat 50% 50%;
}
.prewarr:hover{
  background-color: #343434;
}
.slick-dots button{
  border: 2px solid #f24137;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  padding: 0;
}
.slick-dots .slick-active button{
  background: #f24137;
}
#navigation{
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#navigationauto a{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 5px;
}
#navigationauto a.selected{
  border-color: #f24137;
  background: #f24137;
}
.page_project .opened_inform,
.page_project .closed_inform{
  position: absolute;
  bottom: auto;
  top: 150px;
  left: auto;
  right: 150px;
  max-width: 500px;
  background: rgba(34,34,34,0.5);
  padding: 25px;
  width: 100%;
}
.author_name{
  color: #fff;
  font-size: 18px;
}
.author_name p{
  margin: 0;
}
.page_project .opened_inform .slidetitle,
.page_project .closed_inform .slidetitle{
  font-size: 24px;
}
.closd_btn,
.dropd_btn{
  width: 70px;
  height: 60px;
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  bottom: 0;
  left: 200px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  padding-top: 5px;
  cursor: pointer;
  z-index: 15;
}
.closd_btn{
  position: relative;
  left: 180px;
  top: 0px;
  cursor: pointer;
  z-index: 25;
  background: rgba(34, 34, 34, 0.5);
}
.closed_inform{
  padding-bottom: 50px !important;
  z-index: 10;
}
.opened_inform{
  top: 115px !important;
  height: calc(100% - 194px);
  bottom: 80px;
  overflow: auto;
  display: none;
  z-index: 15;
}
.text_section_inform{
  color: #fff;
}
.text_page{
  padding-top: 55px;
  color: #343434;
}
.pagetitle_text{
  font-size: 24px;
  color: #343434;
  margin-top: 0;
}
.red_line{
  width: 85px;
  height: 5px;
  background: #f24137;
}
.likes_blockfull{
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}
.likes_blockfull span{
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.blogpage {
  padding-bottom: 150px;
}
.blogpage footer{
    top: auto;
    margin-top: 80px;
    position: fixed;
    background: #fff;
    width: 100%;
}
strong.result1.error,
.like_butt,
.project_block_descr strong,
.project_block_descr .like_butt{
  color: #fff !important;
}
.fadeoutsinform{
  display: none;
}
.likes_blockfull .like_butt span{
  color: #343434;
}
.likes_blockfull{
  margin-bottom: 10px;
}
.likes_blockfull .result1.error{
  color: #343434 !important;
}
.copyright_ins{
  color: #fff;
}
.copyright{
  color: #fff;
  position: relative;
  top: -25px;
}
.text_page .result1.error,
.text_page .like_butt .glyphicon.glyphicon-heart{
  color: #343434 !important;
}
.text_page .likedislike{
  display: inline-block;
  font-size: 15px;
}
.text_page .mini_likedislik .glyphicon{
  left: 0;
}
.logo_container img{
  position: relative;
  top: -25px;
}

div.mc-image{
  width: 100% !important;
  height: 100% !important;
}
body .mc-cycle{
  width: 100% !important;
}



@media(min-width:1375px){
  .footer_contacts,
  .language_chain{
    float: right;
  }
  .menu_container{

  }
  .logo_container img{
      width: auto;
  }
}
@media(min-width:992px){
  .dropdbtnmenu{
    display: none;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
  }
  .mainpage{
    overflow: hidden;
  }
  .soc_container{
    padding-left: 8%;
  }
}
@media(max-width:1110px){
  .nav > li > a{
    padding-left: 10px;
    padding-right: 10px;
  }
  .slidetitle{
    font-size: 36px;
  }
  .mainpage header{
    height: 90px;
    padding-top: 20px;
  }
  .insidpage #header{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo_container img{
    top: -10px;
  }
}
@media(max-width:991px){
  .dropdownlist{
    background: #343434;
    z-index: 15;
    padding: 0 15px;
  }
  .copyright{
    display: none;
  }
  .footer_contacts{
    text-align: center;
  }
  #navigation{
      display: none !important;
  }
  .insidpage main{
    padding-bottom: 70px;
  }
  .project_title{
    font-size: 12px;
    font-weight: 400;
  }
  .like_butt{
    font-size: 12px;
  }
  .project_category{
    font-size: 12px;
    margin-bottom: 0;
    display: none;
  }
  .project_block_descr{
    padding: 5px;
  }
  .likedislike.mini_likedislik .result1{
    height: 10px !important;
    font-size: 12px;
  }
  .fadeinmob{
    display: none;
  }
  .page_project .opened_inform{
    top: 65px !important;
    height: calc(100% - 0px);
    right: 22%;
  }
  .page_project .closed_inform{
    top: 65px;
    right: 22%;
  }
  #navigation{
    bottom: -100px;
  }
  .insidpage .dropdbtnmenu{
    color: #343434;
  }
  .insidpage #header {
    padding-top: 10px;
}
  .dropdbtnmenu{
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 10px;
    right:15px;
    transition: 0.3s;
  }
  .soc_container{
      height: 70px;
  }
  .insidpage .soc_container{
    width: inherit;
  }

  .mainpage header, .mainpage footer{
    height: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .mainpage footer{
    height: 80px;
    padding-top: 40px;
  }
  footer p{
    margin-bottom: 0;
  }
  .navbar .nav.navbar-nav{
    text-align: center;
  }
  .navbar .nav.navbar-nav li{
    display: inline-block;
  }
  .language_chain .navbar-right li{
    display: inline-block;
  }
  .language_chain .navbar-right {
    float: left;
  }
  .project_description{
    bottom: auto;
    top: 200px;
  }
  .slidetitle{
    font-size: 18px;
  }
  .short_text_slider{
    font-size: 14px;
    margin-bottom: 0;
  }
  .main_sliderarr{
    font-size: 22px;
    padding: 5px 10px;
  }
  .mainpage footer{
        top: calc(100% - -50px);
  }
  .logo_container{
    text-align: center;
  }
  .logo_container  img{
    max-width: 200px;
  }
  .project_description{
    left: 150px;
  }
  #arrow_left, #arrow_right{
    width: 45px !important;
    height: 45px !important;
  }
  .slick_arr{
    top: 40%;
  }
  .insidpage footer{
    display: none;
  }
}
@media(max-width:768px){
  .main_sliderarr{

  }
  .project_description {
    left: 15px;
    top: 125px;
    right: 15px;
  }
  .page_project .opened_inform,
  .page_project .closed_inform {
    right: 19%;
  }
  #arrow_left{
    left: 15px;
  }
  #arrow_right{
    right: 15px;
  }
}
@media(max-width:650px){
  .fadeoutsinform span{
    position: relative;
    right: 10px;
  }
  .fadeoutsinform{
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 10px;
    transition: 0.5s;
    display: block;
  }
  .page_project .opened_inform .slidetitle, .page_project .closed_inform .slidetitle{
    font-size: 18px;
  }
  .author_name{
    font-size: 16px
  }
  .page_project .opened_inform,
  .page_project .closed_inform{
    width: 100%;
    left: -650px;
    right: auto;
    transition: 0.5s;
    max-width: 100%;
  }
}
