@import url("https://fonts.googleapis.com/css?family=PT+Sans:regular,700&display=swap&subset=cyrillic-ext");
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  min-width: 320px; }

body {
  line-height: 1;
  font-family: "PT Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: "PT Sans", sans-serif;
  font-size: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer;
  background-color: inherit; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

body {
  color: #0D0D0D;
  line-height: 150%;
  background: #fff; }
  body._lock {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  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; }

._container {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%; }

.header {
  position: relative;
  margin: 30px 0px 0px 0px; }
  .header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #383a3e;
    top: 50%;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%); }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__logo {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
    -webkit-transform: translate(-20px, 0px);
    -ms-transform: translate(-20px, 0px);
    transform: translate(-20px, 0px); }
    @media (max-width: 400px) {
      .header__logo {
        padding: 0px 10px 0px 15px; } }
    .header__logo img {
      max-width: 210px; }
      @media (max-width: 550px) {
        .header__logo img {
          max-width: 160px; } }
      @media (max-width: 400px) {
        .header__logo img {
          max-width: 150px; } }
  .header__tel {
    font-size: 24px;
    color: #2B2C2E;
    margin: -5px 0px 0px 25px;
    display: block;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }
    @media (max-width: 550px) {
      .header__tel {
        margin: -5px 0px 0px 0px;
        font-size: 22px; } }
    @media (max-width: 400px) {
      .header__tel {
        font-size: 18px; } }
    @media (any-hover: hover) {
      .header__tel:hover {
        color: #383a3e; } }

.page-index {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-index__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0px 55px 0px;
    margin: 0 -11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      .page-index__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .page-index__body {
        margin: 0; } }
  .page-index__col {
    padding: 0 11px; }
    @media (max-width: 1300px) {
      .page-index__col {
        margin: 0px 0px 50px 0px; } }
    @media (max-width: 767.98px) {
      .page-index__col {
        padding: 0; } }
    .page-index__col_left {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
      @media (max-width: 767.98px) {
        .page-index__col_left {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
    .page-index__col_center {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45.16129%;
      flex: 0 0 45.16129%; }
      @media (max-width: 1300px) {
        .page-index__col_center {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%; } }
      @media (max-width: 767.98px) {
        .page-index__col_center {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
    .page-index__col_right {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
      @media (max-width: 767.98px) {
        .page-index__col_right {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }

.item-complex__inner {
  position: relative; }
  .item-complex__inner::after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%; }

.item-complex__doptext {
  color: #fff;
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  min-height: 90px;
  width: 100%;
  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-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  line-height: 106.66667%; }
  @media (max-width: 1550px) {
    .item-complex__doptext {
      font-size: calc(22px + 23 * ((100vw - 320px) / 1230)); } }
  @media (max-width: 767.98px) {
    .item-complex__doptext {
      min-height: 70px; } }

.item-complex__image {
  display: block;
  height: 550px;
  overflow: hidden; }
  @media (max-height: 950px) {
    .item-complex__image {
      height: 500px; }
      .item-complex__image img {
        -o-object-position: 0 0;
        object-position: 0 0; } }
  @media (max-height: 900px) {
    .item-complex__image {
      height: 450px; } }
  @media (max-height: 850px) {
    .item-complex__image {
      height: 400px; } }
  @media (max-width: 767.98px) {
    .item-complex__image {
      height: 600px; } }
  @media (max-width: 600px) {
    .item-complex__image {
      height: 500px; } }
  @media (any-hover: hover) {
    .item-complex__image:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); } }
  .item-complex__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s; }
    @media (max-width: 767.98px) {
      .item-complex__image img {
        -o-object-position: 0 0;
        object-position: 0 0; } }

.item-complex__icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 1; }

.item-complex__bottom {
  margin: 35px 0px 0px 0px;
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.item-complex__title {
  color: #2B2C2E;
  font-weight: 700;
  font-size: 36px;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 1550px) {
    .item-complex__title {
      font-size: calc(24px + 12 * ((100vw - 320px) / 1230)); } }

.item-complex__geo {
  color: #383a3e;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 15px 0px; }
  .item-complex__geo::before {
    content: '';
    background: url("../img/icons/geo.png") 0 0 no-repeat;
    width: 14px;
    height: 18px;
    margin: 0px 14px 0px 0px; }

.item-complex__text {
  color: #2B2C2E;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 20px 0px; }

.item-complex__btn {
  color: #2B2C2E;
  font-size: 14px;
  font-weight: 700;
  border: solid #383a3e 2px;
  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;
  min-width: 335px;
  min-height: 65px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 479.98px) {
    .item-complex__btn {
      min-width: 100%; } }
  @media (any-hover: hover) {
    .item-complex__btn:hover {
      border: solid #2B2C2E 2px;
      background: rgba(0, 0, 0, 0.1); }
      .item-complex__btn:hover::after {
        content: '';
        -webkit-transform: translate(20px, 0px);
        -ms-transform: translate(20px, 0px);
        transform: translate(20px, 0px); } }
  .item-complex__btn::after {
    content: '';
    background: url("../img/icons/arr.png") 0 0 no-repeat;
    width: 27px;
    height: 8px;
    margin: 0px 0px 0px 12px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
