body {
  font-family: "Courier New", sans-serif;
  background: #fffff5;
}
/*Логотип*/

svg {
  width: 100%;
  height: 100%;
}
.perspecitive-container {
  margin-left: 50%;
  margin-top: 40px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
@keyframes rotateKader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#kader {
  transform-origin: 50% 50%;
  position: relative;
  animation: rotateKader 8s infinite linear;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 10;
}
@keyframes frontBack {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
#house-back {
  animation: frontBack 4.2s infinite linear;
}

/*Логотип*/
/* Стили для оформления формы обратной связи */

/*ььььь*/
header {
  background: #fff no-repeat center top / cover;
  border: 2px solid #62b762;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 25px;
  box-shadow: 0 0.1rem 1.5rem rgb(40 36 89 / 20%),
    0 0.25rem 0.4rem rgb(40 36 89 / 15%);
}

/* Стили для оформления формы обратной связи */
.map_1_1 {
  display: block;
  margin-left: -22px;
}
.button_17 {
  background: #ecf9f3 no-repeat center top / cover;
  border: 3px solid #c5c6c6;
  border-radius: 50px;
  width: 70%;
  max-height: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 49%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-decoration: none;
  color: #023801;
  font-style: normal;
  font-size: 18px;
  line-height: 2.4em;
  display: block;
  text-align: center;
  box-shadow: 0px 15px 18px -18px rgba(0, 0, 0, 1);
}

li {
  list-style-type: none;
}

form#contact {
  border: 3px solid #206cd8;
  box-shadow: 0px 24px 19px -22px rgba(0, 0, 0, 1);
  padding: 10px;
  background: #d1f5d2;
  border-radius: 7px;
  margin: 0 5%;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 0.1rem 1.5rem rgb(40 36 89 / 20%),
    0 0.25rem 0.4rem rgb(40 36 89 / 15%);
}
#contact label {
  font-size: 14px;
}
#contact input:required:valid {
  box-shadow: 0 0 3px #bcef89;
  border-color: #bcef89 !important;
  background: #fff url(images/valid.png) no-repeat 98% center;
}
#contact textarea:required:valid {
  box-shadow: 0 0 3px #bcef89;
  border-color: #bcef89 !important;
}
#contact input:focus:invalid {
  box-shadow: 0 0 3px #ffdf97;
  border-color: #ffdf97 !important;
  background: #fff url(images/invalid.png) no-repeat 98% center;
}
#contact textarea:focus:invalid {
  box-shadow: 0 0 3px #ffdf97;
  border-color: #ffdf97 !important;
}
.err {
  border: 1px solid #ff8c00;
  padding: 10px;
  background: #ffdf97;
  text-align: left;
  border-radius: 3px;
}

.ok {
  border: 1px #bcef89 solid;
  margin-bottom: 15px;
  padding: 10px;
  background: #f5f9fd;
  text-align: center;
  border-radius: 3px;
}
#author,
#email,
#url {
  width: 60%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
#comment {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
#submit {
  border: 1px solid #e5e5e5;
  font-weight: 0;
  background: #393;
  font-size: 15px;
  color: #fff;
  padding: 10px 50px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 8px 7px 6px -2px rgba(34, 60, 80, 0.28);
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
  border: none;
  outline: none;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  border: none;
  outline: none;
}
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

/*название*/
h1 {
  text-decoration: none;
  color: #183418;
  text-align: center;
  font-size: 24px;
  line-height: 1.7em;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  text-shadow: 7px 7px 5px rgba(147, 150, 150, 0.47);
}
h2 {
  text-decoration: none;
  color: #183418;
  text-align: center;
  font-size: 24px;
  line-height: 1.7em;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  /* margin-bottom: 360px; */
  text-shadow: 7px 7px 5px rgba(147, 150, 150, 0.47);
}
h3 {
  text-decoration: none;
  color: #183418;
  text-align: left;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 60px;
  margin-bottom: 5px;
  text-shadow: 7px 7px 5px rgba(147, 150, 150, 0.47);
}

.tab_1,
.tab_2,
.tab_3 {
  background: #fffbc5 no-repeat center top / cover;
  border: 3px solid #206cd8;
  border-radius: 10px;
  max-width: 660px;
  min-height: 5px;
  margin-top: 30px;
  margin-left: 38px;
  margin-right: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  box-shadow: 0px 24px 19px -22px rgba(0, 0, 0, 1);
}
p {
  font-size: 15px;
  padding-left: 8px;
}
.price_1 {
  background: #fde8c2 no-repeat center top / cover;
  margin-left: 30px;
  margin-top: 18px;
  border: 3px solid #fca150;
  border-radius: 5px;
  text-align: center;
  max-width: 150px;
  max-height: 25px;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bolder;
  color: #0665a8;
  box-shadow: 0px 14px 21px -11px rgba(0, 0, 0, 0.75);
}
.tel_0 {
  background: #fcfeff;
  border: 4px solid #4ab025;
  border-radius: 50px;
  width: 350px;
  height: 35px;
  display: block;
  margin-top: 60px;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #077804;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.9em;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.tel_0:hover {
  background-image: -webkit-linear-gradient(top, #fff, #e4ffcf);
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.qrcodetel-mecard {
  border: 4px solid #4ab025;
  border-radius: 50px;
  margin-left: 50%;
  margin-top: 100px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 10px;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.privat_24 {
  border: 4px solid #4ab025;
  border-radius: 50px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  width: 440px;
  height: 640px;
  border-radius: 10px;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.tel_Viber {
  background: #fcfeff;
  border: 4px solid #4ab025;
  border-radius: 50px;
  width: 350px;
  height: 35px;
  display: block;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #3c18b5;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.9em;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.tel_Viber:hover {
  background-image: -webkit-linear-gradient(top, #fff, #f4f2fc);
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.tel_tg {
  background: #fcfeff;
  border: 4px solid #4ab025;
  border-radius: 50px;
  width: 350px;
  height: 35px;
  display: block;
  margin-left: 50%;
  margin-top: 60px;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #045482;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.9em;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.tel_tg:hover {
  background-image: -webkit-linear-gradient(top, #fff, #f2fcfc);
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
.tel_wta {
  background: #fcfeff;
  border: 4px solid #4ab025;
  border-radius: 50px;
  width: 350px;
  height: 35px;
  display: block;
  margin-top: 60px;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #2a9603;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.9em;
  box-shadow: 2px 12px 22px -8px rgba(25, 65, 27, 0.51);
}
.tel_wta:hover {
  background-image: -webkit-linear-gradient(top, #fff, #f2fcf3);
  background-image: linear-gradient(top, #fff, #f4f1ee);
}
marquee {
  background: #fff no-repeat center top / cover;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 90%;

  height: 40px;
  margin-left: 20px;
  margin-top: -8px;
  margin-bottom: 5px;
  font-weight: bold;
  text-decoration: none;
  color: #005640;
  font-style: normal;
  font-size: 18px;
  line-height: 2.4em;
}
/*телефоны*/

/*block*/
.menu_5 {
  background: #fff no-repeat center top / cover;
  border: 3px solid #058abb;
  border-radius: 10px;
  max-width: 741px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 27px;
  margin-right: 27px;
  padding-bottom: 50px;
  display: block;
  box-shadow: 0 0.1rem 1.5rem rgb(40 36 89 / 20%),
    0 0.25rem 0.4rem rgb(40 36 89 / 15%);
}
.text_8,
.text_10 {
  background: #fffbc5 no-repeat center top / cover;
  border: 3px solid #206cd8;
  border-radius: 10px;
  max-width: 660px;
  min-height: 5px;
  margin-top: 30px;
  margin-left: 38px;
  margin-bottom: 20px;
  font-weight: bold;
  box-shadow: 0px 24px 19px -22px rgba(0, 0, 0, 1);
}
.menu_5_1 {
  display: flex;
}

/*block*/

/*медиа*/
@media screen and (max-width: 768px) {
  .conteiner {
    min-width: 601px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu_5 {
    border: 4px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }

  .button_17 {
    width: 90%;
    max-height: 40px;

    font-size: 14px;
    line-height: 2em;
  }

  marquee {
    width: 90%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 40px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 75%;

    margin-bottom: 14px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 18px;
    margin-right: 18px;
  }
  .tel_0 {
    height: 28px;
    width: 286px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }

  .g-recaptcha {
    margin-left: -11px;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .conteiner {
    min-width: 461px;
  }
  header {
    max-height: 3600px;
  }
  .menu_5 {
    border: 4px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 90%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 30px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 65%;
    margin-bottom: 14px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 8px;
    margin-left: 8px;
  }
  .tel_0 {
    height: 28px;
    width: 286px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 460px) {
  .conteiner {
    min-width: 431px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 28px;
    margin-right: 28px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 64%;
    margin-bottom: 14px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 286px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 430px) {
  .conteiner {
    min-width: 427px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 11px;
    margin-right: 11px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 64%;
    margin-bottom: 14px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 286px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 426px) {
  .conteiner {
    min-width: 415px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 11px;
    margin-right: 11px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;

    margin-left: 65%;
    margin-bottom: 14px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 286px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .conteiner {
    min-width: 391px;
  }
  .menu_5 {
    border: 4px solid #fff;
    margin-left: 11px;
    margin-right: 11px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 230px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 280px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 280px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 390px) {
  .conteiner {
    min-width: 386px;
  }
  .menu_5 {
    border: 4px solid #fff;
    margin-left: 14px;
    margin-right: 14px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 190px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 260px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 385px) {
  .conteiner {
    min-width: 377px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 11px;
    margin-right: 11px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 190px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 260px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .button_17 {
    font-size: 13px;
    line-height: 1.6em;
  }
  #submit {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 376px) {
  .conteiner {
    min-width: 361px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 8px;
    margin-right: 8px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 190px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-left: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 260px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 360px) {
  .conteiner {
    min-width: 353px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 5px;
    margin-right: 10px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 190px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 260px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 352px) {
  .conteiner {
    min-width: 320px;
  }

  .menu_5 {
    border: 4px solid #fff;
    margin-left: 3px;
    margin-right: 3px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    display: none;
  }
  marquee {
    width: 95%;
    margin-left: 3px;
    font-size: 17px;
  }
  .menu_5_1 {
    display: block;
  }
  h3 {
    margin-top: 0px;
    margin-left: 5px;
    text-decoration: none;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
  }
  .price_1 {
    width: 100px;
    height: 10px;
    margin-left: 80px;
    margin-bottom: 14px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .tab_1,
  .tab_2,
  .tab_3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .tel_0 {
    height: 28px;
    width: 260px;
    font-size: 16px;
  }
  .privat_24 {
    display: none;
  }
  .tel_Viber {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: -30px;
  }
  .tel_tg {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
  .tel_wta {
    height: 28px;
    width: 260px;
    font-size: 16px;
    margin-top: 30px;
  }
}
