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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
u, i, center, dl, dt, dd, caption, tbody, tfoot, thead, tr, th,
fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*    line-height:1;*/
}

blockquote, q {
  quotes: none;
}

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

/*table{
    border-collapse:collapse;
    border-spacing:0;
}*/
html, body {
  height: 100%;
}

a {
  text-decoration: none;
  outline: 0;
}

div {
  box-sizing: border-box;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.header .bg .logo, .header .bg .logoarway {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.header, .header .bg, .header .search_hidden .flex input, .control ~ .label, .label2, .btn a, .btn.small a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.transition {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* ------------------------------------------- */
.header .menu ul, .header .mobile-controls .socials, .popup-contacts__messengers, .popup-contacts__phones, .popup-contacts__socials, .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
}

.header .menu__search-input, .buttonr, .buttonr_white {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.header .search_hidden .flex input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ------------------------------------------- */
h1 {
  margin: 0;
  padding-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  h1 {
    line-height: 30px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 470px) {
  h1 {
    padding-bottom: 24px;
    font-weight: bold;
  }
}

h2 {
  /*	color:#132759;*/
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 28px;
  color: #0C0D0E;
  font-size: 24px;
}
@media only screen and (max-width: 470px) {
  h2 {
    line-height: 24px;
    font-size: 18px;
  }
}

h3 {
  padding: 15px 0px;
  color: #0C0D0E;
  font-size: 18px;
}

h4 {
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 18px;
}

.link {
  font-size: 14px;
  font-weight: 900;
}

.green {
  color: #308a11 !important;
}
.green a {
  color: #308a11 !important;
}
.blue {
  color: #006cc0 !important;
}
.blue a {
  color: #006cc0 !important;
}
.orange {
  color: #974700 !important;
}
.orange a {
  color: #974700 !important;
}
.gold {
  color: #e2b073 !important;
}

body {
  margin: 0px;
  padding: 0px;
  background: url("../img/ru/bg_main.jpg");
  letter-spacing: 0.01em;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

.container_width {
  /*    max-width:1200px;*/
  min-width: 320px;
  margin: 0 auto;
}

@media only screen and (max-width: 1360px) {
  .container_padd {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 470px) {
  .container_padd {
    padding: 0 16px;
  }
}

.container_padding .container_padding {
  padding: 0px;
}

.block_white {
  padding: 10px 20px;
  background-color: #fff;
}

label {
  cursor: pointer;
}

.c {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

@media only screen and (max-width: 999px) {
  .c_767 {
    clear: both;
  }
}

.c_767_invert {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .c_767_invert {
    display: none;
  }
}
@media only screen and (max-width: 470px) {
  .c_767_invert {
    display: block;
  }
}

@media only screen and (max-width: 670px) {
  .c_670 {
    clear: both;
  }
}

@media only screen and (max-width: 590px) {
  .c_590 {
    clear: both;
  }
}

.abs {
  position: absolute;
}

.relative {
  position: relative;
}

.hidden, .row.hidden {
  display: none;
}

.hidden_i {
  display: none !important;
}

.visible, .visible.hidden {
  display: block !important;
}

.flex_i {
  display: flex !important;
}

.nowrap {
  white-space: nowrap;
}

.nopadd {
  padding: 0px !important;
}

.center {
  text-align: center;
}

.center_i {
  text-align: center !important;
}

@media only screen and (max-width: 768px) {
  .mobile_center {
    text-align: center;
  }
}

.left_i {
  text-align: left !important;
}

.right {
  text-align: right;
}

.right_i {
  text-align: right !important;
}

.top {
  vertical-align: top;
}

.top_i {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.left_f, .float_l {
  float: left;
}

.right_f, .float_r {
  float: right !important;
}

.inline {
  display: inline-block;
}

.table {
  display: table;
  width: 100%;
}

.table.auto {
  width: auto;
  margin: auto;
}

.table.nowidth {
  width: auto;
}

.table.auto.marg0 {
  margin: 0;
}

.table.padd0 .cell {
  padding: 0px !important;
}

.table.padd0 .cell.padd_t_5 {
  padding-top: 5px !important;
}

.padd_t_10 {
  padding-top: 10px !important;
}

.table.padd5 .cell {
  padding: 5px;
}

.table.left .cell {
  text-align: left;
}

.table.top .cell {
  vertical-align: top;
}

.table.middle .cell {
  vertical-align: middle;
}

.table .cell.top {
  vertical-align: top !important;
}

.row_group {
  display: table-row-group;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.underline a, a.underline {
  text-decoration: underline;
}

.border_red {
  border: 1px solid red;
}

.white_bg {
  background-color: #fff;
}

.hr {
  clear: both;
  height: 1px;
  font-size: 0px;
}

/* ----------------------------------------- */
/*                   Errors                  */
/* ----------------------------------------- */
.ok_input {
  background-color: #edfdea;
  border: 1px solid #029829 !important;
}

.error_ok {
  color: #029829;
}

.error_input {
  background-color: #fdecea !important;
  color: #000 !important;
  border: 1px solid red !important;
}

.error1 {
  display: none;
  padding-top: 2px;
  color: #ea2c54;
  font-size: 12px;
}

.error1a {
  padding-top: 2px;
  color: #C82100;
  font-size: 13px;
}

.error2, .star {
  color: #C82100;
}

.error3 {
  color: #960000;
  font-size: 13px;
}

.error4 {
  padding-left: 19px;
  color: #964300;
  font-size: 13px;
}

#autorisation_ind_abs .error3 {
  height: 30px;
  font-weight: bold;
}

.msg1 {
  padding-bottom: 120px;
}

/* ----------------------------------------- */
/*               /// Errors ///              */
/* ----------------------------------------- */
.grid_override table, .grid_override tbody {
  display: block;
}
.grid_override tbody tr {
  display: grid;
  grid-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .grid_override tbody tr {
    display: block;
  }
}
.grid_override tbody tr.grid_width_50 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_override tbody tr.grid_width_50 td {
  padding-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  .grid_override tbody tr.grid_width_50 td {
    padding-bottom: 0;
  }
}
.grid_override tbody tr.grid_width_33 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .grid_override tbody tr.grid_width_33 td {
    padding-top: 19px;
  }
}
.grid_override tbody tr td {
  color: #0C0D0E;
  line-height: 24px;
  font-size: 20px;
  font-family: "HelveticaNeueCyrLight", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .grid_override tbody tr td {
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
  }
}
.grid_override tbody tr h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  color: #0C0D0E;
  line-height: 24px;
  font-size: 24px;
  font-family: "HelveticaNeueCyrLight", Helvetica, Arial;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .grid_override tbody tr h3 {
    padding-bottom: 12px;
    text-align: center;
    letter-spacing: 0.13em;
    line-height: 23px;
    font-size: 20px;
  }
}

.width100 {
  width: 100%;
}

.width20 {
  width: 20px;
}

.width50 {
  width: 50%;
}

.width33 {
  width: 33%;
}

.height100 {
  height: 100%;
}

.minheight100 {
  min-height: 100%;
  height: auto !important;
}

.text_white {
  color: #fff !important;
}

.text_red {
  color: #eb1744 !important;
}

.text_yellow {
  color: #f8a621;
}

.text_blue, .text_blue a {
  color: #006cc0 !important;
}

.text_grey, .text_grey a {
  color: #646464 !important;
}

.text_grey2 {
  color: #979797;
}

.text_green {
  color: #55b846 !important;
}

.text_orange {
  color: #ea5b0b !important;
}

.text_black {
  color: #000 !important;
}

.padd20 {
  padding: 20px;
}

.padd6_6 {
  padding: 6px 0px;
}

.padd_t_5 {
  padding-top: 25px !important;
}

.padd_t_15 {
  padding-top: 15px !important;
}

.padd_t_30 {
  padding-top: 30px !important;
}

.marg_m5 {
  margin-top: -3px !important;
}

.marg_b_20 {
  margin-bottom: 20px !important;
}

.table.marg_m5 .cell {
  padding: 4px 0px !important;
}

input.middle {
  vertical-align: middle;
}

.help {
  cursor: help;
}

@media only screen and (max-width: 768px) {
  .table50 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .table50 tr {
    display: flex;
    flex-direction: column;
  }
}
.table50 td {
  width: 50%;
  vertical-align: middle;
}
@media only screen and (max-width: 1030px) {
  .table50 td {
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .table50 td {
    display: block;
    width: 100%;
  }
}
.table50 td img {
  max-width: 100%;
}

/* ----------------------------------------- */
/*                  Inputs                   */
/* ----------------------------------------- */
/* ----------------------------------------- */
/*              /// Inputs ///               */
/* ----------------------------------------- */
.zindex2 {
  z-index: 2 !important;
}

.zindex1 {
  z-index: 1 !important;
}

.static_i {
  position: static !important;
}

.main {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
  /*	max-width:1200px;*/
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 30px 0 #9b9b9b;
}
@media only screen and (max-width: 1200px) {
  .main {
    width: 100%;
  }
}

.bg_grey {
  background-color: #eaeaea;
}
.bg_grey .text_block {
  line-height: 20px;
  color: #4a4a4a;
}
.bg_grey .text_block h3 {
  padding-top: 30px;
  padding-bottom: 27px;
  color: #0C0D0E;
  font-size: 36px;
  font-family: "HelveticaLight", Helvetica, Arial;
}

.line_white {
  border-bottom: 1px solid #fff;
}

.loading {
  background: #fff url("/img/ru/loading2.gif") right center no-repeat !important;
}

@media only screen and (max-width: 590px) {
  .snowflakes {
    display: none;
  }
}

.container_main {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

.container_main2 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.error-text {
  color: #ff0000;
  font-size: 11px;
}

.error-input {
  background-color: #ffeded !important;
  border: 1px solid #ff0000 !important;
}

.error_div {
  background-color: #ffeded !important;
  border: 1px solid #ff0000 !important;
}

.main_title {
  padding-bottom: 34px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #0C0D0E;
  font-size: 30px;
  font-family: "Garamond", "HelveticaLight", Helvetica, Arial;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .main_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 470px) {
  .main_title {
    padding-bottom: 32px;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
  }
}

.link-all {
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #5C5A5A;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 590px) {
  .link-all {
    display: inline-block;
    width: 216px;
    margin-top: 32px;
    padding: 10px 0 8px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #5C5A5A;
  }
}
.link-all:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 590px) {
  .link-all:hover {
    text-decoration: none;
  }
}
.link-all:active, .link-all:focus {
  color: #020202;
  border: 1px solid #020202;
}
.link-all .gold {
  display: none;
}

.btn {
  display: inline-block;
  position: relative;
  z-index: 6;
}
.btn.white a {
  background-color: #fff;
  border: 2px solid #e2b073;
}
.btn.white a:hover {
  background-color: #fff;
  border: 2px solid #f0cea9;
}
.btn a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #e2b073;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn a:hover {
  background-color: #f0cea9;
}
.btn.small a {
  font-size: 14px !important;
  display: inline-block;
  padding: 3px 15px 5px;
  color: #fff;
  font-size: 16px;
}
.btn.red a {
  background-color: #F44236;
}
.btn.red a:hover {
  background-color: #F44236;
}
.btn.black a {
  background-color: #000000;
}
.btn.black a:hover {
  background-color: #000000;
}

.columns_white #colc .btn a {
  color: #000;
}

.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label {
  background: url("/img/ru/radio_box_active.png") no-repeat;
}
.radio input[type=radio] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/ru/radio_box.png") no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label {
  background: url("/img/ru/check_box_active.png") no-repeat;
}
.checkbox input[type=checkbox] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url("/img/ru/check_box.png") no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.control ~ .label {
  position: absolute;
  top: 8px;
  left: 0;
  pointer-events: none;
  color: #0C0D0E;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .control ~ .label {
    font-size: 12px;
  }
}

.control:focus ~ .label, .control:not(:focus):not(.empty) ~ .label {
  top: -14px;
  font-size: 11px;
}

.buttonr {
  outline: none;
}
.buttonr_white {
  display: inline-block;
  width: 224px;
  margin: auto;
  padding: 12px 0;
  background-color: #fff;
  outline: none;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.2em;
  color: #0C0D0E;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .buttonr_white {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 590px) {
  .buttonr_white {
    padding: 6px 0 5px;
  }
}
.buttonr_white:hover {
  border: 1px solid #999;
}

.label2 {
  position: absolute;
  top: 10px;
  left: 12px;
  pointer-events: none;
  color: #5C5A5A;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .label2 {
    left: 0;
  }
}

.control:focus ~ .label2, .control:not(:focus):not(.empty) ~ .label2 {
  top: -13px;
  font-size: 11px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.disabled-input {
  background-color: #fff;
  pointer-events: none;
  color: #999 !important;
}

.card {
  position: relative;
  height: 100%;
  z-index: 100;
}
.card .table {
  width: 100%;
  height: 100%;
}
.card .cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.card .card_white {
  display: inline-block;
  width: 656px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 670px) {
  .card .card_white {
    width: 70%;
  }
}
@media only screen and (max-width: 470px) {
  .card .card_white {
    width: 90%;
  }
}
.card .col1 {
  float: left;
  position: relative;
  width: 300px;
  padding: 47px 55px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 670px) {
  .card .col1 {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.card .col1 .logo {
  position: absolute;
  top: 83px;
  left: 40px;
  width: 214px;
  height: 109px;
  margin: 0 auto;
  background-image: url("../img/logo_modal.png");
}
@media only screen and (max-width: 670px) {
  .card .col1 .logo {
    left: 0px;
    right: 0px;
    z-index: 2;
  }
}
.card .col1 .circle {
  width: 165px;
  height: 165px;
  padding: 9px;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
@media only screen and (max-width: 670px) {
  .card .col1 .circle {
    margin: 0 auto;
    z-index: 1;
  }
}
.card .col1 .circle > div {
  width: 146px;
  height: 146px;
  padding: 9px;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.card .col1 .circle > div div {
  width: 126px;
  height: 126px;
  background: linear-gradient(180deg, #EDEDED 0%, #CCCCCC 100%);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.card .col1 .title {
  padding: 31px 0px 15px;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 670px) {
  .card .col1 .title {
    width: 250px;
    margin: 0px auto;
  }
}
.card .col1 .price {
  color: #000;
  font-size: 32px;
}
@media only screen and (max-width: 670px) {
  .card .col1 .price {
    width: 250px;
    margin: 0px auto;
  }
}
.card .col2 {
  float: left;
  width: 350px;
  min-height: 442px;
  padding: 64px 56px;
  box-sizing: border-box;
  text-align: left;
  border-left: 1px solid #EDEDED;
}
@media only screen and (max-width: 670px) {
  .card .col2 {
    float: none;
    width: 250px;
    min-height: auto;
    margin: 0px auto;
    padding: 0px 0px 30px;
    border: 0px;
  }
}
.card .col2 .title_small {
  padding-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.card .col2 .btn {
  width: 100%;
  margin-top: 31px;
}
.card .col2 .btn a {
  display: inline-block;
  width: auto;
  padding: 14px 32px;
  background-color: #F44236;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 670px) {
  .card .col2 .btn {
    text-align: center;
  }
}
.card .dotted {
  clear: both;
  height: 3px;
  margin: 14px 0px;
  background: url("../img/dotted_double.gif") repeat-x;
}

.index .header .bg {
  background-color: transparent;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(12, 13, 14, 0.4);
  z-index: 1001;
}
@media only screen and (max-width: 999px) {
  .header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    height: 80px;
  }
}
.header_mobile {
  background-color: #fff !important;
}
.header_mobile .logo {
  height: 50px !important;
  background-image: url("../img/ru/logo.svg") !important;
  background-position: center 0 !important;
  background-size: 83% auto !important;
}
.header_mobile .logoarway {
  height: 50px !important;
  background-image: url("/img/ru/logo_arway_black.png") !important;
  background-position: center 0 !important;
  background-size: 83% auto !important;
}
.header_mobile .menu_ico div {
  background-color: #000 !important;
}
.header:hover, .header_white {
  background-color: #fff !important;
}
.header:hover .bg .logo, .header:hover .bg .logoarway, .header_white .bg .logo, .header_white .bg .logoarway {
  background-image: url("../img/ru/logo.svg") !important;
  background-position: 0 2px !important;
  background-size: 98% auto !important;
}
@media only screen and (max-width: 999px) {
  .header:hover .bg .logo, .header:hover .bg .logoarway, .header_white .bg .logo, .header_white .bg .logoarway {
    height: 60px;
    background-position: center 0px !important;
    background-size: 83% auto !important;
  }
}
.header:hover .bg .logo_en, .header:hover .bg .logoarway_en, .header_white .bg .logo_en, .header_white .bg .logoarway_en {
  background-image: url("/img/en/logo.png") !important;
  background-size: 100% auto !important;
  background-position: 4px 15px !important;
}
@media only screen and (max-width: 999px) {
  .header:hover .bg .logo_en, .header:hover .bg .logoarway_en, .header_white .bg .logo_en, .header_white .bg .logoarway_en {
    background-position: 0 9px !important;
  }
}
.header:hover .bg .logoarway, .header_white .bg .logoarway {
  background-image: url("/img/ru/logo_arway_black.png") !important;
  background-size: auto 70% !important;
  background-position: center 14px !important;
}
@media only screen and (max-width: 670px) {
  .header:hover .bg .logoarway, .header_white .bg .logoarway {
    background-position: center 4px !important;
  }
}
.header:hover .bg .langs::after, .header_white .bg .langs::after {
  background-image: url("/img/ru/arrow_bottom_black.png");
}
.header:hover .bg .langs a, .header_white .bg .langs a {
  color: #0C0D0E;
}
.header:hover .bg .langs_one::after, .header_white .bg .langs_one::after {
  background: none !important;
}
.header:hover .bg .langs__link, .header_white .bg .langs__link {
  color: #000;
}
.header:hover .menu, .header_white .menu {
  background-color: #fff !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.header:hover .menu li a, .header_white .menu li a {
  color: #0C0D0E !important;
}
.header:hover .menu li a::after, .header_white .menu li a::after {
  background-color: #0C0D0E !important;
}
.header:hover .menu li a:hover, .header_white .menu li a:hover {
  color: #0C0D0E;
}
.header:hover li.menu__online, .header_white li.menu__online {
  background-color: #5c5a5a !important;
}
.header:hover li.menu__online a, .header_white li.menu__online a {
  color: #fff !important;
}
.header:hover .social_in, .header_white .social_in {
  background-image: url("/img/ru/social_in_black.svg") !important;
}
.header:hover .social_in:hover, .header_white .social_in:hover {
  background-image: url("/img/ru/social_in_black.svg");
}
.header:hover .social_fb, .header_white .social_fb {
  background-image: url("/img/ru/social_fb_black.svg") !important;
}
.header:hover .social_fb:hover, .header_white .social_fb:hover {
  background-image: url("/img/ru/social_fb_black.svg");
}
.header:hover .email, .header_white .email {
  background-image: url("/img/ru/ico_email_black.svg") !important;
  z-index: 111;
}
.header:hover .search_hidden .flex input, .header_white .search_hidden .flex input {
  color: #000 !important;
}
.header:hover .search_hidden .flex input::-webkit-input-placeholder, .header_white .search_hidden .flex input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000 !important;
}
.header:hover .search_hidden .flex input:-moz-placeholder, .header_white .search_hidden .flex input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}
.header:hover .search_hidden .flex input::-moz-placeholder, .header_white .search_hidden .flex input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
.header:hover .search_hidden .flex input:-ms-input-placeholder, .header_white .search_hidden .flex input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}
.header:hover .search_hidden .flex input::-ms-input-placeholder, .header_white .search_hidden .flex input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}
.header:hover .search_hidden .flex input::placeholder, .header_white .search_hidden .flex input::placeholder { /* Most modern browsers support this now. */
  color: #000 !important;
}
.header:hover .search_hidden .flex .ico a, .header_white .search_hidden .flex .ico a {
  background-image: url("/img/ru/ico_search_black.svg") !important;
}
.header:hover .menu_ico div, .header_white .menu_ico div {
  background-color: #000 !important;
}
.header.fixed .bg {
  display: none;
}
@media only screen and (max-width: 999px) {
  .header.fixed .bg {
    display: block;
    height: auto;
    opacity: 1;
  }
}
.header.fixed .bg .container_main2 {
  display: none;
}
@media only screen and (max-width: 999px) {
  .header.fixed .bg .container_main2 {
    display: block;
  }
}
.header.fixed .logo {
  height: 0 !important;
}
@media only screen and (max-width: 999px) {
  .header.fixed .logo {
    top: 20px !important;
    width: 180px !important;
    height: 50px !important;
  }
}
.header.fixed .search_hidden {
  display: none;
}
.header.fixed .menu_ico {
  top: 33px !important;
}
.header .bg {
  background-color: transparent;
}
@media only screen and (max-width: 999px) {
  .header .bg {
    height: auto !important;
  }
}
.header .bg .logo, .header .bg .logoarway {
  background-image: url("../img/ru/logo_white.svg");
  background-size: 103% auto;
  background-position: -6px -15px;
}
@media only screen and (max-width: 999px) {
  .header .bg .logo, .header .bg .logoarway {
    height: 48px;
    background-size: 64% auto;
    background-position: center -11px;
  }
}
@media only screen and (max-width: 768px) {
  .header .bg .logo, .header .bg .logoarway {
    background-size: 84% auto;
    background-position: center -11px;
  }
}
.header .bg .logo_en, .header .bg .logoarway_en {
  background-image: url("/img/en/logo_white.png") !important;
  background-position: 2px 13px;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .header .bg .logo_en, .header .bg .logoarway_en {
    background-position: center 8px;
  }
}
@media only screen and (max-width: 590px) {
  .header .bg .logo {
    margin-left: calc(50% - 136px);
  }
}
.header .bg .logoarway {
  background-image: url("/img/ru/logo_arway_white.png");
  background-size: 100% auto;
  background-position: 0;
}
@media only screen and (max-width: 590px) {
  .header .bg .logoarway {
    margin-left: calc(50% - 140px);
  }
}
.header .bg .phone {
  display: none;
  position: absolute;
  top: 38px;
  right: 109px;
  width: 18px;
  height: 17px;
  background-image: url("/img/ru/ico_phone2.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 1360px) {
  .header .bg .phone {
    right: 129px;
  }
}
@media only screen and (max-width: 999px) {
  .header .bg .phone {
    height: auto;
    top: 79px;
    left: 0;
    right: 0;
    width: auto;
    margin-top: 0 !important;
    padding: 5px 0 26px 36px !important;
    background-image: url("/img/ru/ico_phone_black.svg");
    background-position: 17px 7px;
    background-color: rgb(255, 255, 255);
    border: 0;
  }
}
@media only screen and (max-width: 670px) {
  .header .bg .phone {
    background-image: none;
  }
}
.header .bg .phone:hover a {
  display: block;
}
@media only screen and (max-width: 670px) {
  .header .bg .phone:hover a {
    display: none;
  }
}
.header .bg .phone a {
  display: none;
  position: absolute;
  margin-top: 24px;
  padding: 7px 24px;
  background: none;
  background-color: #fff;
  white-space: nowrap;
  color: #0C0D0E;
  font-size: 14px;
  z-index: 40001;
  -webkit-box-shadow: 0px 5px 10px rgba(14, 13, 13, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(14, 13, 13, 0.2);
  box-shadow: 0px 5px 10px rgba(14, 13, 13, 0.2);
}
.header .menu {
  background-color: rgba(12, 13, 14, 0.4);
  border-top: 0;
}
@media only screen and (max-width: 999px) {
  .header .menu {
    display: none;
    top: 80px;
    height: auto;
    background-color: #fff;
  }
}
@media only screen and (max-width: 999px) {
  .header .menu__search {
    display: flex;
    margin-top: 10px;
    margin-left: 16px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
  }
}
.header .menu__search-ico {
  width: 21px;
  height: 21px;
  margin-top: 4px;
  background-image: url("/img/ru/ico_search_black.svg");
  background-repeat: no-repeat;
}
.header .menu__block-input {
  flex: 0 1 calc(100% - 34px);
}
.header .menu__search-input {
  width: calc(100% - 20px);
  height: 30px;
  margin-left: 18px;
  background-color: #fff;
  outline: none;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}
.header .menu__search-input:active, .header .menu__search-input:focus {
  border: 1px solid #4a4a4a;
}
.header .menu ul {
  height: 40px;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .header .menu ul {
    display: block;
    height: auto;
  }
}
.header .menu li {
  list-style: none;
}
@media only screen and (max-width: 999px) {
  .header .menu li {
    display: block;
  }
}
.header .menu li:nth-last-child(1), .header .menu li:nth-last-child(2), .header .menu li:nth-last-child(3) {
  padding-right: 0;
}
.header .menu li:nth-last-child(1) a::after, .header .menu li:nth-last-child(2) a::after, .header .menu li:nth-last-child(3) a::after {
  display: none;
}
.header .menu li a {
  display: block;
  position: relative;
  padding: 11px 12px;
  color: #fff;
  border-right: 0;
}
@media only screen and (max-width: 999px) {
  .header .menu li a {
    padding: 2px 6px 10px 6px;
    color: #0C0D0E;
  }
}
.header .menu li a:hover {
  color: #fff;
  font-weight: bold;
}
.header .menu li a::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 999px) {
  .header .menu li a::after {
    display: none;
  }
}
.header .menu li a.current {
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  .header .menu li a.arrow {
    background-image: url("/img/ru/arrow_select.svg");
    background-position: top 6px right;
    background-repeat: no-repeat;
  }
}
.header .menu .sub ul, .header .menu .sub li {
  height: auto;
}
.header .menu .sub a::after {
  display: none;
}
.header__contacts {
  display: none;
  position: absolute;
  top: 87px;
  right: 70px;
  color: rgb(92, 90, 90);
  font-size: 16px;
  text-transform: uppercase;
  z-index: 11;
}
.header .social_in {
  top: 62px;
  right: 40px;
  width: 18px;
  height: 18px;
  background-image: url("/img/ru/social_in_white.svg");
}
@media only screen and (max-width: 1200px) {
  .header .social_in {
    right: 70px;
  }
}
@media only screen and (max-width: 999px) {
  .header .social_in {
    display: none;
    top: 87px;
    left: 44px;
    right: auto;
    background-image: url("/img/ru/social_in_black.svg");
  }
}
.header .social_in:hover {
  background-image: url("/img/ru/social_in_white.svg");
}
.header .social_fb {
  top: 62px;
  right: 78px;
  width: 18px;
  height: 18px;
  background-image: url("/img/ru/social_fb_white.svg");
  border-left: 0;
}
@media only screen and (max-width: 1200px) {
  .header .social_fb {
    right: 108px;
  }
}
@media only screen and (max-width: 999px) {
  .header .social_fb {
    display: none;
    top: 87px;
    left: 11px;
    right: auto;
    background-image: url("/img/ru/social_fb_black.svg");
  }
}
.header .social_fb:hover {
  background-image: url("/img/ru/social_fb_white.svg");
}
.header .share {
  display: none;
}
.header .email {
  display: none;
  position: absolute;
  top: 86px;
  right: 71px;
  width: 18px;
  height: 13px;
  background-image: url("/img/ru/ico_email_white.svg");
  cursor: pointer;
  z-index: 11;
}
@media only screen and (max-width: 1360px) {
  .header .email {
    right: 91px;
  }
}
@media only screen and (max-width: 999px) {
  .header .email {
    top: 88px;
    background-image: url("/img/ru/ico_email_black.svg");
  }
}
@media only screen and (max-width: 670px) {
  .header .email {
    display: none;
  }
}
.header .search {
  display: none;
}
.header .search_hidden {
  display: block;
  position: absolute;
  top: -63px;
  right: 110px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 1360px) {
  .header .search_hidden {
    right: 150px;
  }
}
@media only screen and (max-width: 999px) {
  .header .search_hidden {
    display: none;
  }
}
.header .search_hidden .flex {
  flex-direction: row-reverse;
}
.header .search_hidden .flex .title {
  display: none;
}
.header .search_hidden .flex input {
  width: 90px;
  padding-left: 16px;
  background-color: transparent !important;
  outline: none;
  text-align: left;
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search_hidden .flex input:active, .header .search_hidden .flex input:focus {
  border: 1px solid #4a4a4a;
}
.header .search_hidden .flex input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.header .search_hidden .flex input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.header .search_hidden .flex input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.header .search_hidden .flex input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.header .search_hidden .flex input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.header .search_hidden .flex input::placeholder { /* Most modern browsers support this now. */
  color: #fff;
}
.header .search_hidden .flex input:active, .header .search_hidden .flex input:focus {
  width: 450px;
}
.header .search_hidden .flex .ico {
  margin-top: 5px;
  padding-right: 0;
}
.header .search_hidden .flex .ico a {
  width: 21px;
  height: 21px;
  background-image: url("/img/ru/ico_search_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header .menu_ico {
  display: none;
  position: absolute;
  background: none;
  top: 33px;
  left: 16px;
  right: auto;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .header .menu_ico {
    display: block;
  }
}
.header .menu_ico div {
  height: 2px;
  width: 21px;
  margin-bottom: 5px;
  background-color: #fff;
}
.header .mobile-controls {
  margin-top: 32px;
  padding-bottom: 24px;
  padding-right: 20px;
}
@media only screen and (max-width: 999px) {
  .header .mobile-controls {
    display: flex;
    justify-content: space-between;
  }
}
.header .mobile-controls .phone {
  margin-left: 16px;
  padding-left: 30px;
  background-image: url("/img/ru/ico_phone_black.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.header .mobile-controls .phone a {
  white-space: nowrap;
  color: #0C0D0E;
  font-size: 16px;
}
.header .mobile-controls .socials {
  justify-content: flex-end;
}
.header .mobile-controls .email {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  margin-top: 3px;
  background-image: url("/img/ru/ico_email_black.svg");
}
.header .mobile-controls .social_fb, .header .mobile-controls .social_in {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-left: 30px;
}
.header .mobile-controls .social_fb {
  width: 18px;
  margin-left: 24px;
  background-image: url("/img/ru/social_fb_black.svg");
  border: 0;
}
.header .mobile-controls .social_in {
  background-image: url("/img/ru/social_in_black.svg");
}
@media only screen and (max-width: 470px) {
  .header .mobile-controls .social_in {
    margin-left: 16px;
  }
}

.langs {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .langs {
    right: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .langs {
    top: 30px;
    right: 20px;
  }
}
@media only screen and (max-width: 590px) {
  .langs {
    right: 32px;
  }
}
@media only screen and (max-width: 470px) {
  .langs {
    top: 8px;
  }
}
.langs::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -13px;
  width: 8px;
  height: 5px;
  background-image: url("/img/ru/arrow_bottom_white.png");
}
.langs__popup {
  display: none;
  position: absolute;
  top: 24px;
  padding: 12px 16px;
  background-color: #EEEEEE;
  border: 1px solid #eeeeee;
  z-index: 40001;
}
@media only screen and (max-width: 590px) {
  .langs__popup {
    left: -16px;
  }
}
.langs__popup_active {
  display: block;
}
.langs__popup a {
  color: #000 !important;
}
.langs__link {
  padding: 2px 0;
  color: #0C0D0E;
}
.langs__link_2 {
  line-height: 26px;
  color: #000;
}
.langs__link_current {
  cursor: pointer;
}

.phone_animated {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 49px;
  height: 49px;
  background-color: #ffa51f;
  background-image: url("/img/ru/ico_phone_header_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1002;
  -webkit-animation: phoneRotation 5s infinite ease;
  animation: phoneRotation 5s infinite ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.phone_animated::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  animation: bilink 5s infinite;
  position: absolute;
  background-color: #ffa51f;
  transition: all 0.1s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 999px) {
  .phone_animated {
    right: 6px;
  }
}
.popup-contacts {
  position: relative;
  max-width: 590px;
  margin: 0 auto;
  padding: 12px 16px 20px 16px;
  background-color: #fff;
  color: rgb(2, 2, 2);
  font-family: HelveticaNeueCyrRegular;
  border: 1px solid #000;
  z-index: 1001;
}
.popup-contacts__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  background-image: url("/img/ru/ico_close.svg");
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: center;
  cursor: pointer;
}
@media only screen and (max-width: 590px) {
  .popup-contacts__close {
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    background-image: url("/img/ru/ico_close_mob.svg");
    background-size: 17px 17px;
  }
}
.popup-contacts__body {
  max-width: 386px;
  margin: auto;
  font-family: "HelveticaLight", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 590px) {
  .popup-contacts__body {
    max-width: 327px;
  }
}
.popup-contacts__text {
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
@media only screen and (max-width: 590px) {
  .popup-contacts__text {
    max-width: 250px;
    letter-spacing: 1px;
    line-height: 14px;
    font-size: 13px;
  }
}
.popup-contacts__messengers {
  padding: 16px 24px 6px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #959595;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup-contacts__messenger {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  line-height: 26px;
  color: rgb(2, 2, 2);
  font-size: 16px;
  font-family: HelveticaNeueCyrLight, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}
.popup-contacts__messenger::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -26px;
  width: 17px;
  height: 17px;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.popup-contacts__messenger_vb::before {
  background-image: url("/img/ru/ico_viber.png");
}
.popup-contacts__messenger_wa::before {
  background-image: url("/img/ru/ico_whatsapp.png");
}
.popup-contacts__messenger_tg::before {
  background-image: url("/img/ru/ico_telegram.png");
}
.popup-contacts__phones {
  margin-bottom: 26px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #959595;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.popup-contacts__phone-block {
  padding-bottom: 10px;
}
.popup-contacts__city {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-contacts__phone {
  display: block;
  height: 46px;
  padding: 14px 0;
  background-color: #e1e1e1;
  color: rgb(2, 2, 2);
  font-size: 16px;
  font-family: HelveticaNeueCyrRegular;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-contacts__button {
  display: block;
  margin: 0 24px;
  padding: 16px 0;
  background-color: #12ac04;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  font-family: HelveticaMedium;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-contacts__socials {
  justify-content: center;
}
.popup-contacts__social {
  width: 20px;
  height: 20px;
  margin: 0 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.popup-contacts__social_fb {
  background-image: url("/img/ru/social_fb_black.svg");
}
.popup-contacts__social_in {
  background-image: url("/img/ru/social_in_black.svg");
}

@media only screen and (max-width: 999px) {
  .white-line {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 33px;
    background-color: #fff;
  }
}

.header .menu li.menu__online {
  background-color: #dddbdb;
}
@media only screen and (max-width: 999px) {
  .header .menu li.menu__online {
    margin: 0 10px;
    text-align: center;
  }
}
.header .menu li.menu__online a {
  color: #000;
}
@media only screen and (max-width: 999px) {
  .header .menu li.menu__online a {
    padding-top: 10px !important;
    border: 0;
  }
}
.header .menu li.menu__online a::hover {
  color: #fff !important;
}
.header .menu li.menu__online a::after {
  background: none !important;
}

.button-online-booking {
  display: none;
  position: absolute;
  top: 19px;
  right: 16px;
  padding: 14px 12px;
  background-color: #eeeeee;
  letter-spacing: 1.5px;
  color: #000;
  font-size: 11px;
  font-family: HelveticaMedium;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .button-online-booking {
    display: block;
  }
}

@keyframes phoneRotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(0deg);
  }
}
@keyframes bilink {
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
