@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -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: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
  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: #000;
}

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: 1170px;
  margin: 0 auto;
}

.form__row {
  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;
  margin-bottom: 14px;
}

.form__text {
  max-width: 370px;
  font-weight: 500;
  font-size: 14px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #6f6f6f;
}

.form__text a {
  color: #6f6f6f;
  text-decoration: underline;
}

.form__line:not(:last-child) {
  margin-bottom: 25px;
}

.form__label {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.form__input {
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  border: 1px solid #b8b8b8;
}

.form__btn {
  margin-bottom: 7px;
}

.form__btn::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("../img/icons/chevron.svg") 50%/6px auto no-repeat, #ececec;
}

.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  background: #7c0041;
  border-radius: 8px;
  padding: 12.5px 50px;
}

.btn-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 283px;
  font-weight: 600;
  font-size: 16px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  padding: 16px 14px 16px 23px;
  border: 1px solid #000000;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  cursor: pointer;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 50px;
  padding: 15px 10px;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
  background: url("../img/icons/chevron.svg") center/7.6px auto no-repeat, #ececec;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 52px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.select__option {
  cursor: pointer;
  color: #2f2f2f;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}

.select__option:hover {
  background: #e6e6e6;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #5b6567;
  padding: 12px 17px;
}

.input._focus {
  color: #000;
}

.input._error {
  outline: 1px solid red;
}

textarea.input {
  resize: none;
  /*min-height: 273px;*/
  padding: 12px 17px;
}

.title {
  font-weight: 700;
  font-size: 20px;
}

.main-title {
  font-weight: 700;
  font-size: 70px;
  color: #ffffff;
}

.underline {
  border-bottom: 4px solid #f3f3f3;
}

._banner {
  height: calc(100vh - 111px);
}

._map {
  height: 355px;
}

._banner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
}

._banner iframe {
  width: 100%;
  height: 70%;
}

._link {
  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;
}

._link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #7c0041;
}

._link a::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: url("../img/icons/chevron-2.svg") 50% 50%/auto no-repeat, #7c0041;
  margin-left: 8px;
}

._link a:hover {
  text-decoration: underline;
}

.nav {
  background: #ebebeb;
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 50px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__item:not(:last-child) {
  margin-right: 27px;
}

.nav__link {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.nav__link_mod-color {
  background: #f7f7f7;
  padding: 9px;
  border-radius: 50px;
}

.nav__link._active {
  color: #fff;
  background: #0047ff;
  padding: 9px;
  border-radius: 50px;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.banner {
  margin-bottom: 70px;
}

.banner__link {
  display: block;
  position: relative;
  height: 469px;
  color: #fff;
  padding: 69px 26px;
}

.banner__link::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 27px;
  bottom: 46px;
  width: 40px;
  height: 40px;
  background: url("../img/icons/chevron.svg") 50% 50%/auto no-repeat, #fff;
  border-radius: 50%;
}

.banner__link_mod-color {
  color: #000;
}

.banner__link_mod-color .banner__title {
  max-width: 450px;
  font-size: 30px;
}

.banner__link_mod-color .banner__text {
  max-width: 360px;
}

.banner__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 105.9%;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}

.banner__text {
  max-width: 253px;
  font-weight: 500;
  font-size: 15px;
  line-height: 105.9%;
  letter-spacing: -0.025em;
}

.other__title {
  margin-bottom: 50px;
}

.other__block {
  margin-bottom: 60px;
}

.other__item {
  position: relative;
  height: 350px;
  color: #000000;
  padding: 26px 32px;
}

.other__item::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 28px;
  bottom: 25px;
  width: 25px;
  height: 25px;
  background: url("../img/icons/chevron-4.svg") 50%/auto no-repeat, #fff;
  border-radius: 50%;
}

.other__item_mod-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.other__subtitle {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.025em;
  margin-bottom: 25px;
  z-index: 1;
}

.other__text {
  max-width: 333px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #242424;
  z-index: 1;
}

.block-info {
  margin-bottom: 100px;
}

.block-info_mod-margin {
  margin-top: 75px;
}

.block-info__caption {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 50px;
}

.block-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-info__block:not(:last-child) {
  margin-bottom: 25px;
}

.block-info__subtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  font-weight: 700;
  font-size: 28px;
  /*line-height: 34px;*/
  line-height:1.2em;
  letter-spacing: -0.035em;
}

h2.block-info__subtitle{
    font-size: 21px;
}

.block-info__subtitle.w-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.block-info__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  text-align: justify;
  color: #2f2f2f;
}

ul.block-info__text li{
    list-style-type: disc;
    margin-bottom: 1em;
}

.block-info__text a {
  color: #0000ee;
}

.block-info__text a:hover {
  text-decoration: underline;
}

/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
          box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #e6e6e6;
  background: #fbfbfb;
  border-radius: 0px 0px 0 0;
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #2f2f2f;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-control .dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #aaaaaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #2f2f2f;
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #e6e6e6;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 2px - 1px) 8px calc(
			8px - 2px - 3px - 1px
		);
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 0px 0px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0px 0px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #2f2f2f;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #e6e6e6;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(47, 47, 47, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #e6e6e6;
  border-color: #e6e6e6 transparent #e6e6e6 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.pagging {
  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;
}

.pagging__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: -0.06em;
  color: #040404;
  background: #ebebeb;
  border-radius: 40px;
  padding: 11px 9px;
  opacity: 0.7;
}

.pagging__arrow img {
  display: inline-block;
  width: 8px;
  margin: 0 0 0 5px;
}

.pagging__arrow:first-child img {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 5px 0 0;
}

.pagging__arrow._active {
  opacity: 1;
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagging__item {
  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: 35px;
  height: 35px;
}

.pagging__item._active {
  border: 1px solid #000;
  border-radius: 50%;
}

.pagging__link {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.06em;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 425px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.popup__title {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.025em;
  color: #1c1c1c;
  padding: 25px 25px 21px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 7px;
}

.popup__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #6f6f6f;
}

.popup__text a {
  display: inline-block;
  color: #6f6f6f;
  text-decoration: underline;
}

.popup__text a:hover {
  text-decoration: none;
}

.popup__form {
  padding: 25px;
}

.popup__input {
  border: 1px solid #bbbbbb;
}

.popup__input:not(:last-child) {
  margin-bottom: 8px;
}

.popup__btn {
  padding: 15px 47px;
  margin: 18px 0 10px 0;
}

.popup__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 30;
}

.popup.message .popup__title {
  margin-bottom: 12px;
}
.popup.message .popup__text {
  max-width: 350px;
  font-weight: 600;
  font-size: 14px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #5b6567;
  padding: 0 25px 25px 25px;
}

.telegram_bot{
  border:1px solid #999999;
  position: fixed;
  width: 50px;
  height: 50px;
  left: 20px;
  bottom: 20px;
  border-radius: 10px;
  background: white;
  padding: 5px;
  box-shadow: 5px 5px 5px #00000066;
  display: flex;
  justify-content: center;
  align-items: stretch;
  z-index:100;
}
.telegram_bot .button{
  /*display: block;width: 100%;height: 100%;*/
  flex-grow: 1;
  background: no-repeat url('/img/icons/telegram.svg') center center;
  }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 0 0;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}

.header__logo img {
  display: block;
  width: 125px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.menu__sub-list {
  position: absolute;
  top: 62px;
  left: 0;
  background-color: #fff;
  padding: 10px 7px;
  min-width: 178px;
  z-index: 3;
  -webkit-transform: translate(0px, 10%);
      -ms-transform: translate(0px, 10%);
          transform: translate(0px, 10%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0 40px 0;
}

.menu__item:not(:last-child) {
  margin-right: 34px;
}

.menu__item:hover {
  -webkit-box-shadow: inset 0 -1px #000;
          box-shadow: inset 0 -1px #000;
}

.menu__item:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

.menu__sub-item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}

.menu__link {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.menu__link_tube {
  background: #7c0041;
  border-radius: 30px;
  padding: 4px 29px;
}

.menu__sub-link {
  font-weight: 600;
  font-size: 11px;
  color: #6f6f6f;
}

.menu__sub-link:hover {
  color: #000;
}

.footer {
  color: #6f6f6f;
  padding-bottom: 65px;
  border-top: 4px solid #d8d8d8;
}

.footer a {
  color: #6f6f6f;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.footer a:hover {
  color: #000;
}

.footer__block {
  padding-top: 90px;
}

.footer__block_mod {
  background: #ebebeb;
  padding: 90px 0 80px;
  margin-bottom: 25px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-style: normal;
}

.footer__column_mod-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__title {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-bottom: 23px;
}

.footer__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
}

.footer__input {
  margin-right: 33px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 36px;
}

.footer__logo img {
  display: block;
  width: 110px;
}

.footer__list {
  max-width: 171px;
}

.footer__item {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}

.footer__subtitle {
  min-height: 16px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.footer__row {
  font-weight: 500;
  font-size: 13px;
  margin-top: 100px;
}

.footer__row a {
  display: inline-block;
  margin-left: 46px;
}

.address__block {
  max-width: 272px;
}

.address__block:not(:last-child) {
  margin-bottom: 30px;
}

.address__caption {
  display: block;
  margin-bottom: 5px;
}

.address__link {
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  color: #6f6f6f;
}

.initial {
  color: #fff;
  height: calc(100vh - 111px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5))), url("../img/home/init-phone.jpg") 50% 50%/cover no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/home/init-phone.jpg") 50% 50%/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5)), url("../img/home/init-phone.jpg") 50% 50%/cover no-repeat;
  border-bottom: 3px solid #7c0041;
  margin-bottom: 54px;
}

.initial__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.initial__title {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 56px;
}

.initial__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.06em;
}

.initial__link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.initial__link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icons/chevron.svg") 50% 50%/4.47px 7.61px no-repeat, #fff;
  border-radius: 50%;
  margin-left: 13px;
}

.initial__link:hover::before {
  opacity: 1;
}

.cards {
  margin-bottom: 90px;
}

.cards_mod {
  padding-bottom: 95px;
}

.cards__title {
  margin-bottom: 60px;
}

.cards__slider,
.cards__slider-2 {
  margin-bottom: 29px;
}

.cards__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__control {
  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: 43px;
  height: 40px;
  background: #ebebeb;
  border-radius: 0 40px 40px 0;
}

.cards__control::before {
  content: "";
  width: 8.23px;
  height: 14px;
  background: url("../img/icons/chevron.svg") 0 0/auto no-repeat;
}

.cards__control_prev,
.cards__control_prev-2 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cards__control.swiper-button-disabled::before {
  opacity: 0.5;
}

.cards__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  color: #1c1c1c;
  height: 400px;
  padding: 33px 19px;
}

.cards__item_mod {
  color: #fff;
}

.cards__item:hover {
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}

.cards__caption {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 105.9%;
  letter-spacing: -0.095em;
  margin-bottom: 15px;
  z-index: 1;
}

.cards__subtitle {
  display: block;
  font-weight: 700;
  font-size: 27px;
  line-height: 105.9%;
  letter-spacing: -0.025em;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.cards__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #242424;
  position: relative;
  z-index: 1;
}

.cards__date {
  position: absolute;
  left: 20px;
  bottom: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 105.9%;
  letter-spacing: -0.095em;
}

.solid {
  margin-bottom: 94px;
}

.solid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solid__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 700;
  font-size: 35px;
}

.solid__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 500;
  font-size: 17px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
}

.advantages {
  color: #fff;
  text-align: center;
  background: #141926;
  padding: 305px 0;
  margin-bottom: 54px;
}

.advantages__content {
  position: relative;
}

.advantages__content .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.advantages__content .swiper-pagination-bullet:not(:last-child) {
  margin-right: 17px;
}

.advantages__content .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}

.advantages__title {
  font-weight: 600;
  color: #b90161;
  margin-bottom: 90px;
}

.advantages__slider {
  margin-bottom: 30px;
}

.advantages__control {
  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;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.advantages__control img {
  display: block;
}

.advantages__control.swiper-button-disabled {
  opacity: 0.5;
}

.advantages__control_next {
  right: 0;
}

.advantages__control_prev {
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantages__subtitle {
  font-size: 50px;
  margin-bottom: 38px;
}

.advantages__text {
  max-width: 726px;
  font-weight: 500;
  font-size: 20px;
  line-height: 152.4%;
  color: #98999c;
  margin: 0 auto 39px;
}

.advantages__link {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.105em;
  text-transform: capitalize;
  padding: 29px 77px;
  background: #7c0041;
  border-radius: 20px;
}

.partners {
  padding-bottom: 78px;
}

.partners__title {
  margin-bottom: 48px;
}

.catalog__banner {
  margin-bottom: 40px;
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.catalog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.6%;
          flex: 0 0 48.6%;
  height: 484px;
  color: #000000;
  padding: 26px 32px;
  margin-bottom: 30px;
}

.catalog__item_mod-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.catalog__subtitle {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 25px;
  z-index: 1;
}

.catalog__text {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  z-index: 1;
}

.about__banner {
  margin-bottom: 90px;
}

.about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7%;
          flex: 0 0 48.7%;
  margin-bottom: 50px;
}

.about__item_mod-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.about__link {
  display: block;
  height: 322px;
  margin-bottom: 15px;
}

.about__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 115.9%;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.about__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.about__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #7c0041;
}

.about__sublink::after {
  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;
  content: "+";
  width: 17px;
  height: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #dfebf9;
  background: #7c0041;
  border-radius: 50%;
  margin-left: 6px;
}

.about__sublink:hover {
  text-decoration: underline;
}

.company,
.order,
.investors,
.principles,
.policy,
.docs {
  margin-bottom: 85px;
}

.company__row,
.order__row,
.investors__row,
.principles__row,
.policy__row,
.docs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company__row:not(:last-child),
.order__row:not(:last-child),
.investors__row:not(:last-child),
.principles__row:not(:last-child),
.policy__row:not(:last-child),
.docs__row:not(:last-child) {
  margin-bottom: 20px;
}

.company__title,
.order__title,
.investors__title,
.principles__title,
.policy__title,
.docs__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 700;
  font-size: 30px;
}

.company__text,
.order__text,
.investors__text,
.principles__text,
.policy__text,
.docs__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  color: #2f2f2f;
  text-align: justify;
}

.company__text_mod,
.order__text_mod,
.investors__text_mod,
.principles__text_mod,
.policy__text_mod,
.docs__text_mod {
  margin-bottom: 50px;
}

.investors__list {
  border: 1px solid #f3f3f3;
}

.investors__item {
  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-weight: 500;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  padding: 20px;
}

.investors__item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}

.investors__item::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../img/icons/chevron.svg") 50%/7px no-repeat, #e6e6e6;
}

.investors__item a {
  color: #2f2f2f;
}

.investors__item a:hover {
  text-decoration: underline;
}

.docs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
}

.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  padding: 20px 38px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}

.privacy {
  border-top: 4px solid #f3f3f3;
  margin-bottom: 60px;
}

.privacy__row {
  padding: 25px 0;
  margin-bottom: 56px;
}

.privacy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.privacy__subtitle {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  font-weight: 500;
  font-size: 13px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #6f6f6f;
}

.privacy__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  font-weight: 700;
  font-size: 40px;
  line-height: 78.4%;
  letter-spacing: -0.035em;
}

.privacy__title span {
  display: block;
  color: #979797;
}

.privacy__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  color: #2f2f2f;
}

.contacts {
  margin-bottom: 50px;
}

.contacts__map {
  border-bottom: 5px solid #7c0041;
  margin-bottom: 60px;
}

.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-style: normal;
}

.contacts__row {
  margin-bottom: 35px;
}

.contacts__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}

.contacts__text,
.contacts__link {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
}

.contacts__link {
  text-transform: uppercase;
}

.contacts__link:hover {
  text-decoration: underline;
}

.contacts__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.news {
  margin-bottom: 90px;
}

.news.underline {
  margin-bottom: 30px;
}

.news.underline .news__block {
  margin-bottom: 90px;
}

.news__banner {
  position: relative;
  color: #fff;
  height: calc(100vh - 111px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0.2))), url("../img/news/phone-1.jpg") 50% 50%/cover no-repeat;
  background: -o-linear-gradient(rgba(4, 4, 4, 0.2)), url("../img/news/phone-1.jpg") 50% 50%/cover no-repeat;
  background: linear-gradient(rgba(4, 4, 4, 0.2)), url("../img/news/phone-1.jpg") 50% 50%/cover no-repeat;
}

.news__banner_market {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 4, 4, 0.2))), url("../img/news/phone-2.jpg") 50% 50%/cover no-repeat;
  background: -o-linear-gradient(rgba(4, 4, 4, 0.2)), url("../img/news/phone-2.jpg") 50% 50%/cover no-repeat;
  background: linear-gradient(rgba(4, 4, 4, 0.2)), url("../img/news/phone-2.jpg") 50% 50%/cover no-repeat;
}

.news__banner_mod-color {
  color: #000;
}

.news__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 1;
}

.news__title {
  max-width: 573px;
  line-height: 95.9%;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}

.news__title._link {
  max-width: none;
}

.news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.06em;
}

.news__link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.news__link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icons/chevron.svg") 50% 50%/4.47px 7.61px no-repeat, #fff;
  border-radius: 50%;
  margin-left: 13px;
}

.news__link:hover::before {
  opacity: 1;
}

.news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__nav-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #6f6f6f;
  padding: 25px 0;
}

.news__nav-item:not(:last-child) {
  margin-right: 27px;
}

.news__nav-item._active {
  color: #2f2f2f;
  border-bottom: 1px solid #050505;
}

.news__info {
  background: #ebebeb;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 65px;
}

.news__info-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #6f6f6f;
}

.news__info-title span {
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  padding: 0px 10px;
  background: #cfcfcf;
  border-radius: 10px;
  margin-left: 5px;
}

.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 40px;
}

.news__block::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  width: 2%;
  height: 3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  padding-top: 11px;
  border-top: 1px solid #b8b8b8;
  margin-bottom: 70px;
}

.news__subtitle {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  margin-bottom: 40px;
}

.news__caption {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #a2a3a2;
}

.article {
  margin-bottom: 50px;
}

.article__banner {
  color: #fff;
}

.article__banner_mod-color {
  color: #000;
}

.article__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.article__caption {
  font-size: 20px;
  margin-bottom: 20px;
}

.article__title {
  max-width: 618px;
  font-weight: 700;
  font-size: 80px;
  line-height: 95.9%;
}

.article__date {
  position: absolute;
  bottom: 10%;
  font-size: 16px;
  line-height: 95.9%;
}

.article__links {
  text-align: right;
  background: #ebebeb;
  padding: 9px 0;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 31px;
}

.article__link {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.06em;
  color: #2f2f2f;
}

.article__link.btn {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 12px 30px;
  margin-left: 27px;
}

.article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__subtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 374px;
          flex: 0 0 374px;
  font-weight: 700;
  font-size: 30px;
}

.article__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: justify;
  font-weight: 500;
  font-size: 20px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
}

.article__text p{margin-bottom: 1em}

.article__text ul{
  padding-left: 25px;
}
.article__text ul li{list-style: disc; margin-bottom:1em}

.product__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding-top: 10%;
}

.product__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.product__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 78.4%;
  margin-bottom: 32px;
}

.product__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 133.5%;
}

.product__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  color: #ffffff;
  background: #7c0041;
}

.card-product__block {
  padding: 15px;
}

.card-product__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}

.card-product__caption {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.card-product__caption span {
  display: inline-block;
  font-weight: 700;
  font-size: 60px;
  margin-right: 5px;
}

.card-product__link {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}

.card-product__item {
  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-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding: 15px;
  background: #620033;
}

.card-product__item:not(:last-child) {
  border-bottom: 1px solid #410323;
}

.card-product__item::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icons/chevron-3.svg") 50% 50%/auto no-repeat;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.card-product__item:hover::after {
  background: url("../img/icons/chevron-3.svg") 50% 50%/auto no-repeat, #470025;
  border-radius: 50%;
}

.spoller__title {
  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;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding: 15px;
  background: #620033;
  border-top: 1px solid #620033;
  border-bottom: 1px solid #620033;
}

.spoller__title::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icons/chevron-3.svg") 50% 50%/auto no-repeat;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}

.spoller__title:hover::after {
  background: url("../img/icons/chevron-3.svg") 50% 50%/auto no-repeat, #470025;
  border-radius: 50%;
}

.spoller__title._active {
  border-top: 1px solid #410323;
  border-bottom: 1px solid #410323;
  background: #7c0041;
}

.spoller__title._active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.spoller__body {
  padding: 15px;
}

.spoller__item:not(:last-child) {
  margin-bottom: 12px;
}

.spoller__link {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}

.product-form {
  background: #f3f3f3;
  padding: 45px 0 90px 0;
  margin-bottom: 50px;
}

.product-form_mod-margin {
  margin-bottom: 0;
}

.product-form__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 37px;
}

.product-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.product-form__select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.product-form__buttons {
  margin-bottom: 32px;
}

.product-form__buttons a,
.product-form__buttons button {
  font-size: 12px;
  padding: 15px 25px;
}

.product-form__buttons a {
  display: inline-block;
  width: auto;
  border-radius: 8px;
  margin-left: 15px;
}

.table-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.table-form__row:first-child {
  font-weight: 600;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.table-form__row:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #d1d1d1;
}

.table-form__row_mod-color {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  background: #7c0041;
}

.table-form__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 13px;
}

.table-form__column_mod-size {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.services__banner {
  margin-bottom: 90px;
}

.services__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7%;
          flex: 0 0 48.7%;
  margin-bottom: 50px;
}

.services__item_mod-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.services__link {
  display: block;
  height: 322px;
  margin-bottom: 15px;
}

.services__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 115.9%;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.services__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 121.5%;
  letter-spacing: -0.06em;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.services__sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #7c0041;
}

.services__sublink::after {
  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;
  content: "+";
  width: 17px;
  height: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #dfebf9;
  background: #7c0041;
  border-radius: 50%;
  margin-left: 6px;
}

.services__sublink:hover {
  text-decoration: underline;
}

.service__content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding-top: 8%;
}

.service__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 730px;
          flex: 0 0 730px;
}

.service__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 78.4%;
  margin-bottom: 32px;
}

.service__text {
  max-width: 450px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133.5%;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 1182px) {
  .contacts__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contacts__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }

  .contacts__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media (any-hover: hover) {
  .article__text a:hover {
    text-decoration: underline;
  }
}

.site-error {
  border-top: 4px solid #d8d8d8;  text-align: center;
  padding: 2em 0;
  line-height: 1.5em;
}

.site-error p{text-align:center;margin-top:1.5em}

.query_button{flex-grow:1;text-align:right}