@charset "UTF-8";
/* переменные */
.item_overlay {
  position: relative;
}
.text_on_overlay {
  position: relative;
  z-index: 3;
}
.dark_overlay {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D2149;
  opacity: 0.5;
}
.darkgrad_overlay {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d2149+0,0065b4+100&0.79+0,0.23+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13, 33, 73, 0.79) 0%, rgba(0, 101, 180, 0.23) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90d2149', endColorstr='#3b0065b4', GradientType=1);
  /* IE6-9 */
}
.center_block {
  margin-left: auto;
  margin-right: auto;
}
/* ЕНД переменные */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  outline: none !important;
}
body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
a {
  transition: all 0.2s ease;
  color: #0065b4;
}
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
  color: #ca0101;
}
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
.displayNone {
  display: none;
}
.dotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.dotted:hover {
  text-decoration: none;
}
.big {
  font-size: 120%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: #0d2149;
  transition: opacity 0.5s ease;
}
.overlay.active {
  pointer-events: auto;
  opacity: 0.7;
  z-index: 9;
}
h1 {
  font-size: 26px;
  margin: 1em 0 0.5em;
  font-weight: 700;
  color: #0d2149;
  line-height: 1.4;
  text-transform: uppercase;
}
h2 {
  font-size: 26px;
  margin: 70px 0 1.2em;
  font-weight: 700;
  color: #0d2149;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0065b4;
}
p {
  padding: 0;
  margin: 1.3em 0 0.8em;
}
div > p:first-child {
  margin-top: 0;
}
div > p:last-child {
  margin-bottom: 0;
}
.main ul {
  list-style: none;
  padding: 0 0 0 0.7em;
  margin: 0.5em 0 1em;
}
.main ul li {
  margin-left: 0;
  padding-left: 1.5em;
  position: relative;
}
.main ul li::before {
  position: absolute;
  display: block;
  content: "—";
  top: 0ex;
  left: 0;
}
.main ul.dot li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0065b4;
}
.main ul li,
.main ol li {
  margin-bottom: 0.5em;
}
.main ul li:last-child,
.main ol li:last-child {
  margin-bottom: 0;
}
.main li ul,
.main li ol {
  margin-bottom: 0;
}
.main ul.dots li::before {
  content: "•";
  color: #0065b4;
  font-size: 170%;
  font-family: Arial, sans-serif;
  line-height: 1.5ex;
}
.main ul.dots li {
  margin-bottom: 1em;
}
.main dl dd {
  margin-bottom: 0.7em;
}
.main b {
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.hr {
  height: 1px;
  background: #d8d8d8;
  margin: 30px auto;
  clear: both;
}
.small {
  font-size: 90%;
}
.m_top_0 {
  margin-top: 0;
}
.text_blue {
  color: #0065b4 !important;
}
/* формы*/
.button,
.btn {
  display: inline-block;
  padding: 0.95em 1.7em 0.85em;
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
}
.button.but-main,
.btn.btn-default {
  background-color: #0065b4;
  color: #fff !important;
}
.button.but-light {
  border: 1px solid #0065b4;
  color: #0065b4;
  padding: calc(0.95em - 2px) 1.7em calc(0.85em - 2px);
}
.button > * {
  display: inline-block;
  vertical-align: middle;
}
.btn_wide {
  padding-left: 3em !important;
  padding-right: 3em !important;
}
.button.but-main:active,
.btn.btn-default:active {
  background-color: #ca0101;
  text-decoration: none;
}
.button.but-light:active {
  background-color: #ca0101;
  border-color: #ca0101;
  color: #fff;
}
form,
input,
textares,
select,
option,
button {
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}
input,
button {
  display: inline-block;
  transition: all 0.2s ease;
  line-height: inherit;
}
input[type='submit'],
input[type='button'],
input[type='reset'],
button {
  padding: 0.75em 1.7em 0.75em;
  border: none;
  cursor: pointer;
  outline: none !important;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type='submit'],
input[type='button'] {
  background: #0065b4;
  color: #fff;
}
input[type='submit']:active,
input[type='button']:active {
  background-color: #ca0101;
}
input[type='reset'] {
  color: #fff;
  background: #2a2a2a;
}
input[type='reset']:active {
  background-color: #000;
}
input:disabled,
input:disabled:hover {
  background: #CCC;
  cursor: text;
}
[type]:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="range"]):not([type="file"]):not([type="image"]):not(ul):not(ol) {
  border: 1px solid #ede8e5;
  padding: 0.85em 1.2em 0.85em;
  background-color: #fff;
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
textarea {
  border: none;
  padding: 0.9em 1.7em;
  outline: none !important;
}
[type="checkbox"],
[type="radio"] {
  margin-right: 0.5em;
}
[type]:focus:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="range"]):not([type="file"]):not([type="image"]) {
  border-color: #0065b4;
  outline: none !important;
}
textarea:focus {
  border-color: #0065b4;
}
form input::-moz-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
form input:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
form input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
.select {
  display: inline-block;
  position: relative;
}
.select select {
  border: none;
  border-radius: 2px;
  padding: 0.75em 30px 0.75em 1.2em;
  background-color: #fff;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select::before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: none;
  transform: rotate(141deg) skew(11deg);
  border-top: 2px solid #979799;
  border-right: 2px solid #979799;
  pointer-events: none;
}
.input-group + .input-group {
  margin-top: 2em;
}
.default-label {
  display: block;
  margin-bottom: 9px;
  color: #6c696d;
}
.label_checkbox {
  padding: 0 0 0 48px;
  margin-bottom: 0.5em;
  min-height: 35px;
  position: relative;
  display: block;
}
.label_checkbox input {
  display: none;
}
.label_checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 30px;
  border: 2px solid #8d8988;
  border-radius: 15px;
  background: none;
  z-index: 1;
}
.label_checkbox .default-label {
  position: relative;
  min-height: 35px;
  padding-top: 4px;
  padding-left: 0;
}
.label_checkbox .default-label::after {
  display: none;
  content: "";
  position: absolute;
  left: -33px;
  top: 17px;
  z-index: 2;
  width: 10px;
  height: 21px;
  margin-top: -4px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #0065b4 !important;
  border-bottom: 2px solid #0065b4 !important;
}
.label_checkbox input[type="checkbox"]:checked ~ .default-label::after {
  display: block;
}
.label_radio {
  padding: 0 0 0 48px;
  margin-bottom: 0.5em;
  min-height: 35px;
  position: relative;
  display: block;
}
.label_radio input {
  display: none;
}
.label_radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #8d8988;
  border-radius: 50%;
  background: none;
  z-index: 1;
}
.label_radio .default-label {
  position: relative;
  min-height: 35px;
  padding-top: 4px;
  padding-left: 0;
}
.label_radio .default-label::after {
  display: none;
  content: "";
  position: absolute;
  left: -39px;
  top: 9px;
  z-index: 2;
  width: 12px;
  height: 12px;
  background: #0065b4;
  border-radius: 50%;
}
.label_radio input[type="radio"]:checked ~ .default-label::after {
  display: block;
}
/* ЕНД формы */
/* шапка сайта */
.hamburger button {
  display: block;
  background: none;
  border: none;
  width: 32px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.hamburger span {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 4px;
  background: #fff;
}
.hamburger span:first-child {
  margin-top: 3px;
}
.hamburger span:last-child {
  margin-bottom: 0px;
}
header {
  background: #0065b4;
  height: 85px;
  border-bottom: 2px solid #fff;
}
header .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 15px;
}
header .left_part {
  margin-right: auto;
}
header .left_part .advantages {
  display: none;
}
header .middle_part {
  display: none;
}
header .logo img {
  width: 100%;
}
header .phone a {
  display: none;
  width: 25px;
  height: 25px;
  text-indent: -1000px;
  overflow: hidden;
}
header .phone a:first-child {
  background: url('../img/ico_phone.svg') no-repeat 0 0;
  background-size: contain;
}
header .phone a:last-child {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  color: #0065b4 !important;
  background-color: #fff;
}
header .hamburger {
  margin-left: 15px;
}
/* подвал */
footer {
  background: #0065b4;
  color: #fff;
  padding: 44px 0;
  font-size: 14px;
  margin-top: 60px;
}
footer a {
  color: #fff;
}
footer .logo {
  width: 251px;
  margin-bottom: 0;
}
footer .logo img {
  width: 100%;
}
footer .col-xs-12:not(:last-child) {
  margin-bottom: 30px;
}
.footer_link a {
  text-decoration: underline;
}
.footer_link p {
  margin-top: 0.5em;
}
footer .origami span {
  display: block;
}
footer .origami img {
  width: 119px;
  margin-top: 7px;
}
footer form input::-moz-placeholder {
  color: #fff;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
footer form input:-ms-input-placeholder {
  color: #fff;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
footer form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 100%;
  text-transform: none;
  opacity: 1;
}
footer form input {
  background: none !important;
  font-size: 12px;
  border: 1px solid #fff !important;
  border-radius: 1.5em !important;
  width: 100%;
  padding: 0.7ex 2ex !important;
}
footer .phone {
  position: relative;
}
footer .phone a {
  font-size: 20px;
  display: block;
  height: 25px;
  text-indent: 35px;
  overflow: hidden;
  color: #fff;
}
footer .phone a:first-child {
  background: url('../img/ico_phone.svg') no-repeat 0 0;
  background-size: contain;
}
footer .phone a:last-child {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  color: #0065b4 !important;
  background-color: #fff;
  max-width: 186px;
}
footer .phone .button{
  text-align: inherit !important;
}
/* меню */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  position: relative;
}
nav a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1220px) {
  nav {
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 20;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 85px);
    max-width: 360px;
    padding-bottom: 30px;
    overflow: auto;
    background: #0065b4;
    color: #fff;
    transform: translateX(-500px);
    transition: all 0.2s ease;
    transform-origin: top left;
  }
  nav.open {
    transform: translateX(0px);
  }
  nav ul {
    font-size: 17px;
  }
  nav ul a {
    display: block;
    position: relative;
  }
  nav ul button {
    position: absolute;
    top: 14px;
    right: 0;
    padding: 0;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav ul button::after {
    content: "\f107";
    display: block;
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
  }
  nav ul li.open button::after {
    transform: rotate(0);
  }
  nav ul:not(.submenu) {
    border-bottom: 1px solid #fff;
  }
  nav ul:not(.submenu) > li > a {
    padding: 18px 10px;
    border-top: 1px solid #fff;
  }
  nav ul:not(.submenu) > li:first-child > a {
    border: none;
  }
  /*nav ul .selected a {border-left: 4px solid #fff;}*/
  nav ul.submenu {
    margin-left: 20px;
    margin-bottom: 15px;
    display: none;
  }
  nav ul.submenu a {
    padding: 0.5ex 0;
  }
  nav p {
    padding-left: 10px;
    padding-bottom: 30px;
  }
  nav p a {
    font-weight: bold;
    font-size: 17px;
  }
}
/* строка пути */
.nav_point {
  color: #4a4a4a;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav_point a {
  color: #4a4a4a;
  text-decoration: none;
}
.nav_point a:not(:first-child),
.nav_point span {
  display: inline-block;
  margin-left: 10px;
}
.nav_point a {
  margin-right: 10px;
}
/* элементы интерфейса */
.close {
  position: relative;
  background: #0065b4;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
}
.close::before,
.close::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -1px;
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(135deg);
}
.box_popup {
  background: #fff;
}
.fancybox-content {
  padding: 40px 20px;
}
.mini_pop {
  max-width: 500px;
}
/* ссылки и блоки на скачивание */
a[href$="doc"],
a[href$="docx"],
a[href$="pdf"],
a[href$="xls"],
a[href$="xlsx"],
a[href$="zip"],
a[href$="rar"],
a[href$="ppt"],
a[href$="pps"],
a[href$="pptx"],
a[href$="tif"],
a[href$="tiff"],
a[href$="rtf"],
a[href$="7z"] {
  display: inline-block;
  min-height: 40px;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 57px;
}
a[href$="doc"]::before,
a[href$="docx"]::before,
a[href$="pdf"]::before,
a[href$="xls"]::before,
a[href$="xlsx"]::before,
a[href$="zip"]::before,
a[href$="rar"]::before,
a[href$="ppt"]::before,
a[href$="pps"]::before,
a[href$="pptx"]::before,
a[href$="tif"]::before,
a[href$="tiff"]::before,
a[href$="rtf"]::before,
a[href$="7z"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 41px;
  height: 40px;
  background: url(../img/ico_files.svg) no-repeat 0 50%;
  background-size: contain;
}
.prim {
  font-size: 80%;
}
.blue_block {
  background: #eef0f1;
  padding: 40px 0;
  color: #0065b4;
  line-height: 1.5;
  margin-top: 50px;
}
.blue_block + .box_feedback {
  margin-top: 0;
}
/* слайдеры */
.container.slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
}
.slick-dots ul {
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots ul li {
  padding: 0 8px;
  margin: 0;
  display: inline-block;
}
.slick-dots ul li::before {
  display: none;
}
.slick-dots button {
  padding: 0;
  text-indent: -1000px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  overflow: hidden;
}
.slick-dots .slick-active button {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 5;
  background: none;
  width: 30px;
  height: 22px;
  margin-top: -11px;
}
.slick-slider .slick-arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -14px;
  background: none;
  transform: rotate(50deg) skew(11deg);
}
.slick-slider .prevBtn::before {
  left: 0px;
  border-bottom: 2px solid #cbcbcb;
  border-left: 2px solid #cbcbcb;
}
.slick-slider .nextBtn::before {
  right: 0px;
  border-top: 2px solid #cbcbcb;
  border-right: 2px solid #cbcbcb;
}
.slick-slider .prevBtn {
  left: -10px;
}
.slick-slider .nextBtn {
  right: -10px;
}
.slick-disabled {
  opacity: 0.2;
  cursor: text;
}
.slick-slider .slick-disabled:hover {
  color: #fff;
}
.slick-slide {
  outline: none !important;
}
.map {
  height: 50vh;
  max-height: 450px;
}
.geography_page .map {
  max-height: 600px;
}
.grey_block {
  margin: 2em 0;
  padding: 20px;
  background: #e7ecee;
}
.table {
  font-size: 90%;
}
.table th {
  text-align: left;
  background: #f7f7f7;
  padding: 0.5em 1em;
  font-weight: 600;
}
.table td {
  padding: 1em 1em;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table {
    border-top: 1px solid #cbcbcb;
  }
  .table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 1em 0;
  }
  .table td:not(:first-child) {
    padding-left: 2em;
  }
  .table td:first-child {
    font-weight: 600;
  }
  .table tr {
    border-bottom: 1px solid #cbcbcb;
  }
  .table tr:first-child {
    display: none;
  }
}
/* шапка страницы*/
.head_page {
  position: relative;
  height: 90vh;
  max-height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b0b0b0;
}
.head_page::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d2149+0,0065b4+100&0.79+0,0.23+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(13, 33, 73, 0.79) 0%, rgba(0, 101, 180, 0.23) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c90d2149', endColorstr='#3b0065b4', GradientType=1);
  /* IE6-9 */
}
.head_page h1 {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4vh;
}
.head_page .head_banner-body {
  position: relative;
  z-index: 3;
  color: #fff;
}
.head_page .head_banner-body p{
  font-size: 2.7rem;
}
/* подвал с обратной связью */
.box_feedback {
  position: relative;
  padding: 30px 0;
  margin-top: 60px;
  background: url(../img/pic_feedback.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.box_feedback::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D2149;
  opacity: 0.5;
}
.box_feedback + footer {
  margin-top: 0;
}
.box_feedback .container {
  position: relative;
  z-index: 3;
}
.box_feedback .col-xs-12 {
  background: #fff;
  padding: 20px;
}
.box_feedback h3 {
  color: #000;
  margin-top: 0;
}
#phoneback .prim {
  margin: 2em 0 2em;
}
#phoneback input:not([type='submit']) {
  width: 100%;
}
/* INDEX */
.index .head_page {
  background-position: 70% 50%;
}
.index .head_page::after {
  display: none;
}
.index h1 {
  font-size: 17px;
  margin-top: 24px;
  width: 80%;
}
.index .logo {
  width: 192px;
  margin-top: 38px;
}
.index .logo img {
  width: 100%;
}
.index_text {
  padding: 60px 0 0;
}
.number1500 img {
  width: 100%;
  max-width: 288px;
}
.number1500 .title {
  color: #ca0101;
  text-transform: uppercase;
  line-height: 1.47;
  font-weight: 600;
  font-size: 17px;
  padding: 13px 0 20px;
}
/* квадраты услуг и продукции*/
.square_services .item {
  height: calc(100vw - 40px);
  max-height: 290px;
  position: relative;
  margin-bottom: 15px;
}
.square_services .item::after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D2149;
  opacity: 0.5;
}
.square_services .item a {
  display: block;
  height: 100%;
}
.square_services .item .text {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.36;
}
.square_services .item .img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* вариант 2. подпись внизу */
.serv_v2.square_services .item::after {
  height: 40%;
  bottom: 0;
  top: auto;
}
.serv_v2.square_services .item .text {
  height: 40%;
  bottom: 0;
  top: auto;
  padding: 10px 20px;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
/* описнаие продукции */
.product_desc > h2:first-child {
  margin-top: 30px;
}
.product_desc .title {
  color: #0065b4;
  font-style: italic;
  text-align: center;
  font-size: 13px;
}
.product_desc .logo_associate {
  text-align: center;
  margin: 42px 0 16px;
}
.product_desc .logo_associate img {
  height: 100px;
}
.product_desc .logo_associate img:not(:first-child) {
  margin-left: 22px;
}
.feature img {
  max-width: 100%;
  width: 100%;
}
.feature .col-xs-12:not(:last-child) {
  margin-bottom: 30px;
}
/* слайдер */
.center_slider {
  padding: 0 5px;
}
.center_slider .item {
  height: 70vw;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.center_slider .item:not(.slick-current) img {
  transform: scale(0.75);
}
.center_slider .item img {
  height: 100%;
  transition: all 0.3s ease;
}
.center_slider .slick-current {
  transform: scale(0.9);
  z-index: 5;
  justify-content: center;
}
.center_slider .slick-current img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.center_slider .slick-current + .item {
  justify-content: flex-end;
}
.center_slider .slick-current + .item img {
  transform-origin: right center;
}
/* .center_slider .slick-active:not(.slick-current) {justify-content: flex-start;}
.center_slider .slick-active:not(.slick-current) img {transform-origin: left center} */
/* реализованные проекты. список */
.list_projects {
  margin-top: 40px;
}
.list_projects .item {
  margin-bottom: 40px;
}
.list_projects .item .img {
  height: 40vh;
  max-height: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.list_projects .item .title {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 0;
}
.list_projects .item .text {
  font-size: 85%;
}
/* отзывы. используют верстку реализ. проектов */
.list_projects.reviews .item {
  text-align: center;
}
.list_projects.reviews .item .img {
  width: 75%;
  min-width: 200px;
  margin: 0 auto;
  height: 50vh;
}
.list_projects.reviews .item .text {
  height: auto;
}
/* контакты*/
.contacts .map {
  margin: 30px -20px 0;
}
/* about */
@media (max-width: 767px) {
  .about .number1500 {
    margin-top: 30px;
  }
  .principy {
    margin-top: 30px;
  }
  .principy > div {
    margin-bottom: 30px;
  }
}
.number5 img {
  float: left;
  margin-right: 30px;
}
.number5 .title {
  color: #ca0101;
  text-transform: uppercase;
  line-height: 1.47;
  font-weight: 600;
  font-size: 22px;
  padding: 6px 0 0px;
  margin: 0;
}
.principy {
  text-align: center;
}
.principy .img img {
  border-radius: 50%;
}
.principy p.text_blue {
  font-weight: 600;
  font-style: italic;
  padding: 0 30px;
}
/*.geography_page + .box_feedback {margin-top: 0;}*/
.search_diler {
  text-align: center;
}
.search_diler form {
  margin-bottom: 0;
}
.search_diler .select {
  width: 100%;
}
.search_diler select {
  margin-bottom: 15px;
  width: 100%;
}