@charset 'utf-8';
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;
  vertical-align: baseline;
}
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;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
button,
input {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
button:active,
input:active,
button:focus,
input:focus,
button:hover,
input:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
}
img {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga', 'kern';
  -moz-font-feature-settings: 'liga', 'kern';
}
.body-no-scroll {
  overflow: hidden;
}

.listik ul{
  list-style: disc;
  margin-left: 1em;
}
.listik p{
  margin-bottom: 1em;
}
.page-wrapper {
  display: block;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.page-heading {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 55px;
  padding: 5px 0;
  border: none;
  font-family: 'Museo Cyrillic', serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #3e3e3e;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-heading {
    margin: 30px 0 40px;
  }
}
.page-heading_white {
  color: #fff;
}
.page-heading_left {
  text-align: left;
}
@media (max-width: 480px) {
  .callback-request-popup-form-container .page-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-text {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 30px;
  font-family: 'MuseoSansCyrl 100', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
}
.page-text_cost {
  font-family: 'Museo Cyrillic', serif;
  font-weight: 500;
  font-style: noermal;
  padding: 50px 0;
}
.header {
  display: block;
  width: 100%;
  min-height: 230px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .header {
    min-height: auto;
  }
}
.header-top-block-container {
  display: block;
  width: 100%;
  height: 75px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .header-top-block-container {
    height: auto;
  }
}
.header-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  min-width: 320px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .header-top-block {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-top-block {
    height: auto;
    padding: 10px 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.header-bottom-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 155px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-bottom-block-container {
    height: 115px;
  }
}
@media (max-width: 767px) {
  .header-bottom-block-container {
    height: auto;
  }
}
.header-bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1140px;
  min-width: 320px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1139px) {
  .header-bottom-block {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-bottom-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header-bottom-block {
    height: auto;
    padding: 15px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-bottom-block__logo-wrapper-link {
  display: block;
  width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .header-bottom-block__logo-wrapper-link {
    width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
.header-bottom-block__logo {
  display: block;
  width: 100%;
  max-width: 342px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .header-bottom-block__logo {
    max-width: 300px;
    margin: 0 auto 0 0;
  }
}
.header-bottom-block__header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-bottom-block__header-navigation {
    margin: 0;
  }
}
.navigation-link {
  display: block;
  width: auto;
  max-width: 130px;
  height: 42px;
  margin: 0;
  padding: 10px 20px;
  font-family: 'MuseoSansCyrl 700', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #424040;
}
.navigation-link:hover,
.navigation-link:active,
.navigation-link:focus {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.navigation-link:last-child {
  padding-right: 0;
}
@media (max-width: 768px) and (max-width: 1023px) {
  .navigation-link {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 14px 10px 6px;
  }
  .navigation-link:last-child {
    padding-right: 0;
  }
}
.mobile-menu .navigation-link {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-family: 'MuseoSansCyrl 700', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #424040;
}
.mobile-menu .navigation-link:hover,
.mobile-menu .navigation-link:active,
.mobile-menu .navigation-link:focus {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-navigation .navigation-link {
  height: 46px;
  padding: 12px 20px;
}
.footer-navigation .navigation-link:last-child {
  height: 32px;
  padding-bottom: 0;
  padding-right: 20px;
}
.header-bottom-block__mobile-menu-opener {
  display: block;
  width: 36px;
  height: 36px;
  background: transparent url("../img/header/mobile-menu-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px;
}
.page-gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .page-gallery-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-gallery-block__main-photo {
  display: block;
  max-width: 685px;
  min-width: 400px;
  height: auto;
  margin-right: 35px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 1023px) {
  .page-gallery-block__main-photo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 35px 0;
    min-width: auto;
  }
}
.page-gallery-block__main-photo:hover,
.page-gallery-block__main-photo:focus,
.page-gallery-block__main-photo:active {
  outline: none;
  border: none;
}
.page-gallery-block__main-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-gallery-block__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 420px;
  min-width: 300px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-gallery-block__photos {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .page-gallery-block__photos {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.page-gallery-block__photos-item {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 180px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
}
.page-gallery-block__photos-item:hover,
.page-gallery-block__photos-item:focus,
.page-gallery-block__photos-item:active {
  -webkit-filter: none;
          filter: none;
}
.page-gallery-block__photos-item:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 460px) and (max-width: 1023px) {
  .page-gallery-block__photos-item:nth-child(2n) {
    margin-right: 20px;
  }
}
@media (max-width: 459px) {
  .page-gallery-block__photos-item {
    width: 45%;
    margin: 0 5% 5% 0;
  }
  .page-gallery-block__photos-item:nth-child(2n) {
    margin-right: 0;
  }
}
.page-gallery-block__photos-item img {
  display: block;
  width: 100%;
  height: auto;
}
.footer {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #fff;
}
.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  min-width: 320px;
  height: 300px;
  margin: 0 auto;
  padding: 55px 0 35px;
  background-color: transparent;
}
@media (min-width: 720px) and (max-width: 1139px) {
  .footer-content {
    padding: 55px 10px 35px;
  }
}
@media (max-width: 719px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 35px 8px 25px;
  }
}
.footer-logo-block {
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .footer-logo-block {
    width: 180px;
  }
}
@media (max-width: 719px) {
  .footer-logo-block {
    padding: 20px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-logo-block__logo {
  display: block;
  width: 100%;
  max-width: 233px;
  height: auto;
  margin: 0 auto 30px;
}
.footer-logo-block__privacy-policy-link {
  display: block;
  width: 100%;
  height: 22px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: 'Muller', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: underline;
  color: #8a8989;
}
.footer-logo-block__privacy-policy-link:hover,
.footer-logo-block__privacy-policy-link:active,
.footer-logo-block__privacy-policy-link:focus {
  color: #000;
}
.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 719px) {
  .footer-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-contacts-block {
  display: block;
  margin: 0;
  padding: 0;
  width: 416px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .footer-contacts-block {
    width: 320px;
  }
}
@media (max-width: 719px) {
  .footer-contacts-block {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.main {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
}
.section {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.section_white {
  background-color: #fff;
}
.section_dark-bg {
  background: #24272e url("../img/page/section-dark-bg.png");
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: contain;
}
.section_dark {
  background-color: #24272e;
}
.section_darker {
  background-color: #212329;
}
.section_biege {
  background-color: #f8f9f9;
}
.section-content {
  display: block;
  max-width: 1140px;
  min-width: 320px;
  height: 100%;
  margin: 0 auto;
  /*padding: 30px 0 90px;*/
  padding: 30px 0 0;
  background-color: transparent;
}
@media (max-width: 1139px) {
  .section-content {
    padding: 15px 15px 50px;
  }
}
.section_index-slider {
  max-height: 641px;
  height: auto;
}
.index-slider {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.index-slider__slide {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.section-content_key-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 220px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .section-content_key-facts {
    min-height: 150px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .section-content_key-facts {
    min-height: 150px;
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.key-facts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  min-width: 100px;
  max-width: 500px;
  height: 96px;
  margin: 0;
  padding: 15px 10px 15px 0;
}
.key-facts-item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .key-facts-item {
    height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px 10px;
  }
}
.key-facts-item__fact {
  display: block;
  width: auto;
  height: 48px;
  margin: 0;
  padding: 0 15px 0 0;
  font-family: 'MuseoSansCyrl 500', sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  line-height: 48px;
  text-align: left;
  letter-spacing: normal;
  color: #5f646c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .key-facts-item__fact {
    height: 36px;
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .key-facts-item__fact {
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
}
.key-facts-item__description {
  display: block;
  width: auto;
  height: 48px;
  font-family: 'MuseoSansCyrl 300', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  color: #5f646c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .key-facts-item__description {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .key-facts-item__description {
    height: 28px;
    font-size: 12px;
    line-height: 14px;
  }
}
.section-content_get-in-touch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 250px;
  padding: 92px 0;
}
@media (max-width: 1139px) {
  .section-content_get-in-touch-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 60px 10px;
  }
}
.get-in-touch-block__get-in-touch-block-title {
  display: block;
  width: auto;
  height: auto;
}
@media (max-width: 1139px) {
  .get-in-touch-block__get-in-touch-block-title {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 35px;
  }
}
.get-in-touch-block-title__grey-text {
  display: block;
  font-family: 'MuseoSansCyrl 700', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 22px;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #cecfd1;
}
@media (max-width: 1139px) {
  .get-in-touch-block-title__grey-text {
    text-align: center;
  }
}
.get-in-touch-block-title__title {
  display: block;
  font-family: 'Museo Cyrillic', serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #1d1e22;
}
@media (max-width: 1139px) {
  .get-in-touch-block-title__title {
    text-align: center;
  }
}
.get-in-touch-block__get-in-touch-block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  height: 66px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .get-in-touch-block__get-in-touch-block-form {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-block__get-in-touch-block-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.get-in-touch-block-form__input {
  display: block;
  width: 250px;
  height: 66px;
  margin: 0 15px 0 0;
  padding: 0 15px;
  background-color: #f2f2f2;
  font-family: 'MuseoSansCyrl 100', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: noraml;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  color: #959595;
}
@media (max-width: 767px) {
  .get-in-touch-block-form__input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
  }
}
.get-in-touch-block-form__submit {
  display: block;
  width: 250px;
  height: 66px;
  background-color: #24272e;
  font-family: 'Museo Cyrillic', serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.get-in-touch-block-form__submit:hover,
.get-in-touch-block-form__submit:active,
.get-in-touch-block-form__submit:focus {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.21);
}
@media (max-width: 767px) {
  .get-in-touch-block-form__submit {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
  }
}
.section-content_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: padding 55px 0;
      -ms-flex-pack: padding 55px 0;
          justify-content: padding 55px 0;
  padding-bottom: calc(55px - 2.5%);
}
@media (max-width: 1139px) {
  .section-content_gallery {
    padding: 35px 10px;
    padding-bottom: calc(35px - 2.5%);
  }
}
.gallery-item-link {
  display: block;
  max-width: 18%;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin: 0 2.5% 2.5% 0;
}
.gallery-item-link:nth-child(5n) {
  margin: 0 0 2.5% 0;
}
.gallery-item-link:focus,
.gallery-item-link:active,
.gallery-item-link:hover {
  outline: none;
  border: none;
}
.gallery-item {
  display: block;
  width: 100%;
  height: 150px;
  max-height: 150px;
}
.breadcrumbs {
  display: block;
  width: 100%;
  min-height: 30px;
  height: auto;
  margin: 15px 0 0;
}
.breadcrumbs ul {
  display: block;
}
.breadcrumbs ul li {
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #7e7f83;
  text-align: left;
  text-decoration: underline;
}
.breadcrumbs ul li::after {
  display: inline-block;
  content: "/";
  margin: 0 0 0 5px;
  font-family: sans-serif;
  font-size: 14px;
  color: #7e7f83;
}
.breadcrumbs ul li:last-child {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: inherit;
  text-align: inherit;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:active,
.breadcrumbs ul li a:focus {
  color: #fff;
  text-decoration: none;
}
.city-select-block {
  display: block;
}
.city-select-block.header-top-block__header-city-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-contacts-block .city-select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}
@media (max-width: 719px) {
  .footer-contacts-block .city-select-block {
    display: none;
  }
}
.city-select-block__icon {
  display: block;
  width: 25px;
  height: 33px;
  background: transparent url("../img/header/location-icon.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50% 0%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .city-select-block__icon {
    width: 20px;
    background-size: 20px;
    background-position: 50% 3px;
  }
}
@media (max-width: 767px) {
  .header-top-block__header-city-select .city-select-block__icon {
    width: 12px;
    height: 25px;
    background-size: 12px;
    background-position: 50% 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
select.city-select-block__select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 125px;
  height: 30px;
  padding: 0;
  margin: 0 15px;
  font-family: 'Muller', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: normal;
  color: #3f3d3d;
  border: none;
  border-radius: 0;
  background: transparent url("../img/page/dropdown-icon.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 95% 50%;
}
div.city-select-block__select{
    padding-top:5px;
}
div.city-select-block__select a{
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 125px;
  padding: 0;
  margin: 0 15px;
  font-family: 'Muller', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: normal;
  color: #ccc;
  border: none;
  border-radius: 0;
}
div.city-select-block__select a.active{
    color:#3f3d3d;
}
.contacts-block .contacts-block__telephone.tel_mob{
    margin-left:10px;
}
.contacts-block__telephone span{
    font-family:'Museo Cyrillic', serif;font-size:20px;
    
}
@media screen and (max-width: 990px) {
    .contacts-block .contacts-block__telephone.tel_mob{
        display:none;
    }
}


select.city-select-block__select:hover,
select.city-select-block__select:focus,
select.city-select-block__select:active {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  select.city-select-block__select {
    width: 110px;
    margin: 0 10px 0 15px;
    font-size: 12px;
    line-height: 30px;
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .header-top-block__header-city-select select.city-select-block__select {
    width: 85px;
    height: 25px;
    margin: 0 6px;
    font-size: 8px;
    line-height: 25px;
    background-size: 10px;
  }
}
.city-select-block__address {
  display: block;
  height: 30px;
  font-family: 'Muller', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  color: #a2a2a2;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .city-select-block__address {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .header-top-block__header-city-select .city-select-block__address {
    min-height: 25px;
    height: auto;
    padding: 6.25px 0;
    font-size: 10px;
    line-height: 12.5px;
  }
}
.footer-contacts-block .city-select-block__address {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 50px;
  padding: 20px 0 0;
}
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-contacts-block .contacts-block {
  padding-top: 30px;
  flex-wrap:wrap;
}
@media (max-width: 1023px) {
  .footer-contacts-block .contacts-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .header-top-block__header-contacts-block.contacts-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
}
.contacts-block__telephone {
  display: block;
  width: auto;
  height: 44px;
  margin: 0;
  padding: 0 25px 0 0;
  font-family: 'Museo Cyrillic', serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  color: #242428;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contacts-block__telephone:hover,
.contacts-block__telephone:active,
.contacts-block__telephone:focus {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacts-block__telephone {
    font-size: 18px;
    padding: 0 13px 0 0;
  }
}
.contacts-block__telephone .footer-contacts-block .contacts-block__telephone {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .header-top-block__header-contacts-block .contacts-block__telephone {
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px 0 0;
  }
}
button.contacts-block__call-request-btn {
  display: block;
  width: 200px;
  height: 44px;
  border-radius: 5px;
  background-color: #24272e;
  font-family: 'Muller', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
button.contacts-block__call-request-btn:hover,
button.contacts-block__call-request-btn:active,
button.contacts-block__call-request-btn:focus {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.21);
}
@media (min-width: 768px) and (max-width: 1023px) {
  button.contacts-block__call-request-btn {
    width: 165px;
    height: 38px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .header-top-block__header-contacts-block button.contacts-block__call-request-btn {
    width: 150px;
    height: 28px;
    font-size: 14px;
    line-height: 14px;
  }
}
.footer-contacts-block button.contacts-block__call-request-btn {
  color: #8f8f8f;
  border: 1px solid #dadada;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-contacts-block button.contacts-block__call-request-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 165px;
  }
}
.tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 479px) {
  .tiles-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tiles-container_serives {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.photo-and-text-tile {
  display: block;
  height: auto;
  max-height: 300px;
  margin: 0 1.25% 1.25% 0;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 639px) {
  .photo-and-text-tile {
    max-height: 200px;
    margin: 0 auto 1.25%;
  }
}
.photo-and-text-tile_1-3 {
  width: 32.5%;
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
}
@media (max-width: 639px) {
  .photo-and-text-tile_1-3 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.photo-and-text-tile_2-3 {
  width: 66.25%;
  -ms-flex-preferred-size: 66.25%;
      flex-basis: 66.25%;
}
@media (max-width: 639px) {
  .photo-and-text-tile_2-3 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.photo-and-text-tile_no-margin-right {
  margin-right: 0;
}
.photo-and-text-tile__image {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 639px) {
  .photo-and-text-tile__image {
    width: 100%;
    height: auto;
  }
}
.photo-and-text-tile__background {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  z-index: 1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.photo-and-text-tile:hover .photo-and-text-tile__background,
.photo-and-text-tile:focus .photo-and-text-tile__background,
.photo-and-text-tile:active .photo-and-text-tile__background {
  background-color: transparent;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.photo-and-text-tile__text {
  display: block;
  width: auto;
  max-width: 90%;
  height: auto;
  min-height: 30px;
  margin: 0;
  padding: 15px;
  background-color: #24262b;
  font-family: 'MuseoSansCyrl 300', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  color: #fafafa;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.simple-tile {
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
  max-width: 342px;
  min-width: 200px;
  height: auto;
  margin: 0 5% 45px 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.simple-tile:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .simple-tile {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    min-width: 200px;
    margin: 0 10px 35px 0;
  }
  .simple-tile:nth-child(3n) {
    margin-right: 10px;
  }
  .simple-tile:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .simple-tile {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-width: 300px;
    max-width: 340px;
    margin: 0 auto 35px;
  }
  .simple-tile:nth-child(3n) {
    margin-right: auto;
  }
  .simple-tile:nth-child(2n) {
    margin-right: auto;
  }
}
.simple-tile_product-tile {
  max-width: 340px;
}
.simple-tile__image {
  display: block;
  width: auto;
  height: 260px;
  margin: 0 auto;
  padding: 0;
  outline: none;
}
.simple-tile__text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background-color: transparent;
  font-family: 'Museo Cyrillic', serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  color: #1c1b1b;
  text-decoration: none;
}
.simple-tile:hover .simple-tile__text,
.simple-tile:active .simple-tile__text,
.simple-tile:focus .simple-tile__text {
  text-decoration: underline;
}
.section_dark .simple-tile__text {
  color: #fff;
}
.confidential-partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
.confidential-partners-container__confidential-partner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 285px;
  height: 20vw;
  max-height: 285px;
  background-color: transparent;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 639px) {
  .confidential-partners-container__confidential-partner-card {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    height: 25vw;
  }
}
.confidential-partner-card__logo {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  outline: none;
  padding: 0;
  margin: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
@media (min-width: 768px) and (max-width: 1139px) {
  .confidential-partner-card__logo {
    max-width: 125px;
    -webkit-filter: none;
            filter: none;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .confidential-partner-card__logo {
    max-width: 100px;
    -webkit-filter: none;
            filter: none;
  }
}
@media (max-width: 639px) {
  .confidential-partner-card__logo {
    max-width: 100px;
    -webkit-filter: none;
            filter: none;
  }
}
.confidential-partners-container__confidential-partner-card:hover .confidential-partner-card__logo {
  -webkit-filter: none;
          filter: none;
}
.media-and-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .media-and-text-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.media-and-text-content__aside-media-container {
  display: block;
  width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  height: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  padding: 0 50px 0 0;
  background-color: transparent;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .media-and-text-content__aside-media-container {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .media-and-text-content__aside-media-container {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 35px 0 0;
  }
}
.media-and-text-content__aside-media {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 45px;
  outline: none;
}
@media (max-width: 767px) {
  .media-and-text-content__aside-media {
    width: auto;
    max-width: 394px;
    height: auto;
    max-height: 394px;
    padding: 0 0 20px;
  }
}
.media-and-text-content__aside-media:last-child {
  padding-bottom: 0;
}
.media-and-text-content__aside-media img {
  display: block;
  width: 100%;
  height: auto;
}
.media-and-text-content__text-container {
  display: block;
  width: 60%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0 0 30px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .media-and-text-content__text-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}
.page-tabs-block {
  display: block;
  padding: 30px 0;
}
.page-heading + .page-tabs-block {
  padding: 0;
}
input.page-tabs-block__input {
  display: none;
}
label.page-tabs-block__label {
  display: inline-block;
  padding: 0 20px 20px 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Museo Cyrillic', serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #96989c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  label.page-tabs-block__label {
    padding-right: 12px;
    font-size: 16px;
  }
}
label.page-tabs-block__label_last {
  padding: 0;
}
input.page-tabs-block__input:checked + label.page-tabs-block__label {
  color: #fff;
}
.page-tabs-block__block-1,
.page-tabs-block__block-2,
.page-tabs-block__block-3,
.page-tabs-block__block-4{
  display: none;
}
#page-tabs-block-tab-1:checked ~ .page-tabs-block__block-1,
#page-tabs-block-tab-2:checked ~ .page-tabs-block__block-2,
#page-tabs-block-tab-3:checked ~ .page-tabs-block__block-3,
#page-tabs-block-tab-4:checked ~ .page-tabs-block__block-4 {
  display: block;
  width: 100%;
  height: auto;
  min-height: 270px;
  margin: 0;
  padding: 20px 0;
  background-color: transparent;
}
.section-content_contacts-block {
  padding: 30px 0 50px;
}
@media (max-width: 1139px) {
  .section-content_contacts-block {
    padding: 30px 15px 50px;
  }
}
.contacts-page-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
}
.contacts-page-block {
  display: block;
  width:auto;
  min-width:280px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px 10px 0;
  background-color: transparent;
}
.contacts-page-block:first-child {
    min-width:450px;
    
}
.contacts-page-block:last-child {
  width: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media (max-width: 767px) {
  .contacts-page-block {
    min-width: auto;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 0;
  }
}
.contacts-page-block__description {
  display: block;
  font-family: 'MuseoSansCyrl 100', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 36px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  color: #fff;
}
.contacts-page-block__text {
  display: block;
  font-family: 'Museo Cyrillic', serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  color: #fff;
}
.contacts-page-block__text a{
  color:#fff;
}
.section_map {
  position: relative;
  height: 470px;
}
@media (max-width: 767px) {
  .section_map {
    height: 350px;
  }
}
.section-content_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 0;
}
.section-content_map iframe {
  width: 100% !important;
  height: 100% !important;
}
.mobile-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.mobile-menu {
  display: block;
  width: 260px;
  height: 200px;
}
.popup-opener {
  cursor: pointer;
}
.popup-container {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
}
.popup-container_visible {
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 11;
  overflow-y: auto;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .popup-container_visible {
    min-height: 100vh;
    height: 100%;
  }
}
.popup-close {
  display: block;
  width: 51px;
  height: 51px;
  border: none;
  border-radius: 50px;
  background: transparent url("../img/popups/close-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 35px;
}
.popup-close:hover,
.popup-close:focus,
.popup-close:active {
  background: #e1e1e1 url("../img/popups/close-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px;
}
@media (max-width: 767px) {
  .popup-close {
    width: 40px;
    height: 40px;
    background-size: 20px;
    top: 10px;
    right: 10px;
  }
  .popup-close:hover,
  .popup-close:focus,
  .popup-close:active {
    background: #e1e1e1 url("../img/popups/close-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px;
  }
}
.callback-request-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.callback-request-popup-form-container {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 0 10px;
}
.callback-request-popup-form-container .get-in-touch-block__get-in-touch-block-form {
  max-width: 560px;
  min-width: 300px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 238px;
}
.callback-request-popup-form-container .get-in-touch-block-form__input {
  display: block;
  width: 100%;
  height: 66px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .callback-request-popup-form-container .get-in-touch-block-form__input {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.callback-request-popup-form-container .get-in-touch-block-form__submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 66px;
}
@media (max-width: 767px) {
  .callback-request-popup-form-container .get-in-touch-block-form__submit {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.city-select-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(255,255,255,0.7);
}
.city-select-popup_confirmed {
  display: none;
}
.city-select-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  height: auto;
  margin: 0 10px 145px;
  padding: 35px;
  background-color: #fff;
  border: 1px solid #3f3d3d;
}
@media (max-width: 767px) {
  .city-select-popup-content {
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .city-select-popup-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.city-select-popup-content .page-heading {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.city-select-popup-content__city {
  display: inline-block;
  width: auto;
  max-width: 200px;
  height: 42px;
  margin: 5px 5px 20px;
  padding: 0 0 0 35px;
  font-family: 'Muller', sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: normal;
  color: #3f3d3d;
  background: transparent url("../img/header/location-icon.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 0% 50%;
  cursor: pointer;
}
.city-select-popup-content__city:hover,
.city-select-popup-content__city:focus,
.city-select-popup-content__city:active {
  text-decoration: underline;
}
.popup {
  display: none;
  position: relative;
}
.popup_visible {
  display: block;
}
.degraded-link {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.degraded-link:hover,
.degraded-link:active,
.degraded-link:focus {
  text-decoration: none;
  color: inherit;
}
.degraded-link:visited {
  text-decoration: none;
  color: inherit;
}
.degraded-link:visited:hover,
.degraded-link:visited:active,
.degraded-link:visited:focus {
  text-decoration: none;
  color: inherit;
}
.degraded-link_block {
  display: block;
}
.degraded-link_inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .visible-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none;
  }
}
.about-text{
    color:#5f646c;
    padding-bottom:80px;
}
.seo_text{
    padding-bottom:80px;
}
.seo_text h1,.seo_text h2{
    padding-bottom:20px;
}
.seo_text p,.seo_text ul,.seo_text ol{
    padding-bottom:12px;
}
.seo_text ul{
    padding-left:20px;
    list-style:disc;
}
.seo_text ol{
    padding-left:20px;
    list-style:decimal;
}
.seo_text h2{
    padding-top:20px;
}