

/* Start:/local/templates/.default/express_markup/build/css/main.css?164069174952707*/
/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
html,
body {
  height: 100%; }

body {
  position: relative;
  font-size: 14px;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif; }
  body.ie-browser .main-title span {
    text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px; }
  @media screen and (max-width: 1199px) {
    body {
      padding-top: 68px; } }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 46px; } }

*,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0; }

fieldset {
  border: none; }

button {
  cursor: pointer; }

textarea {
  resize: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.color_red {
  color: #ED1B35; }

.color_blue {
  color: #0072BC; }

.button-big {
  background-color: #ED1B35;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 33px; }

@media screen and (max-width: 1199px) {
  .button-big {
    padding-left: 26px; } }

@media screen and (max-width: 767px) {
  .button-big {
    padding-left: 6px; } }

.link {
  border-bottom: 1px solid;
  color: #0072BC;
  transition: all .2s ease-out; }
  .link:hover {
    border-color: transparent; }

/**
 * Vendor
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Components
 */
.button {
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ED1B35;
  color: #fff;
  font-size: 14.0831px;
  font-weight: 600;
  padding: 0 20px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ED1B35;
  transition: all .2s ease-out; }
  .button:hover {
    background-color: #fff;
    color: #ED1B35; }
  .button.button_has_icon .button__text {
    width: auto; }
  .button__text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .button__text + .button__icon {
      margin-left: 13px; }
  .button.button_border_red {
    background-color: #000; }
    .button.button_border_red:hover {
      background-color: #ED1B35;
      color: #fff; }
  .button.button_white {
    background-color: #fff;
    color: #ED1B35; }
    .button.button_white:hover {
      background-color: #ED1B35;
      color: #fff;
      border-color: #fff; }

@media screen and (max-width: 1199px) {
  .button {
    padding: 0 15px;
    font-size: 13px;
    height: 42px; } }

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 40px; }

@media screen and (max-width: 1199px) {
  .container {
    padding: 0 32px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px; } }

.footer {
  background-color: #000;
  color: #fff;
  padding: 70px 0; }
  .footer-flex {
    display: flex; }
    .footer-flex:not(:last-child) {
      margin-bottom: 77px; }
  .footer .caption {
    font-size: 15px;
    line-height: 20px; }
  .footer .icon-world {
    width: 22px;
    height: 22px; }
  .footer .caption-icon {
    margin-right: 16px; }
  .footer-lang {
    display: inline-block;
    padding-top: 5px; }
    .footer-lang:not(:last-child) {
      margin-bottom: 55px; }
  .footer-left {
    width: 390px; }
    .footer-left + .footer-right {
      width: calc(100% - 390px);
      margin-left: auto;
      max-width: 680px; }
  .footer-phone {
    font-weight: 600;
    font-size: 41px;
    line-height: 56px; }
    .footer-phone:not(:last-child) {
      margin-bottom: 12px; }
  .footer-phone a, .footer-email a, .footer-lang a {
    transition: color .2s ease-out; }
    .footer-phone a:hover, .footer-email a:hover, .footer-lang a:hover {
      color: #ED1B35; }
  .footer-email {
    font-size: 32px;
    line-height: 44px; }
  .footer-left__buttons {
    display: flex;
    padding-top: 81px; }
    .footer-left__buttons .button {
      padding: 0 23px; }
      .footer-left__buttons .button:not(:last-child) {
        margin-right: 14px; }
      .footer-left__buttons .button + .button {
        min-width: 171px; }
  .footer-grid {
    display: flex;
    width: 100%; }
  .footer-col:first-child {
    width: 57%; }
  .footer-col:nth-child(2) {
    width: 43%; }
  .footer-elem {
    font-size: 16px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.8); }
    .footer-elem a {
      transition: color .2s ease-out; }
      .footer-elem a:hover {
        color: #fff; }
  .footer-row:not(:last-child) {
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    margin-bottom: 20px; }
  .footer-buttons {
    display: flex;
    width: 100%; }
    .footer-buttons:not(:last-child) {
      margin-bottom: 50px; }
  .footer-button {
    background-color: #0072BC;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 25%;
    height: 88px;
    border: 1px solid transparent;
    transition: color .2s ease-out, border-color .2s ease-out, background-color .2s ease-out; }
    .footer-button:not(:last-child) {
      border-right: 1px solid rgba(0, 0, 0, 0.3); }
    .footer-button:hover {
      color: #0072BC;
      background-color: #fff;
      border-color: #0072BC; }
  .footer-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 18px; }
    .footer-text a {
      transition: color .2s ease-out; }
      .footer-text a:hover {
        color: #fff; }
  .footer-main:not(:last-child) {
    margin-bottom: 50px; }
  .footer-main .footer-left {
    max-width: 420px; }
  .footer-main .footer-text {
    line-height: 26px; }
  .footer-bottom {
    padding-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(196, 196, 196, 0.25); }
  .footer-copy {
    font-size: 13px;
    line-height: 18px; }
  .footer-socials {
    padding-left: 37px; }

@media screen and (max-width: 1199px) {
  .footer {
    padding: 36px 0; }
    .footer .caption {
      font-size: 12px;
      line-height: 16px; }
    .footer-flex:not(:last-child) {
      margin-bottom: 72px; }
    .footer .icon-world {
      width: 16px;
      height: 16px; }
    .footer-lang:not(:last-child) {
      margin-bottom: 20px; }
    .footer-phone {
      font-size: 32px;
      line-height: 44px; }
      .footer-phone:not(:last-child) {
        margin-bottom: 8px; }
    .footer-email {
      font-size: 16px;
      line-height: 22px; }
    .footer-left__buttons {
      padding-top: 30px; }
    .footer-left {
      width: 318px; }
      .footer-left + .footer-right {
        width: calc(100% - 318px);
        padding-left: 22px; }
    .footer-left__buttons .button {
      padding: 0 12px; }
      .footer-left__buttons .button:not(:last-child) {
        margin-right: 12px; }
      .footer-left__buttons .button + .button {
        min-width: 132px; }
    .footer-col:first-child, .footer-col:nth-child(2) {
      width: 50%; }
    .footer-col:nth-child(2) {
      padding-left: 5px; }
    .footer-row:not(:last-child) {
      padding-bottom: 26px;
      margin-bottom: 23px; }
    .footer-buttons:not(:last-child) {
      margin-bottom: 40px; }
    .footer-button {
      height: 64px;
      font-size: 12px; }
    .footer-text {
      font-size: 12px;
      line-height: 16px; }
    .footer-copy {
      font-size: 12px;
      line-height: 16px; }
    .footer-socials {
      padding-left: 98px; }
  .footer-main .footer-text {
    line-height: 16px; }
    .footer-main .footer-text p:not(:last-child) {
      margin-bottom: 14px; }
  .footer-main .footer-right {
    padding-left: 47px; }
  .footer-elem {
    font-size: 11px;
    line-height: 15px; }
    .footer-elem:not(:last-child) {
      margin-bottom: 11px; } }

@media screen and (max-width: 767px) {
  .footer {
    padding: 26px 0 32px; }
    .footer-flex {
      display: block; }
      .footer-flex:not(:last-child) {
        margin-bottom: 25px; }
    .footer-lang {
      padding-top: 0; }
      .footer-lang:not(:last-child) {
        margin-bottom: 18px; }
    .footer-buttons {
      flex-wrap: wrap; }
      .footer-buttons:not(:last-child) {
        margin-bottom: 26px; }
    .footer-button {
      width: 50%;
      height: 47px;
      font-size: 12px;
      line-height: 16px;
      padding: 5px 15px;
      text-align: center; }
      .footer-button:nth-child(3), .footer-button:nth-child(4) {
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 0; }
    .footer-left {
      width: 100%; }
      .footer-left:not(:last-child) {
        margin-bottom: 29px; }
      .footer-left + .footer-right {
        width: 100%;
        padding-left: 0; }
    .footer-left__buttons {
      padding-top: 18px; }
      .footer-left__buttons .button {
        width: calc(50% - 6px); }
    .footer-socials {
      padding-left: 0;
      margin-bottom: 24px;
      order: -1; }
    .footer-phone {
      font-size: 26px;
      line-height: 35px; }
      .footer-phone:not(:last-child) {
        margin-bottom: 12px; }
    .footer-email {
      font-size: 12px;
      line-height: 16px; }
    .footer .caption-icon {
      margn-right: 12px; }
    .footer-copy {
      margin-bottom: 12px; }
    .footer-row:not(:last-child) {
      padding-bottom: 24px;
      margin-bottom: 16px; }
    .footer-col:nth-child(odd) {
      padding-right: 16px; }
    .footer-text {
      font-size: 11px;
      line-height: 15px; }
      .footer-text p:not(:last-child) {
        margin-bottom: 12px; }
    .footer-main .footer-left:not(:last-child) {
      margin-bottom: 7px; }
    .footer .caption-icon .icon-world {
      width: 16px;
      height: 16px; } }

.main-top .container {
  position: relative; }

.main-top__flex {
  display: flex; }

.main-top__image {
  padding-bottom: 82.91%;
  width: 470px;
  position: relative; }
  .main-top__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.main-top__group {
  padding-top: 54px;
  position: relative;
  width: calc(100% - 470px); }
  .main-top__group:not(:last-child) {
    margin-bottom: 56px; }

.main-logo:not(:last-child) {
  margin-bottom: 60px; }

.main__item-time {
  position: absolute;
  right: 8%;
  top: 2%; }

.main-breadcrumb:not(:last-child) {
  margin-bottom: 19px; }

.main-title {
  font-weight: bold;
  font-size: 90px;
  line-height: 82px;
  margin-top: 0;
  margin-left: -5px; }
  .main-title:not(:last-child) {
    margin-bottom: 63px; }
  .main-title span {
    -webkit-text-stroke: 1px #000;
    color: #fff;
    display: block;
    margin-bottom: 7px; }

.main__info:not(:last-child) {
  margin-bottom: 56px; }

.main-top__box {
  display: flex; }
  .main-top__box:not(:last-child) {
    margin-bottom: 64px; }
  .main-top__box .main-top__link {
    width: 52%; }
    .main-top__box .main-top__link:first-child {
      width: 48.3%; }

.main-top__info {
  display: flex; }

.main-top__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  background-color: #0072BC;
  color: #fff;
  height: 77px;
  padding: 5px 15px;
  transition: opacity .2s ease-out;
  text-align: center; }
  .main-top__link:hover {
    opacity: .8; }
  .main-top__link.style_red {
    background-color: #ED1B35; }

.main-top__info-label {
  color: rgba(51, 51, 51, 0.5);
  font-size: 17px;
  line-height: 139%; }
  .main-top__info-label svg {
    fill: rgba(51, 51, 51, 0.5); }
  .main-top__info-label:not(:last-child) {
    margin-bottom: 8px; }

.main-top__info-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 139%; }

.main-top__info-col:not(:last-child) {
  padding-right: 36px;
  position: relative; }
  .main-top__info-col:not(:last-child):before {
    content: '';
    width: 1px;
    top: 6px;
    bottom: 8px;
    position: absolute;
    background-color: rgba(196, 196, 196, 0.4);
    position: absolute;
    right: 0; }

.main-top__info-col:not(:first-child) {
  padding-left: 36px; }

.mob-banner__top {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 9vw; }

.mob-banner__buttons:not(:last-child) {
  margin-bottom: 19px; }

.mob-banner__content {
  position: relative;
  z-index: 1; }

.mob-banner__bg {
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  right: -16px; }
  .mob-banner__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    background: linear-gradient(90deg, #000000 3.67%, rgba(0, 0, 0, 0) 92.43%);
    opacity: 0.7;
    width: 312px;
    z-index: 1; }
  .mob-banner__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (max-width: 1199px) {
  .main-top__group {
    width: calc(100% - 51.4%);
    padding-top: 13px; }
  .main-logo {
    display: none; }
  .main-top:not(:last-child) {
    margin-bottom: 18px; }
  .main-breadcrumb:not(:last-child) {
    margin-bottom: 14px; }
  .main-top__image {
    width: 51.4%;
    margin-bottom: auto; }
  .main-top__flex {
    margin-right: -32px; }
  .main-title {
    font-size: 50px;
    line-height: 52px;
    margin-left: 0;
    max-width: 330px; }
    .main-title:not(:last-child) {
      margin-bottom: 53px; }
  .main__info {
    max-width: 235px; }
    .main__info:not(:last-child) {
      margin-bottom: 29px; }
  .main-top__link {
    font-size: 12px;
    line-height: normal;
    height: 56px; }
  .main-top__image {
    padding-bottom: 67.4%; }
  .main-top__box:not(:last-child) {
    margin-bottom: 14px; }
  .main-top__info-label {
    font-size: 11px;
    line-height: 139%; }
    .main-top__info-label .icon-ruble {
      width: 12px;
      height: 8px; }
  .main-top__info-title {
    font-size: 14px;
    line-height: 139%; }
  .main-top__info-col:not(:last-child) {
    padding-right: 20px; }
  .main-top__info-col:not(:first-child) {
    padding-left: 20px; }
  .main__item-time {
    display: none; } }

@media screen and (min-width: 768px) {
  .mob-banner {
    display: none; } }

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 35.3333px;
    line-height: 35px;
    color: #fff;
    margin-left: -2px;
    max-width: 230px; }
    .main-title:not(:last-child) {
      margin-bottom: 42.5vw; }
    .main-title span {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      margin-bottom: 0; }
  .main .caption {
    color: #fff; }
  .main-top:not(:last-child) {
    margin-bottom: 45px; }
  .main-top__flex {
    display: none; }
  .main__info {
    padding-left: 5px;
    max-width: 155px; }
  .main-breadcrumb:not(:last-child) {
    margin-bottom: 2.5vw; }
  .main-top__group {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-top: 17px; }
    .main-top__group:not(:last-child) {
      margin-bottom: 0; }
  .main-top__box {
    margin-left: -16px;
    margin-right: -16px;
    width: auto; }
  .main-top__flex {
    position: relative; }
  .main-top__link {
    height: 40px;
    font-size: 10px;
    padding: 5px 5px; }
  .main-top__info-label {
    font-size: 3.125vw; }
    .main-top__info-label:not(:last-child) {
      margin-bottom: 1.25vw; }
  .main .main-top__box .main-top__link {
    width: 50%; }
  .main .main-top__box + .main-top__info {
    margin-top: 49px; }
  .main-top__info-title {
    font-size: 4.0625vw; }
  .main-top__info-col:not(:last-child) {
    padding-right: 4.0625vw; }
    .main-top__info-col:not(:last-child):before {
      top: 0;
      bottom: 0; }
  .main-top__info-col:not(:first-child) {
    padding-left: 4.0625vw; } }

.logo {
  display: inline-block; }
  .logo img {
    vertical-align: bottom; }

@media screen and (max-width: 1199px) {
  .logo img {
    width: 124px; } }

@media screen and (max-width: 767px) {
  .logo img {
    width: 88px; } }

.breadcrumb {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: rgba(79, 79, 79, 0.7); }
  .breadcrumb__list {
    display: flex; }
  .breadcrumb li {
    position: relative; }
    .breadcrumb li:not(:last-child):after {
      content: '/';
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
    .breadcrumb li:last-child {
      pointer-events: none; }

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 11px;
    color: #fff;
    font-weight: 400; } }

.icon-world {
  width: 32px;
  height: 32px; }

.icon-right {
  width: 17px;
  height: 11px; }

.icon-btn_big {
  fill: transparent;
  width: 305.93px;
  height: 290.16px; }

.icon-fb {
  width: 9px;
  height: 18px; }

.icon-ytb {
  width: 20px;
  height: 14px; }

.icon-vk {
  width: 24px;
  height: 14px; }

.icon-inst {
  width: 18px;
  height: 18px; }

.icon-ruble {
  width: 13px;
  height: 11px; }

.caption {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px; }
  .caption-icon {
    margin-right: 19px;
    display: flex;
    align-items: center; }

@media screen and (max-width: 1199px) {
  .caption {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 767px) {
  .caption {
    font-size: 10px;
    line-height: 14px; }
    .caption-icon {
      margin-right: 9px; }
    .caption .icon-world {
      width: 23px;
      height: 23px; } }

.section-head:not(:last-child) {
  margin-bottom: 70px; }

.section-title {
  font-weight: bold;
  font-size: 52px;
  line-height: 55px; }

@media screen and (max-width: 1199px) {
  .section-head:not(:last-child) {
    margin-bottom: 28px; }
  .section-title {
    font-size: 28px;
    line-height: 38px; } }

@media screen and (max-width: 767px) {
  .section-head:not(:last-child) {
    margin-bottom: 25px; }
  .section-title {
    font-size: 20px;
    line-height: 24px; } }

.advantages:not(:last-child) {
  margin-bottom: 135px; }

.advantages-list {
  display: flex; }

.advantages-col {
  width: calc(25% - 19.5px); }
  .advantages-col:not(:last-child) {
    margin-right: 24px; }

.style_icon_1 img {
  top: 11px;
  right: 5px; }

.style_icon_2 img,
.style_icon_3 img {
  top: 11px; }

.advantages-elem__icon {
  height: 217px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 3px solid #000000; }
  .advantages-elem__icon:not(:last-child) {
    margin-bottom: 21px; }
  .advantages-elem__icon img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 180px; }
  .advantages-elem__icon.style_icon_4 img {
    width: 135px;
    height: 133px;
    position: relative;
    right: 9px; }
  .advantages-elem__icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #F4F4F4;
    width: 100%;
    padding-bottom: 100%; }

.advantages-elem__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px; }

@media screen and (max-width: 1199px) {
  .advantages:not(:last-child) {
    margin-bottom: 66px; }
  .advantages-elem__text {
    font-size: 14px;
    line-height: 150%; }
  .advantages-elem__icon {
    height: 123px;
    max-width: 156px;
    border-width: 2px; }
    .advantages-elem__icon:before {
      height: 156px; }
    .advantages-elem__icon img {
      position: relative; }
    .advantages-elem__icon:not(:last-child) {
      margin-bottom: 12px; }
    .advantages-elem__icon.style_icon_1 img {
      top: 11px; }
    .advantages-elem__icon.style_icon_3 img {
      top: 7px;
      left: 6px; }
    .advantages-elem__icon.style_icon_4 img {
      top: 7px;
      width: 77px;
      height: auto;
      right: 4px; } }

@media screen and (max-width: 767px) {
  .advantages:not(:last-child) {
    margin-bottom: 37px; }
  .advantages-list {
    flex-wrap: wrap; }
  .advantages-col {
    width: calc(50% - 26px);
    margin-bottom: 18px; }
    .advantages-col:not(:last-child) {
      margin-right: 0; }
    .advantages-col:not(:nth-child(2n)) {
      margin-right: 52px; }
  .advantages-elem__icon {
    height: 27.3vw;
    padding: 10px;
    width: 37vw;
    max-width: 37vw; }
    .advantages-elem__icon:before {
      height: 37vw; }
    .advantages-elem__icon:not(:last-child) {
      margin-bottom: 6px; }
    .advantages-elem__icon.style_icon_1 img {
      top: 7px;
      width: 75px;
      right: 2px; }
    .advantages-elem__icon.style_icon_2 img {
      top: 8px;
      right: 5px;
      width: 80px; }
    .advantages-elem__icon.style_icon_3 img {
      top: 7px;
      left: 3px;
      width: 72px; }
    .advantages-elem__icon.style_icon_4 img {
      top: 3px;
      width: 57px;
      right: 5px; }
  .advantages-elem__text {
    font-size: 12px;
    line-height: 18px; } }

.solution:not(:last-child) {
  margin-bottom: 133px; }

.solution .section-head:not(:last-child) {
  margin-bottom: 100px; }

.solution-body {
  display: flex; }

.solution-list {
  width: calc(100% - 273px);
  padding-right: 40px; }

.solution-box__wrap {
  width: 273px;
  padding-top: 10px; }

.solution-box {
  background-color: #ED1B35;
  padding: 30px 35px 38px;
  color: #fff; }
  .solution-box__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 125%;
    margin-right: -10px; }
    .solution-box__title:not(:last-child) {
      margin-bottom: 80px; }
  .solution-box__bottom {
    font-size: 14px;
    line-height: 20px;
    opacity: .7; }
  .solution-box .button {
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px; }
    .solution-box .button:not(:last-child) {
      margin-bottom: 68px; }

.solution-elem {
  display: flex;
  align-items: center;
  position: relative; }
  .solution-elem:not(:last-child) {
    margin-bottom: 64px; }
    .solution-elem:not(:last-child):before {
      content: '';
      display: block;
      position: absolute;
      bottom: -28px;
      left: 126px;
      right: 0;
      height: 1px;
      background-color: rgba(196, 196, 196, 0.2); }
  .solution-elem__icon {
    width: 83px; }
    .solution-elem__icon + .solution-elem__content {
      width: calc(100% - 83px);
      padding-left: 43px;
      position: relative; }
  .solution-elem__content {
    display: flex; }
  .solution-elem__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    width: 247px; }
    .solution-elem__title + .solution-elem__text {
      width: calc(100% - 247px);
      padding-left: 50px;
      padding-right: 30px; }
  .solution-elem__text {
    font-size: 18px;
    line-height: 150%; }

@media screen and (max-width: 1199px) {
  .solution:not(:last-child) {
    margin-bottom: 71px; }
  .solution .section-head:not(:last-child) {
    margin-bottom: 30px; }
  .solution-list {
    padding-top: 18px; }
  .solution-box {
    padding-bottom: 32px; }
    .solution-box__title:not(:last-child) {
      margin-bottom: 69px; }
  .solution-elem {
    align-items: flex-start; }
    .solution-elem:not(:last-child) {
      margin-bottom: 45px; }
      .solution-elem:not(:last-child):before {
        display: none; }
    .solution-elem__icon {
      width: 53px; }
      .solution-elem__icon + .solution-elem__content {
        width: calc(100% - 53px);
        padding-left: 31px; }
      .solution-elem__icon img {
        max-width: 100%; }
    .solution-elem__content {
      display: block; }
    .solution-elem__title {
      font-size: 16px;
      width: auto;
      max-width: 280px; }
      .solution-elem__title:not(:last-child) {
        margin-bottom: 8px; }
      .solution-elem__title + .solution-elem__text {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
    .solution-elem__text {
      font-size: 13px; } }

@media screen and (max-width: 767px) {
  .solution:not(:last-child) {
    margin-bottom: 36px; }
  .solution-body, .solution-content {
    display: block; }
  .solution-list {
    width: auto;
    padding-right: 10px;
    padding-top: 22px; }
    .solution-list:not(:last-child) {
      margin-bottom: 25px; }
  .solution .section-head:not(:last-child) {
    margin-bottom: 8px; }
  .solution-elem:not(:last-child) {
    margin-bottom: 33px; }
  .solution-elem__title {
    font-size: 14px; }
    .solution-elem__title:not(:last-child) {
      margin-bottom: 11px; }
  .solution-elem__icon {
    margin-top: -5px; }
  .solution-box {
    background-color: transparent;
    padding: 0; }
    .solution-box__wrap {
      width: auto; }
    .solution-box__title {
      display: none; }
    .solution-box__bottom {
      color: #333333;
      opacity: 0.6;
      text-align: center; }
    .solution-box .button {
      background-color: #ED1B35;
      color: #fff;
      height: 47px; }
      .solution-box .button:not(:last-child) {
        margin-bottom: 17px; } }

.modal-wrap {
  position: relative;
  margin: auto;
  max-width: 1140px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 60px 80px 80px; }

.modal-title {
  font-size: 23px;
  line-height: 125%;
  margin-bottom: 25px;
  font-weight: 700; }

.modal-subtitle {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px; }

.mfp-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  transition: all 0.3s ease; }
  .mfp-close svg {
    width: 100%;
    height: 100%; }
  .mfp-close:active {
    top: 25px; }

@media screen and (max-width: 1199px) {
  .modal-wrap {
    max-width: 700px;
    padding: 30px 45px 45px; } }

@media screen and (max-width: 767px) {
  .mfp-container {
    padding: 0; }
  .modal-wrap {
    padding: 30px 15px; } }

.form-row {
  display: flex;
  margin: 0 -20px; }

.form-col {
  padding: 0 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.form-field {
  margin-bottom: 25px; }
  .form-field__label {
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 3px; }
  .form-field.is-error {
    color: #ed1b35; }
    .form-field.is-error .form-input,
    .form-field.is-error .form-textarea {
      border-color: #ed1b35; }

.form-input,
.form-textarea {
  background: #ffffff;
  border: 1px solid #acaaad;
  font-size: 14px;
  line-height: 1.4;
  padding: 17px 40px 17px 20px;
  width: 100%;
  transition: all 0.3s ease; }
  .form-input:hover, .form-input:focus,
  .form-textarea:hover,
  .form-textarea:focus {
    border-color: #000; }

.form-input {
  height: 60px; }

.form-textarea {
  height: 185px; }

.form-checkbox {
  cursor: pointer;
  color: #ed1b35;
  display: flex;
  align-items: center; }
  .form-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0; }
    .form-checkbox input:checked + .form-checkbox__square svg {
      opacity: 1; }
  .form-checkbox__square {
    position: relative;
    border: 2px solid #ed1b35;
    background-color: transparent;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 15px; }
    .form-checkbox__square svg {
      width: 16px;
      height: 12px;
      position: absolute;
      bottom: 4px;
      left: 4px;
      opacity: 0; }
  .form-checkbox a {
    text-decoration: underline; }

.form-bottom {
  display: flex;
  align-items: center; }
  .form-bottom .button {
    margin-right: 25px;
    width: 200px; }

.form-caption {
  font-size: 13px;
  color: #acaaad;
  font-weight: 300; }

@media screen and (max-width: 1199px) {
  .form-col {
    width: 100%; }
  .form-row {
    display: block; }
  .form-bottom .button {
    height: 56px; } }

@media screen and (max-width: 767px) {
  .form-input {
    height: 60px; }
  .form-bottom {
    display: block; }
    .form-bottom .button {
      width: 100%;
      margin-bottom: 8px; } }

.select2-hidden-accessible {
  display: none; }

.select2-container--default {
  display: block;
  outline: none;
  z-index: 1060; }

.select2-container--default .select2-selection {
  display: block;
  outline: none; }

.select2-container--default .selection {
  border: 1px solid #acaaad;
  height: 60px;
  display: block;
  position: relative;
  background: #ffffff;
  cursor: pointer; }

.select2-container--default .selection:hover {
  border-color: #2b2a32; }

.select2-container--default .selection:focus {
  border-color: #2b2a32; }

.select2-container--default .select2-selection__placeholder {
  opacity: 0.5; }

.select2-container--default .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, sans-serif;
  outline: none;
  color: #39414e;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.select2-container--default .select2-selection__arrow:after {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  background: url("/local/templates/.default/express_markup/build/css/../images/select-arr.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 24px;
  transition: all 0.3s ease; }

.select2-container--default.select2-container--open
.select2-selection__arrow:after {
  transform: rotate(-90deg); }

.select2-container--default.select2-container--open .selection {
  border-color: #2b2a32;
  border-bottom-color: transparent; }

.select2-container--default .select2-dropdown {
  background: #ffffff;
  border: 1px solid #2b2a32;
  display: block; }

.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: none; }

.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-top: none; }

.select2-container--default .select2-search {
  display: none; }

.select2-container--default .select2-results {
  display: block; }

.select2-container--default .select2-results__options {
  display: block;
  list-style: none;
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
  margin: 0; }

.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #39414e;
  padding: 14px 20px;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer; }

.select2-container--default .select2-results__option:hover {
  color: #ed1b35; }

.select2-container--default .select2-results__option[aria-selected='true'] {
  background: #ebedf0; }

.select2-container--disabled .selection {
  background: #e6ebf2; }

.select2-container--focus .selection {
  border-color: #2b2a32; }

.select2-container--open .selection {
  position: relative;
  border-bottom-color: transparent; }

.select2-container--open .selection:before {
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #2b2a32; }

.conditions {
  padding: 77px 0 0;
  background-color: #F6F6F6;
  position: relative;
  overflow: hidden; }
  .conditions-tabs {
    margin-right: 7vw;
    padding-top: 13px; }
    .conditions-tabs:not(:last-child) {
      margin-bottom: 145px; }
  .conditions-bottom {
    display: flex;
    align-items: center; }
  .conditions-bottom__title {
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    width: calc(100% - 472px);
    max-width: 590px;
    padding-bottom: 25px; }
  .conditions-button {
    width: 472px;
    height: 427px;
    margin-left: auto; }
    .conditions-button .button-big {
      height: 100%; }
  .conditions .container {
    position: relative; }
  .conditions-tabs {
    max-width: 770px;
    margin-left: auto; }
  .conditions .tabs-content {
    padding-top: 53px; }
  .conditions-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 150%; }
  .conditions-text {
    font-size: 19px;
    line-height: 150%; }
    .conditions-text:not(:last-child) {
      margin-bottom: 45px; }
  .conditions-item:not(:last-child) {
    margin-bottom: 34px; }
  .conditions-row {
    display: flex; }
  .conditions-left {
    width: 315px; }
  .conditions-right {
    width: calc(100% - 397px);
    margin-left: auto;
    position: relative;
    padding-right: 16px; }
    .conditions-right:before {
      content: '';
      display: block;
      width: 1px;
      top: 0;
      left: -59px;
      bottom: 0;
      background: #C4C4C4;
      opacity: .4;
      position: absolute; }

.conditions__pattern {
  position: absolute;
  top: 87px; }
  .conditions__pattern img {
    width: 31vw;
    max-width: 446px; }

@media screen and (max-width: 1199px) {
  .conditions {
    padding: 45px 0 0; }
    .conditions .section-head {
      max-width: 340px; }
    .conditions .tabs-content {
      padding-top: 33px; }
    .conditions .section-title {
      line-height: 33px; }
    .conditions-title {
      font-size: 14px; }
    .conditions-text {
      font-size: 12px; }
    .conditions-tabs:not(:last-child) {
      margin-bottom: 64px; }
    .conditions-left {
      width: 50%; }
    .conditions-right {
      width: 44%; }
      .conditions-right:before {
        left: -70px; }
    .conditions-button {
      width: 251px;
      height: 267px; }
  .conditions-bottom {
    background-color: #fff;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px; }
    .conditions-bottom__title {
      font-size: 28px;
      line-height: 33px;
      width: calc(100% - 251px);
      padding-right: 20px;
      max-width: 380px; }
  .conditions__pattern {
    top: 0;
    right: 49px; } }

@media screen and (max-width: 767px) {
  .conditions {
    padding: 32px 0 0; }
    .conditions .section-head {
      max-width: 150px; }
      .conditions .section-head .section-title {
        line-height: 24px; }
    .conditions-tabs {
      margin-right: 0;
      padding-top: 5px; }
      .conditions-tabs:not(:last-child) {
        margin-bottom: 29px; }
    .conditions-row {
      display: block; }
    .conditions-left, .conditions-right {
      width: 100%; }
    .conditions-left:not(:last-child) {
      margin-bottom: 18px; }
    .conditions-left + .conditions-right {
      padding-top: 18px;
      border-top: 1px solid #E0E0E0; }
    .conditions-button {
      height: 164px;
      width: 38.2%; }
    .conditions .tabs-content {
      padding-top: 16px; }
    .conditions-title:not(:last-child) {
      margin-bottom: 4px; }
    .conditions-item:not(:last-child) {
      margin-bottom: 14px; }
  .conditions-bottom {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px; }
    .conditions-bottom__title {
      font-size: 14px;
      line-height: 19px;
      padding-right: 5px;
      padding-bottom: 0;
      width: calc(100% - 38.2%); }
  .conditions__pattern {
    top: 0;
    right: -4px; }
    .conditions__pattern img {
      width: 149px; } }

.tabs-controls {
  display: flex;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px solid #C4C4C4; }

.tabs-control:not(:last-child) {
  margin-right: 78px; }

.tabs-control a,
.tabs-control span {
  display: inline-block;
  padding-bottom: 17px; }

.tabs-control .active {
  color: #0072BC;
  position: relative; }
  .tabs-control .active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #0072BC; }

.tabs-content > div {
  display: none; }
  .tabs-content > div:first-child {
    display: block; }

.js-tab-link {
  -webkit-tap-highlight-color: transparent; }

@media screen and (max-width: 1199px) {
  .tabs-controls {
    font-size: 13px;
    line-height: 18px; }
  .tabs-control:not(:last-child) {
    margin-right: 49px; } }

@media screen and (max-width: 767px) {
  .tabs-controls {
    font-size: 11px;
    line-height: 15px; }
  .tabs-control:not(:last-child) {
    margin-right: 15px; } }

@media screen and (min-width: 1200px) {
  .header {
    display: none; } }

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  z-index: 50; }
  .header .container,
  .header .header-content {
    height: 100%; }
  .header-content {
    display: flex;
    align-items: center; }

@media screen and (max-width: 767px) {
  .header {
    height: 46px; } }

.socials {
  display: flex;
  align-items: center; }
  .socials-elem:not(:last-child) {
    margin-right: 24px; }
  .socials-elem__link {
    width: 24px;
    text-align: center;
    display: block;
    transition: color .2s ease-out; }
    .socials-elem__link:hover {
      color: #ED1B35; }

/*# sourceMappingURL=main.css.map */

/* End */
/* /local/templates/.default/express_markup/build/css/main.css?164069174952707 */
