@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

BODY {
  font: 15px/1.3 "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
  color: #101010;
  background-color: #fff;
}

MAIN, SECTION {
  display: block;
}

IMG {
  border: 0;
  vertical-align: middle;
}

INPUT, TEXTAREA {
  font-family: inherit;
  color: inherit;
  font: inherit;
}

:focus {
  outline: none;
}

BUTTON::-moz-focus-inner {
  border: none;
}

BUTTON, INPUT, TEXTAREA, SELECT {
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

INPUT:not([type=checkbox]):not([type=radio]), TEXTAREA {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

INPUT::-ms-clear {
  display: none;
}

TABLE {
  border: 0;
  border-collapse: collapse;
}

H1 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 28px;
}

H2 {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 28px;
}

P {
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1210px;
  padding-right: 20px;
  padding-left: 20px;
}

.icon:before {
  display: inline-block;
  font: normal normal normal 20px/1 "StandardIconFont";
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon_letter:before {
  content: '\f124';
}

.icon_globe:before {
  content: '\f11b';
}

.icon_out:before {
  content: '\f134';
}

.icon_arrow-right:before {
  content: '\f132';
}

.icon_arrow-left:before {
  content: '\f120';
}

.icon_arrow-down:before {
  content: '\f128';
}

.icon_arrow-up:before {
  content: '\f12b';
}

.icon_search:before {
  content: '\f133';
}

.icon_burger:before {
  content: '\f12c';
}

.icon_close:before {
  content: '\f118';
}

.icon_reset:before {
  content: '\f106';
}

.icon_minus:before {
  content: '\f126';
}

.icon_plus:before {
  content: '\f130';
}

.icon_views:before {
  content: '\f143';
}

.icon_download:before {
  content: '\f10b';
}

.icon_lock:before {
  content: '\f123';
}

.no-scroll {
  overflow: hidden;
}

.button {
  display: inline-block;
  padding: 15px 21px;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #101010;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.button:hover {
  color: #fff;
  background: #910a2d;
}

.button_border {
  color: #101010;
  padding-top: 13px;
  padding-bottom: 13px;
  background: none;
  border: 2px solid #101010;
}

.button_border:hover {
  color: #101010;
  background: none;
}

.file-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.file-links__label {
  position: relative;
  top: 1px;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  margin-right: 22px;
  display: none;
}

.file-links__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  text-decoration: none;
  margin-right: 18px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.file-links__item:hover {
  color: #101010;
}

.file-links__item:hover .file-links__icon {
  fill: #910a2d;
}

.file-links__item:hover:before {
  color: #910a2d;
}

.file-links__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 22px;
  fill: #999;
  margin-right: 8px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.more-link {
  color: #999;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.more-link:before {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.more-link__text {
  display: none;
}

.more-link:hover {
  color: #101010;
}

.more-link:hover:before {
  color: #910a2d;
}

.more-link_no-hide-text {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 23px;
}

.more-link_no-hide-text:before {
  position: absolute;
  top: -2px;
  right: 0;
}

.back-link {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.back-link:before {
  position: relative;
  top: -1px;
  margin-right: 8px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.back-link:hover {
  color: #101010;
}

.back-link:hover:before {
  color: #910a2d;
}

.responsive-media {
  position: relative;
}

.responsive-media:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.responsive-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img[data-object-fit="contain"] {
  -o-object-fit: contain;
  object-fit: contain;
}

img[data-object-fit="cover"] {
  -o-object-fit: cover;
  object-fit: cover;
}

img[data-object-fit="scale-down"] {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

img[data-object-fit="none"] {
  -o-object-fit: none;
  object-fit: none;
}

.fit-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fit-img img {
  opacity: 0 !important;
}

.fit-img--cover {
  background-size: cover;
}

.fit-img--contain {
  background-size: contain;
}

/* inner banner styles */
#no-zoom-zoom {
  text-align: center;
  margin: 0;
  background: #000;
}

#no-zoom-zoom .container {
  max-width: none;
  padding: 0;
}

#no-zoom-zoom img {
  width: 100%;
  height: auto !important;
}

@media (min-width: 768px) {
  .more-link {
    position: relative;
    padding-right: 23px;
  }
  .more-link:before {
    position: absolute;
    top: -2px;
    right: 0;
  }
  .more-link__text {
    display: inline;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
  H1 {
    font-size: 30px;
    margin-bottom: 38px;
  }
  H2 {
    font-size: 25px;
  }
  .file-links__label {
    display: inline;
  }
}

/* header */
HEADER {
  display: block;
}

.header {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
}

.header__wrap {
  position: relative;
  padding: 9px 0;
  background: #101010;
}

.header__wrap-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
}

.header__logo {
  margin-left: -3px;
}

.header__logo IMG {
  height: 42px;
}

.header__slogan-sm {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  margin: 0 15px 0 26px;
}

.header__search-sm {
  cursor: pointer;
  margin-left: auto;
}

.header__links {
  display: none;
  position: fixed;
  z-index: 10;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow-y: auto;
}

.header__slogan-lg, .header__search-lg {
  display: none;
}

.header__add-menu {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  padding-bottom: 30px;
}

.header__add-menu A {
  text-decoration: none;
}

.header__burger {
  position: relative;
  padding-left: 21px;
  margin-left: 19px;
  cursor: pointer;
}

.header__burger:after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 1px;
  background: #3d3d3d;
}

.header__reg-link {
  -ms-flex-item-align: center;
  align-self: center;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.header__reg-link A {
  display: inline-block;
  color: #999;
  text-decoration: none;
}

.menu {
  font-size: 15px;
  color: #101010;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 10px 20px 0 20px;
}

.menu__list {
  list-style: none;
}

.menu__item {
  border-bottom: 1px solid #d9d9d9;
}

.menu__item A {
  text-decoration: none;
  color: #101010;
}

.menu__item > A {
  position: relative;
  display: block;
  padding: 15px 0;
}

.menu__item_submenu > A:after {
  content: '\f130';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  font: normal normal normal 20px/1 "StandardIconFont";
  color: #999;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu__item_open > A {
  color: #999;
}

.menu__item_open > A:after {
  content: '\f126';
}

.menu__item_open .submenu {
  display: block;
}

.submenu {
  display: none;
}

.submenu__list {
  list-style: none;
  padding: 17px 0 13px 0;
  margin-left: -10px;
}

.submenu__item {
  font-size: 13px;
  margin-bottom: 23px;
}

.submenu-models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 13px;
  text-align: center;
  margin: 8px -20px 30px -20px;
}

.submenu-models__item {
  width: 140px;
  padding: 15px 5px;
}

@media (min-width: 350px) {
  .submenu-models__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 480px) {
  .submenu-models__item {
    width: 160px;
  }
}

.submenu-models IMG {
  display: inline-block;
  max-width: 100%;
}

.submenu-models__name {
  margin-top: 10px;
}

.add-menu {
  font-size: 13px;
  line-height: 2;
  padding: 8px 20px 0 20px;
}

.add-menu__list {
  list-style: none;
}

.add-menu__item {
  margin-top: 14px;
}

.add-menu__item A {
  color: #999;
  text-decoration: none;
}

.add-menu__basket {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  line-height: 1.3;
  padding: 4px 5px;
  margin-left: 8px;
  border-radius: 3px;
  background: #910a2d;
}

@media (min-width: 1025px) {
  .header__wrap {
    padding: 20px 0;
  }
  .header__wrap-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__wrap-sm {
    display: block;
    margin-right: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .header__burger {
    display: none;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__logo IMG {
    height: 56px;
  }
  .header__links {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 0 0 20px;
    background: none;
    overflow-y: visible;
  }
  .header__slogan-sm, .header__search-sm {
    display: none;
  }
  .header__search-lg {
    display: block;
    cursor: pointer;
  }
  .header__slogan-lg {
    display: block;
    font-size: 15px;
    margin-right: auto;
  }
  .header__add-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0 0 0;
  }
  .header__reg-link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 8px;
  }
  .menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 13px;
    color: #e7e7e7;
    padding: 0;
    margin-top: 18px;
  }
  .menu__item {
    display: inline-block;
    margin: 0 32px 0 0;
    border: 0;
  }
  .menu__item:last-child {
    margin-right: 0;
  }
  .menu__item > A {
    position: relative;
    display: inline;
    color: #e7e7e7;
    padding: 4px 0 8px 0;
  }
  .menu__item > A:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu__item > A:hover {
    color: #fff;
  }
  .menu__item > A:hover:before {
    width: calc(100% - 3px);
    margin-left: -50%;
  }
  .menu__item_submenu > A:after {
    display: none;
  }
  .submenu {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 100%;
    left: 0;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
  }
  .submenu__list {
    padding: 17px 0;
    margin: 0;
  }
  .submenu__item {
    display: inline-block;
    margin: 4px 0;
  }
  .submenu__item:not(:last-child) {
    margin-right: 28px;
  }
  .submenu__item > A {
    color: #999;
  }
  .submenu__item_active > A {
    color: #101010;
  }
  .submenu-models {
    text-align: left;
    margin: 0;
    background: #fff;
  }
  .submenu-models__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submenu-models__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 14px;
    width: 165px;
  }
  .add-menu {
    font-size: 10px;
    line-height: 1.3;
    padding: 0;
  }
  .add-menu__item {
    display: inline-block;
    margin: 4px 31px 4px 0;
  }
  .add-menu__item:last-child {
    margin-right: 26px;
  }
  .add-menu__item_active A {
    color: #fff;
  }
  .add-menu__basket {
    padding: 3px 5px 5px 6px;
  }
}

/* footer */
FOOTER {
  display: block;
  color: #999;
  text-align: center;
  background: #101010;
}

FOOTER A {
  color: #999;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

FOOTER A:hover {
  color: #fff;
}

.footer-feedback, .footer-menu {
  display: none;
}

.footer-links, .footer-copy {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.footer-links UL, .footer-copy UL {
  list-style-type: none;
}

.footer-links LI, .footer-copy LI {
  display: inline-block;
}

.footer-links .icon:before {
  position: relative;
  top: -2px;
  margin-right: 9px;
}

.footer-links__social {
  padding: 32px 0 28px 0;
}

.footer-links__social LI {
  margin: 0 2px;
}

.footer-links__social-icon {
  width: 20px;
  height: 20px;
  fill: #999;
  margin-right: 9px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.footer-links__social A:hover .footer-links__social-icon {
  fill: #fff;
}

.footer-links__mazda {
  padding: 18px 0 14px 0;
  margin: 0 -5px;
  border-top: 1px solid #404040;
}

.footer-links__mazda LI {
  margin: 4px 5px;
}

.footer-copy {
  padding: 33px 0 43px 0;
  margin: 0 -11px;
  border-top: 1px solid #404040;
}

.footer-copy__links {
  margin-bottom: 20px;
}

.footer-copy__links Li {
  margin: 0 11px 16px 0;
}

@media (min-width: 992px) {
  FOOTER {
    text-align: left;
  }
  .footer-feedback {
    display: block;
    font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 38px 0 12px 0;
  }
  .footer-feedback .icon:before {
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
  .footer-menu {
    display: block;
    padding-top: 40px;
    border-top: 1px solid #404040;
  }
  .footer-menu H3 {
    font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #e7e7e7;
    margin-bottom: 30px;
  }
  .footer-menu UL {
    list-style-type: none;
    line-height: 1.5;
  }
  .footer-menu LI {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .footer-links, .footer-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-links > DIV:not(:first-child), .footer-copy > DIV:not(:first-child) {
    padding-left: 15px;
  }
  .footer-links {
    padding: 26px 0 14px 0;
  }
  .footer-links__social {
    padding: 0 15px 0 0;
    margin: 0;
  }
  .footer-links__mazda {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .footer-copy {
    padding: 20px 0 41px 0;
    margin: 0;
  }
  .footer-copy__links {
    margin: 0;
  }
}

.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #f5f5f5;
}

.popup__wrap {
  position: relative;
  padding-bottom: 20px;
}

.popup__close {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

.popup__close:before {
  font-size: 15px;
}

@media (min-width: 992px) {
  .popup {
    background: rgba(16, 16, 16, 0.8);
  }
  .popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .popup__position {
    width: 100%;
    max-width: 1090px;
    margin: auto;
  }
  .popup__wrap {
    position: relative;
    padding: 11px 10px 27px 10px;
    margin: 30px;
    background: #f5f5f5;
  }
  .popup__close {
    top: 17px;
    right: 20px;
  }
  .popup__close:before {
    font-size: 20px;
  }
}

.hero {
  color: #fff;
  text-align: center;
  background: #101010;
}

.hero__item {
  position: relative;
  margin-bottom: -5px;
}

.hero__item:not(:first-child) {
  display: none;
}

.hero__img {
  min-height: 300px;
  max-height: calc(100vh - 60px);
}

.hero__img:before {
  padding-bottom: 37%;
}

.hero__info {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 29px;
}

.hero__subtitle {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero__title {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  padding: 15px 24px;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.hero .slick-arrow {
  display: none !important;
}

.hero .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 21px;
}

.hero .slick-dots LI {
  display: inline-block;
}

.hero .slick-dots BUTTON {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0;
  margin: 0 8px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.hero .slick-dots BUTTON:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #fff;
}

.hero .slick-dots .slick-active BUTTON {
  border-color: #fff;
}

.hero .slick-dots .slick-active BUTTON:after {
  display: none;
}

@media (min-width: 992px) {
  .hero .container {
    text-align: left;
    padding-bottom: 55px;
  }
  .hero__img {
    min-height: 330px;
    max-height: calc(100vh - 120px);
  }
  .hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 65px;
  }
  .hero__subtitle {
    font-size: 15px;
    letter-spacing: .2em;
    margin-bottom: 17px;
  }
  .hero__title {
    font-size: 40px;
    letter-spacing: .2em;
    margin-bottom: 10px;
  }
  .hero__button {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .hero .slick-dots {
    padding-bottom: 33px;
  }
}

.models A {
  text-decoration: none;
}

.models .row > DIV:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

.models__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 25px 0 23px 0;
}

.models__item:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

.models__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  text-align: center;
  padding-right: 10px;
}

.models__img IMG {
  max-width: 100%;
}

.models__text {
  width: 50%;
  padding-left: 13px;
}

.models__name {
  font: 17px/1.2 "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  color: #101010;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.models__type {
  font-size: 13px;
  color: #999;
}

@media (min-width: 768px) {
  .models {
    margin: 30px 0;
  }
  .models .row > DIV:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #e8e8e8;
  }
  .models__item {
    display: block;
    text-align: center;
    padding: 18px 0 15px 0;
  }
  .models__img {
    width: 100%;
    margin-bottom: 15px;
  }
  .models__text {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .models {
    margin: 40px 0;
  }
  .models__img {
    margin-bottom: 35px;
  }
  .models__name {
    font-size: 25px;
    margin-bottom: 1px;
  }
}

.news-main {
  padding: 26px 0 10px 0;
  background: #f5f5f5;
}

.news-main H2 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.news-main__item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.news-main__item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
}

.news-main__img IMG {
  width: 100%;
  height: auto;
}

.news-main__body {
  padding: 14px 20px 13px 20px;
  background: #fff;
}

.news-main__body UL {
  list-style-type: none;
  margin-bottom: 15px;
}

.news-main__body UL LI {
  position: relative;
  padding-left: 19px;
  margin-bottom: 6px;
}

.news-main__body UL LI:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d5d5;
}

.news-main__title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.news-main__title A {
  color: #101010;
  text-decoration: none;
}

.news-main__date {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.news-main__links {
  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;
  padding: 0 20px 19px 20px;
}

@media (min-width: 576px) {
  .news-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-main__item > DIV {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .news-main__links {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .news-main {
    padding: 37px 0 50px 0;
  }
  .news-main H2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
  .news-main__title {
    font-size: 20px;
  }
  .news-main__body {
    padding-bottom: 35px;
  }
}

.menu-lev2 {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d5d5;
}

.menu-lev2__current {
  position: relative;
  padding: 12px 40px 11px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.menu-lev2__current:after {
  content: '\f128';
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
  font: normal normal normal 20px/1 "StandardIconFont";
  line-height: 1;
  color: #999;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-lev2__current_open:after {
  content: '\f12b';
}

.menu-lev2__list {
  list-style: none;
  display: none;
}

.menu-lev2__list A {
  display: block;
  color: #101010;
  text-decoration: none;
  padding: 12px 20px 11px 20px;
}

.menu-lev2__list A:hover {
  background: #f5f5f5;
}

.menu-lev2__basket {
  position: relative;
}

.menu-lev2__basket-num {
  position: absolute;
  top: -2px;
  left: 100%;
  font-size: 10px;
  color: #fff;
  line-height: 1.3;
  padding: 4px 5px;
  margin-left: 4px;
  border-radius: 3px;
  background: #910a2d;
}

@media (min-width: 1025px) {
  .menu-lev2 {
    display: none;
  }
}

.gallery-search__filters-block {
  display: none;
}

.gallery-search__button {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .gallery-search__filters {
    padding: 15px 0 35px 0;
  }
  .gallery-search__filters-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery-search__filters-block:nth-last-child(2) {
    padding-right: 35px;
  }
  .gallery-search__filter {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 12px 5px;
    font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    color: #101010;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 2px solid #101010;
    border-right-width: 1px;
    border-left-width: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gallery-search__filter:not(.gallery-search__filter_active):hover {
    color: #fff;
    background: #910a2d;
    border-color: transparent;
  }
  .gallery-search__filter:not(.gallery-search__filter_active):hover:not(:first-child):before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 1px;
    background: #910a2d;
  }
  .gallery-search__filter:not(.gallery-search__filter_active):hover:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 1px;
    background: #910a2d;
  }
  .gallery-search__filter_active {
    color: #fff;
    background: #101010;
  }
  .gallery-search__filter:first-child {
    border-left-width: 2px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .gallery-search__filter:last-child {
    border-right-width: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .gallery-search__button {
    position: relative;
    left: -20px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: calc(100% + 20px);
  }
}

.expand-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 17px 0;
}

.expand-panel__title {
  letter-spacing: 0.1em;
}

.expand-panel__info {
  width: 100%;
  font-family: "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
  color: #999;
  text-transform: none;
  margin-top: 19px;
}

.expand-panel__buttons {
  margin-left: auto;
}

.expand-panel__button {
  position: relative;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.17em;
  color: #999;
  text-transform: uppercase;
  padding-right: 24px;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.expand-panel__button:not(:first-child) {
  margin-left: 19px;
}

.expand-panel__button:hover {
  color: #101010;
}

.expand-panel__button:hover:before {
  color: #910a2d;
}

.expand-panel__button:before {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

.expand-panel__button_reset:after {
  content: 'сбросить';
}

.expand-panel__button_collapse.icon_minus:after {
  content: 'Свернуть';
}

.expand-panel__button_collapse.icon_plus:after {
  content: 'Развернуть';
}

.expand-panel__footer {
  padding-bottom: 25px;
}

@media (max-width: 1024px) {
  .expand-panel_fixed .container {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .expand-panel__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
  }
  .expand-panel__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .expand-panel__info {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 37px;
  }
  .expand-panel__buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .expand-panel__buttons_top {
    top: 0;
  }
  .expand-panel__footer {
    display: none;
  }
}

@media (max-width: 991px) {
  .expand-panel__header .expand-panel__buttons {
    position: relative;
    top: -2px;
    right: -2px;
  }
  .expand-panel__header .expand-panel__button {
    padding-right: 0;
    margin-left: 6px;
  }
  .expand-panel__header .expand-panel__button:before {
    position: static;
  }
  .expand-panel__header .expand-panel__button:after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .expand-panel_fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
  }
}

.form {
  padding-top: 4px;
}

.form__item {
  margin-bottom: 20px;
}

.form__item_active .form__input {
  border: 2px solid #101010;
}

.form__item_active .form__date-icon {
  fill: #101010;
}

.form__item_error .form__input {
  padding-right: 40px;
  border: 2px solid #910a2d;
  background-image: url("../images/icon_error.svg");
  background-position: calc(100% - 11px) calc(50% - 2px);
  background-repeat: no-repeat;
}

.form__label {
  display: block;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.form__input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #333;
  padding: 0 16px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
}

.form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

.form__input::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.form__input:-moz-placeholder {
  opacity: 1;
  color: #999;
}

.form__input:-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

.form__checkboxes {
  margin: 13px 0 20px 0;
}

.form__checkbox {
  position: relative;
  line-height: 1.2;
  margin-bottom: 6px;
}

.form__checkbox INPUT {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
  outline: 0;
  border: 0;
  padding: 0;
  width: 29px;
  height: 29px;
  opacity: 0;
}

.form__checkbox INPUT + label {
  position: relative;
  display: table-cell;
  height: 34px;
  font-size: 15px;
  vertical-align: middle;
  padding-left: 42px;
}

.form__checkbox INPUT + label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
}

.form__checkbox INPUT:checked + label:before {
  border: 0;
  background: #101010;
}

.form__checkbox INPUT:checked + label:after {
  content: '\f105';
  position: absolute;
  top: 7px;
  left: 5px;
  font: normal normal normal 20px/1 "StandardIconFont";
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form__date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.form__date {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 180px;
}

.form__date-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 14px;
  width: 17px;
  height: 17px;
  fill: #999;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  pointer-events: none;
}

.form__date:hover .form__date-icon {
  fill: #910a2d;
}

.form__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-left: 20px;
}

.form__time INPUT {
  padding-right: 5px;
}

.form__note, .form__error {
  font-size: 13px;
  margin-top: 5px;
}

.form__note {
  color: #999;
}

.form__error {
  color: #910a2d;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  position: relative;
  height: 45px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

.select2-container--default .select2-selection--single:after {
  content: '\f128';
  position: absolute;
  top: calc(50% - 10px);
  right: 11px;
  font: normal normal normal 20px/1 "StandardIconFont";
  color: #999;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 43px;
  padding-right: 40px;
  padding-left: 16px;
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-dropdown {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: none;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 3px 3px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.select2-container--default .select2-results__option {
  font: normal 15px/16px "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
  padding: 12px 16px;
}

.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e7e7e7;
  color: #101010;
}

.select2-container--default.select2-container--open .select2-selection--single:after {
  content: '\f12b';
}

.form__item_active .select2-container--default .select2-selection--single:after {
  color: #101010;
}

.form__item_active .select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #101010;
}

.form__item_active .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  color: #101010;
  padding-left: 15px;
}

.select2-container--default .select2-selection--multiple {
  min-height: 45px;
  border-color: #d5d5d5 !important;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-size: 15px;
  padding: 0 40px 0 5px;
  color: #999;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
  padding: 12px 0 7px 11px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  font-size: 13px;
  color: #101010;
  line-height: 1.3;
  padding: 9px 32px 7px 10px;
  /*margin-top: -7px;
    margin-bottom: 12px;*/
  border: none;
  background: #f5f5f5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover SPAN {
  color: #910a2d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 6px;
  right: 7px;
  font-size: 20px;
  line-height: 1;
  color: #999;
}

.select2-container .select2-search--inline .select2-search__field {
  color: #101010;
  margin-top: 0;
}

.form__item_active .select2-container--default .select2-selection--multiple {
  border-width: 2px;
  border-color: #101010 !important;
}

.form__item_active .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 15px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border-color: #910a2d;
  background-color: #910a2d;
}

@media (min-width: 992px) {
  .form {
    padding-top: 16px;
  }
}

.gallery-recommended {
  background: #e7e7e7;
}

.gallery-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 180px;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  margin: 0 auto 30px auto;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.gallery-item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
}

.gallery-item A {
  color: #101010;
  text-decoration: none;
}

.gallery-item_text {
  border: 1px solid #d5d5d5;
  background: #fff;
}

.gallery-item_text .gallery-item__admin-info {
  color: #101010;
}

.gallery-item_text .gallery-item__admin-info .icon:before {
  color: #999;
}

.gallery-item_text .gallery-item__cart {
  border-color: #d5d5d5;
}

.gallery-item_text .gallery-item__cart_active:before {
  color: #d5d5d5;
}

.gallery-item:not(.gallery-item_text) .gallery-item__title {
  display: none;
}

.gallery-item_img {
  height: 180px;
  overflow: hidden;
  background: #fff;
}

.gallery-item_img:hover .gallery-item__img-text {
  opacity: 1;
}

.gallery-item_img:hover .gallery-item__cart {
  border-color: #d5d5d5;
}

.gallery-item_img:hover .gallery-item__cart_active:before {
  color: #d5d5d5;
}

.gallery-item_img:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 67px;
  background: url("../images/gallery_img_shadow.png") bottom left repeat-x;
  pointer-events: none;
}

.gallery-item_video {
  height: 180px;
  overflow: hidden;
}

.gallery-item_video:hover .gallery-item__img-text {
  opacity: 1;
}

.gallery-item_video:hover .gallery-item__cart {
  border-color: #d5d5d5;
}

.gallery-item_video:hover .gallery-item__cart_active:before {
  color: #d5d5d5;
}

.gallery-item_video:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.gallery-item_video:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url("../images/icon_video.svg") 0 0 no-repeat;
}

.gallery-item_uploader:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery-item__link {
  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;
  padding: 20px 20px 13px 20px;
}

.gallery-item__date {
  font-size: 11px;
  color: #999;
  margin-bottom: 8px;
}

.gallery-item__title {
  color: #282f33;
  letter-spacing: 0.1em;
}

.gallery-item__admin-info {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  margin-top: auto;
}

.gallery-item__admin-info .icon {
  margin-right: 10px;
}

.gallery-item__admin-info .icon:before {
  position: relative;
  top: -1px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
}

.gallery-item__cart {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  right: 10px;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
}

.gallery-item__cart_active {
  border-width: 2px;
  border-color: #fff;
}

.gallery-item__cart_active:before {
  content: '\f105';
  position: absolute;
  top: 2px;
  left: 3px;
  font: normal normal normal 20px/1 "StandardIconFont";
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-item__img-text {
  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;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #282f33;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  background: #fff;
  -webkit-transition: opacity .3s linear 0s;
  transition: opacity .3s linear 0s;
  opacity: 0;
}

.gallery-item__num {
  display: none;
  font-size: 20px;
  margin-top: 6px;
}

.gallery-item__preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 57px;
  background: #101010;
}

.gallery-item__preloader-icon {
  width: 21px;
  height: 21px;
  fill: #999;
  overflow: hidden;
  margin-top: 9px;
  -webkit-animation: 1.3s linear infinite spin;
  animation: 1.3s linear infinite spin;
}

.gallery-item .resumable-uploader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.gallery-item .resumable-drop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  font-weight: normal !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.gallery-item .resumable-drop .uploader__text, .gallery-item .resumable-drop .button {
  margin-left: auto;
  margin-right: auto;
}

.gallery-item .resumable-progress {
  width: 100% !important;
  border: none !important;
  padding: 5px 10px 0 10px;
  margin: 0 !important;
}

.uploader {
  width: 100%;
  text-align: center;
  padding: 30px 10px 5px 10px;
  background: #e7e7e7;
}

.uploader__text {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

@media (min-width: 576px) {
  .gallery-item {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.gallery-list {
  padding-bottom: 15px;
  background: #f5f5f5;
}

.gallery-list__header {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 30px 0 35px 0;
}

@media (max-width: 1024px) {
  .gallery-list__header_fixed .container {
    padding: 0;
  }
}

.gallery-list__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.gallery-list__filters {
  margin-left: auto;
}

.gallery-list__filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 16px;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.gallery-list__filter:hover {
  color: #101010;
}

.gallery-list__filter:hover .gallery-list__filter-icon {
  fill: #910a2d;
}

.gallery-list__filter SPAN {
  display: none;
}

.gallery-list__filter-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21px;
  height: 20px;
  fill: #999;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-list__selected {
  letter-spacing: 0.05em;
}

.gallery-list__selected-label {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  margin-right: 3px;
}

.gallery-list__selected-num {
  color: #910a2d;
}

.gallery-list__buttons .form__item {
  font-size: 13px;
  margin-bottom: 15px;
}

.gallery-list__buttons .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  letter-spacing: 0.1em;
}

@media (min-width: 992px) {
  .gallery-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0 28px 0;
  }
  .gallery-list__params {
    margin: 0;
  }
  .gallery-list__filters {
    margin: 0 20px 0 35px;
  }
  .gallery-list__filter {
    margin-left: 25px;
  }
  .gallery-list__filter SPAN {
    display: inline;
  }
  .gallery-list__filter-icon {
    margin-left: 10px;
  }
  .gallery-list__buttons {
    margin-left: auto;
  }
  .gallery-list__buttons .form__item {
    min-width: 250px;
    display: inline-block;
    margin-bottom: 0;
  }
  .gallery-list__buttons .button {
    position: relative;
    top: 1px;
    margin-left: 16px;
  }
}

@media (min-width: 1025px) {
  .gallery-list__header_fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: 0 7px 7px -5px rgba(10, 12, 13, 0.1);
    box-shadow: 0 7px 7px -5px rgba(10, 12, 13, 0.1);
  }
}

.gallery-popup {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
}

.gallery-popup__item {
  padding: 25px 20px 0 20px;
}

.gallery-popup__header {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px 25px 20px;
}

.gallery-popup__num {
  display: none;
  font-size: 30px;
  line-height: 1;
}

.gallery-popup__img {
  text-align: center;
  margin: 0 -20px 28px -20px;
}

.gallery-popup__img IMG {
  max-width: 100%;
  height: auto;
}

.gallery-popup__arrow {
  position: absolute;
  top: 210px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.gallery-popup__arrow_prev {
  left: 10px;
}

.gallery-popup__arrow_next {
  right: 10px;
}

.gallery-popup__arrow:before {
  color: #999;
}

.gallery-popup__arrow:hover {
  background: #910a2d;
}

.gallery-popup__arrow:hover:before {
  color: #fff;
}

.gallery-popup__subtitle {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.gallery-popup__table {
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 37px;
  border-bottom: 1px solid #d5d5d5;
}

.gallery-popup__table TD {
  padding: 10px 5px 13px 5px;
  vertical-align: baseline;
  border-top: 1px solid #d5d5d5;
}

.gallery-popup__table TD:last-child {
  text-align: right;
  padding-right: 0;
}

.gallery-popup__table TD:first-child {
  padding-left: 0;
}

.gallery-popup__table-label {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-popup__table_files TD {
  vertical-align: top;
  padding-top: 17px;
  padding-bottom: 17px;
}

.gallery-popup__file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  text-decoration: none;
}

.gallery-popup__file-icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  top: 2px;
  fill: #999;
  margin-right: 15px;
}

.gallery-popup__file-size {
  display: block;
  color: #999;
  margin-top: 5px;
}

.gallery-popup__buttons {
  font-size: 0;
  text-align: center;
  margin-top: -2px;
}

.gallery-popup__buttons .button {
  margin: 0 15px 18px 15px;
}

.gallery-popup__download {
  position: relative;
  top: -3px;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.gallery-popup__download:before {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-popup__download SPAN {
  display: none;
}

.gallery-popup__download:hover {
  color: #101010;
}

.gallery-popup__download:hover:before {
  color: #910a2d;
}

@media (min-width: 992px) {
  .gallery-popup__item {
    text-align: left;
  }
  .gallery-popup__arrow {
    top: calc(50% - 20px);
  }
  .gallery-popup__arrow_prev {
    left: -20px;
  }
  .gallery-popup__arrow_next {
    right: -20px;
  }
  .gallery-popup__header {
    font-size: 20px;
    padding-bottom: 38px;
  }
  .gallery-popup__num {
    font-size: 40px;
  }
  .gallery-popup__img {
    margin-right: 0;
    margin-left: 0;
  }
  .gallery-popup__file-icon {
    top: 0;
  }
  .gallery-popup__file-size {
    display: inline;
    margin-left: 4px;
  }
  .gallery-popup__download {
    display: inline-block;
    position: relative;
    font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    letter-spacing: 0.17em;
    color: #999;
    text-transform: uppercase;
    padding-right: 24px;
    margin-top: 6px;
  }
  .gallery-popup__download SPAN {
    display: inline;
  }
  .gallery-popup__download:before {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
  }
  .gallery-popup__table {
    margin-bottom: 26px;
  }
  .gallery-popup__table-label {
    width: 43%;
  }
  .gallery-popup__table_files TD {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .gallery-popup__buttons {
    margin-top: 12px;
  }
}

.preloader {
  text-align: center;
  margin: 15px 0 30px 0;
}

.preloader IMG {
  width: 49px;
  height: 49px;
  -webkit-animation: 1.3s linear infinite spin;
  animation: 1.3s linear infinite spin;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.news-list {
  padding: 26px 0 10px 0;
  background: #f5f5f5;
}

.news-list H1 {
  text-align: center;
}

.news-list__item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.news-list__item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
}

.news-list__img IMG {
  width: 100%;
  height: auto;
}

.news-list__body {
  padding: 14px 20px 3px 20px;
  background: #fff;
}

.news-list__body UL {
  list-style-type: none;
  margin-bottom: 15px;
}

.news-list__body UL LI {
  position: relative;
  padding-left: 19px;
  margin-bottom: 6px;
}

.news-list__body UL LI:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d5d5;
}

.news-list__title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.news-list__title A {
  color: #101010;
  text-decoration: none;
}

.news-list__date {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.news-list__text {
  display: none;
}

.news-list__links {
  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;
  padding: 0 20px 19px 20px;
}

@media (min-width: 576px) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-list__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .news-list__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .news-list__body {
    margin-bottom: 13px;
  }
  .news-list__links {
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  .news-list__text {
    display: block;
  }
}

@media (min-width: 992px) {
  .news-list {
    padding: 37px 0 50px 0;
  }
  .news-list H1 {
    line-height: 1.5;
  }
  .news-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .news-list__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    position: relative;
    max-width: 33.333333%;
    min-height: 1px;
    padding-right: 15px;
  }
  .news-list__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    position: relative;
    max-width: 66.666667%;
    min-height: 1px;
    height: auto;
  }
  .news-list__title {
    font-size: 20px;
  }
  .news-list__body {
    padding: 21px 15px 0 15px;
  }
  .news-list .more-link {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 18px;
  }
  .news-list .file-links__item:last-child {
    margin-right: 8px;
  }
}

.news-detail {
  padding: 28px 0;
  background: #f5f5f5;
}

.news-detail__date {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 32px 0 17px 0;
}

.news-detail__img {
  text-align: center;
  margin: 0 -20px 23px -20px;
}

.news-detail__img IMG {
  max-width: 100%;
  height: auto;
}

.news-detail__text {
  line-height: 1.6;
}

.news-detail__text UL {
  margin-bottom: 25px;
  list-style-type: none;
}

.news-detail__text UL LI {
  position: relative;
  padding-left: 19px;
  margin-bottom: 6px;
}

.news-detail__text UL LI:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d5d5;
}

.news-detail__text OL {
  padding-left: 25px;
  margin-bottom: 25px;
}

.news-detail__text OL LI {
  margin-bottom: 6px;
}

.news-detail .file-links {
  margin: 30px 0;
}

@media (min-width: 992px) {
  .news-detail {
    padding-top: 58px;
  }
  .news-detail H1 {
    margin-bottom: 42px;
  }
  .news-detail__date {
    margin: 4px 0 23px 0;
  }
  .news-detail__img {
    margin: 0 0 28px 0;
  }
  .news-detail .file-links {
    margin-top: 37px;
  }
}

.add-materials-title {
  padding-top: 26px;
  border-top: 1px solid #d5d5d5;
  background: #f5f5f5;
}

.add-materials-title:after {
  content: "";
  display: table;
  clear: both;
}

.add-materials-title H2 {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .add-materials-title {
    padding-top: 40px;
  }
  .add-materials-title H2 {
    margin-bottom: 5px;
  }
}

.materials-filter {
  padding: 10px 0 5px 0;
}

@media (min-width: 992px) {
  .materials-filter {
    padding: 0 0 15px 0;
  }
}

.text-content {
  padding-top: 28px;
  background: #f5f5f5;
}

.text-content H1 {
  text-align: center;
}

.text-content H2 {
  font-size: 15px;
  margin-bottom: 18px;
}

.text-content P {
  line-height: 1.6;
}

.text-content UL {
  margin-bottom: 25px;
  list-style-type: none;
}

.text-content UL LI {
  position: relative;
  padding-left: 19px;
  margin-bottom: 6px;
}

.text-content UL LI:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5d5d5;
}

.text-content OL {
  padding-left: 25px;
  margin-bottom: 25px;
}

.text-content OL LI {
  margin-bottom: 6px;
}

.text-content TABLE {
  width: 100%;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d5d5d5;
}

@media (max-width: 575px) {
  .text-content TABLE {
    width: 100% !important;
  }
}

.text-content TH {
  color: #999;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.text-content TH:first-child {
  padding-left: 0;
}

.text-content TH:last-child {
  text-align: right;
  padding-right: 0;
}

.text-content TD {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #d5d5d5;
}

.text-content TD:first-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 0;
}

.text-content TD:last-child {
  text-align: right;
  padding-right: 0;
}

.text-content TD.table-result {
  color: #999;
}

.contacts TABLE TD:first-child {
  color: #999;
}

.contacts-persons {
  padding: 3px 0 30px 0;
}

.contacts-persons H2 {
  margin-bottom: 10px;
}

.contacts-persons__position {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .text-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .text-content H2 {
    font-size: 20px;
  }
  .text-content TABLE {
    font-size: 15px;
    margin-bottom: 33px;
  }
  .contacts {
    padding-top: 15px;
  }
  .contacts H2 {
    margin-bottom: 6px;
  }
  .contacts-persons {
    padding-top: 6px;
  }
  .contacts-persons__position:not(.contacts-persons__position_main) {
    padding-top: 2px;
  }
  .contacts-persons__position_main {
    font-size: 15px;
  }
  .contacts TD:first-child {
    font-size: 13px;
    padding-top: 12px;
  }
}

.basket-filter {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  padding: 18px 0 40px 0;
}

.basket-filter__label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.basket-filter__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.basket-filter__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 12px 5px;
  font-size: 13px;
  color: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #101010;
  border-right-width: 1px;
  border-left-width: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.basket-filter__item:not(.basket-filter__item_active):hover {
  color: #fff;
  background: #910a2d;
  border-color: transparent;
}

.basket-filter__item:not(.basket-filter__item_active):hover:not(:first-child):before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  width: 1px;
  background: #910a2d;
}

.basket-filter__item:not(.basket-filter__item_active):hover:not(:last-child):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  width: 1px;
  background: #910a2d;
}

.basket-filter__item_active {
  color: #fff;
  background: #101010;
}

.basket-filter__item:first-child {
  border-left-width: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.basket-filter__item:last-child {
  border-right-width: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.basket-filter__buttons {
  font-size: 0;
  margin-top: 5px;
}

.basket-filter__buttons .button:not(:last-child) {
  margin-right: 20px;
}

.basket-filter__button-email SPAN {
  display: none;
}

@media (min-width: 992px) {
  .basket-filter {
    padding: 25px 0 35px 0;
  }
  .basket-filter__block {
    margin-bottom: 0;
  }
  .basket-filter__buttons {
    text-align: right;
  }
  .basket-filter__button-email SPAN {
    display: inline;
  }
}

.basket-list {
  background: #f5f5f5;
}

.basket-list__title {
  display: none;
}

.basket-list__button-edit {
  margin-right: 16px;
}

.basket-list__button-edit SPAN:nth-child(2) {
  display: none;
}

@media (min-width: 992px) {
  .basket-list__title {
    display: block;
    text-align: center;
    padding-top: 40px;
    margin-bottom: -7px;
  }
  .basket-list__button-edit {
    margin-right: 0;
  }
  .basket-list__button-edit SPAN:nth-child(1) {
    display: none;
  }
  .basket-list__button-edit SPAN:nth-child(2) {
    display: inline;
  }
}

.basket-popup__content {
  text-align: left;
  padding: 21px 20px 30px 20px;
}

.basket-popup__title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px 24px 20px;
}

.basket-popup__buttons {
  font-size: 0;
  margin-top: 18px;
}

.basket-popup__buttons .button:not(:last-child) {
  margin-right: 20px;
}

.basket-popup .form__item {
  margin-bottom: 30px;
}

.ui-datepicker-next, .ui-datepicker-prev {
  border: 0 !important;
  top: 2px !important;
  cursor: pointer;
}

.ui-datepicker-next {
  right: 2px !important;
}

.ui-datepicker-prev {
  left: 2px !important;
}

.ui-icon-circle-triangle-w:after, .ui-icon-circle-triangle-e:after {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  font: 20px/1 "StandardIconFont";
  color: #101010;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  text-indent: 0;
}

.ui-icon-circle-triangle-w:after {
  content: '\f129';
}

.ui-icon-circle-triangle-e:after {
  content: '\f12a';
}

@media (min-width: 992px) {
  .basket-popup__content {
    padding-top: 11px;
    padding-bottom: 14px;
  }
  .basket-popup__title {
    font-size: 25px;
    text-align: left;
    padding: 0;
    margin-bottom: 23px;
  }
  .basket-popup__buttons {
    margin-top: 8px;
  }
  .basket-popup .popup__position {
    max-width: 990px;
  }
}

.team {
  padding: 27px 0 20px 0;
  background: #f5f5f5;
}

.team H1 {
  text-align: center;
  margin-bottom: 26px;
}

.team__item {
  display: block;
  max-width: 280px;
  margin: 0 auto 30px auto;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  text-decoration: none;
}

.team__item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
}

.team__info {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px 20px 24px 20px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.team__img:before {
  padding-bottom: 66.66667%;
}

.team__name {
  color: #282f33;
  margin-bottom: 12px;
}

.team__position {
  font-size: 13px;
  color: #999;
}

@media (min-width: 576px) {
  .team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .team__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .team__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .team {
    padding: 39px 0 50px 0;
  }
  .team H1 {
    margin-bottom: 40px;
  }
  .team__info {
    padding-bottom: 36px;
  }
}

.profile {
  padding: 26px 0 0 0;
  background: #f5f5f5;
}

.profile H1, .profile H2 {
  text-align: center;
}

.profile H2:not(:first-of-type) {
  margin-top: 8px;
}

.profile__buttons {
  font-size: 0;
  margin: 18px 0 65px 0;
}

.profile__buttons .button:not(:last-child) {
  margin-right: 20px;
}

.profile .form {
  padding-top: 1px;
}

.profile .form__checkboxes {
  margin: 0;
}

.profile .form__checkbox {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .profile {
    padding: 37px 0 20px 0;
  }
  .profile H1 {
    line-height: 1.5;
    margin-bottom: 34px;
  }
  .profile H2 {
    font-size: 20px;
    margin-bottom: 33px;
  }
  .profile__buttons {
    text-align: center;
    margin-top: 38px;
  }
  .profile .form__item {
    margin-bottom: 30px;
  }
}

.panel {
  padding: 26px 0;
  background: #f5f5f5;
}

.panel H1 {
  text-align: center;
}

.panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1170px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.panel-header .form__checkbox {
  margin: 0;
}

.panel-header__stat {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  margin-right: 38px;
}

.panel-header__stat-label {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 3px;
}

.panel-header__checkbox {
  margin-left: 10px;
}

.panel-header__buttons {
  font-size: 0;
  margin-left: auto;
}

.panel-header__buttons .button {
  margin-left: 20px;
}

.panel-header__hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 50px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.panel-header__hide:hover {
  color: #101010;
}

.panel-header__hide:hover .panel-header__hide-icon {
  fill: #910a2d;
}

.panel-header__hide-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21px;
  height: 20px;
  fill: #999;
  overflow: hidden;
  margin-left: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.panel-sort {
  min-width: 1170px;
  padding: 20px 0 21px 0;
  background: #e7e7e7;
}

.panel-sort__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding: 0 15px;
}

.panel-sort__item_fio {
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 240px;
}

.panel-sort__item_subscribe {
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  max-width: 125px;
}

.panel-sort__item_preview {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  max-width: 110px;
  text-align: center;
}

.panel-sort__item_name {
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  max-width: 375px;
  padding-left: 0;
  padding-right: 55px;
}

.panel-sort__item_name {
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  max-width: 375px;
}

.panel-sort__item_stat {
  -ms-flex-preferred-size: 135px;
  flex-basis: 135px;
  max-width: 135px;
  text-align: right;
}

.panel-sort__item .form__checkbox {
  margin: 21px 0 -2px 0;
}

.panel-sort__label {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  cursor: pointer;
}

.panel-sort__label_down, .panel-sort__label_up {
  position: relative;
}

.panel-sort__label_down:after, .panel-sort__label_up:after {
  content: '\f128';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  font: normal normal normal 20px/1 "StandardIconFont";
  color: #999;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.panel-sort__label_down:after {
  content: '\f128';
}

.panel-sort__label_up:after {
  content: '\f12b';
}

.panel-sort__label_active {
  color: #101010;
}

.panel-sort__label_active:after {
  color: #101010;
}

.panel-sort__label_active:hover:after {
  color: #910a2d;
}

.panel-sort__label_type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
}

.panel-sort__label_type2:after {
  top: auto;
  bottom: -5px;
}

.panel-list {
  min-width: 1170px;
  margin-bottom: 37px;
}

.panel-list__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.panel-list__row:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.panel-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding: 7px 5px 7px 30px;
}

.panel-list__item_fio {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  max-width: 240px;
}

.panel-list__item_status {
  padding-left: 15px;
  padding-right: 15px;
}

.panel-list__item_date {
  font-size: 13px;
  color: #999;
}

.panel-list__item_subscribe {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
  padding-left: 21px;
}

.panel-list__item_subscribe:before {
  content: '\f105';
  font: normal normal normal 20px/1 "StandardIconFont";
  color: #d9d9d9;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-list__item_subscribe_active:before {
  color: #101010;
}

.panel-list__item_stat {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  max-width: 40px;
  padding-left: 20px;
}

.panel-list__stat-icon {
  width: 20px;
  height: 19px;
  fill: #999;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.panel-list__stat-icon:hover {
  fill: #910a2d;
}

.panel-stat {
  min-width: 1170px;
  margin-bottom: 37px;
}

.panel-stat__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 79px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}

.panel-stat__row:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.panel-stat__row:hover .panel-stat__icon {
  fill: #910a2d;
}

.panel-stat__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  padding: 16px 15px 16px 30px;
}

.panel-stat__item_date {
  font-size: 13px;
  color: #999;
}

.panel-stat__item_preview {
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  max-width: 110px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.panel-stat__item_preview IMG {
  width: 100%;
  height: auto;
}

.panel-stat__item_name {
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  max-width: 375px;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 15px;
}

.panel-stat__item_stat {
  -ms-flex-preferred-size: 135px;
  flex-basis: 135px;
  max-width: 135px;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  color: #999;
  text-align: right;
}

.panel-stat__item_active {
  color: #101010;
}

.panel-stat__icon {
  fill: #999;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.panel-stat__video {
  position: relative;
}

.panel-stat__video:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.panel-stat__video:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 10px);
  left: calc(50% - 8px);
  width: 30px;
  height: 30px;
  background: url("../images/icon_video.svg") 0 0 no-repeat;
  background-size: 20px 20px;
}

.panel-files .gallery-list__buttons .button {
  width: 100%;
  text-align: left;
  margin: 0;
}

.panel-files .gallery-list__header {
  padding-top: 0;
}

.panel-tags {
  min-width: 1170px;
  padding-top: 10px;
}

.panel-tags__block .panel-tags__block {
  margin-left: 70px;
}

.panel-tags__block .panel-tags__block .panel-tags__name {
  font-family: "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: none;
}

.panel-tags__block .panel-tags__block .panel-tags__block .panel-tags__name {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
}

.panel-tags__block .panel-tags__block .panel-tags__block .panel-tags__block .panel-tags__name {
  font-family: "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
}

.panel-tags__item {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.panel-tags__item:not(.panel-tags__item_disabled) .panel-tags__button:hover {
  border-color: #910a2d;
  background: #910a2d;
}

.panel-tags__item:not(.panel-tags__item_disabled) .panel-tags__button:hover:before {
  color: #fff;
}

.panel-tags__item:not(.panel-tags__item_disabled) .panel-tags__button:hover:not(:last-child):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: -1px;
  right: -1px;
  width: 1px;
  background: #910a2d;
}

.panel-tags__item:not(.panel-tags__item_disabled) .panel-tags__button:hover:last-child {
  border-color: #910a2d;
}

.panel-tags__item:not(.panel-tags__item_disabled):hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(10, 12, 13, 0.1);
}

.panel-tags__item_disabled {
  background-color: #e7e7e7;
}

.panel-tags__item_disabled .panel-tags__name {
  border: 0;
  background: transparent;
}

.panel-tags__item_disabled .panel-tags__button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0 !important;
  background: transparent;
}

.panel-tags__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 38px 0 18px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  background: #fff;
  cursor: pointer;
}

.panel-tags__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
}

.panel-tags__button {
  position: relative;
  padding: 4px 5px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  background: #fff;
  cursor: pointer;
}

.panel-tags__button:before {
  display: inline-block;
  font: normal normal normal 20px/1 "StandardIconFont";
  letter-spacing: 0;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  color: #999;
}

.panel-tags__button_add:before {
  content: '\f130';
}

.panel-tags__button_up:before {
  content: '\f12b';
}

.panel-tags__button_down:before {
  content: '\f128';
}

.panel-tags__button_close:before {
  content: '\f106';
}

.panel-tags__button:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #d5d5d5;
}

@media (min-width: 992px) {
  .panel {
    padding: 37px 0 80px 0;
  }
}

.add-menu-lev2 {
  display: none;
}

@media (min-width: 1025px) {
  .add-menu-lev2 {
    display: block;
    font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    border-bottom: 1px solid #d5d5d5;
  }
  .add-menu-lev2__list {
    list-style: none;
    padding: 17px 0;
    margin: 0;
  }
  .add-menu-lev2__item {
    display: inline-block;
    font-size: 13px;
    margin: 4px 0;
  }
  .add-menu-lev2__item:not(:last-child) {
    margin-right: 28px;
  }
  .add-menu-lev2__item > A {
    color: #999;
    text-decoration: none;
  }
  .add-menu-lev2__item_active > A {
    color: #101010;
  }
}

.pagination {
  min-width: 1170px;
  margin-bottom: 37px;
}

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

.pagination__label {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 19px;
}

.pagination .select2 {
  width: 100px !important;
}

.pagination__list {
  text-align: center;
}

.pagination__list A {
  color: #101010;
  text-decoration: none;
}

.pagination__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  min-width: 45px;
  height: 45px;
  margin: 0 3px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
}

.pagination__item_active {
  color: #999;
  border: 0;
  background: #e7e7e7;
}

.pagination__item.icon {
  background: none;
  border: 2px solid #101010;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pagination__item.icon:hover {
  color: #fff;
  background: #910a2d;
  border: 0;
}

.pagination__item.icon_arrow-left {
  margin-right: 13px;
}

.pagination__item.icon_arrow-right {
  margin-left: 13px;
}

.info-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(16, 16, 16, 0.8);
}

.info-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.info-popup__position {
  width: 100%;
  max-width: 430px;
  margin: auto;
}

.info-popup__wrap {
  width: 100%;
  position: relative;
  padding: 50px 30px 20px 30px;
  background: #fff;
}

.info-popup__close {
  position: absolute;
  top: 16px;
  right: 15px;
  color: #999;
  cursor: pointer;
}

.info-popup__close:before {
  font-size: 20px;
}

.info-popup__close:hover:before {
  color: #910a2d;
}

.info-popup__title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: -25px 0 25px 0;
}

.info-popup__text {
  margin-bottom: 20px;
}

.info-popup__text P {
  margin-bottom: 20px;
}

.info-popup__button {
  margin: 20px 0;
}

.info-popup__email {
  text-align: left;
  margin: -5px 0 25px 0;
}

.info-popup__email-input {
  margin-bottom: 20px;
}

.info-popup__email-button {
  text-align: center;
}

@media (min-width: 430px) {
  .info-popup__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .info-popup__email-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .info-popup__email-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .info-popup__container {
    padding-right: 0;
    padding-left: 0;
  }
  .info-popup__wrap {
    margin: 30px;
  }
  .info-popup__title {
    font-size: 25px;
  }
}

.login {
  background: #101010;
  background-size: cover;
}

.login-welcome {
  padding-top: 30px;
  color: #fff;
}

.login-welcome__title {
  font-size: "MazdaTypeCyrillicRegular", "Helvetica", "Arial", sans-serif;
  font-size: 25px;
  letter-spacing: .2em;
  font-weight: normal;
  margin-bottom: 10px;
}

.login-welcome__text {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.login-form {
  margin: 30px -20px;
  background: #f5f5f5;
}

.login-form__enter {
  padding: 30px 20px;
}

.login-form__enter-title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.login-form__reg {
  padding: 30px 20px;
  border-top: 1px solid #d5d5d5;
}

.login-form__reg P {
  margin-bottom: 20px;
}

.login-form__reg-title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.login-form__reg-wrap {
  position: relative;
  padding-right: 70px;
}

.login-form__reg-wrap:before {
  position: absolute;
  top: 5px;
  right: -7px;
  font-size: 50px;
  color: #999;
}

.login-form__button {
  margin-top: 20px;
}

.login__remind-passw {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .login {
    background-image: url("../images/login_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .login-form__enter {
    padding: 40px 40px 30px 40px;
  }
  .login-form__reg {
    padding: 40px 40px 35px 40px;
  }
  .login-form__reg-title {
    font-size: 20px;
  }
  .login-form__button {
    margin-top: 12px;
  }
  .login__remind-passw {
    margin: 0 0 3px 10px;
  }
}

@media (min-width: 992px) {
  .login-welcome {
    padding: 35px 0 0 0;
  }
  .login-welcome__title {
    font-size: 40px;
    margin-bottom: 23px;
  }
  .login-form {
    margin: 50px 0;
  }
  .login-form__enter {
    padding: 30px;
  }
  .login-form__enter-title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .login-form__reg {
    padding: 30px 30px 35px 30px;
  }
}

@media (min-width: 1200px) {
  .login-form__enter, .login-form__reg {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.search-popup {
  position: fixed;
  overflow-x: auto;
  top: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 45px 0;
  background-color: rgba(25, 25, 25, 0.98);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.search-popup_open {
  visibility: visible;
  opacity: 1;
}

.search-popup__wrap {
  position: relative;
}

.search-popup__close {
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
}

.search-popup__close:before {
  font-size: 24px;
}

.search-popup__title {
  font-family: "MazdaTypeCyrillicBold", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.search-popup__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6e6e6e;
}

.search-popup__field INPUT {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  padding: 15px 0;
}

.search-popup__field BUTTON {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  cursor: pointer;
}

.search-popup__field BUTTON:before {
  font-size: 28px;
}

@media (min-width: 768px) {
  .search-popup__title {
    font-size: 26px;
    margin-bottom: 60px;
  }
}

.password {
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  .password__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
  .password__form .form__item {
    width: 100%;
    margin-bottom: 0;
  }
  .password__button {
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .password {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .password {
    padding-bottom: 150px;
  }
}

.gallery-buttons {
  padding: 10px 0 20px 0;
  background: #f5f5f5;
}

.gallery-buttons .button {
  margin: 10px 16px 0 0;
}

@media (min-width: 1025px) {
  .gallery-buttons_fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.publisher-grid {
  display: grid;
  grid-gap: 32px;
}

.publisher-table-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  .publisher-table-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.publisher-table-rows {
  display: grid;
  grid-gap: 16px;
}

.publisher-table-row {
  display: grid;
  grid-template-columns: 212px 1fr;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .publisher-table-row {
    grid-template-columns: 180px 1fr;
  }
}

@media (max-width: 576px) {
  .publisher-table-row {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}

.publisher-table-row-title, .publisher-table-row-value {
  font-size: 16px;
  font-weight: 400;
}
