* {
  margin: 0 auto;
  /*padding: 0;*/
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
 /* box-shadow: none;*/
}
body { 
  background-image: url("images/znak.png"); /*background-color: #FFDEAD;*/
  background-repeat: repeat;
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  font-family: Times New Roman;
  width: 80%;
  max-width: 1250px;
}
.btn-up {
  position: fixed;
  background-color: #702e01;
  right: 50%;
  bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-color: #FFDEAD;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  opacity: 0.7;
  z-index: 16;  
}
.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("images/top.png");
}
.btn-up_hide {
  display: none;
}
.nool {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
.btn-up:hover {
  background-color: #cc7e45;
  }
}
.container-header {
  background-color: #702e01;
  width: 100%;
  height: 50px;  
  /*text-align: center;*/
  padding: 7px;
  /*vertical-align: middle;*/
}
.container-header-title {
  width: 41%;
  margin-top: 13px;
  margin-left: 6%;
  margin-right: 1px;
  color: #FFDEAD;
  font-size: 165%;
  text-shadow: 1px 4px 1px black;
  float: left;
  z-index: 5;
  transform: translate(-25%, 0px);
  opacity: 0;
  transition: all 1.5s, easy 1.7s;
}
.container-header-title._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-header-menu {
  margin-top: 8px;
  font-size: 120%;
  text-align: center;
  z-index: 2;
  transform: translate(-20%, 0px);
  opacity: 0;
  transition: all 1.5s, easy 0.5s;
}
.container-header-menu._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.button-menu {
  text-decoration: none;
  color: #FFDEAD;
  padding: 2.5%;
  margin-top: 27px;
  overflow: hidden;
}
.button-menu:hover {
  color: #cc7e45;
  /*text-decoration: underline;*/
  overflow: hidden;
}
.container-juridical {
  background-color: #FFDEAD;
  background-image: url("images/office.png");
  background-size: cover;
  padding: 1%;
  width: 100%;
  height: 580px;  
  color: #702e01;
  overflow: visible;
  z-index: 1;
}
/*.container-juridical-title-mini {
	display: none;
}*/
.tel {
  width: 120px;
  margin-top: 2%;
  margin-left: 50%;
  float: left;
}
.messenger-btn {
  display: inline-block;
  text-decoration: none;
  background-color: transparent !important;
  width: 43px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -99999999px;
}
.messenger-btn.msg-telegram-btn {
  background-image: url("images/telegram.png");
  height: 43px !important;
  margin-right: 10px;
}
.messenger-btn.msg-max-btn {
  background-image: url("images/max.png");
  height: 43px !important;
}
.container-juridical-tel {
  margin-left: 5%;
  margin-top: 4%;
  color: #FFDEAD;
  font-size: 120%;
  text-shadow: 1px 4px 1px black;  
  display: inline-block;
  z-index: 6;
  transform: translate(0px, 55%);
  opacity: 0;
  transition: all 1s, easy 0.1s;
}
.container-juridical-tel._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-juridical-ul {
  background-image: url("images/white2.png");
  padding: 1%;
  width: 60%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  color: #702e01;
  font-size: 120%;
  /*text-shadow: 1px 1px 2px black;*/
  z-index: 4;
  transform: translate(-15%, 0px);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-juridical-ul._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-juridical-form-box {
  background-image: url("images/white2.png");
  border: 1px solid #702e01;
  border-radius: 10px 10px;
  width: 530px;
  height: 180px;
  margin-top: 6%;
  margin-left: 25%;
  padding: 1.2%;
  padding-left: 2%;
  z-index: 6;  
  transform: translate(0px, 10%);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-juridical-form-box._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-juridical-form {
  z-index: 7;
  transform: translate(0px, 10%);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-juridical-form._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.input_text {
  font-size: 110%;
  margin-bottom: 12px;
}
.forma_tel {
  width: 200px;
  height: 30px;
  color: #702e01;
  border: 2px solid #702e01;
  border-radius: 5px 5px;
  padding-left: 10px;
  margin-bottom: 12px;
}
.forma_tel:active, .forma_tel:hover, .forma_tel:focus {  
  border: 2px solid #702e01;
}
.input-at {
  z-index: -1;
  opacity: 0;
  background: transparent;
  cursor: pointer; 
}
.input-at+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.input-at+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #A0522D;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.input-at:checked+label::before {
  border: 2px solid #A0522D;
  background-color: #702e01;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.input-at:hover+label::before {
  border: 2px solid #FFDEAD;
}
.forma_submit {
  background-color: #702e01;
  border-radius: 10px 10px;
  color: #FFDEAD;
  width: 120px;
  height: 35px;
  border: 2px solid #A0522D;
  margin-left: 30px;
  margin-top: 15px;
  cursor: pointer;
}
.forma_submit:hover {
  border: 2px solid #FFDEAD;
  color: #cc7e45;
}
.container-juridical-crucially {
  margin-top: 2%;
  text-align: center;
  overflow: hidden;
  font-size: 110%;
  color: #702e01;
  text-shadow: 1px 1px 1px white;
  transform: translate(0px, 30%);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-juridical-crucially._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-services {
  width: 100%;
  height: 620px;
  background: linear-gradient(#faca82, #FFDEAD, #cc802f);
}
.container-services-title {
  background-color: #cc802f;
  padding: 10px;
  width: 100%;
  height: 60px;
  font-size: 140%;
  color: #702e01;
  text-align: center;
  overflow: hidden;
  transform: translate(0px, -60%);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-services-title._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-service-boxs {
  color: #702e01;
  font-size: 120%;
  padding: 1.5%;
  padding-left: 3.5%;
  text-align: center;
}
.container-service-box {
  margin: 1.5%;
  width: 30%;
  float: left;
  height: 78%;
  padding: 2%;
  background-color: #FFDEAD;
  display: inline-block;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
  transform: scale(0, 0);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}
.container-service-box._active {
  transform: scale(1, 1);
  opacity: 1;
}
img.image-service {
  width: 55%;
  margin: 3%;
}
.container-service-box h5 {
  text-indent: 20px;
  text-align: justify;
}
.container-service-box ul {
  text-align: justify;
  font-size: 80%;
}
/*.container-banner {
  width: 100%;
  display: flex;
  background-color: red;
  padding: 1%;
  overflow: hidden;
}
.slide-fide {
  width: 100%;
}*/
/*.slide:first-child {
  opacity: 1;
}*/
/*.container-banner {
  width: 100%;
  background-color: red;
  height: 480px;
  padding: 1%;
}
.container-banner-box1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: blue;
  margin-left: 3%;
  margin-top: 2%;
  padding: 2%;
}
.container-banner-box2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: yellow;
  margin-left: 3%;
  margin-top: 2%;
  padding: 2%;
}
.container-banner-box3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: green;
  margin-left: 3%;
  margin-top: 2%;
  padding: 2%;
}*/

.container-price {
  width: 100%;
  height: 670px;
  background: linear-gradient(#994c03, #cc6504, #4a2400);
}
.container-price-title {
  background-color: #702e01;
  padding: 10px;
  width: 100%;
  height: 60px;
  font-size: 140%;
  color: #FFDEAD;
  text-align: center;
}
.container-price-text {
  text-align: center;  
  color: #FFDEAD;
}
.container-price-boxs {
  color: #FFDEAD;
  font-size: 120%;
  padding: 2.5%;
  padding-left: 3.5%;
  text-align: center;
}
.container-price-box {
  margin: 1.5%;
  width: 30%;
  float: left;
  height: 73%;
  padding: 2%;
  background-color: #702e01;
  display: inline-block;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
  transform: scale(0, 0);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}
.container-price-box._active {
  transform: scale(1, 1);
  opacity: 1;
}
.container-price-box ul {
  font-size: 90%;
  margin-left: -25px;
  text-align: justify;
}
.container-price-box b {
  margin-left: 3%;
  font-size: 110%;
}
.container-price-box h5 {  
  text-align: justify;
}
.container-price-footnote {
  /*display: block;
  margin-top: 5%;
  margin-left: 8%;*/
  width: 90%;
  font-size: 130%;
  color: #FFDEAD;
  transform: translate(0px, 30%);
  opacity: 0;
  transition: all 1.7s, easy 2s;
}
.container-price-footnote._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-comments {
  width: 100%;
  height: 620px;
  background: linear-gradient(#faca82, #FFDEAD, #cc802f);
}
.container-comments-title {
  background-color: #cc802f;
  padding: 10px;
  width: 100%;
  height: 60px;
  font-size: 140%;
  color: #702e01;
  text-align: center;
}
.container-comments-boxs {
  color: #702e01;
  padding: 2%;
  padding-left: 3.5%;
}
.container-comment-box {
  margin: 1.5%;
  width: 30%;
  float: left;
  height: 78%;
  padding: 1%;
  background-color: #FFDEAD;
  display: inline-block;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
  transform: scale(0, 0);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}
.container-comment-box._active {
  transform: scale(1, 1);
  opacity: 1;
}
img.image-comment {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  border: none;
}
img.image-comment:hover, img.image-comment:focus {
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
   -webkit-transform: rotate(-1deg);
   outline: none;
}
.container-comment-box span {
  width: 90%;
  text-indent: 20px;
  text-align: justify;
  margin-top: 5%;
  display: block;
}
.container-contacts {
  width: 100%;
  height: 780px;
  background: linear-gradient(#994c03, #cc6504, #4a2400);
  color: #FFDEAD;
}
.container-contacts-title {
  background-color: #702e01;
  padding: 10px;
  width: 100%;
  height: 60px;
  font-size: 140%;
  color: #FFDEAD;
  text-align: center;
  transform: translate(-10%, 0px);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}
.container-contacts-title._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-contacts-text-1 {
  height: 18%;
  padding: 2%;
  font-size: 140%;
  transform: translate(0px, 30%);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}.container-contacts-text-1._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.container-contacts-map {
  margin-top: 1%;
  /*transform: scale(0, 0);*/
  opacity: 0;
  transition: all 1.5s ease 0.5s;
}
.container-contacts-map._active {
  /*transform: scale(1, 1);*/
  opacity: 1;
}
.container-contacts-text-2 {
  width: 100%;
  height: 11%;
  margin-bottom: 1%;
  padding-top: 2%;
  padding-left: 10%;
  transform: translate(0px, 30%);
  opacity: 0;
  transition: all 1.2s ease 0.5s;
}
.container-contacts-text-2._active {
  transform: translate(0px, 0px);
  opacity: 1;
}
/*-------------------------------------------------------------------------*/
.sos {
  position: relative;
  width: 100%;
  height: 60px;
  float: left;  
}
.tel2 {
  width: 25%;
  height: 60px;
  padding-left: 10%;
  float: left;
}
.homelion {
  position: relative;
  display: block;
  background-image: url("images/SOS.png");
  background-repeat: round;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 4px;
  margin-left: 12px;
  opacity: 1;
  transition: opacity 0.1s ease-in-out 0.1s;
}
.lion {
  background-image: url("images/SOS3.png");
  width: 48px;
  height: 48px;
  margin-left: 8px;
  margin-top: 0;
  opacity: 0.7;
  transition: opacity 1.3s ease-in-out 0.2s;
}
.text-sos {
  display: block;
  background-color: #fbcf8e;
  color: #723801;
  /*width: 50%;*/
  /*float: left;*/
  padding: 5px;
  padding-left: 50px;
  margin-top: 7px;
  margin-left: 32%;
  font-size: 110%;
}
/*-------------------------------------------------------------------------------*/
.container-cellar {
  position: relative;
  background-color: #fbcf8e;
  width: 100%;
  height: 140px;
  text-align: center;
  padding-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  color: #702e01;
  display: inline-block;
  font-size: 140%;
  animation: showLeft 1s; 
}
.rating {
  width: 20%;
  margin-left: 1%;
}
@media only screen and (max-width: 1250px){

.btn-up {
  display: none;
}
.container {
  width: 100%;
}
.container-header {
  width: 100%;
  background-color: #702e01;
  margin: 0 auto;
  height: 100px;  
}
.container-header-title {
  margin: 0 auto;
  margin-top: 14%;
  width: 100%;
  text-align: center;
  font-size: 250%;
  color: #702e01;
  text-shadow: none;
}
.container-header-menu {
  position: absolute;
  width: 100%;
  top: 20px;
  font-size: 240%;
}
.button-menu {
  padding: 4%;
  margin-top: 24px;
}
.container-juridical {
  height: 1260px;
  background-image: url("images/znak.png");
  background-size: 360px 280px;
  background-repeat: repeat;
}
.tel {
  width: 260px;
  margin-top: 5%;
  margin-left: 8%;
  float: left;
}
.messenger-btn {
  width: 103px;
  height: 103px;
}
.messenger-btn.msg-telegram-btn {
  height: 103px !important;
  margin-right: 25px;
}
.messenger-btn.msg-max-btn {
  height: 103px !important;
}
.container-juridical-tel {
  margin: 0 auto;
  margin-top: 6%;
  margin-left: 15%;
  color: #702e01;
  text-shadow: none;
  font-size: 200%;
}
.container-juridical-ul {
  width: 88%;
  padding: 4%;
  margin-top: 8%;
  font-size: 2.3vw;
}
.container-juridical-form-box {
  border-radius: 25px 25px;
  margin-top: 6%;
  margin-left: 10%;
  width: 80%;
  height: 33%;
  padding: 3%;
}
.container-juridical-form {
  font-size: 2.1vw;  /*140*/
}
.input_text {
  font-size: 3.2vw;
  margin-bottom: 3%;
}
.forma_tel {
  border-radius: 10px 10px;
  width: 12em;
  height: 2.2em;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 3vw;
}
.input-at+label::before {
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.5em;
  background-size: 50% 50%;
}
.forma_submit {
  width: 25vw;
  height: 6vw;
  margin-left: 180px;
  margin-top: 10px;
  font-size: 3vw;
}
.container-juridical-crucially {
  margin-top: 3%;
  font-size: 2vw;
  text-shadow: none;
  color: #702e01;
}
.container-services {
  height: 2060px;
}
.container-services-title {
  padding: 24px;
  height: 100px;
  font-size: 2.9vw;
}
.container-service-boxs {
  font-size: 120%;
  padding: 2%;
  padding-left: 4%;
}
.container-service-box {
  width: 95%;
  height: 29%;
}
img.image-service {
  width: 42%;
  margin: 3%;
  float: left;
}
.container-service-box h3 {
  font-size: 3.3vw;
}
.container-service-box h5 {
  text-indent: 30px;
  padding-right: 5%;
  font-size: 2.5vw;
}
.container-service-box ul {
  margin-left: 46%;
  padding-right: 5%;
  font-size: 2.3vw;
}
.container-price {
  height: 1760px;
}
.container-price-title {
  padding: 24px;
  height: 100px;
  font-size: 2.9vw;
}
.container-price-boxs {
  font-size: 2.3vw;
}
.container-price-box {
  margin: 2%;
  margin-left: 10%;
  width: 79%;
  height: 27%;
  padding: 5%;
}
.container-price-box ul {
  font-size: 105%;
  /*margin-left: 20px;*/
}
.container-price-box b {
  font-size: 105%;
}
.container-price-footnote {
  margin-left: 14%;
  width: 79%;
  height: 10%;
  font-size: 2.2vw;
}
.container-comments {
  height: 1760px;
}
.container-comments-title {
  padding: 24px;
  height: 100px;
  font-size: 2.9vw;
}
.container-comment-box {
  margin-left: 10%;
  width: 80%;
  height: 28.5%;
  padding: 0;
}
img.image-comment {
  margin: 5%;
  width: 42%;
  float: left;
}
.container-comment-box span {
  width: 90%;
  text-indent: 20px;
  text-align: justify;
  font-size: 2.3vw;
  margin-top: 5%;
  display: block;
}
.container-contacts {
  height: 1000px;
}
.container-contacts-title {
  padding: 24px;
  height: 100px;
  font-size: 2.9vw;
}
.container-contacts-text-1 {
  font-size: 2.1vw;
}
.container-contacts-text-2 {
  height: 12%;
  margin-top: 2%;
  padding-top: 3%;
  font-size: 2vw;
}
/*-------------------------------------------------------------------------*/
.sos {
  height: 140px;
}
.tel2 {
  width: 33%;
  margin-top: 1.5%; 
}
.homelion {
  margin-top: 26px;
  width: 90px;
  height: 90px;
}
.lion {
  margin-top: 18px;
  margin-left: 4px;
  width: 106px;
  height: 106px;
}
.text-sos {
  padding: 10px;
  padding-left: 25px;
  margin-top: 28px;
  margin-left: 45%;
  font-size: 2.3vw;
}
/*-------------------------------------------------------------------------------*/
.container-cellar {
  height: 200px;
  padding-top: 18px;
  font-size: 2.5vw;
}
.rating {
  margin-left: auto;
  margin-top: 20px;
  width: 100%;
}
}

@media only screen and (max-width: 1100px) {

.container-header-menu {
  font-size: 220%;
}
.container-juridical {
  height: 1160px;
}
.button-menu {
  padding: 3.5%;
}
.container-juridical-tel {
  margin-left: 18%;
  font-size: 180%;
}
.container-juridical-ul {
  margin-top: 10%;
}
.container-juridical-form-box {
  margin-top: 10%;
  margin-left: 10%;
  width: 80%;
  height: 33%;
}
.container-services {
  height: 1860px;
}
.container-price {
  height: 1660px;
}
img.image-comment {
  margin-top: 10%;
}
/*-------------------------------------------------------------------------------------*/
.tel2 {
  width: 34%;
}
.homelion {
  margin-top: 23px;
}
.lion {
  margin-top: 15px;
}
.text-sos {
  margin-top: 30px;
  margin-left: 47%;
  font-size: 2.1vw;
}
/*--------------------------------------------------------------------------------------*/
}

@media only screen and (max-width: 1000px) {

.tel {
  margin-left: 10%;
}
.container-juridical-tel {
  margin-top: 8%;
  margin-left: 15%;
  font-size: 160%;
}
.container-juridical-ul {
  margin-top: 10%;
}
.forma_submit {
  height: 7vw;
}
.container-services {
  height: 1660px;
}
.container-price {
  height: 1560px;
}
.container-comments {
  height: 1560px;
}
.container-contacts-text-1 {
  font-size: 2.2vw;
}
.container-contacts-text-2 {
  font-size: 2.2vw;
}
/*-------------------------------------------------------------------------*/
.sos {
  height: 130px;
}
.tel2 {
  width: 37%;
}
.homelion {
  margin-top: 20px;
}
.lion {
  margin-top: 12px;
}
.text-sos {
  padding: 8px;
  padding-left: 20px;
  margin-top: 32px;
  margin-left: 50%;
  font-size: 2.1vw;
}
/*-------------------------------------------------------------------------------*/
}

@media only screen and (max-width: 900px) {

.button-menu {
  font-size: 90%;
}
.container-juridical {
  height: 1060px;
}
.tel {
  width: 220px;
  margin-left: 9%;
}
.messenger-btn {
  width: 93px;
  height: 93px;
}
.messenger-btn.msg-telegram-btn {
  height: 93px !important;
  margin-right: 23px;
}
.messenger-btn.msg-max-btn {
  height: 93px !important;
}
.container-juridical-tel {
  font-size: 140%;
}
.forma_tel {
  margin-top: 10px;
}
.container-services {
  height: 1560px;
}
img.image-service {
  width: 42%;
  margin: 3%;
  float: left;
}
.container-price {
  height: 1460px;
}
.container-comments {
  height: 1360px;
}
.container-comment-box {
  height: 28%;
}
img.image-comment {
  margin-top: 8%;
}
.container-contacts-text-1 {
  font-size: 2.3vw;
}
/*-------------------------------------------------------------------------*/
.homelion {
  width: 80px;
  height: 80px;
  margin-top: 19px;
}
.lion {
  width: 94px;
  height: 94px;
  margin-top: 12px;
  margin-left: 5px;
}
.text-sos {
  padding-left: 15px;
  margin-left: 51%;
  font-size: 2.0vw;
}
/*-------------------------------------------------------------------------------*/
.container-cellar {
  height: 170px;
}
}

@media only screen and (max-width: 800px) {

.button-menu {
  padding: 2.5%;
}
.container-header-title {
  margin-top: 15%;
  font-size: 180%;
}
.container-juridical {
  height: 940px;
}
.container-juridical-tel {
  margin-left: 12%;
  margin-top: 10%;
  font-size: 130%;
}
.forma_submit {
  margin-left: 120px;
}
.container-services {
  height: 1460px;
}
.container-price {
  height: 1260px;
}
.container-price-box {
  height: 26%;
}
.container-comments {
  height: 1260px;
}
.container-contacts {
  height: 960px;
}
.container-contacts-text-1 {
  height: 17%;
  font-size: 2.5vw;
}
.container-contacts-text-2 {
  font-size: 2.5vw;
}
/*-------------------------------------------------------------------------------*/
.sos {
  height: 120px;
}
.tel2 {
  width: 41%;
}
.homelion {
  width: 80px;
  height: 80px;
  margin-top: 15px;
}
.lion {
  width: 94px;
  height: 94px;
  margin-top: 8px;
}
.text-sos {
  margin-top: 28px;
  padding-left: 15px;
  margin-left: 55%;
  font-size: 2vw;
}
/*-------------------------------------------------------------------------------*/
}

@media only screen and (max-width: 700px) {

.container-header {
  height: 80px;
}
.container-header-menu {
  top: 10px;
}
.button-menu {
  font-size: 80%;
  margin-top: 16px;
  padding: 2%;
}
.container-header-title {
  margin-top: 18%;
  font-size: 160%;
}
.container-juridical {
  height: 820px;
}
.tel {
  width: 200px;
  margin-left: 6%;
}
.messenger-btn {
  width: 80px;
  height: 80px;
}
.messenger-btn.msg-telegram-btn {
  height: 80px !important;
  margin-right: 18px;
}
.messenger-btn.msg-max-btn {
  height: 80px !important;
}
.container-juridical-tel {
  margin-left: 8%;
  font-size: 120%;
}
.container-services {
  height: 1280px;
}
.container-services-title {
  height: 80px;
  padding: 16px;
  font-size: 3.6vw;
}
.container-service-box h5 {
  font-size: 2.6vw;
}
.container-service-box ul {
  font-size: 2.4vw;
}
.container-price {
  height: 1060px;
}
.container-price-title {
  height: 80px;
  padding: 16px;
  font-size: 3.6vw;
}
.container-comments {
  height: 1060px;
}
.container-comments-title {
  height: 80px;
  padding: 16px;
  font-size: 3.6vw;
}
.container-contacts {
  height: 880px;
}
.container-contacts-title {
  height: 80px;
  padding: 16px;
  font-size: 3.6vw;
}
.container-contacts-text-1 {
  height: 16%;
}
/*-------------------------------------------------------------------------*/
.sos {
  height: 110px;
}
.homelion {
  width: 68px;
  height: 68px;
  margin-top: 15px;
}
.lion {
  width: 80px;
  height: 80px;
  margin-top: 9px;
  margin-left: 6px;
}
.text-sos {
  margin-top: 24px;
}
/*-------------------------------------------------------------------------------*/
.container-cellar {
  height: 160px;
}
}
@media only screen and (max-width: 600px) {

.button-menu {
  font-size: 70%;
  padding: 1.5%;
}
.container-header-title {
  margin-top: 20%;
  font-size: 150%;
}
.container-juridical {
  height: 720px;
}
.tel {
  width: 150px;
}
.messenger-btn {
  width: 60px;
  height: 60px;
}
.messenger-btn.msg-telegram-btn {
  height: 60px !important;
  margin-right: 20px;
}
.messenger-btn.msg-max-btn {
  height: 60px !important;
}
.container-juridical-tel {
  margin-top: 7%;
  margin-left: 10%;
  font-size: 100%;
}
.forma_tel {
  margin-top: 1px;
  margin-bottom: 10px;
}
.input-at+label::before {
  width: 2em;
  height: 2em;
}
.forma_submit {
  height: 8vw;
  margin-top: 5%;
}
.container-services {
  height: 1160px;
}
img.image-service {
  width: 38%;
}
.container-service-box ul {
  margin-left: 42%;
}
.container-price {
  height: 880px;
}
.container-price-box {
  height: 25%;
}
.container-comments {
  height: 880px;
}
.container-comment-box {
  height: 27%;
}
img.image-comment {
  margin-top: 6%;
}
/*------------------------------------------------------------------------------*/
.sos {
  height: 80px;
}
.homelion {
  width: 52px;
  height: 52px;
  margin-top: 13px;
}
.lion {
  width: 62px;
  height: 62px;
  margin-top: 8px;
  margin-left: 7px;
}
.text-sos {
  padding: 6px;
  padding-left: 10px;
  margin-top: 18px;
}
/*-------------------------------------------------------------------------------*/
}

@media only screen and (max-width: 500px) {

.button-menu {
  font-size: 60%;
  padding: 1.5%;
}
.container-header-title {
  margin-top: 25%;
  font-size: 130%;
}
.container-juridical {
  height: 620px;
}
.tel {
  width: 120px;
}
.messenger-btn {
  width: 50px;
  height: 50px;
}
.messenger-btn.msg-telegram-btn {
  height: 50px !important;
  margin-right: 17px;
}
.messenger-btn.msg-max-btn {
  height: 50px !important;
}
.container-juridical-tel {
  margin-top: 7%;
  margin-left: 10%;
  font-size: 80%;
}
.container-services {
  height: 960px;
}
.container-service-box {
  height: 28%;
}
.container-price {
  height: 780px;
}
/*------------------------------------------------------------------------------*/
.sos {
  height: 60px;
}
.homelion {
  width: 44px;
  height: 44px;
  margin-top: 10px;
}
.lion {
  width: 52px;
  height: 52px;
  margin-top: 6px;
  margin-left: 8px;
}
.text-sos {
  margin-top: 14px;
}
/*-------------------------------------------------------------------------------*/
}

@media only screen and (max-width: 450px) {

.container-juridical {
  height: 560px;
}
}

@media only screen and (min-width: 400px) {

.dropbtn, .dropdown, {
  display: none;
}
}

@media only screen and (max-width: 399px) {

body {
  background-image: none;
}
.container-header, .button-menu, .container-juridical, .container-services, .container-price, .container-comments, .container-contacts, .container-cellar {
	display:none;
}
.nool {
  position: relative;
  display: block;
  color: orange;
  width: 100%;
  height: 100%;
  min-height: 15em;
  max-height: 30em;
  padding-top: 25%;
}
.text-ssory {
  display: table-cell;
  padding: 5%;
  height: 15em;
  text-align: center;
  vertical-align: middle;
}
}
