/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
iframe {
  display: block;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
.lazyloading {
  visibility: visible;
  overflow: hidden;
  position: relative;
}
.lazyloading::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 45%;
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: 0.2em solid #366aad;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
}
html {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}
.main-dots {
  bottom: 0;
  left: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-dots li {
  background-color: #4e0f64;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.main-dots .slick-active {
  background-color: #d5e800;
}
.main-dots li button {
  border: none;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.banner {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 50px;
  }
}
.banner__arrows {
  width: 1260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-630px, -16.5px);
}
@media (max-width: 1264px) {
  .banner__arrows {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    transform: translateY(16.5px);
  }
}
.banner__slide {
  padding-top: 155px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 465px;
  position: relative;
}
.no-webp .banner__slide--1,
.no-js .banner__slide--1 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1.jpg");
}
@media (max-width: 1264px) {
  .no-webp .banner__slide--1,
  .no-js .banner__slide--1 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1@tablet.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .banner__slide--1,
  .no-js .banner__slide--1 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1@mobile.jpg");
  }
}
.no-webp .banner__slide--2,
.no-js .banner__slide--2 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2.jpg");
  background-position: top center;
}
@media (max-width: 1264px) {
  .no-webp .banner__slide--2,
  .no-js .banner__slide--2 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2@tablet.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .banner__slide--2,
  .no-js .banner__slide--2 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2@mobile.jpg");
  }
}
.no-webp .banner__slide--3,
.no-js .banner__slide--3 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3.jpg");
  background-position: left center;
}
@media (max-width: 1264px) {
  .no-webp .banner__slide--3,
  .no-js .banner__slide--3 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3@tablet.jpg");
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .no-webp .banner__slide--3,
  .no-js .banner__slide--3 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3@mobile.jpg");
    background-position: right bottom;
  }
}
.no-webp .banner__slide--4,
.no-js .banner__slide--4 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4.jpg");
}
@media (max-width: 1264px) {
  .no-webp .banner__slide--4,
  .no-js .banner__slide--4 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4@tablet.jpg");
  }
}
@media (max-width: 767px) {
  .no-webp .banner__slide--4,
  .no-js .banner__slide--4 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4@mobile.jpg");
  }
}
.no-webp .banner__slide--5,
.no-js .banner__slide--5 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5.jpg");
}
@media (max-width: 1264px) {
  .no-webp .banner__slide--5,
  .no-js .banner__slide--5 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5@tablet.jpg");
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  .no-webp .banner__slide--5,
  .no-js .banner__slide--5 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5@mobile.jpg");
    background-position: left bottom;
  }
}
.webp .banner__slide--1 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1.webp");
}
@media (max-width: 1264px) {
  .webp .banner__slide--1 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1@tablet.webp");
  }
}
@media (max-width: 767px) {
  .webp .banner__slide--1 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-1@mobile.webp");
  }
}
.webp .banner__slide--2 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2.webp");
  background-position: top center;
}
@media (max-width: 1264px) {
  .webp .banner__slide--2 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2@tablet.webp");
  }
}
@media (max-width: 767px) {
  .webp .banner__slide--2 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-2@mobile.webp");
  }
}
.webp .banner__slide--3 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3.webp");
  background-position: left center;
}
@media (max-width: 1264px) {
  .webp .banner__slide--3 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3@tablet.webp");
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .webp .banner__slide--3 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-3@mobile.webp");
    background-position: right bottom;
  }
}
.webp .banner__slide--4 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4.webp");
}
@media (max-width: 1264px) {
  .webp .banner__slide--4 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4@tablet.webp");
  }
}
@media (max-width: 767px) {
  .webp .banner__slide--4 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-4@mobile.webp");
  }
}
.webp .banner__slide--5 {
  background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5.webp");
}
@media (max-width: 1264px) {
  .webp .banner__slide--5 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5@tablet.webp");
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  .webp .banner__slide--5 {
    background-image: url("../themes/experts/assets/img/banner-bg/banner-bg-5@mobile.webp");
    background-position: left bottom;
  }
}
.banner__slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1264px) {
  .banner__slide {
    margin-top: 85px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  .banner__slide {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 215px;
  }
}
.banner__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding-left: 600px;
  margin-top: auto;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.slick-active .banner__text {
  opacity: 1;
}
.banner__text--1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner__text--3 {
  padding-left: 627px;
}
.banner__text--4 {
  padding-left: 720px;
}
@media (max-width: 1264px) {
  .banner__text {
    padding: 0;
    width: 80%;
    align-items: flex-end;
  }
  .banner__text--3 {
    box-sizing: border-box;
    padding-left: 350px;
  }
  .banner__text--4 {
    width: 570px;
    padding-left: 140px;
  }
}
.banner__text--5 {
  display: flex;
  padding-left: 350px;
  position: relative;
}
@media (max-width: 1264px) {
  .banner__text--5 {
    padding-left: 150px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .banner__text--5 {
    padding-left: 20%;
  }
}
@media (max-width: 767px) {
  .banner__text--3 {
    padding-left: 0;
  }
  .banner__text--4 {
    padding-left: 40%;
    padding-right: 0;
    width: 90%;
    box-sizing: border-box;
  }
}
.banner__slogan {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Podkova', serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: #d5e800;
}
.banner__slogan--3 {
  padding-left: 100px;
}
.banner__slogan--4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 50px;
  position: relative;
}
.banner__slogan--4::before {
  content: "";
  display: block;
  width: 88px;
  height: 96px;
  background-image: url("../themes/experts/assets/img/banner-bg/coat-of-arms.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -150px;
  top: 25px;
}
.banner__slogan--4::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -35px;
  top: 0;
}
.banner__slogan--4 .important {
  color: #d5e800;
}
.banner__slogan--5 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 350px;
}
.banner__slogan--5 .important {
  font-size: 26px;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #d5e800;
}
@media (max-width: 1264px) {
  .banner__slogan--adaptive5 {
    font-family: 'Podkova', serif, sans-serif;
    font-size: 26px;
    line-height: 0;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 900;
    color: #d5e800;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .banner__slogan--adaptive5 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .banner__slogan--adaptive5 .white {
    color: #ffffff;
  }
}
@media (max-width: 1264px) {
  .banner__slogan {
    display: none;
  }
  .banner__slogan--4 {
    margin-bottom: 30px;
    display: block;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner__slogan {
    font-size: 17px;
    line-height: 21px;
  }
  .banner__slogan--4 {
    display: none;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 21px;
  }
  .banner__slogan--4::before {
    top: 5px;
    left: -60px;
    width: 40px;
    height: 50px;
  }
  .banner__slogan--4::after {
    left: -10px;
  }
}
.banner__slogan--mobile {
  display: none;
}
@media (max-width: 767px) {
  .banner__slogan--mobile {
    color: #ffffff;
    display: block;
  }
  .banner__slogan--mobile::before {
    content: "";
    display: block;
    width: 40px;
    height: 50px;
    background-image: url("../themes/experts/assets/img/banner-bg/coat-of-arms.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 20%;
    top: 5px;
  }
  .banner__slogan--mobile::after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 40%;
    top: 0;
  }
  .banner__slogan--mobile .important {
    color: #d5e800;
  }
}
.banner__desc {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}
.banner__desc--1 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #d8d8d8;
}
@media (max-width: 1264px) {
  .banner__desc {
    display: none;
  }
}
.banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 300;
  color: #d8d8d8;
  margin-bottom: 35px;
}
.banner__list--2 .important {
  font-weight: 700;
}
.banner__list--3 .important {
  font-weight: 700;
  color: #006bb6;
}
.banner__list--3 li:first-of-type {
  padding-left: 80px;
}
.banner__list--3 li:first-of-type:before {
  left: 60px;
}
.banner__list--3 li:nth-of-type(2) {
  padding-left: 60px;
}
.banner__list--3 li:nth-of-type(2):before {
  left: 40px;
}
.banner__list--3 li:nth-of-type(3) {
  padding-left: 40px;
}
.banner__list--3 li:nth-of-type(3):before {
  left: 20px;
}
.banner__list--3 li:nth-of-type(4) {
  padding-left: 20px;
}
@media (max-width: 1264px) {
  .banner__list {
    display: none;
  }
}
.banner__list--5 {
  list-style: none;
  margin-bottom: 0;
  padding-top: 10px;
}
.banner__list--5 li {
  margin-bottom: 15px;
  padding-left: 25px;
}
.banner__list--5 li::before {
  background-color: #d5e800;
  width: 10px;
  height: 10px;
  top: 4px;
}
@media (max-width: 1264px) {
  .banner__list--5 {
    display: block;
  }
  .banner__list--5 li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .banner__list--5 {
    display: none;
  }
}
.banner__list-item {
  box-sizing: border-box;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.banner__list-item::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 1px;
}
.banner__bold {
  font-weight: 700;
}
.banner__button {
  padding: 17px 55px;
  background-color: #d5e800;
  border-radius: 40px;
  font-style: normal;
  text-decoration: none;
  font-family: 'Podkova', serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #4e0f64;
  text-transform: uppercase;
  transition: 0.2s;
}
.banner__button:hover {
  background-color: #817f18;
  color: #ffffff;
}
.banner__button:active {
  background-color: #154a6a;
}
.banner__button--1 {
  align-self: flex-end;
}
.banner__button--5 {
  position: absolute;
  bottom: -80px;
  right: 250px;
}
@media (max-width: 1264px) {
  .banner__button--5 {
    bottom: -45px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .banner__button--5 {
    bottom: -35px;
    right: 18%;
  }
}
@media (max-width: 1264px) {
  .banner__button {
    display: inline-block;
    padding: 13px 40px;
  }
  .banner__button--1 {
    margin-right: 21px;
  }
}
@media (max-width: 767px) {
  .banner__button {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 25px;
  }
  .banner__button--1 {
    margin-right: 5px;
  }
  .banner__button--2,
  .banner__button--3 {
    margin-left: calc(-20%);
  }
}
.banner__dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 1170px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-585px);
}
.banner__dots li button {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  border: none;
  background-color: #4e0f64;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .banner__dots li button {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
}
.banner__dots .slick-active button {
  background-color: #d5e800;
}
@media (max-width: 1264px) {
  .banner__dots {
    width: 90%;
    left: 10%;
    transform: none;
  }
}
@media (max-width: 767px) {
  .banner__dots {
    bottom: -5px;
  }
}
.banner__adaptive {
  display: none;
}
@media (max-width: 1264px) {
  .banner__adaptive {
    display: block;
  }
}
.banner__adaptive-slogan {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: 'Podkova', serif;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
}
.banner__adaptive-slogan--1 {
  margin-top: 21px;
}
.banner__adaptive-slogan--1 .important,
.banner__adaptive-slogan--3 .important {
  font-size: 34px;
  line-height: 38px;
  color: #d5e800;
}
.banner__adaptive-slogan--2 .important {
  font-size: 34px;
  line-height: 38px;
  color: #006BB6;
}
@media (max-width: 767px) {
  .banner__adaptive-slogan {
    font-size: 17px;
    line-height: 21px;
  }
  .banner__adaptive-slogan--1 .important,
  .banner__adaptive-slogan--2 .important,
  .banner__adaptive-slogan--3 .important {
    font-size: 21px;
    line-height: 24px;
  }
  .banner__adaptive-slogan--3 {
    margin-bottom: 80px;
    font-size: 15px;
    text-align: center;
  }
  .banner__adaptive-slogan--3 .important {
    padding-right: 5px;
  }
  .banner__adaptive-slogan--3 br {
    display: none;
  }
  .banner__adaptive-slogan--2 {
    margin-top: 25px;
  }
}
.banner__adaptive-desc {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.banner__adaptive-desc--2,
.banner__adaptive-desc--3 {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 300;
  color: #e0e0e0;
}
@media (max-width: 767px) {
  .banner__adaptive-desc {
    display: none;
  }
}
.banner__slides-wrapper {
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.banner__slides-wrapper.slick-initialized {
  overflow: visible;
}
.banner .slider__arrow {
  width: 12px;
  height: 33px;
  display: block;
  background-color: transparent;
  border: none;
  background-image: url("../themes/experts/assets/img/svg/arrow-left-purple.svg");
  background-position: center;
  background-size: 12px 33px;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
  font-size: 0;
}
.banner .slider__arrow--next {
  transform: rotate(180deg);
}
.banner .slider__arrow:hover {
  background-image: url("../themes/experts/assets/img/svg/arrow-left-yellow.svg");
}
.banner .slider__arrow:active {
  background-image: url("../themes/experts/assets/img/svg/arrow-left-blue.svg");
}
.banner .slider__arrow--main {
  background-image: url("../themes/experts/assets/img/svg/arrow-left.svg");
}
.o-banner--7 .banner__button {
  position: absolute;
  right: 0;
}
.o-banner--1 .banner__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.o-banner--1 .banner__slogan {
  text-shadow: 0 0 5px #000;
}
.o-banner--1 .banner__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #d8d8d8;
  text-shadow: 0 0 5px #000;
}
.o-banner--1 .banner__button {
  align-self: flex-end;
}
.o-banner--1 .banner__adaptive-slogan {
  margin-top: 21px;
}
.o-banner--1 .banner__adaptive-slogan .important {
  font-size: 34px;
  line-height: 38px;
  color: #d5e800;
}
@media (max-width: 1264px) {
  .o-banner--1 .banner__button {
    margin-right: 21px;
  }
  .o-banner--1 .banner__text {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .o-banner--1 .banner__button {
    margin-right: 5px;
  }
  .o-banner--1 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--2 {
  background-position: top center;
}
.o-banner--2 .banner__list .important {
  font-weight: 700;
}
.o-banner--2 .banner__adaptive-slogan .important {
  font-size: 34px;
  line-height: 38px;
  color: #006BB6;
}
.o-banner--2 .banner__adaptive-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 21px;
  font-weight: 300;
  color: #e0e0e0;
}
.o-banner--2 .banner__button--1 {
  margin-left: 400px;
}
@media (max-width: 767px) {
  .o-banner--2 .banner__button {
    margin-left: calc(100% - 120px);
  }
  .o-banner--2 .banner__adaptive-slogan {
    margin-top: 25px;
  }
  .o-banner--2 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--3 {
  background-position: left center;
}
.o-banner--3 .banner-text {
  padding-left: 627px;
}
.o-banner--3 .banner__slogan {
  padding-left: 100px;
}
.o-banner--3 .banner__adaptive-slogan .important {
  font-size: 34px;
  line-height: 38px;
  color: #d5e800;
}
.o-banner--3 .banner__list .important {
  font-weight: 700;
  color: #006bb6;
}
@media (max-width: 1264px) {
  .o-banner--3 {
    background-position: right bottom;
  }
  .o-banner--3 .banner-text {
    box-sizing: border-box;
    padding-left: 350px;
  }
}
@media (max-width: 767px) {
  .o-banner--3 {
    background-position: right bottom;
  }
  .o-banner--3 .banner-text {
    box-sizing: border-box;
    padding-left: 0;
  }
  .o-banner--3 .banner__button {
    margin-left: calc(100% - 120px);
  }
  .o-banner--3 .banner__adaptive-slogan {
    margin-bottom: 80px;
    font-size: 15px;
    text-align: center;
  }
  .o-banner--3 .banner__adaptive-slogan .important {
    padding-right: 5px;
    font-size: 21px;
    line-height: 24px;
  }
  .o-banner--3 .banner__adaptive-slogan br {
    display: none;
  }
}
.o-banner--4 .banner__text {
  padding-left: 720px;
}
.o-banner--4 .banner__slogan {
  color: #ffffff;
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 50px;
  position: relative;
}
.o-banner--4 .banner__slogan::before {
  content: "";
  display: block;
  width: 88px;
  height: 96px;
  background-image: url("../themes/experts/assets/img/banner-bg/coat-of-arms.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -150px;
  top: 25px;
}
.o-banner--4 .banner__slogan::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -35px;
  top: 0;
}
.o-banner--4 .banner__slogan .important {
  color: #d5e800;
}
@media (max-width: 1264px) {
  .o-banner--4 .banner__text {
    width: 570px;
    padding-left: 140px;
  }
  .o-banner--4 .banner__slogan {
    padding-left: 140px;
    margin-bottom: 30px;
    display: block;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .o-banner--4 .banner__text {
    padding-left: 40%;
    padding-right: 0;
    width: 90%;
    box-sizing: border-box;
  }
  .o-banner--4 .banner__slogan {
    display: none;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 21px;
    padding: 0;
  }
  .o-banner--4 .banner__slogan::before {
    top: 5px;
    left: -60px;
    width: 40px;
    height: 50px;
  }
  .o-banner--4 .banner__slogan::after {
    left: -10px;
  }
  .o-banner--4 .banner__slogan--mobile {
    color: #ffffff;
    display: block !important;
  }
}
.o-banner--5 .banner__text {
  display: flex;
  padding-left: 350px;
  position: relative;
}
.o-banner--5 .banner__slogan {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 350px;
}
.o-banner--5 .banner__slogan .important {
  font-size: 26px;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #d5e800;
}
.o-banner--5 .banner__list {
  list-style: none;
  margin-bottom: 0;
  padding-top: 10px;
}
.o-banner--5 .banner__list li {
  margin-bottom: 15px;
  padding-left: 25px;
}
.o-banner--5 .banner__list li::before {
  background-color: #d5e800;
  width: 10px;
  height: 10px;
  top: 4px;
}
.o-banner--5 .banner__button {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.o-banner--5 .banner__slogan--adaptive {
  display: none;
}
@media (max-width: 1264px) {
  .o-banner--5 .banner__text {
    padding-left: 150px;
    flex-direction: column;
    align-items: flex-start;
  }
  .o-banner--5 .banner__slogan--adaptive {
    font-family: 'Podkova', serif, sans-serif;
    font-size: 26px;
    line-height: 0;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 900;
    color: #d5e800;
    text-transform: uppercase;
  }
  .o-banner--5 .banner__list {
    display: block;
  }
  .o-banner--5 .banner__list li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 15px;
  }
  .o-banner--5 .banner__button {
    bottom: -45px;
    right: 0;
  }
  .o-banner--5 .banner__slogan--adaptive {
    display: block;
  }
}
@media (max-width: 767px) {
  .o-banner--5 .banner__text {
    padding-left: 20%;
  }
  .o-banner--5 .banner__slogan--adaptive {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .o-banner--5 .banner__slogan--adaptive .white {
    color: #ffffff;
  }
  .o-banner--5 .banner__list {
    display: none;
  }
  .o-banner--5 .banner__button {
    bottom: -35px;
    right: 18%;
  }
}
.o-banner--6 .banner__slide {
  padding-top: 150px;
  padding-bottom: 55px;
}
.o-banner--6 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
.o-banner--6 .banner__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #d8d8d8;
}
.o-banner--6 .banner__slogan {
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
}
.o-banner--6 .banner__slogan .important {
  color: #d5e800;
}
.o-banner--6 .banner__button {
  margin-left: 10px;
}
.o-banner--6 .banner__adaptive-slogan {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.o-banner--6 .banner__adaptive-slogan .important {
  color: #d5e800;
}
.o-banner--6 .banner__adaptive-desc {
  font-family: 'Podkova', serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  padding-right: 300px;
}
@media (max-width: 1264px) {
  .o-banner--6 {
    background-size: cover;
  }
  .o-banner--6 .banner__text {
    width: 570px;
    padding-left: 140px;
  }
  .o-banner--6 .banner__slogan {
    padding-left: 140px;
    margin-bottom: 30px;
    display: none;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .o-banner--6 {
    background-position: right bottom;
  }
  .o-banner--6 .banner-text {
    box-sizing: border-box;
    padding-left: 0;
  }
  .o-banner--6 .banner__button {
    margin-left: calc(100% - 120px);
  }
  .o-banner--6 .banner__adaptive-slogan {
    margin-bottom: 80px;
    font-size: 15px;
    text-align: center;
  }
  .o-banner--6 .banner__adaptive-slogan .important {
    padding-right: 5px;
    font-size: 21px;
    line-height: 24px;
  }
  .o-banner--6 .banner__adaptive-slogan br {
    display: none;
  }
}
.o-banner--8 .banner__text {
  padding-left: 0;
  padding-right: 750px;
}
@media (max-width: 1264px) {
  .o-banner--8 .banner__text {
    padding-right: 0;
  }
}
.o-banner--10 .banner__text {
  padding-left: 800px;
}
.o-banner--11 .banner__text {
  padding-left: 650px;
}
.o-banner--11 .banner__slogan {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  color: #4f3014;
}
.o-banner--11 .banner__adaptive-slogan {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #4f3014;
}
.o-banner--11 .banner__desc {
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #4f3014;
}
.o-banner--11 .banner__adaptive-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #4f3014;
}
.o-banner--11 .important {
  color: #ef7b16;
}
.o-banner--11 .banner__button {
  background-color: #ef7b16;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}
.o-banner--11 .banner__button:hover {
  background-color: #963800;
}
@media (max-width: 1264px) {
  .o-banner--11 .banner__text {
    padding-left: 50%;
  }
}
@media (max-width: 767px) {
  .o-banner--11 .banner__text {
    padding-left: 15%;
  }
  .o-banner--11 .banner__adaptive-slogan {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #4f3014;
  }
  .o-banner--11 .banner__adaptive-desc .important {
    display: none;
  }
  .o-banner--11 .banner__button {
    position: absolute;
    right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
  }
}
.o-banner--15 .banner__text {
  padding-left: 0;
  padding-right: 450px;
}
@media (max-width: 1264px) {
  .o-banner--15 .banner__text {
    padding-right: 0;
  }
}
.o-banner--16 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--16 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--16 .banner__button {
    margin-right: 5px;
  }
  .o-banner--16 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--17 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--17 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--17 .banner__button {
    margin-right: 5px;
  }
  .o-banner--17 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--18 .banner__text {
  padding-left: 0;
  padding-right: 450px;
}
@media (max-width: 1264px) {
  .o-banner--18 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--18 .banner__button {
    margin-right: 5px;
  }
  .o-banner--18 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--19 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--19 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--19 .banner__button {
    margin-right: 5px;
  }
  .o-banner--19 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--20 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--20 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--20 .banner__button {
    margin-right: 5px;
  }
  .o-banner--20 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--21 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--21 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--21 .banner__button {
    margin-right: 5px;
  }
  .o-banner--21 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--22 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--22 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--22 .banner__button {
    margin-right: 5px;
  }
  .o-banner--22 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--23 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--23 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--23 .banner__button {
    margin-right: 5px;
  }
  .o-banner--23 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--24 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--24 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--24 .banner__button {
    margin-right: 5px;
  }
  .o-banner--24 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--25 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--25 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--25 .banner__button {
    margin-right: 5px;
  }
  .o-banner--25 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--26 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--26 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--26 .banner__button {
    margin-right: 5px;
  }
  .o-banner--26 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--27 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--27 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--27 .banner__button {
    margin-right: 5px;
  }
  .o-banner--27 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--28 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--28 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--28 .banner__button {
    margin-right: 5px;
  }
  .o-banner--28 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--29 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--29 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--29 .banner__button {
    margin-right: 5px;
  }
  .o-banner--29 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--30 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--30 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--30 .banner__button {
    margin-right: 5px;
  }
  .o-banner--30 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--31 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--31 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--31 .banner__button {
    margin-right: 5px;
  }
  .o-banner--31 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--32 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--32 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--32 .banner__button {
    margin-right: 5px;
  }
  .o-banner--32 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--33 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--33 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--33 .banner__button {
    margin-right: 5px;
  }
  .o-banner--33 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--34 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--34 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--34 .banner__button {
    margin-right: 5px;
  }
  .o-banner--34 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--35 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--35 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--35 .banner__button {
    margin-right: 5px;
  }
  .o-banner--35 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--36 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--36 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--36 .banner__button {
    margin-right: 5px;
  }
  .o-banner--36 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--37 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--37 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--37 .banner__button {
    margin-right: 5px;
  }
  .o-banner--37 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
.o-banner--38 .banner__text {
  padding-left: 0;
  padding-right: 550px;
}
@media (max-width: 1264px) {
  .o-banner--38 .banner__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .o-banner--38 .banner__button {
    margin-right: 5px;
  }
  .o-banner--38 .banner__adaptive-slogan .important {
    font-size: 21px;
    line-height: 24px;
  }
}
