@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-weight: 600;
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.ttf");
}
@font-face {
  font-weight: 800;
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.ttf");
}
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background-color: #f7f7f9;
  /*  background-image: linear-gradient(to right, #434343 0%, black 100%); */
}

.lazy-image {
  width: 300px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(20px);
}

.mob320 {
  width: 320px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.navbar {
  display: flex;
  /* width: 25%; */
  padding: 15px;
  margin: 0 auto;
  justify-content: space-between;
}

/* меню */
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 28px;
  height: 20px;
  right: -7px;
  top: 13px;
}

.burger::before,
.burger::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: white;
}

.burger::before {
  top: 0;
  box-shadow: 0 8px 0 white;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: #D1B72F;
  list-style-type: none;
  transform: translateX(-100%);
  transition: 0.3s;
  width: 100%;
}

.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-family: "Ubuntu";
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}

.bg_menu {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

/* конец меню */
header {
  width: 100%;
  background-color: #333;
  display: flex;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  justify-content: center;
}
header .logo_tel {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
}
header .logo_tel ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo_tel ul li {
  list-style: none;
  text-align: center;
}
header .logo_tel ul li a {
  text-decoration: none;
  color: white;
  font-family: "Ubuntu";
}
header .logo_tel ul li .logo {
  font-size: 15px;
  font-weight: 800;
}
header .logo_tel ul li .tel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo_tel ul li .tel img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
header .logo_tel ul .width {
  width: 30%;
}
header .logo_tel ul .width2 {
  width: 70%;
}

.mob320_mg {
  margin-top: 100px;
}

.advantages_header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.advantages_header .advantages_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.advantages_header .advantages_menu .advantages_img {
  margin: 0 auto;
}
.advantages_header .advantages_menu .advantages_img img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.advantages_header .advantages_menu .advantages_text {
  width: 93%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.advantages_header .advantages_menu .advantages_text p {
  font-size: 9px;
  text-align: center;
  font-family: "Ubuntu";
  font-weight: 800;
  color: #446D48;
}

@media screen and (min-width: 343px) {
  .mob320 {
    width: 344px;
  }
}
@media screen and (min-width: 358px) {
  .mob320 {
    width: 360px;
  }
}
@media screen and (min-width: 373px) {
  .mob320 {
    width: 375px;
  }
  .advantages_header .advantages_menu .advantages_img img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 388px) {
  .mob320 {
    width: 390px;
  }
  .advantages_header {
    width: 95%;
  }
  .advantages_header .advantages_menu .advantages_text p {
    font-size: 11px;
  }
}
@media screen and (min-width: 411px) {
  .mob320 {
    width: 413px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
    width: 400px;
    height: 400px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 428px) {
  .mob320 {
    width: 430px;
  }
  .advantages_header {
    width: 95%;
  }
}
@media screen and (min-width: 538px) {
  .mob320 {
    width: 540px;
  }
}
.header_bg {
  width: 100%;
  height: 333px;
  background: black;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_bg .header_bg_titel_text_btn {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.header_bg .header_bg_titel_text_btn .header_bg_titel {
  width: 100%;
  margin-bottom: 30px;
}
.header_bg .header_bg_titel_text_btn .header_bg_titel h1 {
  font-family: "Ubuntu";
  font-weight: 800;
  color: white;
  font-size: 30px;
}
.header_bg .header_bg_titel_text_btn .header_bg_text {
  width: 100%;
  margin-bottom: 50px;
}
.header_bg .header_bg_titel_text_btn .header_bg_text p {
  color: white;
  font-weight: 600;
  font-family: "Ubuntu";
}
.header_bg .header_bg_titel_text_btn .header_bg_btn {
  width: 100%;
}
.header_bg .header_bg_titel_text_btn .header_bg_btn a {
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #cfb60e;
  text-decoration: none;
  font-weight: 800;
  font-family: "Ubuntu";
  color: white;
  text-transform: uppercase;
}
.header_bg .header_bg_titel_text_btn .header_bg_btn a:hover {
  background: #a99511;
  box-shadow: rgba(84, 83, 83, 0.5) 4px 6px 7px 0px;
  transition: all 0.8s;
}

.block_katolog_titel_link {
  width: 100%;
  margin: 0 auto;
}
.block_katolog_titel_link .block_katolog_card_link_more {
  width: 45%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.block_katolog_titel_link .block_katolog_card_link_more a {
  text-decoration: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #cfb60e;
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.block_katolog_titel_link .block_katolog_card_link_more a:hover {
  background: #a99511;
  box-shadow: rgba(84, 83, 83, 0.5) 4px 6px 7px 0px;
  transition: all 0.8s;
}
.block_katolog_titel_link .block_katolog_titel {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.block_katolog_titel_link .block_katolog_titel h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
}
.block_katolog_titel_link .block_katolog_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card {
  width: 90%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  border-bottom: 3px solid #a99511;
  margin-top: 20px;
  padding-bottom: 20px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
  width: 400px;
  height: 400px;
  border-radius: 5px;
  display: flex;
  margin: 0 auto;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .block_card_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .block_card_text span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 12px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .block_card_text .card_text1 {
  width: 50%;
  height: 20px;
  display: flex;
  color: #131414;
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .block_card_text .card_text1 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .price_card {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .price_card span {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text .price_card .price {
  opacity: 0.4;
  text-decoration: line-through;
  font-size: 20px;
  color: #131414;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_text p {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 17px;
  color: #131414;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_link {
  width: 45%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_link a {
  text-decoration: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #cfb60e;
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_link a:hover {
  background: #a99511;
  box-shadow: rgba(84, 83, 83, 0.5) 4px 6px 7px 0px;
  transition: all 0.8s;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_tel {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_tel a {
  text-decoration: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #a99511;
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_tel a:hover {
  background: #cfb60e;
  box-shadow: rgba(84, 83, 83, 0.5) 4px 6px 7px 0px;
  transition: all 0.8s;
}
.block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .mg_bt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form__send-result {
  font-weight: 400;
  font-family: "Ubuntu";
  font-size: 16px;
  text-align: center;
}

.mg_top {
  margin-top: 72px;
}

@media screen and (max-width: 431px) {
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
    width: 400px;
    height: 400px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 415px) {
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
    width: 250px;
    height: 250px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 376px) {
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
    width: 200px;
    height: 200px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
    width: 200px;
    height: 200px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_link a {
    font-size: 12px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_link_tel .block_katolog_card_tel a {
    font-size: 12px;
  }
}
@media screen and (max-width: 362px) {
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img {
    width: 300px;
    height: 300px;
  }
  .block_katolog_titel_link .block_katolog_link .block_katolog_card .block_katolog_card_img img {
    width: 300px;
    height: 300px;
  }
}
.block_benefits_photo_titel_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.block_benefits_photo_titel_text .block_benefits_photo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.block_benefits_photo_titel_text .block_benefits_photo img {
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_benefits_photo_titel_text .block_benefits_titel_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7faff;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_titel {
  width: 80%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_titel h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_titel h2 span {
  color: #a99511;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_text_list {
  width: 90%;
  display: flex;
  text-align: center;
  margin-bottom: 30px;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_text_list p {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 17px;
  color: #131414;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 30px;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list ul {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list ul li {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 15px;
  color: #131414;
  margin-bottom: 5px;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_tel {
  width: 45%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_tel a {
  text-decoration: none;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #cfb60e;
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_tel a:hover {
  background: #a99511;
  box-shadow: rgba(84, 83, 83, 0.5) 4px 6px 7px 0px;
  transition: all 0.8s;
}

@media screen and (max-width: 415px) {
  .block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list {
    flex-direction: column;
  }
  .block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list ul {
    width: 65%;
    margin: 0 auto;
  }
  .block_benefits_photo_titel_text .block_benefits_titel_text .block_benefits_text_list .block_benefits_list ul li {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.block_text_why_car_photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.block_text_why_car_photo .block_text_why {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.block_text_why_car_photo .block_text_why h4 {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 17px;
  color: #131414;
  margin-bottom: 20px;
}
.block_text_why_car_photo .block_text_why h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 25px;
  color: #131414;
  margin-bottom: 20px;
}
.block_text_why_car_photo .block_text_why p {
  font-weight: 400;
  font-family: "Ubuntu";
  font-size: 15px;
  color: #131414;
  margin-bottom: 20px;
}
.block_text_why_car_photo .block_car_photo {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.block_text_why_car_photo .block_car_photo img {
  max-width: 60%;
  display: flex;
}

@media screen and (max-width: 415px) {
  .block_text_why_car_photo .block_text_why h2 {
    font-size: 22px;
  }
}
.benefit_block_header_text_img {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.benefit_block_header_text_img .block_titel_text_img_benefit {
  width: 90%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_img {
  width: 100px;
  height: 100px;
  background: #a99511;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_img img {
  width: 70px;
  height: 70px;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_img span {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 45px;
  color: #fff;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_header_text {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_header_text h2 {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 25px;
  color: #131414;
  margin-bottom: 30px;
  text-align: center;
}
.benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_header_text p {
  font-weight: 400;
  font-family: "Ubuntu";
  font-size: 17px;
  color: #131414;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 415px) {
  .benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_img {
    width: 70px;
    height: 70px;
  }
  .benefit_block_header_text_img .block_titel_text_img_benefit .benefit_block_img img {
    width: 45px;
    height: 45px;
  }
}
.block_help_header_link_phone {
  width: 100%;
  display: flex;
  margin: 0 auto;
  background: #e5ecf8;
}
.block_help_header_link_phone .help_titel_link_phone {
  width: 90%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block_help_header_link_phone .help_titel_link_phone .help_titel {
  width: 100%;
  display: flex;
  justify-content: center;
}
.block_help_header_link_phone .help_titel_link_phone .help_titel h2 {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 25px;
  color: #131414;
}
.block_help_header_link_phone .help_titel_link_phone .help_titel h2 a {
  color: #cfb60e;
}

.step_block_header_text_picture {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.step_block_header_text_picture .step_block_header {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.step_block_header_text_picture .step_block_header h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
}
.step_block_header_text_picture .step_block_header h2 span {
  color: #D1B72F;
}

.wrapp_bg {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.question_wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.question_wrap h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
  line-height: 120%;
  margin-bottom: 85px;
}

.expandableBlock {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  background-color: #e5ecf8;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: height 0.5s;
  cursor: pointer;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: rgba(84, 83, 83, 0.3) 0px 3px 21px 0px;
  border-radius: 10px;
}
.expandableBlock h3 {
  display: flex;
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 15px;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 35px;
  align-items: center;
  color: #131414;
  padding-right: 25px;
  padding-left: 25px;
}
.expandableBlock p {
  width: 85%;
  text-align: center;
  color: #131414;
  font-size: 14px;
  font-weight: 400;
  font-family: "Ubuntu";
  line-height: 120%;
  color: #131414;
}

.expandableBlock.expanded {
  height: 285px;
}

/*  @media screen and (max-width: 500px){
    .question_wrap h2{
        font-size: 25px;
    }
    .expandableBlock.expanded{
        height: 285px;
    }
} */
.block_footer {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}
.block_footer .block_footer_logo_tel_menu_link {
  width: 90%;
  margin: 0 auto;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel li {
  list-style: none;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel li a {
  text-decoration: none;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel li .logo {
  font-family: "Ubuntu";
  font-size: 18px;
  font-weight: 800;
  color: #D1B72F;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel li .tel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  color: black;
  font-family: "Ubuntu";
  font-size: 15px;
  font-weight: 800;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel li .tel img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel .width {
  width: 35%;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_logo_tel .width2 {
  width: 50%;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_menu {
  width: 100%;
  margin-top: 30px;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_menu ul li {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Ubuntu";
  font-size: 13px;
  font-weight: 800;
  color: black;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_link {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 15px;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_link .footer_link {
  display: flex;
  align-items: center;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_link .footer_link a {
  width: 100%;
  display: flex;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_link .footer_link a img {
  display: block;
  width: 50px;
  height: 50px;
}
.block_footer .block_footer_logo_tel_menu_link .block_footer_link .footer_link .vk {
  width: 60px;
  height: 60px;
}
.block_footer .footer_map {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}
.block_footer .footer_map a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Ubuntu";
  font-size: 13px;
  font-weight: 800;
  color: black;
  margin-top: 20px;
}
.block_footer .footer_offer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-align: center;
}
.block_footer .footer_offer p {
  font-family: "Ubuntu";
  font-size: 13px;
  font-weight: 800;
  color: black;
}

/* католог */
.catalog {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 100px;
  background: #ebe9e9;
}

.product-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.product-card img {
  max-width: 80%;
  border-radius: 8px;
}

.product-description {
  margin: 15px 0;
}

.product-links {
  display: flex;
  justify-content: space-between;
}

.product-links a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #cfb60e;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: 600;
  font-family: "Ubuntu";
}

.product-links a:hover {
  background-color: #444;
}

@media (max-width: 1024px) {
  .catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog {
    grid-template-columns: 1fr;
  }
}
/* контакты */
.blok_kontakt_titel_link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blok_kontakt_titel_link .blok_kontakt_titel {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.blok_kontakt_titel_link .blok_kontakt_titel h1 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
}
.blok_kontakt_titel_link .blok_kontakt_link {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}
.blok_kontakt_titel_link .blok_kontakt_link a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
}
.blok_kontakt_titel_link .blok_kontakt_link a img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/* условия аренды */
.lease_term_block {
  width: 90%;
  margin: 0 auto;
}
.lease_term_block .block_titel {
  text-align: center;
  margin-top: 30px;
}
.lease_term_block .block_titel h1 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 30px;
  color: #131414;
}
.lease_term_block .requirements_block {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lease_term_block .requirements_block h2 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 20px;
  color: #131414;
}
.lease_term_block .driver_requirement_card {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lease_term_block .driver_requirement_card .driver_requirement_card_img {
  width: 50px;
  display: flex;
  justify-content: center;
  background: #f7faff;
  border-radius: 20px;
}
.lease_term_block .driver_requirement_card .driver_requirement_card_img img {
  margin-top: 10px;
  width: 30px;
  height: 30px;
}
.lease_term_block .driver_requirement_card_text_titel {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
}
.lease_term_block .driver_requirement_card_text_titel h3 {
  font-weight: 600;
  font-family: "Ubuntu";
  font-size: 20px;
  color: #a99511;
  margin-bottom: 20px;
}
.lease_term_block .driver_requirement_card_text_titel p {
  font-weight: 400;
  font-family: "Ubuntu";
  font-size: 17px;
  color: #131414;
  margin-bottom: 20px;
}

.disbursement_block_background {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
}
.disbursement_block_background .disbursement_block_text_titel_img {
  width: 85%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.disbursement_block_background .disbursement_block_text_titel_img .disbursement_block_img {
  width: 50px;
  display: flex;
  justify-content: center;
  background: #f7faff;
  border-radius: 20px;
}
.disbursement_block_background .disbursement_block_text_titel_img .disbursement_block_img img {
  margin-top: 10px;
  width: 30px;
  height: 30px;
}
.disbursement_block_background .disbursement_block_text_titel_img .disbursement_block_text_titel {
  width: 80%;
  text-align: center;
}
.disbursement_block_background .disbursement_block_text_titel_img .disbursement_block_text_titel h3 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 20px;
  color: #a99511;
  margin-bottom: 20px;
}
.disbursement_block_background .disbursement_block_text_titel_img .disbursement_block_text_titel p {
  font-weight: 400;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #131414;
  margin-bottom: 20px;
}

/* слайдер */
.work_examples {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  overflow: hidden;
}
.work_examples .work_examples_titel {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.work_examples .work_examples_titel h1, .work_examples .work_examples_titel h2 {
  font-family: "Ubuntu";
  font-size: 30px;
  font-weight: 800;
}

/* слайдер */
.work_examples_slider {
  width: 100%;
  overflow: hidden;
}
.work_examples_slider .center {
  width: 100%;
}

.slick-slide img {
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  border-radius: 20px;
}

.slick-initialized .slick-slide {
  margin: 20px 10px;
  border-radius: 20px;
  height: 326px;
  box-shadow: rgba(84, 83, 83, 0.3) 0px 3px 21px 0px;
}

.slick-dots {
  bottom: -50px;
}

@media screen and (min-width: 428px) {
  .slick-initialized .slick-slide {
    margin: 20px 10px;
    border-radius: 20px;
    height: 344px;
  }
}
@media screen and (min-width: 538px) {
  .slick-initialized .slick-slide {
    height: 417px;
  }
}
.feature_block_title_text {
  width: 90%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 10px;
  padding-bottom: 30px;
}
.feature_block_title_text .feature_block_title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.feature_block_title_text .feature_block_title h3 {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 25px;
  color: #131414;
  margin-bottom: 20px;
  margin-top: 20px;
}
.feature_block_title_text .feature_block_text {
  width: 85%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
}
.feature_block_title_text .feature_block_text .feature_block_text_p {
  width: 90%;
  display: flex;
}
.feature_block_title_text .feature_block_text .feature_block_text_p p {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 15px;
  color: #131414;
}
.feature_block_title_text .feature_block_text .feature_block_span {
  display: flex;
}
.feature_block_title_text .feature_block_text .feature_block_span span {
  font-weight: 800;
  font-family: "Ubuntu";
  font-size: 15px;
  color: #131414;
}
.feature_block_title_text .bg_wh {
  background: #ffffff;
}
.feature_block_title_text .bg_gr {
  background: #e6e9ed;
}/*# sourceMappingURL=golobal.css.map */