html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: var(--text-color-base);
  background: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-height: 100%;
  height: auto;
  margin: 0;
  transition: all 0.3s ease;
}
  
img {
  object-fit: cover;
}
/* Header */
a {
  text-decoration: none;
}


.hint {
  position: absolute;
  left: auto;
  width: auto;
  padding: 30px;
  display: none;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  background: #634141;
  border-radius: 20px;
  transition: all 0.6s ease;
  }

  .btn:hover .hint {
    display: block;
    transition: all 0.6s ease;
  }
  .menu {
    display: none;
  }

/* Spisok */
.spisok_ip_wrap {

}

.spisok_ip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 200px;
  background-color: rgb(94, 51, 44);
  max-width: 100%;
  font-weight: 500;

}
ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0px;
}

.a_spisok {
  text-decoration: none;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}

.a_spisok:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px; /* Высота линии */
  background-color: rgb(
    255,
    255,
    255
  ); /* Цвет подчеркивания при исчезании линии*/
  transition: width 0.5s; /* Время эффекта */
}

.a_spisok:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px; /* Высота линии */
  background-color: rgb(
    255,
    255,
    255
  ); /* Цвет подчеркивания при появлении линии*/
  transition: width 0.5s; /* Время эффекта */
}
.spisok_botom {
  display: flex;
  justify-content: space-between;
  padding: 0 250px;
}

/* header-bottom */
.info {
  padding: 30px 0;
}

.header_title {
  margin: 0;

  font-family: Fira Sans, sans-serif;
  font-weight: 700;
  line-height: 120%;
}
.header_subtitle {
  margin: 0;

  opacity: 0.8;
}
.header_number {
  display: flex;
  align-items: center;
  gap: 50px;
}
.btn {
  font-weight: 500px;
  font-size: 16px;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgb(94, 51, 44);
  border-radius: 20px;
  color: #f1f1f1;
  transition: all 0.3s;
  width: 176px;
  height: 52px;
}
.btn:hover {
  background: rgb(130, 71, 62);
  transition: background 0.3s;
}
.phone {
  color: black;
}
/* overlay */

.block_overlay {
  box-sizing: border-box;

  background-image: url("./img/55319359_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  color: #fff;
  height: 678px;
}

.fon {
  padding: 80px 0 80px 0;
  display: flex;
  justify-content: center;
}

.over_info {
  display: flex;
  justify-content: space-between;

  align-items: center;
  width: 1388px;
}

.overlay_title {
  width: 600px;
  margin: 0;
  font-size: 45px;
}
.overlay_subtitle {
  margin: 16px 0 32px 0;
  font-size: 20px;
  opacity: 0.8;
}
.overlay_info {
  height: 405px;
  width: 628px;
  
}

.overlay_img {
  width: 518px;
  height: 518px;
  border-radius: 10%;
}

.zakaz {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;

  margin: 50px 0;
  font-weight: 500;
}

.rocket_text {
  align-items: center;
  gap: 15px;
  display: flex;
}

.img_rocket {
  width: 35px;
  height: 35px;
  border-radius: 22px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(255, 148, 0, 0);
  padding: 15px 15px 15px 15px;
}

.rocket_title {
  margin: 0 0 -8px 0;
  font-size: 18px;
  opacity: 0.8;
}

.rocket_subtitle {
  margin: 0;
}

.cash_text {
  display: flex;
  gap: 15px;
  align-items: center;
}

.img_cash {
  width: 35px;
  height: 35px;
  padding: 4px 0;
  border-radius: 22px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(255, 148, 0, 0);
  padding: 15px;
}

.cash_title {
  margin: 0 0 -8px 0;
  font-size: 18px;
  opacity: 0.8;
}

.cash_subtitle {
  margin: 0;
}
/* char */


.charachteristik {
  padding:  100px 0 60px 0;
  padding: auto;
  background-color:rgb(246, 243, 243);
}
.char{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1420px;

  margin: 0 auto;
}
.card_char {
  align-items: center;
  gap: 15px;
  display: flex;
  width: 408px;
  height: 120px;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px;
  transition: transform 0.3s;
}

.card_char:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: transform 0.3s;
} 

.char_img {
  width: 40px;
  height: 40px;
  
  border-radius: 22px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 2px;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(255, 148, 0, 0);
  padding: 15px;
}

/* predlog */

.block_predlog {
  
  padding: auto;
  background-color:rgb(246, 243, 243);
}

.container {
  padding-bottom: 40px;
  
}

.predlog {
  padding:  25px 0 40px 0;
  max-width: 100%;
}

.predlog_title {
  text-align: center;
  margin: 0;
  font-size: 45px;
}


.card_predlog {
  
}
.card_pos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1320px;
  padding: 0 16px;
  margin: 0 auto;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.card_img {

}

.img_card {
  width: 220px;
  height: 220px;
  border-radius: 30px;
  object-fit: cover;
}

.card_text {

}

.card_title {
  margin: 0;
  text-align: center;
}

.card_subtitle {
  margin: 10px 0;
  font-size: 19px;
  opacity: 0.7;
}

.card_price {

}

.card_title_price {
  margin: 0;
}

.card .btn {
  width: 90%;
  margin-bottom: 10px;
}

.card_pos_vert {
  
}

.card_vert {
  
  display: flex;
  flex-direction: column;
  gap: 5px;
  
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  width: 1288px;
  height: 417px;

  margin: 20px auto;
}
.card_vert:nth-child(even){
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  
}

.card_img_vert {

}

.img_card_vert {
  width: 614px;
  height: 357px;
  border-radius: 20px;
  
}

.card_text_vert {

}

.card_title_vert {
  font-size: 30px;
}

.card_subtitle_vert {
  max-width: 510px;
  opacity: 0.8;
}

.card_price_vert {
  align-items: center;
  gap: 45px;
  display: flex;
  width: 90%;
  height: 120px;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 20px;
  transition: transform 0.3s;
  border-top: 3px solid #000000;
}

.card_title_price_vert {
  
}

.card_price_vert .btn {
  width: 50%;
}



.help{
  background-color:rgb(246, 243, 243);
}

.help_block {
  

}

.predlog {

}

.predlog_title {

}

.steps_block {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0 40px 0;
}

.img_steps {
  
  display: block;
  align-items: center;
}

.imgs {
  display: flex;
  justify-content: center;
}

.img_step {
  width: 40px;
  height: 40px;
  
  border-radius: 16px;
  border-color: rgb(122, 84, 84);
  border-style: solid;
  border-width: 2px;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;

}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width:  40px;
  height: 40px;
  margin: 0 5px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  line-height: 100%;
  font-family: Roboto, sans-serif;
  margin: -35px 0 0 -20px;
  border-radius: 50px;
  border-color: rgba(90, 52, 43, 1);
  border-style: solid;
  border-width: 3px;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(90, 52, 43, 1);
  position: absolute;
}

.text_steps {

}

.title_steps {
  margin: 20px 15px 0 15px;

}

.subtitle_steps {
  margin: 0 15px 0 15px;
  max-width: 298px;
  opacity: 0.8;
}

/* skidka */

.skidka_block {
  background-color:rgba(223, 167, 137, 0.387);
  border-radius: 30px;
}

.skidka {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 80px;
}

.text_skidki {
  max-width: 618px;
}

.skidka_title {
  font-family: Fira Sans, sans-serif;
  margin: 0;
  font-size: 35px;
}

.skidka_subtitle {
  font-size: 20px;
}

.skidka .btn {
  font-family: Fira Sans, sans-serif;
  padding: 0 20px;
}

.img_skidka {

}

.img_skid {
  max-width: 518px;
  max-height: 518px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  
}

/* about */

.about_block {
  background-color:rgb(246, 243, 243);
  padding: 200px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.img_about_block {
  
}

.img_about {
  width: 1288px;
  height: 488px;
  border-radius: 30px;
  object-fit: cover;
  position: relative;
}

.text_about {
  padding: 20px;
  max-width: 848px;
  background-color: rgb(246, 243, 243);
  border-radius: 30px;
  position: absolute;
  margin-top: 300px;
}

.about_title {
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 35px;
  margin: 30px 0 15px 0;
  
}

.about_subtitle {
  margin: 0 20px 0 20px;
  font-size: 18px;
}

/* Rabot */
.rabot_block {
  padding: 50px 0;
}
.img_rabot_block {
  margin: 250px auto;
}

.rabot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px;

  flex-direction:row ;
  gap: 10px;
}

.img_rabot_block1 {
  width: 630px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.img_rabota1 {
  display: inline-block; /* Строчно-блочный элемент */
  overflow: hidden; /* Скрываем всё за контуром */
  border-radius: 30px;
}
.img_rabota {
  width: 310px;
  height: 310px;
  border-radius: 30px;
  object-fit: cover;
  transition: 1.5s;
  display: block;
  display: inline-block; /* Строчно-блочный элемент */
  overflow: hidden; /* Скрываем всё за контуром */
}

.img_rabota:hover {
  transform: scale(1.2);
}

.img_rabota5 {
  height: 636px;
  width: 628px;
  border-radius: 30px;
  object-fit: cover;
  transition: 1.5s; /* Время эффекта */
  display: block; /* Убираем небольшой отступ снизу */
}

.img_rabota5:hover {
  transform: scale(1.2);
}
.img_rabot_block2 {
  display: inline-block; /* Строчно-блочный элемент */
  overflow: hidden; /* Скрываем всё за контуром */
  border-radius: 30px;
}


.fon_idea_block {
  background-attachment: scroll;
  background-image: url("img/idea.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
}

.fon_idea {
  background-attachment: scroll;
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(90,52,43,0.91);
}

.idea_block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0 ;
  padding: 50px 0;
  color: #fff;
}

.idea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  text-align: center;
}

.text_idea {

}

.idea_title {
  font-size: 40px;
  margin: 0;
}

.idea_subtitle {
  max-width: 800px;
  margin: 0 0 10px 0;
}

.idea .btn {
  background-color: rgb(255, 208, 183);;
  color: rgb(63, 36, 36);
  transition: 0.5s;
}
.idea .btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(63, 36, 36);
  padding: 0 10px;
  transition: 0.5s;
  border-radius: 10px;
}


/* map */
.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.map_block {
  background-color: #5f3c3c;
  display: flex;
  justify-content: center;
  align-items: center;
  
  flex-direction: column;
}
.map_info_block {
  background-color: #fff;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  width: 1200px;
  height: 344px;
  padding: 10px 0;
  margin: -100px 0 0 0;
  flex-direction: column;
  border-radius: 30px;
  border-style: solid;
  gap: 30px;
  position: relative;
  border-color: #fff;
}

.map_text {
  text-align: center;
  padding: 30px 0;
}

.map_title {
  font-size: 45px;
  margin: 0;
}

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

.map_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #000000;
  flex-wrap: wrap;
}



.map_number {
  display: flex;
  align-items: center;
}

.map_sulka {
  color: #000000;
  font-size: 35px;
  margin: 0;
  transition: 0.5s;
}

.map_sulka:hover {
  color: #855151;
  transition: 0.5s;
}

.img_tg {
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color:rgba(0, 195, 255, 0.816);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.img_tg:hover {
  background-color: rgba(0, 151, 197, 0.816);
  transition: all 0.3s ease;
}

.map_whatsup {

}

.img_whatsup {
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #00ff4cd0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.img_whatsup:hover {
  background-color: #00c93cdf;
  transition: all 0.3s ease;
}


@media (max-width: 1300px) {
  .spisok_ip {

    padding: 0 50px;
  }
  .spisok_botom {
    padding: 0 50px;
  }
  .overlay_img {
  width: 400px;
  height: 400px;

  }
  .over_info {
    justify-content: space-around;
  }
  .overlay_info {
    padding-top: 50px;
    padding-left: 20px;
    width: 500px;

  }
  .overlay_title {
    font-size: 40px;
    width: 500px;
  }
  .overlay_subtitle {
    font-size: 20px;
  }
  .rocket_title {
    font-size: 15px;
  }
  .rocket_subtitle {
    font-size: 20px;
  }
  .img_rocket {
    width: 30px;
    height: 30px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-radius: 15px;
  }
  .cash_title {
    font-size: 15px;
  }
  .cash_subtitle {
    font-size: 20px;
  }
  .img_cash {
    width: 30px;
    height: 30px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-radius: 15px;
  }
  .block_overlay {
    height: auto;
  }
  .card_vert {
    max-width: 550px;
    display: table;
    border-radius: 30px;
    margin: 20px auto;
    padding: 20px;
  }
  .card_vert:nth-child(even) {
    max-width: 550px;
    display: table;
    margin: 0px auto;
    padding: 20px;
  }
  .card_text_vert {
    text-align: center;
  }
  .card_title_vert {
    font-size: 30px;
    margin: 7px 0;
  }
  .card_subtitle_vert {
    font-size: 20px;
    margin: 5px 0;
    max-width: 100%; 
  }
  .card_price_vert {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  .img_about {
    max-width: 100%;
  }
  .rabot {
    flex-direction: column;
  }
  .map_info_block {
    width: auto;
    height: auto;
  }
  .steps_block {
    flex-wrap: wrap;
    gap: 10px;
  }
  .title_steps {
    font-size: 30px;
  }
  .subtitle_steps {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .img_about {
    max-width: 1000px;
  }
}  
@media (max-width: 1000px) {
  .a_spisok {
    font-size: 15px;
  }  
  .fon {
    padding: 0 50px;
  }
  .phone {
    display: none;
  }
  .over_info {
    gap: 10px;
  }
  .overlay_info {
    width: 400px;
  }
  .overlay_img {
    width: 300px;
    height: 300px;
  }
  .overlay_title {
    font-size: 30px;
    width: 400px;
  }
  .overlay_subtitle {
    font-size: 15px;
  }
  .zakaz {
    gap: 30px;
    flex-wrap: wrap;
  }
  .rocket_text {
    gap: 10px;
  }
  .img_rocket {
    width: 25px;
    height: 25px;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-radius: 15px;
  }  

  .skidka{
    gap: 20px;
  }
  .skidka_title {
    font-size: 25px;
  }
  .skidka_subtitle {
    font-size: 15px;
  }
  .img_about_block {
    max-width: 100%;
  }
  .img_about {
    max-width: 100%;
  }
  .map_info_block {
    padding: 20px 0;
  }
  .adrees_text {
    font-size: 25px;
    margin: 0;
  }
  .mail_text {
    font-size: 25px;
    margin: 0;
  }
  .number_text {
    font-size: 25px;
    margin: 0;
  }  
  .rocket_title {
    font-size: 15px;
    opacity: 1;
    padding-bottom: 10px;
  }
  .rocket_subtitle {
    font-size: 15px;
  }
  .cash_title {
    font-size: 15px;
    opacity: 1;
    padding-bottom: 10px;
  }
  .cash_subtitle {
    font-size: 15px;
  }
  .fon {
    padding: 0;
    background: #56383887;
    border-radius: 30px;
  }
}
@media (max-width: 800px) { 

  .header_title {
    font-size: 25px;
  }
  .overlay_img {
    display: none;
  }  
  .spisok_ip {
    padding: 0 10px ;
  }
  .a_spisok {
    font-size: 15px;
  }  

  .zakaz{
    flex-direction: column;
    margin: 25px 0;
    align-items: flex-start;
  }
  .over_info {
    gap: 120px;
  }
  .overlay_info {
    padding: 25px 0 0 10px;
  }
  .overlay_title {
    font-size: 30px;
    
  }
  .overlay_subtitle {
    font-size: 20px;
  }
  .cash_title {
    opacity: 1;
  }
  .rocket_title {
    opacity: 1;
  } 
  .card_img_vert {
    width: auto;
  } 
  .img_card_vert {
    width: 100%;
  }
  .card_text_vert {
    width: auto;
    font-size: auto;
  }
  .card_title_vert {
    font-size: 25px;
  }
  .card_subtitle_vert {
    font-size: 20px;
  }
  .card_price_vert {
    font-size: 20px;

  }

}
@media (max-width: 700px) {
  .card_vert {
    width: 450px;
  }
  .card_title_vert {
    font-size: 20px;
  }
  .card_subtitle_vert {
    font-size: 15px;
    
  }
  .a_spisok {
    font-size: 13px;
  }
  .card_price_vert {
    font-size: 15px;
    
  }
  .predlog_title {
    font-size: 35px;
    margin: 40px 0;
  }
  .img_rabota {
    width: 250px;
    height: 250px;
  }
  .img_rabota5 {
    width: 520px;
    
  }
  .rabot_block {
    padding: 0;
  }
  .steps_block {
    gap: 20px;
  }
  .text_about {
    margin-bottom: 40px;
  }
  .skidka {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .over_info {
    gap: 0px;
  }

  .spisok_botom {
    padding-top: 35px;
  }

  .img_rabota {
    width: 300px;
    height: 300px;
  }
  .img_rabota5 {
    width: 300px;
    height: 300px; 
  }
  .img_rabot_block1 {
    width: 320px;
    
  }

  .card_title_vert {
    font-size: 16px;
  }
  .card_subtitle_vert {
    font-size: 15px;
    
  }
  .a_spisok {
    font-size: 13px;
  }
  .card_price_vert {
    font-size: 15px;
  }
  .about_title {
    font-size: 24px;

  }
  .about_subtitle {
    font-size: 16px;
    margin: 0;
  }  

  .spisok_ip {
    display: none;
  }  
  /* burger */
  .burger-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .burger {
    padding: 0 0 ;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
  }
  .burger::before,
  .burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #ffffff;
  }
  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #ffffff;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
  }
  .burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
  }
  .burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(255, 255, 255, 0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
  }
  .burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
  }
  .menu {
    display: block;
    background-color: #5f3c3cd4;
    position: fixed;
    padding: 10px 10px 10px 10px;
    z-index: 1;
  }
  .menu-list {
    top: 0;
    left: 0;
    position: fixed;
    display: grid;
    gap: 3px;
    padding: 42px 0;
    margin: 0;
    background: #5f3c3c;
    list-style-type: none;
    transform: translateX(-100%);
    transition: .3s;
    width: 200px;
    z-index: 0;
  }
  .menu-item {
    display: block;
    padding: 5px 0;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
  }
  .menu-item:hover {
    background: rgba(255,255,255,.2)
  }
  .burger-checkbox:checked ~ .menu-list {
    transform: translateX(0);
  }
}
@media (max-width: 500px) {
  .header_title {
    font-size: 20px;
  }

  .header_subtitle {
    font-size: 14px;
  }
  .char_title {
    font-size: 18px;
  }

  .block_overlay {
    border-radius: 15px;
  }
  .fon {
    border-radius: 15px;
  }
  .char_img {
    padding: 10px;
    border-style: solid;
  }
  .card_char {
    height: 80px;
    padding: 10px;
  }
  .card_char:hover {
    transform: none;
    transition: transform 0.3s;
  }
  .card:hover {
    transform: none;
    transition: transform 0.3s;
  }
  .card_vert {
    width: 350px;
    padding: 10px;
    border-radius: 20px;
  }
  .card_title_price_vert {
    font-size: 20px;
  }
  .img_card_vert {
    height: auto;
  }
  .skidka .btn {
    width: auto;
  }
}
@media (max-width: 470px) {
  .spisok_botom {
    padding: 35px 50px 0 50px;
    
  }
  .header_title {
    font-size: 18px;
  }
  .header_subtitle {
    font-size: 14px;
  }
  .char_title {
    font-size: 15px;
  }
  .char_img {
    padding: 8px;
    border-style: solid;
  }
  .card_char {
    height: auto;
    padding: 5px;
    width: 290px;
  }
  .spisok_botom .btn {
    padding: 0 15px;
    width: auto;
  }
  .info {
    padding: 20px 0;
  }
  .overlay_title {
    width: 300px;
    font-size: 20px;
  }
  .overlay_subtitle {
    font-size: 14px;
    width: 290px;
  }
  .overlay_info {

    height: auto;
    width: auto;
  }
  .card_vert {
    width: 280px;
    padding: 10px;
    border-radius: 20px;
  }
  .card_vert:nth-child(even) {
    width: 280px;
    padding: 10px;
    border-radius: 20px;
  }
  .card_title_price_vert {
    font-size: 20px;
  }
  .img_card_vert {
    height: auto;
  }
  .skidka .btn {
    width: auto;
  }
  .skidka {
    padding: 40px 20px;
  }
  .card_price_vert  {
    gap: 20px;
  }
  .card_title {
    font-size: 20px;
  }
  .card_subtitle {
    font-size: 14px;
  }
  .img_rabot_block1 {
    width: 300px;
  }
  .img_rabot_block2 {
    width: 250px;
    height: 250px;
  }
  .img_rabota {
    width: 250px;
    height: 250px;
  }
  .img_rabota5 {
    width: 100%;
    height: 100%;
  }
  .header_subtitle {
    font-size: 12px;
  }
  .header_title {
    font-size: 16px;
  }
  .zakaz{ 
    gap: 15px;
  }
  
}
