.home_contacts ul, .search_section ul, .tab_buttons ul, .items_list ul, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.videos_slider .image_block img, .main_slider .slide_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_slider .slide_block > img, .videos_slider .image_block > img {
  object-fit: cover;
}

.main_slider .slide_block iframe, .videos_slider .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.videos_slider .image_block {
  position: relative;
  overflow: hidden;
}
.videos_slider .image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.videos_slider .image_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

body {
  background: #EFEFEF;
}

.content {
  padding-bottom: 30px;
}

.standard_section {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0 0;
  padding: 30px;
}

.main_section {
  display: flex;
  margin: 0 -10px;
  padding-top: 30px;
}

.slide_section {
  padding: 0 10px;
  max-width: 75%;
  flex: 0 0 75%;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  height: 100%;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slick-list,
.main_slider .slick-track {
  height: 100%;
}
.main_slider .slide_block {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main_slider .slide_block:before {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.main_slider .slide_block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #454545 100%);
  width: 100%;
  height: 61.4%;
}
.main_slider .slide_info {
  position: absolute;
  max-width: 720px;
  padding: 50px 40px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.main_slider .date_block {
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5em;
  padding-bottom: 5px;
}
.main_slider .slide_title {
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_slider .slide_title a {
  color: #ffffff;
}
.main_slider .slide_description {
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5em;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 40px;
  display: flex;
}
.main_slider .slick-dots li {
  padding: 0 3px;
}
.main_slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.main_slider .slick-dots button {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  width: 24px;
  height: 2px;
}

.items_list {
  height: 484px;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  max-width: 25%;
  flex: 0 0 25%;
}
.items_list ul {
  height: 100%;
  background: #3C3C3C;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
}
.items_list ul::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.items_list ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
}
.items_list a {
  display: flex;
  align-items: center;
  padding: 22px 20px;
  position: relative;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 19px;
}
.items_list a:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.items_list span {
  display: inline-block;
  padding-left: 30px;
}

.title_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.title_row .see_more {
  display: inline-block;
  font-size: 120%;
  color: #CD9D58;
  line-height: 15px;
}

.tab_sliders {
  margin-top: 30px;
}

.tabs_container {
  padding: 70px 30px 30px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.tabs_container .tab_block {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.tabs_container .tab_block.selected {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.tab_buttons ul {
  margin: 0 0 -40px;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.tab_buttons li {
  padding: 0 10px 0 0;
  width: 25%;
  max-width: 275px;
  height: 100%;
}
.tab_buttons a {
  display: block;
  white-space: nowrap;
  background: #3C3C3C;
  color: rgba(255, 255, 255, 0.8);
  font-family: "bold", "arm-bold";
  font-size: 140%;
  line-height: 18px;
  padding: 22px 15px;
  text-align: center;
}
.tab_buttons a.selected {
  background: #ffffff;
  color: #2E2E31;
}

.videos_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  height: 100%;
  margin: 0 -15px;
  padding-bottom: 50px;
}
.videos_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.3%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.videos_slider .slide_block.hovered .image_block img {
  opacity: 0.7;
}
.videos_slider .slide_block.hovered .slide_title {
  text-decoration-color: #333333;
}
.videos_slider .slick-arrow {
  bottom: 0;
}
.videos_slider .slick-arrow.slick-next {
  right: 15px;
}
.videos_slider .slick-arrow.slick-prev {
  right: 67px;
}
.videos_slider .slide_block {
  padding: 0 15px;
}
.videos_slider .image_block {
  display: block;
  margin-bottom: 15px;
  background: #333333;
}
.videos_slider .image_block img {
  object-fit: cover;
}
.videos_slider .slide_title {
  color: #333333;
  font-family: "bold", "arm-bold";
  display: inline-block;
  font-size: 140%;
  line-height: 1.5em;
  padding-bottom: 15px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.videos_slider .date_block {
  color: #999999;
  font-size: 130%;
  line-height: 1.5em;
}

.homepage_search .title_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.homepage_search .search_btn {
  color: #ffffff;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 16px;
  padding: 13px 10px;
  text-align: center;
  border: none;
  background: #CD9D58;
  min-width: 155px;
}
.homepage_search .search_row {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}

.letter_list {
  list-style-type: none;
  padding: 25px 0 30px;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.letter_list li {
  padding: 5px 5px 0;
}
.letter_list a {
  display: block;
  padding: 0 3px;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
}

.search_section {
  display: flex;
  flex-wrap: wrap;
}
.search_section ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.search_section ul::-webkit-scrollbar {
  width: 5px;
  height: auto;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
}
.search_section ul::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background: rgba(0, 0, 0, 0.3);
}
.search_section .left_block {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
  width: 25%;
}
.search_section .center_block {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px 0 30px;
  width: 38.6%;
}
.search_section .right_block {
  padding-left: 30px;
  width: 36.4%;
}
.search_section .search_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search_section .search_list.other_category {
  padding-top: 30px;
}
.search_section .search_list.single_list ul {
  width: 100%;
}
.search_section .search_list ul {
  width: 50%;
}
.search_section .field_row {
  padding-top: 12px;
  display: flex;
  margin: 0 -7px;
}
.search_section .field_row .field_block {
  width: 60%;
  padding: 0 7px;
}
.search_section .field_row .field_block.small_field {
  width: 40%;
}
.search_section .field_row input {
  background: rgba(176, 176, 176, 0.16);
  padding: 11px 15px;
  border: none;
  font-size: 120%;
  line-height: 15px;
  color: #666666;
}
.search_section .main_city {
  width: 100%;
  padding-bottom: 15px;
}
.search_section li {
  padding: 15px 10px 0;
}
.search_section .search_item {
  font-size: 130%;
  line-height: 1.5em;
  color: #666666;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.search_section .search_item.selected {
  font-family: "bold", "arm-bold";
  color: #333333;
}
.search_section .search_item.selected:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: -10px;
  top: 0;
  background: #333333;
}
.search_section .search_item.special_item {
  color: #333333;
  font-family: "bold", "arm-bold";
}
.search_section .search_item.disabled_item {
  color: #CCCCCC;
}
.search_section .search_title {
  font-family: "bold", "arm-bold";
  color: #CD9D58;
  font-size: 130%;
  line-height: 1.5em;
  width: 100%;
}

.brand_section .section_title {
  text-align: center;
}

.brand_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -18px;
  padding: 30px 0 72px;
}
.brand_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: auto;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  padding: 0 18px;
  width: auto;
  height: 62px;
}
.brand_slider .image_block {
  display: block;
  width: 100%;
  height: 100%;
}
.brand_slider .image_block img {
  width: 100%;
  height: 100%;
}
.brand_slider .slick-arrow {
  bottom: 0;
}
.brand_slider .slick-arrow.slick-next {
  right: 15px;
}
.brand_slider .slick-arrow.slick-prev {
  right: 67px;
}

.home_contacts {
  background: #3C3C3C;
  padding: 30px 0;
}
.home_contacts ul {
  display: flex;
  justify-content: space-between;
}
.home_contacts li {
  padding: 0 15px;
  width: 30%;
  text-align: center;
  position: relative;
}
.home_contacts li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  width: 2px;
  background: rgba(213, 213, 213, 0.1);
}
.home_contacts li:first-child {
  width: 40%;
}
.home_contacts li:first-child .contact_info {
  padding-bottom: 5px;
}
.home_contacts li:first-child .contact_title {
  padding-bottom: 10px;
}
.home_contacts .image_block {
  padding-bottom: 20px;
}
.home_contacts img {
  max-width: 22px;
}
.home_contacts .contact_title {
  display: inline-block;
  font-family: "bold", "arm-bold";
  font-size: 140%;
  line-height: 1.5em;
  padding-bottom: 15px;
  color: #ffffff;
}
.home_contacts .contact_info {
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5em;
}
.home_contacts .contact_info span {
  display: block;
  padding-top: 5px;
}
.home_contacts .info_items {
  color: #ffffff;
  font-family: "bold", "arm-bold";
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 5px;
}
.home_contacts .info_items span {
  display: inline-block;
  font-family: "regular", "arm-regular";
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  .items_list {
    height: 40vw;
  }

  .main_slider .slide_info {
    max-width: 640px;
  }

  .videos_slider .slide_title {
    font-size: 120%;
  }
}
@media screen and (max-width: 1024px) {
  .items_list {
    height: 39.85vw;
  }
  .items_list span {
    padding-left: 15px;
  }
  .items_list a {
    padding: 20px 15px;
    font-size: 110%;
    line-height: 17px;
  }

  .main_slider .slide_info {
    max-width: 580px;
    padding: 30px 30px 50px;
  }
  .main_slider .slick-dots {
    left: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .search_section .left_block {
    width: 40%;
  }
  .search_section .center_block {
    width: 60%;
    border: none;
    padding-right: 0;
  }
  .search_section .right_block {
    width: 100%;
    padding: 30px 0 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .main_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .main_slider .slick-arrow:before {
    font-size: 1.1rem;
  }
  .main_slider .slick-arrow.slick-prev {
    right: 60px;
  }
  .main_slider .slide_block:after {
    height: 80%;
  }
  .main_slider .slide_info {
    max-width: 520px;
  }

  .tab_buttons a {
    font-size: 120%;
    line-height: 16px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .slide_block:after {
    height: 100%;
  }
  .main_slider .slide_info {
    max-width: 100%;
    padding: 20px 20px 40px;
  }
  .main_slider .slick-dots {
    left: 20px;
  }
  .main_slider .slide_title {
    font-size: 140%;
  }
  .main_slider .date_block,
.main_slider .slide_description {
    font-size: 120%;
  }

  .slide_section {
    max-width: 68%;
    flex: 0 0 68%;
  }

  .items_list {
    max-width: 32%;
    flex: 0 0 32%;
  }

  .videos_slider .slide_title {
    font-size: 140%;
  }

  .tab_buttons li {
    width: auto;
    min-width: auto;
    max-width: none;
  }
  .tab_buttons a {
    font-size: 120%;
    line-height: 16px;
    padding: 12px 10px;
  }

  .home_contacts .contact_title {
    font-size: 130%;
  }
  .home_contacts .info_items,
.home_contacts .contact_info {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .search_section .left_block {
    padding-right: 10px;
    width: 45%;
  }
  .search_section .center_block {
    padding-left: 10px;
    width: 55%;
  }
  .search_section .right_block {
    max-width: 400px;
  }
  .search_section li {
    padding: 15px 5px 0;
  }
  .search_section .search_item {
    font-size: 120%;
  }

  .main_section {
    flex-direction: column;
    margin: 0;
  }

  .slide_section {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .items_list {
    max-width: 100%;
    flex: 0 0 100%;
    height: auto;
    padding: 20px 0 0;
  }
  .items_list ul {
    overflow: hidden;
  }
  .items_list a {
    font-size: 120%;
  }

  .standard_section {
    padding: 30px 20px;
  }

  .videos_slider {
    margin: 0 -10px;
  }
  .videos_slider .slide_block {
    padding: 0 10px;
  }
  .videos_slider .slide_title {
    font-size: 120%;
    padding-bottom: 10px;
  }
  .videos_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .videos_slider .slick-arrow:before {
    font-size: 1.1rem;
  }
  .videos_slider .slick-arrow.slick-next {
    right: 10px;
  }
  .videos_slider .slick-arrow.slick-prev {
    right: 50px;
  }

  .brand_slider {
    margin: 0 -10px;
    padding-bottom: 60px;
  }
  .brand_slider .slide_block {
    padding: 0 10px;
  }
  .brand_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .brand_slider .slick-arrow:before {
    font-size: 1.1rem;
  }
  .brand_slider .slick-arrow.slick-next {
    right: 10px;
  }
  .brand_slider .slick-arrow.slick-prev {
    right: 50px;
  }

  .home_contacts ul {
    flex-wrap: wrap;
  }
  .home_contacts li {
    width: 50%;
  }
  .home_contacts li::before {
    display: none;
  }
  .home_contacts li:first-child {
    width: 100%;
    border-bottom: 1px solid rgba(213, 213, 213, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .home_contacts .contact_title {
    font-size: 140%;
  }
  .home_contacts .info_items,
.home_contacts .contact_info {
    font-size: 130%;
  }
}
@media screen and (max-width: 575px) {
  .search_section .left_block {
    padding: 0;
    width: 100%;
    border-right: none;
  }
  .search_section .center_block {
    padding: 30px 0 0;
    width: 100%;
  }
  .search_section .right_block {
    max-width: 100%;
  }
  .search_section li {
    padding: 15px 10px 0;
  }
  .search_section .search_item {
    font-size: 130%;
  }

  .videos_slider {
    margin: 0;
  }
  .videos_slider .slide_block {
    padding: 0;
  }
  .videos_slider .slide_title {
    font-size: 140%;
    padding-bottom: 15px;
  }
  .videos_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .videos_slider .slick-arrow:before {
    font-size: 1.1rem;
  }
  .videos_slider .slick-arrow.slick-next {
    right: 0;
  }
  .videos_slider .slick-arrow.slick-prev {
    right: 40px;
  }

  .brand_slider {
    margin: 0 -10px;
    padding-bottom: 60px;
  }
  .brand_slider .slide_block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .main_slider .slide_description {
    display: none;
  }
  .main_slider .slide_title {
    padding: 0;
  }
  .main_slider .slide_block:before {
    padding-bottom: 70%;
  }

  .home_contacts li {
    width: 100%;
    border-bottom: 1px solid rgba(213, 213, 213, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .home_contacts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 399px) {
  .search_section li {
    padding: 15px 5px 0;
  }
  .search_section .search_item {
    font-size: 120%;
  }
  .search_section .field_row {
    flex-direction: column;
  }
  .search_section .field_row .field_block {
    width: 100%;
  }
  .search_section .field_row .field_block.small_field {
    padding-top: 20px;
    width: 100%;
  }
  .search_section .search_btn {
    width: 100%;
  }

  .letter_list a {
    font-size: 120%;
  }

  .standard_section {
    padding: 25px 15px;
  }

  .main_slider .slide_block:before {
    padding-bottom: 80%;
  }
  .main_slider .slide_title {
    font-size: 130%;
  }
  .main_slider .slide_block:before {
    padding-bottom: 100%;
  }

  .videos_slider .slide_title {
    font-size: 120%;
    padding-bottom: 10px;
  }

  .home_contacts .contact_title {
    font-size: 130%;
  }
  .home_contacts .info_items,
.home_contacts .contact_info {
    font-size: 120%;
  }
  .home_contacts li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.videos_slider .image_block img {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .title_row .see_more, .title_row .web .see_more, .web .letter_list a, .letter_list .web a, .web .search_section .search_item, .search_section .web .search_item, .web .main_slider .slide_title a, .main_slider .slide_title .web a, .web .home_contacts .contact_title, .home_contacts .web .contact_title {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .web .items_list a, .items_list .web a, .web .homepage_search .search_btn, .homepage_search .web .search_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.videos_slider .slide_title {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .title_row .see_more, .title_row .touch .see_more, .touch .letter_list a, .letter_list .touch a, .touch .search_section .search_item, .search_section .touch .search_item, .touch .main_slider .slide_title a, .main_slider .slide_title .touch a, .touch .home_contacts .contact_title, .home_contacts .touch .contact_title {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button, .touch .items_list a, .items_list .touch a, .touch .homepage_search .search_btn, .homepage_search .touch .search_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .main_slider .slide_title a:hover, .main_slider .slide_title .web a:hover, .web .home_contacts .contact_title:hover, .home_contacts .web .contact_title:hover {
  color: #CD9D58;
}
.web .title_row .see_more:hover, .title_row .web .see_more:hover, .web .letter_list a:hover, .letter_list .web a:hover, .web .search_section .search_item:hover, .search_section .web .search_item:hover {
  color: rgba(205, 157, 88, 0.7);
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .items_list a:hover, .items_list .web a:hover, .web .homepage_search .search_btn:hover, .homepage_search .web .search_btn:hover {
  background: rgba(205, 157, 88, 0.7);
}
.touch .main_slider .slide_title a:active, .main_slider .slide_title .touch a:active, .touch .home_contacts .contact_title:active, .home_contacts .touch .contact_title:active {
  color: #CD9D58;
}
.touch .title_row .see_more:active, .title_row .touch .see_more:active, .touch .letter_list a:active, .letter_list .touch a:active, .touch .search_section .search_item:active, .search_section .touch .search_item:active {
  color: rgba(205, 157, 88, 0.7);
}
.touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active, .touch .items_list a:active, .items_list .touch a:active, .touch .homepage_search .search_btn:active, .homepage_search .touch .search_btn:active {
  background: rgba(205, 157, 88, 0.7);
}

/*# sourceMappingURL=index.css.map */
