/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'ag';
  src: url("../fonts/agfatumc/AGFatumC.eot");
  src: url("../fonts/agfatumc/AGFatumC.eot") format("embedded-opentype"), url("../fonts/agfatumc/AGFatumC.woff") format("woff"), url("../fonts/agfatumc/AGFatumC.ttf") format("truetype"), url("../fonts/agfatumc/AGFatumC.svg#agfatumc/AGFatumC") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ag-b';
  src: url("../fonts/agfatumc/AGFatumC-Bold.eot");
  src: url("../fonts/agfatumc/AGFatumC-Bold.eot") format("embedded-opentype"), url("../fonts/agfatumc/AGFatumC-Bold.woff") format("woff"), url("../fonts/agfatumc/AGFatumC-Bold.ttf") format("truetype"), url("../fonts/agfatumc/AGFatumC-Bold.svg#agfatumc/AGFatumC-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

b, .price-dd__title p, .price-table .price-table__head p, .price-table .price-table__line-header p, .textbox .textbox__title h3, .textbox .textbox__text b, .head__phone p, .menu__phone p, .page__content-title p, .page__phone p, .infobox__title b, .infobox__box-title h3, .exchange__box-title h3, .exchange__text .imp, .exchange__info span, .services__box-title h3, .services__text .imp, .services__text-list__title p, .services__text-num span, .corp__box-title h3, .corp__text-list__title p, .calc__inputs .calc__inp, .calc__total p, .rem__title h1, .rem-text .rem-text__title h1, .rem-text .rem-text__price, .rem-way .rem-way__title h1, .rem-noprice .rem-noprice__title h1, .rem-price__notes .rem-price__notes-title h1, .rem-price__table .rem-price__table-title h1 {
  font-family: "ag-b"; }

.inp-box._inline, .rating, .nav__list, .infobox__boxes, .exchange__cols, .services__cols, .calc__range, .rem-minutes .rem-minutes__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.head-box, .foot-box, .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.socials .socials__list:before, .payments .payments__list:before, .map__controls-line:before, #menu:before, .infobox__list:before, .socials .socials__list:after, .payments .payments__list:after, .map__controls-line:after, #menu:after, .infobox__list:after {
  display: table;
  content: '';
  height: 0;
  opacity: 0;
  visibility: hidden;
  clear: both; }

html {
  font-family: "ag", "Arial", "Tahoma", sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #19192E; }

body {
  position: relative;
  font-size: 1.1714em; }

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

a:not(._nostyle), button:not(._nostyle),
input[type="submit"]:not(._nostyle) {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

input:not(._nostyle), button:not(._nostyle),
select:not(._nostyle), textarea:not(._nostyle) {
  outline: none;
  resize: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  font-family: "ag", "Arial", "Tahoma", sans-serif;
  color: #000; }
  input:not(._nostyle)::-webkit-input-placeholder, button:not(._nostyle)::-webkit-input-placeholder,
  select:not(._nostyle)::-webkit-input-placeholder, textarea:not(._nostyle)::-webkit-input-placeholder {
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s; }
  input:not(._nostyle)::-moz-placeholder, button:not(._nostyle)::-moz-placeholder,
  select:not(._nostyle)::-moz-placeholder, textarea:not(._nostyle)::-moz-placeholder {
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s; }
  input:not(._nostyle):-moz-placeholder, button:not(._nostyle):-moz-placeholder,
  select:not(._nostyle):-moz-placeholder, textarea:not(._nostyle):-moz-placeholder {
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s; }
  input:not(._nostyle):-ms-input-placeholder, button:not(._nostyle):-ms-input-placeholder,
  select:not(._nostyle):-ms-input-placeholder, textarea:not(._nostyle):-ms-input-placeholder {
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s; }
  input:not(._nostyle):focus::-webkit-input-placeholder, button:not(._nostyle):focus::-webkit-input-placeholder,
  select:not(._nostyle):focus::-webkit-input-placeholder, textarea:not(._nostyle):focus::-webkit-input-placeholder {
    text-overflow: clip;
    color: transparent !important; }
  input:not(._nostyle):focus::-moz-placeholder, button:not(._nostyle):focus::-moz-placeholder,
  select:not(._nostyle):focus::-moz-placeholder, textarea:not(._nostyle):focus::-moz-placeholder {
    text-overflow: clip;
    color: transparent !important; }
  input:not(._nostyle):focus:-moz-placeholder, button:not(._nostyle):focus:-moz-placeholder,
  select:not(._nostyle):focus:-moz-placeholder, textarea:not(._nostyle):focus:-moz-placeholder {
    text-overflow: clip;
    color: transparent !important; }
  input:not(._nostyle):focus:-ms-input-placeholder, button:not(._nostyle):focus:-ms-input-placeholder,
  select:not(._nostyle):focus:-ms-input-placeholder, textarea:not(._nostyle):focus:-ms-input-placeholder {
    text-overflow: clip;
    color: transparent !important; }
  input:not(._nostyle)[type="number"]::-webkit-inner-spin-button, input:not(._nostyle)[type="number"]::-webkit-outer-spin-button, button:not(._nostyle)[type="number"]::-webkit-inner-spin-button, button:not(._nostyle)[type="number"]::-webkit-outer-spin-button,
  select:not(._nostyle)[type="number"]::-webkit-inner-spin-button,
  select:not(._nostyle)[type="number"]::-webkit-outer-spin-button, textarea:not(._nostyle)[type="number"]::-webkit-inner-spin-button, textarea:not(._nostyle)[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

img.svg-pic,
img.js-img {
  display: none; }

svg.svg-pic {
  display: block;
  width: 100%;
  height: 100%; }

a {
  color: inherit; }
  a._simple {
    -webkit-transition: color .2s;
    transition: color .2s; }
    a._simple:hover {
      color: #717087; }

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 8.6875em;
  height: 1.25em; }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-height: 2.25em;
  min-width: 8.9375em;
  padding: .55em .75em .4em;
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #F6C44E;
  background: #F6C44E;
  color: #19192E;
  -webkit-transition: background .2s, border-color .2s;
  transition: background .2s, border-color .2s; }
  .btn:hover {
    background: #FFDA81; }
  .btn .btn__text {
    font-size: .875em;
    line-height: 1.1429; }
  .btn._opaq {
    background: transparent;
    border-color: #717087; }
    .btn._opaq:hover {
      background: #F6C44E;
      border-color: #F6C44E; }
  .btn._gray {
    background: #F5F5F7;
    border-color: #F5F5F7; }
  .btn._link {
    background: none;
    border: 0;
    padding: .25em;
    min-height: 0;
    min-width: 0;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .btn._link:hover {
      color: #717087; }
  .btn[disabled] {
    background: #F5F5F7;
    border-color: #F5F5F7;
    color: #9b9b9f;
    cursor: default; }
  .btn._soon .btn__soon-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .125em .375em .15em;
    -webkit-border-radius: .125em;
            border-radius: .125em;
    margin: -.375em 0 0 -.875em;
    background: #F6C44E;
    color: #19192E;
    -webkit-box-shadow: 0 0.125em 0.25em 0 rgba(25, 25, 46, 0.1);
            box-shadow: 0 0.125em 0.25em 0 rgba(25, 25, 46, 0.1); }
    .btn._soon .btn__soon-label span {
      font-size: .75em; }
  .btn._getmore {
    min-height: 4.375em;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .btn._getmore .btn__text {
      font-size: 1.125em; }
  .btn.tab-btn.active {
    border-color: transparent;
    background: #F6C44E;
    color: #19192E; }
  .btn.js-menu-btn {
    border-color: transparent; }

.form__inp {
  display: inline-block;
  vertical-align: top;
  font-size: .875em;
  min-height: 2.5714em;
  padding: 0 1.2857em;
  border: 1px solid #CFCFD1;
  -webkit-border-radius: .2143em;
          border-radius: .2143em; }
  .form__inp::-webkit-input-placeholder {
    color: #B2B2B4; }
  .form__inp::-moz-placeholder {
    color: #B2B2B4; }
  .form__inp:-moz-placeholder {
    color: #B2B2B4; }
  .form__inp:-ms-input-placeholder {
    color: #B2B2B4; }
  .form__inp._text {
    min-height: 10em;
    max-height: 20em;
    padding-top: .75em;
    padding-bottom: .75em;
    resize: vertical; }
  .form__inp + label._invalid {
    font-size: .875em;
    line-height: 1.333;
    color: #ff0000;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: .625em .75em .5em;
    margin-left: .75em;
    -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    white-space: nowrap; }
    .form__inp + label._invalid:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: .75em;
      height: .75em;
      margin: .875em 0 0 -.25em;
      background: #fff;
      -webkit-box-shadow: -0.125em 0.125em 0.125em 0 rgba(0, 0, 0, 0.1);
              box-shadow: -0.125em 0.125em 0.125em 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .form__inp._invalid {
    border-color: #f00; }
    .form__inp._invalid + label._invalid {
      display: inline-block !important; }

.inp-box .inp-box__title {
  color: #19192E;
  margin-bottom: .625em; }
  .inp-box .inp-box__title p {
    font-size: .875em;
    line-height: 1.333; }

.inp-box._inline {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .inp-box._inline .inp-box__title {
    margin-bottom: 0; }

.inp-box .inp-box__inp {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.socials .socials__list {
  margin-top: -1em; }

.socials .socials__item {
  float: left;
  margin-right: 1.25em;
  margin-top: 1em; }
  .socials .socials__item._email {
    width: 100%;
    margin-right: 0; }

.socials .socials__link {
  position: relative;
  display: block;
  width: 1.5625em;
  height: 1.5625em;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .socials .socials__link._text {
    display: inline-block;
    width: auto;
    height: auto; }
    .socials .socials__link._text i {
      display: none; }
  .socials .socials__link._skype {
    width: 1.8125em; }
  .socials .socials__link._soon {
    cursor: default;
    opacity: .2; }
  .socials .socials__link:not(._soon):hover {
    color: #DDA319; }
    .socials .socials__link:not(._soon):hover i._filled {
      opacity: 1; }

.socials i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .socials i._default .i-icon {
    fill: #2c2c3d; }
  .socials i._filled {
    opacity: 0; }

.payments .payments__item {
  float: left;
  margin-right: 1.25em; }
  .payments .payments__item:last-child {
    margin-right: 0; }

.payments .payment._mc {
  width: 1.75em;
  height: 1.375em; }

.payments .payment._visa {
  width: 2.4375em;
  height: 1.5625em; }

.payments .payment._ya {
  width: 1.1875em;
  height: 1.5625em; }

.payments i {
  display: block;
  width: 100%;
  height: 100%; }

.white-box {
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  background: #fff;
  -webkit-box-shadow: 0 .125em 2.3125em 0 #E6E6E8;
          box-shadow: 0 .125em 2.3125em 0 #E6E6E8; }

.counter {
  position: relative;
  min-width: 6em;
  max-width: 11.25em;
  height: 2.5em;
  background: #F5F5F7;
  padding: 0 2.5em;
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  overflow: hidden; }
  .counter .counter__value {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: .875em;
    color: #19192E;
    background: none;
    -moz-appearance: textfield; }
    .counter .counter__value::-webkit-outer-spin-button, .counter .counter__value::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .counter .counter__btn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2.5em;
    cursor: pointer;
    background: #F5F5F7;
    -webkit-transition: background .2s;
    transition: background .2s; }
    .counter .counter__btn i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: .625em;
      height: .375em;
      margin-top: -.1875em;
      margin-left: -.3em; }
    .counter .counter__btn.btn_min {
      left: 0;
      border-right: 1px solid #dcdcdd; }
    .counter .counter__btn.btn_max {
      right: 0;
      border-left: 1px solid #dcdcdd; }
      .counter .counter__btn.btn_max i {
        -webkit-transform: scale(1, -1);
            -ms-transform: scale(1, -1);
                transform: scale(1, -1); }
    .counter .counter__btn.disabled i {
      opacity: .2; }
    .counter .counter__btn:not(.disabled):hover {
      background: #e7e7ec; }

.rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .rating .rating__rate {
    width: .875em;
    height: .875em;
    margin-right: .5em; }
    .rating .rating__rate:last-child {
      margin-right: 0; }
  .rating i {
    display: block;
    width: 100%;
    height: 100%; }
  .rating .rating__icon._active {
    display: none; }
  .rating[data-rate="1"] .rating__rate:nth-child(-n + 1) .rating__icon._default {
    display: none; }
  .rating[data-rate="1"] .rating__rate:nth-child(-n + 1) .rating__icon._active {
    display: block; }
  .rating[data-rate="2"] .rating__rate:nth-child(-n + 2) .rating__icon._default {
    display: none; }
  .rating[data-rate="2"] .rating__rate:nth-child(-n + 2) .rating__icon._active {
    display: block; }
  .rating[data-rate="3"] .rating__rate:nth-child(-n + 3) .rating__icon._default {
    display: none; }
  .rating[data-rate="3"] .rating__rate:nth-child(-n + 3) .rating__icon._active {
    display: block; }
  .rating[data-rate="4"] .rating__rate:nth-child(-n + 4) .rating__icon._default {
    display: none; }
  .rating[data-rate="4"] .rating__rate:nth-child(-n + 4) .rating__icon._active {
    display: block; }
  .rating[data-rate="5"] .rating__rate:nth-child(-n + 5) .rating__icon._default {
    display: none; }
  .rating[data-rate="5"] .rating__rate:nth-child(-n + 5) .rating__icon._active {
    display: block; }

.price {
  color: #DDA319;
  white-space: nowrap; }
  .price p {
    font-size: 1.5em;
    line-height: 1; }

.trash-btn {
  width: 1.875em;
  height: 1.875em;
  cursor: pointer; }
  .trash-btn i {
    display: block;
    width: 100%;
    height: 100%; }
  .trash-btn .i-icon {
    -webkit-transition: fill .2s;
    transition: fill .2s; }
  .trash-btn:hover .i-icon {
    fill: #717087; }

.tooltipster-base .tooltipster-box {
  border: none;
  background: #FFDA81;
  -webkit-box-shadow: 0 0.125em 0.5em 0 rgba(25, 25, 46, 0.1);
          box-shadow: 0 0.125em 0.5em 0 rgba(25, 25, 46, 0.1); }

.tooltipster-base .tooltipster-content {
  font-size: .75em;
  line-height: 1.333;
  padding: .4286em 1em;
  color: #19192E; }

.tooltipster-base.tooltipster-top .tooltipster-arrow .tooltipster-arrow-border,
.tooltipster-base.tooltipster-top .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: #FFDA81; }

.dd-btn {
  cursor: pointer; }

.dd-sl {
  display: none; }
  .dd-sl.sl_active {
    display: block; }

.tabs {
  height: 0;
  overflow: hidden; }
  .tabs._inited {
    height: auto;
    overflow: visible; }

.tab-btn {
  position: relative; }
  .tab-btn .tab-btn__check {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1; }

.js-menu-btn {
  min-width: 0;
  min-height: 0;
  width: 2.5em;
  height: 2.5em;
  background: none !important; }
  .js-menu-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    margin: -.75em 0 0 -.75em;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    .js-menu-btn i._active {
      opacity: 0; }
  .js-menu-btn .btn__text {
    position: absolute;
    right: 100%;
    top: 50%;
    font-size: 1em;
    margin-right: .875em;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%); }
  .js-menu-btn._active i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    .js-menu-btn._active i._default {
      opacity: 0; }
    .js-menu-btn._active i._active {
      opacity: 1; }

.imp {
  color: #dd3d30; }
  .imp._yellow {
    color: #c69216; }

.pricebox__item {
  margin-bottom: 1em; }
  .pricebox__item:last-child {
    margin-bottom: 0; }

.price-dd__title {
  padding: 1em;
  padding-bottom: .75em;
  padding-right: 3em;
  background: #FFDA81; }
  .price-dd__title.dd-btn {
    position: relative; }
    .price-dd__title.dd-btn:hover {
      background: #F6C44E; }
    .price-dd__title.dd-btn.btn_active .dd-btn__arr {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .price-dd__title .dd-btn__arr {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .price-dd__title p {
    font-size: .75em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .05em; }

.price-dd__cont {
  padding: 1em .5em;
  background: #F5F5F7; }

.price-table th, .price-table td {
  text-align: left !important;
  vertical-align: middle;
  padding: 0.625em 1em !important; }

.price-table p {
  font-size: .875em;
  line-height: 1.333; }

.price-table .price-table__head {
  color: #F6C44E; }
  .price-table .price-table__head th {
    background: #19192E; }
  .price-table .price-table__head p {
    text-transform: uppercase;
    font-size: .625em;
    letter-spacing: .05em; }

.price-table .price-table__cont .td-time,
.price-table .price-table__cont .td-price {
  white-space: nowrap; }

.price-table .price-table__line {
  height: 3em; }
  .price-table .price-table__line:nth-child(even) td {
    background: #F5F5F7; }

.price-table .price-table__line-header td {
  background: #FFDA81; }

.price-table .price-table__line-header p {
  font-size: .625em;
  text-transform: uppercase;
  letter-spacing: .035em; }

.price-table .td-name {
  width: 25%; }

.price-table .td-problem {
  width: 25%; }

.price-table .td-price {
  width: 20%;
  text-align: right !important; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 1em; }
  .dataTables_wrapper .dataTables_length label,
  .dataTables_wrapper .dataTables_filter label {
    font-size: .875em; }

.dataTables_wrapper .dataTables_paginate {
  margin-top: 1em;
  padding-top: 0; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #19192E !important;
    -webkit-border-radius: .1875em;
            border-radius: .1875em;
    border: none !important;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      color: #19192E !important;
      background: #F5F5F7; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      background: #CFCFD1;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: #FFDA81; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #FFDA81; }

@-webkit-keyframes loader-prebar {
  0% {
    opacity: 0;
    width: 0; }
  50% {
    opacity: 1;
    width: 100%; }
  80% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 0;
    width: 100%; } }

@keyframes loader-prebar {
  0% {
    opacity: 0;
    width: 0; }
  50% {
    opacity: 1;
    width: 100%; }
  80% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 0;
    width: 100%; } }

.preloader {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 50vh;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .3s, visibility 0s .3s;
  transition: opacity .3s, visibility 0s .3s; }

.preloader__bar {
  position: relative;
  height: 2px;
  width: 20em;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 0 auto;
  background: #F5F5F7;
  overflow: hidden; }
  .preloader__bar:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: .7;
    background: -webkit-linear-gradient(left, rgba(246, 196, 78, 0) 0%, #f6c44e 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 196, 78, 0)), to(#f6c44e));
    background: linear-gradient(to right, rgba(246, 196, 78, 0) 0%, #f6c44e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6c44e', endColorstr='#f6c44e',GradientType=1 ); }

.preloader__value {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #F6C44E;
  -webkit-transition: width .2s;
  transition: width .2s; }

.textbox {
  position: relative;
  padding: 0 13.4375em;
  max-width: 75.875em;
  margin: 0 auto; }
  .textbox .textbox__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 10.9375em;
    height: 10.9375em;
    margin-top: -2.5em; }
    .textbox .textbox__icon i {
      display: block;
      width: 100%;
      height: 100%; }
  .textbox .textbox__title {
    color: #19192E;
    margin-bottom: 1.6875em; }
    .textbox .textbox__title h3 {
      font-size: 1.5em;
      line-height: 1.2; }
  .textbox .textbox__text {
    color: #19192E;
    max-width: 50em; }
    .textbox .textbox__text p {
      line-height: 1.5;
      margin-bottom: 1em; }
      .textbox .textbox__text p:last-child {
        margin-bottom: 0; }
  .textbox .textbox__text-link {
    white-space: nowrap;
    word-wrap: break-word;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .textbox .textbox__text-link:hover {
      color: #717087; }
  .textbox .textbox__links {
    margin-top: 2.5em; }

.fixed-box {
  max-width: 85.375em;
  padding-left: 2.6875em;
  padding-right: 2.6875em;
  margin: 0 auto; }

#wrapper-offset {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto; }

.wrapp-scroll:after {
  position: fixed;
  content: '';
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-box-shadow: 0 -2em 2em 3em #fff;
          box-shadow: 0 -2em 2em 3em #fff; }

.js-particleground {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dataTable-scroll {
  clear: both;
  overflow: hidden;
  overflow-x: auto;
  max-width: 100%; }

html.menu-opened {
  height: 100%;
  overflow: hidden; }
  html.menu-opened body {
    height: 100%;
    overflow: hidden; }

#header {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 .25em 1em -.5em #E6E6E8;
          box-shadow: 0 .25em 1em -.5em #E6E6E8;
  border-bottom: 1px solid #E6E6E8; }

.head-box {
  height: 4em; }

.head__logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.head__contacts {
  margin-right: 4.1875em; }

.head__worktime p {
  font-size: .75em;
  line-height: 1.1; }

.head__phone {
  margin-top: .375em;
  text-align: right; }
  .head__phone p {
    font-size: .875em;
    line-height: 1.1429; }

.head__action._menu {
  display: none; }

#footer {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 -.25em 1em -.5em #E6E6E8;
          box-shadow: 0 -.25em 1em -.5em #E6E6E8;
  border-top: 1px solid #E6E6E8; }

.foot-box {
  height: 2em; }

.foot__socials {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.foot__address {
  position: relative;
  margin-right: 4.1875em; }
  .foot__address p {
    font-size: .875em;
    line-height: 1.5; }

.foot__copy {
  opacity: .5; }
  .foot__copy p {
    font-size: .625em;
    line-height: 1.5; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .map .map__wrapp {
    position: relative;
    height: 100%; }
  .map #ya-map {
    height: 100%;
    width: 100%; }

.map__controls-wrapp {
  position: relative; }

.map__controls-btns {
  position: absolute;
  z-index: 1000;
  top: 1em;
  left: 0;
  pointer-events: none; }

.map__controls-line {
  margin-bottom: 1em; }
  .map__controls-line:last-child {
    margin-bottom: 0; }

.map__controls-col {
  float: left;
  margin-right: 1em; }
  .map__controls-col:last-child {
    margin-right: 0; }

.map__control {
  position: relative;
  width: 3em;
  height: 3em;
  background: #fff;
  border: 1px solid #E6E6E8;
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  -webkit-transition: background .2s, border-color .2s, -webkit-box-shadow .2s;
  transition: background .2s, border-color .2s, -webkit-box-shadow .2s;
  transition: background .2s, border-color .2s, box-shadow .2s;
  transition: background .2s, border-color .2s, box-shadow .2s, -webkit-box-shadow .2s; }
  .map__control._disabled {
    background: #F5F5F7;
    cursor: default; }
    .map__control._disabled i {
      opacity: .5; }
  .map__control i {
    position: absolute;
    top: 50%;
    left: 50%; }
    .map__control i .i-icon {
      -webkit-transition: fill .2s;
      transition: fill .2s; }
  .map__control._helios i {
    width: 2.75em;
    height: 2.75em;
    margin: -1.375em 0 0 -1.375em; }
  .map__control._helios .i-icon {
    fill: #000; }
  .map__control._me i {
    width: 1.25em;
    height: 1.25em;
    margin: -.625em 0 0 -.625em; }
  .map__control._zoom i {
    width: 1em;
    height: 1em;
    margin: -.5em 0 0 -.5em; }
  .map__control:not(._disabled):hover:not(._helios) {
    border-color: #e9b740; }
    .map__control:not(._disabled):hover:not(._helios) .i-icon {
      fill: #DDA319; }
  .map__control:not(._disabled):hover._helios {
    background: #F6C44E;
    border-color: #DDA319; }

#menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  padding-top: 4em;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: width 0s .5s, visibility 0s .5s;
  transition: width 0s .5s, visibility 0s .5s; }
  #menu._active {
    width: 100%;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
    #menu._active .menu__cover {
      opacity: 1; }
    #menu._active .menu__wrapp {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }

.menu__cover {
  position: absolute;
  top: 4em;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  background: rgba(25, 25, 46, 0.3);
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.menu__wrapp {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s; }

.menu__scroll {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.menu__cont {
  position: relative;
  padding: 0 2em 2em; }

.menu__ext {
  font-size: .875em; }

.menu__socials {
  margin-top: 4em; }
  .menu__socials .socials {
    font-size: 1.25em; }

.menu__contacts {
  font-size: 1.125em; }

.menu__phone {
  margin-top: .5em; }
  .menu__phone p {
    font-size: 1.125em;
    line-height: 1.1429; }

.menu__address {
  margin-top: 2em; }
  .menu__address p {
    font-size: 1.125em;
    line-height: 1.5; }

.menu__actions {
  margin-top: 3em; }
  .menu__actions .menu__action {
    margin-top: 1.5em; }
    .menu__actions .menu__action:first-child {
      margin-top: 0; }
  .menu__actions .btn {
    width: 100%;
    min-width: 0;
    max-width: 14em;
    padding-top: 1em;
    min-height: 3em;
    font-size: 1.25em; }

.menu__links {
  padding: 1em 2em .875em;
  margin-left: -2em;
  margin-right: -2em;
  margin-bottom: 2em;
  background: #F6C44E; }

.menu__link {
  display: block;
  padding: .875em 0; }
  .menu__link .link__text {
    font-size: 1em;
    line-height: 1.333; }

#nav {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F6C44E; }

.nav__box {
  position: relative; }

.nav__list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.nav__item {
  position: relative; }

.nav__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: .875em 1em;
  color: #19192E;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .nav__link:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #19192E;
    -webkit-transition: height .3s;
    transition: height .3s; }
  .nav__link .link__text {
    position: relative;
    z-index: 1; }
  .nav__link:hover {
    color: #F6C44E; }
    .nav__link:hover:after {
      height: 100%; }

.nav__adv {
  position: absolute;
  top: 50%;
  right: 2.6875em;
  margin-right: 16em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .nav__adv a {
    display: inline-block;
    vertical-align: top; }
  .nav__adv img {
    display: block; }

.page {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .page .page__info {
    position: relative;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    min-width: 21em;
    max-width: 24em;
    padding-right: 2em; }
  .page .page__content {
    max-width: 55em; }

.page__info-wrapp {
  position: relative;
  z-index: 2;
  padding-top: 3.5em;
  padding-bottom: 5.5em; }

.page__logo {
  margin-bottom: 2em; }
  .page__logo .logo {
    font-size: 1.5em; }

.page__title p {
  line-height: 1.5; }

.page__content {
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 5.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.page__content-wrapp {
  position: relative;
  padding-left: 3em;
  min-height: 80vh; }

.page__content-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  .page__content-title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #19192E;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page__content-title .page__content-title__text {
    position: fixed;
    z-index: 1;
    top: 50%;
    white-space: nowrap;
    background: #fff;
    padding: 0 1em;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg); }

.page__ext {
  margin-top: 2em; }

.page__worktime p {
  font-size: .875em;
  line-height: 1.1; }

.page__phone {
  margin-top: .375em; }
  .page__phone p {
    font-size: .875em;
    line-height: 1.1429; }

.page__socials {
  margin-top: 2em; }
  .page__socials + .page__actions {
    margin-top: 2em; }

.page__actions .btn {
  min-width: 10em; }

.page__action {
  margin-bottom: 1.25em; }
  .page__action:last-child {
    margin-bottom: 0; }

.page__address {
  margin-top: 1.5em; }
  .page__address p {
    font-size: .875em;
    line-height: 1.5; }

.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.info__box {
  height: 100%; }

.info__wrapp {
  position: relative;
  height: 100%; }

.info-btn {
  position: absolute;
  top: 1em;
  right: 0;
  min-width: 8em;
  height: 3em;
  background: #fff;
  border: 1px solid #E6E6E8;
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  -webkit-transition: background .2s, border-color .2s;
  transition: background .2s, border-color .2s; }
  .info-btn i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    margin-top: -.7em; }
    .info-btn i .i-icon {
      -webkit-transition: fill .2s;
      transition: fill .2s; }
  .info-btn .btn__cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .info-btn .btn__text {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding-top: .125em; }
  .info-btn:hover {
    border-color: #e9b740; }
    .info-btn:hover .i-icon {
      fill: #DDA319; }

.infobox {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 1em;
  bottom: 1em;
  width: 25em;
  max-width: 100%;
  padding: 3em 1.25em 1.5em;
  pointer-events: all;
  background: #fff;
  -webkit-box-shadow: 0 .25em 1em -.5em #E6E6E8;
          box-shadow: 0 .25em 1em -.5em #E6E6E8;
  border: 1px solid #E6E6E8;
  -webkit-border-radius: .1875em;
          border-radius: .1875em;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility 0s .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility 0s .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s, visibility 0s .3s;
  transition: transform .3s, opacity .3s, visibility 0s .3s, -webkit-transform .3s; }
  .infobox._active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }

.infobox__wrapp {
  position: relative;
  height: 100%; }

.infobox__close {
  position: absolute;
  top: .75em;
  right: .75em;
  width: 2em;
  height: 2em;
  cursor: pointer; }
  .infobox__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin: -.5em 0 0 -.5em;
    -webkit-transition: opacity .3s, -webkit-transform 0s;
    transition: opacity .3s, -webkit-transform 0s;
    transition: opacity .3s, transform 0s;
    transition: opacity .3s, transform 0s, -webkit-transform 0s;
    will-change: opacity; }
  .infobox__close .i-icon {
    fill: #19192E; }
  .infobox__close:hover i {
    opacity: .7;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s; }

.infobox__title {
  padding-left: .625em; }
  .infobox__title p {
    line-height: 1.5; }

.infobox__cont {
  position: relative;
  height: 100%;
  margin-right: -1.25em;
  padding-right: 1.25em;
  overflow: hidden; }
  .infobox__cont:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 2em;
    -webkit-box-shadow: 0 -1em 2em 2em #fff;
            box-shadow: 0 -1em 2em 2em #fff; }

.infobox__scroll {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }
  .infobox__scroll .mCSB_scrollTools {
    z-index: 2;
    right: -1em;
    margin-top: 9em; }
    .infobox__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: .375em;
      -webkit-border-radius: .375em;
              border-radius: .375em;
      background: rgba(113, 112, 135, 0.5); }
    .infobox__scroll .mCSB_scrollTools .mCSB_draggerRail {
      width: .375em;
      -webkit-border-radius: .375em;
              border-radius: .375em;
      background: rgba(207, 207, 209, 0.5); }

.infobox__scroll-cont {
  padding-bottom: 3em; }

.infobox__boxes {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -2em; }

.infobox__box {
  width: 50%;
  margin-top: 2em;
  padding-right: 2em; }
  .infobox__box:nth-child(-n + 2) {
    margin-top: 0; }

.infobox__box-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 4em;
  padding-right: 2em;
  padding-top: 1em;
  min-height: 3em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .infobox__box-title h3 {
    line-height: 1.444; }
  .infobox__box-title .infobox__box-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
    height: 3em; }
  .infobox__box-title .infobox__box-dd-arr {
    position: absolute;
    top: 1.375em;
    right: 0;
    width: .75em;
    height: .44em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .infobox__box-title .i-icon {
    fill: #19192E; }
  .infobox__box-title.dd-btn {
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .infobox__box-title.dd-btn:hover {
      opacity: .7; }
    .infobox__box-title.dd-btn.btn_active .infobox__box-dd-arr {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.infobox__box-cont {
  margin-top: .875em; }

.infobox__list {
  padding-left: .75em;
  margin-top: -.75em; }
  .infobox__list .infobox__item {
    position: relative;
    float: left;
    padding-left: .75em;
    margin-top: .75em;
    margin-right: .5em; }
    .infobox__list .infobox__item:last-child {
      margin-right: 0; }
    .infobox__list .infobox__item:before {
      position: absolute;
      content: '/';
      top: 0;
      left: 0;
      font-size: .75em;
      line-height: 1.5; }
  .infobox__list p {
    font-size: .75em;
    line-height: 1.5; }

.exchange__cols {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .exchange__cols .exchange__col {
    position: relative;
    min-width: 50%;
    padding: 0 1.5em; }
    .exchange__cols .exchange__col:first-child {
      padding-left: 0; }
    .exchange__cols .exchange__col:last-child {
      padding-right: 0; }

.exchange__box-title {
  margin-bottom: 1.25em; }
  .exchange__box-title h3 {
    line-height: 1.444; }

.exchange__text p {
  line-height: 1.333;
  margin-bottom: 1.333em; }
  .exchange__text p:last-child {
    margin-bottom: 0; }

.exchange__text .imp {
  color: inherit; }

.exchange__info {
  margin-top: 2em;
  padding: 1em;
  background: #F5F5F7; }
  .exchange__info p {
    font-size: .875em;
    line-height: 1.333;
    margin-bottom: 1.333em; }
    .exchange__info p:last-child {
      margin-bottom: 0; }

.exchange__info-list .exchange__info-item {
  margin-bottom: 1em; }
  .exchange__info-list .exchange__info-item:last-child {
    margin-bottom: 0; }

.services {
  max-width: 43em; }

.services__cols {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .services__cols .services__col {
    position: relative;
    min-width: 50%;
    padding: 0 1.5em; }
    .services__cols .services__col:first-child {
      padding-left: 0; }
    .services__cols .services__col:last-child {
      padding-right: 0; }

.services__box {
  margin-bottom: 3em; }
  .services__box:last-child {
    margin-bottom: 0; }

.services__box-title {
  margin-bottom: 2em; }
  .services__box-title h3 {
    line-height: 1.444; }

.services__text p {
  line-height: 1.333;
  margin-bottom: 1.333em; }
  .services__text p:last-child {
    margin-bottom: 0; }

.services__text .imp {
  color: inherit; }

.services__text-list {
  margin-bottom: 2em; }
  .services__text-list:last-child {
    margin-bottom: 0; }

.services__text-list__title {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em; }

.services__text-num {
  position: absolute;
  top: -.45em;
  left: 0;
  width: 2em;
  height: 2em;
  background: #F6C44E;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 2.2em;
  color: #19192E; }
  .services__text-num span {
    line-height: 1.333; }

.services__text-list__list {
  padding-left: 2em; }
  .services__text-list__list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: .5em; }
    .services__text-list__list li:before {
      position: absolute;
      content: '-';
      top: 0;
      left: 0;
      line-height: 1.333; }
    .services__text-list__list li:last-child {
      margin-bottom: 0; }

.services__actions {
  padding-left: 3em; }
  .services__actions + .services__text {
    margin-top: 2em; }

.services__price-desc {
  margin-top: 2em; }
  .services__price-desc .services__price-disclaimer {
    margin-bottom: .75em; }
  .services__price-desc p {
    line-height: 1.333;
    margin-bottom: .75em; }
    .services__price-desc p:last-child {
      margin-bottom: 0; }

.services__price-disclaimer {
  padding: 1em;
  background: #F5F5F7; }

.services__price-note {
  position: relative;
  padding-left: 1em;
  margin-bottom: .75em; }
  .services__price-note:before {
    position: absolute;
    content: '-';
    top: 0;
    left: 0;
    line-height: 1.333; }
  .services__price-note:last-child {
    margin-bottom: 0; }
  .services__price-note p {
    line-height: 1.333; }
  .services__price-note span.colored {
    color: #dd3d30; }

.corp {
  max-width: 43em; }

.corp__box {
  margin-bottom: 3em; }
  .corp__box:last-child {
    margin-bottom: 0; }

.corp__box-title {
  margin-bottom: 2em; }
  .corp__box-title h3 {
    line-height: 1.444; }

.corp__text p {
  line-height: 1.333;
  margin-bottom: 1.333em; }
  .corp__text p:last-child {
    margin-bottom: 0; }

.corp__text a {
  white-space: nowrap; }

.corp__text .contact__link {
  color: #c69216; }
  .corp__text .contact__link:hover {
    color: #F6C44E; }

.corp__text .corp__text-list {
  margin-bottom: 2em; }
  .corp__text .corp__text-list:last-child {
    margin-bottom: 0; }

.corp__text-list__title {
  position: relative;
  margin-bottom: 1em; }

.corp__text-list__list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em; }
  .corp__text-list__list li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #F6C44E; }
  .corp__text-list__list li:last-child {
    margin-bottom: 0; }

.corp__actions {
  margin-top: 2em;
  padding-left: 1em; }

.calc__inputs .inp-box__title {
  margin-bottom: 1.5em; }
  .calc__inputs .inp-box__title p {
    font-size: 1.25em; }

.calc__inputs .inp-box__inp {
  width: 11em; }

.calc__inputs .calc__inp {
  font-size: 2em;
  min-height: 2em;
  width: 100%;
  padding: 0 .5em;
  padding-top: .25em; }
  .calc__inputs .calc__inp._mins {
    padding-right: 2em; }

.calc__inputs .calc__inp-suffix {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: .5em; }
  .calc__inputs .calc__inp-suffix span {
    font-size: 1.5em;
    line-height: 3em; }

.calc__line {
  margin-bottom: 2em; }
  .calc__line:last-child {
    margin-bottom: 0; }

.calc__range {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .calc__range .calc__range-time {
    margin-right: 2em; }
    .calc__range .calc__range-time:last-child {
      margin-right: 0; }

.calc__actions {
  margin-top: 3em; }

.calc__total {
  margin-top: 3em; }
  .calc__total p {
    font-size: 1.875em; }

html:not(.mobile) .js-particleground {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

html:not(.mobile) .preloader {
  display: block; }
  html:not(.mobile) .preloader._updated .preloader__bar:after {
    -webkit-animation: none;
            animation: none; }

html:not(.mobile) .preloader__bar:after {
  -webkit-animation: loader-prebar 2s infinite linear;
          animation: loader-prebar 2s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

html:not(.mobile) #nav {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

html:not(.mobile) .page__logo {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

html:not(.mobile) .page__title-text,
html:not(.mobile) .page__contacts,
html:not(.mobile) .page__socials,
html:not(.mobile) .page__actions,
html:not(.mobile) .infobox__box,
html:not(.mobile) .exchange__col,
html:not(.mobile) .services__box,
html:not(.mobile) .corp__box,
html:not(.mobile) .corp__box-title,
html:not(.mobile) .corp__actions {
  opacity: 0;
  -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

html:not(.mobile) .page__content-title:after {
  height: 0;
  -webkit-transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1.5s cubic-bezier(0.19, 1, 0.22, 1); }

html:not(.mobile) .page__content-title .page__content-title__text {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

html:not(.mobile).page_inited .preloader {
  opacity: 0;
  visibility: hidden; }

html:not(.mobile).page_ready .js-particleground {
  opacity: 1; }

html:not(.mobile).page_ready .preloader__bar:after {
  -webkit-animation: none;
          animation: none; }

html:not(.mobile).page_ready .page__logo {
  opacity: 1; }

html:not(.mobile).page_ready #footer {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

html:not(.mobile).page_ready #nav,
html:not(.mobile).page_ready .page__title-text,
html:not(.mobile).page_ready .page__contacts,
html:not(.mobile).page_ready .page__socials,
html:not(.mobile).page_ready .page__actions,
html:not(.mobile).page_ready .infobox__box,
html:not(.mobile).page_ready .exchange__col,
html:not(.mobile).page_ready .services__box,
html:not(.mobile).page_ready .corp__box-title,
html:not(.mobile).page_ready .corp__box,
html:not(.mobile).page_ready .corp__actions {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); }

html:not(.mobile).page_ready #nav {
  visibility: visible;
  pointer-events: all; }

html:not(.mobile).page_ready .page__title-text {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

html:not(.mobile).page_ready .page__contacts,
html:not(.mobile).page_ready .page__socials {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

html:not(.mobile).page_ready .page__actions {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

html:not(.mobile).page_ready .infobox__box:nth-child(1),
html:not(.mobile).page_ready .exchange__col:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

html:not(.mobile).page_ready .infobox__box:nth-child(2),
html:not(.mobile).page_ready .exchange__col:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

html:not(.mobile).page_ready .infobox__box:nth-child(3),
html:not(.mobile).page_ready .exchange__col:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

html:not(.mobile).page_ready .infobox__box:nth-child(4),
html:not(.mobile).page_ready .exchange__col:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

html:not(.mobile).page_ready .infobox__box:nth-child(5),
html:not(.mobile).page_ready .exchange__col:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

html:not(.mobile).page_ready .infobox__box:nth-child(6),
html:not(.mobile).page_ready .exchange__col:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

html:not(.mobile).page_ready .infobox__box:nth-child(7),
html:not(.mobile).page_ready .exchange__col:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

html:not(.mobile).page_ready .infobox__box:nth-child(8),
html:not(.mobile).page_ready .exchange__col:nth-child(8) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

html:not(.mobile).page_ready .infobox__box:nth-child(9),
html:not(.mobile).page_ready .exchange__col:nth-child(9) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

html:not(.mobile).page_ready .infobox__box:nth-child(10),
html:not(.mobile).page_ready .exchange__col:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

html:not(.mobile).page_ready .services__box,
html:not(.mobile).page_ready .corp__box-title {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

html:not(.mobile).page_ready .corp__box:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

html:not(.mobile).page_ready .corp__box:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

html:not(.mobile).page_ready .corp__box:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

html:not(.mobile).page_ready .corp__actions {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

html:not(.mobile).page_ready .page__content-title:after {
  height: 100%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

html:not(.mobile).page_ready .page__content-title .page__content-title__text {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.remodal-overlay {
  z-index: 10001;
  background: rgba(25, 25, 46, 0.7); }

.remodal-wrapper {
  z-index: 10002; }

.remodal {
  padding: 0;
  color: #19192E; }

.remodal__close {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 2em;
  height: 2em;
  cursor: pointer; }
  .remodal__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25em;
    height: 1.25em;
    margin: -.75em 0 0 -.75em;
    -webkit-transition: opacity .3s, -webkit-transform 0s;
    transition: opacity .3s, -webkit-transform 0s;
    transition: opacity .3s, transform 0s;
    transition: opacity .3s, transform 0s, -webkit-transform 0s; }
  .remodal__close .i-icon {
    fill: #19192E; }
  .remodal__close:hover i {
    opacity: .7;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s; }

.remodal__box {
  padding: 3em 2.5em 2.5em; }

.remodal__actions {
  margin-top: 2em;
  text-align: center; }

.rem__title {
  margin-bottom: 2.5em; }
  .rem__title h1 {
    line-height: 1.43; }
    .rem__title h1 + .rem__subtitle {
      margin-top: .5em; }

.rem__subtitle p {
  line-height: 1.3333; }

.rem__form {
  position: relative;
  text-align: left;
  margin: 0 auto; }
  .rem__form .form__line {
    margin-top: 1.25em; }
    .rem__form .form__line:first-child {
      margin-top: 0; }
    .rem__form .form__line.line_btns {
      margin-top: 3em; }
  .rem__form .form__line-title {
    margin-bottom: .5em; }
    .rem__form .form__line-title p {
      font-size: .875em;
      line-height: 1.14; }
  .rem__form._feed .inp-box__inp {
    position: relative; }
    .rem__form._feed .inp-box__inp._sm {
      max-width: 11em; }
    .rem__form._feed .inp-box__inp._lg {
      max-width: 15em; }
  .rem__form._feed .form__inp {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em; }
  .rem__form._loading:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rem__form._loading .btn_submit {
    background: #F5F5F7;
    border-color: #F5F5F7;
    color: #CFCFD1;
    cursor: default; }

.rem__actions {
  text-align: center; }
  .rem__actions .rem__action {
    margin-top: 1em; }
    .rem__actions .rem__action:first-child {
      margin-top: 0; }

.rem-text .rem-text__box {
  margin-bottom: 2em; }
  .rem-text .rem-text__box:last-child {
    margin-bottom: 0; }

.rem-text .rem-text__title {
  margin-bottom: .875em;
  text-align: left; }

.rem-text .rem-text__cont {
  text-align: left; }
  .rem-text .rem-text__cont p {
    line-height: 1.4;
    margin-bottom: 1em; }
    .rem-text .rem-text__cont p:last-child {
      margin-bottom: 0; }

.rem-text .rem-text__price {
  font-size: .75em; }

.rem-text .rem-text__link {
  color: #DDA319;
  -webkit-transition: color .2s;
  transition: color .2s; }
  .rem-text .rem-text__link:hover {
    color: #717087; }

.rem-map {
  width: 100%; }

.rem-way {
  margin-top: 3em; }
  .rem-way .rem-way__title {
    margin-bottom: 2em; }
    .rem-way .rem-way__title h1 {
      line-height: 1.43; }
      .rem-way .rem-way__title h1 + .rem__subtitle {
        margin-top: .5em; }
  .rem-way .rem-way__item {
    margin-bottom: 2em; }
    .rem-way .rem-way__item:last-child {
      margin-bottom: 0; }
  .rem-way img {
    display: block;
    width: 100%; }

.rem-price__box {
  margin-bottom: 3em; }
  .rem-price__box:last-child {
    margin-bottom: 0; }

.rem-noprice p {
  line-height: 1.333;
  margin-bottom: 1em; }
  .rem-noprice p:last-child {
    margin-bottom: 0; }

.rem-noprice .rem-noprice__title {
  margin-bottom: 1em;
  text-align: center; }
  .rem-noprice .rem-noprice__title h1 {
    text-transform: uppercase;
    line-height: 1.5; }

.rem-noprice .rem-noprice__rule {
  padding: 1em;
  background: #19192E;
  color: #F6C44E; }

.rem-noprice .rem-noprice__ext {
  margin-top: 2em; }

.rem-noprice .rem-noprice__ext-title {
  margin-bottom: 1em; }

.rem-noprice .rem-noprice__ext-text {
  padding-left: 1em; }

.rem-price__notes .rem-price__notes-title {
  margin-bottom: 1em;
  text-align: center; }
  .rem-price__notes .rem-price__notes-title h1 {
    text-transform: uppercase;
    line-height: 1.5; }

.rem-price__note {
  position: relative;
  padding-left: 1em;
  margin-bottom: .75em; }
  .rem-price__note:before {
    position: absolute;
    content: '-';
    top: 0;
    left: 0;
    line-height: 1.333; }
  .rem-price__note:last-child {
    margin-bottom: 0; }
  .rem-price__note p {
    line-height: 1.333; }
  .rem-price__note span.colored {
    color: #dd3d30; }
  .rem-price__note .rem-minutes {
    margin-top: .5em; }

.rem-minutes .rem-minutes__wrapp {
  width: 100%;
  max-width: 24em;
  padding: .5em 0;
  margin: 0 auto;
  text-align: center; }

.rem-minutes .rem-minutes__line {
  padding: .5em 1em;
  margin-bottom: .25em; }
  .rem-minutes .rem-minutes__line:last-child {
    margin-bottom: 0; }
  .rem-minutes .rem-minutes__line:nth-child(even) {
    background: #F5F5F7; }

.rem-minutes .rem-minutes__price {
  min-width: 50%;
  white-space: nowrap; }

.rem-minutes .rem-minutes__range {
  position: relative;
  min-width: 50%;
  padding-right: 1em; }
  .rem-minutes .rem-minutes__range:after {
    position: absolute;
    content: '=';
    top: 0;
    right: 0;
    line-height: 1.333; }

.rem-price__table {
  margin-top: 2em; }
  .rem-price__table .rem-price__table-title {
    margin-bottom: 1em;
    text-align: center; }
    .rem-price__table .rem-price__table-title h1 {
      text-transform: uppercase;
      line-height: 1.5; }

[data-remodal-target] {
  cursor: pointer; }

.remodal._feed {
  max-width: 25em; }
  .remodal._feed .inp-box__inp {
    width: 100%; }

.remodal._alert {
  max-width: 22em; }

.remodal._delivery {
  max-width: 44em; }

.remodal._map {
  max-width: 40em; }

.remodal._price {
  text-align: left; }

@media only screen and (max-width: 1400px) {
  .exchange__cols .exchange__col {
    padding: 0 1em; }
    .exchange__cols .exchange__col:first-child {
      padding-left: 0; }
    .exchange__cols .exchange__col:last-child {
      padding-right: 0; } }

@media only screen and (max-width: 1280px) {
  .infobox__box-title {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    min-height: 0; }
    .infobox__box-title .infobox__box-icon {
      display: none; }
  .infobox__list {
    padding-left: 0; }
  .exchange__cols {
    display: block; }
    .exchange__cols .exchange__col {
      padding: 0;
      margin-bottom: 3em; }
      .exchange__cols .exchange__col:last-child {
        margin-bottom: 0; } }

@media only screen and (max-width: 1025px) {
  .preloader {
    display: none !important; }
  .js-particleground {
    display: none !important; }
  .page__logo {
    opacity: 1 !important; }
  .page__title-text,
  .page__contacts,
  .page__socials,
  .page__actions,
  .infobox__box {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: none !important;
    transition: none !important; }
  .socials .socials__list {
    margin-top: 0; }
  .socials .socials__item {
    margin-top: 0; }
    .socials .socials__item._email {
      width: auto; }
  .socials .socials__link._text {
    display: block;
    width: 1.5625em;
    height: 1.5625em; }
    .socials .socials__link._text i {
      display: block; }
    .socials .socials__link._text .link__text {
      display: none; }
  .socials .socials__link:not(._soon):hover {
    color: #DDA319; }
    .socials .socials__link:not(._soon):hover i._filled {
      opacity: 1; }
  .socials .socials__link:not(._soon) i._default {
    opacity: 0; }
  .socials .socials__link:not(._soon) i._filled {
    opacity: 1; }
  .infobox__box {
    width: auto;
    margin-top: 0;
    margin-bottom: 2em; }
    .infobox__box:last-child {
      margin-bottom: 0; }
  .infobox__box-title {
    padding-left: 4em;
    padding-top: 1em;
    min-height: 3em; }
    .infobox__box-title .infobox__box-icon {
      display: block; }
  .infobox__list {
    padding-left: 0; }
  .page__content-title .page__content-title__text {
    top: 50vh; } }

@media only screen and (max-width: 900px) {
  .fixed-box {
    padding-left: 2em;
    padding-right: 2em; }
  .wrapp-scroll:after {
    -webkit-box-shadow: 0 -2em 2em 3em #fff;
            box-shadow: 0 -2em 2em 3em #fff; }
  .wrapp-cont {
    padding-top: 2em;
    padding-bottom: 5em; }
  .page {
    display: block; }
    .page .page__info {
      min-width: 0;
      padding-right: 0; }
  .page__info-wrapp {
    padding: 0; }
  .page__content {
    margin-top: 2em;
    padding-bottom: 0; }
  .page__content-title {
    bottom: auto;
    top: -2em;
    left: 0;
    right: 0; }
    .page__content-title:after {
      top: auto;
      bottom: auto;
      left: 0;
      height: 1px;
      width: 100%; }
    .page__content-title .page__content-title__text {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .page__content-wrapp {
    padding-left: 0;
    min-height: 0; }
  .page__ext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .page__worktime {
    font-size: 1.125em; }
  .page__phone {
    font-size: 1.375em; }
  .page__socials {
    margin-top: 0;
    margin-left: 2em; }
    .page__socials .socials {
      font-size: 1.25em; }
    .page__socials + .page__actions {
      margin-top: 3em; }
  .page__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-width: 100%; }
  .page__action {
    margin-right: 1em; }
    .page__action:last-child {
      margin-right: 0; }
  .infobox__boxes {
    margin-right: 0;
    display: block; }
  .infobox__box {
    padding-right: 0; }
  .infobox__list p {
    font-size: 1em; }
  .exchange {
    padding-top: 1em; } }

@media only screen and (max-width: 600px) {
  .fixed-box {
    padding-left: 1em;
    padding-right: 1em; }
  #header {
    display: block; }
  .head__action._price {
    display: none; }
  .head__action._menu {
    display: block; }
  .head__contacts {
    display: none; }
  #wrapper {
    padding-top: 4em; }
  .wrapp-cont {
    padding-top: 2em;
    padding-bottom: 3em; }
  .wrapp-scroll:after {
    display: none; }
  #nav {
    display: none; }
  #menu {
    display: block; }
  .menu__actions .btn {
    font-size: 1em; }
    .menu__actions .btn .btn__text {
      font-size: 1em; }
  .page__logo,
  .page__ext {
    display: none; }
  .page__info {
    display: none; }
  .page__content {
    margin-top: 0; }
  .page._tools .page__info,
  .page._tools .page__ext {
    display: block; }
  .page._tools .page__content {
    margin-top: 2em; } }

@media only screen and (max-width: 500px) {
  .form__inp + label._invalid {
    z-index: 2;
    top: 100%;
    left: 35%;
    margin-top: -1.125em; }
    .form__inp + label._invalid:after {
      top: 0;
      left: 1em;
      margin-top: -.25em;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
  .head__logo {
    font-size: .875em; }
  .head__actions {
    font-size: .875em; }
  #menu {
    bottom: 0; }
  .menu__wrapp {
    max-width: none; }
  .menu__contacts {
    font-size: 1em; }
  .menu__actions {
    margin-top: 2em; }
  .menu__action._feed {
    display: block; }
  .menu__socials {
    display: block;
    margin-top: 2em; }
  .page__title p br {
    display: none; }
  .page__content {
    padding-top: 3em; }
  .infobox__boxes {
    padding-top: 1em; }
  .infobox {
    padding-top: 3em;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em; }
  .infobox__title b {
    white-space: nowrap; }
  .infobox__title br {
    display: none; }
  .infobox__title p {
    font-size: .875em; }
  .infobox__close {
    top: .5em;
    right: .5em; }
  .infobox__box-title {
    min-height: 0;
    padding-top: 0;
    padding-left: 0; }
    .infobox__box-title .infobox__box-icon {
      display: none; }
    .infobox__box-title .infobox__box-dd-arr {
      top: .5em; }
  .infobox__list {
    padding-left: 0; }
  .services__box-title {
    text-align: center; }
  .services__text-list__title {
    padding-left: 0;
    text-align: center; }
  .services__text-num {
    display: none; }
  .services__text-list__list {
    padding-left: 0; }
  .services__actions {
    text-align: center;
    padding-left: 0; }
  .remodal__close {
    top: .5em;
    right: .5em;
    width: 1.5em;
    height: 1.5em; }
    .remodal__close i {
      width: 1.125em;
      height: 1.125em;
      margin: -.5625em 0 0 -.5625em; }
  .remodal__box {
    padding-left: 1em;
    padding-right: 1em; }
  .price-table .price-table__head span {
    display: none; }
  .price-table td {
    padding-left: .5em;
    padding-right: .5em; }
  .price-table p {
    font-size: .75em; }
  .remodal._feed {
    text-align: left; }
    .remodal._feed .rem__title {
      margin-bottom: 1.5em; }
    .remodal._feed .remodal__box {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .remodal._feed .rem__form .form__line.line_btns {
      margin-top: 2em; } }

@media only screen and (max-width: 350px) {
  #wrapper {
    padding-top: 3em; }
  .head-box {
    height: 3em; }
  .head__logo {
    font-size: .75em; }
  .head__actions {
    font-size: .75em; }
  #menu {
    padding-top: 3em; }
  .menu__cover {
    top: 3em; }
  .menu__cont {
    font-size: .875em; }
  .menu__ext {
    font-size: 1em; }
  .remodal._feed .remodal__box {
    padding: 2em 1em 2em; }
  .remodal._feed .rem__title {
    margin-bottom: 2em; } }
