* {
  box-sizing: border-box;
}

body {
    background: #f3f3f3 url("bg-body.jpg") 50% 0 no-repeat;
    color: #666666;
    margin: 0;
    font: 16px/24px 'plumbregular', sans-serif;
    min-width: 1260px;
    overflow-y: scroll;
}

.leading {
    background: #f3f3f3 url("leading-back.png") 50% 100% no-repeat;
}

.leading #main {
  margin-bottom: 119px;
}

.leading #main.svc_main {
  margin-bottom: 70px;
}

@font-face {
    font-family: 'plumbregular';
    src: url("PlumbC.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'plumbbold';
    src: url("urn:scrapbook:download:error:https://nevlabs.ru/ai_special/PlumbC/PlumbC-Bold.otf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.white {
  background-color: #fff;
}

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font: 48px/56px 'plumbregular', sans-serif;
  display: block;
  margin: 0 0 15px;
}

h2, .title_h2 {
  font: 40px/46px 'plumbregular', sans-serif;
  display: block;
  margin: 0 0 16px;
}

h3, .title_h3 {
  font: 400 26px/30px 'plumbregular', sans-serif;
  display: block;
  margin: 0 0 15px;
}

h4, .title_h4 {
  font: 700 18px/22px 'plumbregular', sans-serif;
  display: block;
  margin: 0 0 16px;
}

h5, .title_h5 {
  font: 700 16px/22px 'plumbregular', sans-serif;
  display: block;
  margin: 0 0 13px;
}

.title-block {
  text-align: center;
  position: relative;
}

.title-block span {
  padding: 0 40px;
  color: #f3f3f3;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 32px;
}

a {
  color: #008dd6;
  border-bottom: 1px solid #008dd6;
  text-decoration: none;
  -webkit-transition: all .25s;
  transition: all .25s;
}

a:hover {
  color: #6eb413;
  border-color: #6eb413;
}

.no-u {
  border: 0;
}

.no-u u {
  border-bottom: 1px solid #008dd6;
  text-decoration: none;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.no-u:hover u {
  border-color: #6eb413;
}

strong {
  font-family: 'plumbregularb', sans-serif;
}

p {
  margin: 0 0 16px;
}

img {
  vertical-align: top;
  max-width: 100%;
}

figure {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#header-clear {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 30px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: inline-block;
  margin-bottom: 2px;
}

.form-field {
  position: relative;
  margin-bottom: 24px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  color: #666666;
  font-size: 14px;
  padding: 10px 10px 8px;
  border: 1px solid #c0c0c0;
  line-height: 18px;
  vertical-align: middle;
  display: block;
  height: 36px;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], textarea[disabled] {
  cursor: not-allowed;
}

textarea {
  height: 100px;
  resize: none;
}

.error-messages {
  line-height: 16px;
  color: #c90000;
  font-family: 'plumbbold', sans-serif;
  font-size: 14px;
}

button {
  outline: none;
}

.btn {
  padding: 0 22px;
  color: #fff;
  background-color: #5aaad4;
  border: 0;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  text-shadow: 1px 1px 0 #7d95b0;
  -webkit-box-shadow: 1px 1px 0 #7d95b0;
  box-shadow: 1px 1px 0 #7d95b0;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.btn:hover {
  background-color: #4499c6;
}

.btn:active, .btn:focus {
  -webkit-box-shadow: 1px 1px 0 #7d95b0, inset 1px 1px 3px #136895;
  box-shadow: 1px 1px 0 #7d95b0, inset 1px 1px 3px #136895;
}

.btn[disabled] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
  background-color: #5aaad4;
}

.btn.small {
  padding: 0 14px;
  height: 23px;
  line-height: 23px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

.btn .number {
  color: #d2effe;
}

.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-form {
    background: url("bg-btn-form.png") 0 0 no-repeat;
    text-align: center;
    font: 26px/50px 'plumbbold', sans-serif;
    color: #008dd6;
    width: 175px;
    height: 177px;
    border: 0;
}

.btn-form:hover {
  background-position: 100% 0;
  color: #6eb413;
}

.file-upload-button {
  padding: 2px 0 0;
  width: 100px;
  height: 30px;
  border: 3px solid #008dd6;
  color: #008dd6;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  background: 0;
  text-transform: uppercase;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.file-upload-button:hover {
  color: #6eb413;
  border-color: #6eb413;
}

.btn-form-send {
  width: 147px;
  height: 30px;
  border: 3px solid #008dd6;
  color: #008dd6;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-form-send:hover {
  color: #6eb413;
  border-color: #6eb413;
}

.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrap {
  width: 1226px;
  margin: 0 auto;
}

.main-back {
    background: url("bg-header.png") 50% 0 no-repeat;
}

/* header */

.header {
  padding: 30px 0;
}

.header__contact-item {
  float: left;
  line-height: 0;
  width: 218px;
  margin-left: 105px;
}

.header__description-row {
  display: block;
}

.header__company-link {
  border-bottom: 1px dashed #008dd6;
  font-size: 14px;
}

.header__contact-description {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.header__wrap-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.header__wrap-border {
  border-bottom: 1px solid #f3f3f3;
}

.header__right {
  float: left;
}

.header__address {
  font-style: normal;
}

.logo {
  display: block;
  float: left;
  margin-top: 3px;
  text-indent: -9999px;
  width: 210px;
  height: 42px;
  background: url("logo.png") no-repeat;
}

.logo a {
  display: block;
  height: 100%;
  border: 0;
}

.header-bottom {
  position: relative;
  padding-bottom: 130px;
}

.big-arrow {
  position: absolute;
  left: -347px;
  top: -167px;
}

.header-bottom__item._large {
  width: 740px;
}

.header-bottom__item._small {
  width: 390px;
  margin-left: 92px;
}

.header-bottom__item {
  display: inline-block;
  vertical-align: top;
}

.header-bottom__img {
  float: left;
  margin-right: 35px;
}

.header-bottom__item-box {
  overflow: hidden;
  padding-top: 5px;
}

.header-bottom__item-title {
  display: block;
  font: 26px/30px 'plumbregular', sans-serif;
  color: #666;
  margin-bottom: 16px;
}

.header-bottom__item-text {
  font: 22px 'plumbregular', sans-serif;
}

.header-bottom__item._small .header-bottom__item-text {
  font: 16px 'plumbregular', sans-serif;
}

.header-bottom__item-text p {
  margin-bottom: 17px;
}

/* end header */

/* main */

#main {
  margin-bottom: 175px;
}

/* end main */

/* project */

.project__holder {
  font-size: 0;
  line-height: 0;
}

.project__holder._small {
  margin-left: -35px;
}

.project__item {
  display: inline-block;
  text-align: center;
  width: 258px;
  margin: 0 0 55px 56px;
  vertical-align: top;
  line-height: 22px;
  font-size: 16px;
}

.project__item._small {
  width: 175px;
  margin: 0 0 18px 35px;
}

.project__item._small .project__wrap-img {
  width: 175px;
  height: 175px;
}

    .project__item._small .project__wrap-img:before {
        background: url("") no-repeat; 
        width: 175px;
        height: 175px;
    }

.project__wrap-img {
  display: block;
  margin-bottom: 14px;
  position: relative;
  height: 260px;
  width: 258px;
  margin: 0 auto 14px;
}

    .project__wrap-img:before {
        position: absolute;
        top: -1px;
        left: -1px;
        width: 260px;
        height: 260px;
        background: url("bg-any-project.png") no-repeat; 
        content: '';
        opacity: 1;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }

.project__link:hover .project__wrap-img:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 260px;
    height: 260px;
    background: url("bg-any-project.png") 100% 0 no-repeat; 
    content: '';
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.project__link .project__name {
  color: #fab349;
  font-size: 22px;
}

.project__link:hover .project__name {
  color: #8dc63f;
}

.project__link .project__name.in-develop {
  color: #fff;
  text-decoration: none;
}

.in-develop-text {
  font-style: italic;
  color: #c5c5c5;
}

.project__link {
  display: block;
  border: 0;
  margin-bottom: 10px;
}

.project__link:hover .project__wrap-img:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project__link-info {
  color: #f3f3f3;
}

/* end project */

/* contacts */

.contacts {
  height: 585px;
}

.leading .contacts {
  padding: 100px 0 0;
  text-align: center;
}

.leading .send-form .contacts__sub-title {
  margin-bottom: 16px;
}

.leading .send-form__body {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}

.contacts__title {
  margin-bottom: 46px;
  font-size: 22px;
}

.contacts__sub-title {
  margin-bottom: 24px;
}

.contacts__title, .contacts__sub-title {
  padding-right: 20px;
}

.contacts__box {
  margin-bottom: 26px;
  padding-left: 35px;
}

.contacts__box, .send-form {
    border-left: 5px solid #000;
    -moz-border-image: url("border-colored.png") 5; 
    -webkit-border-image: url("border-colored.png") 5;
    -o-border-image: url("border-colored.png") 5; 
    border-image: url("border-colored.png") 5;
}

.contacts__item {
  display: inline-block;
  margin-right: -4px;
  width: 315px;
  text-align: left;
  vertical-align: top;
}

.contacts__description {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

.contacts__wrap-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.contacts__row {
  display: block;
  font-family: 'plumbregular', sans-serif;
}

.contacts__row._last {
  padding-top: 25px;
}

.contacts__main-title {
  font-size: 32px;
  color: #666666;
  text-align: left;
  margin-bottom: 25px;
}

/* end contacts */

/* send-form */

.send-form__body {
  width: 805px;
}

.send-form__data .form-field {
  float: left;
  width: 280px;
  /* Plut width: 385px; */
  /* Mine width: 595px;  */
  margin-left: 35px;
}

.send-form__data .form-field:first-child {
  margin: 0;
}

.send-form .textarea-field {
  float: left;
  width: 595px;
}

.send-form textarea {
  height: 150px;
}

.send-form .btn-form {
  float: right;
  margin-top: 12px;
}

.send-form__file {
  position: relative;
  top: -5px;
}

.send-form__file-text {
  float: left;
  margin: 5px 20px 0 0;
}

.file-upload-wrapper {
  float: left;
}

input[type="text"].file-upload-input {
  border: 0;
  background: none;
  float: left;
  width: 300px;
  padding: 3px 0 3px 15px;
  height: 30px;
}

/* end send-form */

/* end main */

.project__item._large {
  margin-left: 60px;
}

.project__item._large:first-child {
  margin-left: 0;
}

.company-description {
  background: url("bg-dev-top.png") 50% 0 no-repeat;
  height: 666px;
  padding-top: 60px;
  margin-top: -60px;
  box-sizing: border-box;
}

.company-description .project__item {
  margin-bottom: 19px;
}

.company-description__projects {
  text-align: center;
  font: 18px/22px 'plumbregular', sans-serif;
}

/* markup-project */

.markup-project {
  margin-bottom: 10px;
  text-align: center;
}

.markup-project__title {
  margin-bottom: 23px;
  font: 40px/44px 'plumbbold', sans-serif;
  color: #83bd2a;
}

.markup-project__holder {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -35px;
}

.markup-project__item {
  display: inline-block;
  margin: 0 0 35px 35px;
  vertical-align: top;
}

.markup-project__item._large {
  width: 595px;
}

.markup-project__item._small {
  width: 1000px;
}

.markup-project__item._small .markup-project__item-title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 12px;
}

.markup-project__item-box {
  overflow: hidden;
  padding-top: 18px;
}

.markup-project__item-title {
  display: block;
  font: 26px/30px 'plumbregular', sans-serif;
  color: #666;
  margin-bottom: 16px;
}

.markup-project__item-text {
  font: 16px/22px 'plumbregular', sans-serif;
  line-height: 1.2;
}

.markup-project__item-text p {
  margin-bottom: 17px;
}

.markup-project__subtitle {
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 25px;
}

.markup-project__subtitle span {
  background: #f3f3f3;
  padding: 0 40px;
  display: inline-block;
  vertical-align: top;
  font: 32px 'plumbregular', sans-serif;
  position: relative;
  z-index: 2;
}

/* end markup-project */

/* Pricing and calendarik */

.pri-cal {
    height: 210px;
    background: url("price-date.png") 50% 0 no-repeat;
    color: #f3f3f3;
    margin-bottom: 15px;
}

.pri-cal__box {
  width: 805px;
  margin: 0 auto;
}

.pri-cal .title-block {
  padding-top: 30px;
  padding-bottom: 10px;
}

.pri-cal__item {
  display: inline-block;
  margin-right: -4px;
  width: 374px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.pri-cal__item:last-child {
  margin-left: 50px;
}

.pri-cal__description {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
  white-space: normal;
  width: 285px;
}

.pri-cal__wrap-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

.pri-cal__row {
  display: block;
  font-family: 'plumbregular', sans-serif;
  padding-left: 15px;
}

/* end Pricing and calendarik */

.contacts .contacts__title {
  margin-bottom: 12px;
}

.one-of-two {
  border-bottom: 1px solid #c8c8c8;
}

.twp-of-two {
  border-bottom: 1px solid #f3f3f3;
}

.two-line-border {
  width: 905px;
  float: right;
}

.contacts._inner .contacts__title {
  float: left;
  text-align: right;
  width: 280px;
  font: 22px 'plumbregular', sans-serif;
}

.contacts._inner .contacts__box {
  overflow: hidden;
  text-align: left;
}

.contacts._inner .contacts__sub-title {
  float: left;
  width: 280px;
  text-align: right;
  font: 22px 'plumbregular', sans-serif;
}

.contacts._inner .send-form {
  overflow: hidden;
  float: left;
  padding-left: 35px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.fade.in {
  opacity: 1;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open {
  overflow: hidden;
  margin-right: 15px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 100px auto 50px;
  width: 875px;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
}

.modal-bg-top {
    background: url("urn:scrapbook:download:error:https://nevlabs.ru/ai_special/modal-bg-top.png") 0 0 no-repeat;
    height: 57px;
}

.modal-bg-bottom {
    background: url("urn:scrapbook:download:error:https://nevlabs.ru/ai_special/modal-bg-bottom.png") 0 0 no-repeat;
    height: 57px;
}

.modal-body {
  background: #f3f3f3;
  padding: 35px;
}

.modal-close {
    background: url("urn:scrapbook:download:error:https://nevlabs.ru/ai_special/icon-close.png") 0 0 no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    right: 20px;
    top: 16px;
    border: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #012736;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.send-messages {
  text-align: center;
  padding: 15px 0 0;
}

.big .modal-dialog {
  width: 700px;
}

.big .modal-close {
  top: -40px;
  right: 0;
}

/* slider custom */

.company-slider {
  height: 515px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.slick-prev.custom-button-left {
    background: url("");
    left: -8.2%;
}

.slick-next.custom-button-right {
    background: url("");
    right: -8.2%;
}

.slick-prev, .slick-next {
  height: 480px;
  width: 102px;
  top: 48.5%;
}

.slider {
  height: 492px;
}

.left-back {
    background: url("blue-white.png") 0 0 no-repeat;
    margin-top: 30px;
}

.company-slider__subtitle {
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin-bottom: 12px;
}

.company-slider__subtitle span {
  background: #f3f3f3;
  padding: 0 40px;
  display: inline-block;
  vertical-align: top;
  font: 32px 'plumbregular', sans-serif;
  position: relative;
  z-index: 2;
}

.company-slider__holder {
  display: inline-block;
  height: 355px;
  vertical-align: top;
}

.company-slider__item {
  vertical-align: top;
}

.company-slider__item._small {
  margin: 53px 135px 0 210px;
}

.company-slider__item._small {
  width: 280px;
}

.company-slider__item._large {
  width: 595px;
  height: auto;
}

.company-slider__item._small .company-slider__item-title {
  font-size: 26px;
  line-height: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}

.company-slider__item-box {
  padding-top: 10px;
}

.company-slider__item-box._right {
  overflow: hidden;
}

.company-slider__item-box._right .company-slider__item-text {
  line-height: 1.2;
}

.company-slider__item-box._right .company-slider__item-title {
  margin-bottom: 5px;
}

.company-slider__img {
  float: left;
  margin-right: 35px;
}

.company-slider__item-title {
  display: block;
  font: 26px/30px 'plumbregular', sans-serif;
  color: #666;
  margin-bottom: 16px;
}

.company-slider__item-text {
  font: 16px/22px 'plumbregular', sans-serif;
  line-height: 1.3;
}

.company-slider__item-text p {
  margin-bottom: 17px;
}

/* slider custom end */