

/* Start:/local/assets/styles/fonts.css?1528176678319*/
/* Fonts */
@font-face {
	font-family: "MuseoSans500";
	src: url("/local/assets/styles/../fonts/museosans500.woff") format("woff");
}

@font-face {
	font-family: "MuseoSans700";
	src: url("/local/assets/styles/../fonts/museosans700.woff") format("woff");
}

@font-face {
	font-family: "MuseoSans900";
	src: url("/local/assets/styles/../fonts/museosans900.woff") format("woff");
}



/* End */


/* Start:/local/assets/styles/app.min.css?178160291592921*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
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: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
body {
  font-family: "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
}
b,
strong {
  font-weight: bold;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-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:-ms-input-placeholder {
  color: transparent;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}
.carousel-button {
  width: 54px;
  height: 54px;
  background: none;
  border: 1px solid #3b5089;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.carousel-button::before {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-right: 1px solid #ed3638;
  border-bottom: 1px solid #ed3638;
  transition: transform 0.2s ease-out;
  content: "";
}
.carousel-button:hover {
  background-color: #3b5089;
}
.carousel-button:hover:before {
  border-color: #fff;
}
.carousel-button:active:before {
  transform: translate();
}
.carousel-button_prev::before {
  transform: translate(-4px, -50%) rotate(135deg);
}
.carousel-button_prev:active:before {
  transform: translate(-6px, -50%) rotate(135deg);
}
.carousel-button_next::before {
  transform: translate(-8px, -50%) rotate(-45deg);
}
.carousel-button_next:active:before {
  transform: translate(-6px, -50%) rotate(-45deg);
}
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.contenteditable::after {
  display: table;
  width: 0;
  height: 0;
  clear: both;
  content: "";
}
.contenteditable h5 {
  margin-bottom: 30px;
  font-weight: 700;
}
.contenteditable h2 {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.contenteditable ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 27px;
}
.contenteditable li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 10px;
}
.contenteditable p {
  font-size: 18px;
  line-height: 1.6;
}
.contenteditable p:not(:last-of-type) {
  margin-bottom: 27px;
}
.contenteditable img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
  width: 380px;
}
.contenteditable strong,
.contenteditable b {
  font-weight: 600;
}
.contenteditable a {
  font-weight: 700;
  color: #35518b;
}
.contenteditable_background_gradient-grey {
  background-image: linear-gradient(to right, #edf0f7, #fff);
}
.contenteditable_background_grey {
  background-color: #edf0f7;
}
.contenteditable_border-radius {
  border-radius: 5px;
}
.contenteditable_padding {
  padding: 30px;
}
.menu_event {
  position: relative;
}
.menu_event::after {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: -20px;
  background: red;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .menu_event::after {
    right: 89vw;
  }
}
@media screen and (max-width: 768px) {
  .contenteditable p {
    font-size: 16px;
  }
  .contenteditable p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .contenteditable ul {
    font-size: 16px;
  }
  .menu_event::after {
    right: 86vw;
  }
}
.main_inner {
  padding-top: 40px;
  counter-reset: stripe;
}
h1,
h2 {
  color: #444;
}
.plain-text h2 {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.plain-text ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 27px;
}
.plain-text ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 10px;
}
.hidden {
  display: none;
}
.required_mark {
  color: #ee3638;
}
.mfp-wrap {
  z-index: 995;
}
.mfp-bg {
  z-index: 994;
}
.name_table__link {
  color: #000;
}
.name_table__link:hover {
  text-decoration: none;
  color: #ee3638;
}
.bg-danger {
  color: #f00;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
} /*.bg-success {color: #008000;}*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes jello {
  from,
  0%,
  to {
    transform: translate(-50%, -55%) skew(-4deg, -4deg);
  }
  20% {
    transform: translate(-50%, -55%) skewX(-12deg) skewY(-12deg);
  }
  40% {
    transform: translate(-50%, -55%) skewX(8deg) skewY(8deg);
  }
  60% {
    transform: translate(-50%, -55%) skewX(-5deg) skewY(-5deg);
  }
  80% {
    transform: translate(-50%, -55%) skewX(3deg) skewY(3deg);
  }
  100% {
    transform: translate(-50%, -55%) skewX(-4deg) skewY(-4deg);
  }
}
.address__item {
  padding-bottom: 45px;
}
.address__subtitle {
  margin-bottom: 15px;
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #325cb3;
}
.address p {
  font-size: 18px;
  line-height: 1.7;
}
.address a {
  color: #325cb3;
}
.address__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.address__phone svg {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
  fill: #ed3638;
}
.address__mail {
  padding-top: 10px;
}
.address__info {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .address__item p {
    font-size: 15px;
  }
  .menu_event::after {
    right: 82vw;
  }
}
.advantages {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.advantages__container {
  padding: 0 15px 240px 15px;
}
.advantages__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.advantages__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}
.advantages__heading_number {
  padding-right: 25px;
  font-size: 148px;
  font-weight: bold;
  line-height: 0.8;
  color: #ed3638;
}
.advantages__inner {
  position: absolute;
  max-width: 100%;
  padding-top: 80px;
}
.advantages__item a {
  font-size: 18px;
  line-height: 1.2;
  color: inherit;
}
.advantages__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
}
.advantages__button {
  margin-left: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.advantages__bullets {
  display: none;
}
@media screen and (max-width: 768px) {
  .advantages {
    padding: 30px 0;
  }
  .advantages__container {
    padding: 0 15px 200px 15px;
  }
  .advantages__carousel {
    padding-bottom: 40px;
  }
  .advantages__heading {
    max-width: 30ch;
    margin: 0 auto;
    font-size: 15px;
  }
  .advantages__heading_number {
    padding-right: 20px;
    font-size: 83px;
  }
  .advantages__button {
    display: none;
  }
  .advantages__inner {
    padding-top: 40px;
  }
  .advantages__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantages__text {
    text-align: center;
  }
  .advantages__bullets {
    display: block;
    bottom: 0;
  }
}
.answer {
  position: relative;
  margin: 0 0 40px 100px;
  padding: 40px;
  background-color: #fdebeb;
  border-radius: 10px;
}
.answer::before {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fdebeb;
  content: "";
}
.answer__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 25px;
}
.answer__author {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #325cb3;
}
.answer__date {
  margin-left: auto;
  font-size: 15px;
  color: #737f8c;
}
.answer__text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .answer {
    position: relative;
    padding: 20px 20px 55px 20px;
    border-radius: 0;
  }
  .answer__date {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .answer__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .answer {
    margin-left: 25px;
  }
  .answer__header {
    padding-bottom: 15px;
  }
  .answer__author {
    font-size: 18px;
  }
}
.average {
  padding: 0 0 70px 0;
}
.average__stars {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.average__star:not(:last-of-type) {
  margin-right: 8px;
}
.average__star svg {
  width: 30px;
  height: 30px;
}
.average__star_empty svg {
  fill: #c9d1e3;
}
.average__star_full svg {
  fill: #ed3638;
}
.average__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.average__bar:not(:last-of-type) {
  margin-bottom: 10px;
}
.average__track {
  position: relative;
  width: 280px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #dde3f0;
  border-radius: 4px;
  overflow: hidden;
}
.average__value {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #567fd4;
}
.average__label {
  position: relative;
  margin-right: 15px;
  font-size: 11px;
}
.average__label span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.average__quantity {
  padding-left: 40px;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
}
.average__quantity strong {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .average__bars {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .average {
    padding: 0 15px 30px 15px;
  }
}
@media screen and (max-width: 600px) {
  .average__track {
    width: 200px;
  }
  .average__quantity {
    padding-left: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .menu_event::after {
    right: 77vw;
  }
}
@media screen and (max-width: 400px) {
  .average__track {
    width: 140px;
  }
  .average__label svg {
    width: 26px;
    height: 26px;
  }
  .average__quantity {
    padding-left: 10px;
    font-size: 14px;
  }
  .menu_event::after {
    right: 73vw;
  }
}
.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 35px 0;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
  padding-right: 30px;
}
.breadcrumbs__item::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "\2192";
}
.breadcrumbs__item:last-of-type {
  padding-right: 0;
}
.breadcrumbs__item:last-of-type::after {
  display: none;
}
.breadcrumbs__item:last-of-type .breadcrumbs__link {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumbs__link {
  font-size: 15px;
  color: #737f8c;
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
.breadcrumbs__link:hover {
  color: #ed3638;
}
@media screen and (max-width: 600px) {
  .breadcrumbs__link {
    font-size: 13px;
    white-space: nowrap;
  }
}
.bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #3b5089;
  opacity: 1;
}
.bullets .swiper-pagination-bullet-active {
  background-color: #ed3638;
  border-color: #ed3638;
}
.button {
  display: block;
  padding: 21px;
  color: #fff;
  background-color: #ed3638;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
}
.button:hover {
  background-color: #c81214;
}
.button:active {
  background-color: #a00e10;
  color: #e1e1e1;
}
@media screen and (max-width: 600px) {
  .button {
    padding: 17px;
    font-size: 15px;
  }
}
.callback {
  padding: 130px 0;
  background-image: url("/local/assets/styles/../images/callback.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.callback__heading {
  margin-bottom: 10px;
}
.callback__slogan {
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}
.callback__form {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 780px;
  margin: auto;
  padding: 70px 100px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.callback__input-block {
  margin-bottom: 25px;
}
.callback__button {
  width: 100%;
  margin: 25px 0;
  white-space: normal;
  line-height: 1.4;
}
.callback__privacy {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .callback {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .callback {
    padding: 30px 0;
    background-image: none;
    background-color: #fff;
  }
  .callback__slogan {
    margin-bottom: 0;
  }
  .callback__form {
    width: 100%;
    max-width: 100%;
    padding: 35px 50px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 600px) {
  .callback__form {
    padding: 30px 0 0 0;
  }
  .callback__privacy {
    font-size: 13px;
    text-align: left;
  }
}
.catalog {
  padding: 100px 0 40px 0;
  background-color: #edf0f7;
}
.catalog__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog__item {
  width: 33.33333%;
  margin-bottom: 75px;
}
.catalog__image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  margin-bottom: 15px;
}
.catalog__image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 130px;
  border-radius: 50%;
  background-color: #ed9397;
  transform: translate(-50%, -55%) scale(0);
  transform-origin: center center;
  transition: transform 0.175s ease-in;
  z-index: 1;
  content: "";
}
.catalog__image img {
  position: relative;
  max-width: 100%;
  max-height: 130px;
  z-index: 2;
}
.catalog__link {
  color: inherit;
  text-decoration: none;
}
.catalog__link:hover .catalog__image::before {
  transform: translate(-50%, -55%) scale(1.1);
}
.catalog__name {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.catalog__name strong {
  display: block;
  font-weight: bold;
}
.catalog__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.catalog__more {
  font-size: 18px;
  color: #ed3638;
}
.catalog__more:hover {
  color: #c81214;
}
.catalog__more:active {
  color: #a00e10;
}
@media screen and (max-width: 1024px) {
  .catalog {
    padding: 50px 0;
  }
  .catalog__item {
    width: 50%;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 700px) {
  .catalog {
    padding: 30px 0;
  }
  .catalog__item {
    width: 100%;
    margin-bottom: 45px;
  }
  .catalog__item:not(:nth-child(-n + 3)) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .catalog__item:not(:nth-child(-n + 2)) {
    display: none;
  }
}
.contacts {
  padding: 100px 0 90px 0;
  position: relative;
  background-color: #f7f9fc;
  overflow: hidden;
}
.contacts_main {
  position: relative;
  z-index: 10;
  margin-top: -185px;
}
.contacts__heading {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.contacts__info {
  width: 50%;
}
.contacts__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}
.contacts__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__icon svg {
  max-width: 20px;
  max-height: 20px;
  fill: #ed3638;
}
.contacts__note {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.contacts__data {
  font-family: "MuseoSans700", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.contacts__item_button {
  display: -ms-flexbox;
  display: flex;
}
.contacts__button {
  margin-left: 50px;
}
.contacts__button_mobile {
  display: none;
}
.contacts__map {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  height: 100%;
}
#map_big {
  position: relative;
  width: 100%;
  height: 100%;
}
#map_big::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(to bottom, #fff, transparent);
  content: "";
  pointer-events: none;
}
.ymaps-2-1-62-zoom {
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease-in,
    visibility 0.3s ease-in;
}
#map_big:hover .ymaps-2-1-62-zoom {
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  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 screen and (max-width: 1024px) {
  .contacts {
    padding: 50px 0;
  }
  .contacts_main {
    margin-top: 0;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__map {
    position: relative;
    left: 0;
    max-width: 100%;
    height: 400px;
  }
}
#map_big {
  position: relative;
}
#map_big::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .contacts {
    padding: 30px 0 0 0;
  }
  .contacts__container {
    padding: 0;
  }
  .contacts__heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .contacts__info {
    padding: 0 15px 30px 15px;
  }
  .contacts__data {
    font-size: 18px;
  }
  .contacts__button_desktop {
    display: none;
  }
  .contacts__button_mobile {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}
.counters {
  position: relative;
  padding: 105px 0 100px 0;
  background: #314e89 url("/local/assets/styles/../images/counters.jpg") center center no-repeat;
  background-size: cover;
}
.counters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #314e89, #ed3638);
  content: "";
  opacity: 0.95;
}
.counters__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.counters__block {
  color: #fff;
  text-align: center;
}
.counters__number {
  margin-bottom: 40px;
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 52px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.counters__number_shown {
  opacity: 1;
}
.counters__text {
  font-weight: 500;
  line-height: 1.5;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.counters__text_shown {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .counters {
    padding: 50px 0;
  }
  .counters__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counters__block {
    width: 50%;
  }
  .counters__block:nth-child(-n + 2) {
    margin-bottom: 50px;
  }
  .counters__number {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .counters {
    padding: 30px 0;
  }
  .counters::after {
    background-image: linear-gradient(to right, #314e89, #643e63);
  }
  .counters__block {
    width: 100%;
  }
  .counters__block:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.delivery {
  padding-bottom: 100px;
}
.delivery__image {
  margin-left: 40px;
  float: right;
}
@media screen and (max-width: 768px) {
  .delivery {
    padding-bottom: 50px;
  }
  .delivery__image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.description {
  position: relative;
  padding: 100px 0;
  background-image: linear-gradient(to right, #edf0f7, #fff);
}
.description__heading {
  margin: 50px 0 20px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0 !important;
}
.description__heading span {
  color: #ed3638;
}
.description__text {
  width: 50%;
  padding-right: 30px;
}
.description__text p {
  line-height: 1.7;
}
.description__text p:not(:last-of-type) {
  margin-bottom: 25px;
}
.description__carousel-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.description__carousel {
  width: 100%;
}
.description__carousel .swiper-slide {
  width: 280px;
}
.description__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.description__link {
  position: relative;
  display: block;
  width: 280px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.description__link::before {
  display: block;
  padding-bottom: 67%;
  content: "";
}
.description__link:not(:last-of-type) {
  margin-bottom: 20px;
}
.description__link:hover {
  opacity: 0.85;
}
.description__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.description__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.description__button {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s ease-out;
}
.description__button svg {
  max-width: 20px;
  max-height: 15px;
  fill: currentColor;
}
.description__button:hover {
  color: #999;
}
.description__button:active {
  color: #707070;
}
.description__button:nth-of-type(2) {
  margin-left: 20px;
}
.description__buttons-text {
  margin-left: 30px;
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .description {
    padding: 50px 0;
  }
  .description__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .description__carousel-wrapper {
    position: static;
    width: 100%;
    padding: 0 0 0 15px;
    transform: translateY(0);
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .description {
    padding: 30px 0;
  }
  .description__carousel-wrapper {
    padding: 0 15px;
  }
  .description__link {
    width: auto;
  }
}
.detailed__image {
  max-width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center center;
}
.detailed__info {
  padding-left: 20px;
  font-size: 18px;
}
.detailed__vendor-code {
  padding-bottom: 25px;
  color: #8f99a3;
}
.detailed__vendor-code strong {
  font-weight: 700;
  color: #737f8c;
}
.detailed__description {
  padding-bottom: 10px;
  line-height: 1.6;
}
.detailed__price {
  padding-bottom: 20px;
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  color: #35518b;
}
.detailed__quantity {
  font-size: 38px;
  line-height: 1.7;
}
.detailed__slogan {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .detailed__info {
    padding: 30px 0 0 0;
  }
}
.feedback {
  display: block;
}
.fluid-map {
  display: block;
  height: 600px;
}
.footer {
  padding: 35px 0;
  font-size: 18px;
  color: #b6c3d1;
  background-color: #314e89;
}
.footer__owner {
  margin-right: 40px;
  white-space: nowrap;
}
.footer__privacy {
  display: block;
  width: 100%;
  text-align: right;
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .footer__owner {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__data {
    margin-bottom: 25px;
  }
  .footer__privacy {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 15px;
  }
}
.form {
  display: block;
}
.header {
  position: relative;
  z-index: 150;
  box-shadow: 0 8px 24px 0 rgba(129, 137, 153, 0.24);
  background-color: #fff;
}
.header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.header__slogan {
  font-size: 18px;
  line-height: 1.4;
}
.header__write {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 65px;
}
.header__write p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}
.header__call {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 65px;
}
.header__call p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.header__button_menu {
  position: relative;
  display: none;
  padding-top: 29px;
  background-color: #fff;
  color: #ed3638;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
}
.header__button_menu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  border-top: 3px solid #ed3638;
  border-bottom: 3px solid #ed3638;
  content: "";
}
.header__button_menu::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 3px solid #ed3638;
  content: "";
}
.header__button_phone {
  display: none;
}
.header__button_phone svg {
  max-width: 20px;
  max-height: 20px;
  fill: #ed3638;
}
@media screen and (min-width: 992px) {
  .header_fixed {
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 1024px) {
  .header__slogan {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .header_fixed {
    padding-bottom: 63px;
  }
  .header__write {
    display: none;
  }
  .header__call {
    display: none;
  }
  .header__button_callback {
    display: none;
  }
  .header__button_menu {
    display: block;
  }
  .header__button_phone {
    display: block;
  }
}
.heading {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
.heading_center {
  text-align: center;
}
.heading.heading_center.tabs__heading.pad {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 20px;
  }
  .heading.heading_center.tabs__heading.pad {
    margin-bottom: -20px;
    margin-top: 60px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero__carousel {
  position: relative;
}
.hero__container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.hero__carousel-button {
  z-index: 10;
}
.hero__carousel-button_prev {
  margin-left: -164px;
}
.hero__carousel-button_next {
  margin-right: -164px;
}
.hero__slide {
  padding: 70px 0 85px 0;
}
.hero__slide-inner {
  position: relative;
}
.hero__slide-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 100px;
}
.hero__heading {
  margin-right: 40px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
}
.hero__heading_red {
  color: #ed3638;
}
.hero__counters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 30px);
}
.hero__counter:not(:last-of-type) {
  padding-right: 30px;
}
.hero__number {
  display: block;
  padding-bottom: 15px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 50px;
  color: #3b5089;
  opacity: 0;
  transition:
    visibility 0.3s ease-in,
    opacity 0.3s ease-in;
}
.hero__number_shown {
  opacity: 1;
  transition:
    visibility 0.3s ease-out,
    opacity 0.3s ease-out;
}
.hero__text {
  margin-top: -10px;
  font-size: 17px;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.hero__text_shown {
  margin-top: 0;
  opacity: 1;
  transition: all 0.25 ease-out;
}
.hero__slide-body {
  position: relative;
  z-index: 10;
  min-height: 270px;
}
.hero__slogan {
  display: block;
  padding-bottom: 30px;
  font-family: "MuseoSans700", "Verdana", "Arial", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #0c479c;
}
.hero__form {
  position: absolute;
  bottom: 85px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.hero__form-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  padding: 20px 20px 20px 40px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
  transition: all 0.3s ease-out;
}
.hero__form-inner svg {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #d0d4d9;
}
.hero__form-inner_view_message {
  display: inline-block;
  width: auto;
  padding: 20px;
}
.hero__form-inner_view_message .hero__button_desktop {
  background-color: #00a800;
}
.hero__input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 18px;
  border: 0;
}
.hero__label {
  position: absolute;
  left: 15px;
  top: 50%;
  color: #8b98a6;
  font-size: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.hero__label_up {
  top: 5px;
  font-size: 12px;
  transform: translateY(0);
}
.hero__button {
  transition: background-color 0.3s ease-out;
}
.hero__button:disabled {
  pointer-events: none;
}
.hero__button_desktop {
  margin-left: auto;
}
.hero__button_mobile {
  display: none;
}
.hero__image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
}
.swiper-container-horizontal > .swiper-pagination-bullets.hero__bullets {
  bottom: 30px;
  height: 10px;
}
@media screen and (max-width: 1540px) {
  .hero__carousel-button_prev {
    margin-left: -64px;
  }
  .hero__carousel-button_next {
    margin-right: -64px;
  }
}
@media screen and (max-width: 1340px) {
  .hero__container {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.hero__bullets {
    top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .hero__slide {
    background-position: center center;
  }
  .hero__heading {
    margin-right: 10px;
    font-size: 30px;
  }
  .hero__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__form-inner {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .hero__slide-top {
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .hero__heading {
    font-size: 20px;
    text-align: center;
  }
  .hero__counters {
    position: absolute;
    z-index: 10;
    left: 15px;
    bottom: -85px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero__number {
    font-size: 25px;
    text-align: center;
  }
  .hero__text {
    text-align: center;
  }
  .hero__slogan {
    font-size: 20px;
    text-align: center;
  }
  .hero__form {
    position: absolute;
    bottom: 50%;
    left: 0;
  }
  .hero__form-inner {
    width: 100%;
    padding: 0 15px;
    border-radius: 8px;
  }
  .hero__form-inner svg {
    width: 16px;
    height: 16px;
  }
  .hero__input {
    margin: 0;
  }
  .hero__button_desktop {
    display: none;
  }
  .hero__button_mobile {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .hero__privacy {
    display: block;
    text-align: center;
  }
  .hero__image {
    position: static;
    display: block;
    max-height: 250px;
    max-width: 100%;
    margin: 0 auto 30px auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .hero__slide-body {
    min-height: 300px;
  }
  .hero__form {
    bottom: 46%;
  }
}
@media screen and (max-width: 500px) {
  .hero__slide {
    padding: 70px 0;
  }
  .hero__slide-body {
    min-height: 350px;
  }
  .hero__text {
    font-size: 14px;
  }
  .hero__image {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 370px) {
  .hero__form {
    bottom: 44%;
  }
  .menu_event::after {
    right: 71vw;
  }
}
.input-block {
  position: relative;
  width: 100%;
}
.input-block__label {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #8b98a6;
  font-size: 18px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.input-block__label_up {
  left: 15px;
  top: 5px;
  font-size: 12px;
  transform: translate(0);
}
.input-block__label_left {
  left: 15px;
  transform: translate(0, -50%);
}
.input-block__label_left.input-block__label_up {
  transform: translate(0);
}
.input {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  background-color: #f2f6fa;
  border: 0;
  border-radius: 6px;
}
.input-floating:focus + label {
  left: 15px;
  top: 5px;
  font-size: 12px;
  transform: translate(0);
}
.leave-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px 40px 40px;
  background-color: #eef1f8;
  border-radius: 10px;
}
.leave-review__text {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #325cb3;
  text-align: center;
}
.leave-review__button {
  margin-top: 30px;
}
.logo {
  display: block;
}
@media screen and (max-width: 600px) {
  .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 75px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
}
.menu {
  border-top: 1px solid #eaeced;
}
.menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item:hover .menu__link {
  color: #ed3638;
}
.menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 23px 5px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font-size: 18px;
  font-weight: 500;
}
.menu__item_dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item_dropdown svg {
  width: 9px;
  height: 5px;
  margin-left: 10px;
  fill: #ed3638;
  trasform-origin: center center;
  transition: transform 0.3s ease-out;
}
.menu__item_dropdown:hover .menu__dropdown-wrapper {
  visibility: visible;
  opacity: 1;
}
.menu__item_dropdown:hover svg {
  transform: rotate(-180deg);
}
.menu__dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow:
    0 8px 24px 0 rgba(129, 137, 153, 0.24),
    inset 0 8px 24px 0 rgba(129, 137, 153, 0.24);
  transition:
    visibility 0.3s ease-out,
    opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
}
.menu__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu__dropdown-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 185px;
  padding: 24px 5px 0 5px;
}
.menu__dropdown-link {
  display: block;
  margin-right: 100px;
  margin-bottom: 35px;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.menu__dropdown-link:hover {
  color: #ed3638;
}
@media screen and (min-width: 992px) {
  .menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(129, 137, 153, 0.24);
  }
}
@media screen and (max-width: 992px) {
  .menu {
    position: absolute;
    display: none;
    width: 100%;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  } /* .menu_fixed {position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;box-shadow: 0 8px 24px 0 rgba(129,137,153,0.24);} */
  .menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item_dropdown {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu__item_dropdown:hover svg {
    transform: rotate(0);
  }
  .menu__item_dropdown_active > a {
    color: #ed3638;
  }
  .menu__dropdown-wrapper {
    position: relative;
    display: none;
    width: 100%;
    background-color: #edf0f7;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    top: 0;
  }
  .menu__dropdown-wrapper_visible {
    display: block;
  }
  .menu__dropdown-list {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .menu__dropdown-link {
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
  }
  .catalog_list .menu__dropdown-link {
    color: #0000ef;
  }
  .catalog_list .menu__dropdown-link:visited {
    color: #541a8b;
  }
}
.modal__wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.modal__block {
  margin-bottom: 15px;
}
.modal__button {
  width: 100%;
  text-align: center;
}
.modal__heading {
  margin-bottom: 45px;
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .modal__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .modal__wrapper {
    padding: 20px;
  }
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.page-heading {
  padding: 0 0 30px 0;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
}
.page-heading_red {
  color: #ed3638;
}
.page-heading_blue {
  color: #335db4;
}
@media screen and (max-width: 992px) {
  .page-heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .contenteditable h2 {
    font-size: inherit;
  }
  .page-heading {
    padding: 0 0 20px 0;
    text-align: center;
  }
}
.page-intro {
  padding: 50px 0 70px 0;
  background-color: #edf0f7;
}
.page-intro__heading {
  margin: 0 25px 25px 0;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
}
.page-intro__info {
  padding-bottom: 60px;
}
.page-intro__info::after {
  content: "";
  display: table;
  clear: both;
}
.page-intro__preview_left {
  float: left;
  margin: 0 40px 40px 0;
}
.page-intro__preview_right {
  float: right;
  margin: 0 0 40px 40px;
}
.page-intro__preview img {
  /*max-width: 260px;*/
  max-height: 155px;
  border-radius: 8px;
}
.page-intro__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hiddenText {
  position: relative;
  max-height: 155px;
  overflow: hidden; /*transition: max-height 0.25s ease-out;*/
}
.hiddenText::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.001) 50%,
    #edf0f7 100%
  );
}
.hiddenText.open {
  overflow: visible;
  max-height: none;
}
.hiddenText.open::after {
  display: none;
}
.showMore {
  position: relative;
  padding-right: 13px;
  margin: 10px 3px 0 0;
  color: #ed3638;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #ed3638;
  cursor: pointer;
}
.showMore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #ed3638;
  border-right: 1px solid #ed3638;
  transform: translateY(-5px) rotate(45deg);
}
.showMore:hover {
  border: 0;
}
@media screen and (max-width: 768px) {
  .page-intro {
    padding: 50px 0;
  }
  .page-intro__info {
    display: block;
  }
  .page-intro__preview {
    margin: 0 30px 15px 0;
    float: left;
  }
  .page-intro__info {
    padding-bottom: 30px;
  }
  .page-intro__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .page-intro__preview {
    display: flex;
    margin: 0 0 15px 0;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
  }
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
}
.pagination__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  color: #325cb3;
  text-decoration: none;
  background-color: #eef1f8;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.pagination__item:not(:last-of-type) {
  margin-right: 20px;
}
.pagination__item_active,
.pagination__item:hover {
  color: #fff;
  background-color: #325cb3;
}
@media screen and (max-width: 600px) {
  .pagination {
    padding-bottom: 50px;
  }
  .pagination__item {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
}
.partners {
  background-color: #edf0f7;
}
.partners__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
  overflow-x: auto;
}
.partners__item:not(:last-of-type) {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .partners {
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .partners::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-image: linear-gradient(to left, #edf0f7, transparent);
    content: "";
  }
  .partners__list {
    padding: 20px 15px 20px 0;
    margin-right: -15px;
  }
  .partners__item {
    height: 18px;
    padding-right: 30px;
  }
  .partners__item img {
    display: block;
    max-height: 100%;
  }
}
.phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MuseoSans700", "Verdana", "Arial", sans-serif;
  font-size: 20px;
}
.phone_big {
  font-size: 26px;
}
.phone__icon svg {
  max-width: 20px;
  max-height: 20px;
  fill: #ed3638;
}
@media screen and (max-width: 700px) {
  .phone {
    font-size: 16px;
  }
  .phone_big {
    font-size: 20px;
  }
}
.place-order {
  padding: 8px;
  background-image: linear-gradient(to left, #314e89, #ed3638);
  border-radius: 8px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.place-order__content {
  padding: 50px 40px;
  background-color: #fff;
}
.place-order__heading {
  margin-bottom: 35px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
.plain-text .place-order__list {
  list-style: disc;
  margin-left: 40px;
}
.plain-text .place-order__item {
  padding-left: 10px;
}
.place-order__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}
.place-order__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.place-order__icon svg {
  max-width: 24px;
  max-height: 24px;
  fill: #35518b;
}
.place-order__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .place-order__footer {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .place-order__phone {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .place-order {
    box-shadow: none;
  }
  .place-order__content {
    padding: 25px 20px;
  }
  .place-order__heading {
    text-align: center;
  }
  .place-order__item {
    padding-left: 35px;
    font-size: 15px;
  }
  .place-order__button {
    width: 100%;
    text-align: center;
  }
}
.plain-text {
  padding: 50px 0;
}
.plain-text__heading {
  padding-bottom: 45px;
}
.plain-text__image_right {
  float: right;
  margin-left: 40px;
}
.plain-text__image_left {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .plain-text {
    padding: 30px 0;
  }
  .plain-text__heading {
    padding-bottom: 20px;
  }
  .plain-text__image_right {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
  .plain-text__image_left {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 500px) {
  .plain-text__image_right {
    width: 100%;
    height: auto;
  }
  .plain-text__image_left {
    width: 100%;
    height: auto;
  }
}
.popular-parts {
  padding: 50px 0 80px 0;
}
.popular-parts__heading {
  margin-bottom: 45px;
}
.popular-parts__text {
  padding: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .popular-parts__table-wrapper {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 600px) {
  .popular-parts {
    padding: 30px 0;
  }
  .popular-parts__heading {
    margin-bottom: 20px;
  }
  .popular-parts__text {
    padding: 20px;
    margin-bottom: 25px;
  }
}
.privacy {
  display: block;
  line-height: 1.6;
  color: #9ca1a6;
}
.privacy a {
  color: inherit;
}
.privacy a:hover {
  color: #c81214;
}
.promo_main .promo__background {
  background-color: #314e89;
  background-image: url("/local/assets/styles/../images/promo.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo__background {
  padding: 60px 0;
}
.promo__heading {
  display: none;
  margin-bottom: 20px;
}
.promo_inner {
  padding: 50px 0;
}
.promo_inner .promo__heading {
  display: block;
}
.promo_inner .promo__background {
  background: #314e89 url("/local/assets/styles/../images/promo_inner.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo_service {
  padding: 100px 0 50px;
}
.promo_service .promo__heading {
  display: block;
}
.promo_service .promo__background {
  background: #314e89 url("/local/assets/styles/../images/bg_service.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.promo__block {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .promo__wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo__block {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .promo_inner {
    padding: 0;
  }
  .promo_service {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .promo__block {
    width: 100%;
  }
  .promo__background {
    padding: 30px 0;
  }
  .promo_main .promo__background {
    background-color: #fff;
    background-image: none;
  }
}
@media screen and (max-width: 500px) {
  .promo__container {
    padding: 0;
  }
}
.quote {
  padding: 55px 0 20px 0;
}
.quote__body {
  padding: 30px;
  background-color: #edf0f7;
  border-radius: 20px;
}
.quote__heading {
  margin-bottom: 20px;
}
.quote__text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.quote__author {
  font-size: 14px;
  line-height: 1.5;
}
.quote__form {
  position: relative;
  width: 100%;
  height: 100%;
  background: #edf0f7 url("/local/assets/styles/../images/ceo.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  max-height: 295px;
}
.quote__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 190px;
  padding: 12px 16px;
  font-size: 14px;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .quote {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .quote__text {
    font-size: 16px;
  }
  .quote__form {
    height: auto;
    margin-top: 15px;
    padding-bottom: 50%;
  }
}
.rating {
  display: block;
}
.review-blank {
  margin-bottom: 40px;
  padding: 40px 30px 40px 40px;
  background-color: #eef1f8;
  border-radius: 10px;
}
.review-blank__header {
  padding-bottom: 30px;
}
.review-blank__author {
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #325cb3;
}
.review-blank__body {
  padding: 0 15px 30px 0;
}
.review-blank__text {
  font-size: 18px;
  line-height: 1.6;
}
.review-blank__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-blank__date {
  font-size: 15px;
  color: #737f8c;
}
.review-blank__more {
  font-size: 15px;
  color: #35518b;
  transition: color 0.3s ease-out;
}
.review-blank__more:hover {
  color: #5275bd;
}
@media screen and (max-width: 600px) {
  .review-blank {
    padding: 20px;
  }
  .review-blank__header {
    padding-bottom: 20px;
  }
  .review-blank__body {
    padding: 0 0 20px 0;
  }
  .review-blank__text {
    font-size: 15px;
  }
}
.review-form {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 780px;
  margin: auto;
  padding: 70px 100px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.review-form__heading {
  margin-bottom: 50px;
}
.review-form__input-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.review-form__input-block:not(:last-of-type) {
  margin-bottom: 25px;
}
.review-form__input {
  max-width: 380px;
  margin-left: auto;
}
.review-form__label {
  color: #8b98a6;
}
.review-form__privacy {
  margin-left: auto;
}
.review-form__rating-count-wrapper {
  width: 100%;
  max-width: 380px;
  padding: 20px 0;
  margin-left: auto;
}
.review-form__rating-count {
  display: -ms-flexbox;
  display: flex;
  width: calc(32px * 5);
}
.review-form__rating-count input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.review-form__rating-count input + label {
  font-size: 0;
  display: block;
  width: 32px;
  height: 29px;
  cursor: pointer;
  background-image: url("/local/assets/styles/../images/star_fill.svg");
  background-size: cover;
}
.review-form .review-form__rating-count label:hover ~ label,
.review-form .review-form__rating-count:not(:hover) input:invalid + label,
.review-form
  .review-form__rating-count:not(:hover)
  input:checked
  + label
  ~ label {
  background:
    url("/local/assets/styles/../images/star.svg") no-repeat center/contain,
    url("/local/assets/styles/../images/star_fill.svg") no-repeat center/0 0;
}
@media screen and (max-width: 768px) {
  .review-form {
    width: 100%;
    max-width: 100%;
    padding: 35px 50px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 680px) {
  .review-form {
    padding: 30px 0 0 0;
  }
  .review-form__privacy {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .review-form__input-block {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .review-form__rating-count-wrapper {
    margin-left: 0;
  }
  .review-form__input {
    margin-left: 0;
  }
  .review-form__label {
    display: block;
    margin-bottom: 10px;
  }
  .review-form__privacy {
    margin-left: 0;
    padding-top: 10px;
  }
}
.review-star:not(:last-of-type) {
  margin-right: 5px;
}
.review-star svg {
  width: 20px;
  height: 20px;
}
.review-star_empty svg {
  fill: #c9d1e3;
}
.review-star_full svg {
  fill: #ed3638;
}
.review-video {
  /*height: 100%;*/
  padding-bottom: 40px;
}
.review-video__content {
  /*height: 100%;*/
  background-color: #eef1f8;
  border-radius: 10px;
  overflow: hidden;
}
.review-video__header {
  position: relative;
}
.review-video__header::before {
  display: block;
  width: 100%;
  padding-bottom: 66%;
  content: "";
}
.review-video__header:hover .review-video__overlay {
  opacity: 0;
  visibility: hidden;
}
.review-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
  z-index: 2;
}
.review-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.review-video__player iframe {
  width: 100%;
  height: 100%;
}
.review-video__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 35px 40px 30px 40px;
}
.review-video__rating {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.review-video__author {
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #325cb3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.review-video__date {
  padding-left: 20px;
  margin-left: auto;
  font-size: 15px;
  color: #737f8c;
}
.review-video__footer {
  padding: 0 40px 40px 40px;
}
.review-video__text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .review-video__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review-video__author {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-video__rating {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .review-video__body {
    padding: 20px;
  }
  .review-video__footer {
    padding: 20px;
  }
  .review-video__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .review-video__rating {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-video__date {
    padding-left: 0;
    margin-left: 0;
  }
}
.review {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #eef1f8;
  border-radius: 10px;
}
.review__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 25px;
}
.review__author {
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #325cb3;
}
.review__rating {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.review__date {
  margin-left: auto;
  font-size: 15px;
  color: #737f8c;
}
.review__text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .review {
    position: relative;
    padding: 20px 20px 55px 20px;
    border-radius: 0;
  }
  .review__date {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .review__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .review__header {
    padding-bottom: 15px;
  }
  .review__author {
    font-size: 18px;
  }
}
.reviews-blanks {
  padding-bottom: 20px;
}
.reviews-video {
  padding-bottom: 20px;
}
.reviews {
  display: block;
}
.sale-detailed {
  padding-bottom: 100px;
}
.sale-detailed__image {
  min-width: 100%;
  width: 100%;
  height: 380px;
  margin-bottom: 60px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  .sale-detailed {
    padding-bottom: 50px;
  }
  .sale-detailed__image {
    margin-bottom: 30px;
  }
}
.sales {
  padding-bottom: 20px;
}
.sales__row:not(:last-of-type) {
  padding-bottom: 40px;
}
.sales__tile {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  color: inherit;
  backgrund-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: transform 0.3s ease-out;
}
.sales__tile::before {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  content: "";
}
.sales__tile:hover {
  transform: translateY(-4px);
}
.sales__tile:hover .sales__inner {
  background-color: #fce1e1;
}
.sales__tile:hover .sales__name {
  color: #ed3638;
}
.sales__inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px 30px;
  background-color: #eef1f8;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: background-color 0.2s ease-out;
}
.sales__date {
  margin-bottom: 10px;
  font-size: 15px;
  color: #737f8c;
}
.sales__name {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #325cb3;
  transition: color 0.2s ease-out;
}
.service-description {
  padding: 0 0 50px 0;
}
.service-description__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .service-description__image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-description {
    padding: 0 0 30px 0;
  }
}
.service-order {
  padding: 50px 0;
  background-color: #edf0f7;
}
.service-order__heading {
  margin-bottom: 20px;
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.service-order__phone {
  margin-bottom: 20px;
}
.service-order__button {
  display: inline-block;
  padding: 17px;
  font-size: 16px;
}
.service-order__text {
  padding-top: 20px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .service-order {
    padding: 30px 0;
  }
}
.service-price__heading {
  margin-bottom: 40px;
}
.service-price__info {
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .service-price__inner {
    max-width: 100%;
    overflow-x: auto;
  }
}
.small-form {
  display: block;
}
.small-form__top {
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0 15px 0;
}
.small-form__block {
  padding-right: 20px;
}
.small-form__input {
  width: 100%;
  max-height: 60px;
  padding: 20px 17px;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 1;
  border: 0;
  border-radius: 8px;
}
.small-form__input_border {
  border: 1px solid #9ca1a6;
}
.small-form__privacy {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .small-form {
    width: 100%;
  }
  .small-form__top {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-form__block {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .small-form__button {
    padding: 21px;
  }
}
.social__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.social__link {
  display: block;
  text-decoration: none;
  transition: transform 0.25s ease-out;
}
.social__link svg {
  max-width: 32px;
  max-height: 32px;
}
.social__link:not(:last-of-type) {
  margin-right: 15px;
}
.social__link:hover {
  transform: scale(1.1);
}
.social__link_vk svg {
  fill: #4c75a3;
}
.social__link_viber svg {
  fill: #7f3f98;
}
.stripe {
  padding: 60px 0;
}
.stripe_colored {
  background-image: linear-gradient(to right, #fff, #edf0f7);
}
.stripe_colored-reverse {
  background-image: linear-gradient(to left, #fff, #edf0f7);
}
.stripe__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.stripe__icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin-right: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-image: radial-gradient(circle at 0 0, #325cb3, #557dcf);
}
.stripe__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 30px;
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #ed3638, #ff6b6d);
  border-radius: 50%;
  counter-increment: stripe;
  content: counter(stripe);
}
.stripe__heading {
  margin-bottom: 25px;
  font-family: "MuseoSans900", "Verdana", "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #325cb3;
}
.stripe p {
  font-size: 18px;
  line-height: 1.6;
}
.stripe_reverse .stripe__container {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.stripe_reverse .stripe__icon {
  margin-right: 0;
  margin-left: 70px;
}
.stripe_reverse .stripe__icon::before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .stripe__icon {
    width: 120px;
    height: 120px;
    margin-right: 35px;
  }
  .stripe__icon::before {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .stripe__icon img {
    width: 50%;
  }
  .stripe_reverse .stripe__icon {
    margin-left: 35px;
  }
}
@media screen and (max-width: 600px) {
  .stripe__container {
    display: block;
  }
  .stripe_reverse .stripe__icon {
    margin: 0 15px 15px 0;
  }
  .stripe__icon {
    width: 80px;
    height: 80px;
    margin: 0 15px 15px 0;
    float: left;
  }
  .stripe__icon::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .stripe__heading {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .stripe p {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .stripe__icon {
    float: none;
  }
}
.svg {
  display: none;
}
.table {
  min-width: 950px;
  width: 100%;
}
.table__row {
  background-color: #edf0f7;
  border-radius: 4px;
}
.table__row:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}
.table__row:not(.table__row_heading):nth-child(odd) {
  background-color: #dce2ef;
}
.table__row_heading {
  font-size: 20px;
  color: #fff;
  background-color: #314e89;
}
.table__cell {
  height: 68px;
  padding: 10px 20px;
  text-align: left;
}
.table__cell_link {
  text-align: center;
}
.table__link {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  background-color: #ed3638;
  border-radius: 4px;
}
.table__link:hover {
  background-color: #c81214;
}
.table__link:active {
  background-color: #a00e10;
  color: #e1e1e1;
}
.tabs {
  padding: 50px 0;
}
.tabs_feedback {
  padding: 0;
}
.tabs__heading {
  margin-bottom: 55px;
}
.tabs__buttons {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs__buttons_centered {
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs__select-wrapper {
  display: none;
}
.tabs__button {
  padding: 15px 35px;
  font-size: 20px;
  line-height: 1;
  border: 0;
  background-color: transparent;
}
.tabs__button:hover {
  color: #595959;
}
.tabs__button:active {
  color: #404040;
}
.tabs__bar {
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #f05668;
}
.tabs__content_background {
  background-color: #edf0f7;
}
.tabs__content_reviews {
  padding-top: 40px;
  border-top: 1px solid #eaeced;
}
.tabs__block {
  display: none;
}
@media screen and (max-width: 768px) {
  .tabs {
    padding: 30px 0;
  }
  .tabs_feedback {
    padding: 0;
  }
  .tabs__heading {
    margin-bottom: 25px;
  }
  .tabs__container {
    padding: 0;
  }
  .tabs__content_reviews {
    border-top: none;
  }
  .tabs__buttons {
    display: none;
  }
  .tabs__select-wrapper {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #edf0f7;
  }
  .tabs__select-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .tabs__select-icon svg {
    max-width: 9px;
    max-height: 5px;
    margin-left: 5px;
    fill: #b4b7be;
    trasform-origin: center center;
    transition: transform 0.3s ease-out;
  }
  .tabs__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
  }
}
.tiles {
  padding: 50px 0;
}
.tiles__heading {
  padding-bottom: 20px;
}
.tiles_main {
  padding: 50px 0 100px 0;
}
.tiles__slogan {
  display: block;
  padding-bottom: 50px;
  font-family: "MuseoSans700", "Verdana", "Arial", sasn-serif;
  text-align: center;
  line-height: 1.4;
}
.tiles__slogan span {
  font-family: "MuseoSans900", "Verdana", "Arial", sasn-serif;
  color: #ed3638;
}
.tiles__item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: box-shadow 0.3s ease-out;
  overflow: hidden;
  z-index: 5;
}
.tiles__item:hover {
  box-shadow: 5px 5px 10px 0 #a3a3a3;
}
.tiles__icon {
  margin-bottom: 25px;
  transition: transform 0.3s ease-out;
}
.tiles__icon svg {
  max-width: 16px;
  max-height: 18px;
  fill: currentColor;
}
.tiles__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
}
.tiles__link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  content: "";
  z-index: 1;
  opacity: 0.55;
}
.tiles__link:hover .tiles__icon {
  transform: translateX(100%);
}
.tiles__image {
  position: absolute;
}
.tiles__image_cars {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__image_transmission {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__image_tires {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__image_engines {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__image_diagnostic {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__image_electrician {
  width: 280px;
  right: -50px;
  bottom: 0;
}
.tiles__link_red {
  background-color: #ed3638;
}
.tiles__link_red::after {
  background-image: linear-gradient(to top, #ed3638, transparent);
}
.tiles__link_blue {
  background-color: #314e89;
}
.tiles__link_blue::after {
  background-image: linear-gradient(to top, #314e89, transparent);
}
.tiles__text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tiles {
    padding: 30px 0;
  }
  .tiles__slogan {
    padding: 0 15px 30px 15px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .tiles__container {
    padding: 0;
    overflow: hidden;
  }
  .tiles__item {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .tiles__link {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tiles__icon {
    display: none;
  }
} /*NEW STYLE*/
.catalog_list {
  flex-direction: row;
  height: auto;
}
@media screen and (min-width: 993px) {
  .catalog_list .menu__dropdown-link {
    margin-bottom: 10px;
  }
}
.menu__dropdown-link.catalog_section {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .catalog_list div {
    flex-basis: 45%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .catalog_list div {
    flex-basis: 25%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .catalog_list div {
    flex-basis: 18%;
  }
}
.catalog_list div {
  padding-bottom: 25px;
  margin-right: 0;
}
@media screen and (max-width: 320px) {
  .menu_event::after {
    right: 67vw;
  }
}
.margin {
  margin: 0;
}
.white_input {
  background-color: #fff;
}
.js-ajaxFormWrapper {
  position: relative;
  max-width: 780px;
  margin: auto;
}
.the_form_div {
  position: relative;
  z-index: 101;
  top: 15px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.the_form_div.eror {
  color: red;
}
.page404text p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 19px;
}
.sitemapContainer {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
  margin-bottom: 103px;
}
.sitemapItem {
  margin: 0 100px 20px 0;
}
.sitemapChildrenLinks {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.sitemapChildLink {
  max-width: 100%;
  margin-bottom: 15px;
  margin-right: auto;
}
.sitemapLink {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.sitemapChildLink {
  transition: all 0.3s ease-out;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.sitemapLink:hover,
.sitemapChildLink:hover {
  color: #ed3638;
}
.sitemapChildLink:hover {
  text-decoration: none;
}
.sitemapLink {
  font-size: 18px;
  font-weight: bold;
}
.tabs__heading,
.tiles__heading,
.advantages__heading {
  color: #444;
}
.menu__link,
.catalog__more {
  cursor: pointer;
}
.catalog__more {
  text-decoration: underline;
}
.go_top {
  display: none;
}
.go_top svg {
  width: 20px;
  height: 20px;
  fill: #000;
  transform: rotateX(180deg);
  transition: all 0.3s ease-out;
}
.go_top:hover {
  color: #ed3638;
}
.go_top:hover svg {
  fill: #ed3638;
}
.advantages__item {
  position: relative;
}
.advantages__tooltip {
  position: absolute;
  top: -40px;
  left: 0;
  min-width: 600px;
  padding: 15px;
  background-color: #314e89;
  color: #fff;
  font-size: 14px !important;
  line-height: 1.3 !important;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition:
    visibility 02.5s ease-out,
    opacity 0.25s ease-out,
    transform 0.25s ease-out;
  pointer-events: none;
}
.advantages__tooltip::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 60px;
  border-top: 20px solid #314e89;
  border-right: 20px solid transparent;
}
@media screen and (min-width: 768px) {
  .advantages__inner {
    padding-top: 0;
  }
  .advantages__carousel {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .go_top {
    position: fixed;
    bottom: 30px;
    left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-out;
    cursor: pointer;
    z-index: 200;
  }
  .advantages__item:hover .advantages__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .phone__icon {
    margin-right: 10px;
  }
}
.respTitle {
  text-transform: uppercase;
  margin: 20px 0;
}
.respText {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.respText a {
  color: #000;
  transition: all 0.3s ease-out;
}
.respText a:hover {
  color: #ed3638;
}
.formRespContainer {
  background-color: #edf0f7;
  margin-bottom: 10vw;
  max-width: 780px;
  padding: 70px 100px;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.hero__form-inner .respIcon {
  fill: #325cb3;
  margin-left: 20px;
  width: 40px;
  height: 40px;
}
.bg-success .hero__form {
  bottom: 50px;
}
.formRespContainerCallback {
  background-color: #edf0f7;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0 14px 40px 0 rgba(105, 112, 128, 0.28);
}
.hero__formCatalog .hero__form-inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero__counters {
    width: auto;
    min-width: 400px;
  }
  .hero__heading {
    position: relative;
  }
  .hero__heading::after {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #3b5089;
    content: "";
  }
  .hero .swiper-wrapper {
    height: 750px;
  }
  .hero__slide {
    height: 100%;
  }
  .hero__slide-inner {
    height: 100%;
  }
  .hero__slide-body {
    position: static;
  }
  .hero__slogan {
    position: absolute;
    bottom: 165px;
  }
}
.audioReviewsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.audioReview {
  display: flex;
  width: 48%;
  margin-bottom: 40px;
  align-items: center;
  outline-color: #d7e6ed;
}
.audioReview audio {
  width: 70%;
  margin-right: 30px;
}
.audioReview p {
  width: 30%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .audioReview {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .audioReview {
    flex-direction: column;
  }
  .audioReview audio {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .audioReview p {
    width: auto;
  }
  .audioReviewsContainer {
    margin: 0 -10px;
  }
}
.audioReview:hover {
  outline: 3px solid #d7e6ed;
}
.audioReviewsContainer * {
  transition: all 0.3s ease;
}
.tabs_remoteRews {
  padding: 10px 0 30px;
}
.remoteRews__button {
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  margin-bottom: 10px;
  text-transform: none;
  background-color: #314e89;
  max-width: 280px;
}
.remoteRews__button:hover {
  background-color: #1c325e;
}
.tabs__buttons__remoteRews {
  display: flex;
  flex-wrap: wrap;
}
.remoteRew {
  text-align: center;
  flex: 30%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.videoItem {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.videoLink {
  width: 100%;
  height: 100%;
  position: absolute;
}
.videoMedia {
  width: 100%;
  height: 100%;
  position: absolute;
}
.videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
}
.videoBtnShape {
  opacity: 0.8;
  fill: #212121;
}
.videoBtnIcon {
  fill: #fff;
}
.videoItem:hover,
.videoBtn:hover {
  cursor: pointer;
}
.videoItem:hover .videoBtnShape {
  fill: #ff0000;
  opacity: 1;
}
.videoBtn:focus {
  outline: none;
}
.policyNDevLink {
  display: flex;
  flex-wrap: wrap;
}
.devLink {
  flex-basis: 38.5%;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.devLogoImg {
  margin-left: 20px;
  width: 105px;
  height: 33px;
}
.footer__privacy {
  text-align: left;
  display: inline-flex;
  flex-basis: 58.5%;
  margin-bottom: 15px;
  margin-right: 3%;
}
.successBtn {
  pointer-events: none;
}
.hide {
  display: none !important;
}
.revModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: #cccccc87;
}
.revModalInner {
  margin: 50vh auto 0;
  position: relative;
}
.revModal .mfp-close {
  color: #000;
}
.revInner {
  font-size: 30px;
}
.hero__slide-inner {
  display: block;
  text-decoration: none;
}

/* End */


/* Start:/local/assets/styles/a1-privacy-captcha.css?17900787241649*/
.a1-policy-checkbox {
  display: block;
  margin: 12px 0 14px;
  color: #333;
  font-size: 13px;
  line-height: 1.35;
}

.a1-policy-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}

.a1-policy-checkbox input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.a1-policy-checkbox a,
.a1-form-error a {
  color: #d71920;
  text-decoration: underline;
}

.a1-form-error {
  display: none;
  margin: 8px 0 12px;
  color: #d71920;
  font-size: 13px;
  line-height: 1.35;
}

.a1-form-error._show {
  display: block;
}

.a1-smartcaptcha-container {
  min-height: 0;
}

.sogl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.15);
}

.sogl.invise {
  display: none;
}

.sogl .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.sogl p {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.45;
}

.sogl a {
  color: #d71920;
  text-decoration: underline;
}

.sogl .button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.policy-page {
  margin-bottom: 48px;
}

.policy-page p,
.policy-page li {
  font-size: 16px;
  line-height: 1.55;
}

.policy-page h2,
.policy-page h3 {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .sogl {
    padding: 12px;
  }

  .sogl .cont {
    display: block;
  }

  .sogl p {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .sogl .button {
    width: 100%;
    text-align: center;
  }
}

/* End */
/* /local/assets/styles/fonts.css?1528176678319 */
/* /local/assets/styles/app.min.css?178160291592921 */
/* /local/assets/styles/a1-privacy-captcha.css?17900787241649 */
