@charset "UTF-8";
/* Scss Document */
/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
  min-height: 100%;
}

* html #page {
  height: 100%;
}

a, img {
  outline: none;
}

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 30px;
  font-weight: 300;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

select {
  border: 1px solid #0094e0;
  border-radius: 5px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 40px 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  text-overflow: '';
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: right center;
  outline: none;
  cursor: pointer;
}

select:focus {
  background-color: #fcfcfc;
}

.my_button li {
  display: block;
}

.my_button input[type=checkbox] {
  display: none;
}

.my_button label {
  display: inline-block;
  position: relative;
  margin-left: 26px;
  position: relative;
  cursor: pointer;
}

.my_button label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #0094e0;
  position: absolute;
  top: 3px;
  left: -26px;
}

.my_button input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0094e0;
  position: absolute;
  top: 7px;
  left: -22px;
}

.btn_check {
  padding-left: 22px;
}

.btn_check label {
  display: inline-block;
  position: relative;
  margin-left: 26px;
  position: relative;
  cursor: pointer;
}

.btn_check label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #0094e0;
  position: absolute;
  top: 3px;
  left: -26px;
}

.btn_check input[type=checkbox] {
  display: none;
}

.btn_check input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0094e0;
  position: absolute;
  top: 7px;
  left: -22px;
}

/* Scss Document */
.text {
  font-size: 16px;
  line-height: 24px;
  text-align: justify
}

.text a[href^="mailto:"] {
  color: #30A2D9;
}

.text a[href^="tel:"] {
  font-size: 18px;
  color: #1d1d1b;
  font-weight: bold;
  text-decoration: none;
}

.text img {
  max-width: 100% !important;
  height: auto !important;
}

.text ul {
  margin-bottom: 20px;
  list-style-type: square;
  list-style-position: inside;
  margin-left: 20px
}

.text ul ul {
  margin-top: 20px;
  margin-left: 15px;
}

.text ol {
  margin-bottom: 20px;
  margin-left: 0px;
  list-style-position: inside;
}

.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}

.text li + li {
  margin-top: 5px;
}

.text p {
  margin-bottom: 20px;
}

.text table {
  margin-bottom: 20px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}

.text table th {
  border: 1px solid #dddddd;
  font-size: 18px;
  line-height: 18px;
  background-color: #282828;
  color: #fff;
  font-weight: normal;
  padding-top: 10px;
  padding-right: 4px;
  padding-bottom: 10px;
  padding-left: 4px;
}

.text table td {
  padding: 5px;
  border: 1px solid #dfdfde;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

.text blockquote {
  margin-bottom: 20px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}

.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #1d1d1b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #fff;
}

#open_menu {
  display: none;
}

.wrap {
  max-width: 1100px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.w100 {
  float: left;
  width: 100%;
}

a {
  color: #0094e0;
}

b,
strong {
  font-weight: 600;
}

.w50 {
  float: left;
  width: 50%;
}

.btn {
  background-color: #0094e0;
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 0 solid #000;
}

.btn:hover {
  background-color: #0078b5;
}

.response_item {
    background-color: #fff;
    border: 1px solid #0094e0;
    color: #0094e0;
    margin: auto;
    padding: 2px 10px;
    line-height: 30px;
    white-space: nowrap;
    width: 204px;
}

.response_item img {
    vertical-align: bottom;
}

.response_ok {
    background-color: #fff;
    border: 1px solid #818181;
    color: #818181;
    margin: auto;
    padding: 2px 10px;
    line-height: 30px;
    cursor: default;
    white-space: nowrap;
    width: 204px;
}

.response_ok img {
    vertical-align: bottom;
}

.response_item:hover, .response_ok:hover {
  background-color: #fff;
}

.btn_gray {
  background-color: #999;
}

.btn_gray:hover {
  background-color: #555;
}

header {
  padding: 40px 0 40px 0;
}

header .logo {
  margin-right: 600px;
}

header .h_right {
  float: right;
  width: 570px;
}

header .h_right .lang {
  float: left;
  width: 350px;
}

header .h_right .lang p {
  /*padding-left: 40px;
  background-image: url(../images/icon_enter.png);*/
  background-repeat: no-repeat;
  background-position: 0 4px;
  min-height: 27px;
  overflow: hidden;
  white-space: nowrap;
}

header .h_right .lang p span, header .h_right .lang p a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  color: #0094e0;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid #0094e0;
  padding-bottom: 4px;
  cursor: pointer;
  
  white-space: nowrap;
  max-width: 180px;
  width: auto;
  margin-top: 5px;
}

header .h_right .lang p span:hover {
  color: #0078b5;
  border-bottom: 3px solid #0078b5;
}

header .h_right .lang ul {
  font-size: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 19px;
  /*padding-left: 40px;*/
}

header .h_right .lang li {
  display: inline-block;
  font-size: 14px;
}

header .h_right .lang li:nth-child(1n+2) {
  margin-left: 20px;
}

header .h_right .lang li a {
  display: block;
  transition: all 0.2s ease-in-out;
}

header .h_right .lang li a:hover {
  transform: translate(0, -5px);
}

header .h_right .lang li a img {
  display: block;
  border-radius: 4px;
}

header .h_right .lang li.current img {
  box-shadow: 0px 0px 3px #969696;
}

header .h_right .contact {
  float: right;
  width: 200px;
  text-align: right;
}

header .h_right .contact p {
  margin-bottom: 10px;
}

header .h_right .contact p a {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

header .h_right .contact .open_form {
  display: block;
  background-color: #0094e0;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  padding: 16px 0;
  cursor: pointer;
}

header .h_right .contact .open_form:hover {
  background-color: #0078b5;
}

nav {
  margin-bottom: 30px;
}

nav ul {
  font-size: 0;
}

nav li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
}

nav li:nth-child(1n+2) {
  margin-left: 15px;
}

nav li:nth-child(1n+3) {
  margin-left: 84px;
}

nav li:first-child a {
  padding: 16px 50px 16px 10px;
}

nav li:first-child:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 108, 164, 0.19);
}

nav a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 0px;
  display: block;
}

nav a:hover {
  color: #0094e0;
}

nav li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0px);
}

nav li ul {
  position: absolute;
  top: 46px;
  left: 0;
  width: auto;
  z-index: 3;
  box-shadow: 0px 7px 20px 0px rgba(0, 108, 164, 0.19);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translate(0, 20px);
  border-top: 1px solid #e4e4e4;
}
nav li:nth-child(1n+2) ul {
  width: 240px;
}
nav li li {
  display: block;
}

nav li li:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 108, 164, 0.19);
}

nav li li:nth-child(1n+2) {
  margin-left: 0px;
  border-top: 1px solid #e4e4e4;
}

nav li li a {
  padding: 10px 10px 10px 30px !important;
  line-height: 22px;
}

.name_s {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  padding-left: 50px;
  margin-bottom: 25px;
}

.name_s.ff {
  padding-left: 0;
}

.name_s span {
  color: #bebebe;
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
}

.title_page h1 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 30px;
}

.title_page p {
  margin-top: -20px;
  margin-bottom: 40px;
}

.list_cat .item_50:nth-child(1n+3) {
  margin-top: 5%;
}

.subscription_form {
  border: 20px solid #e1e5eb;
  padding: 40px 30px 30px 30px;
  font-size: 14px;
  color: #57616f;
}

.subscription_form .name {
  font-size: 19px;
  font-weight: 800;
  color: #1d1d1b;
  margin-bottom: 22px;
}

.subscription_form p {
  margin-bottom: 15px;
}

.subscription_form p:last-child {
  margin-bottom: 0;
}

.subscription_form input[type=text],
.subscription_form input[type=email],
.subscription_form input[type=tel] {
  border: 1px solid #afb8c4;
  width: 100%;
  height: 46px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #1d1d1b;
}

.subscription_form input[type=submit] {
  border: 0px solid #afb8c4;
  width: 100%;
  height: 46px;
  background-color: #0094e0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.subscription_form input[type=submit]:hover {
  background-color: #0078b5;
}

.site_nav {
  text-align: center;
  margin-top: 7%;
  margin-bottom: 30px;
  font-size: 0;
}
.site_nav ul li {
  display: inline;
}
.site_nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  color: #0094e0;
  text-decoration: none;
  width: 43px;
  height: 43px;
  padding-top: 12px;
  border: 1px solid #0094e0;
  margin: 0 8px;
}

.site_nav a:hover {
  background-color: #0094e0;
  color: #fff;
}

.site_nav span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  color: #c7cfdb;
  text-decoration: none;
  width: 43px;
  height: 43px;
  padding-top: 12px;
  border: 1px solid #c7cfdb;
  margin: 0 8px;
}

.txt_bottom {
  text-align: center;
  color: #626262;
}

.txt_bottom .btn {
  margin-bottom: 15px;
  padding: 15px 65px;
}

.item_50 {
  float: left;
  width: 49.5%;
  background-color: #f3f5f9;
}

.item_50:nth-child(2n+2) {
  margin-left: 1%;
}

.item_50:nth-child(1n+3) {
    margin-top: 1%;
}

.item_50 .thumb {
  padding: 35px 0;
  float: left;
  width: 207px;
  text-align: center;
  border-right: 3px solid #fff;
}

.item_50 .thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.item_50 .info {
  margin-left: 207px;
}

.item_50 .w100 {
  padding: 35px;
  font-size: 16px;
}

.item_50 p {
  margin-bottom: 5px;
}

.item_50 p a {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0094e0;
  display: inline-block;
}

.item_50 p a:hover {
  color: #0078b5;
}

.item_50 span {
  font-size: 15px;
  color: #9e9e9e;
  display: block;
  margin-bottom: 5px;
}

.item_50.event .thumb {
  border-right: 0px solid #fff;
  padding: 20px 5px;
}

.item_50.event .w100 {
  padding: 20px 10px;
}

.item_50.event .w100 p:first-child {
  font-size: 18px;
  color: #3f3f3f;
}

.item_50.event p a {
  margin: 5px 0;
}

.item_50.event span {
  margin-bottom: 0;
}

.item_50.event .info {
  min-height: 260px;
}
.item_50.new .thumb_catalog:before {
  content: 'новинка';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0094e0;
  border-radius: 0px 4px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding: 15px 30px;
  z-index: 2;
}

.item_50 .thumb_catalog {
  height: 335px;
  position: relative;
  border-bottom: 6px solid #fff;
}

.item_50 .thumb_catalog img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.item_50 .info_catalog {
  padding: 30px 40px;
  font-size: 16px;
  color: #2d2d2d;
}

.item_50 .info_catalog p {
  margin-bottom: 10px;
}

.item_50 .info_catalog p:last-child {
  margin-bottom: 0;
}

.item_50 .info_catalog a {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

.item_50 .info_catalog span {
  font-size: 15px;
  color: #9e9e9e;
}

.item_cat {
  float: left;
  width: 49.5%;
  background-color: #f3f5f9;
  display: inline-block;
  vertical-align: top;
}

.item_cat:nth-child(2n+2) {
  margin-left: 1%;
}

.item_cat:nth-child(1n+3) {
  margin-top: 5%;
}

.item_cat.new .thumb_catalog:before, .pic.new .fotorama__stage__shaft:before {
  content: 'новинка';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0094e0;
  border-radius: 0px 4px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding: 15px 30px;
  z-index: 2;
}

.item_cat.nothave .thumb_catalog:before, .pic.nothave .fotorama__stage__shaft:before {
  content: 'Снято с производства';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bcc7cc;
  border-radius: 0px 4px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding: 15px 30px;
  z-index: 2;
}

.item_cat.develop .thumb_catalog:before, .pic.develop .fotorama__stage__shaft:before {
  content: 'в разработке';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0094e0;
  border-radius: 0px 4px 0px 0px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  padding: 15px 30px;
  z-index: 2;
}

.item_cat .thumb_catalog {
  height: 335px;
  position: relative;
  border-bottom: 6px solid #fff;
}

.item_cat .thumb_catalog img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.item_cat .info_catalog {
  padding: 30px 40px;
  font-size: 16px;
  color: #2d2d2d;
  height: 170px;
  overflow: hidden;
}

.item_cat .info_catalog p {
  margin-bottom: 10px;
}

.item_cat .info_catalog p:last-child {
  margin-bottom: 0;
}

.item_cat .info_catalog a {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

.item_cat .info_catalog span {
  font-size: 15px;
  color: #9e9e9e;
}

.too .item_job:nth-child(2n+2) .thumb {
  float: left;
}

.item_job {
  float: left;
  width: 100%;
  background-image: url(../images/background_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_job:nth-child(2n+2) .thumb {
  float: right;
}

.item_job:nth-child(1n+2) {
  margin-top: 35px;
}

.item_job .thumb {
  width: 50%;
  float: left;
}

.item_job .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.item_job .info {
  width: 50%;
  float: left;
  padding: 35px 55px;
  font-size: 20px;
  font-weight: 300;
}

.item_job .title a {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  display: inline-block;
  margin: 65px 0;
}

.item_job .title a:hover {
  color: #0078b5;
}

.item_job .avtor a {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #0e0e0e;
  margin-right: 10px;
}
.item_job .avtor img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.item_job_full {
  border: 1px solid #0094e0;
  margin-bottom: 5%;
}

.item_job_full:nth-child(2n+2) {
//  margin-top: 5%;
}

.item_job_full .clear {
  background-image: url(../images/background_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.item_job_full .thumb {
  float: left;
  width: 52%;
}

.item_job_full .thumb a {
  display: block;
}

.item_job_full .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.item_job_full .info {
  float: left;
  width: 48%;
  padding: 25px 20px 10px 40px;
}

.item_job_full .info p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.item_job_full .info p:first-child {
  font-size: 20px;
  font-weight: 300;
}

.item_job_full .info p a {
  font-size: 22px;
  color: #1d1d1b;
  font-weight: bold;
}

.item_job_full .info dd {
  font-size: 12px;
  text-transform: uppercase;
  color: #0094e0;
  font-weight: 600;
}

.item_job_full .info dd:nth-child(2n+2) {
  margin-top: 15px;
}

.item_job_full .info dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  box-shadow: 0px 0px 10px rgba(0, 148, 224, 0.44);
}

.item_job_full .info dd span {
  vertical-align: middle;
}

.item_job_full .desc {
  padding: 30px;
}

.item_job_full .desc p {
  margin-bottom: 15px;
}

.item_job_full .desc p:first-child {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 7px;
}

.item_job_full .desc p:last-child {
  margin-bottom: 0;
}

.item_job_full .desc .title a {
  font-size: 24px;
  font-weight: bold;
}

.item_job_full2 {
  border: 1px solid #0094e0;
  margin-top: 5%;
}
/*
.item_job_full2:nth-child(2n+2) {
  margin-top: 5%;
}
*/
.item_job_full2 .thumb {
  float: left;
  width: 26%;
  position: relative;
  overflow: hidden;
}

.item_job_full2 .thumb a {
  display: block;
}

.item_job_full2 .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_job_full2 .info {
  float: left;
  width: 39%;
  background-image: url(../images/background_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px 20px 25px;
  border-right: 1px solid #0094e0;
}

.item_job_full2 .info p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.item_job_full2 .info p:first-child {
  font-size: 20px;
  font-weight: 300;
}

.item_job_full2 .info p a {
  font-size: 22px;
  color: #1d1d1b;
  font-weight: bold;
}

.item_job_full2 .info dd {
  font-size: 12px;
  text-transform: uppercase;
  color: #0094e0;
  font-weight: 600;
}

.item_job_full2 .info dd:nth-child(2n+2) {
//  margin-top: 15px;
}

.item_job_full2 .info dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 0px 0px 10px rgba(0, 148, 224, 0.44);
}

.item_job_full2 .info dd span {
  vertical-align: middle;
}

.item_job_full2 .desc {
  width: 35%;
  float: right;
  padding: 13px 25px;
  font-size: 17px;
  min-height:221px;
}

.item_job_full2 .desc p {
  margin-bottom: 10px;
}

.item_job_full2 .desc p:last-child {
  margin-bottom: 0;
}

.item_job_full2 .desc span {
/*  display: block; */
  font-weight: 600;
/*  overflow: hidden; */
}

.item_job_full2 .desc span.showTel, .item_job_full2 .desc span.showEmail, .e_right .avtor_info span.showTel, .e_right .avtor_info span.showEmail {
    border-bottom: 1px dashed;
    cursor: pointer;
/*    white-space: nowrap; */
/*  display: inline-block; */
}

.item_job_full2 .desc a {
  font-weight: 600;
  color: #1d1d1b;
  display: block;
}

.item_news {
  background-color: #eeeff1;
  float: left;
  width: 100%;
}

.item_news:nth-child(1n+2) {
  border-top: 3px solid #ccd1dd;
}

.item_news .thumb {
  float: left;
  width: 205px;
  padding: 23px;
}

.item_news .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.item_news .info {
  margin-left: 205px;
  padding: 23px 23px 23px 10px;
  line-height: 1.3;
  font-size: 15px;
  color: #000;
}

.item_news p {
  margin-bottom: 10px;
}

.item_news p a {
  font-size: 20px;
  font-weight: bold;
  color: #0094e0;
}

.item_news p a:hover {
  color: #0078b5;
}

.item_news span {
  color: #545454;
}

.social ul {
  font-size: 0;
}

.social li {
  display: inline-block;
  vertical-align: top;
}

.social li:nth-child(1n+2) {
  margin-left: 18px;
}

.social li a {
  display: block;
  background-color: #0094e0;
  width: 34px;
  height: 34px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.social li a:hover {
  background-color: #0078b5;
}

.bcream {
  margin-bottom: 30px;
}

.bcream ul {
  font-size: 0;
}

.bcream li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
}

.bcream li:nth-child(1n+2) {
  margin-left: 15px;
  padding-left: 15px;
}

.bcream li:nth-child(1n+2):before {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #0094e0;
  position: absolute;
  top: 7px;
  left: 0;
}

/*
.bcream li.B_lastCrumb {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
*/

.bcream li.B_lastCrumb:before {
//  display: none !important;
}

.bcream span {
  font-weight: 600;
}

.bcream .B_lastCrumb span {
  font-weight: 300;
}

.bcream a {
  font-weight: 300;
  text-decoration: none;
  color: #1d1d1b;
}

.bcream a:hover {
  border-bottom: 1px solid #1d1d1b;
}

#page {
//  padding-bottom: 390px;
}

footer {
  height: 336px;
//  margin-top: -336px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

footer .bg {
  background-color: #eeeff1;
  padding: 45px 0;
}

footer .m_left {
  margin-right: 280px;
}

footer .m_right {
  float: right;
  width: 280px;
}

footer .logo {
  float: left;
  padding-top: 15px;
}

footer .logo a {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  text-decoration: none;
  color: #525252;
}

footer .logo img {
  display: block;
}

footer .logo span {
  display: block;
  margin-top: 30px;
}

footer menu {
  width: 420px;
  float: left;
}

footer menu ul {
  font-size: 0;
}

footer menu li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 13px;
  position: relative;
}

footer menu li:nth-child(1n+3) {
  margin-top: 10px;
}

footer menu li:before {
  content: '';
  display: block;
  width: 4px;
  height: 3px;
  background-color: #0094e0;
  position: absolute;
  top: 9px;
  left: 0;
}

footer menu li a {
  font-size: 15px;
  color: #2a3549;
}

footer .contact {
  font-size: 17px;
  color: #141414;
}

footer .contact p {
  margin-bottom: 10px;
}

footer .contact p:last-child {
  margin-bottom: 0;
}

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

footer .contact a[href^="mailto:"] {
  color: #141414;
}

footer .contact a[href^="tel:"] {
  color: #141414;
  font-weight: bold;
  text-decoration: none;
}

footer .copy {
  padding: 10px 20px 0 20px;
}

footer .copy .link {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 0;
}

footer .copy .link p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #4e5b7a;
  text-decoration: underline;
  width: 50%;
}

footer .copy .img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 30%;
}

footer .copy .img p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

footer .copy .img p:nth-child(1n+2) {
  margin-left: 40px;
}

footer .copy .social {
  display: inline-block;
  vertical-align: middle;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}

.panel .bg_close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.panel .bg_content {
  background-color: #fff;
  width: 466px;
  padding: 45px 90px;
  margin: 0 auto;
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  z-index: 12;
}

.panel .name {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.panel .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #7d7d7d;
  cursor: pointer;
  font-size: 20px;
}

.panel .close:hover {
  color: #0078b5;
}

.panel p + p {
  margin-top: 16px;
  position: relative;
}

.panel p {
  text-align: center;
}

.panel p a {
  color: #1d1d1b;
}

.panel label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.panel input[type=text],
.panel input[type=tel],
.panel input[type=password],
.panel input[type=email] {
  width: 100%;
  height: 45px;
  border: 1px solid #0094e0;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border-radius: 5px;
  outline: none;
  text-align: left;
}

.panel input[type=text]:focus,
.panel input[type=tel]:focus,
.panel input[type=password]:focus,
.panel input[type=email]:focus {
  background-color: #f5f5f5;
}

.panel textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #0094e0;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border-radius: 5px;
  outline: none;
  text-align: left;
}

.panel textarea:focus {
  background-color: #f5f5f5;
}

.panel input[type=submit], .panel input[type=button] {
  background-color: #0094e0;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  border: 0px solid #fff;
  color: #fff;
  padding: 16px 20px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.panel input[type=submit]:hover, .panel input[type=button]:hover {
  background-color: #0078b5;
}

.panel .btn {
  display: block;
  background-color: #38b6f7;
  padding: 16px 20px;
  color: #fff;
}

.panel .btn:hover {
  background-color: #0078b5;
}

#main_1 {
  margin-bottom: 45px;
}

#main_1 .bg {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  height: 513px;
  padding: 40px 50px;
}

#main_1 .name {
  margin-bottom: 33px;
}

#main_1 h1 {
  font-size: 43px;
  font-weight: 300;
  color: #1d1d1b;
  line-height: 1.3;
}

#main_1 .txt {
  font-size: 14px;
  padding-left: 110px;
  color: 0094e0;
  background-image: url(../images/logo_2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 38px;
  color: #0094e0;
  padding-top: 5px;
  margin-bottom: 125px;
}

#main_1 ul {
  font-size: 0;
}

#main_1 li {
  display: inline-block;
  vertical-align: top;
}

#main_1 li:nth-child(1n+2) {
  margin-left: 24px;
}

#main_1 li a {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  height: 133px;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  text-align: center;
  padding-top: 24px;
  transition: all 0.2s ease-in-out;
}

#main_1 li a:hover {
  background-color: rgba(0, 148, 224, 0.55);
}

#main_1 li img {
  display: block;
  margin: 0 auto;
}

#main_1 li span {
  display: block;
  padding-top: 12px;
}

#main_2 {
  margin-bottom: 45px;
}

#main_2 dl {
  float: left;
  width: 49.5%;
  display: table;
}

#main_2 dl:nth-child(2n+2) {
  margin-left: 1%;
}

#main_2 dt {
  display: table-cell;
  vertical-align: middle;
  background-color: #eeeff1;
  text-align: center;
  padding: 30px 10px;
}

#main_2 dt.zcatalogue {
    background-image: url(../images/diseno-catalogo_blog.jpg);
    background-size: 202px;
    background-repeat: no-repeat;
    background-position: center;
    width: 202px;
}

#main_2 dd {
  display: table-cell;
  vertical-align: middle;
  background-color: #eeeff1;
  border-left: 3px solid #fff;
  text-align: center;
  padding: 30px 10px;
}

#main_2 a {
  font-size: 20px;
  font-weight: 800;
  color: #0094e0;
  text-decoration: none;
  text-transform: uppercase;
}

#main_2 a.dw {
  padding-left: 34px;
  background-image: url(../images/icon_dw.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  min-height: 20px;
}

#main_2 a:hover {
  color: #0078b5;
}

#main_new,
#main_events {
  margin-bottom: 45px;
}

#main_portfolio {
  margin-bottom: 45px;
}

#main_portfolio .list {
  margin-bottom: 50px;
}

#main_portfolio .txt {
  text-align: center;
}

#main_portfolio .txt P {
  margin-bottom: 15px;
}

#main_portfolio .txt a {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

#main_portfolio .txt .saq {
  padding-top: 12px;
}

#main_portfolio .txt .saq p:first-child {
  margin-bottom: 24px;
}

#main_portfolio .txt .btn {
  padding: 15px 75px;
}

#tabs .nav_tab {
  float: right;
  width: 48%;
}

#tabs .flr {
  float: left;
  width: 50%;
}

#tabs ul {
  font-size: 0;
}

#tabs li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 48%;
}

#tabs li:nth-child(2n+2) {
  margin-left: 4%;
}

#tabs li:nth-child(1n+3) {
  margin-top: 4%;
}

#tabs li a {
  display: none;
}

#tabs li span {
  display: block;
}

#tabs img {
  display: block;
  width: 100%;
  height: auto;
}

#tabs .box_tab:nth-child(1n+2) {
  display: none;
}

#tabs iframe {
  width: 100%;
  height: 303px;
}

#main_video {
  margin-bottom: 45px;
}

#main_video .all {
  margin-top: 30px;
}

#main_video .all a {
  display: block;
  color: #0094e0;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #0094e0;
  padding: 15px 0;
  line-height: 1;
}

#main_video .all a:hover {
  background-color: #0094e0;
  color: #fff;
}

#main_news .list_news {
  border-top: 3px solid #0094e0;
  border-bottom: 3px solid #0094e0;
}

#main_news .path_left {
  margin-right: 420px;
}

#main_news .path_right {
  float: right;
  width: 360px;
}

#main_news .all {
  margin-top: 20px;
  float: left;
  width: 100%;
}

#main_news .all a {
  display: block;
  color: #0094e0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #0094e0;
  padding: 15px 0;
}

#main_news .all a:hover {
  background-color: #0094e0;
  color: #fff;
}

#main_news .subscription_form {
  border: 20px solid #e1e5eb;
  padding: 40px 30px 30px 30px;
  font-size: 14px;
  color: #57616f;
}

#main_news .subscription_form .name {
  font-size: 19px;
  font-weight: 800;
  color: #1d1d1b;
  margin-bottom: 22px;
}

#main_news .subscription_form p {
  margin-bottom: 15px;
}

#main_news .subscription_form p:last-child {
  margin-bottom: 0;
}

#main_news .subscription_form input[type=text],
#main_news .subscription_form input[type=email],
#main_news .subscription_form input[type=tel] {
  border: 1px solid #afb8c4;
  width: 100%;
  height: 46px;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #1d1d1b;
}

#main_news .subscription_form input[type=submit], #main_news .subscription_form a, #content .subscription_form a {
  border: 0px solid #afb8c4;
  width: 100%;
  height: 46px;
  background-color: #0094e0;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
}

#main_news .subscription_form input[type=submit]:hover, #main_news .subscription_form a:hover, #content .subscription_form a:hover {
  background-color: #0078b5;
}

#content .wrap ul li {
   list-style-position: inside;
}

#content .wrap .justifyfull {
    text-align: justify;
}

#main_news .social {
  padding: 20px;
  text-align: center;
}

#main_news .social p {
  margin-bottom: 15px;
}

#main_news .social p span {
  font-size: 18px;
  font-weight: bold;
  color: #040404;
}

#main_news .social ul {
  margin-bottom: 20px;
}

#main_news .social a.link {
  background-color: #0094e0;
  display: block;
  padding: 15px 5px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
}

#main_news .social a.link span {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  background-image: url(../images/icon_info.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 3px 37px;
}

#main_news .social a.link:hover {
  background-color: #0078b5;
}

/* Scss Document */
.profil_form .l_left {
  float: right;
  width: 48.5%;
}

.profil_form .l_right {
  float: left;
  width: 48.5%;
}

.profil_form .l_left1 {
  float: left;
  width: 48.5%;
}

.profil_form .l_right1 {
  float: right;
  width: 48.5%;
}

.profil_form p {
  margin-bottom: 17px;
}

.profil_form .name {
  margin-top: 17px;
  font-weight: bold;
}

.profil_form p:last-child {
  margin-bottom: 0;
}

.profil_form ul {
  font-size: 0;
}

.profil_form li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.profil_form .l_left1 li, .profil_form .l_right1 li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}

.profil_form li:nth-child(2n+2) {
  margin-left: 4%;
}

.profil_form .l_left1 li:nth-child(2n+2), .profil_form .l_right1 li:nth-child(2n+2) {
  margin-left: 0;
  margin-top: 10px;
}

.profil_form li:nth-child(1n+3) {
  margin-top: 17px;
}

.profil_form .l_left1 li:nth-child(1n+3), .profil_form .l_right1 li:nth-child(1n+3) {
  margin-top: 10px;
}

.profil_form dd {
  margin-bottom: 20px;
}

.profil_form i {
  font-size: 14px;
  font-style: italic;
  color: #464646;
  display: block;
  padding-left: 49px;
  padding-top: 5px;
}

.profil_form .brd {
  border: 10px solid #e1e5eb;
  padding: 35px 40px;
  margin-bottom: 40px;
}

.profil_form .brd label {
  display: block;
  margin-left: 5px;
  margin-bottom: 4px;
}

.profil_form .brd label span {
  font-size: 14px;
  font-style: italic;
  color: #464646;
  display: block;
}

.profil_form .brd .l_left1 label, .profil_form .brd .l_right1 label {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 4px;
  width: 48%;
}

.profil_form input[type=text],
.profil_form input[type=email],
.profil_form input[type=tel],
.profil_form input[type=password] {
  width: 100%;
  height: 46px;
  border: 1px solid #0094e0;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.profil_form .l_left1 input[type=text],
.profil_form .l_left1 input[type=email],
.profil_form .l_left1 input[type=tel],
.profil_form .l_left1 input[type=password],
.profil_form .l_right1 input[type=text],
.profil_form .l_right1 input[type=email],
.profil_form .l_right1 input[type=tel],
.profil_form .l_right1 input[type=password] {
  width: 50%;
  height: 46px;
  border: 1px solid #0094e0;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.profil_form .l_left1 select, .profil_form .l_right1 select {
  width: 50%;
}

.profil_form input[type=text]:focus,
.profil_form input[type=email]:focus,
.profil_form input[type=tel]:focus,
.profil_form input[type=password]:focus {
  background-color: #f5f5f5;
}

.profil_form input[type=text].not,
.profil_form input[type=email].not,
.profil_form input[type=tel].not,
.profil_form input[type=password].not {
  border: 1px solid #b4b4b4;
}

.profil_form textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #0094e0;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.profil_form textarea:focus {
  background-color: #f5f5f5;
}

.profil_form textarea.full {
  width: 100%;
  height: 290px;
  border: 1px solid #0094e0;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.profil_form textarea.full:focus {
  background-color: #f5f5f5;
}

.profil_form .btn {
  display: block;
  width: 350px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.profil_form .btn_clear {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.portfolio_agree {
  display: inline-block;
  border-bottom: dashed 1px #0094e0;
  text-decoration: none;
}
.add_project {
  text-align: center;
  margin-top: 65px;
}

.add_project a.btn {
  padding: 15px 60px;
}

.project {
  background-color: #f6f6f9;
  width: 49%;
  float: left;
  margin-bottom: 25px;
  height: 330px;
}

.project:nth-child(2n+2) {
  margin-left: 2%;
}

.project .thumb {
    float: right;
    width: 60%;
    padding: 15px;
}

.project .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.project .info {
    float: left;
    width: 40%;
    padding: 15px;
}

.project .titl {
    text-align: center;
    font-size: 13px;
    border: 1px solid #bbb;
    background-color: #eee;
    border-radius: 5px;
    line-height: 24px;
}

.project .stad {
  text-align:center;
  width: 100%;
  display: block;
  padding: 15px;
}

.project p {
  line-height: 22px;
  font-size: 13px;
}

.project table tr td {
    font-size: 10px;
    padding-right: 2px;
}

.project table tr td:nth-child(2n+2), .project table tr td:nth-child(2n+3) {
  text-align: center;
}

.project .info dl {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.project .info dt {
  float: left;
}

.project .info dt p {
  display: inline-block;
  vertical-align: middle;
}

.project .info dt p:nth-child(1n+2) {
  margin-left: 25px;
}

.project .info dt span {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/check2.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 15px;
}

.project .info dd {
  float: right;
}

.project .info dd p {
  display: inline-block;
  vertical-align: middle;
}

.project .info dd p:nth-child(1n+2) {
  margin-left: 20px;
}

.project .info dd a {
  font-weight: bold;
}

.project .thumb dd {
  float: right;
}

.project .thumb dd .invoice {
    overflow: auto;
    height: 110px;
}

.project .thumb dt {
  float: left;
}

.project .info .delet a {
  color: #ea7332;
}

.project .info .city {
  font-size: 17px;
  margin-bottom: 10px;
}

.project .info .title {
  margin-bottom: 10px;
  display: block;
  max-height: 54px;
  overflow: hidden;
}

.project .info .title a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.project .info .btn {
  margin-top: 20px;
  padding: 15px 35px;
  vertical-align: top;
}

.project .info .btn:nth-child(1n+2) {
  margin-left: 20px;
}

.project .info .status {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 900;
  color: #82828b;
  text-transform: uppercase;
  padding: 15px 35px;
  margin-top: 17px;
}

.project .info .status2 {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 900;
  color: #82828b;
  text-transform: uppercase;
  padding: 4px 5px;
  width: 250px;
  margin-top: 18px;
  margin-left: 20px;
}

.project .location {
    float: left;

}

.project .proj_id {
    float: right;
    text-align: center;
    font-size: 13px;
    border: 1px solid #bbb;
    background-color: #eee;
    border-radius: 5px;
    line-height: 24px;
    padding: 10px;
}

.user_panel {
  border-bottom: 1px solid #e1e5eb;
  margin-bottom: 35px;
}

.user_panel ul {
  background-color: #f4f5f8;
  font-size: 0;
  float: left;
}

.user_panel li {
  float: left;
  display: block;
  font-size: 16px;
}

.user_panel li a {
  display: block;
  padding: 15px 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.user_panel li a:hover {
  color: #0094e0;
}

.user_panel li img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.user_panel .btn {
  float: right;
  margin-left: 20px;
}

.profil_page .filter_project {
  border: 10px solid #e1e5eb;
  padding: 30px 50px;
  margin-bottom: 40px;
}

.profil_page .filter_project b {
  font-weight: bold;
}

.profil_page .filter_project p {
  margin-bottom: 15px;
}

.profil_page .filter_project ul {
  font-size: 0;
}

.profil_page .filter_project li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  width: 26%;
  margin-bottom: 10px;
}

.profil_page .filter_project li:nth-child(4n+2) {
  margin-left: 2.66%;
  width: 27%;
}

.profil_page .filter_project li:nth-child(4n+3) {
  margin-left: 2.66%;
  width: 25%;
}

.profil_page .filter_project li:nth-child(4n+4) {
  margin-left: 2.66%;
  width: 14%;
  text-align: right;
}

.profil_page .filter_project label {
  display: block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.profil_page .filter_project .btn_check {
  margin-bottom: 16px;
}

.profil_page .filter_project .btn {
  text-align: center;
  min-width: 180px;
}

.profil_page .filter_project .input_text {
    height: 46px;
    border: 1px solid #0094e0;
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-align: left;
    outline: none;
    width: 100%;
}

.profil_page .message {
  background-image: url(../images/messege.png);
  background-repeat: no-repeat;
  background-position: 50px center;
  padding: 47px 47px 47px 120px;
  background-color: #f4f7f0;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.profil_page dl:nth-child(1n+2) {
  margin-top: 50px;
}

.profil_page dl dt {
//  font-size: 18px;
  margin-bottom: 12px;
}

.profil_page dl .btn {
  padding: 15px 35px;
}

.info_page {
  padding-right: 225px;
}

.info_page dl {
  border: 10px solid #e1e5eb;
  padding: 35px 35px 35px 188px;
  background-image: url(../images/catalog2.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  font-size: 15px;
  margin-bottom: 30px;
}

.info_page dl:last-child {
  margin-bottom: 0;
}

.info_page dl.set_2 {
  background-image: url(../images/Package-marketing.png);
}

.info_page dl.set_3 {
  background-image: url(../images/Package-integrator.png);
}

.info_page dl.set_4 {
  background-image: url(../images/Package-dealer.png);
}

.info_page dt {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.info_page dd {
  margin-bottom: 15px;
}

.info_page dd:last-child {
  margin-bottom: 0;
}

.info_page .btn {
  padding: 15px 30px;
}

.w100 dl.info_1, .w100 dl.info_2, .w100 dl.info_3 {
  border: 10px solid #e1e5eb;
  padding: 35px 25px 35px 188px;
  background-image: url(../images/contacts.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  font-size: 15px;
  margin-bottom: 30px;
}

.w100 dl.info_2 {
  background-image: url(../images/Ask.png);
}

.w100  dl.info_3 {
  background-image: url(../images/answer.png);
}

.w100 dt {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.w100 dd {
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

.w100 dd:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.w100 .btn {
  padding: 15px 30px;
  margin-top: 15px;
}

.faq_page .group {
  padding-top: 11px;
}

.faq_page .group .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 5px solid #0094e0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.faq_page .group .accordion_item.active_block .title_block:before {
  transform: rotate(180deg);
}

.faq_page .group .title_block {
  border: 1px solid #0094e0;
  padding: 16px 70px;
  font-size: 17px;
  font-weight: 600;
  background-image: url(../images/icon_faq.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  margin-bottom: 13px;
  position: relative;
  cursor: pointer;
}

.faq_page .group .title_block:before {
  content: '';
  display: block;
  background-image: url(../images/title_block_before.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transition: all 0.2s ease-in-out;
}

.faq_page .group .title_block:hover {
  background-color: #e2e2e2;
}

.faq_page .group .info {
  display: none;
  margin-bottom: 13px;
  padding-top: 10px;
  font-size: 17px;
}

.reg_step {
  margin-bottom: 50px;
}

.reg_step.st2 ul {
  padding-right: 80px;
}

.reg_step.st3 ul {
  padding-right: 46%;
}

.reg_step.st3 li {
  width: 48%;
  vertical-align: middle;
}

.reg_step.st3 li:nth-child(3n+2), .reg_step.st3 li:nth-child(3n+3) {
  margin-left: 0%;
}

.reg_step.st3 li:nth-child(2n+2) {
  margin-left: 4%;
}

.reg_step.st3 li:nth-child(1n+3) {
  margin-top: 15px;
}

.reg_step .name {
  position: relative;
  margin-bottom: 25px;
}

.reg_step .name:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #e1e5eb;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -25%);
}

.reg_step .name span {
  display: inline-block;
  font-size: 17px;
  color: #b8c2d1;
  font-weight: bold;
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.reg_step ul {
  font-size: 0;
  padding-right: 100px;
}

.reg_step li {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  width: 32%;
}

.reg_step li.errora {
  vertical-align: top;
}
.reg_step li:nth-child(3n+2), .reg_step li:nth-child(3n+3) {
  margin-left: 2%;
}

.reg_step li:nth-child(1n+4) {
  margin-top: 15px;
}

.reg_step label {
  display: block;
  margin: 0 0 5px 5px;
}

.reg_step label span {
  font-size: 12px;
  color: #858585;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.reg_step input[type=text],
.reg_step input[type=email],
.reg_step input[type=tel],
.reg_step input[type=password] {
  width: 100%;
  height: 46px;
  border: 1px solid #0094e0;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.reg_step input[type=text]:focus,
.reg_step input[type=email]:focus,
.reg_step input[type=tel]:focus,
.reg_step input[type=password]:focus {
  background-color: #f5f5f5;
}

.reg_step input[type=text].not,
.reg_step input[type=email].not,
.reg_step input[type=tel].not,
.reg_step input[type=password].not {
  border: 1px solid #b4b4b4;
}

.reg_step input[type=text]#birthdaydate {
//    width: 80%;
}

.reg_step span.notedit {
    width: 100%;
    height: 46px;
    border: 1px solid #0094e0;
    padding: 10px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-align: left;
    outline: none;
    display: block;
    background-color: #eee;
}

#edit_project_form span.notedit {
    width: 50%;
    min-height: 46px;
    border: 1px solid #0094e0;
    padding: 10px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-align: left;
    outline: none;
    display: inline-block;
    background-color: #eee;
}

#edit_project_form span.notedit_link {
    width: 50%;
    min-height: 46px;
    border: 1px solid #0094e0;
    padding: 10px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    text-align: left;
    outline: none;
    display: inline-block;
    background-color: #eee;
    overflow: auto;
}

.search_p {
  float: right;
  clear: both;
  /*width: 415px;*/
  width: 570px;
}

.search_p input[type=text] {
  width: 100%;
  height: 36px;
  border: 1px solid #0094e0;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  outline: none;
}

.login_page .k1 {
  float: left;
  width: 48%;
  border: 10px solid #0094e0;
  padding: 95px;
  text-align: center;
}

.login_page .k1 .name {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.login_page .k1 p {
  margin-bottom: 10px;
}

.login_page .k1 p:last-child {
  margin-bottom: 0;
}

.login_page .k1 label {
  display: block;
  padding-left: 5px;
  margin-bottom: 2px;
  text-align: left;
}

.login_page .k1 input[type=text],
.login_page .k1 input[type=email],
.login_page .k1 input[type=tel],
.login_page .k1 input[type=password] {
  width: 100%;
  height: 40px;
  border: 1px solid #0094e0;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
}

.login_page .k1 input[type=submit] {
  background-color: #0094e0;
  display: block;
  padding: 16px 15px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 0 solid #000;
  width: 100%;
  margin: 20px 0 5px 0;
}

.login_page .k1 input[type=submit]:hover {
  background-color: #0078b5;
}

.login_page .k1 a {
  display: inline-block;
  margin: 0 auto;
}

.login_page .k2 {
  float: right;
  width: 48%;
  padding: 52px 45px;
  border: 10px solid #e1e5eb;
  font-size: 15px;
  min-height: 490px;
  padding-top: 95px;
}

.login_page .k2 .name {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.login_page .k2 p {
  margin-bottom: 12px;
}

.login_page .k2 p:last-child {
  margin-bottom: 0;
}

.login_page .k2 select {
  margin-top: 5px;
  width: 89%;
}

.login_page .k2 .reg_q {
  float: right;
  margin-top: 8px;
}

.reg_step .list .reg_q1, .reg_step .open_regq .reg_q1 {
  vertical-align: bottom;
}

.login_page .k2 input[type=submit] {
  background-color: #0094e0;
  display: block;
  padding: 16px 15px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 0 solid #000;
  width: 100%;
  margin: 20px 0 5px 0;
}

.login_page .k2 input[type=submit]:hover {
  background-color: #0078b5;
}

.news_page {
  border-top: 2px solid #0094e0;
}

.news_page .list_news {
  float: none;
}

.video_page ul {
  font-size: 0;
}

.video_page li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 23%;
}

.video_page li:nth-child(4n+2), .video_page li:nth-child(4n+3), .video_page li:nth-child(4n+4) {
  margin-left: 2.6%;
}

.video_page li:nth-child(1n+5) {
  margin-top: 2.6%;
}

.video_page li a {
  display: block;
}

.video_page li a:hover {
  opacity: 0.8;
}

.video_page li img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #0094e0;
}

.video_page .all {
  margin-top: 2.6%;
}

.video_page .all a {
  display: block;
  color: #0094e0;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #0094e0;
  padding: 15px 0;
  line-height: 1;
}

.video_page .all a:hover {
  background-color: #0094e0;
  color: #fff;
}

.about_us_page {
  padding: 50px;
  /*background-image: url(../images/Toledo2.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 10%;
  text-align: justify;

}


.about_us_page h1 {
  margin-bottom: 32px;
}

.about_us_page p {
  margin-bottom: 25px;
}

.about_us_page p:last-child {
  margin-bottom: 0;
}

.contact_page {
  font-size: 17px;
}

.contact_page .map {
  float: left;
  width: 50%;
}

.contact_page .txt {
  float: right;
  width: 44%;
}

.contact_page p {
  margin-bottom: 25px;
}

.contact_page .phone {
  background-image: url(../images/contact_phone.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 40px;
}

.contact_page .phone a {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f0f;
}

.contact_page .mail {
  background-image: url(../images/contact_mail.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 40px;
}

.contact_page .mail a {
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  color: #0f0f0f;
}

.contact_page .adres {
  background-image: url(../images/contact_adres.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 40px;
}

.contact_page .navi {
  background-image: url(../images/navi.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 40px;
}

.contact_page .social {
  padding-left: 40px;
  margin-bottom: 30px;
}

.contact_page .btn {
  padding: 15px 80px;
}

.training_page .f1 {
  background-image: url(../images/training_page_f1.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 55px 50px;
  color: #fff;
  margin-bottom: 30px;
}

.training_page .f1 .name {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 25px;
}

.training_page .f1 .txt p {
  margin-bottom: 15px;
}

.training_page .f1 .txt p:last-child {
  margin-bottom: 0;
}

.training_page .f1 .txt b {
  font-weight: bold;
}

.training_page .f2 {
  float: left;
  width: 40%;
  background-image: url(../images/training_page_f2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 40px 50px 30px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
}

.training_page .f2 .name {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  color: #0094e0;
}

.training_page .f2 p {
  margin-bottom: 12px;
}

.training_page .f2 p:last-child {
  margin-bottom: 0;
}

.training_page .f2 span {
  font-weight: 900;
}

.training_page .f3 {
  float: right;
  width: 57%;
  background-color: #f3f5f9;
  padding: 30px 35px;
  font-size: 15px;
  color: #303030;
}

.training_page .f3 p {
  margin-bottom: 14px;
}

.training_page .f3 p:last-child {
  margin-bottom: 0;
}

.training_page .f3 span {
  font-weight: bold;
}

.vn {
  padding: 25px 30px;
  border: 1px solid #0094e0;
  margin-bottom: 15px;
}

.search_block form {
  position: relative;
  margin-bottom: 15px;
}

.search_block input[type=text],
.search_block input[type=email],
.search_block input[type=tel] {
  background-color: #fbfbfb;
  width: 100%;
  border: 0 solid #000;
  border: 2px solid #e4e4e4;
  height: 36px;
  padding-right: 295px;
  padding-left: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #6b6b6b;
  outline: none;
  background-image: url(../images/seach_buttom.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.search_block input[type=submit] {
  position: absolute;
  top: -2px;
  right: -2px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0094e0;
  border-radius: 4px;
  width: 215px;
  height: 40px;
  border: 0 solid #000;
}

.search_block input[type=submit]:hover {
  background-color: #0078b5;
}

.search_block p {
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
  margin-left: 5px;
  color: #0f0f0f;
  font-size: 14px;
}

.statistic_block {
  font-size: 0;
}

.statistic_block p {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  width: 33.3%;
}

.statistic_block span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0094e0;
}

.faq_block p {
  margin-bottom: 15px;
  font-size: 14px;
}

.faq_block dl {
  float: left;
  width: 50%;
}

.faq_block dl dt {
  background-image: url(../images/icon_dt.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 42px;
  padding-left: 60px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
}

.faq_block dl dd {
  padding-left: 5px;
}

.faq_block dl p {
  padding-left: 23px;
  background-image: url(../images/icon_dd.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

.faq_block dl a {
  font-size: 14px;
  color: #0f0f0f;
  text-decoration: none;
}

.faq_block dl a:hover {
  text-decoration: underline;
}

.send_we {
  padding: 0;
}

.send_we .name {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 17px 29px;
  border-bottom: 1px solid #d7d7d7;
}

.send_we li {
  display: block;
  padding: 15px 15px 15px 90px;
  background-image: url(../images/avatar.png);
  background-repeat: no-repeat;
  background-position: 29px center;
  font-size: 14px;
}

.send_we li:nth-child(1n+2) {
  border-top: 1px solid #d7d7d7;
}

.send_we li span {
  font-weight: bold;
  display: block;
}

.widget {
  background-image: url(../images/widget.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 70px 50px 65px 50px;
  font-size: 14px;
  color: #57616f;
  margin-bottom: 30px;
}

.widget p {
  margin-bottom: 20px;
}

.widget p:first-child {
  font-size: 20px;
  font-weight: 900;
  color: #0f0f0f;
}

.widget p:last-child {
  margin-bottom: 0;
}

.widget .btn {
  display: block;
  text-align: center;
}

.widget .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.portfolio {
  padding-bottom: 50px;
}

.name_port {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 25px;
}

.collum {
  column-count: 2;
  column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}

.g_left {
  float: left;
  width: 33%;
}

.g_left h1 {
  line-height: 1;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
}

.g_left li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 2px;
}

.g_left li.current a {
  font-weight: 400;
  color: #1d1d1b;
  background-color: #f3f5f9;
}

.g_left li.current a span {
  text-decoration: none;
}

.g_left a {
  display: block;
  width: 100%;
  float: left;
  padding: 15px 10px 15px 20px;
  font-size: 18px;
  font-weight: 600;
}

.g_left a:hover {
  background-color: #f3f5f9;
}

.g_left a:hover span {
  text-decoration: none;
}

.g_left img {
  display: block;
  float: left;
  margin-right: 25px;
}

.g_left span {
  display: block;
  float: left;
  padding-top: 3px;
  text-decoration: underline;
}

.g_right {
  float: right;
  width: 61%;
}

.g_right .pic2 {
  margin-bottom: 0;
}

.e_left {
  margin-right: 400px;
}

.e_right {
  width: 370px;
  float: right;
}

.e_right .txt {
  background-color: #eef5f9;
  padding: 40px;
  font-size: 15px;
}

.e_right .txt p {
  margin-bottom: 20px;
}

.e_right .txt p:last-child {
  margin-bottom: 0;
}

.e_right .txt span {
  font-weight: 600;
}

.e_right .find {
  border: 10px solid #0094e0;
  padding: 40px 50px;
}

.e_right .find p {
  margin-bottom: 15px;
}

.e_right .find p:last-child {
  margin-bottom: 0;
}

.e_right .find p span {
  font-size: 23px;
  font-weight: bold;
}

.e_right .find ul {
  padding-top: 15px;
  margin-bottom: 25px;
}

.e_right .find ul.my_button {
  padding-top: 0;
}

.e_right .find ul.my_button li {
  margin-bottom: 10px;
}

.e_right .find li {
  display: block;
  margin-bottom: 15px;
}

.e_right .find label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}

.e_right .find input[type=text], .e_left .filter_short input[type=text] {
    width: 100%;
    height: 45px;
    border: 1px solid #0094e0;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    border-radius: 5px;
    outline: none;
    text-align: left;
}

.e_right .find .btn {
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.list_event {
  margin-bottom: 70px;
}

.avtor_info {
  border: 10px solid #e1e5eb;
  padding: 40px 50px;
  margin-bottom: 30px;
}

.avtor_info p {
  font-size: 17px;
  margin-bottom: 15px;
}

.avtor_info p:first-child {
  font-size: 20px;
}

.avtor_info p span {
  font-weight: 600;
}

.avtor_info p b {
  font-weight: 700;
}

.avtor_info .tit {
  margin-top: -12px;
}

.avtor_info .tit a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
}

.avtor_info a {
  font-weight: 600;
}

.avtor_info dl {
  padding-top: 10px;
}

.avtor_info dd {
  font-size: 12px;
  text-transform: uppercase;
  color: #0094e0;
  font-weight: 600;
  display: block;
  width: 100%;
}

.avtor_info dd:nth-child(2n+2) {
  margin-top: 15px;
}

.avtor_info dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  box-shadow: 0px 0px 10px rgba(0, 148, 224, 0.44);
}

.avtor_info dd span {
  vertical-align: middle;
}

.dop_info {
  border: 10px solid #e1e5eb;
  padding: 35px 50px;
  margin-bottom: 30px;
}

.dop_info p {
  margin-bottom: 10px;
}

.dop_info p:last-child {
  margin-bottom: 0;
}

.dop_info i {
  display: block;
  margin-bottom: 20px;
}

.dop_info span {
  font-weight: 600;
}

.dop_info b {
  font-weight: 600;
}

.dop_info b:before {
  content: '';
  background-image: url(../images/check.png);
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.dop_info .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.filter_short {
  border: 10px solid #e1e5eb;
  padding: 30px 40px;
  font-size: 16px;
  margin-bottom: 25px;
}

.filter_short p {
  margin-bottom: 15px;
  line-height: 1;
}

.filter_short p span {
  font-weight: bold;
}

.filter_short ul {
  font-size: 0;
}

.filter_short li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 48%;
  margin-bottom: 10px;
}

.filter_short li:nth-child(2n+2) {
  margin-left: 4%;
}

.filter_short label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
}

.filter_short dd p {
  display: inline-block;
  vertical-align: top;
}

.filter_short dd p:nth-child(2n+2) {
  margin-left: 30px;
}

.filter_short dd p:last-child {
  margin-bottom: 0;
}

.filter_short dd b {
  font-weight: bold;
}

.filter_short dd b:before {
  content: '';
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.map {
  margin-bottom: 25px;
}

.map img {
  width: 100%;
  height: auto;
}

.about_avtor {
  border: 10px solid #e1e5eb;
  margin-bottom: 55px;
}

.about_avtor .thumb {
  float: left;
  width: 23%;
  font-size: 20px;
  padding: 35px 40px 35px 40px;
}

.about_avtor .thumb p {
  margin-bottom: 15px;
}

.about_avtor .thumb span {
  display: block;
  overflow: hidden;
  position: relative;
  height: 205px;
  border: 1px solid #0094e0;
}

.about_avtor .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 215px;
}

.about_avtor .info {
  float: left;
  width: 47%;
  font-size: 17px;
  padding: 35px 0px 35px 0px;
}

.about_avtor .info p {
  margin-bottom: 7px;
}

.about_avtor .info p:first-child {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
}

.about_avtor .info p span {
  font-weight: bold;
  display: block;
}

.about_avtor .info dd {
  font-size: 12px;
  text-transform: uppercase;
  color: #0094e0;
  font-weight: 600;
  display: inline-block;
  width: 48%;
}

.about_avtor .info dd:nth-child(2n+2) {
  margin-top: 15px;
}

.about_avtor .info dd img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  box-shadow: 0px 0px 10px rgba(0, 148, 224, 0.44);
}

.about_avtor .info dd span {
  vertical-align: middle;
}

.about_avtor .contact {
  float: left;
  width: 30%;
  padding: 25px 50px 25px 60px;
  background-color: #f3f4f7;
  font-size: 17px;
}

.about_avtor .contact p {
  margin-bottom: 7px;
}

.about_avtor .contact p:last-child {
  margin-bottom: 0;
}

.about_avtor .contact span {
  font-weight: 600;
  display: block;
}

/*
.about_avtor .contact span.showTel, .about_avtor .contact span.showEmail, {
  display: inline-block;
}
*/

.about_avtor .contact span#translationTel, .about_avtor .contact span.showTel, .about_avtor .contact span#translationEmail, .about_avtor .contact span.showEmail {
  display: inline-block;
}

.about_avtor .contact a {
  font-weight: 600;
  display: block;
}

.about_avtor .social {
  margin-bottom: 12px;
}

.about_avtor .btn {
  display: block;
  text-align: center;
}

.short {
  float: left;
  width: 100%;
  padding: 16px 0;
  border: 3px solid #9cdcfd;
}

.short:nth-child(1n+2) {
  margin-top: 25px;
}

.short.too {
  border: 3px solid #eeeff1;
  background-color: #eeeff1;
}

.short.too .thumb a {
  position: relative;
}

.short.too .thumb a:before {
  content: '';
  background-color: rgba(0, 148, 224, 0.74);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 2;
  background-image: url(../images/bg_foto.png);
  background-repeat: no-repeat;
  background-position: center 33px;
  transition: all 0.2s ease-in-out;
}

.short.too .thumb a:hover:before {
  content: '';
  opacity: 0;
}

.short.too .info a {
  color: #2d2d2d;
}

.short .thumb {
  width: 202px;
  float: left;
  padding: 0 23px;
}

.short .thumb a {
  display: block;
}

.short .thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.short .info {
  margin-left: 215px;
  padding-right: 20px;
}

.short .info p {
  margin-bottom: 10px;
}

.short .info p:last-child {
  margin-bottom: 0;
}

.short .info p a {
  font-size: 20px;
  font-weight: bold;
}

.short .info span {
  font-size: 18px;
  position: relative;
  margin-right: 25px;
}

.short .info span:before {
  content: '';
  background-color: #0094e0;
  width: 1px;
  height: 13px;
  display: block;
  position: absolute;
  top: 7px;
  right: -13px;
}

.pic {
  margin-bottom: 25px;
}

.pic .fotorama__stage {
  width: 100%;
  height: 400px !important;
  background-color: #f3f5f9;
}

.pic .fotorama__stage__frame img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.pic .fotorama__nav-wrap {
  margin-top: 5px;
  background-color: #f3f5f9;
}

.pic .fotorama__nav-wrap .fotorama__nav__frame {
  padding: 5px !important;
  background-color: #f3f5f9;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}

.pic .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  background-color: rgba(0, 148, 224, 0.59);
}

.pic .fotorama__nav-wrap .fotorama__thumb-border {
  border: 3px solid #f3f5f9 !important;
  display: none;
}
.pic a.youtube {
    position: absolute;
    right: 0px;
    top: 180px;
}

.pic2 {
  margin-bottom: 45px;
}

.pic2 .fotorama__nav-wrap {
  margin-top: 2px;
}

.pic2 .fotorama__nav-wrap .fotorama__nav__frame {
  padding: 0px !important;
}

.pic2 .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  background-color: rgba(0, 148, 224, 0.59);
}

.pic2 .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border: 2px solid #0094e0;
}

.pic2 .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  position: relative;
  border: 2px solid #fff;
}

.pic2 .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb img {
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.pic2 .fotorama__nav-wrap .fotorama__thumb-border {
  border: 3px solid #f3f5f9 !important;
  display: none;
}

article .title {
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 25px;
}

article .title h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 5px;
}

article .title p {
  margin-bottom: 10px;
}

article .title span {
  color: #7d7d7d;
  font-size: 15px;
}

.option_info .d50 {
  width: 49%;
  float: left;
}

.option_info .d50:nth-child(2n+3) {
  margin-left: 2%;
}

.option_info dl {
  margin-bottom: 3%;
}

.option_info dt {
  background-color: #eeeff1;
  padding: 16px 23px;
  color: #000;
  font-size: 15px;
  color: #191919;
  display: table;
  width: 100%;
  text-align: left;
}

.option_info dt p {
  display: table-cell;
  vertical-align: middle;
}

.option_info dt p:first-child {
  width: 30px;
  text-align: center;
}

.option_info dt p:nth-child(1n+2) {
  padding-left: 21px;
}

.option_info dt img {
  display: block;
  position: relative;
  top: 1px;
  margin: 0 auto;
}

.option_info dt span {
  font-weight: 800;
  text-transform: uppercase;
}

.option_info dd {
  border: 3px solid #eeeff1;
  border-top: 0 solid #000;
  padding: 15px 15px 10px 15px;
  width: 100%;
}

.option_info dd p {
  font-size: 15px;
  line-height: 20px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.option_info dd img {
  display: block;
  margin: 0 auto;
}

.option_info ul {
  margin-bottom: 18px;
}

.option_info li {
  display: block;
  margin-bottom: 8px;
  color: #0094e0;
}

.option_info li:last-child {
  margin-bottom: 0;
}

.option_info li span {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 3px;
  font-size: 11px;
  font-weight: bold;
  color: #0094e0;
  text-transform: uppercase;
  width: 37px;
  margin-right: 20px;
}

.option_info li a {
  font-size: 15px;
  font-weight: 600;
  color: #0094e0;
}

.catalog li {
  float: left;
  display: block;
  width: 23.82%;
  overflow: hidden;
  position: relative;
  border: 1px solid #eff3f5;
}

.catalog li.big {
  width: 48%;
}

.catalog li:nth-child(3n+2), .catalog li:nth-child(3n+3) {
  margin-left: 2.18%;
}

.catalog li:nth-child(1n+4) {
  margin-top: 2.18%;
}

.catalog img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.catalog span {
  position: absolute;
  top: 48px;
  left: 30px;
  z-index: 2;
  width: 200px;
  display: block;
}

.catalog a {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #272727;
}

aside {
  width: 350px;
  float: left;
}

aside menu.menu_vid1 ul li {
  display: block;
  position: relative;
}

aside menu.menu_vid1 ul li a {
  font-size: 17px;
  color: #1c1c1c;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 11px 0 11px 23px;
  position: relative;
}

aside menu.menu_vid1 ul li a:hover {
  background-color: #f3f5f9;
}

aside menu.menu_vid1 ul li.current > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0094e0;
  width: 6px;
  height: 100%;
}

aside menu.menu_vid1 ul ul {
  margin-left: 55px;
  padding: 12px 0;
  display: none;
}

aside menu.menu_vid1 ul li.current ul {
  display: block;
}

aside menu.menu_vid1 ul ul li {
  padding-left: 26px;
}

aside menu.menu_vid1 ul ul li:nth-child(1n+2) {
  margin-top: 9px;
}

aside menu.menu_vid1 ul ul a {
  font-size: 17px;
  font-weight: normal;
  padding: 0;
  display: inline-block;
  position: static;
}

aside menu.menu_vid1 ul ul a:hover {
  background-color: transparent;
  color: #0094e0;
}

aside menu.menu_vid1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

aside menu.menu_vid1 span {
  display: inline-block;
  vertical-align: middle;
  max-width: 270px;
}

aside .menu_vid3 ul li {
  display: block;
}

aside .menu_vid3 ul a {
  display: block;
  font-size: 18px;
  color: #0094e0;
  font-weight: 600;
  padding: 16px 30px;
}

aside .menu_vid3 .current a {
  background-color: #f3f5f9;
  color: #1d1d1b;
  font-weight: normal;
  text-decoration: none;
}

.col_right {
  margin-left: 375px;
}

.hide {
    display: none;
}

input.fi_error {
  border: 1px solid red !important;
}

.bottom_banner {
    position: fixed;
    top: 0;
    text-align: center;
    padding: 1.5em 1em;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    color: #f8f8f8;
    font-size: 15px;
}

.bottom_banner .close_bottom_banner {
    position: absolute;
    right: 0.25em;
    top: 0.25em;
    height: 1em;
    width: 1em;
    background-image: url(/images/GD_iconset.svg);
    background-size: 50em 62.5em;
    background-position: -17em -7em;
    cursor: pointer;
    text-decoration: none;
}

.bottom_banner a {
    color: #f8f8f8;
    font-weight: bold;
    text-decoration: underline;
}

.reestr_text {
    margin-bottom: 10px;
}

table.reestr {
    border: 1px solid gray;
    font-size: 12px;
    border-spacing: 1px;
    background-color: #efefef;
    width: 98vw;
    margin-left: calc(-48vw + 48.5%);
}

table.reestr  tr td {
    background-color: #fff;
    padding: 4px;
}

table.reestr  tr.mytr td {
    background-color: #fff39a;
}

table.reestr.my  tr.mytr td {
    background-color: #fff;
}

table.reestr  tr.head td {
    background-color: #ccc;
    text-align: center;
}
table.reestr  tr.head td a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}

/* Scss Document */
@media (max-width: 1110px) {
  .wrap {
    margin: 0 10px;
  }
  nav li:nth-child(1n+2) {
    margin-left: 10px;
  }
  nav li:nth-child(1n+3) {
    margin-left: 40px;
  }
  .profil_form .brd {
    padding: 25px;
  }
  .reg_step ul {
    padding-right: 0 !important;
  }
  .reg_step label span span {
    display: none;
  }
  .info_page {
    padding-right: 0;
  }
  .project {
     height: auto;
   }
  .project .thumb {
    width: 57%;
    padding-top: 15px;
  }
  .project .info {
    width: 43%;
    padding-top: 15px;
  }
  .project .info dl {
    margin-bottom: 15px;
  }
  .project .info .btn {
    font-size: 12px;
  }
  .project .info .status {
    font-size: 12px;
  }
  .project .info .status2 {
    font-size: 12px;
  }
  #main_1 .txt {
    margin-bottom: 50px;
  }
  #main_news .path_left {
    margin-right: 380px;
  }
  .about_avtor .thumb {
    font-size: 17px;
  }
  .about_avtor .info dd {
    display: block;
    width: 100%;
  }
  .about_avtor .info dd:nth-child(2n+2) {
    margin-left: 0%;
  }
  .about_avtor .contact {
    padding: 25px 25px;
  }
  .portfolio {
    padding-bottom: 20px;
  }
  .g_left {
    width: 49%;
  }
  .g_right {
    width: 49%;
  }
}

@media (max-width: 992px) {
  .profil_form .brd {
    padding: 25px;
  }
  .profil_form .l_left {
    width: 100%;
  }
  .profil_form .l_right {
    width: 100%;
  }
  .profil_form .l_left1 {
    width: 100%;
  }
  .profil_form .l_right1 {
    width: 100%;
  }
  .add_project {
    margin-top: 35px;
  }
  .project {
    width: 100%;
    height: auto;
  }
  .project:nth-child(2n+2) {
    margin-left: 0;
  }
  .project .info {
    font-size: 14px;
    width: 40%;
  }
  .project .info dd {
    float: left;
  }
  .project .info .city {
    font-size: 15px;
  }
  .project .info .title a {
    font-size: 20px;
  }
  .project .info .btn:nth-child(1n+2) {
    margin-left: 0%;
    margin-top: 10px;
  }
  .profil_page .filter_project {
    border: 5px solid #e1e5eb;
    padding: 20px;
  }
  .profil_page .filter_project li {
    width: 48%;
  }
  .profil_page .filter_project li:nth-child(3n+2), .profil_page .filter_project li:nth-child(3n+3) {
    margin-left: 0%;
  }
  .profil_page .filter_project li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .profil_page .message {
    background-position: 20px center;
    padding: 25px 25px 25px 75px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .profil_page dl {
    font-size: 15px;
  }
  .profil_page dl:nth-child(1n+2) {
    margin-top: 2%;
  }
  .info_page dl {
    padding: 25px;
    background-image: none !important;
  }
  .fix.is_stuck {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .login_page .k1 {
    padding: 50px 40px;
  }
  .login_page .k2 {
    padding: 30px 40px;
  }
  .video_page li {
    width: 32%;
  }
  .video_page li:nth-child(4n+2), .video_page li:nth-child(4n+3), .video_page li:nth-child(4n+4) {
    margin-left: 0%;
  }
  .video_page li:nth-child(3n+2), .video_page li:nth-child(3n+3) {
    margin-left: 2%;
  }
  .video_page li:nth-child(1n+4) {
    margin-top: 2%;
  }
  .about_us_page {
    padding: 40px;
    padding-right: 30%;
  }
  .about_us_page h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .contact_page .map {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_page .txt {
    width: 100%;
  }
  .training_page .f2 {
    width: 440px;
    float: none;
    margin-bottom: 30px;
    height: auto !important;
  }
  .training_page .f3 {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .col_right {
    margin-left: 0;
  }
  aside {
    width: 100%;
    margin-top: 20px;
  }
  #open_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 15px;
    background-color: #0094e0;
    z-index: 99;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  nav {
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 99;
    background-color: #0094e0;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, 0px);
    transition: all 0.2s ease-in-out;
  }
  nav .wrap {
    min-width: auto;
    max-width: auto;
    margin: 0;
  }
  nav li {
    display: block;
    background-color: transparent;
  }
  nav li:nth-child(1n+2) {
    margin-left: 0px;
  }
  nav li .fa {
    display: none;
  }
  nav a {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px 10px 10px !important;
    text-transform: none;
  }
  nav li ul {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  nav li li a {
    padding: 10px !important;
    font-size: 13px;
    background-color: #0178b5;
  }
  .name_s {
    font-size: 35px;
  }
  header {
    padding: 20px 0;
  }
  header .logo {
    margin-right: 0;
    text-align: center;
  }
  header .h_right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  header .search_p {
    width: 100%;
  } 
  header .h_right .lang ul {
    text-align: left;
  }
  header .h_right .lang p {
    background-image: none;
    padding-left: 0;
    text-align: left;
  }
  header .h_right .contact .open_form {
    padding: 12px 0;
  }
  #content {
    padding-bottom: 20px;
  }
  .widget {
    float: left;
    width: 48%;
  }
  .widget:nth-child(2n+2) {
    float: right;
  }
  .collum {
    column-count: 1;
    column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
  }
  .g_left {
    width: 100%;
  }
  .g_right {
    width: 100%;
  }
  .g_right .pic2 {
    margin-bottom: 0;
  }
  .e_left {
    margin-right: 0px;
  }
  .e_right {
    width: 100%;
    float: right;
    margin-top: 20px;
  }
  .about_avtor .thumb {
    padding: 35px 20px 35px 10px;
  }
  .about_avtor .info {
    font-size: 15px;
    padding-right: 10px;
    width: 42%;
  }
  .about_avtor .info dl {
    margin-top: 10px;
  }
  .about_avtor .info p span {
    display: inline;
  }
  .about_avtor .contact {
    width: 35%;
    font-size: 15px;
  }
  .catalog li {
    width: 32%;
  }
  .catalog li.big {
    width: 32%;
    text-align: right;
  }
  .catalog li:nth-child(3n+2), .catalog li:nth-child(3n+3) {
    margin-left: 2%;
  }
  .catalog li a {
    font-size: 18px;
  }
  .catalog li span {
    top: 20px;
    left: 20px;
    text-align: left;
    width: auto;
  }
  #main_1 .bg {
    padding: 30px;
    background-size: cover;
  }
  #main_1 h1 {
    font-size: 35px;
  }
  #main_2 dt {
    display: none;
  }
  .item_50 {
    width: 100%;
  }
  .item_50:nth-child(2n+2) {
    margin-left: 0%;
  }
  .item_50:nth-child(1n+2) {
    margin-top: 1%;
  }
  .item_50 p a {
    font-size: 17px;
  }
  .item_job .thumb {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .item_job .thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .item_job .info {
    width: 100%;
    padding: 20px;
  }
  .item_job .title a {
    margin: 10px 0;
    font-size: 25px;
  }
  .item_job .avtor a {
    font-size: 18px;
    vertical-align: middle;
  }
  #main_portfolio .list {
    margin-bottom: 30px;
  }
  #main_portfolio .txt .btn {
    padding: 15px 5px;
    display: block;
  }
  #tabs .nav_tab {
    width: 100%;
  }
  #tabs li span {
    display: none;
  }
  #tabs li a {
    display: block;
  }
  #tabs .flr {
    display: none;
  }
  #main_news .path_left {
    margin-right: 0;
  }
  #main_news .path_right {
    width: 100%;
    margin-top: 20px;
  }
  #page {
    padding-bottom: 0;
  }
  footer {
    margin-top: 0;
    height: auto;
  }
  footer .m_left {
    width: 100%;
  }
  footer menu {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .m_left menu li:before {
    content: none;
  }
  footer .m_left .logo {
    display: none;
  }
  footer .m_right {
    width: 100%;
  }
  footer .m_right br {
    display: none;
  }
  footer .copy {
    display: none;
  }
}

@media (max-width: 760px) {
  .add_project {
    margin-top: 25px;
  }
  .user_panel ul {
    width: 100%;
  }
  .user_panel li a {
    font-size: 13px;
  }
  .user_panel .btn {
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
  }
  .info_page dl {
    border: 5px solid #e1e5eb;
    margin-bottom: 25px;
  }
  .login_page .k1 {
    padding: 30px 40px;
    width: 100%;
    margin-bottom: 10px;
  }
  .login_page .k2 {
    padding: 30px 40px;
    width: 100%;
  }
  .reg_step li {
    font-size: 14px;
  }
  .reg_step input[type=text],
  .reg_step input[type=email],
  .reg_step input[type=tel],
  .reg_step input[type=password] {
    height: 36px;
    font-size: 14px;
    border-radius: 3px;
  }
  .reg_step select {
    height: 36px;
    font-size: 14px;
  }
  .reg_step img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .reestr_text {
    overflow-x: scroll;
   }

   table.reestr {
        width:1400px;
   }
}

@media (max-width: 600px) {
  .profil_form .brd {
    margin-bottom: 20px;
    padding: 10px;
    border: 5px solid #e1e5eb;
  }
  .profil_form .btn_check {
    margin-left: 0;
    padding-left: 0;
  }
  .profil_form .btn {
    margin-top: 20px;
    width: 250px;
  }
  .profil_form i {
    padding-left: 27px;
  }
  .profil_form p {
    margin-bottom: 10px;
  }
  .profil_form li:nth-child(1n+3) {
    margin-top: 10px;
  }
  .profil_form input[type=text],
  .profil_form input[type=email],
  .profil_form input[type=tel],
  .profil_form input[type=password] {
    height: 36px;
    font-size: 14x;
  }
  .profil_form select {
    height: 36px;
    font-size: 14px;
  }
  .profil_form textarea {
    font-size: 14px;
    height: 80px;
  }
  .project .thumb {
    width: 100%;
  }
  .project .info {
    width: 100%;
    padding: 20px;
  }
  .project .info .status {
    padding: 0;
  }
  .project .info .status2 {
    padding: 0;
    margin: 0;
    margin-top: 15px;
  }
  .project .btn {
    width: 240px;
    display: block;
    text-align: center;
    padding: 15px 10px;
  }
  .faq_page .group .title_block {
    font-size: 15px;
  }
  .reg_step li {
    width: 48%;
  }
  .reg_step li:nth-child(3n+2), .reg_step li:nth-child(3n+3) {
    margin-left: 0%;
  }
  .reg_step li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .reg_step li:nth-child(1n+3) {
    margin-top: 2%;
  }
  .video_page li {
    width: 48%;
  }
  .video_page li:nth-child(3n+2), .video_page li:nth-child(3n+3) {
    margin-left: 0%;
  }
  .video_page li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .video_page li:nth-child(1n+3) {
    margin-top: 2%;
  }
  .video_page .all a {
    font-size: 14px;
  }
  .training_page .f1 {
    padding: 20px;
    margin-bottom: 15px;
  }
  .training_page .f1 .name {
    font-size: 25px;
  }
  .training_page .f2 {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
  }
  .training_page .f3 {
    width: 100%;
    padding: 20px;
  }
  .vn {
    padding: 15px;
  }
  .send_we {
    padding: 0;
  }
  .send_we .name {
    font-size: 15px;
    padding: 15px;
  }
  .send_we li {
    background-image: none;
    padding: 15px;
  }
  .widget {
    float: none;
    width: 100%;
  }
  .widget:nth-child(2n+2) {
    float: none;
  }
  .search_block input[type=text], .search_block input[type=email], .search_block input[type=tel] {
    background-image: none;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .search_block input[type=submit] {
    position: relative;
    top: 0;
    right: 0;
  }
  .statistic_block p {
    width: 100%;
  }
  .statistic_block p:nth-child(1n+2) {
    margin-top: 10px;
  }
  .faq_block dl {
    width: 100%;
  }
  .faq_block dl:nth-child(1n+3) {
    margin-top: 10px;
  }
  .about_avtor {
    margin-bottom: 30px;
  }
  .about_avtor .thumb {
    display: none;
  }
  .about_avtor .info {
    padding: 15px;
    width: 55%;
    height: auto !important;
  }
  .about_avtor .contact {
    width: 45%;
    padding: 15px;
    height: auto !important;
  }
  .item_job_full .thumb {
    width: 100%;
  }
  .item_job_full .info {
    width: 100%;
    padding: 20px;
  }
  .item_job_full .desc {
    padding: 20px;
  }
  .item_job_full2 .thumb {
    display: none;
  }
  .item_job_full2 .info {
    width: 55%;
  }
  .item_job_full2 .desc {
    width: 45%;
  }
  .item_cat .thumb_catalog {
    height: 250px;
  }
  .item_cat .info_catalog {
    padding: 15px;
    font-size: 14px;
  }
  .item_cat .info_catalog a {
    font-size: 18px;
  }
  .item_cat span {
    font-size: 14px;
  }
  .item_cat.new .thumb_catalog:before {
    padding: 12px 20px;
    font-size: 14px;
  }
  .item_cat.nothave .thumb_catalog:before {
    padding: 12px 20px;
    font-size: 14px;
  }
  body {
    font-size: 15px;
  }
  .name_s {
    font-size: 30px;
    padding-left: 0;
  }
  article .title h1 {
    font-size: 30px;
  }
  .title_page h1 {
    font-size: 30px;
  }
  .catalog li {
    width: 48%;
  }
  .catalog li.big {
    width: 48%;
    text-align: right;
  }
  .catalog li:nth-child(3n+2), .catalog li:nth-child(3n+3) {
    margin-left: 0%;
  }
  .catalog li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .catalog li:nth-child(1n+3) {
    margin-top: 4%;
  }
  #main_1 {
    margin-bottom: 20px;
  }
  #main_1 .bg {
    height: auto;
    background-position: center 0;
  }
  #main_1 h1 {
    font-size: 25px;
  }
  #main_1 li {
    display: block;
    margin-bottom: 5px;
  }
  #main_1 li:nth-child(1n+2) {
    margin-left: 0;
  }
  #main_1 li img {
    display: none;
  }
  #main_1 li a {
    height: auto;
    width: auto;
    padding: 15px;
    background-color: rgba(0, 120, 181, 0.73);
    color: #fff;
  }
  #main_1 li span {
    padding-top: 0;
  }
  #main_2 a {
    font-size: 16px;
    background-image: none !important;
    padding-left: 0 !important;
  }
  #main_2 dd {
    padding: 15px 5px;
  }
  .item_job .thumb {
    height: 250px;
  }
  .item_job .info {
    font-size: 16px;
  }
  .item_job .title {
    font-size: 20px;
  }
  #main_portfolio .txt .saq p:first-child {
    margin-bottom: 10px;
  }
  .w50 {
    width: 100%;
  }
  .w50:nth-child(2n+2) {
    margin-left: 0%;
  }

#reestr_inv .comm::-webkit-scrollbar-track{
    border: 2px solid white;
    background-color: #ccc;
}
#reestr_inv .comm::-webkit-scrollbar {
    -webkit-appearance: none;
}

#reestr_inv .comm::-webkit-scrollbar:vertical {
    width: 10px;
}

#reestr_inv .comm::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 2px solid white; 
    background-color: rgba(0, 0, 0, .5);
}
}

@media (max-width: 500px) {
  .profil_form li {
    width: 100%;
    font-size: 14px;
  }
  .profil_form li:nth-child(2n+2) {
    margin-left: 0%;
  }
  .profil_form li:nth-child(1n+2) {
    margin-top: 10px;
  }
  .add_project {
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
  }
  .profil_page .filter_project {
    border: 5px solid #e1e5eb;
    padding: 15px;
  }
  .profil_page .filter_project li {
    width: 100%;
  }
  .profil_page .filter_project li:nth-child(3n+2), .profil_page .filter_project li:nth-child(3n+3), .profil_page .filter_project li:nth-child(4n+3), .profil_page .filter_project li:nth-child(2n+2) {
    margin-left: 0%;
  }
  .profil_page .filter_project li:nth-child(1n+2) {
    margin-top: 4%;
    width: 100%;
  }
  .profil_page .message {
    background-position: 20px center;
    padding: 25px 25px 25px 75px;
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .profil_page dl {
    font-size: 15px;
  }
  .profil_page dl:nth-child(1n+2) {
    margin-top: 2%;
  }
  .profil_page dl dt {
    font-size: 15px;
  }
  .profil_page .btn_check {
    padding-left: 5px;
  }
  .w100 dl.info_1, .w100 dl.info_2, .w100 dl.info_3 {
    padding: 135px 25px 35px 25px;
    background-position: center 50px;
  }
  .faq_page .group .name {
    font-size: 20px;
  }
  .faq_page .group .title_block {
    font-size: 15px;
    padding: 12px 50px;
    background-position: 10px center;
  }
  .faq_page .group .title_block:before {
    content: '';
    right: 10px;
  }
  .reg_step {
    margin-bottom: 25px;
  }
  .reg_step .name {
    margin-bottom: 15px;
  }
  .reg_step li {
    width: 100% !important;
  }
  .reg_step li:nth-child(3n+2), .reg_step li:nth-child(3n+3) {
    margin-left: 0%;
  }
  .reg_step li:nth-child(2n+2) {
    margin-left: 0% !important;
  }
  .reg_step li:nth-child(1n+2) {
    margin-top: 2% !important;
  }
  .login_page .k1 {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
    border: 5px solid #0094e0;
  }
  .login_page .k1 .name {
    font-size: 18px;
  }
  .login_page .k2 {
    padding: 20px;
    width: 100%;
    border: 5px solid #e1e5eb;
  }
  .login_page .k2 .name {
    font-size: 18px;
  }
  .about_us_page {
    padding: 20px;
  }
  .about_us_page h1 {
    margin-bottom: 25px;
    font-size: 25px;
  }
  .wrap {
    margin: 0 5px;
  }
  .name_s {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  article .title h1 {
    font-size: 25px;
  }
  .title_page h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .bcream li {
    font-size: 16px;
  }
  .bcream li:nth-child(1n+2):before {
    top: 4px;
  }
  header .logo img {
    transform: scale(0.7);
  }
  header .h_right .lang {
    width: 100%;
  }
  header .h_right .lang ul, header .h_right .lang p {
    text-align: center;
    margin-bottom: 10px;
  }
  header .h_right .contact {
    width: 100%;
    text-align: center;
  }
  header .h_right .contact .open_form {
    display: inline-block;
    padding: 12px 20px;
  }
  .widget {
    padding: 50px 30px;
  }
  .g_left a {
    font-size: 15px;
  }
  .g_left img {
    margin-right: 15px;
  }
  .avtor_info {
    padding: 20px;
  }
  .about_avtor {
    margin-bottom: 30px;
  }
  .about_avtor .thumb {
    display: none;
  }
  .about_avtor .info {
    padding: 15px;
    width: 100%;
  }
  .about_avtor .contact {
    width: 100%;
  }
  .filter_short dd p {
    display: block;
    margin-bottom: 5px;
  }
  .filter_short dd p:nth-child(2n+2) {
    margin-left: 0%;
  }
  .filter_short dd p:last-child {
    margin-bottom: 10px;
  }
  .filter_short dd b {
    display: block;
    margin-top: 5px;
  }
  .filter_short dd b:before {
    content: '';
    margin-left: 0;
  }
  .item_job_full2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .item_job_full2 .info {
    width: 100%;
  }
  .item_job_full2 .desc {
    width: 100%;
  }
  .site_nav a, .site_nav span {
    width: 30px;
    height: 30px;
    padding-top: 7px;
    font-size: 15px;
  }
  .short .thumb {
    display: none;
  }
  .short .info {
    margin-left: 0px;
    padding: 0 10px;
  }
  .short .info a {
    font-size: 18px;
  }
  .option_info .d50 {
    width: 100%;
    float: left;
  }
  .option_info .d50:nth-child(2n+3) {
    margin-left: 0%;
  }
  .option_info dt {
    display: block;
    font-size: 14px;
  }
  .option_info dt p {
    display: inline-block;
    vertical-align: middle;
  }
  .option_info dt p:nth-child(3) {
    padding-left: 0;
    padding-top: 10px;
    display: block;
  }
  .option_info dt p:nth-child(1n+2) {
    padding-left: 10px;
  }
  article .title {
    font-size: 15px;
  }
  article .title h1 {
    font-size: 25px;
  }
  .txt_bottom .btn {
    padding: 15px;
    display: block;
  }
  .item_job_full .desc .title a {
    font-size: 20px;
  }
  .filter_short {
    padding: 20px;
  }
  .filter_short li {
    width: 100%;
  }
  .filter_short li:nth-child(2n+2) {
    margin-left: 0%;
    margin-top: 10px;
  }
  .e_right .txt {
    padding: 20px;
  }
  .e_right .txt p {
    margin-bottom: 10px;
  }
  .e_right .find {
    padding: 20px;
  }
  .text {
    font-size: 15px;
    line-height: 1.4;
  }
  .pic2 {
    margin-bottom: 20px;
  }
  .item_cat {
    width: 100%;
  }
  .item_cat:nth-child(2n+2) {
    margin-left: 0%;
  }
  .item_cat:nth-child(1n+2) {
    margin-top: 3%;
  }
  .item_cat .thumb_catalog {
    height: 200px;
  }
  .item_cat .info_catalog {
    padding: 15px;
    font-size: 14px;
  }
  .item_cat .info_catalog a {
    font-size: 18px;
  }
  .item_cat span {
    font-size: 14px;
  }
  .item_cat.new .thumb_catalog:before {
    padding: 12px 20px;
    font-size: 14px;
  }
  .item_cat.nothave .thumb_catalog:before {
    padding: 12px 20px;
    font-size: 14px;
  }
  .catalog li {
    width: 100%;
    height: 150px !important;
    position: relative;
  }
  .catalog li.big {
    width: 100%;
    text-align: right;
  }
  .catalog li:nth-child(2n+2) {
    margin-left: 0%;
  }
  .catalog li:nth-child(1n+2) {
    margin-top: 4%;
  }
  .catalog li img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #main_1 .bg {
    padding: 15px;
  }
  #main_1 h1 {
    font-size: 22px;
  }
  #main_1 .txt {
    display: none;
  }
  #main_2 dl {
    width: 100%;
  }
  #main_2 dl:nth-child(2n+2) {
    margin-left: 0%;
  }
  #main_2 dl:nth-child(1n+2) {
    margin-top: 1%;
  }
  #main_2 dd {
    padding: 0;
  }
  #main_2 a {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
  #main_portfolio .list {
    margin-bottom: 10px;
  }
  .item_50 .thumb {
    display: none;
  }
  .item_50 .info {
    margin-left: 0;
  }
  .item_50 .w100 {
    padding: 10px;
    font-size: 14px;
  }
  .item_50 span {
    font-size: 14px;
  }
  .item_50 p a {
    font-size: 15px;
  }
  .item_50.event .w100 p:first-child {
    font-size: 14px;
  }
  .item_job:nth-child(1n+2) {
    margin-top: 2%;
  }
  .item_job .thumb {
    height: 200px;
  }
  .item_job .title a {
    font-size: 17px;
  }
  .item_job .avtor a {
    font-size: 16px;
  }
  .item_job .info {
    font-size: 14px;
  }
  .item_news .thumb {
    display: none;
  }
  .item_news .info {
    margin-left: 0;
    font-size: 14px;
  }
  .item_news p a {
    font-size: 15px;
  }
  #main_video .all a,
  #main_news .all a {
    font-size: 14px;
    padding: 12px 0;
  }
  #main_news .subscription_form {
    padding: 20px;
    border: 8px solid #e1e5eb;
  }
  #main_news .subscription_form .name {
    font-size: 15px;
    margin-bottom: 12px;
  }
  #main_news .social p span {
    font-size: 15px;
  }
  footer .bg {
    padding: 20px 0;
  }
  footer .contact {
    font-size: 15px;
  }
}

img.onhand {
    cursor: pointer;
    vertical-align: bottom;
    width: 22px;
}

/* Scss Document */
body.active_menu nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

body.active_form_1 #form_1 {
  opacity: 1;
  transform: translate(0, 0%);
  z-index: 99;
}

body.active_form_2 #form_2 {
  opacity: 1;
  transform: translate(0, 0%);
  z-index: 99;
}

@media (max-width: 400px) {
.panel .bg_content {
  width: auto;
  max-width: 100%;
  padding: 45px 20px;
}
.search_p {
    float: right;
    clear: both;
    width: 100%;
}

}

.ui-widget {
  font-size: 15px !important;
}
.ui-widget select {
margin: 0;
    padding: 0;
    background: none;
    border: 1px;
    height: auto;
}

ul.types_project li {
            display: block;
            position: relative;
            overflow: hidden;
}
            ul.types_project li:after {
                content:'';
                display: block;
                overflow: hidden;
                height: 20px;
                border-bottom: 1px dotted #666
            }
            ul.types_project li .key {
                display: block;
                float: left;
                z-index: 2;
                padding-right: 2px;
            }
            ul.types_project li .value {
                display: block;
                float: right;
                z-index: 2;
                padding-left: 2px;
            }
#foto_links {
//  display: none;
}
#map-container {
    width: 100%;
}
#map {
    width: 100%;
    height: 320px;
}

#reestr_inv .comm {
    max-width: 310px;
    max-height: 50px;
    overflow: overlay;
    padding-right: 20px;
}
