@import '../css/plugins.css';
@font-face {
  font-family: 'SegoeUI';
  src: url('../font/SegoeUI.woff2') format('woff2'), url('../font/SegoeUI.woff') format('woff'), url('../font/SegoeUI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../font/SegoeUI-Bold.woff2') format('woff2'), url('../font/SegoeUI-Bold.woff') format('woff'), url('../font/SegoeUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../font/SegoeUI-SemiBold.woff2') format('woff2'), url('../font/SegoeUI-SemiBold.woff') format('woff'), url('../font/SegoeUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../font/SegoeUI-Light.woff2') format('woff2'), url('../font/SegoeUI-Light.woff') format('woff'), url('../font/SegoeUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  overflow-x: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  scroll-padding-top: 72px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}
html:before {
  content: '';
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(76, 70, 113, 0.6);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 665;
  min-width: 320px;
}
html:before {
  top: 72px;
}
@media (max-width: 767px) {
  html:before {
    top: 60px;
  }
}
html.header-menu-is-hover:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body {
  font-family: 'SegoeUI', sans-serif;
  color: #4c4671;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #e9e8f0;
  overflow: hidden;
  min-width: 320px;
  line-height: 1.4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 72px;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
a {
  color: #5841b1;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
input,
button,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  color: #4c4671;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #4c4671;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: #4c4671;
  font-weight: 300;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
  max-width: 100%;
}
ul {
  list-style: none;
}
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1340px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
.flex-row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-row-item {
  padding-left: 15px;
  padding-right: 15px;
}
use {
  fill: currentColor;
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 666;
  background-color: #fff;
}
.header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #f2f2f2;
  pointer-events: none;
}
.header-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
@media (max-width: 767px) {
  .header-row {
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .header-col--logo {
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .header-col--links {
    display: none;
  }
}
@media (max-width: 539px) {
  .header-col--social {
    display: none;
  }
}
.header-col--menu-open {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1024px) {
  .header-col--menu-open {
    display: none;
  }
}
@media (max-width: 649px) {
  .header-col--order {
    display: none;
  }
}
.logo {
  display: block;
}
.logo img {
  display: block;
}
@media (max-width: 1023px) {
  .header-menu-opened .header-menu-wrapp {
    -webkit-transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
    transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
    transition: transform 0.4s, visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
}
@media (max-width: 1023px) {
  .header-menu-is-open {
    overflow: hidden;
  }
  .header-menu-is-open .header {
    background-color: #fff;
    color: #4c4671;
  }
  .header-menu-is-open .header:before {
    opacity: 1;
  }
  .header-menu-is-open:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-menu-is-open .header-menu-wrapp {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .header-menu-wrapp {
    max-width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    overflow-y: auto;
    visibility: hidden;
    padding: 0 0 15px;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .header-menu-wrapp {
    top: 60px;
  }
}
@media (min-width: 1024px) {
  .header-menu-body .container {
    width: 100%;
    padding: 0;
  }
}
.header-menu {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    height: auto!important;
  }
}
@media (max-width: 1023px) {
  .header-menu {
    margin: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .header-menu.sub-menu-is-open > li {
    visibility: hidden;
  }
}
@media (max-width: 1023px) {
}
.header-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  padding: 5px 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
  color: inherit;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .header-menu > li > a {
    padding: 5px 15px;
  }
}
@media (max-width: 1023px) {
  .header-menu > li > a {
    min-height: 40px;
    padding: 5px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    margin: 0 -15px;
  }
}
.header-menu > li > a i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .header-menu > li > a i {
    width: 40px;
    height: 40px;
    margin: -5px -15px -5px 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.header-menu > li > a i svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .header-menu > li > a i svg {
    width: 14px;
    height: 14px;
  }
}
.header-menu > li > a svg {
  display: block;
}
@media (min-width: 1024px) {
  .header-menu > li.menu-item-has-children {
    position: relative;
  }
}
.header-menu > li.menu-item-has-children > a span {
  margin-right: 5px;
}
.header-menu > li.menu-item-has-children > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header-menu > li.menu-item-has-children > a i {
    margin-right: -15px;
  }
}
@media (max-width: 1023px) {
  .header-menu > li.menu-item-has-children > a i {
    cursor: pointer;
  }
}
.header-menu .sub-menu-wrapp {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  background-color: #fff;
  z-index: 66;
  width: 260px;
  border: solid 1px #f2f2f2;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu-wrapp {
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    width: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    pointer-events: auto;
    margin: 0;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu {
    font-size: 12px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu > li {
    border-bottom: solid 1px #f2f2f2;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
}
.header-menu .sub-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 5px 20px;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header-menu .sub-menu > li > a img {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu > li > a img {
    display: none;
  }
}
.header-menu .sub-menu > li > a span {
  display: block;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu > li > a {
    position: relative;
    z-index: 6;
    background-color: #fff;
    padding: 5px 15px;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-menu .sub-menu > li > a i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu > li > a i {
    width: 40px;
    height: 40px;
    margin: -5px -15px -5px 0;
  }
}
.header-menu .sub-menu > li > a svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu > li > a svg {
    width: 14px;
    height: 14px;
  }
}
.header-menu .sub-menu > li.menu-item-has-children > a span {
  margin-right: 4px;
}
.header-menu .sub-menu > li.menu-item-has-children > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .header-menu .sub-menu > li.menu-item-has-children > a i {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu .sub-menu-wrapp {
    left: 100%;
    top: -1px;
    min-height: 100%;
    min-height: calc(100% + 2px);
    margin-top: 0;
  }
  .header-menu .sub-menu .sub-menu-wrapp.drop-left {
    left: auto;
    right: 100%;
    z-index: 6;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu-wrapp--with-img {
    width: 615px;
    padding: 35px;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu-wrapp--with-img .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px -30px;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu-wrapp--with-img .sub-menu > li {
    padding: 0 12px 30px;
    width: 33.333%;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu-wrapp--with-img .sub-menu > li > a {
    display: block;
    padding: 0;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .header-menu .menu-item-has-children:hover > .sub-menu-wrapp {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-menu .menu-item-has-children:hover > a i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media (max-width: 1023px) {
  .header-menu .menu-item-has-children.active > .sub-menu-wrapp {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    z-index: 66;
  }
}
@media (min-width: 1024px) {
  .header-menu li:hover > a {
    color: #e7316c;
  }
}
.header-menu a span {
  position: relative;
}
.header-menu a span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -5px;
  border-top: solid 2px;
  border-left: solid 2px;
  color: currentColor;
  opacity: 0;
}
.header-menu .current-menu-item > a,
.header-menu .current-page-ancestor > a {
  color: #e7316c;
}
.sub-menu-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 5px 15px;
  color: #666;
  margin: 0 -15px;
  border-bottom: solid 1px #f2f2f2;
}
@media (min-width: 1024px) {
  .sub-menu-back-link {
    display: none;
  }
}
.sub-menu-back-link i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: -5px 0 -5px -15px;
}
.sub-menu-back-link span {
  min-width: 1px;
  padding: 0 20px 0 4px;
  margin: 0 auto;
}
.sub-menu-back-link svg {
  display: block;
}
@media (max-width: 1023px) {
  .sub-menu-back-link svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1024px) {
  .header-links .sub-menu-wrapp {
    width: auto;
    white-space: nowrap;
    min-width: 100%;
    padding: 0;
  }
  .header-links .sub-menu {
    margin: 0;
    display: block;
    padding: 0 20px;
  }
  .header-links .sub-menu > li {
    width: auto;
    padding: 0;
    border-bottom: solid 1px #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-links .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .header-links .sub-menu > li > a,
  .header-links .sub-menu > li > span {
    height: 64px;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .header-links > li > a {
    padding: 5px 10px;
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.social-list li {
  padding: 0 8px;
}
.social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background-color: #5841b1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.social-list a:hover {
  background-color: #e7316c;
}
.header-menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  background: none;
  border: 0;
  text-align: left;
  font-size: 14px;
  position: relative;
  height: 72px;
  padding: 0 20px;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .header-menu-open {
    height: 60px;
  }
}
.header-menu-open i {
  width: 18px;
  height: 15px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 480px) {
  .header-menu-open i {
    margin-right: 15px;
  }
}
.header-menu-open i:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: currentColor;
}
.header-menu-open i span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.header-menu-open i span:before,
.header-menu-open i span:after {
  content: '';
  position: absolute;
  right: 0;
  left: -3px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header-menu-open i span:before {
  top: 0;
}
.header-menu-open i span:after {
  bottom: 0;
}
.header-menu-open b {
  position: relative;
  font-weight: 800;
  min-width: 1px;
}
@media (max-width: 479px) {
  .header-menu-open b {
    display: none;
  }
}
.header-menu-open b span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.header-menu-open b span:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-menu-open b span:last-child {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-open.active i:after {
  -webkit-transform: translateX(0) scale(0);
      -ms-transform: translateX(0) scale(0);
          transform: translateX(0) scale(0);
}
.header-menu-open.active i span:before {
  -webkit-transform: translateX(-1px) rotate(-45deg);
      -ms-transform: translateX(-1px) rotate(-45deg);
          transform: translateX(-1px) rotate(-45deg);
}
.header-menu-open.active i span:after {
  -webkit-transform: translateX(-1px) rotate(45deg);
      -ms-transform: translateX(-1px) rotate(45deg);
          transform: translateX(-1px) rotate(45deg);
}
.header-menu-open.active b span:first-child {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
}
.header-menu-open.active b span:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-mobile-langs {
  margin: 15px -15px 0;
  padding-top: 15px;
  border-top: solid 1px #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .header-mobile-langs {
    display: none;
  }
}
.header-mobile-langs li {
  padding: 0 15px;
}
.header-mobile-langs a {
  display: block;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header-mobile-langs .active a {
  color: #e7316c;
  text-decoration: underline;
}
.social-list--header-mobile {
  margin: 15px -15px 0;
  padding: 15px 10px 0;
  border-top: solid 1px #f2f2f2;
}
@media (min-width: 540px) {
  .social-list--header-mobile {
    display: none;
  }
}
.social-list--header-mobile li {
  padding: 0 5px;
}
.slide {
  height: auto;
  position: relative;
  overflow: hidden;
}
.slide__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide__img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 110px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__shadow {
  height: 223px;
  left: -20px;
  right: -20px;
  bottom: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  -webkit-transform: skew(8deg);
      -ms-transform: skew(8deg);
          transform: skew(8deg);
  z-index: 2;
}
.slide__shadow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 74%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.slide__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 520px;
  padding: 50px 0;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .slide__body {
    min-height: 420px;
  }
}
@media (max-width: 479px) {
  .slide__body {
    min-height: 320px;
  }
}
.slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 170px;
}
@media (max-width: 767px) {
  .slide__content {
    padding-right: 0;
    display: block;
  }
}
.slide__title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slide__title {
    margin: 0 0 15px;
  }
}
@media (max-width: 479px) {
  .slide__title {
    font-size: 28px;
  }
}
.slide__title:last-child {
  margin: 0;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 5px 30px;
  border-radius: 15px;
  border: 0;
  text-align: center;
  background-color: #ec145a;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 15px;
}
.btn:hover {
  background-color: #ee2c6b;
}
.btn .disabled,
.btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.btn--with-icon > *:not(:last-child) {
  margin-right: 10px;
}
.btn--with-icon svg,
.btn--with-icon i {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  margin-top: 1px;
}
.btn--with-icon svg:last-child,
.btn--with-icon i:last-child {
  margin-right: -10px;
}
.btn--with-icon span {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn--with-icon:hover span {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.btn--with-icon:hover svg,
.btn--with-icon:hover i {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  opacity: 1;
}
.btn--alt {
  background: none;
  border: solid 1px rgba(76, 70, 113, 0.2);
  color: #4c4671;
}
.btn--alt:hover {
  color: #fff;
  background-color: #5841b1;
  border-color: #5841b1;
}
.btn--video i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-left: solid 8px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.slider {
  margin: 40px 0;
}
.slider:first-child {
  margin-top: 0;
}
.slider:last-child {
  margin-bottom: 0;
}
.slider--promo {
  margin: 0;
}
.container--slider-nav {
  position: relative;
}
.slider-nav {
  position: absolute;
  right: 30px;
  bottom: 55px;
  z-index: 6;
}
@media (max-width: 1439px) {
  .slider-nav {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .slider-nav {
    bottom: 50px;
  }
}
.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.slider-pagination span {
  opacity: 1;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 3px #fff;
  border-radius: 50%;
}
.slider-pagination span:last-child {
  margin-right: 0;
}
.slider-pagination span:only-child {
  display: none;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #5841b1;
}
.slider-scrollbar {
  height: 4px;
  border-radius: 2px;
  background-color: #5841b1;
  overflow: hidden;
}
.swiper-scrollbar-drag {
  border-radius: 2px;
  background-color: #e7316c;
}
.swiper-scrollbar-drag:after {
  content: '';
  position: absolute;
  left: -1000px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e7316c;
}
.section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.gallery-slider {
  position: relative;
}
.gallery-slider .swiper-container {
  margin: -30px -35px;
}
@media (max-width: 1199px) {
  .gallery-slider .swiper-container {
    margin: -30px -15px;
  }
}
.gallery-slide {
  width: 33.333%;
  padding: 30px 35px;
}
@media (max-width: 1199px) {
  .gallery-slide {
    padding: 30px 15px;
  }
}
.gallery-slide-link {
  display: block;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .gallery-slide-link {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}
.gallery-slide-link:hover {
  -webkit-transform: translate(-10px, -10px);
      -ms-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
.gallery-slide-link img {
  display: block;
  width: 100%;
}
.slider-arrow {
  border: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.slider-arrow:hover {
  color: #e7316c;
}
.slider-arrow svg {
  width: 18px;
  height: 18px;
}
.slider-arrow-prev {
  left: -25px;
}
.slider-arrow-next {
  right: -25px;
}
.card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 767px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.card__body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 1px;
}
@media (max-width: 1023px) {
  .card__body {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .card__body {
    padding: 30px 15px;
  }
}
.card__content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .card__content {
    width: 420px;
  }
}
.card__title {
  font-size: 25px;
  font-weight: 600;
}
.card__title:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #f3f3f8;
}
@media (max-width: 767px) {
  .card__title:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.card__desc {
  line-height: 1.85;
}
.card__desc:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .card__desc:not(:last-child) {
    margin-bottom: 25px;
  }
}
.card__img {
  width: 50%;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .card__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;

  -o-object-position: center center;
     object-position: center center;
}
.parallax-img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parallax-img .simpleParallax {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.parallax-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 768px) {
  .card--about {
    min-height: 540px;
  }
}
@media (min-width: 768px) {
  .card--about .card__img {
    width: 56.6%;
  }
}
.services-row {
  margin: 0 -55px -90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1439px) {
  .services-row {
    margin: 0 -30px -60px;
  }
}
@media (max-width: 1199px) {
  .services-row {
    margin: 0 -15px -40px;
  }
}
.services-col {
  padding: 0 55px 90px;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1439px) {
  .services-col {
    padding: 0 30px 60px;
  }
}
@media (max-width: 1199px) {
  .services-col {
    padding: 0 15px 40px;
  }
}
@media (max-width: 1023px) {
  .services-col {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .services-col {
    width: 100%;
  }
}
.service-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service-item:hover {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.service-item:hover .service-item__title svg {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.service-item__img img {
  display: block;
  width: 100%;
}
.service-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.service-item__body {
  padding: 35px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .service-item__body {
    padding: 30px;
  }
}
.service-item__title {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-item__title span {
  position: relative;
  margin-right: 10px;
}
.service-item__title svg {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .slide--video .slide__body {
    height: 100vh;
    max-height: 900px;
    min-height: 520px;
  }
}
.slide--video .btn {
  position: relative;
  z-index: 66;
}
.fancybox-is-open {
  overflow: hidden;
}
.compensate-for-scrollbar {
  margin-right: 0!important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.75;
}
.fancybox-slide--iframe .fancybox-content {
  background: none;
}
.fancybox-iframe {
  background: none;
}
.fancybox-bg {
  background: #111;
}
@media (max-width: 1023px) {
  .fancybox-bg {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .slider--video {
    display: none;
  }
}
.slide__link {
  position: absolute;
  top: -50px;
  right: -1000vw;
  bottom: -50px;
  left: -1000vw;
  z-index: 6;
}
.gallery-slide-video-link {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-slide-video-link:hover {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}
.gallery-slide-video-link img {
  display: block;
  width: 100%;
}
.gallery-slide-video-link__info {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .gallery-slide-video-link__info {
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
}
.gallery-slide-video-link__title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .gallery-slide-video-link__title {
    font-size: 16px;
    margin-right: 10px;
  }
}
.gallery-slide-video-link__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background-color: #e7316c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  width: 55px;
  height: 42px;
}
@media (max-width: 1023px) {
  .gallery-slide-video-link__btn {
    width: 40px;
    height: 32px;
  }
}
.gallery-slide-video-link__btn:before {
  content: '';
  border-left: solid 8px;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.gallery-slider--video {
  position: relative;
}
.gallery-slider--video .swiper-container {
  margin: -30px -18px;
}
@media (max-width: 1199px) {
  .gallery-slider--video .swiper-container {
    margin: -30px -15px;
  }
}
.gallery-slide--video {
  width: 33.333%;
  padding: 30px 18px;
}
@media (max-width: 1199px) {
  .gallery-slide--video {
    padding: 30px 15px;
  }
}
.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
}
.feedback__img {
  width: 875px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
}
.feedback__img img {
  display: block;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .feedback__img {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .feedback__img {
    display: none;
  }
}
.feedback__img .parallax-img {
  overflow: hidden;
  border-radius: 15px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
}
.feedback__body {
  margin: 380px 0 0 -420px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 1px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding: 60px 70px;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .feedback__body {
    margin-left: -600px;
  }
}
@media (max-width: 1023px) {
  .feedback__body {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .feedback__body {
    margin: 0;
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  .feedback__body {
    padding: 40px 15px;
  }
}
.feedback__body:first-child {
  margin-top: 0;
}
.feedback__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .feedback__title {
    margin-bottom: 30px;
  }
}
.form-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .form-row {
    margin-bottom: -20px;
  }
}
.form-col {
  width: 50%;
  padding-bottom: 30px;
}
.form .form-col:last-child {
  padding-bottom: 0;
}
.form .form-col .agreement_block {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.form .form-col .agreement_block input {
  accent-color: #5841b1;
}
@media (max-width: 767px) {
  .form-col {
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .form-col {
    width: 100%;
  }
}
.form-col--full {
  width: 100%;
}
.form-block {
  display: block;
}
.input {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #d7d5de;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
.input:focus {
  border-color: #e7316c;
}
.textarea {
  resize: none;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 250px;
}
.submit-wrapp {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.submit-wrapp > *:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .submit-wrapp > *:not(:last-child) {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .submit-wrapp {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px -50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1199px) {
  .contacts-row {
    margin: 0 -15px -40px;
  }
}
.contacts-col {
  width: 33.333%;
  padding: 0 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 6;
}
@media (max-width: 1199px) {
  .contacts-col {
    padding: 0 15px 40px;
  }
}
@media (max-width: 1023px) {
  .contacts-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contacts-col {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .contacts-col--subscription {
    width: 100%;
  }
}
.contacts-card {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
  padding: 40px 40px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contacts-card:hover {
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .contacts-card {
    padding: 50px 30px;
  }
}
@media (max-width: 479px) {
  .contacts-card {
    padding: 40px 15px;
  }
}
.contacts-card__line {
  padding: 15px 0;
  border-bottom: solid 1px #f3f3f8;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts-card__line:first-child {
  padding-top: 0;
}
.contacts-card__line .logo {
  -ms-flex-item-align: center;
      align-self: center;
}
.contacts-card__line .logo img {
	width: 100%;
}
.contacts-card__line .social-list {
  -ms-flex-item-align: center;
      align-self: center;
}
.contacts-card__about {
  max-width: 240px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 600;
}
.contacts-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.8;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contacts-card__info-title {
  min-width: 70px;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
}
a.contacts-card__info-data {
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contacts-card__info-data a {
	color: black;
}
a.contacts-card__info-data:hover {
  color: #e7316c;
}
.subscription {
  margin: 15px auto 0;
  max-width: 265px;
}
@media (max-width: 767px) {
  .subscription {
    max-width: none;
    margin: 15px 0 0;
  }
}
.subscription__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .subscription__title {
    margin-bottom: 25px;
  }
}
.subscription__desc {
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .subscription__desc {
    margin-bottom: 25px;
  }
}
.subscription-form {
  position: relative;
}
.subscription-form .input {
  height: 40px;
  border-radius: 15px;
  padding: 0 55px 0 20px;
}
.subscription-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border: 0;
  background-color: #ec145a;
  color: #fff;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1px;
}
.subscription-form__submit:hover {
  background-color: #ee2c6b;
}
.subscription-form__submit svg {
  display: block;
  margin: auto;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
}
.footer {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
  font-weight: 600;
}
.footer a {
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer a:hover {
  color: #e7316c;
}
.footer-nav {
  padding: 15px 0;
}
.footer-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -43px -10px;
}
@media (max-width: 1199px) {
  .footer-row {
    margin: 0 -15px -10px;
  }
}
@media (max-width: 767px) {
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .footer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-col {
  padding: 0 43px 10px;
}
@media (max-width: 1199px) {
  .footer-col {
    padding: 0 15px 10px;
  }
}
.footer-col--feedback {
  margin-right: auto;
}
@media (max-width: 767px) {
  .footer-col--menu {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-col--feedback {
    margin-right: initial;
  }
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px -5px;
}
@media (max-width: 1199px) {
  .footer-menu {
    margin: 0 -15px -5px;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-menu li {
  padding: 0 35px 5px;
}
@media (max-width: 1199px) {
  .footer-menu li {
    padding: 0 15px 5px;
  }
}
.foot {
  font-size: 12px;
  color: #dcdcdc;
  background-color: #5841b1;
  font-weight: 600;
  padding: 20px 0;
}
.foot a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .foot .footer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.foot-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px -5px;
}
@media (max-width: 479px) {
  .foot-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.foot-links li {
  padding: 0 15px 5px;
}
.to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 665;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.14);
  color: inherit;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  -o-transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .to-top {
    bottom: 180px;
  }
}
@media (max-width: 479px) {
  .to-top {
    bottom: 0;
    right: 0;
    border-radius: 50% 0 0 0;
  }
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.to-top:hover {
  color: #e7316c;
}
/* brands */
.filter-row {
  margin: 0 -38px -70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible!important;
}
@media (max-width: 1439px) {
  .filter-row {
    margin: 0 -15px -30px;
  }
}
.filter-col {
  padding: 0 38px 70px;
  width: 33.333%;
}
@media (max-width: 1439px) {
  .filter-col {
    padding: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .filter-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .filter-col {
    width: 100%;
  }
}
.filter-sizer {
  position: absolute;
  visibility: hidden;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .filter-sizer {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .filter-sizer {
    width: 100%;
  }
}
.brand-item {
  display: block;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.25);
  -webkit-filter: grayscale(0.01%);
          filter: grayscale(0.01%);
}
.brand-item:hover {
  -webkit-transform: translate(-5px, -5px);
      -ms-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.4);
}
.brand-item img {
  display: block;
  border-radius: 15px;
  width: 100%;
}
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .filter {
    display: block;
    margin-bottom: 15px;
  }
}
.filter-title {
  margin-right: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .filter-title {
    margin: 0 0 10px;
  }
}
.filter-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
}
.filter-list li {
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .filter-list li {
    width: 50%;
  }
}
.filter-btn {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px rgba(76, 70, 113, 0.2);
  background: none;
  border-radius: 15px;
  line-height: 1.2;
  padding: 0 15px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
@media (max-width: 479px) {
  .filter-btn {
    font-size: 12px;
    line-height: 1;
  }
}
.filter-btn:hover {
  background-color: #5841b1;
  border-color: #5841b1;
  color: #fff;
}
.filter-btn.active {
  background-color: #e7316c;
  border-color: #e7316c;
  color: #fff;
}
.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px rgba(76, 70, 113, 0.2);
}
@media (max-width: 767px) {
  .sort {
    margin-bottom: 40px;
  }
}
.sort-title {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 15px;
}
.select {
  position: relative;
}
.select {
  position: relative;
  cursor: pointer;
}
.select .input {
  padding-right: 45px;
}
.select.active .select-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.select.active .select-arrow svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-input {
  pointer-events: none;
}
.select-list {
  position: absolute;
  min-width: 100%;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 66;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05), 0px 1px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05), 0px 1px 5px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  max-height: 300px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-list li:not(:last-child) {
  border-bottom: solid 1px #f2f2f2;
}
.select-list a,
.select-list label {
  width: 100%;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select-list a:hover,
.select-list label:hover {
  color: #5841b1;
}
.select-list .active a,
.select-list .active label {
  background-color: #e7316c;
  pointer-events: none;
  color: #fff;
}
.select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-arrow svg {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select-arrow use {
  fill: #5841b1;
}
.select-label {
  position: relative;
}
.select-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.sort-select {
  padding: 5px 0;
  position: relative;
}
.sort-select .select-title {
  font-weight: 600;
  color: #5841b1;
  text-transform: uppercase;
}
.sort-select:before,
.sort-select:after {
  content: '';
  position: absolute;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  left: 50%;
  margin-left: -3px;
}
.sort-select:before {
  top: 0;
  border-bottom: solid 3px;
}
.sort-select:after {
  bottom: 0;
  border-top: solid 3px;
}
.sort-select .active {
  color: #5841b1;
}
.g-recaptcha {
  position: relative;
}
@media (max-width: 479px) {
  .g-recaptcha {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.g-recaptcha-response {
  position: absolute;
  left: 25px;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  width: 0!important;
  height: 0!important;
  display: block!important;
  margin: 0!important;
}
/* brand */
@media (min-width: 768px) {
  .card--brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .card--brand .card__img {
    width: 58.56%;
  }
}
.tabs-nav-wrapp {
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: solid 1px rgba(76, 70, 113, 0.2);
}
@media (max-width: 767px) {
  .tabs-nav-wrapp {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.tabs-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px -10px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .tabs-nav-list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tabs-nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tabs-nav-list li {
  padding: 0 10px 10px;
}
@media (max-width: 479px) {
  .tabs-nav-list li {
    width: 50%;
  }
}
.tabs-nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
  height: 42px;
  border-radius: 15px;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .tabs-nav-list a {
    padding: 0 20px;
  }
}
.tabs-nav-list a:hover {
  color: #e7316c;
}
.tabs-nav-list .active a {
  background-color: #e7316c;
  color: #fff;
}
.tabs-wrapp {
  position: relative;
}
.tab-block {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: grayscale(0.01%);
          filter: grayscale(0.01%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.tab-block:not(.active) {
  margin: 0;
  padding: 0;
}
.tab-block.active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  pointer-events: auto;
  position: static;
}
.card--brand-info {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  overflow: visible;
  -webkit-mask-image: none;
}
.card--brand-info .card__img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.13);
}
.card--brand-info .card__title {
  border-bottom-color: rgba(76, 70, 113, 0.06);
}
@media (min-width: 768px) {
  .card--brand-info .card__img {
    width: 54.6%;
  }
}
.section-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 70px;
  border-bottom: solid 1px rgba(76, 70, 113, 0.2);
}
@media (max-width: 767px) {
  .section-title {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.card--brand-product:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .card--brand-product:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.card--brand-product .card__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.read-more-btn-wrapp {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .read-more-btn-wrapp {
    margin-top: 50px;
  }
}
.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.cases-slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -30px 0;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .cases-slider {
    margin: -15px 0;
  }
}
@media (max-width: 1023px) {
  .cases-slider {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .cases-slider .swiper-container {
    margin: 0 -15px;
  }
}
@media (min-width: 1024px) {
  .cases-slider .slider-arrow-prev {
    left: 0;
  }
  .cases-slider .slider-arrow-next {
    right: 0;
  }
}
.cases-slide {
  padding: 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media (max-width: 1199px) {
  .cases-slide {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cases-slide {
    width: 100%;
  }
}
.case-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 545px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .case-item {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  }
}
.case-item__img img {
  display: block;
  width: 100%;
}
.case-item__body {
  padding: 40px 55px 65px;
}
@media (max-width: 1023px) {
  .case-item__body {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .case-item__body {
    padding: 30px 15px;
  }
}
.case-item__title {
  font-size: 25px;
  /*margin-bottom: 35px;*/
  font-weight: 600;
}
@media (max-width: 1199px) {
  .case-item__title {
    margin-bottom: 20px;
  }
}
.case-item__desc {
  line-height: 1.8;
}
.brands-read-more-link-wrapp {
  text-align: center;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 479px) {
  .brands-read-more-link-wrapp {
    font-size: 26px;
  }
}
.brands-read-more-link-wrapp a {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.brands-read-more-link-wrapp a:hover {
  text-decoration: none;
  color: #e7316c;
}
/* faq */
.faq {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  margin-bottom: -60px;
}
@media (min-width: 1024px) {
  .faq {
    padding-top: 80px;
  }
}
@media (max-width: 1439px) {
  .faq {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .faq {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-bottom: -40px;
  }
}
.faq-item {
  padding-bottom: 60px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (max-width: 767px) {
  .faq-item {
    padding-bottom: 40px;
  }
}
.faq-item__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq-item__title {
    margin-bottom: 20px;
  }
}
.faq-item__desc {
  line-height: 1.8;
}
/* contacts */
.contacts-map {
  height: 580px;
  margin-top: -180px;
  margin-bottom: 160px;
}
@media (max-width: 1023px) {
  .contacts-map {
    height: 420px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .contacts-map {
    height: 360px;
  }
}
@media (max-width: 479px) {
  .contacts-map {
    height: 280px;
  }
}
.contacts-persons-row {
  margin: 0 -60px -60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 479px) {
  .contacts-persons-row {
    margin: 0 30px -50px;
  }
}
@media (max-width: 1199px) {
  .contacts-persons-row {
    margin: 0 -15px -40px;
  }
}
.contacts-persons-col {
  padding: 0 60px 60px;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 479px) {
  .contacts-persons-col {
    padding: 0 30px 40px;
  }
}
@media (max-width: 1199px) {
  .contacts-persons-col {
    padding: 0 15px 60px;
  }
}
@media (max-width: 1023px) {
  .contacts-persons-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contacts-persons-col {
    width: 100%;
  }
}
.contacts-person {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.contacts-person__img img {
  display: block;
  width: 100%;
}
.contacts-person__body {
  padding: 80px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .contacts-person__body {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .contacts-person__body {
    padding: 30px 15px;
  }
}
.contacts-person__user {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px rgba(76, 70, 113, 0.2);
}
.contacts-person__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contacts-person__name:last-child {
  margin-bottom: 0;
}
.contacts-person__position {
  line-height: 1.8;
}
.contacts-person__list {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 15px;
}
.contacts-person__list li + li {
  margin-top: 15px;
}
.contacts-person__list a {
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contacts-person__list a:hover {
  color: #e7316c;
}
.contacts-person__list a[href^="mailto:"] {
  font-weight: 600;
}
/* modal */
.modal {
  width: 1280px;
  max-width: 90%;
  max-width: calc(100% - 40px);
  font-family: 'SegoeUI', sans-serif;
  color: #4c4671;
  padding: 0;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  display: none;
  background: none;
}
.modal.active .modal-body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.modal.close .modal-body {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.modal-body {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
  position: relative;
  overflow: hidden;
  padding: 40px 50px;
  background-color: #fff;
  opacity: 0;
}
@media (max-width: 1199px) {
  .modal-body {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 30px 20px;
  }
}
.modal-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
  height: 18px;
  z-index: 2;
  color: #4c4671;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.modal-close-btn:hover {
  color: #e7316c;
}
.modal-close-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}
.modal-sent {
  width: 400px;
}
.content-text {
  line-height: 1.8;
}
/* about */
@media (min-width: 768px) {
  .card--about-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    min-height: 530px;
  }
  .card--about-page .card__img {
    width: 35.5%;

  }
  .card--about-page .card__content {
    width: 748px;
  }
}
.tabs-nav-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.tabs-nav-timeline:before {
  content: '';
  position: absolute;
  height: 6px;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background-color: #fff;
}
.tabs-nav-timeline li:nth-child(even) {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .tabs-nav-timeline li:nth-child(even) {
    padding-top: 120px;
    margin: 0 -15px;
  }
}
.tabs-nav-timeline li:nth-child(even) a:before {
  top: auto;
  bottom: 100%;
  margin: 0 0 48px -15px;
}
@media (max-width: 767px) {
  .tabs-nav-timeline li:nth-child(even) a:before {
    margin-bottom: 23px;
  }
}
.tabs-nav-timeline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 44px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tabs-nav-timeline a {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .tabs-nav-timeline a {
    font-size: 12px;
    padding: 0 5px;
  }
}
.tabs-nav-timeline a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 100%;
  margin: 48px 0 0 -15px;
  border-radius: 50%;
  border: solid 5px #fff;
  background-color: #4c4671;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .tabs-nav-timeline a:before {
    margin-top: 23px;
  }
}
.tabs-nav-timeline a:hover:before {
  background-color: #5841b1;
}
.tabs-nav-timeline .active a {
  background-color: #e7316c;
  color: #fff;
}
.tabs-nav-timeline .active a:before {
  background-color: #e7316c;
}
.team-row {
  margin: 0 -50px -60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 479px) {
  .team-row {
    margin: 0 30px -50px;
  }
}
@media (max-width: 1199px) {
  .team-row {
    margin: 0 -15px -40px;
  }
}
.team-col {
  padding: 0 50px 60px;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 479px) {
  .team-col {
    padding: 0 30px 40px;
  }
}
@media (max-width: 1199px) {
  .team-col {
    padding: 0 15px 60px;
  }
}
@media (max-width: 1023px) {
  .team-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .team-col {
    width: 100%;
  }
}
.team-user {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.team-user__img img {
  display: block;
  width: 100%;
}
.team-user__body {
  padding: 40px 30px 50px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 62px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 62px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .team-user__body {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .team-user__body {
    padding: 30px 15px;
  }
}
.team-user__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-user__name:last-child {
  margin-bottom: 0;
}
.team-user__position {
  line-height: 1.8;
}
.vacancies {
  max-width: 1000px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: -30px auto;
}
@media (max-width: 1199px) {
  .vacancies {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .vacancies {
    margin: -20px 0;
  }
}
@media (max-width: 767px) {
  .vacancies {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.vacancy {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding: 30px 0;
}
@media (max-width: 1023px) {
  .vacancy {
    padding: 20px 0;
  }
}
.vacancy__body {
  padding: 40px 60px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .vacancy__body {
    padding: 30px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 479px) {
  .vacancy__body {
    padding: 30px 15px;
  }
}
.vacancy__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vacancy__desc {
  line-height: 1.8;
  margin-bottom: 20px;
}
.vacancy__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.vacancy__date a {
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.vacancy__date a:hover {
  color: #e7316c;
}
.vacancy__date a svg {
  display: block;
}
.vacancy__date > *:not(:last-child) {
  margin-right: 15px;
}
.vacancy__date > *:not(:last-child):first-child {
  margin-right: auto;
  padding-right: 15px;
}
/* service */
@media (min-width: 768px) {
  .card--service {
    min-height: 540px;
  }
  .card--service .card__img {
    width: 56.6%;
  }
}
@media (max-width: 1023px) {
  .feedback--service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feedback--service .contacts-person {
  width: 350px;
  margin-right: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .feedback--service .contacts-person {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .feedback--service .contacts-person {
    display: none;
  }
}
.feedback--service .feedback__body {
  margin: 0;
}
.load-fade-in {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.load-fade-in.active {
  opacity: 1;
}
#filter-grid {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#filter-grid.active {
  opacity: 1;
}
.card--hidden {
  display: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.card--hidden.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card--hidden.visible {
  opacity: 1;
}
.slider-promo-back-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 200px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  border: 0;
  height: auto;
}
@media (max-width: 1023px) {
  .slider-promo-back-nav {
    display: none;
  }
}
.slider-promo-back-nav:hover {
  opacity: 1;
}
.slider-promo-back-nav-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.slider-promo-back-nav-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.section--offset-bottom-large {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .section--offset-bottom-large {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section--offset-bottom-large {
    padding-bottom: 80px;
  }
}
.section--offset-top-large {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .section--offset-top-large {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section--offset-top-large {
    padding-top: 80px;
  }
}
.contacts-map {
  z-index: 5;
}
.header-btn {
  height: 34px;
  padding: 5px 15px;
  border-radius: 10px;
}
.contentfortext {
	min-height: auto;
}

/* Express fix brand lists responsive */

.slider--promo .slide__img img {
  height: auto;
}

@media (min-width: 1920px) {
  .slider--promo .slide__img img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .slider--promo .slide__body .slide__content {
    display: none;
  }
}
@media (max-width: 500px) {
  .slider--promo .slide__img .slide__shadow {
    display: none;
  }
  .slider--promo .container--slider-nav {
    display: none;
  }
  .gallery-slider .gallery-slide {
    padding: 30px 55px;
  }
}
@media (max-width: 400px) {
  .gallery-slider .gallery-slide {
    padding: 30px 45px;
  }
}
@media (max-width: 375px) {
  .gallery-slider .gallery-slide {
    padding: 30px 35px;
  }
}
@media (max-width: 320px) {
  .gallery-slider .gallery-slide {
    padding: 30px 10px;
  }
}


/*
.slide__body {
  min-height: 520px;
}

@media (max-width: 1920px) {
  .slide__body {
    min-height: 450px;
  }
}

@media (max-width: 1800px) {
  .slide__body {
    min-height: 493px;
  }
}

@media (max-width: 1700px) {
  .slide__body {
    min-height: 465px;
  }
}

@media (max-width: 1600px) {
  .slide__body {
    min-height: 439px;
  }
}

@media (max-width: 1500px) {
  .slide__body {
    min-height: 411px;
  }
}

@media (max-width: 1400px) {
  .slide__body {
    min-height: 411px;
  }
}

@media (max-width: 1300px) {
  .slide__body {
    min-height: 355px;
  }
}

@media (max-width: 1200px) {
  .slide__body {
    min-height: 329px;
  }
}

@media (max-width: 1100px) {
  .slide__body {
    min-height: 450px;
  }
}

@media (max-width: 1920px) {
  .slide__body {
    min-height: 450px;
  }
}

@media (max-width: 1920px) {
  .slide__body {
    min-height: 450px;
  }
}*/

/*.brand-item {
  background-color: #fff;
  position: relative;
  max-width: 376px;
  max-height: 376px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.brand-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}*/
/*.brand-item img {
  border-radius: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
.gallery-slide-link {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.gallery-slide-link img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1199px) {
  .gallery-slide-link {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1199px) {
/*  .brand-item {
    max-height: 303px;
  }*/
  .gallery-slide-link {
    width: 303px;
    height: 303px;
  }
}
@media (max-width: 995px) {
/*  .brand-item {
    max-height: 220px;
  }*/
  .gallery-slide-link {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .gallery-slide-link {
    min-width: 303px;
    min-height: 303px;
  }
}
.card--brand-product .card__img {
  max-height: 640px;
}

.gallery-slide--video img {
  object-fit: cover;
}

.disable-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit/Edge */
}

/* Fix menu */
@media (min-width: 1024px) {
  .header-menu > li.menu-item-has-children > .sub-menu-wrapp {
    max-height: 100vh;
  }
  .header-menu > li.menu-item-has-children > .sub-menu-wrapp > .sub-menu {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .header-menu .sub-menu .sub-menu-wrapp {
    min-height: auto;
  }
  html.header-menu-is-hover, html.header-menu-is-hover body {
  	margin: 0;
  	/*height: 100%; */
  	/*overflow: hidden;*/
  }
}