* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

*::before,
*::after {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

.js-Carousel {
  height: 255px;
  margin: 0 auto 2em;
  overflow: hidden;
  position: relative;
  width: 600px;
}

.js-Carousel > ul {
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 9999px;
}

.js-Carousel > ul li {
  display: inline-block;
  float: left;
  width: 600px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.js-Carousel > ul li img {
  max-width: 100%;
}

.js-Carousel .js-Carousel-arrowPrev,
.js-Carousel .js-Carousel-arrowNext {
  background: transparent;
  border: 0;
  color: #e0e0e0;
  cursor: pointer;
  font: 400 10em sans-serif;
  height: 200px;
  outline: 0;
  position: absolute;
  top: 0;
  text-shadow: 0 0 10px #444444;
  width: 90px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.js-Carousel .js-Carousel-arrowPrev:hover,
.js-Carousel .js-Carousel-arrowNext:hover {
  color: #aaaaaa;
}

.js-Carousel .js-Carousel-arrowPrev {
  left: 0;
}

.js-Carousel .js-Carousel-arrowNext {
  right: 0;
}

.js-Carousel .js-Carousel-dots {
  display: inline-block;
  height: 1.25em;
  margin: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: auto;
}

.js-Carousel .js-Carousel-dots li {
  background: #aaaaaa;
  border-radius: .75em;
  cursor: pointer;
  display: inline-block;
  height: .75em;
  margin: 0 .75em;
  width: .75em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.js-Carousel .js-Carousel-dots li.is-active {
  background: #ffffff;
  box-shadow: 0 0 3px 3px #ddd;
}

.js-Carousel .js-Carousel-dots li:hover {
  background: #f5f5f5;
}

.js-Carousel .js-Carousel-btnStop,
.js-Carousel .js-Carousel-btnPlay {
  background: #aaaaaa;
  border: 0;
  cursor: pointer;
  height: 2.25em;
  position: absolute;
  bottom: 1em;
  left: 2em;
  text-align: center;
  width: 5em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.js-Carousel .js-Carousel-btnStop:hover,
.js-Carousel .js-Carousel-btnPlay:hover {
  background: #f5f5f5;
}

.js-Carousel .js-Carousel-btnStop {
  left: 100px;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

.page {
  color: #454545;
}

.page.fixed {
  overflow: hidden;
}

.page__wrapper {
  position: relative;
  margin-top: -3px;
}
@media (max-width: 768px) {
  .page__wrapper {
    position: inherit;
    margin-top: 0px;
  }
}
* html .page__wrapper {
  height: 100%;
}
.law-sticker {
  background: #fff;
  position: absolute;
  z-index: 99;
  -moz-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
  -o-transform: rotate(23deg);
  transform: rotate(-23deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 6px 52px;
  left: -50px;
  top: 12px;
  width: 348px;
  text-transform: uppercase;
  font-size: 15px;
}
.law-sticker img{
  margin-right:8px;
}

@media (max-width: 1024px) {
  .law-sticker {
    display: none;
  }
}
.container {
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 20px;
}

.link {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.g-h1 {
  font-size: 56px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: #383838;
}

@media (max-width: 768px) {
  .g-h1 {
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -.5px;
  }
}

.g-h2 {
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: -.9px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .g-h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.7px;
  }
}

.g-h3 {
  font-size: 30px;
  line-height: 1.07;
  max-width: 650px;
}

@media (max-width: 768px) {
  .g-h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.g-h4 {
  font-size: 22px;
  line-height: 1.32;
  max-width: 550px;
}

@media (max-width: 768px) {
  .g-h4 {
    font-size: 14px;
    max-width: 250px;
  }
}

.g-text {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.31;
}

.g-text:not(:last-child) {
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .g-text {
    font-size: 14px;
    line-height: 1.36;
  }
}

.g-text_size_l {
  font-size: 24px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .g-text_size_l {
    font-size: 16px;
    line-height: 1.36;
  }
}

.g-text_size_m {
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .g-text_size_m {
    font-size: 14px;
    line-height: 1.36;
  }
}

.g-text_size_s {
  font-size: 16px;
  line-height: 1.44;
}

@media (max-width: 768px) {
  .g-text_size_s {
    font-size: 14px;
    line-height: 1.36;
  }
}

.g-text a {
  color: inherit;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.g-text a > span {
  border-bottom: 1px solid;
  line-height: 1.2;
}

.g-text a svg {
  margin-left: 10px;
}

.section {
  margin-bottom: 44px;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 24px;
  }
}

.section__btn {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  flex-basis: 100%;
  border-bottom: 1px solid #dadada;
}

.section__btn .btn {
  margin-top: 13px;
  position: relative;
}

.section__btn .btn > svg.icon__right-arrow {
  position: absolute;
  width: 32px;
  height: 30px;
  top: 35px;
  right: 30px;
}

@media (max-width: 768px) {
  .section_bordered {
    position: relative;
  }
  .section_bordered::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: #dadada;
    left: 20px;
  }
}

.g-tac {
  text-align: center;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}

.show-sm {
  display: none !important;
}

@media (max-width: 768px) {
  .show-sm {
    display: block !important;
  }
}

.not_show-sm {
  display: block !important;
}

@media (max-width: 768px) {
  .not_show-sm {
    display: none !important;
  }
}

.g-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section__info-content {
  width:80%;
  display: inline-block;
  padding: 20px;
  padding-right: 0px;
}

.section__info-content h3{
  font-size:20px;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.section__info-content a{
  color:#454545;
  text-decoration: none;
}
.section__info-content p{
  font-size:14px;
}
.section__info-arrow {
  align-self: center;
  width: 18%;
  text-align: center;
}
.section__info-arrow svg path{
  fill:#fff;
}
.section__mob-info .delimeter{
  background:#fff;
  width:100%;
  height:1px;
  margin-left:20px;
}
.section__mob-info {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .g-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section__mob-info {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

img {
  display: block;
  max-width: 100%;
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article__desc {
  max-width: 542px;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .article__desc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
}

.article__desc > .g-h3 {
  margin-bottom: 8px;
}

.article__img {
  max-width: 360px;
  /*position: relative;
  bottom: 50px;*/
}

.article_en__img {
  max-width: 360px;
/*
  position: relative;
  bottom: 50px;
*/
}

@media (max-width: 768px) {
  .article__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 15px;
    max-width:100%;
  }
}

.article__img > svg {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .blog {
    margin-bottom: 22px;
  }
}

.blog__inner {
  position: relative;
}

@media (max-width: 768px) {
  .blog__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .blog__inner > .container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.blog__desc {
  position: absolute;
  color: #fff;
  padding-top: 95px;
  max-width: 365px;
  margin-bottom: 20px;
  z-index: 1;
}

.blog__desc > .g-text {
  font-size: 22px;
}

@media (max-width: 768px) {
  .blog__desc > .g-text {
    font-size: 16px;
  }
}

.blog__desc > .g-h2 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog__desc > .g-h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .blog__desc {
    position: static;
    padding: 0;
    color: #454545;
  }
}

.blog__name {
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
  padding-right: 16%;
  padding-bottom: 4.5%;
  z-index: 1;
}

.blog__name h4,
.blog__name p {
  text-shadow: 0 1px 4px rgba(0,0,0,0.50);
}

@media (max-width: 768px) {
  .blog__name {
    position: static;
    padding: 0;
    color: #454545;
    display: none;
  }

  .blog__name h4,
  .blog__name p {
  text-shadow: none;
  }
}

@media (max-width: 768px) {
  .blog__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
}

.blog__img img {
  width: 100%;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border: none;
  height: 42px;
  padding: 12px 17px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn_theme_white {
  background: #fff;
}

.btn_theme_white:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.btn_theme_yellow {
  background: #ffd900;
}

.btn_theme_yellow:hover {
  box-shadow: 0 0 24px 0 #ffd900;
  color: #2C2C2C;
}

.btn_size_m {
  font-size: 20px;
  height: 54px;
  padding: 17px 20px;
}

.btn_size_l {
  font-size: 28px;
  height: 68px;
  padding: 17px 28px;
}

@media (max-width: 768px) {
  .btn_size_l {
    padding: 15px 20px;
    font-size: 20px;
    height: 51px;
  }
}

.btn_size_xl {
  font-size: 36px;
  height: 98px;
  padding: 30px 30px;
  border-radius: 0px;
  flex-basis: 50%;
  text-align: left;
}

.btn_size_xl:first-child {
  margin-right: 15px;
}

.btn_size_xl:nth-child {
  margin-left: 15px;
}

.cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.cards__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 356px;
      -ms-flex: 1 1 356px;
          flex: 1 1 356px;
  margin-bottom: 25px;
}

.cards__item:not(:nth-child(2n)) {
  margin-right: 18px;
}

@media (max-width: 768px) {
  .cards__item {
    margin-bottom: 30px;
  }
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card_vertical__width {
  max-width: 307px;
}

.card__img {
  margin-right: 23px;
  margin-top: 6px;
  margin-bottom: 10px;
  min-width: 55px;
  max-height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 768px) {
  .card__img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 55px;
    max-height: 55px;
  }
}

.card__img > svg {
  max-width: 100%;
  height: 100%;
}

.card__title {
  margin-bottom: 3px;
}

.card__icon {
  width: 90px;
  height: 90px;
}

@media (max-width: 768px) {
  .card__title {
    margin-bottom: 0;
  }
  .card__icon {
    width: 55px;
    height: 55px;
  }
}

.condition {
  padding-top: 52px;
  margin-bottom: 63px;
}

@media (max-width: 768px) {
  .condition {
    padding-top: 0;
    margin-bottom: 21px;
  }
}

.condition__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .condition__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -20px;
    padding: 0 20px 5px;
    background: #ffd900;
  }
}

.condition__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media (max-width: 768px) {
  .condition__item {
    padding: 11px 20px 11px 0;
    margin-right: -20px;
  }
  .condition__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

.condition__item > .g-h2 {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .condition__item > .g-h2 {
    font-size: 20px;
  }
}

.condition__item > .btn {
  margin-top: 13px;
}

.condition__item > .g-text {
  max-width: 90%;
}

.condition__item > .arrow {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.extra {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffd900;
  padding: 25px 29px;
}

@media (max-width: 768px) {
  .extra {
    margin: 0 -20px;
  }
}

.extra:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .extra:not(:last-child) {
    margin-right: -20px;
    border-bottom: 1px solid #fff;
  }
}

.extra > .g-h2 {
  max-width: 70%;
  margin-bottom: 13px;
}
.extra:first-of-type > .g-h2 {
  max-width: 85%;
}
@media (max-width: 768px) {
  .extra > .g-h2 {
    max-width: 100%;
  }
}

.extra > .g-text {
  line-height: 1.21;
}

.extra .btn {
  margin-bottom: 13px;
}

.extra .btn:not(:last-child) {
  margin-right: 8px;
}

.footer {
  background: #ffd900;
  padding-top: 43px;
  color: #434250;
  overflow: hidden;
}

.footer__menu-item {
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__menu-title {
  line-height: 2.44;
}

@media (max-width: 768px) {
  .footer__menu-title {
    font-size: 22px;
    letter-spacing: -.5px;
    line-height: 1;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
    margin-right: -20px;
    padding-right: 20px;
    position: relative;
  }
}

.footer__menu-title > .arrow {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.footer__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 197px;
      -ms-flex: 1 0 197px;
          flex: 1 0 197px;
}
.footer__menu_we {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 97px;
  -ms-flex: 1 0 97px;
  flex: 1 0 97px;
}

@media (max-width: 768px) {
  .footer__menu, .footer__menu_we {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 768px) {
  .footer__menu-list {
    display: none;
  }
}

.footer__menu-link {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.footer__menu-link:hover {
  color: #2C2C2C;
}

.footer__mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -80px;
}

@media (max-width: 768px) {
  .footer__mid {
    margin-top: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__links {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .footer__links {
    text-align: center;
  }
}

.footer__links > .btn:first-child {
  margin-right: 11px;
}

@media (max-width: 768px) {
  .footer__links > .btn:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.footer__payments {
  margin-bottom: 80px;
}

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

@media (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__bottom img {
  display: block;
}

.footer__copyright {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  padding-right: 25px;
}

@media (max-width: 768px) {
  .footer__copyright {
    display: none;
  }
}

.footer__slogan {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .footer__slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -35px;
    margin-top: 76px;
  }
}

.footer__slogan > span {
  display: block;
  margin-left: 15px;
  margin-top: 33px;
}

@media (max-width: 768px) {
  .footer__slogan > span {
    font-size: 48px;
    letter-spacing: -1px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .footer__slogan > svg {
    width: 100px;
    height: 100%;
  }
}

.payments {
  max-width: 520px;
}

.payments__desc {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
}

.payments__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}

.payments__list > li:not(:last-child) {
  margin-right: 16px;
}
.progressive {
    overflow: hidden;
    position: relative;
    background: #efefef
}

.progressive__img {
    width: 100%;
    height: 100%;
    transform: translateZ(0)
}

.progressive--not-loaded {
    filter: blur(3px)
}

.progressive--is-loaded {
    filter: blur(3px);
    animation: a .5s both
}

@keyframes a {
    0% {
        filter: blur(3px)
    }
    to {
        filter: blur(0)
    }
}

.intro {
  /* background-image: url(../img/general/intro.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  min-height: 677px;
  padding-top: 175px;
  position: relative;
  background-color: #ffd900;
  overflow: hidden;
}

.intro__inner{
  position: relative;
  z-index: 1;
}

.intro_org_agent {
  background-image: url(../img/general/intro.jpg);
}

.intro_museum {
  background-image: url(../img/general/muz.jpg);
}

.intro_theaters {
  background-image: url(../img/general/the.jpg);
}

.intro_sport {
  background-image: url(../img/general/spo.jpg);
}

.intro_show {
  background-image: url(../img/general/conc.jpg);
}

.intro_platforms {
  background-image: url(../img/general/plo.jpg);
}

.intro_festivals {
  background-image: url(../img/general/fest.jpg);
}

.intro_excursions {
  background-image: url(../img/general/exc.jpg);
}

.intro_education {
  background-image: url(../img/general/mast.jpg);
}

.intro_conference {
  background-image: url(../img/general/conf.jpg);
}

/*
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .intro {
    background-image: url(../img/general/intro@2x.jpg);
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .intro {
    background-image: url(../img/general/intro@3x.jpg);
  }
}
*/
 .intro-bg-image img {
    height: 677px;
    width: inherit;
  }
   .intro-bg-image {
    position: absolute;
    bottom:0;
  }
  @media (min-width: 769px) {
 .intro-bg-image img {
    height: auto;
    width: inherit;
  }
  }

@media (min-width: 1100px) {
  .intro-bg-image {
    position: absolute;
    bottom:0;
    right:0;
  }
   .intro-bg-image img {
    height: auto;
    width: inherit;
  }
}
@media (min-width: 1600px) {
  .intro-bg-image {
    position: absolute;
    top:0;
    right:0;
  }
}




@media (max-width: 768px) {
  .intro {
    min-height: 408px;
    padding-top: 0px;
    background-size: 150%;
    background-position: bottom right;
    background-image: url(../img/general/intro.jpg)
  }
  .intro_padding {
    padding-top: 60px;
  }
}

.intro__inner .g-h4 {
  margin-bottom: 20px;
}

.intro_second {
  min-height: 397px;
  padding-top: 168px;
  background-color: rgba(255, 217, 0, 0.74);
  background-image: url(../img/general/bg2.jpg);
}

@media (max-width: 768px) {
  .intro_second {
    padding: 60px 0;
    min-height: 0;
  }
}

.intro_second .intro__text {
  font-size: 34px;
  line-height: 1.18;
  margin-top: 6px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .intro_second .intro__text {
    font-size: 18px;
    margin: 5px 0;
  }
}

.intro__text {
  font-size: 38px;
  line-height: 1.03;
  color: #383838;
  margin-top: 18px;
  margin-bottom: 25px;
  font-weight: 300;
  height:70px;
}

@media (max-width: 768px) {
  .intro__text {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 8px;
  }
}

.intro__text-small {
  font-size: 22px;
  line-height: 1.27;
  max-width: 800px;
}

@media (max-width: 768px) {
  .intro__text-small {
    font-size: 16px;
  }
}

.intro__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 30px;
  bottom: 30px;
  position: absolute;
}

.intro__footer > span {
  margin-left: 10px;
  font-size: 21px;
  line-height: 1.05;
  max-width: 150px;
}

@media (max-width: 768px) {
  .intro__footer {
    display: none;
  }
}

.intro__title {
  max-width: 760px;
}

.intro__subtitle {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header {
  margin-top: 15px;
  margin-bottom: -106px;
  position: relative;
  z-index: 3;
}

.header_events {
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  background-color: #ffd900;
}

@media (max-width: 768px) {
  .header {
    margin-top: -12px;
    margin-bottom: 0;
    width: 100%;
    left: 0;
    top: 0;
    padding: 13px 0;
    background: #ffd900;
  }
  .header_fix {
    position: fixed;
  }
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 23px;
  margin-bottom: 5px;
}

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header__main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__main > .btn {
  margin-left: auto;
}

.header .logo,
.header_events .logo {
  margin-right: 32px;
}

.header .logo > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.right--menu-fixed {
  margin-top:5px;
  margin-left:auto;
}


@media (max-width: 768px) {
  .header .logo {
    max-width: 130px;
  }
}

.header__fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: #ffd900;
  padding-left: 16px;
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__fixed.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__fixed > .btn {
  margin-left: auto;
}

.language-switch.show-sm {
  position: absolute;
  right: 120px;
  padding-top: 2px;
}

.language-switch.show-sm img {
  border-radius: 50%;
}

.language-switch.show-sm span {
  position: absolute;
  bottom: 0px;
  left: 23px;
  font-size: 22px;
  color: #383838;
}

.main-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .main-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #ffd900;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: 25px;
  }
  .main-menu__list.open {
    opacity: 1;
    visibility: visible;
  }
}

.main-menu__item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 768px) {
 .main-menu__item {
    position: relative;
    width: 100%;
    margin-left: 20px;
    border-bottom: solid 1px #fff;
    position: relative;
  } 
  .main-menu__item:not(:last-child) {
    margin-right: 0;
  }
}

.main-menu__link {
  display: inline-block;
  line-height: 2.44;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  a.main-menu__link {
    font-size: 22px;
    letter-spacing: -.5px;
    line-height: 1;
    padding: 22px 0;
    margin-right: -20px;
    padding-right: 20px;
  }
  a.main-menu__link svg.icon__right-arrow {
    position: absolute;
    top: 20px;
    right: 45px;
  }
}
@media (max-width: 1110px) 
and (min-width: 920px) {
  .header__fixed { 
    font-size:13px;
    padding-right: 16px;
  }
  .header__fixed.eng-menu { 
    font-size:16px;
    padding-right: 16px;
  }
  .main-menu__item:not(:last-child) {
    margin-right: 10px;
  }
  .header__fixed.eng-menu .main-menu__item:not(:last-child) {
    margin-right: 20px;
  }
  .right--menu-fixed .btn{
    line-height: 22px;
    padding-top: 9px;
  }
  .right--menu-fixed a:not(.btn) {
    margin-top:4px;
  }
  .header__fixed.eng-menu .right--menu-fixed a:not(.btn){ 
     margin-top:0px;
  }
  .header .logo > img {
    max-width: 150px;
  }

}
@media (max-width: 920px) 
and (min-width: 768px) {
  .header__fixed:not(.eng-menu) { 
    font-size:11.6px;
    padding-right: 16px;
  }
  .header__fixed.eng-menu { 
    font-size:14px;
    padding-right: 16px;
  }
  .main-menu__item:not(:last-child) {
    margin-right: 7px;
  }
  .right--menu-fixed a:not(.btn) {
    margin-top:4px;
  }
  .header__fixed.eng-menu .right--menu-fixed a:not(.btn){ 
     margin-top:0px;
  }
  .header__fixed.eng-menu .main-menu__item:not(:last-child) {
    margin-right: 15px;
  }
  .header .logo > img {
    max-width: 130px;
  }
  
  .right--menu-fixed .btn{
    max-width: 110px;
    line-height: 12px;
    padding-top: 9px;
  }
  .header__fixed.eng-menu .right--menu-fixed .btn{
    line-height: 22px;
    padding-top: 9px;
  }

}
.main-menu__btn {
  cursor: pointer;
  height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

@media (max-width: 768px) {
  .main-menu__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu__btn > span {
  width: 24px;
  height: 2px;
  background: #383838;
  position: relative;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.main-menu__btn > span::before, .main-menu__btn > span::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #383838;
  -webkit-transition: .2s;
  transition: .2s;
}

.main-menu__btn > span::before {
  top: -6px;
}

.main-menu__btn > span::after {
  bottom: -6px;
}

.main-menu__btn.open > span {
  background: #ffd900;
}

.main-menu__btn.open > span::before {
  -webkit-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg);
}

.main-menu__btn.open > span::after {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
          transform: translate(0, -5px) rotate(-45deg);
}

.pagination,
.pagination_top,
.pagination_bottom {
  display: flex;
  flex-direction: row;
}

.pagination {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pagination {
  flex-direction: column;
  }
}

.pagination_top,
.pagination_bottom {
  overflow-x: scroll;
}

.pagination_bottom {
  align-items: center;
}

@media (max-width: 768px) {
  .pagination_bottom {
  margin-top: 20px;
  }
}


.pagination_top li,
.pagination_bottom li {
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  border-radius: 100px;
  border: none;
  height: 42px;
  padding: 12px 12px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  transition: .2s;
  background: #fff;
}

.pagination_bottom li {
  padding: 12px 17px;
}

.pagination_top li:first-child {
  margin-left: 0px;
}

.pagination_top li:hover,
.pagination_bottom li:hover {
  color: #000000;
  cursor: pointer;
}

.pagination_top li.active,
.pagination_bottom li.active {
  text-align: center;
  border-radius: 100px;
  border: none;
  height: 42px;
  padding: 12px 17px;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  transition: .2s;
  background: #ffd900;
}

.pagination_top li.active:hover,
.pagination_bottom li.active:hover {
  cursor: default;
  box-shadow: none;
}

@media (max-width: 768px) {
  .portfolio-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-width: 100%;
    overflow-x: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-list::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .portfolio-list .cards__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 256px;
  }
}

.sells {
  padding-top: 44px;
}

.sells__title {
  margin-bottom: 31px;
}

.sells__list .cards__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 307px;
      -ms-flex: 1 1 307px;
          flex: 1 1 307px;
}

.sells__list .cards__item:not(:nth-child(2n)) {
  margin-right: 0;
}

.sells__list .cards__item:not(:nth-child(3n)) {
  margin-right: 28px;
}

@media (max-width: 768px) {
  .solutions__list {
    margin-top: 25px;
  }
}

.solutions__item {
  margin-bottom: 65px;
}

.solutions__img {
  margin-top: -15px;
  width: 434px;
  height: 238px;
}

.solutions-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -7px;
}

@media (max-width: 768px) {
  .solutions-cards__list {
    min-width: 100%;
    display: block;
    width: 100%;
    height:100%;
    overflow: auto;
    white-space: nowrap;

  }
  .solutions-cards__list::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}

.solutions-cards__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 310px;
      -ms-flex: 1 0 310px;
          flex: 1 0 310px;
  margin-bottom: 25px;
}

.solutions-cards__item:not(:nth-child(3n)) {
  margin-right: 25px;
}



@media (max-width: 768px) {
  .solutions-cards__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.solution-card {
  position: relative;
}

.solution-card:hover .solution-card__title {
  opacity: 1;
  visibility: visible;
}

.solution-card:hover .solution-card__title {
  opacity: 1;
  visibility: visible;
}

.solution-card:hover .solution-card__title_mini {
  opacity: 1;
  visibility: visible;
}

.solution-card__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  text-align: center;
  font-size: 20px;
  line-height: 1.07;
  letter-spacing: -.6px;
  padding: 0 45px;
  background: rgba(255, 217, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.solution-card__title_mini {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.07;
  letter-spacing: -.6px;
  padding: 75px 45px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 768px) {
  .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .solution-card {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin-right: 20px;
  }
  .solution-card a{
    text-decoration: none;
  }
  .solution-card__img img{
    min-height: 150px;
  }
  .solution-card__title {
    position: static;
    visibility: visible;
    opacity: 1;
    background: transparent;
    text-align: left;
    display: block;
    padding: 10px 0;
    white-space: normal;

  }
  .hiding-scrollbar-bottom {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .social__item:not(:last-child) {
    margin-right: 13px;
  }
}

.social__link {
  color: inherit;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .social__link > span {
    display: none;
  }
}

.social__link > svg {
  margin-right: 9px;
  width: 14px;
  height: 14px;
  fill: #434250;
}

@media (max-width: 768px) {
  .social__link > svg {
    margin-right: 0;
    width: 42px;
    height: 42px;
    fill: #fff;
  }
}

.social__title {
  display: none;
  font-size: 18px;
  line-height: 2.17;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .social__title {
    display: block;
  }
}

.stat {
  background: #f4f4f4;
  margin-bottom: 45px;
  padding: 15px 0;
}

.stat__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .stat__list {
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -20px;
    -webkit-overflow-scrolling: touch;
  }
  .stat__list::-webkit-scrollbar {
    display: none;
  }
  .stat {
    margin-bottom:0;
  }
}

.stat__item:not(:last-child) {
  margin-right: 49px;
}

@media (max-width: 768px) {
  .stat__item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .stat__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 20px;
  }
}

.stat__title {
  letter-spacing: -.3px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .stat__title {
    font-size: 14px;
  }
}

.stat__val {
  font-size: 36px;
  letter-spacing: -.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height:46px;
}

.stat__val > img {
  margin-right: 3px;
}

@media (max-width: 768px) {
  .stat__val {
    font-size: 28px;
    letter-spacing: -.5px;
  }
}
.rubble-sign{
  padding-left:10px;
}
.stat__plus {
  padding:0 4px;
}

.stat__val .js-Carousel {
  height: auto;
  width: 100px;
  margin-bottom: 0;
}
.stat__val .js-Carousel.agents {
  width: 150px;
}

.stat__val .js-Carousel > ul {
  height: auto;
}

.stat__val .js-Carousel > ul > li {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin-left 0.7s ease;
  transition: margin-left 0.7s ease;
}
.stat__val .js-Carousel.agents > ul > li {
  width:150px;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

a {text-decoration: none;}
.top-menu .language-switch {
  color: black;
  line-height: 2.79;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-menu .phone {
  margin-right: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-menu .language-switch > img, .top-menu .phone > img {
  margin-right: 6px;
}

.top-menu > .link {
  margin-right  : 18px;
  line-height: 2.79;
}

.testimonials__inner {
  padding-top: 43px;
  border-top: 1px solid #dbdbdb;
}

@media (max-width: 768px) {
  .testimonials__inner {
    border-top: none;
    padding-top: 0;
  }
}

.testimonials__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .testimonials__list {
    min-width: 100%;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
  }
  .testimonials__list::-webkit-scrollbar {
    display: none;
  }
}

.testimonials__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonials__item:not(:last-child) {
  margin-right: 29px;
}

@media (max-width: 768px) {
  .testimonials__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.testimonials__img {
  position: relative;
}

.testimonials__mainimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 17px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .testimonials__mainimg {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
  }
}

.testimonials__subimg {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  bottom: 0px;
  left: 80px;
}

@media (max-width: 768px) {
  .testimonials__subimg {
    width: 45px;
    height: 45px;
    left: 55px;
  }
}

.testimonials__author {
  margin-bottom: 1px;
}

.testimonials__pos {
  font-size: 14px;
  line-height: 1.64;
  font-weight: 300;
  margin-bottom: 5px;
}

.slick-prev, .slick-next{
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .slick-prev, .slick-next{
    display: none;
  }
}

.slick-prev {
  margin-left: 25px;
  z-index: 1;
}

.slick-next{
  margin-right: 35px;
  z-index: 1;
}
.testimonials__list .slick-next {
  margin-right: -25px;
}
.testimonials__list .slick-prev {
  margin-left: -25px;
}
.slick-next:after {
  display: block;
  content:'';
  background-image: url(../img/minified-svg/right-arrow3.svg);
  width: 30px;
  height: 30px;
}

.slick-prev:after {
  display: block;
  content:'';
  background-image: url(../img/minified-svg/right-arrow3.svg);
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  background: inherit;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.quote{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
    padding-top: 5px;
}

@media (max-width: 768px) {
  .quote {
    font-size: 12px;
    line-height: 1.1;
  }
}

.quote-autor{
    font-size: 16px;
    line-height: 1.2;
    padding-top: 5px;
}

@media (max-width: 768px) {
  .quote-autor {
    font-size: 12px;
    line-height: 1.1;
  }
}
.masonry-item{
  opacity: 0;  
  position: absolute;
}
.masonry-item_show{
  opacity: 1;
}
.masonry-item_position1 {  
  right: 45px;
  bottom: 235px;
  width: 500px;
  transition: opacity .5s;
}
.masonry-item_position2 {  
  right: 352px;
  bottom: 189px;
  width: 310px;
  transition: opacity 1.5s;
}
.masonry-item_position3 {  
  right: 315px;
  bottom: -34px;
  width: 590px;
  transition: opacity 6.5s;
}
.masonry-item_position4 {  
  right: -219px;
  bottom: 422px;
  width: 472px;
  transition: opacity 1.5s;
}
.masonry-item_position5 {  
  right: 529px;
  width: 473px;
  bottom: -123px;
  transition: opacity .5s;
}
.masonry-item_position6 {  
  right: 92px;
  bottom: -30px;
  width: 455px;
  transition: opacity 2.5s;
}
.masonry-item_position7 {  
  right: -165px;
  bottom: 307px;
  width: 473px;
  transition: opacity 5.5s;
}
.masonry-item_position8 {  
  right: -100px;
  bottom: -27px;
  width: 359px;
  transition: opacity 1.5s;
}
.masonry-item_position9 {  
  right: -150px;
  bottom: 84px;
  width: 510px;
  transition: opacity 3.5s;
}

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body  {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 18%;
  /*
  width: 50%;
  max-width: 630px;*/
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /*
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  */
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(255, 217, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.nowrap {
  white-space: nowrap;
}
.md-content {
  color: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding-left: 10px;
}

.md-content label {
  color:#383838;
  font-size:36px;
}
.md-close {
  position: fixed;
  right:30px;
  top:30px;
  font-size:32px;
}
.md-content input{
  background:transparent;
  border:none;
  border-bottom: 1px solid #383838;
  outline: none;
  width:100%;
  margin-left: 20px;
  font-size: 32px;
  font-weight: 300;
}

body.modal-opened {
  overflow: hidden;
}

.modal-opened .intro__title, .modal-opened .intro__text {
  opacity: 0;
}
.md-content input[type=submit]{
  background: #fff;
  font-size: 28px;
  height: 68px;
  padding: 9px 43px;
  text-align: center;
  border-radius: 100px;
  border: none;
  color: #383838;
  width: auto;
  margin-top: 42px;
  margin-left: 0;
  display: inline-block;
  margin-right:20px;
  margin-bottom: 20px;
}
.md-content input[type=submit].error {
  background: #c24600;
  color:#fff;
}

.md-content div.validation-error {
  display: inline-flex;
}
.validation-error {
  align-items: center;
  font-size:28px;
  font-weight: 300;
  color:#c24600;
}
@media (max-width:480px) {
  .validation-error {
    font-size:22px;
    padding-right:20px;
  }
}
.validation-error img {
  width:24px;
  height:24px;
  margin-right:7px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.md-content form {
  padding-bottom: 20px;
}
#modal-phone.error,#modal-email.error {
  color: #c24600;
}
#modal-phone {
  max-width: 270px;
}

#modal-email {
  max-width: 405px;
}
.md-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.md-content .row span {
  white-space: nowrap;
  color:#383838;
  font-size:36px;

}
.modal-success {
  font-size: 32px;
  line-height: 1.3;
  color: #383838;
  width: 82%;
}

.md-content h3 {
  font-size: 55px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: #383838;
  margin-bottom: 15px;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.progressive__img.masonry-item_show {
  height:auto;
}

@media (max-width: 768px){
  .md-content h3 {
    font-size:36px;
  }
  .md-content .row {
    flex-direction: column;
  }
  .md-content input {
    margin-left:0;
  }
  .md-content .row span {
    font-size:24px;
  }

}
/* Effect:  Blur */
.md-show.md-effect-blur ~ .md-overlay {
  background: rgba(255, 217, 0, 0.8);
}

.md-show.md-effect-blur ~ .page__wrapper {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-blur .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-blur ~ .container,
.md-effect-blur .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-blur .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.approvement-warning {
  box-sizing: border-box;
  font: 0.8125rem 'PT Sans', Arial, Helvetica, sans-serif;
  min-height: 72px;
  left: 0;
  padding: 5px;
  text-align: center;
  background: #ffd900 url("/static/images/demo.svg") center top no-repeat;
  background-size: 1800px;
  top: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  top: 0px;
}
.approvement-warning_demo {
    color: white;
    background: tomato; 
}
.approvement-warning_mob {
  display: none;
}
body.not-approved .tc-container,
body.not-approved .tc-main,
body.not-approved .tc-account_home {
  padding-top: 60px; 
}

@media screen and (max-width: 1240px) {
  .approvement-warning {
    height: 80px; 
  }

  body.not-approved .tc-container,
  body.not-approved .tc-main,
  body.not-approved .tc-account_home {
    margin-top: 80px; 
  } 
}
@media screen and (max-width: 990px) {
  .approvement-warning_mob {
    display: block;
  }
  .approvement-warning_mob_desc {
    display: none;
  }
  .approvement-warning {
    height: 75px; 
  }

  body.not-approved .tc-container,
  body.not-approved .tc-main,
  body.not-approved .tc-account_home {
    margin-top: 100px; 
  }
  .exit_warning {
    position: absolute;
    right: 3px;
    top: 0px;
    width: 5%;
    display: inline-block;
  }
}
@media screen and (max-width: 630px) {
  .approvement-warning {
    height: 75px; 
    width: 100%}

  body.not-approved .tc-container,
  body.not-approved .tc-main,
  body.not-approved .tc-account_home {
    margin-top: 120px; } 
}

.exit_warning {
  font-size: 1.2em;
  border-radius: 6px;
  text-align: right;
  padding-right: 11px;
}
.exit_warning a {
  color: #8e8787ad;
}

position: absolute;
    right: 3px;
    top: 0px;