.header-top {
  background: black; }
  .header-top__left {
    justify-content: space-between; }
    .header-top__left_menu {
      display: flex;
      align-items: center; }

.site-header .burger-wrap .burger-btn svg, .fixed-panel .burger-wrap .burger-btn svg, .site-header .burger-wrap .burger-btn:hover svg, .fixed-panel .burger-wrap .burger-btn:hover svg, .site-header .burger-wrap .burger-btn.active svg, .fixed-panel .burger-wrap .burger-btn.active svg {
  fill: #c9181e; }

.site-header .burger-wrap .burger-btn:hover span, .fixed-panel .burger-wrap .burger-btn:hover span, .site-header .burger-wrap .burger-btn.active span, .fixed-panel .burger-wrap .burger-btn.active span {
  color: #c9181e; }

.magazine_panel {
  flex: 0 0 436px; }
  @media screen and (max-width: 1260px) {
  .magazine_panel {
    display: none; } }
  .magazine_panel .header-btn-item .login-form-btn svg {
    fill: #c9181e; }

.km_ekran {
  position: relative;
  margin: 0 0 50px;
  display: flex;
  justify-content: center; }
  .km_ekran.min-h {
    min-height: calc(100vh - 66px); }
  .km_ekran__wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%; }
  .km_ekran__images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .km_ekran__images .slick-list.draggable {
      height: 100%; }
    .km_ekran__images .slick-track {
      height: 100%; }
    .km_ekran__images .slick-slide div {
      height: 100%; }
    .km_ekran__images .site__wrapper {
      min-height: auto; }
  .km_ekran__image {
    position: relative;
    height: 100%; }
    .km_ekran__image:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6); }
  .km_ekran__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .km_ekran__item {
    color: white; }
  .km_ekran__slider {
    margin: 0 auto;
    max-width: 1400px;
    padding: 21px 0 23px;
    width: 100%; }
    .km_ekran__slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 25px;
      border-radius: 90px; }
    .km_ekran__slider .slick-next {
      right: -60px;
      background-image: url(/t/images/images/chevron_right.svg.png);
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: calc(50% + 2px) 50%; }
    .km_ekran__slider .slick-prev {
      left: -80px;
      background-image: url(/t/images/images/chevron_left.svg.png);
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: calc(50% - 2px) 50%; }
  .km_ekran__title {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
  .km_ekran__title {
    font-size: 50px; } }
    @media screen and (max-width: 600px) {
  .km_ekran__title {
    font-size: 28px; } }
  .km_ekran__subtitle {
    font-size: 30px;
    color: #f65151;
    font-weight: 400;
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
  .km_ekran__subtitle {
    font-size: 25px; } }
    @media screen and (max-width: 600px) {
  .km_ekran__subtitle {
    font-size: 20px; } }
  .km_ekran__text {
    font-size: 20px; }
    @media screen and (max-width: 600px) {
  .km_ekran__text {
    font-size: 16px; } }
  .km_ekran__btn_note {
    margin: 45px 0 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
  .km_ekran__btn_note {
    flex-direction: column; } }
  .km_ekran__btn {
    display: inline-block;
    background: linear-gradient(45deg, #ed1c24, #ff5252);
    padding: 15px 40px;
    text-decoration: none;
    margin-right: 20px;
    color: white;
    box-sizing: unset;
    font-size: 16px;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .km_ekran__btn:before {
      content: "";
      position: absolute;
      top: -100%;
      left: 0;
      background: #ea4f4e;
      display: block;
      width: 100%;
      z-index: 0;
      height: 100%; }
    .km_ekran__btn:hover:before {
      top: 0;
      transition: all 0.5s linear;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .km_ekran__btn > span {
      position: relative;
      z-index: 3; }
    @media screen and (max-width: 768px) {
  .km_ekran__btn {
    margin-bottom: 20px; } }
  .km_ekran__note {
    width: 300px;
    color: #fff;
    opacity: 0.5; }
    @media screen and (max-width: 600px) {
  .km_ekran__note {
    font-size: 14px; } }

.km_prem {
  position: relative;
  z-index: 0;
  color: white;
  width: 100%; }
  .km_prem__wrap {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: minmax(300px, 1fr) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding-top: 21px;
    padding-bottom: 21px;
    margin: 0 auto;
    max-width: 1400px; }
  .km_prem__item {
    display: flex; }
  .km_prem__icon {
    flex: 0 0 45px;
    margin-right: 10px; }
  .km_prem__title {
    font-size: 18px;
    margin: 0 0 8px; }
  .km_prem__text {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    opacity: 0.5; }

.request-call__btn {
  border: 1px solid #c9181e;
  color: white;
  padding: 13px 30px;
  width: 190px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .request-call__btn:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    background: #c9181e;
    display: block;
    width: 100%;
    z-index: 0;
    height: 100%; }
  .request-call__btn:hover:before {
    top: 0;
    transition: all 0.5s linear;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .request-call__btn > span {
    position: relative;
    z-index: 3; }

.header-top .nav_menu__items {
  font-size: 16px;
  font-weight: 400; }
  .header-top .nav_menu__items > li {
    margin: 0 15px; }

.header-btn-item.cart-preview-block:after {
  display: none; }

.contacts-block {
  display: flex;
  color: white;
  align-items: center; }

.request-call {
  margin-right: 25px; }

.social-link__icon {
  height: 40px; }
  .social-links__items a {
    text-decoration: none; }

.time-block {
  margin-right: 25px; }
  .time-block__title {
    font-size: 15px;
    opacity: 0.5; }
  .time-block__text {
    font-size: 15px; }

.phone-block {
  display: flex;
  align-items: center;
  margin-right: 25px; }
  .phone-block svg.gr-svg-icon {
    fill: white; }
  .phone-block__item {
    text-align: right; }
  .phone-block__item a {
    font-size: 18px;
    text-decoration: none;
    color: white; }
  .phone-block__address {
    font-size: 15px;
    text-align: right;
    opacity: 0.5; }

.header-bottom__left {
  flex: 1 1 30%; }
  .header-bottom__right {
    flex: 1 1 70%; }
