@charset "utf-8";
/* --------------------------------------------------------------------------------
 * BASE STYLES
 * -------------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* --------------------------------------------------------------------------------
 * base global styles
 * -------------------------------------------------------------------------------- */
/* box-sizing
-------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* responsive images
-------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  height: initial;
}
/* --------------------------------------------------------------------------------
 * typography
 * -------------------------------------------------------------------------------- */
html,
body {
  font-family: "Open Sans", Arial, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
}
/* headers
------------------------------------------------------------- */
h1, h2, h3, h4, h5, p, ol, ul {
  margin: 0;
}
h1, h2, h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0370dd;
}
h1 {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.2;
}
h2 {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.2;
}
h3 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.3;
}
h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
/* lists
------------------------------------------------------------- */
ul.list {
  margin-bottom: 40px;
  font-size: 18px;
  list-style: none;
}
ul.list li {
  position: relative;
  margin-bottom: 10px;
}
ul.list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -25px;
  width: 8px;
  height: 8px;
  background-color: #262626;
  border-radius: 50%;
}
ul.list li > ul.list {
  margin-top: 15px;
}
/* paragraph
------------------------------------------------------------- */
p {
  margin-bottom: 30px;
  font-size: 18px;
}
p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 60px;
}
/* -------------------------------------------------------------------------------
 * colors
 * ------------------------------------------------------------------------------- */
.c-blue-1 { color: #0370dd; }
.c-black { color: #000000; }
.c-white { color: #ffffff; }
/* --------------------------------------------------------------------------------
 * FORM ELEMENTS
 * -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 * form and form-grid
 * -------------------------------------------------------------------------------- */
.form {
  margin: 0;
  padding: 0;
}
.form__field {
  margin-bottom: 15px;
}
.form__field:last-of-type:not(:only-of-type) {
  margin-bottom: 0;
}
.form__head {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
}
.form__helper {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
}
/* form grid
-------------------------------------------------------------------------------- */
.form__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
}
/* start 1 col
------------------------------- */
.form__col {
  width: 100%;
  padding-left: 15px;
}
/* start 2 cols
------------------------------- */
.form__col_1-2 { width: 50%; }
/* start 3 cols
------------------------------- */
.form__col_1-3 { width: 33%; }
.form__col_2-3 { width: 67%; }
/* start 4 cols
------------------------------- */
.form__col_1-4 { width: 25%; }
.form__col_2-4 { width: 50%; }
.form__col_3-4 { width: 75%; }
/* start 5 cols
------------------------------- */
.form__col_1-5 { width: 20%; }
.form__col_2-5 { width: 40%; }
.form__col_3-5 { width: 60%; }
.form__col_4-5 { width: 80%; }
/* --------------------------------------------------------------------------------
 * control : checkbox, radio
 * -------------------------------------------------------------------------------- */
.control-checkbox,
.control-radio {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
.control-checkbox__native,
.control-radio__native {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.control-checkbox__box,
.control-radio__box {
  overflow: hidden;
  position: relative;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid #bccbe6;
  background-color: #ffffff;
  border-radius: 3px;
  vertical-align: middle;
}
.control-radio__box {
  border-radius: 50%;
}
.control-checkbox__box:before,
.control-radio__box:before {
  content: "";
  position: absolute;
  transition: all 0.1s ease-in-out;
}
.control-checkbox__box:before {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -7px;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: url(../images/ico-checkbox-checkmark.svg) center center no-repeat;
}
.control-checkbox__native:checked + .control-checkbox__box:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.control-radio__box:before {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #6d8ece;
  border-radius: 50%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.control-radio__native:checked + .control-radio__box:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.control-checkbox__native:focus + .control-checkbox__box,
.control-radio__native:focus + .control-radio__box {
  border-color: rgba(0, 0, 0, 0.5);
}
.control-checkbox__name,
.control-radio__name {
  padding: 0 0 0 10px;
  line-height: 1.2;
  vertical-align: middle;
}
/* --------------------------------------------------------------------------------
 * control : input
 * -------------------------------------------------------------------------------- */
.control-input {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(64, 64, 64, 1);
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
}
/* --------------------------------------------------------------------------------
 * control : label
 * -------------------------------------------------------------------------------- */
.control-label {
  display: block;
}
/* -------------------------------------------------------------------------------- */
.control-label--required {
  position: relative;
}
.control-label--required:after {
  content: "*";
  margin-left: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #d50000;
}
/* --------------------------------------------------------------------------------
 * control : select
 * -------------------------------------------------------------------------------- */
.control-select {
  display: inline-block;
  position: relative;
  min-width: 60px;
  transition: all 0.3s ease-in-out;
}
.control-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 8px;
  margin-top: -4px;
  background-image: url(../images/ico-select-arrow.svg);
  background-repeat: no-repeat;
  pointer-events: none;
}
.control-select > select {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #bccbe6;
  border-radius: 5px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.control-select > select::-ms-expand {
  display: none;
}
.control-select > select:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
/* -------------------------------------------------------------------------------- */
.control-select_wide {
  min-width: 100px;
  width: 100%;
}
/* --------------------------------------------------------------------------------
 * control : textarea
 * -------------------------------------------------------------------------------- */
.control-textarea {
  display: block;
  position: relative;
  max-height: 30em;
  min-height: 5em;
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 1px solid var(--grey-5);
  border-radius: 5px;
  resize: vertical;
}
/* --------------------------------------------------------------------------------
 * COMPONENTS
 * -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 * link
 * -------------------------------------------------------------------------------- */
.link,
.link:visited {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.link:hover {
  border-bottom-color: rgba(223, 5, 11, 0.2);
  color: rgba(223, 5, 11, 1);
  text-decoration: none;
}
.link--naked {
  border-bottom: none;
  text-decoration: none;
}
.link--dashed {
  border-bottom-style: dashed;
}
.link--noborder {
  border-bottom-style: none;
}
.link--iconed {
  margin-left: 3px;
}
.link--red,
.link--red:visited {
  border-bottom-color: rgba(223, 5, 11, 0.2);
  color: rgba(223, 5, 11, 1);
}
.link--red:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 1);
}
.link--white,
.link--white:visited {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 1);
}
.link--white:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
/* --------------------------------------------------------------------------------
 * button
 * -------------------------------------------------------------------------------- */
.button,
.button:link,
.button:visited {
  display: inline-block;
  width: 226px;
  height: 50px;
  padding-top: 13px;
  font-size: 18px;
  line-height: 1;
  border: 2px solid #0370dd;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  color: #0370dd;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out 0.15s;
}
.button:hover {
  background-color: #0370dd;
  color: #ffffff;
}
.button--wide {
  width: 100%;
}
.breadcrumbs {
  position: relative;
  padding: 24px 0;
  margin-bottom: 30px;
}
.breadcrumbs__link {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.breadcrumbs__link,
.breadcrumbs__link:link,
.breadcrumbs__link:visited {
  color: #646464;
}
.breadcrumbs__divider {
  margin: 0 5px;
  font-size: 18px;
  vertical-align: middle;
  border: none;
  text-decoration: none;
  color: #cccccc;
}
/* --------------------------------------------------------------------------------
 * page divider
 * -------------------------------------------------------------------------------- */
.page-divider {
  width: 100%;
  margin-top: 50px;
  border-bottom: 5px dashed rgba(55, 122, 183, 0.1);
}
/* --------------------------------------------------------------------------------
 * service head
 * -------------------------------------------------------------------------------- */
.service-head {
  padding-left: 90px;
  line-height: 1;
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #0370dd;
}
.service-head__top,
.service-head__bottom {
  display: block;
}
.service-head__top {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.service-head__bottom {
  font-size: 24px;
  font-weight: normal;
  text-transform: lowercase;
}
.service-head--design {
  background-image: url(../images/sketch.svg);
}
.service-head--building {
  background-image: url(../images/railroad.svg);
}
.service-head--repairs {
  background-image: url(../images/wrench.svg);
}
.service-head--diagnostics {
  background-image: url(../images/worker.svg);
}
/* --------------------------------------------------------------------------------
 * number head
 * -------------------------------------------------------------------------------- */
.number-head {
  display: table;
}
.number-head__circle {
  display: table-cell;
  padding-right: 15px;
}
.number-head__num {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  border: 1px solid #0370dd;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #0370dd;
}
.number-head__title {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0370dd;
}
/* --------------------------------------------------------------------------------
 * LAYOUT BLOCKS
 * -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
 * layout
 * ------------------------------------------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1900px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
/* -------------------------------------------------------------------------------
 * section
 * ------------------------------------------------------------------------------- */
.section {}
.section--light {
  margin: 80px 0;
}
.section--dark {
  padding: 80px 0;
}
.section-header {
  position: relative;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.section--light .section-header {
  color: #0370dd;
}
.section--dark .section-header {
  color: #ffffff;
}
.section-header--center { text-align: center; }
/* -------------------------------------------------------------------------------
 * header
 * ------------------------------------------------------------------------------- */
.header {
  position: relative;
  height: 660px;
  padding-top: 16px;
  background: url(../images/hero.jpg) center center no-repeat;
  color: #ffffff;
}
.header__topline {
  margin-bottom: 30px;
}
.header-logo {
  display: block;
}
.header-phone {
  position: relative;
  top: 20px;
  line-height: 1;
  text-align: right;
}
.header-phone__inner {
  display: inline-block;
  padding-left: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  background: url(../images/ico-phone.svg) 0 center no-repeat;
}
.header-email__inner {
  display: inline-block;
  padding-left: 40px;
  margin-left: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: right;
  background: url(../images/ico-email.svg) 0 center no-repeat;
}
.header-phone__inner,
.header-phone__inner:link,
.header-phone__inner:visited {
  color: #ffffff;
  text-decoration: none;
}
.mob-menu-wrapper {
  display: none;
  position: relative;
  margin-bottom: 30px;
}
.mob-menu-btn {
  display: none;
  padding: 13px 15px 15px 15px;
  background-color: #0370dd;
  border-radius: 3px;
  cursor: pointer;
}
.mob-menu-btn__ico {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #ffffff;
}
.mob-menu-btn__ico--hidden {
  display: none;
}
.mob-menu-btn__name {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
}
.mob-menu {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  box-shadow: 3px 0 30px rgba(150, 150, 150, 0.5);
  transition: all 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.mob-menu--hidden {
  visibility: hidden;
  opacity: 0;
}
.mob-menu__link {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1;
}
.mob-menu__link,
.mob-menu__link:link,
.mob-menu__link:visited {
  text-decoration: none;
}
.mob-menu__link:hover {
  background-color: rgba(55, 122, 183, 0.1);
}
.header__menu {
  margin-bottom: 30px;
}
.main-menu {
  font-size: 0;
}
.main-menu__link {
  display: inline-block;
  margin-right: 47px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-menu__link,
.main-menu__link:link,
.main-menu__link:visited {
  color: #ffffff;
}
.main-menu__link:hover,
.main-menu__link:active {
  color: #0370dd;
}
.main-menu__link--active,
.main-menu__link--active:link,
.main-menu__link--active:visited {
  color: #0370dd;
  text-decoration: none;
}
.header__info {
  margin-top: 85px;
}
.header-info {}
.header-info__h {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.header-info__text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}
.header-info__code {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
/* header for inner pages
* ------------------------------------------------------------------------------- */
.header--inner-page {
  height: auto;
}
/* --------------------------------------------------------------------------------
 * footer
 * -------------------------------------------------------------------------------- */
.info {
  padding: 60px 0 30px 0;
  background-color: #151d31;
}
.info__head {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.info__menu {
  margin-bottom: 30px;
}
.info-menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.info-menu__item {}
.info-menu__link,
.info-menu__link:link {
  color: #0370dd;
}
.info-menu__link:hover {
  color: #ffffff;
}
.info__contacts {
  margin-bottom: 30px;
}
.info-contacts {
  color: #ffffff;
}
.info-contacts__addr,
.info-contacts__email,
.info-contacts__phone {
  position: relative;
  padding-left: 30px;
}
.info-contacts__addr {
  margin-bottom: 10px;
  line-height: 1.4;
}
.info-contacts__phone {
  font-size: 20px;
  font-weight: bold;
}
.info-contacts__phone,
.info-contacts__phone:link,
.info-contacts__phone:visited {
  color: #ffffff;
  text-decoration: none;
}
.info-contacts__addr:before,
.info-contacts__email:before,
.info-contacts__phone:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
}
.info-contacts__addr:before {
  left: 2px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/ico-place.svg) 0 center no-repeat;
}
.info-contacts__phone:before {
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../images/ico-phone.svg) 0 center no-repeat;
}
.info-contacts__email:before {
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url(../images/ico-email.svg) 0 center no-repeat;
}
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
/* -------------------------------------------------------------------------------
 * portfolio
 * ------------------------------------------------------------------------------- */
.portfolio {}
.portfolio__items {
  margin-bottom: 0;
}
.works-gallery {}
.works-gallery__line {}
.works-gallery__item {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio__button {
  text-align: center;
}
.mfp-image-link {
  cursor: zoom-in;
}
/* --------------------------------------------------------------------------------
 * PAGES
 * -------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
 * blocks that are same for all pages
 * -------------------------------------------------------------------------------- */
.page-content {}
.inner-portfolio {
  margin-top: 50px;
  margin-bottom: 80px;
}
/* --------------------------------------------------------------------------------
 * main page
 * -------------------------------------------------------------------------------- */
.specs {
  color: #171717;
}
.specs__item {
  margin-bottom: 130px;
}
.specs__item:last-child {
  margin-bottom: 0;
}
.spec {}
.spec__content {}
.spec__head {
  margin-bottom: 40px;
}
.spec__info {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}
.spec__list {}
.spec-list {
  counter-reset: spec-list-counter;
  font-size: 18px;
  list-style: none;
}
.spec-list__item {
  display: table;
  margin-bottom: 10px;
  line-height: 1.4;
}
.spec-list__num {
  display: block;
  float: left;
  margin-right: 10px;
}
.spec-list__num:before {
  counter-increment: spec-list-counter;
  content: counter(spec-list-counter);
  display: block;
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #0370dd;
  border-radius: 50%;
}
.spec-list__text {
  display: block;
  overflow: hidden;
}
.spec__img {
  position: relative;
}
.spec__img--left {
  left: -130px;
}
.spec__img--right {
  right: -130px;
}
.spec__button,
.spec__button:link {
  display: block;
  margin-top: 30px;
}
/* --------------------------------------------------------------------------------
 * about page
 * -------------------------------------------------------------------------------- */
.about-page-content {
  padding-bottom: 0;
}
.about-works {
  margin-top: 60px;
  margin-bottom: 30px;
}
.about-works__head {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-style: italic;
}
.about-work {
  margin-bottom: 30px;
}
.about-work__img {
  display: block;
  margin-bottom: 15px;
}
.about-work__info {
  line-height: 1.2;
}
.about-work__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.about-work__text {
  font-size: 14px;
}
.blue-block {
  padding: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: italic;
  background-color: #ecf6ff;
}
/* --------------------------------------------------------------------------------
 * design page
 * -------------------------------------------------------------------------------- */
.design-steps {}
.design-steps__item {
  margin-bottom: 45px;
}
.design-steps__item:last-child {
  margin-bottom: 0;
}
.design-step {}
.design-step__head {
  margin-bottom: 30px;
}
.design-step-content {}
.design-step-content ul.step-one-list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .header__info {
    margin-top: 55px;
  }
  .specs__item {
    margin-bottom: 60px;
  }
  .spec__img,
  .spec__content {
    margin-bottom: 30px;
  }
  .spec__img--left {
    left: 0;
  }
  .spec__img--right {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
  }
  .breadcrumbs {
    margin-bottom: 0;
  }
  .service-head {
    margin-bottom: 30px;
  }
  .number-head__title {
    font-size: 24px;
  }

  .section--light {
    margin: 50px 0;
  }
  .section--dark {
    padding: 50px 0;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .header-logo {
    margin-bottom: 15px;
  }
  .header-phone {
    top: 0;
    text-align: left;
  }
  .mob-menu-wrapper {
    display: block;
  }
  .mob-menu-btn {
    display: block;
  }
  .mob-menu {
    display: block;
  }
  .header__menu {
    display: none;
  }
  .header__info {
    margin-top: 30px;
  }
  .header-info__h {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .header-info__code {
    margin-bottom: 30px;
  }
  .info {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .info__head {
    font-size: 24px;
  }
  .info__menu {
    margin-bottom: 30px;
  }
  .info-menu {
    font-size: 20px;
  }
  .info-menu__item {
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .info-contacts__addr {
    font-size: 20px;
  }
  .info-contacts__phone {
    font-size: 24px;
  }
  .inner-portfolio {
    margin-bottom: 30px;
  }
  .specs {
    margin-bottom: 20px;
  }
  .specs__item {
    margin-bottom: 30px;
  }
  .spec__img {
    display: none;
  }
  .spec-list {
    padding-left: 0;
  }
  .about-works {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .about-works__head {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .form__col {
    width: 100%;
  }
  .control-label {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .service-head {
    padding-left: 0;
    background: none;
  }
  .service-head__top {
    font-size: 28px;
  }
  .service-head__bottom {
    font-size: 20px;
  }
  .number-head__title {
    font-size: 20px;
  }
  .header-info__h {
    font-size: 20px;
  }
}
