body {
  overflow-x: hidden;
  margin: 0;
}

.mainbg {
  background-image: url("../img/mainbg.jpg");
  height: 50em;
  background-position: center;
  background-size: cover;
  position: relative !important;
}

.mainbg2 {
  background-image: url("../img/mainbg2.jpg");
  height: 50em;
  background-position: center;
  background-size: cover;
  position: relative !important;
}

/* Выпадающее меню */

.dropdown-menu_block {
  height: 35px;
  width: 100%;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.dropdown-menu_block:nth-last-child(1) {
  padding: 0 0 0 10px !important;
}

.user-picture {
  height: 100%;
  float: left;
}

.dropdown-menu_title {
  margin: 8px 2px 0 0;
  width: 120px;
  font-size: 1.4rem;
}

.dropdown-arrow {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  position: relative;
  top: -15px;
  left: 100px;
}

.dropdown-menu_block:hover .dropdown-arrow {
  top: -20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  border-top: 6px solid transparent;
}

.dropdown-menu {
  list-style-type: none;
  display: none;
  background: #fff; /* Non-rgba compatable browsers */
}

.dropdown-menu_block:hover .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
}

.dropdown-menu ul li {
  list-style-type: none;
  display: block;
  height: 50px;
  width: 200px;
  font-size: 1.5em;
  line-height: 2.5em;
  color: #fff;
}

.dropdown-menu ul li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
}

.dropdown-menu ul li a:hover {
  color: #c3002f !important;
}

.dropdown-menu ul li:last-child {
  margin-bottom: 10px;
}

.dropdown-menu ul li:hover {
  color: #c3002f;
}

.gnr .n106-00__menu-wrapper {
  flex-basis: auto;
}

.footer_items-block {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}

.btn {
  width: 260px;
  height: 60px;
}

.autoplay {
  min-height: 50vh !important;
}

.slick-slide {
  min-height: 700px !important;
}

/* .u113-00__text-logo {
  font-weight: bold !important;
} */

.multiple-items .slick-slide {
  min-height: auto !important;
}

.actions-list__item {
  margin: 2px 10px;
  height: 500px;
  width: 33%;
  box-shadow: 0px 0px 10px 0px rgba(84, 83, 83, 0.1);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.4s;
}

.actions-list__item:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 8px 2px rgba(34, 60, 80, 0.2);
}

.actions-list__item-title {
  color: #000;
  margin: 12px 0;
  text-align: left;
  padding: 0 10px 5px 10px;
}

.actions-list__item img {
  height: auto;
  width: auto;
  margin-bottom: 14px;
}

.actions-list .actions-list__item a {
  text-decoration: none;
}

.agree {
  margin: 0 0 6px 0;
}

.section_mtmb {
  margin: 40px 0;
  text-align: center;
}

.gnr .n102-00__dealer-logo .u113-00__text-logo {
  font-size: 1.6rem;
}

.headline__title {
  text-align: center;
}

.requestForm {
  display: flex;
  flex-direction: column;
}

.requestForm .btn {
  margin: 0 auto;
  margin-top: 10px;
}

@media only screen and (max-width: 900px) {
  .slick-slide {
    min-height: 400px !important;
  }
}

@media only screen and (max-width: 620px) {
  .footer_items-block {
    flex-direction: column;
  }
  .footer_items-block .footer_item {
    padding: 10px 0;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .actions-list .actions-list__item {
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .slick-slide {
    min-height: 300px !important;
  }
  .gnr .n111-00__inner {
    display: none !important;
  }
}
