@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,700&display=swap&subset=cyrillic-ext");
@font-face {
  font-family: "HelveticaNeuCyr";
  src: url("fonts/helveticaneuecyrthin.ttf");
}

@font-face {
  font-family: "HelveticaNeuCyr";
  src: url("fonts/helveticaneuecyrthin.eot");
}

@font-face {
  font-family: "Adobe";
  src: url("fonts/adobecleanboldsemicn.eot"), url("fonts/adobecleanboldsemicn.otf"), url("fonts/adobecleanboldsemicn.ttf"), url("fonts/adobecleanboldsemicn.woff");
}

@font-face {
  font-family: "AdobeCleanLight";
  src: url("fonts/adobecleanlight.eot"), url("fonts/adobecleanlight.otf"), url("fonts/adobecleanlight.ttf"), url("fonts/adobecleanlight.woff"), url("fonts/adobecleanlight.svg");
}

@font-face {
  font-family: "inconsolata";
  src: url("fonts/inconsolata.ttf");
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ie11 body {
  width: auto;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ОСНОВНЫЕ СТИЛИ */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  font-size: 100%;
  font-weight: 700;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  color: #3eb5f1;
}

button {
  cursor: pointer;
}

a img {
  border: none;
}

header,
nav,
section,
article,
aside,
footer,
video,
figure {
  display: block;
}

.clb {
  clear: both;
  height: 0;
  width: 100%;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.top-header {
  /*width: 100%;
  max-width: 1920px;
  margin: 0 auto;*/
  background: url(../samosystem_main/img/bg_main.png) center no-repeat;
  z-index: 100;
}

.container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  padding: 0;
}

.logo {
  margin-left: 50px;
}

@media (max-width: 992px) {
  .logo {
    margin-left: 0;
  }
}

.personal-photo {
  margin-left: 80px;
  margin-right: 40px;
}

.personal-title {
  font-family: Roboto;
  font-size: 30px;
  color: #fff;
}

.personal-title_small {
  font-family: Roboto;
  font-size: 18px;
  color: #fff;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 711px;
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
  font-size: large;
  width: 33.2%;
  height: 200px;
  background-color: rgba(196, 196, 196, 0.2);
}

.nav__link a {
  color: #fff;
}

.nav__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}

.nav__link i {
  position: absolute;
  border-radius: 50%;
  border: 1px solid white;
  width: 42px;
  height: 42px;
  top: 8%;
  right: 8%;
  text-align: center;
  line-height: 2.4;
}

.nav__link:hover {
  color: #fff;
  background: url("../samosystem_main/img/nav_link_hover_buy.png");
  opacity: 50%;
  text-decoration: none;
}

.nav__link:last-child {
  background-color: rgba(196, 196, 196, 0.5);
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  -webkit-box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
  border-bottom: 1px solid #f4f2f2;
  height: 85px;
}

.menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #39adea;
  z-index: -1;
}

.sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar__header:hover {
  background: #3eb5f1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.sidebar__header_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #06608d;
  color: #fff;
}

.sidebar__header_active:hover {
  color: #fff;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e5e5));
  background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}

.menu__container span {
  margin-left: 14px;
}

.menu__item a.sidebar__header:before {
  display: none;
}

.menu__item a.sidebar__header_active:before {
  display: none;
}

.menu__item {
  height: 100%;
  width: 100%;
}

.menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.menu__item a::before {
  content: "";
  background-image: url(img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 43px;
  height: 41px;
}

.menu__container a.home::before {
  width: 40px;
  height: 39px;
  background-position: -5px -305px;
}

.menu__container a.home:hover::before {
  width: 40px;
  height: 39px;
  background-position: -5px -403px;
}

.menu__container a.select_home::before {
  width: 41px;
  height: 39px;
  background-position: -5px -403px;
}

.menu__container a.select_home {
  background: #3eb5f1;
  color: #fff;
}

.menu__container a.office::before {
  width: 45px;
  height: 47px;
  background-position: -5px -452px;
}

.menu__container a.office:hover::before {
  width: 45px;
  height: 47px;
  background-position: -5px -566px;
}

.menu__container a.select_office::before {
  width: 41px;
  height: 39px;
  background-position: -5px -566px;
}

.menu__container a.select_office {
  background: #3eb5f1;
  color: #fff;
}

.menu__container a.business::before {
  width: 43px;
  height: 41px;
  background-position: -5px -5px;
}

.menu__container a.business:hover::before {
  width: 43px;
  height: 41px;
  background-position: -5px -107px;
}

.menu__container a.select_business::before {
  width: 41px;
  height: 39px;
  background-position: -5px -107px;
}

.menu__container a.select_business {
  background: #3eb5f1;
  color: #fff;
}

.menu__container a.service::before {
  width: 44px;
  height: 44px;
  background-position: -5px -623px;
}

.menu__container a.service:hover::before {
  width: 44px;
  height: 44px;
  background-position: -5px -731px;
}

.menu__container a.select_service::before {
  width: 45px;
  height: 45px;
  background-position: -5px -731px;
}

.menu__container a.select_service {
  background: #3eb5f1;
  color: #fff;
}

.menu__container a.market::before {
  width: 41px;
  height: 39px;
  background-position: -5px -256px;
}

.menu__container a.market:hover::before {
  width: 41px;
  height: 39px;
  background-position: -5px -158px;
}

.menu__container a:hover {
  background: #8dcded;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu__container a.select_m::before {
  width: 41px;
  height: 39px;
  background-position: -5px -158px;
}

.menu__container a.select_m {
  background: #06608d;
  color: #fff;
}

a.select_contacts {
  display: block;
  font-size: 19px;
  padding: 10px 0;
  background: #3eb5f1;
  color: #fff;
  text-transform: uppercase;
}

.contacts {
  display: block;
  font-size: 19px;
  padding: 10px 0;
  color: #777878;
  text-transform: uppercase;
}

.container-contacts {
  max-width: 1280px;
  margin: 0 auto;
}

.contacts-container {
  display: block;
  font-size: 19px;
  color: #777878;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .contacts,
  a.select_contacts,
  .contacts-container {
    font-family: Roboto;
    line-height: 1.5;
    font-size: 11px;
    letter-spacing: 1px;
    color: #777878;
    padding: 0;
    background: none;
  }
  .contacts,
  a.select_contacts,
  .contacts-container:before {
    content: "-";
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
}

.menu__item:last-child {
  max-width: 237px;
}

.header__burger {
  display: none;
}

p.gamburger {
  display: none;
}

.sidebar__header-mobile {
  display: none;
}

.sidebar__section-mobile {
  display: none;
}

.menu__header_logo img {
  display: none;
}

@media (max-width: 992px) {
  .menu {
    text-align: center;
    height: 52px;
  }
  .menu__container span {
    margin-left: 0;
    font-size: 12px;
  }
  .menu__item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  body.lock {
    overflow: hidden;
  }
  .top-header {
    display: none;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
  }
  .menu::before {
    z-index: 102;
  }
  .menu__header_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    z-index: 103;
  }
  .menu__header_logo img {
    max-width: 100%;
    display: block;
    margin-left: 20px;
  }
  .menu__item {
    width: 100%;
    height: auto;
  }
  .nav {
    display: none;
  }
  .logo-container-img {
    display: none;
  }
  .menu__item {
    position: relative;
  }
  .menu__item:last-child {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .menu__item a {
    text-align: center;
  }
  .menu__container {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    top: -1500px;
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__container.active {
    top: 52px;
    z-index: 100;
  }
  .menu__container span {
    font-size: 19px;
    padding: 10px 0;
  }
  .header__burger {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
    height: 20px;
    margin-right: 20px;
    z-index: 103;
  }
  .header__burger.active {
    z-index: 103;
  }
  .header__burger span {
    position: absolute;
    background-color: #fff;
    right: 0;
    width: 100%;
    height: 3px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .br_search {
    margin-top: 46px;
  }
  .sidebar__header-mobile.open {
    display: block;
  }
  .sidebar__section-mobile.open {
    display: block;
  }
  .sidebar__section {
    display: none;
  }
  span.arrow {
    display: block;
    width: 15px;
    height: 30px;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #39adea transparent;
    position: absolute;
    top: -14px;
    right: 2%;
    margin: 10px;
  }
  span.arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: -26px;
    right: -24px;
    bottom: -23px;
  }
  span.arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 7px 83%;
        -ms-transform-origin: 7px 83%;
            transform-origin: 7px 83%;
  }
}

.work__area {
  width: 100%;
  padding: 15px;
  background-color: #f5f5f5;
}

.br_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
}

.search {
  position: relative;
}

.b_crumbs {
  display: inline-block;
}

.main {
  width: 100%;
  max-width: 1920px;
  background-color: #dedee0;
  margin: 0 auto;
  margin-top: -5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.main__container {
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .content {
  margin: 15px 25px;
}

.ord {
  font-family: Roboto, "Helvetica", sans-serif;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: left;
  color: #777878;
  text-transform: uppercase;
}

.menu-footer {
  font-family: Roboto;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 1px;
  color: #777878;
}

.menu-footer:before {
  content: "-";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.h {
  font-family: Roboto;
  font-size: 25px;
  color: #494953;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 100;
}

.soon {
  font-family: Roboto, "HelveticaNeuCyr";
  font-size: 18px;
  text-transform: uppercase;
  color: #39adea;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
}

.grey {
  font-family: Roboto;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #7d7d7f;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.tel {
  font-family: Roboto, "HelveticaNeuCyr";
  font-size: 29px;
  text-transform: uppercase;
  color: #39adea;
  text-decoration: none;
}

.tel a {
  color: #39adea;
}

.blue {
  *padding: 10px 10px 0 10px;
}

a {
  text-decoration: none;
  color: #777878;
}

#social {
  margin-top: -5px;
  margin-left: -10px;
}

#social a {
  opacity: 0.7;
}

#social a:hover {
  opacity: 1;
}

#quest {
  border: 1px solid #000000;
  padding: 7px 40px;
}

#quest:hover {
  border-color: #fff;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  max-width: 1280px;
  margin: 25px auto;
}

.bottom .content {
  margin-bottom: 25px;
}

.content-copy {
  margin: 0 auto;
}

.ord_low {
  line-height: 12px;
  font-size: 12px;
  text-align: left;
  color: #777878;
}

h1,
h2.personal__main-title {
  display: block;
  border-bottom: 1px solid #b1e5ff;
  line-height: 1.7;
  margin-bottom: 14px;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  color: #3eb5f1;
  text-transform: uppercase;
}

p.notation {
  color: #3eb5f1;
  font-weight: bold;
  font-size: 18px;
}

p.notation-second {
  font-size: 18px;
  margin-bottom: 40px;
}

.solution-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-home__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 992px) {
  .solution-home__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.solution-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.solution-home__column-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.solution-home__column-article-number {
  position: relative;
  font-family: Roboto;
  font-size: 50px;
  font-weight: 700;
  color: #3eb5f1;
}

.solution-home__column-article-number span {
  position: absolute;
  top: -12px;
  left: 0;
}

.solution-home__column-article-paragraph {
  margin-left: 50px;
}

.solution-home__column-article-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  color: #3eb5f1;
  padding-bottom: 5px;
}

.solution-home__column-article-text {
  padding-right: 20px;
  font-family: Roboto;
}

.personal__main-title-subtitle {
  font-family: Roboto;
  margin: 20px 0;
}

.personal__main-title-subtitle span {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  color: #3eb5f1;
}

.solution-home_order:before {
  content: "-";
  padding-right: 10px;
}

.solution-home_order {
  font-family: Roboto;
  font-size: 14px;
}

.solution-home_order span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #3eb5f1;
}

.home__solution-project {
  font-family: Roboto;
  font-size: 14px;
  color: #3eb5f1;
  margin-top: 15px;
  margin-bottom: 40px;
}

.what-price {
  margin-top: 40px;
}

.home-card {
  font-family: Roboto;
}

.card-home__container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-home__container-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .card-home__container-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.card-home__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 232px;
  height: 300px;
  border: 2px solid #3eb5f1;
  margin-right: 15px;
  margin-bottom: 15px;
}

.card-home__item-title {
  margin-top: 37px;
  text-align: center;
  line-height: 1.2;
}

.card-home__item-title span {
  font-weight: 700;
  font-size: 30px;
}

.card-home__item-price {
  color: #3eb5f1;
  font-size: 20px;
  font-weight: 600;
  margin-top: 33px;
}

.card-home__item-price span {
  font-weight: 700;
  font-size: 50px;
}

.card-home__item-desc {
  text-align: center;
  font-size: 12px;
}

.card-home__item-btn {
  display: none;
}

.card-home__item-btn .card-home__item-btn-buttton {
  background: url(/local/templates/samosystem_main/img/Button.png) center no-repeat;
  border: none;
  height: 40px;
  width: 131px;
  color: #fff;
  font-size: 18px;
}

span.title-subtitle-big_number {
  font-weight: bold;
  color: #666;
  font-size: 19px;
}

.top-fixed {
  position: fixed;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  top: -120px;
  right: 0;
  left: 0;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e5e5));
  background: -webkit-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, white 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
  -webkit-box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
  border-bottom: 1px solid #f4f2f2;
  -webkit-transition: top 220ms linear;
  -o-transition: top 220ms linear;
  transition: top 220ms linear;
  z-index: 250;
}

.top-fixed.fixed {
  top: 0;
}

.container-top-fixed {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
}

.logo-container-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 50%;
}

.logo-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  overflow: hidden;
  margin-left: 40px;
}

.logo-fixed img {
  max-width: 100%;
  display: block;
}

.phone-number-fixed {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  color: #666;
}

.phone-number-fixed span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.nav-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.nav__link-fixed {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

a.nav__link-fixed.button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
}

.nav__link-fixed span {
  margin-right: 10px;
}

.nav__link-fixed .total-price {
  display: none;
}

.nav__link-fixed i {
  display: inline-block;
}

@media (max-width: 992px) {
  .nav__link-fixed span {
    display: none;
  }
  .top-fixed.fixed {
    display: none;
  }
}

@media (max-width: 1080px) {
  .nav__link-fixed span img {
    display: none;
  }
}

.contacts-map {
  margin-top: 20px;
}

.home_solutions-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../samosystem_main/img/banner-fon.png) center;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 1.362px 2.673px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1.362px 2.673px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-bottom: 30px;
}

.home_solutions-banner span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding: 8px;
  text-transform: uppercase;
  margin-left: 30px;
}

.home_solutions-banner span:last-child {
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  color: #666;
  font-weight: 400;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .home_solutions-banner {
    display: none;
  }
}

tr.table-order {
  font-family: Roboto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* padding: 15px 0 5px; */
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 3.09px 9.511px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-box-shadow 0.1s ease-in;
  transition: -webkit-box-shadow 0.1s ease-in;
  -o-transition: box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in;
  transition: box-shadow 0.1s ease-in, -webkit-box-shadow 0.1s ease-in;
}

span.catalog-price {
  font-weight: 600;
  color: #3eb5f1;
  font-size: 20px;
}

/*Страница договор*/
.contract-container {
  width: 100%;
  margin: 0 auto;
}

.container_contract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contract-item_title {
  text-align: center;
}

.contract-item_title h3 {
  font-family: Roboto;
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contract-item_title p {
  font-family: Roboto;
  font-size: 12px;
  color: #777;
}

.contract-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}

.contract-item img {
  width: 250px;
  border: 2px solid #3eb5f1;
  margin: 0px 10px 25px 10px;
}

.contract-item_block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 445px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-contract {
  color: #fff;
  background-color: #3eb5f1;
  outline: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 30px;
}

.btn-contract:hover {
  background-color: #51a7eb;
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
}

/*end Страница договор*/
/*Страница Документы*/
.document-block {
  width: 100%;
  margin: 0 auto;
}

.document-container_img {
  width: 100%;
  height: 50px;
}

.document-container_content {
  width: 100%;
  border: 1px solid #3eb5f1;
}

/*End Страница Документы*/
.container_404 img {
  width: 100%;
}

/*Заголовок отправки формы обратной связи*/
.form-send_main-title {
  font-family: "Adobe";
  color: #03a7f6;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 575px) {
  .form-send_main-title {
    text-align: center;
  }
}

/*//Заголовок отправки формы обратной связи*/
