html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}

input::-moz-placeholder {
  opacity: 1;
  color: #777;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #777;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #777;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #777;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #222;
  font-family: "noah", Arial;
  font-size: 20px;
}

/* elements */
.title-h1,
.title-h3 {
  padding: 0;
  margin: 0;
  font-family: "noah";
  font-weight: 700;
}

.title-h1 {
  font-size: 50px;
  text-align: center;
}
.title-h2 {
  margin: 45px 0 15px !important;
  font-family: "noah";
  font-weight: 700;
  padding: 0;
}

@media (max-width: 576px) {
  .title-h1 {
    font-size: 38px;
  }
}

@media (max-width: 360px) {
  .title-h1 {
    font-size: 34px;
  }
}

.title-h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .title-h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .title-h2 {
    font-size: 26px;
  }
}

.title-h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  min-width: 200px;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  color: #fff;
  background: #2873d3;
}

@media (max-width: 576px) {
  .button {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 0 25px;
  }
}

.button:hover {
  background: #5ca1f8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--white {
  background: #fff;
  color: #222;
margin:0 20px;
}
@media (max-width: 640px) {
.button--white {margin:10px 20px;}
}

.button--white:hover {
  background: #222;
  color: #fff;
}

.button--hvr-blue:hover {
  color: #fff;
  background: #2873d3;
}

.button--sm {
  min-width: 180px;
  height: 50px;
  line-height: 52px;
  font-size: 18px;
color:#fff !important;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  counter-reset: section-counter;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 568px) {
  .typography {
    font-size: 14px;
    line-height: 22px;
  }
}

.typography section {
  padding: 35px 0;
}

.typography section:first-child {
  padding-top: 0;
}

.typography h1,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "noah";
  font-weight: bold;
}
.typography h2 {
  padding: 0;
  margin: 45px 0 25px !important;
  font-family: "noah";
  font-weight: bold;
}

.typography h1 {
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .typography h1 {
    font-size: 36px;
  }
}

.typography h2 {
  font-size: 40px;
  margin-bottom: 25px;
  position: relative;
line-height:40px;
}

.typography h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.typography P {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 20px;
    line-height: 1.4;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography figure {
  margin: 30px 0;
}

.typography figure:last-child {
  margin-bottom: 0;
}

.typography figcaption {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 3px;
}

.typography img {
  max-width: 100%;
}

.typography a {
  color: #2873d3;
  /*text-decoration: underline;*/
}

.typography a:hover {
  color: #222;
}

.typography ul {
  margin-bottom: 20px;
}

.typography ul:last-child {
  margin-bottom: 0;
}

.typography ul li {
  font-size: 22px;
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 568px) {
  .typography ul li {
    font-size: 20px;
    line-height: 1.4;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #222;
}
.promo-slide__descr ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #FFF;
}
.promo-slide__descr ul li {
  font-size: 22px;
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
}
.typography ol {
  margin-bottom: 30px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 17px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
  list-style: none;
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 26px;
  color: #2873d3;
}

.typography table {
  width: 100%;
  margin: 30px 0;
  font-size: 13px;
}

.typography table caption {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}

.typography table th {
  border-bottom: 1px solid #2873d3;
  font-weight: normal;
  text-align: left;
  padding: 0 10px 15px;
}

.typography table td {
  padding: 17px 10px 0;
}

@media (max-width: 567px) {
  .typography table td {
    font-size: 18px;
  }
}

.typography table th:first-child,
.typography table td:first-child {
  padding-left: 0;
}

.typography table th:last-child,
.typography table td:last-child {
  padding-right: 0;
}
.table-otstup td {
  padding: 5px 0 5px 10px !important;
}



.table-scroll {
  overflow: auto;
}

@media (max-width: 567px) {
  .table-scroll {
    padding-top: 40px;
    background: url(https://alexcorp.pro/images/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.forms__label {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 75px;
  padding: 0 23px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  border: none;
  background-color: #2873d3;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    font-size: 16px;
    height: 60px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 80px;
}

.forms__field {
  margin-bottom: 25px;
  width: 100%;
}

.forms__field:last-child {
  margin: 0;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 568px) {
  .forms__check, .forms__radio {
    font-size: 14px;
    line-height: 20px;
  }
}

.forms__check .jq-checkbox {
  margin-right: 12px;
}

.forms__radio .jq-radio {
  margin-right: 12px;
}

.forms__buttons {
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  .forms__buttons {
    display: block;
  }
  .forms__buttons .button {
    margin-top: 30px;
  }
}

.error {
  background: #faeded !important;
}

@media (min-width: 567px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1600px) {
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    padding-right: 40px;
  }
}

@media (max-width: 992px) and (min-width: 567px) {
  .fix-scroll {
    height: auto !important;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    padding-right: 20px;
  }
}

.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.q-link {
  color: #2873d3;
  font-size: 18px;
  font-weight: bold;
  padding-left: 22px;
  background: url(https://alexcorp.pro/images/icon-question.svg) left 1px no-repeat;
}

.q-link:hover {
  opacity: 0.7;
}

.more-link {
  color: #2873d3;
  font-size: 22px;
  font-weight: bold;
}

.more-link:hover {
  color: #222;
}

.burger-btn {
  position: relative;
  display: block;
  width: 34px;
  height: 27px;
  border-top: 3px solid #2873d3;
  border-bottom: 3px solid #2873d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.burger-btn::after {
  content: '';
  left: 0;
  display: block;
  width: 34px;
  height: 3px;
  background: #2873d3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 9px;
}

.burger-btn:hover {
  border-color: #222;
}

.burger-btn:hover:after {
  background: #222;
}

.close-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.close-btn::before, .close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::before, .close-btn:hover::after {
  background-color: #222;
}

.close-btn:hover::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-btn:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #222;
  opacity: 0.95;
}

/* plugins */
.fancybox-is-open .fancybox-bg {
  background: #222;
  opacity: 0.99;
}

.fancybox-content {
  overflow: visible;
}

.fancybox-close-small {
  padding: 0;
  right: 20px;
  top: 25px;
  color: #2873d3;
  width: 44px;
}

@media (max-width: 767px) {
  .fancybox-close-small {
    right: 0;
    top: 0;
  }
}

.fancybox-close-small svg {
  border: none;
  opacity: 1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin: 0 25px 0 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }
}

.slick-dots li.slick-active {
  background: #222;
  opacity: 1;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 18px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  color: #2873d3;
}

.slick-arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-arrow::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  font-family: 'icomoon' !important;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: 0;
}

.slick-prev::before {
  content: "<";
}

.slick-next::before {
  content: ">";
}

.slick-disabled {
  color: #eee;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

/* support class style */
.clear {
  clear: both;
  float: none !important;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp_none {
  display: none;
}

.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #222;
}

.blue-bg {
  background-color: #2873d3;
}

.lgray-bg {
  background-color: #fafafa;
}

.blue-link {
  color: #2873d3;
}

.blue-link:hover {
  color: #222;
}

.clr-blue {
  color: #2873d3;
}

.clr-white {
  color: #fff;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.decor-link {
  border-bottom: 1px solid;
}

.decor-link:hover {
  color: #2873d3;
  border-bottom-color: transparent;
}

@media (max-width: 568px) {
  .decor-link {
    border-bottom-color: transparent;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
  max-width: 1430px;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

.container--sm {
  padding: 0 85px;
}

@media (max-width: 1200px) {
  .container--sm {
    padding: 0 20px;
  }
}

/* page content */
/* header */
.header {
  height: 222px;
}

@media (max-width: 992px) {
  .header {
    height: 64px;
  }
}

.header__wrap {
  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;
  padding: 10px 20px 0 20px;
  height: 140px;
  background: #fff;
}

@media (max-width: 1200px) {
  .header__wrap {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .header__wrap {
    height: auto;
    position: relative;
    padding: 10px 0;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header__right {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .header__order {
    position: absolute;
    top: 8px;
    right: 55px;
  }
}

@media (max-width: 567px) {
  .header__order {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__q {
    color: #fff;
    background-image: url(https://alexcorp.pro/images/icon-question-white.svg);
  }
}

.header__faq {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .header__faq {
    margin: 0;
    color: #fff;
    background: url(https://alexcorp.pro/images/icon-question.svg) left center no-repeat;
    background-size: 28px;
    height: 40px;
    line-height: 42px;
    padding: 0 0 0 22px;
    min-width: 0;
    text-indent: -1000px;
    overflow: hidden;
    padding: 0;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}

.header__phone {
  position: relative;
  margin: 0 0 0 30px;
}

@media (min-width: 992px) {
  .header__phone:hover .phone-list {
    display: block;
  }

  .header__phone a:hover {
    color: #2873d3;
  }
}

@media (max-width: 992px) {
  .header__phone {
    margin: 0 0 0 20px;
    color: #fff;
  }
}



.phone-list {
  display: none;
  position: absolute;
  top: 100%;
  right: -15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 15px;
  margin-top: 15px;
}


.phone-list::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 15px;
}

.phone-list__item {
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.phone-list__item:last-child {
  margin-bottom: 0;
}

.phone-list__item._mob {
  display: none;
}

@media (max-width: 992px) {
  .phone-list {
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    background: #2873d3;
    margin: 0;
    padding: 15px 20px;
  }

  .phone-list::before {
    display: none;
  }

  .phone-list__item {
    text-align: center;
  }

  .phone-list__item._mob {
    display: block;
  }
}



.header__burger {
  display: none;
}

@media (max-width: 992px) {
  .header__burger {
    display: block;
  }
}

.header__nav {
  height: 60px;
  margin: 0 -1000px;
  padding: 0 1045px;
}

@media (max-width: 1200px) {
  .header__nav {
    padding: 0 1000px;
  }
}

@media (max-width: 992px) {
  .header__nav {
    margin: 0;
    padding: 0;
  }
}

.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .h-logo {
    display: block;
  }
}

.h-logo img {
  width: 100%;
  display: block;
}

.h-logo__logo {
  display: block;
  width: 258px;
}

@media (max-width: 992px) {
  .h-logo__logo {
    width: 180px;
  }
}

.h-logo__slogan {
  font-size: 20px;
  line-height: 1;
  margin-left: 27px;
}

@media (max-width: 992px) {
  .h-logo__slogan {
    display: none;
    margin-left: 0;
    text-align: right;
  }

  .h-logo__slogan br {
    display: none;
  }
}

.h-phone {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .h-phone a {
    display: none;
  }

  .h-phone {
    margin: 0;
    background: url(https://alexcorp.pro/images/icon-phone.svg) center no-repeat;
    background-size: 28px;
    padding: 0 0 0 22px;
    overflow: hidden;
    padding: 0;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}

.h-nav__wrap {
  height: 100%;
  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;
}

.h-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

@media (max-width: 1200px) {
  .h-nav__item {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .h-nav__item--subn > a {
    padding-right: 32px;
    background: url(https://alexcorp.pro/images/icon-arrow-down.svg) right 2px top 7px no-repeat;
  }
}

.h-nav__item.active > .h-nav__link {
  color:#2873d3;
}

.subn-nav__item.active > .subn-nav__link {
  color:#2873d3;
}

.h-nav__item--hide {
  display: none;
}

.h-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #222;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .h-nav__link {
    font-size: 20px;
  }
}

.h-nav__item:hover .h-nav__link {
  color: #2873d3;
}

.h-nav__link--active {
  border-bottom: 1px solid;
}

.h-nav__close {
  display: none;
}

@media (max-width: 992px) {
  .h-nav__close {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .h-nav__subn {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-top: 1px solid #eee;
  }
  .h-nav__item:hover .h-nav__subn {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  .h-nav {
    position: fixed;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    z-index: 2001;
    padding: 60px 0 0 0;
    z-index: 10000;
    overflow: auto;
    background: url(https://alexcorp.pro/images/logo.svg) #fff 20px 20px no-repeat;
    background-size: 111px 20px;
  }
  .h-nav__wrap {
    display: block;
    background: none;
    height: auto;
    padding: 0;
  }
  .h-nav__item {
    display: block;
    width: auto;
    border-bottom: 1px solid #eee;
  }
  .h-nav__item:first-child {
    border-top: 1px solid #eee;
  }
  .h-nav__item::after {
    display: none;
  }
  .h-nav__item--subn .h-nav__link::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 20px;
    display: block;
    background: url(https://alexcorp.pro/images/chevron-down.svg) center no-repeat;
  }
  .h-nav__item--subn.open {
    background-color: #f9f9f9;
  }
  .h-nav__item--subn.open .h-nav__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .h-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    color: #222;
    height: 54px;
    padding: 0 20px;
    position: relative;
  }
  .h-nav__link:hover {
    color: #222;
  }
}





.subn-nav {
  background: #fff;
}

.subn-nav__link {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  position: relative;
}

.subn-nav__link:hover {
  color: #2873d3;
}

@media (min-width: 992px) {
  .subn-nav {
    padding: 20px 0;
    margin-left: -45px;
  }
  .subn-nav__subn {
    display: none;
    position: absolute;
    top: -1px;
    min-height: 100%;
    left: 100%;
    border-left: 1px solid #2873d3;
    margin: 0;
  }
  .subn-nav__item:hover .subn-nav__subn {
    display: block;
  }
  .subn-nav__item {
    white-space: nowrap;
  }
  .subn-nav__item:last-child {
    margin-bottom: 0;
  }
  .subn-nav__item--subn > .subn-nav__link::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url(https://alexcorp.pro/images/chevron-down.svg) center no-repeat;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .subn-nav__item--subn:hover > .subn-nav__link::before {
    background: url(https://alexcorp.pro/images/chevron-down-blue.svg) center no-repeat;
  }
  .subn-nav__link {
    display: block;
    padding: 10px 45px;
    white-space: nowrap;
  }
  .subn-nav__item:hover > .subn-nav__link {
    color: #2873d3;
  }
}

@media (max-width: 992px) {
  .subn-nav {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fafafa;
  }
  .subn-nav__subn .subn-nav__link {
    padding: 0 20px 0 60px;
  }
  .subn-nav__item {
    border-top: 1px solid #eee;
  }
  .subn-nav__item--subn > .subn-nav__link::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 20px;
    display: block;
    background: url(https://alexcorp.pro/images/chevron-down.svg) center no-repeat;
  }
  .subn-nav__item--subn.open {
    background-color: #f9f9f9;
  }
  .subn-nav__item--subn.open > .subn-nav__link::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .subn-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 40px;
    height: 54px;
    font-size: 16px;
  }
}

/* fix nav */
@media (min-width: 993px) {
  .header-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 222px;
    padding-top: 0;
  }
  .header-fix * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-fix.sm {
    padding-top: 10px;
    height: 140px;
  }
  .header-fix.sm .header__wrap {
    padding-top: 0;
    height: 80px;
  }
  .header-fix.sm .h-logo__logo {
    width: 200px;
  }
  .header-fix.sm .h-logo__slogan {
    font-size: 14px;
  }
  .header-fix.sm .h-phone {
    font-size: 18px;
  }
  .header-fix.sm .h-button {
    min-width: 155px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  .header-fix.sm .h-nav {
    background: #2873d3;
  }
  .header-fix.sm .h-nav__item.active > .h-nav__link {
    color: #fff;
  }
  .header-fix.sm .h-nav__item--subn > a {
    background: url(https://alexcorp.pro/images/chevron-down-white.svg) right 2px center no-repeat;
  }
  .header-fix.sm .h-nav__link {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .header-fix {
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
  }

  .header__wrap {
    padding: 0;
    height: 64px;
  }
}

/* pages */
.page-content {
  padding: 0 45px;
}

@media (max-width: 1200px) {
  .page-content {
    padding: 0 45px;
  }
}

.page-title {
  background: #2873d3;
  color: #fff;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 33px;
}

.blue-btn-box {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #2873d3;
  text-align: center;
}

.product-card {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fafafa;
}

.product-card__photo {
  text-align: center;
  margin: 0 -40px 40px;
}

.product-card__photo img {
  max-width: 100%;
}

.product-card__bottom {
  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;
}

@media (max-width: 567px) {
  .product-card__bottom {
    display: block;
  }
}

.product-card__info {
  text-align: center;
}

@media (max-width: 992px) {
  .product-card__info {
    width: 30%;
  }
}

@media (max-width: 567px) {
  .product-card__info {
    width: auto;
    margin-bottom: 30px;
  }
}

.product-card__lbl {
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .product-card__lbl {
    font-size: 20px;
  }
}

.product-card__price {
  font-size: 40px;
  color: #2873d3;
  font-weight: bold;
}

@media (max-width: 992px) {
  .product-card__price {
    font-size: 26px;
  }
}

.product-card__buttons {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

.product-card__buttons .button {
  margin: 0 15px;
}

@media (max-width: 992px) {
  .product-card__buttons .button {
    margin: 5px 15px;
  }
}

.product-card__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-card__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -70px;
  padding-top: 20px;
}

.check-list__item {
  width: 50%;
  font-size: 20px;
  line-height: 26px;
  padding: 3px 70px 0 50px;
  margin-bottom: 20px;
  background: url(https://alexcorp.pro/images/icon-check.svg) 0 0 no-repeat;
}

@media (max-width: 992px) {
  .check-list__item {
    width: 100%;
  }
}

.mobile-app-info {
  min-height: 600px;
  margin-top: 20px;
  padding: 40px 550px 90px 0;
  background: url(https://alexcorp.pro/images/decor-hand.png) right 35px bottom no-repeat;
}

@media (max-width: 1200px) {
  .mobile-app-info {
    padding: 40px 440px 60px 0;
    background-position: right bottom;
  }
}

@media (max-width: 992px) {
  .mobile-app-info {
    padding: 40px 0 580px;
    background-position: center bottom;
  }
}

@media (max-width: 567px) {
  .mobile-app-info {
    padding: 40px 0 300px;
    background-size: 180px;
  }
}

.mobile-app-info__more {
  margin-top: 30px;
}

.promo-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: block;
}

@media (max-width: 992px) {
  .promo-slide {
    margin-right: -300px;
  }
}

@media (max-width: 567px) {
  .promo-slide {
    margin-right: 0;
  }
  .promo-slide .container {
    padding: 0;
  }
}

.promo-slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 450px;
  height: 660px;
  display: flex;
  padding-bottom: 60px;
  padding-left: 45px;
}

@media (max-width: 1200px) {
  .promo-slide__text {
    max-width: 400px;
    padding-left: 0;
  }
}

@media (max-width: 567px) {
  .promo-slide__text {
    padding: 0 20px 60px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: calc(100vh - 139px);
  }
}

.promo-slide__title {
  font-size: 60px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .promo-slide__title {
    font-size: 42px;
    line-height: 48px;
  }
}

.promo-slide__descr {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 57px;
}

@media (max-width: 1200px) {
  .promo-slide__descr {
    font-size: 30px;
  }
}
.promo-slide__button {margin-left:-20px;}
.promo-slide__button .button {
  min-width: 240px;
}

.slider-promo {
  margin-bottom: -20px;
}

@media (max-width: 1200px) {
  .slider-promo {
    margin-bottom: 0;
  }
}

.slider-promo .slick-dots {
  height: 15px;
  max-width: 1430px;
  padding-left: 80px;
  margin: 0 auto;
  position: relative;
  top: -70px;
}

@media (max-width: 1200px) {
  .slider-promo .slick-dots {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 50px;
    margin: 0;
    padding-left: 40px;
  }
}

@media (max-width: 567px) {
  .slider-promo .slick-dots li.slick-active {
    background: #fff;
  }
}

.sale-card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media (max-width: 567px) {
  .sale-card {
    display: block;
    height: auto;
    padding: 30px 20px;
  }
}

.sale-card:hover .sale-card__photo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sale-card:hover .sale-card__title {
  color: #2873d3;
}

.sale-card__col {
  width: 50%;
}

@media (max-width: 567px) {
  .sale-card__col {
    width: auto;
  }
}

.sale-card__info {
  padding-right: 20px;
}

@media (max-width: 567px) {
  .sale-card__info {
    padding-right: 0;
  }
}

.sale-card__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 567px) {
  .sale-card__photo {
    display: block;
    margin-bottom: 30px;
  }
}

.sale-card__photo img {
  display: block;
  max-width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sale-card__title {
  max-width: 550px;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .sale-card__title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 567px) {
  .sale-card__title {
    font-size: 24px;
    line-height: 28px;
  }
}

.sale-card__price {
  color: #2873d3;
  font-size: 38px;
  font-weight: bold;
  padding-right: 60px;
  display: inline-block;
  background: url(https://alexcorp.pro/images/icon-arrow-right.png) right center no-repeat;
}

@media (max-width: 567px) {
  .sale-card__price {
    display: block;
    font-size: 28px;
    line-height: 30px;
  }
}

.service-card {
  display: block;
  height: 350px;
  background: #fff;
  padding: 60px 50px;
text-decoration:none !important;
}

@media (max-width: 1200px) {
  .service-card {
    height: 300px;
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .service-card {
    padding: 30px 20px 30px 30px;
  }
}

.service-card:hover .service-card__icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service-card:hover .service-card__title {
  color: #2873d3;
}

.service-card__wrap {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(https://alexcorp.pro/images/icon-arrow-right.png) right 2px bottom no-repeat;
}

.service-card__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.service-card__icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-card__title {
  width: 100%;
  /*max-width: 200px;*/
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .service-card__title {
    font-size: 24px;
  }
}

.service-card__price {
  width: 100%;
  color: #2873d3;
  font-size: 24px;
  padding-bottom: 5px;
}

@media (max-width: 992px) {
  .service-card__price {
    font-size: 20px;
  }
}

.stock-box {
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

@media (max-width: 992px) {
  .stock-box {
    background-size: cover;
  }
}

.stock-box__wrap {
  height: 230px;
  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;
  padding-left: 45px;
}

@media (max-width: 1200px) {
  .stock-box__wrap {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .stock-box__wrap {
    display: block;
    height: auto;
    padding: 40px 0;
    text-align: center;
  }
}

.stock-box__label {
  font-size: 46px;
  font-weight: bold;
  line-height: 62px;
  padding-left: 80px;
  background: url(https://alexcorp.pro/images/icon-sale.svg) left center no-repeat;
}

@media (max-width: 992px) {
  .stock-box__label {
    display: inline-block;
  }
}

.stock-box__title {
  max-width: 540px;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1200px) {
  .stock-box__title {
    max-width: 450px;
  }
}

@media (max-width: 992px) {
  .stock-box__title {
    margin: 30px auto;
  }
}

@media (max-width: 568px) {
  .stock-box__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .stock-box__action {
    text-align: center;
  }
}

.container--sm .stock-box__wrap {
  padding-left: 0;
}

.mp-intro {
  margin-bottom: 20px;
}

.mp-about {
  padding: 0 45px;
  margin-bottom: 63px;
}

@media (max-width: 1200px) {
  .mp-about {
    padding: 0;
  }
}

.mp-about__title {
  font-size: 44px;
  line-height: 40px;
  max-width: 200px;
}

@media (max-width: 767px) {
  .mp-about__title {
    max-width: 100%;
    font-size: 38px;
  }
}

.mp-about__descr {
  font-size: 22px;
  line-height: 30px;
}

.advantage-list {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
}

.advantage-list__item {
  width: 25%;
}

@media (max-width: 992px) {
  .advantage-list__item {
    width: 33.33%;
  }
}

@media (max-width: 567px) {
  .advantage-list__item {
    width: 50%;
  }
}

.container--sm .advantage-list {
  margin: 0 -45px;
}

@media (max-width: 1200px) {
  .container--sm .advantage-list {
    margin: 0;
  }
}

.advantage {
  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;
  text-align: center;
  height: 280px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1200px) {
  .advantage {
    height: 250px;
  }
}

@media (max-width: 567px) {
  .advantage {
    height: 200px;
  }
}

.advantage__wrap {
  padding-top: 15px;
}

.advantage__icon {
  height: 90px;
}

.advantage__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}

@media (max-width: 568px) {
  .advantage__title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 320px) {
  .advantage__title {
    font-size: 16px;
    line-height: 18px;
  }
}

.news-list {
  margin-top: -15px;
}

.news-list__action {
  text-align: center;
  padding-top: 45px;
}

.news-list__action .button {
  margin: 0 15px;
}

@media (max-width: 568px) {
  .news-list__action .button {
    margin: 5px 15px;
  }
}

.news-card {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
}

.news-card__photo {
  overflow: hidden;
}

.news-card__photo figure {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-card__photo img {
  display: block;
  width: 100%;
}

.news-card:hover .news-card__photo figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-card:hover .news-card__descr {
  color: #2873d3;
}

.news-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 45px;
}

@media (max-width: 1200px) {
  .news-card__info {
    padding: 30px 25px;
  }
}

@media (max-width: 992px) {
  .news-card__info {
    display: block;
  }
}

.news-card__date {
  text-align: center;
  color: #2873d3;
  font-size: 24px;
  line-height: 24px;
  min-width: 50px;
  width: 50px;
  padding-top: 5px;
}

.news-card__date span {
  font-size: 28px;
  font-weight: bold;
line-height:33px;
}

@media (max-width: 992px) {
  .news-card__date {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 760px) {
  .news-card__date {width:100%}
.news-card__date span br {display:none}
}

.news-card__descr {
  padding-left: 30px;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .news-card__descr {
    font-size: 18px;
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .news-card__descr {
    padding-left: 0;
  }
}

.map-box {
  margin: 0 -1000px;
  background: #2873d3;
}

.map-box__wrap {
  width: 100vw;
  height: 717px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 992px) {
  .map-box__wrap {
    height: 500px;
  }
}

@media (max-width: 568px) {
  .map-box__wrap {
    height: 345px;
  }
}

/* popup */
.popup {
  display: none;
}

.popup-form {
  width: 100%;
  max-width: 400px;
}

/* footer */
.footer {
  height: 240px;
  padding: 55px 0 0;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .footer {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .footer {
    height: auto;
    padding: 20px 0;
  }
}

@media (max-width: 568px) {
  .footer {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .footer__wrap {
    display: block;
    text-align: center;
  }
}

.footer__cpr {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer__logo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer__soc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.footer__develop {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.footer__contacts {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer__policy {
  position: absolute;
  top: 100px;
  text-align: center;
  left: 0;
  right: 0;
}

@media (max-width: 992px) {
  .footer__policy {
    position: static;
  }
}

.footer__oplata {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    max-width: 260px;

  /*position: absolute;
  top: 85px;
  text-align: center;
  left: 0;
  right: 0;*/
}
.footer__oplata img{
width:100%;
max-width:400px;
}
@media (max-width: 992px) {
  .footer__oplata {
    position: static;
  }
}
@media (max-width: 640px) {
  .footer__oplata {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .footer__group {
    margin: 30px 0;
  }
}

.f-policy {
  opacity: 0.5;
  font-size: 14px;
  text-decoration: underline;
}

.f-policy:hover {
  text-decoration: none;
}

.f-phone {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media (max-width: 992px) {
  .f-phone {
    margin-bottom: 10px;
  }
}

.f-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .f-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-soc__item {
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 7px;
  background-color: #2873d3;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.f-soc__item:hover {
  background-color: #5ca1f8;
}

@media (max-width: 1200px) {
  .f-soc__item {
    width: 40px;
    height: 40px;
    margin: 0 3px;
  }
}

.icon-inst {
  background-image: url(https://alexcorp.pro/images/icon-inst.svg);
}

.icon-vk {
  background-image: url(https://alexcorp.pro/images/icon-vk.svg);
}

.icon-fb {
  padding-bottom: 3px;
  background-image: url(https://alexcorp.pro/images/icon-fb.svg);
}

.icon-tw {
  background-image: url(https://alexcorp.pro/images/icon-tw.svg);
}

.f-develop {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 992px) {
  .f-develop {
    margin-top: 5px;
  }
}

.f-develop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 35px;
  height: 20px;
  background: url(https://alexcorp.pro/images/icon-visualweb.svg) center no-repeat;
}

.f-develop a {
  margin-right: 4px;
  color: #222;
}

.f-develop a:hover {
  color: #2873d3;
}

.subn-nav li.h-nav__item.active a.subn-nav__link {
  color:#2873d3;
}
@media (max-width: 900px) {
.phone-in-page {display:block;}
}
@media (max-width: 567px) {
.promo-slide__descr li:nth-child(4), .promo-slide__descr li:nth-child(5), .promo-slide__descr li:nth-child(6){display:none;}
}
/*# sourceMappingURL=style.css.map */
.counter-none {display:none;}
.error {border: 3px solid red !important;}
.none {display:none !important;}

.info_dogovor {padding-left:22px;margin-bottom: 20px;}
/* Stylesheet: Стиль Modified On 2023-12-02 00:40:21 */
.pop {
    padding: 70px !important;
    width: 600px;
    border: 1px solid #e4e4e4;
    display: none;
}

.wrap input {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 51px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    width: 100%;
}

div.field input {
    border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 51px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    width: 100%;
}

.field textarea.cms_textarea {
   border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 151px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    padding-top: 12px;
    width: 100%;
}

.field div.wrap textarea {
   border: 1px solid #e3e8ee;
    box-sizing: border-box;
    color: #474a4c;
    height: 151px;
    margin-bottom: 17px;
    outline: medium none;
    padding-left: 21px;
    padding-top: 12px;
    width: 100%;
}

.btnst input.cms_submit {
    background: #2873d3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-top: 23px;
    min-width: 200px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.sbmt input.cms_submit {
    background: #2873d3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    margin-top: 23px;
    min-width: 200px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}


.fancybox-content div.st a {
    color: #2873d3;
}

div.field span {
  display:none;
}
.textbig {font-size:28px !important;line-height:36px !important}
.imprtnt {background:#2873d3;padding:40px;color:#fff;font-size:28px;line-height:36px;margin:30px 0;}
@media (max-width: 800px) {
.imprtnt {font-size:24px;line-height: 1.4;padding: 20px;}
}
.tbls td{padding:10px 20px !important;}
.tbls tr:nth-child(2n+1) {background:#eee}
.tbls tr:first-child td {font-weight:bold;}
.quest span{display:block}
.quest li {line-height:31px !important;}
.st {opacity: 0.5;font-size: 14px;}

@media (max-width: 567px) {
.tbls td{padding:5px!important;font-size: 14px !important;line-height:16px}
.tbls td:nth-child(3), .tbls td:nth-child(4), .tbls td:nth-child(5){white-space:nowrap}
}
.datenews {margin:20px 0 !important}

.all-phone br {
  display: none;
}

.all-phone span {
  white-space: nowrap;
}

@media (max-width: 567px) {
  .all-phone br {
    display: inline;
  }  
}
.tbls img (padding-top:7px;}
.lgray-bg h2 {margin-top:0px !important;}
@media (max-width: 900px) {
.phone-in-page {display:block;}
}
/* Stylesheet: Стиль_наш Modified On 2020-02-06 13:48:08 */
