@charset "UTF-8";

* {
  box-sizing: content-box;
  outline: 0 !important;
}

html {
  height: 100%;
  font-size: 14px;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  overflow-x: hidden;
  position: relative;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a,
button,
img,
input,
textarea {
  border: none;
  outline: 0;
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

dl,
nav,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

.inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.page--100vh {
  height: calc(100vh - 203px);
}

#wrapper {
  position: relative;
  padding-top: 0px !important;
}

@media (max-width: 1200px) {
  #wrapper {
    padding-top: 0px !important;
  }
}

.header {
  width: 100%;
  height: 80px !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4001;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

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

.header__promo {
  display: block;
}

@media (max-width: 1870px) {
  .header__promo {
    max-width: 400px;
  }
}

@media (max-width: 1023px) {
  .header__promo {
    display: none;
  }
}

.header__promo img {
  width: 100%;
  height: 100%;
}

.header__logo-last {
  width: 80px;
  height: 65px;
  margin-left: 26px;
}

@media (max-width: 1200px) {
  .header__logo-last {
    width: 57px;
    height: 46px;
    margin-left: 10px;
  }
}

.header__logo-last img {
  width: 100%;
  height: 100%;
}

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition-duration: 0.4s;
}

@media (max-width: 1200px) {
  .header__burger {
    width: 60px;
    height: 60px;
  }
}

.header__burger.open {
  background-color: #f2f2f2;
}

.header__burger.open .header__burger-wrapper .icon-left {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: 0 0;
}

.header__burger.open .header__burger-wrapper .icon-left::before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.header__burger.open .header__burger-wrapper .icon-left::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.header__burger.open .header__burger-wrapper .icon-right {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: 0 0;
}

.header__burger.open .header__burger-wrapper .icon-right::before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.header__burger.open .header__burger-wrapper .icon-right::after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.header__burger-wrapper {
  width: 28px;
  height: 28px;
  position: relative;
}

.header__burger-wrapper .icon-left {
  position: absolute;
  top: 11px;
  width: 14px;
  height: 3px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ce181f;
}

.header__burger-wrapper .icon-left::after,
.header__burger-wrapper .icon-left::before {
  content: "";
  width: 14px;
  height: 3px;
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ce181f;
}

.header__burger-wrapper .icon-left::before {
  top: -9px;
}

.header__burger-wrapper .icon-left::after {
  top: 9px;
}

.header__burger-wrapper .icon-right {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 14px;
  height: 3px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ce181f;
}

.header__burger-wrapper .icon-right::after,
.header__burger-wrapper .icon-right::before {
  content: "";
  width: 14px;
  height: 3px;
  position: absolute;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ce181f;
}

.header__burger-wrapper .icon-right::before {
  top: -9px;
}

.header__burger-wrapper .icon-right::after {
  top: 9px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1815px) {
  .header__nav {
    display: none;
  }
}

.header__nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 1024px) {
  .header__nav > li:hover > a {
    color: #ce181f;
  }

  .header__nav > li:hover > a + .header__submenu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header__nav > li + li {
  margin-left: 32px;
}

.header__nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 33px;
  color: #2c2c2c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__nav > li > a svg {
  fill: #b2b9bc;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__submenu {
  width: 100%;
  padding: 25px 20px 45px 251px !important;
  background-color: #f7f7f7;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__submenu-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__submenu-group {
  max-width: 422px !important;
  min-width: 228px;
}

.header__submenu-group + .header__submenu-group {
  margin-left: 30px;
}

.header__submenu-group > a {
  display: block;
  padding-bottom: 9px;
  margin-bottom: 9px;
  font-size: 18px;
  border-bottom: 1px solid #ac1919;
  color: #2c2c2c;
}

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

.header__submenu-list li {
  width: 100%;
}

.header__submenu-list li + li {
  margin-left: 0;
}

.header__submenu-list li a {
  font-size: 14px;
  line-height: 32px;
  text-decoration: underline;
  color: #4d4d4d;
}

@media (min-width: 1024px) {
  .header__submenu-list li a:hover {
    text-decoration: none;
  }
}

.header__submenu-list--wide li {
  width: 53%;
}

.header__submenu-list--wide li:nth-child(even) {
  width: 47%;
}

.header__info {
  width: 216px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 52px;
  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;
  padding: 10px 20px 10px 54px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .header__info {
    display: none;
  }
}

.header__info + .header__info {
  margin-left: 8px;
}

.header__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #2c2c2c;
}

.header__info--mobile {
  display: none;
}

@media (max-width: 1200px) {
  .header__info--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header__info--mobile:first-child {
    margin: 15px auto 0;
  }

  .header__info--mobile + .header__info {
    margin: 8px auto 15px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

@media (max-width: 1023px) {
  .header__links {
    display: none;
  }
}

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

.header__link + .header__link {
  margin-left: 23px;
}

.header__link svg {
  width: 20px;
  height: 20px;
  fill: #b2b9bc;
  margin-right: 5px;
}

.header__link a {
  font-size: 14px;
  line-height: 17px;
  color: #2c2c2c;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .header__link a:hover {
    text-decoration: none;
  }
}

.header__link--mobile {
  display: none;
}

@media (max-width: 1023px) {
  .header__link--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__link--mobile:first-child {
    border-top: 1px solid #e6e6e6;
  }

  .header__link--mobile > a {
    width: 100%;
    padding: 12.5px 20px 12.5px;
  }

  .header__link--mobile > a svg {
    width: 24px;
    height: 24px;
    fill: #ac1919;
    margin-right: 0;
  }

  .header__link--mobile .header-mobile__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__link--mobile .header-mobile__contact svg {
    fill: #b2b9bc;
    margin-right: 5px;
  }

  .header__link--mobile + .header__link--mobile {
    margin: 0;
  }

  .header__link--mobile a {
    text-decoration: none;
  }
}

.header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  min-height: 100vh;
  background-color: #fff;
  margin-top: 80px;
  border: 1px solid #e6e6e6;
  z-index: 201;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

@media (max-width: 1200px) {
  .header-mobile {
    width: 255px;
    margin-top: 60px;
  }
}

.header-mobile__promo {
  display: none;
  padding: 22px 20px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1023px) {
  .header-mobile__promo {
    display: block;
  }
}

.header-mobile--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-mobile--open-sub {
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
}

.header-mobile__layout {
  min-height: 100vh;
  background-color: #fff;
  margin-left: -2px;
}

.header-mobile__menu-link {
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (min-width: 1024px) {
  .header-mobile__menu-link:hover {
    background-color: #ac1919;
  }

  .header-mobile__menu-link:hover .header-mobile__submenu {
    display: block;
  }

  .header-mobile__menu-link:hover span {
    color: #fff;
  }

  .header-mobile__menu-link:hover svg {
    fill: #fff;
  }
}

.header-mobile__menu-link > a {
  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;
  padding: 12.5px 20px 12.5px 30px;
}

@media (max-width: 1023px) {
  .header-mobile__menu-link > a {
    padding: 12.5px 20px 12.5px;
  }
}

.header-mobile__menu-link span {
  font-size: 15px;
  line-height: 18px;
  color: #2c2c2c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-mobile__menu-link svg {
  fill: #ac1919;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.header-mobile__submenu {
  display: none;
  position: absolute;
  left: 220px;
  top: 0;
  width: 300px;
  min-height: 100vh;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

@media (max-width: 1200px) {
  .header-mobile__submenu {
    left: 255px;
  }
}

@media (max-width: 1023px) {
  .header-mobile__submenu {
    left: 0;
    display: block;
    width: 281px;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
}

.header-mobile__submenu--open {
  -webkit-transform: translateX(91%);
  transform: translateX(91%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header-mobile__submenu .accordion {
  padding: 14px 15px;
  margin-top: 0;
}

.express-store + .footer {
  margin-top: 0;
}

.express-store__slide {
  background-size: cover;
  background-position: center;
}

.express-store__row {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.express-store__title {
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.express-store__subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.express-store__subtitle--center {
  margin: 8px 0 16px;
}

.express-store__row-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.express-store__button {
  margin: 11.5px 11.5px;
  border-radius: 5px;
}

.main-menu__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.gray_footer {
  background: #f6f6f6;
}

.footer__row {
  height: 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;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.wrapper--100vh {
  min-height: 100vh;
}

@media (max-width: 1000px) {
  .wrapper--100vh {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .wrapper--top {
    padding-top: 112px !important;
  }
}

.link {
  color: #2c2c2c;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  text-decoration: none;
  color: #841215;
}

.link--phone-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  height: 17px;
  width: 17px;
  margin-right: 4px;
  background-image: url(../img/phone-icon.png);
}

.button {
  display: block;
  height: 46px;
  width: 249px;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button--red {
  background-color: #ce181f;
  color: #fff;
}

.button--red:hover {
  background-color: #841215;
  text-decoration: none;
  color: #fff;
}

.button--light-red {
  background-color: #b72126;
}

.button--light-red:hover {
  background-color: #841215;
}

.button--grey {
  background-color: #58585a;
  border: 1px solid #58585a;
}

.button--grey:hover {
  background-color: #fff;
  color: #58585a;
}

.button--white {
  color: #2c2c2c;
  background-color: #fff;
}

.button--white:hover {
  background-color: #d7d7d7;
}

.button--bottom {
  margin-top: 52px;
}

.btn {
  height: 40px;
  line-height: 40px;
  width: 220px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}
