﻿*::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
*:-moz-placeholder {
  color: #999;
  opacity: 1;
}
*::-moz-placeholder {
  color: #999;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
html,
body {
  height: 100%;
  width: 100%;
}
.white {
  background: #fff;
}
h1,h2,h3 {
  color: #000;
  font-size: 20px;
}
.radius {
  border-radius: 7px;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  
}

.profile .control {
  margin-top: 0;
  margin-bottom: 20px;
}
body input:required:valid,
body textarea:required:valid {
  
}
p {
  font-size: 14px;
  line-height: 1.4;
}
.container {
  width: 1300px;
  position: relative;
  margin: 0 auto;
}
body {
  font-family: "RalewayRegular";
  font-size: 14px;
  color: #222328;
  display: table;
    height: 100%;;
}
a {
  color: #222328;
  text-decoration: none;
}
header {
  padding-top: 35px;
  
}
header .container {
  padding: 0px 10px;

}
header .left {
  width: 880px;
  display: inline-block;

}
header .left .name {
  font-size: 28px;
  font-family: RalewayThin;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;

}
header .left nav {
  padding-bottom: 15px;;

}
header .left ul {
  font-size: 0;
  display: inline-block;

}
header .left li {
  display: inline-block;
  font-size: 16px;
  margin-right: 45px;

}
header .left li a {
  color: #000;
  text-decoration: none;
  padding-bottom: 3px;
  display: block;
  border-bottom: 2px solid transparent;
}
header .left li a:hover,header .left li a:active {
  border-bottom: 2px solid #3877c4;
}

header .left li a:hover,header .left li .active {
  border-bottom: 2px solid #3877c4;
}
header .left .search_header {
  background: url(../images/loupe.png) no-repeat center;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;;;;

}
header .right {
  width: 415px;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-top: 4px;
  text-align: right;
  box-sizing: border-box;

}
header .right .logo {
  background: url(../images/logo.jpg);
  width: 185px;
  height: 75px;
  display: inline-block;
  vertical-align: middle;;

}
header .right .auth {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  font-size: 0;
  padding-top: 3px;;

}
header .right .login {
  margin-right: 15px;
  font-size: 14px;
  color: #000;
  text-decoration: none;

}
header .right .register {
  padding: 10px 15px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  text-decoration: none;

}
footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 32px;
  padding-bottom: 32px;

}
footer .container {
  text-align: center;

}
footer .copyright {
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;

}
footer .cooperation {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;

}
footer .cooperation img {
  width: 108px;
  vertical-align: middle;
  padding-right: 33px;
}
footer .text {
  display: inline-block;
  width:260px;
  vertical-align: middle;

}
footer .text span.phone_yar {
  float: left;
  font-size: 21px;
  padding-top: 10px;
  font-weight: 600;
}

footer .text span.mail_yar {
    float: left;
    text-align: left;
    padding-top: 10px;
    width: 100%;
}
footer .text span.dob > span.bold{
    font-weight:600;
}
footer .text span.dob{
    float: left;
    padding-top: 5px;
    
}
.list-of-technologies {
  padding-top: 45px;

}
.list-of-technologies h2 {
  font-size: 32px;
  text-align: center;
  display: block;
}
.list-of-technologies h2 span {
  border-bottom: 2px ridge #c8c8c9;
  padding-bottom: 5px;
  display: inline-block;
}
.list-of-technologies ul {
  font-size: 0;
}
.list-of-technologies li {
  display: inline-block;
  width: 24.9%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 50px;
}
.list-of-technologies li a {
  color: #222328;

}
.list-of-products {
  padding-top: 100px;

}
.list-of-products h2 {
  font-size: 32px;
  text-align: center;
  display: block;

}
.list-of-products h2 span {
  border-bottom: 2px ridge #c8c8c9;
  padding-bottom: 5px;
  display: inline-block;

}
.list-of-products ul {
  font-size: 0;
  padding-top: 45px;
  text-align: center;

}
.list-of-products li {
  width: 270px;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0px 15px;
  vertical-align: top;

}
.list-of-products li .img {
  margin-bottom: 35px;
  margin-top: 5px;
  border-radius: 999px;
  border: 2px solid transparent;
  display: inline-block;
  padding: 8px;
  -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}
.list-of-products li .img div {
  border-radius: 999px;
  border: 2px solid transparent;
  padding: 8px;
  -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width: 90px;
  height: 90px;
  text-align: center;
  overflow: hidden;
}
.list-of-products li .img img {
  max-width: 100%;
  border-radius: 999px;

}
.list-of-products li:hover .img {
  border: 2px solid #d2dfee;

}
.list-of-products li:hover .img div {
  border: 2px solid #85abd9;

}
.list-of-products li h3 {
  font-size: 20px;
  padding-bottom: 20px;

}
.list-of-products li p {
  color: #54657e;
  line-height: 1.6;
  font-size: 14px;
  overflow: hidden !important;
  
}
.list-of-businesses {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 120px;

}
.list-of-businesses h2 {
  font-size: 32px;
  text-align: center;
  display: block;

}
.list-of-businesses h2 span {
  border-bottom: 2px ridge #c8c8c9;
  padding-bottom: 5px;

}
.list-of-businesses .item {
  display: inline-block;
  margin-top: 85px;
  width: 185px;

}
.list-of-businesses .item a {

}
.list-of-businesses .item .img {
  height: 115px;
  line-height: 115px;
  
}
.list-of-businesses .item img {
  vertical-align: middle;

}
body>.content {
  background: #e5e5e5;
  display: table-row;
  height: 100%;
  padding-bottom: 120px;
  box-sizing: content-box;
}
.container>.margin {
  margin-top: 20px;
}
.container>.padding {
  padding: 40px;
}
.container>.margin-bottom {
  margin-bottom: 120px;
}
.about_page h1 {
  font-size: 32px;
  padding-bottom: 40px;;

}
.about_page p {
  width: 729px;

}
.about_page {
  /*background: url(../images/about_page.jpg) no-repeat right center;
  background-color: #fff;*/
}
.video::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
  /*background-image: url(../images/pattern2.png);*/
  background-size: 5px;
  background-color: #000; 
}
.video {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.video ul {
  width: 100%;
  position: relative;
}
.video li {
  width: 440px;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;;
  
}
.video li>a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    width: 220px;
    left: -500px;
    padding-left: 700px;
    display: block;
    color: #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-position: 650px center;
    background-repeat: no-repeat;
    
}
.video li:nth-child(1)>a {
  background-image: url(../images/video1.png);
}
.video li:nth-child(2)>a {
  background-image: url(../images/video2.png);
}
.video li:nth-child(3)>a {
  background-image: url(../images/video3.png);
}
.video li:nth-child(4)>a {
  background-image: url(../images/video4.png);
}
.video li:nth-child(5)>a {
  background-image: url(../images/video5.png);
}
.video .cont {
  position: absolute;
  top: 0;
  width: 800px;
  overflow: hidden;
  left: 500px;;;;
}
.video .content {
  color: #fff;
  font-size: 16px;
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  
}
.video .container {
  z-index: 10;
  position: relative;
  padding-top: 150px;

}
.video li:hover,.video li.active {
  background: url(../images/video_right.png) no-repeat right center;
}
.video li:hover>a,.video li.active>a  {
  border-top: 2px solid rgba(255, 255, 255, 0.12);
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
.video li.active .content {
  display: block;
  position: relative;
  left: 0;
  

}
.video li:not(.active) .content {
  left: 1500px;
}
.video .content h2 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 40px;
  width: 800px;
  line-height: 1.5;
}
.video li .content a {
  color: #fff;
  margin-top: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
.video li .content p {
  width: 550px;
}
.video li .content .href {
  padding: 17px 40px;
  background: #3877c4;
  border-radius: 8px;
   -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.video li .content .href:hover {
  background: #4188E0;
}
.video li .content .register {
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 17px 40px;
}
.video-bank{
  width: 1170px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  padding: 22px;
  box-sizing: border-box;
  text-align: center;
  margin: 45px auto 0px auto;
  vertical-align: top;
}
.control {
  margin-top: 20px;
  font-size: 0;
  position: relative;
}
.control .block {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  font-size: 0;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 20px;
}
.control .block a {
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 20px;

}
.control .block a.active,.control .block a:hover {
  background: #3877c4;
  border-radius: 5px;
  color: #fff;

}
.control .block select {
  width: 315px;
  background: transparent;
  border: none;
}
.control .block.search {
  right: 0;
  padding: 0;
  margin-right: 0;
  position: absolute;
}
.control .block.search form {
  position: relative;
  padding: 5px;
}
.control .block.search input{
  border: none;
  outline: none;
  vertical-align: middle;
      width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.control .block.search input[type="submit"] {
  position: absolute;
  width: auto;
  right: 0;
  background: url(../images/loupe.png) no-repeat 25px center;
  padding: 12px 10px 12px 50px;
  top: 0;
  height: 40px;
  border-left: 2px solid #E5E5E5;
  cursor: pointer;
  
}
.control .jqselect, .jqselect {
  width: 300px;
}
.company-page .control .jqselect,
.company-page .jqselect {
    width: 250px;
}
.projects-page  .jq-selectbox__select, 
.company-page .jq-selectbox__select,
.specialists-page .jq-selectbox__select {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.projects-page  .jq-selectbox__trigger,
.company-page .jq-selectbox__trigger,
.specialists-page .jq-selectbox__trigger  {
  border-left: 1px solid transparent;
}
.projects-page .jq-selectbox.focused .jq-selectbox__select,
.company-page .jq-selectbox.focused .jq-selectbox__select,
.specialists-page .jq-selectbox.focused .jq-selectbox__select{
  border: 1px solid transparent;
}

     
.enterprises {

}
.enterprises .item {
  padding: 40px 30px;
  margin-bottom: 20px;
  display: block;
}
.enterprises .item .content {
  display: inline-block;
  width: 1015px;
}
.enterprises .image {
  display: inline-block;
  width: 210px;
  text-align: center;
  vertical-align: top;

}
.enterprises .image img {

}
.enterprises h3 {
  font-size: 20px;
  padding-bottom: 25px;

}
p {

}
.projects {
  font-size: 0;

}
.projects .item {
  display: inline-block;
  width: 310px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  height: 310px;
  margin-top: 20px;
  vertical-align: top;
}
.projects .image {
  height: 195px;
  line-height: 195px;

}
.projects img {
  vertical-align: middle;
}
.projects h3 {
  font-size: 20px;
  padding-bottom: 18px;

}
.projects .text {
  color: #3877c4;
  padding-bottom: 13px;

}
.projects .adress {

}
.breadcrumbs {
  font-size: 0;
  padding-top: 35px;
  padding-left: 10px;
  padding-bottom: 35px;

}
.breadcrumbs a {
  font-size: 14px;

}
.breadcrumbs div {
  border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c2c2c2;
    display: inline-block;
    font-size: 14px;
    margin: 0px 15px;
}
.project_page {
  font-size: 0;
  margin-top: 20px;

}
.project_page .left{
  display: inline-block;
    font-size: 0;
    margin-right: 20px;
    text-align: center;
    width: 460px;

}
.project_page .left .image {
  height: 195px;
  line-height: 195px;

}
.project_page .left img {
  vertical-align: middle;
    margin-top: 20px;

}
.project_page .left h3 {
  font-size: 20px;
  padding-bottom: 18px;

}
.project_page .left p.text {
  color: #3877c4;
  padding-bottom: 13px;

}
.project_page .left p.adress {

}
.project_page .right {
  display: inline-block;
  width: 970px;
  vertical-align: top;

}
ul.item_nav {
  border-bottom: 2px solid #eaeaea;
  position: relative;
  font-size: 0;;

}
.item_nav li {
  display: inline-block;
  padding: 20px 0px;

}
.item_nav li a {
  font-size: 14px;
  padding: 19px 27px;
  opacity: 0.6;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.project_page .right {
  display: inline-block;
  width: 815px;
  vertical-align: top;
  font-size: 14px;
}

.project_page .right>.content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-top: 0;
}

.project_page .right .content h3 {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.project_page .right .content h3:first-of-type {
  border: none;
}
.project_page .right .content p {

}
.project_page.right .content table {
  font-size: 14px;
}
.project_page .right .content tr {

}
.project_page .right .content td {
  padding: 7px;
  padding-right: 50px;

}
.item_nav li.active a, .item_nav li:hover a {
  opacity: 1;
  border-bottom: 2px solid #3877c4;;
}
.product_page {
  font-size: 0;
  margin-top: 20px;
}
.product_page .left {
  width: 460px;
    display: inline-block;
    text-align: center;
    font-size: 0;
    margin-right: 20px;
}
.product_page .left .image {
  height: 400px;
  line-height: 380px;
    margin-top: 20px;
    margin-bottom: 10px
}
.product_page .left img {
  vertical-align: middle;
}
.product_page .left h3 {
  font-size: 20px;
  padding-bottom: 20px;

}
.product_page .left .creator {
  padding-bottom: 50px;
}
.product_page .left .creator span {
  color: #3877c4;
}
.product_page .left .rating_stars {
  padding-bottom: 35px;
  font-size: 0;
}
.product_page .left .rating_stars a {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 12px;
  background-image: url(../images/empty_star.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product_page .left .rating_stars a.full {
  background-image: url(../images/star.png);
}
.product_page .left .rating_stars:hover a {
  background-image: url(../images/empty_star.png);
}
.product_page .left .rating_stars:hover a.hover {
  background-image: url(../images/star.png);
}
.product_page .right {
  display: inline-block;
  width: 815px;
  vertical-align: top;
  font-size: 14px;
}
.product_page .right>.content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-top: 0;
}
.product_page .right .content h3 {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.product_page .right .content h3:first-of-type {
  border: none;
}
.product_page .right .content p {

}
.product_page .right .content table {
  font-size: 14px;
}
.product_page .right .content tr {

}
.product_page .right .content td {
  padding: 7px;
  padding-right: 50px;

}
.user_page {
  margin-top: 20px;
  font-size: 0;
}
.user_page .left {
  width: 315px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  padding-bottom: 10px;

}
.user_page .left .image {
  line-height: 210px;

}
.user_page .left .image img {
  vertical-align: middle;

}
.user_page .left h3 {
  padding-bottom: 15px;

}
.user_page .left .experience {
  padding-bottom: 15px;

}
.user_page .left .skills {
  padding-bottom: 15px;

}
.user_page .right {
  display: inline-block;
  width: 960px;
  vertical-align: top;
}
.user_page .right .content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-top: 0;
}
.user_page .right .content h3 {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.user_page .right .content h3:first-of-type {
  border: none;
}
.user_page .right .content p {

}
.user_page .right .content table {
  font-size: 14px;
}
.user_page .right .content tr {

}
.user_page .right .content td {
  padding: 7px;
  padding-right: 50px;

}
.company_page {
  font-size: 0;
  margin-top: 20px;
}
.company_page .left {
  width: 460px;
    display: inline-block;
    text-align: center;
    font-size: 0;
    margin-right: 20px;
    padding: 0px 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.company_page .left .image {
  line-height: 140px;
}
.company_page .left img {
  vertical-align: middle;
    margin-top: 20px;
}
.company_page .left h3 {
  font-size: 20px;
  padding-bottom: 20px;

}
.company_page .left .creator {
  padding-bottom: 50px;
}
.company_page .left .creator span {
  color: #3877c4;
}
.company_page .left .rating {
  padding-bottom: 35px;

}
.left .rating img {
  margin: 0px 12px;
}
.company_page .right {
  display: inline-block;
  width: 815px;
  vertical-align: top;
}
.company_page .right .content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-top: 0;
}
.company_page .right .content h3 {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.company_page .right .content h3:first-of-type {
  border: none;
}
.company_page .right .content p {

}
.company_page .right .content table {
  font-size: 14px;
}
.company_page .right .content tr {

}
.company_page .right .content td {
  padding: 7px;
  padding-right: 50px;

}
.company_page .left .contacts {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;

}
.company_page .left .contacts h3 {

}
.company_page .left .contacts p {
  padding-top: 20px;

}
.company_page .left .contacts p span {
  color: #6b6b6b;
}
.left p {
}
.content>.top {
  line-height: 100px;
  background: url(../images/top.jpg) no-repeat top center;
  position: relative;
  width: 1300px;
  margin: 0 auto;
  margin-top: 20px;;

}
.content>.top h1 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 2;

}
.profile {
  font-size: 0;

}
.profile .left {
  width: 260px;
  display: inline-block;
  font-size: 14px;
  padding-top: 20px;
  margin-right: 40px;
}
.profile .left h3 {
  font-size: 16px;
  padding-top: 43px;
  padding-bottom: 30px;

}
.profile .left ul {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 20px;

}
.profile .left li {
  font-size: 0;

}
.profile .left li a {
  padding: 15px 20px;
  display: block;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
}
.profile .left li:first-child a {
  border: none;
}
.profile .left li.active a,.profile .left li:hover a {
  color: #fff;
  background: #3877c4;
}
.profile .right {
  width: 1000px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  padding-top: 20px;

} 
.top::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.6;
    background-color: #000;
}
.profile table.content {
  width: 100%;
}
.profile table.content tr {

}
.profile table.content th {
  padding: 21px;
    font-weight: bold;
  border: 1px solid #e5e5e5;
}

.profile table.content td {
  padding: 21px;
  border: 1px solid #e5e5e5;
}
.profile table.content td:first-child {
  width: 62px;
  text-align: center;
}
.profile table.content td .jq-radio {
  background: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  
}    
.profile table.content td .jq-radio.checked div {
  background: #3877c4;
  box-shadow: none;
  margin: 5px 0 0 5px;
}
.profile table.content td .jq-checkbox {
  height: 20px;
  background: transparent;
  text-align: center;
  box-sizing: border-box;
  line-height: 18px;
  margin: 0;
  width: 20px;
  font-size: 0;

}
.profile table.content td .jq-checkbox.checked div {
  border-radius: 5px;
  background: #3877c4;
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;;
  
}
.control .block.pagination {
  position: absolute !important;
  left: 0;
  right: auto;
  
}
.control .pagination a {
  padding: 7px 13px;
  margin-right: 10px;

}
.nicescroll-rails {
  z-index: 999 !important;
}
.profile .add_product {
  padding-bottom: 45px;

}
.profile .add_product .item_nav {

}
.profile .add_product .item_nav li {

}
.profile .add_product .item_nav li a {

}
.profile .add_product table {
  width: 100%;

}
.profile .add_product table tr {

}
.profile .add_product table td {
  padding: 10px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.profile .add_product table tr.input {

}
.profile .add_product table tr.select {

}
.profile .add_product table tr.input.error input{
  background: #ed1c24;
  color: #fff;
}
.profile .add_product table tr.select .jqselect {
  width: 100%;
  margin-top: 20px;
}
.profile .add_product table tr.select .jqselect:first-child {
  margin-top: 0;
}
.profile .add_product table tr.select .jq-selectbox__select {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  padding: 0px 20px;
  border: 1px solid #e1e1e1;
  color: #7f7f7f;
  background-color: #fff;
}
.profile .add_product table tr.select .jq-selectbox__select:hover {
  background: #fff;
  
}
.profile .add_product table tr.select .jq-selectbox__select:hover .jq-selectbox__select-text{
  color: #333;
}
.profile .add_product table tr.select .jq-selectbox__select-text {
  height: 40px;
  line-height: 40px;

}
.profile .add_product table tr.input input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  padding: 0px 20px;
  color: #7f7f7f;

}
.profile .add_product table td:first-child {
  width: 220px;
  padding-left: 50px;
}
.profile .add_product table td:last-child {
  width: 80px;
}
.profile .right>h2 {
  font-size: 20px;
  padding-top: 62px;
  padding-bottom: 30px;
}
.profile .add_product tr.add td:nth-child(2){
}
.profile .add_product table td:nth-child(2) {
  padding-right: 0px;
}
.profile .add_product .next {
  text-align: center;
}
.profile .add_product .next a {
  color: #fff;
  background: #3877c4;
  padding: 12px 45px;
  border-radius: 7px;
  display: inline-block;;
  margin-top: 60px;
}
.filter {
  height: 1px;
}
.filter .ui-rangeSlider-container {
  height: 2px;
  border: none;
  background: #eeeeee;
  box-shadow: none;
}
.filter .ui-rangeSlider-bar {
  height: 2px;
  background: #838d8f;
  box-shadow: none;
  margin: 0;
}
.filter .ui-rangeSlider-label {
  bottom: -40px;
  color: #878787;
  background: none;
  box-shadow: none;
  padding-top: 27px;
}
.filter .ui-rangeSlider-label .ui-rangeSlider-label-inner {
  top: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 99px;
  border: 2px solid #838d8f;
}
.technologies {

}
.technologies .left {
  width: 260px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 40px;
}
.technologies .left ul {
  border-radius: 7px;
  overflow: hidden;

}
.technologies .left ul ul {
  border-radius: 0px 0px 0px 0px;
  height: 100%;
  background: #fff;
}
.technologies .left li {
  border-radius: none;

}
.technologies .left li a {
  padding: 15px 20px;
  display: block;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  position: relative;
  padding-right: 65px;

}

.technologies .left .filter_container {
  margin-top: 20px;
  padding-bottom: 55px;

}
.technologies .left .filter {
  margin: 0px 20px;
}
.technologies .left li.active li,.technologies .left li.active{
  background: #333333;
}
.technologies .left>ul>li.active>a {

}
.technologies .left li.active a {
  color: #fff;
  border-top: 1px solid #303030;
  

}
.technologies .left li.active li a {
  padding-left: 50px;
}
.technologies .left li li.active{
  background: #3877c4;
  
}
.technologies .left li li.active a{

}
.technologies .right {
  width: 1000px;
  display: inline-block;
  vertical-align: top;

}
.technologies .left .filter_container .name {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  
}
.technologies .container {
  font-size: 0;
}
.technologies .right .control .block{
  margin-right: 0;
  position: relative;
}
.technologies .right .item {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 40px;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 20px;

}
.technologies .right .item td:first-child {
  width: 230px;

}
.technologies .right .item td:first-child img{

}
.technologies .right .item td:last-child {
  vertical-align: top;

}
.technologies .right .item td h3 {
  padding-bottom: 15px;

}
.technologies .right .item td h3 span {
  float: right;
  font-size: 16px;

}
.technologies .right .item td .creator {
  color: #3877c4;
  padding-bottom: 30px;
}
.technologies .right .item td .creator span {
  color: #000;


}
.technologies .right .item td p {
  padding-right: 200px;
  padding-bottom: 30px;

}
.technologies .right .item td .number {
  color: #8d8d8d;

}
.technologies .right .item tbody {
  width: 100%;
}
.presentation_content video {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.technologies .left .menu {
  font-size: 14px;
  margin-bottom: 20px;

}
.technologies .left .menu:hover>ul {
  opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;
  position: absolute;
  
}

.technologies .left .menu li:hover>ul {
  opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;
}
.technologies .left .menu:hover>ul>li:first-child>a {
  border-radius: 7px 8px 0px 0px;
}
.technologies .left .menu:hover>ul>li:last-child>a {
  border-radius: 0px 0px 7px 7px;
}
.technologies .left .menu>a {
  padding: 14px 20px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 101;
  cursor: pointer;
  background: #3877c4;
  border-radius: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}
.technologies .left .menu>a:hover {
      background: #4188E0;
}
.technologies .left .menu>a>span {
  border-left: 5px solid #FFFFFF;
    position: absolute;
    right: 20px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
}
.technologies .left .menu:hover> ul {
  opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
.technologies .left .menu:hover> ul:hover {
  box-shadow: none;
}
.technologies .left .menu ul {
  opacity: 0; /* По умолчанию скрываем подменю */
    visibility: hidden;
    transition: all .3s ease .3s; /* Добавляем анимацию 0.3 сек. и задержку в 0.15 сек. */
  position: absolute;
  top: 0;
  right: -98%;
  width: 330px;
  border-radius: 7px;
  overflow: visible;
}

.technologies .left .menu ul a {
  font-size: 14px;
  background: #fff;
}
.technologies .left .menu ul a span {
  background-color: #3b74ad;
  color: #fff;
  border-radius: 999px;
  padding: 5px;
  position: absolute;
  right: 40px;
  vertical-align: middle;
  top: 50%;
  min-width: 14px;
  text-align: center;
  margin-top: -12px;

}
.technologies .left .menu ul li:first-child>a {
  border-radius: 0px 7px 0px 0px;
}
.technologies .left .menu ul li:last-child>a {
  border-radius: 0px 0px 7px 0px;
}

.technologies .left .menu li:hover>a {
  color: #3877c4;
}
.technologies .left .bread {
  font-size: 14px;
  padding: 15px;
  margin-bottom: 20px;

}
.technologies .left .menu li li a {
  padding-left: 20px;
}
.technologies .left .menu li.arrow>a>div.arrow {
  border-left: 5px solid #cccccc;
  position: absolute;
  right: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}
.technologies .left .menu ul ul {
  border-left: 1px solid #eeeeee;
  z-index: 1;
}
.technologies .left .menu>ul {
  right: inherit;
  top: inherit;
  z-index: 100;
}
.technologies .left .bread a {
  display: block;
  border-left: 2px solid #e5e5e5;
  margin-bottom: 10px;
  padding-left: 15px;

}
.technologies .left .bread a:nth-child(1) {
  border: none;
  padding-left: 20px;
  
}
.technologies .left .bread a:nth-child(2) {
  margin-left: 20px;
  
}

.technologies .left .bread a:nth-child(3) {
  margin-left: 40px;
  
}

.technologies .left .bread a:nth-child(4) {
  margin-left: 60px;
  
}

.technologies .left .bread a:nth-child(5) {
  
}

.technologies .left .bread a:last-child {
  border-left: 2px solid #3b74ad;
  font-weight: bold;
}
.tabs .tab {
  display: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.tabs .tab.active {
  display: block;
}
.comments .comment_container {
  margin-left: 40px;
}
.comments .branch> .comment_container {
  margin-left: 0px;
}
.comments .branch> .comment_container> .comment {
  margin-left: 0px;
}
.comments .branch> .comment_container> .comment_container{
  margin-left: 0px;
}
.comments .content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;

}
.comments {
    margin-top: 20px;
}
.comments .branch {

}
.comments .comment {
  border: 2px solid #e0e0e0;
  padding: 10px;
  margin-left: 40px;
  position: relative;

}
.comments .name {
  font-size: 20px;

}
.comments .date {
  position: absolute;
  right: 10px;
  top: 10px;

}
.comments .content {
  border: 2px solid #e0e0e0;
  margin-top: 15px;
  color: #000;
  background: #F5F5F5;
  font-size: 0;
  padding: 10px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 7px;;;

}
.comments .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  max-width: 550px;
  word-break: break-all;
  height: 100%;

}
.comments .rating {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 30px 10px;
  box-sizing: border-box;
  float: right;

}
.comments .answer {
  margin-top: 15px;
  display: inline-block;
  background: #3877c4;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
    font-size: 15px;
  margin-right: 10px

}
.product_page .right .content .add_comment {
  margin-top: 15px;
  display: inline-block;
  background: #3877c4;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
.comments .rating a {
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  
}
.comments .rating .up {
  background-image: url(../images/like.png);

}
.comments .rating .down {
  background-image: url(../images/dislike.png);

}
.comments .rating .up:hover {
  background-image: url(../images/like_hover.png);

}
.comments .rating .down:hover {
  background-image: url(../images/dislike_hover.png);

}
.comments .rating .up.clicked {
  background-image: url(../images/like_clicked.png);

}
.comments .rating .down.clicked {
  background-image: url(../images/dislike_clicked.png);

}
.product_page .right .content .customers {

}
.product_page .right .content .customers h2 {
  margin-bottom: 20px;

}
.product_page .right .content .customers ul {
  font-size: 0;
  display: table;
  width: 100%;
  border: collapse;
  border-collapse: collapse;
  margin: 20px 0px;

}
.product_page .right .content .customers li {
  display: table-cell;
  width: 49.9%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  text-align: center;

}
.product_page .right .content .customers li a {
  font-size: 14px;

}
.product_page .right .content .customers .image {
  padding-bottom: 15px;

}
.product_page .right .content .customers .image img {

}
.product_page .right .content .customers span {
  
}
.product_page .right .content .projects {

}
.product_page .right .content .projects h2 {
  margin-bottom: 20px;

}
.product_page .right .content .projects ul {
  font-size: 0;
  display: table;
  width: 100%;
  border: collapse;
  border-collapse: collapse;
  margin: 20px 0px;

}
.product_page .right .content .projects li {
  display: table-cell;
  width: 49.9%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  text-align: center;

}
.product_page .right .content .projects li a {
  font-size: 14px;

}
.product_page .right .content .projects .image {
  padding-bottom: 15px;

}
.product_page .right .content .projects .image img {

}
.product_page .right .content .projects span {
  
}

.product_page .right .content .integrators {

}
.product_page .right .content .integrators h2 {
  margin-bottom: 20px;

}
.product_page .right .content .integrators ul {
  font-size: 0;
  display: table;
  width: 100%;
  border: collapse;
  border-collapse: collapse;
  margin: 20px 0px;

}
.product_page .right .content .integrators li {
  display: table-cell;
  width: 49.9%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  text-align: center;

}
.product_page .right .content .integrators li a {
  font-size: 14px;

}
.product_page .right .content .integrators .image {
  padding-bottom: 15px;

}
.product_page .right .content .integrators .image img {

}
.product_page .right .content .integrators span {
  
}
#loginForm {

}
#loginForm input,p.register a {
  padding: 10px 15px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin: 10px 0px;

}
#loginForm label {
  cursor: pointer;

}
#loginForm h4 {
  margin: 10px 0px;
  
}
#loginForm [type="submit"],p.register a {
  cursor: pointer;
  background: #3877c4;
  border-radius: 7px;
  color: #fff;
  border: none;
}
.register {
  margin-bottom: 110px;

}
.register form {

}
.register table {

}
.register td {
  padding: 10px;
  vertical-align: middle;
  padding-left: 0;

}
.register tr {

}
.register label {
  cursor: pointer;
}
.register .add {
  cursor: pointer;
  background: #3877c4;
  border-radius: 7px;
  color: #fff;
  border: none;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 40px;
  
}
.register .radio {
  padding: 5px;
  padding-left: 0;
}
.register input {
  padding: 10px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
}
.register .agree {
  margin-bottom: 30px;
  margin-top: 20px;
}
.register textarea {
  padding: 10px 15px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    width: 300px;
    box-sizing: border-box;
    resize: vertical;
}
.register .jqselect {
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.register .agree a {
  color: #3877c4;
  text-decoration: underline;
}

.technologies .left .menu li.shadow {
  width: 1300px;
  height: 100%;
  position: absolute;
  border-radius: 7px;
  transition: all .3s ease .3s;
  
}
.technologies .left .menu ul:hover li.shadow {
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  
}
.technologies .left ul>li>ul>li:first-child>a {
  border-top: none;
  margin-top: 15px;
}
.technologies .left ul>li>ul>li>ul>li:first-child>a {
  border-top: none;
  margin-top: 0px;
}
.technologies .left ul>li>ul>li>ul>li>ul>li:first-child>a {
  border-top: none;
  margin-top: 15px;
}
.nicescroll-rails {
  display: none ;
}
html {
  overflow-y: vizible !important;
}
#search {
  display: none;
  padding: 5px;
}
#search h2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;

}
#search .jqselect {
  display: block;
  width: 100%;
  background: #fff;
  margin: 10px 0px;
  border-radius: 7px;
  color: #666;
}
#search input {
  border: none;
  outline: none;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 7px;;

}
#search [type=submit] {
  background: #3877c4;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#search [type=submit]:hover {
  
   
    background: #4188E0;
}
#search .jq-selectbox__select-text {
  color: #666;
}
.profile .add_product table tr.input textarea {
  width: 70%;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  color: #7f7f7f;
  resize: vertical;
  min-height: 60px;
  
}
.profile .add_product table .checkbox {
  margin: 10px 0px;
  
}
.profile.CompanyModeration {

}
.profile.CompanyModeration .right table {

}
.profile.CompanyModeration .right table td {
  
}
.profile.CompanyModeration .right table td:nth-child(1){
  vertical-align: middle;
  width: 140px;

}
.profile.CompanyModeration .right table td:nth-child(2){
  width: 760px;
  
}
.profile.CompanyModeration .right table td:nth-child(3){
  
}
.profile.CompanyModeration .right table .name {
  font-size: 20px;
  padding-bottom: 10px;

}
.profile.CompanyModeration .right table .name a {
  
}
.profile.CompanyModeration .right table .text {
  padding: 10px 0px;

}
.profile.CompanyModeration .right table .number {
  padding-bottom: 10px;

}
.profile.CompanyModeration .right table .date {
  padding-bottom: 10px;

}
.profile.CompanyModeration .right table .tags {

}
.profile.CompanyModeration .right table .tag {
  display: inline-block;

}
.profile.CompanyModeration .right table .success {

}
.profile.CompanyModeration .right table .fail {

}
.profile.CompanyModeration .right table .add_coment {

}
.profile.CompanyModeration .right table td:nth-child(3) a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  
}
a:hover {
  color: #3877c4;
}
.profile.users table.content td:first-child {
  width: 130px;
}

.rating {
    padding-bottom: 20px
}
.profile table.content.messages td:nth-child(1){
  width: 200px;

}
.profile table.content.messages td:nth-child(2){
  width: 70px;

}
.profile table.content.messages td:nth-child(3){
  width: 0px;

}

.projects .item:nth-child(4n) {
  margin-right: 0;
}
.register h1 {
  margin-bottom: 40px;
  margin-top: 50px;
  
}
.register .jq-radio {
  margin-right: 15px;
}
.irs {

}
.irs .irs-line {
  height: 2px;
  border: none;
}
.irs .irs-bar {
  height: 2px;
  border: none;
}
.technologies_catalog .catalog .spoiler_link>div,
.fancybox-inner .new_category .spoiler_link>div {

  font-size: 15px;
  display: inline-block;

}
.technologies_catalog .catalog .spoiler_body, 
.fancybox-inner .new_category .spoiler_body {
  font-size: 16px;
  padding: 15px;
  display: none;
  
}
.technologies_catalog .catalog .spoiler,
.fancybox-inner .new_category .spoiler  {
  border: 1px solid #dcdcdc;
  border-top: 0px;
  
}
.technologies_catalog .catalog .spoiler:first-child,
.fancybox-inner .new_category .spoiler:first-child {
  border-top: 1px solid #dcdcdc;
}
.technologies_catalog .catalog .spoiler_link,
.fancybox-inner .new_category .spoiler_link  {
  padding: 10px;
  
  position: relative;
  
}
.technologies_catalog .catalog .spoiler_link .number,
.fancybox-inner .new_category .spoiler_link .number {
  color: #9a9a9a;
  padding-left: 15px;
  padding-right: 30px;
  
}
.technologies_catalog .catalog .spoiler_link .name,
.fancybox-inner .new_category .spoiler_link .name {
  font-size: 16px;
  color: #2093ce;
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin-right: 15px;
}
.technologies_catalog .catalog .spoiler_link .quantity,
.fancybox-inner .new_category .spoiler_link .quantity {
  color: #c1c1c1;
  border: 1px solid #dcdcdc;
  padding: 2px 8px;
  border-radius: 5px;
  
}
.fancybox-inner .new_category .arrow {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 11px;
    height: 11px;
    background-position: center;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#new_category {
  width: 1000px;
}
.fancybox-inner .new_category .spoiler.active>.spoiler_link>.arrow {
    background-image: url(../images/arrow_up.png);
}
.technologies_catalog .spoiler:not(.notempty)>.spoiler_link .arrow, .fancybox-inner .new_category .spoiler:not(.notempty)>.spoiler_link .arrow {
    display: none;
}
.spoiler.active {
  background: rgba(0, 0, 0, 0.04);
}
.about_page .apply{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #3877c4;
    padding: 15px 0px;
    padding-left: 100px;
    padding-right: 30px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    background-image: url('../images/about_pencil.png');
    background-repeat: no-repeat;
    background-position: 40px center;
    margin-bottom: 30px;
}
.about_page .instruction{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    background-color: #3877c4;
    padding: 15px 0px;
    padding-left: 100px;
    padding-right: 30px;
    display: block;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    background-image: url('../images/pdf.png');
    background-repeat: no-repeat;
    background-position: 40px center;
    margin-bottom: 30px;
}
.about_page .instruction:hover {
    background-color: #4188E0;
}

.about_page .apply:hover {
    background-color: #4188E0;
}
.about_page>div {
  width: 750px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;

}
.about_page>div.right {
  width: 405px;
  padding-left: 60px;
  padding-top: 75px;
  
}
.about_page .right ul {

}
.about_page .right ul li {

}
.about_page .right ul a {
  font-size: 17px;
  padding: 10px 0px;
  display: block;
  
}
.list-of-technologies li a:hover {
      color: #3877c4;
}
.add_technology input {
  width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    padding: 0px 20px;
    color: #7f7f7f;
}
.add_technology textarea {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    color: #7f7f7f;
    resize: vertical;
    min-height: 60px; 
}

.add_technology .two input[type=text] {
  width: 100px;
}
.add_technology .add_tag {
      width: 35px;
    height: 35px;
    border: 1px solid #cacaca;
    background-image: url('../images/green_plus.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
}
.add_technology .KeywordList input {
    color: #afafaf;
    display: inline-block;
    box-shadow: none;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    min-width: 120px;
    width: auto;
}
.add_technology [type=file] {
  height: auto;
  padding: 7px 30px;
  width: auto;
  text-align: center;
}
#new_charachteristic {

}
#new_charachteristic input,
.modal-body   input
 {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  border: 1px solid #e1e1e1;
  padding: 0px 20px;
  color: #7f7f7f;
  margin: 15px 0px;

}

.modal-body   textarea {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    color: #7f7f7f;
    resize: vertical;
    min-height: 60px;
}
#new_charachteristic .add {
  color: #fff;
  background: #3877c4;
  padding: 12px 45px;
  border-radius: 7px;
  display: block;
  text-align: center;
  margin-top: 20px;
  
}
#goodsFile>div {
  padding: 10px;
  border-radius: 7px;
  background: #fAfAfA;
}
.add_document {
      color: #fff;
    background: #3877c4;
    padding: 12px 45px;
    border-radius: 7px;
    display: inline-block;
}
.add_document:hover {
  background-color: #4188E0;
  color: #fff;
}

.NewProject:hover {
  background-color: #4188E0;
  color: #fff;
}
.NewProject {
  color: #fff;
    background: #3877c4;
    padding: 12px 45px;
    border-radius: 7px;
    display: inline-block;
}
.propertiesSelectUnitOfMeasure {
  width: 60px;
    text-align: center;
}
#DeliveryDate {
  width: 200px;
}
.new_charachteristic {
  color: #fff;
    background: #3877c4;
    padding: 12px 45px;
    border-radius: 7px;
    display: inline-block;
}
.new_charachteristic:hover {
  background-color: #4188E0;
  color: #fff;
}
[name=add_technology_used] {
  color: #fff;
    background: #3877c4;
    padding: 12px 45px;
    border-radius: 7px;
    display: inline-block;
}
[name=add_technology_used]:hover {
  background-color: #4188E0;
  color: #fff;
}
.add_document div {
  display: none;
}
/*.divProductType>div:last-child {
  margin-bottom: 10px;
}*/
.add_technology .KeywordList {
  font-size: 0;
}
 a.blue {
  color: #fff;
    background: #3877c4;
    padding: 12px 45px;
    border-radius: 7px;
    display: inline-block;
}
.profile  a.blue:hover {
   background-color: #4188E0;
    color: #fff;
}
.divNewProject {
  padding: 15px;
  border-radius: 10px;
  background: #F7F7F7;
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
}

.project_page .projects ul li,
.company_page .technologies_catalog ul li{
  display: block;
  width: 100%;
  vertical-align: top;

}
.project_page .projects ul a,
.company_page .technologies_catalog ul a{
  font-size: 14px;
  display: block;
  vertical-align: top;
  border-radius: 7px;
  background: #F7F7F7;
  border: 1px solid #E1E1E1;
  margin: 10px;

}
.project_page .projects ul a .left,
.company_page .technologies_catalog ul a .left {
  display: inline-block;
  width: 200px;
  text-align: center;
  border-right: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;     font-size: 12px
  
}

.project_page .projects ul a .description,
.company_page .technologies_catalog ul a  .description {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
    width: 450px;
  
}
.project_page .projects .left img,
.company_page .technologies_catalog .left img {
  margin-top: 20px;

}

.profile .control .search {
  position: relative;
}
.product_page .right .categories {
  display: table;
  width: 100%;
  border-collapse: collapse;

}
.product_page .right .categories .category {
  display: table-row;
  
}
.product_page .right .categories .number  {
  display: table-cell;
  width: 30%;
  border: 1px solid #EAEAEA;
  padding: 10px;

}
.product_page .right .categories .name  {
  display: table-cell;
  border: 1px solid #EAEAEA;
  padding: 10px;

}

.project_page .tabs .tab
{
      padding-top: 0px
}

.company_page .tabs .tab{
      padding: 0px
}

.projects-page .projects h3 {
        font-size: 15px;
    padding-bottom: 5px;
}

.projects-page .projects .text {
      padding-bottom: 5px;
}

.ModerationDateRed {
    color: red;
}